/* Global */

body {
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    font-size: 22px;
    font-weight: 300;
    color: #1A2027;
    padding-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.2px;
}

*:focus {
    outline: none;
}


/* Banner */

.intro-header {
    margin-bottom: 30px;
}

.banner {
    padding: 25px 0 0;
    background-position: center center;
}

.banner.banner1 {
    background-image: url(../images/HP-Hero-v3.png);
    background-size: cover;
    background-position: right top;
    overflow: hidden;
}

/* @media(min-width: 1000px) {
    .banner.banner1 {
        overflow: hidden;
    }
} */

@media(min-width:1000px) {
    .banner.banner1 {
        height: 100vh;
        overflow: hidden;
    }
}

.banner_credit {
    color: #fff;
    opacity: 0.4;
    position: absolute;
    bottom: 5px;
    right: 0;
    padding-left: 20px;
}


/* Nav */

.navbar {
    min-height: auto;
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    max-width: 240px;
    margin-right: 1em;
}

@media(min-width: 1300px) {
    .navbar-brand {
        margin-right: 6em;
    }
}

.navbar-brand>img {
    width: 140px;
}

.navbar-nav>li>a {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #132553;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav>li>a:hover,
.navbar-nav li.current-menu-item a {
    color: #1998d4;
}

.main-nav {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

@media(max-width: 768px) {
    .main-nav {
        padding-top: 20px;
    }
}


/* Header */

.site-heading {
    max-width: 480px;
    color: #1A2027;
}

.site-heading h2 {
    padding-bottom: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 35px;
    font-weight: 200;
    line-height: 30pt;
}

.site-heading span.subheading {
    font-size: 19px;
    display: block;
    padding-bottom: 30px;
    color: #1A2027;
}

.intro-header .bx-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}

.site-heading .btn {
    margin-bottom: 50px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 13px;
    padding-top: 10px;
}

.banner .site-heading span.subheading {
    font-size: 21px;
    font-weight: 200;
}


/* Button */

.btn {
    border: 3px solid #fff;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 0px;
    margin-right: 4px;
    font-weight: 500;
    color: #fff;
}

a.btn:hover {
    background-color: #fff;
    color: #132553;
}

a.btn.fill:hover {
    background-color: #fff;
    color: #132553;
}

.video-home {
    margin: 40px 0;
}

.case-studies a {
    color: #132553;
    font-style: italic;
}

.sec-header {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #BBC4D3;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.team-header {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
    text-transform: uppercase;
}

.sections h6 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}

.sections-cont {
    min-height: 160px;
}

.btn-blue {
    border: 1px solid #132553;
    color: #132553;
    letter-spacing: 2px;
    padding: 2px 30px 2px 20px;
    background: rgba(0, 0, 0, 0) url(../images/bt-bg-arrow.png) no-repeat scroll 90% center;
}

a.btn-blue:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/bt-bg-arrow-white.png) no-repeat scroll 90% center #132553;
}

.btn-blue>img {
    vertical-align: inherit;
}

.gray {
    background: #f8fafb;
}

.sections {
    padding: 30px 0px;
}

.nav.navbar-nav.navbar-left {
    margin: 36px 0;
}

.navbar-right {
    margin-top: 10px;
}

.navbar-right .fat-btn {
    padding: 1em;
    max-width: 150px;
    background: #0095DA;
    color: #fff;
    text-align: center;
}

.navbar-right .fat-btn:hover {
    background: #0095DA;
    color: #fff;
}

.navbar-right li a {
    padding-top: initial;
    padding-bottom: initial;
}

.navbar-nav>li>a:hover {
    background: none;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.client-slide li {
    display: inline-block;
    text-align: center;
}

.app-rdmr {
    display: inline-block;
    margin-top: 163px;
}

.navbar-nav>li:last-child {
    border-right: none;
}

@media(max-width: 1045px) {
    .navbar-right {
        float: none !important;
    }
}

.searchbox-image {
    margin: 23px 0;
}

@media(min-width:768px) {
    .searchbox-image {
        margin-left: 30px;
    }
}

.sections-cont-img span {
    display: table-cell;
    vertical-align: middle;
    border: 5px solid #122454;
    border-radius: 50%;
    width: 205px;
    height: 205px;
    text-align: center;
    position: relative;
    left: 25px;
    top: 25px;
}

#top-footer {
    border-top: 1px solid #BBC4D3;
    padding: 40px 0px;
}

#footer {
    background-color: #FAFBFD;
    padding: 40px 0px;
}

#top-footer li a,
#footer li a {
    color: #1A2027;
    font-weight: 500;
    letter-spacing: 3px;
}

#top-footer li a {
    color: #C8CACB;
}

#top-footer li a:hover {
    text-decoration: none;
    color: #1A2027;
}

#top-footer li,
#footer li {
    float: left;
    list-style: none;
    padding: 0px 20px;
    /* border-left: 1px solid #136f9e; */
}

#top-footer li:first-child,
#footer li:first-child {
    border-left: none;
    padding-left: 0px;
}

ul {
    padding-left: 0;
}

#footer p {
    /* float: right; */
    margin-bottom: 0px;
    color: #1A2027;
    padding-top: 8px;
}

.ftr-img img {
    max-width: 120px;
}

.navbar-toggle .icon-bar {
    background-color: #a1a1a1;
}

.video-home>img {
    max-width: 100%;
}


/*  /consulting-services  */

.services-li {
    padding-left: 18px;
    font-size: 17px
}

.services-li li {
    padding-top: 10px;
}

.list-p {
    color: #77777b;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}


/* team page */

.bootstrapNavigation {
    margin-bottom: 30px;
    text-align: right;
    clear: both;
}

.bootstrapNavigation .pagination a {
    border: 1px solid #091127;
    display: inline-block;
    margin-right: 3px;
    padding: 2px 10px;
    color: #091127;
    cursor: pointer;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-color: #091127 !important;
}

.bootstrapNavigation .pagination a:hover {
    color: #091127 !important;
}

.bootstrapNavigation .pagination a.prev {
    background: url(../images/prv-arrow.png) no-repeat scroll center center;
    font-size: 0;
    height: 26px;
    vertical-align: bottom;
    border: none;
    width: 30px;
}

.bootstrapNavigation .pagination a.next {
    background: url(../images/right-arrow.png) no-repeat scroll center center;
    font-size: 0;
    height: 26px;
    vertical-align: bottom;
    border: none;
    width: 30px;
}

.filter {
    border-bottom: 1px solid #ebebeb;
    padding: 1em 0 1em 0;
    margin-bottom: 1.5em;
}

.filter select {
    border-radius: 0, -webkit-appearance: none;
}

.filter-header {
    background-color: #ebebeb;
    color: #77777b;
    width: 43%;
    padding: 8px;
}


/*inner page*/

.inner-header {
    margin-bottom: 50px;
    background-size: cover;
    background-position: 50% 50%;
}

.inner-header h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #1A2027;
    font-size: 48px;
    font-weight: 300;
    padding: 30px 0px;
    text-align: center;
    margin-top: 10px;
}

.inner-header h1 span {
    padding: 10px;
    display: inline-block;
}

@media(min-width: 768px) {
    .inner-header h1 span {
        padding: 10px 30px;
    }
}

.contact-form input {
    border: 1px solid #ebebeb !important;
    width: 80% !important;
    padding: 10px 15px !important;
    margin-bottom: 20px !important;
    text-indent: inherit !important;
    font-family: inherit !important;
    font-size: 16px !important;
}

.contact-form textarea {
    width: 100% !important;
    border: 1px solid #ebebeb !important;
    padding: 8px 10px !important;
    margin-bottom: 0px !important;
    height: 150px !important;
    font-family: inherit !important;
    font-size: 16px !important;
}

.contact-address {
    margin-bottom: 50px;
}

h3 {
    color: #000;
}

.contact-form h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

ul.lest-itms {
    padding-left: 15px;
}

.lest-itms li {
    font-size: 22px;
    font-weight: 300;
}

.img-case {
    background: #f8f8f8;
    width: 360px;
    position: relative;
    height: 360px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.img-case a {
    background: url(../images/see-icon.png) no-repeat scroll center center rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all ease-in 0.2s;
}

.top-header-no-space h3.sec-header {
    margin-top: -4px;
}

.top-header-no-space h3 {
    margin-top: -5px;
    text-transform: uppercase;
}

.name-diff {
    font-family: 'Crimson Text', serif;
    color: #77777b;
    text-transform: capitalize;
    font-size: 20px;
    font-style: italic;
    margin: 15px 0px 10px 0px;
}

.img-case:hover a {
    opacity: 1;
}

.img-link-case a {
    background: url(../images/read-more.png) no-repeat scroll center center rgba(0, 0, 0, 0.1);
}

h4 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 20px 0px 10px 0px;
}

.larg {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 50px;
    margin-right: 30px;
    display: inline-block;
    letter-spacing: 3px;
}

.color-fell {
    background: #132553;
    color: #fff;
}

.long-space-hr {
    margin: 50px 0px;
}

.short-space-hr {
    margin: 0 0 30px 0;
}

.list-box {
    margin-bottom: 30px;
}

.top-header-no-space {
    margin-top: 0;
}

.case-studies p {
    /* display: inline; */
    margin-top: -80px;
}

.case-studies .col-sm-4 {
    margin-bottom: 30px;
    max-width: 360px;
    border: 2px solid #eee;
    overflow: hidden;
}

.case-studies img {
    margin-top: -70px;
}

.approch-icons li {
    max-width: 180px;
    margin: 0px auto;
    list-style: outside none none;
}

.approch-icons a {
    width: 169px;
    height: 169px;
    border: 3px solid #122454;
    border-radius: 50%;
    display: block;
    transition: border-color 0.5s ease 0s;
    -moz-transition: border-color 0.5s ease 0s;
    -webkit-transition: border-color 0.5s ease 0s;
    -ms-transition: border-color 0.5s ease 0s;
}

.approch-icons li a:hover {
    border-color: #1998d4;
    transition: border-color 0.5s ease 0s;
    -moz-transition: border-color 0.5s ease 0s;
    -webkit-transition: border-color 0.5s ease 0s;
    -ms-transition: border-color 0.5s ease 0s;
}

.navbar .container.container-fluid {
    position: relative;
}

.searchbox {
    background: #132553 none repeat scroll 0 0;
    bottom: -53px;
    padding: 1px;
    position: absolute;
    right: 0;
}

.video-field {
    position: relative;
    margin-bottom: 20px;
}

.video-overlay {
    font-size: 35px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    display: none;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.3) none repeat;
    position: absolute;
}

.video-overlay a {
    left: 30%;
    position: absolute;
    color: #fff;
    text-decoration: none;
    top: 50%;
}

.video-overlay span {
    background: url(../images/PlayButton.png) no-repeat center center;
    height: 75px;
    vertical-align: middle;
    display: inline-block;
    width: 72px;
}

.video-field:hover .video-overlay {
    display: block;
}

.searchbox::before {
    content: "";
    height: 10px;
    margin-top: -11px;
    position: absolute;
    right: 16px;
    width: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
}

.customNavigation {
    text-align: left;
}

@media(min-width: 768px) {
    .customNavigation {
        margin-bottom: 30px;
    }
}

/* .owl-pagination .owl-page {
    display: inline-block;
}

.owl-pagination a,
.owl-pagination span {
    border: 1px solid #091127;
    display: inline-block;
    margin: 0 2px;
    padding: 2px 10px;
    color: #091127;
    cursor: pointer;
}

.owl-pagination {
    display: inline-block;
} */

@media(max-width: 768px) {
    .owl-pagination {
        padding-bottom: 25px;
    }
}

.owl-theme .owl-controls .owl-page span {
    background: #1F9AD6;
}

.customNavigation a.next {
    background: url(../images/right-circle-active.png) no-repeat scroll center center;
    font-size: 0;
    height: 60px;
    vertical-align: bottom;
    border: none;
    width: 60px;
}

/* .customNavigation a.next:hover {
    border: 1px solid #091127;
} */

.customNavigation a.prev {
    background: url(../images/Left-circle-active.png) no-repeat scroll center center;
    font-size: 0;
    height: 60px;
    vertical-align: bottom;
    border: none;
    width: 60px;
}

/* .customNavigation a.prev:hover {
    border: 1px solid #091127;
} */

.page-template-approach .bx-wrapper .bx-next {
    right: -20px;
}

.page-template-approach .bx-wrapper .bx-prev {
    left: -10px;
}

.top-header-no-space .img-case {
    display: block;
}

.top-header-no-space .img-case {
    width: 100%;
    height: auto;
    text-align: left;
}

.post-thumbnail {
    float: left;
    padding-right: 20px;
}

.post.type-post {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.back-button .btn-blue {
    background: rgba(0, 0, 0, 0) url(../images/Back-to-arrow.png) no-repeat scroll 2% center;
    padding: 2px 6px 2px 20px;
}

.back-button:hover .btn-blue {
    background-image: none;
}

.type-casestudy {
    display: block;
    float: left;
    margin-bottom: 50px;
}

.contact-form input.btn-blue,
.contact-form input.gform_button.button {
    background: rgba(0, 0, 0, 0) url(../images/bt-bg-arrow.png) no-repeat scroll 90% center;
    border: 1px solid #132553 !important;
    max-width: 125px !important;
    padding: 2px 117px 2px 20px !important;
    height: auto !important;
}

.contact-form input.btn-blue:hover,
.contact-form input.gform_button.button:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/bt-bg-arrow-white.png) no-repeat scroll 90% center #132553;
}

.esg-grid .mainul li.eg-news-insights-wrapper {
    height: 120px !important;
}

.esg-entry-media-wrapper,
.esg-entry-cover {
    max-height: 300px;
}

.entry-header h1 {
    margin-top: -8px;
}

.post-thumbnail img {
    width: 100%;
}

.bx-pager-link.active {
    pointer-events: none;
}

.sections-cont p br {
    display: none;
}

.video-home .video-field>a {
    background: rgba(0, 0, 0, 0) url(../images/video-img.jpg) repeat scroll center center / cover;
    display: block;
    height: 300px;
    width: 100%;
}

.home-page-video {
    background: url(../images/akkr-story.jpg);
    background-size: cover;
    background-position: center;
    padding: 14em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-page-video p {
    color: #1A2027;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.home-page-video a {
    background: #fff;
    padding: 1em 3em;
    color: #1A2027;
    margin-top: 2em;
}

.home-page-video a:hover {
    text-decoration: none;
}

.video-top {
    font-size: 22px;
}

.video-bottom {
    font-size: 70px;
}

.video-home .video-field.video-team a {
    background: rgba(0, 0, 0, 0) url(../images/video-img-team.jpg) repeat scroll center center / cover;
}

.video-home .video-portfolio.video-field>a {
    background: rgba(0, 0, 0, 0) url(../images/video-img-portfolio.jpg) repeat scroll center center / cover;
}

.owl-item .col-sm-4 {
    width: 100%;
    min-height: 280px;
}

.owl-carousel .owl-wrapper {
    padding-top: 0;
}

.owl-carousel .owl-item {
    display: table;
    float: left;
    height: 100px;
    vertical-align: middle;
}

#owl-slider .item {
    display: table-cell;
    height: 200px;
    text-align: center;
    vertical-align: middle;
}

.owl-theme .owl-controls .owl-buttons div {
    border: 1px solid #000;
    opacity: 1 !important;
    padding: 5px 13px !important;
    text-indent: -9999px;
    border-radius: 0px !important;
    position: absolute;
    top: 45%;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
    background: url(../images/left-arrow.png) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    background: url(../images/right-arrow.png) no-repeat center center;
}

label.gfield_label {
    display: none !important;
}

.gform_heading h3.gform_title {
    font-weight: normal !important;
    font-size: 24px !important;
    margin-bottom: 10px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 10px !important;
}

.gform_wrapper .top_label .gfield_description {
    margin-top: -17px !important;
}

.owl-item li span {
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    line-height: 16px;
    font-weight: bold;
}

section.no-results.not-found {
    min-height: 370px;
}

.search.search-results>.container {
    min-height: 350px;
    margin-bottom: 30px;
}

article.hentry {
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
}

@media (max-width: 1200px) {
    .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    img {
        max-width: 100%;
    }

    @media (max-width: 1140px) {
        .nav>li>a {
            padding-left: 10px;
            padding-right: 10px;
        }

        img {
            height: auto;
            max-width: 100%;
        }

        .btn-blue img {
            width: auto;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1140px) {
        .client-slide li {
            width: 324px !important;
        }

        .client-slide .bx-wrapper .bx-next {
            right: -24px;
        }

        .client-slide .bx-wrapper .bx-prev {
            left: -21px;
        }

        .case-studies .col-sm-4 {
            max-width: 319px;
        }
    }

    @media (max-width: 991px) {
        .sections-cont-img {
            margin-top: 20px;
        }

        .navbar-header.page-scroll {
            float: none;
            text-align: left;
        }

        #menu-item-42 a {
            padding-left: 0;
        }

        #footer p {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }

        .navbar-brand>img {
            display: inline;
        }

        .video-overlay a {
            left: 20%;
            top: 30%;
        }

        .navbar-brand {
            float: none;
        }

        .img-case {
            background: #f8f8f8 none repeat scroll 0 0;
            height: 237px;
            padding-top: 20px;
            position: relative;
            text-align: center;
            vertical-align: middle;
            width: 243px;
            display: inline-block;
        }

        .menu-footer_menu-container .menu {
            text-align: center;
        }

        #footer li {
            display: inline-block;
        }

        .top-header-no-space h3.sec-header {
            margin-top: 30px;
        }

        .top-header-no-space h3 {
            margin-top: 30px;
        }

        .video-home .video-field>a {
            background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2015/09/video-img.jpg) repeat scroll center center / cover;
            display: block;
            height: 220px;
            width: 100%;
        }

        .sections-cont-img,
        .mobile-center {
            text-align: center;
        }

        .sections-cont-img span {
            border: 5px solid #122454;
            border-radius: 50%;
            display: inline-block;
            height: auto;
            padding: 25px;
            text-align: center;
            vertical-align: middle;
            width: auto;
        }

        .app-rdmr {
            margin-top: 0;
        }

        /* .banner.banner1 {
            background-position: right center;
        } */
    }

    @media (max-width: 767px) {
        .sections-cont-img {
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: -48px;
            padding: 0 0 40px 0;
        }

        .navbar-nav>li {
            border-bottom: 1px solid #b2b2b2;
            border-right: medium none;
            padding: 5px 0;
        }

        .navbar-nav>li:last-child {
            border-bottom: none;
        }

        .video-home {
            padding: 20px 0;
        }

        .navbar-nav>li>a {
            padding: 0px;
        }

        #footer ul {
            text-align: center;
        }

        #footer li {
            padding: 0px 5px;
            float: none;
            display: inline-block;
        }

        .nav.navbar-nav.navbar-left {
            width: 100%;
        }

        .video-overlay a {
            font-size: 13px;
        }

        .video-overlay span {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }

        .img-case {
            height: 274px;
            width: 285px;
        }

        .page-template-portfolio .bx-controls div a {
            margin-right: 4px;
        }

        .nav.navbar-nav.navbar-left {
            margin: 20px 0;
        }

        .img-case {
            height: auto;
        }

        .top-header-no-space h3.sec-header {
            margin-top: 30px;
        }

        .case-studies .col-sm-4 {
            max-width: 400px;
            margin: 0px auto;
            width: inherit !important;
        }

        .video-home {
            margin-bottom: 0;
            padding: 20px 0;
        }

        .white-bg-ful .container .row.sections {
            padding: 10px 0 40px;
        }

        .banner.banner1 {
            padding-bottom: 0;
            background-position: right center;
        }

        .flex-me .site-heading h2 {
            text-align: center;
        }

        .site-heading span.subheading {
            padding-bottom: 40px;
            text-align: center;
        }

        .site-heading .btn.fill {
            margin-bottom: 20px;
        }

        .app-rdmr {
            display: inline-block;
            margin-top: 25px;
        }

        .site-heading .btn {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 480px) {
        #footer li {
            float: none;
            border-right: none;
            margin-bottom: 10px;
        }

        #footer p {
            float: none;
            text-align: center;
        }

        .img-case img {
            max-width: 275px;
        }

        .banner {
            background-size: cover;
            padding: 20px 0;
        }


        .video-field img {
            height: 150px;
            max-width: none;
            width: 335px !important;
        }

        .video-field {
            height: 150px;
            margin-bottom: 50px;
            overflow: hidden;
            position: relative;
            text-align: center;
        }

        .client-slide .bx-viewport {
            margin: 0 auto;
            width: 73% !important;
        }

        .video-home .video-field {
            margin-bottom: 0;
        }


        .video-home .video-field>a {
            background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2015/09/video-img.jpg) repeat scroll center center / cover;
            display: block;
            height: 152px;
            width: 100%;
        }

        .sections-cont-img span {
            border: 5px solid #122454;
            border-radius: 50%;
            display: inline-block;
            padding: 25px;
            text-align: center;
            vertical-align: middle;
            width: auto;
            height: auto;
        }

        .case-studies .col-sm-4 {
            max-width: 300px;
            margin: 0px auto;
        }

        .sections-cont-img,
        .mobile-center {
            text-align: center;
        }

        .sections-cont-img img {
            width: 150px;
        }

        .page-template-approach .bx-wrapper .bx-next {
            right: -12px;
        }

        .post-thumbnail {
            float: none;
            margin-bottom: 30px;
        }

        .entry-header,
        .entry-content {
            padding: 0px 10px;
        }

        .pp_pic_holder.pp_default {
            left: 17px !important;
            width: 90% !important;
            height: 200px !important;
        }

        .pp_right .pp_content {
            height: 200px !important;
            width: 100% !important;
        }

        #pp_full_res iframe {
            height: 203px;
            width: 97.5% !important;
        }

        .inner-header h1 {
            letter-spacing: 5px;
        }
    }

    @media (max-width: 320px) {
        .site-heading .btn {
            margin-bottom: 30px;
        }
    }

    .single-portfolio h1.entry-title {
        text-transform: uppercase;
        font-size: 1.75em;
        font-weight: 500;
    }
}


/*  Custom padding for LONDON 'driving directions'  */

@media (min-width: 991px) {
    p.london-driving-directions {
        padding-top: 24px;
    }
}

.portfolio-website {
    color: #1998d4;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
}

.portfolio-website a {
    color: #1998d4;
    font-weight: 600;
    text-decoration: underline;
}

.btn-blue-back {
    border: 1px solid #132553;
    color: #132553;
    letter-spacing: 2px;
    padding: 10px 40px 10px 50px;
    background: rgba(0, 0, 0, 0) url(../images/Back-to-arrow.png) no-repeat scroll 8% center;
    font-size: 0.95em;
    line-height: 9px;
    font-weight: 600;
    display: inline-block;
    margin-top: 70px;
}

a.btn-blue-back:hover {
    color: #fff;
    text-decoration: none;
    background: #132553 url(../images/Back-to-arrow-white.png) no-repeat scroll 8% center;
}

.btn-blue-back>img {
    vertical-align: inherit;
}

.single-team .team .btn-blue-back {
    margin-top: 40px;
}

.single-team .team h1 {
    text-transform: uppercase;
    font-size: 2em;
    padding: 0 0 10px 0;
}

.single-team .team i {
    font-family: 'Crimson Text', serif;
    font-size: 1.1em;
}

.single-portfolio .portfolio h1 {
    text-transform: uppercase;
    font-size: 2em;
    padding: 0 0 10px 0;
}

.single-portfolio .portfolio i {
    font-family: 'Crimson Text', serif;
    font-size: 1.1em;
}

#project-next {
    float: right;
    transform: translateY(-100%);
    padding: 0 1%;
}

.post-adj-nav {
    font-size: 18px;
}

.video-square-container {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 3em 0 0 0;
    margin: 0 0 3em 0;
}

.video-field-square {
    min-width: 300px;
    min-height: 300px;
    display: block;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-field-square p {
    font-size: 1.6em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0.5em 0 0 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 37px;
    letter-spacing: 2px;
    line-height: 17.6px;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

@media(max-width: 400px) {
    .navbar-brand {
        margin-right: 4em;
    }
}

/* Team & Portfolio Pages */

#grid-portfolio .esg-entry-media-wrapper,
#grid-team .esg-entry-media-wrapper {
    border: 1px solid #ddd;
    background: rgba(151, 151, 151, 0.20);
    background-size: cover;
}

#grid-portfolio .esg-selected-filterbutton,
#grid-team .esg-selected-filterbutton {
    color: #000;
    margin: 0 5px 5px 20px;
    padding: 0 0 0 10px;
    border: 1px solid #ddd;
}

#grid-portfolio .esg-selected-filterbutton span,
#grid-team .esg-selected-filterbutton span {
    width: 190px;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 10px;
    font-size: 1.1em;
}

#grid-portfolio .esg-selected-filterbutton .eg-icon-down-open,
#grid-team .esg-selected-filterbutton .eg-icon-down-open {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    cursor: pointer;
    color: #999;
    background: #eee;
    padding: 10px 0 0 0;
    width: 40px;
    height: 40px;
}

#grid-portfolio .esg-filters,
#grid-team .esg-filters {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#grid-portfolio .esg-overflowtrick,
#grid-team .esg-overflowtrick {
    padding-top: 40px;
}

#grid-team .eg-team-skin-content {
    padding: 20px 0 0 10px;
    height: 80px;
}

#grid-portfolio .eg-portfolio-skin-content {
    padding: 0;
    height: 0;
}

#grid-portfolio .eg-portfolio-skin-element-0,
#grid-team .eg-team-skin-element-0 {
    text-transform: uppercase;
    font-size: 1.05em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
}

#grid-portfolio .esg-filter-wrapper.dropdownstyle .esg-filterbutton,
#grid-team .esg-filter-wrapper.dropdownstyle .esg-filterbutton {
    width: 242px;
}

#grid-portfolio .esg-dropdown-wrapper,
#grid-team .esg-dropdown-wrapper {
    position: absolute;
    background: #fff;
    padding: 0 0 0 20px;
    top: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(10px);
}

#grid-news .esg-dropdown-wrapper {
    position: absolute;
    background: #fff;
    padding: 0px;
    text-align: center;
    top: 102%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(10px);
    width: 101%;
    left: -1px;
}

#esg-grid-3-1 .esg-filterbutton span {
    display: inline-block;
    margin-top: 6px;
}

#grid-portfolio .eg-portfolio-skin-element-6,
#grid-team .eg-team-skin-element-6 {
    font-size: 1em;
    color: #666;
    font-weight: 500;
}

#grid-portfolio .esg-pagination-button,
#grid-team .esg-pagination-button {
    border: 1px solid #666;
    box-shadow: none;
}

#grid-portfolio .esg-pagination-button .selected,
#grid-team .esg-pagination-button .selected {
    border: 1px solid #666;
    box-shadow: none;
}

#grid-blog .esg-filters .esg-singlefilters #grid-news .esg-filters .esg-singlefilters {
    text-align: left;
}

#grid-blog .esg-filter-wrapper #grid-news .esg-filter-wrapper {
    padding-bottom: 60px;
}

#grid-blog .esg-filterbutton,
#grid-news .esg-filterbutton {
    box-shadow: none;
    border-radius: 0px;
    color: #132553;
    border: 1px solid #132553;
}

#grid-news .esg-filterbutton {
    margin: 0;
}

#grid-blog .esg-filterbutton.selected {
    color: #fff !important;
    background-color: #132553;
}

#grid-news .esg-navigationbutton .esg-filterbutton .esg-pagination-button .selected {
    background-color: none;
}

#grid-news .esg-navigationbutton .esg-filterbutton .esg-pagination-button {
    background-color: none;
}

.eg-news-insights-content {
    padding: 20px 0 0 0 !important;
}

.eg-news-insights-element-0 {
    letter-spacing: 1px;
    overflow: hidden;
    display: block !important;
}

.eg-news-insights-element-6 {
    height: 92px;
    overflow: hidden;
    display: block !important;
}

#grid-news .esg-pagination {
    float: right;
}

@media (max-width:734px) and (min-width:580px) {
    .portfolio-label {
        top: 20px;
    }
}

@media (max-width:468px) {
    .portfolio-label {
        top: 10px;
    }
}

.eg-news-insights-content {
    display: block;
    float: right;
    width: 100%;
}

#grid-blog .esg-entry-media,
#grid-news .esg-entry-media-wrapper {
    display: none;
    float: left;
    padding: 5%;
    margin-top: 5%;
    width: 33%;
}

#grid-news .esg-overflowtrick {
    margin-bottom: 40px;
}


/* News Single img */

.news-img {
    text-align: left;
    margin-bottom: 40px;
    background: rgba(187, 196, 211, 0.15);
}

.news-img h2 {
    font-family: 'Crimson Text', serif;
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
}

#project-next a,
#project-prev a {
    cursor: pointer;
    padding: 0px 16px;
    line-height: 38px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    /* font-family: "Open Sans", sans-serif; */
    display: inline-block;
    margin-bottom: 0px;
    letter-spacing: 3px;
    color: #1998d4 !important;
}

#project-next a:hover,
#project-prev a:hover {
    text-decoration: none;
}


/* News Reel Homepage */

.news-reel {
    font-size: 16px !important;
    line-height: 17px !important;
    color: #BBC4D3 !important;
    font-weight: 600 !important;
    /* background-color: rgba(255, 255, 255, 0) !important; */
    position: relative !important;
    padding-bottom: 1.5em;
    text-transform: uppercase;
}

.company-reel {
    font-size: 16px;
    color: rgba(111, 211, 255, 0.70);
    padding-bottom: 10px;
}

.company-news-title {
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    color: #fff;
    line-height: 130%;
}

.company-news-title:hover {
    text-decoration: none;
}

#latest-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.latest-news-entry {
    max-width: 31%;
    border-bottom: 2px solid #fff;
}

.latest-news-entry:nth-child(2) {
    margin: 0 35px;
}

@media(max-width: 768px) {
    #latest-news {
        flex-direction: column;
    }

    .latest-news-entry {
        width: 100%;
        max-width: 100%;
    }

    .latest-news-entry:nth-child(2) {
        margin: 0;
    }
}


.latest-news-hdr,
.case-study-hdr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    /* padding-bottom: 2em; */
}

.latest-news-hdr h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    margin: 0;
}

.latest-news-hdr a {
    color: #fff;
}

.latest-news-hdr a:hover {
    text-decoration: none;
}

.case-study-hdr a {
    color: #1A2027;
    font-size: 18px;
}

.case-study-hdr a:hover {
    text-decoration: none;
}

.company-news-entry {
    border-bottom: 2px solid #fff;
    background: #1F9AD6;
    padding: 2em;
    margin: 10px 10px;
    min-height: 280px;
}

@media(min-width: 768px) {
    /* .company-news-entry {
        max-width: 31%;
    } */
}

.latest-news-entry a:hover {
    text-decoration: none;
}

.latest-news-entry h6 {
    margin-right: 10%;
    padding-bottom: 20px;
}

.latest-news-title {
    font-size: 24px;
    font-family: 'Crimson Text',
        serif;
    color: #fff;
    font-weight: 400;
}

#project-prev,
#grid-blog .esg-loadmore-wrapper {
    background: #e9e9e9;
    text-align: left !important;
}

#grid-news .esg-loadmore-wrapper {
    background: #e9e9e9;
    text-align: left !important;
    float: left;
    width: 127.5%;
    margin-bottom: 80px;
    animation-duration: 5s;
    animation-name: fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: fade;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#project-prev {
    padding: 0 1%;
}

#grid-blog .esg-navigationbutton.esg-loadmore,
#grid-blog .esg-navigationbutton.esg-loadmore:hover,
#grid-news .esg-navigationbutton.esg-loadmore,
#grid-news .esg-navigationbutton.esg-loadmore:hover {
    letter-spacing: 3px;
    border-radius: 0px !important;
    color: #1998d4 !important;
    border-color: #e9e9e9 !important;
    background: #e9e9e9;
    /*importants override esg-default buttons for generic load more buttons*/
}

#grid-news .minimal-light .esg-navigationbutton:hover {
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.13);
}


/* BLOG GRID */

.esg-navigationbutton.esg-loadmore,
.esg-navigationbutton.esg-loadmore:hover {
    letter-spacing: 3px;
    border-radius: 0px !important;
    color: #1998d4 !important;
    border-color: #006bb9 !important;
    /*importants override esg-default buttons for generic load more buttons*/
}

.blog-category {
    background-color: #132553;
    color: white;
    padding: 1% 5%;
    margin: 5% 0;
    max-height: 32px;
    font-style: italic;
    font-size: 12px;
}

#grid-news .esg-entry-content,
#grid-blog .esg-entry-content {
    max-height: 310px;
    min-height: 305px;
}

.dashicons-star-filled {
    color: #019fde;
    padding-right: 10%;
    margin-top: -2px;
    transform: scale(0.8);
}

.eg-blog-element-0 {
    height: 45px;
    overflow: hidden;
    max-height: 45px;
}

.single-portfolio #project-prev,
.single-portfolio #project-next,
.page-template-news-insights #site-navigation {
    display: none;
}

.page-template-news-insights .textwidget .twtr-wrap {
    display: block !important;
    width: 20% !important;
    float: right !important;
    overflow: hidden !important;
}

#grid-news {
    margin-top: 40px;
}

#esg-grid-3-1 {
    width: 80%;
    float: right;
}

#text-3,
.page-template-news-insights .textwidget,
.page-template-news-insights #widget-area {
    height: 0px;
}

.page-template-news-insights .esg-filter-wrapper {
    box-shadow: none;
    border-radius: 0px;
    color: #132553;
    border: 1px solid #132553;
    padding: 6px 20px 0px;
    margin: 0 20px;
    transform: translate(0, -100%);
}

#grid-news .esg-entry-content {
    min-height: 0;
}

.page-template-news-insights .esg-filter-checked {
    margin: 0 5px !important;
    padding: 0;
    display: block;
    transform: translate(-45%, -5%);
}

.single-portfolio .wp-post-image {
    margin-top: -50px;
}

.single-port-acfield-text {
    margin: 0;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.single-port-acfield-text p {
    text-align: left;
    color: #000;
    padding: 0;
    margin: 0;
}

.single-port-acfield-text p:nth-child(2) {
    text-align: left;
    color: #77777b;
}

.single-portfolio .single-port-acfield-text p a {
    color: #1998d4;
    font-weight: 300;
}

.single-portfolio .single-port-acfield-text p a:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
    transition-duration: .2s;
}

.portfolio.type-portfolio .col-lg-9.col-md-9 {
    border-left: 1px solid #e9e9e9;
    padding-left: 60px
}

.portfolio.type-portfolio .entry-content p:first-child {
    /*border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 30px;*/
}

.portfolio.type-portfolio .entry-content p:nth-child(2) {
    /*padding-top: 30px;
    color: #000;*/
}

.portfolio.type-portfolio {
    border-bottom: 0;
}

.acq-list {
    padding: 0;
}

/* .post.type-post .single-port-acfield-text p {
    display: none;
} */

.boardli,
.single-port-acfield-text {
    list-style: none;
    font-size: 22px;
    border-bottom: 1px solid #bbc4d3;
    padding: 20px 0;
}

.boardlicomma {
    list-style: none;
    font-size: 22px;
}

.boardlicomma {
    list-style: none;
    font-size: 22px;
}

.boardul {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.boardulcomma {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.boardli a,
.boardlicomma a {
    color: #1A2027;
    font-weight: 300;
}

.boardulcomma li:after {
    content: ",";
    margin-left: -3px;
    margin-right: 10px;
}

.boardulcomma li:last-child:after {
    content: "";
}

.boardli a:hover,
.boardlicomma a:hover {
    text-decoration: none
}

@media (max-width:991px) {
    .single-port-acfield-text p {
        text-align: center;
    }

    #esg-grid-3-1 {
        width: 100%;
        float: none;
    }

    .twtr-wrap {
        display: none !important;
    }
}

/* .single-port-acfield-text {
    display: none;
} */

.acq-list {
    display: none;
}

/* GODD EDITS */
.home .inner-header {
    margin-bottom: 0;
}

@media(min-width: 1100px) {

    .home .inner-header .site-heading,
    .home .inner-header .top-posts {
        margin-top: 15vh;
    }

    .home .inner-header {
        margin-bottom: 0;
    }
}

.home .inner-header .top-posts {
    padding: 0 20px;
}

.top-posts p,
.top-posts a {
    color: #fff;
}

.top-posts a {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
}

.top-posts a:hover {
    text-decoration: none;
}

.post-article a {
    line-height: 120%;
}

#homepage-numbers {
    padding: 4em 0;
}

#homepage-numbers p {
    color: #112255;
    padding-bottom: 0;
    margin-bottom: 0;
}

#homepage-numbers,
#your-story {
    text-align: center;
}

@media(min-width:768px) {
    .to-give-border .col-md-4:nth-child(2) {
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
    }
}

#your-story {
    background-image: url(../images/HP-Blue-bg.jpg);
    background-size: cover;
    padding: 10em 0;
}

.story-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
}

.story-padding {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
}

.story-padding p {
    color: #fff;
}

.story-padding {
    padding: 30px 60px 0;
    /* width: 33%; */
    min-height: 600px;
    margin-bottom: 0;
}

@media(min-width: 1100px) {
    .story-items {
        flex-direction: row;
        padding: 0 5em;
    }
}

@media(min-width: 1101px) and (max-width: 1360px) {
    .story-padding {
        padding: 30px 40px 0;
        width: 33%;
        min-height: 700px;
    }
}

@media(min-width: 769px) and (max-width: 1100px) {
    .story-padding {
        max-width: 70%;
        margin: 0 auto;
        min-height: 600px;
    }
}

@media(max-width: 768px) {
    .story-padding {
        min-height: 600px;
    }
}

#homepage-numbers .count {
    font-size: 60px;
    padding-bottom: 10px;
    font-weight: 400;
}

@media(min-width: 768px) {
    #homepage-numbers .count {
        line-height: 100%;
    }
}

#homepage-numbers .count span {
    font-size: 90px;
}

#homepage-numbers .count sup {
    font-size: 40px;
    top: -.1em;
    vertical-align: super;
}

@media(max-width: 768px) {
    #homepage-numbers {
        padding: 4em 0 5em;
    }

    #homepage-numbers .count {
        padding-bottom: 0;
    }

    .to-give-border .col-md-4:nth-child(2) {
        padding: 40px 15px;
    }

    #your-story {
        padding: 5em 0;
    }
}

.number-description {
    font-family: 'Crimson Text', serif;
    font-size: 28px;
}

#your-story h3 {
    color: #fff;
    font-size: 38px
}

#your-story .title {
    font-family: 'Crimson Text', serif;
    font-size: 32px;
    min-height: 100px;
}

#your-story .story-img {
    width: 80px;
    padding-top: 1em;
    padding-bottom: 2em;
}

@media(max-width: 768px) {
    #your-story .story-img {
        padding-bottom: 0 !important;
    }
}

#your-story .story-items {
    margin-top: 2em;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #112255;
    color: #fff;
    padding: 6em 0;
}

.blue-link {
    background: #112255;
    padding: 1em 0;
}

.dark-blue-text p {
    color: #1A2027;
}

.story-link {
    width: 100%;
}

@media(min-width: 768px) {
  .story-link {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.story-link a {
    padding: 1em 0;
}

.story-link a {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

.story-link a:hover {
    text-decoration: none;
}

.ceo-slider {
    padding-top: 5em;
    padding-bottom: 5em;
}

.ceo-slider h3 {
    font-size: 42px;
    padding-bottom: 20px;
    line-height: 130%;
    font-weight: 300;
}

.ceo-slider p {
    font-size: 22px;
}

.h-underline:after {
    content: '';
    border-bottom: 1px solid #fff;
    display: block;
    width: 60px;
    height: 1px;
    margin: 20px 0 30px;
}

.b-underline {
    font-size: 42px;
}

.b-underline:after {
    content: '';
    border-bottom: 2px solid #1F9AD6;
    display: block;
    width: 60px;
    height: 1px;
    margin: 20px 0 30px;
}

.fat-btn {
    background: #fff;
    font-size: 18px;
    padding: 1em 2em;
    color: #1A2027;
}

.fat-btn:hover {
    text-decoration: none;
}

.flex-me {
    width: 90%;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

@media(min-width: 1000px) {
    .flex-left {
        width: 60%;
    }

    .flex-me {
        width: 60%;
    }
}

@media(max-width: 1000px) {
    .flex-left {
        padding-bottom: 30px;
        padding-top: 20px;
        width: 100%;
    }
}

@media(max-width: 1233px) {
    .site-heading .flex-between {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 0;
    }
}

.flex-right {
    width: 30%;
}

.post-bar {
    display: block;
}

@media(max-width:1000px) {
    .site-heading {
        text-align: center;
        margin: 0 auto;
    }

    .post-bar {
        display: none;
    }
}

.flex-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(min-width: 768px) {
    .flex-between {
        flex-direction: row;
        padding-bottom: 20px;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media(max-width:1233px) {
    .flex-between a {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .fat-btn,
    .watch-video {
        width: 240px;
    }
}

.blue-arrow:after {
    content: '\f105';
    color: #1A2027;
    font-family: 'FontAwesome';
    padding-left: 20px;
}

.white-arrow:after {
    content: '\f105';
    color: #fff;
    font-family: 'FontAwesome';
    padding-left: 20px;
}

.watch-video:after {
    content: '\f04b';
    color: #fff;
    background: #0095DA;
    font-family: 'FontAwesome';
    padding: 1em;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.watch-video {
    background: #fff;
    color: #1A2027;
    padding: 1em 2em;
    width: 240px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
}

.watch-video:hover {
    text-decoration: none;
}

.flex-between-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(min-width: 768px) {
    .regular-flex {
        display: flex;
    }
}

.spacer {
    height: 60px;
}

.slick-arrows {
    display: flex;
    flex-direction: row;
}

.l-arrow,
.r-arrow {
    cursor: pointer;
}

.r-arrow {
    padding-left: 20px;
}

.social-ftr {
    padding-top: 15px;
}

@media(min-width: 768px) {
    .social-ftr {
        float: right;
    }
}

.negative-margin {
    overflow: hidden;
}

@media(min-width: 768px) {
    .add-quotes:before {
        content: '';
        background: url(../images/quote.png);
        width: 50px;
        height: 50px;
        display: block;
        float: left;
        margin-left: -60px;
    }
}

@media(max-width: 768px) {
    #menu-footer_menu {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-top: 10px;
    }

    #menu-footer_menu li {
        padding-left: 0;
    }

    .customNavigation {
        text-align: center;
        padding-top: 10px;
    }
}

@media(max-width: 768px) {
    .case-studies {
        margin-right: 0;
        margin-left: 0;
    }

    .story-link .mobile-pad {
        padding-top: 20px !important;
    }

    .akkr-filter-select label {
        width: 350px;
    }
}

.kinda-bold {
    font-weight: 400;
}

.copyright {
    font-size: 18px;
}

@media(min-width:992px) {
    .desktop-padd-top {
        padding-top: 50px;
    }
}

.story-padding:hover {
    background: #fff;
}

.story-padding:hover p {
    color: #1A2027;
}

.story-padding:hover .story-link {
    background: #112255;
}

.story-padding:hover .blue-arrow:after {
    color: #fff;
}

.company-news {
    padding-bottom: 75px;
}

.news-img {
    padding: 0 50px;
}

.news-img .single-port-acfield-text:last-child {
    margin-bottom: 20px;
}

.social-ftr img {
    width: 20px;
}

.slick-prev:before,
.slick-next:before {
    color: #1F9AD6;
}

.latest-news-slider .slick-track {
    margin-left: initial !important;
    margin-right: initial !important;
}
