/* ==========================================================================
    custom styles
   ========================================================================== */


/* MAIN MENU */

body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.home .main-content {
    min-height: calc(100vh - 200px);
}

li.btn-login {
    width: 100px;
    text-align: center;
    position: relative;
}

nav.main-nav ul li.log-in-btn a {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    bottom: 7px;
    margin: 0 auto;
    text-transform: none;
    -webkit-transform: skewX(22deg);
    transform: skewX(22deg);
    padding: 0px;
    left: 0px;
    right: 0px;
}

nav.main-nav ul li.log-in-btn a:hover {
    text-decoration: none;
    border: none;
    border-bottom: none;
}

nav.main-nav>ul>li.log-in-btn a:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0px;
    height: 0px;
    background-color: transparent;
    transform: translateY(4px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.log-in-btn {
    width: 75px;
    height: 28px;
    position: absolute;
    background: url(../images/bg-login-btn.jpg) repeat-x;
    top: 11px;
    text-align: center;
    bottom: 0px;
    margin: auto;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
}

.nav-wrapper {
    background: #000000;
    display: block;
    height: 100px;
}

a#logo-link {
    display: block;
    float: left;
    height: 100px;
    padding: 12px 0;
}

a#logo-link img {
    height: 100%;
}

nav.main-nav {
    float: right;
    padding: 39px 0;
}


/*nav.main-nav,*/

nav.main-nav>ul {
    margin: 0;
    position: relative;
    padding: 0px !important;
}

nav.main-nav>ul>li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    position: relative;
}

nav.main-nav>ul>li:after {
    content: '/';
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.813em;
    line-height: 1em;
    color: #bcbec0;
    position: relative;
    right: -10px;
}

nav.main-nav>ul>li:last-of-type:after {
    content: none;
}

nav.main-nav ul li a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.813em;
    line-height: 1em;
    color: #bcbec0;
    position: relative;
    transition: color 0.3s ease;
    z-index: 2;
}

nav.main-nav>ul>li a:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateY(4px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

nav.main-nav ul li>a:hover,
nav.main-nav ul li>a.active,
nav.main-nav ul li.current-menu-item>a {
    color: #fff;
}

nav.main-nav>ul>li>a:hover::before,
nav.main-nav>ul>li>a.active:before {
    transform: translateY(0px);
    opacity: 1;
}

nav.main-nav ul li a:hover,
nav.main-nav ul li a:focus,
nav.main-nav ul li a:visited {
    text-decoration: none;
}

nav.main-nav>ul>li:first-of-type a {
    padding-left: 0;
}

nav.main-nav>ul>li:hover .sub-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

body.menu-active,
body.menu-active .main-content {
    overflow: hidden;
}

nav.main-nav .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0 -25px;
    padding: 40px 25px 10px;
    display: block;
    height: 100%;
    width: auto;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    transform: translateY(-5px);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

nav.main-nav .sub-menu li {
    background-color: #000;
    margin: 0 -25px;
    padding: 2px 25px;
    width: calc(100% + 50px);
}

nav.main-nav .sub-menu li:last-child {
    padding: 2px 25px 15px;
}


/* HERO BANNER */

.hero-banner {
    position: relative;
}

.hero-background {
    background: url('../images/bg-home.jpg') no-repeat left center;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-about {
    background: url('../images/bg-about.jpg') no-repeat center right;
    background-size: cover;
}

.bg-investors {
    background: url('../images/bg-investors.jpg') no-repeat center left;
    background-size: cover;
}

.bg-borrowers {
    background: url('../images/bg-borrowers.jpg') no-repeat center right;
    background-size: cover;
}

.bg-news {
    background: url('../images/bg-news.jpg') no-repeat center left;
    background-size: cover;
}

.bg-contact {
    background: url('../images/bg-contact.jpg') no-repeat center right;
    background-size: cover;
}

.hero-banner .hero-text {
    color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    height: calc(100vh - 200px);
    min-height: 550px;
}

.hero-banner .hero-text .hero-content h1,
.hero-banner .hero-text .hero-content h2
{
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 2.125em;
}

.hero-banner .hero-text .hero-content ul {
    list-style-type: none;
    margin: 31px 0 0;
    padding: 0;
}

.hero-banner .hero-text .hero-content p {
    max-width: 690px;
    line-height: 1.8em;
    margin-bottom: 25px;
}


/* CONTENT SECTION */

.content-section {
    padding: 30px 0 25px;
}

.content-section h1,
.content-section h2 {
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 2.125em;
}

.news-template-default .content-section h1
{
    color: black;
}
.content-section h3 {
    font-weight: 300;
    margin-bottom: 25px;
}

.content-section p {
    line-height: 1.8em;
    margin-bottom: 25px;
    font-weight: 400;
}

.content-section img {
    display: block;
    text-align: center;
    margin: 50px auto;
    max-width: 100%;
    height: 100%;
}

.content-section p a {
    color: inherit;
    text-decoration: underline;
}

.content-section p a:hover {
    color: inherit;
    text-decoration: underline;
}

.content-section p a:focus,
.content-section p a:visited {
    text-decoration: none;
    color: inherit;
}

.content-section ul {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
}

.content-section ul li:before {
    content: '//';
    display: inline-block;
    position: relative;
    left: -10px;
}

.content-section ul li {
    padding-left: 10px;
    font-weight: 400;
    margin-bottom: 9px;
}


/* INVESTMENT TEAM */

.team-desc h3 {
    font-weight: 300;
}

.team-img img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.investment-team-wrap .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.clear-last {
    display: table;
    clear: both;
}

.investment-team-wrap .row:after,
.investment-team-wrap .row:before {
    content: normal !important;
}

.investment-team-wrap .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
    padding-bottom: 2%;
}


/* REPORTS */

.desktop-img {
    display: block !important;
}

.mobile-img {
    display: none !important;
}

.content-section img.desktop-img {
    height: 100%;
}

.report-wrap {}

.report-item img {
    margin: 5px auto;
    max-width: initial;
    width: auto;
}

.report-desc {
    padding-right: 0;
}

.report-img {
    padding-left: 0;
}


/* ACCORDION */

h3.accordion-dropdown {
    color: #fff;
}


/* .row-flex-wrap {
    display: flex;
    flex-wrap: wrap;
} */

.accordion-item {
    width: calc(50% - 50px);
    margin-right: 47.5px;
    padding: 0;
    display: inline-block;
    margin-bottom: 50px;
    vertical-align: top;
    /* flex: 1 1 auto; */
}

.accordion-item:nth-of-type(even) {
    margin-right: 0;
    margin-left: 47.5px;
}

.accordion-dropdown {
    cursor: pointer;
    padding: 10px 30px 10px 20px;
}

.accordion-dropdown span {
    font-size: 16px;
    color: inherit;
    transform: rotate(0deg);
    top: 1px;
    transform-origin: center center;
    transition: transform 0.3s ease, top 0.3s ease;
}

.accordion-item.active .accordion-dropdown span {
    transform: rotate(-180deg);
    top: -4px;
}

.accordion-item .accordion-desc {
    display: none;
    padding: 0 20px 60px;
    height: 500px;
}

.accordion-item .accordion-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 110px;
}

.accordion-item h2 {
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.2em;
    margin-top: 5px;
}

.accordion-item p {
    color: #fff;
}


/* GRID */

.grid-item {
    display: inline-block;
    margin: 0 20px;
    width: calc(33.333% - 30px);
    padding: 8px 30px;
}

.grid-item:first-child {
    margin-left: 0;
}

.grid-item:last-child {
    margin-right: 0;
}

.grid-item p {
    margin-bottom: 5px;
}


/* NEWS */

.news-wrap {
    margin: 0 -57px;
}

.news-item {
    display: inline-block;
    padding: 0 57px;
    width: 33%;
}

.news-item a:hover,
.news-item a:focus,
.news-item a:visited {
    color: inherit;
    text-decoration: none;
}

.news-item img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 5px;
    height: 230px;
}

.news-item h4 {
    color: #000;
    line-height: 1.4em;
    min-height: 50px;
}

.news-item p {
    color: #000;
    line-height: 1.4em;
}

.news-section-title-wrapper {
    color: #000;
}


/*
.custom-modal {
  position: absolute;
  top: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  padding: 100px 0;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.custom-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.custom-modal h2 {
  font-weight: 300;
}

.custom-modal ul {
  list-style-type: none;
  margin: 31px 0 0;
  padding: 0;
}
.custom-modal ul li {
  margin-bottom: 8px;
}

.modal-close {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  right: 60px;
}
.modal-close:hover::before,
.modal-close:hover::after {
  background: rgba(255, 255, 255, 0.7);
}
.modal-close::before,
.modal-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: rgba(255, 255, 255, 1);
  transition: background 0.5s ease;
}
.modal-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/


/* ENQUIRIES */

.enquiries-wrap p {
    margin-bottom: 0;
}

.enquiries-wrap p a {
    color: #fff;
}

.enquiries-wrap p a:hover {
    color: #ea028c;
}


/*privacy  */

.privacy-section {
    background: #d9d9d9;
    color: #000;
}


/* FORMS */

.input-wrap {
    /* -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2); */
    margin-bottom: 20px;
}

.input-wrap .custom-field {
    background-color: #d9d9d9;
    border: 1px solid #919598;
    display: block;
    width: 100%;
    padding: 20px 10px;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(144, 149, 153, 0.75);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(144, 149, 153, 0.75);
    box-shadow: inset 0px 2px 5px 0px rgba(144, 149, 153, 0.75);
    height: 59px;
    color: #83919a;
    font-weight: 600;
    transition: border 0.5s ease;
}

.input-wrap.error-validation .custom-field,
.error-validation .input-wrap .custom-field {
    border: 1px solid #f00683;
}

.input-wrap .custom-field:focus {
    outline: none;
}

.input-wrap textarea {
    min-height: 270px;
    height: 100%;
}

.news-form .input-wrap {
    max-width: 680px;
}

.submit-wrap {
    margin-bottom: 25px;
}

.submit-wrap .privacy-note {
    display: inline-block;
    width: calc(100% - 125px);
    margin-left: 10px;
    position: relative;
    /*top: -8px;*/
    top: 8px;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 0.85em;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}

.btn-submit {
    width: 110px;
    height: 60px;
    line-height: 55px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 1;
    display: inline-block;
    transition: opacity 0.5s ease;
    vertical-align: top;
}

.btn-submit:hover {
    opacity: 0.8;
}

.btn-submit:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #83919a;
    text-transform: uppercase;
    font-weight: 600;
}

::-moz-placeholder {
    color: #83919a;
    text-transform: uppercase;
    font-weight: 600;
}

:-ms-input-placeholder {
    color: #83919a;
    text-transform: uppercase;
    font-weight: 600;
}

:-moz-placeholder {
    color: #83919a;
    text-transform: uppercase;
    font-weight: 600;
}


/* SIDEBAR */


/*.sidebar-wrap {
  padding-top: 70px;
}*/

.contact-sidebar-wrap .sidebar-row p a {
    text-decoration: none;
}

.contact-sidebar-wrap .sidebar-row p a span.email-u {
    text-decoration: underline;
}

.sidebar-row {
    margin-bottom: 39px;
}

.sidebar-row p {
    margin-bottom: 0;
}


/* FOOTER */

.footer-wrapper .footer-nav ul li a {
    padding: 0px 14px;
    text-decoration: underline;
}

.copyright .textwidget p a {
    font-size: 13.6px;
}

footer {
    background-color: #000;
}

footer .copyright .textwidget:last-of-type {
    position: absolute;
    top: 20px;
}

footer .copyright .textwidget:last-of-type p,
footer .copyright .textwidget:last-of-type a {
    color: #444;
}

footer .copyright .textwidget:last-of-type a {
    text-decoration: underline;
}

.footer-wrapper {
    padding: 40px 0;
}

.footer-wrapper .footer-nav {
    display: block;
    float: right;
}


/*
.footer-wrapper {
  padding: 33px 0 9px;
}
.footer-wrapper p {
  white-space: nowrap;
}
.footer-wrapper .footer-links {
  text-align: right;
}
.footer-wrapper .footer-nav {
  display: inline-block;
}

.footer-wrapper .footer-nav ul li {
  display: inline-block;
  list-style: none;
}

.footer-wrapper .footer-nav ul li:after {
  content: '/';
  font-weight: 900;
  color: #bcbec0;
}

.footer-wrapper .footer-nav ul li:last-of-type:after {
  content: none;
}

.footer-wrapper .footer-nav ul li a {
  padding: 0 5px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: #bcbec0;
}

.footer-wrapper .footer-nav ul li:last-of-type a {
  padding-right: 0;
}

.footer-wrapper .footer-nav ul li a .social-icon {
  display: inline-block;
  width: 20px;
}
.footer-wrapper .footer-nav ul li a .social-icon img {
  width: 100%;
  vertical-align: baseline;
}

.footer-wrapper ul,
.footer-wrapper li,
.footer-wrapper a {
  font-size: 0.85em;
  line-height: 2.5em;
  color: #bcbec0;
}

.footer-wrapper p,
.footer-wrapper ul {
  margin: 0;
}

.footer-wrapper .copyright {
  margin-top: 17px;
}

.footer-wrapper .copyright p {
  font-size: 0.813em;
  color: #bcbec0;
  line-height: 1;
}
.footer-wrapper .copyright p + p {
  color: #777777;
}
.footer-wrapper .copyright p a {
  color: #777777;
  text-decoration: underline;
}
.footer-wrapper .copyright p a:hover {
  color: #bcbec0;
}

.footer-wrapper .copyright p a:focus,
.footer-wrapper .copyright p a:visited {
  color: #777777;
}

i.fa {
  font-size: 2.5em;
}
*/

.footer-wrapper p,
.footer-wrapper ul,

/*.footer-wrapper li,*/

.footer-wrapper a {
    font-size: 0.85em;
    line-height: 2.5em;
    color: #bcbec0;
}

.footer-wrapper p,
.footer-wrapper ul {
    margin: 0;
    font-weight: bold;
}

.footer-wrapper .footer-nav li:nth-last-of-type(2):after {
    content: none;
}

i.fa {
    font-size: 2.5em;
}

#section-1 .col-md-9 {
    padding-right: 115px;
}

.footer-wrapper .footer-nav ul li:last-of-type {
    width: 26px;
    margin-left: 10px;
}

.footer-wrapper .footer-nav ul li:last-of-type a {
    padding: 0;
    position: relative;
}

.footer-wrapper .footer-nav ul li:last-of-type a svg {
    width: 20px;
    height: auto;
    position: absolute;
    left: 0px;
    top: -19px;
    bottom: 0;
    margin: auto;
}

.footer-wrapper .footer-nav ul li:last-of-type a svg:hover path,
.footer-wrapper .footer-nav ul li:last-of-type a svg:hover rect,
.footer-wrapper .footer-nav ul li:last-of-type a svg:hover circle {
    /*fill: #23527c;*/
    fill: #bcbec0;
}

.footer-wrapper .footer-nav ul li:last-of-type {
    width: 26px;
}

.footer-wrapper .footer-nav {
    display: block;
    float: right;
}

.footer-wrapper .footer-nav ul li {
    display: inline-block;
    list-style: none;
}

.footer-wrapper .footer-nav ul li:after {
    content: '/';
    font-weight: 900;
}

.footer-wrapper .footer-nav ul li:nth-child(2):after {
    content: '/';
    font-weight: 900;
}

.footer-wrapper .footer-nav ul li:last-of-type:after {
    content: none;
}

.footer-wrapper .footer-nav ul li a {
    padding: 0 10px;
    font-weight: bold;
}

.footer-wrapper .footer-nav ul li a:hover {
    /*color: #23527c;*/
    color: #bcbec0;
}

.holding-page .hero-text p a {
    color: #000;
    border-bottom: 1px solid #000;
}

.holding-page .hero-text p a:hover,
.holding-page .hero-text p a:visited,
.holding-page .hero-text p a:focus {
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .news-item {
        width: 49.7%;
    }
}

@media only screen and (max-width: 768px) {
    nav.main-nav>ul {
        margin-left: 20px !important;
        margin-right: 10px !important;
    }
    img.desktop-img {
        display: none !important;
    }
    img.mobile-img {
        display: block !important;
    }
    nav.main-nav {
        position: absolute;
        width: 300px;
        left: -300px;
        height: 100vh;
        z-index: 5;
        background: #032336;
        -moz-transition: left 0.3s ease-in-out;
        -webkit-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
    }
    nav.main-nav .sub-menu {
        display: none;
    }
    nav.main-nav ul {
        line-height: 152px;
        margin: 100px 0 0;
        padding: 20px 0 0 40px;
    }
    nav.main-nav ul li {
        display: block;
        line-height: 1.938em;
    }
    nav.main-nav ul li a {
        padding: 15px 0;
        display: block;
    }
    nav.main-nav ul li a:before {
        display: none;
    }
    nav.main-nav ul li:after {
        content: none;
    }
    .nav-hamburger {
        width: 30px;
        height: 25px;
        position: absolute;
        left: 30px;
        bottom: 55px;
        z-index: 10;
        cursor: pointer;
    }
    span.bar {
        width: 100%;
        height: 4px;
        background-color: #ffffff;
        display: block;
        position: absolute;
        -moz-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
        -webkit-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
    span.bar.blue-nav {
        background-color: #0033a0;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }
    span.bar:nth-of-type(2) {
        top: 8px;
    }
    span.bar:nth-of-type(3) {
        top: 8px;
    }
    span.bar:nth-of-type(4) {
        top: 16px;
    }
    body.menu-active .main-nav {
        left: 0;
        -moz-transition: left 0.3s ease-in-out;
        -webkit-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
    }
    body.menu-active span.bar:first-of-type {
        opacity: 0;
        background-color: #fc637f;
        -moz-transform: translateY(10px) scale(0);
        -webkit-transform: translateY(10px) scale(0);
        transform: translateY(10px) scale(0);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    body.menu-active span.bar:nth-of-type(2) {
        background-color: #fc637f;
        -moz-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    body.menu-active span.bar:nth-of-type(3) {
        background-color: #fc637f;
        -moz-transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    body.menu-active span.bar:last-of-type {
        opacity: 0;
        background-color: #fc637f;
        -moz-transform: translateY(-10px) scale(0);
        -webkit-transform: translateY(-10px) scale(0);
        transform: translateY(-10px) scale(0);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .nav-hamburger {
        left: auto;
        right: 30px;
        top: 40px;
    }
    nav.main-nav {
        left: auto;
        right: -300px;
        background: #000000;
        -moz-transition: right 0.3s ease-in-out;
        -webkit-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out;
    }
    body.menu-active .main-nav {
        left: auto;
        right: 0;
        -moz-transition: right 0.3s ease-in-out;
        -webkit-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out;
    }
    nav.main-nav ul {
        padding: 20px;
    }
    nav.main-nav ul li a {
        padding: 10px 0;
    }
    .accordion-item {
        width: 100%;
        margin-right: 0;
    }
    .accordion-item:nth-of-type(even) {
        margin-left: 0;
    }
    .grid-item {
        width: 100%;
        margin: 0 auto 50px;
    }
}

@media only screen and (max-width: 767px) {
    .news-wrap {
        margin: 0 -15px;
    }
    .news-item h4 {
        min-height: 0;
    }
    .news-item img {
        height: 100%;
    }
    .news-item {
        width: 100%;
        padding: 0 15px;
    }
    .accordion-item h2 br {
        display: none;
    }
    .submit-wrap .privacy-note br {
        display: none;
    }
    footer .copyright .textwidget:last-of-type {
        position: relative;
        top: 0px;
    }
    .footer-wrapper .copyright,
    .footer-wrapper .footer-nav {
        float: none;
        text-align: center;
    }
    footer .copyright .textwidget:last-of-type {
        position: relative;
        top: 0px;
    }
    .accordion-item .accordion-header {
        min-height: 117px;
    }
}

@media only screen and (max-width: 524px) {
    .accordion-item .accordion-header {
        /*height: auto;*/
        min-height: 104px;
    }
    .hero-banner .hero-text {
        color: #000;
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
        min-height: 510px;
    }
    h2 {
        font-size: 1.8em;
        line-height: 1.3em;
    }
    .hero-banner .hero-text .hero-content p {
        max-width: 690px;
        line-height: 1.5em;
        margin-bottom: 25px;
    }
    h3.accordion-dropdown {
        font-size: 1.1em;
    }
}