// VALUE:COLOR_2:#19e812
// VALUE:COLOR_1:#0f0101
/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Nobile', sans-serif;
	font-size: 14px;
	color: #777;
	background: #ecf7f9; /* Old browsers */
	background: -moz-linear-gradient(top, #ecf7f9 0%, #d8edf7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ecf7f9 0%,#d8edf7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ecf7f9 0%,#d8edf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf7f9', endColorstr='#d8edf7',GradientType=0 ); /* IE6-9 */;
}
p {
	font-family: 'Nobile', sans-serif;
	font-size: 14px;
}
/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Kreon', serif;
	color: #666;
}
h1 { 
	font-size: 36px;
}
h1:first-of-type {
	padding-bottom: 10px;
	border-bottom: 3px solid #587BA1;
	margin-bottom: 20px;
}
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h4 { font-size: 21px; }
h1.title {
	margin-top: 0px;
}
h1.title:empty{ display:none; }
/*^^Hides the extra margin that is added on pages without a title*/
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #5F9FCB;
	text-decoration: none;
}
a:hover, a:focus{
	color: #ECAD3C;
	text-decoration: none;
}
/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}
/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/
#body-container {
	min-height: calc( 100vh - 426px);
}
#header-top {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	#header-top { 
		display: none;
	}
}
.tagline-desktop {
	float: left;
}
@media (max-width: 767px) {
	.tagline-desktop {
		display: none;
	}
}
#top-navigation {
	text-align: right;
}
#top-navigation li {
	display: inline-block;
	margin-left: 15px;
}
#logo-row {
	margin-bottom: 40px;
	position: relative;
}
@media (max-width: 767px) {
	#logo-row {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 735px) {
	#logo-row {
		margin-bottom: 60px;
	}
}
@media (max-width: 500px) {
	#logo-row {
		margin-bottom: 20px;
	}
}
.logo {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
@media (max-width: 990px){
 .logo {
 	width: 60px;
 }
}
@media (max-width: 587px){
 .logo {
 	display: none;
 }
}
.logo-type {
	color: #6D9ACA;
	font-family: 'Nobile', sans-serif;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	position: relative;
	margin-bottom: .5em;
}
@media (max-width: 990px) {
	.logo-type {
		font-size: 22px;
		margin-left: 5px;
	}
}
.logo-type .yellow {
	color: #E3B03F;
}
.logo-type .slogan {
	font-size: 16px;
	display: block;
	position: absolute;
	right: 0px;
}
@media (max-width: 990px) {
	.logo-type .slogan{
		right: inherit;
		left: -5px;
	}
}
.tagline-mobile {
	display: block;
	margin-top: 1em;
	color: #777;
	margin-left: .5em;
}
@media (min-width: 767px) {
	.tagline-mobile {
		display: none;
	}
}
#client-content-column {
	text-align: right;
}
@media (max-width: 767px) {
	#logo-column {
		width: calc( 100% - 340px);
		float: left;
	}
	#client-content-column {
		width: 340px;
		float: left;
		text-align: right;
	}
}
@media (max-width: 735px) {
	#logo-column {
		width: calc( 100% - 200px);
	}
	#client-content-column {
		width: 200px;
	}
}
@media (max-width: 500px) {
	#logo-column {
		width: calc( 100% - 49px );
	}
	#client-content-column {
		display: none;
	}
}
#client-content-column a:nth-of-type(1) img {
	display: inline-block;
	width: 180px;
	height: auto;
	max-width: 100%;
	margin-right: 50px;
	vertical-align: top;
	margin-bottom: 10px;
}
@media (max-width: 990px) {
	#client-content-column a:nth-of-type(1) img {
		margin-right: 0px;
	}
}
#client-content-column a:nth-of-type(2) img {
	display: inline-block;
	width: 120px;
	height: auto;
	border-radius: 5px;
	max-width: 100%;
}
@media (max-width: 735px) {
	#client-content-column a:nth-of-type(2) img {
		display: none;
	}
}
/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/
#nav-row {
	margin: 0px 0px 10px;
	background: #F7F7F9;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
}
#nav-row > .col-md-10 {
	padding: 0px;
}
#nav_menu {
	padding: 0px;
}
.navbar-nav>li {
	margin-right: -1px;
	border-right: 1px solid #D2D2D2;
}
.navbar-nav>li a{
	color: #777;
	font-family: "MetrophobicRegular", sans-serif;
	font-size: 14px;
}
.navbar-nav>li>a{
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	padding: 10px 29px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}
.navbar-nav>li>a:after {
	display: block;
	border-bottom: 3px solid #D4D4D4;
	border-radius: 5px;
	content: "";
}
.navbar-nav>li>a:hover:after {
	border-bottom: 3px solid #6D9ACA;
}
/*--------------------------------------------------------
					Mobile Navigation
--------------------------------------------------------*/
#logo-row .mobileMenuTrigger {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: white;
	border: 3px solid #E3B03F;
	padding: 10px 10px 5px;
	border-radius: 10px;
}
@media (max-width: 735px) {
	#logo-row .mobileMenuTrigger  {
		bottom: -40px;
		right: 15px;
		left: inherit;
	}
}
@media (max-width: 500px) {
	#logo-row .mobileMenuTrigger {
		right: 15px;
		left: inherit;
		top: 0px;
		bottom: inherit;
	}
}
#logo-row .mobileMenuTrigger path {
	fill: #E3B03F;
}
#logo-row .mobileMenuTrigger:focus {
	outline: none;
}
#logo-row .mobileMenuTrigger:active {
	background: #6D9ACA;
	border: 3px solid #6D9ACA;
}
#logo-row .mobileMenuTrigger:active path {
	fill: white;
}
#mobileMenuWrapper {
	-webkit-box-shadow: 0 1px 8px 0 rgba(0 , 0 , 0, .30);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .30);
}
/*--------------------------------------------------------
					Search Bar
--------------------------------------------------------*/
.searchbar #q {
	width: 100%;
	padding: 3px;
	color: #777;
	background: #EEEEEF;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	margin-top: 7px;
}
#q:before {
  content: url('../images/magnifying-glass.png');
}
.search-button { display: none; }
/*--------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/
/*----------------Slideshow----------*/
#slide-row > .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
#index-main .carousel {
	border: 15px solid #222;
	border-radius: 10px;
	margin-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
}
#index-main .carousel .carousel-indicators {
	bottom: -60px;
}
#index-main .carousel .carousel-indicators li{
	width: 15px;
	height: 15px;
	border: 2px solid #88949A;
	background: transparent;
}
#index-main .carousel .carousel-indicators li.active{
	border: 8px solid #585F63;
	background: #585F63;
	border-radius: 100%;
}
@media (min-width: 767px) {
	.item {
		overflow: hidden;
		max-width: 100%;
		max-height: 498px;	
		position: relative;
	}
	.item img {
		width: 100%;
		transform: scale(1);
		transition: 10s transform;
	}
	.item.active img {
		max-width: 200000px;
		transform: scale(1.1);
	}
}
.carousel-control {
	display: none;
}
.carousel-caption { 
	position: absolute;
	z-index: 100;
	background-color: #002857;
	background: rgba(0, 0, 0, .7);
	padding: 5px 15px;
	left: inherit;
	bottom: 0px;
	right: 0px;
	width: 100%;
	text-align: left;
	text-shadow: none;
}
@media (max-width: 767px) {
	.carousel-caption {
		position: relative;
		min-height: 9em;
	}
}
@media (max-width: 600px) {
	.carousel-caption {
		position: relative;
		min-height: 10em;
	}
}
@media (max-width: 500px) {
	.carousel-caption {
		position: relative;
		min-height: 12em;
	}
}
@media (max-width: 450px) {
	.carousel-caption {
		position: relative;
		min-height: 15em;
	}
}
@media (max-width: 450px) {
	.carousel-caption {
		position: relative;
		min-height: 18em;
	}
}
.carousel-caption p.caption-text{
	color: #5F9FCB;
	font-size: 28px;
	font-family: "Kreon", serif;
	line-height: 33px;
	display: block;
	margin-bottom: .25em;
}
.carousel-caption p.alt-text{
	font-size: 16px;
	color: white;
}
/*----------------End Slideshow------*/
#subpage, #index-main > .row  {
	margin-left: 0px;
	margin-right: 0px;
}
#subpage [class*="col-md"], #index-main > .row:not(#slide-row) > [class*="col-md"]  {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-radius: 3px;
	background: white;
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
#index-main > #sustaining-members>.col-md-12{
	background: #4C4C4C !important;
}
#sustaining-members, 
#sustaining-members h1, 
#sustaining-members h2, 
#sustaining-members h3, 
#sustaining-members h4, 
#sustaining-members h5 {
	color: #eee;
}
#sustaining-members h2:first-of-type {
	margin-top: 0px;
	color: #eee;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: .5px solid rgb(255, 255, 255, .2);
}
#sustaining-members h2:first-of-type:after {
	border-bottom: 3px solid rgba(54, 54, 54, 0.7);
	content: "";
	display: block;
	position: relative;
	bottom: -10px;
}
@media (min-width: 990px) {
	#sustaining-members .member-item-row {
		margin-top: 20px;
	}
	#sustaining-members .member-item-row:after {
		content: '';
		border-bottom: 1px dashed gray;
		display: block;
		margin-left: 15px;
		margin-right: 15px;
		padding-top: 15px;
	}
}
@media (max-width: 990px) {
	#sustaining-members .member-item {
		border-bottom: 1px dashed gray;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 10px;
	}
}
#sustaining-members a {
	color: #ECAD3C;
}
#sustaining-members a:hover, #sustaining-members a:focus {
	color: white;
} 
.member-item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 50px;
	border: 3px solid white;
	border-radius: 5px;
}
.member-item a, .member-item span {
	display: block;
}
#join-row {
    font-size: 24px;
    color: #5f9fcb;
    font-family: 'Kreon', serif;
}
#join-row a {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Nobile', sans-serif;
	text-transform: uppercase;
	width: 300px;
	display: inline-block;
	max-width: 90%;
	position: absolute;
	right: 15px;
	top: calc( 50% - ( 45px / 2) );
	line-height: 1em;
}
@media (max-width: 990px) {
	#join-row {
		text-align: center;
	}
	#join-row a {
		display: block;
		position: relative;
		margin: 10px auto;
	}
}
.news-item {
    margin-bottom: 15px;
}
	@media (min-width: 1200px) {
		.news-details {
		    padding-left: 0px;
		}
	}
	@media (min-width: 990px) and (max-width: 1199px) {
		.news-details {
		    padding-left: 20px;
		}
	}
	@media (min-width: 1000px) {
		.news-details h4 {
		    margin-top: 0px;
		}
	}
/*--------------------------------------------------------
				CSS Styles for Inner Pages
--------------------------------------------------------*/
/*----------Responsive Nivo*/
div[id^=slider-container-FD], div[id^=slider_FD], .nivoSlider img {
	max-width: 100% !important;
	height: auto !important;
}
/*----------Nivo Controls*/
.nivo-prevNav, .nivo-nextNav {
	background-image: none !important;
	width: 25px !important;
	top: 25% !important; /*Fallback for browsers that don't support calc*/
	top: calc( 50% - 50px) !important;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 75px;
	font-family: Arial, sans-serif;
	text-shadow: 0px 0px 10px rgba(51,51,51,0.4);
}
.nivo-prevNav:hover, .nivo-nextNav:hover {
	text-decoration: none;
	color: #ae0e0d;
	text-shadow: none;
}
.nivo-prevNav {
	left: 10px !important;
}
.nivo-nextNav {
	right: 10px !important;
}
.nivo-prevNav:after {
	content: "‹";
}
.nivo-nextNav:after {
	content: "›" ;
}
/*----------Fix weird Grid Page Editor*/
#mheader_5_wrapper #v_contain ~ .container {
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -30px;
	margin-right: -30px;
}
/*--------------------------------------------------------
						Footer
--------------------------------------------------------*/
#block-bottom:before {
	border-top: 2px solid #2E2E2E;
	content: "";
	display: block;
}
#block-bottom:after {
	border-bottom: 2px solid #2E2E2E;
	content: "";
	display: block;
}
#block-bottom {
	border-top: 8px solid #C2D4DD;
	border-bottom: 8px solid #C2D4DD;
	background: #474747;
	color: #999;
}
#contact-login {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#contact-login #footer-contact-column, #contact-login #footer-login-column {
		width: 50%;
		float: left;
	}
}
@media (max-width: 300px) {
	#contact-login #footer-contact-column, #contact-login #footer-login-column {
		width: 100%;
		float: none;
	}
}
#block-bottom h3 {
	color: #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: .5px solid rgb(255, 255, 255, .2);
}
#block-bottom h3:after {
	border-bottom: 3px solid rgba(54, 54, 54, 0.7);
	content: "";
	display: block;
	position: relative;
	bottom: -10px;
}
#block-bottom a {
	color: #ECAD3C;
	display: block;
}
#block-bottom a:hover, #block-bottom a:active {
	color: white;
}
#block-bottom address {
	margin-bottom: 5px;
}
#footer-social-column { }
@media (max-width: 990px) {
	#footer-social-column { float: left;}
}
ul.social-icons {
	list-style-type: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	top: 20px;
	position: relative;
}
ul.social-icons li {
	display: inline-block;
	padding: 0px 5px;
}
ul.social-icons li.twitter {
	/*border-right: 3px solid rgba(54, 54, 54, 0.7);*/
}
ul.social-icons li.facebook {
	border-left: 1px solid rgb(255, 255, 255, .2);
	border-right: 1px solid rgb(255, 255, 255, .2);
}
ul.social-icons li.youtube {
	/*border-left: 3px solid rgba(54, 54, 54, 0.7);*/
}
.social-icons li a {
	display: inline-block;
	height: 25px;
	width: 25px;
	/* float: left; */
	background: url(../images/icons_social.png) 50% 0 no-repeat;
}
.social-icons .facebook a {
	background-position: 50% -120px;
}
.social-icons .youtube a {
	background-position: 50% -180px;
	width: 40px;
}
#footer-login-column {
}
#footer-login-column input {
	margin-bottom: 10px;
	max-width: 100%;
}
#footer-login-column input[type="text"], #footer-login-column input[type="password"] {
	-webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	padding: 6px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 2px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	color: #474747;
}
#footer-login-column input[type="text"]:focus, #footer-login-column input[type="password"]:focus {
	outline: none;
	color: #474747;
	border-color: #bbb;
	border-color: rgba(0,0,0,0.35);
	background-color: rgba(255,255,255,1.0);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
#footer-login-column input[type="submit"] {
	-webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	padding: 7px 12px 4px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-bottom-color: #a2a2a2;
	border-radius: 2px;
	background-color: #f3f3f3;
	box-shadow: inset 0 1px 0 rgba(255,255,255,1.0), 0 2px 1px rgba(0,0,0,0.05);
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
#footer-login-column input[type="submit"]:hover, #footer-login-column input[type="submit"]:focus {
	border-color: #30698F;
	background-color: #5F9FCB;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
	color: white;
}
#footer-credit {
	margin-top: 20px;
	margin-bottom: 25px;
}
/*--------------------------------------------------------
						Log In Modal
--------------------------------------------------------*/
#login-modal {
	width: 260px;
	margin: 0px auto;
	background: #474747;
	color: #999;
	border: none;
	border-radius: 10px;
}
#login-modal .modal-header {
	border: none;
}
#login-modal h3 {
	color: #eee;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: .5px solid rgb(255, 255, 255, .2);
}
#login-modal h3:after {
	border-bottom: 3px solid rgba(54, 54, 54, 0.7);
	content: "";
	display: block;
	position: relative;
	bottom: -10px;
}
#login-modal a, #login-modal button {
	display: block;
	color: #ECAD3C;
	text-shadow: none;
	opacity: 1;
	font-weight: normal;
}
#login-modal button:focus {
	outline: none;
}
#login-modal input {
	margin-bottom: 10px;
	max-width: 100%;
}
#login-modal input[type="text"], #login-modal input[type="password"] {
	-webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	padding: 6px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 2px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	color: #474747;
	width: 100%;
}
#login-modal input[type="text"]:focus, #login-modal input[type="password"]:focus {
	outline: none;
	color: #474747;
	border-color: #bbb;
	border-color: rgba(0,0,0,0.35);
	background-color: rgba(255,255,255,1.0);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
#login-modal input[type="submit"] {
	-webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
	padding: 7px 12px 4px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-bottom-color: #a2a2a2;
	border-radius: 2px;
	background-color: #f3f3f3;
	box-shadow: inset 0 1px 0 rgba(255,255,255,1.0), 0 2px 1px rgba(0,0,0,0.05);
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
#login-modal input[type="submit"]:hover, #login-modal input[type="submit"]:focus {
	border-color: #30698F;
	background-color: #5F9FCB;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
	color: white;
}




