/* Table of Content
==================================================
	#Site Styles
	#Media Queries

/* #Site Styles
================================================== */

/* Wraps
-------------------------------------------------- */

	#headerWrap, #breadcrumbWrap, #sliderWrap, #contentWrap, #mapWrap, #secondaryWrap, #footerWrap {
		width: 100%;
		position: relative;
	}
	
	#headerHolder {
		min-height: 90px;
	}
	
	#headerWrap {
		padding: 0;
		z-index: 202;
		background: #fff;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		/*border-top: 5px solid #00355a;*/
	}
		#headerWrap.shadow {
			-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.3);
			-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.3);
			box-shadow: 0 0 3px rgba(0,0,0, 0.3);
			/*background: #fafafa;*/
			/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
			filter: alpha(opacity=95);
			opacity: 0.95;*/
		}
	
	#loginWrap {
		background: #00a95f;
		position: relative;
		z-index: 201;
	    color: #fff;
		border-top: 1px solid #00a95f;
	}
	    #loginWrap p {
            margin: 12px 0 !important;
	    }

	#breadcrumbWrap {
		background: #f5f5f5;
		position: relative;
		z-index: 201;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	
	#breadcrumbWrap .twelve.columns  {
		padding: 16px 0 14px;
	}
	
	#sliderWrap {
		background: #00253e;
		padding: 0;
		z-index: 105;
	}

	#contentWrap {
		position: relative;
		background: #fff url(../images/bg-globe.png) right bottom no-repeat;
		background-attachment: fixed;
		padding: 60px 0 60px;
		z-index: 102;
	}
		#contentWrap.home {
			padding: 74px 0 60px;
		}
	
	#mapWrap {
		background: #fff;
	}
	
	#secondaryWrap {
		/*background: #f4fcff;*/
		background: #f4fcff url(../images/bg-globe.png) right bottom no-repeat;
		background-attachment: fixed;
		position: relative;
		z-index: 103;
		padding: 70px 0 50px;
		border-top: 1px solid #c6ecff;
	}
	
	#tertiaryWrap {
		background: #002640 url(../images/bg-globe.png) right bottom no-repeat;
		background-attachment: fixed;
		/*background: #002640;*/
		position: relative;
		z-index: 104;
		padding: 80px 0 60px;
		border-top: 1px solid #c6e8ff;
	}
	
	#footerWrap {
		position: relative;
		padding: 45px 0 35px;
		background: #00355a url(../images/bg-globe.png) right bottom no-repeat;
		background-attachment: fixed;
		/*background: #00355a;*/
		z-index: 105;
	}

		
		
/* Header
-------------------------------------------------- */

#logo a {
	display: block;
	background: url('../images/sprite.png') no-repeat 0 0;
	background-size: 500px 500px;
	width: 220px;
	height: 74px;
	line-height: 1px;
	margin: 20px 0 25px;
}

	/*#headerWrap.shadow #logo a {
		background: url('../images/sprite.png') no-repeat 0 0;
		background-size: 250px 250px;
		width: 110px;
		height: 37px;
		line-height: 1px;
		margin: 20px 0 30px;
	}*/

/* search panel */

#searchPanel {
	box-sizing: border-box;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; 
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	padding: 5px;
	/*padding-top: 0;*/
	box-sizing: border-box;
	background: #00355a;
}

	#searchPanel input {
		float: left;
		margin: 0 5px 0 0;
		height: 32px;
		color: #007e47;
	}
	#searchPanel input[type="text"] {
		width: calc(100% - 55px);
		border: none;
		color: #79caff;
		background: #00355a;
	}
	
	#searchPanel input[type="text"]::-webkit-input-placeholder {
   color: #79caff;
	}
	#searchPanel input[type="text"]:-moz-placeholder { 
		 color: #79caff;  
	}
	#searchPanel input[type="text"]::-moz-placeholder {
		 color: #79caff;  
	}
	#searchPanel input[type="text"]:-ms-input-placeholder {  
		 color: #79caff;  
	}
	
	#searchPanel input[type="submit"] {
		min-width: 50px;
		min-height: 32px;
		background: #0075c4 url(../images/i-search.png) 50% 50% no-repeat !important;
		background-size: 16px 16px !important;
		margin: 0 !important;
		padding: 0;
	}
			#searchPanel input[type="submit"]:hover {
				background: transparent url(../images/i-search.png) 50% 50% no-repeat !important;
				background-size: 16px 16px !important;
			}


/* login info */

#contact p {
    display: inline-block;
    float: right;
    font-size: 12px;
    padding: 13px 9px 0 0;
    margin-bottom: 0;
}
#contact a {
    text-decoration: none;
}

/* social buttons */

.social {
	float: right;
}
.social.center {
	float: none;
	display: inline-block;
}

.social, .social li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social li {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}

.social li:last-child {
	margin-left: 0;
}

.social li a {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background-size: 500px 500px !important;
	text-decoration: none;
	transform: perspective(1000);
  transform-style: preserve-3d; 
  transition: all 400ms ease;
}
	.social li a.fb  {
		background: url('../images/sprite.png') no-repeat -40px -140px;
	}
	.social li a.in {
		background: url('../images/sprite.png') no-repeat -120px -140px;
	}
	.social li a.li  {
		background: url('../images/sprite.png') no-repeat -80px -140px;
	}
	.social li a.tw  {
		background: url('../images/sprite.png') no-repeat 0 -140px;
	}

		.social li a.fb:hover  {
			background: url('../images/sprite.png') no-repeat -40px -172px;
			transform: rotate(90deg);
		}
		.social li a.in:hover {
			background: url('../images/sprite.png') no-repeat -120px -172px;
			transform: rotate(90deg);
		}
		.social li a.li:hover  {
			background: url('../images/sprite.png') no-repeat -80px -172px;
			transform: rotate(90deg);
		}
		.social li a.tw:hover  {
			background: url('../images/sprite.png') no-repeat 0 -172px;
			transform: rotate(90deg);
		}



/* Breadcrumb
-------------------------------------------------- */
	
#breadcrumbWrap ul, #breadcrumbWrap li {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbWrap li {
	float: left;
	margin: 0;
	color: #999;
}

#breadcrumbWrap li a {
	color: #007e47;
}

#breadcrumbWrap li a:hover {
	color: #00355a;
}



/* Map & results
-------------------------------------------------- */
		
#gMap {
	max-width: 100%;
	height: 500px;
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,0.1)
}

/* To fix gmap infowindow bug */
.scrollFix {
	overflow: hidden;
	white-space: nowrap;
}

.scrollFix p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}

.scrollFix h4 {
	margin-bottom: 2px;
}
		
		

/* Content
-------------------------------------------------- */

#goDown a {
	display: block;
	background: #007e47 url('../images/sprite.png') no-repeat -33px -230px;
	background-size: 500px 500px;
	transform: rotate(-180deg);
	width: 48px;
	height: 48px;
	margin: -158px auto;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%;
}

#goDown a:hover {
	background: #0075c4 url('../images/sprite.png') no-repeat -33px -275px;
	background-size: 500px 500px;
	transform: rotate(-180deg);
}

/* blog / news index */

.row.story {
	padding-bottom: 0;
	margin-bottom: 23px;
	border-bottom: 1px dashed #bbb;
}

.story img {
	margin-bottom: 15px;
}

.story h3 {
	font-size: 18px;
	line-height: 26px;
}

/* feature */

.feature img {
	margin-bottom: 20px;
}
	.precis, .feature p, .story p {
		margin-right: 0;
	}
	
	a.goTo {
		float: right;
		overflow: hidden;
		margin: 5px 20px 0 25px;
		background: #007e47 url('../images/sprite.png') no-repeat -33px -230px;
		background-size: 500px 500px;
		transform: rotate(90deg);
		width: 48px;
		height: 48px;
		border-radius: 50%; 
		-moz-border-radius: 50%; 
		-webkit-border-radius: 50%;
	}
	
	a.goTo:hover {
		background: #0075c4 url('../images/sprite.png') no-repeat -33px -275px;
		background-size: 500px 500px;
		transform: rotate(90deg);
	}
	
	.come-in {
		transform: translateY(100px);
		animation: come-in 0.5s ease forwards;
	}
	.come-in:nth-of-type(2n+1) {
		animation: come-in 0.6s ease forwards;
	}
	
	.come-in:nth-of-type(3n+1) {
		animation: come-in 0.7s ease forwards;
	}
	
	.already-visible {
		transform: translateY(0);
		animation: none;
	}
	
	@keyframes come-in {
		to { transform: translateY(0); }
	}


/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Image Grid */

.grid {
    display: table !important;
    margin-bottom: 10px;
}
.gridHolder {
    max-height: 100% !important;
    height: 80px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
}
    .gridHolder img {
        max-width: 100%;
        width: auto !important;
        max-height: 100px;
        display: block;
    }
.grid h4 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

/* callout box */

.callOut {
	background: #eee;
	padding: 20px 23px 10px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}
.callOut.pale {
	background: #f5f5f5;
}
	.callOut.pale.blue {
		background: #e6f7ff;
		border: 1px solid #c6ecff;
	}
	.callOut h3 {
		margin-bottom: 20px;
	}
	.callOut.pale h3,
	.callOut.pale p:not(.icon) {
		margin-bottom: 10px;
	}
	.callOut.pale p.icon {
		margin-bottom: 15px;
	}
	.callOut h3,
	.callOut h4 {
		font-size: 1.2rem;
		line-height: 1.4;
		margin-bottom: 0;
	}
	
	.callOut.announce {
		margin-top: 30px;
		background: #fff;
		padding: 15px 20px 0;
		border: 1px solid #c6ecff;
	}
	
	.callOut.event {
		margin-bottom: 30px;
		background: #fff;
		padding: 15px 15px 0;
		border: 1px solid #ddd;
	}
		.callOut.event img.insetRsm {
			max-width: 110px;
			margin-bottom: 15px;
		}
	
	.dateBlock {
		position: relative;
		font-weight: 500;
		text-align: center;
		padding: 10px 9px 15px;
		background: #007e47;
		color: #fff;
		width: 56px;
		box-sizing: border-box;
		margin: -18px 20px 20px 0;
		line-height: 1px;
		float: left;
	}
        
		.dateBlock .day {
			font-size: 27px;
			line-height: 24px;
		}
		.dateBlock .month {
			text-transform: uppercase;
			font-size: 14px;
			line-height: 15px;
		}
		.dateBlock .year {
			font-size: 14px;
			line-height: 18px;
		}
		.dateBlock:before {
			position: absolute;
			content: "";
			border-top: 10px solid #007e47;
			border-left: 28px solid transparent;
			right: 0;
			bottom: -10px;
		}
		.dateBlock:after {
			position: absolute;
			content: "";
			border-top: 10px solid #007e47;
			border-right: 28px solid transparent;
			left: 0;
			bottom: -10px;
		}

        .dateBlock.usa, .dateBlock.european, .dateBlock.canadian {
            min-height: 60px;
        }
        .dateBlock.usa {
		    background: #b22334 url(/images/flag-usa-tilt.png) 30% -90% no-repeat;
            background-size: cover;
	    }
        .dateBlock.european {
		    background: #039 url(/images/flag-euro-tilt.png) 50% 50% no-repeat;
            background-size: cover;
	    }
        .dateBlock.canadian {
		    background: #f00 url(/images/flag-canada-tilt.png) 50% 50% no-repeat;
            background-size: cover;
	    }
        .dateBlock.usa:before, .dateBlock.usa:after {
			border-top: 10px solid #b22334;
		}
        .dateBlock.european:before, .dateBlock.european:after {
			border-top: 10px solid #039;
		}
        .dateBlock.canadian:before, .dateBlock.canadian:after {
			border-top: 10px solid #f00;
		}
	
	
/* twitter  */

#tertiaryWrap h2 {
	color: #fff;
}

#tertiaryWrap a {
	color: #0075c4;
}
	#tertiaryWrap a:hover {
		color: #fff;
	}
	
#twitter ul {
	list-style: none;
	margin: 0;
  padding: 0;
}

#twitter li {
	float: left;
	margin: 0 20px 0 0;
	width: 580px
}

#twitter li:last-child {
    margin-right: 0;;
}

#twitter .tweet {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	position:relative;
	padding: 18px 20px 21px 20px;
	margin: 0 0 5px;
	color: #fff;
	background: #0075c4;
	word-wrap: break-word;
	box-sizing: border-box;
}
	#twitter .tweet:before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		border-width: 10px 10px 0 0; /* vary these values to change the angle of the vertex */
		border-style: solid;
		border-color: #0075c4 transparent; 
			/* reduce the damage in FF3.0 */
			display: block; 
			width:0;
	}
	
	#twitter .tweet a {
		font-style: italic;
		font-weight: 500;
		text-decoration: none;
		color: #8cd1ff;
	}
	#twitter .tweet a:hover {
		color: #fff;
	}
	
#twitter .interact {
 	margin: 20px 0;
	text-align: left
}

#twitter .interact a {
	margin-right: 20px;
	width: 17px;
	height: 12px;
	padding-left: 17px;
	line-height: 14px;
}

	#twitter .interact a.twitter_reply_icon {
		background: url('../images/sprite.png') no-repeat -240px -230px;
		background-size: 500px 500px;
		width: 17px;
		height: 12px;
	}
	#twitter .interact a.twitter_retweet_icon {
		background: url('../images/sprite.png') no-repeat -282px -229px;
		background-size: 500px 500px;
		width: 16px;
		height: 14px;
	}
	#twitter .interact a.twitter_fav_icon {
		background: url('../images/sprite.png') no-repeat -324px -230px;
		background-size: 500px 500px;
		width: 16px;
		height: 16px;
		margin-right: 0
	}
	#twitter .interact a.twitter_reply_icon:hover {
		-webkit-filter: grayscale(100%); filter: grayscale(100%);
	}
	#twitter .interact a.twitter_retweet_icon:hover {
		-webkit-filter: grayscale(100%); filter: grayscale(100%);
	}
	#twitter .interact a.twitter_fav_icon:hover {
		-webkit-filter: grayscale(100%); filter: grayscale(100%);
	}
	
	
/* subnav */

ul.subNav, ul.subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.subNav {
	margin: 0 0 25px;
}
	
ul.subNav li a {
	font-size: 1em;
	line-height: 20px;
	background: #007e47;
	color: #fff;
	display: block;
	padding: 12px 30px 11px 10px;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
	margin-bottom: 3px;
}

ul.subNav li a::before {
	content: "";
	float: right;
	background: url('../images/sprite.png') no-repeat 0 -291px;
	background-size: 500px 500px;
	width: 8px;
	height: 15px;
	margin-right: -18px;
	margin-top: 2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	ul.subNav li a:hover::before {
		background: url('../images/sprite.png') no-repeat 0 -291px;
		background-size: 500px 500px;
	}

ul.subNav li a.selected, ul.subNav li a.selected:hover {
	background: #00355a;
}

	ul.subNav li a.selected::before {
		background: url('../images/sprite.png') no-repeat 0 -291px;
		background-size: 500px 500px;
	}

ul.subNav li a:hover {
	color: #fff;
	background: #0075c4;
}


	/* sub sub */
		ul.subNav li ul {
			margin: 0;
		}
	
		ul.subNav li li a {
			/*text-transform: none;*/
            font-size: 0.9em;
            font-weight: 500;
			color: #0075c4;
			background: #ceecff !important;
            background-image: none !important;
			display: block;
			padding: 11px 10px 9px 10px;
		}
        ul.subNav li li a:before {
            background-image: none !important;
		}
		ul.subNav li li a:hover, ul.subNav li li a.selected {
			color: #0075c4 !important;
            background: #b3e0ff !important;
			padding: 11px 0 9px 15px;
		}

/* standard grid for news / blog */

.gridholder.standard {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	grid-gap: 20px;
	gap: 20px;
	margin-bottom: 35px;
}
	.gridholder.standard .griditem figure {
		position: relative;
		margin-bottom: 15px;
	}
		.gridholder.standard .griditem figure img {
			aspect-ratio: 3 / 2;
			object-fit: cover;
			box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.95);
		}
		.gridholder.standard .griditem figure span.sash {
			position: absolute;
			display: inline-block;
			z-index: 2;
			padding: 6px 10px;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #fff;
			background: #007e47;
			top: 20px;
			left: 0;
			border-radius: 0 3px 3px 0;
			box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
		}
	.gridholder.standard .griditem {
		display: flex;
		flex-direction: column;
	}
	.gridholder.standard .griditem .text {
		border-bottom: 1px solid #ddd;
		flex: 1;
		margin-bottom: 10px;
	}
	.gridholder.standard .griditem h2,
	.gridholder.standard .griditem h3 {
		font-size: 1.25rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.gridholder.standard .griditem p {
		font-size: 0.85rem;
	}
	.gridholder.standard .callOut {
		margin-bottom: 10px;
	}

/* glossary */

.azList > div {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	width: 100%;
}
	
		
/* Footer
-------------------------------------------------- */

#goTop a {
	float: right;
	display: block;
	background: #0075c4 url('../images/sprite.png') no-repeat -33px -230px;
	background-size: 500px 500px;
	width: 48px;
	height: 48px;
	margin: -68px 10px 0;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
}

#goTop a:hover {
	background: #00355a url('../images/sprite.png') no-repeat -33px -275px;
	background-size: 500px 500px;
}

#footerWrap ul, #footerWrap li {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

#footerWrap p, #footerWrap li {
	font-size: 13px;
	color: #79caff;
	line-height: 21px;
	margin-right: 0;
}

#footerWrap p {
	overflow: hidden;
}

#footerWrap li {
	margin: 0 0 5px;
}

#footerWrap a {
	color: #fff;
}

#footerWrap a:hover {
	color: #79caff;
}

#footerWrap img {
	width: 30px;
	margin: 0 20px 0 0;
	float: left;
}

#fmLogo {
	width: 120px;
	height: 13px;
	background: url('../images/sprite.png') no-repeat 0 -335px;
	background-size: 500px 500px;
}

/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	/*max-width: 100%;*/
	height: auto;
}

	.embedVideo iframe,
	.embedVideo object,
	.embedVideo embed,
	.embedVideo video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


/* #Media Queries
================================================== */

	@media only screen and (max-width: 1479px) {
		.gridholder.standard {
			grid-template-columns: repeat(2, minmax(0,1fr));
		}
	}

	/* wide monitor down  */
	@media only screen and (max-width: 1279px) {
		#social li a {
			width: 32px;
			height: 32px;
			background-size: 445px 445px !important;
		}

			#social li a.fb {
				background: url('../images/sprite.png') no-repeat -36px -121px;
			}

			#social li a.li {
				background: url('../images/sprite.png') no-repeat -73px -121px;
			}

			#social li a.tw {
				background: url('../images/sprite.png') no-repeat 0 -121px;
			}

			#social li a.fb:hover {
				background: url('../images/sprite.png') no-repeat -36px -153px;
				transform: rotate(90deg);
			}

			#social li a.li:hover {
				background: url('../images/sprite.png') no-repeat -73px -153px;
				transform: rotate(90deg);
			}

			#social li a.tw:hover {
				background: url('../images/sprite.png') no-repeat 0 -153px;
				transform: rotate(90deg);
			}

		#searchPanel input[type="text"] {
			width: calc(100% - 45px);
		}

		#searchPanel input[type="submit"] {
			min-width: 40px !important;
			width: 40px;
		}
		.umbraco-forms-field-wrapper {
			width: 100% !important;
			float: none;
			display: block;
			margin-bottom: 10px;
		}
		.dataconsent > label {
			width: 100% !important;
		}
	}

	/* Tablet Landscape size to wide monitor  */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {

		#contentWrap {
			padding: 60px 0 60px;
		}

		#secondaryWrap {
			padding: 60px 0 40px;
		}

		#tertiaryWrap {
			padding: 60px 0 40px;
		}

		#logo a {
			margin-top: 28px;
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 409px 409px;
			width: 180px;
			height: 60px;
		}

		.loginName {
			display: none;
		}

		#breadcrumbWrap ul, #breadcrumbWrap li {
			font-size: 12px;
		}

		#twitter li {
			width: 460px
		}

		.callOut {
			padding: 20px 25px 5px;
		}
	}

	/* Tablet Portrait down  */
	@media only screen and (max-width: 959px) {

		h1 {
			font-size: 30px;
			line-height: 40px;
		}

		h2,
		h4.umbraco-forms-caption {
			font-size: 22px;
			line-height: 30px;
		}

		h3 {
			font-size: 19px;
			line-height: 27px;
		}

		h4 {
			font-size: 15px;
			line-height: 23px;
		}

		label, legend {
			width: 100%;
			margin-bottom: 6px;
			line-height: 24px;
		}

		.matchLabel, .btn.primary {
			margin-left: 0 !important;
		}

		input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select {
			width: 100%;
		}

		.button, button, input[type="submit"], input[type="reset"], input[type="button"], .button:visited {
			width: 100%;
		}

		/* header */
		#headerWrap {
			padding: 15px 0 0;
		}

		#logo a {
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 368px 368px;
			width: 162px;
			height: 56px;
			margin-top: 10px;
			margin-bottom: 20px;
		}

		.loginName {
			display: none;
		}

		.social li {
			margin-top: 0 !important;
		}

		#searchPanel {
			padding: 0;
			background: #fff;
		}

			#searchPanel input[type="text"] {
				/*width: 199px;*/
				border: 1px solid #ddd;
				background: #fff;
			}

		#footerWrap p, #footerWrap li {
			font-size: 13px;
			line-height: 21px;
		}

		#footerWrap img {
			width: 20px;
			margin: 0 20px 10px 0;
			float: left;
		}
	}


	/* Tablet Portrait size to standard 960  */
	@media only screen and (min-width: 881px) and (max-width: 959px) {

		.no-mob-all {
			display: none;
		}

		.mob-only-all {
			display: block !important;
		}

		#contact p {
			padding: 5px 9px 0 0;
		}

		.callOut {
			padding: 20px 25px 5px;
		}

		#twitter li {
			width: 364px
		}

		#gMap {
			height: 400px;
		}

		#fmLogo {
			width: 108px;
			height: 12px;
			background: url('../images/sprite.png') no-repeat 0 -301px;
			background-size: 450px 450px;
		}
	}

	/* All Mobile Sizes  */
	@media only screen and (max-width: 880px) {


		.no-mob, .no-mob-all {
			display: none !important;
		}

		.mob-only, .mob-only-all {
			display: block !important;
		}

		.column hr, .columns hr, hr {
			padding-top: 12px;
			margin: 0 0 40px;
		}

		ul.pagination li.showing {
			display: block;
			text-align: left;
		}

		/* header */

		#headerWrap {
			padding: 10px 0 0;
		}

		#contentWrap {
			padding: 45px 0 30px;
		}

		#secondaryWrap {
			padding: 40px 0 30px;
		}

		#tertiaryWrap {
			padding: 40px 0 30px;
		}

		#contentWrap {
			background-size: 320px 311px
		}

		#secondaryWrap, #tertiaryWrap, #footerWrap {
			background-image: none;
		}

		#logo {
			width: 25%;
		}

			#logo a {
				margin-top: 0;
				margin-bottom: 0;
			}

		#contact {
			width: 75%;
		}

		.social {
			display: none;
		}

		#contact p {
			font-size: 14px;
			padding-right: 0;
			margin-right: 0;
		}

		#searchPanel {
			display: none;
		}

			#searchPanel input[type="text"], #searchPanel input[type="submit"] {
				height: 36px;
				width: 36px;
			}

		/* other */

		#breadcrumbWrap .twelve.columns {
			padding: 12px 0 10px;
		}

		#breadcrumbWrap ul, #breadcrumbWrap li {
			font-size: 12px;
		}

		#twitter li {
			width: 100%;
			margin: 0;
		}

		#twitter .tweet:before {
			left: 50%;
			margin-left: -5px;
		}

		#twitter .interact {
			text-align: center
		}

		.twelve.columns.center {
			text-align: left;
		}

		p.icon, #sideBar p.icon {
			font-size: 13px;
			line-height: 21px;
		}

		.callOut h3,
		.callOut h4 {
			font-size: 1rem;
		}

		#goTop {
			width: 48px !important;
			margin-right: 20px;
		}

			#goTop a {
				margin: 0 0 15px !important;
			}
	}

	/* Mobile Landscape Size to Tablet Portrait  */
	@media only screen and (min-width: 480px) and (max-width: 880px) {


		img.insetL, img.insetR {
			max-width: 50%;
		}

		img.insetLsm, img.insetRsm {
			max-width: 30%;
		}

		#sliderWrap {
			margin-bottom: 530px;
		}

		#searchPanel input[type="text"] {
			width: 379px;
		}

		#gMap {
			height: 400px;
		}
	}

	@media only screen and (max-width: 600px) {
		.gridholder.standard {
			grid-template-columns: repeat(1, minmax(0,1fr));
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size  */
	@media only screen and (max-width: 479px) {

		.no-mob-p {
			display: none !important;
		}

		.mob-only-p {
			display: block;
		}

		img.insetL, img.insetR {
			max-width: 100%;
			box-sizing: border-box;
			margin: 0 0 30px;
		}

		img.insetLsm, img.insetRsm {
			float: none;
			max-width: 60%;
			margin: 0;
			clear: both;
		}

		h1 {
			font-size: 30px;
			line-height: 38px;
		}

		p.lead {
			font-size: 15px;
			line-height: 23px;
		}

		ul.tabNavigation li {
			width: 49%;
			margin-right: 2%;
		}

			ul.tabNavigation li:nth-child(even) {
				margin-right: 0;
			}

			ul.tabNavigation li a {
				font-size: 12px;
				line-height: 20px;
			}

		#headerWrap {
			padding: 15px 0 0;
		}

		#sliderWrap {
			margin-bottom: 510px;
		}

		#logo {
			width: 110px;
		}

			#logo a {
				background: url('../images/sprite.png') no-repeat 0 0;
				background-size: 250px 250px;
				width: 110px;
				height: 37px;
				margin-top: 0;
				margin-bottom: 0;
			}

		#contact {
			width: calc(100% - 110px)
		}

		#searchPanel input[type="text"] {
			width: 259px;
		}

		.callOut ul {
			margin-left: 20px;
		}

			.callOut ul.linklist {
				margin-left: 0;
			}

		#gMap {
			height: 300px;
		}
	}

	.mce-btn button {
		min-width: inherit;
	}

	.mce-flow-layout {
		clear: both;
	}

	.mce-btn .mce-txt {
		line-height: normal !important;
	}

	.mce-panel {
		clear: both;
	}