@charset "UTF-8";
/*
Theme Name:  Connected Coast
Theme URI:
Author: The Update Company
Author URI: http://theupdatecompany.com
Description: Skeleton theme utilizing Bootstrap.
Version: 3.0.1
License:
License URI:
Text Domain: tuc
*/

/* >>>>>>>>>> INITIALIZATION <<<<<<<<<< */

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Adjust Body to account for height of sticky nav only */
html,
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%
}



/* 8pt grid spacing resets */
.container {
	padding-right: 16px;
	padding-left: 16px;
}

.row {
	margin-right: -8px;
	margin-left: -8px;
}

[class*='col-'] {
	padding-right: 8px;
	padding-left: 8px;
}

/* Margin Overrides */
.no_margin {
	margin: 0;
}

.no_margin_left_right {
	margin-left: 0;
	margin-right: 0;
}

.no_margin_left {
	margin-left: 0;
}

.no_margin_right {
	margin-right: 0;
}

.no_margin_top_bottom {
	margin-top: 0;
	margin-bottom: 0;
}

.no_margin_top {
	margin-top: 0;
}

.no_margin_bottom {
	margin-bottom: 0;
}

/* Padding Overrides */
.no_padding {
	padding: 0;
}

.no_padding_left_right {
	padding-left: 0;
	padding-right: 0;
}

.no_padding_left {
	padding-left: 0;
}

.no_padding_right {
	padding-right: 0;
}

.no_padding_top_bottom {
	padding-top: 0;
	padding-bottom: 0;
}

.no_padding_top {
	padding-top: 0;
}

.no_padding_bottom {
	padding-bottom: 0;
}

/* >>>>>>>>>> colors <<<<<<<<<< */
/* yellow: #EAB21D; */
/* orange: #DD5800; */
/*turquoise: #45B5C7*/
/* dark grey: #555555;*/


/* >>>>>>>>>> TYPOGRAPHY <<<<<<<<<< */
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:300,300i,400,400i,700,700i');*/
html {
	font-size: 62.5%;
}

body {
	word-break: normal;
	hyphens: auto;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.6rem;
	color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

h1 {
	font-size: 3.2rem;
	line-height: 40px;
	color: white;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 3.8rem;
	font-weight: 700;
	color: #002345;
}

h4 {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 20px 0;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

h5 {
	font-size: 1.8rem;
	font-weight: 700;
}

h6 {
	font-size: 1.4rem;
}

p,
span,
pre,
ol,
ul,
li,
label,
table,
thead,
tfoot,
tr,
td,
time,
blockquote,
a {
	/*font-size: 1.8rem;*/
	font-size: 1.6rem;
	line-height: 2.2rem;
}

a {
	/* color: #21B7E8; */
	color: #40C9D1;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.8rem;
}

a:hover,
a:focus {
	color: #FFF01A
}

a:active {
	/* color: #092A65; */

	color: #002345;
}

hr {
	border: 0;
	border-bottom: 2px solid #fff;
	opacity: 0.6;
	margin-top: 0;
	margin-bottom: 0;
}

.page-id-1138 hr {
	border: 2px solid #002345;
	margin-top: 3rem;
	margin-bottom: 3rem;

}

.material-icons {
	font-size: 2.4rem;
	line-height: inherit;
}

/* Stop Breaking */
* {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

* {
	word-break: keep-all;
}

/* >>>>>>>>>> RESETS <<<<<<<<<< */
body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
}

#top {
	display: inline;
	position: absolute;
	top: 0;
}

/* border-radius:0; */
.panel {
	border-radius: 0;
}

.form-control {
	border-radius: 0;
}

.alert {
	border-radius: 0;
}


/* Overide inline image & caption widths when entered in Content field */
.wp-caption {
	max-width: 100%;
	height: auto;
}

.content img {
	width: 100%;
	height: auto;
}

.content img.original-size {
	width: inherit;
	height: inherit;
}

/* Responsive Video Aspect Ratio ( must wrap php video output or embeds with <div class="videoContainer"></div> ) */
.videoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Buttons */
.btn,
.search-field input {
	border: 2px solid #40C9D1;
	border-radius: 4px;
	/*box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.1);*/
	transition: all 0.15s ease-in-out;
	text-align: center;
	white-space: normal;
	text-transform: uppercase;
	padding: 7px 30px;
	color: #40C9D1;
	font-size: 1.8rem;
	font-weight: 700;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn-primary {
	color: #fff;
	background-color: #40C9D1;
}

.btn-shortcode {
	margin-top: 12px;
}


.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	color: #40C9D1;
	background-color: #FFF01A;
	border-color: #FFF01A;
}

.btn-primary.active,
.btn-primary:active {
	color: #40C9D1;
	background-color: #FFF01A;
	border-color: #FFF01A;
}

.btn-primary-white {
	color: #40C9D1;
	background-color: #fff;
	font-weight: 700;
}

.btn-primary-white.focus,
.btn-primary-white:focus,
.btn-primary-white:hover,
.open>.dropdown-toggle.btn-primary-white {
	color: #fff;
	background-color: #FFF01A;
	border-color: #FFF01A;
}

.btn-outline-primary:hover {
	color: #FFF01A;
	border-color: #FFF01A;
}

.btn-secondary {
	color: #EAB21D;
	border: 1px solid #EAB21D;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary {
	color: white;
	background-color: #FFF01A;
	border-color: #FFF01A;
}

.btn-secondary.active,
.btn-secondary:active {
	color: white;
	background-color: #FFF01A;
	border-color: #FFF01A;
}

.btn-excerpt {
	display: block;
	margin: 10px 0;
}

.btn-scroll {
	display: block;
	position: absolute;
	padding: 0;
	width: 32px;
	height: 32px;
	color: #ffffff;
	background: #2196F3;
	border: 0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.22), 0 2px 8px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.15s ease-in-out;
}

.btn-scroll:focus,
.btn-scroll:hover {
	background: #1976D2;
	color: #ffffff;

}

.btn-scroll:active {
	background: #1565C0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	color: #ffffff;
}

#scroll-down {
	bottom: 24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	outline: none;
}

#back-to-top {
	position: fixed;
	bottom: -40px;
	right: 4px;
	z-index: 9999;
	outline: none;
}

#back-to-top.visible {
	bottom: 4px;
}

.btn-search {
	display: block;
	position: absolute;
	padding: 0;
	width: 32px;
	height: 32px;
	color: #ffffff;
	background: #2196F3;
	border: 0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.15s ease-in-out;

}

.btn-search:focus,
.btn-search:hover {
	background: #1976D2;
	color: #ffffff;

}

.btn-search:active {
	background: #1565C0;
	box-shadow: none;
	color: #ffffff;

}

.btn-search .icon {
	margin: -1px 0 0;
	transition: all 0.15s ease;
}


/* Forms */
.form-control {
	transition: all 0.15s ease-in-out;
}

.form-control:hover {
	border: 1px solid #2196F3;
	outline: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.form-control:focus {
	border: 1px solid #2196F3;
	outline: 0;
	-webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.22), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.22), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

/* Search Form */
#searchform {
	display: inline-block;
	position: relative;
	margin: 0 0 16px;
	width: 100%;
}

#searchform .search-field {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
}

#searchform .btn-search {
	display: inline-block;
	position: relative;
	float: left;
	margin: 4px 0 0 -36px;
}

/* Comments */
.form-submit {
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 100%;
}

.entry-comments li {
	padding: 0;
}

.entry-comments .alert {
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.comment-avatar img {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin: 0 15px 0 0;
	width: 48px;
	height: auto;
}

.entry-comments .comment-meta {
	margin: 0;
}

.comment {
	list-style: none;
}

/* Blockquotes */
blockquote {
	padding: 8px 16px;
	margin: 0 0 16px;
	border-left: 4px solid #2196F3;
}

/* Widgets */
.widget {
	margin: 0 0 16px;
}

.widget ul {
	list-style-type: none;
	padding: 0;
}

.widget ul li {
	margin: 0 0 8px;
}

.widget h4 {
	margin: 0 0 16px;
	font-size: 1.8rem;
}

/* Images */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.image_wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 56.25% 0;
	margin: 0 0 -6px;
	background: #EEEEEE;

	overflow: hidden;
	transition: box-shadow 0.25s ease-in-out;
}

.image_wrap:hover {}

.image_wrap img {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Navbar */
.navbar {
	border: 0;

}

.navbar-fixed-top {
	border-width: 0;
}


.navbar-brand {
	float: left;
	padding-top: 0;
	padding-bottom: 5px;
}


.navbar-default {
	background-color: transparent;
	background-image: url('./images/sky-header.jpg');
	background-position-x: right;
}

.logo {
	width: 100%;
	height: auto;
}

.navbar .logo {
	max-width: 220px;
}

.logo-mobile {
	padding-top: 7px;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin: 20px 4px 20px 4px;
	padding: 0;
	width: 32px;
	height: 32px;
	/*background-color: #2196F3;*/
	/*background-image: none;*/
	/*border: 0 solid transparent;*/
	/*border-radius: 1000px;*/
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
	/*color:#ffffff;*/
	overflow: hidden;
	transition: all 0.15s ease;
}

.navbar-default .navbar-toggle {
	/*border-color: #2196F3;*/
	border: none;
	color: white
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
	color: #002345;
}

.navbar-default .navbar-toggle:active {
	background-color: transparent;
	box-shadow: none;
}

.navbar-toggle .icon {
	margin-top: -1px;
	transition: all 0.15s ease;

}

.navbar-toggle .icon.swap {
	margin-top: -36px;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0 solid transparent;
	/*-webkit-box-shadow:none;*/
	/*box-shadow: none;*/
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 568px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #2196F3;
	background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #ffffff;
	background-color: #2196F3;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #ffffff;
	background-color: #2196F3;
}

.nav>li>a {
	padding: 13px 16px;
	color: #fff;
}

.navbar-default .navbar-nav>li:last-child>a {
	padding: 13px 0 13px 16px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 900;
	font-size: 1.6rem;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #40C9D1;
}

.scrolled .navbar-default,
.scrolled .utilities-menu {
	position: fixed;
	z-index: 1030;
	left: 0;
	right: 0;
	top: 0;

}



.scrolled .navbar-default {
	background-color: #D9F0F9;
	height: 80px;
}

.scrolled .navbar-default .logo {
	width: 220px;
	height: auto;
}









/* Dropdown */
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
	padding: 10px 16px;
}

.dropdown-menu {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.dropdown-menu>li>a {
	padding: 10px 16px;
	font-weight: 400;
	color: #424242;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #2196F3;
}

/* Nav Pills */
.nav-pills>li>a {
	border-radius: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #ffffff;
	background-color: #2196F3;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	color: #002345;
	background-color: #7BD7F5;
}

/*Home page typography */
.home h1 {
	color: #fff;
	font-size: 2.6rem;
	line-height: 3.4rem;
}

.home h2 {
	text-transform: uppercase;
	font-size: 1.8rem;
	color: #8C9396;

}

.home h3,
footer h3 {
	font-size: 3rem;
}

.home h4,
footer h4 {
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.home p,
footer p {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.home a,
footer a {
	font-weight: bold;
	line-height: 2.8rem;
}

.subtitle {
	color: #656565;
	font-family: "Noto Sans";
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.header-content .subtitle {
	color: white;
}

.fa-caret-right {
	margin-right: 5px;
}

.bg-header {
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-home {
	padding-bottom: 100px;
	background-position-y: center;
}

.thumbnail-home {
	margin-top: -100px;
}

/* Home page spacing */

.home-logo {
	text-align: center;
}

.home-logo img {
	width: 100%;
	height: auto;
	max-width: 400px;
}

.home .logo-mobile {
	display: none;
}

.home.scrolled .logo-mobile {
	display: block;
}

/*.home .row,*/
/*footer .row {*/
/*padding-top: 40px;*/
/*padding-bottom: 60px;*/
/*}*/

.intro {
	padding-top: 40px;
	padding-bottom: 60px;
}

.introCaption {
	padding: 20px;
	color: #fff;
	font-weight: bold;
	background-color: #011539;
}

.introCaption h6 {
	text-transform: uppercase;
	color: #40C9D1;
	font-size: 1.8rem;
	font-weight: bold;
}

.introCaption p {
	line-height: 2.4rem;
	color: rgba(223, 246, 252, 0.99);
}

/*Sections */
.content {
	padding: 40px 0 60px;
	overflow: hidden;
}

.header-content {
	padding: 20px 0 40px;
}

.header-content h1 {
	text-align: center;
}

section#header .row {
	position: relative;
}

section#map {
	background: #002345;
	padding: 40px 0 60px;
	color: white;
}

section#map h3 {
	color: white;
}

section#map img {
	margin-top: 40px;
}

section#consult {
	padding: 40px 0 0
}

section#consult .btn {
	margin: 20px 0;
}






section#footer {
	background: #011539;
	color: white;
	padding: 40px 0;
}

section#footer .copyright {
	margin-top: 40px;
}

section#footer .copyright span,
section#footer .copyright a {
	font-size: 1.4rem;
	font-weight: 500;
}

section#footer .footerMenu {
	margin-top: 20px;
}

section#footer .footerMenu .nav>li>a {
	padding: 5px 0;
	color: #40C9D1;
}

section#footer .footerMenu .nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #FFF01A;
}

section#footer .navbar-form {
	border: none;
	border-image-width: 0;
	box-shadow: none;
}

section#footer .navbar-form .input-group {
	border: 2px solid #40C9D1;
}

section#footer .navbar-form input,
section#footer .navbar-form .btn {
	border: none;
	height: 50px;
	border-radius: 0;
}

section#footer .navbar-form input {
	padding: 10px 20px;
	text-transform: capitalize;
	text-align: left;
}

section#footer .navbar-form .btn {
	padding: 5px 20px 0;
}

.consultCTA-bg-small {
	padding: 50px 0 80px;
	background: #40C9D1;
	color: #fff;
}

section#consultCTA h2 {
	font-size: 3.8rem;
	font-weight: 700;
	padding-bottom: 10px;
}

section#consultCTA p {
	font-weight: 600;
}

section#consultCTA .btn {
	margin-top: 20px;
}

section#consultFuture {
	margin-bottom: 50px;
	padding-top: 40px;
}

section#consultFuture .subtitle,
section#consultPast .subtitle {
	margin: 20px 0 40px;
}

section#consultFuture .section-link {
	padding: 20px 0 0;
}

section#consultPast {
	padding-top: 40px;
	/*margin-top: -75px;*/
	/*TODO: Pull section up under CTA*/
	background-size: cover;
	padding-bottom: 60px;
}

section#consultPast h3,
section#consultPast .subtitle {
	color: white;
}

section#consultGallery {
	padding: 0 0 60px;
}


.pageHeader {
	padding-top: 30px;
	padding-bottom: 80px;
}

/*.consultHeading {*/
/*font-size: 2.4rem;*/
/*line-height: 3.4rem;*/
/*}*/

/*TODO: Fix the height problem with consultImage*/
.consultImage-small {}

.consultImage {
	display: none;
}

section#consult {
	background: none !important;
}

section#consult .leftimage-wrap,
section#consult .homeQuote-wrap {
	position: relative;
}

section#consult .homeQuote-wrap .homeQuote {
	/*position: absolute;*/
	/*z-index: 20;*/
	color: white;
	padding: 30px;
	background-size: cover;
}

section#consult .homeQuote-wrap .homeQuoteText {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
	text-indent: -1.5rem;
}

section#consult .homeQuote-wrap .homeQuoteName {
	margin-top: 20px;
	font-weight: 700;
}

section#consult .homeQuote-wrap .homeQuoteSource {
	margin-top: 5px;
}

section#homeNews {
	padding: 40px 0 60px;
}

.home-footer {
	margin-top: -60px;
}

.home-getInvolvedContact-wrap {
	padding-top: 40px;
}

section#getInvolved {
	background: #002345;
	padding: 50px 0 60px;

}

section#getInvolved,
section#getInvolved h3 {
	color: white;
}

section#getInvolved h4 {
	padding-bottom: 20px;
}

.getInvolvedContact {
	background: #0d3349;
	color: rgba(223, 246, 252, 0.99);
	padding: 50px 16px;
	background-size: cover;
	background-position-y: center;

}

.getInvolvedContact p {
	font-size: 1.8rem;
}

.getInvolvedContact h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #002345;
}

.getInvolvedContact a {
	color: #002345;
}

.getInvolvedContact .facebook {
	margin-right: 10px;
}

.getInvolvedContact i {
	color: #002345;
	font-size: 2.6rem;
	margin-right: 1rem;
}

.getInvolvedContact i:hover {
	color: #fff;
}

section#partners {
	padding: 60px 0 40px;
	background: #fff;
}

section#partners h3 {
	padding-bottom: 40px;
}

.ctaButtons {
	margin-bottom: 20px;
}

.social {
	height: 2.4rem;
	width: 2.4rem;
	background: rgba(223, 246, 252, 0.99);
	border-radius: 50%;
	margin-right: 1rem;
	display: inline-block;
	text-align: center;
}

.social a {
	color: #0d3349;
	font-size: 1rem;
}

.contact-section {
	padding: 20px 0 0;
}

.contact-section h5 {
	font-weight: 600;
}

.contact-section .btn {
	margin-top: 20px;
}

.contact-section i {
	font-size: 2.6rem;
	color: #0d3349;
	margin-bottom: 1rem;
}

.contact-section a {
	display: block;
}

.partner {
	min-height: 170px;
	padding-bottom: 30px;
	text-align: center;
}

.thumbnail-space {
	padding-bottom: 30px;
}

.faq-question {
	font-size: 2.2rem;
	padding-top: 20px;
	font-weight: 700;
}

/*news posts*/
.post-header {
	padding-top: 20px
}

.post-header time {
	color: white;
	font-size: 2.2rem;
}

.NewsSidebar {
	padding-top: 12px;
}

/*search field */
#searchform input {
	text-transform: capitalize;
	text-align: left;
	border: 2px solid #40C9D1;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 20px;
}

#searchform button {
	background-color: transparent;
	box-shadow: none;
	padding-left: 3px;
}

#searchform .icon i {
	color: #40C9D1;
}

.form-control:focus,
.form-control:hover {
	border: 2px solid #40C9D1;
}

#searchform .btn-search:focus,
#searchform .btn-search:hover {
	background: #E3E3E3;
}

/*news cards */

.NewsWrap {
	border: 1px solid #40C9D1;
	/* overflow: auto; */
	margin: 12px 0;
	/* background-repeat: repeat-y; */
	/* background-size: 50% auto; */
	overflow: hidden;
	/* background-position: right; */
}

.NewsRight {
	background: #40C9D1;
	color: #fff;
	padding: 40px;
}

.NewsRight h4 {
	font-weight: 700;
}

.NewsRight a {
	color: #fff;
}

.NewsLeft {
	/*position: relative;*/
	overflow: hidden;
	padding: 0;
	background-size: cover;
	background-position: center;
}

#newsPost .NewsLeft {
	padding-top: 60%;
}

/*.NewsLeft .img-cover {*/
/*width: auto;*/
/*height: 100%;*/
/*display: block;*/
/*max-width: none;*/
/*position: absolute;*/
/*min-height: 100%;*/
/*min-width: 100%;*/
/*}*/


/* Events */
.row.futureEventCard {
	margin: 0 0 15px 0;
	position: relative;
	-webkit-box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.1);

}

.futureEventCard {
	border: none;
	border-left: 5px solid #40C9D1;
	min-height: 200px;
	overflow: hidden;

}

a.futureEventCard:hover {
	border: 1px solid #40C9D1;
	border-left: 5px solid #40C9D1;
}

.futureEventCard .svg-inline--fa,
.single-event-details .svg-inline--fa {
	color: #40C9D1;
	width: 18px;
	margin-right: 5px;
}

.futureEventCard h4,
.pastEventCard h4 {
	color: #002345;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
	padding-top: 5px;
}

.futureEventCard .eventDetails,
.pastEventCard .eventDetails {
	text-align: center;
}

.futureEventLink {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.pastEventLink {
	position: absolute;
	right: 0px;
	top: 0;
}

.pastEventShow {
	float: right;
	padding-top: 30px;
	padding-right: 30px;
	height: 16px;
	width: 16px;
}

/*.pastEventShow svg {*/
/*-webkit-transform: rotate(180deg);*/
/*-moz-transform:    rotate(180deg);*/
/*-ms-transform:     rotate(180deg);*/
/*-o-transform:      rotate(180deg);*/
/*transform:         rotate(180deg);*/
/*}*/
.pastEventCard {
	background: #fff;
	margin-bottom: 15px;
	border-left: 5px solid #40C9D1;
	position: relative;
}

.eventDate {
	color: #002345;
	padding-top: 2rem;
}

.eventDate p {
	font-family: 'Lato', sans-serif;
}

.eventDay {
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 2.8rem;
}

.eventMonth {
	font-size: 2.2rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.2rem;
}

.eventYear {
	font-size: 1.2rem;
	line-height: 0;
}

.eventDateWrap {
	display: inline-block;
}

.eventExcerpt {
	display: none;
	padding-bottom: 20px;
}

.single-event-details {
	padding: 40px 0 20px;
}

/* Galleries */

a.anchor {
	display: block;
	position: relative;
	top: -350px;
	visibility: hidden;
}

.gallery-container {
	margin-top: 30px;
	margin-bottom: 60px;
}

.modula-item-content .figc {
	background-color: #000 !important;
	text-align: center !important;
}

.modula-item-content h2 {
	float: none !important;
	text-transform: none;
	font-weight: normal !important;
}

.gallery-nav {
	color: #40C9D1;
	font-weight: bold;
}

#jtg-853x .modula-item:nth-of-type(1n+13) {
	display: none;
}

#jtg-853x::after {
	content: 'Load More';
	border: 2px solid #1565C0;
	padding: 10px;
	width: 150px;
	background-color: #2196F3;
	color: white;
	text-align: center;
	cursor: pointer;
}

/* Pagination */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0 0 16px;
	border-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #2196F3;
	border-color: #2196F3;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #2196F3;
	text-decoration: none;
	background-color: #FAFAFA;
	border: 1px solid #E0E0E0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #1976D2;
	background-color: #F5F5F5;
	border-color: #E0E0E0;
}

.pagination>li>a:active,
.pagination>li>span:active {
	color: #1565C0;
	background-color: #EEEEEE;
	border-color: #E0E0E0;
}

.pagination>li>a.page_prev,
.pagination>li>a.page_next {
	padding: 8px 8px 2px;
}

.pagination .icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.pagination .material-icons {
	font-size: 1.8rem;
	line-height: normal;
}

/* Effects */
.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
}

/*About*/
.aboutLogo {
	padding: 50px 0;
	margin-top: 20px;
	/* color: #ffffff; */
}

.aboutLogo h3 {
	/* color: #ffffff; */
	margin: 40px 0 20px;
}

.aboutLogo p {
	/* color: #ffffff; */
}

.aboutLogoWrap {
	background: white;
	padding: 50px;
	margin: 0 auto;
	max-width: 450px;
}


/*404*/
.error-subtitle {
	color: white;
	font-size: 2rem;
	margin: 20px 0;
}

/*search result */
.content-search .row {
	padding-top: 50px;
}

.content-search #searchform {
	margin-top: 20px;
	margin-bottom: 200px;
}

#searchResults h4 {
	margin-bottom: 0;
}

/*gravity forms*/

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 1.8rem !important;
}

.gform_wrapper {
	max-width: 480px;
	padding: 8px 24px 24px;
	background: #fafafa;
}

.gform_fields {
	list-style: none;
	padding: 0;
}

.gfield {
	margin: 16px 0;
}

.gform_title {
	width: 100%;
	font-size: 2.4rem;
	font-weight: 700;
}



h3.gform_title {
	width: 100%;
	font-size: 2.4rem !important;
	font-weight: 700;
}

.gform_description {
	font-size: 1.2rem;
	font-weight: 700;
}

.gfield_label {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
}

.ginput_container {
	width: 100%;
}

.ginput_container input {
	width: 100%;
	margin: 0 0 4px;
	padding: 8px 4px;
}

.ginput_container_phone {
	width: auto;
}

.ginput_container_phone input {
	width: auto;
	margin: 0 0 4px;
	padding: 8px 4px;
}

.ginput_container_textarea textarea {
	width: 100%;
	padding: 8px;
}

.gfield_required {
	margin: 0 0 0 4px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #212121;
}

.gfield.optional label::after {
	content: "(Optional)";
	margin: 0 0 0 4px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #a1a1a1;
}

.gform_button {
	border: 2px solid #40C9D1;
	background-color: #40C9D1;
	border-radius: 4px;
	/*box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.1);*/
	transition: all 0.15s ease-in-out;
	text-align: center;
	white-space: normal;
	text-transform: uppercase;
	color: white;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 10px 25px !important;
	/* imp necessary for IE 9 */
}

.gform_button:hover,
.gform_button:focus {
	border: 2px solid #FFF01A;
	background-color: #FFF01A;
	color: #40C9D1;
}

.gform_button:active {
	background-color: #FFF01A;
}

.gform_confirmation_message {
	margin: 8px 0;
	padding: 8px;
	background: #fafafa;
	font-size: 1.4rem;
	font-weight: 700;
	color: #29A2A2;
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);*/
}

.validation_error {
	margin: 8px 0;
	padding: 8px;
	background: #F44336;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFFFFF;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.validation_message {
	font-size: 1.2rem;
	font-weight: 700;
	font-style: italic;
}

/*end gravity forms*/

.header-background {
	height: 300px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeHeader {
	height: 705px;
}

.archiveHeader {
	height: 500px;
}

.archivePageHeader {}

.archivePageHeader h1 {
	font-size: 4.2rem;
	line-height: 5.2rem;
	font-weight: 400;
}



.navbar-contact__social a:hover {
	text-decoration: none;
}

.navbar-contact__social i:hover {
	color: #0a2657;
}

.navbar-contact__social i {
	color: white;
	font-size: 2.6rem;
	margin-left: 1rem;
}

.MenuContact i {
	color: white;
	font-size: 2.6rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.facebook {
	background-image: url(images/facebook-icon--white.svg);
	width: 24px;
	height: 24px;
	display: inline-block;
}

a:hover .facebook {
	background-image: url(images/facebook-icon--darkblue.svg);
}

.twitter {
	background-image: url(images/twitter-icon--white.svg);
	width: 24px;
	height: 24px;
	display: inline-block;
}

a:hover .twitter {
	background-image: url(images/twitter-icon--darkblue.svg);
}

.utilities-menu .wrap-content {
	float: right;
}

.utilities-menu .menu-utilities-menu-container {
	float: right;
}

.utilities-menu .navbar-contact__social {
	float: right;
	padding-top: 1rem;
}

.utilities-menu .navbar-contact__social .twitter {
	margin: 12px 10px 3px 5px;
}

.utilities-menu .navbar-contact__social .facebook {
	margin: 12px 10px 3px 5px;
}

.utilities-menu {}

#menu-utilities-menu-1 a {
	font-weight: 600;
}

.navbar-header {
	/* background-color: #40C9D1; */

}

#headerMenu {
	background-color: #011539;
	border-bottom: 1px solid white;
}

.MenuLeft {
	/* float: left; */
}


.MenuContact,
.MenuContact a {
	color: white;
	font-weight: 500;
	font-size: 1.6rem;
}

.facebook,
.twitter {
	margin: 10px 20px 20px 0;
}

.asg .asg-bottom {
	margin-top: 40px !important;
}

.asg-bottom .asg-load-more {
	background-color: #40C9D1 !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.8rem;
	box-shadow: none !important;
	border-radius: 4px !important;
	margin-top: 40px !important;
	display: inline !important;
}

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */

/* Jumbotron */
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
}

.jumbotron {
	position: relative;
	margin: 0 0 40px 0;
	background: transparent;
	min-height: 320px;
	/* color: white; */
}

article.full-header,
header.full-header {
	display: inline;
}

.jumbotron.full_header {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	border-radius: 0;
	background-color: #eee;

}

.jumbotron .container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jumbotron.full_header .container {
	text-align: center;
}

.jumbotron.hasImage {
	color: #fff;
	background: no-repeat center center scroll;

	/*-webkit-background-size: 1920px 1080px !important;*/

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: auto;
}

.jumbotron.full_header.hasImage {
	height: 100%;
	color: #fff;
	background: no-repeat center center fixed;

	/*-webkit-background-size: 1920px 1080px !important;*/

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron.hasImage .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.33);
}

.jumbotron .h1,
.jumbotron h1 {
	font-size: 2.4rem;
	color: white;
}

.jumbotron p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
}

.card {
	display: inline-block;
	position: relative;
	margin: 0 0 16px;
	width: 100%;
	height: auto;
	background: #ffffff;
	border: 0;
	border-top: 2px solid #E0E0E0;
	box-shadow: none;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
}

.card:hover {
	border-top: 2px solid #2196F3;
}

.card.sticky {
	border-top: 2px solid #2196F3;
}

.card_image {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	height: auto;
	transition: box-shadow 0.25s ease-in-out;
}

.card_inner {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding: 8px;
	width: 60%;
	height: auto;
	transition: box-shadow 0.25s ease-in-out;
}

.card_inner h1 {
	margin: 0 0 8px;
	font-size: 1.6rem;
}

.card_inner p {
	display: none;
	margin: 0 0 8px;
}

.card_inner time {
	font-size: 1.2rem;
	margin: 0 0 8px;
}

.card_inner .btn {}

ul.contact_info {
	margin: 0 0 16px;
	padding: 0;
}

ul.contact_info li {
	list-style: none;
	margin: 0 0 16px;
	padding: 8px 0 0;
}

ul.contact_info .icon {
	display: inline;
	float: left;
	clear: both;
	margin: -8px 8px 0 0;
}

footer .inner {
	color: white;
	font-weight: 700;
}

/*globals*/

.accordion--header {
	border: 0 solid transparent;
	/*border-radius: 40px;*/
	transition: all 0.15s ease-in-out;
	padding: 10px 25px;
	background-color: white;
	color: #555555;
	text-transform: none;
	font-family: Raleway, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 20px;
	width: 100%;
	text-align: left;
}

.accordion--body {
	background-color: white;
	color: #555555;
	text-transform: none;
	border: 0 solid transparent;
	/*border-radius: 0 0 20px 20px;*/
	transition: all 0.15s ease-in-out;
	font-family: Raleway, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	padding: 30px 25px 20px 25px;
	margin-top: -20px;
	width: 100%;
}

.icon {
	float: left;
	margin-right: 10px;
}

.icon-text {
	float: left;
}

/*colors*/


.text-white {
	color: #fff;
}

/*end colors*/


.url--break {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	width: 80%;

}

/*end backgrounds*/

/*accordion*/
.collapse-section-wrap {
	background-color: white;
	color: #555555;
	border-radius: 40px;

}

.collapse-section {
	position: relative;
	display: block;
	margin-bottom: 20px;
	height: 0;
	overflow: hidden;
	transition: height 0.15s ease-in-out;
	color: #555555;

}

.collapse-section.open {
	height: auto;
	max-height: inherit;
	overflow: initial;
	font-weight: 400;
	padding: 0 30px 20px;
}

.collapse-section-toggle {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	font-size: 1rem;
	color: #555555;
	font-weight: 700;
	cursor: pointer;
	padding: 20px 30px;
}

.collapse-section-toggle.open {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	font-size: 1rem;
	cursor: pointer;
}

.collapse-section-toggle .glyphicon {
	color: #EAB21D;
	padding: 0 10px 0 0;
}

.collapse-section-toggle.open .glyphicon {
	color: #9B9B9B;
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
	padding: 0 0 3px 10px;
}

.mfpt-image-ui .qq-upload-button {
	display: none;
}

/* Accordion panels */
.panel-group-faq {}

.panel-group-faq i {
	margin-right: 5px;
	top: 4px;
}

.panel-group-faq a:hover {
	color: #40C9D1;
}

.panel-group-faq a:active,
.panel-group-faq a:focus {
	color: #333;
}

/* [][][][][][][][][][][][][][] */
/* >>>> MOBILE LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (orientation: landscape) {}

/* END mobile landscape */

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE LG <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 540px) {

	.copyright--right {
		float: right;
	}

	.archiveHeader {
		height: 400px;
	}

	.bg-home {
		padding-bottom: 150px;
	}

	.thumbnail-home {
		margin-top: -150px;
	}
}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> DESKTOP SM <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) {
	.bg-home {
		padding-bottom: 200px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.thumbnail-home {
		margin-top: -205px;
	}

	.navbar-header {
		background-color: transparent;
	}

	#headerMenu {
		background-color: transparent;
	}

	.navbar-nav {
		float: right;
		margin: 0;
	}

	.navbar {
		/* margin-top: 20px; */
		height: 100px;
	}

	.navbar-default {
		background-color: transparent;
		background-image: none;
	}

	.navbar-brand {
		height: 87px;
	}

	.logo-mobile {
		display: none !important;
	}

	.MenuLeft {
		float: none;
		display: flex;
		justify-content: flex-end;

	}

	.MenuRight {
		float: right;
		width: 35%;
	}

	.logo {
		padding-top: 10px;
	}

	.navbar .logo {
		max-width: 180px;
	}

	.utilities-search {
		display: inline-block;
		padding-top: 1rem;
	}

	.utilities-search #searchform {
		margin: 0;
	}

	.utilities-search #searchform .search-field {
		height: 30px;
		border-width: 1px;
		width: 150px;
	}

	.utilities-search #searchform i {
		font-size: 2.4rem;
	}

	.utilities-search #searchform .btn-search {
		margin: 0;
		margin-left: -36px;
	}

	.utilities-search #searchform .btn-search:hover {
		background: none;
	}

	.utilities-menu .navbar-contact__social {
		padding-top: 0;
	}

	.navbar-contact__social-icons {
		display: inline-block;
		margin-top: 1.4rem;
		vertical-align: top;
	}

	.navbar-default .navbar-nav>li>a {
		color: #002345;
	}

	.MenuRight {
		display: none;
	}

	.MenuContact {
		display: none;
	}

	#headerMenu {
		border-bottom: none;
	}

	.scrolled .navbar-default {
		top: 45px;
	}

	.scrolled .navbar-default .logo {
		width: 120px;
	}

	.scrolled #headerMenu {
		margin-top: 17px;
	}

	.header-content h1 {
		text-align: left;
	}

	#back-to-top {
		position: fixed;
		bottom: -40px;
		right: 16px;
		z-index: 9999;
		outline: none;
	}

	#back-to-top.visible {
		bottom: 16px;
	}

	#searchform {
		max-width: 480%;
	}

	h4,
	.home h4,
	footer h4 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}



	.subtitle,
	.header-content .subtitle p {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}

	.jumbotron .container {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}

	.jumbotron.hasImage {
		min-height: 540px;
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 4.8rem;
		font-weight: 400;
	}


	.card_inner {
		padding: 16px;
	}

	.card_inner h1 {
		font-size: 1.8rem;
	}

	.card_inner p {
		display: block;
	}

	.navbar-collapse {
		box-shadow: none;
	}


	#headerMenu {
		margin-top: 17px;
	}

	.introCaption {
		display: block;
		height: 200px;
		width: 35%;
		background-color: #011539;
		position: absolute;
		bottom: 0;
		right: 8px;
	}


	.consultText {
		/*max-width: 512px;*/
		padding: 40px 0 20px 0;
		height: 649px;
	}

	section#consult .homeQuote-wrap .homeQuote {
		padding: 120px 100px 80px;
		margin-top: 8px;
	}

	section#consult .homeQuote-wrap .homeQuoteText {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 3.6rem;
	}

	.home .sectionLink {
		text-align: right;
		margin-top: 35px;
	}

	section#consultGallery .sectionLink {
		text-align: right;
		margin-top: 35px;
	}

	.partner {
		text-align: left;
		padding-left: 0;
	}

	.archivePageHeader {
		padding: 20px 5% 40px;
	}

	.futureEventCard .eventDetails,
	.pastEventCard .eventDetails {
		text-align: left;
	}

	.eventDate {
		padding-bottom: 2rem;
	}

	section#footer .navbar-form {
		padding: 0;
	}

	.pastEventLink {
		top: 0px;
	}

	.utilities-menu {
		background: #40C9D1;
		background-image: url('./images/sky-header-rev.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: right;
		color: #E9F6FC;
		font-weight: 600;
	}

	.introCaption {
		padding: 40px;
	}
}

/* END 768px */

/* [][][][][][][][][][][][][][] */
/* >>>> TABLET LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) and (orientation: landscape) {
	.getInvolvedContact-content-wrap {
		width: 750px;
		margin: auto;
	}

	#menu-utilities-menu a {
		font-weight: 600;
	}


}

/* END 768px landscape*/

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP MD <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 992px) {
	.navbar .logo {
		max-width: none;
	}

	.navbar {
		margin-bottom: 20px;
		height: 90px;
	}

	.logo {
		width: auto;
		height: 90px;
		padding-top: 10px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 1.8rem;
		color: #002345;
	}

	#headerMenu {
		margin-top: 30px;
	}

	.MenuLeft {
		float: none;
	}

	.home h1 {
		font-size: 3rem;
		line-height: 3.8rem;
		color: #002345;
	}

	.home h3,
	footer h3 {
		font-size: 3.8rem;
	}

	.bg-home {
		padding-bottom: 325px;
	}

	.thumbnail-home {
		margin-top: -330px;
	}

	.card_inner {
		padding: 24px;
	}

	.navbar-brand {}

	.NewsLeft {
		min-height: 317px;
	}

	.NewsLeft img {
		min-height: 318px;
	}

	section#consult {
		padding: 0;
	}

	.NewsWrap {
		display: flex;
	}

	.consultImage {
		display: inline;
		background-position: center center;
		background-size: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 45%;
		z-index: 10;
		height: 650px;
	}

	.home-getInvolvedContact-wrap {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.getInvolvedContact-wrap {
		position: relative;
	}

	.getInvolvedContact {
		background: #0d3349;
		color: rgba(223, 246, 252, 0.99);
		padding: 50px 30px 150px;
		background-size: cover;
		position: absolute;
		right: 0;
		top: 30px;
	}

	.getInvolvedContact-content-wrap {
		width: auto;
	}

	.consultCTA-bg-small {
		background: transparent;
		padding: 0;
		margin-bottom: 40px;
	}

	.consultCTA-bg {
		background: transparent;
		padding: 0;
		background-image: url(/images/consultCTA-bg.jpg);
		background-size: 100% 50%;
		background-position: bottom;
		background-repeat: no-repeat;
	}

	section#consultCTA .container {
		padding: 50px;
		background: #40C9D1;
	}

	section#consultCTA .btn {
		margin-top: 10px;
	}

	#newsPost {
		padding-right: 20px;
	}

	#NewsArchive .NewsWrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

}

/* END 992px */

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP LG <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 1200px) {
	.container {
		width: 1048px;
	}

	.bg-home {
		padding-bottom: 370px;
	}

	.thumbnail-home {
		margin-top: -373px;
	}

	.navbar {
		height: 130px;
	}

	.logo {
		width: auto;
		height: 130px;
		padding-top: 10px;
	}

}

/* END 1200px */