/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body {
	color: #666;
	font-family: 'Merriweather', serif;
}

a {
    color: #f38630;
}

.clr {
	clear: both;
}

.breadcrumb a:hover {
	color: #44c8e8;
}

.bg-orange {
    background-color: #f38630;
}

.bg-grey {
    background-color: #f5f5f5;
}

.color-white, .color-white * {
    color: #fff !important;
}

.color-blue, .color-blue * {
    color: #44c8e8 !important;
}

.color-orange, .color-orange * {
    color: #f38630 !important;
}

.color-white .heading-block:after {
    border-top: 2px solid #fff;
}

.color-blue.heading-block:after {
    border-top: 2px solid #44c8e8;
}

.color-orange.heading-block:after {
    border-top: 2px solid #f38630;
}

.button-blue {
    background-color: #44c8e8;
}

a.button {
    border-radius: 5px;
}

.dark a.button:hover {
    background-color: #999;
}

.feature-box h5 {
    margin-top: 10px;
    color: #aaa;
}

#page-title h1 {
    color: #44c8e8;
    font-weight: bolder;
}

.breadcrumb {
    font-family: 'Raleway', sans-serif;
	top: -30% !important;
}

.breadcrumb a {
    font-weight: bold;
}

.breadcrumb > .active {
    color: #44c8e8;
    font-weight: bold;
}

#partnerships-map {
    width: 100%;
}

.pad-left {
    padding-left: 80px;
}

.header-graphic-space {
    margin-top: 400px;
}


#header-graphic {
    width: 100%;
	position: relative;
}

#header-graphic img {
    width: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
}

.header-graphic-text {
	position: absolute;
	left: 0px;
	top: 300px;
}

.linklist {
    margin: 0px;
    padding: 0px;
}

.linklist li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.iconlink {
    padding-left: 20px;
    background: url(../images/iconlink.png) no-repeat left 3px;
    display: inline-block;
}

.iconurl {
    padding-left: 20px;
    background: url(../images/iconurl.png) no-repeat left 3px;
}

.iconmail {
    padding-left: 20px;
    background: url(../images/iconmail.png) no-repeat left 3px;
}

.icontel {
    padding-left: 20px;
    background: url(../images/icontel.png) no-repeat left 3px;
}

.iconarrow {
    padding-left: 15px;
    background: url(../images/iconarrow-orange.png) no-repeat left 5px;
}

.iconarrow-blue {
    padding-left: 20px;
    background: url(../images/iconarrow.png) no-repeat left 3px;
}

.bottommargin15 {
    margin-bottom: 15px;
}

.bottommargin10 {
    margin-bottom: 10px;
}

.bottommargin5 {
    margin-bottom: 5px;
}

.font16 {
    font-size: 16px;
    line-height: 26px;
}

.font15 {
    font-size: 15px;
    line-height: 20px;
}

.font13 {
    font-size: 13px;
    line-height: 20px;
}

.news-wrap, .entry-wrap {
    margin: 0 0 50px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

.slider-caption, .nivo-caption, .flex-caption {
	max-width: 720px;
}

h2.heading-blue {
	border-bottom: 1px solid #44c8e8;
	margin-bottom: 20px;
	display: inline-block;
}

h3.heading-blue {
	border-bottom: 1px solid #44c8e8;
	margin-bottom: 20px;
	display: block;
}

h2.heading-blue span {
	color: #44c8e8;
}

.waters-caption {
	margin-top: 20px;
	font-style: italic;
}

.lines {
	margin: 0px;
	padding: 0px;
}

.lines li {
	margin: 10px 0;
	padding: 0 0 0 50px;
	list-style: none;
	background: url(../images/line.gif) no-repeat left 10px;
}

.gutter-50.row {
  margin-right: -25px;
  margin-left: -25px;
}

.gutter-50 > [class^="col-"], .gutter-50 > [class^=" col-"] {
  padding: 25px;
}

.gutter-15.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.gutter-15 > [class^="col-"], .gutter-15 > [class^=" col-"] {
  padding: 7.5px;
}

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor){ color: #44c8e8; }

font-primary { font-family: inherit; }		
			
.font-secondary { font-family: inherit; }

.slider-caption-bottom-left {
	right: auto;
	left: 50px;
	bottom: 10%;
	top: auto !important;
}

.emphasis-title h2 {
	font-weight: bolder;
}

#footer .footer-widgets-wrap {
	padding: 60px 0;
}

.dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, #primary-menu.dark ul ul, #primary-menu.dark ul li .mega-menu-content {
	border-top-color: #44c8e8;
}

.hover-box {
	position: relative;
}

.hover-box a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 7.5px;
	position: relative;
}

.hover-box img {
	width: 100%;
}

.hover-text {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	padding-top: 30%;
	width: 100%;
	height: 100%;
	background: url(../images/hover-orange.png) repeat;
	/*
	display: none;
	*/
}

.hover-box:hover .hover-text, .hover-show {
	display: block;
}

.hover-show {
	background: none;
}

.small-padding {
	padding: 20px;
}

.btn-primary {
	background-color: #f38630;
	border-color: #f38630;
}

.btn-primary:hover {
	background-color: #f4a76b;
	border-color: #f4a76b;
}

.about-event-wrap {
	border-bottom: 2px solid #eee;
}

.about-event-wrap img {
	float: left;
}

.about-event-wrap p {
	margin: 25px 0 0;
}

.about-event-info {
	margin-left: 20px;
	float: left;
}

.about-event-wrap h4 {
	margin-bottom: 5px;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.font12 {
	font-size: 12px;
}

.color-grey {
	color: #999;
}

.field {
	display: block;
	width: 100%;
	border: 2px solid #ddd;
	padding: 7px;
}

.nfhp-contact label {
	text-transform: uppercase;
	color: #44c8e8;
	font-size: 14px;
	font-weight: bold;
}

.partnership-dot {
	background: #c71d22;
	border-radius: 15px;
	border: 2px solid #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 30px;
	text-align: center;
	font-weight: bolder;
	color: #fff;
	line-height: 25px;
}

.partnership-dot:hover, .candidate-dot:hover {
	background: #f38630;
	color: #fff;
}

#partnerships-map-wrap {
	position: relative;
}

.partnership-dot:hover .tooltip, .candidate-dot:hover .tooltip {
	visibility: visible;
    opacity: 1;
}

.candidate-dot {
	border-radius: 15px;
	border: 2px solid #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 30px;
	line-height: 25px;
}

#map {
	height: 400px;
}

.row > .col_one_third:nth-child(3n+2) {
	clear: both;
}

.waters-wrap:nth-child(even) {
	clear: both;
}

#waters-archive {
	float: right;
}

#waters-archive button {
	border: none;
	text-transform: uppercase;
	color: #44c8e8;
	background: none;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
}

#waters-archive .dropdown-menu a {
	color: #f38630 !important;
	text-transform: none;
	letter-spacing: normal;
}

#to {
	display: none;
}

@media only screen and (max-width: 1330px) {
  .dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media only screen and (max-width: 1200px) {
	.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a {
    font-size: 11px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#header.full-header #logo {
		padding-right: 20px;
		margin-right: 20px;
		height: 100px;
	}
	
	#logo img {
		width: 150px;
		height: auto;
	}
}

@media only screen and (max-width: 1075px) {
	.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a {
		font-size: 10px;
	}
}

@media only screen and (max-width: 992px) {
	.header-graphic-text {
		top: 100px;
	}

	#map {
		display: none;
	}
	
	.pad-left {
		padding: 15px;
	}
}