/*
	Theme Name:     MHA-NYC
	Description:    Theme for MHA-NYC Organization
	Version: 		1.0
	Author:         Opendoors Technology
	Author URI: 	http://www.opendoorstech.com/
	Template:       html5blank-stable
*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
html {
	height: 100%;
}
body {
  position: relative;
  padding-bottom: 85px;
  min-height: 100%;
}
/* wrapper */
.wrapper {
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	clear: both;
}
.clear {
	clear: both;
}
/* columns */
.row {
    margin-left: -15px;
    margin-right: -15px;
	overflow: hidden;
}
div[class^="col-"] {
	float: left;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-1 {
	width: 8.33333%;
}
.col-2 {
	width: 16.6667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
    width: 33.3333%;
}
.col-5 {
	width: 41.6667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.3333%;
}
.col-8 {
	width: 66.6667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.3333%;
}
.col-11 {
	width: 91.6667%;
}
.col-12 {
	width: 100%;
}
/* Common MISC */
.pink-btn {
    background: #eb3571 none repeat scroll 0 0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    color: #ffffff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 145px;
}
.pink-btn:hover {
	color: #eb3571;
	background: #ffffff;
	border: 1px solid #eb3571;
}
.link-btn > button,
.widget_column .wpcf7 .wpcf7-submit {
	-webkit-border-radius: 24px;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
	border-radius: 4px !important;
	background: #30bcdc !important;
	font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
	color: #ffffff !important;
	border: none !important;
	padding: 5px !important;
	height: 35px;
	width: auto;
	display: block;
}
.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.stripe {
	background: rgba(0, 0, 0, 0) url("img/stripe.png") no-repeat scroll 0 0 / contain ;
    height: 10px;
	margin-top: -5px;
}
.uppercase {
	text-transform: uppercase;
}
a {
	color: #0d568e;
}
.img-responsive {
	width: 100%;
	height: auto;
}
textarea {
	resize: none;
}
.arrow_top {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.arrow_top:after, .arrow_top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_top:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_top:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}
/* header */
header#desktop-header .stripe-top {
    background: rgba(0, 0, 0, 0) url("img/stripe-top.png") no-repeat scroll 0 0 / contain ;
    height: 5px;
}
header#desktop-header #logo {
	overflow: hidden;
    padding: 40px 0 50px;
}
/* nav */
header#desktop-header nav {
    min-height: 54px;
    position: relative;
	background: #30bcdc;
	z-index: 9;
}
header#desktop-header nav > #menu > ul {
	list-style: outside none none;
	padding-left: 0;
	float: left;
    margin: 0;
}
header#desktop-header nav > #menu > ul > li {
    display: block;
	float: left;
	min-width: 169px;
	width: auto;
}
header#desktop-header nav > #menu > ul > li:first-child,
header#desktop-header nav > #menu > ul > li:first-child .sub-menu li:hover {
	background-color: #0d568e;
}
header#desktop-header nav > #menu > ul > li:nth-child(2),
header#desktop-header nav > #menu > ul > li:nth-child(2) .sub-menu li:hover {
	background-color: #1d6daa;
}
header#desktop-header nav > #menu > ul > li:nth-child(3),
header#desktop-header nav > #menu > ul > li:nth-child(3) .sub-menu li:hover {
	background-color: #4289bf;
}
header#desktop-header nav > #menu > ul > li:nth-child(4),
header#desktop-header nav > #menu > ul > li:nth-child(4) .sub-menu li:hover {
	background-color: #42a8bf;
}
header#desktop-header nav > #menu > ul li a {
    display: block;
    padding: 17px 60px;
    position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
header#desktop-header .sub-menu {
    left: 0;
    list-style: outside none none;
    padding: 0;
    position: absolute;
	display: none;
	background: #282828;
	width: 100%;
}
header#desktop-header .sub-menu > li > .sub-menu {
    left: 25%;
    top: 0;
    width: 75%;
	background: #3e3e3e none repeat scroll 0 0;
	z-index: 9;
}
header#desktop-header .sub-menu > li > .sub-menu > li > .sub-menu {
	background: #4c4c4c none repeat scroll 0 0;
	left: 40%;
    width: 60%;
	z-index: 9;
}
header#desktop-header .menu-item-has-children:hover > .sub-menu {
	display: block;
}
header#desktop-header .menu-item-has-children .sub-menu .menu-item {
	display: block;
}
header#desktop-header #menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item {
    display: block;
}
header#desktop-header nav > #menu > ul li .sub-menu > li a {
    padding: 17px 20px;
	font-size: 12px;
	text-transform: capitalize;
	text-align: left;
}
header#desktop-header nav > #menu > ul li.menu-item-has-children > ul > li:last-child > a {
	border-bottom: none;
}
header#desktop-header nav > #menu > ul > li .sub-menu > li:hover > a {
	color: #ffffff;
}
header#desktop-header nav > #menu > ul > li.menu-item-has-children {
	background-image: url("img/menu_arrow_down.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
header#desktop-header #menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item.menu-item-has-children,
header#desktop-header .sub-menu > li > .sub-menu > li.menu-item.menu-item-has-children {
	background-image: url("img/menu_arrow_right.png");
    background-position: 23% center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
header#desktop-header .sub-menu > li > .sub-menu > li.menu-item.menu-item-has-children {
	background-position: 37% center;
}
header#desktop-header nav > #menu > ul > li:nth-child(2) > .sub-menu {
	background-image: url("img/menu_inner_arrow.png");
    background-position: 26% top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
header#desktop-header nav > #menu > ul > li:nth-child(3) > .sub-menu {
	background-image: url("img/menu_inner_arrow2.png");
    background-position: 45% top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
header#desktop-header.sticky nav > #menu > ul > li:nth-child(2) > .sub-menu {
	background-position: 39% top;
}
header#desktop-header.sticky nav > #menu > ul > li:nth-child(3) > .sub-menu {
	background-position: 58% top;
}
header#desktop-header .input-group,
#mobile-header #searchform .input-group {
    border-collapse: separate;
    display: table;
    position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
header#desktop-header .input-group .form-control,
#mobile-header #searchform .input-group .form-control, 
header#desktop-header .input-group-btn,
#mobile-header #searchform .input-group-btn {
    display: table-cell;
}
header#desktop-header .input-group-btn,
#mobile-header #searchform .input-group-btn {
    vertical-align: middle;
    width: 1%;
	font-size: 0;
    position: relative;
    white-space: nowrap;
}
header#desktop-header .input-group-btn > .btn,
#mobile-header #searchform .input-group-btn > .btn {
    position: relative;
	border: none;
	background: rgba(0, 0, 0, 0) url("img/search.png") no-repeat scroll center center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
	width: 15px;
	height: 28px;
}
header#desktop-header .input-group-btn:first-child > .btn,
#mobile-header #searchform .input-group-btn:first-child > .btn,
header#desktop-header .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
header#desktop-header .input-group .form-control,
#mobile-header #searchform .input-group .form-control {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
	border: none;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    width: 100%;
	background: none;
}
header#desktop-header .searchform {
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    width: 310px;
}
#mobile-header .search_box {
	margin-top: 10px;
	background: #30bcdc;
	padding: 10px 0;
}
#mobile-header #searchform {
	margin-left: 15px;
    width: 310px;
}
header#desktop-header .col-4:first-child, 
header#desktop-header .col-4:last-child {
    min-height: 132px;
    padding-bottom: 46px;
    padding-top: 46px;
}
header#desktop-header .sticky-show {
	display: none;
}
/* sticky header */
header#desktop-header.sticky {
    position: fixed;
    width: 100%;
	background: #30bcdc;
	z-index: 999;
	top: 0px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
header#desktop-header #brand {
    float: left;
    margin-top: 5px;
	margin-right: 80px;
}
header#desktop-header #quick-btn {
    float: right;
    margin-top: 10px;
}
header#desktop-header #sticky-donate,
header#desktop-header-new #sticky-donate {
	width: 129px;
	height: 64px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
	border-radius: 0px;
	display: block;
	line-height: normal;
	padding: 15px;
    position: fixed;
	right: 0px;
	top: 440px;
	-webkit-box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
	z-index: 9;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
	padding: 15px 15px 15px 55px;
	background-image: url('img/donate_icon.png');
	background-repeat: no-repeat;
	background-color: #eb3571;
	background-position: 10px center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 13px;
}
header#desktop-header-new #sticky-donate:hover {
    color: #ffffff;
    background-color: #eb3571;
    border: none;
}
header#desktop-header-new #sticky-donate.sticky-vertical {
	width: 56px;
	padding: 0;
}
header#desktop-header-new #sticky-donate.sticky-vertical:hover {
	padding: 15px 15px 15px 55px;
	width: 129px;
}
header#desktop-header-new #sticky-donate.sticky-vertical span {
    display: none;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
header#desktop-header-new #sticky-donate.sticky-vertical:hover span {
	display: block;
}
/*header#desktop-header-new #sticky-donate.sticky-vertical,*/
header#desktop-header #sticky-donate.sticky-vertical {
	height: 45px;
    right: -54px;
	width: 145px;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
	transform: rotate(270deg);
    writing-mode: lr-tb;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* New Navigation Header */
header#desktop-header-new {
	background: #0d568e;
	/*max-height: 54px;*/
}
header#desktop-header-new #logo,
header#desktop-header-new nav,
header#desktop-header-new ul.get-help,
header#desktop-header-new ul.search-box {
	float: left;
}
header#desktop-header-new .menu-right {
	float: right;
}
header#desktop-header-new #menu ul#myTopnav,
header#desktop-header-new ul.get-help,
header#desktop-header-new ul.search-box,
header#desktop-header-new nav ul.sub-menu,
header#desktop-header-new ul.search-box ul.sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
header#desktop-header-new nav ul#myTopnav > li,
header#desktop-header-new ul.get-help > li,
header#desktop-header-new ul.search-box > li {
	float: left;
}
header#desktop-header-new ul.search-box > li > a > i {
	display: block;
	color: #ffffff;
	font-size: 16px;
	padding: 19px;
}
header#desktop-header-new ul.get-help > li,
header#desktop-header-new ul.get-help .sub-mega-menu {
	background: #eb3571;
}
header#desktop-header-new nav ul#myTopnav > li:nth-child(1),
header#desktop-header-new nav ul#myTopnav > li:nth-child(1) ul.sub-menu li {
	background: #1d6daa;
}
header#desktop-header-new nav ul#myTopnav > li:nth-child(2),
header#desktop-header-new nav ul#myTopnav > li:nth-child(2) ul.sub-menu li {
	background: #4289bf;
}
header#desktop-header-new nav ul#myTopnav > li:nth-child(3),
header#desktop-header-new nav ul#myTopnav > li:nth-child(3) ul.sub-menu li {
	background: #42a8bf;
}
header#desktop-header-new nav ul#myTopnav > li:nth-child(4),
header#desktop-header-new nav ul#myTopnav > li:nth-child(4) ul.sub-menu li {
	background: #30bcdc;
}
header#desktop-header-new ul.search-box > li {
	position: relative;
}
header#desktop-header-new ul.search-box > li:nth-child(1) {
	background: #47cdee;
}
header#desktop-header-new ul.search-box > li:nth-child(2) {
	background: #4bdff1;
}
header#desktop-header-new nav ul#myTopnav li a,
header#desktop-header-new ul.get-help > li > a {
	font-family: 'Lato', serif;
	font-weight: 700;
	font-size: 14.4px;
	color: #ffffff;
	text-transform: uppercase;
	/*max-height: 54px;*/
	padding: 17px 40px;
	display: block;
}
header#desktop-header-new nav ul#myTopnav > li > ul.sub-menu,
header#desktop-header-new ul.search-box > li > ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 254%;
	z-index: 9;
}
header#desktop-header-new nav ul#myTopnav > li > ul.sub-menu {
	height: 100vh;
}
header#desktop-header-new ul.search-box > li > ul.sub-menu {
    right: 0;
    width: auto;
}
header#desktop-header-new ul.search-box > li:last-child > ul.sub-menu {
	left: 0px;
	width: 100%;
	background: #4bdff1;
}
header#desktop-header-new ul.search-box > li:last-child > ul.sub-menu a {
	padding: 10px 0;
	font-size: 20px;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
}
header#desktop-header-new ul.search-box > li:last-child > ul.sub-menu > li:hover {
	background: #000;
}
header#desktop-header-new ul.search-box > li:first-child > ul.sub-menu input {
	width: 296px;
	height: 52px;
	border: 1px solid #eae7e7;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
	padding: 0px 20px;
}
header#desktop-header-new nav ul#myTopnav > li > ul.sub-menu li > .sub-menu {
	display: none;
}
header#desktop-header-new nav ul#myTopnav > li > ul.sub-menu li > .sub-menu.small-menu-show,
header#desktop-header-new ul.search-box > li > ul.sub-menu.search-box-show {
	display: block;
}
header#desktop-header-new #logo {
	padding: 10px 20px 20px 18px;
	position: relative;
	z-index: 99;
	float: none;
	text-align: center;
}
#logo-box {
    background: #ffffff;
}
header#desktop-header-new nav > #menu > ul > li.menu-item-has-children {
	background-image: url("img/menu_arrow_down.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: auto auto;
	position: relative;
}
header#desktop-header-new nav > #menu > ul > li.menu-item-has-children:hover > .sub-menu {
	display: block !important;
}
header#desktop-header-new nav > #menu > ul > li.menu-item-has-children > .sub-menu .sub-menu {
	padding-left: 20px;
}
header#desktop-header-new nav > #menu > ul > li.menu-item-has-children > .sub-menu .sub-menu li::before {
    content: "•";
    font-weight: bold;
    color: #eb3571;
    display: inline-block;
    float: left;
    position: relative;
    top: 10px;
    left: 25px;
}
header#desktop-header-new nav ul#myTopnav li ul.sub-menu a,
header#desktop-header-new ul.search-box ul.sub-menu a {
	font-size: 15px;
	padding: 7px 40px;
}
header#desktop-header-new nav > #menu > ul > li.menu-item-has-children > .sub-menu .sub-menu a {
	font-family: 'Lato', serif;
	font-weight: 400;
	font-size: 14px;
	color: #e9e9e9;
	text-transform: capitalize;
}
header#desktop-header-new nav > #menu > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu > li > .sub-menu a {
	color: #a8bac8;
	text-transform: capitalize;
}
header#desktop-header-new nav ul#myTopnav > li > ul.sub-menu > li {
	position: relative;
}
header#desktop-header-new nav ul#myTopnav > li > ul.sub-menu > li > span.menu_arrow {
	background-image: url("img/menu_arrow_red_right.png");
	background-size: auto auto;
	background-repeat: no-repeat;
	position: absolute;
	width: 40px;
	height: 100%;
	display: block;
	background-position: center 14px;
	cursor: pointer;
}
body.page .banner, 
body.single .banner, 
body.search .banner, 
body.error404 .banner {
	margin-top: 0px !important;
}
header#desktop-header-new.sticky {
    position: fixed;
    width: 100%;
	z-index: 9;
	top: 0px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*header#desktop-header-new > div:before {
	content: " ";
	width: 130px;
	height: 130px;
	background: #0d568e;
	display: block;
	position: absolute;
	top: -35px;
	z-index: 1;
	left: 22px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}*/
header#desktop-header-new ul.get-help .sub-mega-menu,
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines {
    list-style: none;
    padding: 0;
}
header#desktop-header-new ul.get-help > li {
	position: relative;
}
header#desktop-header-new ul.get-help .sub-mega-menu {
	position: absolute;
	top: 100%;
	width: 489%;
	z-index: 9;
	display: none;
}
header#desktop-header-new ul.get-help > li:hover > .sub-mega-menu {
	display: block !important;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li {
	float: left;
	padding: 0 15px;
	min-height: 87px;
	width: 277px;
	margin-right: 45px;
	margin-bottom: 43px;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li h4.hotline-name {
	font-family: 'Lato', serif;
	font-weight: 700;
	font-size: 17px;
	color: #000000;
	margin: 0 0 10px 0;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li h4.hotline-name a {
	color: #000000;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li h4.hotline-name > i {
	color: #ffffff;
	margin-right: 10px;
	display: inline-block;
	min-height: 40px;
	float: left;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li h5.call-info {
	font-family: 'Lato', serif;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	margin: 0 0 3px 0;
	padding-left: 16px;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li h5.call-info > span {
	color: #000000;
	min-width: 40px;
	display: inline-block;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li h5.call-info > i {
	color: #000000;
	margin-right: 5px;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li h5.call-info a {
	color: inherit;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines {
    overflow: hidden;
    padding: 25px;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li:nth-child(3n) {
    margin-right: 0px;
}
header#desktop-header-new ul.get-help .sub-mega-menu ul.hotlines > li:nth-last-child(-n+3) {
    margin-bottom: 0px;
}
.dont-float {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
	text-align: left !important;
}
header#desktop-header-new .menu-center {
	text-align: center;
}
header#desktop-header-new .menu-margin-left {
	margin-left: -3px !important;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
.text-center {
	text-align: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
body.page .banner .wrapper,
body.page .banner,
body.search .banner .wrapper,
body.search .banner,
body.error404 .banner .wrapper,
body.error404 .banner,
body.single .banner .wrapper,
body.single .banner {
    min-height: 590px;
}
body.page .banner,
body.single .banner,
body.search .banner,
body.error404 .banner {
    background-color: #dadada;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	margin-top: -40px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1) inset;
}
body.page .banner h1,
body.search h1.search_head{
	color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 35px;
    font-weight: 700;
    left: 50%;
    margin: 0;
    position: absolute;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    top: 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%);
}
body.search h1.search_head {
	text-align: left;
	color: #000000;
	margin: 20px 0;
	position: static;
	transform: none;
	text-align: right;
}
body.page .banner h1 > span,
body.error404 .banner h1 > span {
	color: #ffffff;
}
body.error404 .banner h1 > span {
    clear: both;
    display: block;
    text-align: center;
}
body.page .banner p{
	color: #3c3c3c;
    font-family: 'Arvo',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    position: absolute;
    top: 56%;
	max-width: 478px;
}
body.paged:not(.home, .page-template-page--flex-page) main h2, 
body.page main h3, 
body.page main h4,
body.single main h2, 
body.single main h3, 
body.single main h4 {
	font-family: 'Lato',sans-serif !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: normal !important;
	color: #202020 !important;
	text-transform: uppercase;
	margin-bottom: 40px;
	position: relative;
}
body.page main h3,
body.single main h3 {
	font-size: 22px !important;
	font-weight: 400 !important;
}
body.page main h4,
body.single main h4 {
	font-size: 18px !important;
    font-weight: 400 !important;
}
body.page main .vc_row-has-fill h2 {
	color: #ffffff !important;
}
body.page:not(.home, .page-template-page--flex-page) main h2:before,
body.single:not(.home, .page-template-page--flex-page) main h2:before {
	content : "";
	position: absolute;
	left    : 0px;
	bottom  : -10px;
	height  : 2px;
	width   : 115px;  /* or 100px */
	border-bottom: 2px solid #16a1e9;
	display: block;
	transform: none;
}
body.page main h2.gray-underline-left:before {
	border-color: #d6d6d6;
}
body.page main h2.blue-underline-center:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
body.page main h2.gray-underline-center:before {
	left    : 50%;
	border-color: #d6d6d6;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*
body.page:not(.home, .page-template-page--flex-page) main p,
.wpb_text_column li,
body.single main p {
	font-family: 'Arvo',sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #666666;
}
*/
body.page main .vc_row-has-fill p {
	color: #c5c3c3 !important;
}
body.page .mhalink button {
	background: none !important;
	color: #30bcdc;
	font-family: 'Arvo',sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal !important;
	padding: 0 0 0 20px !important;
}
body.page .mhalink button i {
	left: 0 !important;
	font-size: 18px !important;
    height: 20px !important;
    line-height: 18px !important;
}
body.page .wpb_single_image.overlay-caption {
    position: relative !important;
}
body.page .wpb_single_image.overlay-caption h2 {
	background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0 !important;
	bottom: 0 !important;
	position: absolute !important;
	font-family: 'Arvo',sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 52px !important;
	color: #f7f7f7;
	text-align: center !important;
	width: 100% !important;
	margin: 0px !important;
}
/**************************
	HOMEPAGE
**************************/
body.homepage main > section.gray_bg_box {
	background: #eaeaea;
}
body.homepage main > section h2 {
	font-family: 'Lato',sans-serif !important;
    font-size: 24px !important;
    font-weight: 900 !important;
	color: #999999 !important;
	text-transform: uppercase !important;
}
body.homepage main > section h2::before {
	border: none;
}
body.homepage main > section p {
	font-family: 'Arvo',sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
body.homepage main > section.gray_bg_box h2,
body.homepage main > section.gray_bg_box p {
	color: #333333 !important;
}
body.homepage main > section:not(.banner) {
    padding: 64px 0;
}
body.homepage main > section.mission_box {
	padding-top: 0px;
}
body.homepage main > section.mission_box .stripe {
    margin-bottom: 35px;
}
body.homepage:not(.home, .page-template-page--flex-page) main h2, 
body.homepage:not(.home, .page-template-page--flex-page) main h3, 
body.homepage:not(.home, .page-template-page--flex-page) main h4 {
	margin-bottom: 20px;
}
body.homepage main > section a.read_more,
a.link-btn {
	background: #00aeef none repeat scroll 0 0;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
	font-family: 'Arvo',sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #ffffff;
}
body.homepage main > section .hotline-box > a {
	display: block;
	height: 200px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.homepage main > section .hotline-box > a > h3 {
	color: #ffffff !important;
    font-family: "Arvo",sans-serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
	margin: 0px;
    left: 50%;
    position: absolute;
    top: 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%);
}
body.homepage main > section .hotline-box .hotline-descr {
	padding: 20px 10px;
}
body.homepage main > section .hotline-box:nth-child(1) > a {
	background-color: #0d568e;
}
body.homepage main > section .hotline-box:nth-child(1) .hotline-descr {
	border-bottom: 5px solid #0d568e;
}
body.homepage main > section .hotline-box:nth-child(2) > a {
	background-color: #4289bf;
}
body.homepage main > section .hotline-box:nth-child(2) .hotline-descr {
	border-bottom: 5px solid #4289bf;
}
body.homepage main > section .hotline-box:nth-child(3) > a {
	background-color: #30bcdc;
}
body.homepage main > section .hotline-box:nth-child(3) .hotline-descr {
	border-bottom: 5px solid #30bcdc;
}
body.homepage main > section .hotline-box .hotline-descr {
	background-color: #eaeaea;
}
body.homepage main > section .hotline-box p {
	font-family: 'Arvo',sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #ffffff;
	margin: 0px;
	text-align: center;
}
body.homepage main > section.happening_box {
	background: #eaeaea;
	position: relative;
}
body.homepage main > section.happening_box h2 {
	color: #999999 !important;
}
body.homepage main > section.happening_box .blog_box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    position: relative;
	margin: 0 30px 0 0;
	padding: 0;
}
body.homepage main > section.happening_box .blog_box h3 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff !important;
    font-family: "Arvo",sans-serif !important;
    font-size: 18px !important;
    font-weight: 400;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-transform: capitalize;
    width: 100%;
}
body.homepage main > section.happening_box .blog_box a {
    display: block;
    height: 200px;
    overflow: hidden;
    width: 100%;
}
body.homepage main > section.happening_box .bx-wrapper {
	background: none;
	border: none;
	box-shadow: none;
	max-width: 1200px !important;
}
.widget_column .bx-wrapper {
	background: none;
	border: none;
	box-shadow: none;
	max-width: 1200px !important;
} 
.home_blog_slider_controls .slider_prev, 
.home_blog_slider_controls .slider_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	height: 66px;
	width: 33px;
	-webkit-border-radius: 0 33px 33px 0;
    -moz-border-radius: 0 33px 33px 0;
    -ms-border-radius: 0 33px 33px 0;
    -o-border-radius: 0 33px 33px 0;
	border-radius: 0 33px 33px 0;
	background: rgba(0,0,0,0.6);
	text-align: center;
}
.home_blog_slider_controls .slider_next {
    right: 0;
	border-radius: 33px 0 0 33px;
	-moz-border-radius: 33px 0 0 33px;
	-webkit-border-radius: 33px 0 0 33px;
}
.home_blog_slider_controls .slider_prev a, 
.home_blog_slider_controls .slider_next a {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.home_blog_slider_controls .slider_prev a::before, 
.home_blog_slider_controls .slider_next a::before {
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 20px;
}
.home_blog_slider_controls .slider_prev a::before {
	content: "\f104";
	margin-left: -10px;
}
.home_blog_slider_controls .slider_next a::before {
	content: "\f105";
	margin-left: 10px;
}
body.homepage main > section.story_box .hope_box {
    margin-bottom: 40px;
    min-height: 160px;
}
body.homepage main > section.story_box .hope_box h3 {
	color: #222222 !important;
    font-family: "Arvo",sans-serif !important;
    font-size: 20px !important;
    font-weight: 400;
	text-transform: capitalize;
	margin-top: 0px;
}
body.homepage main > section.story_box .hope_box h3 > a {
	color: inherit;
}
body.homepage main > section.story_box .hope_box h3::before {
	content : "";
	position: absolute;
	left    : 0px;
	bottom  : -10px;
	height  : 2px;
	width   : 60px;  /* or 100px */
	border-bottom: 2px solid #16a1e9;
	display: block;
	transform: none;
}
body.homepage main > section.story_box .hope_box .story_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 120px;
	padding: 0;
}
body.homepage main > section.story_box .hope_box .story_image a {
	display: block;
	width: 100%;
	min-height: 120px;
}
body.homepage div.frequent_box h2 {
	color: #ffffff;
    font-family: "Arvo",sans-serif;
    font-size: 18px;
    font-weight: 400;
	position: relative;
}
body.homepage div.frequent_box h2::before {
	content : "";
	position: absolute;
	left    : 0px;
	bottom  : -10px;
	height  : 2px;
	width   : 60px;  /* or 100px */
	border-bottom: 2px solid #16a1e9;
	display: block;
	transform: none;
}
body.homepage div.frequent_box {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px 0;
}
body.homepage div.frequent_box .freq_boxes {
	overflow: hidden;
	margin-top: 45px;
}
body.homepage div.frequent_box .freq_boxes > div:nth-child(1) > .freq_box {
	background-color: #0d568e;
}
body.homepage div.frequent_box .freq_boxes > div:nth-child(2) > .freq_box {
	background-color: #4289bf;
}
body.homepage div.frequent_box .freq_boxes > div:nth-child(3) > .freq_box {
	background-color: #30bcdc;
}
body.homepage div.frequent_box .freq_boxes > div:nth-child(4) > .freq_box {
	background-color: #58dcfa;
}
body.homepage div.frequent_box .freq_box {
	padding: 15px 25px;
}
body.homepage div.frequent_box .freq_box h3 {
	color: #ffffff;
    font-family: "Arvo",sans-serif;
    font-size: 14px;
    font-weight: 400;
	margin-top: 0;
}
body.homepage div.frequent_box .freq_box p {
	color: #ffffff;
    font-family: "Arvo",sans-serif;
    font-size: 12px;
    font-weight: 400;
}
body.homepage .services_box .services_image {
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    min-height: 200px;
    overflow: hidden;
}

/*------------------------------------*\
    WIDGETS
\*------------------------------------*/
.widget_column {
    padding: 35px 0;
}
body.page main .widget_column h2 {
	/*
	line-height: normal !important;
	text-align: left !important;
	text-transform: uppercase !important;
	font-family: 'Lato', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
	color: #202020 !important;
	position: relative !important;
	z-index : 1 !important;
	margin-bottom: 45px !important;
	*/
}
.widget_column .vc_column_container {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.widget_column .vc_column_container:last-child {
	border-right: none;
}
.widget_column .wpcf7 input[type="text"],
.widget_column .wpcf7 input[type="tel"],
.widget_column .wpcf7 input[type="email"],
.widget_column .wpcf7 textarea {
	height: 42px;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	font-family: 'Arvo', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #717171;
	line-height: normal;
	margin-bottom: 10px;
    padding: 5px 15px;
}
.widget_column .wpcf7 textarea {
	resize: none;
	height: 120px;
}
.widget_column .wpcf7 .wpcf7-submit {
	width: 100%;
	height: 42px;
	margin-top: 5px;
	font-size: 18px !important;
}
.widget_column .easy-t-slideshow-wrap blockquote.easy_testimonial {
	margin: 0;
	padding: 0;
}
.widget_column .easy-t-slideshow-wrap .testimonial_body {
    margin-bottom: 40px;
}
.widget_column .easy-t-slideshow-wrap .testimonial_body p,
.widget_column .bx-wrapper .story_description p {
	font-family: 'Arvo', sans-serif;
    font-size: 14px;
    font-weight: 400;
	font-style: italic;
	color: #333333;
	line-height: 25px;
}
.widget_column .bx-wrapper .story_description {
	margin-bottom: 20px;
}
.widget_column .easy-t-slideshow-wrap .testimonial_author,
.widget_column .bx-wrapper .member-name {
	margin: 20px 0;
	padding: 0 0 0 95px;
}
.widget_column .easy-t-slideshow-wrap .testimonial_author .testimonial-client,
.widget_column .bx-wrapper .memb-name {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
	color: #373737;
	line-height: normal;
	text-transform: uppercase;
	font-style: normal;
}
.widget_column .easy-t-slideshow-wrap .testimonial_author .testimonial-position,
.widget_column .bx-wrapper .memb-desg {
	font-family: 'Arvo', sans-serif;
    font-size: 14px;
    font-weight: 400;
	font-style: italic;
	color: #00aeef;
	line-height: normal;
}
.widget_column .easy-t-slideshow-wrap .easy_testimonial_image_wrapper,
.widget_column .bx-wrapper .member_image {
    bottom: 0px;
	width: 75px;
	height: 75px;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #dedede;
	float: left;
}
.widget_column .bx-wrapper .member_image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
blockquote.easy_testimonial p.testimonial_author,
.widget_column .bx-wrapper .member-name {
	float: left;
	padding-left: 20px !important;
}
.widget_column .easy-t-slideshow-wrap blockquote.easy_testimonial .wp-post-image,
.widget_column .bx-wrapper .member_image img {
	width: 100%;
}
.widget_column .bx-wrapper .bx-pager.bx-default-pager a {
	background: #e6e6e6;
}
.widget_column .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c0c0c0;
}
.widget_column .easy-t-slideshow-wrap .easy-t-cycle-controls {
	text-align: left;
	margin-top: 15px;
}
.widget_column .easy-t-slideshow-wrap .easy-t-cycle-controls .easy-t-cycle-pager span {
	font-size: 35px;
    height: 10px;
    line-height: normal;
    margin-right: 10px;
    width: 10px;
	color: #e6e6e6;
}
.widget_column .easy-t-slideshow-wrap .easy-t-cycle-controls .easy-t-cycle-pager span.cycle-pager-active {
	color: #c0c0c0;
}
.widget_column .widget_nav_menu ul {
	padding: 0px;
	list-style: none;
}
.widget_column .widget_nav_menu ul li {
    padding-left: 20px;
    position: relative;
}
.widget_column .widget_nav_menu ul li::after {
	position: absolute;
	font-family: "FontAwesome";
	top: 5px;
	left: 0px;
	content: "\f105";
	color: #16a1e9;
	font-size: 15px;
}
.widget_column .widget_nav_menu ul li a {
	font-family: 'Arvo', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #373737;
	line-height: 33px;
}
.widget_column.sidebar_right {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 0;
    margin-top: 20px;
    padding: 0 0 0 30px;
}
.widget_column.sidebar_right .vc_row.wpb_row {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 30px 0;
}
.widget_column .vc_row.wpb_row:last-child {
	border-bottom: none;
}
.widget_column .bx-wrapper .memb-name {
	clear: both;
	display: block;
}
.fancybox-skin {
	background: #ffffff;
}
.fancybox-inner .fancybox-content-inside {
	background: #fff;
	border: none;
	box-shadow: none;
}
div.widget_column.vc_row.wpb_row > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

/*------------------------------------*\
    BLOG POST
\*------------------------------------*/
.blog-post {
	margin-bottom: 50px;
}
.blog-post .post-img {
    height: 208px;
	width: 100%;
    overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.blog-post .post-img a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.blog-post .post-date {
	font-family: 'Lato',sans-serif;
	font-size: 12px;
    font-weight: 400;
    line-height: normal;
	margin: 10px 0;
	color: #202020;
}
body.page main .blog-post h3 {
    margin: 10px 0;
}
.blog-post h3 a {
    color: inherit;
}
.blog-post .view-article {
	display: none;
}
body.single .single_post_img {
    margin: 0 auto;
}
body.single article {
    min-height: 1050px;
	padding-top: 60px;
}
body.single article .date,
body.single article .category {
	font-family: 'Arvo', sans-serif;
    font-size: 14px;
    font-weight: 400;
	font-style: italic;
	color: #616161;
	line-height: normal;
}
body.single article .category,
body.single article .category a {
	color: #00aeef;
}
body.single main div.comments h3,
body.single main div.comments h2 {
    margin: 10px 0;
	font-size: 22px !important;
}
body.single img {
    width: auto;
    height: auto;
}
div.comments form.comment-form label {
    display: block;
    min-width: 100px;
	clear: both;
}
div.comments form.comment-form input {
    min-width: 335px;
}
div.comments form.comment-form .form-submit input {
    min-width: 335px;
	background: #eb3571 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: none;
	height: 30px;
}
body.single .author_photo,
body.single .comment_number {
    border: 3px solid #e3e3e3;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 99px;
    width: 99px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
}
body.single .author_photo::before,
body.single .comment_number::before {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 1px;
    left: -100px;
    position: relative;
    top: 45px;
}
body.single .author_photo::after,
body.single .comment_number::after {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 1px;
    right: -100px;
    position: relative;
    top: 45px;
}
body.single .author {
	font-family: 'Arvo', sans-serif;
    font-size: 14px;
    font-weight: 400;
	display: block;
	color: #00aeef;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0;
}
body.single .author a {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
	color: #000000;
	display: block;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
}
body.single main div.comments h3.comment_number {
	background: #00aeef none repeat scroll 0 0;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
    border-radius: 85px;
    color: #ffffff !important;
    font-family: "Arvo",sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 35px;
	line-height: 32px !important;
    text-align: center;
    width: 152px;
	border: none;
}
body.single .comment_number::before {
    left: -155px;
    top: 18px;
}
body.single .comment_number::after {
    right: -155px;
    top: -16px;
}
body.single .comments ul.comments_list {
    list-style: outside none none;
    padding: 0;
}
body.single .comments ul.comments_list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
body.single .comments .comments_list li .comment-author {
	overflow: hidden;
}
body.single .comments .comments_list li .comment_author_img {
	border: 3px solid #e3e3e3;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 54px;
    width: 54px;
	overflow: hidden;
	float: left;
}
body.single .comments .comments_list li .comment_author_img img,
body.single .author_photo img {
    height: auto;
    width: 100%;
}
body.single .comments .comments_list li .comment-body > p {
    clear: both;
	margin-top: 10px;
    padding-left: 65px;
}
body.single .comments .comments_list li .comment_meta {
    float: left;
    margin: 15px 0 0 10px;
}
body.single .comments .comments_list li .comment_meta cite {
    clear: both;
    display: block;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
	color: #000000 !important;
	line-height: normal;
	text-transform: uppercase;
}
body.single .comments .comments_list li .comment_meta .comment_date {
	font-family: 'Arvo', sans-serif;
    font-size: 13px;
    font-weight: 400;
	color: #616161;
	line-height: normal;
}
body.single .post_extra {
    /*display: block;*/
	display: none;
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    overflow: hidden;
}
body.single .author_photo {
	overflow: hidden;
}
/* Leadership Template */
.leadership-form {
	margin: 20px 0;
	overflow: hidden;
}
.leadership-form .form-group {
    position: relative;
    float: right;
}
.leadership-form .form-group i {
    font-size: 14px;
    left: 8px;
    position: absolute;
    top: 50%;
	color: #16A1E9;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.leadership-form .search_text {
	height: 30px;
	width: 200px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	font-family: 'Arvo', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #717171;
	line-height: normal;
    padding: 5px 15px 5px 26px;
}
.ui-autocomplete.ui-menu {
    background: #ffffff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e5e5e5;
}
.ui-menu .ui-menu-item:hover {
	background: #f4f2f2;
}
.ui-menu .ui-menu-item:last-child {
	border-bottom: none;
}
.ui-menu .ui-menu-item .mem-name,
.ui-menu .ui-menu-item .mem-category {
	clear: both;
}
.ui-menu .ui-state-focus, 
.ui-menu .ui-state-active {
    margin: 0px !important;
}
.leadership-tabs .vc_tta.vc_general .vc_tta-panel-body {
	padding: 14px 5px;
}
.leadership-tabs .vc_tta.vc_general .vc_tta-tab {
	float: left;
	width: 20%;
}
.leadership-tabs .vc_tta.vc_general .vc_tta-tab > a,
.leadership-tabs .vc_tta.vc_general .vc_tta-panel-title > a {

    font-size: 14px;
    font-weight: 700;
	color: #939393;
	background-color: #f4f2f2;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
	padding: 15px 2px;
	text-align: center;
	width: 100%;
}
.leadership-tabs .vc_tta.vc_general .vc_tta-tab:first-child > a {
    border-top-left-radius: 10px;
	border-bottom-left-radius: 10px !important;
}
.leadership-tabs .vc_tta.vc_general .vc_tta-tab:last-child > a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px !important;
}
.leadership-tabs .vc_tta.vc_general .vc_tta-tab:hover > a,
.leadership-tabs .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover,
.leadership-tabs .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.leadership-tabs .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	background-color: #4684ff;
	color: #ffffff;
}
.leadership-tabs .members-list {
	margin-left: 0px;
	overflow: hidden;
}
.leadership-tabs .members-list .member-detail {
	display: block;
	float: left;
}
.leadership-tabs .members-list .member-image {
    border: 3px solid #e9e9e9;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 115px;
    overflow: hidden;
    width: 115px;
	margin: 0 auto;
}
.leadership-tabs .members-list .member-detail.member-active .member-image {
	border-color: #4684ff;
}
/*.leadership-tabs .members-list .member-image img {*/
/*	!*filter: gray;  IE6-9 *!*/
/*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); !* Firefox 10+ *!*/
/*    filter: grayscale(100%); !* IE6-9 *!*/
/*    -webkit-filter: grayscale(100%); !* Chrome 19+ & Safari 6+ *!*/
/*}*/
/*.leadership-tabs .members-list .member-detail:hover .member-image img,*/
/*.leadership-tabs .members-list .member-detail.member-active .member-image img {*/
/*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
/*    -webkit-filter: grayscale(0%);*/
/*}*/
.leadership-tabs .members-list .member-name,
.ui-menu .ui-menu-item .mem-name {
    font-size: 18px;
    font-weight: 700;
	color: #1b3151;
	text-align: center;
	display: block;
}
.ui-menu .ui-menu-item .mem-name {
	font-size: 16px;
	text-align: left;
}
.leadership-tabs .members-list .member-role,
.ui-menu .ui-menu-item .mem-category {
    font-size: 14px;
    font-weight: 400;
	color: #7f7f7f;
	text-align: center;
	display: block;
}
.ui-menu .ui-menu-item .mem-category {
	color: #16a1e9;
	font-size: 12px;
	text-align: left;
	font-style: italic;
}
.leadership-tabs .members-list .member-detail:hover .member-role,
.leadership-tabs .members-list .member-detail.member-active .member-role {
	color: #4684ff;
}
.leadership-tabs .members-list .member-detail {
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 20%;
}
.leadership-tabs .members-list .member-detail:nth-child(5n) {
    margin-right: 0;
}
.leadership-tabs .members-list .member-detail .member-detail-box {
	display: none;
}
.member-blue-box,
.member-detail-box {
    background: #f4f2f3 none repeat scroll 0 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    border-radius: 15px;
    min-height: 345px;
    padding: 45px;
	display: none;
}
.member-detail-box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 10px;
	margin-top: 25px;
	min-height: auto;
}
.member-blue-box.arrow_top,
.member-detail-box {
    border: inherit;
}
.member-blue-box.arrow_top::after,
.member-detail-box::after {
    border-color: transparent;
}
.member-blue-box.arrow_top::before,
.member-detail-box::before {
    border-color: rgba(22, 161, 233, 0) rgba(22, 161, 233, 0) #f4f2f3;
	border-width: 16px;
    margin-left: -16px;
}
body.page main .member-blue-box .member-detail-name-box > h4,
body.page main .member-detail-box .member-detail-name-box > h4 {
	margin: 0px;
    font-size: 28px !important;
    font-weight: 700 !important;
	color: #4684ff !important;
}
body.page main .member-detail-box .member-detail-name-box > h4 {
	font-size: 25px !important;
}
body.page main .member-blue-box .member-detail-name-box > h6,
body.page main .member-detail-box .member-detail-name-box > h6 {
	margin: 0px;
    font-size: 18px !important;
    font-weight: 400 !important;
	color: #202020 !important;
}
body.page main .member-detail-box .member-detail-name-box > h6 {
	font-size: 15px !important;
}
body.page main .member-blue-box .member-detail-name-box {
	float: left;
}
body.page main .member-blue-box .member-detail-icons-box {
	float: right;
}
body.page main .member-blue-box .member-detail-description-box,
body.page main .member-detail-box .member-detail-description-box {
	display: block;
	clear: both;
	margin-top: 60px;
}
body.page main .member-detail-box .member-detail-description-box {
	margin-top: 10px;
}
body.page main .member-blue-box .member-detail-description-box,
body.page main .member-blue-box .member-detail-description-box p,
body.page main .member-detail-box .member-detail-description-box,
body.page main .member-detail-box .member-detail-description-box p {

    font-size: 14px;
    font-weight: 400;
	color: #1b3151;
	line-height: 25px;
}
.member-detail-box .member-detail-icons-box {
	margin: 20px 0;
}
.member-blue-box .member-detail-icons-box a span,
.member-detail-box .member-detail-icons-box a span {
	font-family: 'Arvo', sans-serif;
    font-size: 15px;
    font-weight: 400;
	color: #ffffff;
	margin-left: 10px;
    margin-right: 35px;
}
.member-detail-box .member-detail-icons-box a span {
	display: none;
}
.member-blue-box .member-detail-icons-box a i,
.member-detail-box .member-detail-icons-box a i {
    color: #17a1ea;
    font-size: 18px;
}
.member-blue-box .member-detail-icons-box > li,
.member-detail-box .member-detail-icons-box > li {
    margin-right: 25px;
}
.member-blue-box .member-detail-icons-box > li:last-child,
.member-detail-box .member-detail-icons-box > li:last-child {
    margin-right: 0;
}
#board-advisory-council .member-detail .member-image,
#professional-advisory-committee .member-detail .member-image,
#emeritus-directors .member-detail .member-image {
	display: none;
}
.arrow_0::after, .arrow_0::before {
    left: 10%;
}
.arrow_1::after, .arrow_1::before {
    left: 30%;
}
.arrow_2::after, .arrow_2::before {
    left: 50%;
}
.arrow_3::after, .arrow_3::before {
    left: 70%;
}
.arrow_4::after, .arrow_4::before {
    left: 90%;
}
/* Post Child Widget */
.post_child_widget {
	margin-top: -70px;
}
.post_child_widget ul.child_pages {
	margin-top: 0px;
	padding-left: 0px;
	list-style: none;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.post_child_widget ul.child_pages li {
	color: #202020 !important;
    font-family: "Lato",sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 55px !important;
    max-height: 55px;
    overflow-y: hidden;
    padding: 0 30px 0 90px;
    position: relative;
	cursor: pointer;
}
.post_child_widget ul.child_pages li:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
	color: #16a1e9;
	font-size: 10px !important;
	right: 15px;
}
.post_child_widget ul.child_pages li:hover {
	background: #dfdfdf;
}
.post_child_widget ul.child_pages li.child-active {
	background: #16a1e9;
	color: #ffffff !important;
	overflow: inherit;
}
.post_child_widget ul.child_pages li.child-active::before {
    background: #16a1e9 none repeat scroll 0 0;
    border-bottom-right-radius: 50%;
    border-left: 1px solid rgba(0,0,0,0.10);
    border-top-right-radius: 50%;
    color: #ffffff;
    overflow: hidden;
    padding-right: 15px;
    right: -35px;
    text-align: right;
    width: 35px;
}
.post_child_widget ul.child_pages li .page_excerpt {
	display: none;
}
body.page main .vc_row-has-fill .post_child_widget h2 {
	color: #202020 !important;
	font-size: 20px !important;
	margin-top: 0px;
}
body.page main .vc_row-has-fill .post_child_widget .post_excerpt,
body.page main .vc_row-has-fill .post_child_widget .post_excerpt p {
	color: #333333 !important;
    font-family: "Arvo",sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
	text-align: justify;
}
body.page main .vc_row-has-fill .post_child_widget .post_excerpt {
	padding-right: 10px;
}
.post_child_widget .pages_child_content {
	padding: 45px 45px 20px 50px;
}
.post_child_widget .post_image {
	max-width: 370px;
	height: 264px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 35px auto 0;
}
.post_button a {
	margin: 10px auto !important;
}
.search-results article,
.category article,
.archive article {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}
.category article div.search_image,
.search-results article div.search_image,
.archive article div.search_image,
.category article div.search_content,
.search-results article div.search_content,
.archive article div.search_content {
	float: left;
}
.search_content > span {
    display: block;
}
.search_content > span.post_excerpt {
	margin-bottom: 10px;
	font-size: 12px;
}
.search-results article div.search_content,
.category article div.search_content,
.archive article div.search_content {
    width: 85%;
}
.category article div.search_image,
.search-results article div.search_image,
.archive article div.search_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130px;
    margin-right: 20px;
    width: 13%;
}
body.search .banner h1 {
	width: 80%;
	text-align: center;
}
.vc_row-fluid.vc_row-no-padding .vc_column-inner {
    padding-top: 35px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/* Mobile Navigation */
#mobile-header {
	padding: 12px 0px;
}
#mobile-header .nav-mobile {
	cursor: pointer;
	/*background: rgba(0,0,0,0) url(img/nav.png) no-repeat center center;
	height: 24px;
	width: 24px;*/
}
#mobile-header logo-img {
	width: 65%;
	height: auto;
	margin: 10px auto;
}
#mobile-header .nav-mobile > img {
    height: auto;
    width: 25%;
    margin: 5px 0;
}
#mobile-header .pink-btn {
	margin: 10px auto 0;
	float: none;
	width: 75%;
	height: auto;
	font-size: 100%;
	line-height: 18px;
	padding: 15px 0;
}
header#mobile-header .col-4:first-child, 
header#mobile-header .col-4:last-child {
    padding-bottom: 11px;
    padding-top: 11px;
}
#mobile-header .nav {
	width:100%;
}
#mobile-header .nav-list,
#mobile-header .search_box, 
#mobile-header .hotline-mob {
	display:none;
}
#mobile-header .menu-item {
	width:100%;
	float:none;
}
header#mobile-header nav > ul.nav-list > li:first-child {
	background: #0d568e;
}
header#mobile-header nav > ul.nav-list > li:nth-child(2) {
	background: #1d6daa;
}
header#mobile-header nav > ul.nav-list > li:nth-child(3) {
	background: #4289bf;
}
header#mobile-header nav > ul.nav-list > li:nth-child(4) {
	background: #42a8bf;
}
#mobile-header .menu-item a {
	padding:15px;
	width: 100%;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
#mobile-header .nav-active {
    display: block;
    list-style: outside none none;
    padding: 0;
	margin-bottom: 0;
	margin-top: 0px;
}
#mobile-header .search_box.search-open,
#mobile-header .hotline-mob.help-open {
	display: block;
}
header#mobile-header .sub-menu {
    list-style: outside none none;
    padding: 0;
    position: relative;
    top: 0px;
	left: 20px;
    width: 90%;
	display: none;
	height: auto !important;
}
header#mobile-header nav > ul.nav-list li.menu-item-has-children {
	position: relative;
}
header#mobile-header nav > ul.nav-list li.menu-item-has-children.mob_menu_open > ul.sub-menu {
	display: block;
}
header#mobile-header > nav > ul li span.menu_arrow {
    background: rgba(0, 0, 0, 0) url("img/menu_arrow_down.png") no-repeat scroll center center;
    content: " ";
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
header#mobile-header nav > ul.nav-list li .sub-menu li a {
    padding: 17px 20px;
	font-size: 12px;
}
/*header#mobile-header nav > ul.nav-list li .sub-menu li:hover {
	background: #ffffff;
}
header#mobile-header nav > ul.nav-list > li:first-child .sub-menu li:hover a {
	color: #0d568e;
}
header#mobile-header nav > ul.nav-list > li:nth-child(2) .sub-menu li:hover a {
	color: #1d6daa;
}
header#mobile-header nav > ul.nav-list > li:nth-child(3) .sub-menu li:hover a {
	color: #4289bf;
}
header#mobile-header nav > ul.nav-list > li:nth-child(4) .sub-menu li:hover a {
	color: #42a8bf;
}*/
header#mobile-header .hotline-mob ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mobile-header .hotline-mob.help-open {
	margin-top: 10px;
}
header#mobile-header .hotline-mob ul > li {
	background-image: url('img/hotline-phone.png');
	background-color: #eb3571;
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: 10px center;
}
header#mobile-header .hotline-mob ul > li h4 {
	font-family: 'Lato', serif;
	font-weight: 700;
	font-size: 12px;
	color: #000000;
	margin: 0;
}
header#mobile-header .hotline-mob ul > li h5 {
	margin: 0;
	font-family: 'Lato', serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
}
header#mobile-header .hotline-mob ul > li h5 i {
	margin-right: 5px;
}
body.search .pagination {
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
}
body.homepage .banner h1 {
    color: #000000;
    font-family: "Lato",sans-serif;
    font-size: 44px;
    font-weight: 700;
    max-width: 440px;
    text-transform: uppercase;
	top: 0px;
	left: 0px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: static;
	margin-bottom: 50px;
}
body.homepage .banner h1 > span {
	color: #000000;
}
body.homepage .banner p {
    color: #000000 !important;
    font-family: "Arvo",sans-serif;
    font-size: 20px !important;
    font-weight: 400;
	max-width: 439px;
	top: 0px;
	position: static;
}
body.homepage .banner .banner_text {
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget_column .bx-wrapper .bx-pager {
	text-align: left;
}
/* ============================================================
  CUSTOM PAGINATION
============================================================ */
nav.custom-pagination {
    text-align: center;
    margin: 20px 0;
	clear: both;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a,
.custom-pagination span.current,
.custom-pagination span.dots {
	font-family: "Lato",sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #565656;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
}
.custom-pagination span.current {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	border-radius: 50%;
	background: #00aeef;
	color: #ffffff;
	line-height: 30px;
}
.custom-pagination a.prev, 
.custom-pagination a.next {
    padding: 0 10px;
    color: #acacac;
}
.custom-pagination a.prev span,
.custom-pagination a.next span {
	padding: 0px;
}

/*------------------------------------*\
    Style for Fancybox Popup
\*------------------------------------*/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: hidden;
}
.fancybox-inner .fancybox-content-inside {
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
.fancybox-skin {
	background: none !important;
	box-shadow: none !important;
	padding: 0px !important;
}
.fancybox-wrap {
    left: 50%;
    top: 50%;
}
.fancybox-content-inside img {
	width: 100% !important;
    height: auto;
}
#mobile-header,
#mobile-footer,
#mobile-banner,
.happening_box .bx-wrapper .bx-pager {
	display: none;
}
/*------------------------------------*\
    SOCIAL WALL PAGE
\*------------------------------------*/
.dcwss.dc-wall {
	width: 100%;
}
.wall-outer .dcsns-toolbar .filter {
	margin: 15px auto 0 auto;
	overflow: hidden;
	width: 15%;
}
/*body.page > main:nth-child(3) > .wrapper:nth-child(2) {
    min-height: 460px;
}*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width: 360px) {
	#mobile-header .pink-btn {
		font-size: 80%;
	}
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	body.page .banner h1 {
		text-align: center;
		width: 95%;
	}
	body.page .banner p {
		padding-right: 15px;
	}
	.stripe {
		display: none;
	}
	.fancybox-inner .fancybox-content-inside {
		width: 90% !important;
		margin: 0 auto !important;
	}
	.leadership-tabs .members-list .member-detail {
		width: 100%;
	}
	.member-blue-box {
		display: none !important;
	}
	.leadership-tabs .members-list .member-detail.member-active .member-detail-box {
		display: block;
	}
	.slider_heading {
		font-size: 20px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.slider_sub_heading {
		font-size: 18px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.hotline-box.col_mobile {
		margin-bottom: 20px;
	}
	.post_child_widget {
		margin-top: 0px;
	}
	header#mobile-header nav > ul.nav-list li .sub-menu li:hover {
		background: inherit;
	}
	header#mobile-header nav > ul.nav-list > li .sub-menu li a {
		color: #ffffff !important;
	}
	.vc_row-fluid .wpb_column {
		width: 100%;
	}
	.widget_column .wpb_column .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.widget_column.sidebar_right {
		padding: 0;
	}
	.widget_column.sidebar_right {
		border-left: none;
		border-top: none;
	}
	.widget_column.sidebar_right .vc_row.wpb_row {
		border-bottom: none;
	}
	.widget_column .vc_column_container {
		border-right: none;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	body.homepage .banner h1 {
		font-size: 25px;
	}
	body.homepage .banner p {
		font-size: 12px !important;
		top: 45%;
		text-align: center;
	}
	body.page .banner .wrapper, 
	body.page .banner {
		min-height: 300px;
	}
	body.homepage .banner h1 {
		text-align: left;
		width: 95%;
	}
	body.homepage .banner p {
		text-align: left;
	}
	#mobile-header .pink-btn {
		margin: 0 auto;
		width: 100%;
		font-size: 85%;
		padding: 5% 0;
	}
	.blog-post {
		height: auto !important;
		width: 100%;
	}
	.fancybox-wrap {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media only screen and (min-width:768px) and (max-width: 1024px) {
	header#desktop-header nav > #menu > ul li a {
		padding: 17px 5px;
	}
	header#desktop-header nav > #menu > ul > li {
		min-width: auto;
		width: 169px;
	}
	header#desktop-header .searchform {
		margin-left: 25px;
		width: 260px;
	}
	.hotline-box {
		padding: 0 5px !important;
	}
}
@media only screen and (min-width:1000px) and (max-width: 1190px) {
	header#desktop-header-new nav ul#myTopnav li a, 
	header#desktop-header-new ul.get-help li a {
		padding: 17px 20px;
	}
	header#desktop-header-new nav ul#myTopnav li a, 
	header#desktop-header-new ul.get-help li a,
	header#desktop-header-new ul.search-box > li > a > i {
		font-size: 100%;
		word-wrap: break-word;
	}
}
@media only screen and (max-width:768px) {
	
}
@media only screen and (max-width:1024px) {
	#mobile-header,
	#mobile-footer,
	#mobile-banner {
		display: block;
	}
	#desktop-header,
	#desktop-header-new,
	#desktop-footer,
	#desktop-banner	{
		display: none;
	}
	.col_mobile {
		width: 100%;
	}
	body.page .banner, body.single .banner, body.search .banner, body.error404 .banner {
		margin-top: 0px;
	}
	.widget_column .vc_column_container > .vc_column-inner {
		padding: 0 15px;
	}
	.leadership-tabs .vc_tta.vc_general .vc_tta-tab > a, .leadership-tabs .vc_tta.vc_general .vc_tta-panel-title > a {
		font-size: 10px;
	}
	.home_blog_slider_controls {
		display: none;
	}
	.happening_box .bx-wrapper .bx-pager {
		display: block;
	}
	body.homepage main > section.story_box .hope_box .story_image {
		background-size: contain;
		margin-bottom: 30px;
		min-height: 200px;
	}
	body.page > main:nth-child(3) > .wrapper:nth-child(2) {
		min-height: auto;
	}
}
@media only screen and (min-width:1140px) {
	#mobile-header,
	#mobile-footer,
	#mobile-banner {
		display: none;
	}
	#desktop-header,
	#desktop-header-new,
	#desktop-footer,
	#desktop-banner {
		display: block;
	}
	.fancybox-wrap {
		
	}
}
@media only screen and (min-width:1880px) {
	body.page > main:nth-child(3) > .wrapper:nth-child(2) {
		min-height: 520px;
	}
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}



.page-id-7262 .banner{
	box-shadow: rgb(0 0 0 / 20%) 0px 10px 50px !important;

}


@media screen and (max-width: 1080px) {
	
	#infographic-contain{
		display: block !important;
		position: relative;
		margin-right: 0px;
	}
	
	#infographic-contain div{
		display: block !important;
		width: 100% !important;
		margin-bottom: 20px;
		padding-right: 0px !important;
	}
	
}


	



@media screen and (max-width: 680px) {
	
	#infographic-contain{
		padding-right: 0px !important;
	}
	
	#infographic-contain div a{
		width: 100% !important;
	}
	
	#infographic-contain div img{
		max-width: 100% !important;
	}
	
}


/*------------------------------------*\
    Workable embed styles
\*------------------------------------*/
div#whr_embed_hook { margin:auto; width: 66% }
div#whr_embed_hook .whr-info { display: none }
div#whr_embed_hook .whr-title { margin-bottom: 5px !important; font-size: 16px !important; text-transform: initial; }
/* this is not yet working - trying to override https://github.com/mhanyc/vibrant_wordpress/blob/master/wp-content/themes/mha-nyc/vibrant.css#L2231 */
div#whr_embed_hook .whr-item li:before { width: 6px !important; height: 6px !important; top: 20px !important; left: -20px !important; }
div#whr_embed_hook a { text-decoration: none !important; }
