/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com/
Version: 6.3.A
License: Copyright 2018 Ultra Design Agency
*/

/* CSS RESET 
--------------------------------------------------- */
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;
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
/* FONTS

------------------------------------------------------*/
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.semi-bold {
    font-weight: 600;
}
.bold, b, strong {
    font-weight: 700;
}
.white {
    color: #fff;
}
/* BASIC STRUCTURE 
------------------------------------------------------*/
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    background: #fff;
    font-size: 16px;
    animation: fadeIn 1s linear;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
#container {
    position: relative;
    padding: 117px 0 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    cursor: pointer
}
img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
h1 {
    font-size: 44px;
    line-height: 135%;
    display: inline-block;
    margin: 0 0 25px;
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
    line-height: 135%;
}
h3 {
    font-size: 30px;
    line-height: 135%;
}
h4 {
    font-size: 24px;
    line-height: 135%;
}
h5 {
    font-size: 18px;
    line-height: 135%;
}
p {
    margin: 0 0 15px;
    line-height: 160%;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clear {
    clear: both;
}
.uppercase {
    text-transform: uppercase;
}
.italic, i, em {
    font-style: italic;
}
.center {
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.scroll {
    background-attachment: fixed
}
.desktop {
    display: block
}
.mobile {
    display: none
}
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
[data-sr] {
    visibility: hidden;
}
body img.gform_ajax_spinner {
    display: none!important;
}
.hover {
    opacity: 1;
    transition: opacity .3s ease;
    cursor: pointer;
}
.hover:hover {
    opacity: .6;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.site-button {
    padding: 8px 24px;
    background-color: rgba(255,255,255,0);
    transition: all .4s ease;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none !important;

}
.site-button:hover {
    color: #fff;
}
.donate-button a {
    padding: 6px 12px;
    transition: all .4s ease;
    color: #fff;
}
.donate-button a:hover {
    background-color: rgba(255,255,255,0);
}
.hec-button a {
    padding: 6px 12px;
    transition: all .4s ease;
}
.hec-button a:hover {
    background-color: rgba(255,255,255,0);
}
.page-width {
    max-width: 1400px;
    padding: 0 5%;
    width: 90%;
    margin: 0 auto;
}
.one-thousand {
    max-width: 1000px;
    padding: 0 5%;
    width: 90%;
    margin: 0 auto;
}
.eight-hundred {
    max-width: 800px;
    padding: 0 5%;
    width: 90%;
    margin: 0 auto;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text ul{
	margin: 15px 0 15px 30px;
}
.text ul > li {
	margin: 0 0 4px;
	padding: 0 0 0 5px;
	display: list-item;
	list-style-type: disc;
}
.text ul > li > ul > li {
	list-style-type: circle;
}
/* HEADER 
------------------------------------------------------*/

header.desktop {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8000;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
header.desktop .left {
    float: left;
}
header.desktop .right {
    float: right;
    text-align: right;
    margin: 40px 0 0;
    font-size: 14px;
    font-weight: 600;
    transition: all .4s ease;
}
header.desktop.fixed .right {
    float: right;
    text-align: right;
    margin: 20px 0 0;
}
header.desktop.fixed #logo {
    height: 60px;
    transition: all .4s ease;
}
header.desktop #logo {
    height: 100px;
}
#menu-header-navigation > li a {
    transition: all .4s ease;
}
#menu-header-navigation > li {
    display: inline-block;
    margin: 0 0 0 65px;
    position: relative;
}
#menu-header-navigation > li:first-child {
    margin: 0;
}
#menu-header-navigation > li > ul {
	display: none;
    opacity: 0;
    visibility: none;
    top: 15px;
    padding: 20px 10px;
    transition: all .4s ease;
    position: absolute;
    z-index: 8888;
    left: auto;
    line-height: 100%;
    text-align: left;
	background: #fff;
}
#menu-header-navigation > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 20px;
	display: block;
}
#menu-header-navigation > li > ul > li {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 8px 20px;
}
/*MOBILE MENU
-------------------------------------------------------*/
.c-hamburger {
    display: block;
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 36px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    right: 5%;
    z-index: 999999;
    top: 27px;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 16px;
    left: 2px;
    right: 2px;
    height: 2px;
    background: #671b17;
}
.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #671b17;
    content: "";
}
.c-hamburger span::before {
    top: -7px;
}
.c-hamburger span::after {
    bottom: -7px;
}
.c-hamburger--htx {
    background-color: rgba(0,0,0,0);
}
.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.c-hamburger span::before {
    top: -7px;
    width: 50%;
    left: 25%;
    transition: all .2s ease;
}
.c-hamburger:hover span::before {
    width: 100%;
    left: 0;
}
.c-hamburger span::after {
    top: 7px;
    width: 50%;
    left: 25%;
    transition: all .2s ease;
}
.c-hamburger:hover span::after {
    width: 100%;
    left: 0;
}
.c-hamburger--htx.is-active {
    background-color: rgba(0,0,0,0);
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    left: 0;
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    left: 0;
    top: 0;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
#content {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 100;
}
#content-inner {
    text-align: center;
    padding: 10px 5% 0;
    width: 90%;
}
.mobile-logo-block {
    color: #fff;
    background: #acaea9;
    font-size: 25px;
    font-weight: 300;
    width: 85px;
    margin: 0 auto 10px;
    padding: 30px 0;
}
.mobile-address {
    font-size: 10px;
    border-top: 1px solid rgba(172,174,169,.5);
    padding: 5px 0 0;
    margin: 20px 0 0;
}
.clicks {
    margin: 15px 0 0;
}
.clicks a {
    display: block;
    padding: 5px;
    width: 175px;
    margin: 5px auto 0;
    border: 1px solid #acaea9;
}
.mobile-social-media {
    margin: 5px 0 0;
}

/* CONTENT
------------------------------------------------------*/
section {
    margin: 10% 0;
    position: relative;
}
.banner {
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    position: relative;
}
.banner .inner {
    padding: 19% 10% 5%;
    width: 80%;
	min-height: 20vh;
}
.banner .bg-color {
	background: rgba(0,0,0,.5);
}
.banner .inner h1 {
    border: none !important;
    color: #fff !important;
}
.banner .inner .banner-button {
    border: 1px solid #fff;
    padding: 8px 24px;
    transition: all .4s ease;
    display: inline-block;
    background-color: rgba(0,0,0,0);
}
.home #section-1 .left {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
}
.home #section-1 .right {
    width: 48%;
    float: right;
    margin: 0 0 0 2%;
}
.home #section-1 .right .text {
    margin: 0 0 30px;
}
.home #section-2 {
    padding: 2.5% 0 4%;
}
.thirds {
    float: left;
    margin: 1% 0 0;
}
.thirds h5 {
    padding: 2% 5%;
    width: 90%;
    transition: all .4s ease;
}
.third-image {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 45% 0;
    width: 100%;
}
.home #section-2 .third-a {
    width: 30%;
}
.home #section-2 .third-b {
    width: 30%;
    margin-left: 5%;
    margin-right: 5%;
}
.home #section-2 .third-c {
    width: 30%;
}
.home #section-3 .left {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
    text-align: right;
}
.home #section-3 .right {
    width: 48%;
    float: right;
    margin: 0 0 0 2%;
}
.home #section-3 .left .text {
    margin: 0 0 30px;
}
.success-stories-loop {
    padding: 3% 0;
    position: relative;
}
.testimonial-image {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 15% 0;
    width: 48%;
    position: relative;
	z-index: 100;
}
.testimonial-bar {
    position: absolute;
    bottom: 22%;
    width: 100%;
    left: 0;
}
.testimonial-bar .inner {
    width: 38%;
    margin: 0 5% 0 52%;
    padding: 1.5% 0;
    max-width: 600px;
}
.testimonial-bar .inner .testimonial-name, .testimonial-bar .inner .testimonial-location {
    font-size: 14px;
    margin: 0;
}
.contact #section-3 h2 {
    margin: 0 0 3%;
}
.in-the-works-loop {
    margin: 5% 0;
}
.in-the-works-loop li:nth-child(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 16% 0;
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.in-the-works-loop li:nth-child(2) {
    width: 47%;
    margin: 0 0 0 4%;
    display: inline-block;
    vertical-align: middle;
}
.pagination li:nth-child(1) {
    position: absolute;
    left: 1%;
    top: 40%;
}
.pagination li:nth-child(2) {
    position: absolute;
    right: 1%;
    top: 40%;
}
.pagination li a {
    color: #d8d8d8;
    font-size: 4vw;
}
.excerpt {
    margin: 2% 0 0;
}
.excerpt .fas {
    font-size: 26px;
    margin: 0 0 0 15px;
    position: relative;
    top: 4px;
}
.news #section-2 {
    margin: -5% 0 0 !important;
}
.in-the-news-loop .single {
    width: 30%;
    float: left;
}
.in-the-news-loop .single:nth-child(2) {
    margin: 0 5%;
}
.in-the-news-loop {
    margin: 5% 0 0;
}
.in-the-news-loop .single .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 32% 0;
    width: 100%;
    margin: 0 0 4%;
}
.news-item #section-1 .image {
    margin: 0 0 3%;
}
.news-item #section-1 .meta {
    margin: 1.5% 0;
    font-size: 14px;
}
.pagination-news li {
	margin: 0 15px;
	display: inline-block;
	vertical-align: bottom;
}
.pagination-news li a {
    color: #d8d8d8;
    font-size: 4vw;
}
.our-impact #section-1 h1 {
    border: none !important;
    text-align: center;
    margin: 0 auto 2.5%;
    display: block !important
}
.our-impact #section-1 .text {
    margin: 0 0 2.5%;
}
.our-impact #section-2 .left {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
}
.our-impact #section-2 .right {
    width: 48%;
    float: right;
    margin: 0 0 0 2%;
}
.our-impact #section-2 h2 {
    margin: 2.5% 0;
}
.our-impact #section-3 {
    padding: 5% 0;
}
.our-impact #section-3 .text {
    margin: 2.5% 0;
}
.our-impact #section-4 .videoWrap {
    max-width: 500px !important;
    margin: 5% auto;
}
.development-services #section-1 h1 {
    border: none !important;
    text-align: center;
    margin: 0 auto 2.5%;
    display: block !important
}
.development-services #section-2 .left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 16% 0;
    width: 47%;
    margin: 0 2% 0 0;
    display: inline-block;
    vertical-align: top;
}
.development-services #section-2 .right {
    width: 48%;
    margin: 0 0 0 2%;
    display: inline-block;
    vertical-align: top;
}
.development-services #section-2 .right .text {
    margin: 2.5% 0;
}
.development-services #section-2 .subsection {
    margin: 0 0 10%;
}
.programs #section-1 h1 {
    margin: 0 auto 2.5%;
}
.programs #section-1 .text {
    margin: 2.5% 0 5%;
}
.programs #section-1 .left {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}
.programs #section-1 .right {
    float: right;
    width: 48%;
    margin: 0 0 0 2%;
}
.programs #section-1 .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 33% 0;
    width: 100%;
}
.programs #section-1 .title-block {
    padding: 10px 5%;
    width: 90%;
    transition: all .4s ease;
}
.programs #section-2 {
    padding: 5% 0;
}
.programs #section-2 h1 {
    margin: 0 auto 2.5%;
}
.programs #section-2 .text {
    margin: 2.5% 0 5%;
}
.programs #section-2 .left {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}
.programs #section-2 .right {
    float: right;
    width: 48%;
    margin: 0 0 0 2%;
}
.programs #section-2 .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 33% 0;
    width: 100%;
}
.programs #section-2 .title-block {
    padding: 10px 5%;
    width: 90%;
    transition: all .4s ease;
}
.programs #section-3 h1 {
    margin: 0 auto 2.5%;
}
.programs #section-3 .text {
    margin: 2.5% 0;
}
.fancypop {
    padding: 40px;
}
.rental-loop {
    margin: 5% 0;
}
.rental-loop li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1% 2%;
    min-width: 300px;
}
.rental-loop li .rental-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 48% 0;
    width: 100%;
}
.rental-loop li .title-block {
    padding: 10px 5%;
    width: 90%;
    transition: all .4s ease;
}
.address-rental {
	margin: 0 0 15px;
}
.homebuyer-education #section-1 {
	margin: 10% 0 0;
}
.homebuyer-education #section-1 .text img {
	max-width: 300px !important;
	margin: 25px 0;
	
}
.homebuyer-education #section-1 .text a {
	text-decoration: underline;
}
.homebuyer-education #section-2 {
	margin: 10% 0 0;
	background-color: rgba(79,79,79,.05);
		padding: 5% 0;
}
.homebuyer-education #section-2 .text img {
	max-width: 300px !important;
	margin: 25px 0;
}
.homebuyer-education #section-2 .text a {
	text-decoration: underline;
}
.homebuyer-education #section-3 {
	margin: 10% 0 0;
}
.homebuyer-education #section-3 .text  {
	margin: 25px 0 0;
	
}
.homebuyer-education #section-3 .text a {
	text-decoration: underline;
}
.registrations {
	margin: 30px 0 5%;
}
.registrations li {
	list-style: none !important;
	display: inline-block;
	max-width: 300px;
	margin: 0 50px;
}
.registrations li .img-wrapper {
	height: 70px;
}
.registrations li img {
	max-height: 70px !Important;
	max-width: 200px !important;
	width: auto;
	height: auto;
}
.registrations li .copy {
	margin: 20px 0 0;
}
.listings-loop {
    margin: 5% auto 0;
}
.listings-loop li {
    width: 43%;
    margin: 0 1% 2.5%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c7c7c7;
    padding: 2%;
}
.listings-loop li h4 {
	margin: 0 0 15px;
}
.listingpop {
	padding: 40px;
	min-width: 600px;
}
.listings-loop li .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 33% 0;
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #d8d8d8;
}
.listings-loop li h5 {
    margin: 0 0 15px;
}
.fancypop .project-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20% 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px;
}
.fancypop a {
	text-decoration: underline;
}
.projects .left.heading {
    width: 45%;
    float: left;
    padding: 0 5% 10px 0;
}
.projects .right.heading {
    width: 45%;
    float: right;
    padding: 0 0 10px 5%;
}
.projects .left.body {
    width: 45%;
    float: left;
    padding: 25px 5% 5% 0;
}
.projects .right.body {
    width: 44%;
    float: right;
    padding: 25px 0 5% 5%;
}
.projects .right.body p {
    margin: 0;
}
.projects hr {
    width: 100%;
    height: 1px;
    margin: 0 0 -2px;
}
.projects h5 {
    padding: 10px 5%;
    width: 90%;
    margin: 0 0 15px;
}
.executive-staff {
	margin: 5% 0 0;
}
.executive-staff li {
	display: inline-block;
	vertical-align: top;
	width: 21%;
	margin: 0 2% 4%;
	min-width: 220px;
}
.executive-staff li .image {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 70% 0;
	margin: 0 0 10px;
}
.executive-staff li h5 {
	width: 80%;
	margin: 0 10% 5px;
	line-height: 100%;
}
.executive-staff li p {
	width: 100%;
	line-height: 120%;
	font-size: 14px;
	margin: 0 0 3px;
}
.rel-buttons {
	padding: 40px 0 0;
}
.rel-buttons a {
	margin:0 0 10px;
}
.staff section {
	padding: 5% 0 0;
	margin: 0;
}
.staff #section-3 {
	margin: 0 0 5%;
}
.staff #section-4 {
	background: #210807;
}
.staff #section-4 img {
	max-height: 600px !important;
}
.staff #section-2 img {
	max-height: 600px !important;
}
.staff #section-4 h4 {
	margin: 0 0 10px;
}
.board-members-loop {
	margin: 0 0 2%;
}
.board-members-loop p {
	margin: 0;
}
.board-members-loop p span {
	padding: 0 5px;
}
.hide  { display:none; }
.home-ownership a {
	text-decoration: underline;
}
.toggle {
	margin: 3% 0;
}
.toggle table {
	width: 100%;
	border: 1px solid #c7c7c7;
	padding: 3px;
	margin: 3% auto;
}
.toggle table td {
	border: 1px solid #c7c7c7;
	padding: 3px;
}
.toggle table th {
	background: #210807;
	color: #fff;
} 
.home-ownership section .left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 16% 0;
    width: 47%;
    margin: 0 2% 0 0;
    display: inline-block;
    vertical-align: top;
}
.home-ownership section .right {
    width: 48%;
    margin: 0 0 0 2%;
    display: inline-block;
    vertical-align: top;
}
.home-ownership  #toggle-content {
	padding: 5%;
	background: rgba(79,79,79,.05);
}
.home-ownership #section-2 #toggle-content {
	text-align: left;
	margin: 5% 0;
}
.home-ownership #section-2 #toggle-content .spanish {
	max-width: 500px;
	padding: 20px 0;
	margin: 20px auto;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
.home-ownership  #toggle-content h4, .home-ownership  #toggle-content h5 {
	margin: 0 0 15px;
}
section ul, .fancypop ul {
	display: list-item;
	margin: 10px 0;
}
.listing-single {
	margin: 0 0 5%;
	padding: 50px 0 0;
}
.image-gallery {
	  -webkit-columns: 4; 
  -moz-columns: 4; 
  columns: 4;
	margin: 5% 0 5%;
}
.default #section-1 h2 {
	margin: 0 0 5%;
}
.about-us #section-1 h1 {

    border: none !important;
    text-align: center;
    margin: 0 auto 2.5%;
    display: block !important;

}
.about-us #section-2 .left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 16% 0;
    width: 47%;
    margin: 0 2% 0 0;
    display: inline-block;
    vertical-align: top;
}
.about-us #section-2 .right {

    width: 48%;
    margin: 0 0 0 2%;
    display: inline-block;
    vertical-align: top;

}
.about-us #section-3 .left {
	    width: 48%;
    margin: 0 0 0 2%;
    display: inline-block;
    vertical-align: top;
}
.about-us #section-3 .right {
background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 16% 0;
    width: 47%;
    margin: 0 2% 0 0;
    display: inline-block;
    vertical-align: top;
}
.about-us #section-4 {
	padding: 5% 0;
}
/*FOOTER
------------------------------------------------------*/

footer {
    text-align: center;
    position: relative;
    margin: 5px 0 0;
    padding: 0;
}
.newsletter {
    padding: 2% 0 1.5%;
    ;
    margin: 0 0 3%;
}
.newsletter .gform_footer {
    display: none;
}
.newsletter .gfield_label {
    display: none;
}
.newsletter .validation_message {
    font-size: 12px;
    color: #fff;
}
.newsletter .first-third {
    clear: both;
    float: left;
    width: 50%;
    margin: 0 2% 15px 0;
    text-align: right;
}
.newsletter .second-third {
    float: left;
    width: 26%;
    margin: 0 2% 15px 0;
}
.newsletter .second-third input {
    padding: 9px 3%;
    width: 94%;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    border: none;
}
.newsletter .third-third {
    float: right;
    width: 20%;
    text-align: left;
}
.newsletter .third-third .news-signup {
    padding: 9px 6%;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    background: #fff;
    border: none;
    color: #888;
    cursor: pointer;
}
footer .page-width > ul {
    margin: 3% 0;
}
footer .page-width > ul > li {
    width: 28%;
    padding: 0 2%;
    display: inline-block;
    vertical-align: middle;
}
footer .page-width > ul > li p {
    margin: 0;
    line-height: 135%;
}
footer .page-width > ul > li #logo {
    height: 80px;
}
footer .page-width > ul > li:nth-child(1) {
    text-align: left;
}
footer .page-width > ul > li:nth-child(3) {
    text-align: right;
}
footer .page-width > ul > li span {
    display: block;
}
#copyright {
    font-size: 12px;
}
#copyright span {
    padding: 0 8px;
}
.soc-med {
    margin: 3% 0;
}
.soc-med .fab {
    font-size: 24px;
    margin: 0 2px;
}
.affiliate-logo-loop li {
    display: inline-block;
    vertical-align: middle;
}
.affiliate-logo-loop li img {
	filter: grayscale(100%);
	max-height: 60px !important;
	max-width: 150px !important;
	margin: 0 30px;
}
#photo-credit {
	font-size: 10px;
}
.contact-admin-loop li {
	display: block;
	margin: 0 0 20px;
}
.contact-admin-loop li p {
	margin: 0;
}
.contact-admin-loop li p a {
	text-decoration: underline;
}
.contact #section-2 .left {
	width: 50%;
	float: left;
}
.contact #section-2 .right {
	width: 45%;
	float: right;
	margin: 0 0 0 5%;
}
/*FORMS
------------------------------------------------------*/
.validation_error {
    display: none;
}
.form-left {
    clear: both;
    float: left;
    width: 48%;
    margin: 0 2% 15px 0;
}
.form-right {
    float: right;
    width: 48%;
    margin: 0 0 15px 2%;
}

/*RESPONSIVE CSS
------------------------------------------------------*/
@media only screen and (max-width : 1250px) {
header.desktop #logo {
    height: 90px;
}
}

@media only screen and (max-width : 1200px) {
body {
    font-size: 14px;
}
h1 {
    font-size: 36px;
    margin: 0 0 15px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
header.desktop .right {
    margin: 40px 0 0;
    font-size: 12px;
}
#container {
    position: relative;
    padding: 118px 0 0;
}
.newsletter .first-third {
    margin: 0 2% 0px 0;
    top: 5px;
    position: relative;
}
.site-button {
    font-size: 14px;
}
}

@media only screen and (max-width : 1100px) {
header.desktop #logo {
    height: 60px;
}
header.desktop .right {
    margin: 20px 0 0;
    font-size: 11px;
}
#container {
    position: relative;
    padding: 87px 0 0;
}
}

@media only screen and (max-width : 950px) {
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
.desktop {
    display: none !important
}
.mobile {
    display: block !important
}
header.mobile {
    padding: 10px 5%;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    z-index: 8888;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    font-weight: 600;
}
header.mobile #logo {
    height: 70px;
    transition: all .4s ease;
}
header.mobile.fixed #logo {
    height: 40px;
}
header.mobile .c-hamburger {
    transition: all .4s ease;
}
header.mobile.fixed .c-hamburger {
    top: 15px;
}
.mobile-address p span {
    display: block;
}
#menu-mobile-menu {
    margin: 20px 0 0;
}
.mobile-social-media {
    font-size: 20px;
}
.in-the-news-loop .single:nth-child(1), .in-the-news-loop .single:nth-child(2), .in-the-news-loop .single:nth-child(3) {
    margin: 0 0 5%;
}
.in-the-news-loop .single {
    width: 100%;
    float: none;
}
}

@media only screen and (max-width : 750px) {
body {
    font-size: 13px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
.home #section-1 .left {
    width: 100%;
    float: none;
    margin: 0 0 5%;
}
.home #section-1 .right {
    width: 100%;
    float: none;
    margin: 0 0 5%;
}
.home #section-2 .third-a {
    width: 100%;
    margin: 0 auto 5%;
}
.home #section-2 .third-b {
    width: 100%;
    margin: 0 auto 5%;
}
.home #section-2 .third-c {
    width: 100%;
    margin: 0 auto;
}
.home #section-3 .left {
    width: 100%;
    float: none;
    margin: 0 0 5%;
    text-align: left;
}
.home #section-3 .right {
    width: 100%;
    float: none;
    margin: 0 0 5%;
}
.newsletter .first-third {
    top: 8px;
}
.affiliate-logo-loop img {
    max-width: 70% !important;
    margin: 0 auto;
    max-height: 70px !important;
}
.site-button {
    font-size: 13px;
}
footer {
    font-size: 12px;
}
footer .page-width > ul > li #logo {
    height: 60px;
}
.soc-med .fab {
    font-size: 20px;
}
.newsletter .first-third {
    top: 2px;
    width: 60%;
}
.newsletter .second-third {
    width: 26%;
    margin: 0 2% 5px 0;
}
.newsletter .third-third {
    float: right;
    width: 10%;
    text-align: left;
}
.newsletter .second-third input {
    padding: 5px 3%;
    font-size: 12px;
}
.newsletter .third-third .news-signup {
    padding: 5px 6%;
    font-size: 12px;
}
#copyright {
    font-size: 11px;
}
.testimonial-image {
    padding: 19% 0;
}
.in-the-works-loop li:nth-child(1) {
    padding: 12% 0;
    width: 28%;
}
.in-the-works-loop li:nth-child(2) {
    width: 66%;
}
footer .page-width > ul > li {
    display: none;
}
.our-impact #section-2 .left {
    width: 100%;
    float: none;
    margin: 0 0 5%;
	padding: 30% 0;
}
.our-impact #section-2 .right {
    width: 100%;
    float: none;
    margin: 0 0 5%;
}
.development-services #section-2 .left {
    padding: 30% 0;
    width: 100%;
    margin: 0 0 2.5%;
    display: block;
    vertical-align: top;
}
.development-services #section-2 .right {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.about-us #section-2 .left {
    width: 100%;
    float: none;
    margin: 0 0 5%;
	padding: 30% 0;
}
.about-us #section-2 .right {
    width: 100%;
    float: none;
    margin: 0 0 5%;
}
.about-us #section-3 .left {
    width: 100%;
    float: none;
    margin: 0 0 5%;
}
.about-us #section-3 .right {
	    width: 100%;
    float: none;
    margin: 0 0 5%;
	padding: 30% 0;
}
.contact #section-2 .left {
	width: 1000%;
	float: none;
}
.contact #section-2 .right {
	display: none;
}
}

@media only screen and (max-width : 600px) {
body {
    font-size: 12px;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
.affiliate-logo-loop li {
    display: inline-block;
    vertical-align: middle;
    text-align: center !important;
}
.affiliate-logo-loop li img {
    max-height: 30px !important;
    max-width: 90px !important;
    margin: 0 20px;
}
#copyright {
    font-size: 10px;
}
.newsletter .first-third {
    clear: both;
    float: none;
    width: 100% !important;
    margin: 0 0 15px !important;
    text-align: center;
}
.newsletter .second-third {
    width: 50%;
    margin: 0 2% 5px 0;
}
.newsletter .third-third {
    float: right;
    width: 48%;
    text-align: left;
}
.newsletter .second-third input {
    text-align: center;
}
.newsletter .third-third .news-signup {
    display: block;
    width: 100%;
}
.testimonial-image {
    margin: 0 auto 20px;
	width: 100%;
	padding: 30% 0;
}
.testimonial-bar {
    position: relative;
}
.testimonial-bar .inner {
    clear: both;
    width: 90%;
    margin: 0;
    padding: 2.5% 5%;
    text-align: center;
}
}

@media only screen and (max-width : 400px) {
.affiliate-logo-loop li {
    width: 100%;
    display: block;
}
#copyright {
    font-size: 9px;
    letter-spacing: 0;
}
}
