@charset "UTF-8";

/* Version 1.5
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
    font-family: 'termina_testbold';
    src: url('../fonts/terminatest-bold-webfont.woff2') format('woff2'),
         url('../fonts/terminatest-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'termina_testdemi';
    src: url('../fonts/terminatest-demi-webfont.woff2') format('woff2'),
         url('../fonts/terminatest-demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'gothambook', sans-serif;
	font-size: 1.5em;
	line-height: 1.6;
	color: #808080;
	font-weight: 300;
/*    background-image: url(../images/bg-texture.svg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 2500px;
}
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;
}
.w-pg {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.w-pg-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .w-pg {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .w-pg {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .w-pg {
        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.2rem; line-height: 1.2; color: #333333; font-family: 'termina_testdemi', sans-serif; text-transform: uppercase; }
h2 { font-size: 3rem; line-height: 1.25; color: #333333; font-family: 'termina_testdemi', sans-serif; text-transform: uppercase; border-bottom: solid 1.5px #333333; margin-bottom: 25px; padding: 15px 0 15px 0; }
h3 { font-size: 2.8rem; line-height: 1.3;  color: #333333; }
h4 { font-size: 2.2rem; line-height: 1.3; color: #333333; font-family: 'gothammedium'; }
h5 { font-size: 1.8rem; line-height: 1.3; color: #333333; font-family: 'gothammedium'; }
h6 { font-size: 1.5rem; line-height: 1.3; color: #333333; }
strong { font-family: 'gothammedium'; }
p { margin: 0 0 10px 0; }

.tc {
    text-align: center;
}
.f-para1 {
	font-size: 2rem !important;
    margin-bottom: 20px;
}
.title {
	font-size: 5rem;
    line-height: 1.2;
}
.f-xl {
	font-size: 2.6rem;
}
.f-l {
	font-size: 2.2rem;
}
.f-m {
	font-size: 1.8rem;
}
.f-sm {
	font-size: 1.3rem;
}
.f-xsm {
	font-size: 1.1rem;
}
.termina {
    font-family: 'termina_testdemi', sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .title {
        font-size: 3.5rem;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; }
	h2 { font-size: 2.8rem; line-height: 1.25; }
	h3 { font-size: 2.4rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3.5; }
	h5 { font-size: 1.5rem; line-height: 1.5; }
	h6 { font-size: 1.3rem; line-height: 1.6; }
	
	.f-para1 {
		font-size: 1.6rem;
	}
}

/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {
    color: #FFF !important;
}
.blue {
    color: #8AB7E9;
}
.green {
    color: #9DA739;
}
.yellow {
    color: #F4B223;
}
.red {
    color: #5E2A2B;
}

.border-blue {
    border: solid 2px #8AB7E9;
}
.border-green {
    border: solid 2px #9DA739;
}
.border-yellow {
    border: solid 2px #F4B223;
}
.border-red {
    border: solid 2px #5E2A2B;
}

.bg-white {
    background-color: #FFF;
}
.bg-subtle {
background: rgb(253,243,224);
background: linear-gradient(180deg, rgba(253,243,224,1) 0%, rgba(232,241,250,1) 100%);
}
.bg-blue {
    background-color: #8AB7E9 !important;
    color: #FFF !important;
}
.bg-green {
    background-color: #9DA739 !important;
    color: #FFF !important;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #8AB7E9;
}
a:hover {
	color: #8AB7E9;
    text-decoration: underline;
    transition: 0.3s;
}
a img:hover {
    opacity: 0.8;
    transition: 0.3s;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 4%;
    border-radius: 6px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 2%;
}
.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% 0 2%;
	padding: 4%;
    border-radius: 10px;
    background-color: #FFFFFF;
	  -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: 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;
	}
}

/* Alternating
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.alternating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.alternating .six.column:nth-child(1) {
    order: 1;
}
.alternating .six.column:nth-child(2) {
    order: 2;
}
.alternating .six.column:nth-child(3) {
    order: 4;
}
.alternating .six.column:nth-child(4) {
    order: 3;
}
.alternating .six.column:nth-child(5) {
    order: 5;
}
.alternating .six.column:nth-child(6) {
    order: 6;
}

@media only screen and (max-width: 768px)  {
    .alternating .six.column:nth-child(1) {
        order: 2;
    }
    .alternating .six.column:nth-child(2) {
        order: 1;
    }
    .alternating .six.column:nth-child(3) {
        order: 4;
    }
    .alternating .six.column:nth-child(4) {
        order: 3;
    }
    .alternating .six.column:nth-child(5) {
        order: 6;
    }
    .alternating .six.column:nth-child(6) {
        order: 5;
    }
}


/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
    background: #FFF;
}
.slider ul {
	height: 700px;
	list-style: none;
    z-index: -100;
}
.slider ul li {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.banner {
    background-image: url(../images/banner/banner01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
    padding: 0 20px;
}
secton.feature {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer.main {
    background: #FFF;
    overflow: hidden;
    clear: both;
    padding: 40px 0 0 0;
}
.footer-contact {
    padding: 0 20px;
}
.footer-details {
    text-align: right;
    padding-top: 30px !important;
}
.footer-sitemap {
    border-top: solid 1px rgba(0,0,0,0.2);
    padding: 40px auto 0 auto;
}
.footer-column {
    width: 20%;
    font-size: 1.3rem;
    float: left;
}
.footer-column h5 {
    line-height: 1.3;
    font-size: 1.5rem;
    font-family: 'termina_testdemi', sans-serif;
    text-transform: uppercase;
}
ul.sitemap {
    
}
ul.sitemap li {
    font-size: 1.4rem;
}
ul.sitemap li a {
    color: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 3px 0px;
}
ul.sitemap li a:hover {
    color: #8AB7E9;
}


@media only screen and (max-width: 768px) {
    .slider ul {
        height: 500px;
    }
    .banner {
        height: 350px;
    }
	main {
		padding: 40px 0;
	}
    .footer-column {
        width: 50%;
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .slider ul {
        height: 300px;
    }
    .banner {
        height: 250px;
    }
	main {
		padding: 20px 0;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.nav-primary {
  text-align: center;
  padding: 0;
  margin: 0;
  height: 50px;
  position: absolute;
  width: 100%;
  top: 45px;
  right: 80px;
}
nav.nav-primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 50px;
  position: absolute;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav.nav-primary ul li {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav.nav-primary ul li a {
  color: #333;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  float: left;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav.nav-primary ul li:hover {
  color: rgba(0,0,0,0.6);
}
nav.nav-primary ul li:hover > a {
  color: #8AB7E9;
}
nav.nav-primary ul li:hover > ul {
  display: block;
}
nav.nav-primary ul ul {
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: left;
  display: none;
  width: 250px;
  top: 50px;
  clear: both;
  height: auto;
  z-index: 100;
  right: auto;
  border-radius: 5px;
}
nav.nav-primary ul ul li {
  width: 100%;
  display: block;
  text-transform: none;
  line-height: auto;
  font-size: 1.4rem;
}
nav.nav-primary ul ul li a {
  color: rgba(0,0,0,0.6);
  width: 100%;
  display: block;
  padding: 10px 10px;
  line-height: 1.2;
  background-image: url(../images/icons/ic_arrow-right_circle_white.svg);
  background-size: 20px 20px;
  background-position: right center;
  background-repeat: no-repeat;
}
.btn-search {
    position: absolute;
    top: 45px;
    right: 20px;
}
a.search {
    background-image: url(../images/icons/ic_search_grey.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    display: block;
}
a.search:hover {
    background-image: url(../images/icons/ic_search_blue.svg);
}
.modal {
    box-shadow: none !important;
    border-radius: 5px !important;
    padding: 40px !important;
    max-width: 768px !important;
}
.modal a.close-modal {
    top: 15px !important;
    right: 15px !important;
    background-image: url(../images/icons/ic_close_grey.svg) !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.blocker {
    padding: 0 !important;
    z-index: 300 !important;
}

@media only screen and (max-width: 1280px) {
    nav.nav-primary ul li a {
      padding: 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #FFF;
		-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 {
        height: auto;
        overflow: hidden;
        text-align: left;
        position: relative;
        width: 100%;
        margin: 30px auto 0 auto;
        top: 0;
        right: auto;
      }
      nav.nav-primary ul {
        height: auto;
        position: relative;
        right: 0;
      }
      nav.nav-primary ul li {
        display: block;
        width: 100%;
        font-size: 1.8rem;
      }
      nav.nav-primary ul li a {
        width: 100%;
        padding: 0 20px;
        line-height: 50px;
        display: block;
        float: none;
        color: rgba(0,0,0,0.6);
      }
      nav.nav-primary ul ul {
/*        background: #DDE9F9;*/
        position: relative;
        box-shadow: none;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        border-radius: 0;
      }
    nav.nav-primary ul ul li {
        font-size: 1.5rem;
        background-image: url(../images/icons/ic_arrow-right_grey.svg);
        background-size: 10px 10px;
        background-position: left center;
        background-repeat: no-repeat;
      }  
    nav.nav-primary ul ul li a {
        color: rgba(0,0,0,0.6);
        font-weight: normal;
        line-height: 1.4;
        padding-left: 15px;
      }
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 30px;
		left: 15px;
        z-index: 100;
		background: #8AB7E9 url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 20px 20px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		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;
	}
    .btn-search {
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .modal {
        padding: 50px 20px !important;
    }
}


/* 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: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.bullets li {
	margin: 0 0 8px 0;
    background-image: url(../images/icons/ic_bullet.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding: 0 0 0 30px;
}
ul.bullets li.pdf {
    background-image: url(../images/icons/ic_download_blue.svg);
}

/* Links
–––––––––––––––––––––––––– */
ul.links {
	overflow: hidden;
	list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.links li {
	margin: 0 0 10px 0;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding: 7px 0 7px 40px;
/*    background-color: #ededed;*/
    border-radius: 5px;
    border: solid 1px #ededed;
    background-color: #FFF;
    font-size: 1.4rem;
    font-family: 'gothammedium';
}
ul.links li.pdf {
    background-image: url(../images/icons/ic_download_blue.svg);
}
ul.links li.link {
    background-image: url(../images/icons/ic_external-link_blue.svg);
}

/* Page navigation
–––––––––––––––––––––––––– */
ul.page-nav {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
ul.page-nav li {
    background-size: 20px 20px;
    background-position: left top 3px;
    background-repeat: no-repeat;
    padding: 10px 20px;
    margin-bottom: 5px;
}
ul.page-nav li.top {
    background-color: #DDE9F9;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}


/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.featitems li {
    width: 23%;
    padding: 20px 20px 100px 20px;
    border-radius: 10px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    position: relative;
}
ul.featitems li h4 {
    font-family: 'termina_testdemi', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
}
ul.featitems li:nth-of-type(1) h4 {
    color: #5E2A2B;
}
ul.featitems li:nth-of-type(2) h4 {
    color: #8AB7E9;
}
ul.featitems li:nth-of-type(3) h4 {
    color: #9DA739; 
}
ul.featitems li:nth-of-type(4) h4 {
    color: #F4B223;
}
ul.featitems li:nth-of-type(5) h4 {
    color: #333333;
}

ul.featitems li:nth-of-type(1) {
    border: solid 1px #5E2A2B;
}
ul.featitems li:nth-of-type(2) {
    border: solid 1px #8AB7E9;
}
ul.featitems li:nth-of-type(3) {
    border: solid 1px #9DA739;
}
ul.featitems li:nth-of-type(4) {
    border: solid 1px #F4B223;
}
ul.featitems li:nth-of-type(5) {
    width: 100%;
    background-color: #DDE9F9;
    padding: 20px 200px 20px 20px;
}
ul.featitems li a.btn-primary {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
ul.featitems li:nth-of-type(5) a.btn-primary {
    right: 20px;
    top: 30px;
    bottom: auto;
    left: auto;
}

@media only screen and (max-width: 1024px) {
    ul.featitems li {
        width: 48%;
    }
}
@media only screen and (max-width: 480px) {
}

/* Services
–––––––––––––––––––––––––– */
ul.services {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul.services li {
    width: 31%;
    padding: 230px 20px 30px 20px;
    border-radius: 6px;
    font-size: 1.4rem;
    margin-bottom: 30px;
    margin-right: 1%;
    margin-left: 1%;
    position: relative;
    background-size: auto 200px;
    background-repeat: no-repeat;
    background-position: top center;
    border: solid 1px #8AB7E9;
    text-align: center;
}
ul.services li h4 {
    font-family: 'termina_testdemi', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #8AB7E9;
}


@media only screen and (max-width: 1024px) {
    ul.featitems li {
        width: 48%;
    }
}
@media only screen and (max-width: 768px) {
    ul.services li {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        background-size: auto 100px;
        padding: 130px 20px 30px 20px;
    }
    ul.services li h4 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 480px) {
}


/* Team
–––––––––––––––––––––––––– */
ul.team {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
ul.team li {
    width: 33.333%;
    text-align: center;
    padding: 20px;
    color: #333333;
}
ul.team li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    max-width: 200px;
}
ul.team li h4 {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    ul.team li {
        width: 50%;
    }
}


/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
ul.contact-details li {
    background-size: 20px 20px;
    background-position: left top 3px;
    background-repeat: no-repeat;
    padding: 0 0 0 26px;
    margin-bottom: 5px;
}
ul.contact-details li.location {
    background-image: url(../images/icons/ic_location_blue.svg);
}
ul.contact-details li.phone {
    background-image: url(../images/icons/ic_phone_blue.svg);
}
ul.contact-details li.website {
    background-image: url(../images/icons/ic_website_blue.svg);
}
ul.contact-details li.time {
    background-image: url(../images/icons/ic_time_blue.svg);
}
ul.contact-details li.email {
    background-image: url(../images/icons/ic_email_blue.svg);
}
ul.contact-details li a {
    color: #333;
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.testimonials {
    overflow: hidden;
}
ul.testimonials li {
    font-size: 1.7rem;
    margin-bottom: 25px;
    font-style: italic;
    color: #333333;
}


/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 20px auto 40px auto;
	padding: 0;
	border-top: 0;
    max-width: 768px;
}
.accordian li {
    margin-bottom: 20px;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 20px 20px 20px 50px;
    font-family: 'termina_testdemi', sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
	background: #FFFFFF;
    border: solid 1px #8AB7E9;
    border-radius: 10px;
	cursor: pointer;
    color: #8AB7E9;
    font-weight: bold;
    background-image: url(../images/icons/ic_arrow-down_blue.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 20px center;
}
.accordian header:hover {
    background-color: #DDE9F9;
    transition: 0.5s;
}
.accordian header.location {
    background-image: url(../images/icons/ic_location_blue.svg);
}
.accordian section {
	display: none;
    padding: 20px 20px;
}
.accordian section.active {
	display: block;
}

/* Byline
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.byline {
  text-align: left;
  font-size: 1.1rem;
  padding: 20px 50px 0 50px;
  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: 45px;
  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;
  }
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 160px;
	height: auto;
	display: inline-block;
	padding: 25px;
}
img.logo-menu {
	width: 120px;
	height: auto;
	display: inline-block;
	padding: 0 20px 20px 20px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    border: solid 1px #DDD;
    border-radius: 5px;
}
img.img-max-300 {
	max-width: 300px;
    height: auto;
    display: block;
    overflow: hidden;
}
img.img-max-200 {
	max-width: 200px;
    height: auto;
    display: block;
    overflow: hidden;
}
img.socials {
    width: 50px;
    height: auto;
    display: inline-block;
    margin-right: 6px;
}
img.logo-footer {
	width: 175px;
	height: auto;
	display: inline-block;
	padding: 15px 0;
}
img.flag {
    width: 40px;
    height: auto;
    display: inline-block;
    margin-right: 6px;
}
.video {
	width: 100%;
	height: auto;
	display: block;
    border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 130px;
        padding: 20px;
        margin-left: 70px;
    }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
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"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
	width: 100%;
	padding: 15px 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,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]: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"],
button[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 15px 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: 0;
    -webkit-appearance: none;
	-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,
button[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%;
	}
}
@media only screen and (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-outline-blue {
    border: solid 1px #8AB7E9;
    color: #8AB7E9 !important; 
    background-color: #FFF;
}
a.btn-blue {
    background-color: #8AB7E9; 
    color: #FFF !important;
}
a.btn-outline-green {
    border: solid 1px #9DA739;
    color: #9DA739 !important; 
}
a.btn-outline-yellow {
    border: solid 1px #F4B223;
    color: #F4B223 !important; 
}
a.btn-outline-red {
    border: solid 1px #5E2A2B;
    color: #5E2A2B !important; 
}
a.btn-outline-grey {
    border: solid 1px #333333;
    color: rgba(0,0,0,0.6) !important;
    background-color: #FFF;
}
a.btn-white {
    background-color: #FFF; 
    color: #8AB7E9 !important;
}


/* Button - Primary
––––––––––––––----–––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 13px 30px;
    text-align: center;
	font-size: 1rem;
    font-family: 'termina_testdemi', sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
}
a.btn-primary:hover {
    opacity: 0.7;
    text-decoration: none;
}
a.btn-lrg {
	font-size: 1.4rem !important;
    margin-bottom: 10px;
}
a.btn-full {
	width: 100% !important;
    box-sizing: border-box;
}

/* Button - Secondary
––––––––––––––----–––––– */
a.btn-secondary {
	color: #FFF;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv0 { padding-top: 0;	padding-bottom: 0; }
.pv10 { padding-top: 10px;	padding-bottom: 10px; }
.pv20 { padding-top: 20px;	padding-bottom: 20px; }
.pv40 { padding-top: 40px; padding-bottom: 40px; }
.pv60 { padding-top: 60px; padding-bottom: 60px; }
.pv80 { padding-top: 80px; padding-bottom: 80px; }

.ph0 { padding-left: 0;	padding-right: 0; }
.ph20 { padding-left: 20px;	padding-right: 20px; }
.ph40 { padding-left: 40px; padding-right: 40px; }
.ph60 { padding-left: 60px; padding-right: 60px; }
.ph80 { padding-left: 80px; padding-right: 80px; }

.pa0 { padding: 0 !important; }

.pb0 { padding-bottom: 0; }
.pb20 { padding-bottom: 20px; }
.pb40 { padding-bottom: 40px; }
.pb60 { padding-bottom: 60px; }
.pb80 { padding-bottom: 80px; }

.pt0 { padding-top: 0; }
.pt20 { padding-top: 20px; }
.pt40 { padding-top: 40px; }
.pt60 { padding-top: 60px; }
.pt80 { padding-top: 80px; }

.ma0 { margin: 0; }

.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }

.mt0 { margin-top: 0; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }

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: solid 1px #999; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #999; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #999; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #999; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.pv20,
	.pv40,
	.pv60,
	.pv80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .ph20,
	.ph40,
	.ph60,
	.ph80 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.outline {
    border: solid 1px #000;
}

@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 480px) {

}


/* Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.feed-container {
    font-family: 'gothambook', sans-serif !important;
}
.feed-container .content .item .title {
    font-family: 'gothambook', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 500;
}
.feed-container .content {
    overflow: hidden !important;
}
.feed-container .item-list {
    overflow: hidden !important;
    display: flex;
    flex-wrap: wrap;
}
.feed-container .item {
    font-family: 'gothambook', sans-serif !important;
    width: 47%;
    margin-right: 3%;
    height: 250px;
    margin-bottom: 20px;
    float: left !important;
    border-radius: 5px;
    background-color: #FFF;
    padding: 20px 20px !important;
    box-sizing: border-box !important;
    box-shadow: none;
    border: solid 1px #8AB7E9;
}

@media only screen and (max-width: 768px) {
    .feed-container .content .item .title {
        font-size: 1.7rem !important;
    }
    .feed-container .item {
        width: 100%;
        padding: 15px 15px !important;
        border-radius: 10px;
    }
}