@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #707070;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 480px) {
	body {
		margin: 0;
		padding: 0;
		font-family: 'Nunito Sans', sans-serif;
		font-size: 1.4em;
		line-height: 1.6;
		color: #707070;
		font-weight: 300;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 5rem; line-height: 1.2; color: #00539F; border-bottom: dotted 7px #00539F; padding: 0 0 20px 0; margin-bottom: 40px; }
h2 { font-size: 4rem; line-height: 1.2; color: #00539F; }
h3 { font-size: 3.2rem; line-height: 1.3; color: #00539F; }
h4 { font-size: 2.2rem; line-height: 1.3; }
h5 { font-size: 2rem; line-height: 1.3; border-bottom: solid 1px #00539F; padding: 0 0 10px 0; display: inline-block; color: #00539F; }
p { margin-top: 0; }
strong { font-weight: bold !important; }
.underline { border-bottom: solid 1px #00539F; padding: 0 0 2px 0; }

.heading-icon {
	background-size: 25px 25px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 35px;
}

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-highlight--orange {
    color: #CE6E19;
}
.text-highlight--blue {
    color: #00539F;
}
.text-highlight--yellow {
    color: #BC9030;
}
p.feature {
	background: #EEE;
	padding: 20px;
	border-radius: 10px;
	color: #00539F;
	font-weight: bold;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3.5rem; margin-bottom: 20px; border-bottom: dotted 4px #00539F; }
	h2 { font-size: 3rem; }
	h3 { font-size: 2.6rem; }
	h4 { font-size: 2.2rem; }
	h5 { font-size: 2rem; }
	
	.text-para1 {
		font-size: 1.6rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	color: rgb(0,82,159);
	text-decoration: underline;
}
a:hover {
	color: #CE6E19;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 0;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 1% 0 1%;
	padding: 40px;
    background-color: rgba(0,82,159,0.1);
    border-radius: 10px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.top {
    border-bottom: solid 1px #FFF;
    background: #0A559D;
}
header.main {
	position: relative;
    background: rgb(0,83,159);
    background: linear-gradient(90deg, rgba(0,83,159,1) 0%, rgba(45,110,169,1) 50%, rgba(0,83,159,1) 100%);
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.subtle {
    background: rgba(0,82,159,0.1);
	color: #00539F;
}
section.light {
    background: rgba(0,82,159,0.9);
    border-bottom: solid 1px #FFF;
    color: #FFF;
}
section.texture {
    color: #FFF;
    background-image:  url(../images/../images/texture-blue.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
footer.main {
    background: #00539F;
    color: #FFF;
    padding: 40px 0;
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#hero {
	background-color: #000;
	height: 600px;
	width: 100%;
	position: relative;
}

#hero-slider {
	position: relative;
}
#hero-slider .slides {
	width: 100%;
	margin: 0 auto;
}
#hero-slider .slides li {
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#hero-slider .slides .flex-caption {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	top: 290px;
    text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#hero-slider .slides .flex-caption h2 {
	font-size: 5rem;
	line-height: 1;
	margin: 0 0 -10px 0;
	color: #FFF;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	font-weight: bold;
}
#hero-slider .slides .flex-caption h3 {
	font-size: 3rem;
	font-weight: 400;
	margin: 0;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	margin-top: 24px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
.hero-cta {
    position: absolute;
    bottom: 100px;
    z-index: 50;
    width: 100%;
    max-width: 1024px;
    margin-left: -500px;
    left: 50%;
}

@media only screen and (max-width: 1024px) {
	#hero-slider .slides .flex-caption {
		left: 30px;
	}
	.hero-cta {
		position: relative;
		bottom: 150px;
		max-width: 1024px;
		margin-left: auto;
		left: 30px;
	}
}
@media only screen and (max-width:768px) {
	#hero {
		height: 400px;
	}
	#hero-slider {
		min-height: auto;
		height: 400px;
	}
	#hero-slider .slides li {
		height: 400px;
	}
	#hero-slider .slides .flex-caption {
		height: 400px;
		top: 200px;
		width: 80%;
	}
	#hero-slider .slides .flex-caption h2 {
		font-size: 3.5rem;
	}
	#hero-slider .slides .flex-caption h3 {
		font-size: 2.5rem;
	}
	.hero-cta {
		bottom: 100px;
	}
}

@media only screen and (max-width:480px) {
	#hero-slider {
		min-height: auto;
		height: 300;
	}
	#hero-slider .slides .flex-caption {
		top: 250px;
		width: 80%;
		margin: 0;
	}
	#hero-slider .slides .flex-caption h2 {
		font-size: 2.5rem;
	}
	#hero-slider .slides .flex-caption h3 {
		font-size: 2rem;
	}
	.hero-cta {
		display: none;
	}
}

/* BUTTONS
--------------------------------------------------*/
a.btn-hero--first {
	color: #FFF;
	background-color: #00539F;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50px;
}
a.btn-hero--first:hover {
	background: #054B8D;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

a.btn-hero--second {
	color: #FFF;
	background-color: #ce6e19;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50px;
}
a.btn-hero--second:hover {
	background: #B76115;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

a.btn-hero--third {
	color: #FFF;
	background-color: #BC9030;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50px;
}
a.btn-hero--third:hover {
	background: #A38311;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

@media only screen and (max-width:768px) {
	a.btn-hero--first, a.btn-hero--second, a.btn-hero--third {
		padding: 5px 20px;
		font-size: 1.3rem;
	}
}

/* for oldIE - IE9
--------------------------------------------------*/
.oldie #hero-slider .slides .flex-caption h1 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
.oldie #hero-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

/* NAV CONTROL
--------------------------------------------------*/

#hero .flex-control-nav {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 30px;
	z-index: 90;
	text-align: center;
}
#hero .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#hero .flex-direction-nav {
	text-align: left;
	display: inline-block;
	position: relative;
	bottom: 0;
	left: 30px;
	z-index: 500;
	background: #FFF;
	width: 100px;
	float: left;
}
#hero .flex-direction-nav a {
	color: #000;
}
#hero .flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: #FFFFFF;
}
#hero .flex-control-paging li a:hover {
	background: #c8c8c8;
}
#hero .flex-control-paging li a.flex-active {
	background: #00539F;
	cursor: default;
}

@media only screen and (max-width:768px) {
	#hero .flex-control-nav {
		bottom: 10px;
	}
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    position: absolute;
    top: 0;
    right: 50px;
}
ul.nav-primary li {
    display: inline-block;
    font-size: 1.4rem;
	border-left: solid 1px rgba(255,255,255,0.3);
}
ul.nav-primary li a {
    color: #FFF;
    display: block;
    padding: 12px 20px 12px 25px;
	text-decoration: none;
}
ul.nav-primary li a:hover {
    opacity: 0.5;
}

nav.nav-secondary {
    text-align: center;
    width: 100%;
    max-width: 550px;
    padding: 0;
    margin: 0 8% 0 0;
    height: 50px;
    position: absolute;
    top: 80px;
    right: 0;
}
nav.nav-secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    position: absolute;
}
nav.nav-secondary ul li {
    display: block;
    float: left;
    text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
nav.nav-secondary ul li a {
    color: #FFF;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    float: left;
    line-height: 50px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav.nav-secondary ul li:hover {
    background-color: rgba(255,255,255,0.1);
    border-radius: 5px;
}
nav.nav-secondary ul li:hover > a {
    color: #FFFFFF;
}
nav.nav-secondary ul li:hover > ul {
    display: block;
}
nav.nav-secondary ul ul {
    background: #FFF;
    padding: 0;
    text-align: center;
    display: none;
    width: 250px;
    top: 65px;
    clear: both;
    height: auto;
    z-index: 100;
    right: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
nav.nav-secondary ul ul li {
    width: 100%;
    text-align: left;
	background-image: url(../images/icons/ic_arrow-right_blue.svg);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: right 15px center;
}
nav.nav-secondary ul ul li a {
    color: #00539F;
    width: 100%;
    line-height: 25px;
    font-size: 1.4rem;
	padding: 10px 20px;
}
nav.nav-secondary ul ul li a:hover {
    color: #CE6E19;
}

ul.nav-internal {
	overflow: hidden;
	margin-bottom: 30px;
	background: #EEE;
	padding: 20px 20px 30px 20px;
}
ul.nav-internal li {
	border-bottom: solid 1px #DDD;
	font-size: 1.5rem;
	line-height: 1.2;
	background-image: url(../images/icons/ic_arrow-right_blue.svg);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 40px;
}
ul.nav-internal li:last-child {
	border: none;
}
ul.nav-internal li a {
	display: block;
	padding: 25px 0 15px 0;
	color: #00539F;
	font-weight: bold;
	text-decoration: none;
}
ul.nav-internal li a:hover {
	color: #CE6E19;
}

@media only screen and (max-width:1024px) {
	nav.nav-secondary {
		margin: 0 0 0 0;
		right: 0;
		width: 480px;
	}
	nav.nav-secondary ul li {
		font-size: 1.6rem;
	}
	nav.nav-secondary ul li a {
		padding: 10px 20px;
	}
	nav.nav-secondary ul ul {
		width: 200px;
	}
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #00539F;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}

	ul.nav-primary {
		display: none;
	}

	nav.nav-secondary {
		top: auto;
		height: auto;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		padding: 20px;
		-webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	nav.nav-secondary ul {
		height: auto;
		position: relative;
		max-width: 100%;
		margin: 0;
		right: auto;
		padding: 0;
	}
	nav.nav-secondary ul li {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 2rem;
	}
	nav.nav-secondary ul li a {
		width: 100%;
		padding: 5px 20px;
		display: block;
		float: none;
	}
	nav.nav-secondary ul ul {
		background: #000;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: 100%;
	}
	nav.nav-secondary ul ul li {
		background-image: url(../images/icons/ic_arrow-right_white.svg);
	}
	nav.nav-secondary ul ul li a {
		color: #FFF;
	}
	nav.nav-secondary ul ul li a:hover {
		color: #FFF;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 85px;
		right: 5px;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:480px) {
	ul.nav-internal li {
		font-size: 1.3rem;
	}
    .trigger {
		top: 65px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
	margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 5px 30px;
}

/* Header - Contact
–––––––––––––––––––––––––– */
ul.header-contact {
    overflow: hidden;
	margin-left: 15px;
}
ul.header-contact li {
    float: left;
    margin: 0 20px 0 0;
    font-size: 1.3rem;
    color: #FFF;
    padding: 10px 0;
}
ul.header-contact li a {
    color: rgba(255,255,255,0.5);
}

@media only screen and (max-width: 480px) {
	ul.header-contact li:nth-child(2) {
		display: none;
	}
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
    overflow: hidden;
    clear: both;
    max-width: 1024px;
    margin: 0 auto;
}
ul.featitems li {
    width: 31.333%;
	margin: 0 1%;
    float: left;
    text-align: center;
	background-position: top 20px center;
	background-repeat: no-repeat;
	background-size: 90px 90px;
    padding: 120px 0 20px 0;
	margin-bottom: 20px;
	border-radius: 5px;
}
ul.featitems li.featitems--first {
    color: #00539F;
    background-image: url(../images/featitems-first.svg);
	border: solid 1px rgba(0,82,159,0.3);
}
ul.featitems li.featitems--second {
    color: #CE6E19;
    background-image: url(../images/featitems-second.svg);
	border: solid 1px rgba(206,110,25,0.3);
}
ul.featitems li.featitems--third {
    color: #BC9030;
    background-image: url(../images/featitems-third.svg);
	border: solid 1px rgba(188,144,48,0.4);
}
ul.featitems h4 {
    font-size: 3rem;
	margin: 0;
}
ul.featitems p {
    font-size: 1.8rem;
    opacity: 0.6;
	margin-bottom: 10px;
}
ul.featitems li a {
    display: inline-block;
    color: #FFF;
    padding: 5px 25px;
    border-radius: 50px;
    font-size: 1.4rem;
	text-decoration: none;
	font-weight: bold;
}
ul.featitems li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	transition: 0.3s;
}
ul.featitems li.featitems--first a {
    background: #00539F;
}
ul.featitems li.featitems--second a {
    background: #CE6E19;
}
ul.featitems li.featitems--third a {
    background: #BC9030;
}

@media only screen and (max-width: 768px) {
	ul.featitems li {
		width: 100%;
		text-align: left;
		background-position: left 20px center;
		background-repeat: no-repeat;
		background-size: 80px 80px;
		padding: 20px 0 20px 120px;
		margin: 0 0 20px 0;
		border-bottom: solid 1px #DDD;
	}
	ul.featitems h4 {
		font-size: 2.6rem;
		margin: 0;
	}
}

/* News Grid
–––––––––––––––––––––––––– */
ul.news-grid {
    overflow: hidden;
    margin: 30px 0 0 0;
}
ul.news-grid li {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 1.4rem;
}
ul.news-grid li h4 {
    color: #00539F;
}
ul.news-grid li a {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	ul.news-grid li {
		width: 100%;
		border-bottom: solid 1px #DDD;
		padding: 20px 0;
	}
}

/* Teachers
–––––––––––––––––––––––––– */
ul.teachers {
    overflow: hidden;
}
ul.teachers li {
	width: 25%;
	float: left;
    padding: 20px;
    text-align: center;
    font-size: 1.4rem;
}
ul.teachers li:nth-child(4n+1) {
    clear: left;
}
ul.teachers li h5 {
    font-size: 2rem;
    margin: 0;
	border-bottom: none;
}
ul.teachers img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px 0;
	border-radius: 50%;
}

@media only screen and (max-width: 768px) {
	ul.teachers li {
		width: 50%;
	}
	ul.teachers li:nth-child(2n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 480px) {
	ul.teachers li {
		font-size: 1.2rem;
	}
	ul.teachers li h5 {
		font-size: 1.3rem;
		margin: 0;
	}
	ul.teachers li p {
		font-size: 0.9rem;
	}
}

/* Policies
–––––––––––––––––––––––––– */
ul.policies {
	overflow: hidden;
}
ul.policies li {
	width: 50%;
	float: left;
	background-image: url("../images/icons/ic_pdf.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 10px 10px 30px;
}

@media only screen and (max-width: 768px) {
    ul.policies li {
        width: 100%;
    }
}

/* Call to Action
–––––––––––––––––––––––––– */
ul.cta {
	overflow: hidden;
}
ul.cta li {
	float: left;
}
ul.cta li:nth-of-type(1) {
	font-size: 4rem;
	font-weight: bold;
	width: 30%;
}
ul.cta li:nth-of-type(2) {
	font-size: 2.5rem;
	font-weight: bold;
	width: 55%;
	padding: 10px 0 0 0;
}
ul.cta li:nth-of-type(3) {
	font-size: 3rem;
	font-weight: bold;
	width: 15%;
}

@media only screen and (max-width: 768px) {
	ul.cta li:nth-of-type(1) {
		width: 100%
	}
	ul.cta li:nth-of-type(2) {
		width: 100%;
	}
	ul.cta li:nth-of-type(3) {
		width: 100%;
	}
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
}
ul.contact-details li {
	background-size: 20px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
}
ul.contact-details li a {
	text-decoration: none;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
    padding: 20px 50px 20px 0;
    float: left;
}
ul.sitemap li {
    padding: 5px;
    font-size: 1.2rem;
}
ul.sitemap li:first-child {
    font-size: 2rem;
    font-weight: bold;
}
ul.sitemap li a {
    color: #FFF;
	text-decoration: none;
}
ul.sitemap li a:hover {
    color: rgba(255,255,255,0.6);
}

@media only screen and (max-width: 768px) {
	ul.sitemap:nth-child(2n+1) {
		clear: left;
	}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 300px;
	height: auto;
	display: inline-block;
	padding: 15px 15px;
}
img.logo-menu {
	width: 200px;
	height: auto;
	display: none;
	padding: 15px 15px;
}
img.logo-footer {
	width: 240px;
	height: auto;
	display: inline-block;
	padding: 0;
    float: right;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
	margin-bottom: 20px;
}
img.social-icon {
    width: 40px;
    height: auto;
    display: inline-block;
}
img.social-icon:hover {
	opacity: 0.7;
	transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
	img.logo {
		width: 240px;
		padding: 20px 15px;
	}
}
@media only screen and (max-width: 768px) {
	img.logo-menu {
		display: block;
	}
	img.logo-footer {
		width: 240px;
		height: auto;
		display: inline-block;
		padding: 0;
		float: left;
	}
	img.img-full {
		border-radius: 10px;
	}
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 150px;
		padding: 20px 15px;
	}
	img.img-full {
		border-radius: 5px;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	border: 1px solid red;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 5px 40px;
	margin: 20px auto 0 auto;
	background: #000;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #BC9030;
	display: inline-block;
	padding: 5px 30px;
	font-size: 1.5rem;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
}
a.btn-primary:hover {
	background-color: #CE6E19;
	transition: 0.3s;
}

a.btn-secondary {
	color: #FFF;
	background-color: #00539F;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.2rem;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
}
a.btn-secondary:hover {
	background-color: #CE6E19;
	transition: 0.3s;
}

.resource-pdf {
	background-color: #FFF;
	display: inline-block;
	background-image: url("../images/icons/ic_pdf.svg");
	background-size: 25px 25px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #666;
	padding: 10px 30px 10px 35px;
	border-radius: 50px;
	text-decoration: none;
	line-height: 1.4;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: dotted 4px #DDD; margin: 20px 0; }
hr.divide40 { border-top: dotted 6px #DDD; margin: 40px 0; }
hr.divide60 { border-top: dotted 6px #DDD; margin: 60px 0; }
hr.divide80 { border-top: dotted 6px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	hr.divide20 { border-top: dotted 3px #DDD; margin: 20px 0; }
	hr.divide40 { border-top: dotted 4px #DDD; margin: 40px 0; }
	hr.divide60 { border-top: dotted 4px #DDD; margin: 60px 0; }
	hr.divide80 { border-top: dotted 4px #DDD; margin: 80px 0; }
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.display-sm-only {
	display: none !important;
}
.profile {
	padding: 35px 105px 20px 0;
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	margin-top: -30px;
	max-width: 180px;
	margin: 0 auto;
}
.profile strong {
	font-size: 2.4rem;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: #FFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.display-sm-only {
		display: block !important;
	}
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}


/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search {
    background: #0A559D;
    color: #FFF;
    position: absolute;
    top: -45px;
    left: 0;
    width: 95%;
    height: 45px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
	z-index: 50;
}
#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    right: -100%;
    top: -100%;
	z-index: 20;
}
#toggle + label {
    position: absolute;
    cursor: pointer;
    padding: 10px;
    background: #CE6E19;
    width: 30px;
    height: 23px;
    border-radius: 0;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    transition: all 500ms ease;
    right: 0;
    z-index: 100;
    background-image: url(../images/icons/ic_search.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}
#toggle + label:after {
    content: "";
}
.container {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    height: 1px;
    background: #0A559D;
}
#toggle:checked ~ .search {
    top: 0;
}
#toggle:checked ~ .container {
    margin-top: 50px;
}
#toggle:checked + label {
    background-color: #CE6E19;
    background-image: url(../images/icons/ic_close.svg);
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
#toggle:checked + label:after {
    content: "";
}

.gsc-control-cse.gsc-control-cse-en {
	background: #00539F;
	border: none;
	margin-top: -5px;
}
.gsc-search-button.gsc-search-button-v2 {
	background-color: #2d6ea9;
	border: none;
	width: 20px;
	height: 30px;
	background-image: url(../images/icons/ic_search.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.gsc-search-button.gsc-search-button-v2:hover {
	background-color: #2d6ea9;
	background-image: url(../images/icons/ic_search.svg);
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.gsc-search-button.gsc-search-button-v2 svg {
	display: none;
}
.gsib_a input {
	background: none !important;
	padding: 0;
	text-indent: 0 !important;
	color: #FFF;
}
.gsib_a input:focus {
	color: #666 !important;
}

@media only screen and (max-width: 480px) {
	.search {
		background: #0A559D;
		color: #FFF;
		position: absolute;
		top: -45px;
		left: 0;
		width: 90%;
		height: 45px;
		transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
		overflow: hidden;
		box-sizing: border-box;
		z-index: 50;
	}
}
	
