/*
	Theme Name: Prospectus
	Theme URI: http://underscores.me/
	Author: Rareview
	Author URI: http://www.rareview.com
	Description: A custom Prospectus theme
	Version: 1.0-wpcom
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: prospectus
	Domain Path: /languages/
	Tags:
*/

/* =Reset
============================================================================== */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	font-size: 100%;
    	outline: 0;
    	font: inherit;
    	vertical-align: baseline;
		}
    
    /* HTML5 display-role reset for older browsers */
    
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    body { line-height: 1; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
    table { border-collapse: collapse; border-spacing: 0; }

/* =Global
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
		
		body {
			font: 16px/1.75 "Open Sans", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			color: #444;
			background: #fff;
			position: relative;
			right: 0;
			-webkit-transition: right 0.3s ease-in-out;
			   -moz-transition: right 0.3s ease-in-out;
			     -o-transition: right 0.3s ease-in-out;
				-ms-transition: right 0.3s ease-in-out;
					transition: right 0.3s ease-in-out;
			}
			
	/* Text
	-------------------------------------------------------------------------- */
		
		p, ul, ol, dl, pre {
			margin-bottom: 15px;
			}
			
		h1, h2, h3, h4, h5 {
			margin-bottom: 25px;
			color: #4c4056;
			font-weight: 400;
			}
						
		h1 { font-size: 40px; line-height: 1.1; font-weight: 400; }
		h2 { font-size: 30px; line-height: 1.2; }
		h3 { font-size: 20px; line-height: 1.3; }
		h4 { font-size: 16px; line-height: 1.4; font-weight: 700; }
		h5 { font-size: 13px; line-height: 1.5; font-weight: 700; }
		
		/* strong, em, small */
			
		strong, b { font-weight: 700; }
		em { font-style: italic; }
		small { font-size: 90%; }
		
		/* lists */
		
		ol {
			margin-left: 20px;
			list-style: decimal;
			}
		
		article ul, .entry-content ul, ul.bulletList {
			margin-left: 20px;
			list-style: square;
			}
			
		ul.arrowList {
			margin-left: 20px;
			margin-bottom: 35px;
			}
			
		ul.arrowList li { padding-bottom: 20px; }
		ul.arrowList li:last-child { padding-bottom: 0; }
			
		ul.arrowList li:before {
			content: '\f105';
			font-family: 'FontAwesome';
			float: left;
			margin-left: -20px;
			color: #7cb6d5;
			}
			
		/* superscript */
		
		sup {
			font-size: 100%;
			vertical-align: super;
			}
			
		/* links */
			
		a, a:visited { color: #5690ae; text-decoration: none; }			
		a:hover { text-decoration: underline; }
		
		/* hr */
		
		#main hr {
			margin: 60px 0;
			height: 1px;
			background: #e9e9e9;
			border: 0;
			display: block;
			}
			
		#main .col-12 hr {
			margin-bottom: 20px;
			}
		
	/* Buttons
	-------------------------------------------------------------------------- */		
		
		/* default state and shape */
		
		.btnBlue, .btnBlue:visited, .btnDarkBlue, .btnDarkBlue:visited, .btnGreen, .btnGreen:visited, .btnOrange, .btnOrange:visited {
			padding: 12px 25px;
			font-size: 16px;
			font-family: "Open Sans", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			text-align: center;
			line-height: 26px;
			border: 0;
			display: inline-block;
			cursor: pointer;
	    	-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			-webkit-transition: background 0.1s linear;
			   -moz-transition: background 0.1s linear;
			     -o-transition: background 0.1s linear;
				-ms-transition: background 0.1s linear;
					transition: background 0.1s linear;
			}
			
		.btnBlue:hover, .btnDarkBlue:hover, .btnGreen:hover, .btnOrange:hover { text-decoration: none; }
			
		/* colors */
				
		.btnBlue.btnSolid, .btnBlue.btnSolid:visited { color: #fff; background: #7cb6d5; }
		.btnBlue.btnOutline, .btnBlue.btnOutline:visited { color: #7cb6d5; border: 1px solid #7cb6d5; background: none; }
		.btnBlue.btnSolid:hover { background: #5b93ba; }
		.btnBlue.btnOutline:hover { color: #5b93ba; border-color: #5b93ba; }

		.btnDarkBlue.btnSolid, .btnDarkBlue.btnSolid:visited { color: #fff; background: #1c446a; }
		.btnDarkBlue.btnOutline, .btnDarkBlue.btnOutline:visited { color: #1c446a; border: 1px solid #1c446a; background: none; }
		.btnDarkBlue.btnSolid:hover { background: #2c5d8b; }
		.btnDarkBlue.btnOutline:hover { color: #2c5d8b; border-color: #2c5d8b; }

		.btnGreen.btnSolid, .btnGreen.btnSolid:visited { color: #fff; background: #79be98; }
		.btnGreen.btnOutline, .btnGreen.btnOutline:visited { color: #79be98; border: 1px solid #79be98; background: none; }
		.btnGreen.btnSolid:hover { background: #5d9c79; }
		.btnGreen.btnOutline:hover { color: #5d9c79; border-color: #5d9c79; }
		
		.btnOrange.btnSolid, .btnOrange.btnSolid:visited { color: #fff; background: #e6ad58; }
		.btnOrange.btnOutline, .btnOrange.btnOutline:visited { color: #e6ad58; border: 1px solid #e6ad58; background: none; }
		.btnOrange.btnSolid:hover { background: #d09741; }
		.btnOrange.btnOutline:hover { color: #d09741; border-color: #d09741; }
		
		/* buttons with centered bold text */
		
		.btnBlue strong, .btnDarkBlue strong, .btnGreen strong, .btnOrange strong {
			font-size: 20px;
			text-transform: uppercase;
			display: block;
			}
			
		.btnGreen strong, .btnOrange strong {
			font-weight: normal !important;
			}
			
		.btnGreen .fa-angle-right {
			margin-left: 5px !important;
			}
			
		/* form buttons */

		button.btnBlue, button.btnDarkBlue, button.btnGreen, button.btnOrange {
			padding-top: 0;
			padding-bottom: 0;
			line-height: 42px;
			white-space: nowrap;
			cursor: pointer;
			overflow: visible;
			-webkit-font-smoothing: antialiased;
			}
			
		button::-moz-focus-inner {
		    padding: 0;
		    border: none;
			}
			
		input[type=submit] {
		    -webkit-appearance: none;
		    -webkit-border-radius: 0;
			   -moz-border-radius: 0;
	    	        border-radius: 0;
		    }
			
		/* LinkedIn button */
		
		a.btnLinkedin, a.btnLinkedin:visited {
			margin-top: 10px;
			padding: 7px 55px 6px 20px;
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
			background: #1c446a;
			position: relative;
			display: inline-block;
			}
			
		a.btnLinkedin:hover {
			text-decoration: none;
			background: #326392;
			}
			
		a.btnLinkedin i {
			width: 37px;
			font-size: 27px;
			line-height: 40px;
			text-align: center;
			background: #66acd1;
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			}

	/* Forms
	-------------------------------------------------------------------------- */
	
		/* textareas and inputs */
		
		textarea {
			line-height: 1.3;
			resize: none;
			display: block;
			}

		textarea, input, button {
			margin: 0;
			padding: 0;
			color: #484e53;
			font-size: 14px;
		    font-family: "Open Sans", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
		    outline: 0;
		    }
		    
		textarea, input[type=text], input[type=password], input[type=email], input[type=tel] {
			padding: 9px 10px;
			border: 1px solid #dedede;
			-webkit-appearance: none;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
			color: #4c4056;
			border-color: #bababa;
			}
			
		::-webkit-input-placeholder  { color: #979797; }
		input:-moz-placeholder { color: #979797; }
		input:-ms-input-placeholder { color: #979797; }

		/* custom checkbox & radio inputs */
		
		input.customCheckbox,
		input.customRadio {
			position: absolute;
		    clip: rect(0,0,0,0);
		    clip: rect(0 0 0 0);
			}
			
		input.customCheckbox + label:before,
		input.customRadio + label:before {
			width: 21px;
			height: 21px;
			margin: 0 10px 0 0;
		    vertical-align: top;
		    display: inline-block;
		    position: relative;
		    top: 3px;
			}
			
		input.customCheckbox + label:before { content: url(img/custom-check-off.png); }
		input.customCheckbox:checked + label:before { content: url(img/custom-check-on.png); }
					
		input.customRadio + label:before { content: url(img/custom-radio-off.png); }
		input.customRadio:checked + label:before { content: url(img/custom-radio-on.png); }
		
		/* custom select */
		
		span.customSelect, li.customSelect > span {
			width: 100%;
			border: 1px solid #dedede;
			background: #fff;
			overflow: hidden;
			float: left;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		span.customSelect:hover, li.customSelect > span:hover { background: #f4f4f4; }
		
		span.customSelect:after, li.customSelect > span:after {
			content: "▼";
			width: 33px;
			color: #dedede;
			font-size: 15px;
			text-align: center;
			display: block;
			position: absolute;
			top: 6px;
			right: -3px;
			z-index: 0;
			}
		
		span.customSelect select, li.customSelect > span select {
			width: 100%;
			margin: 0;
			padding: 9px 25px 9px 10px;
			color: #979797;
			font-size: 14px;
			font-family: "Open Sans", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			border: 0;
			background: transparent;
			outline: none;
			cursor: pointer;
			-webkit-appearance: none;
			   -moz-appearance: window;
			     -o-appearance: window;
				    appearance: none;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			position: relative;
			z-index: 1;
			}
			
		noindex:-o-prefocus, span.customSelect select, li.customSelect > span select { width: 110%; } /* target Opera */
		@-moz-document url-prefix() { /* target Firefox */
			span.customSelect select, li.customSelect > span select { padding-top: 8px; }
		}
			
		/* search form */
		
		.searchForm, .searchForm input, .searchForm button {
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
		
		.searchForm {
			margin-bottom: 15px;
			}
					
		.searchForm input, .searchForm button {
			height: 36px;
			-webkit-font-smoothing: subpixel-antialiased;
			}
		
		.searchForm input {
			width: 81%;
			margin-right: -1%;
			padding: 0 10px;
			color: #444 !important;
			font-size: 13px;
			border: 1px solid #dedede;
			background: #fff;
			float: left;
			}
						
		.searchForm button {
			width: 20%;
			padding: 0;
			color: #000;
			font-size: 20px;
			text-align: center;
			line-height: 36px;
			border: 0;
			background: #d9d9d9;
			float: right;
			}
			
		.searchForm button:hover { color: #fff; background: #555; cursor: pointer; }
								
	/* Layout
	-------------------------------------------------------------------------- */
		
		/* wrapper */
		
		.wrapper {
			max-width: 1400px;
			margin: 0 auto;
			padding: 0 5%;
			position: relative;
			}
		
		.wrapper:after {
		    content: "";
		    display: table;
		    clear: both;
			}
		
		[class^="col-"] {
		    width: 100%;
		    margin-right: 5%;
		    float: left;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		    box-sizing: border-box;
			}
		
		[class^="col-"]:last-child {
		    margin-right: 0;
			}
		
		[class^="col-"].col-center {
		    margin: 0 auto;
		    float: none;
			}
		
		[class^="col-"].col-right {
		    float: right;
			}
		
		.col-offset-1 {
		    padding-left: 5%;
			}
		
		@media (max-width: 767px) {
		    [class^="col-"] + [class^="col-"] {
		        margin-top: 25px;
		    }
		
		    [class^="col-"] + [class^="col-"].no-mobile-margin {
		        margin-top: 0;
		    }
		
		    .col-offset-1 {
		        padding-left: 0;
		    }
		}
		
		@media (min-width: 768px) {
		    .col-1 {
		        width: 3.75%;
		    }
		
		    .col-2 {
		        width: 12.5%;
		    }
		
		    .col-3 {
		        width: 21.25%;
		    }
		
		    .col-4 {
		        width: 30%;
		    }
		
		    .col-5 {
		        width: 38.75%;
		    }
		
		    .col-6 {
		        width: 47.5%;
		    }
		
		    .col-7 {
		        width: 56.25%;
		    }
		
		    .col-8 {
		        width: 65%;
		    }
		
		    .col-9 {
		        width: 73.75%;
		    }
		
		    .col-10 {
		        width: 82.5%;
		    }
		
		    .col-11 {
		        width: 91.25%;
		    }
		
		    .col-12 {
		        width: 100%;
		    }
		}
		
		/* two-col flex */
		
		.two-col-flex {
			margin: 0 -2.5%;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-flex-wrap: wrap;
			   -moz-box-flex-wrap: wrap;
			    -webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
						flex-wrap: wrap;
			}

		.two-col-flex .col {
			width: 45%;
			margin: 2.5%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		@media (max-width: 980px) {
			.two-col-flex .col {
				width: 100%;
			}
		}
		
		/* three-col flex */
		
		.three-col-flex {
			margin: 0 -2.5%;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-flex-wrap: wrap;
			   -moz-box-flex-wrap: wrap;
			    -webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
						flex-wrap: wrap;
			}

		.three-col-flex .col {
			width: 28.33%;
			margin: 2.5%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		.three-col-flex .col [class^="background"] { padding: 30px 30px 10px 30px; }
			
		@media (max-width: 980px) {
			.three-col-flex .col {
				width: 100%;
			}
		}
		
		/* four-col flex */
		
		.four-col-flex {
			margin: 0 -4%;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			align-items: center;
			justify-content: center;
			-webkit-box-flex-wrap: wrap;
			   -moz-box-flex-wrap: wrap;
			    -webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
						flex-wrap: wrap;
			}

		.four-col-flex .col {
			width: 17%;
			margin: 4%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		@media (max-width: 980px) {
			.four-col-flex .col {
				width: 25.33%;
			}
		}

		@media (max-width: 767px) {
			.four-col-flex .col {
				width: 42%;
			}
		}
		
		/* top and bottom margins to increase whitespace on an as-needed basis */
		
		.top-5 { margin-top: 5px; }
		.top-10 { margin-top: 10px; }
		.top-15 { margin-top: 10px; }
		.top-20 { margin-top: 20px; }
		.top-30 { margin-top: 30px; }
		.top-40 { margin-top: 40px; }
		.top-50 { margin-top: 50px; }
		.top-60 { margin-top: 60px; }
		.top-70 { margin-top: 70px; }
		.top-80 { margin-top: 80px; }
		.top-90 { margin-top: 90px; }
		.top-100 { margin-top: 100px; }
		
		.bottom-5 { margin-bottom: 5px; }
		.bottom-10 { margin-bottom: 10px; }
		.bottom-15 { margin-bottom: 10px; }
		.bottom-20 { margin-bottom: 20px; }
		.bottom-30 { margin-bottom: 30px; }
		.bottom-40 { margin-bottom: 40px; }
		.bottom-50 { margin-bottom: 50px; }
		.bottom-60 { margin-bottom: 60px; }
		.bottom-70 { margin-bottom: 70px; }
		.bottom-80 { margin-bottom: 80px; }
		.bottom-90 { margin-bottom: 90px; }
		.bottom-100 { margin-bottom: 100px; }
					
		/* hide */
		
		.hidden {
			display: none;
			}
			
		/* float left or right */
		
		.floatLeft {
			float: left;
			}
			
		.floatRight {
			float: right;
			}
			
		.displayInline {
			width: auto !important;
			float: none !important;
			display: inline-block !important;
			}

		/* center button */ 
		
		.centerButton { 
			float: left;
			position: relative;
			left: 50%;
			}
			
		.centerButton a, .centerButton button {
			position: relative;
			left: -50%;
			}
					
		/* center text */ 
		
		.centerText {
			text-align: center;
		}	
		
		/* colors */
		
		.colorBlue, .colorBlue * { color: #66acd1 !important; }
		.colorGreen, .colorGreen * { color: #79be98 !important; }
		.colorOrange, .colorOrange * { color: #e6ad58 !important; }
		
		.grayBg { background: #f2f2f2; }
		
		.gradientGrayLeft {
			background-image: -webkit-linear-gradient(left, #f3f3f5 0%, #fff 100%);
			background-image: -o-linear-gradient(left, #f3f3f5 0%, #fff 100%);
			background-image: linear-gradient(to right, #f3f3f5 0%, #fff 100%);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f5', endColorstr='#fff', GradientType=1);
			}

		.gradientGrayRight {
			background-image: -webkit-linear-gradient(left, #fff 0%, #f3f3f5 100%);
			background-image: -o-linear-gradient(left, #fff 0%, #f3f3f5 100%);
			background-image: linear-gradient(to right, #fff 0%, #f3f3f5 100%);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f5', GradientType=1);
			}
			
		.dropShadow {
			box-shadow: 0 40px 30px rgba(0,0,0,0.05);
			position: relative;
			z-index: 1;
			}
			
		/* background colors - used for highlighting content in the editor */
		
		.backgroundBlue, .backgroundDarkBlue, .backgroundGreen, .backgroundOrange, .backgroundTeal, .backgroundGray {
			margin-bottom: 40px;
			padding: 30px 30px 20px 30px;
			display: block;
			}
			
		[class^="background"] + [class^="background"] { margin-top: -40px; }
		.backgroundBlue *, .backgroundDarkBlue *, .backgroundGreen *, .backgroundTeal *, .backgroundOrange * { color: #fff; }
		
		.backgroundBlue { background: #478eb3; }
		.backgroundDarkBlue { background: #1c446a; }
		.backgroundGreen { background: #79be98; }
		.backgroundTeal { background: #89b8bc; }
		.backgroundOrange { background: #e6ad58; }
		.backgroundGray { background: #f8f8f9; border: 1px solid #e2e2e2; }

		/* clear */
    	
		.clear:after {
			display: table;
			content: "";
			clear: both;
			}
			
	/* Images
	-------------------------------------------------------------------------- */
		
		/* figure */
			
		figure {
			margin: 0;
			}
			
		figure img {
			max-width: 100%;
			height: auto;
			}
		
		/* responsive image */
		
		.img-responsive {
			max-width: 100%;
			height: auto;
			}
		
		/* fill background */
	    
	    .fill-bg {
    	    background-position: center center !important;
    	    background-size: cover;
    		}

/* =Header
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
		
		/* body nav overlay */
		
		@media (max-width: 1240px) {
			body.nav-overlay:after {
				content: "";
				background: rgba(12,22,34,0.9);
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				z-index: 100;
			}
		}
		
		/* header */
		
		#header {
			border-bottom: 1px solid rgba(255,255,255,0.25);
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			z-index: 101;
			}
		
		#header .wrapper {
			padding-top: 30px;
			}
			
		@media (max-width: 1024px) {
			#header {
				border-bottom: 0;
			}
		}

	/* Logo
	-------------------------------------------------------------------------- */
			
		a#logo, a#logo:visited {
			width: 325px;
			float: left;
			position: relative;
			top: -10px;
			}
			
		a#logo img {
			width: 100%;
			height: auto;
			-webkit-transition: opacity 0.1s linear;
			   -moz-transition: opacity 0.1s linear;
			     -o-transition: opacity 0.1s linear;
				-ms-transition: opacity 0.1s linear;
					transition: opacity 0.1s linear;
			}
			
		a#logo:hover img {
			opacity: 0.75;
			}

		@media (max-width: 480px) {
			a#logo, a#logo:visited {
				width: 71px;
				overflow: hidden;
			}
			a#logo img {
				width: 325px;
				height: auto;
			}
		}

	/* Primary Navigation
	-------------------------------------------------------------------------- */

		.main-navigation {
		    width: 100%;
			}
		
		.main-navigation:after {
		    content: "";
		    display: table;
		    clear: both;
			}
		
		.main-navigation .menu {
		    margin-left: 50px;
		    float: left;
			}
		
		.main-navigation .menu ul {
		    margin: 0;
			}
		
		.main-navigation .menu ul li {
		    margin-left: 30px;
		    float: left;
		    position: relative;
			}
		
		.main-navigation .menu ul li:first-child {
		    margin-left: 0;
			}
		
		.main-navigation .menu ul a,.main-navigation .menu ul a:visited {
		    padding: 15px 0 25px;
		    color: #fff;
		    font-size: 13px;
		    font-weight: 400;
		    text-transform: uppercase;
		    letter-spacing: 1px;
		    text-decoration: none;
		    display: block;
		    white-space: nowrap;
			}
		
		.main-navigation .menu ul a:hover,.main-navigation .menu ul a:visited:hover {
		    color: #66acd1;
			}
		
		.main-navigation .menu ul:first-child > .current_page_item > a:after,.main-navigation .menu ul:first-child > .current-menu-item > a:after,.main-navigation .menu ul:first-child > .current_page_ancestor > a:after,.main-navigation .menu ul:first-child > .current-menu-ancestor > a:after {
		    content: "";
		    height: 5px;
		    background: #66acd1;
		    display: block;
		    position: absolute;
		    bottom: 12px;
		    left: 0;
		    right: 0;
			}
		
		.main-navigation .menu ul ul {
		    padding: 10px 0;
		    background: rgba(38,68,103,0.9);
		    border-top: 1px solid rgba(255,255,255,0.35);
		    float: left;
		    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		    position: absolute;
		    top: 100%;
		    left: -999em;
		    z-index: 99999;
			}
		
		.main-navigation .menu ul ul li {
		    margin-left: 0;
		    float: none;
			}
					
		.main-navigation .menu ul ul a {
		    padding: 5px 20px;
			}

		.main-navigation .menu ul ul a:before {
			content: '\f105';
			font-family: 'FontAwesome';
			margin: 0 10px 0 0;
			color: #7cb6d5;
			}
		
		.main-navigation .menu ul li:hover > ul {
		    left: 0;
			}
		
		.main-navigation .menu-toggle {
		    width: 25px;
		    height: 25px;
		    margin: 10px 0 27px 30px;
		    padding: 0;
		    background: none;
		    border: 0;
		    float: right;
		    cursor: pointer;
			}
		
		.main-navigation .menu-toggle i {
		    height: 2px;
		    display: block;
		    background-color: #fff;
		    position: relative;
		    -webkit-transition: background-color .12s linear;
		    -moz-transition: background-color .12s linear;
		    -ms-transition: background-color .12s linear;
		    -o-transition: background-color .12s linear;
		    transition: background-color .12s linear;
			}
		
		.main-navigation .menu-toggle i:before,.main-navigation .menu-toggle i:after {
		    content: "";
		    display: block;
		    width: 25px;
		    height: 2px;
		    position: absolute;
		    background: #fff;
		    -webkit-transition: all .12s linear;
		    -moz-transition: all .12s linear;
		    -ms-transition: all .12s linear;
		    -o-transition: all .12s linear;
		    transition: all .12s linear;
			}
		
		.main-navigation .menu-toggle i:before {
		    margin-top: -8px;
			}
		
		.main-navigation .menu-toggle i:after {
		    margin-top: 8px;
			}
		
		.main-navigation.toggled .menu-toggle i {
		    background: transparent;
			}
		
		.main-navigation.toggled .menu-toggle i:before {
		    margin-top: 0;
		    -webkit-transform: rotate(45deg);
		    -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		    -o-transform: rotate(45deg);
		    transform: rotate(45deg);
			}
		
		.main-navigation.toggled .menu-toggle i:after {
		    margin-top: 0;
		    -webkit-transform: rotate(-45deg);
		    -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		    -o-transform: rotate(-45deg);
		    transform: rotate(-45deg);
			}
		
		.main-navigation .menu-toggle,.main-navigation .icon-toggle {
		    display: none;
			}
		
		@media (max-width: 1380px) {
		    .main-navigation {
		        text-align: center;
		    }
		    .main-navigation .menu {
		        width: 100%;
		        margin: 10px 0 40px 0;
		        text-align: left;
		        display: none;
		    }
		    .main-navigation .menu ul {
		        width: 100%;
		        background: #264467;
		    }
		    .main-navigation .menu ul li {
		        margin-left: 0;
		        border-top: 1px solid rgba(255,255,255,0.1);
		        display: block;
		        float: none;
		    }
		    .main-navigation .menu ul a,.main-navigation .menu ul a:visited,.main-navigation .menu ul ul a {
		        padding: 10px 20px;
		        height: 23px;
		        color: #fff;
		    }
		    .main-navigation .menu ul .menu-item-has-children > a,.main-navigation .menu ul .page_item_has_children > a {
		        padding-right: 65px;
		        position: relative;
		    }
		    .main-navigation .menu ul .menu-item-has-children .icon-toggle,.main-navigation .menu ul .page_item_has_children .icon-toggle {
		        width: 43px;
		        height: 43px;
		        background: rgba(255,255,255,0.05);
		        position: absolute;
		        top: 0;
		        right: 0;
		        cursor: pointer;
		    }
		    .main-navigation .menu ul .menu-item-has-children .icon-toggle:before,.main-navigation .menu ul .page_item_has_children .icon-toggle:before {
		        content: "";
		        width: 0;
		        height: 0;
		        border-left: 7px solid transparent;
		        border-right: 7px solid transparent;
		        border-top: 7px solid #fff;
		        display: block;
		        position: absolute;
		        top: 18px;
		        left: 14px;
		        -webkit-transition: all .12s linear;
		        -moz-transition: all .12s linear;
		        -ms-transition: all .12s linear;
		        -o-transition: all .12s linear;
		        transition: all .12s linear;
		    }
		    .main-navigation .menu ul .menu-item-has-children .icon-toggle.show-sub-menu:before,.main-navigation .menu ul .page_item_has_children .icon-toggle.show-sub-menu:before {
		        -webkit-transform: rotate(-180deg);
		        -moz-transform: rotate(-180deg);
		        -ms-transform: rotate(-180deg);
		        -o-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		    }
		    .main-navigation .menu ul:first-child > .current_page_item > a,.main-navigation .menu ul:first-child > .current-menu-item > a,.main-navigation .menu ul:first-child > .current_page_ancestor > a,.main-navigation .menu ul:first-child > .current-menu-ancestor > a {
		        color: #c3c3c3;
		    }
		    .main-navigation .menu ul:first-child > .current_page_item > a:after,.main-navigation .menu ul:first-child > .current-menu-item > a:after,.main-navigation .menu ul:first-child > .current_page_ancestor > a:after,.main-navigation .menu ul:first-child > .current-menu-ancestor > a:after {
		        display: none;
		    }
		    .main-navigation .menu ul ul {
		        margin: 0;
		        padding: 0;
		        background: rgba(255,255,255,0.05);
		        border-top: none;
		        -webkit-box-shadow: none;
		        -moz-box-shadow: none;
		        box-shadow: none;
		        float: none;
		        display: none;
		        position: relative;
		        top: 0;
		        left: 0;
		    }
		    .main-navigation .menu ul ul a,.main-navigation .menu ul ul a:visited {
		        width: auto;
		        padding-left: 40px;
		        text-transform: none;
		    }
		    .main-navigation .menu ul .show-sub-menu + ul {
		        display: block;
		    }
		    .main-navigation .menu ul li:hover > ul {
		        left: auto;
		    }
		    .main-navigation.toggled .menu,.main-navigation .menu-toggle,.main-navigation .menu-item-has-children > .icon-toggle,.main-navigation .page_item_has_children > .icon-toggle {
		        display: block;
		    }
		}
	
/* =Content
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
		
		#interior #main { padding-bottom: 50px; }
		
		/* vertically center content */
			
		.verticalCenter {
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			   -moz-transform: translateY(-50%);
			    -ms-transform: translateY(-50%);
				 -o-transform: translateY(-50%);
				 	transform: translateY(-50%);
			}
			
		/* sidebar */
		
		#sidebar, #sidebar + article {
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#sidebar {
			width: 30%;
			margin-top: 6px;
			padding: 20px;
			background: #ededed;
			float: left;
			}
			
		#sidebar + article {
			width: 70%;
			padding-left: 40px;
			float: right;
			}
			
	/* Intro
	-------------------------------------------------------------------------- */

		#intro {
			padding-top: 100px;
			background: url(img/city.jpg) no-repeat;
			background-size: cover;
			position: relative;
    		background-position: top center;
		}

		#intro, #intro h1, #intro p, #intro a, #intro a:visited { color: #fff; }
			
		#home #intro { padding: 100px 5% 20px 5%; }
		#home #intro .wrapper { min-height: 500px; padding: 0; }
		
		#interior #intro { margin-bottom: 60px; background-position: 50% 20%; }
		#interior #intro .wrapper { padding-top: 115px; padding-bottom: 115px; }
		
		/* overlay */
		
		#intro:before {
			content: "";
			background: rgba(0,0,0,0.4);
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 0;
		}
		
		#interior.single-post #intro:before {
		    background: rgba(0,0,0,0.55);
		}
		
		/* vertical center, used on Home */
		
		#intro .verticalCenter {
			max-width: 900px;
			margin: 0 auto;
			text-align: center;
			left: 0;
			right: 0;
			}
			
		#intro .verticalCenter .entry-content {
			padding-bottom: 30px;
			}
			
		#intro .verticalCenter * {
			color: #fff;
			}
			
		#intro .verticalCenter h4 {
			text-transform: uppercase;
			font-weight: 400;
			letter-spacing: 1px;
		}
		
		#intro .verticalCenter h1 {
			font-size: 60px;
			font-weight: 400;
		}

		#intro .verticalCenter h2 {
			font-size: 45px;
			font-weight: 400;
		}
		
		#intro .verticalCenter .btnSolid {
			padding-top: 15px;
			padding-bottom: 15px;
		}
		
		/* floats */
		
		#intro .floatLeft, #intro .floatRight {
			width: 47%;
			padding: 40px 0;
			}
			
		#intro .floatLeft { left: 0; }
		#intro .floatRight { right: 0; }
			
		/* copy */
		
		#intro .floatLeft h1, #interior #intro h1 { font-size: 60px; font-weight: 400; }
		#intro .floatLeft h1 em { font-family: Georgia, Times, serif; }
		#intro .floatLeft h1 sup { padding-left: 3px; font-size: 35%; }
		
		#intro .floatLeft p { margin-bottom: 30px; }
		
		#intro .floatLeft p a, #intro .floatLeft p a:visited {
			font-weight: 700;
			text-transform: uppercase;
			border-bottom: 1px solid #fff;
			white-space: nowrap;
			}
			
		#intro .floatLeft p a:hover {
			text-decoration: none;
			border: none;
			}
			
		#intro blockquote p {
			font-family: Georgia, Times, serif;
			font-size: 24px;
			font-style: italic;
			}
			
		#intro blockquote p cite {
			margin-top: -10px;
			font-size: 14px;
			font-family: "Open Sans", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-style: normal;
			text-transform: uppercase;
			display: block;
			}
		
		/* video */
		
		#intro .floatRight a, #intro .floatRight a:visited {
			padding: 20px;
			line-height: 0;
			background: #fff;
			display: block;
			position: relative;
			}
			
		#intro .floatRight a i {
			width: 90px;
			height: 100px;
			margin: -55px 0 0 -55px;
			padding-left: 10px;
			color: #bedaec;
			font-size: 40px;
			line-height: 100px;
			text-align: center;
			border: 5px solid #bedaec;
			background: rgba(255,255,255,0.35);
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
	    	        border-radius: 100%;
	    	-webkit-transition: all 0.1s linear;
			   -moz-transition: all 0.1s linear;
			     -o-transition: all 0.1s linear;
				-ms-transition: all 0.1s linear;
					transition: all 0.1s linear;
			}
			
		#intro .floatRight a:hover i { background: rgba(73,125,149,0.5); }
		
		#intro .floatRight img {
			width: 100%;
			height: auto;
			}
			
		/* search & sort */
		
		#searchSort {
			width: 100%;
			margin-bottom: 40px;
			text-align: center;
			background: #f1f1f1;
			}
			
		#searchSort .wrapper {
			padding-top: 20px;
			padding-bottom: 20px;
			}
			
		#searchSort .searchForm, #searchSort span.customSelect {
			width: 100%;
			display: inline-block;
			vertical-align: top;
			}
			
		#searchSort .searchForm {
			margin-bottom: 0;
			max-width: inherit;
			}
		
		#searchSort .searchForm input {
			color: #444;
			font-size: 14px;
			border: none;
			}
		
		#searchSort span.customSelect {
			border: 0;
			float: none;
			}
			
		#searchSort span.customSelect:hover { background: #fff; }
		
	/* Featured Posts Slideshow
	-------------------------------------------------------------------------- */
	
		#post-slider > li {
		    height: 650px;
		    background-position: 50% 35%;
		    position: relative;
		    z-index: 0;
		}
		
		#post-slider > li:after {
		    content: "";
		    background: rgba(0,0,0,0.55);
		    display: block;
		    position: absolute;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    z-index: 0;
		}
		
		#post-slider > li .verticalCenter {
			margin-top: 40px;
		    left: 0;
		    right: 0;
		    z-index: 1;
		}
		
		#post-slider > li h1 {
			color: #fff;
			font-size: 60px;
			font-weight: 400;
		}
		
		#post-slider > li .btnBlue {
			font-size: 20px;
		}
		
		/* mobile */
		
		@media (max-width: 767px) {
		    #post-slider > li {
		        height: auto !important;
		        min-height: 0 !important;
		    }
		    #post-slider > li .verticalCenter {
		        padding-top: 20%;
		        padding-bottom: 20%;
		        position: relative;
		        top: 0;
		        -webkit-transform: translateY(0);
		        -moz-transform: translateY(0);
		        -ms-transform: translateY(0);
		        -o-transform: translateY(0);
		        transform: translateY(0);
		    }
		    #post-slider > li .verticalCenter .text-center h1 {
		        font-size: 40px;
		    }
		}
		
		/* general slider CSS edits */
		
		.lSSlideOuter { position: relative; }
		
		/* left and right arrows */
		
		.lSSlideOuter .lSAction > a {
		    width: 74px;
		    height: 92px;
		    margin-top: -46px;
		    background-image: none;
		    cursor: pointer;
		    position: absolute;
		    z-index: 99;
		    opacity: 1;
			}
			
		.lSSlideOuter .lSAction > a:hover {
		    background-color: rgba(#fff, 0.15);
			}
			
		.lSSlideOuter .lSAction > .lSPrev {
		    background: url(img/icon-arrow-left.svg) 50% 50% no-repeat;
		    background-size: 22px auto;
		    left: 0;
			}
			
		.lSSlideOuter .lSAction > .lSNext {
		    background: url(img/icon-arrow-right.svg) 50% 50% no-repeat;
		    background-size: 22px auto;
		    right: 0;
			}
			
		.lSSlideOuter .lSAction > a.disabled {
		    pointer-events: none;
			}

		/* dot pagination */
		
		.lSSlideOuter .lSSlideWrapper + .lSPager.lSpg {
		    margin: 0;
		    position: absolute;
		    left: 0;
		    right: 0;
		    bottom: 15px;
		    z-index: 1;
			}
			
		.lSSlideOuter .lSSlideWrapper + .lSPager.lSpg > li a {
		    background-color: transparent;
		    border: 1px solid #fff;
		    height: 10px;
		    width: 10px;
			}
			
		.lSSlideOuter .lSSlideWrapper + .lSPager.lSpg > li:hover a, .lSSlideOuter .lSSlideWrapper + .lSPager.lSpg > li.active a {
		    background-color: #fff;
			}

	/* Post Previews
	-------------------------------------------------------------------------- */
	
		#main #postPreviews {
			margin: 0 -2.5%;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-flex-wrap: wrap;
			   -moz-box-flex-wrap: wrap;
			    -webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
						flex-wrap: wrap;
			}

		#main #postPreviews .post {
			width: 45%;
			margin: 2.5%;
			padding: 40px 40px 25px 40px;
			border: 1px solid #d9d9d9;
			background: #f8f8f9;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
		
		#main #postPreviews .post a, #main #postPreviews .post a:visited {
			display: block;
			}
		
		#main #postPreviews .post a:hover {
			text-decoration: none;
			opacity: 0.8;
			}
			
		#main #postPreviews .post figure {
			margin: -40px -40px 15px -40px;
			display: block;
			}
			
		#main #postPreviews .post figure img {
			width: 100%;
			height: auto;
			}
			
		#main #postPreviews .post h6 {
			color: #aaa;
			}
			
		/* mobile */
			
		@media (max-width: 980px) {
			#main #postPreviews .post {
				width: 100%;
			}
		}
			
		/* header */
		
		#main #postPreviews .entry-header {
			margin-bottom: 20px;
			text-align: center;
			}
			
		#main #postPreviews .entry-header h2 {
			margin: 0;
			font-weight: 400;
			}
			
		#main #postPreviews .entry-header .posted-on, #main #postPreviews .entry-header .posted-on a, #main #postPreviews .entry-header .posted-on a:visited {
			color: #aaa;
			font-size: 15px;
			}
			
		/* content */
		
		#main #postPreviews .entry-content {
			color: #737475;
			font-size: 15px;
			text-align: justify;
			}
			
		/* read more link */
		
		.readMore {
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 1px;
			}
			
		/* recent posts */
		
		#main #recentPosts #postPreviews {
			margin: 0 -2% 60px -2%;
			}
			
		#main #recentPosts > h2 {
			text-align: center;
			}
		
		#main #recentPosts #postPreviews .post {
			width: 29.33%;
			margin: 2%;
			padding-bottom: 10px;
			background: #fcfcfc;
			}
			
		@media (max-width: 980px) {
			#main #recentPosts #postPreviews .post {
				width: 100%;
			}
		}

	/* Posts
	-------------------------------------------------------------------------- */
	
		#main .post + .post {
			margin-top: 40px;
			padding-top: 40px;
			border-top: 1px solid #ececec;
			}
			
		/* inline images */
		
		#main .post img { max-width: 100%; height: auto; }
		
		/* alignment */
		
		.alignleft {
			display: inline;
			float: left;
			margin-right: 1.5em;
			margin-bottom: 20px;
			}
			
		.alignright {
			display: inline;
			float: right;
			margin-left: 1.5em;
			margin-bottom: 20px;
			}
			
		.aligncenter {
			clear: both;
			display: block;
			margin: 0 auto;
			}
			
		/* meta */
		
		#main .post .entry-meta {
			padding-bottom: 15px;
			font-style: italic;
			}
		
		/* clearing */
		
		.clear:before,
		.clear:after,
		.entry-content:before,
		.entry-content:after,
		.comment-content:before,
		.comment-content:after,
		.site-header:before,
		.site-header:after,
		.site-content:before,
		.site-content:after,
		.site-footer:before,
		.site-footer:after {
			content: '';
			display: table;
			}
		
		.clear:after,
		.entry-content:after,
		.comment-content:after,
		.site-header:after,
		.site-content:after,
		.site-footer:after {
			clear: both;
			}
			
	/* Pagination
	-------------------------------------------------------------------------- */
					
		#pagination {
			width: 100%;
			margin-top: 20px;
			padding-top: 20px;
			border-top: 1px solid #e9e9e9;
			float: left;
			}
			
		#pagination ul {
			margin: 0;
			text-align: center;
			}
			
		#pagination li {
			display: inline-block;
			}
					
		#pagination li a, #pagination li a:visited, #pagination li span {
			padding: 0 10px;
			font-size: 20px;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 2px;
			display: block;
			}
			
		#pagination li span.current {
			background: #eee;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
	    	        border-radius: 3px;
			}
			
		/* single */
			
		#pagination .prevPage { float: left; text-align: left; }
		#pagination .nextPage { float: right; text-align: right; }
			
		#pagination .prevPage a, #pagination .prevPage a:visited,
		#pagination .nextPage a, #pagination .nextPage a:visited {
			padding: 0 10px;
			font-size: 20px;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 2px;
			display: block;
			}

	/* Social Share
	-------------------------------------------------------------------------- */
		
		#socialShare {
			margin-bottom: 30px;
			}
		
		a.share-btn, a.share-btn:visited {
			margin-right: 2px;
		    display: inline-block;
		    color: #ffffff;
		    border: none;
		    padding: 0.2em;
		    width: 2em;
		    outline: none;
		    text-align: center;
			}
		
		a.share-btn:hover {
			opacity: 0.75;
			}
		
		.share-btn.twitter     { background: #55acee; }
		.share-btn.google-plus { background: #dd4b39; }
		.share-btn.facebook    { background: #3B5998; }
		.share-btn.linkedin    { background: #4875B4; }
		.share-btn.email       { background: #444444; }

/* =Homepage
============================================================================== */
		
	/* Overview
	-------------------------------------------------------------------------- */
		
		#homeOverview figure {
			text-align: center;
			max-width: 400px;
			margin: 0 auto;
			}
			
		#homeOverview figure.floatRight { margin-left: 40px; }

		#homeOverview h2 {
			margin: 0 0 35px 20px;
			}
			
		#homeOverview blockquote h2 {
			margin: 0 0 15px 0;
			font-size: 22px;
			font-style: italic;
			line-height: 1.5;
			}
			
		#homeOverview ul {
			margin-left: 20px;
			}
			
		#homeOverview ul li { padding-bottom: 20px; }
		#homeOverview ul li:last-child { padding-bottom: 0; }
			
		#homeOverview ul li:before {
			content: '\f105';
			font-family: 'FontAwesome';
			float: left;
			margin-left: -20px;
			color: #7cb6d5;
			}

		/* mobile */
		
		@media (max-width: 767px) {
			#homeOverview blockquote {
				text-align: center;
			}
		}
		
	/* Tabs
	-------------------------------------------------------------------------- */
		
		#tabs {
			padding-top: 70px;
			}
			
		#tabs article {
			width: 100%;
			margin-bottom: 2.5em;
			display: inline-block;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
		
		/* menu */
		
		.tabs-menu {
			width: 100%;
			margin: 0;
			}
		
		.tabs-menu li {
		    display: inline-block;
		    margin: 0 5px 10px 0;
		    background-color: #eee;
		    border: 1px solid #d4d4d1;
			}
		
		.tabs-menu li.current {
		    background-color: #fff;
		    position: relative;
		    z-index: 5;
			}
		
		.tabs-menu li a, .tabs-menu li a:visited {
		    padding: 6px 10px;
		    color: #999;
		    text-decoration: none;
		    display: block;
			}
		
		.tabs-menu li.current a, .tabs-menu li.current a:visited {
		    color: #2e7da3;
			}
		
		/* wrapper */
		
		.tabs-wrapper {
			width: 100%;
			padding: 30px 0 0 0;
			}

		/* content panes */
		
		.tab-content {
		    display: none;
			}
		
		.tab-content:first-child {
		    display: block;   
			}
		
/* =About
============================================================================== */
			
	/* Base
	-------------------------------------------------------------------------- */
	
		#about .bio {
			width: 100%;
			margin-top: 75px;
			padding-top: 80px;
			border-top: 1px solid #e9e9e9;
			float: left;
			}
	
	/* Aside
	-------------------------------------------------------------------------- */
	
		#about aside {
			width: 25%;
			margin-top: 6px;
			text-align: center;
			float: left;
			}
			
		#about aside img {
			width: 100%;
			height: auto;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
	    	        border-radius: 100%;
			}

	/* Article
	-------------------------------------------------------------------------- */
			
		#about article {
			width: 75%;
			padding-left: 100px;
			float: right;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#about article h3 {
			margin-bottom: 20px;
			color: #1c446a;
			font-family: Georgia, Times, serif;
			text-transform: uppercase;
			letter-spacing: 1px;
			}

/* =Client Logos
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
		
		#clientLogos .four-col-flex .col {
			margin: 0 4%;
			}
		
		#clientLogos img {
			width: 100%;
			height: auto;
			margin: 30px 0;
			}
			
		/* mobile */
			
		@media (max-width: 767px) {
			#clientLogos img {
				margin: 15px 0;
			}
		}
		
/* =Contact
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#contact .entry-content {
			max-width: 700px;
			margin: 0 auto;
			}
			
	/* Form
	-------------------------------------------------------------------------- */
				
		#contact form {
			max-width: 700px;
			margin: 50px auto 50px auto;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#contact form ul {
			width: 100%;
			margin: 0;
			float: left;
			}
			
		#contact form li {
			width: 100%;
			padding-bottom: 10px;
			float: left;
			}
			
		#contact form li:last-child { padding: 0; }
			
		#contact form input[type=text], #contact form input[type=email], #contact form input[type=tel], #contact form textarea { width: 100%; }

		#contact form button {
			width: 100%;
			min-height: 76px;
			font-weight: 700;
			font-size: 17px;
			text-transform: uppercase;
			line-height: 22px;
			}
			
		#contact .wpcf7-not-valid-tip {
			width: 100%;
			font-size: 14px;
			float: left;
			}
			
		#contact .wpcf7-quiz-label {
			font-size: 14px;
			font-style: italic;
			}
			
		#contact .wpcf7-response-output { margin: 0; }
		
		#contact .ajax-loader {
			position: absolute;
			bottom: -20px;
			left: 50%;
			}
			
	/* Locations
	-------------------------------------------------------------------------- */
		
		#contact .arrowList {
			margin-top: 20px;
			}
			
		#contact .arrowList li {
			padding: 3px 0;
			}
			
		#contact hr {
			margin: 25px 0 5px 0;
			}
						
/* =Error 404
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#error404 {
			max-width: 735px;
			margin: 0 auto;
			padding: 0 5%;
			}
			
		#error404 h3 {
			margin-bottom: 50px;
			color: #727272;
			text-align: center;
			font-size: 25px;
			font-weight: 400;
			}
			
		#error404 .floatLeft, #error404 .floatRight {
			width: 50%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
					
		#error404 .floatLeft {
			padding-right: 7%;
			float: left;
			}
				
		#error404 .floatRight {
			padding-left: 7%;
			border-left: 1px solid #e9e9e9;
			float: right;
			position: relative;
			}

/* =Footer
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
	
		#footer {
			padding: 20px 0;
			color: #f9f9f9;
			font-size: 12px;
			background: #17406B;
			}
			
		/* links */
		
		#footer a, #footer a:visited {
			color: #f9f9f9;
			font-weight: 400;
			}
			
		/* divides */
			
		#footer hr {
			margin-left: auto;
			margin-right: auto;
			padding: 0 5%;
			height: 1px;
			max-width: 1400px;
			border: 0;
			display: block;
			position: relative;
			}
			
		#footer hr:before {
			content: "";
			height: 1px;
			width: 100%;
			background: rgba(249, 249, 249, .25);
			display: block;
			}
			
	/* Sitemap
	-------------------------------------------------------------------------- */
		
		#sitemap {
			padding-top: 50px;
			overflow: hidden;
			}
			
		#sitemap nav {
			width: 105%;
			margin: 0 -2.5%;
			display: table;
			table-layout: fixed;
			}
			
		#sitemap .column {
			padding: 0 2.5%;
			display: table-cell;
			}
		
		#sitemap h5 {
			margin-bottom: 20px;
			color: #fff;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 1px;
			}
		
		#sitemap ul {
			margin: 0;
			}
			
		#sitemap li {
			padding-bottom: 13px;
			display: block;
			position: relative;
			}
			
		/* mobile */
			
		@media (max-width: 767px) {
			#sitemap {
				text-align: center;
			}
			#sitemap nav {
				margin: -20px -2.5%;
				display: block;
			}
			#sitemap .column {
				width: 45%;
				padding: 20px 2.5%;
				display: block;
				float: left;
			}
			#sitemap .column:nth-child(odd) { clear: left; }
		}
		
		@media (max-width: 480px) {
			#sitemap nav {
				margin: -20px 0;
			}
			#sitemap .column {
				width: 100%;
				padding: 20px 0;
			}
			#sitemap .column:nth-child(odd) { clear: none; }
		}

	/* Logo, Social, and To the Top
	-------------------------------------------------------------------------- */
		
		#footerSocial {
			margin: 30px 0 0 0;
			}
			
		#footerSocial li {
			display: inline-block;
			}
		
		#footerSocial a, #footerSocial a:visited {
			display: block;
			-webkit-transition: all 0.1s linear;
			   -moz-transition: all 0.1s linear;
			     -o-transition: all 0.1s linear;
				-ms-transition: all 0.1s linear;
					transition: all 0.1s linear;
			}
			
		#footerSocial a i {
			width: 65px;
			height: 65px;
			color: #fff;
			font-size: 45px;
			line-height: 65px;
			text-align: center;
			display: block;
			}
			
		#footerSocial a:hover {
			text-decoration: none;
			opacity: 0.75;
			}
			
		/* logo */
		
		#footerLogo {
			margin: 0;
			text-align: center;
			}
			
		#footerLogo a, #footerLogo a:visited {
			max-width: 350px;
			margin: 0 auto;
			display: block;
			}
					
		#footerLogo img {
			width: 100%;
			height: auto;
			padding-top: 10px;
			-webkit-transition: opacity 0.1s linear;
			   -moz-transition: opacity 0.1s linear;
			     -o-transition: opacity 0.1s linear;
				-ms-transition: opacity 0.1s linear;
					transition: opacity 0.1s linear;
			}
			
		#footerLogo a:hover img {
			opacity: 0.75;
			}
			
		/* To the Top */
		
		#toTheTop {
			margin-top: 55px;
			text-align: right;
			text-transform: uppercase;
			letter-spacing: 2px;
			}
			
		#toTheTop i {
			font-size: 20px;
			vertical-align: top;
			position: relative;
			top: -1px;
			}
		
		/* mobile */
			
		@media (max-width: 767px) {
			#footerSocial, #toTheTop {
				text-align: center;
			}
		}

	/* Disclaimer
	-------------------------------------------------------------------------- */
			
		#disclaimer {
			position: relative;
			}
			
	/* Copyright
	-------------------------------------------------------------------------- */
			
		#copyright p {
			max-width: 900px;
			margin: 50px auto 30px auto;
			font-size: 13px;
			color: #718296;
			text-align: center;
			}
			
	/* Subscribe
	-------------------------------------------------------------------------- */
		
		#subscribeToday {
			padding: 0 5%;
			text-align: center;
			background: #f2f2f2;
			}
			
		#subscribeToday p {
			margin: 0;
			padding: 40px 0;
			}
			
		#subscribeToday a.btnOutline, #subscribeToday a.btnOutline:visited { color: #fff; }
			
	/* Connect
	-------------------------------------------------------------------------- */
	
		#connect {
			padding: 45px 5% 20px 5%;
			text-align: right;
			color: #fff;
			font-size: 15px;
			font-weight: 400;
			font-weight: 400;
			line-height: 1.4;
			background: #103359;
			}
			
		#connect ul {
		    width: 100%;
		    max-width: 1400px;
		    margin: 0 auto;
		    text-align: justify;
		    list-style: none
		}
		
		#connect ul:after {
		    content: "";
		    width: 100%;
		    height: 0;
		    display: inline-block
		}
		
		#connect ul li {
		    display: inline-block;
		    text-align: left;
		    vertical-align: top;
		}
		
		#connect ul li:first-child {
		    width: 45%;
		}
		
		#connect ul li:first-child * {
			margin: 0;
		}
		
		#connect ul li:first-child a, #connect ul li:first-child a:visited {
		    color: #90caf9;
		}
		
		#connect ul li:first-child a:hover {
		    text-decoration: underline
		}
		
		#connect ul a, #connect ul a:visited {
		    text-align: justify;
		    text-decoration: none;
		    color: #fff;
		}
		
		#connect ul a:hover { color: #90caf9; }
			
		#connect i {
			margin-right: 10px;
		}
			
		#connect i.fa-mobile {
			margin-top: -4px;
			font-size: 24px;
			vertical-align: middle;
			}

		@media (max-width: 1100px) {
		    #connect ul li:first-child {
		        width: 100%;
		        text-align: center;
		        padding-bottom: 30px
		    }
		}
		
		@media (max-width: 650px) {
		    #connect ul li {
		        width: 100%;
		        text-align: center;
		        padding: 10px 0
		    }
		}
		
	/* Newsletter
	-------------------------------------------------------------------------- */
	
		#newsletter {
			border-top: 1px solid #d9d9d9;
			background: #f2f2f2;
			position: relative;
			vertical-align: middle;
			}
			
		#newsletter .col-4 {
			padding-top: 40px;
			padding-bottom: 40px;
			}
			
		#newsletter .col-4:first-child {
			padding-left: 85px;
			position: relative;
			}
			
		#newsletter .fa-envelope {
			color: #d9d9d9;
			font-size: 50px;
			position: absolute;
			top: 40px;
			left: 0;
			}
			
		#newsletter h3, #newsletter h6, #newsletter p {
			margin: 0;
			}
			
		#newsletter p {
			color: #999;
			font-size: 15px;
			}
			
		#newsletter h6 {
			padding-top: 12px;
			color: #999;
			font-size: 15px;
			font-style: italic;
			}
			
		/* form */
		
		#newsletter .ctct-embed-signup form.ctct-custom-form {
			padding-top: 7px;
			}
			
		.ctct-embed-signup form.ctct-custom-form p {
			margin: 0;
			padding: 0;
			vertical-align: top;
			}
		
		.ctct-embed-signup form.ctct-custom-form input {
			width: 70%;
			border: 1px solid transparent;
			float: left;
			}
			
		.ctct-embed-signup form.ctct-custom-form .btnSolid {
			width: 30%;
			padding: 0;
			line-height: 37px;
			float: left;
			}
			
		/* mobile */
			
		@media (max-width: 980px) {
			#newsletter .col-4:first-child {
				padding-left: 55px;
			}
			#newsletter .fa-envelope {
				font-size: 30px;
			}
		}
		
		@media (max-width: 768px) {
			#newsletter .col-4:first-child {
				padding-top: 20px;
			}
			#newsletter [class^="col-"] {
				margin-top: 0;
				padding: 0 0 20px 0;
			}
			#newsletter .fa-envelope {
				top: 20px;
			}
		}
				
/* =Responsive
============================================================================== */

/* //////////////////////////////////////////////////////////////////////////////
Max-width: 480px ////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 480px) {
		
/* =Content
============================================================================== */

	/* Intro
	-------------------------------------------------------------------------- */
			
		#home #intro .wrapper {
			min-height: inherit;
			padding-top: 50px;
			padding-bottom: 50px;
			}
		
		#intro .floatLeft, #intro .floatRight {
			width: 100%;
			padding: 40px 0;
			}
			
		#intro .verticalCenter {
			position: static;
			top: auto;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
				 -o-transform: none;
				 	transform: none;
			}
			
		#interior #intro .wrapper { padding-top: 105px; padding-bottom: 35px; }	
			
		/* copy */

		#home #intro .floatLeft { text-align: center; }
		#home #intro .floatLeft h1 { font-size: 40px; }
		#home #intro .floatLeft a.btnBlue { width: 100%; }
		
		#interior #intro h1 { font-size: 35px; text-align: center; }
		
	/* Restricted Content
	-------------------------------------------------------------------------- */
		
		#restrictedContent { text-align: center; }

		#restrictedContent h1, #restrictedContent p { margin-bottom: 15px; }
		
		#restrictedContent h1 { font-size: 30px; }
		#restrictedContent h3 { font-size: 20px; }
			
		#restrictedContent .floatLeft, #restrictedContent .floatRight {
			width: 100%;
			margin: 0;
			padding: 40px 0;
			border: 0;
			border-top: 1px solid #dfdfdf;
			}
		
	/* Accept Disclaimer
	-------------------------------------------------------------------------- */
		
		#acceptDisclaimer .btnBlue {
			margin-top: 10px;
			width: 100%;
			}
			
	/* Grid Layout
	-------------------------------------------------------------------------- */
			
		.gridWrapper { margin: 0; }
			
		.gridColumn { display: block; }
		
		.gridCell {
			width: 100%;
			display: block;
			}
			
		.gridCell + .gridCell { border-top: 0; border-left: 1px solid #d9d9d9 !important; }
		
/* =Homepage
============================================================================== */

	/* Testimonials & Twitter
	-------------------------------------------------------------------------- */
		
		#testimonialsTwitter { padding-bottom: 60px; }
		
		#testimonialsTwitter .floatLeft, #testimonialsTwitter .floatRight {
			width: 100%;
			padding: 60px 0 0 0;
			}
			
/* =About
============================================================================== */
	
	/* Aside
	-------------------------------------------------------------------------- */
	
		#about aside {
			width: 100%;
			margin-bottom: 30px;
			}
			
	/* Article
	-------------------------------------------------------------------------- */
			
		#about article {
			width: 100%;
			padding: 0;
			}

/* =Contact
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
			
		#contact h4 { text-align: center; }
	
	/* Aside
	-------------------------------------------------------------------------- */
		
		#contact aside {
			width: 100%;
			margin-bottom: 40px;
			padding: 0;
			text-align: center;
			}

	/* Form
	-------------------------------------------------------------------------- */
				
		#contact form {
			width: 100%;
			padding: 0;
			border: 0;
			}
			
/* =Error 404
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#error404 .floatLeft, #error404 .floatRight {
			width: 100%;
			padding: 0;
			border: 0;
			}

} /* max-width: 480px */

/* //////////////////////////////////////////////////////////////////////////////
Min-width: 481px and Max-width: 767px ///////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 481px) and (max-width: 767px) {
			
/* =Content
============================================================================== */

	/* Intro
	-------------------------------------------------------------------------- */
			
		#home #intro .wrapper {
			min-height: inherit;
			padding-top: 50px;
			padding-bottom: 50px;
			}
		
		#intro .floatLeft, #intro .floatRight {
			width: 100%;
			padding: 40px 0;
			}
			
		#intro .verticalCenter {
			position: static;
			top: auto;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
				 -o-transform: none;
				 	transform: none;
			}
			
		#interior #intro .wrapper { padding-top: 105px; padding-bottom: 55px; }
			
		/* copy */
		
		#home #intro .floatLeft { text-align: center; }
		#home #intro .floatLeft h1 { font-size: 50px; }
		#home #intro .floatLeft a.btnBlue { width: 100%; }
		
		#interior #intro h1 { font-size: 45px; }
		
	/* Restricted Content
	-------------------------------------------------------------------------- */
		
		#restrictedContent { text-align: center; }

		#restrictedContent h1, #restrictedContent p { margin-bottom: 15px; }
		
		#restrictedContent h1 { font-size: 30px; }
		#restrictedContent h3 { font-size: 20px; }
			
		#restrictedContent .floatLeft, #restrictedContent .floatRight {
			width: 100%;
			margin: 0;
			padding: 40px 0;
			border: 0;
			border-top: 1px solid #dfdfdf;
			}
			
	/* Grid Layout
	-------------------------------------------------------------------------- */
			
		.gridWrapper { margin: 0; }
			
		.gridColumn { display: block; }
		
		.gridCell {
			width: 100%;
			display: block;
			}
			
		.gridCell + .gridCell { border-top: 0; border-left: 1px solid #d9d9d9 !important; }
		
/* =Homepage
============================================================================== */

	/* Testimonials & Twitter
	-------------------------------------------------------------------------- */
		
		#testimonialsTwitter { padding-bottom: 60px; }
		
		#testimonialsTwitter .floatLeft, #testimonialsTwitter .floatRight {
			width: 100%;
			padding: 60px 0 0 0;
			}
			
/* =About
============================================================================== */
	
	/* Aside
	-------------------------------------------------------------------------- */
	
		#about aside {
			width: 50%;
			margin-right: 30px;
			margin-bottom: 30px;
			}
			
	/* Article
	-------------------------------------------------------------------------- */
			
		#about article {
			width: 100%;
			padding: 0;
			float: none;
			}
		
/* =Contact
============================================================================== */
	
	/* Aside
	-------------------------------------------------------------------------- */
		
		#contact aside {
			width: 100%;
			margin-bottom: 40px;
			padding: 0;
			}
			
		#contact aside dl, #contact aside ul {
			width: 50%;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#contact aside dl { padding-right: 15px; }
		#contact aside ul { padding-left: 15px; }

	/* Form
	-------------------------------------------------------------------------- */
				
		#contact form {
			width: 100%;
			padding: 0;
			border-left: 0;
			}

} /* min-width: 481px and max-width: 767px */

/* //////////////////////////////////////////////////////////////////////////////
Min-width: 768px and Max-width: 1024px //////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 768px) and (max-width: 1024px) {

/* =Content
============================================================================== */

	/* Intro
	-------------------------------------------------------------------------- */
		
		#home #intro .wrapper {
			min-height: inherit;
			padding-top: 50px;
			padding-bottom: 50px;
			}
		
		#intro .floatLeft, #intro .floatRight {
			width: 100%;
			padding: 40px 0;
			}
			
		#intro .verticalCenter {
			position: static;
			top: auto;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
				 -o-transform: none;
				 	transform: none;
			}
			
		/* copy */
		
		#intro .floatLeft { text-align: center; }
		
		#intro .floatLeft p {
			max-width: 600px;
			margin: 0 auto 30px auto;
			}
			
		/* video */
		
		#intro .floatRight a, #intro .floatRight a:visited {
			max-width: 645px;
			margin: 0 auto;
			}
			
	/* Grid Layout
	-------------------------------------------------------------------------- */
			
		.gridWrapper { margin: 0; }
			
		.gridColumn { display: block; }
		
		.gridCell {
			width: 100%;
			display: block;
			}
			
		.gridCell + .gridCell { border-top: 0; border-left: 1px solid #d9d9d9 !important; }

} /* min-width: 768px and max-width: 1024px */

/* //////////////////////////////////////////////////////////////////////////////
Max-width: 1200px ///////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 1200px) {

/* =Content
============================================================================== */
		
	/* Grid Layout
	-------------------------------------------------------------------------- */
			
		.gridWrapper { margin: 0; }
			
		.gridColumn { border-spacing: 0; }

		.gridCell + .gridCell { border-left: 0; }
	
} /* max-width: 1200px */



body #lang_sel_click {
    height: 32px;
    margin-top: -20px;
    float: right;
    position: relative;
    z-index: 99;
    font-family: verdana, arial, sans-serif;
}

body #lang_sel_click a.lang_sel_sel {
    color: #fff;
    background-color: #656A74;
}

body #lang_sel_click img.iclflag {
    padding-right: 4px;
    }

  body  #lang_sel_click a, #lang_sel_click a:visited {
    border: 1px solid #8B8F98;
}