/*
Theme Name: GEEARS Seventeen
Theme URI: http://geears.org/
Description: A WordPress theme for the GEEARS site
Version: 1.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

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

/* COLORS & FONTS */

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

/* blue = #00A4E4 */
/* green = #9ADE49 */
/* orange = #F6921E */
/* black = #222 */

/* black font = #4A4A4A */
/* gray font = #626262 */

/* font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; (400, 700, 900) */

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

/* GLOBAL ELEMENTS */

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

html {
    position: relative;
    min-height: 100%;
}
body {
	background-color: #FFF;
	font: 400 17px/180% 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #525252;
}
header, a, img, li{
    transition: all 0.3s ease;
}
a {
	color: #00A4E4;
	border-bottom: none;
	text-decoration: none;
}
a:hover {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a:active,
a:focus {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	filter: alpha(opacity=60);
    opacity: 0.6;
}
p {
	margin: 0 0 24px 0;
}
ul, ol {
	margin: 0 0 24px 0;
}
li {
	margin: 0 0 8px 0;
}
li ul li,
li ul li {
	margin: 8px 0 0 0;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin: 0 0 8px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
    font-weight: 700;
}
em, i {
	font-style: italic;
}
address {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 120%;
}
small {
    line-height: 110%;
}
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: #E2E2E2;
	border: 0;
	height: 1px;
	margin: 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;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.blue {
	color: #00A4E4 !important;
}
.green {
	color: #9ADE49 !important;
}
.orange {
	color: #F6921E !important;
}

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

/* STRUCTURE */

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

.content-wrapper {
	padding-top: 160px;
}
@media (max-width: 992px) {
	.content-wrapper {
		padding-top: 0;
	}
}
.content-no-hero {
	background-color: #FFF;
    padding-top: 160px;
}
#content {
	clear: both;
	background-color: #FFF;
}
.container-wrapper {
	padding-top: 60px;
    padding-bottom: 80px;
}
footer {
    clear: both;
    background: #0C79AD;
    /*background: #000 url(assets/images/bg_footer.jpg) no-repeat 100% 100%;
    background-size: cover;*/
    width: 100%;
}

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

/* HEADER */

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

.navbar-fixed-top {
    background-color: #FFF;
	border: none;
    border-bottom: 7px solid #E8E8E8;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
}
.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 h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0;
}
.navbar-fixed-top .logo > a {
    display: block;
	height: 100px;
	margin: 20px 0 33px 0;
    z-index: 1001;
}
.navbar-fixed-top .logo > a img {
    max-height: 100%;
    vertical-align: bottom;
}

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

.navbar-fixed-top.small .logo > a {
	height: 80px;
	margin: 20px 0 33px 15px;
    z-index: 1001;
}
@media (max-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-top.small {
		position: relative !important;
        background: #FFF;
		height: auto !important;
	}
    .navbar-fixed-top .logo > a,
    .navbar-fixed-top.small .logo a {
        height: 80px;
    	margin: 14px 0 26px -10px;
	}
	.navbar-fixed-top .mobile-menu-toggle {
		display: block;
	}
    .navbar-fixed-top .col-md-2.logo {
        min-width: 1px;
    }
}

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

.mobile-menu-toggle {
	height: 100%;
	display: none;
	cursor: pointer;
}
.mobile-menu-toggle span {
	display: block;
	background-color: transparent;
	border: none;
	float: right;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	border-radius: 0;
	margin: 39px 0 0 20px;
}
.mobile-menu-toggle span.btn-mobile {
	margin-top: 35px;
}
.mobile-menu-toggle .btn-mobile .btn-green {
	font-weight: 700;
    margin-top: -2px;
    padding: 12px 18px;
}
.mobile-menu-toggle .glyphicon {
	/* icon in toggle */
	color: #F6921E;
}
@media (max-width: 767px) {
    .mobile-menu-toggle span.btn-mobile {
    	display: none;
    }
}

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

/* MAIN MENU */

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

/* --- MENU BASICS --- */

.sf-menu,
.sf-menu * {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s;
}
.sf-menu > li {
	float: left;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	z-index: 1000;
}

/* --- MAIN MENU STYLES --- */

.sf-menu {
	float: right;
	margin: 78px 0 0 0;
    transition: all 0.3s ease;
}
.small .sf-menu {
	float: right;
	margin: 62px 0 0 0;
}
.sf-menu ul {
	background-color: #FFF;
	min-width: 200px;
}
.sf-menu li {
	white-space: nowrap;
	margin: 0 3px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #FFF;
	border-radius: 0;
	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 {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
	color: #F6921E;
	text-decoration: none;
}
.sf-menu .current-menu-item > a,
.sf-menu .current-menu-ancestor > a,
.sf-menu .current_page_item > a,
.sf-menu .current_page_ancestor > a {
	color: #424242;
	background-color: #F4F4F4;
	text-decoration: none;
}
.sf-menu li a {
	color: #4A4A4A;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
	font-weight: 700;
    line-height: 100%;
	text-decoration: none;
	padding: 12px 8px;
}
.sf-menu li a:after {
	margin-right: 4px;
}
.sf-menu li.nav-green a {
    color: #FFF;
    background-color: #9ADE49;
    font-weight: 700;
    text-shadow: 0 1px 8px rgba(122, 182, 49, 0.86);
    padding-left: 18px;
    padding-right: 18px;
}
@media (max-width: 1100px) {
    .sf-menu li a {
    	color: #4A4A4A;
        background-color: transparent;
        border-radius: 0;
        font-size: 16px;
    	font-weight: 700;
        line-height: 100%;
    	text-decoration: none;
    	padding: 12px 4px;
    }
}

/* --- SECONDARY MENU STYLES --- */

.secondary-menu .sf-menu {
	position: absolute;
    top: -43px;
    right: 15px;
}
.secondary-menu .sf-menu li a:hover {
    background-color: #F6921E;
    border-bottom: none;
    box-shadow: 0;
	transition: all 0.3s ease;
    margin: 0;
}
.secondary-menu .sf-menu li:hover > a {
	color: #FFF;
    border-bottom: none;
	text-decoration: none;
}
.secondary-menu .sf-menu li a {
	color: #9A9A9A;
    border-radius: 0;
    font-size: 15px;
	font-weight: 700;
    line-height: 100%;
	text-decoration: none;
    text-transform: uppercase;
    margin: 0;
	padding: 10px 7px;
}
.secondary-menu .sf-menu li a:after {
	margin-right: 4px;
}
.secondary-menu li.nav-icon {
    margin-top: 5px;
}
.secondary-menu li.nav-icon a {
    background-color: #CCC;
    border-radius: 12px;
    margin: 0;
    padding: 1px;
    cursor: pointer;
}
.secondary-menu li.nav-icon:hover {
	background-color: transparent;
    box-shadow: none;
    opacity: 1.0;
}

/* --- MEGAMENUS --- */

.sf-menu .cs-mega-menu {
	position: inherit;
}
.sf-menu .cs-mega-menu > ul {
    left: 0;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.35);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    width: 100%;
}
.sf-menu .cs-mega-menu > ul > li {
    float: left;
    margin: 15px 0;
	padding: 0;
}
.sf-menu .cs-mega-menu ul li:hover {
	transition: all 0.3s ease;
	box-shadow: none;
}
.sf-menu .cs-mega-menu > ul > li .cs-title {
	color: #222;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 5px;
	padding: 6px 10px;
	border: none;
	white-space: normal;
}
.sf-menu .cs-mega-menu > ul > li .cs-title:hover {
    color: #FFF;
	background-color: #F6921E;
	border: none;
	text-decoration: none;
    box-shadow: none;
}
.sf-menu .cs-mega-menu > ul > li .cs-title:after {
	display: none;
}
.sf-menu .cs-mega-menu > ul > li ul {
    background-color: transparent;
    clear: both;
	display: block !important;
	position: relative !important;
	left: 0 !important;
	filter: alpha(opacity=100);
    opacity: 1 !important;
	width: 100%;
	box-shadow: none;
}
.sf-menu ul li ul li .cs-link {
    color: #6A6A6A;
	font-size: 15px;
	font-weight: 400;
    background: transparent;
    box-shadow: none;
	border-radius: 0;
	line-height: 110%;
	text-decoration: none;
	text-transform: none;
    margin: 0 5px;
	padding: 6px 10px;
	white-space: normal;
}
.sf-menu ul li ul li .cs-link:hover {
	color: #FFF;
	background-color: #F6921E;
	border: none;
	text-decoration: none;
    box-shadow: none;
}
/*.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: #B47423;
	text-decoration: none;
}
.sf-menu > ul > li:last-child > .cs-link {
	padding-right: 0;
}
.sf-menu > ul > li > ul {
	border-top: 2px solid #B47423;
	margin-top: -2px;
}*/
.sf-menu > ul > li > ul > li:first-child > .cs-link {
	border-top: none;
}
.sf-menu .cs-mega-menu p {
	display: block;
	font-size: 11px;
	line-height: 150%;
	margin: 5px 8px 16px 8px;
	white-space: normal;
}
.sf-menu .cs-mega-menu p a {
	position: inherit;
	display: inline;
	color: #F6921E;
	font-size: 11px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
}
.sf-menu .cs-mega-menu p a:hover {
	text-decoration: underline;
}
.sf-menu .cs-mega-menu .cs-image {
	border-radius: 0;
	margin: 0 0 -5px 0;
	padding: 12px 10px;
}
.sf-menu .cs-mega-menu a .cs-image {
	border-radius: 0;
	margin: 0 0 -5px 0;
	padding: 0;
}

/* --- MEGA COLUMNS --- */
/* --- adjust column widths depending on the theme's needs --- */

.sf-menu .cs-col-2 > ul {
	width: 480px;
}
.sf-menu .cs-col-3 > ul {
	width: 680px;
}
.sf-menu .cs-col-4 > ul {
	width: 650px;
}
.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-color: transparent;
	padding: 0 17px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid #e2e2e2;
}
.mobile-menu ul li span {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}
.mobile-menu ul li a,
.small .mobile-menu ul li a {
	display: block;
	color: #727272;
	padding: 12px;
	font-size: 17px;
	font-weight: 400;
    line-height: 150%;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #323232;
}
.mobile-menu ul li a.active span {
	color: #323232;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid #e2e2e2;
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
    padding-left: 32px;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
}
.mobile-menu ul .sub-menu li li a {
    padding-left: 52px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}

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

/* MODAL SEARCH */

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

.modalsearch-form {
    position: relative;
	height: 160px;
	margin: 0 auto;
	width: 100%;
}
.modalsearch-input {
	width: 100%;
	height: 112px;
	padding: 0 10% 0 10px;
	font-weight: 700;
	border: none;
    border-radius: 0;
	background: #00A4E4;
    background: rgba(255, 255, 255, 0.20);
    font-size: 72px;
    line-height: 130%;
    color: #FFF;
}
.modalsearch-input::-ms-clear { /* remove cross in IE */
    display: none;
}
/* placeholder */
.modalsearch-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}
.modalsearch-input:focus,
.modalsearch-submit:focus {
	outline: none;
}
.modalsearch-submit {
    position: absolute;
	width: 56px;
	height: 56px;
	text-indent: 100px;
	overflow: hidden;
	right: 15px;
	top: 28px;
	background: transparent url(assets/images/magnifier.svg) no-repeat center center;
	background-size: 100%;
	border: none;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.modalsearch-submit:hover {
    opacity: 1.0;
}

@media (max-width: 992px) {
    .modalsearch-form {
    	margin: 17px auto;
        height: 60px;
        overflow: hidden;
    }
    .modalsearch-input {
    	color: #424242;
        background: #F2F2F2;
    	font-size: 24px;
        font-weight: 400;
    	padding: 20px 10% 20px 12px;
        height: 60px;
    }
    .modalsearch-input::-webkit-input-placeholder {
    	color: #CCC
    }
    .modalsearch-input:-moz-placeholder {
    	color: #CCC
    }
    .modalsearch-input::-moz-placeholder {
    	color: #CCC
    }
    .modalsearch-input:-ms-input-placeholder {
    	color: #CCC
    }
    .modalsearch-submit {
    	top: 17px;
        right: 15px;
        width: 30px;
    	height: 30px;
    }
}

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

/* SECTION MENUS */

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

.section-menu {
	background-color: #F6F6F6;
    border-bottom: 1px solid #E5E5E5;
	padding-top: 36px;
	padding-bottom: 15px;
}
.section-menu ul {
	list-style: none;
    text-align: center;
	margin: 0 auto;
	padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-menu li {
	float: left;
    font-size: 15px;
    text-align: center;
    line-height: 100%;
    margin: 0 2px 18px 2px;
    white-space: nowrap;
}
.section-menu li a {
	background-color: #EEE;
    border: none;
	color: #626262;
	text-decoration: none;
    padding: 8px 10px;
	white-space: nowrap;
}
.section-menu li a:hover {
	color: #FFF;
	background-color: #00A4E4;
	border: none;
	border-radius: 0;
}
.section-menu span {
	float: left;
	color: #4A4A4A;
	font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

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

/* HEADING TAGS */

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

h1 {
	/* page title */
    color: #4A4A4A;
    font-size: 52px;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}
@media (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
}
h2 {
	/* post titles */
    color: #4A4A4A;
    font-size: 42px;
	font-weight: 700;
	line-height: 120%;
	margin: 0 0 24px 0;
	padding: 0;
}
@media (max-width: 767px) {
	h2 {
		font-size: 36px;
	}
}
h3 {
	/* paragraph title  - with no spacing below */
    color: #4A4A4A;
    font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	margin: 0 0 24px 0;
	padding: 0;
}
h4 {
	/* paragraph title - with spacing below */
    color: #4A4A4A;
    font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	h3, h4 {
		font-size: 24px;
	}
}
h5 {
	/* smaller title  - with no spacing below */
    color: #4A4A4A;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 24px 0;
	padding: 0;
}
h6 {
	/* smaller title  - with no spacing below */
    color: #4A4A4A;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
h1 a, h2 a {
	color: #4A4A4A;
	border-bottom: none;
}
h1 a:hover, h2 a:hover {
	color: #4A4A4A;
	border-bottom: 1px solid #d2d2d2;
}

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

/* HEADER IMAGE  */

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

#header-image {
	clear: both;
	background-color: #000 !important;
	text-align: center;
	width: 100%;
	height: 400px;
}
#header-image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.entry-header {
	display: inline-block;
	vertical-align: middle;
	max-width: 1170px;
}
.entry-header h1,
.entry-header span {
	color: #FFF;
	font-size: 54px;
	font-weight: 900;
	line-height: 100%;
    text-transform: uppercase;
	margin-top: 60px;
}
#header-image img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
@media (max-width: 992px) {
    .entry-header {
    	max-width: 92%;
    }
    #header-image {
		height: 280px;
	}
	.entry-header h1,
	.entry-header span {
		font-size: 40px;
        margin-top: 0;
	}
}

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

/* SECTION BACKGROUNDS  */

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

.white-bg {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white-bg-top {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 0;
}
.white-bg-bottom {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 80px;
}
.white-bg .video-wrapper,
.white-bg-top .video-wrapper,
.white-bg-bottom .video-wrapper  {
	background-color: #F6F6F6;
	border-radius: 0;
	padding: 8px;
}
.gray-bg {
	background-color: #F2F2F2;
	padding-top: 80px;
	padding-bottom: 80px;
}
.gray-bg-top {
	background-color: #F2F2F2;
	padding-top: 80px;
	padding-bottom: 0;
}
.gray-bg-bottom {
	background-color: #F2F2F2;
	padding-top: 0;
	padding-bottom: 80px;
}
.gray-bg .video-wrapper,
.gray-bg-top .video-wrapper,
.gray-bg-bottom .video-wrapper {
	background-color: #FFF;
	border-radius: 0;
	padding: 8px;
}
.blue-bg,
.green-bg,
.orange-bg,
.black-bg {
	color: #FFF;
    font-weight: 400;
    padding-top: 80px;
	padding-bottom: 80px;
}
.blue-bg a,
.green-bg a,
.orange-bg a,
.black-bg a {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.blue-bg {
	background-color: #00A4E4;
}
.green-bg {
	background-color: #9ADE49;
}
.orange-bg {
	background-color: #F6921E;
}
.black-bg {
    background-color: #222;
}
.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 h6 a,
.green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6,
.green-bg h1 a, .green-bg h2 a, .green-bg h3 a, .green-bg h4 a, .green-bg h5 a, .green-bg h6 a,
.orange-bg h1, .orange-bg h2, .orange-bg h3, .orange-bg h4, .orange-bg h5, .orange-bg h6,
.orange-bg h1 a, .orange-bg h2 a, .orange-bg h3 a, .orange-bg h4 a, .orange-bg h5 a, .orange-bg h6 a,
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
	color: #FFF;
}
.blue-bg .video-wrapper,
.green-bg .video-wrapper,
.orange-bg .video-wrapper,
.black-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 0;
	padding: 8px;
}
.blue-bg .btn-white {
	color: #00A4E4;
    border-bottom: none;
}
.green-bg .btn-white {
	color: #9ADE49;
    border-bottom: none;
}
.orange-bg .btn-white {
	color: #F6921E;
    border-bottom: none;
}

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

/* CALLOUTS  */

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

.callout {
	text-align: center;
}
.callout p {
	font-size: 36px;
    font-weight: 700;
	line-height: 130%;
}
@media (max-width: 767px) {
	.callout p {
		font-size: 24px;
	}
}

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

/* QUOTE  */

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

.quote {
    background: url(assets/images/icon_blockquote.png) no-repeat center -10px / 58px 58px;
    font-size: 16px;
    text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: visible !important;
}
.blue-bg .quote,
.black-bg .quote {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.quote p {
	font-size: 22px;
    font-weight: 400;
    line-height: 160%;
	margin-bottom: 6px;
}
.quote span {
    font-size: 16px;
}

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

/* FULL WIDTH IMAGE WITH TEXT */

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

.full-width-text {
    position: relative;
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
	border-bottom: none;
    margin-bottom: 8px;
}
.full-width-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    max-width: 1080px;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

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

/* MAIN COLUMN */

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

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

/*.one-column { }*/

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

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

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

.copy-left {
	padding-right: 40px;
}
.copy-right {
	padding-left: 40px;
}
@media (max-width: 992px) {
	.copy-left,
    .copy-right {
		padding-left: 0;
		padding-right: 0;
	}
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
    padding-left: 80px;
    padding-right: 80px;
}
@media (max-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.copy-image-left,
.copy-image-right {
    /*margin-top: 40px;
    margin-bottom: 40px;*/
    min-height: 320px;
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}


/* --- 2 COLUMN CONTENT LIKE BLOG --- */

.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 --- */

.client-logo {
	margin: 0 20px 40px 20px;
	max-height: 400px;
	vertical-align: middle;
}

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

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

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

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

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

/* FAQS */

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

.faq h4 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E2E2;
}
.faqs-accordion .accordion-toggle:after,
.faqs-accordion .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    content: "\e259";
    text-transform: uppercase;
    position: relative;
    float: right;
    color: #929292;
}
.faqs-accordion.active .accordion-toggle:after,
.faqs-accordion.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\e014";
}
.faq-question {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E2E2;
}
.faq-question h6 a {
    border-bottom: none;
    font-size: 22px;
    padding-top: 8px;
    cursor: pointer;
}
.faq-question p a {
    font-size: 17px;
}
.collapse {
    background-color: #FFF;
    border-radius: 0;
    transition: all 0.6s ease;
}
.faq-answer {
    margin-top: 12px;
    padding: 40px 60px;
}
@media (max-width: 992px) {
    .faq-answer {
        padding: 40px;
    }
}

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

/* TESTIMONIALS */

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

.testimonial-carousel .item {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .testimonial-carousel {
        padding: 48px 70px 60px 70px;
    }
}
.testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-image img {
    border-radius: 50%;
    filter: alpha(opacity=100);
	opacity: 1.0;
}
p.testimonials-title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 2px;
}
p.testimonials-job {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-excerpt p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 0;
}

/* --- OWL CAROUSEL - CORE CSS --- */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .item img:hover {
	opacity: 0.80 !important;
	transition: all 0.3s ease !important;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* --- OWL CAROUSEL - AGNES THEME --- */

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-nav {
	display: none;
}
/*
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}
*/
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #E2E2E2;
	display: block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4A4A4A;
}

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

/* BLOG & POST LISTING PAGES */

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

/* --- POSTS --- */

h3.post-title {
	clear: both;
	font-size: 27px;
	font-weight: 400;
	margin: 0 0 8px 0;
	padding: 0;
}
@media (max-width: 767px) {
    h3.post-title {
    	font-size: 22px;
    }
}
h3.post-title a {
	color: #4A4A4A;
}
h3.post-title a:hover {
	color: #4A4A4A;
}
.post-listings h6 {
	font-size: 20px;
	margin: -12px 0 12px 0;
}
.post-listings .video-wrapper {
	background-color: #F2F2F2;
	border-radius: 0;
	margin-bottom: 24px;
	padding: 8px;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
}
.post-listing-info {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0 0 16px 0;
}
.post-listing-info a {
	color: #727272;
    border-bottom: 1px solid #E2E2E2;
	text-decoration: none;
}
.post-listing-info a:hover {
	color: #727272;
    border-bottom: 1px solid #727272;
}
.post-listing-image {
    float: right;
    max-width: 36%;
    margin: 0 0 24px 30px;
}
@media (max-width: 767px) {
	.post-listing-image {
        float: none;
        max-width: 100%;
        margin: 0 auto 24px auto;
	}
}
.post-excerpt p {
	margin: 0;
}

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

.postmetadata {
	color: #929292;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.postmetadata a {
	color: #929292;
	border-bottom: none;
}
.postmetadata a:hover {
	color: #00A4E4;
	border-bottom: 1px solid #00A4E4;
}
.postmetadata p {
	margin: 0 0 12px 0;
}

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

.blog-listings .blog-month {
	margin-top: 6px;
}
.blog-month,
.blog-year {
	color: #525252;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
}
.blog-day {
	color: #4A4A4A;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	margin: 0;
}
@media (max-width: 767px) {
    .blog-listings {
    	margin-bottom: 8px;
        padding-left: 15px;
    }
    .blog-month,
    .blog-year,
    .blog-day {
    	float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        text-align: left;
        margin: 0 4px 0 0 !important;
        padding: 0;
    }
}

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

.post-author {
	clear: both;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border: 1px solid #E2E2E2;
	border-radius: 0;
	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-bottom: 0;
}
.post-author .post-author-image img {
    background-color: #FFF;
    border: 8px solid #FFF;
    margin-bottom: 18px;
}
.post-author-info h1 {
    line-height: 100%;
    margin-top: -20px;
	margin-bottom: 6px;
}
.post-author-info h1 span {
	font-size: 15px;
    text-transform: uppercase;
}
.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;
	}
}

.featured-image {
    padding-bottom: 15px;
}
.featured-image .well {
    background: #FFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
}
.featured-icons {
    color: #4A4A4A;
    font-size: 18px;
    margin-top: -24px;
    margin-bottom: 24px;
}
.featured-icons a {
    color: #4A4A4A;
}
.featured-icons a:hover {
    border-bottom: none;
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.et_monarch .et_social_inline_bottom {
    margin-bottom: 12px;
}

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

/* MASONRY */

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

/* --- MASONRY FOR  --- */

.masonry-wrapper {
	background-color: #F2F2F2;
	padding-top: 60px;
	padding-bottom: 60px;
}
.masonry-wrapper a {
	border-bottom: none;
}
.masonry-wrapper header {
    padding-left: 8px;
}
.masonry-wrapper h5 {
    margin-left: 23px;
}
.masonry-entry {
	/* width: 47%; 2 columns */
    width: 33%; /* 3 columns */
    /* width: 23.596%;  4 columns */
	background-color: transparent;
    padding: 8px;
	display: inline-block;
    vertical-align: top;
	box-sizing: border-box;
}
@media (max-width: 992px) {
	.masonry-entry {
	    width: 49%;
	}
}
@media (max-width: 767px) {
	.masonry-entry {
		width: 100%;
        left: 0 !important;
	}
}
.masonry-details {
    background: #FFFFFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
	padding: 15px;
	overflow: hidden;
}
.masonry-thumbnail img {
    margin-bottom: 18px;
}
.masonry-title p {
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 10px;
}
.masonry-title p a {
	color: #4A4A4A;
}
.masonry-title p a:hover {
	color: #00A4E4;
	text-decoration: underline;
}
.masonry-excerpt {
	border-bottom: 1px solid #E2E2E2;
    margin-bottom: 16px;
    padding-bottom: 4px;
}
.masonry-excerpt p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 8px;
}
.masonry-excerpt p.read-more {
    font-size: 12px;
    font-weight: 400;
	line-height: 180%;
    text-transform: uppercase;
}
.masonry-excerpt .btn {
	margin-bottom: 0;
}
.masonry-avatar img {
    margin-top: -2px;
}
.masonry-postmetadata {
	color: #929292;
    font-size: 12px;
    font-weight: 400;
	line-height: 140%;
    text-transform: uppercase;
}
.masonry-postmetadata a {
    color: #929292;
}
.masonry-postmetadata a:hover {
    color: #4A4A4A;
    text-decoration: underline;
}
.masonry-postmetadata p {
	margin-bottom: 6px;
}

/* --- MASONRY FLEXIBLE CONTENT --- */

.masonry-flexible {
	overflow: hidden;
}
/*ul.masonry-flexible-list {
    list-style: none;
    padding: 0;
    margin: 0;
}*/
.masonry-flexible-list div {
	background-color: #FFF;
	border: 8px solid #F2F2F2;
	border-radius: 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    font-size: 15px;
    text-align: left;
	margin: 0;
    line-height: 160%;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
div.masonry-list-12 {
	width: 100%;
    left: 0 !important;
}
div.masonry-list-6 {
	width: 47%;
}
div.masonry-list-4 {
    width: 31.9658119%;
}
div.masonry-list-3 {
    width: 23.596%;
}
@media (max-width: 992px) {
	div.masonry-list-4,
    div.masonry-list-3 {
		width: 47%;
	}
}
@media (max-width: 767px) {
	div.masonry-list-6,
    div.masonry-list-4,
    div.masonry-list-3 {
		width: 100%;
		left: 0 !important;
	}
}

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

/* BIO / STAFF */

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

/* --- MAKE 5 COLUMNS --- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* --- BIO BOXES --- */

.well-item {
    background: #FFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
}
.well-item a {
    cursor: pointer;
}
.bio-section-margin {
    margin-left: -15px;
    margin-right: -15px;
}
.bio-listing-image {
    margin: 0 auto 16px auto;
    max-width: 100%;
    max-height: 100%;
}
.bio-listing-image.well {
    /* MODAL */
    background: #FFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
}
p.bio-listing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
}
p.bio-listing-job {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
}

/* --- MODAL FULLSCREEN --- */

.modal-fullscreen {
    background: #00A4E4;
    color: #FFF;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #FFF;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
}
.modal-fullscreen .close {
    float: right;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    margin-top: 8px;
    opacity: 1.0;
}
.modal-fullscreen .modal-body {
    background-color: #00A4E4;
    background-color: rgba(255, 255, 255, 0.17);
    border-radius: 0;
    padding: 35px 20px 20px 20px;
    overflow: hidden;
}
.modal-fullscreen .modal-title {
    color: #FFF;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 0 6px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 18px;
}
.modal-fullscreen .modal-icons {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-icons a {
    color: #FFF;
}
.modal-fullscreen .modal-icons a:hover {
    border-bottom: none;
    text-decoration: none;
}
@media (max-width: 992px) {
	.modal-fullscreen .close {
        margin-top: 4px;
    }
}

/* --- SINGLE BIO PAGES --- */

.single-bio h1 {
	font-size: 40px;
    margin: 0 0 6px 0;
}
.single-bio h6 {
    margin: 0 0 8px 0;
}
.single-bio-icons {
    margin: 0 0 24px 0;
}

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

/* SIDEBAR */

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

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

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

.sidebar .widget_categories ul,
.sidebar .widget_archive ul,
.sidebar .widget_recent_entries ul {
	list-style: none;
	border-bottom: 1px solid #E2E2E2;
	margin: 0;
	padding: 0;
}
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_recent_entries ul li {
    margin: 0;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_recent_entries ul li a {
	display: block;
	color: #00A4E4;
	border-top: 1px solid #E2E2E2;
    border-bottom: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 10px 14px 12px;
}
.sidebar .widget_categories ul li a:hover,
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_recent_entries ul li a:hover {
	color: #FFF;
	background-color: #00A4E4;
	text-decoration: none;
}

/* --- SIDEBAR TAG CLOUD --- */

.sidebar .tagcloud {
    padding-left: 12px;
}
.sidebar .tagcloud a {
    border-bottom: 1px solid #E2E2E2;
    line-height: 140%;
}

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

.sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li a {
	display: block;
	color: #00A4E4;
	border-top: 1px solid #d8d8d8;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.sidebar ul.menu li a:hover {
	color: #424242;
    border-bottom: none;
	background-color: #F2F2F2;
	text-decoration: none;
}
.sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li li a {
	padding: 10px 10px 10px 32px;
}
.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: #F2F2F2;
	text-decoration: none;
}

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

/* HOMEPAGE */

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

/* --- FLEXSLIDER RESETS --- */

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* --- FLEXSLIDER BASE STYLES --- */

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}

/* --- FLEXSLIDER THEME --- */

.slideshow {
	clear: both;
	position: relative;
	margin: 0;
	padding: 160px 0 0 0;
	overflow: hidden;
}
@media (max-width: 992px) {
    .slideshow {
    	padding: 0;
    }
}
.flexslider {
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	margin: 0;
	padding: 0;
	zoom: 1;
    height: 608px;
	z-index: 99;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider.loading {
	height: 608px;
	background: #000 url(assets/images/ajax-loader.svg) no-repeat center center;
}

/* --- FLEXSLIDER TEXT --- */

.flexslider .slide {
	text-align: left;
	width: 100%;
	height: 608px;
}
.flexslider .slide:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.flexslider .details {
	display: inline-block;
	background: transparent;
	text-align: right;
	line-height: 120%;
    text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.50);
	margin: 0 -5px;
    padding-top: 160px;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: middle;
    width: 100%;
	height: 100%;
}
.flexslider .details .container {
	max-width: 1170px;
}
.flexslider h2 {
    position: relative;
    color: #FFF;
	font-size: 60px;
	font-weight: 900;
	line-height: 120%;
    text-transform: uppercase;
    margin: 0;
	padding: 0 0 8px 0;
}
.flexslider h3 {
    position: relative;
    color: #FFF;
    font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 10px 0;
    overflow: hidden;
}
.flexslider h3 span {
    float: right;
    max-width: 800px;
}
.flexslider p {
	margin: 0;
}

/* --- FLEXSLIDER DOWN ARROW --- */

/*.flexslider .arrow-down {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	height: 40px;
	z-index: 110;
	zoom: 1;
}
.flexslider .arrow-down:before {
 	content: '';
 	display: inline-block;
 	height: 100%;
 	vertical-align: middle;
 	margin-right: -0.25em;
}
.flexslider .arrow-down a {
	border-bottom: none;
}
@media (max-width: 767px) {
	.flexslider .arrow-down {
		display: none;
	}
}*/

/* --- FLEXSLIDER BUTTON --- */

.flexslider .btn-white {
    clear: both;
    color: #4A4A4A;
    margin-top: 18px;
    text-shadow: none;
}
.flexslider .btn-white:hover {
    background-color: #F6921E;
    color: #FFF;
}

/* --- FLEXSLIDER CONTROL NAV --- */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: #FFF;
	background: rgba(0, 0, 0, 1.0);
    border-bottom: none;
	cursor: pointer;
	text-indent: -9999px;
	/*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);*/
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #FFF;
}
.flex-control-paging li a.flex-active {
	background: #FFF;
	cursor: default;
}

@media (max-width: 992px) {
    .flexslider,
    .flexslider.loading,
    .flexslider .slide {
        height: 600px;
    }
    .flexslider .details {
        padding-top: 140px;
    }
}
@media (max-width: 767px) {
    .flexslider,
    .flexslider.loading,
    .flexslider .slide {
        height: 580px;
    }
    .flexslider .details {
        text-align: left;
        padding-top: 160px;
	}
	.flexslider h2 {
		font-size: 46px;
	}
	.flexslider h3 {
		font-size: 20px;
	}
}
@media (max-width: 540px) {
    .flexslider .details {
        padding-top: 120px;
	}
}

/* --- HOMEPAGE EMERGENCY MESSAGE --- */

.homepage-message {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}
.homepage-message.alert {
	margin-bottom: 0;
}
.homepage-message h6 {
	color: #8a6d3b;
}

/* --- HOMEPAGE ABOUT --- */

.homepage-about {
    background: #F2F2F2 url(assets/images/bg_gears.png) no-repeat left top;
    font-size: 19px;
    line-height: 160%;
    text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.homepage-about h1 {
    font-size: 58px;
    font-weight: 900;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}
@media (max-width: 767px) {
	.homepage-about h1 {
		font-size: 44px;
	}
}

/* --- HOMEPAGE ABOUT BOXES --- */

.homepage-about-boxes {
    margin-top: 40px;
}
.homepage-about .well {
    background: #FFF;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
}
.homepage-about-bar {
	clear: both;
	background-color: #E2E2E2;
	border: 0;
	height: 22px;
	margin: 4px 0 18px 0;
}
.homepage-about-image {
    position: relative;
	height: 220px;
}
p.homepage-about-title {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}
.homepage-about-title a {
    color: #4A4A4A;
}
p.homepage-about-excerpt {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 18px;
}
p a.homepage-about-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* --- HOMEPAGE WHAT WE KNOW --- */

.homepage-what {
    background-color: #FFF;
    font-size: 19px;
    line-height: 160%;
    text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.homepage-what h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}
@media (max-width: 767px) {
	.homepage-what h2 {
		font-size: 44px;
	}
}

/* --- HOMEPAGE WHAT WE KNOW BOXES --- */

.homepage-what-boxes {
    margin-top: 30px;
}
.homepage-what-boxes-full {
    margin-bottom: 30px;
}
.homepage-what .well {
    background-color: #FFF;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
}
.homepage-what-image {
    position: relative;
	min-height: 160px;
}
@media (max-width: 992px) {
    .homepage-what-image {
        border-bottom: 3px solid #FFF;
        margin-left: -15px;
    	margin-right: -15px;
    }
}
.homepage-what-bar {
    background-image: url(assets/images/icon_cog_lg.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 30px;
    padding-bottom: 30px;
}
p.homepage-what-title {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    text-align: right;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 0;
}
p.homepage-what-excerpt {
    color: #FFF;
    font-size: 20px;
    text-align: left;
    line-height: 130%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .homepage-what-bar {
        border-left: 0;
        padding: 30px 20px;
        min-height: 160px;
    }
    p.homepage-what-title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 6px;
    }
}

/* --- HOMEPAGE GOALS --- */

.homepage-goals-bg {
    position: relative;
    background-color: #000;
    padding-top: 0;
	padding-bottom: 0;
}
.homepage-goals-text {
    font-size: 15px;
    color: #FFF;
    line-height: 160%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.homepage-goals-text h2 {
	color: #FFF;
    font-size: 50px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.homepage-goals-text h3,
.homepage-goals-text h4,
.homepage-goals-text h5,
.homepage-goals-text h6 {
	color: #FFF;
}
@media (max-width: 992px) {
    .homepage-goals-text h2 {
        font-size: 40px;
    }
}



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

.homepage-flexible {
    font-size: 19px;
    line-height: 160%;
}
.homepage-flexible h2 {
    font-size: 42px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}
.homepage-flexible .embed-responsive {
    margin-bottom: 0;
}

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

/* FOOTER */

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

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

#colophon {
    margin: 0;
	padding: 0;
}
#colophon a:hover {
	border-bottom: none;
}
#colophon a {
    border-bottom: none;
}
#colophon a:hover {
	border-bottom: none;
}

/* --- FOOTER SUBSCRIBE --- */

.footer-callout {
    background: #0C79AD;
    background: rgba(12, 121, 173, 0.90);
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 160%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer-callout h2 {
    color: #FFF;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 8px 0 0 0;
}

.footer-callout .btn {
    color: #0C79AD;
}

/* --- FOOTER LINKS --- */

.footer-links {
	background: rgba(12, 121, 173, 0.80);
    text-align: center;
    padding-top: 80px;
	padding-bottom: 80px;
}
.footer-links-brand {
    margin-bottom: 20px;
}
.footer-links-logo {
	display: block;
	margin: 0 auto 16px auto;
	padding: 0;
}
.footer-links-logo img {
	max-height: 100%;
}

/* --- SOCIAL --- */

.footer-links-social {
	text-align: center;
    margin: 0;
}
.footer-links-social img {
	margin: 6px 3px 0 3px;
}
.footer-links-social img:hover,
.footer-links-social a:hover,
.footer-links-social a:active {
	filter: alpha(opacity=60);
    opacity: 0.6;
    text-decoration: underline;
    border-bottom: none;
}

/* --- COPYRIGHT --- */

.footer-links-copyright {
	color: #FFF;
	font-size: 13px;
	line-height: 200%;
    text-align: center;
    padding-bottom: 40px;
}
.footer-links-copyright a {
	color: #FFF;
    border-bottom: none;
	text-decoration: none;
}
.footer-links-copyright a:hover {
	color: #FFF;
    border-bottom: none;
	text-decoration: underline;
}
.footer-links-copyright p {
	margin-bottom: 0;
}
.footer-links-copyright a.btn-white {
	color: #0C79AD;
    margin-top: 24px;
}
.footer-links-copyright a.btn-white:hover,
.footer-links-copyright a.btn-white:focus,
.footer-links-copyright a.btn-white:active,
.footer-links-copyright a.btn-white.active {
	color: #0C79AD;
	background-color: #FFF;
	border: none;
    text-decoration: none;
}

.footer-links-copyright-menu {
	position: relative;
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
}
.footer-links-copyright-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s ease;
}
.footer-links-copyright-menu > li {
	display: inline-block;
    margin-right: 4px;
}
.footer-links-copyright-menu > li a {
    margin-right: 8px;
}
.footer-links-copyright-menu > li:after {
	content: "|";
}
.footer-links-copyright-menu > li:last-child:after {
	content:  none;
}

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

/* IMAGES */

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

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.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 auto 24px auto;
}
@media (max-width: 580px) {
	.alignleft {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}
	.alignright {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}

}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #525252;
	padding-top: 16px;
}
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: 13px;
	text-align: center;
	line-height: 15px;
	color: #727272;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;*/
    display: none;
}

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

/* COMMENTS */

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

hr.hr-comments {
	clear: both;
	background-color: #E2E2E2;
	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(assets/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;
	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: 400;
}
.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 */

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

.pagenavi-wrapper {
    background-color: #F2F2F2;
    padding-top: 0;
    padding-bottom: 40px;
}
.wp-pagenavi {
	clear: both;
    /*border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;*/
    font-size: 15px;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	font-weight: 400;
	color: #525252;
	line-height: 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	border-radius: 0;
    margin-right: 2px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 0;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #00A4E4;
	border: 1px solid #00A4E4;
	border-radius: 0;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 0;
}
.wp-pagenavi span {
	font-weight: 400;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 0;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 0;
	color: #525252;
	font-weight: 400;
	/* border: 1px solid #FFF; */
	border-radius: 0;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: 400;
	color: #FFF;
	background-color: #00A4E4;
	/* border: 1px solid #FFF !important; */
	border-radius: 0;
}
.wp-pagenavi span.extend {
	padding: 6px 2px 5px 2px;
	font-weight: 400;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 0;
}


.post-navigation {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;

}
.post-navigation-next {
    text-align: right;
}

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

/* TABLES */

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

.table-responsive {
    border: none;
}
.table {
    font-size: 16px;
}
.table p {
    margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.dataTable th {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 16px 8px;
}
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
    padding: 20px 12px;
    text-align: center;
    border-top: none;
}
.table > tbody > tr > td.table-center {
    text-align: center !important;
}
.leadership .table h6 {
    font-size: 20px;
}

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

/* TOOLTIPS */

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

.tooltip {
	font-size: 12px;
    z-index: 2000;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 320px;
	padding: 6px 10px;
	color: #FFF;
	text-align: left;
    font-weight: 400;
	background-color: #4A4A4A;
	border: 1px solid #4A4A4A;
	border-radius: 0;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #4A4A4A;
}

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

/* BUTTONS */

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

.btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    line-height: 180%;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 4px;
	white-space: normal;
}
.btn-lg {
    font-size: 18px;
}
.btn-sm {
    font-size: 14px;
}

/* --- BLUE --- */

.btn-primary,
.btn-blue {
	color: #FFF;
	background-color: #00A4E4;
	border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-blue:active,
.btn-blue.active {
	background-image: none;
}

/* --- GREEN --- */

.btn-green {
	color: #FFF;
	background-color: #9ADE49;
	border: none;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-green:active,
.btn-green.active {
	background-image: none;
}

/* --- ORANGE --- */

.btn-orange {
	color: #FFF;
	background-color: #F6921E;
	border: none;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-orange:active,
.btn-orange.active {
	background-image: none;
}

/* --- WHITE --- */

.btn-white {
	color: #FFF;
	background-color: transparent;
    background-color: rgba(255,255,255,0.85);
	border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-white:active,
.btn-white.active {
	background-image: none;
}

/* --- BLACK --- */

.btn-black {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #FFF;
	background-color: #00A4E4;
	border: none;
}
.btn-black:active,
.btn-black.active {
	background-image: none;
}

/* --- GRAY --- */

.btn-gray {
	color: #929292;
	background-color: #F2F2F2;
	border: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active{
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

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

/* EVENTS CALENDAR */

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

/* --- LEGEND --- */

.tribe-events-calendar h3 a {
    color: #3498DB;
    border-bottom: none;
}
.tribe-events-calendar .cat_middle-events a {
	color: #C05B18;
}
.tribe-events-calendar .cat_elementary-events a {
	color: #849905;
}
.tribe-events-legend {
	color: #777;
	font-size: 13px;
	font-style: italic;
    font-weight: 400;
	margin-top: 20px;
}
span#tribe-events-legend-middle {
	background-color: #C05B18;
	margin: 0 7px 0 0;
}
span#tribe-events-legend-elementary {
	background-color: #849905;
	margin: 0 7px 0 0;
}
span#tribe-events-legend-schoolwide {
	background: #3498DB;
	margin: 0 7px 0 0;
}

/* --- OVERALL --- */

.events-calendar {
    padding-top: 30px;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive, .tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #3498DB;
}
#tribe-events .tribe-events-button:hover,
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive, .tribe-events-button:hover {
    background-color: #222;
}

/* --- CALENDAR PAGE --- */

.tribe-events-tooltip {
    border-radius: 0;
}
#tribe-events-content .tribe-events-tooltip h4 {
    color: #4A4A4A;
    line-height: 110%;
    margin-bottom: 2px;
}
#tribe-events-content .tribe-events-tooltip p {
    margin-bottom: 0;
}
#tribe-events-content .tribe-events-tooltip .tribe-event-duration {
    margin-bottom: 12px;
}

/* --- LIST PAGE --- */

#tribe-events-bar {
    display: none;
}
.tribe-events-list h2 {
    font-size: 42px;
    text-transform: uppercase;
}
h2.tribe-events-list-event-title {
    text-transform: none;
    margin-bottom: 4px;
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: 100%;
    margin: 0 auto;
}
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
	margin: 0 0 24px 0;
	line-height: 180%;
}
.tribe-events-list-separator-month {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
.tribe-events-loop .tribe-events-event-meta,
.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
    line-height: 160%;
}

/* --- SINGLE EVENT PAGE --- */

.tribe-events-schedule h2 {
    font-size: 28px;
    font-weight: 300;
}
.tribe-events-single-section dd {
	margin-bottom: 12px;
}
.tribe-events-event-meta .tribe-events-gmap,
.tribe-events-event-meta-desc .tribe-events-gmap {
	white-space: normal;
	display: inline;
}
@media (max-width: 767px) {
	.tribe-events-event-meta .tribe-events-meta-group {
		margin-bottom: 24px;
	}
}
.single-tribe_events .tribe-events-event-meta {
	background: #f6f6f6;
	border: 1px solid #E2E2E2;
	margin: 30px 0;
}

.tribe-events-schedule {
    margin: 1em 0 0 0;
}
.single-tribe_events #tribe-events-footer {
    display: none;
}

/* --- SIDEBAR EVENTS WIDGET --- */

/*.tribe-mini-calendar-event {
	border-bottom: none;
}

.tribe-mini-calendar-event .list-date {
	display: none;
}
.tribe-mini-calendar-event h2.entry-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
	margin: 0 0 2px 0;
	padding: 0;
}
.tribe-mini-calendar-event h2.entry-title a {
	color: #4A4A4A;
}
.tribe-mini-calendar-event h2.entry-title a:hover {
	color: #3498DB;
}
.tribe-mini-calendar-event .duration,
.tribe-mini-calendar-event .location {
	font-size: 13px;
	font-weight: 300;
	line-height: 180%;
}*/

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

/* CUSTOMIZED GRAVITY FORM STYLES */

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
/*input[type="search"],*/
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #525252;
	font-size: 18px !important;
	background-color: #F8F8F8;
    border: 1px solid #ccc;
	border-radius: 0;
	padding: 8px !important;
}

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

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

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

.gform_wrapper .gsection {
	border-bottom: 1px solid #E2E2E2 !important;
	padding: 48px 16px 0 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #4A4A4A !important;
	font-size: 32px !important;
	font-weight: 300 !important;
	line-height: 140% !important;
	margin: 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,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    font-size: 16px !important;
    margin-right: 7px !important;
    vertical-align: text-top !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 16px !important;
    vertical-align: text-top !important;
    max-width: 90% !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    margin: 0 0 12px 0 !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: 13px !important;
	font-style: italic !important;
	line-height: 140% !important;
	margin: 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: 300 !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: 300 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

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

.gform_wrapper .gform_body .gform_fields .gfield select {

	height: 42px;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* --- 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: #525252 !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: #00A4E4;
  	display: inline-block;
	margin-bottom: 24px !important;
	font-weight: 400;
	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: 0;
	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 {
	html, body {
		height: auto;
	}
	body {
		background: white;
	    font-size: 10pt;
	    color: black;
	    line-height: 14pt;
	    margin: 0 auto;
	    padding: 0;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	.container-wrapper {
    	padding-top: 0;
    	padding-bottom: 0;
	}
	#header-image {
		height: 80px;
	}
	#header-image img {
		display:none;
	}
	a {
	    color: black;
	    text-decoration: none;
	    border-bottom: none;
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	.wp-caption-text {
		font-size: 8pt;
	}
	.alignleft {
		float: left;
		margin: 0;
		padding: 6px 20px 12px 0;
		max-width: 220px;
	}
	.alignright {
		float: right;
		margin: 0;
		padding: 6px 0 12px 20px;
		max-width: 220px;
	}
	.aligncenter {
		float: none;
		margin: 0;
		padding: 12px 0 12px 0;
		max-width: 220px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}

	ul, ol, dl  {
		wrapper-break-before:avoid
	}
	.et_social_inline {
		display: none;
	}
	.postmetadata {
		display: none;
	}
	.print:last-child {
    	page-break-before: auto;
	}
}
