@charset "UTF-8";

.breadcrumbs,
.filter-form .region-list,
.glossary ul,
.option-list,
.select-holder .sort-list,
.social-network,
.social-networks,
.sort-accordion {
    margin: 0;
    padding: 0;
    list-style: none
}

.clearfix:after,
.filter-frame:after {
    content: "";
    display: block;
    clear: both
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.resource-card a:hover {
    color: inherit
}

.resource-card h3 {
    font-weight: 400;
    line-height: 1.2em;
    font-size: 18px;
    color: #3a4d63
}

.resource-card .card-holder {
    width: 100%;
    display: block;
    color: #525a66;
    background: #f6fafc;
    border-bottom: 4px solid #a6b9c9;
    min-height: 450px
}

.resource-card .card-wrap {
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto
}

.resource-card .card-wrap.hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.27)
}

.resource-card .card-wrap.hover .btn-holder {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.resource-card .card-wrap.hover .card-holder {
    text-decoration: none
}

.resource-card .card-heading {
    color: #fff;
    background: #4982ba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px
}

@media (min-width:768px) {
    .resource-card .card-heading {
        padding: 3px 10px 1px
    }
}

.resource-card .card-heading .title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px
}

.resource-card .card-heading .icon-chat {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    margin: -5px -2px 0 2px
}

@media (min-width:768px) {
    .resource-card .card-heading .icon-chat {
        margin: -11px -2px 0 2px
    }
}

.resource-card .card-heading .faq-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin: -6px 0 0 2px
}

@media (min-width:768px) {
    .resource-card .card-heading .faq-icon {
        font-size: 24px;
        margin: -11px 0 0 2px
    }
}

.resource-card .card-heading .icon-document {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    margin: -2px -6px 0 0
}

@media (min-width:768px) {
    .resource-card .card-heading .icon-document {
        margin: -5px -6px 0 0
    }
}

.resource-card .card-heading .icon-bookmark {
    font-size: 16px
}

@media (min-width:768px) {
    .resource-card .card-heading .icon-bookmark {
        font-size: 18px
    }
}

.resource-card .img-frame {
    width: 100%;
    position: relative;
    background: #a6b9c9
}

.resource-card .bg-img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 61%;
    width: 100%
}

.resource-card .bg-img img {
    display: none
}

@media (min-width:768px) {
    .resource-card .bg-img {
        padding-top: 52%
    }
}

.resource-card .block-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.resource-card .card-content {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 15px 20px 5px
}

.resource-card .card-content p {
    margin: 0 0 25px
}

.resource-card .info-frame {
    text-transform: uppercase;
    color: #8e97a6;
    border-top: 1px solid #a6b9c9;
    padding: 7px 0 4px;
    font-size: 12px;
    line-height: 24px
}

.resource-card .info-frame p {
    margin: 0
}

.resource-card .btn-holder {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    text-align: center;
    background: #a6b9c9;
    padding: 12px 12px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    color: #5b7084
}

.resource-card .faq-icon {
    font-weight: 900;
    font-size: 22px;
    line-height: 20px
}

.view-grid .resource-card .img-frame .bg-img img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.view-list>.items-section>.row {
    margin: 0
}

.view-list .resource-card {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.view-list .resource-card+.resource-card:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #a6b9c9;
    margin-bottom: 35px
}

.view-list .resource-card .card-holder {
    background: transparent;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.view-list .resource-card .btn-holder,
.view-list .resource-card .card-heading {
    display: none
}

.view-list .resource-card .card-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    height: auto
}

.view-list .resource-card .img-frame {
    width: 120px;
    background: none
}

.view-list .resource-card .img-frame .bg-img {
    background: transparent;
    padding: 0
}

.view-list .resource-card .img-frame .bg-img img {
    display: block
}

.view-list .resource-card .card-content {
    width: calc(100% - 150px);
    padding: 0
}

.view-list .resource-card .card-content .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #004b89;
    margin-bottom: 12px
}

@media (max-width:480px) {
    .view-list .resource-card .img-frame {
        width: 100%;
        margin-bottom: 15px
    }

    .view-list .resource-card .card-content {
        width: 100%
    }
}

.view-list .resource-card .btn-lg {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 38px;
    min-width: 168px
}

.view-list .pagination-holder {
    text-align: left;
    margin-top: 30px
}

.resource-main-wrap .filter-popup {
    -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: block !important;
    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
    position: relative
}

@media (max-width:991px) {
    .resource-main-wrap .filter-popup {
        position: fixed;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 999999;
        background: #f5f9fc;
        height: 100vh;
        padding-top: 50px;
        padding-bottom: 10px
    }
}

@media (min-width:992px) {
    .resource-main-wrap .filter-popup {
        height: auto;
        overflow: visible
    }

    .resource-main-wrap .filter-popup:before {
        content: "";
        display: block;
        position: absolute;
        background: #f5f9fc;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        z-index: -1
    }
}

@media (max-width:991px) {
    .filter-active .resource-main-wrap .filter-popup {
        left: 0;
        visibility: visible;
        opacity: 1
    }
}

.popup-close,
.state-close {
    position: absolute;
    right: 15px;
    top: 30px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 18px;
    height: 18px
}

@media (min-width:992px) {

    .popup-close,
    .state-close {
        display: none
    }
}

.popup-close:hover:after,
.popup-close:hover:before,
.state-close:hover:after,
.state-close:hover:before {
    background: #30bf9b
}

.popup-close:after,
.popup-close:before,
.state-close:after,
.state-close:before {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    content: "";
    background: #5e9ddb;
    position: absolute
}

.popup-close:before,
.state-close:before {
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popup-close:after,
.state-close:after {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.filter-form .option-area {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

@media (min-width:768px) {
    .filter-form .option-area {
        margin-bottom: 15px;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .filter-form .option-area {
        padding: 0;
        overflow: visible
    }
}

.filter-form .option-area .state-opener {
    display: inline-block;
    vertical-align: top
}

@media (max-width:767px) {
    .filter-form .option-area .state-opener {
        padding: 3px 32px 3px 14px;
        font-size: 13px
    }
}

@media (min-width:768px) {
    .filter-form .option-area .state-opener {
        line-height: 18px
    }
}

.filter-form .region-list {}

.filter-form .region-list li a {
    color: #525a66;
    text-decoration: none
}

.filter-form .region-list li a:hover {
    color: #30bf9b
}

.filter-form .btn-frame {
    text-align: center
}

@media (max-width:767px) {
    .filter-form .btn-frame {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #a6b9c9;
        padding: 10px;
        z-index: 10
    }
}

@media (min-width:992px) {
    .filter-form .btn-frame {
        border-top: 1px solid #a6b9c9;
        text-align: left;
        padding-top: 15px
    }
}

@media (max-width:991px) {
    .filter-form button[type=submit].btn {
        color: #6a7585;
        background: none
    }
}

@media (max-width:991px) {
    .filter-form button[type=submit].btn:hover {
        color: #fff;
        background: #25a181
    }
}

.filter-form .btn {
    margin: 0 10px
}

@media (min-width:768px) {
    .filter-form .btn {
        margin: 0 15px
    }
}

@media (min-width:992px) {
    .filter-form .btn {
        margin: 0
    }
}

@media (min-width:992px) {
    .filter-form .btn-view {
        display: none
    }
}

.select-opener,
.state-opener {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    color: #6a7585;
    border-radius: 3px;
    border: 1px solid #b8c0cd;
    position: relative;
    padding: 8px 25px 8px 14px;
    font-size: 14px;
    text-decoration: none
}

@media (max-width:991px) {

    .select-opener,
    .state-opener {
        display: none
    }
}

.select-opener:hover,
.state-opener:hover {
    color: #525a66;
    border-color: #525a66
}

.select-opener:before,
.state-opener:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.select-opener:focus,
.select-opener:hover,
.state-opener:focus,
.state-opener:hover {
    text-decoration: none
}

.select-holder {
    position: relative
}

.select-holder.select-popup-active .select-popup {
    opacity: 1;
    visibility: visible
}

.select-holder .select-popup {
    display: block !important
}

@media (min-width:992px) {
    .select-holder .select-popup {
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #b8c0cd;
        -webkit-box-shadow: 0 2px 5px 0 rgba(82, 90, 102, 0.4);
        box-shadow: 0 2px 5px 0 rgba(82, 90, 102, 0.4);
        padding: 12px;
        position: absolute;
        left: 0;
        right: 0;
        top: -15px;
        z-index: 10;
        opacity: 0;
        visibility: hidden
    }
}

.select-holder .select-close {
    position: absolute;
    right: 6px;
    top: 12px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 14px;
    height: 14px
}

@media (max-width:991px) {
    .select-holder .select-close {
        display: none
    }
}

.select-holder .select-close:hover:after,
.select-holder .select-close:hover:before {
    background: #30bf9b
}

.select-holder .select-close:after,
.select-holder .select-close:before {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    content: "";
    background: #5e9ddb;
    position: absolute
}

.select-holder .select-close:before {
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-holder .select-close:after {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.select-holder .sort-list {
    font-size: 14px;
    line-height: 16px;
    margin: 0 -12px -12px
}

.select-holder .sort-list li {
    border-bottom: 1px solid #a6b9c9
}

.select-holder .sort-list li:last-child {
    border: none
}

.select-holder .sort-list li a {
    color: #525a66;
    padding: 5px 16px;
    display: block;
    text-decoration: none
}

.select-holder .sort-list li a:hover {
    color: #30bf9b
}

.selected-list {
    padding: 0 0 15px
}

@media (min-width:992px) {
    .selected-list {}
}

.selected-item {
    padding: 4px 31px 4px 8px;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 2px;
    color: #fff
}

.selected-item.blue {
    background: #4982ba
}

.selected-item.gray {
    background: #6a7585
}

.selected-item.green {
    background: #30bf9b
}

.selected-item.yellow {
    background: #ebb82f
}

.selected-item .close {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 5
}

.selected-item .close:after,
.selected-item .close:before {
    content: "";
    background: #fff;
    position: absolute
}

.selected-item .close:before {
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selected-item .close:after {
    top: 0;
    bottom: 0;
    width: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sort-accordion {
    width: 100%;
    margin: 0 0 0 -8px;
    padding: 17px 0 0
}

@media (min-width:992px) {
    .sort-accordion {
        margin: 0 0 0 -12px;
        padding: 44px 0 0
    }
}

.sort-accordion li {
    margin: 0 0 25px
}

@media (min-width:992px) {
    .sort-accordion li {
        margin: 0 0 33px
    }
}

.sort-accordion li.active .accordion-opener:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.sort-accordion .accordion-opener {
    color: #525a66;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 41px
}

@media (min-width:992px) {
    .sort-accordion .accordion-opener {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 19px
    }
}

.sort-accordion .accordion-opener:before {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    content: "";
    font-size: 38px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px -5px 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width:992px) {
    .sort-accordion .accordion-opener:before {
        font-size: 41px;
        margin: 0 1px 0 0;
        margin-right: 1px
    }
}

.sort-accordion .accordion-opener:hover {
    text-decoration: none;
    color: #30bf9b
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 9px;
    color: #3A4D63
}

@media (min-width:768px) {
    .breadcrumbs {
        margin: 0 0 6px
    }
}

@media (min-width:992px) {
    .breadcrumbs {
        margin: 0 0 -4px
    }
}

@media (min-width:992px) {
    .one-column .breadcrumbs {
        width: 80%
    }
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs li:after {
    content: "»";
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    line-height: 16px;
    font-size: 13px
}

.breadcrumbs a {
    text-decoration: none;
    color: #2361bf;
    text-decoration: underline
}

.breadcrumbs a:hover {
    color: #2361bf;
    text-decoration: none
}

.heading-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #a6b9c9;
    padding: 0 0 12px;
    margin: 0 0 22px
}

@media (max-width:767px) {
    .heading-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:768px) {
    .heading-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 12px;
        margin: 0
    }
}

@media (min-width:992px) {
    .heading-info {
        padding-bottom: 18px
    }
}

.heading-info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 21px
}

@media (min-width:768px) {
    .heading-info .wrap {
        margin: -5px 0 0
    }
}

@media (min-width:992px) {
    .heading-info .wrap {
        margin: 0
    }
}

.social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
    font-size: 16px
}

.social-networks li {
    padding: 0 5px
}

.social-networks a {
    display: block;
    border-radius: 4px;
    background: #6a7585;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    position: relative;
    border: 1px solid #b8c0cd;
    text-decoration: none;
    cursor: pointer
}

.social-networks a:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    line-height: 34px
}

.social-networks a:hover {
    text-decoration: none;
    background: #525a66
}

.social-networks a.icon-bookmark {
    background: #5e9ddb
}

.social-networks a.icon-bookmark:hover {
    background: #346594
}

.contacts-form {
    background: #f6fafc;
    position: relative;
    padding: 24px 20px;
    border-radius: 10px
}

@media (min-width:768px) {
    .contacts-form {
        padding: 30px 35px 30px;
        margin: 0
    }
}

.form-holder {
    position: relative
}

.form-holder .download-notice-box+.lst-loader-anim {
    display: none !important
}

.form-holder .title {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px
}

.form-holder .divider-holder {
    overflow: hidden;
    padding: 33px 0 15px;
    text-align: center
}

@media (min-width:768px) {
    .form-holder .divider-holder {
        padding: 33px 0 12px;
        margin: 0 26px
    }
}

@media (min-width:992px) {
    .form-holder .divider-holder {
        padding: 33px 0 8px;
        margin: 0
    }
}

.form-holder .divider {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 0 15px;
    position: relative
}

.form-holder .divider:after,
.form-holder .divider:before {
    content: "";
    background: #525a66;
    position: absolute;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    width: 999px
}

.form-holder .divider:before {
    right: 100%;
    left: auto
}

.form-holder .divider:after {
    left: 100%;
    right: auto
}

.search-holder {
    width: 36px;
    height: 35px;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border-radius: 3px;
    position: relative;
    z-index: 5;
    margin-right: 10px;
    background: #fff
}

@media (min-width:992px) {
    .search-holder {
        margin: 0 10px 0 0
    }
}

@media (min-width:992px) {
    .one-column .search-holder {
        margin: 0 -12px 0 0
    }
}

.search-holder.search-active {
    border-color: transparent !important
}

.search-holder.search-active .search-popup {
    width: 222px;
    border-color: #4982ba;
    background: #fff;
    overflow: visible
}

.search-holder.search-active .search-opener {
    opacity: 0;
    visibility: hidden
}

.search-holder:hover {
    border-color: #4982ba
}

.search-holder .search-popup {
    -webkit-transition: width 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
    display: block !important;
    position: absolute;
    left: -1px;
    width: 0;
    bottom: -1px;
    top: -1px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden
}

@media (min-width:768px) {
    .search-holder .search-popup {
        left: auto;
        right: 0
    }
}

.search-holder .search-opener {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    color: #6a7585;
    background: #fff;
    padding: 0;
    width: 34px;
    line-height: 33px;
    font-size: 18px;
    text-align: center;
    z-index: 3;
    text-decoration: none
}

.search-holder .search-opener:hover {
    text-decoration: none;
    color: #6a7585
}

.search-holder form {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 2
}

.search-holder input[type=search] {
    height: 36px;
    padding: 0.4em 0.9em 0.4em 2.8em;
    width: 100%;
    border: 1px solid #b8c0cd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 14px;
    padding: 0.4em 2.5em 0.4em 0.7em
}

.search-holder input[type=search]::-webkit-input-placeholder {
    color: #b8c0cd
}

.search-holder input[type=search]::-moz-placeholder {
    opacity: 1;
    color: #b8c0cd
}

.search-holder input[type=search]:-moz-placeholder {
    color: #b8c0cd
}

.search-holder input[type=search]:-ms-input-placeholder {
    color: #b8c0cd
}

.search-holder input[type=search].placeholder {
    color: #b8c0cd
}

.search-holder button[type=submit] {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    z-index: 3;
    padding: 2px 6px 5px;
    background-color: transparent;
    font-size: 22px;
    left: auto;
    right: 0
}

.search-holder button[type=submit]:hover {
    color: #4982ba
}

.content-section a {
    text-decoration: none;
    position: relative
}

.content-section a:after {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    content: "";
    position: absolute;
    height: 1px;
    background: #30bf9b;
    left: 0;
    right: 0;
    bottom: -3px
}

.content-section a:focus:after,
.content-section a:hover:after {
    opacity: 0
}

.hs-custom-styles .btn.btn-center {
    margin: auto !important;
    float: none !important;
    display: block
}

@media (min-width:768px) {
    .mobile-visible {
        display: none !important
    }
}

@media (max-width:767px) {
    .mobile-hidden {
        display: none !important
    }
}

.social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px
}

@media (min-width:992px) {
    .social-network {
        font-size: 14px
    }
}

.social-network li {
    padding: 0 4px
}

@media (min-width:992px) {
    .social-network li {
        padding: 0 6px
    }
}

.social-network a {
    display: block;
    border-radius: 50%;
    background: #969ba2;
    width: 24px;
    height: 24px;
    color: #525a66;
    text-align: center;
    line-height: 24px;
    text-decoration: none
}

@media (min-width:768px) {
    .social-network a {
        width: 24px;
        height: 24px;
        line-height: 24px
    }
}

@media (min-width:992px) {
    .social-network a {
        width: 36px;
        height: 36px;
        line-height: 36px
    }
}

.social-network a:hover {
    color: #ffcf4c;
    text-decoration: none
}

.main-holder {
    padding: 25px 20px 0
}

.content-block {
    padding: 25px 0
}

@media (min-width:992px) {
    .content-block {
        padding: 45px 0
    }
}

.content-block.light-blue {
    background: #ebeff2
}

.content-block.bordered {
    padding-bottom: 0
}

.content-block.bordered .content-area {
    border-bottom: 1px solid #a6b9c9;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .content-block.bordered .content-area {
        padding-bottom: 35px
    }
}

@media (min-width:992px) {
    .content-block.bordered .content-area {
        padding-bottom: 40px
    }
}

.related-section {
    padding: 24px 0 30px
}

@media (max-width:991px) {
    .related-section {
        margin-top: -12px
    }
}

@media (min-width:768px) {
    .related-section {
        padding: 46px 0 68px
    }
}

@media (min-width:992px) {
    .related-section {
        padding: 60px 0 99px
    }
}

@media (min-width:992px) {
    .related-section .items-section {
        margin: 0 -18px 46px -25px
    }
}

@media (min-width:768px) {
    .related-section .subscribe-widget {
        margin: 0 0 56px
    }
}

@media (min-width:992px) {
    .related-section .subscribe-widget {
        text-align: center;
        color: #fff;
        background: #4982ba;
        color: #fff;
        padding: 33px 31px 41px !important;
        font-size: 18px;
        line-height: 27px;
        max-width: 670px;
        margin: 0 auto 55px
    }
}

@media (min-width:992px) {
    .related-section .subscribe-widget .title {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 26px
    }
}

.related-section .subscribe-widget .subscribe-form label {
    color: #fff
}

@media (min-width:992px) {
    .related-section .subscribe-widget .subscribe-form label {
        font-size: 16px;
        line-height: 18px
    }
}

@media (min-width:992px) {
    .related-section .subscribe-widget .subscribe-form button[type=submit] {
        font-size: 18px
    }
}

.related-section .subscribe-widget .subscribe-form .input-wrap {
    margin-top: -6px
}

.section-heading {
    text-align: center;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .section-heading {
        margin-bottom: 36px
    }
}

@media (min-width:992px) {
    .section-heading {
        margin-bottom: 41px
    }
}

.section-heading.text-left {
    text-align: left
}

@media (max-width:767px) {
    .section-heading h2 {
        font-size: 28px;
        line-height: 34px
    }
}

.resource-main-wrap {
    position: relative
}

.resource-main-wrap .resource-sidebar-filters {}

.resource-main-wrap .resource-sidebar-filters .h3,
.resource-main-wrap .resource-sidebar-filters h3 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 31px
}

@media (min-width:992px) {

    .resource-main-wrap .resource-sidebar-filters .h3,
    .resource-main-wrap .resource-sidebar-filters h3 {
        font-size: 20px;
        line-height: 24px
    }
}

.resource-main-wrap .resource-sidebar-filters .h4,
.resource-main-wrap .resource-sidebar-filters h4 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    font-weight: 800;
    color: #3a4d63
}

.resource-main-wrap .resource-sidebar-filters .h4 .tooltip,
.resource-main-wrap .resource-sidebar-filters h4 .tooltip {
    text-transform: none
}

@media (min-width:992px) {

    .resource-main-wrap .resource-sidebar-filters .h4,
    .resource-main-wrap .resource-sidebar-filters h4 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 21px
    }
}

.option-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px -8px;
    float: right
}

@media (min-width:992px) {
    .option-list {
        padding: 0 8px 8px
    }
}

.option-list>li {
    padding: 0 0 8px 10px
}

.option-list>li.active a {
    color: #5e9ddb;
    border-color: #5e9ddb
}

.option-list>li>a {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border-radius: 3px;
    border: 1px solid #b8c0cd;
    color: #525a66;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 34px;
    text-decoration: none
}

.option-list>li>a:hover {
    color: #5e9ddb;
    border-color: #5e9ddb;
    text-decoration: none
}

.option-list>li>a.btn {
    width: auto;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 15px;
    min-height: 36px;
    border-color: #b8c0cd
}

.option-list>li>a.btn:hover {
    color: #5e9ddb;
    border-color: #5e9ddb;
    background: none
}

.option-list .select-opener {
    border-radius: 3px;
    border: 1px solid #b8c0cd;
    color: #525a66;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 34px;
    padding: 0;
    font-size: 20px
}

.option-list .select-opener:hover {
    color: #5e9ddb;
    border-color: #5e9ddb;
    text-decoration: none
}

.option-list .select-opener:before {
    content: "";
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.option-list .select-popup {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    top: 0 !important;
    left: auto !important;
    width: 190px;
    position: absolute;
    right: 0 !important;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #b8c0cd;
    -webkit-box-shadow: 0 2px 5px 0 rgba(82, 90, 102, 0.4);
    box-shadow: 0 2px 5px 0 rgba(82, 90, 102, 0.4);
    padding: 12px;
    position: absolute;
    z-index: 12;
    opacity: 0;
    visibility: hidden
}

.option-list .select-popup h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 13px
}

@media (max-width:991px) {
    .option-list .select-popup .select-close {
        display: block
    }
}

.option-list .state-opener:before {
    display: none
}

.filter-frame {
    padding: 0px
}

.filter-frame .search-holder {
    margin: 0 8px 0 0;
    height: 36px
}

@media (max-width:767px) {
    .filter-frame .search-holder {
        float: right;
        width: calc(100% - 175px)
    }
}

@media (min-width:768px) {
    .filter-frame .search-holder {
        width: auto;
        overflow: hidden;
        margin: 0;
        padding: 0 14px 0 0;
        border: 0;
        border-radius: 0
    }
}

@media (min-width:992px) {
    .filter-frame .search-holder {
        padding: 0 5px 0 0;
        overflow: hidden
    }
}

.filter-frame .search-holder .search-popup {
    border: 1px solid #b8c0cd;
    border-radius: 3px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.filter-frame .btn-states {
    display: none
}

@media (min-width:768px) {
    .filter-frame .btn-states {
        display: block
    }
}

@media (min-width:992px) {
    .filter-frame .btn-states {
        display: none
    }
}

.filter-frame .btn-filter {
    display: none
}

@media (max-width:991px) {
    .filter-frame .btn-filter {
        display: block
    }
}

.search-form .form-row {
    position: relative
}

.search-form input[type=search] {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    color: #525a66;
    font-size: 14px;
    line-height: 18px;
    outline: none;
    padding: 0.4em 2.5em 0.4em 0.7em;
    text-overflow: ellipsis
}

.search-form input[type=search]::-webkit-input-placeholder {
    color: #b8c0cd
}

.search-form input[type=search]::-moz-placeholder {
    opacity: 1;
    color: #b8c0cd
}

.search-form input[type=search]:-moz-placeholder {
    color: #b8c0cd
}

.search-form input[type=search]:-ms-input-placeholder {
    color: #b8c0cd
}

.search-form input[type=search].placeholder {
    color: #b8c0cd
}

.search-form input[type=search]:focus {
    border-color: #5e9ddb
}

.search-form button[type=submit] {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #6a7585;
    position: absolute;
    top: 5px;
    right: 6px;
    outline: none
}

@media (max-width:767px) {
    .search-form button[type=submit] {
        font-size: 21px;
        position: absolute
    }
}

@media (min-width:768px) {
    .search-form button[type=submit] {
        top: 7px;
        right: 10px
    }
}

.search-form button[type=submit]:hover {
    color: #30bf9b
}

.text-section {
    padding: 32px 0 17px
}

@media (min-width:768px) {
    .text-section {
        padding: 36px 0 35px
    }
}

@media (min-width:992px) {
    .text-section {
        padding: 43px 0 46px
    }
}

@media (min-width:768px) {
    .text-section.in-content {
        padding: 40px 0 48px
    }
}

@media (min-width:992px) {
    .text-section.in-content {
        padding: 33px 24px 48px
    }
}

.text-section.in-content .h1,
.text-section.in-content h1 {
    margin-bottom: 21px;
    display: block
}

@media (min-width:768px) and (max-width:991px) {

    .text-section.in-content .h1,
    .text-section.in-content h1 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 26px
    }
}

@media (min-width:992px) {

    .text-section.in-content .h1,
    .text-section.in-content h1 {
        margin-bottom: 21px
    }
}

@media (min-width:768px) {
    .text-section.in-content p {
        margin: 0 0 30px
    }
}

@media (min-width:992px) {
    .text-section.in-content p {
        margin: 0 0 29px
    }
}

.pagination-holder {
    width: 100%
}

.resource-pagination {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

@media (min-width:768px) {
    .resource-pagination {
        padding: 0 0 44px
    }
}

@media (min-width:992px) {
    .resource-pagination {
        padding: 0px 0 45px
    }
}

.resource-pagination .page-numbers {
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    color: #3a4d63;
    opacity: 0.5
}

.resource-pagination .page-numbers.current {
    font-weight: 600;
    opacity: 1
}

.resource-pagination .page-numbers:hover {
    color: #fff;
    background: #30bf9b;
    opacity: 1;
    text-decoration: none
}

.resource-pagination .page-numbers:hover.current,
.resource-pagination .page-numbers:hover.dots {
    background: #fff;
    opacity: 0.5;
    color: #3a4d63
}

.resource-pagination .page-numbers:hover.next:before {
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #fff
}

.resource-pagination .page-numbers:hover.prev:before {
    border-style: solid;
    border-width: 5.5px 7px 5.5px 0;
    border-color: transparent #fff transparent transparent
}

.resource-pagination .resource-page-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E6EAEE;
    border-radius: 3px
}

.resource-pagination .resource-page-links a,
.resource-pagination .resource-page-links span {
    border-right: 1px solid #E6EAEE;
    padding: 5px;
    height: 36px;
    width: 36px;
    text-decoration: none
}

.resource-pagination .resource-page-links a:last-child,
.resource-pagination .resource-page-links span:last-child {
    border: none
}

.resource-pagination .next,
.resource-pagination .prev {
    background: none;
    position: relative
}

.resource-pagination .next:before,
.resource-pagination .prev:before {
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.resource-pagination .next:before {
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #8e97a6
}

.resource-pagination .prev:before {
    border-style: solid;
    border-width: 5.5px 7px 5.5px 0;
    border-color: transparent #8e97a6 transparent transparent
}

.btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-list li {
    padding: 0 8px 3px 0
}

.btn-list .btn-sm {
    font-size: 10px;
    line-height: 12px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    color: #fff;
    padding: 4px 11px;
    text-decoration: none;
    min-height: 0
}

@media (min-width:768px) {
    .btn-list .btn-sm {
        border-radius: 4px
    }
}

.btn-list .btn-sm:hover {
    text-decoration: none
}

.btn-list .btn-sm.blue {
    background: #4982ba
}

.btn-list .btn-sm.blue .holder {
    background: #4982ba
}

.btn-list .btn-sm.blue:hover {
    background: #004b89
}

.btn-list .btn-sm.blue:hover .holder {
    background: #004b89
}

.btn-list .btn-sm.light-blue {
    background: #7bb2e8
}

.btn-list .btn-sm.light-blue .holder {
    background: #7bb2e8
}

.btn-list .btn-sm.light-blue:hover {
    background: #5e9ddb
}

.btn-list .btn-sm.light-blue:hover .holder {
    background: #5e9ddb
}

.btn-list .btn-sm.gray {
    background: #6a7585
}

.btn-list .btn-sm.gray .holder {
    background: #6a7585
}

.btn-list .btn-sm.gray:hover {
    background: #525a66
}

.btn-list .btn-sm.gray:hover .holder {
    background: #525a66
}

.btn-list .btn-sm.green {
    background: #30bf9b
}

.btn-list .btn-sm.green .holder {
    background: #30bf9b
}

.btn-list .btn-sm.green:hover {
    background: #25a181
}

.btn-list .btn-sm.green:hover .holder {
    background: #25a181
}

.btn-list .btn-sm.yellow {
    background: #ebb82f
}

.btn-list .btn-sm.yellow .holder {
    background: #ebb82f
}

.btn-list .btn-sm.yellow:hover {
    background: #e0a912
}

.btn-list .btn-sm.yellow:hover .holder {
    background: #e0a912
}

.btn-list .btn-sm .holder {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    display: block;
    border-radius: 2px;
    color: #fff;
    padding: 4px 8px
}

.btn-list .btn-sm .holder:hover {
    text-decoration: none
}

.btn-list .btn-sm .close {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 5
}

.btn-list .btn-sm .close:after,
.btn-list .btn-sm .close:before {
    content: "";
    background: #fff;
    position: absolute
}

.btn-list .btn-sm .close:before {
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-list .btn-sm .close:after {
    top: 0;
    bottom: 0;
    width: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.glossary {
    font-size: 14px;
    line-height: 20px;
    color: #8e97a6
}

@media (min-width:768px) {
    .glossary {
        font-size: 16px;
        line-height: 20px
    }
}

.glossary .title {
    display: inline-block;
    vertical-align: top;
    font-weight: 400
}

.glossary ul {
    letter-spacing: -0.4em;
    display: inline-block;
    vertical-align: top
}

.glossary ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal
}

.glossary ul li:after {
    content: ",";
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 0
}

.glossary ul li:last-child:after {
    display: none
}

.glossary ul a {
    text-decoration: underline;
    color: #8e97a6
}

.glossary ul a:hover {
    text-decoration: none;
    color: #30bf9b
}

.filter-active,
.state-popup-active {
    overflow: hidden;
    height: 100vh
}

.filter-active body,
.state-popup-active body {
    overflow: hidden;
    height: 100vh
}

@media (max-width:767px) {
    .xs-hidden {
        display: none
    }
}

@media (min-width:992px) {
    .lg-hidden {
        display: none !important
    }
}

@media (max-width:991px) {
    .sm-hidden {
        display: none !important
    }
}

.jcf-option.jcf-option-hideme {
    display: none
}

.video-holder {
    position: relative;
    padding: 0 0 56.25%;
    overflow: hidden;
    margin: 0 0 25px
}

.video-holder iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-section {
    padding: 0 !important
}

@media (min-width:992px) {
    .video-section {
        padding: 73px 0 75px !important
    }
}

.video-section .heading-info {
    margin: 0 0 20px
}

@media (min-width:768px) {
    .video-section .heading-info {
        margin: 0 0 43px
    }
}

@media (min-width:992px) {
    .video-section .heading-info {
        margin: 0 0 20px
    }
}

@media (min-width:992px) {
    .video-section .content-area {
        padding-right: 20%
    }
}

@media (min-width:992px) {
    .video-section .content-area h1 {
        margin: 0 0 26px
    }
}

@media (min-width:768px) {
    .video-section .content-area p {
        margin: 0 0 47px
    }
}

.text-content.resource-free-form-content img.alignleft {
    width: 40%;
    margin: 0 20px 20px 0
}

@media (max-width:560px) {
    .text-content.resource-free-form-content img.alignleft {
        float: none;
        display: block;
        width: 100%;
        margin: 20px 0
    }
}