/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'AzoSans';
    font-weight: 400;
    color: #313131;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    overflow-x: hidden;
}

.clear {
    clear: both;
    float: none;
}

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

* {
    outline: none !important;
}

.container {
    max-width: 1720px;
    padding-left: 20px;
    padding-right: 20px;
}

.container-left {
    padding-left: calc(50vw - 840px);
}

.container-left .row {
    margin-right: 0;
}

.container-1440 {
    max-width: 1450px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-850 {
    max-width: 860px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

a {
    color: #313131;
}

a:hover {
    text-decoration: none;
    color: #313131;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

::-webkit-input-placeholder {

    /* Edge */

    color: #313131; 
    opacity: 1;
}

:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #313131; 
    opacity: 1;
}

::placeholder {

    color: #313131; 
    opacity: 1;
}

.gap-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.gap-50 > div {
    padding-left: 25px;
    padding-right: 25px;
}

.gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.gap-20 > div {
    padding-left: 10px;
    padding-right: 10px
}

.btn-style {
    display: inline-block;
    background: #1495D9;
    color: #fff;
    font-family: 'DIN';
    font-weight: 700;
    font-size: 20px;
    padding: 20px 30px;
    line-height: 1;
}

/* ==========================================================================
 Header
 ========================================================================== */
.header-primary {
    padding: 24px 0 24px 0
}

.header-primary .site-tagline p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'DIN';
    line-height: 22px;
    color: #1495D9;
    margin: 7px 0 0 0;
}

.header-primary .logo {
    text-align: center;
}

.header-primary .right-logo {
    text-align: right;
    margin-top: 3px
}

.header-secondary {
    border-top: 1px solid #1495D9;
    border-bottom: 1px solid #1495D9;
}

.header-secondary .inner {
    position: relative;
}

.main-nav {
    text-align: center;
}

.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav li {
    display: inline-block
}

.main-nav li a {
    font-weight: 500;
    font-family: 'DIN';
    font-size: 20px;
    color: #313131;
    display: block;
    padding: 17px 22px 17px 22px;
    transition: all .3s;
}

.main-nav li a:hover, .main-nav li.current-menu-item a {
    color: #1495D9
}

.header-secondary .social-media {
    position: relative;
}

.header-secondary .social-media:after {
    content: '';
    height: 35px;
    background: #1495D9;
    width: 1px;
    position: absolute;
    right: -27px;
    top: -5px;
}

.header-secondary .social-media a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 2px;
}

.header-secondary .toggle-search {
    padding: 0 2px;
    margin: 0 25px 0 55px;
}

.header-secondary .right-btns {
    position: absolute;
    right: 0;
    top: 17px;
    display: flex;
    align-items: center;
}

.toggle-menu.active .btn-open,
.toggle-menu:not(.active) .btn-close {
    display: none;
}

/* ==========================================================================
 Main content
 ========================================================================== */
.has-img-gradient {
    position: relative;
    display: block;
}

.has-img-gradient:after {
    background: -webkit-linear-gradient(309.45deg, #1495D9 0%, rgba(20, 149, 217, 0.3) 19.18%, rgba(20, 149, 217, 0) 30%);
    background: -o-linear-gradient(309.45deg, #1495D9 0%, rgba(20, 149, 217, 0.3) 19.18%, rgba(20, 149, 217, 0) 30%);
    background: linear-gradient(140.55deg, #1495D9 0%, rgba(20, 149, 217, 0.3) 19.18%, rgba(20, 149, 217, 0) 30%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.has-img-gradient:hover:after {
    opacity: 0;
}

.top-posts {
    padding: 0 0 75px 0;
}

.top-posts .big-post {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 0 25px 0 15px
}

.top-posts .list-post {
    flex: 0 0 42%;
    max-width: 42%;
    padding: 0 15px 0 35px
}

.top-posts .list-post .item {
    margin-bottom: 30px;
}

.top-posts .latest-posts {
    flex: 0 0 26%;
    max-width: 26%;
    margin-top: -65px;
}

.top-posts .thumb {
    position: relative;
}

.top-posts .big-post .icon,
.top-posts .list-post .icon {
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 58px;
}

.top-posts .big-post .icon {
    left: 0;
    right: 0;
    bottom: -28px;
    margin: auto;
}

.top-posts .list-post .icon {
    right: -29px;
    top: 50%;
    transform: translateY(-50%);
}

.top-posts .list-post .thumb img {
    width: 100%;
    height: 203px;
    object-fit: cover;
}

.top-posts .big-post .thumb img {
    width: 100%;
    height: 436px;
    object-fit: cover;
}

.top-posts .big-post .icon img,
.top-posts .list-post .icon img {
    width: auto;
    height: auto !important;
}

.top-posts .big-post .inner {
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    text-align: center;
}

.top-posts .big-post .info {
    padding: 25px 45px 26px 45px;
}

.top-posts .big-post h3 {
}

.top-posts .cat a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2699FB;
}

.top-posts h3 {
    font-family: 'Vollkorn', serif;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px 0
}

.top-posts .excerpt p {
    margin: 0 0 8px 0;
}

.top-posts .big-post h3 {
    font-size: 30px;
    line-height: 36px;
    margin: -3px 0 14px 0;
}
.top-posts .big-post .excerpt{
    margin-bottom: 10px;
}

.top-posts .meta p {
    color: rgba(73, 72, 70, .5);
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.top-posts .list-post .inner {
    display: flex;
    flex-wrap: wrap;
}

.top-posts .list-post .thumb {
    flex: 0 0 288px;
    max-width: 288px;
}

.top-posts .list-post .info {
    flex: 0 0 calc(100% - 288px);
    max-width: calc(100% - 288px);
    padding: 20px 0 0 30px;
}

.top-posts .latest-posts {
    padding-left: 50px;
}

.top-posts .latest-posts .wrap {
    background: #fafafa;
    padding: 56px 20px 45px 60px;
    position: relative;
}

.top-posts .latest-posts .wrap:after {
    content: '';
    width: 100vw;
    height: 100%;
    background: #fafafa;
    position: absolute;
    right: -100vw;
    top: 0;
}

.top-posts .latest-posts h2 {
    font-family: 'DIN';
    text-transform: uppercase;
    font-size: 30px;
    color: #031249;
    margin: 0 0 47px 0;
}

.top-posts .latest-posts .title-icon {
    position: relative;
}

.latest-posts .title-icon h3 {
    max-width: calc(100% - 25px);
    position: relative;
    padding-right: 30px;
}

.latest-posts .title-icon .icon {
    position: absolute;
    right: 0px;
    top: 15px;
}

.latest-posts .title-icon h3:after {
    content: '';
    height: 100%;
    max-height: 52px;
    width: 1px;
    background: #1495D9;
    position: absolute;
    right: 12px;
    top: 0px
}

.top-posts .latest-posts .item {
    padding: 0 0 13px 0;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
    margin-bottom: 20px
}

.top-posts .latest-posts .item:last-child {
    border: none;
    margin-bottom: 0;
}

.main-content {
    padding: 65px 0 0 0;
}

.professor-analysis {
    padding: 0 0 100px 0
}

.professor-analysis .section-title {
    margin-bottom: 60px;
}

.section-title {
    border-bottom: 1px solid #1495D9;
    text-align: center;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 100px 0
}

.section-title h2 {
    font-family: 'DIN';
    text-transform: uppercase;
    font-size: 30px;
    color: #031249;
    margin: 0;
}

.section-title .view-more {
    font-size: 18px;
    color: #1495D9;
    position: absolute;
    right: 0;
    top: 5px
}

.section-title .view-more img {
    position: relative;
    top: -1px;
    margin-left: 3px;
    display: inline-block;
}

.professor-analysis .item .inner {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    padding: 30px 30px 0 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.professor-analysis .profile {
    display: flex;
    margin-bottom: 18px;
}

.professor-analysis .profile .avatar {
    flex: 0 0 84px;
    max-width: 84px;
}

.professor-analysis .avatar img {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    object-fit: cover;
}

.professor-analysis .profile .text {
    flex: 0 0 calc(100% - 84px);
    max-width: calc(100% - 84px);
    padding: 0px 0 0 19px;
}

.professor-analysis .profile h3 {
    font-family: 'DIN';
    font-size: 24px;
    color: #2699FB;
}

.professor-analysis .profile p {
    font-family: 'DINPro';
    font-size: 14px;
    line-height: 17px;
}

.professor-analysis .item .thumb {
    position: relative;
}

.professor-analysis .item .thumb img {
    width: 100%;
    height: 216px;
    object-fit: cover;
}

.professor-analysis .item .icon {
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -28px;
}

.professor-analysis .item .icon img {
    width: auto;
    height: auto !important;
    display: inline-block;
}

.professor-analysis .cat a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2699FB;
}

.professor-analysis .article h3 {
    font-family: 'Vollkorn', serif;
    font-size: 26px;
    line-height: 30px;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.professor-analysis .article .info {
    text-align: center;
    padding: 30px 0 30px 0;
}

.home-report {
    height: 555px;
    background: #FAFAFA;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 230px
}

.home-report .image {
    position: absolute;
    right: 0;
    top: 0;
}

.home-report .text {
    flex: 0 0 55%;
    max-width: 55%;
}

.home-report .inner-text {
    max-width: 505px;
    margin: auto;
    text-align: center;
}

.home-report h4 {
    font-size: 14px;
    color: #2699FB;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-report h3 {
    font-family: 'Vollkorn', serif;
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0 20px 0;
}

.home-report p {
    font-size: 18px;
}

.home-report a.discover {
    font-size: 18px;
    color: #1495D9;
    display: inline-block;
    margin-top: 5px;
}

.home-report a.discover img {
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.studies-slider {
    padding: 0 11px;
    margin-top: 100px
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-arrow {
    width: 17px;
    height: 30px;
    z-index: 9;
}

.slick-arrow.slick-prev {
    background-image: url(../images/arrow-prev.svg);
    left: -10px;
}

.slick-arrow.slick-next {
    background-image: url(../images/arrow-next.svg);
    right: -10px;
}

.studies-slider .slick-dots {
    bottom: -60px;
}

.slick-dots li button::before {
    opacity: 1 !important;
    font-size: 17px;
    color: rgba(49, 49, 49, .2)
}

.slick-dots li.slick-active button::before {
    color: #1495D9;
    font-size: 25px;
}

.case-studies {
    padding-bottom: 130px;
}

.case-studies .item {
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%
}

.case-studies .slider-item {
    display: flex;
    flex-wrap: wrap;
}

.case-studies .item .inner {
    position: relative;
}

.case-studies .thumb img {
    height: 412px;
    width: 100%;
    object-fit: cover;
}

.case-studies .item .info {
    background: url(../images/bg-study.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 388px;
    height: 380px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 40px 80px 35px 40px;
}

.case-studies .info h4 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.case-studies .info h3 {
    font-family: 'Vollkorn', serif;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin: 20px 0 17px 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-studies .info p {
    font-size: 17px;
    line-height: 22px;
}

.case-studies .info .read-more {
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.case-studies .info .read-more img {
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.video-posts {
    padding-bottom: 85px
}

.video-posts .thumb {
    position: relative;
}

.video-posts .thumb img {
    height: 322px;
    width: 100%;
    object-fit: cover;
}

.video-posts .icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    line-height: 58px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -28px;
}

.video-posts .icon img {
    width: auto;
    height: auto;
}

.video-posts .item .info {
    text-align: center;
    padding: 30px 25px 30px 25px;
}

.video-posts .cat a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2699FB;
}

.video-posts .info h3 {
    font-family: 'Vollkorn', serif;
    font-size: 26px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-posts .section-title {
    margin-bottom: 40px;
}

.rst-home-info-upcoming-programs h3 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0px 0;
    font-family: 'DIN';
}

.rst-home-info-upcoming-programs p {
    color: #1495d9;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 25px;
    padding: 0px 0;
    font-family: 'DIN';
    font-weight: 700;
}

.rst-home-info-upcoming-programs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rst-home-info-upcoming-programs ul li {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0px 0;
    font-family: 'DINPro';
    display: flex;
    align-items: center;
}

.rst-home-info-upcoming-programs ul li span:first-child {
    width: 110px;
    font-size: 20px;
    font-family: 'DIN';
    padding-right: 10px;
    margin-right: 30px;
    line-height: 34px;
    display: inline-block;
    border-right: 1px solid #0073af;
    font-weight: 700;
}

.rst-home-info-upcoming-programs ul li span + span {
    width: calc(100% - 110px);
}

.rst-home-info-upcoming-programs > a {
    margin-top: 40px;
    background: #1495d9;
    width: 185px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: "Din";
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 10px;
}

.rst-home-list-upcoming-programs {
    background-size: cover;
}

.rst-home-list-upcoming-programs .image-mobile {
    display: none
}

.rst-home-list-upcoming-programs .section-title {
    margin-bottom: 100px
}

.rst-home-info-upcoming-programs {
    max-width: 430px;
}

.rst-home-box-upcoming-programs {
    max-width: 1330px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.rst-home-list-upcoming-programs {
    padding: 184px 0 195px 0;
    margin-bottom: 120px
}

.newsletter-event-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 80px 0 105px;
    background-color: #3289d0;
}

.newsletter-event-bottom h3 {
    margin-bottom: 10px;
    font-family: 'DIN';
    font-size: 34px;
    color: #fff;
}

.newsletter-event-bottom p {
    font-size: 18px;
    color: #fff;
    font-family: 'DIN';
    margin: 0 auto 39px;
    line-height: 1.3;
    font-weight: 700;
}

.newsletter-event-bottom input[type="text"],
.newsletter-event-bottom input[type="email"] {
    width: 420px;
    height: 50px;
    font-family: 'DIN';
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 0px;
    background: none;
    box-sizing: border-box;
    border-radius: 0;
}

.newsletter-event-bottom input[type="text"]::-webkit-input-placeholder,
.newsletter-event-bottom input[type="email"]::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

.newsletter-event-bottom input[type="text"]::-moz-placeholder,
.newsletter-event-bottom input[type="email"]::-moz-placeholder {

    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.newsletter-event-bottom input[type="text"]:-ms-input-placeholder,
.newsletter-event-bottom input[type="email"]:-ms-input-placeholder {

    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

.newsletter-event-bottom input[type="text"]:-moz-placeholder,
.newsletter-event-bottom input[type="email"]:-moz-placeholder {

    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.newsletter-event-bottom .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
    color: #fff;
    font-family: 'DIN';
    font-size: 16px;
    font-weight: 500;
}

.newsletter-event-bottom input[type="submit"],
.newsletter-event-bottom button {
    font-size: 20px;
    color: #fff;
    padding: 0;
    background: #f99922;
    font-family: 'DIN';
    font-weight: 700;
    display: inline-block;
    min-width: 157px;
    margin: 0 0px;
    height: 50px;
    border: none;
    cursor: pointer;
    margin-left: 8px;
    line-height: 50px;
    -webkit-appearance: none;
    border-radius: 0;
}

.type_newsletter,
.checkbox_newsletter {
    margin: 0 0 49px 0 !important;
    padding: 0;
    list-style: none;
    text-align: center;
}

.type_newsletter li,
.checkbox_newsletter li {
    display: inline-block;
    font-family: 'DIN';
    color: #fff;
    padding: 0 14px;
    font-weight: 500;
}

.type_newsletter li a {
    color: #fff;
    display: block;
}

.type_newsletter li a label {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 10px;
}

.checkbox_newsletter label {
    position: relative;
    color: #fff;
    display: block;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    visibility: initial;
}

.checkbox_newsletter label:before {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 0;
    content: "";
    margin-right: 10px;
}

.checkbox_newsletter input:checked + label:before {
    background: #fff url('../images/icon_checked.png') no-repeat center;
}

.checkbox_newsletter input {
    display: none;
}

.type_newsletter li a.active label {
    background: #fff url('../images/icon_checked.png') no-repeat center;
}

.pb-articles {
    padding-bottom: 80px
}

.pb-articles .item .inner {
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    background: #fff;
    text-align: center;
    padding: 35px 30px 2px 30px;
    height: 100%;
}

.pb-articles .thumb {
    position: relative;
}

.pb-articles .thumb img {
    width: 100%;
    height: 322px;
    object-fit: cover;
}

.pb-articles .icon {
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    line-height: 58px;
    left: 0;
    right: 0;
    margin: auto;
    top: -28px;
    text-align: center;
}

.pb-articles .icon img {
    width: auto;
    height: auto !important;
}

.pb-articles .item {
    margin-bottom: 30px;
}

.pb-articles .info {
    text-align: center;
    padding: 0 0 30px 0;
}

.pb-articles .info h3 {
    font-family: 'Vollkorn', serif;
    font-size: 26px;
    line-height: 30px;
    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.pb-articles.toppic-pb-articles .info h3{
    height: 60px;
}
.pb-articles .cat a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2699FB;
}

.pb-articles .meta p {
    color: rgba(73, 72, 70, .5);
    margin: 5px 0 0 0;
}

.top-topic-posts .big-post {
    flex: 0 0 57%;
    max-width: 57%
}

.top-topic-posts .list-post {
    flex: 0 0 43%;
    max-width: 43%
}

.top-topic-posts .big-post .info {
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 37px
}

.top-topic-posts .excerpt p {
    margin-bottom: 10px;
}

.top-topic-posts {
    padding-bottom: 30px;
}

.article-banner .left-col {
    flex: 0 0 44%;
    max-width: 44%;
}

.article-banner .right-col {
    flex: 0 0 56%;
    max-width: 56%;
    margin: 0 0 0 0;
    height: 517px;
}

.article-banner .left-col .bottom {
    display: flex;
    justify-content: space-between;
    padding: 32px 32px 0 0;
}

.article-banner .cat a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2699FB;
}

.article-banner .share a {
    font-weight: 500;
    color: #1495D9;
}

.article-banner .share img {
    margin-left: 5px;
    display: inline-block
}

.article-banner .right-col .inner {
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    background: #fff;
    height: 100%;
    padding: 0 50px 0 224px;
    width: 100%;
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;
}

.article-banner .info {
    margin-top: -60px;
}
.page-template-template-case-studies .article-banner .info .bottom.only-mb{
    display: none;
}

.article-banner .info .excerpt {
    font-size: 20px;
    line-height: 30px;
    max-width: 580px;
}

.article-banner .excerpt p {
    margin: 15px 0 10px 0
}

.article-banner .author .name {
    color: #031249;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0
}

.article-banner .author span {
    position: relative;
}

.article-banner .author span:after {
    content: '';
    width: 1px;
    height: 18px;
    background: #1495D9;
    position: absolute;
    right: 0;
    top: 0px
}

.article-banner .author span:last-child:after {
    display: none;
}

.article-banner .author .label {
    color: rgba(73, 72, 70, .5);
}

.article-banner h2 {
    font-family: 'Vollkorn', serif;
    font-size: 40px;
    line-height: 46px;
    margin: 10px 0 8px 0
}

.article-banner p.date {
    color: rgba(73, 72, 70, .5);
}

.article-banner .view-more {
    color: #1495D9;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
}

.article-banner .view-more img {
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.article-banner .image img {
    height: 478px;
    width: calc(100% + 164px);
    max-width: initial;
    object-fit: cover;
}

.article-banner .row {
    margin: 0;
}

.article-banner {
    margin-bottom: 100px;
}

.article-detail-content {
    padding: 0 20px 0 200px;
    font-size: 20px;
    line-height: 30px;
}

.article-detail-content p {
    margin-bottom: 30px
}

.article-detail-content h3 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Vollkorn', serif;
    margin: 0 0 25px 0;
}

.article-detail-content .heading {
    display: flex;
    margin: 0 0 25px 0
}

.article-detail-content .heading .title {
    flex: 0 0 43%;
    max-width: 43%;
}

.article-detail-content .heading .text {
    flex: 0 0 57%;
    max-width: 57%;
    padding: 3px 0 0 30px;
}

.article-detail-content .heading h3 {
    font-family: 'DIN';
    font-size: 30px;
    line-height: 40px;
    color: #031249;
    margin: 0;
}

.images-slider img {
    width: 100%;
    height: 478px;
    object-fit: cover;
    border-radius: 10px;
}

.images-slider .caption {
    font-size: 14px;
    color: rgba(73, 72, 70, .5);
    text-align: center;
    margin: 20px 0 0 0
}

.images-slider {
    padding: 0 65px
}

.slick-dots {
    left: 0;
    right: 0;
}

.images-slider .slick-dots {
    bottom: -35px;
}

.images-slider .slick-arrow {
    top: 46%
}

.images-slider .slick-arrow.slick-prev {
    left: 5px
}

.images-slider .slick-arrow.slick-next {
    right: 5px
}

.article-detail-content .images-slider {
    margin: 60px 0 85px 0
}

.article-detail-content blockquote {
    max-width: 735px;
    margin: auto;
    margin-top: 60px
}

.article-detail-content blockquote .quote {
    display: block;
    margin-bottom: 20px;
}

.article-detail-content blockquote {
    font-family: 'DIN';
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #1495D9;
}

.article-detail-content .bottom-text {
    border-top: 1px solid #1495D9;
    border-bottom: 1px solid #1495D9;
    margin: 50px 0 30px 0;
    padding: 30px 0 30px 0
}

.article-detail-content .bottom-text p {
    margin: 0;
}

.article-detail-content .bottom-meta {
    display: flex;
    justify-content: space-between;
}

.article-detail-content .bottom-meta a {
    color: #2699FB;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}

.article-detail-content .bottom-meta .share {
    margin-top: -3px
}

.article-detail-content .bottom-meta .cat a:first-child {
    padding-left: 0;
}

.article-detail-content .bottom-meta .cat a {
    padding: 0 10px;
}

.article-detail-content .bottom-meta .cat a:after {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    background: #2699FB;
    right: -3px;
    top: 2px;
}

.article-detail-content .bottom-meta .cat a:last-child:after {
    display: none;
}

.article-detail-content .bottom-meta .share a {
    font-weight: 500;
}

.article-detail-content .bottom-meta .share img {
    display: inline-block;
    margin-left: 4px;
}

.sidebar-widget {
    padding: 12px 0 0 0
}

.sidebar-widget .widget-title {
    font-family: 'DIN';
    font-size: 30px;
    text-transform: uppercase;
    color: #031249;
    text-align: center;
    border-bottom: 1px solid #1495D9;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.widget-report .widget-content {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    padding: 30px 30px 33px 30px;
    text-align: center;
}

.sidebar-widget .widget-report-slider {
    margin: 0;
}

.widget-report .thumb img {
    width: 100%;
    height: 372px;
    object-fit: cover;
}

.widget-report .view-more {
    color: #1495D9;
}

.widget-report .view-more img {
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.widget-report h3 {
    font-family: 'Vollkorn', serif;
    font-size: 26px;
    line-height: 30px;
    margin: 27px 0 11px 0
}

.widget-report .item .info {
    padding: 0 15px 0 15px
}

.widget-report-slider .slick-dots {
    bottom: -77px;
}

.article-details {
    padding: 0 0 100px 0
}

.related-articles .section-title {
    margin-bottom: 80px;
}

.sidebar-widget .widget {
    margin-bottom: 65px
}

.sidebar-widget .widget-report {
    margin-bottom: 100px;
}

.article-banner .play-icon {
    height: 108px;
    width: 108px;
    border-radius: 50%;
    background: #fff;
    line-height: 108px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 164px;
    right: 0;
    margin: auto;
    z-index: 11;
    cursor: pointer;
}

.article-banner .play-icon img {
    width: 46px !important;
    height: 46px !important;
}

.article-banner .image a {
    position: relative;
    width: 100%;
}

.article-details .pb-continue-reading {
    border-bottom: 1px solid #2699FB;
    padding: 32px 0 35px 0;
    margin-bottom: 35px;
}

.article-details .pb-continue-reading h2 {
    font-family: 'DIN';
    font-size: 26px;
    margin: 0 0 24px 0;
}

.article-details .pb-continue-reading .item {
    margin-bottom: 20px;
}

.article-details .pb-continue-reading h3 {
    font-family: 'Vollkorn', serif;
    font-size: 20px;
    position: relative;
    padding: 0 13px 0 0;
    margin: 0 13px 0 0;
    display: inline-block;
    word-break: break-all;
}

.article-details .pb-continue-reading h3:after {
    content: '';
    width: 1px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 2px;
    background: #2699FB
}

.article-details .pb-continue-reading a {
    font-size: 20px;
    line-height: 30px;
    color: #1495D9;
    word-break: break-all;
}

.professor-profiles .item .inner {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    text-align: center;
    border-top: 125px solid #1495D9
}

.professor-profiles .avatar img {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    margin: auto;
    margin-top: -85px;
    margin-bottom: 20px
}

.professor-profiles .item h3 {
    font-family: 'DIN';
    font-size: 24px;
    color: #2699FB;
    margin-bottom: 5px
}

.professor-profiles .item h3 a {
    color: #2699FB;
}

.professor-profiles .position p {
    font-family: 'DINPro';
    font-size: 14px;
    line-height: 17px;
}
.professor-profiles .position p br{
    display: none;
}
.professor-profiles .position p br:first-child {
    display: none;
}
.professor-profiles .excerpt p {
    line-height: 26px;
    margin: 30px 0 25px 0
}

.professor-profiles .item a.view-more {
    font-size: 18px;
    color: #1495D9
}

.professor-profiles a.view-more img {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 3px;
}

.professor-profiles .item {
    margin-bottom: 30px;
}

.professor-profiles .info {
    padding: 0 25px 35px 25px;
}

.page-heading {
    margin-bottom: 50px
}

.page-heading h1 {
    font-family: 'Vollkorn', serif;
    font-size: 40px;
    color: #031249;
    margin-bottom: 13px;
}

.page-heading h1 span {
    color: #1495D9;
    font-family: 'DIN';
}

.page-heading h3 {
    font-family: 'DIN';
    font-size: 30px;
    line-height: 40px;
    color: #031249;
}

.page-heading p {
    font-size: 20px;
    line-height: 30px;
}

.partners-section .item {
    margin-top: 20px;
}

.partners-section .item .inner {
    box-shadow: 0  0 50px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 10px;
}

.partners-section {
    padding-bottom: 100px
}

.article-details .download-btn {
    border-top: 1px solid #1495D9;
    margin: 80px 0 0 0;
    padding: 60px 0 0 0
}
.article-details .download-btn a:hover{
	color: #FFF;
}
.page-heading.style2 h1 {
    margin-bottom: 22px;
}

.page-content {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0 60px 0
}

.page-content p {
    margin-bottom: 25px;
}

.page-content a {
    color: #1495D9
}

.studies-listing .row {
    margin-left: -20px;
    margin-right: -20px;
}

.studies-listing .item {
    padding-left: 20px;
    padding-right: 20px;
}

.studies-listing .item .inner {
    position: relative;
}

.studies-listing .thumb img {
    height: 412px;
    width: 100%;
    object-fit: cover;
}

.studies-listing .item .info {
    background: url(../images/bg-study.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 388px;
    height: 380px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 40px 80px 40px 40px;
}

.studies-listing .info h4 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.studies-listing .info h3 {
    font-family: 'Vollkorn', serif;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin: 20px 0 17px 0;
    /*white-space: nowrap;*/
    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}

.studies-listing .info p {
    font-size: 17px;
    line-height: 22px;
}

.studies-listing .cat {
    margin-bottom: 5px
}

.studies-listing .cat a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.studies-listing .info .read-more {
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.studies-listing .info .read-more img {
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.studies-listing .item {
    margin-bottom: 40px;
}

.studies-listing {
    padding-bottom: 60px
}

.search-banner {
    background: #031249;
    padding: 60px 0 60px 0;
    margin-bottom: 40px;
}

.search-banner h1 {
    text-align: center;
    font-family: 'DIN';
    color: #fff;
    font-size: 30px;
    margin: 60px 0 0 0
}

.search-banner h1 span {
    color: #1495D9
}

.search-form form {
    display: flex;
    justify-content: center;
    max-width: 1010px;
    margin: auto;
}

.search-form input,
.search-form select {
    height: 57px;
    background: #fff;
    border-radius: 0;
    border: none;
    font-size: 18px;
    padding: 0 0 0 18px;
    margin-right: 10px;
    color: #313131
}

.search-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #fff url(../images/arrow-down.svg) no-repeat calc(100% - 18px) center;
}

.search-form input {
    flex: 0 0 41%;
    max-width: 41%;
}

.search-form select {
    flex: 0 0 29%;
    max-width: 29%;
}

.search-form  button {
    font-size: 20px;
    border: none;
    color: #fff;
    padding: 0;
    height: 57px;
    background: #1495D9;
    flex: 0 0 138px;
    max-width: 138px;
    border-radius: 0;
}

.dropdown-search {
    position: fixed;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.9);
    z-index: -9;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.dropdown-search.active {
    z-index: 99;
    opacity: 1;
    visibility: initial;
}

.dropdown-search .box-content {
    background: #031249;
    padding: 150px 20px;
    box-shadow: 0 50px 50px rgba(0,0,0,.2)
}

body.fixed-position,
body.fixed-position2 {
    height: 100vh;
    overflow: hidden;
    touch-action: none;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: -9;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    display: flex;
    justify-content: right;
}

.sidebar-menu.active {
    z-index: 99;
    opacity: 1;
    visibility: initial;
}

.sidebar-menu .box-content {
    flex: 0 0 509px;
    max-width: 509px;
    box-shadow: 0 0 99px rgba(0,0,0,.4);
    background: #031249;
    padding: 40px 83px 50px 83px;
    height: 100%;
    overflow-y: auto;
}

.sidebar-menu .btn-close {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.sidebar-menu .logo {
    border-bottom: 1px solid #1495D9;
    padding: 23px 0 12px 0;
    margin: 0 0 13px 0;
}

.sidebar-menu nav > ul > li > a {
    font-family: 'DIN';
    font-weight: 700;
    font-size: 23px;
    color: #1495D9;
    display: block;
    padding: 15px 0;
    position: relative;
}

.sidebar-menu nav span.arrow {
    position: absolute;
    right: 0;
    display: flex;
	align-items: center;
	justify-content: center;
    width: 15px;
    text-align: center;
    top: 14px;
    height: 25px;
    line-height: 25px;
    transition: all .3s;
    transform: rotate(0deg);
}

.sidebar-menu nav span.arrow.active {
    transform: rotate(180deg);
}

.sidebar-menu nav > ul > li {
    border-bottom: 1px solid rgba(20,149,217, .3);
}

.sidebar-menu nav > ul > li:last-child {
    border: none;
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu ul ul a {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 3px 0;
}

.sidebar-menu ul ul {
    padding: 9px 0 30px 0;
    display: none
}

.sidebar-menu .copyright {
    border-top: 1px solid #1495D9;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 30px
}

.sidebar-menu .copyright p {
    margin: 0 0 15px 0;
}

.sidebar-menu .copyright img {
    margin-top: 15px
}

.sidebar-menu .mobile-bottom {
    display: none;
    text-align: center;
}

.sidebar-menu .mobile-bottom .back-to {
    max-width: 95px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}

.sidebar-menu .social-media a {
    display: inline-block;
    margin: 0 12px;
}

.sidebar-menu .social-media img {
	transform: scale(1.5);
}

/* width */
.sidebar-menu .box-content::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.sidebar-menu .box-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sidebar-menu .box-content::-webkit-scrollbar-thumb {
  background: #1495D9;
}

/* ==========================================================================
Main Footer
========================================================================== */
.main-footer .footer-bottom {
    background: #031249;
    padding: 70px 0 70px 0;
}

.footer-bottom .copyright {
    text-align: right;
}

.footer-bottom .copyright p {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.footer-bottom .row {
    align-items: center;
}

.footer-bottom .copyright a {
    color: #fff;
    text-decoration: underline
}

/* ==========================================================================
Helper classes
========================================================================== */
.hidden {
    display: none !important;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
Responsive
========================================================================== */
@media only screen and (max-width:1700px) {
    .container-left {
        padding-left: 15px;
    }

    .top-posts .big-post {
        padding-right: 15px
    }

    .top-topic-posts .big-post {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .top-posts .list-post {
        flex: 0 0 45%;
        max-width: 45%;
        padding-left: 15px
    }

    .top-topic-posts .big-post .info {
        padding-left: 130px;
        padding-right: 130px;
    }

    .top-posts .latest-posts {
        flex: 0 0 23%;
        max-width: 23%;
        padding-left: 15px;
    }

    .top-posts .latest-posts .wrap::after {
        display: none;
    }

    .top-posts .latest-posts .wrap {
        padding-left: 40px;
    }

    .main-nav li a {
        padding-left: 18px;
        padding-right: 18px;
    }

    .header-secondary .toggle-search {
        margin: 0 18px 0 30px;
    }

    .header-secondary .social-media::after {
        right: -16px;
    }

    .slick-arrow.slick-prev {
        left: 0;
    }

    .slick-arrow.slick-next {
        right: 0;
    }

    .article-banner .right-col .inner {
        padding-right: 40px;
        padding-left: 220px;
    }

    .article-banner h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .article-detail-content {
        padding-left: 70px;
    }

    .widget-report h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .widget-report .item .info {
        padding: 0;
    }
}

@media only screen and (max-width:1500px) {
    .main-nav li a {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-secondary .toggle-search {
        margin: 0 15px 0 20px;
    }

    .header-secondary .social-media::after {
        right: -10px;
    }

    .top-posts .big-post {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .top-posts .latest-posts {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .top-posts .latest-posts .wrap {
        padding-left: 30px;
    }

    .top-posts h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .top-topic-posts .big-post,
    .top-topic-posts .list-post {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .top-topic-posts .big-post .info {
        padding-left: 35px;
        padding-right: 35px;
    }

    .top-posts .big-post h3,
    .home-report h3 {
        font-size: 27px;
        line-height: 33px;
    }

    .pb-articles .thumb img {
        height: 300px;
    }

    .professor-analysis .article h3,
    .video-posts .info h3,
    .pb-articles .info h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .professor-analysis .profile .text {
        padding-left: 15px;
    }

    .home-report {
        height: 478px;
    }

    .home-report .text {
        flex: 0 0 50%;
        max-width: 50%
    }

    .home-report .image img {
        height: 580px;
    }

    .article-banner h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .article-banner .right-col .inner {
        padding-left: 215px;
        padding-right: 35px
    }

    .article-detail-content {
        padding-left: 0;
    }

    .widget-report h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .article-detail-content .heading h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .article-detail-content .heading .text {
        padding-left: 15px
    }

    .sidebar-widget .widget-title {
        font-size: 26px;
    }

    .professor-profiles .info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:1360px) {
    .main-nav {
        text-align: left;
    }

    .main-nav li:first-child a {
        padding-left: 0;
    }

    .top-posts .list-post .info {
        padding-top: 10px;
    }

    .top-posts .cat a,
    .professor-analysis .cat a,
    .video-posts .cat a,
    .pb-articles .cat a {
        font-size: 13px;
    }

    .top-posts .latest-posts .wrap {
        padding-left: 15px;
    }

    .top-posts .excerpt p {
        font-size: 14px;
        line-height: 22px;
    }

    .top-posts .big-post .info {
        padding: 25px;
    }

    .top-posts h3 {
        margin-bottom: 10px;
    }

    .top-posts .list-post .item {
        margin-bottom: 20px;
    }

    .professor-analysis .item .inner {
        padding: 15px 15px 0 15px;
    }

    .professor-analysis .profile .avatar {
        flex: 0 0 63px;
        max-width: 63px;
    }

    .professor-analysis .avatar img {
        width: 63px;
        height: 63px;
    }

    .professor-analysis .profile .text {
        flex: 0 0 calc(100% - 63px);
        max-width: calc(100% - 63px);
        padding-left: 13px;
    }

    .professor-analysis .article h3,
    .video-posts .info h3,
    .pb-articles .info h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .professor-analysis .article .info {
        padding-bottom: 20px;
    }

    .professor-analysis .profile {
        margin-bottom: 5px;
    }

    .home-report {
        height: 412px;
    }

    .home-report .image img {
        height: 500px;
    }

    .top-posts .big-post h3, .home-report h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .widget-report .widget-content {
        padding: 20px
    }

    .pb-articles .item .inner {
        padding: 30px 20px 2px 20px;
    }
}

@media only screen and (max-width:1199px) {
    .header-secondary .social-media {
        display: none;
    }

    .header-primary .site-tagline p {
        font-size: 16px;
    }

    .top-posts .big-post {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .top-posts .list-post {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .top-posts .latest-posts {
        flex: 0 0 375px;
        max-width: 375px;
        margin: auto;
        margin-top: 5px;
        padding-right: 15px;
    }

    .top-posts .latest-posts .wrap {
        padding: 30px 39px 15px 39px;
    }

    .home-report .image img {
        height: 430px;
    }

    .search-form input {
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 15px;
    }

    .search-form select {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .pb-articles .thumb img {
        /*height: 250px;*/
    }

    .article-banner h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .article-banner .right-col .inner {
        padding-left: 200px;
        padding-right: 30px;
    }

    .article-detail-content .heading {
        display: block;
    }

    .article-detail-content .heading .title,
    .article-detail-content .heading .text {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .article-detail-content .heading .title {
        margin-bottom: 20px;
    }

    .article-detail-content .heading h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .article-detail-content {
        font-size: 18px;
        line-height: 28px;
    }

    .article-detail-content h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .article-detail-content {
        padding-right: 0;
    }

    .images-slider {
        padding: 0 40px;
    }

    .article-detail-content blockquote {
        font-size: 26px;
        line-height: 36px;
    }

    .widget-report .thumb img {
        height: 250px;
    }

    .widget-report h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .sidebar-widget .widget-title {
        font-size: 20px;
    }

    .article-details .pb-continue-reading a,
    .article-details .pb-continue-reading h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .page-heading h1 {
        font-size: 34px;
    }

    .page-heading h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .page-heading p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width:991px) {
    .md-pt-0 {
        padding-top: 0 !important;
    }
    .main-nav,
    .header-primary .site-tagline,
    .header-primary .right-logo {
        display: none;
    }
    .header-primary {
        position: relative;
        border-bottom: 1px solid #1495D9;
        padding: 21px 0;
    }
    .header-secondary {
        border: none;
    }
    .header-secondary .right-btns {
        top: 25px;
        right: 20px;
    }
    .header-secondary .right-btns:before {
        content: '';
        width: 1px;
        height: 32px;
        background: #1495D9;
        position: absolute;
        left: -4px;
    }
    .header-secondary .toggle-search {
        margin-right: 20px;
    }
    .header-secondary .inner {
        position: static;
    }
    .header-primary .logo {
        text-align: left;
    }
    .header-primary .logo img {
        height: 31px;
    }
    .top-posts .big-post,
    .top-posts .list-post {
        flex: 0 0 100%;
        max-width: 100%
    }

    .top-posts .list-post {
    	margin: 5px 0 0 0;
    }

    .top-posts .list-post .item {
        margin: 15px 0 0 0;
    }

    .top-posts .latest-posts {
        margin-top: 20px;
    }

    .professor-analysis .item {
        margin-bottom: 30px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .professor-analysis {
        padding-bottom: 30px;
    }

    .home-report {
        height: auto;
        display: block;
        margin-bottom: 60px;
    }

    .home-report .image {
        position: static;
        text-align: right;
        padding-left: 15px;
    }

    .home-report .text {
        flex: 0 0 100%;
        max-width: 100%
    }

    .home-report .image img {
        height: auto;
    }

    .home-report-container {
        padding: 0;
    }

    .home-report .inner-text {
        padding: 40px 15px 45px 15px;
    }

    .studies-slider {
        margin-top: 0
    }

    .case-studies .item {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .case-studies .item:not(:last-child) {
        margin-bottom: 30px
    }

    .case-studies {
        padding-bottom: 85px
    }

    .video-posts {
        padding-bottom: 30px;
    }

    .rst-home-list-upcoming-programs {
        padding: 80px 0;
    }

    .rst-home-list-upcoming-programs {
        margin-bottom: 80px;
    }

    .newsletter-event-bottom {
        padding: 60px 15px 70px 15px;
    }

    .main-footer .footer-bottom {
        padding: 50px 0 45px 0;
    }

    .search-form form {
        display: block;
    }

    .dropdown-search {
        top: 75px;
    }

    .search-form input,
    .search-form select,
    .search-form button {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 20px
    }

    .dropdown-search .box-content {
        padding: 20px 20px 0 20px
    }

    .pb-articles {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .article-banner .left-col,
    .article-banner .right-col {
        flex: 0 0 100%;
        max-width: 100%
    }

    .article-banner .image img {
        width: 100%;
        max-width: 100%;
    }

    .article-banner .right-col {
        height: auto;
        border-bottom: 1px solid #1495D9;
        padding-bottom: 45px;
    }

    .article-banner .right-col .inner {
        padding: 0;
        box-shadow: none;
        height: auto;
    }

    .article-banner .image {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
    }

    .article-banner {
        position: relative;
    }

    .article-banner .left-col .bottom {
        padding: 0px 20px 25px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%
    }

    .sidebar-widget {
        padding-top: 30px;
    }

    .sidebar-widget .pb-articles {
        padding-top: 0;
        padding-bottom: 0;
    }

    .article-details {
        padding-bottom: 0
    }

    .pb-articles.related-articles {
        padding-top: 0;
    }

    .related-articles .section-title {
        margin-bottom: 40px;
    }

    .widget-related-articles {
        display: none
    }

    .widget-report-slider .slick-dots {
        bottom: -70px;
    }

    .article-banner .play-icon {
        left: 0;
    }

    .article-details .download-btn {
        padding: 30px 0 20px 0;
        text-align: center;
    }

    .partners-section {
        padding-bottom: 40px;
    }

    .main-content .pb-page-heading {
        margin-bottom: 0;
    }

    .page-content {
        padding-bottom: 40px;
        font-size: 16px;
        line-height: 24px;
        padding-top: 0
    }

    .page-heading.style2 h1 {
        margin-bottom: 10px
    }

    .article-banner .view-more {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .studies-listing {
        padding-bottom: 30px;
    }

    .pb-articles.search-results {
        padding-top: 0;
    }

    .search-banner {
        padding: 20px 0 22px 0;
        margin-bottom: 30px;
    }

    .search-banner h1 {
        margin: 2px 0 0 0;
        font-size: 28px;
    }

    .studies-listing .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .studies-listing .item {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width:767px) {
    .sm-hidden {
        display: none !important;
    }
    .sm-gap-20 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .sm-gap-20 > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-posts .big-post .thumb img {
        height: 287px;
    }

    .top-posts .excerpt p {
    	font-size: 12px;
        line-height: 15px;
    }

    .top-posts .big-post .excerpt p {
        margin-bottom: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .top-posts .big-post h3 {
        margin: 11px 0;
        line-height: 20px;
        font-size: 20px;
    }

    .top-posts .cat a, .professor-analysis .cat a, .video-posts .cat a {
        font-size: 9px;
        line-height: 12px;
        position: relative
    }

    .top-posts .list-post .cat a {
    	display: block;
    }

    .top-posts .list-post h3 {
        font-size: 15px;
        line-height: 15px;
        margin: 7px 0 4px 0;
    }

    .top-posts .list-post .excerpt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0 0 10px 0;
    }

    .top-posts .list-post .meta p {
        font-size: 12px;
    }

    .top-posts .big-post .info {
        padding: 16px 25px 16px 25px;
    }

    .top-posts .list-post .thumb {
        flex: 0 0 43%;
        max-width: 43%;
    }

    .top-posts .list-post .info {
        flex: 0 0 57%;
        max-width: 57%;
    }

    .top-posts .list-post .thumb img {
        height: 100%;
    }

    .top-posts .list-post .thumb a {
        display: block;
        height: 100%;
    }

    .top-posts .list-post .icon {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .top-posts .list-post .icon img {
        transform: scale(.6);
    }

    .top-posts .list-post .icon {
        right: -15px;
    }

    .top-posts .list-post .info {
        padding: 0 0 0 15px;
    }

    .top-posts .meta p {
        line-height: 15px;
        font-size: 12px;
    }

    .top-posts .latest-posts {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .top-posts .latest-posts .wrap {
    	padding: 22px 30px 15px 32px;
    }

    .professor-analysis {
    	padding-bottom: 3px;
    }

    .professor-analysis .section-title {
        margin-bottom: 0
    }

    .professor-analysis .item {
        padding-top: 20px;
        padding-bottom: 40px;
        margin: 0;
    }

    .professor-analysis .section-title h2 {
        text-align: left;
    }

    .professor-analysis-slider .slick-dots {
        bottom: -4px;
    }

    .slick-arrow {
    	width: 13px;
		height: 25px;
		background-size: 100% 100% !important;
    }

    .slick-dots li.slick-active button::before {
    	font-size: 22px;
    }

    .professor-analysis-slider .slick-arrow {
        bottom: -18px;
    }

    .professor-analysis-slider .slick-arrow.slick-next {
        right: 15px;
    }

    .professor-analysis-slider .slick-arrow.slick-prev {
        left: 15px;
    }

    .professor-analysis .article h3, .video-posts .info h3, .pb-articles .info h3 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 3px;
    }

    .professor-analysis .section-title .view-more {
        top: 5px;
        font-size: 16px;
    }

    .professor-analysis .profile h3 {
        font-size: 16px;
    }

    .professor-analysis .profile p {
        font-size: 12px;
        line-height: 15px;
    }

    .professor-analysis .item .thumb img {
    	height: 198px;
    }

    .professor-analysis .article .info {
    	padding: 18px 15px 25px 15px
    }

    .top-posts .latest-posts h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .top-posts .latest-posts .cat a {
    	display: block;
    }

    .latest-posts .title-icon h3 {
    	font-size: 15px;
    	line-height: 20px;
        padding-right: 20px;
    }

    .top-posts .latest-posts .item {
    	padding: 0;
    	margin-bottom: 10px;
    }

    .latest-posts .title-icon h3::after {
    	right: 9px;
    }

    .latest-posts .title-icon .icon {
        top: calc(50% - 12px);
    }

    .top-posts {
        padding-bottom: 30px;
    }

    .section-title,
    .video-posts .section-title {
    	margin-bottom: 20px;
    }

    .home-report {
    	margin-bottom: 30px;
    }

    .home-report h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0px 0 13px 0;
    }

    .home-report h4 {
    	font-size: 10px;
    	line-height: 12px;
    	margin: 0 0 5px 0;
    }

    .home-report p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px
    }

    .home-report a.discover {
    	font-size: 16px;
    	margin: 0;
    }

    .home-report .inner-text {
    	padding: 22px 15px 25px 15px
    }

    .slick-prev, .slick-next {
        top: auto;
        bottom: -55px;
    }

    .studies-slider .slick-dots {
        bottom: -42px
    }

    .studies-slider {
        padding: 0;
    }

    .case-studies {
    	padding-bottom: 40px;
    }

    .case-studies .item:not(:last-child) {
    	margin-bottom: 20px;
    }

    .case-studies .item .info {
        width: 195px;
        height: 190px;
        background-size: 100% 100%;
        padding: 20px 40px 10px 20px;
    }

    .case-studies .thumb img {
        height: 206px;
    }
    .case-studies .thumb canvas {
        height: 206px;
    }

    .case-studies .info h4 {
    	font-size: 10px;
    	line-height: 12px;
    }

    .case-studies .info h3 {
        font-size: 20px;
        line-height: 20px;
        white-space: initial;
        margin: 10px 0 10px 0;
        height: 20px;
    }

    .case-studies .info p {
    	font-size: 12px;
    	line-height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0;
    }

    .case-studies .info .read-more {
        margin-top: 8px;
        font-size: 16px;
    }

    .video-posts {
    	padding-bottom: 12px
    }

    .video-posts .item .info {
    	padding: 20px 25px 20px 25px;
    }

    .video-posts .info h3 {
    	margin-top: 9px;
        height: 40px;
    }
    .professor-analysis .article h3{
        height: 40px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .rst-home-list-upcoming-programs .image-mobile {
        display: block
    }

    .rst-home-list-upcoming-programs {
        background: #031249 !important;
        padding: 0 0 22px 0;
    }

    .rst-home-box-upcoming-programs {
        padding: 18px 20px 0 20px;
    }

    .rst-home-info-upcoming-programs h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .rst-home-info-upcoming-programs p {
        font-size: 17px;
		line-height: 20px;
		margin-bottom: 18px;
    }

    .rst-home-info-upcoming-programs ul li {
    	margin-bottom: 12px;
    }

    .rst-home-info-upcoming-programs ul li span:first-child {
    	font-size: 14px;
    	line-height: 23px;
    	width: 75px;
    	margin-right: 20px
    }

    .rst-home-info-upcoming-programs > a {
    	width: 127px;
    	line-height: 36px;
		height: 36px;
		font-size: 14px;
		margin-top: 30px
    }

    .rst-home-info-upcoming-programs ul li span + span {
    	font-size: 14px;
    }

    .rst-home-list-upcoming-programs {
        margin-bottom: 20px;
    }
    .newsletter-event-bottom {
    	padding: 40px 15px 50px 15px;
    }
    .footer-top .newsletter-event-bottom{
        padding: 40px 15px 52px 15px;
    }
    .newsletter-event-bottom h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .newsletter-event-bottom p {
        font-size: 10px;
        margin-bottom: 2px
    }

    .checkbox_newsletter li {
        padding: 0 5px;
        margin-top: 13px;
    }

    .checkbox_newsletter label {
        font-size: 10px;
    }

    .checkbox_newsletter label:before {
        width: 14px;
        height: 14px;
        top: 3px;
        margin-right: 4px;
    }

    .checkbox_newsletter li:first-child {
        padding-left: 0;
    }

    .checkbox_newsletter li:last-child {
        padding-right: 0
    }

    .newsletter-event-bottom .form_newsletter {
        display: flex;
        align-items: center;
        max-width: 295px;
        margin: auto;
    }

    .newsletter-event-bottom .form_newsletter .your-email {
        flex: 0 0 calc(100% - 85px);
        max-width: calc(100% - 85px);
    }

    .newsletter-event-bottom input[type="submit"], .newsletter-event-bottom button {
        flex: 0 0 80px;
        max-width: 80px;
        font-size: 10px;
        text-align: center;
        min-width: initial;
        height: 30px;
        line-height: 30px;
        margin-left: 5px;
    }

    .newsletter-event-bottom input[type="text"], .newsletter-event-bottom input[type="email"] {
        width: 100%;
        padding: 0 10px;
        font-size: 10px;
        height: 30px;
    }

    .footer-top .newsletter-event-bottom input[type="email"] {
        height: 26px;
        border: 1px solid #fff;
    }
    .type_newsletter, .checkbox_newsletter {
        margin-bottom: 20px !important;
    }
    .footer-top .checkbox_newsletter {
        margin-bottom: 19px !important;
    }
    .footer-top .newsletter-event-bottom button{
            display: block;
			align-items: center;
			justify-content: center;
			height: 26px;
			padding-left: 20px;
			padding-right: 20px;
			margin: 10px auto 0;
			line-height: 26px;
    }
	.form_newsletter-row{
		margin: 0 -5px 10px;
	}
    .main-footer .footer-bottom {
        padding: 21px 0 0 0;
        text-align: center;
    }

    .footer-bottom .container {
        padding: 0;
    }

    .footer-bottom .footer-logo {
        max-width: 172px;
        margin: auto;
        padding-bottom: 21px;
    }

    .footer-bottom .copyright {
        text-align: center;
        background: #020a2f;
        padding: 3px 0 3px 0;
        font-size: 10px;
    }

    .sidebar-menu {
        top: 73px;
    }

    .sidebar-menu .box-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 2px 20px 20px 20px;
        height: calc(100% - 73px);
        box-shadow: none
    }

    .sidebar-menu .logo,
    .sidebar-menu .btn-close {
        display: none
    }

    .sidebar-menu nav > ul > li > a {
        font-size: 20px;
        padding: 9px 0;
    }

    .sidebar-menu ul ul a {
        font-size: 16px;
        line-height: 25px;
        padding: 0;
    }

    .sidebar-menu ul ul {
        padding: 0 0 8px 0;
    }

    .sidebar-menu .copyright {
        font-size: 16px;
        padding-top: 12px;
    }

    .sidebar-menu .copyright p {
        margin-bottom: 1px;
    }

    .sidebar-menu .copyright img {
        margin-top: 15px;
    }

    .sidebar-menu nav span.arrow {
        top: 10px;
    }

    .sidebar-menu .mobile-bottom {
        display: block;
    }

    .pb-articles {
        padding-top: 0;
/*         padding-bottom: 0; */
    }

    .pb-articles .cat a {
    	font-size: 10px;
    	line-height: 12px;
    }

    .pb-articles .meta p {
    	font-size: 12px;
    	line-height: 15px;
    	margin-top: 9px;
    }

    .pb-articles .item .inner {
    	padding: 25px 25px 3px 25px;
    }

    .pb-articles .item {
    	margin-bottom: 20px;
    }

    .pb-articles .info {
    	padding-bottom: 32px;
    }

    .pb-articles .thumb img {
    	height: 272px;
    }

    .article-banner .image img {
        height: 239px
    }

    .article-banner h2 {
        font-size: 20px;
        line-height: 23px;
        margin: 1px 0 0 0;
    }

    .article-banner p.date {
    	font-size: 12px;
    	line-height: 15px;
    	margin: 11px 0;
    }

    .article-banner .right-col {
    	padding-bottom: 40px;
    }

    .article-banner .left-col .bottom {
    	padding-bottom: 20px;
    }

    .article-detail-content .heading h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .article-detail-content {
        font-size: 16px;
        line-height: 20px;
    }

    .article-detail-content p + br {
    	/*display: none*/
    }

    .article-detail-content .heading .title {
        margin-bottom: 10px;
    }

    .article-detail-content .heading {
    	margin-bottom: 20px;
    }

    .article-detail-content p,
    .article-detail-content h3 {
        margin-bottom: 20px;
    }

    .article-detail-content h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .images-slider {
        padding: 0;
    }

    .images-slider .slick-arrow.slick-prev {
        left: 0;
    }

    .images-slider .slick-arrow.slick-next {
        right: 0;
    }

    .images-slider .slick-arrow {
        top: auto;
        bottom: -53px;
    }

    .images-slider img {
        height: 240px;
    }

    .article-detail-content .images-slider {
        margin: 32px 0 65px 0;
    }

    .images-slider .caption {
        margin-top: 12px;
        line-height: 22px;
        font-size: 12px;
        line-height: 15px;
    }

    .article-detail-content blockquote {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
    }

    .article-detail-content blockquote .quote {
    	margin-bottom: 11px;
    }

    .article-detail-content .bottom-text {
        margin-top: 17px;
        margin-bottom: 22px;
        padding-top: 23px;
    	padding-bottom: 20px
    }

    .article-detail-content .bottom-meta .cat a {
    	font-size: 10px;
    	line-height: 12px;
    	text-transform: uppercase;
    	font-weight: 700;
    	letter-spacing: 1px
    }

    .article-detail-content .bottom-meta .cat a::after {
    	height: 15px;
    	top: -2px
    }

    .sidebar-widget {
    	padding-top: 25px;
    }

    .sidebar-widget .widget-title {
    	margin-bottom: 20px;
    }

    .widget-report .item .info {
        padding: 0 0;
    }

    .widget-report .widget-content {
    	padding: 25px;
    }

    .widget-report h3 {
    	line-height: 20px;
    	margin-bottom: 20px;
    }

    .widget-report .thumb img {
    	height: 313px
    }

    .sidebar-widget .widget-report {
    	margin-bottom: 32px;
    }

    .pb-articles.related-articles {
    	padding-top: 5px
    }

    .related-articles .section-title {
    	margin-bottom: 20px;
    }

    .article-banner .play-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .article-banner .play-icon img {
        width: 35px !important;
        height: 35px !important
    }

    .article-banner .info .excerpt {
        font-size: 16px;
        line-height: 20px;
    }

    .article-banner .cat a {
    	font-size: 10px;
    	line-height: 12px;
    }

    .article-banner .view-more {
        font-size: 16px;
        margin: 0;
    }

    .article-banner .excerpt p {
        margin-top: 10px;
    }

    .article-details .pb-continue-reading {
        padding-top: 0;
        padding-bottom: 0;
    }

    .article-details .pb-continue-reading h2 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .article-details .pb-continue-reading .item {
        margin-bottom: 35px;
    }

    .article-details .pb-continue-reading h3 {
        padding-right: 10px;
        margin-right: 4px;
    }

    .article-details .pb-continue-reading h3::after {
    	height: 15px;
    }

    .article-details .pb-continue-reading a, .article-details .pb-continue-reading h3 {
    	font-size: 16px;
    	line-height: 20px;
    }

    .btn-style {
    	font-size: 16px;
    	padding: 18px 34px;
    }

    .article-details .download-btn {
    	padding: 20px 0 4px 0;
    }

    .professor-profiles .item .inner {
    	border-top: 106px solid #1495D9
    }

    .professor-profiles .avatar img {
    	margin-top: -72px;
    	height: 145px;
		width: 145px;
		margin-bottom: 15px
    }

    .professor-profiles .item h3 {
    	font-size: 20px;
    }

    .main-content .pb-page-heading h1 {
        font-size: 20px;
    }

    .main-content .pb-page-heading h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .page-content {
    	font-size: 16px;
    	line-height: 20px;
    }

    .page-content p {
    	margin-bottom: 20px;
    }

    .page-heading p,
    .main-content .pb-page-heading p {
        font-size: 16px;
        line-height: 20px;
    }

    .studies-listing {
/*     	padding-bottom: 0 */
    }

    .studies-listing .item {
    	margin-bottom: 20px;
    }

    .studies-listing .item .info {
        width: 195px;
        height: 190px;
        background-size: 100% 100%;
        padding: 20px 40px 10px 20px;
    }

    .studies-listing .thumb img {
        height: 206px;
    }

    .studies-listing .info h4 {
    	font-size: 10px;
    	line-height: 12px;
    }

    .studies-listing .info h3 {
        font-size: 20px;
        line-height: 18px;
        white-space: initial;
        margin: 10px 0 10px 0;
    }

    .studies-listing .info p {
    	font-size: 12px;
    	line-height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0;
    }

    .studies-listing .info .read-more {
        margin-top: 8px;
        font-size: 16px;
    }

    .studies-listing .cat {
        display: none;
    }

    .professor-profiles .excerpt p {
        margin: 0 0 19px 0;
        text-align: left;
        line-height: 20px;
    }

    .professor-profiles .position p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 12px 0;
    }

    .professor-profiles .item a.view-more {
    	font-size: 16px;
    }

    .professor-profiles .item {
    	margin-bottom: 20px;
    }

    .professor-profiles .info {
    	padding-bottom: 23px;
    }

    .sidebar-widget .widget {
    	margin-bottom: 30px;
    }

    .article-detail-content blockquote .quote img {
        width: 32px
    }

    .partners-section {
    	padding-bottom: 0
    }

    .partners-section .item {
    	margin: 0 0 20px 0;
    }

    .search-form input, .search-form select {
    	font-size: 15px;
    	height: 53px;
    }

    .search-banner {
    	padding-bottom: 20px;
    	margin-bottom: 20px;
    }

    .search-banner h1 {
    	font-size: 20px;
    }

    .search-banner h1 {
    	margin: 0;
    }
}

@media only screen and (max-width:360px) {
    .latest-posts .title-icon h3::after {
    	right: 30px;
    }

    .professor-analysis .section-title h2 {
        font-size: 18px;
    }
}
.toppic-pb-articles{
    padding-bottom: 32px;
}
@media (min-width: 767.1px){
    
    .topic-home-report{
        margin-bottom: 217px;
    }
}
/*Megamenu*/
.dv-row-flex {
    display: flex;
    margin: 0 -15px;
}

.dv-col-item {
    padding: 0 15px;
}
.main-nav .sub-menu {
    position: absolute;
    background: #1495D9;
    width: 300px !important;
    top: 100%;
    left: -15px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    text-align: left;
}

li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    color: #2699FB;
    transform: translateY(-50%) rotate(0);
    -webkit-transform: translateY(-50%) rotate(0);
    background: url(../images/arrow-down.svg) no-repeat center;
    width: 11px;
    height: 6px;
}

    li.menu-item-has-children > a:hover:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}

li.menu-item-has-children > a {
    position: relative;
}

.main-nav li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.menu-item-mega:hover .drop {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-item-mega .drop {
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

li.menu-item-has-children {
    position: relative;
}

ul.sub-menu li {
    display: block;
}

li.menu-item-has-children .sub-menu a {
    color: #FFF;
    position: relative;
    padding: 10px 20px;
}

li.menu-item-has-children .sub-menu li:hover a {
    color: #0b4b6e;
}

li.menu-item-has-children .sub-menu a:before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #FFF;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-item-has-children .drop {
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 3;
    top: 59px;
    background: linear-gradient(to right, #1495D9 0%,#1495D9 35%,#031249 35%,#031249 100%);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 999;
}

.mg-menu-left {
    max-width: 436px;
    padding-right: 60px;
    text-align: left;
    width: 100%;
}

.flex {
    display: flex;
}

.mg-title {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 53px;
    margin-top: 2px;
}

.mg-sub-list ul li a {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    display: block;
    padding: 22px 0;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    display: flex;
    justify-content: space-between;
    font-family: 'AzoSans';
    font-weight: 400;
    transition: none;
}

.mg-sub-list ul li a img {
    display: none;
}

.mg-sub-list ul li.active a img {
    display: inline-block;
}

.main-nav .mg-sub-list li a:hover {
    color: #dedede;
}

.mg-sub-list li {
    display: block;
}

.mg-menu-right .video-posts .item .info {
    padding: 0;
}

.mg-menu-right .video-posts .icon {
    top: 0;
    bottom: unset;
    z-index: 1;
}

.main-nav .mg-menu-right a {
    padding: 0;
}

.header-secondary .mg-menu-right .inner {
    padding: 35px 30px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
    height: 100%;
}

.mg-menu-right .thumb {
    padding-top: 30px;
}

.main-nav .mg-menu-right .info h3 a {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Vollkorn', serif;
    height: 60px;
}
.mg-menu-right .info .cat a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

li.menu-item-has-children.menu-item-mega {
    position: static;
}

#dmain {
    padding: 40px 0;
}

.mg-menu-list-post {
    padding: 0;
}

.main-nav .read-all a {
    font-size: 18px;
    color: #ffffff;
    font-family: 'AzoSans';
    font-weight: 500;
}

.read-all a img {
    margin-left: 25px;
}

.read-all {
    margin-top: 40px;
}

.mg-sub-list ul li:first-child a {
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.mg-sub-list ul li.active {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    background: rgb(49 49 49 / 10%);
    border-top: 1px solid rgb(255 255 255 / 30%);
    margin-top: -1px
}

.mg-sub-list ul li.active a {
    border: none;
    font-weight: 700;
}

.mg-sub-list ul li {
    padding: 0 20px;
}

.mg-menu-right .video-posts {
    display: none;
}

.mg-menu-right {
    width: calc(100% - 436px);
}



@media screen and (max-width: 1400px) {
    .dv-row-flex {
        display: flex;
        margin: 0 -15px;
    }

    .dv-col-item {
        width: 468px;
        margin: 0 auto;
    }

    .wrap-dv-row-flex {
        display: flex;
        width: calc(100vw - 336px);
        overflow-x: auto;
    }

    .wrap-dv-row-flex {
        padding-bottom: 30px;
        padding-right: 50px;
    }

    .wrap-dv-row-flex::-webkit-scrollbar-track {
        border-radius: 135px;
        background-color: #E5E5E5;
    }

    .wrap-dv-row-flex::-webkit-scrollbar {
        border-radius: 35px;
        height: 10px;
        background-color: #E5E5E5;
    }

    .wrap-dv-row-flex::-webkit-scrollbar-thumb {
        border-radius: 35px;
        background-color: #1495d9;
        width: 30%;
    }

    .mg-menu-left {
        max-width: 336px;
    }

    .menu-item-has-children .drop {
        background: linear-gradient(to right, #1495D9 0%,#1495D9 336px,#031249 336px,#031249 100%);
    }
}
.list-post .item .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 11px;
}
/*  Subscribe Form */
.result_subscribe {
    display: none;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.result_subscribe.error {
    color: #f00;
}
#mc-nl-email.error {
    border-color: #f00;
}
.dv-row-flex-3-col .dv-col-item{
    width: 33.33%;
}
.sidebar-menu li.menu-item-has-children > a:after,.sidebar-menu li.menu-item-has-children .sub-menu a:before{
    display: none;
}
.sidebar-menu li.menu-item-has-children .sub-menu a{
    padding: 3px 0;
}
i.arrow-icon {
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url(../images/arrow-down.svg) no-repeat center center/contain;
}

.sidebar-menu .copyright p a{
    color: #FFF;
}
.article-detail-content blockquote{
    position: relative;
}
.article-detail-content blockquote:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 48px;
    margin-bottom: 20px;
    background: url(../images/icon-quote.svg) no-repeat center center/contain;
}
.article-loadmore{
    text-align: center;
}
.article-loadmore a {
    background: #1495d9;
    width: 185px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: "Din";
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 10px;
}
.article-loadmore a:hover{
    opacity: 0.8;
}
iframe#video_iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 164px);
    object-fit: cover;
    z-index: 22;
}
iframe#video_iframe.hidden{
    opacity: 0;
    visibility: visible;
}
.professor-analysis-list .item {
    margin-bottom: 34px;
}
.top-topic-posts .big-post .professor-item-big.item .info {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 37px;
}
.info-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.info-left {
    width: 230px;
    box-sizing: border-box;
    padding-right: 10px;
    border-right: 1px solid rgb(73 72 70 / 20%);
}
.profile-style {
    display: flex;
}
.profile-style .avatar {
    flex: 0 0 84px;
    max-width: 84px;
}
.profile-style .avatar img {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    object-fit: cover;
}
.profile-style .text {
    flex: 0 0 calc(100% - 84px);
    max-width: calc(100% - 84px);
    padding: 0px 0 0 19px;
    text-align: left;
}
.profile-style .profile-name {
    font-family: 'DIN';
    font-size: 24px;
    color: #2699FB;
}
.profile-style p {
    font-family: 'DINPro';
    font-size: 14px;
    line-height: 17px;
}
.info-right {
    width: calc(100% - 230px);
    box-sizing: border-box;
    padding-left: 32px;
}
.top-topic-posts .big-post .professor-item-big.item h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mb-14{
    margin-bottom: 14px;
}
.profile-style-2{
    margin-bottom: 10px;
}
.profile-style-2 .avatar{
    flex: 0 0 50px;
    max-width: 50px;
}
.profile-style-2 .text {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding: 0px 0 0 10px;
    text-align: left;
}
.profile-style-2 .avatar img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.profile-style-2 h3 {
    font-size: 14px;
    color: #2699FB;
    line-height: 1.7;
    margin-bottom: 0;
}
.profile-style-2 p {
    font-size: 12px;
    margin-bottom: 0;
}
.top-posts h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px){
    .top-posts h3{
        overflow: unset;
        text-overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }
}

.top-posts h3 a {
    display: inline;
}
.page-template-template-case-studies .article-banner .author span:after{
    display: none;
}
.page-template-template-case-studies .article-banner .info .excerpt{
    margin: 15px 0 9px;
}

@media (max-width:  767px){
    .professor-analysis .slick-track{
        display: flex !important;
    }
    .professor-analysis .slick-slide {
        height: inherit !important;
    }    
    .pb-articles.toppic-pb-articles .info h3 {
        height: unset;
        max-height: 40px;
    }
    .page-template-template-case-studies .article-banner .info .excerpt{
        margin: 9px 0 1px;
    }
    .page-template-template-case-studies .article-banner .right-col {
        padding-bottom: 20px;
    }
    .page-template-template-case-studies .article-banner .info .bottom.only-mb{
        display: block;
    }
    .page-template-template-case-studies .article-banner .left-col .bottom{
        display: none;
    }
    .page-template-template-case-studies .article-banner .right-col .author{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-template-template-case-studies .article-banner .view-more{
        margin-top: 7px;
    }
    .page-template-template-case-studies .article-banner .author
    .list-post .item .excerpt,
    .top-posts .big-post .excerpt{
        font-size: 12px;
        line-height: 15px;
    }
    .top-posts .big-post .excerpt {
        margin-bottom: 15px;
    }
    .newsletter-event-bottom .form_newsletter{
        flex-wrap: wrap;
		display: block;
		text-align: center;
    }
	.form_newsletter-wrap {
		max-width: 295px;
	}
    .result_subscribe{
        width: 100%;
        font-size: 14px !important;
    }
    .pb-articles .thumb canvas{
        height: 272px !important;
        width: 100% !important;
    }
    .top-posts .big-post .thumb canvas {
        height: 287px !important;
        width: 100% !important;
    }
    .top-posts .list-post .thumb canvas {
        height: 100% !important;
        width: 100% !important;
    }
    .sidebar-menu li.menu-item-has-children .sub-menu a{
        padding: 0;
    }
    .article-detail-content blockquote:before{
        width: 32px;
        height: 25px;
        margin-bottom: 11px;
    }
    canvas {
        max-width: 100% !important;
    }
    .article-loadmore a{
        width: 127px;
        line-height: 36px;
        height: 36px;
        font-size: 14px;
        margin-top: 30px;
    }
    .article-banner .image canvas {
        height: 239px !important;
    }
    iframe#video_iframe{
        width: 100%;
        max-width: 100%;
    }
    .professor-analysis .item .thumb canvas {
        height: 198px !important;
    }
    .professor-analysis-list.professor-analysis .item{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .info-flex>* {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
    .info-left{
        margin-top: 30px;
    }
    .profile-style .avatar {
        flex: 0 0 63px;
        max-width: 63px;
    }
    .profile-style .avatar img {
        width: 63px;
        height: 63px;
    }
    .profile-style .text {
        flex: 0 0 calc(100% - 63px);
        max-width: calc(100% - 63px);
        padding: 0px 0 0 13px;
    }
    .profile-style .profile-name{
        font-size: 16px !important;
    }
    .profile-style p{
        font-size: 12px;
        line-height: 15px;
    }
	.footer-logo img{
		max-width: 100% !important;
	}
}

/*bci*/

.rst_bar_bci {
    background: #0073af;
    padding: 10px 0;
}
.rst_container_bar_bci {
    max-width: 1376px;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    
}
.rst_container_bar_bci h2 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    float: left;
    margin-bottom: 0px;
    font-family: 'Din';font-weight: bold;
    margin: 0;
}
.bar_bci_right_neo{
    float: right;
    margin-right: 126px;
    position: relative;
    color: #fff;
    font-size: 15px;
     line-height: 14px;
     margin-top: 8px;
      font-family: 'Din';font-weight: 500;
}
.bar_bci_right_neo a{
     font-size: 15px;
     line-height: 14px;
    color: #fff;
    font-family: 'Din';font-weight: 500;
}

.about_bci,.latest_results_bci,.reports_bci{
    background: #f4f4f4;
}
.about_bci{
    padding-bottom: 55px;
}
.rst_container_bci{
    max-width: 1440px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}
.rst_container_bci2{
    max-width: 1120px;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.about_bci_left{
    width: 55%;
    float: left;
    padding-right: 50px;
    padding-left: 177px;
    padding-top: 95px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.about_bci_left h3{
    font-size: 34px;
    color: #313131;
    line-height: 30px;
    margin: 0 0 40px 0;
    font-family: 'Din';font-weight: bold;
}
.about_bci_left p{
    font-size: 18px;
    color: #000;
    font-family: 'Din';
    margin: 0 0 10px 0;
    line-height: 24px;
}
.about_bci_left p:last-child{
    margin: 0 0 0px 0;
}
.about_bci_right{
    width: 45%;
    float: left;
}
.about_bci_right img{
    width: 100%;
        display: block;
}
.inner_latest_results_bci{
    border-top: 1px solid #1495d9;
    padding: 50px 0 60px 0;
}

.inner_latest_results_bci h3{
    font-size: 34px;
    color: #1495d9;
    line-height: 1.2;
    margin: 0 0 25px 0;
    font-family: 'Din';font-weight: bold;
}
.inner_latest_results_bci p{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: 'Din';
    margin: 0 0 25px 0;
}
.inner_latest_results_bci p strong{
    font-family: 'Din';font-weight: bold;
}
.inner_latest_results_bci p:last-child{
    margin: 0;
}
.inner_latest_results_bci p a{
    color: #1495d9;
    text-decoration: underline;
}
.inner_reports_bci{
    border-top: 1px solid #1495d9;
    padding: 50px 0 0;
    overflow: hidden;
}
.inner_reports_bci h3{
    font-size: 34px;
    color: #313131;
    line-height: 1.2;
    float: left;
    margin: 0 0 50px 0;
    font-family: 'Din';font-weight: bold;
}
.inner_reports_bci select{
    float: right;
    font-size: 15px;
     line-height: 34px;
     height: 34px;
     padding-left: 10px;
     padding-right: 30px;
    color: #000;
    font-family: 'Din';font-weight: 500;
    width: 335px;
    background: url('../images/icon_dropdown_report.png')  no-repeat right 12px center #fff;
    border: none;
    appearance: none;
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
}
.rst_box_reports{
    width: 50%;
    float: left;
    padding-left: 53px;
    padding-right: 53px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.rst_box_reports:nth-child(2n+1){
    clear: left;
}
.rst_list_reports{
    margin-left: -53px;
    margin-right: -53px;
    display: none;
}
.rst_list_reports#rs_1{
    display: block;
}
.rst_box_reports h4{
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    margin: 0 0 2px 0;
    font-family: 'Din';font-weight: bold;
}
.rst_box_reports p{
    font-size: 14px;
    font-family: 'Din';
    color: #1495d9;
    margin: 0;
}
.rst_box_reports p a{
    font-family: 'Din';
    color: #1495d9;
}
.rst_box_reports p span{
    font-family: 'Din';font-weight: bold;
    color: #000;
}
.rst_inner_box_reports{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 18px;
    margin-bottom: 60px;
}
.rst_container_chart_bci{
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.filter_chart h3{
    font-size: 34px;
    color: #313131;
    line-height: 1.2;
    margin: 0 0 30px 0;
    font-family: 'Din';font-weight: bold;
}
.filter_chart{
    padding-top: 35px;
    padding-bottom: 20px;
}
.filter_chart{
    background: #f4f4f4;
}
.box_info_chart{
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 25px;
}
.box_info_chart h4{
    background: url('../images/icon_dropdown_chart.png')  no-repeat right center;
    color: #000;
    font-family: 'Din';font-weight: 500;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
}
.info_chart{
    padding: 45px 0;
}
.box_info_chart h4 span{
    width: 14px;
    height: 14px;
    border-radius: 14px;
    display: inline-block;
        vertical-align: -1px;
    margin-right: 8px;
}
.content_box_info_chart{
    color: #000;
    font-family: 'Din';font-weight: 500;
    font-size: 15px;
    margin: 15px 0 0 0;
    line-height: 20px;
    display: none;
}
.content_box_info_chart p{
    margin: 0 0 10px 0;
    color: #000;
    font-family: 'Din';font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.content_box_info_chart p:last-child{
    margin: 0 0 0px 0;
}
.box_info_chart:nth-child(3n+1){
    clear: left;
    
}
#canvas{
    sheight: 555px !important;
}
.item_datasets{
    width: 16.6666%;
    float: left;
    margin-bottom: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}
.item_datasets:nth-child(6n+1){
    clear: left;
}
.item_datasets input{
    display: none;
}
.item_datasets label{
    position: relative;
    color: #000;
    font-family: 'Din';font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    padding-left:  35px;
    cursor: pointer;
    display: block;
    letter-spacing: -0.5px;
    margin: 0;
}
.item_datasets label span{
    height: 14px;
    width: 14px;
    display: inline-block;
    border-radius: 14px;
    margin-right: 4px;
        vertical-align: -2px;
}
.item_datasets label:before{
    height: 22px;
    width: 22px;
    content:"";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
}
.item_datasets input:checked +  label:before{
    background: url('../images/check3.png') no-repeat center #0698d5;
}
.main_chart{
    padding-top: 40px;
}
.filter_time{
    float: left;
    display: flex;
}
.filter_time a{
    width: 58px;
    line-height: 42px;
    height: 42px;
    display: block;
    text-align: center;
    color: #000;
    font-family: 'Din';font-weight: 500;
    font-size: 15px;
    border-left: 1px solid #dbdada;
    border-top: 1px solid #dbdada;
    background: #ffffff;
    border-bottom: 1px solid #dbdada;
}


.filter_time a.active{
    background: #0698d5;
    color: #fff;
}
.filter_time a:last-child{
    border-right: 1px solid #dbdada;
        border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.filter_time a:first-child{
        border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.customize_date{
    float: right;
    display: flex;
        margin-top: 6px;
}
.customize_date h4{
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    margin: 0 0px 0px 0;
        display: inline-block;
    font-family: 'Din';font-weight: bold;
}
.customize_date span{
    padding: 0 22px;
    display: inline-block;
    color: #000;
    font-family: 'Din';font-weight: 500;
    font-size: 15px;
}
.customize_date select{
    border: none;
    border-radius: 0;
        box-shadow: none;
    border-bottom: 2px solid #1c98da;
    line-height: 32px;
    height: 32px;
    appearance: none;
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
    color: #000;
    font-family: 'Din';font-weight: 500;
    font-size: 15px;
    background: url('../images/icon_dropdown_time2.png') no-repeat right 10px center #f4f4f4;
    width: 133px;
    cursor: pointer;
}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}
.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333333;white-space:nowrap;}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{text-decoration:none;color:#ffffff;background-color:#0081c2;background-image:-moz-linear-gradient(top, #0088cc, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);background-image:-o-linear-gradient(top, #0088cc, #0077b3);background-image:linear-gradient(to bottom, #0088cc, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#0081c2;background-image:-moz-linear-gradient(top, #0088cc, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);background-image:-o-linear-gradient(top, #0088cc, #0077b3);background-image:linear-gradient(to bottom, #0088cc, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999;}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default;}

.inner_customize_date input{
    height: 32px;
    border-radius: 0;
    padding: 0px 10px;
    line-height: 32px;
    font-size: 15px;
    color: #000;
        width: 120px;
    font-family: 'Din';font-weight: 500;
    background: url('../images/icon_datepicker.png') no-repeat right 10px center #fff;
    background-color: #FFF !important;
}
.datepicker{
    font-family: 'Din';font-weight: 500;
}
.list_datasets{
    margin-top: 32px;
}
.list_datasets2{
    display: none;
}
#chartjs-tooltip{
    z-index: 99999;
}
.inner_customize_date{
    display: none;
}
.inner_customize_date#max{
    display: flex;
    align-items: center;
}
.bar_bci_select_neo{
    display: none;
}
.mb_list_datasets{
    display: none;
}
.inner_customize_title_mb{
    display: none !important;
}
.info_chart.info_chart_bsi .box_info_chart.no-content h4 {
    background: none;
}
@media (max-width: 1024px){
    .inner_customize_date h4 {
        display: none;
    }
    .rst_bar_bci {
        padding: 20px 0;
    }
    .rst_container_bar_bci h2 {
        float: none;
    }
    .bar_bci_right_neo{
        display: none;
    }
    .bar_bci_select_neo {
        line-height: 40px;
        height: 40px;
        padding-left: 20px;
        width: 100%;
        background: url(../images/icon_dropdown_chart.png) no-repeat right 12px center #fff;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-top: 10px;
        padding-right: 30px;
        font-size: 15px;
        color: #000;
        font-family: 'Din';
        border-radius: 0 !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: block;
    }
    .filter_chart {
        padding-bottom: 30px;
    }
    .filter_chart h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .filter_time {
        float: none;
        display: flex;
        width: 100%;
    }
    h4.inner_customize_title_mb {
        display: block !important;
        margin-bottom: 20px;
    }
    .customize_date {
        float: none;
        display: block;
        margin-top: 30px;
    }
    .customize_date h4 {
        font-size: 18px;
    }
    .customize_date span {
        padding: 0 15px;
    }
    .list_datasets {
        margin-top: 0;
        background: #fff;
        display: none;
    }
    .item_datasets {
        width: 100%;
        float: none;
        margin-bottom: 0px;
        border-top: 1px solid #cccccc;
        padding: 0;
    }
    .item_datasets label {
        padding-top: 10px;
        padding-bottom: 10px;
            padding-left: 20px;
    }
    .item_datasets input:checked + label {
        background: #0698d5;
        color: #fff;
    }
    .item_datasets label span {
        margin-right: 10px;
    }
    .item_datasets input:checked + label:before,.item_datasets label:before{
        display: none;
    }
    .mb_list_datasets {
        line-height: 40px;
        height: 40px;
        padding-left: 20px;
        width: 100%;
        background: url(../images/icon_dropdown_chart.png) no-repeat right 12px center #fff;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-top: 20px;
        padding-right: 30px;
        font-size: 15px;
        color: #000;
        font-family: 'Din';
        font-weight: 500;
        border-radius: 0 !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: block;
    }
    .mb_list_datasets span {
        height: 14px;
        width: 14px;
        display: inline-block;
        border-radius: 14px;
        margin-right: 10px;
        vertical-align: -2px;
    }
    .box_info_chart {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .content_box_info_chart {
        padding-left: 22px;
    }
    .about_bci {
        padding-bottom: 25px;
    }
    .about_bci_right {
        width: 100%;
        float: none;
        padding-left: 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .about_bci_left {
        width: 100%;
        float: none;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 25px;
    }
    .about_bci_left h3 {
        font-size: 20px;
        line-height: 1.2;
        margin: 0 0 20px 0;
    }
    .inner_latest_results_bci {
        padding: 25px 0 25px 0;
    }
    .inner_latest_results_bci h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .inner_reports_bci {
        padding: 25px 0 0;
    }
    .inner_reports_bci h3 {
        font-size: 20px;
        float: none;
        margin: 0 0 20px 0;
    }
    .inner_reports_bci select {
        float: none;
        line-height: 40px;
        height: 40px;
        padding-left: 20px;
        width: 100%;
        background: url(../images/icon_dropdown_chart.png) no-repeat right 12px center #fff;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-bottom: 20px;
        border-radius: 0 !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .rst_list_reports {
        margin-left: 0;
        margin-right: 0;
    }
    .rst_box_reports {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    .rst_box_reports:last-child .rst_inner_box_reports {
        padding-bottom: 20px;
        margin-bottom: 0px;
        border: none;
    }
    .rst_box_reports h4 {
        font-size: 18px;
        margin: 0 0 5px 0;
    }
    .page-template-template-business-conditions-index .rst_container_bci{
        display: flex;
        flex-direction: column-reverse;
    }
}
/* ul.sub-menu li.show-item-mb {
    display: none;
} */
@media (max-width: 767px){
    .chart-wrap{
        height: 250px !important;
    }
/* 	ul.sub-menu li.show-item-mb {
		display: block;
	} */
}
@media (max-width: 480px){
    .rst_container_bar_bci h2 {
        font-size: 20px;
    }
    .inner_customize_date input {
        width: 110px;
    }
    .customize_date span {
        padding: 0 10px 0 0;
    }
}
