/* @override 
	http://dsyf.joshschuyler.com/css/main.css
	http://www.dsyf.tech/css/main.css */


/*
Table Of Contents 
1.) Typography
2.) Default Styles

3.)  Home page twentytwentytwo
3.1) Header
3.2) Banner - Main
3.3) Area - Info
3.4) Building - Info
3.5) Partnership - Info
3.6) Footer

4.)  Inner Page - Common
5.)  About
5.1) Board & Staff
6.)  Grantmaking
6.1) Capacity - Building - Initiative
6.1.1) Quick - Assesment - Tool
6.2) FAQs
6.3) Grant - Recipients
6.4) Grant - Report - Guidelines
6.5) How - To - Apply
6.5.1) Application - Procedures
6.5.2) Re-Application - Procedures
6.5.3) Grand - Application - Next - Steps - 1
6.5.4) Grand - Application - Next - Steps - 2
7.) Collaborations - Place Based
7.1) Collaborations - Partnerships
7.2) Collaborations - Detail
8.)  Resources
8.1) Resources - Publications
8.2) Resources - News
9.)  Contact
10.) Copy - Right


===============================================*/


/*
1.) Typography
----------------------------------------*/

@font-face {
    font-family: 'rubik_light';
    src: url('../fonts/rubik-light-webfont.woff2') format('woff2'),
         url('../fonts/rubik-light-webfont.woff') format('woff'),
         url('../fonts/rubik-light-webfont.ttf') format('truetype'),
         url('../fonts/rubik-light-webfont.svg#rubik_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('../fonts/rubik-regular-webfont.woff') format('woff'),
         url('../fonts/rubik-regular-webfont.ttf') format('truetype'),
         url('../fonts/rubik-regular-webfont.svg#rubikregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik_lightitalic';
    src: url('../fonts/rubik-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-lightitalic-webfont.woff') format('woff'),
         url('../fonts/rubik-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/rubik-lightitalic-webfont.svg#rubik_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik_italic';
    src: url('../fonts/rubik-italic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-italic-webfont.woff') format('woff'),
         url('../fonts/rubik-italic-webfont.ttf') format('truetype'),
         url('../fonts/rubik-italic-webfont.svg#rubik_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik_mediumitalic';
    src: url('../fonts/rubik-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-mediumitalic-webfont.woff') format('woff'),
         url('../fonts/rubik-mediumitalic-webfont.ttf') format('truetype'),
         url('../fonts/rubik-mediumitalic-webfont.svg#rubik_mediumitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik_bolditalic';
    src: url('../fonts/rubik-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-bolditalic-webfont.woff') format('woff'),
         url('../fonts/rubik-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/rubik-bolditalic-webfont.svg#rubik_boldtalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik_medium';
    src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'),
         url('../fonts/rubik-medium-webfont.woff') format('woff'),
         url('../fonts/rubik-medium-webfont.ttf') format('truetype'),
         url('../fonts/rubik-medium-webfont.svg#rubik_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rubik_bold';
    src: url('../fonts/rubik-bold-webfont.woff2') format('woff2'),
         url('../fonts/rubik-bold-webfont.woff') format('woff'),
         url('../fonts/rubik-bold-webfont.ttf') format('truetype'),
         url('../fonts/rubik-bold-webfont.svg#rubik_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
2.) Default Styles
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* render html5 elements as block */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}






/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */


body {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #58595b;
	background: #f3f3f2;
}


@media only screen and (max-width: 767px) {
body {
	font-size: 14px;
	line-height: 20px;
}
}


/* #Links
================================================== */

a {
	color: #10b2a9;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	text-decoration: none;
}

.menu-main-container a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	}

a:hover {
	color: #10b2a9;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

a:focus, a:active, a:visited {
	outline: 0;
	text-decoration: none;
}

.btm_link a {  color: #58595b; font-family: "rubik_medium", Arial, Helvetica, sans-serif;}
.btm_link a:hover {  color: #10b2a9;}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #58595b;
	line-height: 1.2em;
	letter-spacing: normal;
	text-transform: none;
	padding: 0 0 20px 0;
	margin: 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #4d4d4f;
	color: #58595b;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

p {
	padding: 0 0 25px 0;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: normal;
	font-family: "rubik_italic", Arial, Helvetica, sans-serif;
}

strong {
	font-weight: normal;
	font-family: "rubik_bold", Arial, Helvetica, sans-serif;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
}

.bold {
	font-weight: normal;
	font-family: "rubik_bold", Arial, Helvetica, sans-serif;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: none;
}


@media only screen and (max-width: 979px) {
h1 {
	font-size: 50px;
}

h2 {
	font-size: 33px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}
}

@media only screen and (max-width: 767px) {
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 17px 0;
}

h1 {
	font-size: 39px;
}

h2 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

p {
	padding: 0 0 20px 0;
}
}


/* #Order and Unorder Styles
================================================= */

ul, li, ol {
	list-style: none;
}

ul {
	padding: 0 0 30px 0;
}

ul:last-child {
	padding: 0;
}

li {
	padding: 0 0 10px 11px;
	position: relative;
}

li:last-child {
	padding-bottom: 0;
}

li:before {
	content: "";
	width: 4px;
	height: 4px;
	float: left;
	border-radius: 8px;
	background: #58595b;
	position: absolute;
	top: 8px;
	left: 0;
}

ol {
	counter-reset: item;
}

ol li {
	list-style: decimal inside;
}


/* #Input - Styles
================================================= */

input, textarea, input[type="text"], input[type="password"], 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, input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

textarea:focus, input[type="text"]:focus, input[type="password"]: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 {
	outline: 0;
}

input, textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #58595b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #58595b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #58595b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #58595b;
}

.input, .textarea, .gform_body input {
	width: 100%;
	height: 52px;
	float: left;
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #58595b;
	border: 1px solid #58595b;
	border-radius: 0;
	text-transform: none;
	line-height: 18px;
	letter-spacing: normal;
	padding: 12px 20px;
	outline: none;
	background: #ffffff;
	position: relative;
	margin: 0;
}

.textarea {
	height: 145px;
	padding: 12px 20px;
	outline: none;
	resize: none;
}

@media only screen and (max-width: 767px) {
.input, .textarea {
	height: 45px;
	font-size: 15px;
	line-height: 16px;
	padding: 10px 15px;
}

.textarea {
	height: 140px;
	padding: 10px 15px;
}
}


/* #Buttons
================================================== */

.btn {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	font-weight: normal;
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #10b2a9;
	line-height: 21px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	vertical-align: middle;
	background: none;
	border: 1px solid #10b2a9;
	filter: 0;

	border-radius: 0;
	position: relative;
	cursor: pointer;
	padding: 11px 16px;
	margin: 0;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.btn:active:focus, 
.btn.active:focus {
	/*font-family: "rubikregular", Arial, Helvetica, sans-serif;*/
	color: #ffffff;
	background: #10b2a9;
	text-decoration: none;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled, 
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-red {
	font-size: 31px;
	color: #d83d04;
	line-height: 36px;
	text-transform: uppercase;
	background: #ffffff;
	border: 1px solid #d83d04;
	padding: 23px 20px 17px 20px;
}

.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red:active:focus, 
.btn-red.active:focus {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #d83d04;
}

.btn-blue {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	font-weight: normal;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	line-height: 25px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	background: #426b6f;
	border: 2px solid #426b6f;
	filter: 0;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	padding: 20px 22px 18px 22px;
	margin: 0;
}

.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue:active:focus, 
.btn-blue.active:focus {
	color: #426b6f;
	background: #f3f3f2;
	background: #ffffff;
	text-decoration: none;
}

.btn-blue span {
	background: url(../images/arrow-01.png) no-repeat right center;
	background-size: 28px auto;
	padding: 1px 72px 0 0;
}

.btn-blue:hover span, 
.btn-blue:focus span, 
.btn-blue:active span, 
.btn-blue:active:focus span, 
.btn-blue.active:focus span {
	background: url(../images/arrow-06.png) no-repeat right center;
	background-size: 28px auto;
}

.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn-blue.disabled, 
fieldset[disabled] a.btn-blue {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: left;
}


@media only screen and (max-width: 767px) {
.btn {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 19px;
	padding: 12px 16px;
}
body.home .btn {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
}

.btn-red {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 19px 15px 15px 15px;
}

.btn-blue {
	font-size: 18px;
	line-height: 21px;
	padding: 15px 18px 13px 18px;
}

.btn-blue span {
	background-size: 25px auto;
	padding: 2px 62px 2px 0;
}

.btn-blue:hover span, 
.btn-blue:focus span, 
.btn-blue:active span, 
.btn-blue:active:focus span, 
.btn-blue.active:focus span {
	background-size: 25px auto;
}
}


/* #Show-Hide Responsive Options
================================================== */

.show_mobile {
	display: none;
}

.hide_mobile {
	display: block;
}

.show_both {
	display: none;
}

.hide_both {
	display: block;
}


@media only screen and (max-width: 979px) {
.show_both {
	display: block;
}

.hide_both {
	display: none;
}
}

@media only screen and (max-width: 767px) {

.show_mobile {
	display: block
}

.hide_mobile {
	display: none
}
}


/* Animation Classes */
.element_from_top {
    top: -80px;
    opacity: 0;
    position: relative;
}

.element_from_bottom {
    bottom: -80px;
    opacity: 0;
    position: relative;
}

.element_from_left {
    left: -80px;
    opacity: 0;
    position: relative;
}

.element_from_right {
    right: -80px;
    opacity: 0;
    position: relative;
}

.element_fade_in {
    opacity: 0;
    position: relative;
}

.block_element_from_bottom {

	transform: translate(0px, 80px);
	opacity: 0;

}

.block_element_from_bottom.on {
	transform: translate(0px, 0px);
	opacity: 1;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}



/*
 3.) Home page
----------------------------------------*/

.container-main {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.home .container-main {
	overflow: inherit;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}


@media only screen and (max-width: 767px) {
.container {
	padding: 0 30px;
}
}

@media only screen and (max-width: 374px) {
.container {
	padding: 0 6%;
}
}


.content-main {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: #ffffff
}


#tiles,
#tiles2 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}


/* Menu - Btn */
.menu-btn {
	width: 25px;
	height: 20px;
	float: right;
	background: none;
	display: none;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	z-index: 10;
}

.menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
	padding: 0;
}

.menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #58595b;
	position: relative;
	transition: all 0.4s ease;
	margin: 8px 0;
}

.menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #58595b;
	position: absolute;
	top: -7px;
	left: 0;
	transition: all 0.4s ease;
}

.menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #58595b;
	position: absolute;
	top: 7px;
	left: 0;
	transition: all 0.4s ease;
}

.menu-btn.active .icon-bar span {
	background: none;
}

.menu-btn.active .icon-bar span:before {
	height: 3px;
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.menu-btn.active .icon-bar span:after {
	height: 3px;
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 767px) {
.menu-btn {
	display: block;
	margin: 25px 0;
}
}


/* Cont - Top */
.cont-top {
	width: 100%;
	float: left;
	background: #f3f3f2;
	padding: 50px 0;
}

.cont-top p {
	font-size: 34px;
	color: #d83d04;
	line-height: 45px;
}

.cont-top p:last-child {
	padding-bottom: 0;
}


@media only screen and (max-width: 979px) {
.cont-top {
	border-top: 8px solid #d83d04;
	padding: 40px 0;
}

.cont-top p {
	font-size: 28px;
	line-height: 38px;
}
}

@media only screen and (max-width: 767px) {
.cont-top {
	border: none;
	background: #d83d04;
	padding: 30px 0;
}

.cont-top p {
	font-size: 22px;
	color: #ffffff;
	line-height: 31px;
}
}


/* Cont - Top2 */

.cont-top2 {
	background: #f3f3f2;
	padding: 80px 0;
}

.cont-top2 p {
	color: #10b2a9;
}

@media only screen and (max-width: 979px) {
.cont-top2 {
	padding: 60px 0;
}
}

@media only screen and (max-width: 767px) {
.cont-top2 {
	padding: 35px 0;
}
}


/* Cont - Top3 */
.cont-top3 {
	width: 100%;
	float: left;
	background: #f3f3f2;
	padding: 40px 0;
}

.cont-top3 p {
	font-size: 24px;
	color: #10b2a9;
	line-height: 35px;
}

.cont-top3 p:last-child {
	padding-bottom: 0;
}

.cont-top3.dark-blue-bg p {
	color: #426B6F;
}

@media only screen and (max-width: 767px) {
.cont-top3 p {
	font-size: 21px;
	line-height: 26px;
}
}

@media only screen and (max-width: 767px) {
.cont-top3 {
	padding: 30px 0;
}

.cont-top3 p {
	font-size: 18px;
	line-height: 24px;
}
}


/* Testimonials */
.testimonials {
	width: 100%;
	float: left;
}

.testimonials p {
	font-size: 36px;
	color: #d83d04;
	line-height: 44px;
	padding: 0 0 18px 0;
}

body.page-id-30 .testimonials  p {
	font-size: 32px;
}

.testimonials p:last-child {
	padding-bottom: 0;
}

.testimonials .name {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #d83d04;
	line-height: 20px;
	padding: 0;
}

.testimonials aside {
	width: 100%;
	float: left;
	padding: 5px 0 0 52px;
	position: relative;
}

.testimonials aside:last-child {
	padding-bottom: 0;
}

.testimonials aside:before {
	content: "";
	width: 34px;
	height: 27px;
	float: left;
	background: url(../images/quote-01.png) no-repeat top center;
	background-size: 34px auto;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 1199px) {
.testimonials p {
	font-size: 32px;
	line-height: 38px;
}
}

@media only screen and (max-width: 979px) {
.testimonials p {
	font-size: 28px;
	line-height: 36px;
}

.testimonials aside {
	padding: 4px 0 0 45px;
}

.testimonials aside:before {
	width: 28px;
	height: 22px;
	background-size: 28px auto;
}
}


 @media (max-width: 1500px) {
	/*body.collaborations .testimonials p {
    font-size: 24px;
	 }*/
	 }
	 
	 
	 @media (max-width: 1173px) {
/*	body.collaborations .testimonials p {
    font-size: 20px;
	    line-height: 30px;
	 } */
	 }


@media only screen and (max-width: 767px) {
.testimonials p {
	font-size: 24px;
	line-height: 31px;
	padding: 0 0 20px 0;
}

body.page-id-30 .testimonials p {
    font-size: 24px;
}

.testimonials .name {
	font-size: 12px;
	line-height: 16px;
}

.testimonials aside {
	padding: 6px 0 0 25px;
}

.testimonials aside:before {
	width: 22px;
	height: 18px;
	background-size: 22px auto;
	left: -8px;
}
}


/* Testimonials2 */
.testimonials2 {
	padding: 65px 0 20px 0;
}

.testimonials2 p {
	font-size: 31px;
	color: #10b2a9;
	line-height: 40px;
	padding: 0 0 20px 0;
}

.testimonials2 .name {
	color: #10b2a9;
}

.testimonials2 aside {
	padding: 0;
}

.testimonials2 aside:before {
	content: "";
	width: 33px;
	height: 27px;
	float: left;
	background: url(../images/quote-03.png) no-repeat top center;
	position: absolute;
	background-size: 33px auto;
	top: -5px;
	left: -43px;
}

@media only screen and (max-width: 979px) {
.testimonials2 {
	padding: 55px 0 20px 0;
}

.testimonials2 p {
	font-size: 28px;
	line-height: 36px;
}

.testimonials2 aside:before {
	width: 26px;
	height: 20px;
	background-size: 26px auto;
	top: -5px;
	left: -35px;
}
}

@media only screen and (max-width: 767px) {
.testimonials2 {
	padding: 35px 30px 20px 30px;
}

.testimonials2 p {
	font-size: 24px;
	line-height: 31px;
	padding: 0 0 20px 0;
}

.testimonials2 aside {
	padding: 0 0 15px 32px;
}

.testimonials2 aside:before {
	width: 22px;
	height: 18px;
	background-size: 22px auto;
	top: -2px;
	left: 0px;
}
}

@media only screen and (max-width: 374px) {
.testimonials2 {
	padding: 35px 6% 20px 6%;
}
}


/*
 3.1) Header
----------------------------------------*/

.header-main {
	width:100%;
	height:89px;
	float:left;
	background:#ffffff;	
	/*-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;*/
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	position:relative; 
	z-index:1000; 
}

.header-main .logo {
	width:190px;
	float:left;
	margin:19px -190px 0 0;
	/*-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;*/
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	position:relative;
	z-index:20;
}

.header-main .logo img {
	max-width:100%;
	/*-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;*/
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.nav-bar {
	width:100%;
	float:right;
	padding:0 0 0 220px; 
}

.nav-bar nav {
	float:right; 	
	/*-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;*/
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.nav-bar nav ul { 
	width:100%;
	float:left; 
	padding:0;
	margin:0;
}

.nav-bar nav ul li {
	height:89px;
	float:left;
	font-size:15px;
	line-height:17px;
	text-transform:uppercase;
	padding:0;
	margin:0; 
}

.nav-bar nav ul li:before { 
	display:none;
}

.nav-bar nav ul li a {
	height:89px;
	float:left;
	color:#58595b;
	line-height:89px;
	text-decoration:none;
	padding:0 17px;
	padding: 0 14px;
}

.nav-bar nav ul li a:hover span { 
	color:#10b2a9;
	border-bottom:2px solid #10b2a9;
}

.nav-bar nav ul li a.active span, .nav-bar nav ul li.current-menu-item a span {
	color:#10b2a9;
	border-bottom:2px solid #10b2a9;
}


.nav-bar nav ul li:hover a span {
	color:#10b2a9;
	border-bottom:2px solid #10b2a9;
}

body.home .nav-bar nav ul li:hover a span {
	color:#ffffff;
	border-bottom:2px solid #ffffff;
}

body.home .fixed .nav-bar nav ul li:hover a span {
	color:#10b2a9;
	border-bottom:2px solid #10b2a9;
}

.nav-bar nav ul li.active a span {
	color:#10b2a9;
	border-bottom:2px solid #10b2a9;
}

.nav-bar nav ul li:hover ul {
	display:block;
}

.nav-bar nav ul li ul {
	width:240px;
	float:left;
	display:none;
	    background: rgba(255, 255, 255, 1);
    padding: 20px;
    margin: 0;
    border: solid 2px #58595b;
		position:absolute;
	top:89px;
	left:0;   
}

.nav-bar nav ul li ul li { 
	width:100%;
	height:auto;
	float:left;
	font-size:15px;
	color:#58595b; 
	text-transform:none;
	line-height:17px;
	padding:0 0 13px 0;
	margin:0;
}

.nav-bar nav ul li ul li:last-child { 
	padding:0; 
}

.nav-bar nav ul li ul li:before { 
	display:none;
}

.nav-bar nav ul li ul li a {
	height:auto;
	color:#58595b;
	line-height:inherit;
	padding:0;
}

.nav-bar nav ul li:hover ul li a {
	height:auto;
	color:#58595b;
	line-height:inherit;
}

.nav-bar nav ul li ul li a:hover {
	color:#10b2a9;
}

.nav-bar nav ul li ul li a.active, .nav-bar nav ul li ul li.current-menu-item a, .nav-bar nav ul li ul li.current-page-ancestor a {
	font-family:"rubik_medium", Arial, Helvetica, sans-serif;
	color:#10b2a9; 
}

.nav-bar nav .highlight-txt {
	height:29px;
	
	line-height:27px;
	border:2px solid #58595b; 
	padding:0 10px;
	margin:29px 0 0 15px;
}

.fixed .nav-bar nav .highlight-txt:hover { 
	color:#ffffff;
	border-color:#d83d04;
	background:#d83d04; 
}

.nav-bar nav .highlight-txt:hover {
    color:#ffffff;
	border-color:#d83d04;
	background:#d83d04; 
}

body.home .fixed .nav-bar nav .highlight-txt:hover {
    color:#ffffff;
	border-color:#d83d04;
	background:#d83d04;
}

body.home .nav-bar nav .highlight-txt:hover {
    color:#d83d04;
	border-color:#ffffff;
	background:#ffffff;
}

.nav-bar nav .highlight-txt.active { 
	font-family:"rubik_medium", Arial, Helvetica, sans-serif;
	color:#ffffff;
	border-color:#d83d04;
	background:#d83d04; 
}

.sticky-header { 
		width:100%; 
		float:left;
		position: relative;
	}
	
.home .sticky-header {
	position: absolute;
	bottom: 0;
}
.sticky-header.fixed, .fixed {
	width: 100%;
	float:left;
	position:fixed;
	top:0;
	
	left: 0;
	z-index:130
}

.home .sticky-header.fixed {
	bottom: auto;
}
	@media only screen and (max-width: 767px) {
		.sticky-header {
			position: inherit;
			bottom: auto;
			
		}
		
		.home .sticky-header {
			width: 100%;
			float:left;
			position:relative;
			    position: fixed;
			top:0;
			left: 0;
			z-index:130
		}
		.banner-cont-btm {
			bottom: 50px;
		}
	 }
	



.fixed .header-main {
	width:100%;
	height:89px;
	float:left; 
	box-shadow:0 11px 0 0 #d83d04 ;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}


@media only screen and (max-width: 979px) {
.header-main {
	height:84px;
}

.header-main .logo {
	width:165px;
	margin:20px -165px 0 0;
}

.nav-bar {
	padding:0 0 0 180px;
}

.nav-bar nav ul li {
	height:84px;
	font-size:14px;
	line-height:16px;
}

.nav-bar nav ul li a {
	height:84px;
	line-height:84px;
	padding:0 9px;
}

.nav-bar nav ul li ul {
	width:225px;
	top:84px;
}

.nav-bar nav ul li ul li {
	font-size:14px;
	line-height:16px;
}

.nav-bar nav .highlight-txt {
	margin:26px 0 0 10px;
}

.fixed .header-main {
	height:84px;
	box-shadow:0 7px 0 0 #d83d04 ;
}
}

@media only screen and (max-width: 767px) {
	
	
	
body.home .fixed .nav-bar nav .highlight-txt:hover { 
	color:#10b2a9;
	border-color:none;
	background:none; 
}

body.home .nav-bar nav .highlight-txt:hover {
    color:#10b2a9;
	border-color:none;
	background:none;
}

body.home .nav-bar nav .highlight-txt:hover {
		    color: #10b2a9;
    background: none;
	}
	
	body.home .fixed .nav-bar nav .highlight-txt:hover {
    color:#10b2a9;
	border-color:none;
	background:none; 
}

.header-main {
	height:auto;
	padding:0; 
	position:relative; 
	overflow:hidden;
}

.header-main .logo {
	width:120px; 
	float:left;
	margin:18px 0;
}

.nav-bar { 
	width:110%; 
	float:left; 
	padding:0 5%; 
	margin:0 -5%;
}

.nav-bar .collapse {
	height:0;
	overflow:hidden;
	-webkit-transition:height .35s ease;
	-moz-transition:height .35s ease;
	-o-transition:height .35s ease;
	transition:height .35s ease; 
}

.nav-bar .collapse.in {
	height:auto;
}

.nav-bar .menu-collapse { 
	width:119%;
	float:left;
	background:#426b6f;
	padding:0 9.5%; 
	margin:0 -9.5%;
}

.nav-bar nav {
	width:119%;
	float:left; 
	padding:0 9.5%; 
	margin:0 -9.5%;
}

.nav-bar nav ul {
	width:100%;
	border-top:5px solid #cbe027;
	padding:23px 0 0 0; 
	margin:25px 0 40px 0;  
}

.nav-bar nav ul li {
	width:100%;
	height:auto; 
	font-family:"rubik_medium", Arial, Helvetica, sans-serif;
	font-size:18px; 
	    font-size: 20px;
	color:#426b6f; 
	line-height:20px;  
	text-transform:uppercase; 
	padding:0;
	margin:0 0 25px 0; 
}

.nav-bar nav ul li:last-child { 
	margin:0;
}

.nav-bar nav ul li a {
	width:119%;
	height:auto;
	color:#ffffff;
	line-height:inherit; 
	padding:0 9.5%; 
	margin:0 -9.5%;
	padding-bottom: 8px;
}

.nav-bar nav ul li a:hover span { 
	border:none;
}

.nav-bar nav ul li a.active span {
	border:none;
}

.nav-bar nav ul li:hover a span {
	border:none;
}

.nav-bar nav ul li.active a span {
	border:none;
}

.nav-bar nav ul li:hover ul { 
	display:block;
}

.nav-bar nav ul li ul {
	width:119%;
	display:block; 
	border:none; 
	background:none;
	position:static; 
	padding:0 9.5%; 
	margin:0 -9.5%;
}

.nav-bar nav ul li ul li { 
	width:100%; 
	float:left; 
	font-size:16px; 
	color:#ffffff; 
	padding:0 0 2px 0;
	margin:0;
}

.nav-bar nav ul li ul li a { 
	width:119%; 
	float:left;
	color:#ffffff !important;
	padding:8px 13%;
	margin:0 -9.5%;
}

.nav-bar nav ul li ul li a:hover { 
	color:#d83d04 !important;
	background:#ffffff;
}

.nav-bar nav ul li ul li a.active { 
	color:#d83d04 !important;
	background:#ffffff; 
}

.nav-bar nav .highlight-txt {
	width:119%; 
	float:left; 
	border:none;
	padding:0 9.5%;
	margin:0 -9.5%;
}

.nav-bar nav .highlight-txt:hover { 
	color:#10b2a9; 
	background:none;
}

.nav-bar nav .highlight-txt.active, .nav-bar nav .current-menu-item .highlight-txt{ 
	color:#10b2a9; 
	background:none;
}

.fixed {
	position:static;
}

.fixed .header-main {
	height:auto; 
	box-shadow:none; 
}
}



/* Header - Main 2 */
.header-home { background:#d83d04;}
.header-home .logo { display:none;}
.header-home .nav-bar nav ul li a { color:#ffffff;}
.header-home .nav-bar nav .highlight-txt { border-color:#ffffff;}
.fixed .header-home { background:#ffffff;}
.fixed .header-home .logo { display:block;}
.fixed .header-home .nav-bar nav ul li a { color:#58595b;}
.fixed .header-home .nav-bar nav ul li ul li a:hover { color:#10b2a9; }
.fixed .header-home .nav-bar nav .highlight-txt { border-color:#58595b;}
.fixed .header-home .nav-bar nav .highlight-txt:hover { color:#ffffff; border-color:#d83d04;}

@media only screen and (max-width: 767px) {
.header-home { background:none; margin:0 0 -46px 0; position:relative; z-index:1000;}
.header-home .menu-btn { margin:26px 0 0 0; position:static;}
 .header-home .menu-btn { display: none;}
.fixed .header-home .menu-btn { display: block;}
.header-home .nav-bar .menu-collapse { margin-top:0;}
.header-home .menu-btn .icon-bar span { background:#58595b;}
.header-home .menu-btn .icon-bar span:before { background:#58595b;}
.header-home .menu-btn .icon-bar span:after { background:#58595b;}
.header-home .menu-btn.active .icon-bar span { background:none;}
/*.fixed .header-home { background:none;}
.fixed .header-home .logo { display:none;}*/
.fixed .header-home .nav-bar nav ul li a { color:#ffffff;}
.fixed .header-home .nav-bar nav .highlight-txt { border-color:#ffffff;}
}


/* 
 3.2) Banner - Main
----------------------------------------*/

.banner-main {
	width: 100%;
	height: 100vh;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 150;
	background: #f5f5f5 url('/wp-content/uploads/2024/05/Homepage_Intro_HeaderImage.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

@media only screen and (max-width: 767px) {
	.banner-main {
		min-height: 380px;
		background: #f5f5f5 url('/wp-content/uploads/2024/05/Homepage_Intro_HeaderImage_MOBILE.jpg') no-repeat center top;
		background-size: auto 100%;
	}
}


/* Banner - Cont - TOP */

.banner-cont-top {
	width: 100%;
	float: left;
	position: absolute;
	top: 120px;
	    top: 85px;
	left: 0;
}

.banner-cont-top aside {
	width: 100%;
	max-width: 360px;
	float: left;
	/*border-top: 5px solid #cbe027;
	padding: 15px 0 0 0;*/
}

.banner-cont-top aside p {
	/*font-family: "rubik_medium", Arial, Helvetica, sans-serif;*/
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 27px;
	    letter-spacing: .5px;
	color: #ffffff;
}

.banner-cont-top aside p span.upper {
	font-size: 30px;
	line-height: 34px;
}


@media only screen and (max-width: 979px) {
.banner-cont-top {
	top: 90px;
}

.banner-cont-top aside p {
	font-size: 20px;
	line-height: 23px;
	    font-size: 23px;
    line-height: 27px;
    letter-spacing: .5px;
}

.banner-cont-top aside p span.upper {
	font-size: 26px;
	line-height: 30px;
	    font-size: 30px;
    line-height: 34px;
}
}

@media only screen and (max-width: 767px) {
.banner-cont-top {
	top: 83px;
}

.banner-cont-top aside {
	max-width: 100%;
	max-width: 360px;
}

.banner-cont-top aside p {
	font-size: 23px;
    line-height: 27px;
    letter-spacing: .5px;
}

.banner-cont-top aside p span.upper {
	font-size: 30px;
    line-height: 34px;
}
}

@media only screen and (max-width: 440px) {
	.banner-cont-top aside p {
	font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
}

.banner-cont-top aside p span.upper {
	font-size: 23px;
    line-height: 29px;
}

.banner-cont-top aside {
    max-width: 100%;
   /*max-width: 287px;*/
}
}


/* Banner - Cont - BTM */

.banner-cont-btm {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 50px;
	right: 0;
	bottom: 100px;
}

.banner-cont-btm .dsyf-txt {
	width: 100%;
	max-width: 725px;
	float: right;
	text-align: right;
	    bottom: 30px;
}

.banner-cont-btm .dsyf-txt img {
	width: 100%;
}

@media only screen and (max-width: 979px) {
.banner-cont-btm .dsyf-txt img {
	max-width: 650px;
}
}


/* 
 3.3) Area - Info
----------------------------------------*/

.area-info {
	width: 100%;
	float: left;
	padding: 15px 0 0 0;
}

.area-info h4 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #10b2a9;
	padding: 0 30px 15px 30px;
}

.area-info .btn-agent {
	width: 100%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	line-height: 26px;
	background: #426b6f;
	text-decoration: none;
	border: none;
	display: none;
	padding: 23px 30px 23px 30px;
	position: relative;
}

.area-info .btn-agent:before {
	content: "";
	width: 24px;
	height: 24px;
	float: left;
	background: url(../images/arrow-05.png) no-repeat top center;
	background-size: 24px auto;
	margin: -10px 0 0 0;
	position: absolute;
	top: 50%;
	right: 30px;
}

.area-info .btn-agent span {
	float: left;
	border-bottom: 3px solid #cbe027;
	padding: 0 0 3px 0;
	margin: 0 40px 0 0;
}


@media only screen and (max-width: 767px) {
.area-info {
	padding: 30px 0 0 0;
}

.area-info h4 {
	font-size: 14px;
	padding: 0 30px 15px 30px;
}

.area-info .btn-agent {
	display: block;
}
}

@media only screen and (max-width: 374px) {
.area-info h4 {
	padding: 0 6% 15px 6%;
}

.area-info .btn-agent {
	padding: 23px 6% 23px 6%;
}

.area-info .btn-agent:before {
	right: 6%;
}
}


/* Tab - Links */

.tab-links {
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #4cc5be;
	    border-bottom: 1px solid #4cc5be;
	background: #ffffff;
}

.tab-links ul {
	width: 100.4%;
	float: left;
	margin: 0 -0.2%
}

.tab-links ul li {
	width: 25%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 0;
}

.tab-links ul li:nth-child(2){
	width: 25.05%;
}
.tab-links ul li:nth-child(4) {
	width: 24.95%;
}

.tab-links ul li:before {
	display: none;
}

.tab-links ul li span {
	width: 100%;
	max-width: 170px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 16px 0 0 0;
	position: relative;
}

.tab-links ul li span:before {
	content: "";
	width: 44px;
	height: 1px;
	float: left;
	background: #10b2a9;
	margin: 0 0 0 -22px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.tab-links ul li a {
	width: 100%;
	height: 200px;
	float: left;
	color: #10b2a9;
	text-decoration: none;
	border-right: 1px solid #10b2a9;
	padding: 65px 20px;
}

.tab-links ul li a:hover {
	color: #10b2a9;
}

.tab-links ul li a.active {
	color: #10b2a9;
}

.tab-links ul li a.selected {
	color: #ffffff;
	border-color: #10b2a9;
	background: #10b2a9;
}

.tab-links ul li a.selected span:before {
	width: 100%;
	background: #ffffff;
	margin: 0;
	left: 0;
}


@media only screen and (max-width: 979px) {
.tab-links ul {
	width: 100.4%;
	float: left;
	margin: 0 -0.2%;
}

.tab-links ul li {
	font-size: 22px;
	line-height: 26px;
	padding: 0;
	margin: 0;
}

.tab-links ul li a {
	height: 150px;
	padding: 50px 20px;
}
}

@media only screen and (max-width: 767px) {
.tab-links {
	display: none;
}
}


/* Tab - Content */
.tab-content {
	width: 100%;
	float: left;
}

.tab-content .accord-btn {
	width: 100%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #10b2a9;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	display: none;
	border: 1px solid #10b2a9;
	border-left: none;
	border-right: none;
	background: #ffffff;
	padding: 26px 30px 24px 30px;
	margin: 0 0 -1px 0;
	position: relative;
}

.tab-content .accord-btn span {
	width: 100%;
	float: left;
	background: url(../images/arrow-03.png) no-repeat right center;
	background-size: 14px auto;
	padding: 0 25px 0 0;
}

.tab-content .accord-btn.active {
	color: #ffffff;
	background: #10b2a9;
}

.tab-content .accord-btn.active span {
	background: url(../images/arrow-04.png) no-repeat right center;
	background-size: 14px auto;
}

@media only screen and (max-width: 979px) {
.tab-content .accord-btn {
	display: block;

}

.tab-content .accord-cont {
	width: 100%;
	float: left;
	display: none;
}
}

@media only screen and (max-width: 374px) {
.tab-content .accord-btn {
	padding: 26px 6% 24px 6%;
}
}


/* Split - Cont */

.split-cont {
	width: 100%;
	float: left;
	background: #f3f3f2;
	position: relative;
}

body.home .split-cont { min-height: 500px; }

.split-cont:before {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	background: #10b2a9;
	position: absolute;
	top: 0;
	left: 0;
}

.split-cont h3 {
	width: 100%;
	float: left;
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #58595b;
	line-height: 1.2em;
	padding: 0 0 0 70px;
	margin: 0 0 18px 0;
	position: relative;
}

.split-cont h3 span {
	width: 100%;
	float: left;
	background: #f3f3f2;
	padding: 0 0 0 10px;
	position: relative;
	z-index: 20;
}

.split-cont h3:before {
	content: "";
	width: 100%;
	height: 6px;
	float: left;
	background: #cbe027;
	margin: -3px 0 0 0;
	position: absolute;
	top: 50%;
	left: 0;
}

.split-cont p {
	font-size: 16px;
	color: #58595b;
	line-height: 24px;
	padding: 0 0 28px 0;
}

.split-cont p:last-child {
	padding-bottom: 0;
}

.split-cont figure {
	width: 50%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.split-cont figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(16, 178, 169, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

.split-cont figure img {
	width: 100%;
}

.split-cont aside {
	width: 50%;
	max-width: 600px;
	float: left;
	padding: 60px 30px 40px 0;
	position: relative;
}

.split-cont .txt {
	width: 100%;
	float: left;
	padding: 0 0 0 80px;
}

.split-cont.right:before {
	left: auto;
	right: 0;
}

.split-cont.right figure {
	float: right;
}

.split-cont.right aside {
	float: right;
	padding: 60px 0 40px 30px;
}

.split-cont.right aside .txt {
	padding: 0 60px 0 0;
}

.split-cont.right aside h3 {
	padding: 0 80px 0 0;
}

.split-cont.right aside h3 span {
	width: auto;
	padding: 0 30px 0 0;
}


@media only screen and (max-width: 1199px) {
.split-cont h3 {
	padding: 0 0 0 30px;
}

.split-cont aside {
	padding: 40px 30px 40px 0;
}

.split-cont .txt {
	padding: 0 0 0 40px;
}

.split-cont.right aside {
	padding: 40px 0 40px 30px;
}

.split-cont.right aside .txt {
	padding: 0 40px 0 0;
}

.split-cont.right aside h3 {
	padding: 0 40px 0 0;
}

.split-cont.right aside h3 span {
	width: auto;
	padding: 0 20px 0 0;
}
}

@media only screen and (max-width: 979px) {
.split-cont:before {
	display: none;
}

.split-cont h3 {
	padding: 0 0 0 20px;
}

.split-cont figure {
	width: 100%;
}

.split-cont aside {
	width: 100%;
	max-width: 100%;
	padding: 40px 30px 40px 0;
}

.split-cont .txt {
	padding: 0 0 0 30px;
}

.split-cont.right aside {
	padding: 40px 0 40px 30px;
}

.split-cont.right aside .txt {
	padding: 0 30px 0 0;
}

.split-cont.right aside h3 {
	padding: 0 30px 0 0;
}

.split-cont.right aside h3 span {
	padding: 0 20px 0 0;
}
}

@media only screen and (max-width: 767px) {
.split-cont h3 {
	font-size: 22px;
	padding: 0 0 15px 0;
	margin: 0;
}

.split-cont h3 span {
	padding: 0;
}

.split-cont h3:before {
	display: none;
}

.split-cont p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 33px 0;
}

.split-cont aside {
	padding: 40px 30px;
}

.split-cont .txt {
	padding: 0;
}

.split-cont.right aside {
	padding: 40px 30px;
}

.split-cont.right aside .txt {
	padding: 0;
}

.split-cont.right aside h3 {
	padding: 0 0 15px 0;
}

.split-cont.right aside h3 span {
	padding: 0;
}
}

@media only screen and (max-width: 374px) {
.split-cont aside {
	padding: 40px 6%;
}

.split-cont.right aside {
	padding: 40px 6%;
}
}


/* Testimonials - Bg */

.testimonials-bg {
	width: 100%;
	float: left;
	background: #10b2a9;
	padding: 50px 0;
}

.testimonials-bg.blue {

	background: #426b6f;
}

.testimonials-bg .testimonials p {
	color: #ffffff;
}

.testimonials-bg .testimonials .name {
	color: #ffffff;
}

.testimonials-bg .testimonials .btn {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 31px;
	color: #ffffff;
	line-height: 35px;
	text-transform: uppercase;
	border: 4px solid #cbe027;
	padding: 14px 25px 11px 25px;
}

.testimonials-bg .testimonials .btn:hover, 
.testimonials-bg .testimonials .btn:focus, 
.testimonials-bg .testimonials .btn:active, 
.testimonials-bg .testimonials .btn:active:focus, 
.testimonials-bg .testimonials .btn.active:focus {
	color: #58595b;
	border-color: #cbe027;
	background: #cbe027;
}

.testimonials-bg .testimonials .btn-out {
	text-align: right;
	padding: 15px 0 0 0;
}

.testimonials-bg .testimonials aside:before {
	background: url(../images/quote-02.png) no-repeat top center;
	background-size: 34px auto;
}


@media only screen and (max-width: 979px) {
.testimonials-bg .testimonials .btn {
	font-size: 26px;
	line-height: 30px;
	border: 3px solid #cbe027;
	padding: 11px 20px 8px 20px;
}

.testimonials-bg .testimonials aside:before {
	background-size: 28px auto;
}
}

@media only screen and (max-width: 767px) {
.testimonials-bg .testimonials aside:before {
	background-size: 22px auto;
}
}


/* 
 3.4) Building - Info
----------------------------------------*/

.building-info {
	width: 100%;
	float: left;
	background: #f3f3f2;
	padding: 95px 0 100px 0;
}

@media only screen and (max-width: 979px) {
.building-info {
	padding: 65px 0 85px 0;
}
}

@media only screen and (max-width: 767px) {
.building-info {
	padding: 45px 0 65px 0;
}
}

/* Building - Split */

.building-split {
	width: 50%;
	float: left;
	padding: 0 11px 0 0;
	margin: 0 -2px;
	z-index: 1;
}

.building-split:nth-child(even) {
	position: relative;
	padding: 0 0 0 11px;
	z-index: 2;
}
div.aniline.horiz {
	width: 0;
	height: 5px;
	background: #cbe027;
	position: absolute;
	top: 36px;
	left: -7px;
	z-index: 9999;

}
div.aniline.vert {
	width: 5px;
	float: left;
	height: 0;
	background: #cbe027;
	position: absolute;
	top: 36px;
	left: 50%;
	z-index: 9;
}
/*.building-split:nth-child(even):before {
	content: "";
	width: 53%;
	float: left;
	height: 5px;
	background: #cbe027;
	position: absolute;
	top: 36px;
	left: -10px;
}

.building-split:nth-child(even):after {
	content: "";
	width: 5px;
	float: left;
	height: 82.9%;
	background: #cbe027;
	position: absolute;
	top: 36px;
	left: 50%;
}*/

.building-split .btn {
	width: 100%;
}

.building-split .btn-out {
	position: relative;
	margin: 0 0 30px 0;
}

/*.building-split .btn-out:after {
	content: "";
	width: 11px;
	height: 5px;
	background: #cbe027;
	position: absolute;
	top: 36px;
	right: -11px;
}*/


@media only screen and (max-width: 979px) {

div.aniline {
	display: none;
}

.building-split {
	width: 100%;
	padding: 0;
	margin: 0;
}

.building-split:nth-child(even) {
	padding: 0;
}

.building-split:nth-child(even):before {
	display: none;
}

.building-split:nth-child(even):after {
	display: none;
}

.building-split .btn-out:after {
	display: none;
}
}

/* Green - Box */

.green-box {
	width: 100%;
	float: left;
	background: #cbe027;
	padding: 55px 50px;
}

.green-box p {
	font-size: 22px;
	line-height: 32px;
}

@media only screen and (max-width: 979px) {
.green-box {
	margin: 0 0 15px 0;
}

.green-box p {
	font-size: 16px;
	line-height: 24px;
}
}

@media only screen and (max-width: 767px) {
.green-box {
	padding: 25px 25px;
}

.green-box p {
	font-size: 16px;
	line-height: 24px;
}

.building-split .btn-out {
	margin: 0 0 15px 0;
}

}


/* Red - Box */
.red-box {
	width: 50%;
	float: left;
}

.red-box:first-child {
	margin: 0 -5px 0 5px;
}

.red-box a {
	width: 100%;
	float: left;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 5px #d83d04;
	position: relative;
	background: #d83d04;
	padding: 105px 35px 80px 35px;
	
}

div.animate-lines {
	position: absolute;
	background: #cbe027;
	z-index: 100;
	
	height: 0;

	
}

div.animate-lines.top {
	top: 0;
	
}
div.animate-lines.left {
	left: 0;
}
div.animate-lines.right {
	right: 0;
}
div.animate-lines.bottom {
	bottom: 0;
	height: 5px;
	width: 0;
}

a:hover div.animate-lines {
	transition: height 0.5s ease-out, width 0.5s ease-out 0.5s, max-height 0.5s ease-out 1.0s, max-width 0.5s ease-out 1.5s;

}

@media only screen and (max-width: 767px) {
	a:hover div.animate-lines {
		transition: none;
	
	}
}

div.animate-lines.first  {
	width: 5px;
	height: 0;
	transition: none;
}

div.animate-lines.third {
	width: 5px;
	max-height: 0;
	height: 100%;
	transition: none;
}

div.animate-lines.second {
	width: 0;
	height: 5px;
	transition: none;
} 

div.animate-lines.fourth {
	width: 100%;
	max-width: 0;
	height: 5px;
	transition: none;
}

a:hover div.animate-lines.first {
	height: 100%;
} 

a:hover div.animate-lines.third {
	max-height: 100%;
}
a:hover div.animate-lines.second {
	width: 100%;	
} 

a:hover div.animate-lines.fourth {
	max-width: 100%;
}


/*.red-box a::before, 
.red-box a::after {
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: center;
		transform-origin: center;
}

.red-box a::before {
	border-top: 5px solid #cbe027;
	border-bottom: 5px solid #cbe027;
	-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
}

.red-box a::after {
	border-left: 5px solid #cbe027;
	border-right: 5px solid #cbe027;
	-webkit-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
}

.red-box a:hover::before, 
.red-box a:hover::after {
	-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}*/

.red-box a p {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
}

.red-box a .arrow-right {
	width: 34px;
	height: 34px;
	float: right;
	background: url(../images/arrow-01.png) no-repeat 0 0;
	background-size: 34px auto;
	text-indent: -99999px;
}

.red-box a:hover {
	text-decoration: none;
}

.red-box a:hover .arrow-right {
	background: url(../images/arrow-02.png) no-repeat 0 0;
	background-size: 34px auto;
}

.red-box:first-child a:hover {
	position: relative;
	z-index: 10;
}

.red-box-bg {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 979px) {
.red-box-bg {
	position: static;
}

.red-box:first-child { 
	margin:0;  
}
}

@media only screen and (max-width: 767px) {
.red-box {
	width: 100%;
	float: left;
}

.red-box:first-child { 
	position:relative; 
	margin:0 0 -5px 0; 
	z-index:20;
}

.red-box:first-child a {
	box-shadow:inset #cbe027 0 -5px 0; 
}

.red-box a p {
	font-size: 21px;
}

.red-box a {
	padding: 50px 22px;
}

.red-box a .arrow-right {
	width: 24px;
	height: 24px;
	float: left;
	background-size: 24px auto;
}

.red-box a:hover {
	/*box-shadow: none;*/
}

.red-box a:hover .arrow-right {
	background-size: 24px auto;
}

.red-box-bg {
	width: 100%;
	float: left;
	padding:0;
}
}



/* 
 3.5) Partnership - Info
----------------------------------------*/

.partnership-info {
	width: 100%;
	float: left;
	position: relative;
	z-index: 20;
}

.partnership-info figure {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 50;
}

.partnership-info figure img {
	width: 100%;
	min-width: 700px;
	margin: 0 -350px;
}

.partnership-info .aside-bg {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 30px;
	margin: 0 -2px;
}

.partnership-info aside {
	width: 100%;
	max-width: 535px;
	float: right;
}

.partnership-info aside h3 {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #426b6f;
	padding: 0 50px 10px 0;
}

.partnership-info aside p {
	color: #426b6f;
	padding: 0 0 20px 0;
}

.partnership-info .box-bg {
	width: 100%;
	float: left;
	position: relative;
	padding: 27px 0 21px 0;
}

.partnership-info .box-border {
	width: 157px;
	height: 100%;
	float: right;
	border: 7px solid #cbe027;
	border-left: none;
	position: absolute;
	top: 0;
	right: -39px;
	text-indent: -99999px;
}

.partnership-info .box-border:before {
	content: "";
	width: 7px;
	height: 100px;
	background: #cbe027;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.partnership-info .box-border:after {
	content: "";
	width: 7px;
	height: 14px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}

.partnership-info .box {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 30px 40px 40px 40px;
}

.partnership-info .title-txt {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 24px;
	position: relative;
	padding: 0 0 18px 0;
	margin: 0 0 25px 0;
}

.partnership-info .title-txt:after {
	content: "";
	width: 70px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.partnership-info .btn {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	color: #426b6f;
	border-color: #426b6f;
}

.partnership-info .btn:hover, 
.partnership-info .btn:focus, 
.partnership-info .btn:active, 
.partnership-info .btn:active:focus, 
.partnership-info .btn.active:focus {
	color: #ffffff;
	background: #426b6f;
}

.partnership-info article {
	width: 100%;
	float: left;
	background: #426b6f;
}


@media only screen and (max-width: 979px) {
.partnership-info figure {
	width: 100%;
	float: left;
}

.partnership-info figure img {
	width: 100%;
	min-width: 100%;
	margin: 0;
}

.partnership-info aside {
	max-width: 100%;
	float: left;
}

.partnership-info .box {
	padding: 25px 30px 30px 30px;
}

.partnership-info .box-bg {
	padding: 0;
}

.partnership-info .box-border {
	display: none;
}

.partnership-info .aside-bg {
	width: 100%;
	padding: 50px 30px 80px 30px;
	margin: 0;
}
}

@media only screen and (max-width: 767px) {
.partnership-info aside {
	max-width: 100%;
}

.partnership-info aside h3 {
	font-size: 22px;
	padding: 0 0 10px 0;
}

.partnership-info aside h3 br {
	display: none;
}

.partnership-info .box {
	padding: 25px 20px 30px 20px;
}

.partnership-info .title-txt {
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 18px 0;
	margin: 0 0 30px 0;
}
}

@media only screen and (max-width: 374px) {
.partnership-info .aside-bg {
	padding: 50px 6% 80px 6%;
}
}


/* 
 3.6) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	box-shadow: #ffffff 0 -8px 0;
	padding: 70px 0;
}

.footer-main p a {
	color: #58595b;
}



.footer-main p a:hover {
	color: #10b2a9;
}


@media only screen and (max-width: 767px) {
.footer-main {
	box-shadow: #ffffff 0 -6px 0;
	padding: 45px 0;
}
}


/* Footer - Split */

.footer-split {
	width: 50%;
	float: left;
}

.footer-split:last-child {
	float: right;
	padding: 0 40px 0 0;
}

.footer-split h3 {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	color: #d83d04;
	position: relative;
	padding: 0 10px 14px 0;
}

.footer-split h3:after {
	content: "";
	width: 70px;
	height: 1px;
	background: #d83d04;
	position: absolute;
	bottom: 0;
	left: 0;
}


@media only screen and (max-width: 979px) {
.footer-split {
	width: 50%;
}

.footer-split:last-child {
	width: 50%;
	max-width: 340px;
}
}

@media only screen and (max-width: 767px) {
.footer-split {
	width: 100%;
	padding: 0 0 28px 0;
}

.footer-split:last-child {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
}


/* Contact - Field */

.contact-field {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}

@media only screen and (max-width: 767px) {
.contact-field {
	padding: 0 0 23px 0;
}
}


/* Footer - Links */

.footer-links {
	width: 48%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px 0 0;
	margin: 0 -2px;
}

.footer-links ul {
	width: 100%;
	float: left;
	padding: 0;
}

.footer-links ul li {
	width: 100%;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 18px;
	padding: 0 0 13px 0;
}

.footer-links ul li:last-child {
	padding: 0;
}

.footer-links ul li:before {
	display: none;
}

.footer-links ul li a {
	color: #58595b;

}

.footer-links ul li a:hover {
	color: #10b2a9;
}


@media only screen and (max-width: 1139px) {
.footer-links {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}
}

@media only screen and (max-width: 767px) {
.footer-links {
	display: none;
}
}


/* Contact - Box */

.contact-box {
	width: 52%;
	float: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #58595b;
	padding: 18px 18px 16px 18px;
	margin: 0 -2px;
}

.contact-box h4 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	color: #d83d04;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 0 8px 0;
}

.contact-box p {
	font-size: 15px;
	line-height: 17px;
}

.contact-box p span.divider {
	padding: 0 5px;
}

@media only screen and (max-width: 1139px) {
.contact-box {
	width: 100%;
	max-width: 265px;
}
}


/* Copy - Right */
.copy-right {
	width: 100%;
	float: left;
}

.copy-right p {
	width: 65%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 13px;
	padding: 0 5px 0 0;
	margin: 0 -2px;
}

p.footer_l_right {float: right;     text-align: right;
    padding-right: 0px;
}
p.footer_l_left {float: left;}
p.full_w {width: 100%;      padding-bottom: 35px; }

.copy-right p a:hover {
	text-decoration: none;
}
 
 a.copy_link {padding-left: 7px;}
.copy-right p.policy-txt {
	    width: 100%;
	/*float: none;*/
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.copy-right p.policy-txt span {
	/*float: right;
	border-bottom: 1px solid #58595b;*/
}
.copy-right p.policy-txt span a:hover {
	border-bottom: 1px solid #10b2a9;
}

.footer-main p a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 1139px) {
.copy-right p {
	width: 100%;
	float: left;
	padding: 0 0 3px 0;
	margin: 0;
}

p.footer_l_right {float: none; width: 100%; text-align: left;}
p.footer_l_left {float: none; width: 100%;}

p.copy_line {display: block; margin-top: 20px; line-height: 15px;}

.copy-right p.policy-txt {
	width: 100%;
	line-height: 30px;
}

.copy-right p.policy-txt span {
	float: left;
}
}
.mobile_break {display: none;}

@media only screen and (max-width: 767px) {
.copy-right p.policy-txt {
    line-height: 20px;
}
 a.copy_link {padding-left: 0px;}
}

@media only screen and (max-width: 480px) {
	.mobile_break {display: block;}
	.policy-txt .show_mobile {display: none !important}
}


/* 
 4.) Inner - Page
----------------------------------------*/

/* Content - Inner */

.content-inner {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 50px 0 65px 0;
}

.content-inner .top-divider {
	width: 100%;
	float: left;
	position: relative;
	text-indent: -99999px;
	margin: 0 0 20px 0;
}

.content-inner .top-divider:after {
	content: "";
	width: 70px;
	height: 4px;
	float: left;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

.content-inner .top-divider-sml {
	width: 100%;
	float: left;
	position: relative;
	text-indent: -99999px;
	margin: 0 0 20px 0;
}

.content-inner .top-divider-sml:after {
	content: "";
	width: 45px;
	height: 2px;
	float: left;
	background: #58595b;
	position: absolute;
	bottom: 0;
	left: 0;
}


@media only screen and (max-width: 979px) {
.content-inner {
	padding: 40px 0 55px 0;
}
}

@media only screen and (max-width: 767px) {
.content-inner {
	padding: 0;
}

.content-inner .container {
	padding: 0;
}
}


/* Col - Gird */

.left-col-lrg {
	width: 60%;
	float: left;
}

.right-col-sml {
	width: 30%;
	float: right;
}


@media only screen and (max-width: 979px) {
.left-col-lrg {
	width: 100%;
	padding: 0 0 40px 0;
}

.right-col-sml {
	width: 100%;
	max-width: 340px;
	float: none;
	margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
.left-col-lrg {
	padding: 35px 30px 30px 30px;
}

.right-col-sml {
	max-width: 100%;
	float: left
}
}

@media only screen and (max-width: 374px) {
.left-col-lrg {
	padding: 35px 6% 30px 6%;
}
}


/* Main - Heading */

.main-heading {
	width: 100%;
	float: left;
	background: #d83d04;
	padding: 46px 0 56px 0;
}

.main-heading h2 {
	color: #ffffff;
	text-transform: uppercase;
}

.main-heading h2:last-child {
	padding-bottom: 0;
}

.main-heading h2.lower {
	text-transform: lowercase;
}

.main-heading h2.capital {
	text-transform: capitalize;
}

.main-heading .title-txt {
	width: 100%;
	float: left;
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 0 0 5px 0;
	margin: 0 0 17px 0;
	position: relative;
}

.main-heading .title-txt:after {
	content: "";
	width: 42px;
	height: 1px;
	float: left;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main-heading .title-txt.gray-txt {
	color: #f8dacf;
}

.main-heading.blue-bg {
	background: #10b2a9;
}

.main-heading.light-green-bg {
	background: #cbe027;
}

.main-heading.light-green-bg h2 {
	color: #58595b;
}

.main-heading.light-green-bg .title-txt {
	color: #58595b;
}

.main-heading.light-green-bg .title-txt:after {
	background: #58595b;
}


@media only screen and (max-width: 979px) {
.main-heading {
	padding: 26px 0 40px 0;
}

.main-heading .title-txt {
	font-size: 13px;
	line-height: 18px;
}
}

@media only screen and (max-width: 767px) {
.main-heading {
	padding: 16px 0 34px 0;
}

.main-heading .title-txt {
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 8px 0;
}
}


/* Head - Txt */

.head-txt {
	width: 100%;
	float: left;
}

.head-txt h3 {
	position: relative;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

.head-txt h3:after {
	content: "";
	width: 70px;
	height: 4px;
	float: left;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

.head-txt h4 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
}

.head-txt h4:after {
	content: "";
	width: 45px;
	height: 2px;
	float: left;
	background: #58595b;
	position: absolute;
	bottom: 0;
	left: 0;
}


@media only screen and (max-width: 767px) {
.head-txt h4 {
	padding: 0 30px 8px 30px;
}

.head-txt h4:after {
	left: 30px;
}
}

@media only screen and (max-width: 374px) {
.head-txt h4 {
	padding: 0 6% 8px 6%;
}

.head-txt h4:after {
	left: 6%;
}
}


/* Banner - Inner */

.banner-inner {
	width: 100%;
	float: left;
	text-align: center;
	background: #cbe027;
}

.banner-inner figure {
	width: 50%;
	float: none;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
}

.banner-inner figure img {
	width: 100%;
	min-width: 550px;
	margin: 0 -275px;
}

.banner-inner aside {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	margin: 0 -2px;
}

.banner-inner aside h1 {
	text-transform: uppercase;
}

.banner-inner aside h1:last-child {
	padding: 0;
}

.banner-inner.blue-bg {
	background: #10b2a9;
}

.banner-inner.blue-bg aside h1 {
	color: #ffffff;

}

.banner-inner.red-bg {
	background: #d83d04;
}

.banner-inner.red-bg aside h1 {
	color: #ffffff;
}

.banner-inner.dark-blue-bg {
	background: #426b6f;
}

.banner-inner.dark-blue-bg aside h1 {
	color: #ffffff;
}


@media only screen and (max-width: 1199px) {
.banner-inner aside h1 {
	font-size: 45px;
}
}

@media only screen and (max-width: 979px) {
.banner-inner aside h1 {
	font-size: 39px;
}
}

@media only screen and (max-width: 767px) {
.banner-inner figure {
	width: 100%;
	float: left;
	margin: 0;
}

.banner-inner figure img {
	min-width: 100%;
	margin: 0;
}

.banner-inner aside {
	width: 100%;
	float: left;
	padding: 50px 20px;
	margin: 0;
}

.banner-inner aside h1 {
	font-size: 34px;
}
}

@media only screen and (max-width: 374px) {
.banner-inner aside {
	padding: 50px 6%;
}

.banner-inner aside h1 {
	font-size: 28px;
}
}


/* Banner - Inner 2*/

.banner-inner2 {
	width: 100%;
	float: left;
}

.banner-inner2 figure {
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.banner-inner2 figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(215, 60, 4, 0.55); 
	display: none;
	z-index: 10;
}

.banner-inner2 figure img {
	width: 100%;
	min-width: 550px;
	margin: 0 -275px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.banner-inner2 figure:hover:before, .banner-inner2 figure.active:before { 
	display:block;
}

.banner-inner2 figure:hover img, .banner-inner2 figure.active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
.banner-inner2 figure {
	width: 100%;
}

.banner-inner2 figure img {
	min-width: 100%;
	margin: 0;
}
}


/* Col - Box */

.col-box {
	width: 100%;
	float: left;
	margin: 0 0 13px 0;
}

.col-box:last-child {
	margin: 0;
}

.col-box > a {
	width: 100%;
	min-height: 112px;
	float: left;
	position: relative;
	border: 3px solid #10b2a9;
	background: #10b2a9;
	padding: 15px 21px 15px 21px;
}

.a_new {
	width: 100%;
	min-height: 112px;
	float: left;
	position: relative;
	border: 3px solid #10b2a9;
	background: #10b2a9;
	padding: 15px 21px 15px 21px;
}

.green2 .a_new {
	border: 3px solid #426b6f;
	background: #426b6f;
}

.col-box a .sml-txt {
	width: 100%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	padding: 0 0 5px 0;
}

.col-box a .med-txt, .a_new .med-txt{
	width: 100%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0 0 35px 0;
}

.a_new .med-txt {

    padding: 0 0 20px 0;
}

.col-box a .med-txt span, .col-box .a_new .med-txt span {
	font-size: 18px;
	line-height: 20px;
}

.col-box a .med-txt:last-child {
	padding: 0;
}

.col-box a .icon-bg {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 11px;
	left: 22px;
}

.col-box a .icon-bg .icon-pdf {
	width: 34px;
	height: 34px;
	float: left;
	text-indent: -9999px;
	background: url(../images/icon-pdf-01.png) no-repeat 0 0;
	background-size: 34px auto;
	margin: 0 14px 0 0;
}

.col-box a .icon-bg .icon-word {
	width: 34px;
	height: 34px;
	float: left;
	text-indent: -9999px;
	background: url(../images/icon-word-01.png) no-repeat 0 0;
	background-size: 34px auto;
	margin: 0 14px 0 0;
}

.col-box a .arrow-right {
	width: 30px;
	height: 30px;
	float: right;
	background: url(../images/arrow-01.png) no-repeat right bottom;
	background-size: 30px auto;
	text-indent: -99999px;
	position: absolute;
	bottom: 12px;
	right: 12px;
}

.col-box a:hover {
	text-decoration: none;
	background: none;
}

.col-box a:hover .sml-txt {
	color: #10b2a9;
}

.col-box a:hover .med-txt {
	color: #10b2a9;
}

.col-box a:hover .arrow-right {
	background: url(../images/arrow-06.png) no-repeat right bottom;
	background-size: 30px auto;
}

.col-box a:hover .icon-bg .icon-pdf {
	background: url(../images/icon-pdf-02.png) no-repeat 0 0;
	background-size: 34px auto;
}

.col-box a:hover .icon-bg .icon-word {
	background: url(../images/icon-word-02.png) no-repeat 0 0;
	background-size: 34px auto;
}

@media only screen and (max-width: 767px) {
.col-box {
	margin: 0;
}

.col-box a {
	min-height: inherit;
	padding: 13px 27px 11px 27px;
}

.col-box a .sml-txt {
	display: none;
}

.col-box a .med-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
	padding: 0 30px 10px 0;
	margin: 0 -2px;
}

.col-box a .icon-bg {
	position: static;
}

.col-box a .icon-bg .icon-pdf {
	width: 30px;
	height: 30px;
	background-size: 30px auto;
	margin: 0 8px 0 0;
}

.col-box a .icon-bg .icon-word {
	width: 30px;
	height: 30px;
	background-size: 30px auto;
	margin: 0 8px 0 0;
}

.col-box a .arrow-right {
	width: 25px;
	height: 25px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	background-size: 25px auto;
	margin: 0 0 0 -25px;
	position: static;
}

.col-box a:hover .arrow-right {
	background-size: 25px auto;
}

.col-box a:hover .icon-bg .icon-pdf {
	background-size: 30px auto;
}

.col-box a:hover .icon-bg .icon-word {
	background-size: 30px auto;
}
}

@media only screen and (max-width: 374px) {
.col-box a {
	padding: 13px 4.8% 11px 5.4%;
}
}

/* Col - Box - Green */

.col-box-green a {
	background: #cbe027;
	border-color: #cbe027;
}

.col-box-green a .sml-txt {
	color: #58595b;
}

.col-box-green a .med-txt {
	color: #58595b;
}

.col-box-green a .icon-bg .icon-pdf {
	background: url(../images/icon-pdf-03.png) no-repeat 0 0;
	background-size: 34px auto;
}

.col-box-green a .icon-bg .icon-word {
	background: url(../images/icon-word-03.png) no-repeat 0 0;
	background-size: 34px auto;
}

.col-box-green a .arrow-right {
	background: url(../images/arrow-14.png) no-repeat right;
}

.col-box-green a:hover .sml-txt {
	color: #58595b;
}

.col-box-green a:hover .med-txt {
	color: #58595b;
}

.col-box-green a:hover .icon-bg .icon-pdf {
	background: url(../images/icon-pdf-04.png) no-repeat 0 0;
	background-size: 34px auto;
}

.col-box-green a:hover .icon-bg .icon-word {
	background: url(../images/icon-word-04.png) no-repeat 0 0;
	background-size: 34px auto;
}

.col-box-green a:hover .arrow-right {
	background: url(../images/arrow-15.png) no-repeat right center;
}

@media only screen and (max-width: 767px) {
.col-box-green a .arrow-right {
	background-size: 25px auto;
}

.col-box-green a .icon-bg .icon-pdf {
	background-size: 30px auto;
}

.col-box-green a .icon-bg .icon-word {
	background-size: 30px auto;
}

.col-box-green a:hover .arrow-right {
	background-size: 25px auto;
}

.col-box-green a:hover .icon-bg .icon-pdf {
	background-size: 30px auto;
}

.col-box-green a:hover .icon-bg .icon-word {
	background-size: 30px auto;
}
}

/* Col - Box - Blue */

.col-box-blue a {
	background: #426b6f;
	border-color: #426b6f;
}

.col-box-blue a:hover .sml-txt {
	color: #426b6f;
}

.col-box-blue a:hover .med-txt {
	color: #426b6f;
}

.col-box-blue a:hover .icon-bg .icon-pdf {
	background: url(../images/icon-pdf-05.png) no-repeat 0 0;
	background-size: 34px auto;
}

.col-box-blue a:hover .icon-bg .icon-word {
	background: url(../images/icon-word-05.png) no-repeat 0 0;
	background-size: 34px auto;
}
 @media only screen and (max-width: 767px) {

.col-box-blue a:hover .icon-bg .icon-pdf {
	background-size: 30px auto;
}

.col-box-blue a:hover .icon-bg .icon-word {
	background-size: 30px auto;
}
}

/* Col - Box - Red */

.col-box-red {
	width: 100%;

	float: left;
	background: #d83d04;
	padding: 25px 25px 40px 25px;
	margin: 0 0 15px 0;
}

.col-box-red:last-child {
	margin: 0;
}

.col-box-red p {
	font-size: 26px;
	color: #ffffff;
	line-height: 37px;
}

.col-box-red .head-txt h3 {
	color: #ffffff;
}

.col-box-red .head-txt h3:after {
	background: #ffffff;
}

@media only screen and (max-width: 979px) {
.col-box-red p {
	font-size: 23px;
	line-height: 30px;
}
}

@media only screen and (max-width: 767px) {
.col-box-red {
	padding: 25px 30px 40px 30px;
	margin: 0;
}

.col-box-red p {
	font-size: 18px;
	line-height: 27px;
}
}

@media only screen and (max-width: 374px) {
.col-box-red {
	padding: 25px 6% 40px 6%;
}
}

/* Help - Txt */

.help-txt {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

.help-txt:last-child {
	padding: 0;
}

.help-txt p {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
.help-txt {
	padding: 0 30px 20px 30px;
}
}

@media only screen and (max-width: 374px) {
.help-txt {
	padding: 0 6% 20px 6%;
}
}

/* 
  5.) About - Page
----------------------------------------*/
/* Section - Overview */

.section-overview {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 80px 0 70px 0;
}

.section-overview .btn-blue {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 979px) {
.section-overview {
	padding: 60px 0 50px 0;
}
}

@media only screen and (max-width: 767px) {
.section-overview {
	padding: 0;
}

.section-overview .container {
	padding: 0;
}

.section-overview .btn-blue {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.section-overview .btn-blue span {
	width: 100%;
	float: left;
}
}

@media only screen and (max-width: 374px) {
.section-overview .btn-blue {
	padding-left: 6%;
	padding-right: 6%;
}
}

/* Section - Values */

.section-values {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 70px 0 105px 0;
}

.section-values .head-txt h3 {
	margin: 0 0 45px 0;
}

.section-values figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.section-values figure img {
	width: 100%;
	min-width: 600px;
	margin: 0 -300px;
}

.section-values .title-txt-bg {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	padding: 0 10px;
}

.section-values .title-txt {
	width: 100%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 52px;
}

.section-values aside {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: #10b2a9;
	padding: 0 40px;
	display: none;
}

.section-values aside p {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	line-height: 35px;
}

.section-values aside .title-txt {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 18px;
	position: relative;
	padding: 0 0 9px 0;
	margin: 0 0 17px 0;
}

.section-values aside .title-txt:after {
	content: "";
	width: 45px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-values article {
	width: 49.1%;
	float: left;
	position: relative;
	margin: 0 0.4% 9px 0.4%;
}
.section-values article a {
	cursor: default;
}
.section-values article:nth-child(even) {
	float: right;
}

.section-values article a:hover .title-txt-bg, .section-values article a.hover .title-txt-bg {
	display: none;
}

.section-values article a:hover aside, .section-values article a.hover aside {
	display: block;
}

.section-values .article-bg {
	width: 100.8%;
	float: left;
	margin: 0 -0.4% -9px -0.4%;
}

@media only screen and (max-width: 979px) {
.section-values {
	padding: 50px 0 80px 0;
}

.section-values .title-txt {
	font-size: 36px;
	line-height: 42px;
}

.section-values aside {
	padding: 0 30px;
}

.section-values aside p {
	font-size: 20px;
	line-height: 32px;
}

.section-values article {
	margin: 0 0.4% 8px 0.4%;
}

.section-values .article-bg {
	margin: 0 -0.4% -8px -0.4%;
}
}

@media only screen and (max-width: 767px) {
.section-values {
	padding: 25px 0 30px 0;
}

.section-values .head-txt h3 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.section-values .title-txt {
	font-size: 30px;
	line-height: 32px;
}

.section-values aside {
	padding: 0 20px;
}

.section-values aside p {
	font-size: 17px;
	line-height: 30px;
}

.section-values aside .title-txt {
	font-size: 15px;
}

.section-values article {
	width: 100%;
	float: left;
	margin: 0 0 9px 0;
}

.section-values .article-bg {
	width: 100%;
	margin: 0 0 -9px 0;
}

.section-values .container {
	padding: 0 30px;
}
}

@media only screen and (max-width: 374px) {
.section-values .title-txt {
	font-size: 24px;
	line-height: 30px;
}

.section-values .container {
	padding: 0 6%;
}
}

/* 
 5.1) Board & Staff - Page
----------------------------------------*/
/* Board - Details */

.board-details {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 40px 0 80px 0;
}

.board-details .board-info {
	width: 50%;
	float: left;
	padding: 0 50px 0 0;
}

.board-details .board-info ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.board-details .board-info ul li {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #4d4d4f;
	line-height: 25px;
	padding: 0 0 23px 0;
	margin: 0;
}

.board-details .board-info ul li:Last-child {
	padding-bottom: 0;
}

.board-details .board-info ul li:before {
	display: none;
}

.board-details .board-info ul li a {
	color: #4d4d4f;
}

.board-details .board-info .head-txt h3 {
	padding: 0 0 13px 0;
	margin: 0 0 37px 0;
}

.board-details .testimonials {
	width: 50%;
	float: left;
	padding: 0 50px 0 0;
}

@media only screen and (max-width: 1199px) {
.board-details .board-info {
	padding: 0;
}

.board-details .testimonials {
	padding: 0;
}
}

@media only screen and (max-width: 979px) {
.board-details {
	padding: 30px 0 60px 0;
}

.board-details .board-info {
	width: 100%;
	padding: 0 0 40px 0;
}

.board-details .board-info:last-child {
	padding-bottom: 0;
}

.board-details .board-info ul li {
	font-size: 18px;
	line-height: 23px;
	padding: 0 0 18px 0;
}

.board-details .board-info .head-txt h3 {
	margin: 0 0 30px 0;
}

.board-details .testimonials {
	width: 100%;
}
}

@media only screen and (max-width: 767px) {
.board-details {
	padding: 25px 0 50px 0;
}

.board-details .board-info ul li {
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 12px 0;
}

.board-details .board-info .head-txt h3 {
	margin: 0 0 23px 0;
}
}

/* Staff - Details */

.staff-details {
	width: 100%;
	float: left;
	border-bottom: 10px solid #ffffff;
	padding: 40px 0;
}

.staff-details .head-txt h3 {
	padding: 0 0 13px 0;
	margin: 0 0 55px 0;
}

.staff-details .title-bar {
	width: 100%;
	float: left;
	background: #426b6f;
	padding: 25px 40px;
}

.staff-details .title-bar h4 {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0;
}

.staff-details .title-bar p {
	font-size: 16px;
	color: #ffffff;
	line-height: 23px;
}

.staff-details .title-bar p:last-child {
	padding-bottom: 0;
}

.staff-details article {
	width: 48.50%;
	min-height: 470px;
	float: left;
	background: #ffffff;
	margin: 0 0.75% 17px 0.75%;
}

.staff-details article p:last-child {
	padding-bottom: 0;
}

.staff-details article figure {
	width: 180px;
	float: left;
	margin: 0 25px 10px 0;
}

.staff-details article figure img {
	width: 100%;
}

.staff-details article aside {
	width: 100%;
	float: left;
	padding: 40px 40px;
}

.staff-details .article-bg {
	width: 101.50%;
	float: left;
	margin: 0 -0.75% -17px -0.75%;
}

.staff-details .accord-out {
	width: 100%;
	float: left;
	padding: 0 0 23px 0;
	position: relative;
}

.staff-details .readmore {
	float: left;
	font-size: 15px;
	color: #4d4d4f;
	text-decoration: none;
	background: #ffffff url(../images/arrow-07.png) no-repeat right center;
	padding: 0 21px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.staff-details .readmore .more {
	display: block;
}

.staff-details .readmore .close {
	display: none;
}

.staff-details .readmore.active {
	background: url(../images/arrow-08.png) no-repeat right center;
}

.staff-details .readmore.active .more {
	display: none;
}

.staff-details .readmore.active .close {
	display: block;
}

.staff-details .accord-txt {
	width: 100%;
	float: left;
	display: none;
	padding: 0 0 25px 0;
}

@media only screen and (max-width: 1199px) {
.staff-details article {
	min-height: 540px;
}
}

@media only screen and (max-width: 979px) {
.staff-details {
	width: 100%;
	float: left;
	border-bottom: 10px solid #ffffff;
	padding: 40px 0;
}

.staff-details .head-txt h3 {
	margin: 0 0 40px 0;
}

.staff-details .title-bar {
	padding: 20px 30px;
}

.staff-details .title-bar h4 {
	font-size: 20px;
	line-height: 24px;
}

.staff-details .title-bar p {
	font-size: 16px;
	line-height: 21px;
}

.staff-details article {
	min-height: 600px;
}

.staff-details article aside {
	padding: 40px 30px;
}

.staff-details article figure {
	width: 160px;
	margin: 0 20px 10px 0;
}
}

@media only screen and (max-width: 767px) {
.staff-details {
	border-bottom: none;
	padding: 25px 0 0 0;
}

.staff-details .container {
	padding: 0;
}

.staff-details .head-txt {
	padding: 0 30px;
}

.staff-details .head-txt h3 {
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
}

.staff-details .title-bar {
	padding: 20px 30px;
}

.staff-details .title-bar h4 {
	font-size: 17px;
	line-height: 21px;
	padding: 0 0 2px 0;
}

.staff-details .title-bar p {
	font-size: 13px;
	line-height: 18px;
}

.staff-details .title-bar p:last-child {
	padding-bottom: 0;
}

.staff-details article {
	width: 100%;
	min-height: inherit;
	margin: 0;
}

.staff-details article figure {
	width: 145px;
	margin: 0 15px 10px 0;
}

.staff-details article aside {
	padding: 25px 30px 40px 30px;
}

.staff-details .article-bg {
	width: 100%;
	margin: 0;
}

.staff-details .accord-out {
	padding: 0 0 21px 0;
}

.staff-details .readmore {
	font-size: 14px;
}

.staff-details .accord-txt {
	padding: 0 0 19px 0;
}
}

@media only screen and (max-width: 374px) {
.staff-details .head-txt {
	padding: 0 6%;
}

.staff-details .title-bar {
	padding: 20px 6%;
}

.staff-details article aside {
	padding: 25px 6% 40px 6%;
}
}

/*
 6.) Grantmaking - Ed Enrichment
     Grantmaking - Leadership
     Grantmaking - Mentoring
     Grantmaking - School Readiness
----------------------------------------*/

/* Cont - Top4 */

.cont-top4 {
	width: 100%;
	float: left;
	padding: 50px 0;
}

.cont-top4 p {
	font-size: 24px;
	color: #d83d04;
	line-height: 34px;
}

.cont-top4 .txt {
	width: 100%;
	float: left;
	padding: 0 0 22px 0;
	margin: 0 0 22px 0;
	position: relative;
}

.cont-top4 .txt:before {
	content: "";
	width: 60px;
	height: 4px;
	float: left;
	background: #cbe027;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cont-top4 .link-txt {
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #d83d04;
	line-height: 32px;
	padding: 0;
}

.cont-top4 aside {
	width: 100%;
	float: left;
	padding: 0 100px 0 0;
}

@media only screen and (max-width: 979px) {
.cont-top4 {
	padding: 40px 0;
}

.cont-top4 p {
	font-size: 20px;
	line-height: 30px;
}

.cont-top4 .link-txt {
	font-size: 20px;
	line-height: 30px;
}

.cont-top4 aside {
	padding: 0 50px 0 0;
}
}

@media only screen and (max-width: 767px) {
.cont-top4 {
	padding: 30px 0;
}

.cont-top4 p {
	font-size: 18px;
	line-height: 24px;
}

.cont-top4 .link-txt {
	font-size: 18px;
	line-height: 22px;
}

.cont-top4 aside {
	padding: 0 30px 0 0;
}
}

/* Tab content - Bg */

.tab-content-bg {
	width: 100%;
	float: left; 
	position:relative;
	z-index:20; 
}

.split-cont4 {
	width: 100%;
	float: left;
	padding: 60px 0;
}

.split-cont4 h4 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #10b2a9;
	line-height: 26px;
	letter-spacing: 0.02em;
	padding: 0 0 10px 0;
}

.split-cont4 p {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #10b2a9;
	line-height: 28px;
	letter-spacing: 0.02em;
	padding: 0 0 16px 0;
}

.split-cont4 ul {
	width: 100%;
	float: left;
	padding: 0;
}

.split-cont4 ul li {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #58595b;
	line-height: 26px;
	    padding: 0 0 14px 12px;
}

.split-cont4 ul li a {
	color: #10b2a9;
}

.split-cont4 ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	float: left;
	background: #10b2a9;
	border-radius: 10px;
	position: absolute;
	top: 9px;
	left: 0;
}

.split-cont4 ul li:last-child {
	padding-bottom: 0;
}

.split-cont4 .btn,
.split-cont4 .btn:hover,
.split-cont4 .btn:active,
.split-cont4 .btn:active:focus,
.split-cont4 .btn:focus:active {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	padding: 11px 12px;
}




.split-cont4 .txt {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
}

.split-cont4 .txt ul li {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	color: #10b2a9;
	line-height: 24px;
	padding-bottom: 12px;
}

.split-cont4 .txt:last-child {
	padding-bottom: 0;
}

.split-cont4 aside {
	width: 50%;
	float: left;
	border-right: 1px solid #10b2a9;
	padding: 0 70px 0 0;
	margin: 0 -1px 0 0;
}

.split-cont4 aside.aside2 {
	border-left: 1px solid #10b2a9;
	border-right: none;
	padding: 0 70px;
}

.split-cont4 .aside-bg {
	width: 100%;
	float: left;
	position: relative;
}

@media only screen and (max-width: 1199px) {
.split-cont4 aside {
	padding: 0 50px 0 0;
}

.split-cont4 aside.aside2 {
	padding: 0 50px;
}
}

@media only screen and (max-width: 979px) {
.split-cont4 {
	padding: 50px 0;
}

.split-cont4 h4 {
	font-size: 18px;
	line-height: 24px;
}

.split-cont4 p {
	font-size: 18px;
	line-height: 26px;
}

.split-cont4 ul li {
	font-size: 18px;
	line-height: 24px;
}

.split-cont4 .txt ul li {
	line-height: 22px;
}

.split-cont4 aside {
	padding: 0 40px 0 0;
}

.split-cont4 aside.aside2 {
	padding: 0 0 0 40px;
}
}

@media only screen and (max-width: 767px) {
.split-cont4 {
	padding: 30px 0 60px 0;
}

.split-cont4 h4 {
	font-size: 16px;
	line-height: 22px;
}

.split-cont4 p {
	font-size: 16px;
	line-height: 26px;
}

.split-cont4 ul li {
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 10px 10px;
}

.split-cont4 ul li:before {
	width: 4px;
	height: 4px;
	top: 9px;
	left: 0;
}

.split-cont4 .txt ul li {
	line-height: 20px;
}

.split-cont4 aside {
	width: 100%;
	border: none;
	border-bottom: 1px solid #10b2a9;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.split-cont4 aside:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.split-cont4 aside.aside2 {
	border: none;
	padding: 0;
}
}

/* Banner - Cta */

.banner-cta {
	width: 100%;
	float: left;
	position: relative;
}

.banner-cta figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-cta figure img {
	width: 100%;
}

.cta-cont {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cta-cont h3 {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	color: #58595b;
	padding: 0 0 0 40px;
	margin: 0 0 8px 0;
	position: relative;
}

.cta-cont h3:before {
	content: "";
	width: 120px;
	height: 5px;
	float: left;
	background: #cbe027;
	margin: -3px 0 0 0;
	position: absolute;
	top: 50%;
	left: -95px;
}

.cta-cont p {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 8px 0;
}

.cta-cont p:last-child {
	padding-bottom: 0;
}

.cta-cont .txt {
	width: 100%;
	float: left;
	padding: 0 0 0 40px;
}

.cta-cont aside {
	width: 325px;
	float: right;
	background: #ffffff;
	padding: 25px 50px 25px 0;
	position: relative;
}

.cta-cont aside.aside2 {
	width: 360px;
}

.cta-cont aside.aside3 {
	width: 420px;
}

@media only screen and (max-width: 979px) {
.cta-cont p {
	font-size: 16px;
	line-height: 22px;
}
}

@media only screen and (max-width: 767px) {
.banner-cta figure img {
	min-width: 860px;
	margin: 0 -430px;
}

.cta-cont {
	display: none;
	position: static;
}
}

/* 
 6.1)   Capacitybuilding - Initiative
 6.1.1) Capacitybuilding - Quickassesmenttool
----------------------------------------*/
/* Assessment - Info */

.assessment-info {
	width: 100%;
	float: left;
}

.assessment-info h3, .building-list h3 {
	font-size: 22px;
	color: #58595b;
	padding: 0 0 25px 0;
}

@media only screen and (max-width: 979px) {
.assessment-info h3, .building-list h3  {
	font-size: 20px;
}
}

@media only screen and (max-width: 767px) {
.assessment-info h3, .building-list h3  {
	font-size: 18px;
}
}

/* Assessment - List */

.assessment-list {
	width: 100%;
	float: left;
	padding: 0 0 50px 0;
}

.assessment-list ol {
	width: 100%;
	float: left;
}

.assessment-list ol li {
	width: 100%;
	float: left;
	padding: 0 0 24px 0;
}

.assessment-list ol li:last-child {
	padding-bottom: 0;
}

.assessment-list ol li:before {
	display: none;
}

.assessment-list ol li ul {
	padding: 10px 25px 0 25px;
}

.assessment-list ol li ul li {
	list-style: none;
	padding: 0 0 10px 11px;
}

.assessment-list ol li ul li:before {
	display: block;
}

@media only screen and (max-width: 767px) {
.assessment-list {
	padding: 0 0 30px 0;
}

.assessment-list ol li ul {
	padding: 10px 15px 0 15px;
}
}

/* Building - List */

.building-list {
	width: 100%;
	float: left;
	padding: 0 0 45px 0;
}

.building-list ul {
	width: 100%;
	float: left;
}

.building-list ul li {
	width: 100%;
	float: left;
}

.building-list ul li a {
	color: #58595b;
}

.building-list ul li a:hover {
	color: #10b2a9;
}

.building-list aside {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 479px) {
.building-list aside {
	width: 100%;
	padding: 0 0 20px 0;
}

.building-list aside:last-child {
	padding: 0;
}
}

/* 
 6.2) Faqs
----------------------------------------*/
/* Section - Accord  */

.section-accord2 {
	width: 100%;
	float: left;
}

.section-accord2 ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.section-accord2 ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #10b2a9;
	padding: 0;
	margin: 0 0 35px 0;
}

.section-accord2 ul li:last-child {
	margin-bottom: 0;
}

.section-accord2 ul li:before {
	display: none;
}

.section-accord2 ul li a {
	width: 100%;
	float: left;
}

.section-accord2 .accord-btn2 {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #4d4d4f;
	line-height: 22px;
	text-decoration: none;
	padding: 0 0 6px 0;
}

.section-accord2 .accord-btn2 span {
	width: 100%;
	float: left;
	background: url(../images/arrow-18_2.png) no-repeat right bottom;
	background-size: 14px auto;
	padding: 0 40px 0 0;
}

.section-accord2 .accord-btn2.active {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	color: #10b2a9;
}

.section-accord2 .accord-btn2.active span {
	background: url(../images/arrow-19_2.png) no-repeat right bottom;
	background-size: 14px auto;
}

.section-accord2 .accord-cont2 {
	width: 100%;
	float: left;
	display: none;
	padding: 6px 0;
}

.section-accord2 .title-txt {
	width: 100%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	color: #4d4d4f;
	padding: 0 0 16px 0;
	margin: 0 0 30px 0;
	position: relative;
}

.section-accord2 .title-txt a {
	color: #10b2a9;
}

.section-accord2 .title-txt:before {
	content: "";
	width: 70px;
	height: 4px;
	float: left;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
.section-accord2 ul li {
	margin: 0 0 15px 0;
}

.section-accord2 .accord-btn2 {
	font-size: 14px;
    line-height: 17px;
}

.section-accord2 .accord-btn2 span {
	background-size: 10px auto;
}

.section-accord2 .accord-btn2.active {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
}

.section-accord2 .accord-btn2.active span {
	background-size: 10px auto;
}
}

/* 
 6.3) Grant Recipients
----------------------------------------*/

.recipients-info {
	width: 100%;
	float: left;
}

.recipients-info aside {
	width: 100%;
	max-width: 440px;
	float: left;
	padding: 0 0 30px 0;
}

.recipients-info aside:last-child {
	padding: 0;
}

.recipients-info aside h4 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 0 0 4px 0;
}

.recipients-info aside h4 a {
	color: #58595b;
}

.recipients-info aside h4 a:hover {
	color: #10b2a9;
}

.recipients-info aside p {
	font-size: 15px;
	line-height: 18px;
}

.recipients-info aside a  {
	    color: #58595b;
		text-decoration: none;
}

.recipients-info aside a:hover h4 {
	    color: #10b2a9;
		text-decoration: underline;
}

.recipients-info article {
	width: 47.35%;
	float: left;
	padding: 0 10px 0 0;
}

.recipients-info article:nth-child(even) {
	float: right;
}

.recipients-info .article-bg {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 767px) {
.recipients-info {
	padding: 40px 30px;
}

.recipients-info aside {
	max-width: 100%;
}

.recipients-info aside h4 {
	font-size: 15px;
}

.recipients-info aside p {
	font-size: 12px;
	line-height: 14px;
}

.recipients-info article {
	width: 100%;
	padding: 0;
}
}

@media only screen and (max-width: 374px) {
.recipients-info {
	padding: 40px 6%;
}
}

/* Year - Field */

.year-field {
	width: 100%;
	float: left;
	padding: 0 0 50px 0;
}

.year-field ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.year-field ul li {
	float: left;
	font-size: 26px;
	color: #58595b;
	line-height: 28px;
	padding: 0;
	margin: 0;
}

.year-field ul li:before {
	display: none;
}

.year-field ul li a {
	color: #58595b;
}

body.page-id-83 .year-field ul li a.fourteen {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	position: relative;
}

body.page-id-83 .year-field ul li a.fourteen:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.page-id-282 .year-field ul li a.fifteen {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	position: relative;
}

body.page-id-282 .year-field ul li a.fifteen:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.page-id-285 .year-field ul li a.sixteen {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	position: relative;
}

body.page-id-702 .year-field ul li a.seventeen {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	position: relative;
}

body.page-id-285 .year-field ul li a.sixteen:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}


body.page-id-702 .year-field ul li a.seventeen:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.page-id-993 .year-field ul li a.eighteen:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.page-id-1149 .year-field ul li a.nineteen:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}


body.page-id-1628 .year-field ul li a.twentytwentytwo:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.page-id-1877 .year-field ul li a.twentytwentyfour:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.page-id-1785 .year-field ul li a.twentytwentythree:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}



body.page-id-1527 .year-field ul li a.twentytwentyone:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}




body.page-id-1335 .year-field ul li a.twentytwenty:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

.year-field ul li a.active:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

.year-field ul li a:hover {
	text-decoration: none;
}

.year-field span.divider {
	width: 1px;
	height: 25px;
	float: left;
	background: #58595b;
	text-indent: -9999px;
	margin: 0 22px;
}

@media only screen and (max-width: 767px) {
	
	body.page-id-285 .year-field ul li a.sixteen:after,
	body.page-id-282 .year-field ul li a.fifteen:after,
	body.page-id-702 .year-field ul li a.seventeen:after {
	content: "";
	 width: 47px;
    bottom: -2px;
}
	
.year-field {
	padding: 0 0 35px 0;
}

.year-field ul li {
	font-size: 20px;
	line-height: 22px;
}

.year-field ul li a.active:after {
	width: 50px;
	height: 2px;
}

.year-field span.divider {
	height: 20px;
	margin: 0 15px;
}
}

/* 
 6.4) Grant Report Guidelines
----------------------------------------*/

.guideline-info {
	width: 100%;
	float: left;
}

.guideline-info ul {
	width: 100%;
	float: left;
}

.guideline-info ul li {
	width: 100%;
	float: left;
	padding-bottom: 24px;
}

.guideline-info ul li:last-child {
	padding-bottom: 0;
}

.guideline-info ul li ul {
	padding: 20px 40px 0 40px;
}

.guideline-info ul li ul li:before {
	display: none;
}
 @media only screen and (max-width: 767px) {

.guideline-info ul li ul {
	padding: 15px 15px 0 15px;
}
}

/* 
 6.5)   How to Apply
 6.5.1) How To Apply - Application Procedures
 6.5.2) How To Apply - Re Application Procedures
 6.5.3) How To Apply - Hidden Page 1 (Next Steps 1)
 6.5.4) How To Apply - Hidden Page 2 (Next Steps 2)
---------------------------------------------------*/

.application-info {
	width: 100%;
	float: left;
}

.application-info h3 {
	position: relative;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

.application-info h3:after {
	content: "";
	width: 70px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	bottom: 0;
	left: 0;
}

.application-info h4 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 8px 0;
}

.application-info ul {
	width: 100%;
	float: left;
}

.application-info ul li {
	width: 100%;
	float: left;
}

.application-info ol {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
}

.application-info ol li {
	width: 100%;
	float: left;
	    padding: 0 0 10px 11px;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.application-info ol li ul li{
    list-style-position: outside;
    text-indent: 0px;
    padding-left: 0px;
}





.application-info ol li:last-child {
	padding-bottom: 0;
}

.application-info ol li:before {
	display: none;
}

.application-info ol li ul {
	padding: 10px 20px 0 20px;
}

.application-info ol li ul li {
	list-style: none;
	padding: 0 0 10px 11px;
}

.application-info ol li ul li:before {
	display: block;
}

.application-info .address-txt {
	width: 100%;
	float: left;
	padding: 0 20px 20px 20px;
}

.application-info article {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}

.application-info article:last-child {
	padding: 0;
}

.application-info .article-bg {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
	    padding: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
.application-info article h4 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.application-info .address-txt {
	padding: 0 10px 15px 10px;
}

.application-info .article-bg {
	padding: 0 0 30px 0;
}
}

/* Instructions - List */

.instructions-list {
	width: 100%;
	float: left;
}

.instructions-list ul {
	width: 100%;
	float: left;
}

.instructions-list ul li {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}

.instructions-list ul li:last-child {
	padding-bottom: 0;
}

.instructions-list .address-txt {
	padding: 0 30px 10px 30px;
}

@media only screen and (max-width: 767px) {
.instructions-list .address-txt {
	padding: 0 15px 10px 15px;
}
}

/* 
  7.)  Collaborations - Place Based
  7.1) Collaborations - Partnerships
  7.2) Collaborations - Partnerships Detail
----------------------------------------*/

.tab-content-out {
	width: 100%;
	float: left;
}

/* Tab - Links2  */

.tab-links2 {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	border: 1px solid #df6a40;
	border-left: none;
	border-right: none;
	background: #ffffff;
	padding: 0;
}

.tab-links2 ul {
	width: 100.4%;
	float: left;
	padding: 0;
	margin: 0 -0.2%;
}

.tab-links2 ul li {
	width: 50%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 31px;
	color: #d83d04;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.tab-links2 ul li:before {
	display: none;
}

.tab-links2 ul li a {
	width: 100%;
	height: 148px;
	float: left;
	color: #d83d04;
	text-decoration: none;
	border-right: 1px solid #d83d04;
	padding: 50px 20px 0 20px;
}

.tab-links2 ul li a span {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 11px 0 17px 0;
}

.tab-links2 ul li a span:before {
	content: "";
	width: 42px;
	height: 1px;
	float: left;
	background: #d83d04;
	margin: 0 0 0 -21px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.tab-links2 ul li a:hover {
	color: #d83d04;
}

.tab-links2 ul li a.active {
	color: #d83d04;
}

.tab-links2 ul li a.selected {
	color: #ffffff;
	border-color: #d83d04;
	background: #d83d04;
}

.tab-links2 ul li a.selected span:before {
	width: 100%;
	background: #ffffff;
	margin: 0;
	left: 0;
}

.tab-links2 ul li a.selected span {
	background: url(../images/arrow-09.png) no-repeat bottom center;
	background-size: 19px auto;
}

@media only screen and (max-width: 979px) {
.tab-links2 ul li {
	font-size: 26px;
}

.tab-links2 ul li:before {
	display: none;
}

.tab-links2 ul li a {
	height: 130px;
	padding: 40px 20px 0 20px;
}

.tab-links2 ul li a.selected span {
	background-size: 16px auto;
}
}

@media only screen and (max-width: 767px) {
.tab-links2 {
	display: none;
}
}

/* Tab - Content2  */

.tab-content2 {
	width: 100%;
	float: left;
	position: relative;
}

.tab-content2 .accord-btn {
	width: 100%;
	float: left;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #d83d04;
	line-height: 26px;
	display: none;
	text-decoration: none;
	border: 1px solid #d83d04;
	border-left: none;
	border-right: none;
	background: #ffffff;
	padding: 26px 30px 24px 30px;
	margin: 0 0 -1px 0;
}

.tab-content2 .accord-btn span {
	width: 100%;
	float: left;
	background: url(../images/arrow-11.png) no-repeat right center;
	background-size: 14px auto;
	padding: 0 24px 0 0;
}

.tab-content2 .accord-btn.active {
	color: #ffffff;
	border-color: #d83d04;
	background: #d83d04;
}

.tab-content2 .accord-btn.active span {
	background: url(../images/arrow-04.png) no-repeat right center;
}

@media only screen and (max-width: 767px) {
.tab-content2 .accord-btn {
	display: block;
}

.tab-content2 .accord-cont {
	width: 100%;
	float: left;
	display: none;
}
}

@media only screen and (max-width: 374px) {
.tab-content2 .accord-btn {
	padding: 26px 6% 24px 6%;
}
}

/* Section - Accord  */

.section-accord {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 50px 0 100px 0;
}

.section-accord ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.section-accord ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d83d04;
	padding: 0;
	margin: 0 0 30px 0;
}
.section-accord ul li ul li {
list-style-type: disc;
    margin-left: 20px;
    border: none;
	margin-bottom: 15px;
}

.section-accord ul li ul li:last-child {
    margin-bottom: 15px;
}

.section-accord ul li:last-child {
	margin-bottom: 0;
}

.section-accord ul li:before {
	display: none;
}

.section-accord ul li a {
	width: 100%;
	float: left;
}

.section-accord ul li p a {
	width: 100%;
	float: none;
}

.section-accord aside {
	width: 41.20%;
	float: left;
	margin: 0 4.40%;
}

.section-accord .aside-bg {
	width: 108.80%;
	float: left;
	margin: 0 -4.40%;
}

.section-accord .accord-btn2 {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #58595b;
	line-height: 24px;
	text-decoration: none;
	padding: 0 7px 3px 0;
}

.section-accord .accord-btn2 span {
	width: 100%;
	float: left;
	background: url(../images/arrow-12_2.png) no-repeat right bottom;
	background-size: 14px auto;
	padding: 0 30px 0 0;
}

.section-accord .accord-btn2.active {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	color: #d83d04;
}

.section-accord .accord-btn2.active span {
	background: url(../images/arrow-13_2.png) no-repeat right bottom;
	background-size: 14px auto;
}

.section-accord .accord-cont2 {
	width: 100%;
	float: left;
	display: none;
	padding: 4px 0 10px 0;
}

.section-accord .accord-cont2 p a {
/*display: block;*/
    width: auto;
   /* padding-right: 5px;*/
	}
	
	.section-accord .accord-cont2 p a.medium_link {
		font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	}
	


@media only screen and (max-width: 979px) {
.section-accord {
	padding: 40px 0 80px 0;
}

.section-accord ul li {
	margin: 0 0 25px 0;
}

.section-accord .accord-btn2 {
	font-size: 16px;
	line-height: 20px;
}

.section-accord .accord-btn2 span {
	background-size: 12px auto;
}

.section-accord .accord-btn2.active span {
	background-size: 12px auto;
}
}

@media only screen and (max-width: 767px) {
.section-accord {
	padding: 40px 0;
}

.section-accord ul li {
	margin: 0 0 20px 0;
}

.section-accord aside {
	width: 100%;
	margin: 0 0 12px 0;
}

.section-accord aside:last-child {
	margin-bottom: 0;
}

.section-accord .aside-bg {
	width: 100%;
	margin: 0;
}

.section-accord .accord-btn2 {
	font-size: 14px;
	line-height: 15px;
}

.section-accord .accord-btn2 span {
	background-size: 10px auto;
}

.section-accord .accord-btn2.active {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
}

.section-accord .accord-btn2.active span {
	background-size: 10px auto;
}
}

/* Cont - Txt  */

.cont-txt {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 50px 0 100px 0;
}

.cont-txt h4 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	color: #d83d04;
	padding: 0 0 27px 0;
}

.cont-txt p a {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
}

.cont-txt p:last-child {
	padding-bottom: 0;
}

.cont-txt aside {
	width: 41.20%;
	float: left;
	margin: 0 4.40%;
}

.cont-txt .aside-bg {
	width: 108.80%;
	float: left;
	margin: 0 -4.40%;
}

@media only screen and (max-width: 979px) {
.cont-txt {
	padding: 40px 0 80px 0;
}
}

@media only screen and (max-width: 767px) {
.cont-txt {
	padding: 40px 0;
}

.cont-txt aside {
	width: 100%;

	margin: 0 0 40px 0;
}

.cont-txt aside:last-child {
	margin-bottom: 0;
}

.cont-txt .aside-bg {
	width: 100%;
	margin: 0;
}
}

/* Split - Cont2  */

.split-cont2 {
	width: 100%;
	float: left;
	position: relative;
}

.split-cont2 figure {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	margin: 0 -2px;
}

.split-cont2 figure img {
	width: 100%;
}



.split-cont2 .testimonials {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
	padding: 40px 50px;
}

.split-cont2 .testimonials p {
	color: #ffffff;
}

.split-cont2 .testimonials p:last-child {
	padding-bottom: 0;
}

.split-cont2 .testimonials .name {
	color: #ffffff;
}

.split-cont2 .testimonials aside:before {
	background: url(../images/quote-02.png) no-repeat top center;
	background-size: 34px auto;
}

.split-cont2 .testimonials .title-txt {
	float: left;
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	line-height: 26px;
	padding: 0 0 12px 0;
	margin: 0 0 42px 52px;
	position: relative;
}

.split-cont2 .testimonials .title-txt:before {
	content: "";
	width: 70px;
	height: 3px;
	float: left;
	background: #cbe027;
	position: absolute;
	left: 0;
	bottom: 0;
}

.split-cont2 article {
	width: 100%;
	float: left;
	background: #426b6f;
}

@media only screen and (max-width: 1199px) {
.split-cont2 .testimonials {
	padding: 40px 40px;
}

.split-cont2 .testimonials .title-txt {
	margin: 0 0 30px 52px;
}
}

@media only screen and (max-width: 979px) {
.split-cont2 figure {
	width: 100%;
	margin: 0;
}

.split-cont2 .testimonials {
	width: 100%;
	margin: 0;
	padding: 30px 30px 60px 30px;
}

.split-cont2 .testimonials aside:before {
	background-size: 28px auto;
}

.split-cont2 .testimonials .title-txt {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 42px 45px;
}
}

@media only screen and (max-width: 767px) {
.split-cont2 .testimonials aside:before {
	background-size: 22px auto;
}

.split-cont2 .testimonials .title-txt {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 42px 25px;
}
}

@media only screen and (max-width: 374px) {
.split-cont2 .testimonials {
	padding: 30px 6% 60px 6%;
}
}

/* Split - Cont3  */

.split-cont3 article {
	background: #cbe027;
}

.split-cont3 .testimonials p {
	color: #58595b;
}

.split-cont3 .testimonials .name {
	color: #58595b;
}

.split-cont3 .testimonials aside:before {
	background: url(../images/quote-04.png) no-repeat top center;
	background-size: 34px auto;
}

.split-cont3 .testimonials .title-txt {
	color: #58595b;
}

.split-cont3 .testimonials .title-txt:before {
	background: #58595b;
}

@media only screen and (max-width: 979px) {
.split-cont3 .testimonials aside:before {
	background-size: 28px auto;
}
}

@media only screen and (max-width: 767px) {
.split-cont3 .testimonials aside:before {
	background-size: 22px auto;
}
}

/* 
 8.) Resources
---------------------------------------------*/
/* Tab - Links3  */

.tab-links2 {
	border: 1px solid #58595b;
	border-left: none;
	border-right: none;
}

.tab-links3 ul li {
	color: #58595b;
}

.tab-links3 ul li a {
	color: #58595b;
	border-right: 1px solid #cbe027;
}

.tab-links3 ul li a span:before {
	background: #58595b;
}

.tab-links3 ul li a:hover {
	color: #58595b;
}

.tab-links3 ul li a.active {
	color: #58595b;
}

.tab-links3 ul li a.selected {
	color: #58595b;
	border-color: #cbe027;
	background: #cbe027;
}

.tab-links3 ul li a.selected span:before {
	background: #58595b;
}

.tab-links3 ul li a.selected span {
	background: url(../images/arrow-16.png) no-repeat bottom center;
	background-size: 19px auto;
}

@media only screen and (max-width: 979px) {
.tab-links3 ul li a.selected span {
	background-size: 16px auto;
}
}

@media only screen and (max-width: 767px) {
.tab-links2 {
	display: none;
}
}


/* Tab - Content */
.tab-content3 {
	width: 100%;
	float: left;
	padding: 50px 0 100px 0;
}

.resource-box {
	width: 100%;
	float: left;
}

.resource-box h4 {
	font-size: 22px;
	color: #58595b;
	padding: 0 0 14px 0;
}

.resource-box p {
	font-size: 16px;
    color: #58595b;
    line-height: 24px;
	padding: 0 0 10px 0;
}

.resource-box p strong {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
}

.resource-box p:last-child {
	padding-bottom: 0;
}

.resource-box p.bottom_lnk a {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	color: #58595b;
}

.resource-box p a:hover {
color: #10b2a9;
}

.resource-box p.address {
	line-height: 24px;
	padding-bottom: 15px;
}

.resource-box aside {
	width: 100%;
	float: left;
	padding: 35px 40px;
}

.resource-box .txt {
	width: 100%;
	float: left;
	padding: 0 0 50px 0;
	position: relative;
}

.resource-box .txt.divider {
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.resource-box .txt.divider:before {
	content: "";
	width: 65px;
	height: 3px;
	float: left;
	background: #10b2a9;
	position: absolute;
	left: 0;
	bottom: 0;
}

.resource-box .btn {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	padding-left: 11px;
	padding-right: 11px;
}

.resource-box .title-bar {
	width: 100%;
	float: left;
	background: #10b2a9;
	padding: 15px 40px;
}

.resource-box .title-bar h3 {
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 100px 10px 0;
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	    letter-spacing: 1px;
}

.resource-box .title-bar h3 a {
	color: #ffffff;
	text-decoration: none;
}

.resource-box .title-bar p {
	float: right;
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 20px;
	letter-spacing: .5px;
	padding: 0;
	    margin: 0px -16px 0 -100px;
	position: relative;
	z-index: 20;
}

.resource-box article {
	width: 48%;
	float: left;
	text-align: left;
	background: #ffffff;
	margin: 0 1% 47px 1%;
}

.resource-box article.red-bg .title-bar {
	background: #d83d04;
}

.resource-box article.red-bg .txt.divider:before {
	background: #d83d04;
}



.resource-box article.red-bg .btn {
	color: #d83d04;
	border-color: #d83d04;
}

.resource-box article.red-bg .btn:hover, .resource-box article.red-bg .btn:focus, .resource-box article.red-bg .btn:active, .resource-box article.red-bg .btn:active:focus, .resource-box article.red-bg .btn.active:focus {
	color: #ffffff;
	border-color: #d83d04;
	background: #d83d04;
}

.resource-box article.dark-blue-bg .title-bar {
	background: #426b6f;
}

.resource-box article.dark-blue-bg .btn {
	color: #426b6f;
	border-color: #426b6f;
}

.resource-box article.dark-blue-bg .btn:hover, .resource-box article.dark-blue-bg .btn:focus, .resource-box article.dark-blue-bg .btn:active, .resource-box article.dark-blue-bg .btn:active:focus, .resource-box article.dark-blue-bg .btn.active:focus {
	color: #ffffff;
	border-color: #426b6f;
	background: #426b6f;
}

.resource-box .heading-txt {
	width: 100%;
	float: left;
	display: none;
	border: 1px solid #58595b;
	border-left: none;
	border-right: none;
	background: #cbe027;
	padding: 28px 30px 25px 30px;
}

.resource-box .heading-txt h3 {
	font-size: 22px;
	padding: 0;
}

.resource-box .article-bg {
	width: 102%;
	float: left;
	margin: 0 -1% -47px -1%;
}


@media only screen and (min-width: 768px) {
	
	
	
.resource-box {
	width: 100%;
	height: 0;
	float: left;
	overflow: hidden;
	display: block!important;
}

.resource-box.active {
	height: auto;
	overflow: visible;
	display: block!important;
}
}


@media only screen and (max-width: 979px) {
.tab-content3 {
	padding: 40px 0 80px 0;
}

.resource-box h4 {
	font-size: 20px;
}

.resource-box aside {
	padding: 30px 30px;
}

.resource-box .txt {
	padding: 0 0 40px 0;
}

.resource-box .txt.divider {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.resource-box .title-bar {
	padding: 15px 30px;
}

.resource-box article {
	margin: 0 1% 35px 1%;
}

.resource-box .article-bg {
	margin: 0 -1% -35px -1%;
}
}

@media only screen and (max-width: 767px) {
	
	.resource-box .title-bar h3 {
    font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	}
.tab-content3 {
	padding: 0;
}

.resource-box {
	display: block !important;
	background: #ffffff;
}

.resource-box .container {
	padding: 0;
}

.resource-box h4 {
	font-size: 20px;
}

.resource-box .title-bar {
	background: none;
	padding: 0;
}

.resource-box .title-bar h3 {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
}

.resource-box .title-bar h3 a {
	width: 100%;
	float: left;
	color: #10b2a9;
	padding: 5px 30px 4px 30px;
}

.resource-box .title-bar h3 a span {
	width: 100%;
	float: left;
	background: url(../images/arrow-17.png) no-repeat right center;
	background-size: 18px auto;
	padding: 0 30px 0 0;
}

.resource-box .title-bar h3 a:hover {
	color: #ffffff;
	background: #10b2a9;
}

.resource-box .title-bar h3 a:hover span {
	background: url(../images/arrow-05.png) no-repeat right center;
	background-size: 18px auto;
}

.resource-box .title-bar p {
	display: none;
}

.resource-box article.red-bg .title-bar {
	background: none;
}

.resource-box article.dark-blue-bg .title-bar {
	background: none;
}

.resource-box aside {
	display: none;
}

.resource-box article {
	width: 100%;
	margin: 0 0 8px 0;
}

.resource-box .heading-txt {
	display: block;
}

.resource-box .article-bg {
	width: 100%;
	padding: 15px 0 7px 0;
	margin: 0;
}
}

@media only screen and (max-width: 374px) {
.resource-box .heading-txt {
	padding: 28px 6% 25px 6%;
}

.resource-box .title-bar h3 a {
	padding: 5px 6% 4px 6%;
}
}


/* 
 8.1) Resources - Publications
 8.2) Resources - News
---------------------------------------------*/
/* Resources - Info  */

.resources-info {
	width: 100%;
	float: left;
}

.resources-info aside {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 40px 20px;
}

.resources-info aside:last-child {
	padding-bottom: 0;
}

.resources-info aside:before {
	content: "";
	width: 6px;
	height: 6px;
	float: left;
	border-radius: 8px;
	background: #d83d04;
	position: absolute;
	top: 6px;
	left: 0;
}

.resources-info aside h3 {
	font-family: "rubikregular", Arial, Helvetica, sans-serif;
	font-size: 22px;
	position: relative;
	padding: 0 0 6px 0;
}

.resources-info aside h3 a {
	color: #4d4d4f;
}

.resources-info aside h3 a:hover {
	color: #10b2a9;
}

.resources-info aside p {
	    font-size: 16px;
    line-height: 24px;
	padding: 0 0 8px 0;
}

.resources-info aside p:last-child {
	padding: 0;
}

.resources-info aside p a {
	font-family: "rubik_regular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	
}

.resources-info aside p a.bottom_thick_link {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4d4d4f;
}

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



.resources-info aside p a:hover {
	color: #10b2a9;
}

.resources-info .news-field {
	width: 100%;
	float: left;
}

.resources-info .news-field aside {
	padding: 0 0 30px 20px;
}

.resources-info .news-field aside:before {
	background: #10b2a9;
}

@media only screen and (max-width: 767px) {
	
	.news-field aside ul li {line-height: 24px;}
	
	.resources-info aside p a {
    font-size: 14px;
	}
	
.resources-info aside {
	padding: 0 0 30px 15px;
}

.resources-info aside h3 {
	font-size: 18px;
}

.resources-info aside p {
	font-size: 14px;
}

.resources-info .news-field aside {
	padding: 0 0 20px 20px;
}
}

/* Side - BAR  */

.side-bar {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
}

.side-bar ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.side-bar ul li {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}

.side-bar ul li:last-child {
	padding: 0;
}

.side-bar ul li:before {
	display: none;
}

.side-bar ul li a {
	width: 100%;
	float: left;
	border: 1px solid #58595b;
	font-size: 22px;
	color: #58595b;
	text-transform: uppercase;
	line-height: 24px;
	background: #ffffff;
	padding: 20px 30px 19px 30px;
}

.side-bar ul li a:hover {
	color: #ffffff;
	border-color: #10b2a9;
	background: #10b2a9;
	text-decoration: none;
}

.side-bar ul li a.red-bg:hover {
	background: #d83d04;
	border-color: #d83d04;
}

.side-bar ul li a.dark-blue-bg:hover {
	background: #426b6f;
	border-color: #426b6f;
}

@media only screen and (max-width: 767px) {
.side-bar {
	background: #f3f3f2;
	padding: 30px 30px 60px 30px;
}

.side-bar ul li {
	padding: 0 0 20px 0;
}

.side-bar ul li a {
	border: none;
	font-size: 16px;
	color: #10b2a9;
	line-height: 18px;
	background: none;
	padding: 0;
}

.side-bar ul li a span {
	width: 100%;
	float: left;
	background: url(../images/arrow-17.png) no-repeat right center;
	padding: 0 24px 0 0;
}

.side-bar ul li a:hover {
	color: #10b2a9;
	background: none;
}

.side-bar ul li a.red-bg:hover {
	background: none;
}

.side-bar ul li a.dark-blue-bg:hover {
	background: none;
}

.side-bar .head-txt h4 {
	padding: 0 0 10px 0;
}

.side-bar .head-txt h4:after {
	left: 0;
}
}

@media only screen and (max-width: 374px) {
.side-bar {
	padding: 30px 6% 60px 6%;
}
}

/* 
 9.) Contact - Page
----------------------------------------*/
/* Section - Contact */

.section-contact {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 90px 0 50px 0;
}

@media only screen and (max-width: 767px) {
.section-contact {
	padding: 70px 0 50px 0;
}
}

/* Address - Info */

.address-info {
	width: 100%;
	float: left;
	padding: 0 0 95px 0;
}

.address-info aside {
	width: 100%;
	    max-width: 355px;
	float: left;
	position: relative;
	padding: 20px 0 0 0;
}

.address-info aside:before {
	content: "";
	width: 75px;
	height: 4px;
	background: #cbe027;
	position: absolute;
	top: 0;
	left: 0;
}

.address-info aside p {
	font-size: 22px;
	line-height: 35px;
}

@media only screen and (max-width: 767px) {
.address-info {
	padding: 0 0 65px 0;
}

.address-info aside p {
	font-size: 18px;
	line-height: 28px;
}
}

/* Form - Block */
.form-block {
	width: 100%;
	float: left;
}

.form-block aside {
	width: 100%;
	max-width: 440px;
	float: left;
	padding: 0 0 30px 0;
}

.form-block aside p {
	font-size: 22px;
	color: #d83d04;
	line-height: 32px;
}

.form-block ul {
	width: 101.1%;
	float: left;
	padding: 0 0 13px 0;
	margin: 0 -1.1% -13px 0;
}

.form-block ul li {
	width: 50%;
	float: left;
	padding: 0 1.1% 13px 0;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li.state-cl, li#field_1_6  {
	width: 25%;
	float: left;
}

.form-block ul li.zip-cl, li#field_1_7 {
	width: 25%;
	float: right;
}

.form-block .btn, input#gform_submit_button_1 {
	width: 135px;
	float: right;
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	text-transform: uppercase;
	border-color: #d83d04;
	background: #d83d04;
	padding: 13px 0 10px 0;
}

.form-block .btn span {
	background: url(../images/arrow-01.png) no-repeat right center;
	background-size: 22px auto;
	padding: 1px 36px 0 0;
}

.form-block .btn:hover, .form-block .btn:focus, .form-block .btn:active, .form-block .btn:active:focus, .form-block .btn.active:focus {
	color: #d83d04;
	background: none;
}

.form-block .btn:hover span, .form-block .btn:focus span, .form-block .btn:active span, .form-block .btn:active:focus span, .form-block .btn.active:focus span {
	background: url(../images/arrow-10_2.png) no-repeat right center;
	background-size: 22px auto;
}

@media only screen and (max-width: 767px) {
.form-block aside {
	padding: 0 0 20px 0;
}

.form-block aside p {
	font-size: 18px;
	line-height: 28px;
}

.form-block ul {
	width: 100%;
	padding: 0 0 13px 0;
	margin: 0 0 -13px 0;
}

.form-block ul li {
	width: 100%;
	float: left;
	padding: 0 0 13px 0;
}

.form-block ul li.state-cl, li#field_1_6  {
	width: 100%;
}

.form-block ul li.zip-cl, li#field_1_7 {
	width: 100%;
}
}

/* Section - Map */

.section-map {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 0 0 40px 0;
}

.section-map .map {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.section-map .map img {
	width: 100%
}

@media only screen and (max-width: 767px) {
.section-map {
	padding: 0 0 20px 0;
}
}

/* 
 10.) Copyright - Privacy Policy
---------------------------------------------*/
/* Privacy - Info  */

.privacy-info {
	width: 100%;
	float: left;
}

.privacy-info h4 {
	font-family: "rubik_medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 3px 0;
}

.privacy-info aside {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}

.privacy-info aside:last-child {
	text-transform: none;
	padding: 0;
}

.privacy-info aside p a {
	color: #4d4d4f
}

.privacy-info aside p a:hover {
	color: #10b2a9;
}

.privacy-info aside h4 a {
	color: #4d4d4f;
}

.privacy-info aside h4 a:hover {
	color: #10b2a9;
}

.privacy-info article {
	width: 100%;
	float: left;
	padding: 0 0 45px 0;
}

.privacy-info article:last-child {
	padding: 0;
}

@media only screen and (max-width: 767px) {
.privacy-info h4 {
	font-size: 15px;
}

.privacy-info article {
	padding: 0 0 35px 0;
}
}

/* Credits - Info  */

.credits-info {
	width: 100%;
	float: left;
	padding: 0 0 75px 0;
	padding: 0 0 45px 0;
}

.credits-info:last-child {
	padding: 0;
}

.credits-info aside {
	padding: 0 0 20px 0;
}

.credits-info aside h4 {
	text-transform: none;
}

@media only screen and (max-width: 767px) {
.credits-info {
	padding: 0 0 60px 0;
}
}

div.left_img_box {
	
	width: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-height: inherit;
	background-size: cover!important;

	
}
.testimonials {
	vertical-align: middle!important;
}

img.alignleft {
    width: auto;
    padding-right: 20px;
    float: left;
}


@media only screen and (max-width: 979px) { 
	div.left_img_box {width: 100%;}
}

@media only screen and (max-width: 767px) {
	div.left_img_box {
		background-size: 100%!important;
	}
}

div#wpb-scroll-div.wpb-image-popup {
    margin-top: 1% !important;
}

.wpb-main-wrapper {
    border-radius: 0px;
    max-width: 41vw !important;
}

@media only screen and (max-width: 767px) {
.wpb-main-wrapper {
    border-radius: 0px;
    max-width: 100vw !important;
}
	
}