/*
Theme Name: Shiloh House Custom
Theme URI: http://10for2.com
Author: Jason Chipman
Author URI: http://10for2.com
Description: A custom theme dynamically generated by http://generate.reduxframework.com/ and using _s theme (http://underscores.me)
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: shilohhouse
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Shiloh House is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Current Colors:

	blue: 053350;
		lt: 144666;
		dk: 022338;
	ltblue: 00a5b8;
		lt: 01E9FF;
		dk: 007E8A;
	green: cad82a;
		lt: DDEA51
		dk: A3B013;
	grey: f2f3f2;
	white: ffffff;

*/
/*Official Colors

Oxford Blue: 053350;
Robin Egg: 00a5b8;
Pear Green: cad82a;
Ghost White: F5FAF7;
Pure White: #fff;

*/
.blue { color: #053350;}
.ltblue { color: #00a5b8;}
.green { color: #cad82a;}
.grey { color: #f2f3f2;}
.white { color: #ffffff;}

.bluebg { background-color: #053350;}
.ltbluebg { background-color: #00a5b8;}
.greenbg { background-color: #cad82a;}
.greybg { background-color: #f2f3f2;}
.whitebg { background-color: #ffffff;}
.blue-gradient {
	color: white;
	background: #144666; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NDY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjIzMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #144666 0%, #022338 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#144666), color-stop(100%,#022338)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #144666 0%,#022338 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #144666 0%,#022338 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #144666 0%,#022338 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #144666 0%,#022338 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144666', endColorstr='#022338',GradientType=0 ); /* IE6-8 */
}
.ltblue-gradient {
	color: white;
	background: #01e9ff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxZTlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdlOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #01e9ff 0%, #007e8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01e9ff), color-stop(100%,#007e8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01e9ff 0%,#007e8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01e9ff 0%,#007e8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01e9ff 0%,#007e8a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #01e9ff 0%,#007e8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01e9ff', endColorstr='#007e8a',GradientType=0 ); /* IE6-8 */
}
.green-gradient {
	color: black;
	background: #ddea51; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZWE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhM2IwMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ddea51 0%, #a3b013 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddea51), color-stop(100%,#a3b013)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddea51 0%,#a3b013 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddea51 0%,#a3b013 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ddea51 0%,#a3b013 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ddea51 0%,#a3b013 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddea51', endColorstr='#a3b013',GradientType=0 ); /* IE6-8 */
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body { font-family: 'Open Sans Condensed', sans-serif; color: #333 !important;} /*Shortcode plugin breaks the color*/
h1 {font-family: 'Oswald', sans-serif; font-size: 2.5em; line-height: 1.5; margin: 0 0 20px; font-weight: bold;}
h2 {font-family: 'Oswald', sans-serif; font-size: 2.25em; line-height: 1.5; margin: 0 0 20px; font-weight: bold;  color: #00a5b8;}
h3 {font-family: 'Oswald', sans-serif; font-size: 2em; line-height: 1.5; margin-bottom: 15px; margin-top: 0;}
h4 {font-family: 'Oswald', sans-serif; font-size: 1.75em; line-height: 1.5; margin-bottom: 15px; margin-top: 0;}
h5 {font-family: 'Oswald', sans-serif; font-size: 1.5em; font-weight: bold;line-height: 1.5; color: #cad82a; text-shadow: 1px 0px 1px #777;}
h6 {font-family: 'Oswald', sans-serif; font-size: 1.25em; line-height: 1.5;font-weight: bold;}
p {font-family: 'Open Sans Condensed', sans-serif; font-size: 1.5em; line-height: 1.5; margin-bottom: 10px;}
b, strong { font-weight: bold;}
ul { list-style-type: none;}
ul li { line-height: 1.5em; font-size: 15px padding: 5px;}
ol li { line-height: 1.5em; font-size: 15px; padding: 5px;}
a { color: #053350;}
#primary h1 a, #primary h2 a, #primary h3 a, #primary h4 a, #primary h5 a, #primary h6 a { color: inherit; text-decoration: none; cursor: default;}
#primary h1 a:hover, #primary h2 a:hover, #primary h3 a:hover, #primary h4 a:hover, #primary h5 a:hover, #primary h6 a:hover { color: inherit; text-decoration: none;}
#primary h1 a:visited, #primary h2 a:visited, #primary h3 a:visited, #primary h4 a:visited, #primary h5 a:visited, #primary h6 a:visited,#primary h1 a:focus, #primary h2 a:focus, #primary h3 a:focus, #primary h4 a:focus, #primary h5 a:focus, #primary h6 a:focus { color: inherit; text-decoration: none;}
#primary h4 { margin-bottom: 20px;}
a.link-title {color:white;text-shadow: 1px 1px 5px #000;}
a.link-title:hover,a.link-title:focus {text-decoration: none;}
h4.blog-bg, h4.involved-bg {
  background-size: cover;
  background-position: center center;
  padding: 15%;
  text-align: center;
  font-size: 4em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-repeat: no-repeat;
}
h4.blog-bg:hover, h4.involved-bg:hover{ opacity:.75;}
h4.blog-bg {
  background-image: url(/wp-content/themes/shilohhouse/images/our-blog-full.jpg);
}
h4.involved-bg {
  background-image: url(/wp-content/themes/shilohhouse/images/get-involved-full.jpg);
}
#primary .post h1 a:hover, .search #primary h1 a:hover { text-decoration: underline; cursor: pointer;}
h6 small { display: block; text-align: right; padding: 5px 0;}
footer a { color: #00a5b8;}
.site-footer p { font-size: 110%;}
hr {
  /*border-top: 1px solid #bebebe;*/
  height: 1px;
  overflow: visible;
  border: none;
  background: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150, 150, 150, 0)), color-stop(15%, rgba(150, 150, 150, 0)), color-stop(50%, rgba(150, 150, 150, 0.65)), color-stop(85%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(150, 150, 150, 0)));
  background: -webkit-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -moz-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -ms-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -o-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1)
}
.lead { font-size: 18px; line-height: 1.5;}
.services-content h4 {  min-height: 50px;}
/*Blockquotes and Testimonial Rotator plugin*/
blockquote, #testimonial_rotator_wrap_403 .testimonial_rotator_quote p, .TestimonialRotatorWidget .testimonial_rotator_quote {
  border: 0;
  background: transparent;
  font-size: 2em;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
#testimonial_rotator_wrap_403 .testimonial_rotator_quote, .TestimonialRotatorWidget .testimonial_rotator_quote{  font-style: italic;} /*testimonial rotator plugin*/
#testimonial_rotator_wrap_403 .testimonial-rotator-view-more, .TestimonialRotatorWidget .testimonial-rotator-view-more{ font-size: .5em;} /*testimonial rotator plugin*/
#secondary #testimonial_rotator_wrap_403 .testimonial_rotator_quote, .TestimonialRotatorWidget .testimonial_rotator_quote{ font-size: 1.75em;}
blockquote q,  {
  display: inline;
  position: relative;
  font-style: italic;
}
blockquote q:before, #testimonial_rotator_wrap_403 .testimonial_rotator_quote p:before, .TestimonialRotatorWidget .testimonial_rotator_quote:before{
  content: '\201C';
  color: #00a5b8;
  font-size: 5em;
  font-weight: 700;
  opacity: .3;
  position: absolute;
  top: -40px;
  left: -20px;
  text-shadow: none;
  z-index: -1;
  font-family: Georgia, serif;
  padding-right: 25px;
}
blockquote q:after, #testimonial_rotator_wrap_403 .testimonial_rotator_quote p:after, .TestimonialRotatorWidget .testimonial_rotator_quote:after {
  content: '\201D';
  color: #00a5b8;
  font-size: 5em;
  font-weight: 700;
  opacity: .3;
  position: absolute;
  right: -20px;
  text-shadow: none;
  z-index: -1;
  font-family: Georgia, serif;
  padding-right: 25px;
  bottom: -100px;
}
blockquote p {font-size: inherit; display: inline;}
blockquote footer, .testimonial_rotator_author_info  { text-align: right; font-size: 75%; margin-top: 25px; border: 0;}
.sponsor-content #testimonial_rotator_wrap_403 .testimonial_rotator_slide:after, .sponsor-content .TestimonialRotatorWidget .testimonial_rotator_slide:after {background: none; }
#testimonial_rotator_wrap_403 .testimonial_rotator_slide:after, .TestimonialRotatorWidget .testimonial_rotator_slide:after{
  content:"";
  display: block;
  position: relative;
  height: 1px;
  overflow: visible;
  border: none;
  background: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150, 150, 150, 0)), color-stop(15%, rgba(150, 150, 150, 0)), color-stop(50%, rgba(150, 150, 150, 0.65)), color-stop(85%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(150, 150, 150, 0)));
  background: -webkit-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -moz-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -ms-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -o-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1);
}
#secondary p { font-size: 1.15em;}
#secondary li.btn-default { font-size: .85em;}
#secondary .testimonial_rotator_slide:after {background: none;}
#testimonial_rotator_wrap_403 .testimonial_rotator_slide_title, .TestimonialRotatorWidget .testimonial_rotator_slide_title{ display: none;} /* About Us testimonials*/
#testimonial_rotator_wrap_639 {
    margin: 0;
    padding: 0;
}
#testimonial_rotator_wrap_639 .testimonial_rotator.format-list .slide {
    margin-top: 0;
}
.testimonial_rotator.template-default .testimonial_rotator_author_info {
  padding: 10px 10px 10px 15px;
  border-right: solid 3px #efefef;
  border-left: 0;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #053350;
}
/*Buttons*/
.btn {
  display: inline-block;
  padding: 9px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease-in-out;
}
.btn.medium {padding: 14px 25px;}
.btn.large {padding: 19px 34px;}
.btn.cta {
  padding: 20px 30px;
  font-size: 120%;
  line-height: 1;
  min-width: 200px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #fff;
  background-color: #053350;
  border-color: #022338;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #144666;
  border-color: #022338;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #144666;
  border-color: #022338;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-search {
  color: #fff;
  background-color: #00a5b8;
  border-color: #007E8A;
  padding: 6px 12px;
}
.btn-search:hover,
.btn-search:focus,
.btn-search.focus,
.btn-search:active,
.btn-search.active,
.open > .dropdown-toggle.btn-search {
  color: #fff;
  background-color: #007E8A;
  border-color: #007E8A;
}
.btn-primary {
  color: #000;
  background-color: #cad82a;
  border-color: #A3B013;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #DDEA51;
  border-color: #A3B013;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #DDEA51;
  border-color: #A3B013;
}
.btn-primary .badge {
  color: #cad82a;
  background-color: #fff;
}
.btn-secondary {
  color: #053350;
  background-color: rgba(242, 243, 242, .75);
  border-color: #053350;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #f2f3f2;
  background-color: #053350;
  border-color: #053350;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #f2f3f2;
  border-color: #053350;
}
.btn-secondary .badge {
  color: #053350;
  background-color: #f2f3f2;
}
/**/
.btn-secondary-inv {
  color: #f2f3f2;
  background-color: rgba(5, 51, 80, .75);
  border-color: #f2f3f2;
}
.btn-secondary-inv:hover,
.btn-secondary-inv:focus,
.btn-secondary-inv.focus,
.btn-secondary-inv:active,
.btn-secondary-inv.active,
.open > .dropdown-toggle.btn-secondary-inv {
  color: #f2f3f2;
  background-color: #053350;
  border-color: #053350;
}
.btn-secondary-inv:active,
.btn-secondary-inv.active,
.open > .dropdown-toggle.btn-secondary-inv {
  background-image: none;
}
.btn-secondary-inv.disabled,
.btn-secondary-inv[disabled],
fieldset[disabled] .btn-secondary-inv,
.btn-secondary-inv.disabled:hover,
.btn-secondary-inv[disabled]:hover,
fieldset[disabled] .btn-secondary-inv:hover,
.btn-secondary-inv.disabled:focus,
.btn-secondary-inv[disabled]:focus,
fieldset[disabled] .btn-secondary-inv:focus,
.btn-secondary-inv.disabled.focus,
.btn-secondary-inv[disabled].focus,
fieldset[disabled] .btn-secondary-inv.focus,
.btn-secondary-inv.disabled:active,
.btn-secondary-inv[disabled]:active,
fieldset[disabled] .btn-secondary-inv:active,
.btn-secondary-inv.disabled.active,
.btn-secondary-inv[disabled].active,
fieldset[disabled] .btn-secondary-inv.active {
  background-color: #053350;
  border-color: #f2f3f2;
}
.btn-secondary-inv .badge {
  color: #f2f3f2;
  background-color: #053350;
}
/**/
.btn-success {
  color: #000;
  background-color: #cad82a;
  border-color: #A3B013;
}
.btn-success {
  color: #000;
  background-color: #cad82a;
  border-color: #A3B013;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #000;
  background-color: #DDEA51;
  border-color: #A3B013;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #cad82a;
  border-color: #A3B013;
}
.btn-success .badge {
  color: #cad82a;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #00a5b8;
  border-color: #007E8A;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #007E8A;
  border-color: #007E8A;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00a5b8;
  border-color: #007E8A;
}
.btn-info .badge {
  color: #00a5b8;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #053350;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* Wells*/
.well-lg {
    font-size: 26px;
    font-style: italic;
    background: #00a5b8;
    color: #fff;
    text-shadow: 1px 1px 5px #6B6B6B;
}
/* Lists */
.list-group-item { border: 0; background-color: transparent;}
li.pagenav { list-style-type: none; margin-top: 25px;} /*Sitemap header list item*/
/* Columns */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/* Alerts */
.home .alert {
    text-align: center;
    margin-bottom: 0;
}
.home .alert p { margin-bottom: 0;}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
#masthead .row{
  max-width: 1100px;
  margin: 0 auto;
}
/*Gravity Forms*/
body .home-form_wrapper .gform_heading {
    width: 40%;
    float: left;
    margin: 25px 0 0 0;
    color: #ffffff;
    padding: 0 15px 0 0;
}
body .home-form_wrapper .gform_heading:after {
    visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body .home-form_wrapper .gform_body {
    float: left;
    width: 45% !important;
}
body .home-form_wrapper span.gform_description {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.75em;
  line-height: 1.2;
  /* margin-bottom: 10px; */
}
body .home-form_wrapper .gform_description i {
    /*width: 16%; */
    /*height: 60px;*/
    float: left;
    margin-right: 15px;
}
body .home-form_wrapper .top_label .gfield_label {
    font-size: 14px;
    color: #053350;

}
body .home-form_wrapper ul li.gfield { margin-top: 0 !important;}
body .home-form_wrapper .ginput_complex label { font-size: 12px; color: #ffffff;}
body .home-form_wrapper .gfield_required { color: #CAD82A; }
body .home-form_wrapper .gform_footer {
  float: left;
  width: 14% !important;
  clear: right;
  margin-top: 17px;
}
body .home-form_wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body .home-form_wrapper .gform_footer input.button, body .home-form_wrapper .gform_footer input[type=submit] {
  float: right;
}
body .home-form_wrapper { margin: 0; max-width: 100%;}

body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
body .home-form_wrapper #input_1_2 { margin-top: 2px;} /*aligns email address field with name field*/
/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
#masthead {
  background: #F5FAF7;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(5, 51, 80);
}
/*#masthead .container { padding: 25px 0 0;}*/
#masthead .navbar .container { padding: 0;}
#masthead .container {position: relative;}
#masthead  .navigation {
  position: absolute;
  bottom: 0;
  right: 0;
}
#masthead .logo, #masthead .navigation { padding-bottom:0;}
#masthead .input-group {
    max-width: 350px;
    margin: 0 auto;
}
/*#masthead #searchform {  margin-top: 25px;}*/
#masthead .search{ padding: 10px 0; float:right; max-width: 250px;}
.logo { padding-left: 0;}
a.brand {
  display: block;
  margin: auto;
  max-width: 300px;
}

.slogan { text-align: center; font-style: italic;  margin-top: 10px;}

/*--------------------------------------------------------------
5.05 Navigation
--------------------------------------------------------------*/
ul#main-menu { width: 100%; padding:30px 0 0;}
.menu-new-menu-container {margin: 0 -30px;}/* Fixes lack of row support*/
.navbar { margin-bottom: 0;}
.navbar-nav > li {width: 25%; text-align: center;}
/*ul.nav li.dropdown:hover > ul.dropdown-menu {display: block;} /*Dropdown on hover*/
a.btn.btn-navbar { padding: 12px; float: right;}
a.btn-navbar .icon-bar {
  display: block;
  width: 28px;
  height: 5px;
  background-color: #000;
  border-radius: 1px;
  margin: 2px 0;
}
.navbar {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
}
.navbar-default {
  background: none;

}
.navbar-default .navbar-nav > li > a {
  color: #053350;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease-in-out;
  border-left: 1px solid;
  /*text-shadow: 1px 1px 1px #474747;*/
  letter-spacing: 1px;
  font-size: 135%;
}
/*.navbar-default .navbar-nav > li:last-child > a { border-right: 1px solid; }*/
.navbar-default .navbar-nav > li:first-child > a { border-left: 0; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #053350; background-color: inherit;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #053350;
  /*background: #F5FAF7;*/
  text-decoration: underline;
  /*
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NDY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjIzMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #144666 0%, #022338 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#144666), color-stop(100%,#022338));
  background: -webkit-linear-gradient(top,  #144666 0%,#022338 100%);
  background: -o-linear-gradient(top,  #144666 0%,#022338 100%);
  background: -ms-linear-gradient(top,  #144666 0%,#022338 100%);
  background: linear-gradient(to bottom,  #144666 0%,#022338 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144666', endColorstr='#022338',GradientType=0 );
  */
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #053350;
  background: #F5FAF7;
  text-decoration: underline;
  /*
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NDY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjIzMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #144666 0%, #022338 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#144666), color-stop(100%,#022338));
  background: -webkit-linear-gradient(top,  #144666 0%,#022338 100%);
  background: -o-linear-gradient(top,  #144666 0%,#022338 100%);
  background: -ms-linear-gradient(top,  #144666 0%,#022338 100%);
  background: linear-gradient(to bottom,  #144666 0%,#022338 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144666', endColorstr='#022338',GradientType=0 );
  */
}
.navbar-collapse { max-height: none;}
.dropdown-menu {
  background: #00a5b8;
  padding: 0;
  min-width: 180px;
}
.dropdown-menu > li > a {
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease-in-out;
  border-bottom: 1px solid;
  font-size: 125%;
}
.dropdown-menu > li:last-child > a { border-bottom: 0;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #053350;
  color: white;
}
/*Sidebar menus*/
ul#sidebar-menu { width: 100%; padding: 0;}
#secondary .navbar-default { background: transparent;}
#secondary .navbar-default:after { content: "";display: table;}
#secondary .navbar-nav > li {
  width: 100%;
  float: none;
  line-height: 1.3333333;
  border-radius: 6px;
  margin-bottom: 5px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease-in-out;
}
#secondary .navbar-nav > li a { border: 0; border-radius: 6px; color: inherit;  text-shadow: inherit; }
#secondary .navbar-default .navbar-nav > li > a:hover { background: none; }
#secondary .navbar-default .navbar-nav > .active > a {
    color: #fff;
    background-color: #144666;
    border-color: #022338;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#footer-menu li {
  padding: 5px;
  display: inline-block;
  line-height: 1;
  border-right: 1px solid #053350;
  margin-bottom: 5px
}
#footer-menu li:last-child { border-right: 0;}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget { margin-bottom: 25px;}
footer .widget { margin-bottom: 0;}
.widget:after {
    content: "";
    display: table;
    clear: both;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.container-fluid #primary {
    padding-left: 0;
    padding-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-bottom: 25px;
}
.content-area, .widget-area { padding-top: 40px; padding-bottom: 40px;}
.home .content-area, .page-template-full-width-template .content-area {padding-top: 0px; padding-bottom: 0px;}
.site-content {position: relative;}
.page-title-container {
    padding: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 112px;
}
.page-title-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,51,80,.7);
    z-index: 0;
    display: block;
}
.page-title {
  margin: 15px auto;
}
.page-title .entry-title {
    margin: 0;
    color: white;
    z-index: 1;
    position: relative;
}
.single-testimonial .page-title-container {background-image: url(/wp-content/uploads/2015/02/2.jpg);} /*change img*/
.single.single-job .page-title-container{background-image: url(/wp-content/uploads/2015/02/jobs.jpg);}


.category .page-title-container {background-image: url(/wp-content/uploads/2015/02/4.jpg);}
.date .page-title-container {background-image: url(/wp-content/uploads/2015/02/4.jpg);}
.single .page-title-container {background-image: url(/wp-content/uploads/2015/02/4.jpg);}
.single-testimonial .page-title-container {background-image: url(/wp-content/uploads/2015/02/2.jpg);}
.category-events .page-title-container {background-image: url(/wp-content/uploads/2015/06/events.jpg);}
.single.events .page-title-container, .single.upcoming-events .page-title-container{background-image: url(/wp-content/uploads/2015/06/events.jpg);}
.category-news .page-title-container {background-image: url(/wp-content/uploads/2015/02/4.jpg);}
.single.news .page-title-container {background-image: url(/wp-content/uploads/2015/02/4.jpg);}
.tag.news .page-title-container {background-image: url(/wp-content/uploads/2015/02/4.jpg);}
.tag.events .page-title-container {background-image: url(/wp-content/uploads/2015/06/events.jpg);}
.search .page-title-container, .error404 .page-title-container {background-image: url(/wp-content/uploads/2015/07/search.jpg);}

/* Posts */
.entry-meta { margin-bottom: 5px;}
.edit-link, .read-more { text-align: right;}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/*Home*/
.sponsor-content { padding: 10px 0; /*background: #144666; border-top: 1px solid #022338; border-bottom: 1px solid #022338;*/}
.sponsor-content .col-lg-12,.sponsor-content .col-md-12,.sponsor-content .col-xs-12,.sponsor-content .col-sm-12 { padding:0;}
.sponsor-content .slick-slider { margin-bottom: 0;}
.featured-content { padding: 40px 15px; }
.featured-content p {
  font-size: 2em;
  text-align: center;
}
.newsletter-signup { background: #00a5b8; padding: 10px 15px;}
.about-content { padding: 40px 15px; background: #F2F3F2; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.services-content { padding-top: 40px; padding-bottom: 40px;}
#services-section-1, #services-section-3, #services-section-5, #services-section-7, #services-section-9, #services-section-11, #services-section-13, #services-section-15, #services-section-17, #services-section-19 {background: #F2F3F2; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.support-content { padding-top: 40px; padding-bottom: 40px;}
#support-donate { background: #00a5b8; color: #ffffff;}
#support-partners {background: #F2F3F2; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
/*Services*/
.page-id-12 #primary {padding-bottom: 0;}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.3 Footer
--------------------------------------------------------------*/
#footer-area {
  background: #053350;
  color: #ffffff;
  padding: 25px 0;
}
#footer-area li.widget { list-style-type: none;}
.footer-menu { padding-bottom: 10px;}
.site-info { padding-bottom: 10px;}
.accreditations { padding-bottom: 10px;}
.accreditations p { margin: 0;}
#footer-menu { margin-bottom: 0; padding-left: 0; font-size: 14px;}
#colophon {
  background: #022338;
  padding: 25px 0;
  color: #ffffff;
  font-size: 75%;
}
.entry-footer:after {
  display: table;
  content: "";
  clear: both;
}
.single-testimonial .entry-footer {
    margin-top: 100px;
    z-index: 1;
    position: relative;
}
/*.social-links { text-align: right; padding: 0; margin-bottom: 10px;}*/
.social-links i.fa {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-links .fa:hover, .social-links .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.social-links i {
  color: #f2f3f2;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
}
.social-links i.fa-facebook { background-color: #3b5998;}
.social-links i.fa-twitter { background-color: #00aced;}
.social-links i.fa-linkedin { background-color: #007bb6;}
.social-links i.fa-google-plus { background-color: #dd4b39;}
.social-links i.fa-vimeo-square { background-color: #45bbff;}
.social-links i.fa-envelope, .social-links i.fa-envelope-o { background-color: #cad82a; color: #053350;}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/


/*--------------------------------------------------------------
12.0 Media / Images
--------------------------------------------------------------*/
.noborder{ border: 0 !important;}

img.attachment-post-thumbnail.wp-post-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.entry-content img{
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.entry-content img.img-circle {
  border: 2px solid #053350;
  padding: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 0;
}
.sponsor-content img { border: 0;  max-height: 50px; margin: 0;}
.site-copyright img { margin: 10px 5px;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.right.carousel-control, .left.carousel-control { background-image: none;}
.carousel-control { color: #053350;}
.carousel-control:hover, .carousel-control:focus { color: #022338;}
.carousel img { margin: 0; width: 100%;}
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
13.0 Media Queries
--------------------------------------------------------------*/
@media (max-width: 992px) { /*adjusts for word wrap*/
  .navbar-default .navbar-nav > li > a { line-height: 1; font-size: 100%; letter-spacing: inherit; }
  .navbar-default .navbar-nav li.menu-item-36 a, .navbar-default .navbar-nav li.menu-item-29 a { line-height: 20px;}
  body .home-form_wrapper .gform_heading { width: 100%; float: none; clear: both; height: 100%; padding: 0;}
  body .home-form_wrapper .gform_description i { height: auto; width: auto}
  body .home-form_wrapper .gform_body { width: 75% !important;}
  body .home-form_wrapper .gform_footer { width: 25% !important;}
  #contact-widget-13, #contact-widget-12 { width: 50%; float: left;}
}
@media (min-width: 768px) {
  a.btn.btn-navbar{ display: none;}
  .lead { font-size: 26px; }
}

@media (max-width: 767px) {
  #masthead .logo { width: 75%;}
  #masthead .navigation { position: relative; margin-top: -40px;}
  #masthead .search{ display: none;}
  a.btn.btn-navbar{ display: inline-block;}
  a.btn.btn-navbar:before {
    content: "Menu";
    position: absolute;
    right: 55px;
    top: 15px;
    color: #fff;
  }
  ul#main-menu { padding: 0;}
  .navbar-nav { margin: 0;}
  .navbar-nav > li { width: 100%; border-bottom: 1px solid #ffffff;}
  .navbar-default .navbar-nav > li > a { border-left: 0; background: #00a5b8; color: #fff;}
  .navbar-collapse { padding: 0;}
  .navbar-default .navbar-nav > li:last-child > a { border-right: 0;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #053350;}
  .navbar-default .navbar-nav li.menu-item-36 a, .navbar-default .navbar-nav li.menu-item-29 a { line-height: 40px;}
  .navbar-default .navbar-nav li.menu-item-36 li a, .navbar-default .navbar-nav li.menu-item-29 li a { line-height: 20px;}
  .dropdown-menu {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:0;
    text-align: center;
  }
  .dropdown-menu > li { width: 100%;}
  .dropdown-menu > li > a { border: 0; font-size: inherit;}
  .social-links { text-align: center;}
  .btn.cta { min-width: 75px; font-size: 1.75em; padding: 10px 25px;}
}

@media (max-width: 640px) {
  body .home-form_wrapper .gform_body { width: 100% !important;}
  body .home-form_wrapper .gform_footer { width: 100% !important; padding: 0;}
  #contact-widget-13, #contact-widget-12 { width: 100%; float: none;}
  .site-copyright img{ max-height: 25px}
  .accreditations, .site-info { text-align: center;}
  #masthead #searchform {margin-top:0;}
  h4.blog-bg, h4.involved-bg { padding: 5%; font-size: 3em; }
}
