@font-face {
    font-family: 'TheBraggest-Demo';
    src:url('fonts/TheBraggest-Demo.ttf.woff') format('woff'),
        url('fonts/TheBraggest-Demo.ttf.svg#TheBraggest-Demo') format('svg'),
        url('fonts/TheBraggest-Demo.ttf.eot'),
        url('fonts/TheBraggest-Demo.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Nunito Sans', Helvetica, Arial ,sans-serif;
	margin: 0;
	padding: 0;
	color: #2C2A29;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	max-width: 100%;
	background: #f5f5f5;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

/*  ==========================================================================
	Base typography
	========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 .25em;
	line-height: 1.2;
	font-weight: 900;
}

h1, .h1 { margin: 0; }
h2, .h2 { font-weight: normal; }

.fontsize--massive{ font-size: 50px; line-height: 1; }
h1, .fontsize--huge{ font-size: 32px; line-height: 1.1; }
h2, .fontsize--large{ font-size: 24px; line-height: 1.1; }
h3, .fontsize--med{ font-size: 18px; line-height: 1.3; }
body, h4, .fontsize--reg{ font-size: 15px; }
h5, .fontsize--sml, .btn{ font-size: 14px; }
h6, .fontsize--tiny{ font-size: 12px; }

strong, b,
.font--bold{ font-weight: 900; }
.font--semi,
.font--semibold{ font-weight: 900; }
.font--reg{ font-weight: 700; }
.font--light{ font-weight: 200; }

.font--script{ font-family: 'TheBraggest-Demo', Georgia, Times New Roman, serif; font-weight: 400; }
.font--noscript{ font-family: 'Nunito Sans', Helvetica, Arial ,sans-serif;  }

.case--lower{ text-transform: lowercase; }
.case--upper{ text-transform: uppercase; }

.text-align--center{ text-align: center; }
.text-align--left{ text-align: left; }
.text-align--right{ text-align: right; }

@media only screen and (min-width:550px){
	.fontsize--massive{ font-size: 65px; }
	h1, .fontsize--huge{ font-size: 36px; }
	h2, .fontsize--large{ font-size: 26px; }
	h3, .fontsize--med{ font-size: 18px; }
	body, h4, .fontsize--reg{ font-size: 15px; }
	h5, .fontsize--sml, .btn{ font-size: 14px; }
	h6, .fontsize--tiny{ font-size: 12px; }
}

@media only screen and (min-width:700px){
	.fontsize--massive{ font-size: 80px; }
	h1, .fontsize--huge{ font-size: 44px; }
	h2, .fontsize--large{ font-size: 30px; }
	h3, .fontsize--med{ font-size: 20px; }
	body, h4, .fontsize--reg{ font-size: 16px; }
	h5, .fontsize--sml, .btn{ font-size: 14px; }
	h6, .fontsize--tiny{ font-size: 12px; }
}

@media only screen and (min-width:800px){
	.fontsize--massive{ font-size: 90px; }
}


@media only screen and (min-width:1000px){
	.fontsize--massive{ font-size: 100px; }
}

@media only screen and (min-width:1200px){
	.fontsize--massive{ font-size: 110px; }
	h1, .fontsize--huge{ font-size: 52px; }
	h2, .fontsize--large{ font-size: 32px; }
	h3, .fontsize--med{ font-size: 22px; }
	body, h4, .fontsize--reg{ font-size: 16px; }
	h5, .fontsize--sml, .btn{ font-size: 14px; }
	h6, .fontsize--tiny{ font-size: 12px; }
}

@media only screen and (min-width:1400px){
	.fontsize--massive{ font-size: 120px; }
	h1, .fontsize--huge{ font-size: 60px; }
	h2, .fontsize--large{ font-size: 34px; }
	h3, .fontsize--med{ font-size: 24px; }
	body, h4, .fontsize--reg{ font-size: 17px; }
	h5, .fontsize--sml, .btn{ font-size: 15px; }
	h6, .fontsize--tiny{ font-size: 13px; }
}

@media only screen and (min-width:1600px){
	.fontsize--massive{ font-size: 130px; }
	h1, .fontsize--huge{ font-size: 66px; }
	h2, .fontsize--large{ font-size: 36px; }
	h3, .fontsize--med{ font-size: 26px; }
	body, h4, .fontsize--reg{ font-size: 18px; }
	h5, .fontsize--sml, .btn{ font-size: 15px; }
	h6, .fontsize--tiny{ font-size: 13px; }
}


ul,
ol{ margin: 0 0 1em; padding: 0; }

p{ margin: 0 0 1em; }

table{
	background: #fff;
	border: 1px solid #d6d4d4;
	border-bottom: none;
	font-size: 90%;
}

table td, table th{
	padding: .5em;
	border: none;
	border-bottom: 1px solid #d6d4d4;
}

table th{
	border-bottom: 1px solid #000;
}
table td{
	vertical-align: top;
}


/*  ==========================================================================
	base links, buttons, interaction colors
	========================================================================== */

.color--white{ color: #f5f5f5; }
.color--grey{ color: #888; }
.color--black{ color: #2C2A29; }
.color--purple{ color: #054BAD; }
.color--purplehigh{ color: #076CFA; }
.color--cyan{ color: #00AEC7; }
.color--pink{ color: #AD1775; }
.color--yellow{ color: #F2A900; }
.color--green{ color: #10c35d; }

.bg--white{ background-color: #f5f5f5; }
.bg--grey{ background-color: #888; }
.bg--black{ background-color: #2C2A29; }
.bg--purple{ background-color: #054BAD; }
.bg--purplehigh{ background-color: #076CFA; }
.bg--cyan{ background-color: #00AEC7; }
.bg--pink{ background-color: #AD1775; }
.bg--yellow{ background-color: #F2A900; }

.opacity--100{ opacity: 1; }
.opacity--66{ opacity: .66; }
.opacity--50{ opacity: .5; }
.opacity--33{ opacity: .33; }

.neg,
.color--white{ text-shadow: 0 1px 0 rgba(0,0,0,.15); }


a{
    color: inherit;
	text-decoration: none;
}
a:hover{ color: inherit; }

.linkline{ border-bottom: solid 1px rgba(0, 174, 199, 0.5); }
a:hover .linkline{ border-color: rgba(0, 174, 199, 1); }

.linkline--blue{ border-bottom: solid 1px rgba(0, 174, 199, 0.5); }
a:hover .linkline--blue{ border-color: rgba(0, 174, 199, 1); }

.linkline--pink{ border-bottom: solid 1px rgba(218, 24, 132, 0.5); }
a:hover .linkline--pink{ border-color: rgba(218, 24, 132, 1); }

.linkline--yellow{ border-bottom: solid 1px rgba(242, 169, 0, 0.5); }
a:hover .linkline--yellow{ border-color: rgba(242, 169, 0, 1); }

a .fa{ padding: 0 0 0 .5em; }
a .fa--left, .fa--left{ padding: 0 .5em 0 0; }
a .fa--nopad{ padding: 0; }

.btn{
	background-color: #054BAD;
	color: #fff;
	border-radius: 2em;
	display: inline-block;
	margin: 0 .5em .5em 0;
	padding: 1.25em 1.66em;
	border: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	font-weight: 400;
}

.btn .fa{ padding: 0 0 0 1.5em; }
.btn .fa--left{ padding: 0 1.5em 0 0; }

.btn .linkline{ border: none; }

.btn:hover{
	color: #fff;
	background-color: #076CFA;
}

.btn--white{
	background: #f5f5f5;
	color: #054BAD;
}
.btn--white:hover{ background: #AD1775; color: #fff; }

.btn--pink{
	background: #AD1775;
}
.btn--pink:hover{
	background: #db539f;
}

.btn--dark{
	background: rgba(0,0,0,.15);
	box-shadow: 0 1px 0 rgba(255,255,255,.15);
}

.btn--dark:hover{
	color: #fff;
	/*color: #AD1775; */
}

.btn--text{
	padding-top: 0;
	padding-bottom: 0;
	background: none !important;
}

.btn--text .fa{ padding: 0 0 0 .88em; }
.btn--text .fa--left{ padding: 0 .88em 0 0; }


/*  ==========================================================================
	Basic layout classes
	========================================================================== */

.bd {
	margin: 0 7.14%;
	position: relative;
	min-height: 1px;
}

.bd:after {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.padding--top { padding-top: 10%; }
.padding--bottom { padding-bottom: 10%; }
.padding--top-half { padding-top: 7%; }
.padding--bottom-half { padding-bottom: 7%; }
.padding--top-em { padding-top: 1em; }
.padding--bottom-em { padding-bottom: 1em; }

.margin--top { margin-top: 10%; }
.margin--bottom { margin-bottom: 10%; }
.margin--top-half { margin-top: 7%; }
.margin--bottom-half { margin-bottom: 7%; }
.margin--top-em { margin-top: 1em; }
.margin--bottom-em { margin-bottom: 1em; }

.margin--none{ margin: 0; }

@media only screen and (min-width: 550px){
	.padding--top { padding-top: 7%; }
	.padding--bottom { padding-bottom: 7%; }
	.padding--top-half { padding-top: 3.5%; }
	.padding--bottom-half { padding-bottom: 3.5%; }

	.margin--top { margin-top: 7%; }
	.margin--bottom { margin-bottom: 7%; }
	.margin--top-half { margin-top: 3.5%; }
	.margin--bottom-half { margin-bottom: 3.5%; }
	.margin--top-em { margin-top: 1em; }
	.margin--bottom-em { margin-bottom: 1em; }
}

@media only screen and (min-width: 700px){
}

@media only screen and (min-width: 800px){
}

@media only screen and (min-width: 1000px){
	.padding--top { padding-top: 6%; }
	.padding--bottom { padding-bottom: 6%; }
	.padding--top-half { padding-top: 3%; }
	.padding--bottom-half { padding-bottom: 3%; }

	.margin--top { margin-top: 6%; }
	.margin--bottom { margin-bottom: 6%; }
	.margin--top-half { margin-top: 3%; }
	.margin--bottom-half { margin-bottom: 3%; }
	.margin--top-em { margin-top: 1em; }
	.margin--bottom-em { margin-bottom: 1em; }
}

/*  ==========================================================================
	base nav
	========================================================================== */

nav ul{ margin: 0; padding: 0; list-style: none; }

.inlinenavlist{
	margin: 0 -.75em;
}

.inlinenavlist li{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.inlinenavlist a{
	display: block;
	padding: 0 .66em;
}


/*  ==========================================================================
	siteheader
	========================================================================== */

.siteheader{
	position: relative;
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	color: #054BAD;
}

.siteheader:after{
	content: ' ';
	position: absolute;
	display: block;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5f5f5;
}

.siteheaderneg .siteheader{  color: #fff; text-shadow: none; }
.siteheaderneg .siteheader:after{  opacity: 0; }
.siteheaderneg.scrolled .siteheader{  color: #054BAD; }
.siteheaderneg.scrolled .siteheader:after{  opacity: 1; }
.siteheadercollapse .siteheader--padder{ display: none; }

.mobnavopen .siteheader:after{  opacity: 1; }
.mobnavopen .siteheader{  color: #054BAD; }

.siteheader__bd{
	margin: 1em 0;
}

.siteheader--padder{
	position: relative;
	z-index: 0;
	visibility: hidden;
}

.siteheader a:hover{
	color: #AD1775;
}

.siteheader .btn--white:hover{ color: #fff; }

.siteheader__announcement {
	background-color:#054BAD;
	max-height: 10em;
	overflow: hidden;
	-webkit-transition: max-height 300ms ease-in-out 0ms;
	   -moz-transition: max-height 300ms ease-in-out 0ms;
			transition: max-height 300ms ease-in-out 0ms;
}
.siteheader__announcement p {
	padding: 0.75em 2em;
	margin: 0;
}
.announcement___cta {
	margin-left: .75em;
}
.scrolled .siteheader__announcement {
	max-height: 0 ;
	padding: 0;
	-webkit-transition: max-height 300ms ease-in-out 0ms;
	   -moz-transition: max-height 300ms ease-in-out 0ms;
			transition: max-height 300ms ease-in-out 0ms;
}
/*
// Sitelogo
*/

.sitelogo,
.herologo{
	margin: 0 auto;
	width: 33%;
	position: relative;
	z-index: 10;
	text-shadow: 0 1px 0 rgba(0,0,0,0);
}

.sitelogo__link{
	display: block;
	padding: 92% 0 0;/*66.3% 0 0; */
	-webkit-transition: padding 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	   -moz-transition: padding 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
			transition: padding 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-webkit-perspective: 100px;
	   -moz-perspective: 100px;
			perspective: 100px;
}

.sitelogo__device{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 31.666% 0 0;
	background: url(branding/logo.pos.device.svg) no-repeat center center;
	background-size: contain;
}

.no-svg .sitelogo__device{ background-image: url(branding/logo.pos.device.png); }
.siteheaderneg .sitelogo__device{ background-image: url(branding/logo.neg.device.svg); }
.no-svg .siteheaderneg .sitelogo__device{ background-image: url(branding/logo.neg.device.png); }

.siteheaderneg.scrolled .sitelogo__device{ background-image: url(branding/logo.pos.device.svg); }
.no-svg .siteheaderneg.scrolled .sitelogo__device{ background-image: url(branding/logo.pos.device.png); }
.mobnavopen .sitelogo__device{ background-image: url(branding/logo.pos.device.png); }


.sitelogo__words{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 50.75% 0 0; /*26.666% 0 0; */
	margin-top: 39.722%;
	background: url(branding/logo.pos.words.gdst.svg) no-repeat center center;
	background-size: contain;
	-webkit-transform-origin: 50% 0%;
	   -moz-transform-origin: 50% 0%;
			transform-origin: 50% 0%;
	-webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

.no-svg .sitelogo__words{ background-image: url(branding/logo.pos.words.gdst.png); }
.siteheaderneg .sitelogo__words{ background-image: url(branding/logo.neg.words.gdst.svg); }
.no-svg .siteheaderneg .sitelogo__words{ background-image: url(branding/logo.neg.words.gdst.png); }

.siteheaderneg.scrolled .sitelogo__words{ background-image: url(branding/logo.pos.words.svg); }
.no-svg .siteheaderneg.scrolled .sitelogo__words{ background-image: url(branding/logo.pos.words.png); }

.sitelogo__gdst {
    padding: 17% 0 0;
    margin: 9.99% 16.66% 0;
    background: url(branding/gdst.pos.sml.svg) no-repeat center top;
    background-size: contain;
	-webkit-transform-origin: 50% 0%;
	   -moz-transform-origin: 50% 0%;
			transform-origin: 50% 0%;
	-webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

.no-svg .sitelogo__gdst{ background-image: url(branding/gdst.pos.sml.png); }
.siteheaderneg .sitelogo__gdst { background-image: url(branding/gdst.neg.sml.svg); }
.no-svg .siteheaderneg .sitelogo__gdst{ background-image: url(branding/gdst.neg.sml.png); }

/* scrolled */

.scrolled .siteheader--fixed .sitelogo__link,
.mobnavopen .siteheader--fixed .sitelogo__link{
	-webkit-transition: padding 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: padding 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: padding 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	padding: 31.666% 0 0;
}

.scrolled .siteheader--fixed .sitelogo__words,
.mobnavopen .siteheader--fixed .sitelogo__words{
	opacity: 0;
	transform: rotateX(-45deg);
	-webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	   -moz-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
			transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.scrolled .siteheader--fixed .sitelogo__gdst,
.mobnavopen .siteheader--fixed .sitelogo__gdst{
	opacity: 0;
	transform: rotateX(-45deg);
	-webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	   -moz-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
			transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

@media only screen and (min-width: 460px){
	.sitelogo,
	.herologo{ width: 27.5%; }
}

@media only screen and (min-width: 550px){
	.sitelogo,
	.herologo{ width: 24%; }
}

@media only screen and (min-width: 700px){
	.sitelogo,
	.herologo{ width: 20%; }
}

@media only screen and (min-width: 850px){
	.sitelogo,
	.herologo{ width: 16.66%; }
}

@media only screen and (min-width: 1000px){
	.sitelogo,
	.herologo{ width: 14.28%; }
}

@media only screen and (min-width: 1200px){
	.sitelogo,
	.herologo{ width: 13%; }
}

@media only screen and (min-width: 1400px){
	.sitelogo,
	.herologo{ width: 12%; }
}

/*  ==========================================================================
	siteheader home
	==========================================================================

.page-home .siteheader {
    animation-name: navfade;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-delay: 4s;
    animation-fill-mode: backwards;
}
.page-home .siteheader--padder {
    display: none;
}
.page-home .siteheader {
    background-color: transparent;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0);
}

.page-home.scrolled .siteheader {
	background: #f5f5f5;
	color: #054BAD;
	text-shadow: 0 1px 0 rgba(255,255,255,0);
}

.page-home .siteheader .sitelogo__device {
    background: url(branding/logo.neg.device.svg) no-repeat center center;
}
.page-home .siteheader .sitelogo__words {
    background: url(branding/logo.neg.words.svg) no-repeat center center;
}

.page-home.scrolled .siteheader .sitelogo__device {
    background: url(branding/logo.pos.device.svg) no-repeat center center;
}
.page-home.scrolled .siteheader .sitelogo__words {
    background: url(branding/logo.pos.words.svg) no-repeat center center;
}

@keyframes navfade{
    0% { opacity: 0; }
    100% { opacity: 1; }
}
 */

/*  ==========================================================================
	mobtools
	========================================================================== */

.mobtools{
	position: absolute;
	bottom: 25%;
	bottom: 50%;
	margin-bottom: -.75em;
	right: 0;
	left: 0;
	-webkit-transition: bottom 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	   -moz-transition: bottom 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
			transition: bottom 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.mobnavopen .mobtools,
.scrolled .mobtools{
	bottom: 50%;
	-webkit-transition: bottom 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: bottom 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: bottom 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

.mobtoolsitem{
	width: 14.28%;
	display: block;
	float: left;
}

.mobtoolsitem--menu{
	float: right;
}
.mobtools a{
	display: block;
	text-align: center;
}

.mobtoolsitem .fa{ padding: 0; }

.mobtoolsitem__label{ display: none; }

@media only screen and (min-width: 700px){
	.mobtoolsitem{ width: auto; margin: 0 7.14% 0; }
	.mobtoolsitem__label{ display: inline-block; }
	.mobtoolsitem .fa{ padding: 0 .75em 0 0; }
	.mobtoolsitem--menu .fa{ padding: 0 0 0 .75em; }
}

@media only screen and (min-width: 1000px){
	.mobtools{ display: none; }
}

/*  ==========================================================================
	mobnav
	========================================================================== */

.mobnav{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
	background: #054BAD;
	color: #eee;
	-webkit-transition: height 300ms ease-in-out;
	   -moz-transition: height 300ms ease-in-out;
			transition: height 300ms ease-in-out;
}

.mobnavscrollingwrapper{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 100%;
}

.mobnav-overlay{
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0px;
	z-index: 99;
	background: #000; cursor: pointer;
	-webkit-transition: opacity 300ms ease-out 0ms, width 0s linear 201ms;
	   -moz-transition: opacity 300ms ease-out 0ms, width 0s linear 201ms;
			transition: opacity 300ms ease-out 0ms, width 0s linear 201ms;
	opacity: 0;
}
.mobnavopen .mobnav-overlay{
	-webkit-transition: opacity 200ms ease-out 0ms, width 0s linear 0ms;
	   -moz-transition: opacity 200ms ease-out 0ms, width 0s linear 0ms;
			transition: opacity 200ms ease-out 0ms, width 0s linear 0ms;
	opacity: .80;
	width: 100%;
}

.mobnavsection{
	border-bottom: solid 1px rgba(255,255,255,.15);
	/* background: url(sitenavsection.jpg) no-repeat center 0;
	background-size: 100% auto; */
}

.mobnavsection--externallinks{
	text-align: center;
	background: rgba(0,0,0,.15);

}
.mobnavsection--externallinks a{
	display: inline-block;
	padding: .25em 1em;
}
/* .mobnavsection--externallinks a:after {
	font-family: FontAwesome;
	content: "\f08e";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: inline-block;
	padding-left: 1em;
  } */

.mobnavsection--0 .powernav__links{ padding-bottom: 0; margin-bottom: 0; }

.mobnavsection--auxlinks{
	position: relative;
}

.mobnavsection--auxlinks:after{
	content: ' ';
	width: 0px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 50%;
	border-right: solid 1px rgba(255,255,255,.15);
}

.mobnavauxlinks ul{ margin-bottom: -.3em; }

.mobnavauxlinks li{
	margin-bottom: .33em;
}
.mobnavauxlinks--right{
	padding-left: 7.14%;
}
.sitenavexternal {
	position: absolute;
	display: none;
	top: .66em;
	right: 3.57%;
	margin-right: -.5em;
	opacity: 1;
	left: 3.57%;
	-webkit-transition: all 300ms 0ms;
	   -moz-transition: all 300ms 0ms;
			transition: all 300ms 0ms;
}
.sitenavexternal a {
	/* padding: 0; */
	padding: 0 5px;
}
.sitenavexternal .flags {
	float: right;
	clear: both;
}

.sitenavexternal a:hover { opacity: 1; }

/* .sitenavexternal a:before {
	font-family: FontAwesome;
	content: "\f08e";
	font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	display: inline-block;
	padding-right: 1em;
} */


/* .sitenavexternal a:nth-child(2) { float: right; }
.sitenavexternal a:nth-child(2):before { display: none;  } */
/* .sitenavexternal a:nth-child(2):after {
	font-family: FontAwesome;
	content: "\f08e";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: inline-block;
	padding-left: 1em;
  } */

.scrolled .sitenavexternal {
	opacity: 0;
	margin-top: -1em;
}
.scrolled .sitenavexternal a {
	pointer-events: none;
}
.mobnavsection:last-child{ border-bottom: none; }

@media only screen and (min-width: 400px){
	.mobnavsection--externallinks{ text-align: center; }
	.mobnavsection--externallinks a{ padding-left: 5px; padding-right: 5px; }
	/* .mobnavsection--externallinks a:nth-child(2) { float: right; } */

	/* .mobnavsection--externallinks a:nth-child(1):before {
		font-family: FontAwesome;
		content: "\f08e";
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: inline-block;
		padding-right: 1em;
	}
	  .mobnavsection--externallinks a:nth-child(1):after { display: none; } */

}
@media only screen and (min-width: 1000px){
	.mobnav,
	.mobnav-overlay{ display: none; }
	.sitenavexternal { display: block; }
}


/*  ==========================================================================
	sitenav
	========================================================================== */

.sitenav{
	position: absolute;
	top: 58%;
	bottom: 0;
	margin-bottom: -1em;
	right: 0;
	left: 0;
	display: none;
	z-index: 2;
	-webkit-transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	   -moz-transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
			transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.scrolled .sitenav{
	top: 50%;
	-webkit-transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

/*
// sitenavaux
*/

.sitenavaux{
	position: absolute;
	width: 100%;
	left: 0;
	top: -1.15em;
}

.sitenavaux a:hover{ opacity: 1; }

.sitenavaux__left{
	top: 0em;
	position: absolute;
	right: 62.5%;
	text-align: right;
	-webkit-transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 75ms;
	   -moz-transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 75ms;
			transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 75ms;
}

.sitenavaux__right{
	position: absolute;
	top: 0em;
	left: 62.5%;
	text-align: left;
	-webkit-transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 75ms;
	   -moz-transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 75ms;
			transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 75ms;
}

.scrolled .sitenavaux__left{
	right: 57.5%;
	-webkit-transition: right 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 225ms;
	   -moz-transition: right 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 225ms;
			transition: right 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 225ms;
}

.scrolled .sitenavaux__right{
	left: 57.5%;
	-webkit-transition: left 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 225ms;
	   -moz-transition: left 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 225ms;
			transition: left 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 225ms;
}

/*
// sitenavaux
*/
.sitenavprimary{
	position: absolute;
	top: .15em;
	bottom: 0;
	width: 100%;
	margin-bottom: 0em;
}
.sitenavprimary .inlinenavlist { height: 100%; }

.sitenavprimary li{
	height: 100%;
	position: relative;
}

.sitenavprimary__left{
	position: absolute;
	right: 62.5%;
	top: 0em;
	text-align: right;
	-webkit-transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

.sitenavprimary__right{
	position: absolute;
	left: 62.5%;
	top: 0em;
	text-align: left;
	-webkit-transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

.scrolled .sitenavprimary__left{
	right: 57.5%;
	-webkit-transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: right 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

.scrolled .sitenavprimary__right{
	left: 57.5%;
	-webkit-transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: left 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

/*
// sitenavtools
*/

.sitenavtools{
	position: absolute;
	top: -.7em;
	left: 0;
	right: 0;
	height: 0;
	-webkit-transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	   -moz-transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
			transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.sitenavtoolsitem{
	width: 7.14%;
	display: block;
	float: left;
}

.sitenavtoolsitem--search{
	float: right;
}
.sitenavtools a{
	display: block;
	text-align: center;
}

.sitenavtools a:hover{ opacity: 1; }

.sitenavtools .fa{ padding: 0; }


.scrolled .sitenavtools{
	-webkit-transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
	   -moz-transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
			transition: top 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}

.sitenav li.has-children:after{
	content: ' ';
	display: block;
	position: absolute;
	border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-bottom: .5em solid #054BAD;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.5em;
    z-index: 5;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate(0, .5em);
	   -moz-transform: translate(0, .5em);
			transform: translate(0, .5em);
	-webkit-transition: opacity 100ms ease-out 0ms, -webkit-transform 100ms ease-out 0ms;
	   -moz-transition: opacity 100ms ease-out 0ms,    -moz-transform 100ms ease-out 0ms;
			transition: opacity 100ms ease-out 0ms, 		transform 100ms ease-out 0ms;
}

.sitenav li.has-children.over:after{
	opacity: 1 ;
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
			transform: translate(0, 0);
}

@media only screen and (min-width: 1000px){
	.sitenav{ display: block; }
}

@media only screen and (min-width: 1200px){
	.sitenavaux__left,
	.sitenavprimary__left{ right: 62%; }
	.sitenavaux__right,
	.sitenavprimary__right { left: 62%; }

	.scrolled .sitenavaux__left,
	.scrolled .sitenavprimary__left{ right: 56.5%; }
	.scrolled .sitenavaux__right,
	.scrolled .sitenavprimary__right { left: 56.5%; }
}


/*  ==========================================================================
	// sitenavdropdown
	========================================================================== */

.sitenavdropdown{
	position: absolute;
	top: 100%;
	left: 3.57%;
	right: 3.57%;
	margin: 0;
	text-align: left;
	overflow: hidden;
	z-index: 1;
	line-height: 1.2;
	background: #054BAD;
	opacity: 0;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: perspective(1000px) rotateX(-25deg);
	   -moz-transform: perspective(1000px) rotateX(-25deg);
			transform: perspective(1000px) rotateX(-25deg);
	-webkit-transition: opacity 150ms ease-out 0ms, height 150ms ease-out 0ms, -webkit-transform 150ms ease-out 0ms;
	   -moz-transition: opacity 150ms ease-out 0ms, height 150ms ease-out 0ms,    -moz-transform 150ms ease-out 0ms;
			transition: opacity 150ms ease-out 0ms, height 150ms ease-out 0ms, 		   transform 150ms ease-out 0ms;
}


.sitenavopen .sitenavdropdown{
	opacity: 1;
	z-index: 100;
	box-shadow: .33em .33em 0px rgba(0,0,0,.15);
	-webkit-transform: perspective(1000px) rotateX(-0deg);
	   -moz-transform: perspective(1000px) rotateX(-0deg);
			transform: perspective(1000px) rotateX(-0deg);
}

.sitenavoverlay{
	background: #000;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0px;
	z-index: 48;
	pointer-events: none;
	-webkit-transition: opacity 250ms ease-out 0ms, width 0s linear 251ms;
	   -moz-transition: opacity 250ms ease-out 0ms, width 0s linear 251ms;
			transition: opacity 250ms ease-out 0ms, width 0s linear 251ms;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	display: block;
}

/* sitenav open */


.sitenavopen .sitenavoverlay{
	-webkit-transition: opacity 500ms ease-out 0ms, width 0s linear 0ms;
	   -moz-transition: opacity 500ms ease-out 0ms, width 0s linear 0ms;
			transition: opacity 500ms ease-out 0ms, width 0s linear 0ms;
	opacity: .25;
	width: 100%;
}


/*
// sitenavsection
*/

.sitenavsection{
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 150ms ease-out 0ms;
	   -moz-transition: opacity 150ms ease-out 0ms;
			transition: opacity 150ms ease-out 0ms;
	z-index: 1;
}

.sitenavsection__inner{
	margin: .5em;
	border: solid 1px rgba(255,255,255,.66);
	padding-left: 3%;
	padding-right: 3%;
	background: url(sitenavsection.jpg) no-repeat center 0;
	background-size: 100% auto;
	position: relative;
	z-index: 1;
}

.sitenavsection--active{
	-webkit-transition: opacity 150ms ease-out 100ms;
	   -moz-transition: opacity 150ms ease-out 100ms;
			transition: opacity 150ms ease-out 100ms;
	opacity: 1;
	z-index: 20;
}

/*  ==========================================================================
	powernav
	========================================================================== */

.powernav{
	position: relative;
	z-index: 2;
}

.powernav__heading{
	margin: 0 0 .15em;
}

.powernav__links { margin-bottom: -.33em; padding-bottom: 2em }
.powernav__links li { margin-bottom: .33em; }

.powernav__leader{ margin-bottom: 2em; }

.powernavcta:after { content: ""; height: 0; visibility: hidden; clear: both; display: block; }

.powernavcta .btn { margin-bottom: .5em; }
.powernavcta .btn:hover { color: #fff; }
/*.powernavcta__inner{ float: left; width: auto; background: rgba(0,0,0,.15); border-radius: 1.5em; box-shadow: 0 1px 0 rgba(255,255,255,.15); }*/

.powernavcta a{ display: block; margin-bottom: 0; float: left; padding-top: 1em; padding-bottom: 1em; }

.powernavcta a:last-child{ margin-right: 0; }

@media only screen and (min-width:1000px){
	.powernav__intro{ padding: 0 14%; }
}

/*
// discovery
*/

.discoverynav{ position: relative; z-index: 2; }
.discoverynavcontent{ padding-bottom: 7.14%; }
.discoverynavsummaries{ margin-bottom: -2em; }
.discoverynavsummary{ margin: 0 0 2em; }
.discoverynavsummary__heading{ margin: 0 0 .33em; }
.discoverynavsummary__year{ display: block; }

@media only screen and (min-width: 550px){
	.discoverynavsummary__year{ display: inline-block; }
}
@media only screen and (min-width: 1000px){
	.discoverynavcontent{ padding-bottom: 0; }
	.sitenavsection--357 .sitenavsection__inner:after{
		content: ' ';
		display: block;
		width: 50%;
		right: 0;
		height: 100%;
		position: absolute;
		top: 0;
		border-left: solid 1px rgba(255,255,255,.6);
		background: rgba(0,0,0,.25);
	}
	.discoverynavsummaries{ padding-left: 6%; }
}

/*
// about
*/
.aboutnavheading{ visibility: hidden; }
.gd-g .aboutlinks--last{ display: none; }
.aboutnavquote__img{
	max-width: 13em;
	width: 50%;
}

.aboutnavright{ display: none; }
@media only screen and (min-width:700px){
	.aboutnavright{ display: inline-block; }
}
@media only screen and (min-width:1000px){
	.aboutlinks--first{ display: none; }
	.gd-g .aboutlinks--last{ display: inline-block; }
	.sitenavsection--19 .sitenavsection__inner:after{
		content: ' ';
		display: block;
		width: 30%;
		right: 0;
		height: 100%;
		position: absolute;
		top: 0;
		border-left: solid 1px rgba(255,255,255,.6);
		background: rgba(0,0,0,.25);
	}

	.aboutnavquote .powernav__heading{ display: none; }
}

/*
// contact
*/
.mapcontainer {
	position: relative;
}

.mapcontainer .address {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	text-align: center;
	background: #fff;
	border-top: 1px solid #054BAD;
}
.mapcontainer .address__inner {
	padding: 2em 2em 0;
}
.mapcontainer .address h3 {
	margin-top: 0;
}
.map {
    position: relative;
    padding: 75% 0 0;
    height: auto;
    overflow: hidden;
}

.map__canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
}
.mapcontainer h3:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #054BAD;
    display: block;
    margin: .33em auto 0.66em;
}
.mapcontainer .directions .btn {
	display: block;
	border-radius: 0;
	margin: 0;
}
@media only screen and (min-width: 700px) {
	.mapcontainer .address {
		text-align: left;
	}
	.mapcontainer h3:after {
	    margin: .33em 0 0.66em;
	}
	.map {
	    padding: 65% 0 0;
	}
}
@media only screen and (min-width: 1000px) {
	.mapcontainer .address {
		border: 1px solid #054BAD;
		position: absolute;
		margin-top: 7.14%;
		right: 2em;
		top: 0;
		z-index: 2;
		max-width: 20em;
	}
	.mapcontainer .address__inner {
		padding: 2em 2em 1em;
	}
	.mapcontainer .directions {
		position: absolute;
		top: 100%;
		left: -1px;
		right: -1px;
	}
	.map {
	    padding: 50% 0 0;
	}
}


/*
// news
*/

.newslinks--first{ margin-top: 2em; }
.gd-g .newslinks--second{ display: none; }
.gd-g .newsnavfeature{ display: none; }
.powernav .posts--nav{ margin-bottom: 0; }
.postnav{ margin-bottom: 0; }


@media only screen and (min-width:700px){
	.gd-g .newslinks--first{ display: none; }
	.gd-g .newslinks--second{ display: inline-block; }
}

@media only screen and (min-width:1000px){

	.newsnavcontent{ float: right; }
	.gd-g .newslinks--second{ display: none; }
	.gd-g .newslinks--first{ display: inline-block; margin-bottom: 0; padding-bottom: 0; }
	.gd-g .newsnavfeature{ display: inline-block; padding: 0 5%; }

	.sitenavsection--0 .sitenavsection__inner:after{
		content: ' ';
		display: block;
		width: 50%;
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		border-right: solid 1px rgba(255,255,255,.6);
		background: rgba(0,0,0,.25);
	}

	.newsnavfeature__intro{ margin-bottom: 10%; }
}

/*
// events
*/

.postnav .eventdate{ text-shadow: 0 1px 0 rgba(255,255,255,.15); margin: 0 auto .5em; }

.eventsnaveventheading{
	border-bottom: solid 1px rgba(255,255,255,.15);
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	display: none;
}

.eventsnavfeature{ display: none; }
.eventsnavfeature .postnav--navevent + .postnav--navevent {margin-top: 1em;}

.previouseventsheading{
	position: relative;
}

.previouseventsheading a{
	position: absolute;
	right: .5em;
	bottom: 0;
  margin-bottom: 1.7em;
}

@media only screen and (min-width:700px){
	.eventsnavfeature{ display: inline-block; }
	.previouseventsheading a{ margin-bottom: 2.1em; }
}

@media only screen and (min-width:1000px){

	.eventsnavcontent{ float: right; }
	.postnav .eventdate{ margin-bottom: 0; }

	.eventsnaveventheading{ display: block; }

	.sitenavsection--360 .sitenavsection__inner:after{
		content: ' ';
		display: block;
		width: 50%;
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		border-right: solid 1px rgba(255,255,255,.6);
		background: rgba(0,0,0,.15);
	}
}

/*  ==========================================================================
	Front Page Hero
	========================================================================== */

.siteheaderhide{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.page-home .hero {
	max-width: 100%;
    position: relative;
	overflow-x: hidden;
}

.herologowrapper{
	position: absolute;
	z-index: 3;
	top: 1em;
	bottom: 1em;
	z-index: 300;
	width: 100%;
	text-align: center;
	opacity: 0;
}

.herovideo{
	-webkit-transform: translate(-100%, 0);
	   -moz-transform: translate(-100%, 0);
					transform: translate(-100%, 0);
	-webkit-transition: -webkit-transform 660ms ease-out 0ms;
	   -moz-transition:    -moz-transform 660ms ease-out 0ms;
			transition: 		transform 660ms ease-out 0ms;
}

.heroslides{
	-webkit-transform: translate(0%, 0);
	   -moz-transform: translate(0%, 0);
					transform: translate(0%, 0);
	-webkit-transition: -webkit-transform 660ms ease-out 0ms;
	   -moz-transition:    -moz-transform 660ms ease-out 0ms;
			transition: 		transform 660ms ease-out 0ms;
}

.homewithvideo .herologowrapper{ opacity: 1; }
.homewithvideo .herovideo{ -webkit-transform: translate(0%, 0); -moz-transform: translate(0%, 0); transform: translate(0%, 0); }
.homewithvideo .heroslides{ -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); transform: translate(100%, 0); }

.herologoinner{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.herologo{
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate( -50%, -50%) translateZ(0) scale3d(2,2,2);
	   -moz-transform: translate( -50%, -50%) translateZ(0) scale3d(2,2,2);
					transform: translate( -50%, -50%) translateZ(0) scale3d(2,2,2);
	-webkit-transition: all 2500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	   -moz-transition: all 2500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
					transition: all 2500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.herovideo--transition .herologo{
	top: 0%;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	-webkit-transform: translate( -50%, 0%) translateZ(0) scale3d(1,1,1);
	   -moz-transform: translate( -50%, 0%) translateZ(0) scale3d(1,1,1);
					transform: translate( -50%, 0%) translateZ(0) scale3d(1,1,1);
}

.herologo__device{
	background-image: url(branding/logo.neg.device.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
					transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 3000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	   -moz-transition: all 3000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
					transition: all 3000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}

.homewithvideo--showbig .herologo__device{
	padding: 100% 0 0;
}

.herologo__device{ padding: 31.666% 0 0; }

.heroslides{
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.herovideo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 2;
	background: #054BAD;
}

.herovideo__video{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: opacity 500ms ease-out 0ms;
	   -moz-transition: opacity 500ms ease-out 0ms;
					transition: opacity 500ms ease-out 0ms;
	opacity: 0;
}
.has-herovideo--playing .herovideo__video{
	-webkit-transition: all 1s ease-out 0ms;
	   -moz-transition: all 1s ease-out 0ms;
					transition: all 1s ease-out 0ms;
	opacity: 1;
}

.herovideo__video video{
	height: 100vh;
}

.heroslides .owl-controls{
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  text-align: center;
}

.heroslide{
  position: relative;
	text-align: center;
	background:#000;
}

.heroslide__img{
	opacity: .8;
	padding: 125% 0 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.heroslide__video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 2000ms ease-out 0ms;
	   -moz-transition: opacity 2000ms ease-out 0ms;
			transition: opacity 2000ms ease-out 0ms;
}

.herovideo--playing .herovideo__video{ opacity: 1; }

/*

.homewithvideo--showbig .herologo{
	width: 66%;
}

@media only screen and (min-width: 550px){
	.homewithvideo--showbig .herologo{ width: 50%; }
}

@media only screen and (min-width: 700px){
	.homewithvideo--showbig .herologo{ width: 42.5%; }
}

@media only screen and (min-width: 1000px){
	.homewithvideo--showbig .herologo{
		width: 33%;
	}
}

*/

/*
siteheader with video
*/

.siteheaderhide .siteheader--fixed .sitelogo__words{
	opacity: 0;
	-webkit-transform: rotateX(-45deg);
		 -moz-transform: rotateX(-45deg);
					transform: rotateX(-45deg);
}

.siteheaderhide .siteheader--fixed .sitelogo__device{
	opacity: 0;
}

.has-herovideo .sitenavaux,
.has-herovideo .sitenavprimary,
.has-herovideo .sitenavtools,
.has-herovideo .sitenavexternal{
	opacity: 1;
	-webkit-transition: -webkit-transform 150ms ease-out 0ms, opacity 150ms ease-out 0ms;
	   -moz-transition:    -moz-transform 150ms ease-out 0ms, opacity 150ms ease-out 0ms;
					transition: 				transform 150ms ease-out 0ms, opacity 150ms ease-out 0ms;
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
					transform: translate(0,0);
}

.scrolled.has-herovideo .sitenavexternal{
	opacity: 0;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
					transition-delay: 0ms;
}

.has-herovideo .sitenavaux{
	-webkit-transition-delay: 250ms;
	   -moz-transition-delay: 250ms;
					transition-delay: 250ms;
}

.siteheaderhide .sitenavaux{
	opacity: 0;
	-webkit-transform: translate(0,15px);
	   -moz-transform: translate(0,15px);
					transform: translate(0,15px);
}

.has-herovideo .sitenavprimary{
	-webkit-transition-delay: 400ms;
	   -moz-transition-delay: 400ms;
					transition-delay: 400ms;
}

.siteheaderhide .sitenavprimary{
	opacity: 0;
	-webkit-transform: translate(0,15px);
	   -moz-transform: translate(0,15px);
					transform: translate(0,15px);
}

.has-herovideo .sitenavtools{
	-webkit-transition-delay: 650ms;
	   -moz-transition-delay: 650ms;
					transition-delay: 650ms;
}

.siteheaderhide .sitenavtools{
	opacity: 0;
}

.has-herovideo .sitenavexternal{
	-webkit-transition-delay: 650ms;
	   -moz-transition-delay: 650ms;
					transition-delay: 650ms;
}

.siteheaderhide .sitenavexternal{
	opacity: 0;
}






/*
END siteheader with video
*/

.heroslide__body{
	box-shadow: 0.33em 0.33em 0px rgba(0,0,0,.075);
    -webkit-transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    			-moz-transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -moz-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    								transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	position: absolute;
	left: 3.57%;
	right: 3.57%;
	bottom: 0;
	padding-bottom: 3.57%;
	-webkit-perspective: 400px;
		 -moz-perspective: 400px;
					perspective: 400px;
}
/*
.heroslide__body:hover {
    box-shadow: 0.66em 0.66em 0px rgba(0,0,0,.1);
    -webkit-transform: translate(-.33em, -.33em);
    -moz-transform: translate(-.33em, -.33em);
    transform: translate(-.33em, -.33em);
}
 */

.heroslide__content{
	position: relative;
    background: rgba(255,255,255,0.8);
    padding: 2em;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.heroslide__content:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: .5em;
    border: solid 1px #054BAD;
}

.heroslide__link{
	background: #054BAD;
	text-align: center;
	padding: 1em .5em;
	-webkit-transition: all 250ms ease 0ms;
       -moz-transition: all 250ms ease 0ms;
            transition: all 250ms ease 0ms;
}
.heroslide__link:hover{ background-color: #076CFA; }
.heroslide__link a{ display: block; }
.heroslide__link a:hover,
.heroslide__link a:focus,
.heroslide__link a:active{ color: #fff; }

.heroslide__heading{ margin-top: 0; }
.heroslide__heading::after{
	content: '';
	width: 2em;
	height: 1px;
	background: #054BAD;
	display: block;
	margin: .33em auto;
}

.heroslides.owl-carousel .heroslide__content{
	opacity: 0;
	-webkit-transform: rotateY(-35deg);
	   -moz-transform: rotateY(-35deg);
			transform: rotateY(-35deg);

	-webkit-transform-origin: 100%;
	   -moz-transform-origin: 100%;
			transform-origin: 100%;

	-webkit-transition: opacity 250ms ease-out 666ms, -webkit-transform 250ms ease-out 666ms;
	   -moz-transition: opacity 250ms ease-out 666ms,    -moz-transform 250ms ease-out 666ms;
			transition: opacity 250ms ease-out 666ms,         transform 250ms ease-out 666ms;
}

.heroslides.owl-carousel .active .heroslide__content{
	opacity: 1;
	-webkti-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.heroslides.owl-carousel .heroslide__link{
	opacity: 0;

	-webkti-transform: rotateX(-35deg);
	   -moz-transform: rotateX(-35deg);
			transform: rotateX(-35deg);

	-webkit-transform-origin: 50% 0%;
		   -moz-transform-origin: 50% 0%;
				transform-origin: 50% 0%;

	-webkit-transition: opacity 250ms ease-out 816ms, -webkit-transform 250ms ease-out 816ms;
	   -moz-transition: opacity 250ms ease-out 816ms, -moz-transform 250ms ease-out 816ms;
			transition: opacity 250ms ease-out 816ms, transform 250ms ease-out 816ms;
}
.heroslides.owl-carousel .active .heroslide__link{
	opacity: 1;

	-webkti-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
			transform: rotateX(0deg);
}

@media only screen and (min-width:550px){
    .heroslide__body{
        width: 85%;
        display: inline-block;
    }
}

@media only screen and (min-width:700px){
	.page-home .hero {
	    height: 100vh;
	    position: relative;
	}
	.heroslide { text-align: right; height: 100vh; }

    .heroslide__bd{
        position: relative;
        z-index: 2;
    }

    .heroslide__img{
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        padding:0;
        height: 100%;
        width: 100%;
    }

	.heroslide__body{
		position: absolute;
		top: 50%;
		right: 7.14%;
		margin: 0;
		width: 50%;
		bottom: auto;
		left: auto;
		z-index: 2;
	}

	.heroslides.owl-carousel .heroslide__body, .heroslides.owl-carousel .heroslide__body::after{
		-webkti-transform: translate(0px, -50%);
	       -moz-transform: translate(0px, -50%);
	            transform: translate(0px, -50%);

	}

	.heroslides.owl-carousel .active .heroslide__body, .heroslides.owl-carousel .active .heroslide__body::after{
	    -webkti-transform: translate(0px, -50%);
	       -moz-transform: translate(0px, -50%);
	            transform: translate(0px, -50%);
	}

    .heroslide__content{ padding: 2.5em; }
}

@media only screen and (min-width:800px){
	.heroslide__body{ width: 33.333%; }
}

@media only screen and (min-width:1000px){
	.heroslide__body{ margin: 0; width: 28%; }
    .heroslide__content{ padding: 3em; }
}

@media only screen and (min-width:1200px){
	.heroslide__body{ width: 25%; }
}

@media only screen and (min-width:1400px){
    .heroslide__body{ width: 23% }
    .heroslide__bd{
        padding-top: 10%;
        padding-bottom: 10%;
    }
}


/*  ==========================================================================
	Page
	========================================================================== */

.pageheader{
	text-align: center;
	position: relative;
}

.pageheader__bd{
	position: relative;
	z-index: 2;
}

.hasdefaultcontent .pageheader{
	padding-bottom: .75em;
}

.pageheader h1{
	margin-left: auto;
	margin-right: auto;
	max-width: 12em;
	margin: 0 auto .15em
}

.pageheader .leader{
	margin: 0 auto;
	max-width: 30em;
	font-size: 120%;
}

.pageheader--top .pageheader__heading{
	position: relative;
	z-index: 2;
}

.pageheader--top .pageheader__heading h1{
	margin-top: 0;
	margin-bottom: -.5em;
}

.pageheader--centre .pageheaderbody{
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.pageheader--centre .pageheaderbody:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.pageheader--centre .pageheader__bd{
    margin: 0;
    width: 85.72%;
    display: inline-block;
    vertical-align: middle;
}

.pageheader--centre .pageheaderbody h1{
	margin-top: 0;
}

/*
// pageheader--img
*/

.pageheader--img{
	padding-top: 0;
}

.pageheader--img h1{ margin-top: -.5em; }

.pageheader--map .pageheader__heading h1{ margin: 0 auto .25em; }

.pageheaderimg{
	overflow: hidden;
	padding: 40% 0 0;
	background-color: #27043a;
	z-index: 1;
	position: relative;
}

.pageheader--map .pageheaderimg{
	padding: 56.25% 0 0;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,.1);
}

.pageheaderimg__map{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.pageheaderimg__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-transition: opacity 1000ms ease-out 0ms;
	   -moz-transition: opacity 1000ms ease-out 0ms;
			transition: opacity 1000ms ease-out 0ms;
	-webkit-transform: scale(1.1,1.1);
	   -moz-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
}

.pageheaderimg--loaded .pageheaderimg__img{
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	   -moz-transition:    -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
			transition: 		transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
			transform: scale(1,1);
	opacity: 1;
}



.pageheader__video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	opacity: 0;
	padding: 0;
	-webkit-transition: opacity 2000ms ease-out 0ms;
	   -moz-transition: opacity 2000ms ease-out 0ms;
			transition: opacity 2000ms ease-out 0ms;
}


.has-videoheader--playing .pageheader__video{ opacity: 1; }
.no-touch .has-videoheader .pageheader__img{ display: none; }

/* postheader */

.pageheader--post .pageheaderbody{
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}

.pageheader--post h2{
	margin: .3em 0;
}

.pageheader--post .shareicons {
    color: #fff;
    margin-bottom: -1.5em;
    position: relative;
    z-index: 2;
}

.postheaderimg{
	padding: 50% 0 0;
	position: relative;
	background: #eee;
	overflow: hidden;
}

.postheaderimg .pageheader__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.has-videoheader--playing .postheaderimg .pageheader__video{ opacity: 1; }
.pageheaderimg--loaded .postheaderimg .pageheader__img{ opacity: 1; }

/* blogheader */

.hero__item, .hero--blog{
	position: relative;
}

.hero--blog .item{
	display: none;
}


.heroimage{
	background: #000;
	width: 100%;
}

.heroimage:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media only screen and (min-width:700px){
	.heroimage:after{
	  padding-bottom: 75%;
	}
}
@media only screen and (min-width:1000px){
	.heroimage:after{
	  padding-bottom: 55%;
	}
}
@media only screen and (min-width:1200px){
	.heroimage:after{
	  padding-bottom: 45%;
	}
}
.heroimage__img{
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.hero__contentwrapper{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	height: 100%;
}

.hero__contentwrapper:before{
		content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	  margin-right: -0.25em;
}

.hero__content{
	display: inline-block;
 	vertical-align: middle;
	width: 80%;
	text-align: center;
	max-width: 30em;
}

.hero__content .post__heading{
	margin: .3em 0;
	max-height: 9999px;
}

.hero--blog.owl-theme .owl-nav{
	margin: 0;
}

.hero--blog.owl-theme .owl-nav button{
	outline: none;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
}
.hero--blog.owl-theme .owl-nav button .fa{
	font-size: 45px;
	line-height: 0;
}

.hero--blog.owl-theme .owl-nav button.owl-prev{
	left: 8.3%;
}
.hero--blog.owl-theme .owl-nav button.owl-next{
	right: 8.3%;
}

@media only screen and (max-width:1199px){
	.hero--blog.owl-theme .owl-nav button.owl-prev{
		margin-left: -2em;
	}
	.hero--blog.owl-theme .owl-nav button.owl-next{
		margin-right: -2em;
	}
}

.hero--blog.owl-theme .owl-nav [class*=owl-]{
	margin: 0;
	border-radius: 0;
}

.hero--blog.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.hero--blog.owl-theme .owl-dots{
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
}

.hero--blog.owl-theme .owl-dots button{
	outline: none;
}

.hero--blog.owl-theme .owl-dots .owl-dot span{
	background: transparent;
	border: 1px solid #fff;
}
.hero--blog.owl-theme .owl-dots .owl-dot.active span{
	background: #fff;
}

.main--blog .pageheader__categorylist, .pageheader--post .pageheader__categorylist{
	padding: 1em 0;
	width: 85.72%;
	margin: 0 auto;
	max-width: 60em;
}

.main--blog .pageheader__categorylist li:first-child, .pageheader--post .pageheader__categorylist li:first-child{ display: block; }

.line{
	height: 1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	display: block;
}

.main--blog .pageheader .line{
	width: 85.72%;
	height: 1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 0 7.14%;
}

/* pageheader--author */

.pageheader--author .bloggerimg{
	max-width: 150px;
	width: 80%;
	margin: 0 auto 1em;
}

.pageheader--author h2{
	margin-top: 0;
}

/*  ==========================================================================
    share icons
    ========================================================================== */

.shareicons{
	color: #fff;
}

.shareiconslist li{ margin: 0; display: inline-block; }

.sharelink{
	display: inline-block;
	height: 3em;
	background: #f1f1f1;
	line-height: 3em;
	margin: 0;
	color: #fff;
    border-radius: 1.5em;
	text-shadow: none;
}

.sharelink:after { content: ""; height: 0; visibility: hidden; clear: both; display: block; }

.sharelink--facebook{ background: #3b5998; }
.sharelink--twitter{ background: #00aced; }
.sharelink--linkedin{ background: #007bb6; }

.shareicon{
	width: 3em;
	text-align: center;
	display: block;
	float: left;
	padding: 0;
	border: none;
}

.shareicon .fa{ display: inline-block; padding: 0; }
 a:hover .shareicon .fa{ display: inline-block; padding: 0; }

.sharetext{
	overflow: hidden;
	font-size: 12px;
	display: block;
	float: left;
	text-align: right;
	width: 0;
	-webkit-transition: all .15s ease-in-out 0s;
	   -moz-transition: all .15s ease-in-out 0s;
	        transition: all .15s ease-in-out 0s;
	text-align: left;
}

.sharelink:hover .sharetext{
	width: 45px;
}

/* reverse sharelink when image is present */
.pageheader--img .sharelink{ background: #fff; }
.pageheader--img .sharelink--facebook,
.pageheader--img .sharelink--facebook:hover{ color: #3b5998; }
.pageheader--img .sharelink--twitter,
.pageheader--img .sharelink--twitter:hover{ color: #00aced; }
.pageheader--img .sharelink--linkedin,
.pageheader--img .sharelink--linkedin:hover{ color: #007bb6; }


/*  ==========================================================================
	content
	========================================================================== */

@media only screen and (min-width:1000px){
	.main{ margin: 0 3.57%; }
	.main .bd{ margin: 0 3.57%; }

	.main--blog{ margin: 0; }

	.main--blog .main__bd{ margin: 0 7.14%; }
}

.content{
	margin: 0 auto;
	box-sizing: border-box;
}
.content a {
	text-shadow: 1px 1px #fff, -1px -1px #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.content a:before {
	background-color: #054BAD;
    content: '';
    height: 1px;
    position: absolute;
    bottom: 3px;
	width: 100%;
	opacity: 0.5;
	z-index: -1;
	transition: all 0.1s ease-in;
}
.content a:hover:before,
.content a:focus:before,
.content a:active:before {
	background-color: #AD1775;
	opacity: 1;
}
.content a.addline:before {
	background-color: none;
	height: 0;
}
.content .gallery a:before {
	display: none;
}
@media only screen and (min-width:550px){
	.content{ width: 83.4%; padding: 0 .5em;  }
	.content--wider{ width: 100%; }
}

@media only screen and (min-width:700px){
	.content{ padding: 0 0.625em; }
}

@media only screen and (min-width:800px){
	.content{ width: 66.8%; }
	.content--wider{ width: 81.08%; }
}

@media only screen and (min-width:1000px){
	.content{ width: 60%; padding: 0 0.75em; }
	.content--wider{ width: 74.28%; }
}

@media only screen and (min-width:1200px){
	.content{ width: 50%; }
	.content--wider{ width: 64.28%; }
}

/*  ==========================================================================
	sitefooter
	========================================================================== */

.sitefooter{
	position: relative;
}

.sitefooterbg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #054BAD;
}

.sitefooterbg:after{
	content: ' ';
	position: absolute;
	top: .5em;
	left: .5em;
	right: .5em;
	bottom: .5em;
	border: solid 1px rgba(255,255,255,.66);
	background: url(sitenavsection.jpg) no-repeat center 0;
	background-size: 100% auto;
}

.sitefooter__bd{
	position: relative;
	z-index: 2;
}

/*
// legalfooter
*/

.legalfooter{
	/*background: #054BAD;*/
	text-align: center;
	text-shadow: none;
	padding: 1em 7.14% 1.5em;
}

.legalfooter__links{
	margin: 0 0 .33em;
}

/*
// footerprimary
*/

.footerlogo{
	position: relative;
	z-index: 2;
	padding: 1.66em 0 0;
}

.sitefooter .footerlogo .sitelogo__device{ background-image: url(branding/logo.neg.device.svg); }
.no-svg .sitefooter  .footerlogo .sitelogo__device{ background-image: url(branding/logo.neg.device.png); }
.sitefooter .footerlogo .sitelogo__words{ background-image: url(branding/logo.neg.words.svg); }
.no-svg .sitefooter .footerlogo .sitelogo__words{ background-image: url(branding/logo.neg.words.png); }

.sitefooter .footerlogo .sitelogo__link--gdst{
	padding: 31% 0 0;
	margin: 9.99% 16.66% 0;
	background: url(branding/gdst.neg.sml.png) no-repeat center top;
	/* background: url(branding/gdst.neg.svg) no-repeat center top; */
	background-size: contain;
}
.nosvg .sitefooter .footerlogo .sitelogo__link--gdst{ background-image: url(branding/gdst.neg.png); }


/*
// footerprimary
*/

.footerprimary{
	position: relative;
	z-index: 2;
}

.footerprimarysection__heading{
	margin: 0 0 .33em;
}

/*
// footercontact
*/

.footercontact{
	position: relative;
	z-index: 2;
}
.footercontact__bd{
	position: relative;
	z-index: 2;
}
.footercontact:after{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: .5em;
	right: .5em;
	bottom: .5em;
	border-top: solid 1px rgba(255,255,255,.6);
	background: rgba(0,0,0,.15);
	z-index: 1;
}

.footercontactsection__heading{ margin: 0 0 .3em; }

.footercontactsection__year{ display: block; }

.footercontactaddress{
	border-top: solid 1px rgba(255,255,255,.15);
}

.footercontactaddress__address{ margin-bottom: .33em; }

@media only screen and (min-width: 550px){
	.footercontactsection__year{ display: inline; }
}

@media only screen and (min-width:700px){
	.footerprimary{ padding-top: 0; margin-top: -14%; }
	.footerprimarysection__heading{ display: none; }

	.footercontact{ padding-top: 0; }
	.footercontact:after{ display: none; }

	.footercontactaddress{
		border-top: none;
		margin: 0;
		padding: 0;
		width: 30%;
		position: absolute;
		top: -.3em;
		left: 50%;
		margin-left: -15%;
		text-align: center;
	}

	.footercontact .footercontactsection--left,
	.footerprimary .footerprimarysection--left{ text-align: right; }
	.footercontactsection--left,
	.footerprimarysection--left{ padding-right: 16%; }
	.footerprimarysection--right,
	.footercontactsection--right{ padding-left: 16%; }
}

@media only screen and (min-width:800px){
	.footerprimary{ margin-top: -12%; }
	.footercontactaddress{ width: 20%; margin-left: -10%; }
}

@media only screen and (min-width:1000px){
	.sitefooterbg{
		left: 3.57%;
		right: 3.57%;
	}

	.footerprimary{ padding-top: 0; margin-top: -10%; }
	.footercontactsection--left,
	.footerprimarysection--left{ padding-right: 13.3%;  padding-left: 7.14%;  }
	.footercontactsection--right,
	.footerprimarysection--right{ padding-left: 13.3%; padding-right: 7.14%; }

	.legalfooter{
		background: none;
		position: relative;
		padding: 4% 0 0;
		color: #2C2A29;
		line-height: 1em;
	}

	.legalfooter__inner{
		position: absolute;
		top: 50%;
		left: 3.57%;
		right: 3.57%;
		margin-top: -.5em;
	}

	.legalfooter__copyright{
		position: absolute;
		top: 0;
		right: 0;
	}

	.legalfooter__links{
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}
}

@media only screen and (min-width: 1200px){
	.footerprimary{ margin-top: -8.5%; }
	.footerprimarysection--left{ padding-left: 10%;  }
	.footerprimarysection--right{ padding-right: 10%; }
}

@media only screen and (min-width: 1400px){
	.footerprimarysection--left{ padding-left: 14%;  }
	.footerprimarysection--right{ padding-right: 14%; }
}
/*  ==========================================================================
	footernav
	========================================================================== */

.footernav{
	border-top: solid 1px rgba(0,0,0,.1);
	border-bottom: solid 1px rgba(0,0,0,.1);
	margin: 0 3.57% 0;
	position: relative;
}

.footernav .btn--text{ color: #2C2A29; }
.footernav .btn--text:hover{ color: #AD1775; }
.footernav a:hover{ color: #AD1775; }
.footernav .btn--white{ background-color: #054BAD; color: #fff; }
.footernav .btn--white:hover{ background-color: #AD1775; color: #fff; }
.footernav .btn--dark { text-shadow: 0 1px 0 rgba(255,255,255,.15) ; color: #054BAD; }
.footernav .btn--dark:hover { text-shadow: 0 1px 0 rgba(0,0,0,.15); }

.footernav .powernavcta__inner{ background: rgba(0,0,0,.1); background: rgba(71,10,104,.1); }

.footernav__bd{
	margin: 0 3.57%;
}

.footernav .color--white{
	color: #2C2A29;
}

.footernav .aboutnavquote__img{
	filter: invert(100%);
}

@media only screen and (min-width: 1000px){
	.footernav:after{
		content: ' ';
		display: block;
		top: 0;
		bottom: 0;
		left: 50%;
		position: absolute;
		border-right: solid 1px rgba(0,0,0,.1);
	}

	.footernav--about:after{
		left: 70%;
	}
}

/*  ==========================================================================
	footerblog
	========================================================================== */

.footerblog__categorylist{
	max-width: 500px;
	margin: 0 auto;
}

/*  ==========================================================================
	.ticklist
	========================================================================== */

.ticklist{
	margin: 0 auto;
	box-sizing: border-box;
}

.ticklist .fa {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ticklist__tick{
	position: relative;
	padding-left: 1.5em;
	margin-bottom: .33em;
}

@media only screen and (min-width:550px){
	.ticklist{ width: 83.4%; padding: 0 .5em; }
}

@media only screen and (min-width:700px){
	.ticklist{ padding: 0 0.625em; }
}

@media only screen and (min-width:800px){
	.ticklist{ margin-left: 16.6%; width: 70%; margin-right: 0; padding: 0 0.75em; }
}

@media only screen and (min-width:1000px){
	.ticklist{ margin-left: 20%; }
}

@media only screen and (min-width:1200px){
	.ticklist{ margin-left: 25%; }
}


/*  ==========================================================================
	.posts
	========================================================================== */


.posts{
	margin-bottom: -1em;
}

.posts.gd-g:not(.flexpostcount--1){ margin-left: -.5em; margin-right: -.5em; }

.posts:not(.flexpostcount--1) .gd-u{
	padding-left: .5em;
	padding-right: .5em;
}

.post{
	margin-bottom: 1em;
	position: relative;
	background: #fff;
	box-shadow: .33em .33em 0px rgba(0,0,0,.075);
	-webkit-transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	   -moz-transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms,    -moz-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
			transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, 			transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.searchresults{
	margin-bottom: -2em;
}
.searchresult{
	margin-bottom: 2em;
}

.searchresult .post__link:hover{
	color: #AD1775;
}
.searchresult .postcta {
	margin-top: 1em;
}
.post:hover{
	box-shadow: .66em .66em 0px rgba(0,0,0,.1);
	-webkit-transform: translate(-.33em, -.33em);
	   -moz-transform: translate(-.33em, -.33em);
			transform: translate(-.33em, -.33em);
}

.post__content{
	padding: 1em;
}

.posts .post__content{
	height: 8em;
}

.post__categories{ margin-bottom: .66em; }
.posts .post__categories{ height: 1.4em; overflow: hidden; }

.post__heading{ margin: 0; line-height: 1.2; max-height: 3.6em; overflow: hidden; }
.post__date{ margin-top: .66em; }
.post__date .eventlegend { display: none; }

@media only screen and (min-width:550px){
	.post__date .eventlegend { display: none; }
	.post__date .fa { display: inline-block; }
	.posts .post__content{
		height: 6.8em;
	}
}
@media only screen and (min-width:700px) and (max-width: 800px) {
	.post__date .eventlegend { display: none; }
	.post__date .fa { display: inline-block; }
}
.post__link{
	position: relative;
	z-index: 1;
}

.postimg{
	padding: 75% 0 0;
	position: relative;
	overflow: hidden;
}

.postimg__img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.eventdate{
	max-width: 3em;
	position: absolute;
	width: 50%;
	top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
	z-index: 2;
}

.eventdate__inner{
	padding: 100% 0 0;
	position: relative;
	text-align: center;
	background-color: #054BADBA;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.eventdate__date,
.eventdate__month{
	position: absolute;
	top: 50%;
	line-height: 1;
	left: 0;
	right: 0;
	margin-top: -.75em;
}

.eventdate__month{
	margin-top: .66em;
}

@media only screen and (min-width:1200px){
	.post__content{ padding: 1.5em; }

	.posts--feature .gd-u:nth-child(6n+1){ width: 50%; }
	.posts--feature .gd-u:nth-child(6n+6){ width: 50%; margin-top: -18.5%; }

	.posts--feature .gd-u:nth-child(6n+1) .post__heading,
	.posts--feature .gd-u:nth-child(6n+6) .post__heading{ font-size: 22px; max-height: 2.4em; }

	.posts--feature  .gd-u:nth-child(6n+1) .post__content,
	.posts--feature  .gd-u:nth-child(6n+6) .post__content{
		padding-left: 14.28%; padding-right: 14.28%;
	}

}

@media only screen and (min-width:1200px){
	.posts--feature .gd-u:nth-child(6n+1) .post__heading,
	.posts--feature .gd-u:nth-child(6n+6) .post__heading{ font-size: 24px; }
}

@media only screen and (min-width:1400px){
	.posts--feature .gd-u:nth-child(6n+1) .post__heading,
	.posts--feature .gd-u:nth-child(6n+6) .post__heading{ font-size: 26px; }
}

@media only screen and (min-width:1600px){
	.posts--feature .gd-u:nth-child(6n+1) .post__heading,
	.posts--feature .gd-u:nth-child(6n+6) .post__heading{ font-size: 28px; }
}


/*  ==========================================================================
	paging
	========================================================================== */

.paging{
	position: relative;
	line-height: 1;
}

.paging__numbers{ display: none; }
.paging__numbers a,
.paging__numbers span{
	padding: 1.25em .75em;
	border: none;
	display: block;
	float: left;
	min-width: 1em;
	text-align: center;
	border-radius: 50%;
	border: solid 1px rgba(255,255,255,0);
}

.paging__numbers a:hover{ color: #AD1775; }

.paging__numbers .current{ border-color: #054BADBA; padding: 1.25em; }

.paging__nextprev{
	text-align: center;
	padding: .5em;
}

.paging__nextprev{ text-align: center; }
.paging__nextprev .btn{ margin-bottom: 0; }

.paging__pager--older a:hover{ background: #afb472; }

.paging__nextprev--bothpresent .paging__pager--older{ border-left: solid 1px #e0e0d9; }

@media only screen and (min-width:800px){
	.paging__bd{ border-bottom: solid 1px #d4d4cb; border-top: solid 1px #d4d4cb; }
	.paging__numbers{ display: block; }
	.paging__nextprev{ position: absolute; padding: 0; right: 0; bottom: 0%; }
	.paging__pager{
		display: inline-block;
		padding: .5em;
	}
}

/*  ==========================================================================
	leadership
	========================================================================== */

.posts--leadership .post {
    margin-bottom: 1em;
    position: relative;
    background: transparent;
    box-shadow: none;
}

.leadership .post__heading{
	font-size: 115%;
}

.posts--leadership.gd-g{ margin-left: -1em; margin-right: -1em; }

.posts--leadership .gd-u{
	padding-left: 1em;
	padding-right: 1em;
}

.posts--leadership .postimg {
    padding: 100% 0 0;
    position: relative;
    overflow: hidden;
	border-radius: 50%;
	background: #aaa;
}

.posts--leadership .post__content{
	height: auto;
	padding: 1.5em 0 1.5em;
}

.posts--leadership .post__role{
	margin-top: .15em;
}

.posts--leadership .gd-u:nth-child(1),
.posts--leadership .gd-u:nth-child(4){ width: 100%; }
.posts--leadership .gd-u:nth-child(1) .post__content,
.posts--leadership .gd-u:nth-child(4) .post__content{ padding-left: 15%; }

@media only screen and (min-width:700px){
	.posts--leadership .gd-u:nth-child(1){ width: 75%; }
	.posts--leadership .gd-u:nth-child(4){ width: 70%; margin-right: 5%; }
}
@media only screen and (min-width:1000px){
	.posts--leadership .gd-u:nth-child(1){ width: 50%; }
	.posts--leadership .gd-u:nth-child(4){ width: 45%; }
}

.leader__popup{
	display: none;
	width: 90%;
	margin: 2.5% 0;
	overflow: visible;
	padding: 4% 4% 4% 17%;
}

.leader__popup .post__role{
	margin-top: .25em;
	margin-bottom: .5em;
}
.leader__popup .post__education{
	margin-bottom: 1.5em;
}
.leader__popup .postimg {
    padding: 40% 0 0;
    position: absolute;
    overflow: hidden;
	border-radius: 50%;
	background: #aaa;
	left: -10%;
	width: 40%;
}

@media only screen and (min-width:700px){

}

@media only screen and (min-width:1000px){
	.leader__popup{
		width: 60%;
	}
}

@media only screen and (min-width:1200px){
	.leader__popup{
		width: 50%;
	}
}


/*  ==========================================================================
    searchpopup
    ========================================================================== */

.searchpopup{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	z-index: 1002;
	transition: opacity 250ms ease-out 0ms, top 250ms ease-out 0ms, left 0ms linear 250ms;
	opacity: 0;
	top: 1em;
	text-shadow: none;
}
.searchpopupoverlay{
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: opacity 300ms ease-out 0ms, left 0ms linear 500ms;
}
.popupsearch--open .searchpopup{
	left: 0;
	opacity: 1;
	top: 0em;
	-webkit-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
	   -moz-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
			transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
}
.popupsearch--open .searchpopupoverlay{
	left: 0;
	opacity: .88;
	-webkit-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
	   -moz-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
			transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
}

.searchpopup:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

.searchclosebtn{
	position: absolute;
	color: #FFF;
	top: 0;
	right: 0;
	padding: 2em 1.5em;
}

.searchpopupform{
	width: 85.72%;
	display: inline-block;
	vertical-align: middle;
}

.searchpopupform .field__label{
	display: block;
	font-weight: 700;
	margin: 0 0 .75em;
}

.searchpopupform .field__note{ margin: .75em 0 0; }
.searchpopupform .field__note strong{ cursor: pointer; }

.searchpopupform .field__input{
	padding: .66em 3.5em .66em .66em;
	border: solid 1px #fff;
	font-size: 1.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.searchpopupform .field__input input{
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	width: 100%;
	outline: none;
	text-align: left;
}

.searchpopupbtn{
	width: 1.75em;
	padding: .66em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.searchpopupbtn:hover{ background: #fff; color: #333; }

.searchpopupbtn .fa{ padding: 0; }

@media only screen and (min-width:550px){
	.searchpopupform .field__input{ font-size: 1.75em; }
}

@media only screen and (min-width:700px){
	.searchpopupform .field__input{ font-size: 2em; }
	.searchpopupform{ width: 75%; }
}

@media only screen and (min-width:1000px){
	.searchclosebtn{ display: none; }
}


/*  ==========================================================================
	Search results page
	========================================================================== */

.searchpagefield{
	position: relative;
}

.searchpagefield input{ background: none; padding-right: 4em; position: relative; z-index: 1; }

.searchpagesubmit{
	padding: 1em 1.25em;
	border: none;
	position: absolute;
	z-index: 2;
	top: 1px;
	right: 1px;
	background: none;
	text-align: center;
}

.searchpagesubmit:hover{
	background: #eee;
}


/*  ==========================================================================
	flex
	========================================================================== */

.flexheader--attached{
	margin-bottom: -3%;
}

.flexheader .flexheader__leader{
	margin: 0 auto;
	max-width: 40em;
}

.flex__heading{
	margin: 0 0 .33em;
}
.flex__subheading{
	margin: 0 0 .33em;
}

.flex--fullwidth + .flex--fullwidth{ margin-top: -10%; }

@media only screen and (min-width: 550px){
	.flex--fullwidth + .flex--fullwidth{ margin-top: -7%; }
}

@media only screen and (min-width: 1000px){
	.flex--fullwidth + .flex--fullwidth{ margin-top: -5%; }
}


/*  ==========================================================================
	flexline
	========================================================================== */

.flexline__line{
	height: 1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	display: block;
}

/*  ==========================================================================
	flex--content
	========================================================================== */

.flex--content .flex__heading{
	margin-bottom: 1em;
}

.flex--content .flex__heading::after{
	content: '';
	width: 80px;
	height: 1px;
	background: #ccc;
	display: block;
	margin-top: .33em;
}

@media only screen and (min-width:1000px){
	.flex--content .flex__heading{
		position: absolute;
		left: 0;
		max-width: 18%;
	}
}

@media only screen and (min-width:1200px){
	.flex--content .flex__heading{
		max-width: 20%;
	}
}

/*  ==========================================================================
	flexcols
	========================================================================== */

.content--cols{
	margin-bottom: -2em;
	padding: 0;
}

.flex--contentcols .content:last-child{ padding-bottom: 0; }

.flex--contentcols .flex__headingsection{
	margin-bottom: .75em;
}
.flex--contentcols .flex__headingsection::after{
	content: '';
	width: 80px;
	height: 1px;
	background: #054BAD;
	display: block;
	margin-top: .33em;
}
.flex--contentcols .flex__heading{
	margin-bottom: 0;
}

.contentcol{
	margin-bottom: 2em;
}

@media only screen and (min-width:550px){
	.content--cols--2,
	.content--cols--3,
	.content--cols--4{ width: 100%; }
}

@media only screen and (min-width:800px){
	/* .content--cols--2{ width: 81.08%; } */
	.content--cols--3,
	.content--cols--4{ width: 100%; }
}

@media only screen and (min-width:1000px){
	/* .content--cols--2{ width: 74.28%; } */
	.content--cols--3,
	.content--cols--4{ width: 100%; }
}

@media only screen and (min-width:1200px){
	/* .content--cols--2{ width: 64.28%; } */
	.content--cols--3,
	.content--cols--4{ width: 100%; }
}

@media only screen and (min-width:1400px){
	/* .content--cols--2{ width: 64.28%; } */
	.content--cols--3{ width: 100%; }
	.content--cols--4{ width: 100%; }
}

.content--cols{
	margin-bottom: -2em;
}

/*  ==========================================================================
	flex--faqs
	========================================================================== */


.faqs{
	border-top: 1px solid #ddd;
    position: relative;
}

.faq{
	display: block;
	position: relative;
    border-bottom: 1px solid #ddd;
}

.faq__question{
	margin: 0;
	border-top: none;
	padding: 1em 0 1em 3em;
	position: relative;
	cursor: pointer;
}

.faq__question:hover{ color: #888; }

.faq__question .fa{
	position: absolute;
	top: 1em;
	left: 1em;
	display: block;
	line-height: 1.2;
	-webkit-transition: -webkit-transform 150ms ease-out 0s;
	   -moz-transition: -moz-transform 150ms ease-out 0s;
	transition: transform 150ms ease-out 0s;
}

.faq__answer .inner{
	margin: 0;
	padding: 0em 0em 1em 3em;
}

.faq__answer{
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -1em);
       -moz-transform: translate(0, -1em);
            transform: translate(0, -1em);
    -webkit-transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms, -webkit-transform 150ms ease-out 0ms;
       -moz-transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms,    -moz-transform 150ms ease-out 0ms;
            transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms,         transform 150ms ease-out 0ms;
}

.faq--open .faq__answer{
    -webkit-transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms, -webkit-transform 150ms ease-out 10ms;
       -moz-transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms,    -moz-transform 150ms ease-out 10ms;
            transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms,         transform 150ms ease-out 10ms;
    height: auto;
    opacity: 1;
    -webkit-transform: translate(0, 0em);
       -moz-transform: translate(0, 0em);
            transform: translate(0, 0em);
}

.faq--open .faq__question{ color: #6e6f71; }

.faq--open .faq__question .fa{
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
			transform: rotate(-180deg);
}

/*  ==========================================================================
	Flex slides
	========================================================================== */

.flexslides{
    max-width: 100%;
    overflow: hidden;
}

.flexslides .owl-controls{
    position: absolute;
    top: 0em;
    left: 0;
    right: 0;
    text-align: center;
}

.flexslide{
    position: relative;
	text-align: center;
}

.flexslideimg{
    padding: 50% 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.flexslide__contentwrapper{
	box-shadow: 0.33em 0.33em 0px rgba(0,0,0,.075);
    -webkit-transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -moz-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.flexslide__contentwrapper:hover {
    box-shadow: 0.66em 0.66em 0px rgba(0,0,0,.1);
    -webkit-transform: translate(-.33em, -.33em);
    -moz-transform: translate(-.33em, -.33em);
    transform: translate(-.33em, -.33em);
}

.flexslide__content{
	position: relative;
    background: rgba(255,255,255,0.8);
    padding: 2em;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.flexslide__content:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: .5em;
    border: solid 1px #054BAD;
}

.flexslide__link{
	background: #054BAD;
	text-align: center;
	padding: 1em .5em;
	-webkit-transition: all 250ms ease 0ms;
       -moz-transition: all 250ms ease 0ms;
            transition: all 250ms ease 0ms;
}

.flexslide__link:hover{ background-color: #076CFA; }

.flexslide__link a { display: block; }
.flexslide__link a:hover,
.flexslide__link a:focus,
.flexslide__link a:active{ color: #fff; }

.flexslide__heading{ margin-top: 0; }
.flexslide__heading:after{
	content: '';
	width: 2em;
	height: 1px;
	background: #054BAD;
	display: block;
	margin: .33em auto;
}

/*
.flexslide__heading{
    margin: 0 0 .5em;
} */

.flexslides.owl-carousel .flexslide__contentwrapper, .flexslides.owl-carousel .flexslide__contentwrapper::after{
    opacity: 0;
    -webkti-transform: translate(0px, 20px);
       -moz-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
    -webkit-transition: opacity 500ms ease-out 250ms, -webkit-transform 500ms ease-out 250ms;
       -moz-transition: opacity 500ms ease-out 250ms,    -moz-transform 500ms ease-out 250ms;
            transition: opacity 500ms ease-out 250ms,         transform 500ms ease-out 250ms;
}

.flexslides.owl-carousel .active .flexslide__contentwrapper, .flexslides.owl-carousel .active .flexslide__contentwrapper::after{
    opacity: 1;
    -webkti-transform: translate(0px, 0px);
       -moz-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}

.flexslides .owl-dots{
    text-align: center;
    display: inline-block;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.flexslides .owl-dot{
    display: inline-block;
    margin: 0;
    color: #888;
	outline: none;
}

.flexslides .owl-dot span{
    display: block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    background: #f5f5f5;
	border: none;
	border-left: solid 1px rgba(0,0,0,0);
    line-height: 1em;
    position: relative;
	border-radius: 0;
	opacity: 1;
}

.flexslides .owl-dot:first-child span{ border-left: none; }

.flexslides .owl-dot span:before{
    font-size: 11px;
    line-height: 1em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    left: 0;
    right: 0;
    text-align: center;
}
.flexslides .owl-dot:nth-child(1) span:before{ content: '1'; }
.flexslides .owl-dot:nth-child(2) span:before{ content: '2'; }
.flexslides .owl-dot:nth-child(3) span:before{ content: '3'; }
.flexslides .owl-dot:nth-child(4) span:before{ content: '4'; }
.flexslides .owl-dot:nth-child(5) span:before{ content: '5'; }
.flexslides .owl-dot:nth-child(6) span:before{ content: '6'; }

.flexslides .owl-dot:hover{ color: #111; }
.flexslides .owl-dot.active{ color: #111; font-weight: 700; }
.flexslides .owl-dot.active span{ background: #e5e5e5; }

@media only screen and (min-width:550px){
    .flexslide__contentwrapper{
        width: 90.6%;
        display: inline-block;
    }

	.flexslide--left .flexslide__content{ margin-left: auto; margin-right: auto; }
}

@media only screen and (min-width:700px){
	.flexslide--left{ text-align: left; }
	.flexslide--right{ text-align: right; }
	.flexslide--center{ text-align: center; }

	.flexslide--right .flexslide__content{ margin-right: 0em; }
	.flexslide--left .flexslide__content{ margin-left: 0em; }
    .flexslide__bd{
        padding-top: 12%;
        padding-bottom: 12%;
        position: relative;
        z-index: 2;
    }

    .flexslideimg{
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        padding:0;
        height: 100%;
        width: 100%;
    }

	.flexslide__contentwrapper{ margin: 0; width: 50%; }
    .flexslide__content{ padding: 2.5em; }
}


@media only screen and (min-width:1000px){
	.flexslide__contentwrapper{ margin: 0; width: 33.3%; }
    .flexslide__content{ padding: 3em; }
}

@media only screen and (min-width:1400px){
    .flexslide__contentwrapper{ width: 28.5% }
    .flexslide__bd{
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

/*  ==========================================================================
	flex--img
	========================================================================== */

.flex--image a::before {
	background: transparent;
	height: 0;
}

/*  ==========================================================================
	flex--imgs
	========================================================================== */

.flex--imgs .content--cols .gd-g{
	margin-left: -.5em;
    margin-right: -.5em;
}
.flex--imgs .content--cols .gd-u{
	padding-left: .5em;
	padding-right: .5em;
}

/*  ==========================================================================
	flex memeber
	========================================================================== */

.flexmember blockquote{
	margin: 0 auto 1em;
}
.flexmember__cite{
	font-style: normal;
}
.flexmember__cite::before{
	content: '';
	width: 5em;
	height: 1px;
	background: #ccc;
	display: block;
	margin: 1em 0;
}
.memberimg{
	position: relative;
	display: block;
	margin: 0 0 1em;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	float: right;
}

.memberimg__img{
	padding: 100% 0 0;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media only screen and (min-width:700px){
	.memberimg{ width: 50%; padding-bottom: 50%; }
}
@media only screen and (min-width:1200px){
	.memberimg{ width: 40%; padding-bottom: 40%; }
}
@media only screen and (min-width:1400px){
	.memberimg{ width: 30%; padding-bottom: 30%; }
}

/*  ==========================================================================
	flex author
	========================================================================== */

.flexauthor .flex__bd{
	background: rgba(0, 0, 0, 0.1);
}

.blogger{ text-align: center; }
.bloggerimg{
	position: relative;
	margin-bottom: 1.5em;
}

.bloggerimg__img{
	width: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bloggerimg__img::after{
	content: '';
	padding: 100% 0 0;
	display: block;
}

.flexauthorimg .bloggerimg{
	max-width: 15em;
	margin-bottom: 0;
}

.flexauthorimg--last{
	display: none;
}

.flexauthor__cta{
	margin-top: 1em;
}

@media only screen and (min-width:700px){
	.flexauthorimg .bloggerimg{
		max-width: 999em;
		margin-right: -15%;
	}
	.flexauthorimg--last{
		display: inline-block;
	}
	.flexauthorimg--first{
		display: none;
	}
}

/*  ==========================================================================
	flex--imgfeature
	========================================================================== */
.fleximgfeaturecontent__heading{
	margin: 0 0 .5em;
}

.fleximgfeature--hasarticle .fleximgfeaturecontent__heading{
	padding-top: 15%;
}

.fleximgfeature__contentcontainer{
	position: relative;
	z-index: 1;
}
.fleximgfeature__imgcontainer{
	position: relative;
	z-index: 0;
}

.fleximgfeature__imgcontainer--last{ display: none; }

.fleximgfeature__img{
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 66.6% 0 0;
	position: relative;
}

.fleximgfeature__img:after{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: .5em;
	border: solid 1px rgba(255,255,255,.6);
}

.fleximgfeature__relatedpost{
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 1000px){
	.fleximgfeature__relatedpost{
		max-width: 15em;
	}
	.fleximgfeature--right .fleximgfeature__relatedpost{
		margin-left: auto;
		margin-right: -8em;
	}
	.fleximgfeature--left .fleximgfeature__relatedpost{
		margin-left: -8em;
		margin-right: auto;
	}
}



@media only screen and (min-width: 1000px){
	/* .fleximgfeature + .fleximgfeature{ margin-top: -3.5%; } */

	.fleximgfeature__imgcontainer{ margin-bottom: 0; }

	.fleximgfeature__img{ padding: 100% 0 0; }
	.fleximgfeature--right .fleximgfeature__imgcontainer--first{ display: none; }
	.fleximgfeature--right .fleximgfeature__imgcontainer--last{ display: inline-block; }
}

@media only screen and (min-width: 1200px){
	.fleximgfeaturecontent{ padding: 0 14.3%; }
}

@media only screen and (min-width: 1400px){
	.fleximgfeaturecontent{ padding: 0 20%; }
}
@media only screen and (min-width: 550px) and (max-width: 999px) {
	.post__flex .postfleximg {
		padding-right: 0;
	}
	.post__flex .postflexcontent {
		padding-left: 0;
	}
}

/*  ==========================================================================
	flex--iconlist
	========================================================================== */

.wufooformwrapper{
	padding: 1.5em;
	margin: 0 -1.5em;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

@media only screen and (min-width: 550px){
	.wufooformwrapper{ padding: 2em; margin: 0 -2em; }
}

@media only screen and (min-width: 700px){
	.wufooformwrapper{ padding: 3em; margin: 0 -3em; }
}


/*  ==========================================================================
	flex--iconlist
	========================================================================== */

.iconlist{
	margin-bottom: -2em;
}

.gd-g .iconlistitem{
	text-align: center;
}

.iconlistitem{
	text-align: center;
	margin-bottom: 2em;
}

.iconlistitem__img{
	width: 3.5em;
	display: block;
	margin: 0 auto 1em;
}

.iconlistitem__heading{
	margin: 0 0 .5em;
}

@media only screen and (min-width:700px){
	.iconlist{ margin-bottom: -2.5em; }
	.iconlistitem{ margin-bottom: 2.5em; }

	.iconlist--rows-4{
		margin-left: -14%;
		margin-right: -14%;
	}
}

@media only screen and (min-width:1000px){
	.iconlist{ margin-bottom: -3em; }
	.iconlistitem{ margin-bottom: 3em; }
}

/*  ==========================================================================
	flex--images
	========================================================================== */

.galleryitem{ margin-bottom: 2em; }


.galleryitem__img{
	width: 100%;
	display: block;
}


.galleryitem__caption{
	margin-top: 1em;
	color: #888;
}

.galleryitem__caption:after{
	content: ' ';
	display: block;
	width: 1.5em;
	border-bottom: solid 1px #ddd;
	margin: 1em 0 0;
}


/*  ==========================================================================
	flex featuredposts
	========================================================================== */


.flex--featuredposts{
	overflow: hidden;
}


.flex--featuredposts .fpleader{
	text-align: center;
}

.flex--featuredposts .fpleader{ max-width: 35em; margin: 0 auto 2em; }
.flex--featuredposts .fpleader p{ margin: 0 0 .5em; }

@media only screen and (min-width:700px){
	.flexpostcount--1 .fpleader{ text-align: left; }
	.flexpostcount--1 .fpleader .leader{ margin-right: 10%; }
}

@media only screen and (min-width:800px){
	.flexpostcount--1 .fpleader{ text-align: left; }
	.flexpostcount--1 .fpleader .leader{ margin-right: 15%; }
}



/*  ==========================================================================
	flex--quote
	========================================================================== */

.flexquote{
	position: relative;
}

.flexquote__bd{
	position: relative;
	z-index: 2;
}

.flexquote__quote{
	margin: 0 auto;
	padding: 0;
	max-width: 35em;
}

.flexquote__quote p{ margin: 0 0 0.5em; }

.flexquote__quotemark{
	line-height: 1;
	font-family: Georgia, Times New Roman, serif;
	height: .75em;
	font-weight: bold;
	margin-bottom: .5em;
}


.flexquote__cite{
	margin-top: 1em;
	font-style: normal;
	display: block;
}

/* flexquote--img */

.flexquote--withimg{
	color: #fff;
	background: #000;
	overflow: hidden;
	text-shadow: none;
}

.flexquote__img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	   -moz-transition:    -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
			transition: 		transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1.1,1.1);
	   -moz-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
}

.flexquote__img.effect--ready{
	opacity: .66;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
			transform: scale(1,1);
}

@media only screen and (min-width:550px){
}

@media only screen and (min-width:800px){
}

@media only screen and (min-width:1200px){
}


/*  ==========================================================================
	flex--video
	========================================================================== */

.flexvideo__videocode{
	padding: 56.6% 0 0;
	position: relative;
}

.flexvideo__videocode *{ display: none; }

.flexvideo__videocode iframe{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.flexvideo__caption{
	margin-top: 1em;
	color: #888;
}

.flexvideo__caption:after{
	content: ' ';
	display: block;
	width: 1.5em;
	border-bottom: solid 1px #ddd;
	margin: 1em 0 0;
}

/*  ==========================================================================
	flex cta
	========================================================================== */

.flexcta{
	text-align: center;
	position: relative;
}

.flexcta__bd{
	position: relative;
	z-index: 2;
}

.flexcta__leader{
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}

.flexcta__cta a{ margin: 0 .5em .75em; display: inline-block; }

/* flexquote--img */

.flexcta--withimg{
	color: #fff;
	background: #000;
	overflow: hidden;
}

.flexcta__img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	   -moz-transition:    -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
			transition: 		transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1.1,1.1);
	   -moz-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
}

.flexcta__img.effect--ready{
	opacity: .66;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
			transform: scale(1,1);
}

/*  ==========================================================================
	flex chart
	========================================================================== */

.flex__legend {
	text-align: left;
	color: #888;
}
.flex__legend .legend__item {
	display: block;
	margin: 0 1.5em .5em 0;
	padding-left: 2em;
	position: relative;
}
.flex__legend .legend__item span {
	width: 1em;
	height: 1em;
	display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.flex__legend .legend__item strong {
	display: inline-block;
	padding: 0 .5em 0 0;
	display: none;
}
/*  ==========================================================================
	document list
	========================================================================== */
.documentlist__list { list-style: none; }
.documentlist__list li {
	padding-left: .5em;
	padding-right: .5em;
}
.documentlist__list li a {
	display: block;
	border: 1px solid #054BAD;
	padding: 1em;
	background: #fff;
	margin: 0 0 1.5em;
	position: relative;
}
.filename {
	min-height: 5.6em;
	display: block;
	opacity: 0.8;
	-webkit-transition: opacity 500ms ease-out 0ms;
	   -moz-transition: opacity 500ms ease-out 0ms;
			transition: opacity 500ms ease-out 0ms;
}
.filetype {
	opacity: 0;
	-webkit-transition: opacity 500ms ease-out 0ms;
	   -moz-transition: opacity 500ms ease-out 0ms;
			transition: opacity 500ms ease-out 0ms;
	/*position: absolute;
	bottom: 1em;
	left: 1em;*/
}
.filetype__pdf {
	color: #f15642;
}
.filetype__word {
	color: #3896d3;
}
.filetype__excel {
	color: #377148;
}
.filesize {
	position: absolute;
	bottom: 1.15em;
	right: 1em;
	opacity: 0;
	-webkit-transition: opacity 500ms ease-out 0ms;
	   -moz-transition: opacity 500ms ease-out 0ms;
			transition: opacity 500ms ease-out 0ms;
}
.documentlist__list li:hover .filename,
.documentlist__list li:hover .filetype,
.documentlist__list li:hover .filesize {
	opacity: 1;
}
/*  ==========================================================================
	jumpmenu
	========================================================================== */
.jumpmenu:after {
	content: "";
	display: block;
	height: 1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	display: block;
	margin-top: 3em;
}
.jumpmenu ul {
	max-width: 45em;
	margin-right: auto;
	margin-left: auto;
}
.jumpmenu a {
	padding: 0 .5em .25em;
	display: inline-block;
}
.anchorpoint {
	top: -110px;
	display: block;
	position: relative;
	outline: none;
}

/*  ==========================================================================
	password protected form
	========================================================================== */
.post-password-form {
	margin: 3em 0;
}
.post-password-form input {
	border-radius: 2em;
}
.post-password-form input[type="submit"]{
	border: 0;
	background-color: #054BAD;
	color: #fff;
	border-radius: 2em;
	display: inline-block;
	margin: 0.75em .5em .5em 0;
	padding: 1.25em 1.66em;
	border: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	font-weight: 400;

}

/*  ==========================================================================
	charts
	========================================================================== */

.chart{
	padding: 100% 0 0;
	position: relative;
	margin-bottom: 1.5em;
}

.chart-yaxis-adjust{
	margin-left: -30px;
}

.chart__canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.chart__data{ display: none; }

.chartheading{
	margin: 0 0 .25em;
}


/*  ==========================================================================
	chart--line
	========================================================================== */

.flexgraph--line .flex__legend .legend__item {
	display: inline-block;
}

.chart--line{
	padding: 45% 0 0;
}

/*  ==========================================================================
	chart--bar
	========================================================================== */
.chart--bar--large{
	padding: 66% 0 0;
}

/*  ==========================================================================
	chart--barstacked
	========================================================================== */


.chart--barstacked{ margin: 5% 0 5%; }

.stackedcanvas{
	width: 10%;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -5%;
}

.stackeditem{
	position: relative;

}

.stackeditem__bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skew(0,25deg);
	   -moz-transform: skew(0,25deg);
			transform: skew(0,25deg);
}

.stackeditem__info{
	position:absolute;
	left: 100%;
	top: 1.5em;
	padding: .75em 0 .75em ;
	box-sizing: border-box;
	border-top: dotted 1px #ddd;
	width: 450%;
	text-align: right;
	color: #666;
}

.stackeditem:nth-child(even) .stackeditem__info{
	right: 100%;
	left: auto;
	text-align: left;
	top: .25em;
}

.stackeditem__value{ margin: 0; }




/*  ==========================================================================
	chart--horizstacked
	========================================================================== */

.horizontalstackedgraph{
	margin: 0 0 0em;
}

.horizontalstackedgraph__heading{
	margin: 0 0 .5em;
}

.chart--horizstacked{
	height: 3.5em;
	padding: 0;
	margin: 0;
}

.chart--horizstacked .stackedcanvas{
	width: 100%;
	position: relative;
	height: 3em;
	left: 0;
	top: 0;
	margin: 0;
}

.chart--horizstacked .stackeditem{
	position: relative;
	float: left;
	height: 100%;
}

.chart--horizstacked .stackeditem__bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skew(-25deg,0deg);
	   -moz-transform: skew(-25deg,0deg);
			transform: skew(-25deg,0deg);
}

.chart--horizstacked .stackeditem__info{
	position:absolute;
	left: 1.5em;
	top: 50%;
	left: 0;
	margin-top: -.6em;
	padding: 0 0 0 0.75em;
	box-sizing: border-box;
	border: none;
	width: auto;
	color: #fff;
	text-align: left;
}

.chart--horizstacked .stackeditem:nth-child(even) .stackeditem__info{
	bottom: auto;
	right: auto;
	top: 50%;
}

.chart--horizstacked .stackeditem__value{ margin: 0; }


.chart--horizstacked{ margin-bottom: 3em; }
.chart--horizstacked .stackeditem__info,
.chart--horizstacked .stackeditem:nth-child(even) .stackeditem__info{
	top: 100%;
	color: #666;
	border-left: dotted 1px #ccc;
	margin-top: 0;
	padding: 1em 0 0 0.5em;
	left: 0;
}

.chart--horizstacked .stackeditem--lt5 + .stackeditem .stackeditem__info{
	left: 3em;
}
