/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
body {
    color: #000;
    background-color: #fff;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 14pt;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}

body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container,
body.et_fixed_nav.et_boxed_layout #page-container {
    padding-top: 124px;
}

body.page-template-page-template-blank-php #page-container {
    padding-top: 0 !important;
}

body.et_cover_background {
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

/*Style added for Resources page */
.resource-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 14pt;
    margin-top: 30px;
}

.resource-container ol,
.resource-container ul {
    margin-left: 1.1em;
    margin-top: 12px;
    margin-bottom: 12px;
}
.resource-container ol li,
.resource-container ul li{
     padding-left:.5em;
}
.resource-container ul {
    list-style: disc;


}

.resource-container ol {
    list-style: decimal;

}

.resource-container h1 {
    margin: 10px 0;
}

.btn_group {
    clear: both;
}

.btn-apply {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #3296d2;
    text-transform: uppercase;
    border-color: #3296d2;
    font-weight: 600;
    margin-left: 5px;
    min-width: 120px;
}

.btn-apply:hover {
    color: #fff;
    background-color: #1d2f40;
    border-color: #398439;
}

.accordion--wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.accordion--wrapper h3 {
    font-weight: bold;
    background: #1d2f40;
    border: 1px solid #dedcdc;
    padding: 10px;
    color: #fff;
    margin: 0;
    /*font-size:15px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.accordion--wrapper h3.active {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion--wrapper h3 {
    position: relative;
    margin-top: 5px;
}

.accordion--wrapper h3:hover {
    cursor: pointer
}

.accordion--wrapper div {
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    padding: 15px;
    display: none;
    /*font-size:14px;*/
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.accordion--wrapper h3:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 14px;
    color: #fff;
    text-shadow: none;
    top: 10px;
    content: "\f067";
    font: normal 14px/1 FontAwesome;
}

.accordion--wrapper h3.active:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 14px;
    top: 10px;
    content: "\f068";
}

div.tag-display .btn-inside {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    /*text-align: center;
     white-space: nowrap;*/
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #1d2f40;
    background-color: #cedbe2;
    border-color: #cedbe2;
    margin: 5px;
}

.accordion--wrapper div .btn-inside:hover {
    text-decoration: underline;
}

.filter-nav {
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    float: left;
}

.filter-nav li {
    display: inline-block;
    list-style: none;
}

.filter-nav .button-dropdown {
    position: relative;
    margin: 0 5px 5px 5px;
}

.filter-nav li a {
    display: block;
    color: #000;
    background-color: #e6e6e6;
    padding: 3px 20px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #cecece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.filter-nav li a span {
    display: inline-block;
    margin-left: 5px;
    color: #999;
}

.filter-nav li a:hover,
.filter-nav li a.resource-dropdown-toggle.active {
    background-color: #cecece;
    color: #000;
}

.filter-nav>li>a {
    padding-right: 30px;
}

.filter-nav>li>a:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 25%;
    transition: all 0.5s ease;
}

.filter-nav li a.active:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 25%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.filter-nav li a:hover span,
.filter-nav li a.resource-dropdown-toggle.active span {
    color: #fff;
}

.filter-nav li .resource-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
    z-index: 9999
}

.filter-nav li .resource-dropdown-menu a {
    border: 0;
    border-radius: 0;
}

.filter-nav li .resource-dropdown-menu li {
    border: 0;
    width: 100%
}

.filter-nav li .resource-dropdown-menu.active {
    display: block;
}

.filter-nav li .resource-dropdown-menu a {
    width: 100%;
    white-space: nowrap
}

.filter-nav li .resource-dropdown-menu a input {
    margin: 3px 10px 3px 0;
}

.tag-display {
    display: block !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}

.resource-container .accordion-content excerpt-wrap {
    display: flex;
}

.resource-container .accordion-content excerpt-wrap p.resource {
    margin-right: 1em;
}

.resource-container .accordion-content excerpt-wrap p img {
    max-width: 75px;
}

.resource-container .bubbles {
    margin: 0 0 1.5em 0;
}

.resource-container .bubbles p {
    margin: 0 0 .5em 0;
}

.resource-container .bubbles ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;

    background: #cfecfe;
    padding: 1em 0 0 0;

}

.resource-container .bubbles li {
    display: block;
    padding: 0 .5em;
    margin: 0 0 1em 0;
}

.resource-container .bubbles li a {
    background: #58c9eb;
    color: #fff;
    padding: .5em 1em;
    border-radius: .5em;
    font-size: 1em;
}

.resource-container .bubbles li a.active {
    background: #555;
}

.resource-container .bubbles li a:hover {
    background: #555;
    color: #fff;
}

.resource-container .resource-category {
    margin: 0 0 1em 0;
}

.resource-container .resource-category h1 {
    margin: 0;
}

.resource-container .resource-category div img {
    width: auto;
    margin: 0 0em 0em 1em;
    display: block;
    float: right;
}

.resource-container .page-sort {
    display: flex;
    justify-content: space-between;
}


.resource-container .page-sort .selectedFilter {
    display: inline-block;
    padding-right: 1em;
}

.resource-container .page-sort .pager strong {
    padding: 0 .25em 0 0;
    display: inline-block;
}

.resource-container .page-sort .pager a {
    padding: 0 .5em 0 0;
    display: inline-block;
}

.resource-container .page-sort .pager a.active {
    text-decoration: underline;
}

.resource-container .page-sort .selectedCatDisplay {}

.resource-container .page-sort .selectedCatDisplay span {
    padding: 5px;
}

.resource-container .page-sort .selectedCatDisplay span a:hover {
    text-decoration: underline;
}

.resource-container #post-nav {
    margin: 0 0 1em 0;
}

.resource-container #post-nav div {
    display: inline-block;
    padding-right: 1em;
}

.page-template-page-resources .resource-category h1,
.page-template-page-resources .resource-category h3 {
    color: #1d2f40;
    font-weight: 900;
}

.page-template-page-resources .resource-category p:last-of-type {
    padding-bottom: 1em !important;
}

.page-template-page-resources .resource-category ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.page-template-page-resources .resource-category ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    display: flow-root;
}

.page-template-page-resources .resource-category ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.page-template-page-resources .resource-category ul>li {
    margin-bottom: 0.6em;
    margin-left: 30px;

}

.page-template-page-resources .resource-category ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.page-template-page-resources .resource-category ul>li:before {
    padding-right: 0.6em;
}

.page-template-page-resources .resource-category li ol>li {
    margin: 0;
}

.page-template-page-resources .resource-category li ol>li:before {
    content: counters(item, ".") " ";
}


@media only screen and (min-width : 320px) and (max-width : 479px) {
    .resource-container .page-sort {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.resource-container .accordion-content excerpt-wrap {
    display: flex;
}

.resource-container .accordion-content excerpt-wrap p.resource {
    margin-right: 1em;
}

.resource-container .accordion-content excerpt-wrap p img {
    max-width: 75px;
}

.resource-container .bubbles {
    margin: 0 0 1.5em 0;
}

.resource-container .bubbles p {
    margin: 0 0 .5em 0;
}

.resource-container .bubbles ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;

    background: #cfecfe;
    padding: 1em 0 0 0;

}

.resource-container .bubbles li {
    display: block;
    padding: 0 .5em;
    margin: 0 0 1em 0;
}

.resource-container .bubbles li a {
    background: #58c9eb;
    color: #fff;
    padding: .5em 1em;
    border-radius: .5em;
    font-size: 1em;
}

.resource-container .bubbles li a.active {
    background: #555;
}

.resource-container .bubbles li a:hover {
    background: #555;
    color: #fff;
}

.resource-container .resource-category {
    margin: 0 0 1em 0;
}

.resource-container .resource-category h1 {
    margin: 0;
}

.resource-container .resource-category div img {
    width: auto;
    margin: 0 0em 0em 1em;
    display: block;
    float: right;
}

.resource-container .page-sort {
    display: flex;
    justify-content: space-between;
}


.resource-container .page-sort .selectedFilter {
    display: inline-block;
    padding-right: 1em;
}

.resource-container .page-sort .pager strong {
    padding: 0 .25em 0 0;
    display: inline-block;
}

.resource-container .page-sort .pager a {
    padding: 0 .5em 0 0;
    display: inline-block;
}

.resource-container .page-sort .pager a.active {
    text-decoration: underline;
}

.resource-container .page-sort .selectedCatDisplay {}

.resource-container .page-sort .selectedCatDisplay span {
    padding: 5px;
}

.resource-container .page-sort .selectedCatDisplay span a:hover {
    text-decoration: underline;
}

.resource-container #post-nav {
    margin: 0 0 1em 0;
}

.resource-container #post-nav div {
    display: inline-block;
    padding-right: 1em;
}

.page-template-page-resources .resource-category h1,
.page-template-page-resources .resource-category h3 {
    color: #1d2f40;
    font-weight: 900;
}

.page-template-page-resources .resource-category p:last-of-type {
    padding-bottom: 1em !important;
}

.page-template-page-resources .resource-category ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.page-template-page-resources .resource-category ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    display: flow-root;
}

.page-template-page-resources .resource-category ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.page-template-page-resources .resource-category ul>li {
    margin-bottom: 0.6em;
    margin-left: 30px;

}

.page-template-page-resources .resource-category ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.page-template-page-resources .resource-category ul>li:before {
    padding-right: 0.6em;
}

.page-template-page-resources .resource-category li ol>li {
    margin: 0;
}

.page-template-page-resources .resource-category li ol>li:before {
    content: counters(item, ".") " ";
}


@media only screen and (min-width : 320px) and (max-width : 479px) {
    .resource-container .page-sort {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

/*in the news */
.in-the-news-container {
    margin-right: 0 !important;
    width: 69.833% !important;
    background-color: #1d2f40;
}

.home-news {

    font-weight: bold;
    font-size: 16px;
    background-color: #1d2f40;
    padding-top: 19px !important;
    padding-right: 50px !important;
    padding-bottom: 13px !important;
    padding-left: 50px !important;
    text-align: center;
}

.home-news h1 {
    color: #fff;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 20px;
}

.home-news h3 {
    color: #fff;
    font-size: 1.2em;
    text-align: left !important;
}

.home-news h3 span {
    font-style: italic;
    font-weight: lighter;
}

.home-news .date {
    float: left;
    color: #fff;
}

.home-news ul {
    list-style-type: none;
    padding-bottom: 0 !important;
}

.home-news ul li {
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.home-news ul li:last-child {
    border: none;
}

.posts-container .info a,
.in-the-news-list .more-link,
.home-news .read-more {
    float: right;
    text-transform: uppercase;
}

.posts-container .read-more:hover,
.in-the-news-list .more-link:hover,
.home-news .read-more:hover {
    text-decoration: underline;
}

.posts-container .info a:after,
.in-the-news-list .more-link:after,
.home-news .read-more:after {
    content: '\00A0\2192'
}

.home-news a.et_pb_promo_button {
    color: #fff;
}

.search-results {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 14pt;
    margin-top: 30px;
}

.search-results h1 {
    margin-bottom: 30px;
}

.search-results h2 {
    margin-bottom: 0;
}

.posts-container article,
.search-results article {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.posts-container article,
.search-results article:last-child {
    margin-bottom: 50px;
    border-bottom: none;
}

.search-results a:hover {
    text-decoration: underline;
}

.posts-container excerpt a {
    display: none;
}

.posts-container .previous {
    display: inline-block;
}

.posts-container .next {
    float: right;
}

#main-content .in-the-news-header {
    background-color: #1399f2;
}

/*about pages*/
.et_pb_member_position {
    padding: 15px 0;
    color: #666666;
    font-weight: 600;
}



.logo-big {
    max-width: 560px;
}

.blue-wrapper {
    background-color: #0299e5 !important;
    padding: 0 !important;
}

.subscription-form {
    margin-top: 15px;
}

.subscription-form .sub-form-field,
.subscription-form p {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0;
}

.subscription-form label {
    width: 25%;
    float: left;
}

.subscription-form input,
.subscription-form select {
    width: 95%;
    float: left;
    padding: 10px 15px;
    border-radius: 4px;
}

span.req-form-marker {
    margin-left: 5px;
    color: red;
}

.sub-dropdown {
    float: left;
    width: 50%;
}

.subscription-form input[type="submit"] {
    border: 0;
    background-color: #3296d2;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.home-council-full-row.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}

.home-council-full-row * {
    text-align: center !important;
}

/*.home-council-col-equal{
max-width: 50% !important;
margin: 0 !important;
}*/
.full-width .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}

.home-slider .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: bottom !important;
}

.home-slider .et_pb_slide_description {
    bottom: 30px !important;
}

.show-xs {
    display: none !important;
}

.contact-us-form input,
textarea {
    border: #CCC 1px solid !important;
    border-radius: 5px !important;
    background-color: #FFF !important;
    /*font-size: 12pt !important;*/
    letter-spacing: 0 !important;
}

.contact-us-form .et_pb_contact_right p:before {
    content: "To prove you are not a robot please answer this question:";
}

.contact-us-form .et_pb_contact_right {
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-us-form p.et_pb_contact_field {
    margin-bottom: 0 !important;
    padding: 5px 0 !important;
}

.contact-us-form .et_pb_button {
    border-color: #3296d2 !important;
    color: #3296d2 !important;
}

.banner-desc {
    width: 100%;
    position: absolute;
    bottom: 40px !important;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0;
    top: auto;
}


.et_pb_contact_form input,
textarea {
    font-family: "Calibri", Arial, sans-serif !important;
    /*font-size: 14px !important;*/
}

p.et_pb_contact_field {
    margin-bottom: 3%;
    padding: 0 0 0 3%;
}

.et_pb_contact_main_title {
    padding-bottom: 16px;
    font-size: 26px;
    font-weight: 500;
}

.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title {
    font-size: 22px;
}

.et_pb_contact_form_label {
    display: none;
}

.et_pb_contact_right {
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: right;
}

.et_pb_contact .et_pb_contact_field_half {
    float: left;
    overflow: hidden;
    width: 50%;
}

.et_pb_contact p input,
.et_pb_contact p textarea {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}

.et_pb_contact_right p input {
    max-width: 70px;
    padding: 16px;
}

.et_pb_contact_message {
    min-height: 150px;
}

.et_pb_contact_submit,
.et_pb_contact_reset {
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: inherit;
    cursor: pointer;
}

.et_pb_contact p .et_contact_error {
    border: 1px solid red !important;
}

.et_contact_bottom_container {
    float: right;
    overflow: hidden;
    /* margin-top: -1.5%;*/
    text-align: right;
    display: block;
}

.et_pb_contact_form .et_pb_contactform_validate_field {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    opacity: 0 !important;
}

.et_pb_contactform_validate_field {
    display: none;
}

/* Countdown Timer Module */
.et_pb_countdown_timer {
    padding: 4%;
}

.et_pb_countdown_timer .et_pb_countdown_timer_container {
    width: 100%;
    text-align: center;
}

.et_pb_countdown_timer .title {
    margin: 0 0 30px;
    padding: 0;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.et_pb_countdown_timer .section {
    display: inline-block;
}

.et_pb_countdown_timer .section.values {
    width: 17%;
    max-width: 160px;
}

.et_pb_countdown_timer .section p {
    display: inline-block;
    padding-bottom: 0;
    font-size: 54px;
    line-height: 54px;
    text-align: center;
}

.et_pb_countdown_timer .section.zero p {
    opacity: 0.40;
}

.et_pb_countdown_timer .section p.label {
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.et_pb_countdown_timer .sep {
    position: relative;
    top: -28px;
}

/* Column Adjustments */
.et_pb_column_1_4 .et_pb_countdown_timer .section p {
    font-size: 20px;
    line-height: 20px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p {
    font-size: 38px;
    line-height: 38px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p.label {
    font-size: 12px;
    line-height: 20px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .sep,
.et_pb_column_3_8 .et_pb_countdown_timer .sep,
.et_pb_column_1_3 .et_pb_countdown_timer .sep,
.et_pb_column_1_4 .et_pb_countdown_timer .sep {
    top: -22px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .title,
.et_pb_column_1_4 .et_pb_countdown_timer .title {
    margin-bottom: 20px;
    font-size: 22px;
}

.et_pb_column_3_8 .et_pb_countdown_timer .section p,
.et_pb_column_1_3 .et_pb_countdown_timer .section p,
.et_pb_column_1_4 .et_pb_countdown_timer .section p {
    font-size: 28px;
    line-height: 28px;
}

.et_pb_column_3_8 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
    font-size: 11px;
    line-height: 19px;
}

/* Vertical Nav Adjustments */
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p {
    font-size: 20px;
    line-height: 20px;
}

/* Circle Counter Module */
.et_pb_circle_counter,
.et_pb_number_counter {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
}

.et_pb_circle_counter {
    max-width: 225px;
}

.et_pb_circle_counter canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.et_pb_circle_counter .percent {
    word-wrap: initial;
}

.et_pb_circle_counter .percent,
.et_pb_number_counter .percent {
    position: relative;
    z-index: 2;
}

.et_pb_circle_counter .percent p,
.et_pb_number_counter .percent p {
    visibility: hidden;
}

.et_pb_circle_counter .percent p,
.et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
    position: relative;
    padding: 49% 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 0.1em;
}

.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
    padding: 20px 0 0 0;
    font-size: 18px;
}

/* Number Counter Module */
.et_pb_number_counter {
    width: auto;
}

.et_pb_number_counter canvas {
    display: none;
    visibility: hidden;
}

.et_pb_number_counter .percent {
    height: 72px;
}

.et_pb_number_counter .percent p {
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
}

/* Project Post Type */
.et_pb_post .entry-content {
    padding-top: 30px;
}

.et_pb_portfolio_item h2,
.et_pb_gallery_grid .et_pb_gallery_item h3 {
    margin-top: 10px;
}

.et_pb_inline_icon:before,
.et_overlay.et_pb_inline_icon:before {
    content: attr(data-icon);
}

@media (max-width: 1224px) {
    .home-news h1 {
        padding-top: 25px;
        margin-bottom: 40px;
    }
}


@media (max-width: 980px) {

    .et_pb_row,
    .et_pb_column .et_pb_row_inner {
        padding: 30px 0;
    }

    .in-the-news-container {
        width: 100% !important;
    }

    .home-news {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .home-news ul {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    #logo {
        content: url("images/CORHA_inside.png");
    }
}



@media (max-width: 980px) {
    .in-the-news-container {
        width: 100% !important;
    }

    .hide-xs {
        display: none !important;
    }

    .show-xs {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .contact-us-form .et_pb_contact_right p:before {
        display: block;
    }
}