@import url(http://fonts.googleapis.com/css?family=PT+Sans:700|Josefin+Slab:400,700,600italic|Oxygen:400,300,700|Roboto);
body, .oxygen {
	font-family: 'Oxygen', sans-serif;
}
h1, h2 {
	font-family: 'Oxygen', sans-serif;
	color: #F7931F;
	font-weight: 300;
}
h3, h4, h5, h6, .josefin {
	font-family: 'Josefin Slab', serif;
}
/* Desktop Nav */
td {
padding-left: 5px;	
padding-right: 5px;	
line-height: 18px;
	}
header #desktop-nav {
	width: 100%;
	background-color: #30ACE3;
	position: relative;
	z-index: 99;
}
header #desktop-nav #desktop-logo {
	display: inline-block;
	width: 256px;
	height: 119px;
	background-color: #00536C;
	background-image: url(../img/cfes-small-logo.png);
	background-position: center center;
	background-size: 80%;
	background-repeat: no-repeat;
}
header #desktop-nav > ul {
	display: inline-block;
	width: calc( 100% - 256px );
	height: 119px;
}
header #desktop-nav li {
	display: inline-block;
	background-color: #30ACE3;
	color: white;
	border-right: 1px solid #97D5F0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
header #desktop-nav li:last-child {
	border-right: 0;
}
header #desktop-nav li a {
	display: block;
	width: calc( ( 100vw - 283px ) / 7 );
	height: 119px;
	line-height: 119px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
}
@media (max-width: 1140px){	header #desktop-nav li a { font-size: 14px } }
@media (max-width: 1023px){	header #desktop-nav li a { font-size: 12px } }
header #desktop-nav li:hover {
	background-color: #97D5F0;
}
header #desktop-nav li li a {
	font-size: 16px;
	height: auto;
	line-height: 1.2em;
	border-bottom: 1px solid #97D5F0;
	padding: 8px;
}
header #desktop-nav li li:last-child a {
	border-bottom: 0;
}

/* Tablet Nav */
header #tablet-nav #tablet-logo {
	display: inline-block;
	width: 256px;
	height: 119px;
	background-color: #00536C;
	background-image: url(../img/cfes-small-logo.png);
	background-position: center center;
	background-size: 80%;
	background-repeat: no-repeat;
}
header #tablet-nav #tablet-menu-btn, header #tablet-nav #tablet-path-btn {
	display: inline-block;
	width: calc( ( 100vw - 278px ) / 2 );
	height: 119px;
	background-color: #30ACE3;
	outline: none;
	color: white;
	cursor: pointer;
	font-size: 22px;
	font-family: 'Oxygen', sans-serif;
	border-right: 1px solid #97D5F0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
header #tablet-nav #tablet-menu-btn:hover {
	background-color: #97D5F0;
}
header #tablet-nav #tablet-path-btn {
	border-right: 0;
	background-color: #F7931F;
}
header #tablet-nav #tablet-path-btn:hover {
	background-color: #EFB337;
}
header #tablet-nav #tablet-menu li {
	display: block;
}
header #tablet-nav #tablet-menu li a {
	display: block;
	text-align: center;
	color: white;
	background-color: #30ACE3;
	padding: 8px 0;
	font-size: 18px;
	border-bottom: 1px solid #97D5F0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
header #tablet-nav #tablet-menu li a:hover {
	background-color: #97D5F0;
}
header #tablet-nav #tablet-path-menu li {
	display: block;
}
header #tablet-nav #tablet-path-menu li a {
	display: block;
	text-align: center;
	color: white;
	background-color: #F7931F;
	padding: 8px 0;
	font-size: 18px;
	border-bottom: 1px solid #EFB337;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
header #tablet-nav #tablet-path-menu li a:hover {
	background-color: #EFB337;
}

/* Mobile Nav */
@media (max-width: 700px){
	header #tablet-nav #tablet-logo {
		width: 100vw;
		background-size: auto 60%;
	}
	header #tablet-nav #tablet-menu-btn, header #tablet-nav #tablet-path-btn {
		display: block;
		width: 100vw;
		height: 50px;
	}
	header #tablet-nav #tablet-menu-btn span, header #tablet-nav #tablet-path-btn span {
		display: inline-block;
		width: calc( 100vw - 51px );
		height: 100%;
		text-align: center;
		line-height: 50px;
	}
	header #tablet-nav #tablet-menu-btn i, header #tablet-nav #tablet-path-btn i {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: white;
		color: #00607D;
		border-radius: 8px;
		margin: 5px;
	}
}

/* Sidebar */
#sidebar {
	display: inline-block;
	width: 256px;
	background-color: #00607D;
	text-align: center;
}
#sidebar #sidenav {
	display: block;
}
#sidebar #sidenav li {
	display: block;
}
#sidebar #sidenav li a {
	display: block;
	color: white;
	background-color: #F7931F;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
}
#sidebar #sidenav li a:hover {
	background-color: #EFB337;
}
#sidebar #sidenav li.active a {
	background-color: #EFB337;
}
#sidebar #sidenav li.active {
	position: relative;
}
#sidebar #sidenav li.active .pointer {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 40px;
	overflow: hidden;
}
#sidebar #sidenav li.active .pointer span {
	display: block;
	width: 30px;
	height: 30px;
	background-color: white;
	-webkit-transform: rotate(35deg) skewX(-20deg);
	-ms-transform: rotate(35deg) skewX(-20deg);
	transform: rotate(35deg) skewX(-20deg);
	position: relative;
	left: 28px;
	top: 3px;
}
#sidebar #slogan {
	padding: 32px;
	font-size: 20px;
	line-height: 28px;
	color: white;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#sidebar #sidebar-support {
	display: block;
	background-color: #F7931F;
	color: white;
	padding: 32px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
#sidebar #sidebar-support:hover {
	background-color: #FFD559;
}
#sidebar #sidebar-support h2 {
	color: #00607D;
	font-size: 40px;
	font-weigth: 300;
	padding-bottom: 2px;
}
#sidebar #sidebar-support span {
	display: block;
	padding-bottom: 16px;
}
#sidebar #sidebar-store {
	display: block;
	background-color: #2FABE2;
	color: white;
	padding: 32px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
#sidebar #sidebar-store:hover {
	background-color: #97D5F0;
}
#sidebar #sidebar-store h2 {
	color: #00607D;
	font-size: 40px;
	font-weigth: 300;
	padding-bottom: 2px;
}
#sidebar #sidebar-store span {
	display: block;
	padding-bottom: 16px;
}
#sidebar #sidebar-join {
	display: block;
	background-color: #efb337;
	color: white;
	padding: 32px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
#sidebar #sidebar-join:hover {
	background-color: #FFD559;
}
#sidebar #sidebar-join h2 {
	color: #00607D;
	font-size: 40px;
	font-weigth: 300;
	padding-bottom: 2px;
}
#sidebar #sidebar-join span {
	display: block;
	padding-bottom: 16px;
}

/* Content */
#content {
	display: inline-block;
	width: calc( 100vw - 278px );
	padding: 32px 64px;
}
#content .wrapper {
	max-width: 1280px;
}
#content p > a {
	padding-left: 0;
	padding-right: 0;
	word-wrap: break-word;
	font-size: inherit;
}
#content p a {
	font-size: inherit;
}
#content h1 {
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	color: #F7931F;
	letter-spacing: 5px;
	word-spacing: 5px;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Oxygen', sans-serif;
}
#content h2 {
	text-align: center;
	font-size: 22px;
	color: #00607D;
	letter-spacing: 5px;
	word-spacing: 5px;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Oxygen', sans-serif;
}
#content h3 {
	color: #00607D;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	padding-bottom: 8px;
	padding-top: 25px;
}
#content h3 a {
	color: #00607D;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	padding-bottom: 10px;
	text-decoration: underline;
}
#content h3 a:hover {
	color: #2FABE2;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	padding-bottom: 10px;
	text-decoration: underline;
}
#content h4 {
	font-family: 'Josefin Slab', serif;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	color: #00607D;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h5 {
	
}
#content h6 {
	
}
#content p {
	font-size: 18px;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 27px;
}
#content hr {
	display: block;
	width: 100%;
	margin: 16px 0;
	height: 2px;
	background-image: url(../img/hr.png);
}
#content ol {
	padding-left: 32px;
	color: #F7931F;
}

#content ul {
	padding-left: 32px;
	color: #F7931F;
}
#content li {
	margin-bottom: 10px;
}
#content li span {
	font-size: 18px;
	color: #666666;
	line-height: 25px;
}
#content a {
	text-decoration: underline;
	font-size: inherit;
}
#content .box {
	display: block;
	background-color: #D2E9F4;
	text-align: center;
	padding: 44px;
	margin-top: 32px;
	margin-bottom: 32px;
}
#content .box p {
	color: #00607D;
	font-family: 'Josefin Slab', serif;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}
#content .box h2 {
	color: #00607D;
	font-family: 'Josefin Slab', serif;
	font-size: 28px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}
#content .box h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-style: normal;
	color: #666666;
}
#content .box p.source {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #666666;
}
#content .box ul {
	text-align: left;
}
#content .box li {
	padding: 8px 0;
}
#content .link-box {
	display: block;
	background-color: #D2E9F4;
	text-align: center;
	padding: 16px;
	margin-top: 32px;
	margin-bottom: 32px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	color: #00607D;
	font-size: 24px;
	letter-spacing: 2px;
	word-spacing: 2px;
}
#content .link-box:hover {
	background-color: #30ACE3;
	color: white;
}
#content .link-box.half {
	width: calc( 50% - 32px ) !important;
	margin-right: 32px;
}
#content .box2 {
	display: block;
	border-left: 5px;
	border-right: 5px;
	border-style: solid;
	border-color: #D2E9F4;
	text-align: center;
	padding: 25px;
	padding-bottom: 10px;
	margin-top: 22px;
	margin-bottom: 52px;
	margin-left: 64px;
	margin-right: 84px;
}
#content .box2 p {
	color: #00607D;
	font-family: 'Josefin Slab', serif;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}
#content .box2 h2 {
	color: #00607D;
	font-family: 'Josefin Slab', serif;
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}
#content .box2 h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-style: normal;
	color: #666666;
}
#content .box2 p.source {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #666666;
}
#content .box2 ul {
	text-align: left;
}
#content .box2 li {
	padding: 8px 0;
}
#content .box3 {
	display: block;
	border-left: 0px;
	border-right: 5px;
	border-style: solid;
	border-color: #D2E9F4;
	text-align: center;
	padding: 25px;
	padding-bottom: 10px;
	margin-top: 22px;
	margin-bottom: 52px;
	margin-left: 0px;
	margin-right: 0px;
}
#content .box3 p {
	color: #00607D;
	font-family: 'Josefin Slab', serif;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}
#content .box3 h2 {
	color: #00607D;
	font-family: 'Josefin Slab', serif;
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
}
#content .box3 h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-style: normal;
	color: #666666;
}
#content .box3 p.source {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #666666;
}
#content .box3 ul {
	text-align: left;
}
#content .box3 li {
	padding: 8px 0;
}
#content .figures {
	width: 100%;
}
#content .figures .figure.half {
	width: calc(50% - 16px) !important;
}
#content .figures .figure:first-child {
	margin-right: 16px;
}
#content .figures .figure:last-child {
	margin-left: 16px;
}
@media (max-width: 1023px){
	#content .figures .figure.half {
		width: 100% !important;
	}
	#content .figures .figure:first-child {
		margin-right: 0;
	}
	#content .figures .figure:last-child {
		margin-left: 0;
	}
}
#content .figure {
	border: 4px solid #D2E9F4;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
}
#content .figure span {
	display: block;
	background-color: #D2E9F4;
	padding: 8px auto;
	color: #00607D;
	padding: 8px 0;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Josefin Slab', serif;
}
#content .figure .imgWrapper {
	height: 300px;
}
/* Blog */
#content .post-snippet {
	display: block;
	margin: 16px;
	padding: 16px;
	border: 4px solid #D2E9F4;
}
#content .post-title {
	display: block;
	font-family: 'Oxygen', sans-serif;
	text-align: left;
	font-size: 22px;
	color: #00607D;
	text-transform: uppercase;
	font-weight: 700;
	word-spacing: 0;
	letter-spacing: 0;
}
#content .post-date {
	color: #F7931F;
	font-size: 16px;
}
#content .entry-summary p:last-child {
	display: none;
}
#content a {
	text-decoration: none;
}
#content .post-snippet {
	margin: 0;
}
#content .post-snippet .more {
	width: calc(66% - 16px) !important;
}
#content .post-snippet .less {
	width: calc(33% - 16px) !important;
}
	





/* Footer */
footer {
	display: block;
	background-color: #F7931F;
	text-align: center;
	color: #eeeeee;
	padding: 64px;
}
footer ul {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-transform: uppercase;
}
footer ul li {
	line-height: 24px;
}
footer ul li a {
	color: white;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
footer ul li a:hover {
	color: #00536C;
}
footer hr.white {
	display: block;
	width: 100%;
	margin: 16px 0;
	height: 2px;
	background-image: url(../img/hr-white.png);
}
footer #sign {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin-top: 16px;
}
.social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 32px;
	background-color: #00607D;
	border-radius: 5px;
	margin: 8px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	text-align: center;
}
.social a:hover {
	background-color: #2FABE2;
}
.social a i {
	line-height: 50px;
}


@media (max-width: 1080px){
	.quarter, .less, .half, .more, .three-quarters {
		width: 100% !important;
	}
}
@media (max-width: 700px){
	#content {
		width: 100%;
		padding: 10px;
	}
	#content table {
		max-width: 200px;
		font-size: 12px;
		}
	#content tr {
		padding: 1px;
		font-size: 12px;

	}
}







