/*********************************
2. Body and some general stuff
*********************************/





header {
    display: block;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
    position: relative;
}

.navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;

}


.navbar-nav {
    padding: 14px 0;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}


.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #009FDA;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #009FDA;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #009FDA;
    color: #fff;
}



/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;

}

.megamenu .container {}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 15px;
}

.megamenu .megamenu-content h3 {
    margin-top: 0;
    color: #428bca;
    font-size: 18px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
}


.mli a {
    display: block;
    text-decoration: none;
    padding: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #6D6E70 !important;
    font-size: 16px;
}

.mli a:hover {
    color: #009FDA !important;
    text-decoration: underline;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 30px 0;
    overflow: hidden;
    background-color: #009FDA !important;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #009FDA;
}



/** hero image */

.jumbotron {
    background-image: url("/Assets/images/home_ban_01.jpg");
    background-size: cover;
    padding-top: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 480px;
    margin-bottom: 85px;
}


/** Footer */


.kwmfooter {
    background: #000000;
}

.ftitle {
    color: #fff;
    padding-top: 75px;
    padding-bottom: 40px;
    font-weight: 300;
    font-style: normal;
    font-size: 1.25em;
    line-height: 26px;
}


.footermenu-list {
    color: #fff;
    padding-left: 0px;
    list-style: none;
    padding-bottom: 40px;
    line-height: 2.000em;
    font-size: 16px;

}

.footermenu-list li:hover {
    color: #009FDA;
}

.social-icons {
    text-align: left;
    padding-left: 0px;
}


.social-icons li a {
    border-bottom: none;
}

.social-icons li img {
    width: 100%;
    height: auto;
}

/*=========================================================
	POST
===========================================================*/

.post {
    position: relative;
    /* margin-bottom: 30px; */
}


.post .arthead a {
    position: absolute;
    margin: 40px;
    z-index: 10;
    font-weight: 100;
    color: #fff;
}


.post .arthead a:hover {
    color: #fff;
}


.artheadr {
    position: relative;
    text-align: left;
    color: white;
    margin: 0 0 20px 0;
    width: 100%;
}

.artheadr .centered {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    padding: 0 40px;
}


.post .artheadrb a {

    position: absolute;

    margin: 40px;
    z-index: 10;
    font-weight: 100;
    color: #fff;

}

.post-img1>img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


.post .post-img {
    display: block;
    overflow: hidden;
    height: 240px;
}


.post-img>img {
    width: 100%;
    height: min-content;
    object-fit: cover;
}

.post-img:hover>img {}

.post .post-title {}

.post .post-title.title-lg {


    color: #009FDA;
}

.post .post-category {
    font-weight: 400;
    margin-bottom: 0px;
    color: #000;
}

.post-category a {
    color: #000;
    font-weight: normal;
    font-size: 12px;
}

.post-category a:after {
    content: ',';
    display: inline-block;
}

.post-category a:last-child:after {
    display: none;
}

.post .post-meta {
    font-weight: 400;
    font-size: 16px;
    color: #333;

}

/*----------------------------*\
	art post
\*----------------------------*/

.art-post {
    padding: 0 0 px;
}

.art-post .art-post-left {
    padding-right: 10px;
    padding-left: 0px;
    position: relative;
}

.art-post .art-post-right {
    padding-right: 0;
    padding-left: 10px;
    overflow: hidden;
}

.art-post .post {
    /* margin-bottom: 20px; */

}

.art-post {
    margin-bottom: 0px;
    margin-top: -170px;
}

/*----------------------------*\
	post thumb
\*----------------------------*/

.post.post-thumb .post-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.post.post-thumb .post-body {
    position: absolute;
    margin: 40px;
    padding: 30px;
    z-index: 2;
    bottom: 0;
    background-color: rgba(255, 255, 255, .75);
}


.post.post-thumb .post-title a {
    color: #009FDA;
}

.post.post-thumb .post-title a:hover,
.post.post-thumb .post-title a:focus {
    color: #009FDA;
}

.art-post .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


.artimg {
    height: 28px;
    position: relative;
    top: -5px;
    margin-right: 12px;
}

.crhead {
    font-size: 32px;
    text-align: left;
}

.sechead {
    display: contents;
}

h3.sechead {
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 1.625em !important;
    line-height: 32px !important;
    color: #fff;
}

h4.sechead {
    font-weight: 300;
    font-style: normal;
    font-size: 1.625em;
    line-height: 30px;
    color: #fff;
}

h4.sechead:hover {
    color: #fff;
}


h4.secheadb {
    font-weight: 300;
    font-style: normal;
    font-size: 1.625em;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;

}

h4.secheadb:hover {
    color: #fff;
}


h2.post-title.title-lg {
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 1.875em !important;
    line-height: 36px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

h3.secheader {
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 1.625em !important;
    line-height: 32px !important;
}

h3.secheader a {
    color: #333 !important;
}

h3.secheader a:hover {
    color: #009FDA !important;

}

.ourpartnersection a:hover {
    text-decoration: none;
}

.secheadb {
    padding-top: 15px;

}

.secheader {

    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 50px !important;
}

.rankingcntr {
    text-align: left;
    padding-top: 5.95%;
    padding-bottom: 5.95%;
}

.ranking {
    position: relative;
    color: #333;
    text-align: left;
    padding-bottom: 20px;
}

h3.ranking {

    font-weight: bold !important;
    font-style: normal !important;
    font-size: 1.625em !important;
    line-height: 32px !important;
    margin-top: 20px;
    margin-bottom: 10px !important;

}

.contacthead {
    position: relative;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 1.625em !important;
    line-height: 32px !important;
    margin-top: 20px;
}




/** our partners */
.searchheadicon {
    height: 20px;
    margin-right: 13px;
    margin-bottom: 3px;
}

.ourpartnersection h2 {
    color: #009FDA;
    text-align: center;
}

.ourpartnersection p {
    color: #878786;
    font-size: 1.5em;
    line-height: 30px;
    font-weight: 300;
}

.carcont {

    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-style: normal;
    color: #6D6E70;
    padding: 2.85%;
    box-shadow: 0 3px 6px;
    background: #F1F1F1;
}

.carcont p {
    font-size: 1.5em;
    line-height: 30px;

}

.carousel-container {
    width: 100%;

    background-size: 100%;
    position: absolute;
    z-index: 90;
    color: #6D6E70;
}


.left.carousel-control,
.right.carousel-control {
    transform: translateY(40%);
}

.leftcal {
    width: 44px;
    position: relative;
    margin: 0% 0px;
    float: left;
}

.rightcal {
    width: 44px;
    position: relative;
    margin: 0% 0px;
    float: right;
}


.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


.carousel-control>img {
    width: 44px;
    position: absolute;
    /*set position of image from top to be 50%...*/
    top: 50%;
    /*and then shift it down to make it perfectly center.*/
    transform: translate(-50%, -50%);
    z-index: 5;
    display: inline-block;

}

.art-post .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}



/** Search People */

#imaginary_container {

    margin-top: 7.25%;
    margin-bottom: 12.4%;

}

.stylish-input-group .input-group-addon {
    border: 1px solid #009fda;
    border-left: none;
    height: 48px;
    background: #fff;
    border-radius: 0px;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #009fda;
    height: 50px;
    border-radius: 0;
    font-size: 16px;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}


/** Latest Thinking */

.latest-thinking-background {
    background-color: #F1F1F1;

}

.latest-1,
.latest-3 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(128, 123, 128, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(128, 123, 128, 1);
    box-shadow: 0px 0px 5px 0px rgba(128, 123, 128, 1);
    padding: 65px 20px 20px 20px;
    height: 480px;
    background: #fff;
    margin-bottom: 50px;
}

p.date {
    color: #000;
    font-size: 16px;
    padding-bottom: 2.97%;
    font-style: italic;
}

button.latest-button {
    background: #009FDA;
    color: #fff;
    border: none;
    padding: 5px;
    height: 35px;
    width: 125px;
    margin-bottom: -5px;
}

button.Subscribe {
    background: #009FDA;
    color: #fff;
    border: none;
    height: 50px;
    width: 75%;
    margin-bottom: 30px;
}

.lthead {
    color: #009FDA !important;
    font-weight: normal !important;
    font-size: 1.25em !important;
    line-height: 26px !important;
    padding-bottom: 8.9%;
    margin-top: 20px;
    margin-bottom: 10px !important;
}

.lthead a:hover {
    text-decoration: none !important;
}

.thumbnail a {
    color: #009FDA !important;
}

.thumbnail a:hover {
    text-decoration: underline !important;
}



.ltcontent {
    font-size: 16px;
    color: #6D6E70;
}

a.ltinsightcontent {
    font-size: 20px;
    color: #009FDA !important;
}

a.ltinsightcontent:hover {
    color: #009FDA !important;
}

.lhash {

    padding-bottom: 30px;
    color: #009FDA;
    display: table-cell;
    vertical-align: bottom;
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 82%;
    border-top: dotted thin #6D6E70;
    padding-top: 20px;

}

.latest-2 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(128, 123, 128, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(128, 123, 128, 1);
    box-shadow: 0px 0px 5px 0px rgba(128, 123, 128, 1);
    padding: 65px 20px 20px 20px;
    height: 480px;
    background: #fff;
    margin-bottom: 50px;
}







.results-container .right {
    float: none
}


.copyright {
    background: #000;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.cookies {
    background: #fff;
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index: 90;
}

.cookies p {
    margin-top: 50px !important;
    color: #6D6E70 !important;
    font-size: 16px !important;
}

.cookiepara {
    font-size: 16px;
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cslink {
    color: #009FDA;
}

button.cookiesbutton {
    background: #fff;
    color: #009FDA;
    height: 50px;
    width: 200px;
    margin-bottom: 30px;
    border: solid 1px;
    font-size: 16px;
}


.cartitle .h2 {
    font-size: 30px;
}


.calign {
    text-align: right;
}

.st0 {
    fill: #FFFFFF;
}

.st0:hover {
    fill: #009FDA;
}

.rankbg {
    background-color: #F1F1F1;
    padding: 2.86%;
}

.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    z-index: 50;
    display: none;
}

.backdrop.in {
    opacity: 0.5;
    display: block;
}

.img-fluid {
    width: 100%;
    height: 580px;
    object-fit: cover;
}






.thumbnail .caption {
    padding: 0px;
}

.hash {
    color: #009FDA;
}

.hash:hover {
    color: #009FDA;
}



.capborder {
    border-top: dotted thin #6D6E70;
    padding-top: 5.94%;
    margin-top: 5.94%;
}

.ltpad {
    padding-bottom: 0%;
}

.caption1 {

    padding: 4.34%;
}

.caption2 {

    padding: 4.34%;
}


.post1img {
    display: block;
    overflow: hidden;
}

.post1title h3 {
    margin-left: 12px;
    margin-top: 0;
    font-size: 1.875em;
    float: right;
}



.post1head {
    float: right;
    margin-left: 12px;
    margin-top: 0;
    font-size: 1.875em;
}



.postbg {
    display: block;
    overflow: hidden;
}



.post1inside {
    background: #fff;
    position: absolute;
    bottom: 0;
    margin: 5.75%;
    padding: 4.3%;
    color: #000;
}

.post1icon img {
    width: 28px;
    float: left;
}

.post1title {
    display: contents;
}

.art-post-left .posthead1:after {
    position: absolute;
    top: 0;
    padding: 5.75%;
}



.cartitle {
    background-color: #F1F1F1;
    padding: 1.8%;
}


.ourpart {
    margin: 4%;
}



.linkcol {
    color: #009FDA;
    margin-bottom: 30px;
    padding: 0 30px;
}

.linkcol a:hover {
    text-decoration: underline;
}

.linkcol a {
    padding-left: 0px;
}




.rankingtxt {
    position: relative;
    color: #6D6E70;
    padding-left: 20px;
}

ul.rankingtxt a {
    color: #6D6E70;
    display: block;
}

ul.rankingtxt li {
    list-style-type: disc;
}

.rankingtxt a:hover {

    color: #009FDA;
    text-decoration: underline;

}



.contactbg {

    padding: 2.86%;
}



.hrankcontact {

    padding-bottom: 35px;
    padding-top: 85px;
    margin-bottom: 50px;

}

.hourpartner {
    margin-top: 30px;
    padding-bottom: 50px;
}


.secheader1 {
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
}


h3.secheader1 {
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 1.625em !important;
    line-height: 32px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

h3.secheader1 a {
    color: #333 !important;
}

h3.secheader1 a:hover {
    color: #009FDA !important;
    text-decoration: none;
}

.hparthead {
    padding-top: 30px;
    padding-left: 10px;
}

.hparthead h2:hover {
    color: #009FDA !important;
}

.hparthead h2 {
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 1.875em !important;
    line-height: 36px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

h2.hparthead {
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 1.875em !important;
    line-height: 36px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.hpartcontent {
    color: #878786;
    font-size: 16px;
    padding-top: 40px;
    padding-left: 10px;
    padding-bottom: 40px;
}

.lthead3 {}

.capborder1 {
    border-top: dotted thin #6D6E70;
    padding-top: 5.94%;
    margin-top: 5.94%;
    top: 18%;
    position: relative;
}

.tab-content {
    border-bottom: dotted thin #6D6E70;
    margin-bottom: 25px;
    margin-right: 50px;
    padding-bottom: 10px;
}




.headicon {
    height: 23px;
    margin-right: 13px;
    margin-top: -8px;
}



/* Home Search Styles */


.searchbox {
    position: absolute;
    min-width: 40px;
    width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    margin-top: 6px;
    right: 0;
    border: solid 1px #009FDA00;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;


}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #6D6E70;
    height: 40px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 16px;
    width: 40px;

}


.searchbox-input:focus {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #6D6E70 !important;
    height: 40px !important;
    margin: 0;
    padding: 0px 55px 0px 15px;
    font-size: 16px;
    width: 800px;

}

.searchbox-input::-webkit-input-placeholder {
    color: transparent;
}

.searchbox-input:-moz-placeholder {
    color: transparent;
}

.searchbox-input::-moz-placeholder {
    color: transparent;
}

.searchbox-input:-ms-input-placeholder {
    color: transparent;
}

.searchbox-input::-webkit-input-placeholder::after {
    color: transparent;
}



.searchbox-input:focus::-webkit-input-placeholder {
    color: #878786;
}

.searchbox-input:focus:-moz-placeholder {
    color: #878786;
}

.searchbox-input:focus::-moz-placeholder {
    color: #878786;
}

.searchbox-input:focus:-ms-input-placeholder {
    color: #878786;
}

.searchbox-input:focus::-webkit-input-placeholder::after {
    color: #878786;
}




.searchbox-icon,
.searchbox-submit {
    width: 40px;
    height: 40px;
    display: inline;
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: solid 1px #009FDA00;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    background: transparent;
    background-image: url(/Assets/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;

}

.searchbox-open span.searchbox-icon {
    background-image: url(/Assets/images/search.png);
    background-color: #009FDA;
}

.searchbox-icon:hover {
    background-color: #009FDA;
}


.searchbox-open {
    width: 800px;
    background: #fff;
    border: solid 1px #009FDA;
    position: absolute;
    right: 0;

}

.results-container {
    line-height: 18px;
    max-height: 500px;
    overflow-y: auto;
    font-size: 14px;
    background-color: #FFFFFF;
}

.results-container.show {
    display: block
}


ul.suggestions {
    background: #fff;
    position: absolute;
    max-height: 500px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin: 0px;
    right: 0;
    top: 45px;
    overflow-y: auto;
    border: 1px solid #009FDA;
    border-top: none;
}


ul.suggestions li,
ul.suggestions li a {
    color: #878786;
    font-size: 16px;
    padding: 2px 30px 6px 27px;
    margin: 0px;
    line-height: 25px;
    display: block;
    cursor: pointer;
}

ul.suggestions li:hover,
ul.suggestions li a:hover {
    color: #009FDA;
    text-decoration: normal;
}

.headersearch {
    background-color: #F1F1F1;
    line-height: 50px !important;
    font-size: 20px !important;
    color: #000 !important;
    padding-left: 20px !important;
    margin-bottom: 10px !important;
}

.badge {
    display: inline-block;
    width: 40px;
    margin-left: 20px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #009FDA;
    border-radius: 10px;
}





/* SearchResuls */



.page-header {
    padding-bottom: 9px;
    margin: 120px 0 20px;
    border-bottom: none;
    color: #000;
}

.page-header h4 {
    font-weight: 300;
    font-style: normal;
    font-size: 1.625em;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pageheadbg {
    background: #F1F1F1;
}

.latestinsightsbg {
    background: #F1F1F1;
    margin-top: 85px;
    padding-bottom: 65px;
}

.mostrecent {
    float: right;
}




.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
    padding-left: 35px;
    background-size: 18px;
    background-position-x: 10px;
    color: #6D6E70;
}

.tab-pane {
    padding-top: 10px;
    padding-bottom: 25px;
}



.tab-pane h5 {
    margin-top: 25px;
}

.headiconsearch {
    display: inline-block;
    width: 15px;
    margin-right: 10px;
}

.bgicon {
    background-image: url(/Assets/images/search-insights-blue.png);
}

.bgicon1 {
    background-image: url(/Assets/images/search-insights-grey.png);
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #767676;
}

h4.panel-title {
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
}

.filtertitle a:active {
    color: #009FDA;
}

.filtertitle a:hover {
    color: #009FDA;
}

.filtertitle a {
    color: #767676;
}

.showhidefilter {
    float: right;
}

.sftext-right {
    text-align: right;
    float: right;
    cursor: pointer;
}

.sftext-left {
    text-align: left;
    padding: 15px 0;
}

.nofilter {
    /* margin-top: 50px; */
    padding-right: 15px;
    padding-bottom: 20px;
    border-bottom: dotted thin #6D6E70;
}

.panel-group {
    margin-top: 20px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    border: none;
    padding-left: 0px;
    border-bottom: dotted thin #6D6E70;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: dotted thin #6D6E70;
    padding-left: 0;
}

.ftitlecolor {
    color: #009FDA;
}


li.active a.peopleiconsearch {
    background-image: url(/Assets/images/search-people-blue.png);
}

a.peopleiconsearch {
    background-image: url(/Assets/images/search-people-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

a.peopleiconsearch:hover,
a.peopleiconsearch:active,
a.peopleiconsearch:focus {
    background-image: url(/Assets/images/search-people-blue.png);
}



.newsiconsearch {
    background-image: url(/Assets/images/search-news-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

a.newsiconsearch:hover,
a.newsiconsearch:active,
a.newsiconsearch:focus {
    background-image: url(/Assets/images/search-news-blue.png);
}

li.active a.newsiconsearch {
    background-image: url(/Assets/images/search-news-blue.png);
}

.insightsiconsearch {
    background-image: url(/Assets/images/search-insights-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

a.insightsiconsearch:hover,
a.insightsiconsearch:active,
a.insightsiconsearch:focus {
    background-image: url(/Assets/images/search-insights-blue.png);
}

li.active a.insightsiconsearch {
    background-image: url(/Assets/images/search-insights-blue.png);
}

.publicationsiconsearch {
    background-image: url(/Assets/images/search-publications-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

a.publicationsiconsearch:hover,
a.publicationsiconsearch:active,
a.publicationsiconsearch:focus {
    background-image: url(/Assets/images/search-publications-blue.png);
}

li.active a.publicationsiconsearch {
    background-image: url(/Assets/images/search-publications-blue.png);
}


.sectorsiconsearch {
    background-image: url(/Assets/images/search-sector-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

a.sectorsiconsearch:hover,
a.sectorsiconsearch:active,
a.sectorsiconsearch:focus {
    background-image: url(/Assets/images/search-sector-blue.png);
}

li.active a.sectorsiconsearch {
    background-image: url(/Assets/images/search-sector-blue.png);
}

.practicesiconsearch {
    background-image: url(/Assets/images/search-practice-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

li.active a.practicesiconsearch {
    background-image: url(/Assets/images/search-practice-blue.png);
}

.hubsiconsearch {
    background-image: url(/Assets/images/search-hub-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

li.active a.hubsiconsearch {
    background-image: url(/Assets/images/search-hub-blue.png);
}

.downloadsiconsearch {
    background-image: url(/Assets/images/search-download-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

li.active a.downloadsiconsearch {
    background-image: url(/Assets/images/search-download-blue.png);
}

a.downloadsiconsearch:hover,
a.downloadsiconsearch:active,
a.downloadsiconsearch:focus {
    background-image: url(/Assets/images/search-download-blue.png);
}



a.practicesiconsearch:hover,
a.practicesiconsearch:active,
a.practicesiconsearch:focus {
    background-image: url(/Assets/images/search-practice-blue.png);
}

a.hubsiconsearch:hover,
a.hubsiconsearch:active,
a.hubsiconsearch:focus {
    background-image: url(/Assets/images/search-hub-blue.png);
}

.othersiconsearch {
    background-image: url(/Assets/images/search-other-grey.png);
    background-repeat: no-repeat;
    background-position: left;
}

li.active a.othersiconsearch {
    background-image: url(/Assets/images/search-other-blue.png);
}


a.othersiconsearch:hover,
a.othersiconsearch:active,
a.othersiconsearch:focus {
    background-image: url(/Assets/images/search-other-blue.png);
}


.filterblue {
    color: #009FDA;
}

.filternormal {
    color: #000;
}


.pagination>li>a,
.pagination>li>span {
    border: none;
    margin: 0 5px;
}

.paground {
    border: 1px solid #000;

}




.prevall {
    background: url(/Assets/images/prev.png) left top no-repeat;
    width: 57px;
    height: 57px;
    text-indent: -9999px;
    display: block;
    position: relative;
    top: -12px;
}

.prevone {
    background: url(/Assets/images/prev.png) left top no-repeat;
    width: 57px;
    height: 57px;
    text-indent: -9999px;
    display: block;
    position: relative;
    top: -12px;
}

.nextone {
    background: url(/Assets/images/next.png) left top no-repeat;
    width: 57px;
    height: 57px;
    text-indent: -9999px;
    display: block;
    position: relative;
    top: -12px;
}

.nextall {
    background: url(/Assets/images/next.png) left top no-repeat;
    width: 57px;
    height: 57px;
    text-indent: -9999px;
    display: block;
    background-position: -265px top;
    position: relative;
    top: -12px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: transparent;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #009FDA;
    background-color: transparent;
    border-color: #337ab7;
}

.pagination>li>a,
.pagination>li>span {
    color: #878786;

}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #009FDA;
    background-color: transparent;
    border-color: #ddd;
}



.form-group-lg select.form-control {
    height: 50px;
    line-height: 50px;
    border: 1px solid #009FDA;
    border-radius: 0;
    color: #878786;
}

.tab-pane h5:hover {
    color: #009FDA;
}



.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}





.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 1.25em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 20px;
    font-weight: normal;
    cursor: pointer;
    display: block;
}


select.minimal {
    margin-bottom: 50px;
    width: 100%;
    background-image:
        linear-gradient(45deg, transparent 50%, #009FDA 50%),
        linear-gradient(135deg, #009FDA 50%, transparent 50%),
        linear-gradient(to right, #fff, #fff);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image:
        linear-gradient(45deg, #009FDA 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, #009FDA 50%),
        linear-gradient(to right, #fff, #fff) background-position: calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: #009FDA;
    outline: 0;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


select {
    /* styling */
    background-color: white;
    border: thin solid #009FDA;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.searcheadicon {


    margin-top: -8px;

}

.peoplesearch-page-header {
    color: #333;
    padding-bottom: 50px;
    font-weight: bold;
}

h1.peoplesearch-page-header {
    margin-top: 20px;

}



.filterbyname {
    color: #878786;
    padding: 0px;
}

.filterbyname>p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.filterbyname a {
    margin: .7%;
    color: #878786 !important;
    cursor:pointer;
}

.filterbyname a:hover {
    color: #009FDA !important;
}

.filterbyname a.active {
    color: #009fda !important;
    text-decoration: underline;
}

.searchfiltcont.right {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.searchbynamebtn {
    color: #fff;
    background-color: #009FDA;
    border-color: #009FDA;
    border-radius: 0;
    min-height: 50px;
    padding: 0 20px;
}


.searchbynamebtn a:hover {
    color: #fff;
}


.searchbynameinput {
    min-height: 50px;
    border-radius: 0px;
}

.searchbyname {
    margin-right: 5%;
    margin-bottom: 20px;
}



.psname a {
    font-size: 18px;
    color: #4D4D4D !important;
}

.psname a:hover {
    font-size: 18px;
    color: #009fda !important;
}

.profname {
    font-size: 48px;
    font-weight: bold;
}


.psname a:hover {
    color: #009FDA;
}

.pscountry {
    color: #009FDA;
}

.media-body p {
    margin-bottom: 5px;
    margin-top: 8px;
}

.media:first-child {
    /* margin-top: 20px; */
}




.mediainsight:first-child {
    margin-top: 0px;
}



.social-icons a img~img,
.social-icons a.show-hover:hover img:first-child {
    display: none
}

.social-icons a.show-hover:hover img~img {
    display: inline-block;
}


.filterreverse a img~img,
.filterreverse a.show-hover:hover img:first-child {
    display: none
}

.filterreverse a.show-hover:hover img~img {
    display: inline-block;
}




.hrline {
    border-bottom: dotted thin #6D6E70;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.resultpeople {
    color: #000;
}

.peoplepagination {
    margin-top: 50px;
}

.filterreverse {
    float: right;
    text-align: right;
    margin-bottom: 50px;
}


button.btn.searchbynamebtn:hover {
    color: #fff;
}



.data-pagination,
.data-pagination *,
.data-pagination *:before,
.data-pagination *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
}

.data-pagination {
    font-size: 8pt;
    line-height: 1;
    margin: 50px auto 85px auto;
    text-align: left;
    transition: font-size .2s ease-in-out;
}

.data-pagination ul {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: .5em;
}

.data-pagination ul li {
    display: inline-block;
    font-size: 100%;
    width: auto;
    border-radius: 3px;
}

.data-pagination>a {
    font-size: 140%;
}

.data-pagination a {
    color: #878786;
    font-size: 100%;
    padding: .5em;
}

.data-pagination a:active {
    color: #009FDA;
}

li.paging.active a {
    color: #009FDA;
    text-decoration: underline;
}

.data-pagination a:focus,
.data-pagination a:hover {
    color: #009FDA;
}

/* Disabled & Hidden Styles */
.data-pagination .disabled,
.data-pagination [hidden],
.data-pagination [disabled] {
    opacity: .5;
    pointer-events: none;
}



.pagicon {
    width: 40px;
    height: auto;
}

.checkwraptext {
    padding-left: 40px;
    list-style-type: none;
    margin: 0px 5px;
}

.latestthinking {
    margin-top: 85px;
    padding-bottom: 65px;
}

.post .post-thumb {
    background-color: black;
}



.postimg2 {
    width: 100%;
    height: 240px;
}



.contactbgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    padding: 0px 15px;
}


.contacttxt {
    position: relative;
    font-weight: 300;
    font-style: normal;
    font-size: 1.625em;
    line-height: 30px;
    color: #fff;
}





/** Insights */

ul.newsandinsights.nav.nav-tabs.flex-column a {
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 0px;
}

.articlebgleft {
    display: block;
    min-height: 480px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.articlebgright {

    display: block;
    padding-left: 10px;

}

.articletextnileft {

    background-color: #F1F1F1;
    padding: 20px 30px;
    min-height: 200px;
}


.articletopimg {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.ariticleul {
    padding: 0px 30px 0px 30px;
}

ul.ariticleul li {
    padding-bottom: 20px;
    list-style: disc;
    font-size: 1.25em;
}

.articletitleni {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;


}

.articletitleni a {
    color: #009FDA;

}





.articlebgrighttop {
    min-height: 260px;
}

.newsandinsights {
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 50px;
    margin-bottom: 0px;
}

.articlebg {
    background-color: #F1F1F1;
    min-height: 260px;
}

.articletextnirighttop {
    min-height: 260px;
    background-color: #F1F1F1;
    padding: 20px 30px;
}

.articlebgrightbot {
    background-color: #F1F1F1;
    padding: 20px 30px;
    margin-bottom: 20px;
    min-height: 230px;
}

.articleright {
    overflow: hidden;
}

.regionhead {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.regionbn {
    min-width: 100px;
    height: 44px;
    background: none;
    color: #009FDA;
    border-color: #009FDA;
    border-radius: 0px;
    font-size: 18px;
}

.regionhead li {
    display: inline-block;
    margin-right: 20px;
}

.regionbn:hover {
    min-width: 100px;
    height: 44px;
    background: none;
    color: #009FDA;
    border-color: #009FDA;
    border-radius: 0px;
}

.regionchangetxt {

    font-size: 18px;
}

.availlantxt {
    padding-top: 20px;
}

.languaghead {
    font-size: 20px;
    padding-top: 20px;
    color: #000000;
    font-weight: 300;
}

.aviltext {
    font-size: 16px;
}

.langcountry .mli a {
    padding: 0 10px;
    display: inline-block;
    color: #009FDA !important;
    border-right: solid 1px;
    border-color: #878786;
    line-height: 16px;
}

.langcountry .mli a:last-child {
    border: none;
}

.langcountry li.mli {
    padding-bottom: 20px;
}

.countryflag {
    max-width: 24px;
    margin-right: 15px;
    margin-bottom: 4px;
}

.officecountryflag {
    min-width: 24px;
    margin-right: 15px;
    margin-bottom: 8px;
}

.countrylangs {
    color: #009FDA;
}

.countryname {
    padding: 20px 0px;
    color: #878786;
    font-size: 16px;
    margin-right: 30px;
}

.dividerlang {}








.ct-btn-scroll {
    width: 49px;
    height: 49px;
    position: relative;
    bottom: 140px;
    left: 48%;
    right: 0;
    margin: auto;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}



button.btn.btn-primary.regionbn.active {
    background-color: none;
    background-color: #fff;
    border-color: #878786;
    color: #878786;
    box-shadow: none;

}

.borderbottom {
    border-bottom: solid;
}


.page-header h1 {
    font-weight: bold;
}

.showing {
    color: #000;
    font-size: 1.5em;
    padding-bottom: 15px;
    margin-top: 0;
}

.morenews {
    position: relative;
    left: 15px;
    color: #009FDA;
}

a.morenews:hover {
    color: #009FDA;
}

.articlepara {
    margin-top: 20px;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articlepararight {
    margin-top: 20px;
    max-height: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
}







/** Modified For header */

.wrapper .breadcrumb {
    padding: 0 !important;
}


ul.breadcrumb {
    padding-left: 0px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    background-color: transparent;
}

ul.breadcrumb a {
    color: #878786;
}

ul.breadcrumb a:hover {
    color: #009fda;
}


.hfooter {
    margin-top: 0px;
}


.searchbox-input {
    top: 0;
    right: 0;
    border: 0 !important;
    outline: 0;
    background: transparent !important;
    color: #6D6E70;
    height: 40px !important;
    margin: 0;
    padding: 0px 55px 0px 15px;
    font-size: 16px;
    width: 40px;

}



ul.footermenu-list a {
    color: #fff;
    text-decoration: none;
}

ul.footermenu-list a:hover {
    color: #009fda;
    text-decoration: none;
}

.col-sm-6.copyright.calign a {
    color: #fff;
    text-decoration: none;
}


.col-sm-6.copyright.calign a:hover {
    color: #009fda;
    text-decoration: none;
}

/**
input:invalid, textarea:invalid {
     background-color: transparent !important; 
}

*/

.article-image-header.with-image {
    margin-top: -80px;
}

.tab-content a {
    color: #6D6E70;
}

.post-thumb a:hover {
    text-decoration: none;
}


.insightheader {

    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    line-height: 30px;
    color: #000000;
    padding-bottom: 50px;
    border-bottom: 1px dotted #878786;

}


.officesheadtxt {
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    line-height: 30px;
    color: #000000;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #878786;
}

.officesheadparatxt {
    float: left;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #878786;
    margin-top: 40px;
}

.officessubheadparatxt {
    padding-bottom: 20px;
    border-bottom: 1px solid #878786;
}

@media (max-width: 1199px) {
    .showondesktop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .col-lg-6.location-padding-left {
        padding-left: 40px;
    }

    .col-lg-6.location-padding-right {
        padding-right: 40px;
    }
}

h4.aqcontacttxt {

    font-weight: bold;
    font-style: normal;
    font-size: 1.625em;
    line-height: 30px;
    color: #000000;
    padding-bottom: 15px;


}

.insightkeycontact {

    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    line-height: 30px;
    color: #000000;


}



.newsdate {
    margin-top: 20px;
    margin-bottom: 50px;
    font-style: italic;

}


.categories-horizontalnew {}

.categories-horizontalnew li {
    float: left;
    margin-right: 12px;
}

.categories-horizontalnew li.link {
    border-right: 1px solid #878786;
    padding-right: 12px
}

.categories-horizontalnew li.link:last-of-type {
    border-right: none
}


.meetingtext {
    display: block;
    font-weight: bold;
    font-style: normal;
    font-size: 1.25em;
    line-height: 30px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
}



.meetpad {
    margin-top: 50px;
}

.meetingpara {
    margin-bottom: 20px;
}


.latestinsighttxt {
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    line-height: 30px;
    margin-top: 85px;
    margin-bottom: 50px;
}

.latestinsightdate {
    font-size: 1em;
    font-style: italic;
    margin-top: 30px;
}




.icon-barcustom {
    display: inline-block;
    margin-top: 90px;
    position: fixed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    margin-left: -25px;
    padding-bottom: 10px;
    float: left;
}


.icon-barcustom a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    opacity: .5;
}

.icon-barcustom a:hover {

    opacity: 1;
}



.facebook {

    color: white;
}

.twitter {

    color: white;
}

.google {

    color: white;
}

.linkedin {

    color: white;
}

.youtube {

    color: white;
}






ul.breadcrumb>li {
    display: contents;
}

.peopleprofile {
    display: block;
    padding-top: 65px;
}



.newscontent {
    margin-bottom: 1.5em;
}

p.profilecontent {
    margin-bottom: 1.5em;
}

p.profilecontent:last-child {
    margin-bottom: 0;
}

.profilenew.media {
    margin-top: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #878786;
}

h1.banner-titlenew {
    font-size: 3em !important;
    font-weight: bold !important;
    line-height: 48px !important;
    margin-bottom: 10px;
}

h2.banner-titlenew {
    font-size: 2.25em !important;
    font-weight: bold !important;
    margin-bottom: 25px !important;
    line-height: 36px !important;
}

.profileimgalign.media-right {
    text-align: left;
}

.learnaq {
    font-size: 20px;
}

.articledownload {
    margin-top: 50px;
    border-bottom: 1px dotted #878786;
    border-top: 1px dotted #878786;
}

.articledownload img {
    margin-right: 10px;
}

.articledownload a {
    color: #878786;
}



.articledownload li {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 20px;

}

.officesbullettxt {
    list-style: disc;
    margin-left: 15px;
}

.countrymapimg {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

h5.officecountryname {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #000;

}




.list-sectornew {
    width: 100%;
}

.list-sectornew li {
    padding: 24px 0;
    display: block;
    color: #009fda;
    border-bottom: 1px solid #ccc
}

.list-sectornew li:last-of-type {
    border-bottom: none
}

.list-sectornew li a {
    padding-right: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #009fda;

}

.list-sectornew li a span.arrow {
    width: 23px;
    height: 23px;
    margin-left: 62px
}

.list-sectornew li a:hover {
    color: #009fda;
    text-decoration: underline;
}

.spritearrowright {
    object-fit: none;
    width: fit-content;
    height: 24px;
    object-position: 0 -125px;
    float: right;
}

.officesborder {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dotted #878786;

}

.officesbulletlist {
    list-style: none;
}


.countrylangs {
    color: #009FDA;
}

.placecountry .mli a {
    padding: 0 10px;
    display: inline-block;
    color: #009FDA !important;
    border-right: solid 1px;
    border-color: #878786;
    line-height: 16px;
    margin-top: 0px;

}

.placecountry .mli a:last-child {
    border: none;
}



.placecountry li.mli {
    padding-bottom: 20px;
}


.countryname {
    padding: 20px 0px;
    color: #878786;
    font-size: 16px;
    margin-right: 30px;
}

.officescountryname {
    padding: 20px 0px;
    color: #878786;
    font-size: 20px;
    margin-right: 30px;
    margin-left: -5px;
}

a.officescountryname > span.officescountryname:hover {
    color: #009FDA;
}

.countryplaces {
    color: #009FDA;
    padding: 0 30px 0 0;
    width: 100%;
    display: inline-block;
    margin-left: -10px;
    margin-top: 5px;
}

.officescontainer {
    margin-bottom: 85px;

}

.tab-pane p:last-child {
    border: none;
}

.peoplesearchbtn {
    background-image: url(/Assets/images/search_01.png) !important;
    width: 23px;
    height: 34px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 0px;
    border: none;
}

h5.ftitle a:hover {
    color: #009FDA;
    text-decoration: none;
}

h5.ftitle a {
    color: #fff;
}

p.media-heading.psname {
    /* margin-top: 10px; */
}


.container.harticle {
    padding-bottom: 35px;
}

.social-icons a:hover {
    text-decoration: none;
}



.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}


/*the container must be positioned relative:*/
.custom-select {
    position: relative;

}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    height: 50px;
    border: 1px solid #009FDA;
    border-color: #009FDA;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;

    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/

.select-selected {
    color: #009FDA;
    padding: 0px 16px;
    border: 1px solid #009FDA;
    border-color: #009FDA;
    background-color: #fff;
    background-image: url(/Assets/images/sprite-arrows.png);
    background-position: right -199px;
    background-repeat: no-repeat;

    cursor: pointer;
    user-select: none;
    line-height: 50px;
}

.select-items div {
    color: #009FDA;
    padding: 0px 16px;

    background-color: #fff;

    background-repeat: no-repeat;

    cursor: pointer;
    user-select: none;
    line-height: 50px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #009FDA;
    border-top: none;
    background-image: none !important;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #009FDA;
    color: #fff;
}

input.searchresbutton {
    height: 50px !important;
}


.newsidebar.sidebar-expertise h2 {
    margin-left: 0px;
}

.newsidebar.sidebar-expertise h4 {
    padding-left: 78px;
}


.newsidebar.sidebar-expertise .expandable-links {
    margin-left: 0px;
    border-top: 1px solid #ccc;
}

.newsidebar {
    margin-top: 50px;
}


.newsidebar.sidebar-expertise h4 {
    margin-top: 10px;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 60px;
    background: url(/Assets/images/sprite-expertise-sidebar.png) left top 5px no-repeat;
    width: 48px;
    background-size: 40px;
}




.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

small,
.small {
    font-size: 100%;
}

/*
.content {
  margin-left: 75px;
  font-size: 30px;
} */


.ourpartnerhicon {
    background-image: url(/Assets/images/partner1_grey.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 23px;
}

a.ourpartnerhicon:hover,
a.ourpartnerhicon:active,
a.ourpartnerhicon:focus {
    background-image: url(/Assets/images/partner1_blue.png);
}

.latestthinkinghicon {
    background-image: url(/Assets/images/opinion_grey.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 23px;
}

a.latestthinkinghicon:hover,
a.latestthinkinghicon:active,
a.latestthinkinghicon:focus {
    background-image: url(/Assets/images/opinion.png);
}


.shiconmargin {
    margin-left: 40px;
}


a:hover h4.secheadb {
    color: #fff;
    text-decoration: none;
}

a:hover h4.sechead {
    color: #fff;
    text-decoration: none;
}

.newsidebar-expertise h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    /* margin-left: 77px; */
}


.newsidebar-expertise .expandable-links {
    /* margin-left: 78px; */
    border-top: 1px solid #ccc;
}

.contact-panel .image-container.newprofile {
    display: block;
    position: absolute;
    bottom: 0px;
    left: initial !important;
}

.contact-panel.newprofilemargintop {
    margin-top: 120px;
}

.searchresultchk input[type=checkbox] {
    display: none;
}

.searchresultchk input[type=checkbox]+label {
    display: inline-block;
    padding: 0 0 0 0px;
    background: url('/Assets/images/unchecked-checkbox.png') no-repeat;
    background-size: 24px;
    padding-left: 40px;
    padding-top: 2px;
}

.searchresultchk input[type=checkbox]:checked+label {
    background: url('/Assets/images/checked-checkbox.png') no-repeat;
    background-size: 24px;
    display: inline-block;
}


.ui-widget-content {
    border: 0px solid #ddd !important;
}


ul.suggestions h4 {
    display: inline-block;
}

ul.suggestions h4:hover {
    color: #009fda;
}


a.regionbtn.active {
    display: block;
    background-color: #fff;
    border: 1px solid #878786;
    color: #878786;
    padding: 12px 12px;
    font-size: 18px;
    text-decoration: none;
    cursor: initial;
    pointer-events: none;
}


a.regionbtn {
    display: block;
    background-color: #fff;
    border: 1px solid #009FDA;
    color: #009FDA;
    padding: 12px 12px;
    font-size: 18px;
    text-decoration: none;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

.art-post-left p {
    color: #333;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

blockquote {
    border-left: none;
}


h2.hparthead a {
    color: #333;
}

h2.hparthead a:hover,
h2.hparthead a:focus {
    color: #009FDA;
    text-decoration: none;
}

.srdate {
    font-size: 1em;
    font-style: italic;
    margin-top: 1em;
}


section.article-image-header {
    margin-top: 50px;
}

.bgoverlayup {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: background-color .5s linear;
    -ms-transition: background-color .5s linear;
    transition: background-color .5s linear;
}


.bgoverlayup:hover {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-transition: background-color .5s linear;
    -ms-transition: background-color .5s linear;
    transition: background-color .5s linear;

}

.navbar-brand>img {
    display: block;
    margin-top: -1px;
}

.searchtopmargin {
    margin-top: 50px;
}



.navbar {
    margin-bottom: 0px;
}


ul.nav.nav-tabs.flex-column {
    margin-bottom: 50px;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}






.contact-panel .image-container {
    display: block;
    position: absolute;
    bottom: 0px !important;
    left: 50%;
}

.module-featured-article.group.with-intro {
    margin-top: 120px;
}

ul.ariticleul a {
    color: #878786;
}

ul.ariticleul a:hover {
    color: #009FDA;
}

input#header_new_0_MenuBar_New_search_0_SearchInput {
    width: 100%;
    height: 40px !important;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1px;
}

.result-image {
    margin-bottom: 50px;
}

.people-offices {
    padding-bottom: 2px;
}

.people-disclaimer {
    font-style: italic;
    font-size: 14px;
}

h2.hparthead:hover {
    color: #009FDA !important;

}

.container.hrline {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* @media (max-width: 1024px)  */
@media (max-width: 1199.98px) {

    .hparthead h2 {
        font-weight: bold !important;
        font-style: normal !important;
        font-size: 1.875em !important;
        line-height: 36px !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    ul.nav.navbar-nav.navbar-right {
        padding-top: 0px !important;
        margin-top: 0px !important;
        position: absolute;
        top: 85px;
        width: 100%;

    }

    .regionlang {
        margin-top: 60px !important;
    }

    .navbar-nav {
        padding-top: 200px;
    }


    .art-post {
        margin-bottom: 0px;
        margin-top: -70px;
    }

    .tab-content {
        border-bottom: dotted thin #6D6E70;
        margin-bottom: 25px;
        margin-right: initial;
        padding-bottom: 10px;
    }


    .linkcol {
        color: #009FDA;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .container.harticle {
        padding-bottom: 10px !important;
    }

    .secheader1 {
        text-align: center;
        padding-bottom: 0px;
        text-transform: uppercase;
    }

    h3.secheader1 {
        font-weight: bold !important;
        font-style: normal !important;
        font-size: 1.625em !important;
        line-height: 32px !important;
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }

    h2.hparthead {
        font-weight: bold !important;
        font-style: normal !important;
        font-size: 1.875em !important;
        line-height: 36px !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    .hourpartner {
        margin-top: 30px;
        padding-bottom: 30px !important;
    }

    .latestthinking {
        margin-top: 50px !important;
        padding-bottom: 30px !important;
    }

    .secheader {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        text-transform: uppercase;
    }

    .hrankcontact {
        padding-bottom: 0px;
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .ftitle {
        color: #fff;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .copyright {
        background: #000;
        margin-bottom: 50px;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
    }

    .footermenu-list {
        padding-bottom: 0px;
    }

    .social-icons {
        margin-bottom: 50px;
    }

    .post .arthead a {
        position: absolute;
        margin: 30px;
        z-index: 10;
        font-weight: 100;
        color: #fff;
    }

    .post.post-thumb .post-body {
        position: absolute;
        margin: 30px;
        padding: 20px;
        z-index: 2;
        bottom: 0;
        background-color: rgba(255, 255, 255, .75);
    }

    .artheadr .centered {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        padding: 0 30px;        
    }

    .artheadr .centered h4.sechead {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post .artheadrb a {
        position: absolute;
        margin: 30px;
        z-index: 10;
        font-weight: 100;
        color: #fff;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar-inverse {
        background-color: #000;
        border-color: transparent;
    }

    .page-header {
        margin: 100px 0 20px !important;
    }

    section.article-image-header {
        margin-top: 0px !important;
    }


    .navbar-brand>img {
        display: block;
        width: 70%;
    }

    .postimg2 {
        opacity: 1 !important;
    }

    .post .post-img {
        opacity: 1;
    }

    .post-img1>img {
        opacity: 1;
    }


}

.bgoverlayupcontact {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 15px;
    padding: 40px;
    -webkit-transition: background-color .5s linear;
    -ms-transition: background-color .5s linear;
    transition: background-color .5s linear;
}


.bgoverlayupcontact:hover {
    background-color: transparent;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-transition: background-color .5s linear;
    -ms-transition: background-color .5s linear;
    transition: background-color .5s linear;
}





@media (max-width: 767.98px) {

    .bgoverlayupcontact {
        background-color: transparent;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0px;
        padding: 20px;
        -webkit-transition: background-color .5s linear;
        -ms-transition: background-color .5s linear;
        transition: background-color .5s linear;
    }


    .bgoverlayupcontact:hover {
        background-color: transparent;
        height: 100%;
        position: absolute;
        top: 0;
        cursor: pointer;
        -webkit-transition: background-color .5s linear;
        -ms-transition: background-color .5s linear;
        transition: background-color .5s linear;
    }

    .data-pagination a {
        color: #878786;
        font-size: 100%;
        padding: 1px !important;
    }

    .pagicon {
        width: 30px !important;
        height: auto;
    }


    .artheadr .centered {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        padding: 0 30px;
    }

    .post .artheadrb a {
        position: absolute;
        margin: 30px;
        z-index: 10;
        font-weight: 100;
        color: #fff;
    }

    .post .arthead a {
        position: absolute;
        margin: 15px;
        z-index: 10;
        font-weight: 100;
        color: #fff;
    }

    .post.post-thumb .post-body {
        position: absolute;
        margin: 15px;
        padding: 15px;
        z-index: 2;
        bottom: 0;
        background-color: rgba(255, 255, 255, .75);
    }

    .contact-panel .image-container {
        display: block;
        position: absolute;
        bottom: 0 !important;
        left: 55% !important;
    }

    .linkcol a {
        padding-left: 0px;
    }

    .articlebgrightbot {
        min-height: initial !important;
        margin-top: 20px;
    }

    .contact-panel .image-container img,
    .featured-author img,
    .people-search.results .person .image-container img {
        width: 135px !important;
        height: auto !important;
    }

    .regionrowmargin {
        margin: auto -15px;
    }

    .pageheadbg {
        background: #F1F1F1;
        margin-bottom: 20px !important;
        margin-top: -22px;
    }


    .img-fluid {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .hourpartner {
        margin-top: 0;
    }

    ul.suggestions {
        width: 100% !important;
        z-index: 2;
    }




    .ct-btn-scroll {
        display: none;
    }

    .button.blue-border.fullwidth.no-margin.searchresbuttonpad {
        margin-bottom: 25px !important;
    }

    .custom-select {
        margin-bottom: 16px;
    }

    ul.breadcrumb {
        margin-top: 70px;
        margin-left: -15px;
        padding-left: 0px !important;
    }

    .insightkeycontact {
        margin-top: 50px;
    }


    .morenews {
        bottom: initial !important;
    }

    .articletextnileft {
        min-height: initial !important;
    }

    .articletextnirighttop {
        min-height: initial !important;
        margin-top: 20px;
    }

    .articlebgleft {
        min-height: initial !important;
        padding-right: 15px !important;
    }

    .articlebgright {
        min-height: initial !important;
        padding-left: 15px !important;
    }

    .articlebgrightbot {
        min-height: initial !important;
        margin-top: 0;
    }

    .ariticleul {
        padding-top: 30px !important;
    }

    .navbar-nav {
        padding-top: 200px;
    }


    ul.nav.navbar-nav.navbar-right {
        padding-top: 0px !important;
        margin-top: 0px !important;
        position: absolute;
        top: 85px;
        width: 100%;

    }


    .navbar-collapse {
        position: absolute !important;
        width: 100%;
    }

    .countryname {

        margin-right: 15px !important;
    }

    .regionhead {
        margin-top: 0px !important;
    }


    .regionhead li {

        margin-top: 20px !important;

    }

    .navbar-nav .open .dropdown-menu {

        background-color: #fff !important;

    }

    .regionlang {
        margin-top: 60px !important;
    }

    ul.nav.navbar-nav.navbar-right {
        padding: 15px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        z-index: -1;
        background: #000 !important;
    }



    li.dropdown.megamenu-fw.regionlang a.dropdown-toggle {
        background-color: #009FDA;
    }


    /* Home Search Styles */


    .searchbox {

        display: block;
        min-width: 40px;
        width: 100% !important;
        height: 40px;
        float: right;
        overflow: hidden;
        margin-top: 6px;
        right: 0;
        z-index: 1;

        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;


    }

    .searchbox-input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #fff !important;
        color: #6D6E70;
        height: 40px;
        margin: 0;
        padding: 0px 55px 0px 20px;
        font-size: 16px;
        width: 100% !important;

    }


    .searchbox-input:focus {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #009FDA;
        color: #6D6E70;
        height: 40px;
        margin: 0;
        padding: 0px 55px 0px 20px;
        font-size: 16px;
        width: 100%;

    }

    .searchbox-input::-webkit-input-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input:-moz-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input::-moz-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input::-webkit-input-placeholder::after {
        color: #6D6E70 !important;
    }


    .searchbox-icon,
    .searchbox-submit {
        width: 40px;
        height: 40px;
        display: inline;
        position: absolute;
        top: 0;
        font-size: 16px;
        right: 0;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: transparent;
        background: #009FDA !important;
        background-image: url(/Assets/images/search.png) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;

    }

    .searchbox-open span.searchbox-icon {
        background-image: url(/Assets/images/search.png);
        background-color: #009FDA;
    }

    .searchbox-icon:hover {
        background-color: #009FDA;
    }


    .searchbox-open {
        width: 100% !important;
        background: #fff;
        border: solid 1px #009FDA;
        position: absolute;
        right: 0;

    }


    .hparthead {

        padding-left: 0px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .hpartcontent {
        padding-left: 0px;
        margin-left: -10px;
        margin-right: -10px;
    }



    .psprofile {
        width: 135px;
        height: 135px;
        object-fit: cover;
    }



    .breadcrumb {
        float: left;
    }

    .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 0px solid transparent !important;
        border-radius: 0px 0px 0 0;
        padding-left: 35px;
        background-size: 18px;
        background-position-x: 10px;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #009FDA;
        background-color: #fff;
        border: 0px solid #ddd;
        border-bottom-color: #009FDA;
        cursor: default;
        border-top: none;
        border-left: none;
        border-right: none;
        padding-left: 35px;
        background-size: 18px;
        background-position-x: 10px;
    }


    .newsandinsights.nav-tabs>li.active>a,
    .newsandinsights.nav-tabs>li.active>a:hover,
    .newsandinsights.nav-tabs>li.active>a:focus {
        color: #009FDA;
        background-color: #fff;
        border: 3px solid #ddd !important;
        border-bottom-color: #009FDA !important;
        ;
        cursor: default;
        border-top: none !important;
        ;
        border-left: none !important;
        ;
        border-right: none !important;
        ;
        padding-left: 35px;
        background-size: 18px;
        background-position-x: 10px;
    }




    .contactus {}

    .imgpartner {
        margin: 0px auto 30px auto;
        width: 100%;
        align-content: center;
        display: block;
        height: auto;
        max-width: 200px;
    }



    .copyright {
        background: #000;
        margin-bottom: 0;
        font-size: 12px;
        margin-top: 0px;
    }



    .social-icons li {
        display: inline-block;
        list-style-type: none;
        padding: 4%;
        padding-bottom: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
    }


    .hcontactus {
        position: relative;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .hranking {
        background: #f1f1f1;
        padding: 20px;
        margin-bottom: 5.25%;
    }

    .hpeoplesearch {
        margin-bottom: 12%;
    }

    a.dropdown-toggle:after {
        display: none;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-color: #FFF;
        border-width: 0 11.5px 10px 11.5px;
        content: "";
        position: absolute;
        left: 32%;
        margin-left: 0;
        bottom: -17px;
    }

    .dropdown.open a.dropdown-toggle:after {
        display: none;
        z-index: 1001;
    }

    .heroimage {
        height: auto;
        position: relative;
    }


    .thumbnail {
        display: block;
        flex-direction: column;
        padding: 20px;
        border-radius: 0;
        border: none webkit-box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        height: 100%;
    }

    .lthumbnail {
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        display: block;
        flex-direction: column;
        padding: 20px;
        border-radius: 0;
        border: none webkit-box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
    }

    .row.display-flex {
        display: block;
        flex-wrap: wrap;
    }


    .caption {
        display: block;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
    }

    .jumbotron {
        background-image: url(/Assets/images/home_ban_01.jpg);
        background-size: cover;
        padding-top: 0px;
        width: 100%;
        height: auto;
        padding-bottom: 270px;
        background-position: center;
    }



    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        background-color: #000;

    }

    .navbar-right {
        display: block;
    }

    .mli a {
        display: block;
        text-decoration: none;
        padding: 10px 0px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #000;
        font-size: 16px;
        border-bottom: 1px #009FDA;

    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: #009FDA;
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        background-color: #009FDA;
        color: #ffffff;
    }


    .art-post {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .art-post .art-post-left {
        padding-right: 0px;
        padding-left: 0px;
    }

    .art-post .art-post-right {
        padding-right: 0;
        padding-left: 0px;
    }

    .title-lg {
        font-size: 24px;
        line-height: 26px;
        padding: 0px;
    }

    .post-category {
        padding: 0px;
    }

    .calign {
        text-align: left;
        padding-bottom: 20px;
    }

    .harticle {
        padding-top: 0%;
    }

    .art-post .post {
        margin-bottom: 20px;
    }

    .post .arthead a {
        line-height: 36px;
    }

    .sechead {
        display: block;
    }

    .secheader {

        margin-top: 12%;
        text-transform: uppercase;

    }

    .row.display-flex {
        display: block;

    }

    .thumbnail {
        display: block;

    }

}




@media (min-width: 576px) and (max-width: 768px) {

    .bgoverlayupcontact {
        background-color: transparent;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 15px;
        padding: 30px;
        -webkit-transition: background-color .5s linear;
        -ms-transition: background-color .5s linear;
        transition: background-color .5s linear;
    }


    .bgoverlayupcontact:hover {
        background-color: transparent;
        height: 100%;
        position: absolute;
        top: 0;
        cursor: pointer;
        -webkit-transition: background-color .5s linear;
        -ms-transition: background-color .5s linear;
        transition: background-color .5s linear;
    }

    .insightkeycontact {
        margin-top: 50px;
    }

    .morenews {
        bottom: initial !important;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #009FDA;
        background-color: #fff;
        border: 3px solid #ddd;
        border-bottom-color: #009FDA;
        cursor: default;
        border-top: none;
        border-left: none;
        border-right: none;
        padding-left: 35px;
        background-size: 18px;
        background-position-x: 10px;
    }

    .psprofile {
        width: 135px;
        height: 135px;
        object-fit: cover;
    }




    .breadcrumb {
        float: left;
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {

    .bgoverlayupcontact {
        background-color: transparent;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 15px;
        padding: 30px;
        -webkit-transition: background-color .5s linear;
        -ms-transition: background-color .5s linear;
        transition: background-color .5s linear;
    }


    .bgoverlayupcontact:hover {
        background-color: transparent;
        height: 100%;
        position: absolute;
        top: 0;
        cursor: pointer;
        -webkit-transition: background-color .5s linear;
        -ms-transition: background-color .5s linear;
        transition: background-color .5s linear;
    }

    .hcontactus {
        position: relative;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    ul.suggestions {
        width: 100% !important;
        z-index: 2;
    }

    .ct-btn-scroll {
        display: none;
    }

    .insightkeycontact {
        margin-top: 50px;
    }

    .morenews {
        bottom: initial !important;
    }

    .ariticleul {
        margin-top: 30px;
    }

    .megamenu .container {
        margin: 0px -15px !important;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .navbar-nav {
        padding-top: 200px;
    }

    .navbar-toggle {
        margin-right: -15px;
    }

    ul.nav.navbar-nav.navbar-right {
        padding-top: 0px !important;
        margin-top: 0px !important;
        position: absolute;
        top: 85px;
        width: 100%;
    }


    .container {
        width: 100% !important;
    }

    .countryname {

        margin-right: 15px !important;
    }

    .regionhead {
        margin-top: 0px !important;
    }


    .regionhead li {

        margin-top: 20px !important;

    }

    .navbar-nav .open .dropdown-menu {

        background-color: #fff !important;

    }

    .regionlang {
        margin-top: 60px !important;
    }


    ul.nav.navbar-nav.navbar-right {
        padding: 15px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        z-index: -1;
        background: #000 !important;
    }

    li.dropdown.megamenu-fw.regionlang a.dropdown-toggle {
        background-color: #009FDA;
    }

    /* Home Search Styles */


    .searchbox {

        display: block;
        min-width: 40px;
        width: 100% !important;
        height: 40px;
        float: right;
        overflow: hidden;
        margin-top: 6px;
        right: 0;
        z-index: 1;

        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;


    }

    .searchbox-input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #fff !important;
        color: #6D6E70;
        height: 40px;
        margin: 0;
        padding: 0px 55px 0px 20px;
        font-size: 16px;
        width: 100% !important;

    }


    .searchbox-input:focus {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #009FDA;
        color: #6D6E70;
        height: 40px;
        margin: 0;
        padding: 0px 55px 0px 20px;
        font-size: 16px;
        width: 100%;

    }

    .searchbox-input::-webkit-input-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input:-moz-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input::-moz-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input::-webkit-input-placeholder::after {
        color: #6D6E70 !important;
    }

    .searchbox-icon,
    .searchbox-submit {
        width: 40px;
        height: 40px;
        display: inline;
        position: absolute;
        top: 0;
        font-size: 16px;
        right: 0;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: transparent;
        background: #009FDA !important;
        background-image: url(/Assets/images/search.png) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;

    }

    .searchbox-open span.searchbox-icon {
        background-image: url(/Assets/images/search.png);
        background-color: #009FDA;
    }

    .searchbox-icon:hover {
        background-color: #009FDA;
    }


    .searchbox-open {
        width: 100% !important;
        background: #fff;
        border: solid 1px #009FDA;
        position: absolute;
        right: 0;

    }



    .hparthead {
        padding-left: 0px;
    }

    .hpartcontent {
        padding-left: 0px;
    }

    .sftext-right {
        text-align: left;
        float: left !important;
        cursor: pointer;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #009FDA;
        background-color: #fff;
        border: 3px solid #ddd;
        border-bottom-color: #009FDA;
        cursor: default;
        border-top: none;
        border-left: none;
        border-right: none;
        padding-left: 35px;
        background-size: 18px;
        background-position-x: 10px;
    }

    .psprofile {
        width: 105px;
        height: 135px;
        object-fit: cover;
    }


    .breadcrumb {
        float: left;
    }


    .nav-tabs>li>a {
        font-size: 13px;
        padding-left: 30px !important;
        background-size: 15px !important;
    }

    .art-post {
        padding-top: 20px;
    }

    .img-fluid {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .art-post .art-post-left {
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
    }

    .postimg2 {
        width: 100%;

    }



    .art-post .art-post-right {
        padding-right: 10px;
        padding-left: 10px;
        overflow: hidden;
    }

    .artheadr {
        position: relative;
        text-align: left;
        color: white;
        margin: 20px 0 20px 0;
        width: 100%;
    }

    /*
    .imgpartner {
        margin: 60px auto 30px auto;
        height: 200px;
        align-content: center;
        display: block;
        width: auto;
    } */

    .imgpartner {
        display: block;
        max-width: 200px;
        height: auto;
        padding: 40px 0;
        margin: auto;
        margin-right: 0;
    }

    .hpartcontent {

        padding-bottom: 25px;
    }



    .hranking {
        padding: 30px;
        background: #F1F1F1;
        margin-bottom: 20px;
    }

    .thumbnail {

        padding: 30px;
    }

    .heroimage {
        position: relative;
        top: initial;
    }

    .social-icons li {
        display: inline-block;
        list-style-type: none;
        padding: .3%;
        padding-bottom: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-collapse {
        position: absolute !important;
        width: 100%;
    }

    .megamenu {
        padding-right: 0px;
    }

    .megamenu .nav {
        position: relative;
        width: 100%;
        left: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        width: 100%;
        left: 0;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #000;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }


    a.dropdown-toggle:after {
        display: none;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-color: #FFF;
        border-width: 0 11.5px 10px 11.5px;
        content: "";
        position: absolute;
        left: 32%;
        margin-left: 0;
        bottom: -17px;
    }

    .dropdown.open a.dropdown-toggle:after {
        display: none;
        z-index: 1001;
    }



    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        background-color: #000;

    }


    .mli a {
        display: block;
        text-decoration: none;
        padding: 10px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #000;
        font-size: 16px;
        border-bottom: 1px #009FDA;

    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: #009FDA;
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        background-color: #009FDA;
        color: #ffffff;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {



    ul.suggestions {
        width: 100% !important;
        z-index: 2;
    }

    .ct-btn-scroll {
        display: none;
    }


    .morenews {
        bottom: initial !important;
    }

    .ariticleul {
        margin-top: 30px;
    }


    .megamenu .container {
        margin: 0px -15px !important;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .navbar-nav {
        padding-top: 200px;
    }



    .navbar-toggle {
        margin-right: -15px;
    }



    ul.nav.navbar-nav.navbar-right {
        padding-top: 0px !important;
        margin-top: 0px !important;
        position: absolute;
        top: 85px;
    }


    .megamenu .nav {
        position: relative;
        width: 100%;
        left: 0;
    }



    .container {
        width: 100% !important;
    }

    .countryname {

        margin-right: 15px !important;
    }

    .regionhead {
        margin-top: 0px !important;
    }


    .regionhead li {

        margin-top: 20px !important;

    }

    .navbar-nav .open .dropdown-menu {

        background-color: #fff !important;

    }

    .regionlang {
        margin-top: 60px !important;
    }


    ul.nav.navbar-nav.navbar-right {
        padding: 15px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        z-index: -1;
        background: #000 !important;
    }



    li.dropdown.megamenu-fw.regionlang a.dropdown-toggle {
        background-color: #009FDA;
    }

    /* Home Search Styles */


    .searchbox {

        display: block;
        min-width: 40px;
        width: 100% !important;
        height: 40px;
        float: right;
        overflow: hidden;
        margin-top: 6px;
        right: 0;
        z-index: 1;

        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;


    }

    .searchbox-input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #fff !important;
        color: #6D6E70;
        height: 40px;
        margin: 0;
        padding: 0px 55px 0px 20px;
        font-size: 16px;
        width: 100% !important;

    }


    .searchbox-input:focus {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #009FDA;
        color: #6D6E70;
        height: 40px;
        margin: 0;
        padding: 0px 55px 0px 20px;
        font-size: 16px;
        width: 100%;

    }



    .searchbox-input::-webkit-input-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input:-moz-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input::-moz-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #6D6E70 !important;
    }

    .searchbox-input::-webkit-input-placeholder::after {
        color: #6D6E70 !important;
    }

    .searchbox-icon,
    .searchbox-submit {
        width: 40px;
        height: 40px;
        display: inline;
        position: absolute;
        top: 0;
        font-size: 16px;
        right: 0;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: transparent;
        background: #009FDA !important;
        background-image: url(/Assets/images/search.png) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;

    }

    .searchbox-open span.searchbox-icon {
        background-image: url(/Assets/images/search.png);
        background-color: #009FDA;
    }

    .searchbox-icon:hover {
        background-color: #009FDA;
    }


    .searchbox-open {
        width: 100% !important;
        background: #fff;
        border: solid 1px #009FDA;
        position: absolute;
        right: 0;

    }


    input.searchbox-input {
        height: 40px !important;
    }



    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #009FDA;
        background-color: #fff;
        border: 3px solid #ddd;
        border-bottom-color: #009FDA;
        cursor: default;
        border-top: none;
        border-left: none;
        border-right: none;
        padding-left: 35px;
        background-size: 18px;
        background-position-x: 10px;
    }

    .psprofile {
        width: 135px;
        height: 135px;
        object-fit: cover;
    }



    .breadcrumb {
        float: left;
    }




    .img-fluid {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /*    .imgpartner {
        margin: 50px 20px;
        height: 250PX;
        float: right;
        display: block;
        width: auto;
    } */

    .imgpartner {
        display: block;
        max-width: 200px;
        height: auto;
        padding: 40px 0;
        margin: auto;
        margin-right: 15px;
    }

    .hcontactus {
        padding: 30px;
        background: #000;
    }

    .hranking {
        padding: 30px;
        background: #F1F1F1;
    }

    .thumbnail {

        padding: 30px;
    }

    .heroimage {
        max-height: 580px;
        position: relative;
        top: initial;
    }

    .social-icons li {
        display: inline-block;
        list-style-type: none;
        padding: .3%;
        padding-bottom: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-collapse {
        position: absolute !important;
        width: 100%;
    }

    .megamenu {
        padding-right: 0px;
    }


    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        width: 100%;
        left: 0;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #000;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }


    a.dropdown-toggle:after {
        display: none;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-color: #FFF;
        border-width: 0 11.5px 10px 11.5px;
        content: "";
        position: absolute;
        left: 32%;
        margin-left: 0;
        bottom: -17px;
    }

    .dropdown.open a.dropdown-toggle:after {
        display: none;
        z-index: 1001;
    }



    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        background-color: #000;

    }


    .mli a {
        display: block;
        text-decoration: none;
        padding: 10px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #000;
        font-size: 16px;
        border-bottom: 1px #009FDA;

    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: #009FDA;
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        background-color: #009FDA;
        color: #ffffff;
    }
}


@media (min-width: 1200px) and (max-width: 1200px) {

    .psprofile {
        width: 105px !important;
        height: 135px !important;
        object-fit: cover !important;
    }

}


@media (max-width: 768px) {



    .hranking.rcsame-height {
        height: initial !important;
    }

}

@media (min-width: 1200px) {

    section#featured-article-header {
        margin-top: -80px;
    }

    .megamenu .nav,
    .megamenu .collapse,
    .megamenu .dropup,
    .megamenu .dropdown {
        position: static;
        height: 78px;
    }

    .contact-panel .image-container {
        display: block;
        position: absolute;
        bottom: 0 !important;
        left: 62% !important;
    }

    .psprofile {
        width: 135px;
        height: 135px;
        object-fit: cover;
        margin-top: 0px;
    }

    .container {
        max-width: 1430px;
        width: 100%;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #009FDA;
        background-color: #fff;
        border: 3px solid #ddd;
        border-bottom-color: #009FDA;
        cursor: default;
        border-top: none;
        border-left: none;
        border-right: none;
        padding-left: 35px;
        background-size: 18px;
        background-position-x: 10px;
    }





    .social-icons li {
        display: inline-block;
        list-style-type: none;
        padding: .3%;
        padding-bottom: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
    }


    .hcontactus {
        background: #000;
        padding: 40px;
    }

    .hranking {
        background: #f1f1f1;
        padding: 40px;
        margin-bottom: 0;
    }


    .hpeoplesearch {}

    a.dropdown-toggle:after {
        display: none;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-color: #FFF;
        border-width: 0 11.5px 10px 11.5px;
        content: "";
        position: absolute;
        left: 32%;
        margin-left: 0;
        bottom: -15px;
    }

    .dropdown.open a.dropdown-toggle:after {
        display: block;
        z-index: 1001;
    }

    .heroimage {
        height: 580px;
        position: relative;
        top: -100px;
    }

    .imgpartner {
        margin: 50px 20px 50px auto;
        height: 300px;
        float: right;
        display: block;
        width: auto;
    }

    .thumbnail {
        display: block;
        flex-direction: column;
        padding: 9%;
        border-radius: 0;
        border: none webkit-box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);

    }

    .lthumbnail {
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        display: block;
        flex-direction: column;
        padding: 9%;
        border-radius: 0;
        border: none webkit-box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
        box-shadow: 0px 0px 5px 0px rgba(210, 209, 210, 1);
    }

    .row.display-flex {
        display: flex;
        flex-wrap: wrap;
    }

}


@media (min-width: 350px) {
    .data-pagination {
        font-size: 16px;
    }
}

@media (min-width: 500px) {
    .data-pagination {
        font-size: 16px;
    }
}

@media (min-width: 700px) {
    .data-pagination {
        font-size: 16px;
    }
}

@media (min-width: 900px) {
    .data-pagination {
        font-size: 16px;
    }
}

@media (max-width: 1499px) {
    .icon-barcustom {
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        margin-left: 0;
        padding-bottom: 0px;
        margin-top: 0;
    }

    .icon-barcustom a {
        display: inline-block;
        text-align: center;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
        opacity: .5;
        margin-right: 10px;
    }

}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {

    .bgoverlayupcontact {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 15px;
        padding: 30px;
        -webkit-transition: background-color .5s linear;
        -ms-transition: background-color .5s linear;
        transition: background-color .5s linear;
    }


    .bgoverlayupcontact:hover {
        background-color: transparent;
        height: 100%;
        position: absolute;
        top: 0;
        cursor: pointer;
        -webkit-transition: background-color .5s linear;
        -ms-transition: background-color .5s linear;
        transition: background-color .5s linear;
    }


}

.newsandinsights.nav.nav-tabs.flex-column {
    margin-bottom: 0;
}

.tout img {
    max-width: 100%;
    height: auto; 
	margin-top:-95px;
 
} 

.v-media-image > img {
	
margin-top:0 !important;

} 

img.margin-top-none {
    margin-top: 0;
}

@media (min-width: 1200px) and (max-width: 1365.98px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 12px;
    }
}

@media (min-width: 1366px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
    }
}

.aq .module-featured-article.group.with-intro {
    margin-top: -80px;
}

.tout .module-featured-article.group img {
    margin-top: auto;
    width: 100%;
}

.article-content h1 {
    margin-top: auto;
}

@media (min-width: 768px) {
    .prev-next .button {
        width: auto !important;
        max-width: 150px;
    }
}
.model-open
 {
    overflow:hidden
 }  
.stylish-form .stylish-select > ul.show-above {
    z-index: 100;
} 
.hranking li {
    text-indent: -1.3em;
    padding-left: 1.3em;
} 
/*@media (min-width: 1200px) and (max-width: 1365.98px) {
    .module-featured-article > img {
    width: 100% !important;
    height: 550px !important;
    object-fit: cover;
}
h1.banner-title {        
    margin-top: 130px;
}
}*/

/*Hiding menu Line*/
/*.linkcol {
    display: none;
}*/ 

/*Menu hover delay*/

/*@media (min-width: 1024px) {
ul.dropdown-menu.megamenu-content {
    display: initial;
}

ul.dropdown-menu.megamenu-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}
 
.open ul.dropdown-menu.megamenu-content {
    visibility: visible;
    opacity: 1;
    display: block;
}
}*/ 
@media (min-width: 1024px) {
    li.regionlang ul.dropdown-menu.megamenu-content {
        display: initial;
    }
    
    li.regionlang ul.dropdown-menu.megamenu-content  {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s, visibility .5s;
        transition: opacity .5s, visibility .5s;
    }
     
    .regionlang.open ul.dropdown-menu.megamenu-content {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    }  


