/*********************** header css********************/

html {
    margin-top: 0 !important;
}

.progress {
    overflow: unset;
    height: auto;
}

.mtt-case-study-outcome-wrapper .mtt-case-study-outcome-content {
    min-height: 325px;
}

.custom-fonts {
    font-family: Open Sans !important;
}

.link-sub.current_menu {
    padding-bottom: 0px;
}

.header-top-right {
    width: auto;
    float: right;
}

.navbar-right {
    width: auto;
    float: right;
    right: 0px;
}

.fit-to-page {
    width: auto;
    text-align: center;
    margin: 0 auto;
    float: left;
}

.site-search-btn {
    float: right;
    width: 80px;
    height: 80px;
    background: #005865 url(../images/search-icon.svg) no-repeat center center;
    background-size: 30px 30px;
    margin-right: 16px;
    transition: 0.3s;
}

.site-search-btn:hover {
    background: #13333b url(../images/search-icon.svg) no-repeat center center;
    background-size: 30px 30px;
}

.navbar-primary {
    height: 80px;
    padding-left: 34px;
}

.navbar-primary .navbar-brand {
    height: auto;
    padding: 29px 0;
    width: 300px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.header-top-right .menulink {
    display: none;
    float: left;
    margin: 24px 10px;
    margin-right: 30px;
    background: url(../images/phone-icon.svg) no-repeat left center;
    width: 32px;
    height: 32px;
    transition: 0.3s;
}

.header-top-right .menulink:hover {
    background: #005865 url(../images/phone-icon.svg) no-repeat left center;
    border: 1px none #e6e6e6;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.header-top-menulink {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 18px;
    padding: 25px 10px;
    margin-right: 5px;
    float: left;
}

.header-top-menulink:hover {
    color: #fff;
}

.header-top-right .login-btn {
    display: none;
    border: 1px none #e6e6e6;
    border-radius: 3px;
    background-color: #005865;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    font-family: New Rail;
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    vertical-align: middle;
    padding: 10px 20px;
    margin: 22px 30px 22px 0;
    transition: 0.3s;
}

.header-top-right .login-btn:hover {
    background-color: #00343c;
}

body .navbar-toggle {
    display: block;
}

.sidenav {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #2e323e;
    box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: translateX(-100%);
    -webkit-box-shadow: 0px 0px 5px #aaa;
    box-shadow: 0px 0px 5px #aaa;
    padding: 80px 0 85px;
}

.showmenu .sidenav {
    transform: translateX(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.navbar-header {
    position: relative;
    z-index: 0;
}

.theme-header-components-container .nav>li {
    width: 100%;
    display: block;
    padding-left: 115px;
    float: left;
}

.theme-header-components-container .nav>li a {
    font-family: New Rail;
    font-size: 65px;
    color: #787a80;
    font-weight: 600;
    line-height: 1em !important;
    margin: 0px;
    padding: 8px 15px !important;
    text-transform: inherit;
    letter-spacing: 0;
}

.theme-header-components-container .nav>li a:hover {
    background: #333;
}

.theme-header-components-container .nav>li a .sub-title {
    font-size: 12px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 20px;
    display: none;
}

.navbar-primary .navbar-nav>li>a:hover,
.navbar-primary .navbar-nav>li>a:focus {
    background: none;
    color: #fff;
}

.shrunk-header .navbar-fixed-top .navbar-primary .navbar-nav>li>a,
.shrunk-header .navbar-fixed-top .navbar-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    margin: 0px;
}

.header-social-links {
    width: 100%;
    float: left;
}

.menu-link {
    width: 100%;
    float: left;
    padding-left: 40px;
    margin-top: 20px;
}

.header-social-links .mtt-social-links {
    float: left;
    width: 100%;
    padding-left: 30px;
    margin-top: 30px;
}

.navbar-nav>li {
    display: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    padding-bottom: 1px;
}

.navbar-toggle {
    padding: 25px 10px;
}

.shrunk-header .navbar-fixed-top .navbar-primary .navbar-brand {
    height: auto;
}

.navbar-primary .navbar-nav>.open>a,
.navbar-primary .navbar-nav>.open>a:hover,
.navbar-primary .navbar-nav>.open>a:focus {
    background: none;
    color: #333;
}

.login-btn1 {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.menulink1 {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

.showmenu .navbar-primary .navbar-toggle .icon-bar {
    background-color: #4f4f4f;
}

.showmenu .navbar-primary .navbar-toggle:hover span {
    background-color: #3497db;
}

.sidenav .social-media-link.fa-twitter {
    float: left;
    background: url(../images/twitter-icon.svg) no-repeat left center;
    width: 32px;
    height: 32px;
}

.sidenav .social-media-link.fa-youtube {
    float: left;
    background: url(../images/you-tube.svg) no-repeat left center;
    width: 32px;
    height: 32px;
}

.sidenav .social-media-link.fa-youtube::before {
    display: none;
}

.sidenav .social-media-link.fa-twitter:before {
    display: none;
}

#site-search-overlay {
    display: none !important;
}

.crc-search-content {
    position: fixed;
    top: 0;
    right: 0px;
    width: 986px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: translateX(986px);
    -webkit-box-shadow: 0px 0px 5px #aaa;
    box-shadow: 0px 0px 5px #aaa;
    padding: 80px 0 30px 80px;
}

.crc-search-content-inner {
    overflow: auto;
    height: 100%;
}

.showmenu1 .crc-search-content {
    transform: translateX(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: auto;
    height: 100%;
}

.crc-search-content form {
    margin-top: 48px;
    margin-bottom: 41px;
    position: relative;
    padding-right: 50px;
    width: 80%;
    float: left;
}

.crc-search-content .subscribe-input {
    font-size: 16px;
    color: #000;
    width: 100%;
    line-height: 20px;
    position: relative;
    height: 59px;
    height: 59px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f9f9f9;
    border: none;
    float: left;
}

.crc-search-content .subscribe-submit {
    width: 59px;
    height: 59px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none;
    font-size: 16px;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    background: #3497db url(../images/search-icon.svg) no-repeat center center;
    background-size: 25px 25px;
    cursor: pointer;
    float: right;
    vertical-align: top;
    position: absolute;
}

.crc-search-title {
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 44px;
    width: 100%;
    float: left;
}

.crc-search-content-list {
    width: 90%;
    float: left;
    margin-bottom: 96px;
}

.crc-search-content-list h3 {
    margin-top: 0px;
}

.crc-search-content-list h3 a {
    font-size: 20px;
    color: #007789;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
}

.crc-search-content-list .resource-content {
    width: 100%;
    border-left: 4px solid #9ecd5d;
    padding-left: 15px;
}

.crc-search-content-list .resource-content h2 {
    margin: 0px;
    padding: 0px;
}

.crc-search-content-list .resource-content h2 a {
    font-size: 15px;
    color: #3497db;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}

.crc-search-content-list .resource-content p {
    font-size: 13px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 24px;
}

.crc-grid-block {
    width: 95%;
    float: left;
    margin-bottom: 55px;
}

.crc-grid-block .title a {
    font-size: 20px;
    color: #007789;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
}

.crc-grid-block .topic-image {
    width: 50%;
    float: left;
    margin-bottom: 29px;
    height: 120px;
}

.crc-grid-block .topic-image .left-part {
    width: 150px;
    height: 107px;
    float: left;
    margin-right: 16px;
    background-color: #c4c4c4;
}

.crc-grid-block .topic-image .left-part img {
    width: 100%;
    display: block;
    height: 107px;
}

.crc-grid-block .topic-image .right-part {
    width: 50%;
    float: left;
}

.crc-grid-block .topic-image .right-part h4 {
    margin: 0px;
    padding: 0px;
}

.crc-grid-block .topic-image .right-part h4 a {
    font-family: New Rail;
    font-size: 15px;
    color: #3497db;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 10px;
}

.crc-grid-block .topic-image .right-part p {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
}

.crc-standard-result {
    width: 90%;
    float: left;
}

.crc-standard-result h3 a {
    font-size: 20px;
    color: #007789;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.crc-standard-result-bottom {
    width: 100%;
    float: left;
}

.crc-standard-result h2 {
    margin: 0px;
    padding: 0px;
}

.crc-standard-result h2 a {
    font-size: 15px;
    color: #3497db;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}

.crc-standard-result p {
    font-size: 13px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 24px;
}

.crc-cancel-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/cancel-icon.svg) no-repeat right top;
    width: 32px;
    height: 32px;
    right: 26px;
    top: 24px;
    z-index: 9;
}

.sidenav-cancel-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/cancel-icon.svg) no-repeat right top;
    width: 32px;
    height: 32px;
    right: 26px;
    top: 28px;
    z-index: 9;
}

.shrunk-header .nav-search {
    margin-top: 0px;
}

.dropdown-backdrop {
    display: none !important;
}


/***********************banner css********************/

.on-teal p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 23px;
}

.home-banner-top .widget_search {
    background: rgba(0, 119, 137, 0.2);
    background-size: cover;
    padding: 19px;
    height: 84px;
    transition: 0.3s;
}

.home-banner-top .widget_search:hover {
    background-color: #007789;
}

.home-banner-top .form-control {
    width: 68%;
    float: left;
    height: 46px;
}

.home-banner-top .panel-body {
    padding: 0px;
}

.home-banner-top .banner-content-left {
    width: 35%;
    margin-top: 38px;
}

.home-banner-top .banner-right-search {
    width: 65%;
    margin-top: 38px;
}

.home-banner-top h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -1px;
}

.home-banner-top .widgettitle {
    font-family: New Rail;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    float: left;
    letter-spacing: 0;
}

.home-banner-top p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    line-height: 23px;
}

.home-news-event h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0px;
}

.home-banner-top h3 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
}

.home-banner-top .icon_alignment_left .icon {
    margin-top: -5px;
}

.home-banner-top .icon_text h4 {
    font-size: 14px;
    font-weight: 600;
}

.home-news-event .latest-news-and-events-section {
    width: 277px;
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    float: left;
    position: relative;
}

.home-news-event .latest-news-and-events-section:nth-child(5) {
    padding-right: 0px;
}

.home-news-event .latest-news-and-events-section:nth-child(2) {
    padding-left: 0px;
}

.home-news-event .latest-news-and-events-section img {
    width: 100%;
    height: 120px;
}

.latest-news-and-events-section h2 a {
    line-height: 23px;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0;
}

.home-news-event .facet-grid-type {
    background-color: #005865;
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0px;
    width: 31%;
    float: right;
    text-align: center;
    font-weight: 600;
}

.home-news-event .facet-grid-type:hover {
    background-color: #233239;
    color: #fff;
}

.home-news-event header {
    background-color: #fff;
    padding: 24px 14px;
    height: 150px;
    float: left;
    width: 100%;
}

.home-news-event header h2 {
    line-height: 23px;
    margin-top: 0px;
}

.home-news-event header h2 a {
    line-height: 18px;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0;
}

.home-news-event header h2 a:hover {
    color: #3497db;
}

.home .container {
    float: none;
    margin: 0 auto;
}

.home .see-more-btn {
    height: 46px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    float: left;
    text-align: center;
    width: 162px;
    margin: 27px 0 35px;
    margin-right: 20px;
}

.home .see-more-btn a {
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0;
    display: block;
    transition: 0.3s;
}

.home .see-more-btn a:hover {
    background: #fff;
    color: #007789;
}

.home-news-event .meta-block.meta-date {
    font-size: 12px;
    color: #9c9c9c;
    font-weight: 400;
    line-height: 23px;
}

.banner-content-left p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    line-height: 23px;
}


/***********************get news css********************/

.home-get-news {
    padding: 25px 0;
    margin: 0 186px;
    height: 137px;
}

.home-get-news p {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
}

.home-get-news p {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    margin-right: 30px;
    padding-top: 24px;
    width: auto;
}

.home-get-news form {
    width: 40%;
    padding-right: 104px;
    position: relative;
}

.home-get-news .ginput_container input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #ffffff;
    width: 100%;
    height: 46px;
    float: left;
}

.home-get-news .gform_button {
    border: 1px none #e6e6e6;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #3497db;
    position: absolute;
    width: 104px;
    height: 46px;
    right: 0px;
    top: 22px;
    padding: 0px 22px;
    transition: 0.3s;
    font-weight: 600;
}

.home-get-news .gform_button:hover {
    background-color: #1c323a;
    color: #fff;
}

.Latest-home-get-news {
    padding: 25px 0;
    margin: 0 0px;
    height: 137px;
}

.Latest-home-get-news p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    margin-right: 30px;
    padding-top: 39px;
    width: auto;
    margin-left: 38px;
}

.Latest-home-get-news form {
    width: 43%;
    padding-right: 104px;
    position: relative;
    margin-top: 5px;
}

.Latest-home-get-news .ginput_container input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #ffffff;
    width: 100%;
    height: 46px;
    float: left;
}

.Latest-home-get-news .gform_button {
    border: 1px none #e6e6e6;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #3497db;
    position: absolute;
    width: 104px;
    height: 46px;
    right: 0px;
    top: 22px;
    padding: 0px 22px;
    transition: 0.3s;
    font-weight: 600;
}

.Latest-home-get-news .gform_button:hover {
    background-color: #1c323a;
    color: #fff;
}


/***********************pathway news css********************/

.pathways-block {
    padding: 35px 0;
    position: relative;
}

.home-pathway-main {
    position: relative;
    margin-bottom: 20px !important;
    margin-top: 35px !important;
}

.home-pathway-main:before {
    background: url(../images/path-way.svg) no-repeat left top;
    content: "";
    height: 187px;
    top: 83px;
    left: -58px;
    position: absolute;
    width: 100%;
    background-size: cover;
}

.home-pathway-main:after {
    background: url(../images/path-way-2.svg) no-repeat left top;
    content: "";
    height: 187px;
    top: 0px;
    left: 24px;
    position: relative;
    width: 100%;
    background-size: cover;
}

.pathways-block h2 {
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 600;
    line-height: 36px;
    display: block;
    margin-bottom: 20px;
}

.pathways-block p {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 126px !important;
    display: inline-block;
}

.pathways-block .pathway-box {
    background-color: #fff;
    padding: 46px 36px 0;
    border-top: 12px solid #4f4f4f;
    width: 31%;
    margin-right: 11px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    min-height: 313px;
    float: left;
    margin-left: 14px;
}

.pathways-block .pathway-box ul li {
    list-style: none;
}

.pathways-block .pathway-box.blue ul li {
    list-style: none;
}

.pathways-block .pathway-box.green ul li {
    list-style: none;
}

.pathways-block .pathway-box ul {
    margin: 0px;
    padding: 0 0 0 0px;
}

.pathways-block .pathway-box h2 a {
    font-size: 25px;
    color: #4f4f4f;
    font-weight: 600;
}

.pathways-block .pathway-box.blue h2 a {
    font-size: 25px;
    color: #3497db;
    font-weight: 600;
}

.pathways-block .pathway-box.green h2 a {
    font-size: 25px;
    color: #63c449;
    font-weight: 600;
}

.pathways-block .pathway-box ul li a {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
    background: url(../images/arrow-icon.svg) no-repeat right 1px;
    background-size: 22px 22px;
    list-style: none;
    padding-right: 22px;
    display: inline-block;
}

.pathways-block .pathway-box ul li a:hover {
    color: #000;
}

.pathways-block .pathway-box.blue {
    border-top: 12px solid #3497db;
}

.pathways-block .pathway-box.blue ul li a {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
    background: url(../images/blue-arrow.svg) no-repeat right 1px;
    background-size: 22px 22px;
    padding-right: 22px;
    display: inline-block;
}

.pathways-block .pathway-box.blue ul li a:hover {
    color: #3497db;
}

.pathways-block .pathway-box.green {
    border-top: 12px solid #63c449;
    margin-right: 0px !important;
}

.pathways-block .pathway-box.green ul li a {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
    background: url(../images/green-arrow.svg) no-repeat right 1px;
    background-size: 22px 22px;
    padding-right: 22px;
    display: inline-block;
}

.pathways-block .pathway-box.green ul li a:hover {
    color: #63c449;
}


/***********************get help css********************/

.home .get-help-main-block {
    padding: 86px 0 134px 0;
}

.home-get-help p {
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
}

.home-get-help .mtt-cta-block {
    width: 360px;
    float: left;
    margin-right: 30px;
    height: 100px;
}

.home-get-help .mtt-cta-block:nth-child(3n+3) {
    margin-right: 0;
}

.two-block.home-get-help .mtt-cta-block:nth-child(3n+3) {
    margin-right: 30px;
}

.two-block.home-get-help .mtt-cta-block {
    width: 335px;
}

.home-get-help.even-grid .mtt-cta-block {
    height: 212px;
}

.home-get-help .mtt-cta-block:first-of-type {
    width: 96%;
}

.home-get-help.even-grid .mtt-cta-block:first-of-type {
    width: 360px;
}

.home-get-help .mtt-cta-block .mtt-cta-block-link {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    background-size: cover;
    font-weight: 400;
    font-size: 14px;
    display: none;
    min-height: 70px;
}

.home-get-help.even-grid .mtt-cta-block .mtt-cta-block-link {
    display: block;
}

.home-get-help.light-box-link .mtt-cta-block .mtt-cta-block-link {
    background: #f2f2f2;
    color: #4f4f4f;
}

.home .get-help-main-block .get-help-topic {
    border-bottom: 4px solid #fff;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.home .get-help-main-block .get-help-topic a {
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    line-height: 42px;
}

.home .get-help-main-block ul {
    margin: 0px;
    padding: 0px;
}

.home .get-help-main-block ul li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    background: url(../images/arrow-icon-white.svg) no-repeat left 11px;
    background-size: 20px 20px;
    padding: 10px 0 8px;
}

.home .get-help-main-block ul li a {
    font-family: New Rail;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 20px;
    line-height: 20px;
}

.home .get-help-main-block .get-help-see-btn {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background: url(../images/arrow-icon-white.svg) no-repeat right 2px;
    background-size: 20px 20px;
    padding-right: 19px;
    margin-top: 30px;
    float: left;
}


/***********************home Resources css********************/

.home-resource-left .latest-title {
    font-size: 25px;
    color: #4f4f4f;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 11px;
}

.home-resource-left .home-latest-block {
    width: 100%;
    float: left;
}

.home-resource-left .home-latest-block .home-latest-left {
    width: 26%;
    float: left;
    margin-right: 22px;
    position: relative;
}

.home-resource-left .home-latest-block .home-latest-left:after {
    position: absolute;
    content: "";
    background: url(../images/shadow-image.png) no-repeat left top;
    left: -43px;
    bottom: 0px;
    width: 50px;
    height: 113px;
    background-size: 88%;
}

.home-resource-left .home-latest-block .home-latest-right {
    width: 70%;
    float: right;
    vertical-align: top;
}

.home-resource-left .home-latest-block .home-latest-right h3 {
    margin-top: 0px;
}

.home-resource-left .home-latest-block .home-latest-right h3 a {
    margin: 0px;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 600;
    line-height: 23px;
}

.home-resource-left .home-latest-block .home-latest-right p {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
}

.home-resource-left .home-latest-block .home-latest-right .latest-read-btn {
    background: url(../images/blue-arrow.svg) no-repeat right -1px top 2px;
    padding-right: 15px;
    background-size: 17px 17px;
    font-size: 14px;
    color: #3497db;
    font-weight: 600;
    line-height: 20px;
}

.home-resource-left .home-latest-block .home-latest-right .latest-read-btn:hover {
    color: #1c323a;
}

.home-resource-left .home-latest-bottom {
    width: 100%;
    margin-top: 106px;
    float: left;
    margin-bottom: 50px;
}

.home-resource-left .home-latest-bottom .home-latest-summry {
    width: 46%;
    float: left;
    margin-right: 30px;
}

.home-resource-left .home-latest-bottom .home-latest-summry-left {
    width: 101px;
    height: 143px;
    float: left;
    margin-right: 25px;
    position: relative;
}

.home-resource-left .home-latest-bottom .home-latest-summry-left img {
    max-width: 100%;
    display: block;
}

.home-resource-left .home-latest-bottom .home-latest-summry-left:after {
    position: absolute;
    content: "";
    background: url(../images/shadow-image.png) no-repeat left top;
    left: -43px;
    bottom: 0px;
    width: 50px;
    height: 113px;
    background-size: 88%;
}

.home-resource-left .home-latest-bottom .home-latest-summry-right {
    width: 62%;
    float: right;
}

.home-resource-left .home-latest-bottom .home-latest-summry-right h3 {
    margin-top: 0px;
}

.home-resource-left .home-latest-bottom .home-latest-summry-right h3 a {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.home-resource-left .home-latest-bottom .home-latest-summry-right p {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
}

.home-resource-right .home-search-title {
    font-size: 25px;
    color: #4f4f4f;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 15px;
}

.home-resource-right form {
    width: 100%;
    padding-right: 46px;
    position: relative;
}

.home-resource-right .subscribe-input {
    font-family: New Rail;
    font-size: 15px;
    color: #8f8f8f;
    font-weight: 400;
    line-height: 21px;
    width: 100%;
    height: 45px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #e6e6e6;
}

.home-resource-right .subscribe-submit {
    width: 46px;
    height: 45px;
    border: 1px none #e6e6e6;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #3497db;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-resource-right .home-search-block {
    margin-bottom: 50px;
}

.home-resource-left .home-latest-bottom .home-latest-summry:last-child {
    margin-right: 0px;
    width: 49%;
}

.home-resource-right .home-search-block ul {
    margin: 0px 0 21px;
    padding: 0px;
}

.home-resource-right .home-search-block ul li {
    border-bottom: 1px solid #3497db;
    padding: 7px 0 8px 20px;
    list-style: none;
    background: url(../images/blue-arrow.svg) no-repeat left center;
    width: 100%;
    display: block;
    background-size: 20px 20px;
}

.home-resource-right .home-search-block ul li:first-child {
    border-top: 1px solid #3497db;
}

.home-resource-right .home-search-block ul li a {
    font-size: 15px;
    color: #3497db;
    font-weight: 400;
}

.home-resource-right .home-search-block ul li a:hover {
    color: #1c323a;
}

.home-resource-right .search-home-btn {
    background: url(../images/blue-arrow.svg) no-repeat right center;
    padding-right: 22px;
    font-size: 14px;
    color: #3497db;
    font-weight: 600;
    line-height: 20px;
    background-size: 20px 20px;
}

.home-resource-right .search-home-btn:hover {
    color: #1c323a;
}

.main-submenu {
    width: 100%;
    float: left;
    margin-top: -20px;
}

.main-submenu .link-heading {
    border: none;
}

.main-submenu .back-btn {
    padding-left: 25px;
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #3497db;
    font-weight: 600;
    line-height: 19px;
    background: url(../images/back-icon.svg) no-repeat left top;
    background-size: 20px 20px;
    display: block;
    float: left;
}

.main-submenu .mtt-menu-link {
    margin-left: 13px;
    font-size: 43px;
    color: #787a80;
    font-weight: 400;
    line-height: 30px;
    padding: 5px 0 5px 40px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.main-submenu .mtt-menu-link.menu-seocnd-level {
    font-size: 48px;
    margin-top: 20px;
}


/*.link-sub{width:100%; float:left; padding:0px 0; }*/

.main-submenu .mtt-menu-link:hover,
.link-heading:hover {
    background-color: none;
    color: #fff;
}

.link-sub.current_menu,
.current_menu .mtt-menu-link {
    color: #fff;
}

_::-webkit-full-page-media,
_:future,
:root .home-resource-right .home-search-block ul li {
    border-bottom: 1px solid #3497db;
    padding: 8px 0 8px 20px;
    list-style: none;
    background: url(../images/blue-arrow.svg) no-repeat left 8px;
    width: 100%;
    display: block;
    background-size: 20px 20px;
}


/******new css******/

.go-btn {
    width: 46px;
    height: 46px;
    border: 1px none #e6e6e6;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #005865;
    font-family: New Rail;
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    position: absolute;
    right: 0px;
    transition: 0.3s;
    text-transform: uppercase;
}

.go-btn:hover {
    background-color: #1c323a;
    color: #fff;
}

.home-resource-main {
    padding: 65px 0 95px;
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.home-resource-main .heding-title {
    font-family: New Rail;
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 400;
    text-decoration: none solid rgb(79, 79, 79);
    text-align: center;
    margin: 0 0 35px;
    display: block;
}

.the-south-bank-main {
    padding: 35px 0 95px;
    width: 100%;
    float: left;
    background: #009fb8;
    margin-left: 0px;
}

.the-south-bank-inner .wpb_wrapper img {
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    margin-top: 12px;
}

.the-south-bank-inner .right-content {
    float: left;
    width: 30%;
    background: #fff;
    padding: 32px;
}

.the-south-bank-inner .right-content h2 {
    font-family: New Rail;
    font-size: 23px;
    color: #4f4f4f;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 20px;
    padding-right: 50px;
}

.the-south-bank-inner .right-content h3 {
    font-family: New Rail;
    font-size: 18px;
    color: #01606e;
    font-weight: 500;
    text-decoration: none solid rgb(79, 79, 79);
    line-height: normal;
    margin: 0 0 10px;
}

.the-south-bank-inner .right-content h3 b {
    display: block;
    color: #676767;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 3px;
}

.the-south-bank-inner .right-content ul li {
    color: #676767;
    font-size: 16px;
    margin: 0 0 8px;
}

.the-south-bank-inner .right-content .case-study-btn {
    display: inline-block;
    background: #9dcd5c;
    padding: 8px 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 1px;
}

#section-1 {
    text-align: center;
    margin-top: 40px;
    background-color: white;
    padding: 40px 0;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

#section-1 h1 {
    font-size: 35px;
}

#section-1 .intro {
    font-family: New Rail;
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    text-decoration: none solid rgb(79, 79, 79);
    line-height: 23px;
}

#section-1 .top-text {
    font-family: New Rail;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 400;
    text-decoration: none solid rgb(79, 79, 79);
    line-height: 23px;
    margin: 0 0 30px;
}

.effect-main-wrapper {
    margin: 0 15%;
}

.effect-main-wrapper1 {
    margin: 50px 14% 0;
}

.effect-main-wrapper .top-text strong {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.effect-main-wrapper1 .mtt-cta-icon-block p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.get-news-bottom #gform_7 .ginput_container input {
    background-color: #e6e6e6;
}

.effect-main-wrapper1 .mtt-cta-icon-block .link {
    font-size: 15px;
}

.home-resource-right .mtt-cta-block .mtt-cta-block-link {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 600;
}

.home-banner-top {
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -100px;
    background-position: center;
}

.mt-0 {
    margin-top: 0 !important;
}

.the-south-bank-inner {
    position: relative;
    display: flex;
    margin-left: -15px;
}

.r-menu-serchform {
    display: none !important;
}

.r-navbar-header {
    display: block !important;
}

.home-resource-main h2 {
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 600;
    text-align: center;
    margin-bottom: 33px !important;
}

.banner-right-search .content-sidebar-search form {
    width: 72%;
    padding-right: 46px;
    position: relative;
    float: right;
}

.home-banner-top .form-control {
    width: 100%;
    float: left;
    height: 46px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.home .content {
    /*margin-top: 0px; */
}

.logged-in .content {
    margin-top: 88px;
}

.content {
    margin-top: 120px;
}

.chart-wrap {
    margin-top: -40px;
}

.home-resource-right .mtt-cta-block h2 {
    color: #fff;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    line-height: 23px;
}

.toggle-text {
    margin-left: 39px;
    position: relative;
    top: -22px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

.home-get-news .validation_error {
    display: none;
}

.gform_wrapper .gfield_error {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
}

.gform_wrapper .gfield_error .validation_message {
    float: left;
    padding-top: 5px;
    font-weight: 500;
}

.the-south-bank-inner .wpb_wrapper {
    background-color: #fff;
    float: left;
    height: 100%;
    display: flex;
}

.the-south-bank-inner .wpb_button {
    margin-bottom: 0px;
}


/*.wpb_content_element, ul.wpb_thumbnails-fluid>li*/

.showmenu .navbar-toggle {
    float: left;
    margin-left: 37px;
    top: 0px;
    padding: 0px;
    z-index: 5;
    margin-top: -44px;
    margin-bottom: 76px;
}

.showmenu .toggle-text {
    color: #4f4f4f;
}

.showmenu .toggle-text:hover {
    color: #3497db;
}

.showmenu .navbar-primary .navbar-toggle:hover .toggle-text {
    background: transparent;
    color: #3497db;
}


/***********************our staff css********************/

.our-staff-block {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 40px;
}

.our-staff-block h3 {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 27px;
}

.our-staff-block p {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
    padding-right: 322px;
}

.staff-managment-block h2 a {
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 600;
    margin-bottom: 32px !important;
    display: block;
    width: 100%;
    float: left;
}

.staff-managment-block .mtt-profile-photo {
    width: 23%;
    float: left;
    margin-right: 28px;
    background-color: #00616f;
}

.staff-managment-block .mtt-profile-photo:nth-child(5) {
    margin-right: 0px;
}

.staff-managment-block .staff-container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 56px;
    margin-bottom: 45px;
    float: left;
    width: 100%;
}

.staff-managment-block .mtt-profile-photo h2 {
    font-size: 17px;
    color: #4f4f4f;
    font-weight: 700;
    line-height: 16px;
}

.staff-managment-block .mtt-profile-title {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
}

.staff-managment-block .find-out-link {
    font-size: 14px;
    color: #3497db;
    font-weight: 600;
    margin-top: 40px;
    float: left;
    background: url(../images/blue-arrow.svg) no-repeat right 3px;
    background-size: 17px 17px;
    padding-right: 19px;
}

.protected-page-block h3 {
    font-size: 20px;
    color: #757575;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 17px;
    display: block;
}

.protected-page-block p {
    margin-bottom: 33px;
}

.protected-page-block .login-btn {
    width: 112px;
    height: 46px;
    border: 1px none #e6e6e6;
    border-radius: 3px;
    background-color: #3497db;
    font-family: New Rail;
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0px;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
}

.protected-page-block .join-btn {
    width: 112px;
    height: 46px;
    border: 1px solid #3497db;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 10px;
    color: #3497db;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
    text-decoration: none;
}

footer .mtt-social-links .mtt-social-links a {
    background-color: #000 !important;
}


/**********************Search Resources css********************/

.search-resources-block {
    float: left;
    margin-bottom: 90px;
    padding-right: 350px;
}

.search-resources-block h2 {
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}

.search-resources-block h3 {
    font-size: 20px;
    color: #757575;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 27px;
    display: block;
}

.search-resources-block p {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
}

.selectric {
    width: 198px;
    height: 40px;
    border: 1px solid #e6e6e6 !important;
    border-radius: 3px;
    background: #ffffff !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-bottom: 20px;
}

.selectric .label {
    text-align: left;
    display: inline-block;
    font-size: 15px !important;
    color: #4f4f4f !important;
    font-weight: 600;
}

.selectric .button {
    background-color: transparent !important;
}

.selectric-items ul,
.selectric-items li {
    background-color: #fff;
}

.selectric-items li.highlighted {
    background: #3497db !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.selectric-items li:hover {
    background: #3497db !important;
    color: #fff !important;
}

.on-teal {
    background-color: #007789;
}

.term-resources .facet-content-wrapper {
    position: relative;
}

.term-resources .facet-content-wrapper h1 {
    margin-bottom: 70px;
}

.term-resources .facet-content-wrapper .facet-result-count {
    position: absolute;
    top: 54px;
    font-weight: 600;
    letter-spacing: 0;
}

.on-green {
    background-color: #63c449;
}

.home-resource-right .mtt-cta-x-small h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    line-height: 27px;
    float: left;
    position: relative;
    width: 95%;
    z-index: 9;
    text-align: left;
}

.home-resource-right .mtt-cta-x-small h2:after {
    display: none !important;
}

.mtt-cta-x-small h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    line-height: 27px;
    float: left;
    position: relative;
    width: 100%;
    z-index: 9;
    text-align: left;
    background: url(../images/arrow-icon-white.svg) no-repeat right 9px top 25px;
    background-size: 20px 20px;
}

.mtt-cta-x-small h2:after {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: inherit;
    font-size: 10px;
    position: absolute;
    top: 29px;
    right: 16px;
    visibility: hidden;
}

.crcwsc-search-noresults {
    width: 100%;
    float: left;
}

.protected-page-block p a {
    text-decoration: underline;
}

.crc-follo-fav-group h3 {
    width: auto;
    float: left;
    margin-right: 40px;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 700;
    line-height: 22px;
}

.crc-fav-btn {
    padding-top: 19px;
}

.crc-fav-btn .wpfp-link,
.crc-fav-btn .fav-wpfp-link {
    font-family: New Rail;
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    height: 28px;
    border: 1px none #e6e6e6;
    border-radius: 3px;
    background-color: #3497db;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin-right: 14px;
    padding: 7px 20px;
}

.crc-follow-btn .notfollowing {
    padding: 7px 20px;
    height: 28px;
    border: 1px solid #3497db;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 10px;
    color: #3497db;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.crc-fav-btn .wpfp-img {
    margin-right: 10px;
    width: auto;
    float: left;
    margin-top: 4px;
}

.crc-follow-btn .isfollowing {
    padding: 7px 20px;
    height: 28px;
    border: 1px solid #3497db;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 10px;
    color: #3497db;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.header-top-menulink li {
    list-style: none;
}

.header-top-menulink .dropdown-toggle {
    color: #fff;
    height: 34px;
    width: auto;
    float: left;
    padding: 8px 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 18px;
}

.header-top-menulink .dropdown-toggle:hover {
    width: auto;
    height: 34px;
    border: 1px none #e6e6e6;
    border-radius: 3px;
    background-color: #005865;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    float: left;
    text-align: center;
    padding: 8px 20px;
}

.header-top-menulink .dropdown-toggle:focus {
    width: auto;
    height: 34px;
    border: 1px none #e6e6e6;
    border-radius: 3px;
    background-color: #005865;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    float: left;
    text-align: center;
    padding: 8px 20px;
}

.header-top-menulink .dropdown-menu {
    min-width: 135px;
    top: 32px;
}

.home-news-event .latest-news-link {
    position: relative;
    width: 100%;
    height: 120px;
    transition: 0.3s;
    float: left;
}

.single-staff .entry-content {
    width: 55%;
    float: left;
    padding: 0px;
    margin-bottom: 30px;
    text-align: left;
}

.single-staff .mtt-profile-photo {
    margin-left: 15px;
    margin-right: 30px;
    width: 38%;
    float: left;
    position: relative;
    transition: 0.3s;
    margin-bottom: 30px;
}

.single-staff .single-staff-image:hover:after {
    content: "";
    position: absolute;
    background: rgba(37, 50, 56, 0.4);
    left: 0px;
    width: 100%;
    height: 100%;
}

.effect-main-wrapper .entry-content h3 {
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 66px;
}

.effect-main-wrapper .entry-content p {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.dash-sidebar-title {
    border-left: 2px solid #007789;
    padding-left: 15px;
}

.dash-sidebar-title h2 {
    font-size: 18px;
    color: #007789;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 400;
}

.dash-sidebar-title p {
    font-size: 13px;
    color: #4f4f4f;
}

.find-box-user {
    width: 100%;
    height: 100px;
    background-color: #f9f9f9;
    background-size: cover;
    padding: 28px 28px 28px 35px;
    float: left;
    margin-bottom: 54px;
    margin-top: 10px;
}

.find-call-action-text {
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 26px;
    float: left;
    padding-top: 10px;
}

.find-call-action-btn {
    width: 161px;
    height: 46px;
    border: 1px none #e6e6e6;
    border-radius: 3px;
    background-color: #3497db;
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    float: right;
    padding: 16px;
    transition: 0.3s;
}

.find-call-action-btn:hover {
    background-color: #1c323a;
    color: #fff;
}

.page-template-dashboard .sidebar-wrapper {
    margin-top: 35px;
    padding-top: 22px;
    margin-bottom: 56px;
}

.download-sidebar-link ul {
    margin: 0px;
    padding: 0px;
}

.download-sidebar-link ul li {
    list-style: none;
    float: left;
    margin-right: 15px;
    width: 100%;
}

.download-sidebar-link ul li a {
    font-size: 13px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 20px;
}

.download-sidebar-link ul li a:hover {
    color: #3497db;
}

.download-sidebar-link ul li .sidebar-remove {
    font-size: 13px;
    color: #3498db;
    font-weight: 400;
    line-height: 20px;
    background: none;
    border: none;
    float: right;
    padding: 0px;
    outline: none;
}

.download-sidebar-link ul li .sidebar-remove:hover {
    color: #1c323a;
}

.sidebar-more-btn {
    background: url(../images/blue-arrow.svg) no-repeat right 0px;
    padding-right: 22px;
    font-size: 14px;
    color: #3497db;
    font-weight: 600;
    line-height: 20px;
    background-size: 20px 20px;
    margin-top: 15px;
    float: left;
}

.search-find-block {
    width: 100%;
    float: left;
}

.search-find-block h3 {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 700;
    line-height: 20px;
    margin-top: 30px;
}

.search-find-block .search-find-btn {
    width: 196px;
    height: 46px;
    border: 1px none #e6e6e6;
    border-radius: 3px;
    background-color: #3497db;
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    padding: 16px;
    transition: 0.3s;
}

.search-find-block .search-find-btn:hover {
    background-color: #1c323a;
    color: #fff;
}

.stakeholder-event {
    background: #f9f9f9;
    width: 100%;
    padding: 30px 0;
}


/**********************stacvk holder css********************/

.stake-holder-main {
    margin-top: 0px !important;
}

.stakeholder-banner-top {
    padding: 70px 0 93px;
    background-position: -15px -599px;
    margin-top: -60px;
}

.stakeholder-banner-top h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -1px;
    margin-bottom: 26px !important;
    display: block;
}

.stakeholder-banner-top .banner-login-btn {
    width: 124px;
    height: 46px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    margin-right: 17px;
    transition: 0.3s;
    float: left;
}

.stakeholder-banner-top .banner-login-btn:hover {
    background: #fff;
    color: #007789;
}

.stakeholder-banner-top .text-description {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding-top: 12px;
    float: left;
}

.stack-effect-block {
    margin-top: 0px;
}

.stack-effect-block h1 {
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 32px;
    padding: 0 100px;
    line-height: 45px;
    margin-top: 0px;
}

.stack-effect-block p {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-align: center;
    padding: 0 100px;
}

.stack-effect-block1 {
    margin-top: 58px;
    display: block;
}

.stack-effect-block1 .mtt-cta-icon-block .icon>div {
    width: 50px;
    height: 50px;
}

.stack-effect-block1 .mtt-cta-icon-content p {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
}

.stakeholder-event {
    width: 100%;
    float: left;
}

.stakeholder-event .stack-left-content {
    width: 48%;
    float: left;
}

.stakeholder-event .stack-left-content h2 {
    font-size: 25px;
    color: #4f4f4f;
    font-weight: 600;
}

.stakeholder-event .stack-left-content p {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 23px;
}

.stakeholder-study-btn {
    font-size: 14px;
    color: #3497db;
    font-weight: 600;
    background: url(../images/blue-arrow.svg) no-repeat right 2px;
    padding-right: 20px;
    float: left;
    background-size: 20px 20px;
    margin-top: 20px;
}

.stakeholder-event .stack-right-image {
    width: 48%;
    float: right;
    position: relative;
}


/*.stakeholder-event .stack-right-image:after{background: url(../images/video-icon1.svg) no-repeat center center;  width: 75px;height: 75px;fill: #f5eeed; position:absolute; content:""; left:50%; top:50%; right:0px; transform:translate(-50%, -50%) rotate(270deg)}
*/

.staff-template-default .entry h2 {
    margin-top: 25px !important;
}

.validation_error {
    display: none;
}

.latest-news-link .latest-news-thumbnail {
    height: 133px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.latest-news-link .latest-news-thumbnail:hover:after {
    content: "";
    position: absolute;
    background: rgba(37, 50, 56, 0.4);
    left: 0px;
    width: 100%;
    height: 133px;
}

.stakeholder-study-btn-main {
    width: 100%;
    float: left;
}

.home .cta-feature {
    margin-bottom: 0px;
}

.center-down-arrow {
    width: 50px;
    height: 50px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    float: left;
    position: relative;
    z-index: 99;
    left: 50%;
    margin-top: 15px;
    margin-bottom: 28px !important;
    transform: translate(-50%, 0);
    font-size: 0px;
}

.center-down-arrow:after {
    position: absolute;
    content: "";
    background: url(../images/down-arrow_03.png) no-repeat center center;
    width: 30px;
    height: 18px;
    left: 9px;
    right: 9px;
    top: 14px;
    bottom: 14px;
}

.southbank-left {
    position: relative;
    width: 70%;
}

.hover-btn:hover {
    color: #fff;
    border: 0px none #e6e6e6;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #1c323a;
}

.menu-seocnd-level {
    font-weight: 600 !important;
    margin-left: 0px !important;
}


/***********************media css css********************/

@media (max-width: 1200px) {
    .featured-wrapper {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .banner-right-search .content-sidebar-search form {
        width: 68%;
    }
    .home-news-event .latest-news-and-events-section {
        width: 25%;
        min-height: auto;
    }
    .home-news-event header h2 a {
        font-size: 16px;
    }
    .pathways-block .pathway-box {
        width: 30%;
        min-height: 342px;
    }
    .home-get-news {
        margin: 0 130px;
    }
    .home-get-help .mtt-cta-block {
        width: 48%;
    }
    .home-get-help.even-grid .mtt-cta-block:first-of-type {
        width: 48%;
    }
    .home-get-help .mtt-cta-block:nth-child(2n) {
        margin-right: 0;
    }
    .home-get-help .mtt-cta-block:nth-child(2n+3) {
        margin-right: 30px;
    }
    .menu-link {
        margin-bottom: 40px;
    }
    .stack-effect-block h1 {
        padding: 0px;
    }
    .stack-effect-block p {
        padding: 0px;
    }
    .search-resources-block {
        padding-right: 0px;
    }
    .Latest-home-get-news form {
        width: 31%;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry {
        width: 45%;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry-right {
        width: 53%;
    }
}

@media (max-width: 991px) {
    .content {
        margin-top: 110px !important;
    }
    .logged-in .content {
        margin-top: 66px !important;
    }
    .chart-wrap {
        margin-top: -36px;
        padding-top: 20px;
    }
    .theme-header-components-container .nav>li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .theme-header-components-container .nav>li a {
        padding: 5px 15px !important;
        font-size: 32px;
    }
    .main-submenu .mtt-menu-link.menu-seocnd-level {
        font-size: 30px;
    }
    .main-submenu .mtt-menu-link {
        font-size: 22px;
        margin-bottom: 0;
    }
    .home-news-event .latest-news-and-events-section {
        width: 47%;
        display: inline-block;
        padding: 0 0px;
        float: left;
        min-height: auto;
        margin: 0 10px 10px;
    }
    .header-top-right {
        display: none;
    }
    .navbar-primary .navbar-brand {
        margin: inherit;
        left: 15px;
        top: -4px;
    }
    .home-banner-top h2 {
        font-size: 31px;
        color: #ffffff;
        font-weight: 600;
        line-height: 35px;
        letter-spacing: -1px;
        margin-top: 0px;
    }
    .home-news-event h2 {
        font-size: 28px;
        color: #ffffff;
        font-weight: 600;
    }
    .home-banner-top .banner-content-left {
        width: 100%;
    }
    .home-banner-top .banner-right-search {
        width: 100%;
    }
    .home-banner-top .widget_search {
        width: 100%;
        margin-bottom: 15px;
    }
    .banner-right-search .content-sidebar-search form {
        width: 69%;
        padding-right: 46px;
        position: relative;
    }
    .go-btn {
        position: absolute;
    }
    .home-banner-top .vc_custom_1532526810091 {
        margin-top: 0px !important;
    }
    .home-banner-top {
        padding-top: 0;
        margin-top: -60px !important;
    }
    .home-get-news {
        margin: 0px;
        padding: 35px 15px;
        height: auto;
    }
    .home-get-news #gform_7 {
        width: 55%;
    }
    .home-pathway-main:before {
        display: none;
    }
    .home-pathway-main:after {
        display: none;
    }
    .pathways-block .pathway-box {
        width: 96%;
        margin-bottom: 20px;
        min-height: auto;
        padding-bottom: 15px;
    }
    .pathways-block {
        padding: 0px;
    }
    .home-get-help .mtt-cta-block {
        width: 44%;
    }
    .home-resource-left .home-latest-block .home-latest-right {
        width: 68%;
    }
    .r-menu-serchform {
        display: block !important;
        width: 92%;
        position: relative;
        padding-right: 40px;
        margin: 0 0 25px 20px;
        float: left;
        position: relative;
        z-index: 999;
    }
    .r-menu-serchform .form-control {
        border: 0px;
        width: 100%;
        float: left;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background-color: #f9f9f9;
    }
    .sidenav-cancel-btn {
        top: 25px;
    }
    .r-menu-serchform button {
        width: 34px;
        height: 36px;
        border: 1px none #e6e6e6;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background-color: #3497db;
        position: absolute;
        right: 6px;
        color: #fff;
    }
    .r-navbar-header {
        width: auto;
        float: left;
        position: relative;
        top: 0px;
        left: 20px;
        display: block !important;
    }
    .home-get-help .mtt-cta-block .home-get-help .mtt-cta-block:nth-child(odd) {
        margin-right: 24px;
    }
    .home-get-help .mtt-cta-block:nth-child(even) {
        margin-right: 0px;
    }
    .home-get-help .mtt-cta-block {
        width: 47%;
        margin-right: 20px;
        margin-bottom: 24px;
    }
    .the-south-bank-inner .wpb_wrapper img {
        width: 100%;
    }
    .the-south-bank-inner .right-content {
        width: 100%;
    }
    .effect-main-wrapper {
        margin: 0px;
    }
    .effect-main-wrapper1 {
        margin: 0px;
    }
    .home-banner-top .cta-feature {
        margin-bottom: 0px;
    }
    .home .navbar-primary {
        /* height: 50px; */
    }
    .home .navbar-primary .navbar-brand {
        /*padding: 17px 0; */
    }
    .home .navbar-toggle {
        /* padding: 11px 10px; */
    }
    .home .content {
        /*padding-top: 50px; */
    }
    .navbar-primary .navbar-brand {
        width: 20%;
    }
    .showmenu .navbar-toggle {
        margin-top: -58px;
        top: 0px;
        margin-left: 0px;
        float: left;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry-right {
        width: 70%;
    }
    .home-news-event .latest-news-link {
        height: 100%;
    }
    .home-news-event .meta-block.meta-date {
        position: static;
    }
    .home-news-event .latest-news-link:hover:after {
        height: 100%;
        height: 100%;
    }
    .home-get-help .mtt-cta-block:first-of-type {
        width: 100%;
    }
    .home-resource-left .home-latest-bottom {
        margin-top: 20px;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry-left {
        width: 26%;
        height: auto;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry-left img {
        width: 100%;
    }
    .home-get-news .gform_button {
        right: 10px;
    }
    .home-news-event .latest-news-link:hover:after {
        height: 100%;
        height: 100%;
    }
    .stakeholder-banner-top h2 {
        font-size: 35px;
        color: #ffffff;
        font-weight: 600;
        line-height: 35px;
        letter-spacing: -1px;
    }
    .stakeholder-banner-top {
        padding: 20px 0 30px;
    }
    .stack-effect-block h1 {
        padding: 0px;
    }
    .stack-effect-block p {
        padding: 0px;
    }
    .single-staff .entry-content {
        width: 51%;
    }
    .mtt-profile-image {
        width: 200px !important;
    }
    .mtt-profile-photo .mtt-profile-footer {
        width: 200px;
        height: auto;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry:last-child {
        width: 100%;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry-right {
        width: 68%;
    }
    .Latest-home-get-news p {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }
    .Latest-home-get-news form {
        width: 95%;
        margin: 0px;
        float: left;
        padding-bottom: 20px;
    }
    .banner-content-left .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        /*margin-bottom: 0px;*/
    }
    .pathways-block p {
        margin-bottom: 30px !important;
    }
    .home-resource-main {
        padding-bottom: 0px;
    }
    #section-1 {
        margin-top: 0px;
        padding: 20px 0;
    }
    .home-resource-left .home-latest-bottom {
        margin-bottom: 20px;
    }
    .the-south-bank-inner {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .facet-sidebar .facet-sidebar-refine.active {
        top: 80px;
    }
    .structure-sidebar-wrapper {
        top: 80px;
        z-index: 9;
    }
    .home-news-event .latest-news-and-events-section {
        min-height: auto;
        width: 100%;
        margin: 0 0 10px;
    }
    .home-news-event .latest-news-and-events-section img {
        width: 100%;
        float: left;
        margin-top: 20px;
        height: auto;
    }
    .home-news-event header {
        background-color: #fff;
        padding: 10px;
        float: right;
        width: 100%;
        height: auto;
    }
    .home-news-event header h2 a {
        font-size: 16px;
        line-height: 20px;
    }
    .home-get-news #gform_7 {
        width: 100%;
        padding: 0px;
    }
    .pathways-block p {
        padding-top: 20px;
        font-size: 25px;
        line-height: 30px;
    }
    .home-get-help .mtt-cta-block {
        width: 48%;
    }
    .home .get-help-main-block {
        padding: 20px 0 30px 0;
    }
    .home-get-help {
        margin-bottom: 30px;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-resource-main {
        padding: 36px 0 44px;
    }
    .effect-main-wrapper1 .mtt-cta-icon-block .icon {
        padding-left: 0px;
    }
    .home-banner-top .cta-feature {
        margin-bottom: 0px;
    }
    .home-banner-top .widget_search {
        height: auto;
    }
    .banner-right-search .content-sidebar-search form {
        width: 100%;
        padding-right: 46px;
        position: relative;
        float: none;
    }
    .home-banner-top .form-control {
        width: 100%;
    }
    .home-banner-top .widgettitle {
        float: none;
    }
    .home-banner-top .widget_search {
        margin-left: -30px;
        margin-right: -30px;
        width: auto !important;
        padding: 23px 30px;
    }
    .home .container {
        margin-left: -15px;
        margin-right: -15px;
        width: auto !important;
    }
    .home .navbar-primary {
        height: 50px;
    }
    .home .navbar-primary .navbar-brand {
        padding: 17px 0;
    }
    .home .navbar-toggle {
        padding: 11px 10px;
    }
    .home .content {
        padding-top: 50px;
    }
    #section-1 h1 {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }
    .effect-main-wrapper .top-text strong {
        text-align: left;
        float: left;
        margin-bottom: 10px;
    }
    .effect-main-wrapper p {
        text-align: left;
        float: left;
    }
    .home .latest-news-and-events-section .content-wrapper {
        display: flex;
        position: relative;
    }
    .home-news-event .facet-grid-type {
        width: 49%;
        z-index: 9;
    }
    .toggle-text {
        display: none;
    }
    .menu-link {
        padding-left: 23px;
    }
    .header-social-links .mtt-social-links {
        padding-left: 9px;
    }
    .showmenu .toggle-text {
        display: block;
    }
    .showmenu .navbar-toggle {
        margin-bottom: 0px;
    }
    .home-get-news .gform_button {
        height: 47px;
        right: 3px;
    }
    .home .mtt-cta-x-small h2 {
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        line-height: 27px;
        min-height: 122px;
    }
    .home-resource-main h2 {
        color: #4f4f4f;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry:last-child {
        width: 100%;
    }
    .the-south-bank-inner .wpb_wrapper {
        display: block;
    }
    .main-submenu .back-btn {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .home-resource-right .subscribe-submit {
        right: 2px;
    }
    .home .see-more-btn {
        width: 45%;
        margin-right: 10px;
        margin: 0px 15px 15px 0;
    }
    .home-get-news form {
        width: 100%;
        padding-left: 0px;
        margin-top: -19px;
    }
    .home-get-news .ginput_container input {
        width: 99%;
    }
    .home-resource-right .mtt-cta-block h2 {
        font-size: 25px !important;
        color: #ffffff;
        font-weight: 600;
        line-height: 23px !important;
    }
    .effect-main-wrapper .vc_column_container>.vc_column-inner {
        padding: 0px !important;
    }
    .effect-main-wrapper {
        padding: 0 3px;
    }
    .home-news-event .latest-news-link {
        height: 100%;
    }
    .home-news-event .meta-block.meta-date {
        position: static;
    }
    .home-get-news p {
        margin-bottom: 0px;
        margin-left: -13px;
    }
    .home-news-event h2 {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .home-news-event .latest-news-link:hover:after {
        height: 100%;
        height: 91%;
        margin-top: 20px;
    }
    .stack-effect-block h1 {
        padding: 0px;
        text-align: left;
        font-size: 28px;
        color: #4f4f4f;
        font-weight: 600;
    }
    .stack-effect-block p {
        padding: 0px;
        text-align: left;
    }
    .stake-holder-main {
        padding: 0px !important;
    }
    .stack-effect-block .vc_column-inner {
        padding: 0px;
    }
    .stakeholder-banner-top .vc_column-inner {
        padding: 0px;
    }
    .stakeholder-event .stack-left-content {
        width: 100%;
        margin-bottom: 20px;
    }
    .stakeholder-event .stack-right-image {
        width: 100%;
    }
    .stakeholder-event {
        padding: 20px 0;
    }
    .stakeholder-event .vc_column-inner {
        padding: 0px 10px;
    }
    .stakeholder-event .stack-left-content h2 {
        font-size: 25px;
        color: #4f4f4f;
        font-weight: 600;
    }
    .home-get-news .vc_column-inner {
        padding: 0px 10px;
    }
    .home-resource-main .vc_column-inner {
        padding: 0px 0px;
    }
    .single-staff .mtt-profile-photo {
        width: 94%;
        position: relative;
        margin: 0 3% 20px;
    }
    .single-staff .entry-content {
        width: 100%;
        padding: 0 15px;
    }
    .mtt-profile-image {
        width: 100% !important;
        height: 500px !important;
    }
    .mtt-profile-photo .mtt-profile-footer {
        height: 100% !important;
        width: 100% !important;
    }
    .pathways-block p {
        margin-bottom: 20px !important;
    }
    .resources-page-main {
        width: 94%;
        margin: 0 3%;
    }
    .home-resource-main .heding-title {
        width: 94%;
        margin: 0 3%;
    }
    .staff-template-default .entry h2 {
        margin-top: 0px !important;
    }
    .latest-news-link .latest-news-thumbnail {
        height: 193px;
        background-size: cover;
    }
    .latest-news-link .latest-news-thumbnail:hover:after {
        height: 100%;
    }
    .home-resource-left .home-latest-block .home-latest-left::after {
        display: none;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry-left::after {
        display: none;
    }
    .southbank-left {
        width: 100%;
    }
    .the-south-bank-inner .wpb_wrapper img {
        position: static;
        transform: none;
        top: 0px;
    }
}

@media (max-width: 480px) {
    .footer-list {
        float: left;
        width: 100%;
    }
    .state-wrap select {
        max-width: unset;
        min-width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
    .state-wrap h3 {
        display: block !important;
        margin-bottom: 10px !important;
    }
    .home-banner-top.banner-small {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .home-banner-top.bg-right {
        background-position: bottom right 160px !important;
        background-size: 400px !important;
    }
    .home-get-help.even-grid .mtt-cta-block:first-of-type {
        width: 100%;
    }
    .home-get-help .mtt-cta-block {
        display: block;
        min-height: unset !important;
        padding-bottom: 0;
        height: unset !important;
    }
    .home-news-event .latest-news-link:hover:after {
        height: 100%;
        height: 87%;
        margin-top: 20px;
    }
    .home-news-event .latest-news-and-events-section {
        min-height: auto;
        width: 100%;
        margin: 0 0 20px;
    }
    .home-news-event .latest-news-and-events-section img {
        width: 100%;
        float: left;
        max-height: 100%;
        min-height: 190px;
    }
    .home-news-event header {
        background-color: #fff;
        padding: 10px;
        float: right;
        width: 100%;
        height: auto;
    }
    .home-news-event header h2 a {
        font-size: 15px;
        line-height: 16px;
    }
    .home-get-news #gform_7 {
        width: 100%;
        padding: 0px 0 0px;
    }
    .pathways-block p {
        padding-top: 0px;
        font-size: 25px;
        line-height: 30px;
        margin-top: 0px;
    }
    .home-get-help .mtt-cta-block {
        width: 100%;
        padding: 0 0 80px 0;
        display: block;
    }
    .home .get-help-main-block {
        padding: 33px 0 33px 0;
    }
    .home-get-help {
        margin-bottom: 30px;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-resource-main {
        padding: 0px 0 44px;
    }
    .navbar-primary .navbar-brand {
        width: 54%;
        z-index: 99;
    }
    .home-get-news p {
        font-size: 20px;
        line-height: 26px;
    }
    .home-get-news p {
        margin-bottom: 0px;
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
        margin-right: 0px;
        margin-left: -13px;
        padding-top: 0px;
    }
    .home-resource-main {
        margin: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .home-resource-left .home-latest-block .home-latest-right {
        width: 61%;
        margin-top: 0px;
    }
    .home-resource-left .home-latest-bottom {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry-right {
        width: 61%;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .the-south-bank-inner .wpb_wrapper img {
        width: 100%;
        height: auto;
    }
    .the-south-bank-inner .right-content {
        width: 100%;
        padding: 15px;
    }
    .the-south-bank-inner .right-content h2 {
        font-size: 18px;
        line-height: 24px;
        padding: 0px;
        margin-bottom: 10px;
    }
    #section-1 h1 {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }
    .effect-main-wrapper .top-text strong {
        text-align: left;
    }
    .effect-main-wrapper p {
        text-align: left;
    }
    .effect-main-wrapper {
        margin: 0px;
    }
    .effect-main-wrapper1 {
        margin: 20px 0 0px;
    }
    #section-1 {
        width: inherit;
        padding: 20px 0;
        margin: 20px 0;
    }
    .home-resource-left .home-latest-bottom .home-latest-summry-left {
        width: 36%;
        height: auto;
        margin-right: 0px;
    }
    .home-resource-left .home-latest-block .home-latest-left {
        width: 36%;
        margin-right: 0px;
        height: auto;
    }
    .home-banner-top .widgettitle {
        width: 100%;
        float: none;
        margin-right: 0px;
        font-size: 15px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .home-banner-top .widget_search {
        height: auto;
        margin-top: -30px;
    }
    .banner-right-search .content-sidebar-search form {
        width: 100%;
        padding-right: 46px;
        position: relative;
        float: none;
    }
    .home-banner-top .form-control {
        width: 100%;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background-color: #ffffff;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    }
    .go-btn {
        right: 3px;
    }
    .the-south-bank-main {
        padding: 0px 0 35px;
    }
    .pathways-block .pathway-box.green h2 a {
        font-size: 25px;
        font-weight: 600;
    }
    .pathways-block .pathway-box.blue h2 a {
        font-size: 25px;
        font-weight: 600;
    }
    .pathways-block .pathway-box h2 a {
        font-size: 25px;
        font-weight: 600;
    }
    .home-get-help p {
        font-size: 26px;
    }
    .home .get-help-main-block .get-help-topic a {
        font-size: 26px;
    }
    .home-resource-left .latest-title {
        font-size: 20px;
        line-height: 26px;
    }
    .sidenav {
        width: 100%;
        z-index: 999;
    }
    .home-resource-main h2 {
        font-size: 24px;
        color: #4f4f4f;
        font-weight: 600;
        text-align: left;
    }
    .effect-main-wrapper1.mtt-cta-icon-block .icon {
        padding-left: 0px;
    }
    .pathways-block .pathway-box {
        width: 92%;
        margin-bottom: 20px;
        margin: 0 4% 20px;
        padding: 20px 12px;
    }
    .home-resource-right .subscribe-input {
        background-color: #fff;
        height: 46px;
    }
    .home .navbar-primary {
        height: 50px;
    }
    .home .navbar-primary .navbar-brand {
        padding: 17px 0;
    }
    .home .navbar-toggle {
        padding: 11px 10px;
        z-index: 9;
    }
    .home .content {
        padding-top: 50px;
    }
    .home-news-event .facet-grid-type {
        z-index: 9;
        width: 100%;
        margin-bottom: 5px;
    }
    .latest-read-btn {
        display: none;
    }
    .stakeholder-banner-top .banner-login-btn {
        width: 100px;
        float: left;
        margin-left: 15px;
    }
    .stakeholder-banner-top .text-description {
        width: 58%;
        float: left;
        padding-top: 0px;
    }
    .pathways-block .pathway-box {
        width: 92%;
        margin-bottom: 20px;
        min-height: auto;
        padding-bottom: 15px;
    }
}

.facet-sidebar .facetwp-type-search {
    overflow-y: hidden;
}

.nav-search input[type="text"].nav-input-search {
    float: left;
    padding: 20px 20px;
    width: 300px;
    margin-top: 20px;
    display: none;
    margin-right: 20px;
}

.search-result {
    overflow: auto;
    max-height: 334px;
}

.searchwp-live-search-results-showing {
    max-height: 306px !important;
    padding-bottom: 15px;
    overflow: hidden !important;
}

.searchwp-live-search-result a {
    white-space: normal !important;
    color: #4f4f4f;
}

.more-result {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #fff;
    width: 100%;
    padding: 15px 0;
}

.home-banner-top .form-control {
    width: -webkit-fill-available !important;
}

.accordion-wrap {
    /*box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 10px 20px; */
    text-align: left;
    margin: 0 0 30px 0;
}

.accordion-wrap .vc_toggle {
    border-bottom: 1px solid #dfe1e4;
}

.accordion-wrap .vc_toggle_title>h4 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 22px;
}

.accordion-wrap .vc_toggle_title,
.accordion-wrap .vc_toggle_content {
    padding-left: 0;
}

.accordion-wrap>h3 {
    margin-bottom: 30px;
    color: #4f4f4f;
    font-size: 25px;
    text-align: center;
}

.accordion-icon {
    background: url(../images/accordion-arrow.png) no-repeat center 6px;
    position: absolute;
    width: 14px;
    height: 16px;
    right: 0;
    top: 0;
}

.accordion-wrap .vc_toggle_active .accordion-icon {
    background-position-y: -9px;
}

.page-id-30060 #section-1 {
    margin-bottom: 10px;
}

.loading {
    position: absolute;
    background: url("img/5.gif") no-repeat center 180px rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    margin-left: -45px;
    z-index: 9;
    background-size: 40px;
}

.icon_alignment_left .icon {
    float: left;
    width: 40px !important;
}

h2 strong {
    font-weight: 600;
}

.state-wrap h3 {
    display: inline;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

.state-wrap select {
    border: 0;
    font-size: 30px;
    border-radius: 3px;
    max-width: 220px;
    min-width: 180px;
    padding: 5px 40px 5px 20px;
    color: #fff;
    margin-left: 5px;
    -webkit-appearance: none;
    background: url("../images/Icon26.svg") no-repeat right #19a7b3;
}

.text-bold,
.text-bold h2 {
    font-weight: 600;
}

.text-light,
.text-light p {
    color: #fff;
}

.text-highlight,
.text-highlight p {
    font-size: 20px;
    line-height: 26px;
}

.full-width-wrapper .col-content {
    padding: 50px 200px;
}

.video-bg-wrap {
    padding: 0 100px;
}

.vimeo-bg-wrap {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 620px !important;
    z-index: -1;
}

.video-content-text {
    margin-top: 300px;
}

.video-section-wrap {
    min-height: 620px;
}

.video-section-wrap .embed-container {
    /* position: unset;
    padding-bottom:unset; 
    overflow: unset;
    max-width: unset;
    height: unset; */
}

.video-section-wrap iframe {
    /* width: 100vw;
    height: 56.2963vw;
    min-height: 100vh;
    min-width: 177.6316vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); */
}

@media (max-width: 1440px) {
    .featured-wrapper {
        padding: 40px 200px 80px 200px !important;
    }
/*.feature-col-left {
        padding-left: 100px !important;
    }
    .feature-col-right {
        padding-right: 100px !important;
        padding-top: 60px !important;
        padding-left: 50px !important;
    } */

    .feature-col-left,
    .fix-col-left{
        padding: 0 20px 0 20px !important;
    }

    .feature-col-right,
    .fix-col-right{
        padding: 0 20px 0 20px !important;
    }

    
}

@media (max-width: 1024px) {
    .home-banner-top.banner-small {
        background-position: right -200px bottom !important;
        padding-bottom: 80px;
    }
    .video-bg-wrap {
        padding: 100px 100px;
    }
    .info-grid-wrapper {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .cta-btn-wrap h1 {
        text-align: center !important;
    }
    .narrow-content {
        padding: 0 !important;
    }
    /*.feature-col-left {
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
    .feature-col-right {
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
    } */
    .full-width-wrapper .col-content {
        padding: 50px 50px;
    }
    .featured-wrapper {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .home-banner-top .wpb_text_column {
        margin-right: 0 !important;
    }
    .full-width-wrapper .vc_column-inner {
        padding-top: 50px !important;
        padding-right: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 50px !important;
    }
    .video-bg-wrap .vc_custom_heading {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 414px) {
    .list-left.vc_column_container>.vc_column-inner {
        padding-right: 15px !important;
    }
    .list-right.vc_column_container>.vc_column-inner {
        padding-left: 15px !important;
    }
    .featured-wrapper {
        padding: 0 !important;
    }
    .featured-wrapper .featured-header h2 {
        font-size: 30px !important;
    }
    .cta-btn-wrap {
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }
    .home-banner-top {
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .full-width-wrapper .col-content {
        padding: 20px !important;
    }
    .cm-cta .vc_column-inner h1 {
        text-align: center !important;
    }
    .cm-cta .vc_column-inner {
        padding-bottom: 0 !important;
    }
    .cm-cta .vc_column-inner:last-child {
        padding-top: 20px !important;
    }
    .cm-cta .vc_column-inner .vc_btn3-container.vc_btn3-left {
        text-align: center !important;
    }
    .featured-wrapper {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .vc_row.full-width-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .full-width-wrapper .vc_column-inner {
        min-height: 300px;
        padding-top: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 0 !important;
    }
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
    border-color: #19a7b3;
    background-color: #19a7b3;
    font-weight: 500;
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover {
    border-color: #0e96a0;
    background-color: #0e96a0;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 30px;
}

.vc_btn3.vc_btn3-size-lg {
    padding: 10px 40px;
}

.featured-wrapper {
    padding: 40px 500px 80px 500px;
}

.featured-wrapper .featured-col h3 {
    margin: 20px;
    font-weight: 600;
    font-size: 20px;
}

.featured-wrapper .featured-header h2 {
    font-size: 35px;
    font-weight: 600;
}

.text-white {
    color: #fff;
}

.large-heading h2 {
    font-size: 35px;
    font-weight: 600;
}

.heading-l h1 {
    font-size: 45px;
}

.footer-list h3 {
    border-bottom: 4px solid #4f4f4f;
    padding-bottom: 13px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 600;
}

.footer-list ul {
    margin: 0px;
    padding: 0px;
}

.footer-list ul li {
    display: block;
    border-bottom: 1px solid #005865;
    background: url(../images/arrow-icon-white.svg) no-repeat right 9px center;
    background-size: auto;
    background-size: 20px 20px;
    padding: 10px 0 8px 20px;
    line-height: 20px;
}

.footer-list ul li a {
    color: #4f4f4f;
    font-weight: 400;
}

.footer-list.text-white ul li a{
    color:#FFF;
}

.teal-bg ul {
    background: #19a7b3;
}

.teal-dark-bg ul {
    background: #007789;
}

.home-get-help.full-width .mtt-cta-block:first-of-type {
    width: 100%;
}

.footer-title .mtt-cta-x-small {
    margin-bottom: 5px;
}

.mtb-50 {
    margin: 50px 0;
}

.mtt-cta-icon-block .icon.on-left {
    width: unset;
}

.mtt-cta-icon-block .mtt-cta-icon-content.on-left {
    width: unset;
}

.mtt-cta-icon-block .mtt-cta-icon-content.on-left h2 {
    margin: 25px 0;
}

.cm-cta .vc_column-inner {
    padding-top: 50px;
    padding-bottom: 30px;
}

/* .feature-col-left {
    padding-left: 365px;
    padding-top: 100px;
    padding-right: 100px;
}

.feature-col-right {
    padding-right: 365px;
    padding-top: 100px;
    padding-left: 100px;
} */


.feature-col-left,
.fix-col-left{
    max-width: 600px;
    float: right;
    padding: 50px 30px 50px 0;
    width: 100%;
}

.feature-col-right, 
.fix-col-right{
    max-width: 600px;
    float: left;
    padding: 50px 0 50px 30px;
    width: 100%;
}

.info-grid-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mb-medium {
    margin-bottom: 45px;
}

.narrow-content {
    padding: 0 250px;
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
    letter-spacing: 1px;
    font-weight: 600;
    border-color: #3497db;
    background-color: #3497db;
    letter-spacing: 1px;
    border-radius: 3px;
}

.vc_btn3.vc_btn3-style-modern {
    background-image: unset;
    font-size: 13px;
}

.cta-btn-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-btn-text h1 {
    margin-top: 10px;
}

.cta-btn-container {
    padding: 0 0 20px;
    margin: 0;
}

.left-col {
    padding-left: 175px;
}

.right-col {
    padding-right: 175px;
}

.left-col .vc_row-fluid,
.right-col .vc_row-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pr-80 {
    padding-right: 80px;
}

.home-banner-top.banner-small {
    background: url('../images/WSC-Index-Mark-01.png') #007789;
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-banner-top.bg-right {
    background-repeat: no-repeat;
    background-position: bottom right 100px;
    background-size: 600px;
}

.icon-list-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

#state-selector option[default],
#city-selector option[default] {
    display: none;
}

.vc_tta-tab {
    min-width: 282px;
    margin-right: 3px !important;
    text-align: center;
}

.vc_tta-tab>a {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    margin-bottom: 5px;
    border: none !important;
    background: #f2f2f2 !important;
}

.vc_tta-tab.vc_active>a {
    background: #19a7b3 !important;
    color: #FFF !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    background: #f9f9f9 !important;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin-right: 0 !important;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab:nth-child(4) {
    margin-right: 0 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 30px 40px !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: 0 !important;
}

@media (max-width: 768px) {
    .home-banner-top.banner-small {
        background-position: right -100px bottom !important;
        padding-top: 20px;
        padding-bottom: 20px;
        background-size: 400px;
    }
    .vimeo-bg-wrap iframe {
        width: 100vw;
        height: 56.2963vw;
        min-height: 100vh;
        min-width: 177.6316vh;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .vimeo-bg-wrap .embed-container {
        position: unset;
        padding-bottom: unset;
        overflow: unset;
        max-width: unset;
        height: unset;
    }
    .vimeo-bg-wrap {
        min-height: 620px;
    }
}

@media (max-width: 767px) {
    .video-bg-wrap .vc_video-bg.vc_hidden-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none;
    }

    .feature-col-left,
    .fix-col-left{
        padding: 0 15px 0 15px !important;
        float: left;
    }

    .feature-col-right,
    .fix-col-right{
        padding: 0 15px 0 15px !important;
    }
}

@media (min-width: 576px) {
    .chart .ch-header-spacer {
        height: 0 !important;
    }
    .hidden-md {
        display: none;
    }
}

@media (max-width: 425px) {
    .heading-l h1 {
        font-size: 30px !important;
    }
    .chart-wrap {
        margin-top: -55px;
        padding-top: 0;
    }
}

@media (max-width: 425px) and (max-height: 667px) {
    .content {
        margin-top: 45px !important;
    }
}

@media (max-width: 320px) {}

.bold h1,
.bold h2,
.bold h3,
.bold h4 {
    font-weight: 600;
}

.mtt-cta-block .mtt-cta-block-link::after {
    font-size: 10px;
    top: -0.5px;
}

.white-link a {
    color: #fff;
}

.play-icon>div>*>a {
    background: url('../images/play-icon.svg') left center no-repeat;
    padding: 8px 0 8px 60px;
    color: #FFF;
}

.desc-wrap {
    max-width: 760px;
    margin: auto auto 35px auto;
}

.ePXIqg {
    overflow: hidden !important;
}

.mb-0>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column {
    margin-bottom: 0 !important;
}

.back-btn,
.back-btn a {
    color: #fff;
}

.ch-bg-vid .embed-container {
    position: unset;
    padding-bottom: unset;
    overflow: unset;
    max-width: unset;
    height: unset;
}