/*
Theme Name: Fuqua Fifteen
Theme URI: http://jbfuqua.com/
Description: A WordPress theme for the Fuqua site using Bootsrap v3.3.7
Version: 2.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* COLORS & FONTS */

/*-------------------------------------------------------------------------*/

/* light blue = #77B6D8 */
/* dark blue = #468CB2 */

/* font-family: 'Merriweather', 'Times New Roman', Times, serif; (300) */
/* font-family: 'Merriweather Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; (300, 700) */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
	background-color: #FFF;
	font: 300 16px/180% 'Merriweather Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #626262;
}
header, a, img, li{
    -moz-transition: all 0.3s ease; /* Firefox 4 */
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
a {
	color: #77B6D8;
	border-bottom: 1px solid #77B6D8;
	text-decoration: none;
}
a:hover {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a:active {
	color: #77B6D8;
	border-bottom: 1px solid #77B6D8;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	opacity: 0.6;
}
p {
	margin: 0 0 24px 0;
}
ul, ol {
	margin: 0;
}
.single #content ul, .single #content ol {
	margin: 0 0 24px 0;
}
li {
	line-height: 156%;
	margin: 0 0 8px 0;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
	font-weight: 600;
}
em, i {
	font-style: italic;
}
address {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 100;
	line-height: 120%;
}
blockquote {
	clear: both;
	color: #525252;
	background-color: #f4f4f4;
	font-size: 22px;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.50);
	border-left: none;
	padding: 20px 30px;
	margin: 0 0 24px 0;
	overflow: hidden;
}
hr {
	clear: both;
	background-color: #d5d5d5;
	border: 0;
	height: 1px;
	margin: 30px 0 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.orange {
	color: #D56D3D;
}
.red {
	color: #C63527;
}
.blue {
	color: #77B6D8;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase{
	text-transform: uppercase;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-filled-"]:before,
[class*=" icon-filled-"]:before {
	font-size: 22px;
	margin-top: -4px;
	margin-right: 3px;
	vertical-align: middle;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

[role="main"] {
	padding-top: 0;
}
@media (max-width: 992px) {
	[role="main"] {
		padding-top: 0;
	}
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar-fixed-top {
	background-color: transparent;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-fixed-top a {
	border-bottom: none;
}
.navbar-fixed-top a:hover {
	border-bottom: none;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}
.navbar-fixed-top .logo {
	height: 100%;
}
.navbar-fixed-top .logo h1 {
	font-size: 24px;
	line-height: 60px;
	margin: 0;
}
.navbar-fixed-top .logo > a {
	display: block;
	height: 36px;
	margin: 30px 0 30px 30px;
}
.navbar-fixed-top .logo > a img {
	max-height: 100%;
}
.navbar-fixed-top .logo > a.hide-logo {
	display: block;
}
.navbar-fixed-top .logo > a.show-logo {
	display: none;
}

/* --- SMALL NAV BAR --- */

.navbar-fixed-top.small {
	background-color: #FFF;
	border: none;
	-moz-box-shadow:    0 4px 12px 0 rgba(0, 0, 0, 0.35);
	box-shadow:         0 4px 12px 0 rgba(0, 0, 0, 0.35);
	top: 0 !important;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-fixed-top.small .logo h1 {
	line-height: 50px;
	margin: 0;
}
.navbar-fixed-top.small .logo > a {
	height: 36px;
	margin: 30px 0 30px 30px;
}

/* --- MOBILE TOGGLE ICON --- */

.navbar-fixed-top .mobile-menu-toggle {
	height: 100%;
	display: none;
	cursor: pointer;
}
.navbar-fixed-top .mobile-menu-toggle span {
	display: block;
	/* background-color: rgba(0, 0, 0, 0.4); */
	border: 1px solid #468CB2;
	float: right;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	margin-right: 0;
	text-align: center;
	width: 35px;
	height: 33px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/* --- HEADER SEARCH BAR --- */

/*
a.searchlink {
	position: absolute;
	top: 49px;
	right: 50px;
	text-decoration: none;
}
a.searchlink .glyphicon {
	color: #FFF;
	font-size: 16px;
}
.small a.searchlink {
	top: 32px;
}
.small a.searchlink .glyphicon {
	color: #77B6D8;
}
h1.search-title {
	margin-bottom: 4px;
}
h3.search-title {
	margin: 0;
}
h3.search-title a {
	color: #4A4A4A;
}
h5.search-title {
	margin-bottom: 30px;
}
*/

/* --- HEADER SEARCH BAR --- */

/*
.headersearch {
	width: 100%;
	background: rgba(0, 0, 0, 0.30);
	height: 0;
	overflow: hidden;
	top: 117px;
	z-index: 100;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	padding-left: 24px;
}
.admin-bar .headersearch {
	top: 148px;
}
.headersearch .container,
.headersearch .row,
.headersearch form,
.headersearch fieldset {
	height: 100%;
}
.headersearch form {
	margin: 0;
}
.headersearch form fieldset {
	text-align: right;
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.headersearch form fieldset:after {
	font-family: 'Glyphicons Halflings';
	content: "\e003";
	position: absolute;
	color: #9A9A9A;
	top: 24px;
	right: 0;
	font-size: 28px;
}
.headersearch form fieldset input {
	border: 0;
	margin: 14px 0 18px 0;
	padding: 0 50px 0 0;
	background: none;
	color: #BABABA;
	font-size: 28px !important;
	font-weight: 300;
	text-align: right;
	line-height: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.headersearch form fieldset input:focus {
	background: none;
	color: #DADADA;
	font-weight: 300;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.headersearch form fieldset input::-webkit-input-placeholder {
	color: #BABABA;
	font-weight: 300;
}
*/

@media (max-width: 992px) {
	.navbar-fixed-top .logo > a.hide-logo {
		display: none;
	}
	.navbar-fixed-top .logo > a.show-logo {
		display: block;
	}
	.navbar-fixed-top {
		position: relative !important;
		height: auto !important;
	}
	.navbar-fixed-top .logo > a {
		height: 36px;
		margin: 30px 0 30px 0;
	}
	.navbar-fixed-top + [role="main"] {
		padding-top: 0 !important;
	}
	.navbar-fixed-top .sf-menu {
		margin: 0 !important;
	}
	.navbar-fixed-top .desktop-menu {
		display: none;
	}
	.navbar-fixed-top .mobile-menu-toggle {
		display: block;
	}
/*
	.headersearch {
		display: none;
	}
*/
}
@media (max-width: 767px) {
	.navbar-fixed-top .logo > a {
		height: 36px;
		margin: 30px 0 30px 0;
	}
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

.sf-menu,
.sf-menu * {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu {
	float: right;
	height: 50px;
	margin: 30px 23px 0 0;
}
.small .sf-menu {
	margin: 30px 23px 0 0;
}
.sf-menu ul {
	background-color: #FFF;
	min-width: 12em;
}
.sf-menu li {
	white-space: nowrap;
	margin-top: 0;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #FFF;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow:         0 3px 7px 0 rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease;
}
.sf-menu li.menu-item-has-children:hover {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
	color: #77B6D8;
	text-decoration: none;
}
.sf-menu li:hover > a:after,
.sf-menu li.sfHover > a:after {
	display: none;
}
.sf-menu li:hover + li > a:after,
.sf-menu li.sfHover + li > a:after {
	display: none;
}

/*
.sf-menu li.current-menu-item {
	background: #f2f2f2;
}
.sf-menu li.current-menu-item > a {
	color: #222;
}
.sf-menu li.current-menu-item > a:after {
	display: none;
}
.sf-menu li.current-menu-item + li > a:after {
	display: none;
}
*/

.sf-menu li.first-menu-item > a:after {
	display: none;
}
.sf-menu li a {
	color: #FFF;
	font-size: 17px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px;
}
.small .sf-menu li a {
	color: #77B6D8;
}
.sf-menu li > a {
	position: relative;
}
.sf-menu li > a:after {
	content: '';
	display: block;
	height: 13px;
	width: 0;
	position: absolute;
	left: 0;
	top: 20px;
	border-left: none;
}

/* toggle icon in main menu */

.sf-menu li.nav-toggle > a {
	margin-left: -20px;
	padding: 10px 40px;
}
.sf-menu li.nav-toggle > a:after {
    position: relative;
	top: 2px;
	left: 6px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e236";
}

/* --- SINGLE DROP DOWN MENUS --- */

.sf-menu li ul {
	-moz-box-shadow:    0 4px 7px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow:         0 4px 7px 0 rgba(0, 0, 0, 0.35);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 0;
	padding: 10px 15px 12px 15px;
}
.sf-menu li ul li {
	background-color: transparent;
	border: 1px solid #FFF;
	margin: 0;
	padding: 0;
}
.sf-menu li ul li:hover,
.sf-menu li ul li.sfHover {
	transition: all 0.3s ease;
	box-shadow: none !important;
}
.sf-menu li ul li a {
	color: #468CB2;
	font-size: 16px;
	font-weight: 300;
	border: none;
	line-height: 110%;
	text-transform: none;
	padding: 5px;
}
.small .sf-menu li ul li a {
	color: #468CB2;
}
.sf-menu li ul li a:hover {
	color: #FFF;
	background-color: #468CB2;
	border: none;
	border-radius: 4px;
}
.sf-menu li ul li a:after {
	display: none;
}

/* --- MEGAMENUS --- */

/*
.sf-menu ul li ul li .cs-link {
  display: block;
  position: relative;
  padding: 12px;
  color: #333;
  border-top: 1px solid #eeeeee;
}
.sf-menu ul li ul li .cs-link:hover {
  color: #428bca;
  background-color: #f8f8f8;
  text-decoration: none;
}
.sf-menu ul li ul li .cs-link > .cs-in {
  margin-right: 5px;
}
.sf-menu ul li ul ul {
  top: 0;
  left: 100%;
}
.sf-menu > ul > li {
  float: left;
}
.sf-menu > ul > li > .cs-link {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
}
.sf-menu > ul > li > .cs-link:hover {
  color: #428bca;
  text-decoration: none;
}
.sf-menu > ul > li > .cs-link > .cs-in {
  margin-right: 5px;
}
.sf-menu > ul > li:last-child > .cs-link {
  padding-right: 0;
}
.sf-menu > ul > li > ul {
  border-top: 2px solid #428bca;
  margin-top: -2px;
}
.sf-menu > ul > li > ul > li:first-child > .cs-link {
  border-top: none;
}
.sf-menu .cs-mega-menu {
	position: inherit;
}
*/

.sf-menu .cs-mega-menu > ul {
	width: 100%;
	left: 0;
	padding-left: 0;
	padding-right: 0;
}
.sf-menu .cs-mega-menu > ul > li {
	float: left;
	padding: 0;
}
.sf-menu .cs-mega-menu > ul > li:last-child {
	border: none;
}
.sf-menu .cs-mega-menu > ul > li .cs-title {
	background-color: transparent;
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 3px;
	border: none;
}
.sf-menu .cs-mega-menu > ul > li .cs-title:hover {
	color: #77B6D8;
	border: none;
}
.sf-menu .cs-mega-menu > ul > li .cs-title:after {
	display: none;
}
/*
.sf-menu .cs-mega-menu > ul > li ul li .cs-title:hover {
	background-color: transparent;
}
*/
.sf-menu .cs-mega-menu > ul > li:hover {
	box-shadow: none !important;
}
.sf-menu .cs-mega-menu > ul > li ul {
	clear: both;
	display: block !important;
	position: relative !important;
	left: 0 !important;
	opacity: 1 !important;
	width: 100% !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.sf-menu .cs-mega-menu > ul > li ul li a {
	white-space: normal;
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sf-menu .cs-custom,
.sf-menu .cs-natural {
	position: relative;
}

/* --- adjust column widths depending on drop down's overflow --- */

.sf-menu .cs-col-2 > ul {
	width: 440px;
}
.sf-menu .cs-col-3 > ul {
	width: 680px;
}
.sf-menu .cs-col-4 > ul {
	width: 830px;
}
.sf-menu .cs-col-5 > ul {
	width: 500px;
}
.sf-menu .cs-col-6 > ul {
	width: 600px;
}
.sf-menu .cs-right > ul {
	left: auto !important;
	right: 0;
}

/* --- unused label and description styles --- */
/*
.sf-menu .cs-label {
  position: relative;
  top: -5px;
  left: 3px;
  padding: 1px 4px;
  font-size: 9px;
  text-transform: uppercase;
}
.sf-menu .cs-column-title {
	cursor: inherit;
}
.sf-menu .cs-content {
	display: block;
	font-size: 11px;
	padding-top: 5px;
	opacity: 0.7;
}
.sf-menu .cs-full-content {
	margin: 10px;
}
/*
.sf-menu .current-menu-ancestor > .cs-link,
.sf-menu .current-menu-item > .cs-link {
	color: #930;
}
*/

/* --- MOBILE MENU --- */

.mobile-menu {
	clear: both;
	display: none;
	background: #FFF;
	padding: 0 17px 0 17px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid #e5e5e5;
}
.mobile-menu ul li span {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 1;
}
.glyphicon-menu-hamburger:before {
	/* icon in toggle */
	color: #468CB2;
}
.mobile-menu ul li a {
	display: block;
	color: #77B6D8;
	padding: 12px 0 15px 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #77B6D8;
}
.mobile-menu ul li a.active span {
	color: #77B6D8;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid #e5e5e5;
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
 	padding-left: 32px;
 	text-transform: none;
 	font-size: 16px;
 	font-weight: 300;
}
.mobile-menu ul .sub-menu li li a {
 	padding-left: 52px;
 	text-transform: none;
 	font-size: 14px;
 	font-weight: 300;
}

/* --- MOBILE SEARCH FORM --- */

.mobile-menu form {
	background: #FFF;
	margin: 17px 0;
}
.mobile-menu form fieldset {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.mobile-menu form fieldset:after {
	font-family: 'Glyphicons Halflings';
	content: "\e003";
	position: absolute;
	color: #d5d5d5;
	top: 17px;
	left: 10px;
	font-size: 20px;
}
.mobile-menu form fieldset input {
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0 0 0 40px;
	background: none;
	color: #d5d5d5;
	font-size: 20px !important;
	font-weight: 300;
	line-height: 30px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mobile-menu form fieldset input:focus {
	background: none;
	color: #4a4a4a;
	font-weight: 300;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mobile-menu form fieldset input::-webkit-input-placeholder {
	color: #d5d5d5;
	font-weight: 300;
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	color: #4A4A4A;
	font-family: 'Merriweather', 'Times New Roman', Times, serif;
	font-size: 42px;
	font-weight: 300;
	line-height: 100%;
	text-align: center;
	margin: 60px 0 0 0;
	padding: 0;
}
h2 {
	/* post titles */
	color: #4A4A4A;
	font-family: 'Merriweather', 'Times New Roman', Times, serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 120%;
	margin: 0 0 24px 0;
	padding: 0;
}
h3 {
	/* paragraph title  - with spacing below */
	color: #4A4A4A;
	font-family: 'Merriweather', 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 140%;
	margin: 0 0 6px 0;
	padding: 0;
}
h4 {
	/* paragraph title - no spacing below */
	color: #4A4A4A;
	font-family: 'Merriweather', 'Times New Roman', Times, serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 140%;
	margin: 8px 0 0 0;
	padding: 0;
}
h5 {
	/* smaller title  - with spacing below */
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 300;
	line-height: 160%;
	margin: 0;
	padding: 0;
}
h6 {
	/* smaller title - no spacing below */
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 300;
	line-height: 160%;
	margin: 24px 0 0 0;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a {
	color: #4A4A4A;
	border-bottom: none;
}
h1 a:hover, h2 a:hover {
	color: #4A4A4A;
	border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
	h1 {
		font-size: 38px;
		text-align: left;
	}
}

/*-------------------------------------------------------------------------*/

/* HEADER IMAGE  */

/*-------------------------------------------------------------------------*/

#header-image {
	clear: both;
	background-color: #000 !important;
	text-align: center;
	width: 100%;
	height: 420px;
}
#header-image:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
#header-image img {
	filter: alpha(opacity=72);
	opacity: 0.72;
}

/*-------------------------------------------------------------------------*/

/* SECTION BACKGROUNDS  */

/*-------------------------------------------------------------------------*/

.white-bg-first {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 60px;
}
.white-bg {
	background-color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.white-bg .video-wrapper {
	background-color: #F6F6F6;
	border-radius: 4px;
	padding: 8px;
}
.gray-bg {
	background-color: #F2F2F2;
	padding-top: 60px;
	padding-bottom: 60px;
}
.gray-bg .video-wrapper {
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
}
.blue-bg {
	background-color: #77B6D8;
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6,
.blue-bg h1 a, .blue-bg h2 a, .blue-bg h3 a, .blue-bg h4 a, .blue-bg h5 a, .blue-bg h6r a {
	color: #FFF;
}
.blue-bg a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
.blue-bg a:hover {
	color: #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	text-decoration: none;
}
.blue-bg a:active {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
.blue-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px;
}

/*-------------------------------------------------------------------------*/

/* CALLOUTS  */

/*-------------------------------------------------------------------------*/

.callout {
	background: url(images/icon_blockquote.png) no-repeat center -10px / 58px 58px;
	text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: 0;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: visible !important;
}
.callout p {
	color: #4A4A4A;
	font-family: 'Merriweather', 'Times New Roman', Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	line-height: 150%;
	margin-bottom: 6px;
}
.blue-bg .callout p {
	color: #FFF;
}
.callout span {
	color: #828282;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}
@media (max-width: 767px) {
	.callout p {
		font-size: 20px;
	}
}
.blue-bg .callout {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.blue-bg .callout p,
.blue-bg .callout span {
	color: #FFF;
}
.gray-bg .callout {
	background-color: #F2F2F2;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

/* --- ONE COLUMN --- */

.one-column {
	text-align: left;
}

/* --- TWO COLUMN LIST --- */

#two-column-list .one-column {
	padding-bottom: 30px;
}
#two-column-list p {
	margin: 0 0 36px 0;
}

/* --- THREE COLUMN LIST --- */

#three-column-list .one-column {
	padding-bottom: 20px;
}
a.three-column-list-box {
	display: block;
	border-bottom: none;
	font-size: 15px;
	line-height: 160%;
	color: #FFF;
}
a:hover.three-column-list-box {
	border-bottom: none;
	opacity: 0.8;
}
.three-column-list-columns {
	margin-bottom: 30px;
}
.three-column-list-columns a h4 {
	color: #FFF;
	text-align: center;
}
.three-column-list-columns .light-blue-bg {
	background-color: #77B6D8;
	border-radius: 4px;
	margin-bottom: 7px;
	padding: 20px;
}
.three-column-list-columns .medium-blue-bg {
	background-color: #436D8E;
	border-radius: 4px;
	margin-bottom: 7px;
	padding: 20px;
}
.three-column-list-columns .dark-blue-bg {
	background-color: #77B6D8;
	border-radius: 4px;
	margin-bottom: 7px;
	padding: 20px;
}
.three-column-list-columns p {
	margin-bottom: 0;
}
.three-column-list-columns ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.three-column-list-columns ul li {
	margin: 0 0 7px 0;
	padding: 0;
}
.three-column-list-columns ul li a {
	display: block;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 4px;
	color: #77B6D8;
	font-size: 15px;
	font-weight: 300;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.three-column-list-columns ul li a:hover {
	color: #77B6D8;
	border: 1px solid #d2d2d2;
	background-color: #f8f8f8;
	text-decoration: none;
}

/* --- ADD SPACE TO COLUMNS ABOVE --- */


.copy {
	padding-left: 26px;
	padding-right: 26px;
}
@media (max-width: 767px) {
	.copy {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* --- ADD SPACE TO PAGES --- */

.container-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.entry-content {
	padding-right: 70px;
}
/*
.entry-content .post-line {
	padding-top: 40px;
}
*/
@media (max-width: 992px) {
	.entry-content {
		padding-right: 0;
	}
}

/* --- ADD SPACE TO PARTNER LOGOS --- */

.partner-logo {
	margin: 0 30px 60px 30px;
	max-height: 120px;
	vertical-align: middle;
}

/* --- BOOTSTRAP VIDEO IFRAMES --- */

.embed-responsive {
	margin-bottom: 24px;
}

/* --- FIXES ANCHORS FALLING BEHIND STICKY NAV BAR --- */

#content a.anchor {
	position: relative;
	top: -140px;
	display: block;
}

/*-------------------------------------------------------------------------*/

/* BLOG & POST LISTING PAGES */

/*-------------------------------------------------------------------------*/

/* --- RESOURCES & NEWS MENUS --- */

.resource-menu,
.news-menu {
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 20px;
}
.resource-menu ul,
.news-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.resource-menu li a,
.news-menu li a {
	float: left;
	border: 1px solid #F6F6F6;
	color: #77B6D8;
	font-size: 16px;
	text-decoration: none;
	padding: 6px 10px;
	white-space: nowrap;
}
.resource-menu li a:hover,
.news-menu li a:hover {
	color: #FFF;
	background-color: #77B6D8;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.resource-menu span,
.news-menu span {
	float: left;
	color: #7E8083;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

/* --- POSTS --- */

h3.post-title {
	clear: both;
	font-size: 27px;
	font-weight: 300;
	margin: 0 0 12px 0;
	padding: 0;
}
h3.post-title a {
	color: #4A4A4A;
}
h3.post-title a:hover {
	color: #77B6D8;
}
.post-listings h6 {
	font-size: 20px;
	margin: -12px 0 12px 0;
}
.post-listings .video-wrapper {
	background-color: #F2F2F2;
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 8px;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
}
.post-listing-info {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
.post-listing-image {
	margin: 0 0 20px 0;
}
.post-excerpt p {
	margin: 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata {
	color: #929292;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
.postmetadata a {
	color: #929292;
	border-bottom: none;
}
.postmetadata a:hover {
	color: #77B6D8;
	border-bottom: 1px solid #77B6D8;
}
.postmetadata p {
	margin: 0 0 12px 0;
}

/* --- BLOG DATES --- */

.blog-listings .blog-month {
	margin-top: 4px;
}
.blog-month,
.blog-year {
	color: #525252;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
}
.blog-day {
	color: #424242;
	font-size: 28px;
	font-weight: 300;
	line-height: 100%;
	text-align: center;
	margin: 0;
}

/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 0 0 24px 0;
	padding: 20px;
	overflow: hidden;
}
.post-author-image {
	padding-right: 20px;
}
.post-author-image img {
	border: 8px solid #f2f2f2;
	text-align: left;
	vertical-align: middle;
	margin-botton: 0;
}
.post-author .post-author-image img {
	margin-bottom: 18px;
}
.post-author-info h1 {
	margin-top: -20px;
	margin-bottom: 6px;
}
.post-author-info h4 {
	clear: none;
	font-size: 22px;
	margin: 10px 0 6px 0;
}
.post-author-info p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 8px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}
@media (max-width: 767px) {
	.post-author-info h1 {
		font-size: 36px;
	}
}

/*-------------------------------------------------------------------------*/

/* LEADERSHIP */

/*-------------------------------------------------------------------------*/

.bio-listing h2  {
	margin: 0 0 4px 0;
}
.bio-listing h2 a {
	color: #4A4A4A;
	text-decoration: none;
}
.bio-listing h4 {
	line-height: 110%;
	margin: 0 0 12px 0;
}
.bio-listing-image {
	padding-right: 50px;
}
@media (max-width: 767px) {
	.bio-listing-image {
		margin-bottom: 20px;
		padding-right: 15px;
	}
}
.bio-listing-image img {
	border: 8px solid #f2f2f2;
	text-align: left;
	vertical-align: middle;
	margin-botton: 24px;
}
.bio-listing-info {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 200%;
	margin-bottom: 12px;
	padding-top: 9px;
}
.bio-listing-info a {
	color: #727272;
	border-bottom: none;
}
.bio-listing-info a:hover {
	color: #77B6D8;
	text-decoration: underline;
}
.bio-listing-info img {
	text-align: left;
	vertical-align: text-top;
	margin-right: 6px;
}

/* --- SINGLE LEADERSHIP PAGES --- */

.single-leadership .et_social_inline {
	display: none;
}
.single-leadership-image {
	padding-right: 60px;
}
@media (max-width: 767px) {
	.single-leadership-image {
		padding-right: 15px;
	}
}
.single-leadership-image img {
	border: 8px solid #f2f2f2;
	margin-bottom: 20px;
}
.single-leadership-image h1,
.single-leadership-listing h1 {
	margin: 0 0 6px 0;
}
.single-leadership-image h3,
.single-leadership-listing h3 {
	margin: 0 0 30px 0;
}
.single-leadership-details {
	color: #727272;
	font-size: 15px;
	line-height: 200%;
	margin-bottom: 24px;
}
.single-leadership-details a {
	color: #727272;
	border-bottom: none;
}
.single-leadership-details a:hover {
	color: #77B6D8;
	text-decoration: underline;
}
.single-leadership-details img.leadership-icon {
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	color: #727272;
	font-size: 15px;
	line-height: 180%;
}

#sidebar .widget  {
	background: #FFFFFF;
	margin: 0 0 30px 12px;
	padding: 0;
	overflow: hidden;
}
#sidebar .widget h3  {
	font-size: 22px;
	font-weight: 300;
	line-height: 140%;
	margin: 0 0 18px 0;
	padding: 0;
}
#sidebar ol,
#sidebar ul {
	margin: 0 0 24px 0;
	/* padding-left: 24px; */
}

/* --- SIDEBAR ACCORDION --- */

#sidebar .panel-group {
	margin-bottom: 30px;
}
#sidebar .panel-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .panel-body ul li {
	margin: 0;
}
#sidebar .panel-body ul li a {
	display: block;
	color: #929292;
	font-size: 14px;
	border-bottom: none;
	border: 1px solid #FFF;
	margin-left: -10px;
	padding: 5px 10px;
}
#sidebar .panel-body ul li a:hover {
	color: #77B6D8;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

/* --- RECENT POSTS WIDGET --- */

#sidebar .widget_recent_entries ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
#sidebar .widget_recent_entries ul li a {
	display: block;
	color: #77B6D8;
	border-top: 1px solid #d8d8d8;
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar .widget_recent_entries ul li a:hover {
	color: #77B6D8;
	background-color: #f4f4f4;
	text-decoration: none;
}

/* --- CATEOGORY WIDGET --- */

#sidebar .widget_categories ul,
#sidebar .widget_archive ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar .widget_categories ul li a,
#sidebar .widget_archive ul li a {
	display: block;
	color: #77B6D8;
	border-top: 1px solid #d8d8d8;
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar .widget_categories ul li a:hover,
#sidebar .widget_archive ul li a:hover {
	color: #77B6D8;
	background-color: #f4f4f4;
	text-decoration: none;
}

/* --- SIDEBAR MENUS --- */

#sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
#sidebar ul.menu li a {
	display: block;
	color: #77B6D8;
	border-top: 1px solid #d8d8d8;
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar ul.menu li a:hover {
	color: #77B6D8;
	background-color: #f4f4f4;
	text-decoration: none;
}
#sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul.menu li li a {
	color: #77B6D8;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 10px 10px 24px;
}
#sidebar ul.menu li li a:hover {
	color: #77B6D8;
	background-color: #fff;
	text-decoration: none;
}
#sidebar ul.menu .current-menu-item > a,
#sidebar ul.menu .current-menu-ancestor > a,
#sidebar ul.menu .current_page_item > a,
#sidebar ul.menu .current_page_ancestor > a {
	color: #424242;
	background-color: #f4f4f4;
	text-decoration: none;
}
@media (max-width: 992px) {
	#sidebar .widget_nav_menu {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- HOMEPAGE HERO IMAGE --- */

#homepage-header-image {
	clear: both;
	background-color: #000 !important;
	text-align: center;
	width: 100%;
	height: 640px;
}
#homepage-header-image:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
#homepage-header-image img {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.homepage-header-image-text {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-family: 'Merriweather', 'Times New Roman', Times, serif;
	font-size: 58px;
	font-weight: 400;
	line-height: 100%;
	text-align: right;
	padding-right: 0;
	width: 90%;
}
.homepage-header-image-text a.btn {
	float: right;
	margin-top: 12px;
}
.homepage-header-image-text .btn-clear {
	color: #ffffff;
	background-color: transparent;
	border: none;
	font-weight: 300;
	text-shadow: none;
}
.homepage-header-image-text .btn-clear:hover,
.homepage-header-image-text .btn-clear:focus,
.homepage-header-image-text .btn-clear:active,
.homepage-header-image-text .btn-clear.active,
.homepage-header-image-text .open .dropdown-toggle.btn-clear {
	color: #ffffff;
	background-color: #222;
	border-color: #222;
}
.homepage-header-image-text btn-clear:active,
.homepage-header-image-text .btn-clear.active,
.homepage-header-image-text .open .dropdown-toggle.btn-clear {
	background-image: none;
}
@media (max-width: 992px) {
	#homepage-header-image {
		height: 480px;
	}
	.homepage-header-image-text {
		font-size: 48px;
	}
}
@media (max-width: 767px) {
	#homepage-header-image {
		height: 420px;
	}
	.homepage-header-image-text {
		padding-right: 30px;
		font-size: 40px;
	}
	#homepage-header-image img {
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
}

/* --- HOMEPAGE INTRODUCTION --- */

#homepage-introduction {
	text-align: center;
	padding-top: 0;
	padding-bottom: 70px;
}
#homepage-introduction h1 {
	font-size: 28px;
	line-height: 160%;
}
@media (max-width: 767px) {
	#homepage-introduction h1 {
		font-size: 22px;
	}
}

/* --- HOMEPAGE CONTENT --- */

#homepage-content {
	font-size: 15px;
	line-height: 180%;
	padding-top: 0;
	padding-bottom: 80px;
}
.homepage-content-image img {
	background-color: #F2F2F2;
	border: 10px solid #F2F2F2;
}
.homepage-content-image .caption {
	font-style: italic;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	color: #626262;
	padding-top: 9px;
	margin-bottom: 24px;
}
.homepage-content-body {
	padding-top: 10px;
}
.homepage-content-body h3 {
	color: #323232;
	font-size: 20px;
	margin-bottom: 6px;
}

.home .callout {
	padding-bottom: 40px;
	border-bottom: none;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

/* --- FOOTER AREA --- */

#colophon .container {
	border-top: 1px solid #e5e5e5;
	color: #828282;
	font-size: 12px;
	line-height: 180%;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
#colophon span {
	font-size: 14px;
}
#colophon a {
	color: #828282;
	border-bottom: none;
}
#colophon a:hover {
	border-bottom: none;
	border-bottom: 1px solid #77B6D8;
}
#colophon img {
	margin-bottom: 6px;
}
@media (max-width: 767px) {
	#colophon .container {
		font-size: 10px;
	}
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	float: left;
	margin: 6px 30px 12px 0;
}
.alignright {
	float: right;
	margin: 6px 0 12px 30px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 6px 24px 12px 0;
}
img.alignleft.icon {
	margin: 0 12px 0 0;
}
img.alignright {
	margin: 6px 0 12px 24px;
}
img.aligncenter {
	margin: 12px 0 24px 0;
}
@media (max-width: 767px) {
	.alignleft {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 24px 0 !important;
	}
	.alignright {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 24px 0 !important;
	}

}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.entry-caption {
	font-style: italic;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	color: #626262;
	padding-top: 12px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/


.gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
.gallery .col-xs-6,
.gallery .col-sm-3,
.gallery .col-md-3 {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.gallery .gallery-icon {
	width: 100%;
}
.gallery .gallery-caption {
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	color: #999;
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
}
/*
.gallery-columns-6 .gallery-item {
	float: left;
	margin: 10px 10px 0 0;
	text-align: left;
	vertical-align: top;
	width: 15%;
}
.gallery-item img {
	background: #e5e5e5;
	padding: 5px;
	max-width: 100%;
	height: auto;
}
.gallery-icon {
	width: 100%;
}
.gallery-caption {
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	color: #999;
	display: block;
	margin: 0 0 12px 0;
	padding: 3px 0 0 0;
}
*/


/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

hr.hr-comments {
	clear: both;
	background-color: #d5d5d5;
	border: 0;
	height: 1px;
	margin: 35px 0 50px 0;
}
#comments h3.comments-title {
	margin: 0 0 60px 0;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	width:75px;
	height:75px;
}
#commentForm label,
#comments #respond label {
	text-align: left !important;;
	padding-left: 12px;
}
.comment h5 {
	margin: 0 0 0 100px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 13px;
	font-weight: 300;
}
.comment p {
	margin: 0 0 10px 100px;
}
.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
}
.comment-reply {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px 0;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0;
	padding-bottom: 30px;
}
#comments h3 {
	margin: 10px 0 12px 0;
}
#comments #respond {
	position: relative;
	margin: 0 0 0 100px;
	padding: 0 0 40px 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */
/* WP-PageNavi 2.40 by Lester "GaMerZ" Chan	 */

/*-------------------------------------------------------------------------*/

.wp-pagenavi {
	clear: both;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 8px 0 0 0;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #999;
	line-height: 20px;
	text-decoration: none;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-bottom: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #999;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #77B6D8;
	/* border: 1px solid #77B6D8 !important; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #999;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span {
	font-weight: 300;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 0;
	color: #999;
	font-weight: 300;
	/* border: 1px solid #FFF; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #FFF;
	background-color: #77B6D8;
	/* border: 1px solid #FFF !important; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.extend {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #999;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

.table-blue th {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.10);
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.table-blue td {
	color: #FFF;
	color: rgba(255, 255, 255, 0.90);
}
.table-blue th.greycell,
.table-blue td.greycell {
	background-color: #5381A0;
	background-color: rgba(255, 255, 255, 0.25);
}
.table-blue th.leftcell,
.table-blue td.leftcell {
	text-align: left;
}

/*-------------------------------------------------------------------------*/

/* TOOLTIPS */

/*-------------------------------------------------------------------------*/

.tooltip {
	font: 400 13px/160% 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px 12px;
	color: #6A6A6A;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: transparent;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn {
	text-decoration: none;
}
.btn-default {
	color: #77B6D8;
/*  border-color: #FFFFFF; */
}

/* --- RED --- */

.btn-primary {
	color: #ffffff;
	background-color: #77B6D8;
	border-color: #77B6D8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #222;
	border-color: #222;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

/* --- BLACK --- */

.btn-black {
	color: #ffffff;
	background-color: #414141;
	border-color: #414141;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
	color: #ffffff;
	background-color: #77B6D8;
	border-color: #77B6D8;
}
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
	background-image: none;
}

/* --- BROWN --- */

.btn-brown {
	color: #ffffff;
	background-color: #5381A0;
	border-color: #5381A0;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES */

/*-------------------------------------------------------------------------*/

.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="color"],
.gform_wrapper .uneditable-input {
	color: #727272;
	font-size: 20px !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 8px !important;
}

.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="checkbox"]:focus,
.gform_wrapper input[type="radio"]:focus,
.gform_wrapper input[type="datetime"]:focus,
.gform_wrapper input[type="datetime-local"]:focus,
.gform_wrapper input[type="date"]:focus,
.gform_wrapper input[type="month"]:focus,
.gform_wrapper input[type="time"]:focus,
.gform_wrapper input[type="week"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="color"]:focus,
.gform_wrapper .uneditable-input:focus {
	background-color: #efefef;
	outline: 5px auto -webkit-focus-ring-color;
	padding-left: 8px !important;
}

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 18px !important;
	margin: 20px 0 4px 0 !important;
	font-weight: 300 !important
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: 100 !important;
}

/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid #e5e5e5 !important;
	margin: 35px 0 4px 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #4A4A4A !important;
	font-size: 24px !important;
	font-weight: 300 !important;
	line-height: 140% !important;
	margin: 8px 0 0 0 !important;
	padding: 0 !important;
}
.gform_wrapper h2.gsection_title {
	font-size: 26px !important;
	font-weight: 300 !important;
	padding: 30px 0 6px 0 !important;
}
.gform_wrapper .gsection .gfield_label {
	font-size: 22px !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	margin-top: 1px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
		margin-top: 4px !important;
		margin-left: 2px !important;
	}
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
	font-weight: normal !important;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	line-height: 13px !important;
	margin: -5px 0 0 0 !important;
	padding: 0 0 6px 0 !important;
}
.gform_wrapper em {
	color: #999 !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
	 font-weight: 100 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #494949 !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: 100 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	padding: 8px 0 0 8px;
	height: 44px;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: #727272;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 6px 0 0 8px;
	height: 38px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 16px;
	padding: 8px;
}
.gform_wrapper .gform_body .chosen-container-single .chosen-single div b {
	background-position-y: 10px !important;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
#gforms_confirmation_message {
	background-color: transparent !important;
	font-size: 18px !important;
	color: #626262 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */

.gform_wrapper input.button {
	color: #fff;
	background-color: #77B6D8;
	border-color: #114f85;
  	display: inline-block;
	margin-bottom: 24px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: #fff;
	background-color: #222;
	border-color: #222;
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {
		background: white;
	    font-size: 11pt;
	    color: black;
	    margin: 0 auto;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	#header-image {
		height: 160px;
	}
	#header-image img {
		display:none;
	}
	a {
	    color:#333;
	    text-decoration:underline
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	h1, h2, h3, h4, h5, h6 {
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}
	ul, ol, dl  {
		wrapper-break-before:avoid
	}
}
