@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;-webkibant-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: 'Poppins', sans-serif;
	font-size: 1.5em;
	line-height: 1.6;
	color: #173A64;
	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: 1180px) {
    .pg-width {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .pg-width {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .pg-width {
        max-width: 550px;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.3em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 5.0rem; line-height: 1.2; }
h2 { font-size: 3.5rem; line-height: 1.25; }
h3 { font-size: 3rem; line-height: 1.3; }
h4 { font-size: 2.2rem; line-height: 1.3.5; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.7rem; line-height: 1.6; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
    color: #2E79BE;
}
.text-sm {
	font-size: 1.3rem;
}
.text-m {
	font-size: 1.5rem;
}
.text-lg {
	font-size: 2rem;
}
.text-xlg {
	font-size: 2.5rem;
}
.text-hightlight_white {
    color: #FFF;
}
.text-hightlight_red {
    color: #E10600;
}
.text-hightlight_blue {
    color: #2E79BE;
}
.text-hightlight_teal {
    color: #0095A9;
}
p.feature {
    border: solid 1px #173A64;
    border-radius: 10px;
    padding: 20px 20px 15px 20px;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3.5rem; line-height: 1.2; }
	h2 { font-size: 3.0rem; line-height: 1.25; }
	h3 { font-size: 2.5rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3.5; }
	h5 { font-size: 1.7rem; line-height: 1.5; }
	h6 { font-size: 1.5rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.7rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #2E79BE;
}
a:hover {
	color: #9BCBEA;
}
.links-white a {
    color: #FFF;
}
.links-white a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 60px 20px 60px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 20px 30px 20px 0;
}
.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 2% 30px 2%;
	padding: 40px;
    border-radius: 25px;
    background-color: rgba(155,202,234,0.3);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 4.3333333%; }
.two.column-feature 		{ width: 12.6666667%; }
.three.column-feature 		{ width: 21%; }
.four.column-feature 		{ width: 29.3333333%; }
.five.column-feature 		{ width: 37.6666667%; }
.six.column-feature 		{ width: 46%; }
.seven.column-feature 		{ width: 54.3333333%; }
.eight.column-feature 		{ width: 62.6666667%; }
.nine.column-feature 		{ width: 71%; }
.ten.column-feature 		{ width: 79.3333333%; }
.eleven.column-feature 		{ width: 89.6666667%; }
.twelve.column-feature 		{ width: 96%; }

@media only screen and (max-width: 1024px)  {
    footer.main .column:nth-child(1) {
        width: 100% !important;
        float: left;
        padding: 0 !important;
    }
    footer.main .column:nth-child(2), footer.main .column:nth-child(3), footer.main .column:nth-child(4) {
        width: 33% !important;
        float: left;
    }
}

@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;
	}
    footer.main .column:nth-child(2), footer.main .column:nth-child(3) {
        width: 50% !important;
        float: left;
        padding: 0 !important;
    }
    footer.main .column:nth-child(4) {
        width: 100% !important;
        float: left;
        padding: 0 !important;
    }
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.pre-header {
    background: #2E79BE;
    height: 42px;
}
header.main {
	position: relative;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.banner-hero {
    height: 600px;
    background-image: url(../images/banner/banner01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
section.banner-hero .banner-caption {
    position: absolute;
    left: 10%;
    max-width: 50%;
    top: 150px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
section.banner-hero .banner-caption h2 {
    font-size: 5rem;
    color: #173A64;
    line-height: 1;
}
section.banner-hero .banner-caption h4 {
    color: #E10600;
    font-size: 2.5rem;
    font-family: 'Architects Daughter', cursive;
}
section.banner-hero .banner-caption a {
    background: #E10600;
    display: inline-block;
    color: #FFF;
    padding: 13px 30px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: bold;
}


section.banner-internal {
    height: 200px;
    background-image: url(../images/banner/banner03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
section.banner-internal .banner-caption {
    position: absolute;
    left: 10%;
    width: 100%;
    top: 80px;
}
section.banner-internal .banner-caption h2 {
    font-size: 5rem;
    color: #FFF;
}
section.banner-internal .banner-caption h4 {
    color: #FFF;
    font-size: 2.6rem;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'Architects Daughter', cursive;
}


section.navy {
    background: #173A64;
    color: #FFF !important;
}
section.blue {
    background: #2E79BE;
}
section.light-blue {
    background: #9BCBEA;
}
section.teal {
    background: #0095A9;
}
section.red {
    background: #E10600;
}
section.subtle {
    background: rgba(155,202,234,0.3);
}
.faqs {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
footer.main {
    background: #2E79BE;
    padding: 40px;
    overflow: hidden;
    clear: both;
    color: #FFF;
    font-size: 1.1rem;
}
footer.main h4 {
    font-size: 2rem;
    color: #FFF;
}

@media only screen and (max-width: 768px) {
	main {
		padding: 40px 0;
	}
    section.banner-hero {
        height: 500px;
    }
    section.banner-hero .banner-caption {
        position: relative;
        left: 0;
        top: 250px;
        max-width: 550px;
        margin: 0 auto;
        padding: 20px;
    }
    section.banner-hero .banner-caption h2 {
        font-size: 4rem;
    }
    section.banner-hero .banner-caption h4 {
        font-size: 2rem;
    }
    section.banner-internal {
        height: 100px;
    }
    section.banner-internal .banner-caption {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
	main {
		padding: 30px 0;
	}
    section.banner-hero {
        height: 350px;
    }
    section.banner-hero .banner-caption {
        position: absolute;
        left: 0;
        top: 140px;
        max-width: 100%;
    }
    section.banner-hero .banner-caption h2 {
        font-size: 3rem;
    }
    section.banner-hero .banner-caption h4 {
        font-size: 2rem;
    }
    footer.main h4 {
        font-size: 1.4rem;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.nav-primary {
    text-align: center;
    background: #FFF;
    padding: 0;
    margin: 0;
    height: 50px;
    position: absolute;
    width: auto;
    top: 40px;
    right: 8%;
}
nav.nav-primary ul {
    background: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 50px;
}
nav.nav-primary ul li {
    float: left;
    font-size: 1.3rem;
}
nav.nav-primary ul li a {
    color: #173A64;
    padding: 0 20px;
    text-decoration: none;
    line-height: 50px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav.nav-primary ul li:hover {
    color: #E10600;
}
nav.nav-primary ul li:hover > a {
    color: #E10600;
}
nav.nav-primary ul li:hover > ul {
    display: block;
}
nav.nav-primary ul ul {
    overflow: hidden;
    background: #2E79BE;
    border-radius: 30px;
    padding: 20px 0;
    text-align: center;
    display: none;
    width: 250px;
    top: 50px;
    clear: both;
    height: auto;
    z-index: 100;
    right: auto;
    position: absolute;
    border: solid 1px rgba(255,255,255,0.4);
}
nav.nav-primary ul ul li {
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
    background-image: url(../images/icons/ic_bullet_yellow.svg);
    background-size: 10px 10px;
    background-position: left 20px center;
    background-repeat: no-repeat;
}
nav.nav-primary ul ul li a {
    color: #FFF;
    width: 100%;
    line-height: 1.2;
    padding: 7px 30px 7px 40px;
    display: block;
}
nav.nav-primary ul ul li a:hover {
    color: #9BCBEA;
    transition: 0.3s;
}


@media only screen and (max-width:1024px) {
    nav.nav-primary {
        right: 15px;
    }
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #2E79BE;
		-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);
	}
    nav.nav-primary {
        background: none;
        height: auto;
        top: 100px;
        overflow: hidden;
    }
    nav.nav-primary ul {
        height: auto;
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    nav.nav-primary ul li {
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: solid 1px #DDD;
    }
    nav.nav-primary ul li a {
        width: 100%;
        padding: 0;
        display: block;
        float: none;
        color: #FFF;
    }
    nav.nav-primary ul ul {
        position: relative;
        background: none;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        border: none;
    }
    nav.nav-primary ul ul li {
        width: 100%;
        font-size: 1rem;
        text-align: left;
        border: none;
    }
    nav.nav-primary ul ul li:last-child {
        border-bottom: none;
    }
    nav.nav-primary ul ul li a {
        color: #FFF;
        padding: 10px 30px 10px 40px;
    }
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 58px;
		right: 15px;
		background: #FFF 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: #FFF 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;
	}
}


/* 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;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    background-image: url(../images/icons/ic_bullet_yellow.svg);
    background-size: 10px 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

ul.bullets-para {
	overflow: hidden;
    margin-bottom: 20px;
}
ul.bullets-para li {
	margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    background-image: url(../images/icons/ic_bullet_navy.svg);
    background-size: 15px 15px;
    background-position: left top;
    background-repeat: no-repeat;
}

ul.bullets-half {
	overflow: hidden;
}
ul.bullets-half li {
    width: 50%;
    float: left;
	margin: 0 0 6px 0;
    padding: 0 0 0 20px;
    background-image: url(../images/icons/ic_bullet_yellow.svg);
    background-size: 10px 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

ul.bullets-pdf {
	overflow: hidden;
    margin-bottom: 20px;
}
ul.bullets-pdf li {
	margin: 0 0 5px 0;
    padding: 0 0 0 30px;
    background-image: url(../images/icons/ic_pdf_blue.svg);
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

@media only screen and (max-width:768px) {
    ul.bullets-half li {
        width: 100%;
    }
}

/* Pre Header
–––––––––––––––––––––––––– */
ul.pre-header {
    overflow: hidden;
    padding: 8px 0;
    float: right;
    margin-right: 15px;
}
ul.pre-header li {
    float: left;
    font-size: 1.2rem;
    border-radius: 50px;
    margin: 0 5px;
}
ul.pre-header li.login {
    background: #FAE11A;
}
ul.pre-header li a {
    display: block;
    padding: 3px 10px;
    color: #FFF;
}
ul.pre-header li a:hover {
    opacity: 0.5;
    transition: 0.3s;
}
ul.pre-header li.login a {
    color: #173A64;
    padding: 3px 20px;
}
ul.pre-header li.login a:hover {
    background: #9BCBEA;
    border-radius: 50px;
    opacity: 1;
    transition: 0.3s;
}

@media only screen and (max-width:768px) {
    ul.pre-header li {
        font-size: 1rem;
    }
    ul.pre-header li a {
        padding: 5px 5px;
    }
    ul.pre-header li.login a {
        padding: 3px 10px;
    }
}

/* Call to Action
–––––––––––––––––––––––––– */
ul.cta {
    overflow: hidden;
}
ul.cta li {
    float: left;
}
ul.cta li:nth-child(1) {
    width: 80%;
}
ul.cta li:nth-child(2) {
    width: 20%;
}

@media only screen and (max-width:768px) {
    ul.cta li:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    ul.cta li:nth-child(2) {
        width: 100%;
    }
}

/* Cards
–––––––––––––––––––––––––– */
ul.cards {
    overflow: hidden;
}
ul.cards li {
    width: 29.333%;
    margin: 0 2%;
    float: left;
    border-radius: 30px;
    background: #FFF;
    font-size: 1.3rem;
}
ul.cards li h3 {
    font-size: 2rem;
}
ul.cards li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px 30px 0 0;
}
ul.cards li .cards-content {
    padding: 30px;
}

@media only screen and (max-width:768px) {
    ul.cards {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    ul.cards li {
        width: 100%;
        margin: 0 0 30px 0;
        float: left;
        border-radius: 30px;
        background: #FFF;
        font-size: 1.3rem;
    }
}

/* Positions
–––––––––––––––––––––––––– */
ul.positions {
    overflow: hidden;
		padding-bottom: 80px;
}
ul.positions li {
    width: 29.333%;
    margin: 0 2%;
    float: left;
    border-radius: 30px;
    background: rgba(155,202,234,0.3);
    font-size: 1.3rem;
}
ul.positions li h3 {
    font-size: 2rem;
}
ul.positions li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px 30px 0 0;
}
ul.positions li .positions-content {
    padding: 30px;
}

@media only screen and (max-width:768px) {
    ul.positions {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    ul.positions li {
        width: 100%;
        margin: 0 0 30px 0;
        float: left;
        border-radius: 30px;
        background: #FFF;
        font-size: 1.3rem;
    }
}

/* Grid - 2 Column
–––––––––––––––––––––––––– */
ul.grid-2col {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.grid-2col > li {
	width: 48%;
	padding: 40px;
	margin-bottom: 30px;
    border-radius: 25px;
    background-color: rgba(155,202,234,0.3);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
    ul.grid-2col > li {
        width: 100%;
    }
}

/* Standards List
–––––––––––––––––––––––––– */
ul.standards-header {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #2E79BD;
	color: #FFF;
}
ul.standards-header li {
    width: 48%;
    float: left;
	margin: 20px 0;
    padding: 0 15px;

}
@media only screen and (max-width:768px) {
    ul.standards-header li {
        width: 100%;
    }
}


ul.standards {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	border: solid #2E79BD 1px;
}
ul.standards li {
    width: 50%;
    float: left;
    padding: 15px;
}
ul.standards li.bg-colour {
    background-color: rgba(155,202,234,0.3);
}
@media only screen and (max-width:768px) {
ul.standards-header {
	display: none
}
	ul.standards li {
        width: 100%;
	    padding: 5px 15px;
    }
}

/* policies
–––––––––––––––––––––––––– */
ul.policies {
    overflow: hidden;
}
ul.policies li {
    background: rgba(155,202,234,0.5);
    border-radius: 10px;
    padding: 15px 30px 15px 50px;
    margin: 0 0 10px 0;
    background-size: 25px 25px;
    background-position: left 15px center;
    background-repeat: no-repeat;
}
ul.policies li a {
    color: #173A64;
    text-decoration: underline;
}
ul.policies li a:hover {
    color: #E10600;
    text-decoration: underline;
}


/* Links
–––––––––––––––––––––––––– */
ul.links {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
ul.links li {
    width: 31.333%;
    font-size: 1.1rem;
    margin-right: 2%;
    padding: 20px 20px;
    margin-bottom: 0;
    border-bottom: solid 1px #DDD;
}
ul.links li a {
    font-size: 1.3rem;
}
ul.links li h4 {
    font-size: 1.4rem;
}
ul.links li img {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 0 10px 0;
    border: solid 1px #DDD;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    ul.links li {
        width: 48%;
        margin-right: 2%;
    }
}
@media only screen and (max-width: 480px) {
    ul.links li {
        width: 100%;
        margin-right: 0;
    }
}


/* Button Group
–––––––––––––––––––––––––– */
ul.btn-group {
    overflow: hidden;
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.btn-group li {
    width: 48%;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    background-image: url(../images/texture.svg);
    background-size: 200px 200px;
    background-position: right -50px bottom -20px;
    background-repeat: no-repeat;
}
ul.btn-group li:nth-child(1) {
    background-color: #173A64;
}
ul.btn-group li:nth-child(2) {
    background-color: #0095A9;
}
ul.btn-group li:nth-child(3) {
    background-color: #2E79BE;
}
ul.btn-group li:nth-child(4) {
    background-color: #9BCBEA;
}
ul.btn-group a {
    display: block;
    padding: 20px 30px 140px 30px;
    color: #FFF;
}
ul.btn-group a:hover {
    transition: 0.5s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

@media only screen and (max-width: 480px) {
    ul.btn-group li {
        width: 100%;
    }
    ul.btn-group a {
        display: block;
        padding: 20px 30px 80px 30px;
        color: #FFF;
    }
}


/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
}
ul.contact-details li {
	margin: 0 0 0 0;
    padding: 10px 0 10px 50px;
    background-size: 35px 35px;
    background-position: left center;
    background-repeat: no-repeat;
}
ul.contact-details li a {
    color: #173A64;
    text-decoration: underline;
}
ul.contact-details li a:hover {
    opacity: 0.7;
}
section.navy .contact-details li a {
    color: #FFF;
    text-decoration: none;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.sitemap li {
    font-size: 1rem;
    width: 90%;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
ul.sitemap li a {
    color: #FFF;
    display: block;
    padding: 5px 0;
}
ul.sitemap li a:hover {
    opacity: 0.5;
    transition: 0.3s;
}



/* Table
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
    border: none;
    margin-bottom: 20px;
    font-size: 1.3rem;
}
table tr {
    border: none;
    padding: 0;
}
table td {
    border: none;
    padding: 3px 0;
}


/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal, .modal-box {
    z-index: 900;
}
.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}
.modal-box {
    position: relative;
    width: 80%;
    max-width: 768px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
    border-radius: 15px;
    overflow: hidden;
}
.modal-header {
    padding: 20px 40px;
    background-image: url(../images/banner/banner03.jpg);
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}
.modal-body {
    background: #FFF;
    padding: 60px 40px;
    font-size: 1.3rem;
}
.close-modal {
    text-align: right;
    cursor: pointer;
}
button {
    background: #000;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    outline: none;
}
.modal-trigger {
    display: inline-block;
    width: 30.333%;
    margin: 0 3% 0px 0;
    min-height: auto;
    padding: 30px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease .2s;
    border: solid 1px #FFF;
    color: #173A64;
    text-decoration: none;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 10px;
    background-image: url(../images/texture-subtle.svg);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.modal-trigger h4 {
    font-size: 2rem;
    margin: 0;
}
.modal-trigger:nth-child(3n+1) {
    clear: left;
}
.modal-trigger p {
    margin: 0 0 5px 0;
}
.modal-trigger img {
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 50%;
}
.modal-trigger:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
@-webkit-keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}
 @keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}


@media only screen and (max-width: 768px) {
	.modal-box {
		width: 90%;
		margin: 50px auto;
	}
	.modal-header {
		padding: 20px 20px;
	}
	.modal-body {
		background: #FFF;
		padding: 20px 20px;
		font-size: 1.3rem;
	}
	.modal-trigger {
		width: 47%;
		min-height: auto;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
}

@media only screen and (max-width: 480px) {
	.modal-trigger {
		width: 100%;
		margin: 0;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 auto 40px auto;
	padding: 0;
	border-top: 0;
    max-width: 768px;
    text-align: left;
}
.accordian header {
	display: block;
	margin: 0 0 10px 0;
	padding: 35px 65px 35px 35px;
	cursor: pointer;
    background: rgba(155,202,234,0.3);
    border-radius: 20px;
    background-image: url(../images/icons/ic_arrow-down_navy.svg);
    background-position: right 35px center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.accordian header h3 {
    margin: 0;
    font-size: 2.5rem;
}
.accordian header h4 {
    margin: 0;
    font-size: 2rem;
}
.accordian header p {
    margin: 0;
}
.accordian header:hover {
    background-color: rgba(155,202,234,0.7);
    transition: 0.3s;
}
.accordian section {
	display: none;
	padding: 20px;
	background: none;
    font-size: 1.5rem;
}
.accordian section.active {
	display: block;
}

@media only screen and (max-width: 768px) {
    .accordian header {
        padding: 25px 65px 25px 30px;
        border-radius: 10px;
    }
    .accordian header h3 {
        font-size: 1.8rem;
    }
    .accordian header h4 {
        font-size: 1.4rem;
    }
    .accordian section {
        font-size: 1.2rem;
    }
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 150px;
	height: auto;
	display: inline-block;
	padding: 15px 30px;
}
img.logo-menu {
	display: none;
}
img.logo-footer {
    width: 100%;
	max-width: 150px;
    margin: 0 auto 20px auto;
	height: auto;
	display: block;
	padding: 15px 30px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}
img.brand-overlay {
    position: absolute;
    z-index: 100;
    top: 600px;
    right: 0;
    width: 480px;
}
img.img-group3 {
    width: 29.333%;
    margin: 0 2% 30px 2%;
    border-radius: 20px;
    float: left;
    height: auto;
}
.img-radius {
    border-radius: 30px;
}
img.social {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 15px 0;
}

@media only screen and (max-width: 1024px) {
    img.brand-overlay {
        width: 380px;
    }
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 100px;
        padding: 10px 15px 5px 15px;
    }
    img.logo-menu {
        display: block;
        width: 120px;
        height: auto;
        padding: 15px 20px 15px 20px;
        
    }
    img.brand-overlay {
        position: absolute;
        z-index: -10;
        top: 600px;
        right: 0;
        width: 480px;
        opacity: 0.2;
    }
}
@media only screen and (max-width: 480px) {
    img.img-group3:nth-child(1) {
        width: 98% !important;
    }
    img.img-group3:nth-child(2) {
        width: 46% !important;
        border-radius: 15px;
    }
    img.img-group3:nth-child(3) {
        width: 46% !important;
        border-radius: 15px;
    }
}

/* 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;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px;
}
a.btn-primary:hover {
	background-color: #9BCBEA;
    transition: 0.3s;
}

a.btn-teal {
    background-color: #0095A9;
}
a.btn-red {
    background-color: #E10600;
}
a.btn-navy {
    background-color: #173A64;
}

a.btn-full {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.btn-banner-cta {
    position: absolute;
    top: 350px;
    right: 100px;
}

a.btn-secondary {
	color: #FFF;
    border-radius: 50px;
	display: inline-block;
	padding: 8px 20px;
	font-size: 1.2rem;
}
a.btn-secondary:hover {
	background-color: #333;
}

a.btn-pdf {
    background-color: rgba(155,202,234,0.3);
    border: solid 1px #9BCBEA;
    background-image: url(../images/icons/ic_pdf_blue.svg);
    background-size: 30px 30px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    display: block;
    padding: 15px 30px 15px 60px;
    font-weight: bold;
    border-radius: 15px;
}

@media only screen and (max-width: 768px) {
    a.btn-banner-cta {
        position: absolute;
        top: 210px;
        right: 30px;
        font-size: 1rem;
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 480px) {
    a.btn-primary {
        padding: 8px 20px;
        font-size: 1.1rem;
    }
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding0 { padding-top: 0px;	padding-bottom: 0px; }
.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 5px #9BCBEA; margin: 20px 0; }
hr.divide40 { border-top: dotted 5px #9BCBEA; margin: 40px 0; }
hr.divide60 { border-top: dotted 5px #9BCBEA; margin: 60px 0; }
hr.divide80 { border-top: dotted 5px #9BCBEA; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.map {
    border-radius: 30px;
    width: 100%;
    height: 300px;
}
.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) {
	.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;
	}
}
