/*
Theme Name: Compass
Author: Web Solutions of America
Author URI: http://wsoaonline.com/
Version: 2.0
*/

/* RESETS
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'helveticaregular';
	src: url('/wp-content/themes/compass2014/fonts/helvetica-webfont.eot');
	src: url('/wp-content/themes/compass2014/fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/compass2014/fonts/helvetica-webfont.woff') format('woff'),  url('/wp-content/themes/compass2014/fonts/helvetica-webfont.ttf') format('truetype'),  url('/wp-content/themes/compass2014/fonts/helvetica-webfont.svg#helveticaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica_condensedbold';
	src: url('/wp-content/themes/compass2014/fonts/helvetica-condensed-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/compass2014/fonts/helvetica-condensed-bold-webfont.woff') format('woff'),  url('/wp-content/themes/compass2014/fonts/helvetica-condensed-bold-webfont.ttf') format('truetype'),  url('/wp-content/themes/compass2014/fonts/helvetica-condensed-bold-webfont.svg#helvetica_condensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica_condensedmedium';
	src: url('/wp-content/themes/compass2014/fonts/helvetica-condensed.eot');
	src: url('/wp-content/themes/compass2014/fonts/helvetica-condensed.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/compass2014/fonts/helvetica-condensed.woff') format('woff'),  url('/wp-content/themes/compass2014/fonts/helvetica-condensed.ttf') format('truetype'),  url('/wp-content/themes/compass2014/fonts/helvetica-condensed.svg#helvetica_condensedmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: url(/wp-content/themes/compass2014/images/bg-main.png) repeat-x;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin: 0;
}

/* LOGO
---------------------------------------*/
#logo {
	/*background: url(/wp-content/themes/compass2014/images/logo.png) no-repeat;
    width: 255px;*/
    height: 108px;
	background: url(/wp-content/themes/compass2014/images/map-bg.png) no-repeat;
	/*position: absolute;
	width: 1100px;*/
	/*height: 157px;*/
	z-index: 10;
}

#logo a {
	display: block;
	overflow: hidden;
	/*width: 255px;*/
    height: 108px;
	outline: none;
	/*width: 1100px;*/
	/*height: 157px;*/
	text-indent: -20000px;
}

#map-bg img {
	position: absolute;
	margin-left: -1px;
}

/* HEADER/NAVIGATION
---------------------------------------*/
#header {
	height: 143px;
}

#nav {
	position: relative;
	/*top: 108px;*/
	padding: 0;/*margin-left: -45px;*/
}

/*#nav ul > li.last > a {
	padding-right: 0;
}*/

.navbar-custom {
/*background-color: #eed686;
  border-color: #eacc69;*/
}

.navbar-custom .navbar-brand {
	color: #0c1f30;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
	color: #020507;
	background-color: transparent;
}

.navbar-custom .navbar-text {
	color: #0c1f30;
}

.navbar-custom .navbar-nav > li {
	background: url(/wp-content/themes/compass2014/images/nav-divider.png) right center no-repeat;
}

.navbar-custom .navbar-nav > li > a {
	color: #0c1f30;
	font-family: 'Playfair Display SC';
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 10px;
	padding-top: 10px;
	text-decoration: none !important;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
	color: #0c1f30;
	background-color: transparent;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
	color: #0c1f30;
	text-decoration: none;/*background-color: #eacc69;*/
}

.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}

.navbar-custom .navbar-toggle {
	border-color: #dddddd;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
	background-color: #dddddd;
}

.navbar-custom .navbar-toggle .icon-bar {
	background-color: #cccccc;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
	border-color: #eacb67;
}

.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #0c1f30;
	border-bottom-color: #0c1f30;
	text-decoration: none;
}

.navbar-custom .navbar-nav .dropdown-menu {
	background-color: #EED686;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
}

/*.navbar-custom  .dropdown:hover .dropdown-menu {
    display: block;
}*/

.dropdown-menu > li > a {
	color: #0c1f30;
	text-decoration: none;
}

.navbar-custom #menu-main-nav li a:hover,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background-color: #0c1f30;
	background-image: none !important;
	color: #fff;
	text-decoration: none;
}

.navbar-custom li.current_page_parent > a,
.navbar-custom li.current_page_ancestor > a {
	color: #fff;
	background-color: #0c1f30;
	text-decoration: none;
}

.navbar-custom .dropdown-menu > .active > a,
.navbar-custom .dropdown-menu > .active > a:hover,
.navbar-custom .dropdown-menu > .active > a:focus,
.navbar-custom .dropdown-menu > a:hover {
	background-color: #0c1f30;
	background-image: none;
	color: #fff;
	text-decoration: none;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
	/*background-color: #eacc69;*/
	color: #0c1f30;
}

.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
	border-top-color: #0c1f30;
	border-bottom-color: #0c1f30;
}

.navbar-custom .navbar-nav > .dropdown > a .caret {
	border-top-color: #0c1f30;
	border-bottom-color: #0c1f30;
}

.navbar-custom .navbar-link {
	color: #0c1f30;
}

.navbar-custom .navbar-link:hover {
	color: #0c1f30;
}

.jumbotron {
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-color: transparent;
	border-bottom: 3px solid #000;
}

.container .jumbotron {
	border-radius: 0px;
}

.jumbotron .container-fluid {
	max-width: 100%;
	padding: 0;
}

.jumbotron .container-fluid img {
	width: 100%;
}

img.top-people {
	position: absolute;
	z-index: 10;
}

h5.banner-title {
	font-family: "helvetica_condensedmedium";
	color: #0C1F30;
	font-size: 31px;
}

p.banner-text {
    /*color: #21527D;*/
    color:#0D1F30;
    font-family: "helvetica_condensedmedium";
    font-size: 21px;
}

a.banner-text,
a.banner-text:hover {
	text-decoration: none;
}

/* SIDEBAR
---------------------------------------*/
.sidebar {
	margin-top: -54px;
	margin-bottom: 50px;
}

#search {
	background: url(/wp-content/themes/compass2014/images/sidebar-top.png) top left no-repeat;
	height: 51px;
	width: 255px;
	position: relative;
	z-index: 50;
}

input.search-bar {
	border: 1px solid #0D1F30;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #22527D;
	font-family: "helveticaregular";
	font-size: 12px;
	width: 236px;
	height: 31px;
	text-indent: 10px;
	margin: 10px 0 0 10px;
	z-index: 30;
	position: relative;
}

#search-btn {
	margin: -24px 20px 0 0;
	position: relative;
	z-index: 40;
	position: relative;
}

.sidebar h2 {
	color: #AC924C;
}

.sidebar ul li {
	list-style: none;
	border-bottom: 1px dotted #AC924C;
	padding: 3px 7px;
}

.sidebar ul li a {
	color: #0C1F30;
	font-family: "helveticaregular";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.sidebar.inside, .sidebar.footer {
	margin-top: 15px;
}

.sidebar.footer {
    margin-top: 10px;
    clear: both;
	position: relative;
	z-index: 10;
}

.sidebar.footer ul li a {
	color: #0C1F30;
	font-family: "helveticaregular";
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

.sidebar.inside #search {
	margin-left: -25px;
}
.content-mid .rssmi_wrap {
margin-top:-13px;
    }
/* CONTENT
---------------------------------------*/
#content {
	background: #faf4e6; /* Old browsers */
	background: -moz-linear-gradient(top, #faf4e6 0%, #ffffff 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf4e6), color-stop(25%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #faf4e6 0%, #ffffff 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #faf4e6 0%, #ffffff 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #faf4e6 0%, #ffffff 25%); /* IE10+ */
	background: linear-gradient(to bottom, #faf4e6 0%, #ffffff 25%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf4e6', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
   -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
   box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/
	box-shadow: 0 -5px 13px -7px black;
	-webkit-box-shadow: 0 -5px 13px -7px black;
	-moz-box-shadow: 0 -5px 13px -7px black;
	margin-top: -50px;
	z-index: 50;
}

#content:after {
	background-color: #fff;
	height: 20px;
	content: "";
	position: absolute;
	bottom: -20px;
	left: -20px;
	right: -20px;
}

#content .col-lg-4 {
	background: url(/wp-content/themes/compass2014/images/content-side-divider.png) center right no-repeat;
}

#content .col-lg-4.last {
	background: none;
}

#content h3 {
	color: #AC924C;
	font-family: "helvetica_condensedbold";
	font-size: 15px;
	width: 90%;
	line-height: 130%;
}

#content h3 span.content-title-sm {
	color: #333;
	font-family: "helvetica_condensedbold";
	font-size: 12px;
}

#content p {
	color: #333;
	font-family: "helveticaregular";
	font-size: 12px;
	width: 98%;
}


#content img {
	margin-right: 10px;
}

#content ul,
#content ol {
	margin: 0 0 10px 10px;
}

#content ul li,
#content ol li {
	color: #333;
	padding: 0 0 3px 0;
	font-size: 12px;
}

#content ul li li,
#content ol li li {
	margin: 0 0 10px 10px;
}
 #content ul li a,, #content ol li a {
 color: #333;
}

.content-mid {
	min-height: 350px;
}

.rss-output {
    padding-top: 0 !important;
}

.content-mid h1 {
    margin-top: 20px;
}

.content-btn {
	margin-top: 30px;
}

h1#icon-1 {
	background: url(/wp-content/themes/compass2014/images/img-mic.png) no-repeat;
	padding: 0 0 0 25px;
}

h1#icon-2 {
	background: url(/wp-content/themes/compass2014/images/img-map-locator.png) no-repeat;
	padding: 0 0 0 25px;
}

h1#icon-3 {
	background: url(/wp-content/themes/compass2014/images/personicon.png) no-repeat;
	/*background: url(/wp-content/themes/compass2014/images/img-wrench.png) no-repeat;*/
	padding: 0 0 0 30px;
}

h1#icon-4 {
	background: url(/wp-content/themes/compass2014/images/img-wrench.png) no-repeat;
	padding: 0 0 0 30px;
}


.btn,
.wpcf7-submit,
#gform_submit_button_3 {
	border-radius: 5px;
}

.btn:active,
.btn.active,
#gform_submit_button_3 {
	box-shadow: 0;
}

a.btn-blue,
a.btn-gold,
a.btn-white,
.wpcf7-submit,
#gform_submit_button_3 {
	font-family: 'Playfair Display SC';
	font-size: 16px;
	text-decoration: none;
}

.btn-blue,
.wpcf7-submit {
	color: #fff !important;
	background-color: #22527D;
	border-color: #0D1F30;
	padding: 3px 12px;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active .open > .dropdown-toggle.btn-blue {
	color: #fff;
	background-color: #22527D;
	border-color: #0D1F30;
}

.btn-gold,
#gform_submit_button_3 {
	color: #0C1F30;
	background-color: #AD924C;
	border-color: #E1C87A;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active .open > .dropdown-toggle.btn-gold,
#gform_submit_button_3 {
	color: #0C1F30;
	background-color: #AD924C;
	border-color: #E1C87A;
}

.btn-gold.btn-xlg,
#gform_submit_button_3 {
	padding: 3px 65px;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.white-text {
    color: #fff;
}

.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #22527D;
	margin-left: 3px;
}

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

.btn-white.btn-xlg {
	padding: 8px 49px;
	font-size: 16px;
	line-height: 110%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #22527D;
	font-weight: bold;
	font-size: 18px;
}

#content.inside {
	margin: 25px 0;
	padding: 20px 25px;
}

/* LOCAL PAGES
---------------------------------------*/
#local_logo {
	margin-top: -2px;
	display: block;
	width: 339px;
	height: 139px;
}

#local_logo,
#local_logo a {
	display: block;
}

#local_logo a {
	width: 339px;
	height: 139px;
	overflow: hidden;
}

#local_slider {
	background: url(/wp-content/themes/compass2014/images/slider_BG.png) top no-repeat;
	width: 873px !important;
	height: 291px !important;
	float: left;
	display: block;
	margin-top: -1px;
}

#localdonate/*, .localdonate*/ {
	float: right;
	display: block;
	position: relative;
	top: 10px;
	right: 55px;
	margin-top: 5px;
    width: 205px;
    height: 33px;
}
.page-id-7199 #localdonate {
	position: absolute;
  top:10px;
    right:25px;
  }
ul#affiliate-donate {
	float: right;
	display: block;
	margin-right: 152px;
    /*background: url(/wp-content/themes/compass2014/images/donatelocal.png) top no-repeat;*/
}

ul#affiliate-donate li {
	list-style: none;
}

ul#affiliate-donate li ul {
	background-color: #0D1F30;
	display: none;
	float: right;
	height: 0;
	left: 140px;
	position: relative;
	top: 48px;
	width: 195px !important;
	z-index: 1000 !important;
}

ul#affiliate-donate li ul li {
	float: none;
	background-color: #0D1F30;
	text-align: left;
}

ul#affiliate-donate li ul li a {
	color: #fff !important;
	background: none !important;
	float: none;
	display: none;
	font-family: arial;
	font-size: 13px;
	height: auto;
	padding: 8px 0 5px 10px;
	text-indent: 0px !important;
	width: 195px;
}

ul#affiliate-donate li ul li a:hover {
	color: #fff !important;
	background: none !important;
	float: none;
	display: none;
	font-family: arial;
	font-size: 13px;
	height: auto;
	padding: 8px 0 5px 10px;
	text-indent: 0px !important;
	width: 195px;
}

ul#affiliate-donate li:hover ul {
	background: #0D1F30;
	display: block;
	color: #515151;
	z-index: 2000 !important;
	width: 195px;
}

ul#affiliate-donate li:hover ul li {
	float: left;
	display: block !important;
	background: #0D1F30;
	color: #515151;
	padding: 1px 0;
	height: auto !important;
	width: 195px;
}

ul#affiliate-donate li:hover ul li a {
	float: left;
	display: block !important;
	background: #0D1F30;
	text-decoration: none;
	min-height: 14px;
	height: auto !important;
	height: 14px;
	width: auto !important;
}

ul#affiliate-donate li ul li.current_page_item a {
	color: #515151;
}

ul#affiliate-donate li:hover ul li a:hover {
	background: #0D1F30 !important;
	color: #515151;
	width: auto !important;
}
.page-id-7199 #affiliate-donate li {
  margin:0px !important;
  }
.coin-slider {
	float: left;
	display: block;
	position: relative;
	top: 6px;
	padding-left: 1px;
}

.dynamic-col-1 h2{
	background: url(/wp-content/themes/compass2014/images/pin.jpg) left no-repeat;
	text-indent: 16px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #666;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 6px;
	line-height: 18px;
	height: 18px;
}

.dynamic-col-1 table {
	/*padding-top: 20px;
	margin-top: 20px !important;*/
	width: 100%;
	float: left;
	display: block;
}

.dynamic-col-1 td {
	float: left;
	display: block;
 margin: 0 50px 0 0;
	/*width: 186px !important;*/
}

.dynamic-col-1 td p {
	/*width: 186px !important;*/
	margin-left: 10px;
}

.dynamic-col-2 {
	background: url(/wp-content/themes/compass2014/images/local_right.png) top no-repeat;
	width: 291px;
	height: 335px;
	float: left;
	display: block;
	margin-top: 20px;
	padding-top: 73px;
	position: relative;
}

.dynamic-col-2 form {
	float: left;
	display: inline;
	padding: 0;
}

.dynamic-col-2  #newsletterbutton {
	position: absolute;
	top: 180px;
	left: 40px;
}

.dynamic-col-2 p {
	vertical-align: top !important;
	margin-left: 15px;
	font-size: 11px;
	width: 220px;
	border-top: 0;
	margin-top: 10px;
	padding-top: 10px;
}

.dynamic-col-2 p img {
	float: right;
	display: inline;
}

#upcoming_local {
	margin-left: 25px;
}

#social_local {
	display: block;
	position: absolute;
	top: 240px;
	left: 20px;
	border-top: 1px solid #CCC !important;
	height: 30px !important;
}
#social_local img{
	margin-left:9px;
}
#local_right h3 {
	background: url(/wp-content/themes/compass2014/images/newsletterh3.jpg) top left no-repeat;
	text-indent: -3000px;
	overflow: hidden;
	margin-left: 7px;
	padding-bottom: 10px;
}

.dynamic-col-1 { margin: 20px 45px 0 0; }

/* FOOTER
---------------------------------------*/
#footer {
	background-color: #0D1F30;
	border-top: 3px solid #AD924C;
	padding-top: 20px;
	clear: both;
    margin-top: 50px;
}

#newsletter {
	background: url(/wp-content/themes/compass2014/images/bg-newsletter.png) top left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	max-width: 722px;
	padding: 0 0 8px 0;
}

h4.newsletter {
	background: url(/wp-content/themes/compass2014/images/icon-newsletter.png) no-repeat;
	color: #E0C779;
	font-family: "helveticaregular";
	font-size: 16px;
	padding-left: 25px;
	margin-left: 20px;
}

.newsletter-name #input_3_1,
.newsletter-email #input_3_2{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #D7D9D8;
	border: 1px solid #AD924C;
	color: #AD924C;
	font-size: 12px;
	font-family: "helveticaregular";
	/*width: 210px;*/
	height: 31px;
	text-indent: 10px;
}

/*.newsletter-name {
	margin-left: 20px !important;
}*/

.newsletter-email {
	/*margin-left: 12px;*/
	margin-right: 15px !important;
}

#donate {
	border: 1px solid #5C6974;
	margin-left: 35px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	max-width: 379px;
    min-height: 90px;
}

#donate .btn-white {
	margin-right: 10px;
}

#donate p em {
	font-family: "helvetica_condensedmedium";
	font-size: 13px;
}
#compassaccount  {
	text-align:center;
	margin:10px auto;
	padding:10px 0;
	clear:both;
}
#compassaccount  a{
	color: #AD924C;
	font-family: "helveticaregular";
	font-size: 12px;
	padding:10px 0;
}
#footer p {
	color: #fff;
	font-family: "helveticaregular";
	font-size: 12px;
}

#footer-nav {
	margin-top: 20px;
}

#address address {
	margin-left: 10px;
}

#footer-nav {
	margin-left: 0;
	padding: 0;
}

#footer-nav ul li {
	list-style: none;
	padding: 0 0 0 11px;
}

#footer-nav ul li a {
	color: #fff;
	font-family: "helvetica_condensedbold";
	font-size: 14px;
	letter-spacing: .1px;
	text-decoration: none;
}

#footer-nav ul li ul li a {
	color: #E0C779;
	font-family: "helveticaregular";
	font-size: 11px;
	font-weight: normal;
}

#menu-footer-college .last {
    margin-bottom: -10px;
}

#social-links ul {
	margin-left: 10px;
}

#social-links ul li {
	float: left;
	display: block;
	margin-right: 2px;
}

#social-links ul li a {
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	text-indent: -20000px;
}

#social-links ul li.outlook a {
	background: url(/wp-content/themes/compass2014/images/btn-mail.png) no-repeat;
}

#social-links ul li.youtube a {
	background: url(/wp-content/themes/compass2014/images/btn-youtube.png) no-repeat;
}

#social-links ul li.facebook a {
	background: url(/wp-content/themes/compass2014/images/btn-facebook.png) no-repeat;
}

#social-links ul li.twitter a {
	background: url(/wp-content/themes/compass2014/images/btn-twitter.png) no-repeat;
}

#social-links ul li.google a {
	background: url(/wp-content/themes/compass2014/images/btn-google.png) no-repeat;
}
#social-links ul li.instagram a {
	background: url(/wp-content/themes/compass2014/images/instagram.png) no-repeat;
}
#social-links ul li.linkedin a {
	background: url(/wp-content/themes/compass2014/images/linkedin.png) no-repeat;
}
#footer-logo {
	margin-left: -30px;
}
/*#mc_embed_signup{
	background-color: #343F3D;
  color:#FFF;
}
.mc-field-group {
width:30% !important;
float:left !important;
display:block;
clear:none !important;
margin-right:2%;
font-size:11px;
}
.mc-field-group.input-group ul,
.mc-field-group.input-group ul li{
margin-top:0px !important;
padding-top:0px !important;
}
.mc-field-group.input-group li,
.mc-field-group.input-group strong{
width:24% !important;
float:left !important;
display:block;
font-size:10px;
}
#mc_embed_signup .button {
background:#D6C076 !important;
color:#0D1F30 !important;
}
.mc-field-group.input-group {
width:98% !important;
float:left !important;
display:block;
clear:none !important;
margin-bottom:0px !important;
}*/

/* GLOBAL
---------------------------------------*/
.no-gutter [class*="-1"],
.no-gutter [class*="-2"],
.no-gutter [class*="-3"],
.no-gutter [class*="-4"],
.no-gutter [class*="-5"],
.no-gutter [class*="-6"],
.no-gutter [class*="-7"],
.no-gutter [class*="-8"],
.no-gutter [class*="-9"],
.no-gutter [class*="-10"],
.no-gutter [class*="-11"],
.no-gutter [class*="-12"] {
	padding-left: 0;
	padding-right: 0;
}

h1 {
	color: #22527D;
	font-family: "helvetica_condensedbold";
	font-size: 18px;
	text-transform: uppercase;
}

h1.entry-title {
	color: #21527D;
	font-size: 27px;
	font-family: "helvetica_condensedbold";
	text-transform: none;
}

h2 {
	/*color: #AC924C;*/
	color: #333;
	font-family: "helvetica_condensedbold";
	font-size: 18px;
	text-transform: uppercase;
}

h3 {
	color: #AC924C;
	font-family: "helvetica_condensedbold";
	font-size: 16px;
}

h4 {
	color: #AC924C;
	font-family: "helvetica_condensedbold";
	font-size: 15px;
}

h5,
h6 {
	color: #fff;
	font-family: 'Playfair Display SC';
	font-size: 14px;
	font-variant: small-caps;
}

address {
	color: #fff;
	font-family: "helveticaregular";
	font-size: 12px;
}

p {
	color: #333;
	font-size: 12px;
	font-family: "helveticaregular";
	padding-bottom: 5px;
}

a,
a:visited,
a:hover,
a:active {
	color: #0C1F30;
	text-decoration: underline;
}

hr {
	border: 0;
	border-bottom: 1px dotted #AC924C;
}

.last {
	background: none !important;
	border: none !important;
}

.clear {
	clear: both;
}

/*table tr td {
	width: 200px;
}*/


/* GRAVITY FORMS
----------------------------*/
body #gform_wrapper_3 ul {
	padding-left: 0;
	list-style: none;
}

body #gform_wrapper_3 li {
	margin-bottom: 15px;
}

body #gform_wrapper_3 form {
	margin-bottom: 0;
}

body #gform_wrapper_3 .gfield_required {
	padding-left: 1px;
	color: #b94a48;
}

body #gform_wrapper_3 {
    margin: 10px 0 10px 20px !important;
}

body #gform_wrapper_3 .ginput_container input[disabled],
body #gform_wrapper_3 .ginput_container select[disabled],
body #gform_wrapper_3 .ginput_container textarea[disabled],
body #gform_wrapper_3 .ginput_container input[readonly],
body #gform_wrapper_3 .ginput_container select[readonly],
body #gform_wrapper_3 .ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
	cursor: not-allowed;
	background-color: #eee;
}

body #gform_wrapper_3 textarea.ginput_container input,
body #gform_wrapper_3 textarea.ginput_container select,
body #gform_wrapper_3 textarea.ginput_container textarea {
	height: auto;
}

body #gform_wrapper_3 .ginput_container textarea {
	height: auto;
}

body #gform_wrapper_3 .gfield_error .gfield_label {
	color: #b94a48;
}

body #gform_wrapper_3 .gform_footer {
	clear: none;
    padding: 10px 0;
    margin-left: 5px !important;
}

body #gform_wrapper_3 .gfield_error input,
body #gform_wrapper_3 .gfield_error select,
body #gform_wrapper_3 .gfield_error textarea {
	border-color: #eed3d7;
	background-color: #f2dede;
	color: #b94a48;
}

body #gform_wrapper_3 .gfield_error input:focus,
body #gform_wrapper_3 .gfield_error select:focus,
body #gform_wrapper_3 .gfield_error textarea:focus {
	border-color: #b94a48;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
}

body #gform_wrapper_3 .validation_error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

body #gform_wrapper_3 .validation_error h4 {
	margin-top: 0;
	color: inherit;
}

body #gform_wrapper_3 .validation_error .alert-link {
	font-weight: bold;
}

body #gform_wrapper_3 .validation_error>p,
.validation_error>ul {
	margin-bottom: 0;
}

body #gform_wrapper_3 .validation_error > p+p {
	margin-top: 5px;
}

body #gform_wrapper_3 .validation_error hr {
	border-top-color: #e6c1c7;
}

body #gform_wrapper_3 .validation_error .alert-link {
	color: #953b39;
}

body #gform_wrapper_3 #gforms_confirmation_message {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

body #gform_wrapper_3 #gforms_confirmation_message h4 {
	margin-top: 0;
	color: inherit;
}

body #gform_wrapper_3 #gforms_confirmation_message .alert-link {
	font-weight: bold;
}

body #gform_wrapper_3 #gforms_confirmation_message>p,
body #gform_wrapper_3 #gforms_confirmation_message>ul {
	margin-bottom: 0;
}

body #gform_wrapper_3 #gforms_confirmation_message>p+p {
	margin-top: 5px;
}

/* IMAGES
---------------------------------------*/
/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	border-left: 5px solid #eee;
	clear: both;
	font-size: 17.5px;
	margin: 10px 0 20px 80px;
	padding: 10px 20px;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0 !important;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* MEDIA QUERIES
---------------------------------------*/
@media (min-width: 300px) and (max-width: 479px) {

    body {
    	background: none;
    }

    #header {
    	background-color: #0D1F30;
    	border-bottom: 3px solid #0D1F30;
    }

    #logo {
    	background: url(/wp-content/themes/compass2014/images/bg-top-map-mobile.png) top center no-repeat;
    	/*position: absolute;*/
    	height: 134px;
    }

    #logo a {
    	display: block;
    	overflow: hidden;
    	width: 285px;
    	height: 140px;
    	text-indent: -20000px;
    }

    #nav {
    	width: 100%;
    	/*position: inherit;*/
    	left: 0;
    	margin-left: 0;
    }

    .navbar-custom .navbar-nav > li {
    	background: none !important;
    }

    .navbar-custom {
    	background-color: #0d2031;
    	border-color: #0d2031;
    	/*margin-top: 90px;*/
    }

    .navbar-custom .navbar-brand {
    	color: #ffffff;
    }

    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
    	color: #ac924d;
    }

    .navbar-custom .navbar-text {
    	color: #ffffff;
    }

    .navbar-custom .navbar-nav > li > a {
    	color: #ffffff;
    }

    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus {
    	color: #ac924d;
    }

    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
    	color: #ac924d;
    	background-color: #0d2031;
    }

    .navbar-custom .navbar-nav > .open > a,
    .navbar-custom .navbar-nav > .open > a:hover,
    .navbar-custom .navbar-nav > .open > a:focus {
    	color: #ac924d;
    	background-color: #0d2031;
    }

    .navbar-custom .navbar-toggle {
    	border-color: #0d2031;
    	border: 2px solid #fff;
    }

    .navbar-custom .navbar-toggle:hover,
    .navbar-custom .navbar-toggle:focus {
    	background-color: #0d2031;
    }

    .navbar-custom .navbar-toggle .icon-bar {
    	background-color: #ffffff;
    }

    .navbar-custom .navbar-collapse,
     .navbar-custom .navbar-form {
    	border-color: #ffffff;
    }

    .navbar-custom .navbar-link {
    	color: #ffffff;
    }

    .navbar-custom .navbar-link:hover {
    	color: #ac924d;
    }

    .navbar-custom .navbar-header span.mobile-menu-title {
    	color: #fff;
    	font-family: "helveticaregular";
    	font-size: 18px;
    	font-weight: bold;
    	text-align: center;
    	text-transform: uppercase;
    	padding: 0 70px;
    	position: relative;
    	top: 13px;
    }

    .navbar-header {
        text-align: center;
    }

    #content {
    	border-radius: 0;
    	-moz-border-radius: 0;
    	-webkit-border-radius: 0;
    	box-shadow: unset !important;
    	-webkit-box-shadow: unset !important;
    	-moz-box-shadow: unset !important;
    	margin: 0px 0 20px 0;
    }

    #content:after {
    	left: 0;
    	right: 0;
    }

    #content .col-lg-4 {
    	/*background: url(/wp-content/themes/compass2014/images/content-side-divider-mobile.png) center bottom no-repeat;*/
    	background: none;
    }

    .content-mid {
    	min-height: 250px;
    }

    #newsletter-signup {
    	margin-left: 20px;
    }

    .newsletter-name,
    .newsletter-email {
    	margin: 0 0 5px 0;
    }

    .newsletter-email {
        margin-right: 5px !important;
    }

    #donate {
    	margin: 15px 0 0 0;
    }

    #donate p em {
    	font-size: 11px;
    }

    .mobile-content.container {
    	padding: 0;
    	margin: 0;
    }

    #content.mobile-content {
        margin-top: 25px !important;
        padding: 10px 0 0 0;
    }

    #content.mobile-content.inside {
        margin-top: 40px !important;
        padding: 10px 15px;
    }

	.btn-gold.btn-xlg {
		padding: 3px 15px;
		font-size: 16px;
		line-height: normal;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

    #newsletter {
        margin-left: 5px;
    }

    h1 {
        margin-top: 20px;
    }

    ul#affiliate-donate {
        display: block;
        float: right;
        margin: 10px 0 0 0;
    }

	ul#affiliate-donate li ul {
		background-color: #0D1F30;
		display: none;
		float: left;
		height: 0;
		left: 10px;
		position: relative;
		top: 10px;
		width: 205px !important;
		z-index: 1000 !important;
	}

	ul#affiliate-donate li:hover ul li {
		background: none repeat scroll 0 0 #0d1f30;
		color: #515151;
		display: block !important;
		float: left;
		height: auto !important;
		padding: 1px 0;
		width: 205px;
	}

    #localdonate {
      display: block;
      float: right;
      height: 33px;
      margin-top: 5px;
      position: relative;
      right: 85px;
      top: 10px;
      width: 205px;
    }

    .dynamic-col-1 h2 {
      font-size: 14px;
      height: 13px;
      line-height: 15px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    body {
    	background: none;
    }

    #header {
    	background-color: #0D1F30;
    	border-bottom: 3px solid #0D1F30;
    }

    #logo {
    	background: url(/wp-content/themes/compass2014/images/bg-top-map-tablet.png) top left no-repeat;
    	/*position: absolute;*/
    	/*width: 729px;*/
    	height: 140px;
        /*background-size: 50% auto;*/
 	}

    #logo a {
    	display: block;
    	overflow: hidden;
    	/*width: 729px;*/
    	height: 140px;
    	text-indent: -20000px;
    }

    #nav {
    	/*position: relative;*/
    	/*top: 87px;*/
    	padding: 0;
    	left: 0;
    	margin-left: 0;
    }

    .navbar-custom .navbar-nav > li {
    	background: none !important;
    }

    .navbar-custom {
    	background-color: #0d2031;
    	border-color: #0d2031;
    }

    .navbar-custom .navbar-brand {
    	color: #ffffff;
    }

    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
    	color: #ac924d;
    }

    .navbar-custom .navbar-text {
    	color: #ffffff;
    }

    .navbar-custom .navbar-nav > li > a {
    	color: #ffffff;
    }

    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus {
    	color: #ac924d;
    }

    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
    	color: #ac924d;
    	background-color: #0d2031;
    }

    .navbar-custom .navbar-nav > .open > a,
    .navbar-custom .navbar-nav > .open > a:hover,
    .navbar-custom .navbar-nav > .open > a:focus {
    	color: #ac924d;
    	background-color: #0d2031;
    }

    .navbar-custom .navbar-toggle {
    	border-color: #0d2031;
    	border: 2px solid #fff;
    }

    .navbar-custom .navbar-toggle:hover,
    .navbar-custom .navbar-toggle:focus {
    	background-color: #0d2031;
    }

    .navbar-custom .navbar-toggle .icon-bar {
    	background-color: #ffffff;
    }

    .navbar-custom .navbar-collapse,
     .navbar-custom .navbar-form {
    	border-color: #ffffff;
    }

    .navbar-custom .navbar-link {
    	color: #ffffff;
    }

    .navbar-custom .navbar-link:hover {
    	color: #ac924d;
    }

    .navbar-custom .navbar-header span.mobile-menu-title {
    	color: #fff;
    	font-family: "helveticaregular";
    	font-size: 18px;
    	font-weight: bold;
    	position: relative;
    	text-transform: uppercase;
    	top: 15px;
    }

    .navbar-header {
        text-align: center;
    }

    .mobile-content.container {
    	padding: 0;
    	margin: 0;
    }

    #content {
    	border-radius: 0;
    	-moz-border-radius: 0;
    	-webkit-border-radius: 0;
    	box-shadow: unset;
    	-webkit-box-shadow: unset;
    	-moz-box-shadow: unset;
    	margin: 0px 0 20px 0;
    }

    #content:after {
        right: 0;
    }

    #content .col-lg-4 {
    	background: none !important;
    }

    #content.mobile-content {
        margin-top: 40px !important;
        }

    #content.mobile-content.inside {
        margin-top: 40px !important;
        padding: 10px 15px;
    }

    #donate {
        margin-top: 20px;
    }

    #newsletter {
        margin-left: 20px;
    }

    ul#affiliate-donate {
        display: block;
        float: left;
        margin: 10px 0 0 70px;
    }

	ul#affiliate-donate li ul {
		background-color: #0D1F30;
		display: none;
		float: left;
		height: 0;
		left: 0  !important;
		margin: 0 0 0 -260px !important;
		position: relative;
		top: 40px;
		width: 205px !important;
		z-index: 1000 !important;
	}

	ul#affiliate-donate li:hover ul li {
		background: none repeat scroll 0 0 #0d1f30;
		color: #515151;
		display: block !important;
		float: left;
		height: auto !important;
		padding: 1px 0;
		width: 205px;
	}

    #localdonate {
      display: block;
      float: left;
      height: 33px;
      margin-top: 5px;
      position: unset !important;
      top: 10px;
      width: 205px;
    }

    .dynamic-col-1 h2 {
      font-size: 14px;
      height: 13px;
      line-height: 15px;
    }
}

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

    body {
    	background: none;
    }

    #header {
    	background-color: #0D1F30;
    	border-bottom: 3px solid #0D1F30;
    	height: 157px;
    }

    #logo {
    	/*background: url(/wp-content/themes/compass2014/images/bg-top-map-tablet.png) no-repeat;*/
        background: url(/wp-content/themes/compass2014/images/bg-top-map-tablet.png) left 50% no-repeat;
    	/*position: absolute;*/
    	/*width: 729px;*/
    	height: 140px;
    }

    #logo a {
    	display: block;
    	overflow: hidden;
    	/*width: 729px;*/
    	height: 140px;
    	text-indent: -20000px;
    }

    #nav {
    	position: absolute;
    	top: 123px;
  padding: 0;
    	left: 0;
    }
     #nav a{
  font-size:82%;
    }
    /*#nav ul > li.last > a {
    	padding-right: 0;
    }*/

    .navbar-custom {
    	background-color: #eed686;
    	border-color: #eacc69;
    }

    .navbar-custom .navbar-brand:hover,
     .navbar-custom .navbar-brand:focus {
    	color: #020507;
    	background-color: transparent;
    }

    .navbar-custom .navbar-text {
    	color: #0c1f30;
    }

    .navbar-custom .navbar-nav > li > a {
    	color: #0c1f30;
    	font-family: 'Playfair Display SC';
    	font-size: 15px;
    	font-variant: small-caps;
    	font-weight: bold;
    	line-height: 0;
    	padding-top: 15px;
    	text-decoration: none;
    	height: 20px;
    }

    .navbar-custom .dropdown:hover .dropdown-menu {
    	display: block;
    }

    #search {
    	background: url("/wp-content/themes/compass2014/images/sidebar-top.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    	height: 51px;
    	width: 180px;
    }

    input.search-bar {
    	border: 1px solid #0D1F30;
    	border-radius: 8px;
    	-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
    	color: #22527D;
    	font-family: "helveticaregular";
    	font-size: 12px;
    	width: 140px;
    	height: 31px;
    	text-indent: 10px;
    	margin: 10px 0 0 10px;
    	z-index: 30;
    	position: relative;
    }

    #search-btn {
    	margin: -24px 40px 0 0;
    	position: relative;
    	z-index: 40;
    	position: relative;
    }

    #content {
    	margin-bottom: 20px;
    }

    .content.mobile-container {
    	padding: 0;
    }

    #donate {
        margin-top: 20px;
    }

    ul#affiliate-donate {
	   float: left;
	   display: block;
	   margin: 10px 0 10px 70px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    #logo {
    	background: url(/wp-content/themes/compass2014/images/map-bg-992-960.png) no-repeat;
    	/*position: absolute;*/
    	width: 960px;
    	/*height: 157px;*/
		        height: 108px;
    }

    #logo a {
    	display: block;
    	overflow: hidden;
    	width: 960px;
    	/*height: 157px;*/
		        height: 108px;
    	text-indent: -20000px;
    }

    #nav {
      /*  top: 109px !important;*/
    }

    .navbar-custom .navbar-nav > li > a {
        padding-top: 8px;
        font-size: 15px;
    }

    /*.navbar-custom .navbar-nav > li:first-child > a {
    	padding-left: 0;
    }*/

    .navbar-custom .dropdown:hover .dropdown-menu {
    	display: block;
    }

    /*#nav ul > li.last > a {
    	padding-right: 0;
    }*/

    .newsletter-name,
    .newsletter-email {
    	height: 31px;
    	width: 160px;
    }

    .btn-gold.btn-xlg {
    	padding: 3px 40px;
    }

    #search {
    	background: url("/wp-content/themes/compass2014/images/sidebar-top.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    	height: 51px;
    	width: 225px;
    }

    input.search-bar {
    	border: 1px solid #0D1F30;
    	border-radius: 8px;
    	-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
    	color: #22527D;
    	font-family: "helveticaregular";
    	font-size: 12px;
    	width: 200px;
    	height: 31px;
    	text-indent: 10px;
    	margin: 10px 0 0 10px;
    	z-index: 30;
    	position: relative;
    }

    #content {
	   margin-bottom: 20px;
    }

    ul#affiliate-donate {
	   margin-right: -48px;
    }
}

@media (min-width: 1200px) {
    .navbar-custom .dropdown:hover .dropdown-menu {
    	display: block;
        }
}
@media (max-width: 991px) {
.page-id-7199 #localdonate {
  position:absolute !important;
  top:225px !important;
    left:25px !important;
  }
}
@media (max-width: 481px) {
.page-id-7199 #localdonate {
  position:absolute !important;
  top:265px !important;
    left:15px !important;
  }
}
@media (max-width: 321px) {
.page-id-7199 #localdonate {
  position:absolute !important;
  top:295px !important;
    left:15px !important;
  }
}
.secondsub {
margin-top:10px;
}
.page-id-3572 #social_local a:nth-child(3){
display:none;
}
a.powered-by-eb {
/*	float:right;
	display:block;*/
	clear:both !important;
	position:absolute;
	bottom:0px;
}
