/*-----------------Header-Section-------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
#header-outter .header-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 0 20px;
    height: 80px;
}

@media screen and (min-width: 768px) {
    #header-outter .header-inner {
        padding: 0 30px;
        height: 90px;
    }
}

@media screen and (min-width: 992px) {
    #header-outter .header-inner {
        padding: 0px 60px;
        height: 100px;
        line-height: 100px;
    }
}

@media screen and (min-width: 992px) {
    #header-outter .header-inner .header-logo {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    }
    #header-outter .header-inner .header-logo::after,
    #header-outter .header-inner .header-logo::before {
        content: " ";
        display: table;
        width: 0;
    }
    #header-outter .header-inner .header-logo::after {
        clear: both;
    }
}

#header-outter .header-inner .header-logo .logo-v2 {
    display: none;
}

#header-outter .header-inner .header-logo a {
    margin: 0px;
}

#header-outter .header-inner .header-logo a img {
    display: inline-block;
    max-width: 320px;
    height: 66px;
}

@media screen and (max-width: 767px) {
    #header-outter .header-inner .header-logo a img {
        max-width: 170px;
        height: 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #header-outter .header-inner .header-logo a img {
        max-width: 160px;
        height: 37.65px;
    }
}

@media screen and (min-width: 992px) {
    #header-outter .header-inner .header-navigation {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        padding-right: 25px;
        line-height: 1;
        margin-left: auto;
    }
    #header-outter .header-inner .header-navigation::after,
    #header-outter .header-inner .header-navigation::before {
        content: " ";
        display: table;
        width: 0;
    }
    #header-outter .header-inner .header-navigation::after {
        clear: both;
    }
}

@media screen and (min-width: 1200px) {
    #header-outter .header-inner .header-navigation {
        padding-right: 50px;
    }
}

@media screen and (min-width: 992px) {
    #header-outter .header-inner .header-navigation ul.nice-menu {
        margin: 0px;
        padding: 0px;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu::after,
    #header-outter .header-inner .header-navigation ul.nice-menu::before {
        content: " ";
        display: table;
        width: 0;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu::after {
        clear: both;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        padding: 0 25px;
        background-color: transparent;
        border: none;
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li {
        padding: 0 10px;
    }
}

@media screen and (min-width: 992px) and (min-width: 1900px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li {
        padding: 0 10px;
    }
}

@media screen and (min-width: 992px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li.menuparent {
        position: relative;
        background: transparent;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li.menuparent:before {
        background-image: url("../images/nav-arrow-blue.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: 15px;
        display: inline-block;
        vertical-align: middle;
        content: "";
        position: absolute;
        display: block;
        width: 15px;
        height: 15px;
        right: 10px;
        top: 12px;
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1299px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li.menuparent:before {
        background-size: 13px;
        right: 2px;
        top: 8px;
    }
}

@media screen and (min-width: 992px) and (min-width: 1900px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li.menuparent:before {
        right: 0px;
        top: 7px;
    }
}

@media screen and (min-width: 992px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li.active-trail {
        position: relative;
        background: transparent;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li.active-trail:before {
        background-image: url("../images/nav-arrow-orange.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: 15px;
        display: inline-block;
        vertical-align: middle;
        content: "";
        position: absolute;
        display: block;
        width: 15px;
        height: 15px;
        right: 10px;
        top: 12px;
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1299px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li.active-trail:before {
        background-size: 13px;
        right: 2px;
        top: 8px;
    }
}

@media screen and (min-width: 992px) and (min-width: 1900px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li.active-trail:before {
        top: 7px;
        right: 0px;
    }
}

@media screen and (min-width: 992px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li.active-trail>a {
        color: #FF6600;
        border-bottom: 2px solid #FF6600;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li>a {
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        color: #003399;
        font-weight: 600;
        text-decoration: none;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        border-bottom: 2px solid transparent;
        padding-bottom: 0px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1299px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li>a {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (min-width: 1900px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li>a {
        font-size: 18px;
        padding: 0 10px;
    }
}

@media screen and (min-width: 992px) {
    #header-outter .header-inner .header-navigation ul.nice-menu>li>a:hover,
    #header-outter .header-inner .header-navigation ul.nice-menu>li>a:focus {
        color: #FF6600;
        border-bottom: 2px solid #FF6600;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li ul {
        border-top: none;
        background-color: #456AB4;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 28, 84, 0.3);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 28, 84, 0.3);
        box-shadow: 0px 0px 16px 0px rgba(0, 28, 84, 0.3);
        padding: 35px 30px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -ms-transition: all 0.25s ease-in-out !important;
        -o-transition: all 0.25s ease-in-out !important;
        -moz-transition: all 0.25s ease-in-out !important;
        -webkit-transition: all 0.25s ease-in-out !important;
        transition: all 0.25s ease-in-out !important;
        min-width: 380px;
        left: auto !important;
        top: 100%;
        right: 0px;
        /*opacity: 0 !important;*/
        /*visibility: hidden !important;*/
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li > ul > li > ul {
        right: auto;
        left: 105% !important;
        top: 0px;
        padding: 15px 30px;
        min-width: 280px;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li > ul > li > ul > li > ul {
        right: auto;
        left: 112% !important;
        top: 0px;
        padding: 15px 30px;
        min-width: 250px;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li ul li {
        background-color: transparent;
        border: none;
        width: 100%;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li ul li a {
        background-color: transparent;
        color: #FFFFFF !important;
        text-decoration: none;
        font-size: 13px;
        padding: 9px 0px 9px 0.5em;
    }
     #header-outter .header-inner .header-navigation ul.nice-menu>li ul li ul li a {
        padding: 3px 0px 3px 0em;
        font-size: 12px;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li ul li a:hover,
    #header-outter .header-inner .header-navigation ul.nice-menu>li ul li a:focus {
        background-color: #FFFFFF;
        color: #456AB4 !important;
    }
    /*
    #header-outter .header-inner .header-navigation ul.nice-menu>li:hover ul {
        opacity: 1 !important;
        visibility: visible !important;
    }*/

/*    #header-outter .header-inner .header-navigation ul.nice-menu>li > ul > li > ul {
        border-top: none;
        background-color: #456AB4;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 28, 84, 0.3);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 28, 84, 0.3);
        box-shadow: 0px 0px 16px 0px rgba(0, 28, 84, 0.3);
        padding: 35px 30px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -ms-transition: all 0.25s ease-in-out !important;
        -o-transition: all 0.25s ease-in-out !important;
        -moz-transition: all 0.25s ease-in-out !important;
        -webkit-transition: all 0.25s ease-in-out !important;
        transition: all 0.25s ease-in-out !important;
        min-width: 380px;
        left: auto !important;
        top: 100%;
        right: 0px;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li > ul > li > ul> li {
        background-color: transparent;
        border: none;
        width: 100%;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li > ul > li > ul> li a {
        background-color: transparent;
        color: #FFFFFF !important;
        text-decoration: none;
        font-size: 14px;
        padding: 9px 0px 9px 0.5em;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li > ul > li > ul> li a:hover,
    #header-outter .header-inner .header-navigation ul.nice-menu>li > ul > li > ul> li a:focus {
        background-color: #FFFFFF;
        color: #456AB4 !important;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu>li > ul > li:hover ul {
        opacity: 1 !important;
        visibility: visible !important;
    }*/
}

@media screen and (max-width: 767px) {
    #header-outter .header-inner .header-search {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #header-outter .header-inner .header-search {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        min-width: 40px;
    }
    #header-outter .header-inner .header-search .search-toggle {
        line-height: 0;
    }
    #header-outter .header-inner .header-search .search-toggle i {
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #FF6600;
        font-size: 0px;
        border: none;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        background-image: url("../images/search-icon.svg");
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: block;
    }
    #header-outter .header-inner .header-search .search-toggle i:hover,
    #header-outter .header-inner .header-search .search-toggle i:focus {
        background-color: #D73321;
        outline: none;
    }
    #header-outter .header-inner .header-search .serach-box {
        display: none;
        margin-right: -42px;
        width: 100%;
    }
    #header-outter .header-inner .header-search .serach-box #search-nav-form>div {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title {
        float: none;
        padding: 0px;
        max-width: calc(100% - 40px);
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title:before,
    #header-outter .header-inner .header-search .serach-box .form-item-title:after {
        display: none;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input {
        border: none;
        -ms-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        background-color: #FF6600;
        box-shadow: none;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        height: 40px;
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        margin-right: -2px;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input::-moz-placeholder {
        color: #FFFFFF;
        opacity: 1;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input::-webkit-input-placeholder {
        opacity: 1;
        color: #FFFFFF;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input:-ms-input-placeholder {
        opacity: 1;
        color: #FFFFFF;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input::-ms-input-placeholder {
        opacity: 1;
        color: #FFFFFF;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input:focus::-moz-placeholder {
        opacity: 1;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input:focus::-moz-placeholder::-webkit-input-placeholder {
        opacity: 1;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input:focus::-moz-placeholder:-ms-input-placeholder {
        opacity: 1;
    }
    #header-outter .header-inner .header-search .serach-box .form-item-title input:focus::-ms-input-placeholder {
        opacity: 1;
    }
    #header-outter .header-inner .header-search .serach-box button {
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #FF6600;
        font-size: 0px;
        border: none;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        background-image: url("../images/search-icon.svg");
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 40px;
        display: block;
        position: relative;
        z-index: 9;
        opacity: 0;
    }
    #header-outter .header-inner .header-search .serach-box button:hover,
    #header-outter .header-inner .header-search .serach-box button:focus {
        background-color: #D73321;
        outline: none;
    }
    #header-outter .header-inner .header-search .serach-box .form-group {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #header-outter-blue {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 9;
    }
    .sticky-header:not(.sticky) #header-outter-blue #header-outter .header-inner {
        padding-bottom: 10px;
        padding-top: 32px;
        -ms-align-items: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
    .sticky-header:not(.sticky) #header-outter-blue #header-outter .header-inner .header-logo {
        line-height: 0;
    }
    .sticky-header:not(.sticky) #header-outter-blue #header-outter .header-inner .header-navigation {
        -ms-align-items: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
    #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li.menuparent {
        position: relative;
        background: transparent;
    }
    #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu > li.menuparent:before {
        background-image: url("../images/nav-arrow-white.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: 15px;
        display: inline-block;
        vertical-align: middle;
        content: "";
        position: absolute;
        display: block;
        width: 15px;
        height: 15px;
        right: 10px;
        top: 12px;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu li ul li.menuparent {
        background: none;
    }
    #header-outter .header-inner .header-navigation ul.nice-menu li ul li.menuparent:before {
        background-image: url("../images/nav-arrow-white-right.png") !important;
        background-position: right;
        background-repeat: no-repeat;
        background-size: 6px !important;
        display: inline-block;
        vertical-align: middle;
        content: "";
        position: absolute;
        display: block;
        width: 10px !important;
        height: 12px !important;
        right: -10px !important;
        top: 7px !important;
    }
  /*  #header-outter .header-inner .header-navigation ul.nice-menu>li ul li a:hover,
    #header-outter .header-inner .header-navigation ul.nice-menu>li ul li a:focus {
        background-color: #FFFFFF;
        color: #456AB4 !important;
    }*/
}

@media screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1299px) {
    #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li.menuparent:before {
        background-size: 13px;
        right: 2px;
        top: 8px;
    }
}

@media screen and (min-width: 768px) and (min-width: 1900px) {
    #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li.menuparent:before {
        right: 0px;
        top: 7px;
    }
}

@media screen and (min-width: 768px) {
    #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li a {
        color: #FFFFFF;
    }
}

@media screen and (min-width: 992px) {
    #mobile-menu {
        display: none !important;
    }
    #header-outter-blue #header-outter .header-inner .header-logo .logo-v1 {
        display: none;
    }
    #header-outter-blue #header-outter .header-inner .header-logo .logo-v2 {
        display: block;
    }
}

.sticky #header-outter-blue #header-outter .header-inner .header-logo .logo-v1 {
    display: block;
}

.sticky #header-outter-blue #header-outter .header-inner .header-logo .logo-v2 {
    display: none;
}

.sticky #header-outter .header-inner .header-logo .logo-v1 {
    display: block;
}

.sticky #header-outter .header-inner .header-logo .logo-v2 {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header-outter-blue #header-outter .header-inner .header-logo .logo-v1 {
        display: none;
    }
    #header-outter-blue #header-outter .header-inner .header-logo .logo-v2 {
        display: block;
    }
    #header-outter-blue .responsive-menus.responsified span.toggler {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }
    #header-outter-blue .responsive-menus.responsified span.toggler:after {
        background-image: url("../images/toggle-arrow-white.svg");
    }
    .sticky #header-outter-blue #header-outter .header-inner .header-logo .logo-v1 {
        display: block;
    }
    .sticky #header-outter-blue #header-outter .header-inner .header-logo .logo-v2 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #mobile-menu .mean-bar {
        float: none;
        width: 100%;
        position: relative;
        background: transparent;
        padding: 0;
        min-height: 0px;
        z-index: 999;
        text-indent: 0;
    }
    #mobile-menu .mean-bar a.meanmenu-reveal {
        padding: 8px 0px;
        display: inline-block;
        background: transparent;
        color: #FF6600;
        box-shadow: none;
        border: 1px solid #FF6600;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        outline: none;
        font-weight: 500;
        width: 75px;
        position: relative;
        padding-right: 30px;
        padding-left: 0px;
        height: auto;
        text-indent: 0;
        text-decoration: none;
    }
    #mobile-menu .mean-bar a.meanmenu-reveal:after {
        background-image: url("../images/toggle-arrow.svg");
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 15px;
        height: 15px;
        content: "";
        display: inline-block;
        position: absolute;
        right: 12px;
        top: 12px;
        vertical-align: middle;
    }
    #mobile-menu .mean-nav {
        background: #FF6600 !important;
        box-shadow: none !important;
        -ms-border-radius: 4px 0px 4px 4px;
        -webkit-border-radius: 4px 0px 4px 4px;
        border-radius: 4px 0px 4px 4px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 200px !important;
        right: 0px;
        position: absolute;
        margin-top: 0px;
    }
    #mobile-menu .mean-nav li a {
        border-bottom: 1px solid white;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 14px;
        background-color: transparent;
        color: #FFFFFF;
        opacity: 1;
        border: none !important; 
    }
    #mobile-menu .mean-nav li .mean-expand {
        margin-top: 0px;
        box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        -ms-box-sizing: border-box !important;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50px;
        height: 48px;
    }
    #mobile-menu .mean-nav ul > li:hover > a {
        background-color: #FFFFFF;
        color: #FF6600 !important;
    }
   /* #mobile-menu .mean-nav li > ul > li:hover .mean-expand {
        color: #FFFFFF !important;
    }*/
    #mobile-menu .mean-nav li > ul > li:hover .mean-expand {
        color: #FF6600 !important;
    }
    #mobile-menu .mean-nav ul li a:hover {
        /*background: white;*/
        opacity: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header-outter #mobile-menu {
        margin-left: auto;
        margin-right: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header-outter-blue #mobile-menu .mean-bar a.meanmenu-reveal {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }
    #header-outter-blue #mobile-menu .mean-bar a.meanmenu-reveal:after {
        background-image: url("../images/toggle-arrow-white.svg");
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .sticky #header-outter-blue #mobile-menu .mean-bar a.meanmenu-reveal {
        color: #FF6600;
        box-shadow: none;
        border: 1px solid #FF6600;
    }
    .sticky #header-outter-blue #mobile-menu .mean-bar a.meanmenu-reveal:after {
        background-image: url("../images/toggle-arrow.svg");
    }
}

.sticky-header {
    position: relative;
    min-height: 80px;
}
@media screen and (min-width: 768px) {
    .sticky-header {
        min-height: 90px;
    }
}
@media screen and (min-width: 992px) {
    .sticky-header {
        min-height: 100px;
    }
}
.sticky-header.mh-0 {
    min-height: 0;
}
  .sticky #header-outter {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    background-color: #FFFFFF;
  }
  @media screen and (min-width: 601px) {
    .logged-in.admin-menu .sticky #header-outter {
      top: 29px;
    }
  }
  
  .sticky #header-outter-blue {
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: #ffffff;
  }

.logged-in.admin-menu .sticky #header-outter-blue {
    top: 29px;
}

.sticky #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li.menuparent {
    position: relative;
    background: transparent;
}

.sticky #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li.menuparent:before {
    background-image: url("../images/nav-arrow-blue.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 12px;
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
    .sticky #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li.menuparent:before {
        background-size: 13px;
        right: 2px;
        top: 8px;
    }
}

@media screen and (min-width: 1900px) {
    .sticky #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li.menuparent:before {
        right: 0px;
        top: 7px;
    }
}

.sticky #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li a {
    color: #003399;
}

.sticky #header-outter-blue #header-outter .header-inner .header-navigation ul.nice-menu li ul.rm-no-class li a {
    color: #FFFFFF;
}

.sticky #header-outter-blue .responsive-menus.responsified span.toggler {
    color: #FF6600;
    border: 1px solid #FF6600;
}

.sticky #header-outter-blue .responsive-menus.responsified span.toggler:after {
    background-image: url("../images/toggle-arrow.svg");
}

@media screen and (max-width: 991px) {
    .header-navigation {
        display: none !important;
    }
}

.footer {
    background-color: #E7ECF5;
    padding: 40px 0px 40px;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 90px 0px 40px;
    }
}

@media screen and (min-width: 768px) {
    .footer .footer-inner .region-footer .footer-toggle-menu span {
        display: none;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .footer .footer-inner .region-footer .footer-menu {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .footer .footer-inner .region-footer .footer-menu ul.menu {
        column-count: 3;
    }
    .footer .footer-inner .region-footer .footer-menu ul.menu li {
        border-bottom: 1px dotted #003399;
        padding: 15px 0px;
    }
    .footer .footer-inner .region-footer .footer-menu ul.menu li a {
        text-decoration: none;
        color: #003399;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid transparent;
        display: inline-block;
        padding: 0px;
    }
    .footer .footer-inner .region-footer .footer-menu ul.menu li a:hover,
    .footer .footer-inner .region-footer .footer-menu ul.menu li a:focus {
        background-color: transparent;
        border-bottom: 1px solid #FF6600;
    }
}

@media screen and (min-width: 1200px) {
    .footer .footer-inner .region-footer .block-views {
        padding: 0 20px;
    }
}

.footer .footer-inner .region-footer .block-views .footer-address {
    padding-top: 10px;
}

.footer .footer-inner .region-footer .block-views .footer-address h2 {
    color: #003399;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer .footer-inner .region-footer .block-views .footer-address p {
    color: #738FC7;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.footer .footer-inner .region-footer .block-views .footer-address .more-info {
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .footer .footer-inner .region-footer .block-views .footer-address .more-info {
        padding-top: 48px;
    }
}

.footer .footer-inner .region-footer .block-views .footer-address .more-info .more-info-fields span {
    color: #738FC7;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.footer .footer-inner .region-footer .block-views .footer-address .more-info .more-info-fields .separator {
    padding: 0 8px;
}

.footer .footer-inner .region-footer .block-views .footer-address .more-info .more-info-fields a {
    color: #738FC7;
    text-decoration: none;
}

.footer .footer-inner .region-footer .block-views .footer-address .more-info .more-info-fields a:hover,
.footer .footer-inner .region-footer .block-views .footer-address .more-info .more-info-fields a:focus {
    color: #003399;
}

.footer .footer-copyright {
    clear: both;
    padding-top: 30px;
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .footer .footer-copyright {
        padding-top: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .footer .footer-copyright {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .footer .footer-copyright .region-copyright {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}

.footer .footer-copyright .region-copyright #block-block-1 p {
    color: #738FC7;
    font-size: 12px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .footer .footer-copyright .region-copyright #block-views-follow-us-online-block {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-copyright .region-copyright #block-views-follow-us-online-block {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 992px) {
    .footer .footer-copyright .region-copyright #block-views-follow-us-online-block {
        text-align: right;
    }
}

.footer .footer-copyright .region-copyright #block-views-follow-us-online-block h2 {
    color: #738FC7;
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-copyright .region-copyright #block-views-follow-us-online-block h2 {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 992px) {
    .footer .footer-copyright .region-copyright #block-views-follow-us-online-block h2 {
        display: inline-block;
    }
}

.footer .footer-copyright .region-copyright #block-views-follow-us-online-block .view-id-follow_us_online {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .footer .footer-copyright .region-copyright #block-views-follow-us-online-block .view-id-follow_us_online {
        padding-top: 12px;
    }
}

.footer .footer-copyright .region-copyright #block-views-follow-us-online-block .view-id-follow_us_online .views-row {
    display: inline-block;
}

.footer .footer-copyright .region-copyright #block-views-follow-us-online-block .view-id-follow_us_online .views-row a {
    color: #003399;
}

.footer .footer-copyright .region-copyright #block-views-follow-us-online-block .view-id-follow_us_online .views-row a i {
    color: #003399 !important;
    font-size: 14px;
    width: auto;
    padding-right: 10px;
}

@media screen and (max-width: 991px) {
    .footer .footer-copyright .region-copyright #block-views-follow-us-online-block .view-id-follow_us_online .views-row a i {
        font-size: 28px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    #block-menu-menu-footer-menu,
    #block-views-address-info-block-block,
    #block-block-3,
    #block-block-1,
    #block-views-follow-us-online-block {
        padding: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #block-views-address-info-block-block,
    #block-block-3 {
        width: 50%;
        float: left;
        margin-top: 30px;
    }
    #block-block-3 img {
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    #block-block-3 {
        display: none;
    }
    .footer-toggle-menu {
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        margin-bottom: 30px;
        position: relative;
    }
    .footer-toggle-menu span {
        border: 1px solid #003399;
        font-weight: 500;
        color: #003399;
        padding: 12px 10px;
        display: inline-block;
        background: transparent;
        box-shadow: none;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
        outline: none;
        width: 150px;
        position: relative;
        padding-right: 30px;
        height: 40px;
        line-height: 1;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .footer-toggle-menu span:after {
        background-image: url("../images/nav-arrow-blue.png");
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 15px;
        height: 15px;
        content: "";
        display: inline-block;
        position: absolute;
        right: 12px;
        vertical-align: middle;
    }
    .footer-menu {
        display: inline-block;
        min-width: 150px;
        background-color: #003399;
        -ms-border-radius: 0px 4px 4px 4px;
        -webkit-border-radius: 0px 4px 4px 4px;
        border-radius: 0px 4px 4px 4px;
        opacity: 0;
        visibility: hidden;
        display: none;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        width: 200px;
        position: absolute;
        z-index: 9;
        height: 286px;
        overflow-y: scroll;
    }
    .footer-menu li a {
        border-bottom: 1px solid white;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 14px;
        background-color: transparent;
        color: #FFFFFF;
    }
    .footer-menu li a:hover,
    .footer-menu li a:focus {
        background-color: #FFFFFF;
        color: #003399 !important;
    }
    .footer-toggle-menu.active {
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .footer-toggle-menu.active .footer-menu {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

.block-search {
    padding-bottom: 20px;
}

.block-search .form-search .input-group {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.block-search .form-search .input-group input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    width: auto;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.block-search .form-search .input-group input::-moz-placeholder {
    color: #D0D9EC;
    opacity: 1;
}

.block-search .form-search .input-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.block-search .form-search .input-group input:-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.block-search .form-search .input-group input::-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.block-search .form-search .input-group input:focus::-moz-placeholder {
    opacity: 1;
}

.block-search .form-search .input-group input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

.block-search .form-search .input-group input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

.block-search .form-search .input-group input:focus::-ms-input-placeholder {
    opacity: 1;
}

.block-search .form-search .input-group .input-group-btn {
    width: auto;
    padding-left: 15px;
}

.block-search .form-search .input-group .input-group-btn button {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    height: 48px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.block-search .form-search .input-group .input-group-btn button:hover,
.block-search .form-search .input-group .input-group-btn button:focus {
    background-color: #003399;
}

.main-filter {
    border-bottom: 1px solid #D0D9EC;
    border-top: 1px solid #D0D9EC;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 30px;
}

.main-filter a {
    color: #003399;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 20px;
}

.main-filter .is-checked {
    font-weight: 700;
}

#filters {
    text-align: center;
}

#filters button {
    background-color: transparent;
    color: #FF6600;
    font-size: 16px;
    text-transform: capitalize;
    border: none;
    -ms-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-right: 1px solid #002A7E;
    padding: 0 8px;
}

#filters button:last-child {
    border-right: none;
}

#filters .is-checked {
    color: #002A7E;
}

#filters:last-child {
    border-right: 0px solid #002A7E;
}

.grid-sizer {
    width: 25%;
}

@media screen and (max-width: 599px) {
    .grid-sizer {
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .grid-sizer {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid-sizer {
        width: 33.3333%;
    }
}

.grid {
    margin-top: 35px;
}

.grid .grid-item {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .grid .grid-item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 599px) {
    .grid .grid-item {
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .grid .grid-item {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid .grid-item {
        width: 33.3333%;
    }
}

.grid .grid-item .img-outter {
    width: 100%;
}

.grid .grid-item .img-outter img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.grid .grid-item .no-img .node-content-outter {
    background-color: #002a7e;
}

.grid .grid-item .no-img .node-content-outter h2 a {
    color: #FFFFFF;
}

.grid .grid-item .no-img .node-content-outter .event-on:before {
    margin-top: 155px;
}

.grid .grid-item .no-img.first .node-content-outter {
    width: 100%;
}

.grid .grid-item .no-img.first .node-content-outter .event-on:before {
    margin-top: 155px;
}

.grid .grid-item .no-img.news-type .show-award-with-title {
    background-image: url("../images/news-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    margin-top: 20px;
    height: 54px;
}

.grid .grid-item .no-img.analysis-type .show-video {
    background-image: url("../images/video-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    margin-top: 20px;
    height: 54px;
}

.grid .grid-item .no-img.analysis-type .show-media {
    background-image: url("../images/media-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    margin-top: 20px;
    height: 54px;
}

.grid .grid-item .news-type .img-outter {
    position: relative;
}

.grid .grid-item .news-type .img-outter .show-award {
    background-image: url("../images/news-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.grid .grid-item .news-type.no-img .node-content-outter .event-on:before {
    margin-top: 120px;
}

.grid .grid-item .analysis-type .img-outter {
    position: relative;
}

.grid .grid-item .analysis-type .img-outter .show-video {
    background-image: url("../images/video-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.grid .grid-item .analysis-type .img-outter {
    position: relative;
}

.grid .grid-item .analysis-type .img-outter .show-media {
    background-image: url("../images/media-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.grid .grid-item .publication-type {
    background-color: #E7ECF5;
}

.grid .grid-item .publication-type .img-outter {
    padding: 25px;
}

.grid .grid-item .node-content-outter {
    width: 100%;
    background-color: #E7ECF5;
    padding: 28px 26px 20px 26px;
}

.grid .grid-item .node-content-outter h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.grid .grid-item .node-content-outter h2 a {
    color: #003399;
    display: block;
}

.grid .grid-item .node-content-outter h2:hover,
.grid .grid-item .node-content-outter h2:focus {
    color: #FF6600;
}

.grid .grid-item .node-content-outter .event-on {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
}

.grid .grid-item .node-content-outter .event-on:before {
    content: "";
    margin-top: 60px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #B9C7E3;
}

.grid .grid-item .node-content-outter .event-term {
    color: #738FC7;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.grid .grid-item .node-content-outter .event-term:hover,
.grid .grid-item .node-content-outter .event-term:focus {
    border-bottom: 1px solid #FF6600;
}

.grid .grid-item .success-story-type {
    background-color: #001C54;
    padding: 28px 26px 20px;
}

.grid .grid-item .success-story-type .img-outter {
    width: 80px;
    height: 80px;
    border: 2px solid #FF6600;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    margin-bottom: 24px;
}

.grid .grid-item .success-story-type .img-outter img {
    width: 68px;
    height: 68px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.grid .grid-item .success-story-type .node-content-outter {
    background-color: transparent;
    padding: 0px;
}

.grid .grid-item .success-story-type .node-content-outter .student-info {
    padding-bottom: 30px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.grid .grid-item .success-story-type .node-content-outter .student-info .student-icon img {
    height: 26px;
    width: 26px;
}

.grid .grid-item .success-story-type .node-content-outter .student-info .student-wrapper {
    padding-left: 18px;
}

.grid .grid-item .success-story-type .node-content-outter .student-info .student-wrapper .student-name {
    font-size: 13px;
    color: #738FC7;
    font-weight: 600;
    margin: 0px;
}

.grid .grid-item .success-story-type .node-content-outter .student-info .student-wrapper .student-function {
    font-size: 12px;
    color: #738FC7;
    font-weight: 400;
    margin-bottom: 0px;
}

.grid .grid-item .success-story-type .node-content-outter .student-content .student-body {
    padding-bottom: 24px;
}

.grid .grid-item .success-story-type .node-content-outter .student-content .student-body p {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0px;
}

.grid .grid-item .success-story-type .node-content-outter .student-content .student-link {
    padding-bottom: 50px;
}

.grid .grid-item .success-story-type .node-content-outter .student-content .student-link a {
    text-decoration: none;
    color: #FF6600;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.grid .grid-item .success-story-type .node-content-outter .student-content .student-link a:hover,
.grid .grid-item .success-story-type .node-content-outter .student-content .student-link a:focus {
    border-bottom: 1px solid #FF6600;
}

.grid .grid-item .success-story-type .node-content-outter .event-term {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
}

.grid .grid-item .success-story-type .node-content-outter .event-term:before {
    content: "";
    margin-top: 0px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #B9C7E3;
}

.grid .first-fixed {
    width: 50%;
    margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
    .grid .first-fixed {
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .grid .first-fixed {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid .first-fixed {
        width: 66.6667%;
    }
}

.grid .first-fixed .first {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.grid .first-fixed .first::after,
.grid .first-fixed .first::before {
    content: " ";
    display: table;
    width: 0;
}

.grid .first-fixed .first::after {
    clear: both;
}

.grid .first-fixed .first .img-outter {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .grid .first-fixed .first .img-outter {
        width: 50%;
    }
}

.grid .first-fixed .first .img-outter img {
    width: 100%;
    height: 100%;
}

.grid .first-fixed .first .node-content-outter {
    padding: 25px;
    background-color: #001C54;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .grid .first-fixed .first .node-content-outter {
        width: 50%;
    }
}

.grid .first-fixed .first .node-content-outter h2 {
    margin: 0px;
    font-size: 26px;
    font-weight: 600;
    line-height: 25px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.grid .first-fixed .first .node-content-outter h2 a {
    color: #FFFFFF;
    display: block;
}

.grid .first-fixed .first .node-content-outter h2:hover,
.grid .first-fixed .first .node-content-outter h2:focus {
    color: #FF6600;
}

.grid .first-fixed .first .node-content-outter .event-on {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
}

.grid .first-fixed .first .node-content-outter .event-on:before {
    content: "";
    margin-top: 60px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #456AB4;
}

.grid .first-fixed .first .node-content-outter .event-term {
    color: #738FC7;
    font-size: 12px;
    font-weight: 500;
}

/*--------------Home Page Started--------------*/

.home-banner .flexslider {
    margin: 0px;
    border: none;
}

.home-banner .flexslider ul {
    margin: 0px;
    padding: 0px;
}

.home-banner .flexslider ul .front-banner-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 0 0 65%;
    margin-bottom: 200px;
}

@media screen and (max-width: 549px) {
    .home-banner .flexslider ul .front-banner-image {
        margin-bottom: 280px;
    }
}

@media screen and (min-width: 768px) {
    .home-banner .flexslider ul .front-banner-image {
        padding: 0 0 100%;
        min-height: 100vh;
        padding: 0px;
        margin-bottom: 0px;
    }
}

.home-banner .flexslider ul .front-banner-image:before {
    position: absolute;
    left: 0px;
    content: "";
    display: block;
    background: -moz-linear-gradient(140deg, rgba(0, 33, 98, 0.9) 0%, rgba(0, 51, 153, 0.27) 70%);
    background: -webkit-linear-gradient(140deg, rgba(0, 33, 98, 0.9) 0%, rgba(0, 51, 153, 0.27) 70%);
    background: linear-gradient(140deg, rgba(0, 33, 98, 0.9) 0%, rgba(0, 51, 153, 0.27) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6002162', endColorstr='#45003399', GradientType=1);
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .home-banner .flexslider ul .front-banner-image .front-banner-content {
        padding: 0 30px;
    }
}

@media screen and (min-width: 992px) {
    .home-banner .flexslider ul .front-banner-image .front-banner-content {
        padding: 0px 60px;
    }
}

@media screen and (max-width: 767px) {
    .home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner {
        width: 100%;
        position: absolute;
        top: 100%;
        background-color: #FFF;
        height: auto;
        padding: 0 20px;
        margin-top: 35px;
    }
}

@media screen and (min-width: 768px) {
    .home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner {
        width: 33.3333%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner h1 {
    color: #003399;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 45px;
}

@media screen and (min-width: 768px) {
    .home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner h1 {
        font-size: 46px;
        line-height: 60px;
        color: #FFFFFF;
    }
}

@media screen and (min-width: 992px) {
    .home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner h1 {
        font-size: 54px;
        line-height: 70px;
    }
}

.home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner p {
    font-size: 16px;
    font-weight: 400;
    color: #003399;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner p {
        color: #FFFFFF;
    }
}

.home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner .link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner .link a:hover,
.home-banner .flexslider ul .front-banner-image .front-banner-content .front-text-inner .link a:focus {
    background-color: #D73321;
}

@media screen and (max-width: 767px) {
    .home-banner .flexslider .flex-direction-nav {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .home-banner .flexslider .flex-direction-nav a {
        display: block;
        outline: none;
        opacity: 1;
        visibility: visible;
        height: 40px;
        width: 40px;
        background-color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 0px;
    }
    .home-banner .flexslider .flex-direction-nav a:before {
        font-size: 18px;
        color: #8ba2d0;
        line-height: 41px;
    }
    .home-banner .flexslider .flex-direction-nav a:hover,
    .home-banner .flexslider .flex-direction-nav a:focus {
        background-color: #003399;
    }
    .home-banner .flexslider .flex-direction-nav a:hover:before,
    .home-banner .flexslider .flex-direction-nav a:focus:before {
        color: #FFFFFF;
    }
    .home-banner .flexslider .flex-direction-nav .flex-prev {
        left: 10px;
        opacity: 1;
        visibility: visible;
    }
    .home-banner .flexslider .flex-direction-nav .flex-prev:hover,
    .home-banner .flexslider .flex-direction-nav .flex-prev:focus {
        opacity: 1;
    }
    .home-banner .flexslider .flex-direction-nav .flex-prev:hover:before,
    .home-banner .flexslider .flex-direction-nav .flex-prev:focus:before {
        color: #FFFFFF;
    }
    .home-banner .flexslider .flex-direction-nav .flex-next {
        right: 10px;
        opacity: 1;
        visibility: visible;
    }
    .home-banner .flexslider .flex-direction-nav .flex-next:hover,
    .home-banner .flexslider .flex-direction-nav .flex-next:focus {
        opacity: 1;
    }
    .home-banner .flexslider .flex-direction-nav .flex-next:hover:before,
    .home-banner .flexslider .flex-direction-nav .flex-next:focus:before {
        color: #FFFFFF;
    }
}

.home-banner .flexslider .flex-control-nav {
    display: none;
}

.front-study-ies {
    background-color: #E7ECF5;
    padding: 40px 0px;
}

@media screen and (min-width: 768px) {
    .front-study-ies {
        padding: 80px 0px;
    }
}

@media screen and (min-width: 768px) {
    .front-study-ies .block-views {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
}

.front-study-ies .education-taxonomy-image {
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .front-study-ies .education-taxonomy-image {
        padding-right: 20px;
        padding-left: 0px;
    }
}

.front-study-ies .education-taxonomy-image img {
    width: 100%;
}

.front-study-ies .education-taxonomy-content {
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .front-study-ies .education-taxonomy-content {
        padding-left: 20px;
        padding-right: 0px;
    }
}

.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 {
    border-bottom: 1px solid #B9C7E3;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a {
    color: #003399;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a {
        font-size: 22px;
    }
}

.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a:hover,
.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a:focus {
    color: #FF6600;
}

.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-footer {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-footer {
        margin-top: 60px;
    }
}

.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-footer a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-footer a:hover,
.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-footer a:focus {
    background-color: #D73321;
}

.masonary {
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    .masonary {
        padding: 70px 0px;
    }
}

.masonary h2.block-title {
    color: #001C54;
    margin: 0px;
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .masonary h2.block-title {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) {
    .masonary h2.block-title {
        font-size: 48px;
        line-height: 70px;
    }
}

.ies-research {
    background-color: #002A7E;
    padding: 40px 0px;
}

@media screen and (min-width: 768px) {
    .ies-research {
        padding: 70px 20px;
    }
}

@media screen and (min-width: 992px) {
    .ies-research {
        padding: 80px 30px;
    }
}

.ies-research h2 {
    color: #FFFFFF;
    margin: 0px;
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.team-body-outer .ies-research h2 {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .ies-research h2 {
        font-size: 40px;
        line-height: 60px;
        padding-bottom: 50px;
    }
    .team-body-outer .ies-research h2 {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) {
    .ies-research h2 {
        font-size: 48px;
        line-height: 70px;
    }
    .team-body-outer .ies-research h2 {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) {
    .ies-research .view-content {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
}

.ies-research .view-content .views-row {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .ies-research .view-content .views-row {
        width: 50%;
        padding: 0 20px;
    }
}

.ies-research .view-content .views-row .views-field-title {
    border-bottom: 1px solid #2E58AB;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ies-research .view-content .views-row .views-field-title a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
    display: block;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .ies-research .view-content .views-row .views-field-title a {
        font-size: 22px;
    }
}

.ies-research .view-content .views-row .views-field-title a:before {
    background: url("../images/orange-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 3px;
}

.ies-research .view-content .views-row .views-field-title:hover,
.ies-research .view-content .views-row .views-field-title:focus {
    color: #FF6600;
}

.ies-research .view-footer {
    margin-top: 35px;
    text-align: center;
}

.ies-research .view-footer a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ies-research .view-footer a:hover,
.ies-research .view-footer a:focus {
    background-color: #D73321;
}

.mailchimp {
    padding: 60px 0px 30px;
}

@media screen and (min-width: 768px) {
    .mailchimp {
        padding: 80px 0px;
    }
}

@media screen and (min-width: 768px) {
    .mailchimp .block-mailchimp-signup {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
}

.mailchimp .block-mailchimp-signup .mailchimp-left-image {
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .mailchimp .block-mailchimp-signup .mailchimp-left-image {
        padding-right: 20px;
        padding-left: 0px;
    }
}

.mailchimp .block-mailchimp-signup .mailchimp-content {
    padding: 0px;
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .mailchimp .block-mailchimp-signup .mailchimp-content {
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 0px;
    }
}

.mailchimp .block-mailchimp-signup .mailchimp-content h2 {
    color: #001C54;
    margin: 0px;
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
}

@media screen and (min-width: 768px) {
    .mailchimp .block-mailchimp-signup .mailchimp-content h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) {
    .mailchimp .block-mailchimp-signup .mailchimp-content h2 {
        font-size: 48px;
        line-height: 70px;
    }
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-signup-subscribe-form-description {
    color: #2E58AB;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 30px;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input::-moz-placeholder {
    color: #D0D9EC;
    opacity: 1;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input:-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input::-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input:focus::-moz-placeholder {
    opacity: 1;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input:focus::-ms-input-placeholder {
    opacity: 1;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .form-actions .btn {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .form-actions .btn:hover,
.mailchimp .block-mailchimp-signup .mailchimp-content .mailchimp-signup-subscribe-form .form-actions .btn:focus {
    background-color: #D73321;
}

.front .event-term {
    cursor: auto !important;
}

/*--------------Job View Page-------------*/

.job-ies-view-page {
    background-color: #e7ecf5;
    padding: 30px 0px 0px;
}

@media screen and (min-width: 992px) {
    .job-ies-view-page {
        padding: 40px 0px 0px;
    }
}

.job-ies-view-page h1 {
    color: #001C53;
    text-align: center;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .job-ies-view-page h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .job-ies-view-page h1 {
        font-size: 48px;
    }
}

.job-ies-view-page .view-jobs-at-ies {
    background-color: #FFFFFF;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .job-ies-view-page .view-jobs-at-ies {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .job-ies-view-page .view-jobs-at-ies {
        padding: 50px;
    }
}

.job-ies-view-page .view-jobs-at-ies .view-header {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .job-ies-view-page .view-jobs-at-ies .view-header {
        max-width: 700px;
        margin: 0px auto;
        padding-bottom: 40px;
    }
}

.job-ies-view-page .view-jobs-at-ies .view-header p {
    color: #2E58AB;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .job-ies-view-page .view-jobs-at-ies .view-header p {
        font-size: 22px;
    }
}

.job-ies-view-page .view-jobs-at-ies .view-content table thead tr th {
    font-size: 16px;
    color: #456AB4;
    font-weight: 600;
    border-bottom: none;
    border-bottom: 1px solid #B9C7E3;
}

.job-ies-view-page .view-jobs-at-ies .view-content table tbody tr {
    background-color: transparent;
}

.job-ies-view-page .view-jobs-at-ies .view-content table tbody tr .views-field-title {
    font-size: 18px;
    color: #003399;
    font-weight: 400;
    border-bottom: 1px solid #B9C7E3;
    border-top: none;
    padding-top: 20px;
}

.job-ies-view-page .view-jobs-at-ies .view-content table tbody tr .views-field-title a {
    text-decoration: none;
    color: #003399;
    display: inline-block;
    position: relative;
    padding-left: 45px;
}

.job-ies-view-page .view-jobs-at-ies .view-content table tbody tr .views-field-title a:before {
    background: url("../images/orange-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
}

.job-ies-view-page .view-jobs-at-ies .view-content table tbody tr .views-field-field-end-date {
    font-size: 14px;
    color: #456AB4;
    font-weight: 400;
    border-bottom: 1px solid #B9C7E3;
    border-top: none;
    padding-top: 20px;
}

/*--------------Job Deatil Page-------------*/

.job-ies-view-page-detail {
    background-color: #e7ecf5;
    padding: 30px 0px 0px;
}

@media screen and (min-width: 992px) {
    .job-ies-view-page-detail {
        padding: 40px 0px 0px;
    }
}

.job-ies-view-page-detail header {
    text-align: center;
}

.job-ies-view-page-detail header .job-category {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}

.job-ies-view-page-detail header h2 {
    color: #001C54;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 40px;
    margin: 0px;
}

.job-ies-view-page-detail header .job_deadline {
    color: #001C54;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

.job-ies-view-page-detail .node-main-content {
    background-color: #FFFFFF;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .job-ies-view-page-detail .node-main-content {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .job-ies-view-page-detail .node-main-content {
        padding: 50px;
    }
}

.job-ies-view-page-detail .node-main-content .field-name-field-intro-text {
    color: #456AB4;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 35px;
}

.job-ies-view-page-detail .node-main-content .field-name-body p {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}

.job-ies-view-page-detail .node-main-content ul {
    margin: 0px;
    padding: 0px;
    padding-bottom: 45px;
}

.job-ies-view-page-detail .node-main-content ul li {
    list-style: none;
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-left: 35px;
    position: relative;
    padding-bottom: 10px;
}

.job-ies-view-page-detail .node-main-content ul li:before {
    content: "";
    background-color: #FF6600;
    width: 8px;
    height: 8px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
}

.job-ies-view-page-detail .node-main-content h3 {
    color: #2E58AB;
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 35px;
}

.job-ies-view-page-detail .node-main-content .field-name-field-other-info p {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.job-ies-view-page-detail .node-main-content .field-name-field-other-info p a {
    color: #456AB4;
    text-decoration: none;
}

.job-ies-view-page-detail .node-main-content .field-name-field-downloads {
    padding-top: 25px;
}

.job-ies-view-page-detail .node-main-content .field-name-field-downloads a {
    text-decoration: none;
    font-size: 16px;
    color: #FF6600;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.job-ies-view-page-detail .node-main-content .field-name-field-downloads a:before {
    background-image: url("../images/orange-down.svg");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 33px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    border-bottom: 2px solid #FF6600;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    top: -5px;
}

.job-ies-view-page-detail .node-main-content .field-name-field-downloads a:hover,
.job-ies-view-page-detail .node-main-content .field-name-field-downloads a:focus {
    color: #001C54;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

/*--------------Job View Page-------------*/

.job-room-view-page-detail {
    background-color: #e7ecf5;
    padding: 30px 0px 0px;
}

@media screen and (min-width: 992px) {
    .job-room-view-page-detail {
        padding: 40px 0px 0px;
    }
}

.job-room-view-page-detail h1 {
    color: #001C54;
    text-align: center;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .job-room-view-page-detail h1 {
        font-size: 48px;
    }
}

.job-room-view-page-detail .node-main-content {
    background-color: #FFFFFF;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .job-room-view-page-detail .node-main-content {
        padding: 50px;
    }
}

.job-room-view-page-detail .node-main-content h3 {
    color: #001C54;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 40px;
    margin: 0px;
    text-align: center;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-carousel {
    margin: 0 -20px;
    width: auto;
    padding-bottom: 30px;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-carousel .owl-wrapper-outer {
    padding-bottom: 10px;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-carousel .owl-wrapper-outer .owl-item {
    padding: 0 20px;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-carousel .owl-wrapper-outer .owl-item .field-name-field-images {
    position: relative;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-carousel .owl-wrapper-outer .owl-item .field-name-field-images .field-item.even {
    position: relative;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-carousel .owl-wrapper-outer .owl-item .field-name-field-images .field-item.even:before {
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(225, 226, 228, 0) 14%, #2c333d 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(225, 226, 228, 0) 14%, #2c333d 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(225, 226, 228, 0) 14%, #2c333d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e02c333d', GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-carousel .owl-wrapper-outer .owl-item .field-name-field-title {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-carousel .owl-wrapper-outer .owl-item .field-name-field-title .field-item.even {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons {
    padding-top: 10px;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-next {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
    background-color: #FFFFFF;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    opacity: 1;
    text-align: center;
    padding: 0px;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: none;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-next:before {
    content: "\f105";
    font-size: 22px;
    font-weight: 600;
    color: #8BA2D0;
    line-height: 34px;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-next:hover,
.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-next:focus {
    background-color: #003399;
    border: 1px solid #003399;
    opacity: 1;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-next:hover:before,
.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-next:focus:before {
    color: #FFFFFF;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-prev {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
    background-color: #FFFFFF;
    width: 36px;
    border: 1px solid #D0D9EC;
    height: 36px;
    opacity: 1;
    text-align: center;
    padding: 0px;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: none;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-prev:before {
    content: "\f104";
    font-size: 22px;
    font-weight: 600;
    color: #8BA2D0;
    line-height: 34px;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-prev:hover,
.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-prev:focus {
    background-color: #003399;
    border: 1px solid #003399;
    opacity: 1;
}

.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-prev:hover:before,
.job-room-view-page-detail .node-main-content .conference-rooms-carousel .owl-buttons .owl-prev:focus:before {
    color: #FFFFFF;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .conference-rooms-table {
        padding-bottom: 45px;
    }
}

@media screen and (min-width: 992px) {
    .job-room-view-page-detail .node-main-content .conference-rooms-table {
        padding-bottom: 60px;
    }
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table thead tr {
    background-color: transparent;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table thead tr th {
    color: #456AB4;
    font-size: 16px;
    font-weight: 700;
    background-color: #E7ECF5;
    text-align: right;
    border-top: 1px solid #B9C7E3;
    border-bottom: 1px solid #B9C7E3;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table thead tr th:nth-child(even) {
    background-color: #F3F5FA;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table thead tr .views-field.views-field-field-title {
    text-align: left;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table tbody tr {
    background-color: transparent;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table tbody tr td {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    background-color: #E7ECF5;
    text-align: right;
    border-bottom: 1px solid #B9C7E3;
    border-top: none;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table tbody tr td:nth-child(even) {
    background-color: #F3F5FA;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table tbody tr .views-field.views-field-field-title {
    text-align: left;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .conference-resources-toggle,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .classrooms-resources-toggle,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .meeting-resources-toggle,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .conference-resources-toggle,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .classrooms-resources-toggle,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .meeting-resources-toggle,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .conference-resources-toggle,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .classrooms-resources-toggle,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .meeting-resources-toggle {
    position: relative;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .conference-resources-toggle:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .classrooms-resources-toggle:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .meeting-resources-toggle:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .conference-resources-toggle:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .classrooms-resources-toggle:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .meeting-resources-toggle:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .conference-resources-toggle:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .classrooms-resources-toggle:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .meeting-resources-toggle:before {
    background-image: url("../images/add.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 50px;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .conference-resources-toggle.active:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .classrooms-resources-toggle.active:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .conference-resources-outter .meeting-resources-toggle.active:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .conference-resources-toggle.active:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .classrooms-resources-toggle.active:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .classrooms-resources-outter .meeting-resources-toggle.active:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .conference-resources-toggle.active:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .classrooms-resources-toggle.active:before,
.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-outter .meeting-resources-toggle.active:before {
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-row {
    width: 100%;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-row td {
    padding: 0px;
    border-width: 0px;
    text-align: left;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-row .field-name-field-resources {
    width: 100%;
    background-color: #8ba2d0;
    border-top: 4px solid #B9C7E3;
    border-bottom: 4px solid #B9C7E3;
    padding: 40px 50px 25px;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-row .field-name-field-resources ul {
    margin: 0px;
    padding: 0px;
    column-count: 3;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-row .field-name-field-resources ul li {
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    padding-left: 18px;
    padding-bottom: 15px;
}

.job-room-view-page-detail .node-main-content .conference-rooms-table .views-table .meeting-resources-row .field-name-field-resources ul li:before {
    content: "";
    background-color: #FFFFFF;
    width: 7px;
    height: 7px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
}

.job-room-view-page-detail .node-main-content .reserve-rooms-section {
    background-color: #002A7E;
    padding: 30px 15px;
    text-align: center;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .reserve-rooms-section {
        padding: 30px 0px;
    }
}

.job-room-view-page-detail .node-main-content .reserve-rooms-section .views-field-field-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 25px;
}

.job-room-view-page-detail .node-main-content .reserve-rooms-section .views-field-field-sub-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.job-room-view-page-detail .node-main-content .reserve-rooms-section .views-field-field-link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.job-room-view-page-detail .node-main-content .reserve-rooms-section .views-field-field-link a:hover,
.job-room-view-page-detail .node-main-content .reserve-rooms-section .views-field-field-link a:focus {
    background-color: #D73321;
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section {
    padding: 30px 0px 30px;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .cancellation-policy-section {
        padding: 90px 0px 60px;
    }
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .field-name-field-title {
    color: #001C54;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .field-name-field-title {
        padding-bottom: 50px;
    }
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .field-name-field-sub-title {
    max-width: 700px;
    margin: 0px auto;
    padding-bottom: 40px;
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .field-name-field-sub-title .field-item {
    color: #2E58AB;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .field-name-field-sub-title .field-item {
        font-size: 22px;
    }
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .paragraphs-items-field-cancellation-costs {
    background-color: #E7ECF5;
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .paragraphs-items-field-cancellation-costs .field-label {
    color: #456AB4;
    font-size: 16px;
    font-weight: 700;
    padding: 16px;
    border-top: 1px solid #B9C7E3;
    border-bottom: 1px solid #B9C7E3;
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .paragraphs-items-field-cancellation-costs .content {
    border-bottom: 1px solid #B9C7E3;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .paragraphs-items-field-cancellation-costs .content {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    }
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .paragraphs-items-field-cancellation-costs .content .field-name-field-title {
    color: #456AB4;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 16px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .paragraphs-items-field-cancellation-costs .content .field-name-field-title {
        width: 40%;
    }
}

.job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .paragraphs-items-field-cancellation-costs .content .field-name-field-text {
    color: #456AB4;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    background-color: #f3f5fa;
    padding: 16px;
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .cancellation-policy-section .paragraphs-item-cancellation-policy .paragraphs-items-field-cancellation-costs .content .field-name-field-text {
        width: 60%;
    }
}

@media screen and (min-width: 768px) {
    .job-room-view-page-detail .node-main-content .meeting-rooms-section .owl-wrapper {
        width: 100% !important;
        display: flex !important;
        display: -moz-flex !important;
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        align-items: false;
        -webkit-align-items: false;
        -ms-align-items: false;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
    }
}

.conference-resources-content,
.classrooms-resources-content,
.meeting-resources-content {
    display: none;
}

.event-ies-view-page-detail {
    background-color: #e7ecf5;
    padding: 40px 0px 0px;
}

@media screen and (min-width: 992px) {
    .event-ies-view-page-detail {
        padding: 40px 0px 0px;
    }
}

.event-ies-view-page-detail h1 {
    max-width: 860px;
    margin: auto;
    line-height: 35px;
    color: #001C54;
    text-align: center;
    font-size: 26px;
    padding-bottom: 45px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail h1 {
        font-size: 30px;
        line-height: 50px;
    }
}

@media screen and (min-width: 992px) {
    .event-ies-view-page-detail h1 {
        font-size: 34px;
    }
}

.event-ies-view-page-detail .node-event-outter {
    background-color: #FFFFFF;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail .node-event-outter {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .event-ies-view-page-detail .node-event-outter {
        padding: 50px;
    }
}

.event-ies-view-page-detail .node-event-outter .event-date-outter {
    background-color: #002A7E;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail .node-event-outter .event-date-outter {
        padding: 40px;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
    }
}

.event-ies-view-page-detail .node-event-outter .event-date-outter .date-data {
    position: relative;
}

@media screen and (max-width: 767px) {
    .event-ies-view-page-detail .node-event-outter .event-date-outter .date-data {
        padding-bottom: 20px;
    }
}

.event-ies-view-page-detail .node-event-outter .event-date-outter .date-data:before {
    background-image: url("../images/calendar.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
}

.event-ies-view-page-detail .node-event-outter .event-date-outter .date-data .field-name-field-event-date {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 40px;
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail .node-event-outter .event-date-outter .date-data .field-name-field-event-date {
        padding-left: 50px;
    }
}

.event-ies-view-page-detail .node-event-outter .event-date-outter .date-data .field-name-field-venue {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 40px;
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail .node-event-outter .event-date-outter .date-data .field-name-field-venue {
        padding-left: 50px;
    }
}

.event-ies-view-page-detail .node-event-outter .event-date-outter .register-link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.event-ies-view-page-detail .node-event-outter .event-date-outter .register-link a:hover,
.event-ies-view-page-detail .node-event-outter .event-date-outter .register-link a:focus {
    background-color: #D73321;
}

.event-ies-view-page-detail .node-event-outter .node-event-intro {
    padding: 30px 0px 20px;
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail .node-event-outter .node-event-intro {
        padding: 50px 0px 60px;
    }
}

.event-ies-view-page-detail .node-event-outter .node-event-intro .field-name-field-intro-text {
    color: #456AB4;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail .node-event-outter .node-event-intro .field-name-field-intro-text {
        font-size: 20px;
    }
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider {
    margin: 0px;
    border: none;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider ul {
    margin: 0px;
    padding: 0px;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider ul li .views-field-field-images img {
    margin: 0 auto;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav a {
    display: block;
    outline: none;
    opacity: 1;
    visibility: visible;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav a:before {
    font-size: 18px;
    color: #8ba2d0;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav a:hover,
.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav a:focus {
    background-color: #003399;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav a:hover:before,
.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav a:focus:before {
    color: #FFFFFF;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
    visibility: visible;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav .flex-prev:hover,
.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav .flex-prev:focus {
    opacity: 1;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav .flex-next:hover,
.event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-direction-nav .flex-next:focus {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-control-nav {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-control-nav li a {
        width: 14px;
        height: 14px;
        background: #d0d9ec;
        box-shadow: none;
    }
    .event-ies-view-page-detail .node-event-outter .node-event-image .flexslider .flex-control-nav li .flex-active {
        background-color: #003399;
    }
}

.event-ies-view-page-detail .node-event-outter .bullet-section {
    padding: 30px 0px 0px;
}

@media screen and (min-width: 768px) {
    .event-ies-view-page-detail .node-event-outter .bullet-section {
        padding: 80px 0px 0px;
    }
}

.event-ies-view-page-detail .node-event-outter .bullet-section h3 {
    color: #2E58AB;
    font-size: 22px;
    font-weight: 400px;
    margin: 0px;
    padding-bottom: 30px;
}

.event-ies-view-page-detail .node-event-outter .bullet-section ul {
    margin: 0px;
    padding: 0px;
}

.event-ies-view-page-detail .node-event-outter .bullet-section ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    color: #456AB4;
    position: relative;
    padding-left: 18px;
    padding-bottom: 15px;
}

.event-ies-view-page-detail .node-event-outter .bullet-section ul li:before {
    content: "";
    background-color: #FF6600;
    width: 8px;
    height: 8px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
}

.node-event-body {
    padding: 25px 0px 0px;
}

@media screen and (min-width: 768px) {
    .node-event-body {
        padding: 70px 0px 0px;
    }
}

.node-event-body h2 {
    font-size: 28px;
    color: #001C54;
    margin: 0px;
    font-weight: 600;
    padding-bottom: 20px;
}

.node-event-body h3 {
    color: #2E58AB;
    font-size: 22px;
    font-weight: 400px;
    margin: 0px;
    padding-bottom: 30px;
}

.node-event-body p {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 20px;
}

.node-event-body p a {
    color: #FF6600;
    text-decoration: none;
}

.event-price {
    font-size: 18px;
    color: #456AB5;
    font-weight: 400;
}

.overview {
    text-align: center;
    padding: 40px 0px 20px;
}

@media screen and (min-width: 768px) {
    .overview {
        padding: 60px 0px 20px;
    }
}

.overview a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.overview a:hover,
.overview a:focus {
    background-color: #D73321;
}

.partners {
    padding: 30px 0px 0px;
}

@media screen and (min-width: 768px) {
    .partners {
        padding: 70px 0px 0px;
    }
}

.partners .partner-inner {
    border-top: 1px solid #D0D9EC;
    border-bottom: 1px solid #D0D9EC;
    padding: 30px 15px;
}

@media screen and (min-width: 768px) {
    .partners .partner-inner {
        padding: 80px 0px;
    }
}

.partners h2 {
    font-size: 28px;
    color: #001C54;
    text-align: center;
    margin: 0px;
    font-weight: 600;
}

.partners .owl-carousel {
    padding-top: 50px;
}

.partners .owl-carousel .owl-item {
    padding: 0 10px;
}

.partners .owl-carousel .owl-item .views-field-field-logo {
    border: 1px solid #B9C7E3;
    padding: 25px;
}

.partners .owl-carousel .owl-item .views-field-field-logo img {
    margin: 0 auto;
}

.partners .owl-carousel .owl-controls {
    margin-top: 20px;
}

.partners .owl-carousel .owl-controls .owl-pagination {
    display: none;
}

.partners .owl-carousel .owl-controls .owl-buttons {
    padding-top: 10px;
}

.partners .owl-carousel .owl-controls .owl-buttons .owl-next {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
    background-color: #FFFFFF;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    opacity: 1;
    text-align: center;
    padding: 0px;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: none;
}

.partners .owl-carousel .owl-controls .owl-buttons .owl-next:before {
    content: "\f105";
    font-size: 22px;
    font-weight: 600;
    color: #8BA2D0;
    line-height: 34px;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.partners .owl-carousel .owl-controls .owl-buttons .owl-next:hover,
.partners .owl-carousel .owl-controls .owl-buttons .owl-next:focus {
    background-color: #003399;
    border: 1px solid #003399;
    opacity: 1;
}

.partners .owl-carousel .owl-controls .owl-buttons .owl-next:hover:before,
.partners .owl-carousel .owl-controls .owl-buttons .owl-next:focus:before {
    color: #FFFFFF;
}

.partners .owl-carousel .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
    background-color: #FFFFFF;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    opacity: 1;
    text-align: center;
    padding: 0px;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: none;
}

.partners .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104";
    font-size: 22px;
    font-weight: 600;
    color: #8BA2D0;
    line-height: 34px;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.partners .owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.partners .owl-carousel .owl-controls .owl-buttons .owl-prev:focus {
    background-color: #003399;
    border: 1px solid #003399;
    opacity: 1;
}

.partners .owl-carousel .owl-controls .owl-buttons .owl-prev:hover:before,
.partners .owl-carousel .owl-controls .owl-buttons .owl-prev:focus:before {
    color: #FFFFFF;
}

.partners.content-centre .owl-wrapper {
    width: 100% !important;
    display: flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    align-items: false;
    -webkit-align-items: false;
    -ms-align-items: false;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

.share-this {
    text-align: center;
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    .share-this {
        padding: 50px 0px;
    }
}

.share-this a {
    padding: 0 8px;
}

.share-this a span {
    background-color: transparent !important;
}

.share-this a span svg path {
    fill: #003399;
}

.share-this p {
    color: #001C54;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
}

#block-custom-archive-events h2.block-title {
    color: #001C54;
    margin: 0px;
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #block-custom-archive-events h2.block-title {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) {
    #block-custom-archive-events h2.block-title {
        font-size: 48px;
        line-height: 70px;
    }
}

.webfrom h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .webfrom h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .webfrom h2 {
        font-size: 48px;
    }
}

.webfrom .webform-client-form {
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    .webfrom .webform-client-form {
        padding-top: 50px;
    }
}

.webfrom .webform-client-form .form-item label {
    color: #003398;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.webfrom .webform-client-form .form-item input.form-control {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
}

.webfrom .webform-client-form .form-item input.form-control::-moz-placeholder {
    color: #D0D9EC;
    opacity: 1;
}

.webfrom .webform-client-form .form-item input.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.webfrom .webform-client-form .form-item input.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.webfrom .webform-client-form .form-item input.form-control::-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

.webfrom .webform-client-form .form-item input.form-control:focus::-moz-placeholder {
    opacity: 1;
}

.webfrom .webform-client-form .form-item input.form-control:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

.webfrom .webform-client-form .form-item input.form-control:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

.webfrom .webform-client-form .form-item input.form-control:focus::-ms-input-placeholder {
    opacity: 1;
}

.webfrom .webform-client-form .form-item select {
    background-image: url("../images/select-arrow.svg") !important;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D0D9EC;
    box-shadow: none;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    color: #8BA2D0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
}

@media screen and (min-width: 1200px) {
    .webfrom .webform-client-form .form-item select {
        font-size: 16px;
    }
}

.webfrom .webform-client-form .form-actions button {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.webfrom .webform-client-form .form-actions button:hover,
.webfrom .webform-client-form .form-actions button:focus {
    background-color: #D73321;
}

#commerce-checkout-form-checkout {
    padding: 0px;
    max-width: 700px;
    margin: auto;
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    #commerce-checkout-form-checkout {
        padding: 70px 0px;
    }
}

#commerce-checkout-form-checkout .commerce_payment {
    background-color: transparent;
    border-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0px;
}

#commerce-checkout-form-checkout .commerce_payment .panel-heading {
    display: none;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body {
    padding: 0px;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body .form-item-commerce-payment-payment-method {
    margin: 0px;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body .form-item-commerce-payment-payment-method label {
    color: #456AB4;
    font-size: 18px;
    font-weight: 500;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    #commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .form-item label {
    color: #456AB4;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .form-item input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .commerce-credit-card-expiration {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .commerce-credit-card-expiration .form-item {
    display: inline-block;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .commerce-credit-card-expiration .form-item label {
    color: #456AB4;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .commerce-credit-card-expiration .form-item select {
    background-image: url("../images/select-arrow.svg") !important;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D0D9EC;
    box-shadow: none;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    color: #8BA2D0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
    width: 100px;
}

@media screen and (min-width: 768px) {
    #commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .commerce-credit-card-expiration .form-item select {
        width: 80px;
    }
}

@media screen and (min-width: 1200px) {
    #commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .commerce-credit-card-expiration .form-item select {
        font-size: 16px;
    }
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .commerce-credit-card-expiration .commerce-month-year-divider {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px 0 5px;
    padding-top: 24px;
    color: #456AB4;
    font-size: 18px;
    font-weight: 500;
}

#commerce-checkout-form-checkout .commerce_payment #edit-commerce-payment-body #payment-details .commerce-credit-card-expiration .form-item-commerce-payment-payment-details-credit-card-exp-year {
    margin-top: 3.8rem;
}

#commerce-checkout-form-checkout .checkout-buttons {
    background-color: transparent;
    border-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0px;
}

#commerce-checkout-form-checkout .checkout-buttons #edit-buttons-body {
    padding: 0px;
}

#commerce-checkout-form-checkout .checkout-buttons #edit-buttons-body button {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#commerce-checkout-form-checkout .checkout-buttons #edit-buttons-body button:hover,
#commerce-checkout-form-checkout .checkout-buttons #edit-buttons-body button:focus {
    background-color: #D73321;
}

#commerce-checkout-form-checkout .checkout-buttons #edit-buttons-body .button-operator {
    color: #456AB4;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
}

@media screen and (min-width: 768px) {
    #commerce-checkout-form-checkout .checkout-buttons #edit-buttons-body .button-operator {
        margin: 0px 10px 0 5px;
        font-size: 18px;
    }
}

.page-checkout .education-banner-outter .education-banner-bg {
    height: 500px;
}

.node-event-outter .webfrom {
    padding-top: 40px;
}

@media screen and (min-width: 1200px) {
    .node-event-outter .webfrom {
        padding-top: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .node-event-outter .webfrom {
        padding-top: 80px;
    }
}

.node-event-outter .partners h2 {
    padding-bottom: 30px;
}

.node-event-outter .partners .view .disabled {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*----------------Project Detail---------------*/

.project-ies-view-page-detail {
    background-color: #e7ecf5;
    padding: 40px 0px 0px;
}

@media screen and (min-width: 992px) {
    .project-ies-view-page-detail {
        padding: 40px 0px 0px;
    }
}

.project-ies-view-page-detail header .project-period {
    text-align: center;
    font-size: 16px;
    color: #456AB4;
    padding-bottom: 20px;
}

.project-ies-view-page-detail header h2 {
    max-width: 950px;
    margin: auto;
    line-height: 35px;
    color: #001C54;
    text-align: center;
    font-size: 26px;
    padding-bottom: 45px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .project-ies-view-page-detail header h2 {
        font-size: 30px;
        line-height: 50px;
    }
}

@media screen and (min-width: 992px) {
    .project-ies-view-page-detail header h2 {
        font-size: 34px;
    }
}

.project-ies-view-page-detail header .project-logo {
    text-align: center;
}

.project-ies-view-page-detail header .project-logo .field-name-field-logo {
    background-color: #FFF;
    display: inline-block;
    padding: 25px 40px;
}

.project-ies-view-page-detail header .project-logo .field-name-field-logo img {
    margin: 0px auto;
}

.project-ies-view-page-detail .node-main-content {
    background-color: #FFFFFF;
    padding: 20px;
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .project-ies-view-page-detail .node-main-content {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .project-ies-view-page-detail .node-main-content {
        padding: 50px;
    }
}

.project-ies-view-page-detail .node-main-content .node-event-intro p {
    font-size: 20px;
    color: #456AB4;
    font-weight: 500;
    padding-bottom: 60px;
}

.funded-by {
    padding: 70px 0px 10px;
}

.funded-by h2 {
    color: #001C54;
    margin: 0px;
    font-size: 28px;
    padding-bottom: 40px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.funded-by .view-content {
    width: 100% !important;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: false;
    -webkit-align-items: false;
    -ms-align-items: false;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

@media screen and (max-width: 767px) {
    .funded-by .view-content {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

.funded-by .view-content .views-row {
    border: 1px solid #B9C7E3;
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

@media screen and (max-width: 767px) {
    .funded-by .view-content .views-row {
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
    }
}

@media screen and (min-width: 768px) {
    .funded-by .view-content .views-row {
        width: 50%;
        margin: 0px 13px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .funded-by .view-content .views-row {
        width: 25%;
    }
}

.funded-by .view-content .views-row .views-field-title {
    color: #456AB4;
    font-size: 14px;
    font-weight: 400;
}

.funded-by .view-content .views-row .views-field-field-image {
    max-width: 80px;
}

/*----------------Project Overview---------------*/

.project-overview h1 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .project-overview h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .project-overview h1 {
        font-size: 48px;
    }
}

.project-overview #filters button {
    border: none;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 400;
    color: #2E58AB;
}

.project-overview #filters .is-checked {
    font-weight: 700;
}

.project-overview .grid .grid-item:nth-child(odd) .node-content-outter {
    background-color: #003399;
}

.project-overview .grid .grid-item:nth-child(even) .node-content-outter {
    background-color: #001C54;
}

.project-overview .grid .grid-item h2 {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #82CDFF;
}

.project-overview .grid .grid-item h2 a {
    color: #82CDFF !important;
    text-decoration: none;
}

.project-overview .grid .grid-item .period-date {
    font-size: 12px;
    color: #82CDFF;
    font-weight: 400;
}

.project-overview .grid .grid-item .period-date:before {
    content: "";
    margin-top: 90px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #82CDFF;
}

.project-overview .grid .grid-item .period-date span {
    display: block;
    font-weight: 500;
}

.project-overview .grid .grid-item .project-founded {
    font-size: 12px;
    color: #82CDFF;
    font-weight: 400;
}

.project-overview .grid .grid-item .project-founded:before {
    content: "";
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #82CDFF;
}

.project-overview .grid .grid-item .success-story-type .node-content-outter {
    background-color: transparent;
}

.search-outter {
    border-bottom: 1px solid #D0D9EC;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.search-outter p {
    text-align: center;
    font-size: 22px;
    color: #2E58AB;
    font-weight: 400;
    padding-bottom: 15px;
}

.search-outter input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    width: 100%;
    padding: 6px 20px;
}

@media screen and (max-width: 767px) {
    .project-ies-view-page-detail .phd-graduates {
        padding: 30px 0px 0px;
    }
}

.project-ies-view-page-detail .phd-graduates .phd-graduates-inner {
    border-top: 1px solid #D0D9EC;
    border-bottom: 1px solid #D0D9EC;
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    .project-ies-view-page-detail .phd-graduates .phd-graduates-inner {
        padding: 80px 0px;
    }
}

.node-project .node-event-body {
    padding: 15px 0 30px;
}

@media screen and (min-width: 768px) {
    .node-project .node-event-body {
        padding: 0 0 70px;
    }
}

@media screen and (max-width: 767px) {
    .node-project .ies-research {
        padding: 40px 15px;
    }
}

.project-overview .masonary {
    padding: 0 0 30px;
}

@media screen and (min-width: 768px) {
    .project-overview .masonary {
        padding: 0 0 70px;
    }
}

header.header-title-page {
    position: relative;
    padding-top: 60px;
}

header.header-title-page h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
}

@media screen and (max-width: 767px) {
    header.header-title-page h2 {
        top: 15px;
        max-width: 12em;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 639px) {
    header.header-title-page h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    header.header-title-page h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 359px) {
    header.header-title-page h2 {
        font-size: 26px;
    }
}

@media screen and (min-width: 992px) {
    header.header-title-page h2 {
        top: 15px;
        font-size: 44px;
    }
}

@media screen and (min-width: 1200px) {
    header.header-title-page h2 {
        top: 32px;
        font-size: 48px;
    }
}

/*-------------Education 1st Page----------------*/

.education-banner-outter .education-banner-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 20% 0px;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1200px) {
    .education-banner-outter .education-banner-bg {
        height: 600px;
        padding: 0px;
    }
}

.education-banner-outter .education-banner-bg:before {
    position: absolute;
    left: 0px;
    content: "";
    display: block;
    background: -moz-linear-gradient(140deg, rgba(0, 33, 98, 0.9) 0%, rgba(0, 51, 153, 0.27) 70%);
    background: -webkit-linear-gradient(140deg, rgba(0, 33, 98, 0.9) 0%, rgba(0, 51, 153, 0.27) 70%);
    background: linear-gradient(140deg, rgba(0, 33, 98, 0.9) 0%, rgba(0, 51, 153, 0.27) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6002162', endColorstr='#45003399', GradientType=1);
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: -1;
}

@media screen and (min-width: 1200px) {
    .education-banner-outter .education-banner-bg .education-banner-info {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
}

.education-banner-outter .education-banner-bg .education-banner-info .education-banner-title {
    width: 100%;
}

.education-banner-outter .education-banner-bg .education-banner-info .education-banner-title h1 {
    max-width: 700px;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 400;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .education-banner-outter .education-banner-bg .education-banner-info .education-banner-title h1 {
        font-size: 46px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) {
    .education-banner-outter .education-banner-bg .education-banner-info .education-banner-title h1 {
        font-size: 54px;
        line-height: 70px;
    }
}

.education-banner-outter .education-banner-bg .education-banner-info .education-banner-link {
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .education-banner-outter .education-banner-bg .education-banner-info .education-banner-link {
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) {
    .education-banner-outter .education-banner-bg .education-banner-info .banner-link-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        max-width: 550px;
        margin: auto !important;
        padding-top: 15px;
    }
    .education-banner-outter .education-banner-bg .education-banner-info .education-banner-link {
        padding: 0 15px;
    }
}

.education-banner-outter .education-banner-bg .education-banner-info .education-banner-link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
}

.education-banner-outter .education-banner-bg .education-banner-info .education-banner-link a:hover,
.education-banner-outter .education-banner-bg .education-banner-info .education-banner-link a:focus {
    background-color: #D73321;
}

.education-question-section {
    background-color: #E7ECF5;
    text-align: center;
    padding: 50px 15px;
}

.education-question-section h2.question-alumni-label {
    color: #001C54;
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 20px;
}

.education-question-section .question-alumni-intro {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    max-width: 950px;
    margin: auto;
    padding-bottom: 20px;
}

.education-question-section .question-alumni-person {
    padding-bottom: 35px;
}

.education-question-section .question-alumni-person .alumni-name-email {
    display: inline-block;
}

.education-question-section .question-alumni-person .alumni-name-email a {
    color: #FF6600;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}

.education-question-section .question-alumni-person .alumni-year {
    display: inline-block;
    color: #456AB4;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
}

.education-question-section .question-alumni-contact .question-get-in-tel {
    display: inline-block;
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
}

.education-question-section .question-alumni-contact a {
    color: #FF6600;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}

.education-question-section .field-name-field-link {
    margin-top: 30px;
}

.education-question-section .field-name-field-link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.education-question-section .field-name-field-link a:hover,
.education-question-section .field-name-field-link a:focus {
    background-color: #D73321;
}

.education-accordion-section {
    padding: 40px 0px 10px;
}

@media screen and (min-width: 768px) {
    .education-accordion-section {
        padding: 70px 0px 0px;
    }
}

.education-accordion-section .content {
    border-bottom: 1px solid #D0D9EC;
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .education-accordion-section .content {
        padding-bottom: 100px;
    }
}

.education-accordion-section .content .accordion-title {
    color: #001C54;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.education-accordion-section .content .accordion-into {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-top: 25px;
}

@media screen and (min-width: 768px) {
    .education-accordion-section .content .accordion-into {
        padding-top: 50px;
    }
}

.education-accordion-section .content .accordion-into .field-name-field-intro-text table {
    width: 100% !important;
}
@media screen and (min-width: 768px) {
    .education-accordion-section .content .accordion-into .field-name-field-intro-text table tbody {
        margin-bottom: 20px;
    }
    .yout-wrap {
        padding: 0px 20px;
    }
}
@media screen and (min-width: 992px) {
    .yout-wrap {
        padding: 0px 30px;
    }
}
@media screen and (min-width: 1200px) {
    .yout-wrap {
        padding: 0px 40px;
    }
}
.education-accordion-section .content .accordion-into h2 {
    color: #2E58AB;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 25px;
    margin: 0px;
}

.education-accordion-section:last-child .content {
    border-bottom: none;
}

.accordion-show {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #FF6600;
    font-weight: 500;
    position: relative;
    padding-top: 25px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 768px) {
    .accordion-show {
        padding-top: 50px;
    }
}

.accordion-show:after {
    width: 36px;
    height: 36px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FF6600;
    background-image: url("../images/add-white.svg");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 36px;
    content: "";
    display: block;
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
    bottom: -60px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.accordion-body h2 {
    color: #2E58AB;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 25px;
    margin: 0px;
}

.accordion-body h3 {
    color: #456AB4;
    font-size: 16px;
    font-weight: 600;
    padding-top: 25px;
    margin: 0px;
}

.accordion-body h4 {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-top: 25px;
    margin: 0px;
}

.accordion-body ul {
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
}

.accordion-body ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    color: #456AB4;
    position: relative;
    padding-left: 18px;
    padding-bottom: 20px;
}

.accordion-body ul li a {
    color: #456AB4;
    text-decoration: none;
}

.accordion-body ul li:before {
    content: "";
    background-color: #FF6600;
    width: 8px;
    height: 8px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
}

.accordion-body p {
    font-size: 16px;
    color: #456AB4;
    font-weight: 400;
}

.accordion-less {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #FF6600;
    font-weight: 500;
    position: relative;
    padding-top: 25px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 768px) {
    .accordion-less {
        padding-top: 50px;
    }
}

.accordion-less:after {
    width: 36px;
    height: 36px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FF6600;
    background-image: url("../images/cross-white.svg");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 36px;
    content: "";
    display: block;
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
    bottom: -60px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.accordion-body,
.accordion-less {
    display: none;
}

.education-success-story {
    background-color: #003399;
    padding: 25px 0px;
}

@media screen and (min-width: 768px) {
    .education-success-story {
        padding: 40px 0px;
    }
}

.education-success-story h2 {
    color: #FFFFFF;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .education-success-story h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .education-success-story h2 {
        font-size: 48px;
    }
}

.education-success-story .flexslider {
    margin: 0px;
    background: transparent;
    border: none;
    position: relative;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.education-success-story .flexslider ul.slides .views-field-body {
    max-width: 950px;
    margin: 0 auto;
    background-color: #2E58AB;
    padding: 20px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .education-success-story .flexslider ul.slides .views-field-body {
        padding: 40px;
    }
}

.education-success-story .flexslider ul.slides .views-field-body:after {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #2E58AB;
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .education-success-story .flexslider ul.slides .views-field-body:after {
        border-left: 80px solid transparent;
        border-right: 80px solid transparent;
        border-top: 62px solid #2E58AB;
    }
}

.education-success-story .flexslider ul.slides .views-field-body p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.education-success-story .flexslider ul.slides .story-img {
    width: 80px;
    height: 80px;
    border: 1px solid #FF6600;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .education-success-story .flexslider ul.slides .story-img {
        margin-top: 80px;
    }
}

.education-success-story .flexslider ul.slides .story-img img {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    max-width: 100px;
    margin: 0 auto;
}

.education-success-story .flexslider ul.slides .views-field-title {
    text-align: center;
    margin-top: 15px;
    color: #FF6600;
}

.education-success-story .flexslider ul.slides .views-field-title a {
    text-decoration: none;
    color: #738FC7;
    font-weight: 600;
    font-size: 16px;
}

.education-success-story .flexslider ul.slides .views-field-title a:hover,
.education-success-story .flexslider ul.slides .views-field-title a:focus {
    color: #FF6600;
}

.education-success-story .flexslider ul.slides .views-field-field-function {
    color: #738FC7;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
}

.education-success-story .flexslider .flex-direction-nav {
    display: none;
}

.education-success-story .flexslider .flex-control-nav {
    position: static;
    margin-top: 35px;
}

.education-success-story .flexslider .flex-control-nav a {
    width: 14px;
    height: 14px;
    display: block;
    background: transparent;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #D0D9EC;
}

.education-success-story .flexslider .flex-control-nav .flex-active {
    background-color: #D0D9EC;
}

.no-border .content {
    border-bottom: none;
}

.border-up {
    padding: 0px;
}

.border-up .content {
    padding: 40px 15px 40px;
    border-top: 1px solid #D0D9EC;
}

@media screen and (min-width: 768px) {
    .border-up .content {
        padding: 70px 0px 70px;
    }
}

.related-education {
    padding: 50px 0px 20px;
}

@media screen and (min-width: 768px) {
    .related-education {
        padding: 80px 0px;
    }
}

.related-education h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .related-education h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .related-education h2 {
        font-size: 48px;
    }
}

.related-education .view-related-education .view-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.related-education .view-related-education .view-content .views-row {
    background-color: #FFFFFF;
    border: 1px solid #D0D9EC;
    padding: 30px;
    width: 100%;
    margin: auto;
    cursor: pointer;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 768px) {
    .related-education .view-related-education .view-content .views-row {
        width: 25%;
    }
}

.related-education .view-related-education .view-content .views-row .views-field-title a {
    color: #003399;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}

.related-education .view-related-education .view-content .views-row .views-field-title a:after {
    background: url("../images/orange-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    content: "";
    display: block;
    margin-top: 30px;
}

.related-education .view-related-education .view-content .views-row:hover,
.related-education .view-related-education .view-content .views-row:focus {
    background-color: #E7ECF5;
}

.content-centre {
    padding: 0px;
}

/*-------------Education 2nd Page----------------*/

.education-banner {
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .education-banner {
        padding-bottom: 80px;
    }
}

.education-banner img {
    max-width: 100%;
    display: block;
    height: auto;
}

.education-with-term {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .education-with-term {
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 768px) {
    .education-with-term .view-content {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -10px;
    }
}

.education-with-term .view-content .education-group {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .education-with-term .view-content .education-group {
        width: 50%;
        padding: 0 10px;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}

.education-with-term .view-content .education-group .education-group-inner {
    width: 100%;
    background-color: #E7ECF5;
}

.education-with-term .view-content .education-group .education-group-inner h3 {
    color: #FFFFFF;
    background-color: #1745A2;
    font-weight: 500;
    font-size: 22px;
    padding: 15px 18px;
    margin: 0px;
}

@media screen and (min-width: 768px) {
    .education-with-term .view-content .education-group .education-group-inner h3 {
        font-size: 18px;
        padding: 15px 30px;
    }
}

@media screen and (min-width: 992px) {
    .education-with-term .view-content .education-group .education-group-inner h3 {
        font-size: 26px;
    }
}

.education-with-term .view-content .education-group .education-group-inner .education-title-inner {
    padding: 15px;
}

@media screen and (min-width: 768px) {
    .education-with-term .view-content .education-group .education-group-inner .education-title-inner {
        padding: 20px;
    }
}

@media screen and (min-width: 992px) {
    .education-with-term .view-content .education-group .education-group-inner .education-title-inner {
        padding: 30px;
    }
}

.education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title {
    padding-bottom: 15px;
    color: transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a {
    color: #003399;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 45px;
    text-decoration: none;
    padding-bottom: 5px;
    display: block;
}

@media screen and (min-width: 768px) {
    .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a {
        font-size: 18px;
    }
}

.education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a:before {
    background: url("../images/orange-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
}

.education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title:hover,
.education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title:focus {
    color: #FF6600;
}

.education-alumni {
    background-color: #E7ECF5;
    padding: 50px 0px;
}

@media screen and (min-width: 768px) {
    .education-alumni {
        padding: 120px 0px;
    }
}

.education-alumni .education-alumni-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

@media screen and (min-width: 768px) {
    .education-alumni .education-alumni-inner .education-alumni-left {
        padding-right: 15px;
    }
}

.education-alumni .education-alumni-inner .education-alumni-left img {
    width: 100%;
}

.education-alumni .education-alumni-inner .education-alumni-right {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .education-alumni .education-alumni-inner .education-alumni-right {
        padding-left: 15px;
        margin-top: 0px;
    }
}

.education-alumni .education-alumni-inner .education-alumni-right h3 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .education-alumni .education-alumni-inner .education-alumni-right h3 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .education-alumni .education-alumni-inner .education-alumni-right h3 {
        font-size: 48px;
    }
}

.education-alumni .education-alumni-inner .education-alumni-right .alumni-sub-text {
    font-size: 22px;
    font-weight: 400;
    color: #2E58AB;
    max-width: 500px;
}

.education-alumni .education-alumni-inner .education-alumni-right .alunmi-link {
    margin-top: 40px;
}

.education-alumni .education-alumni-inner .education-alumni-right .alunmi-link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.education-alumni .education-alumni-inner .education-alumni-right .alunmi-link a:hover,
.education-alumni .education-alumni-inner .education-alumni-right .alunmi-link a:focus {
    background-color: #D73321;
}

.masonary h2.block-title {
    color: #001C54;
    text-align: center;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 30px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .masonary h2.block-title {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .masonary h2.block-title {
        font-size: 48px;
    }
}

.phd-graduates {
    padding: 40px 0px;
}

@media screen and (min-width: 768px) {
    .phd-graduates {
        padding: 70px 0px;
    }
}

.phd-graduates h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .phd-graduates h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .phd-graduates h2 {
        font-size: 48px;
    }
}

.phd-graduates p {
    font-size: 22px;
    text-align: center;
    color: #2E58AB;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.phd-graduates .view {
    width: 100%;
    display: inline-block;
    clear: both;
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .phd-graduates .view {
        padding-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .phd-graduates .view .owl-carousel {
        margin: 0 -7px;
    }
}

@media screen and (min-width: 768px) {
    .phd-graduates .view .owl-carousel .owl-item,
    .phd-graduates .view .owl-carousel .item-0 {
        padding: 0 7px;
    }
}

.team-section .team-masonary .grid-item .phd-outter,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter {
    background-color: #F3F5FA;
    border: 1px solid #B9C7E3;
    padding: 30px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    min-height: 340px;
}

.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter .pdh-team,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter .pdh-team {
    width: 142px;
    height: 142px;
    border: 1px solid #B9C7E3;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter .pdh-team img,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter .pdh-team img {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    max-width: 140px;
    margin: 0 auto;
}

.team-section .team-masonary .grid-item .phd-outter .phd-title,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter .phd-title,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter .phd-title {
    text-align: center;
    padding-top: 40px;
    min-height: 90px;
}

.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter .phd-title a,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter .phd-title a {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter .phd-title a:hover,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter .phd-title a:focus,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter .phd-title a:hover,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter .phd-title a:focus {
    color: #FF6600;
}

.team-section .team-masonary .grid-item .phd-outter .phd-title a span.full-name,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter .phd-title span.full-name,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter .phd-title span.full-name {
    display: block;
    color: #456AB4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.team-section .team-masonary .grid-item .phd-outter .phd-title span.subteam-title,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter .phd-title span.subteam-title,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter .phd-title span.subteam-title {
    display: block;
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter:hover,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter:focus,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter:hover,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter:focus {
    background-color: #FF6600;
    border: 1px solid #FF6600;
}

.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter:hover .pdh-team,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter:focus .pdh-team,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter:hover .pdh-team,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter:focus .pdh-team {
    border: 1px solid #FFF;
}

.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter:hover .phd-title a,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter:focus .phd-title a,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter:hover .phd-title a,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter:focus .phd-title a {
    color: #FFFFFF;
}

.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter:hover .phd-title span,
.phd-graduates .view .owl-carousel .owl-item .field-content .phd-outter:focus .phd-title span,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter:hover .phd-title span,
.phd-graduates .view .owl-carousel .item-0 .field-content .phd-outter:focus .phd-title span {
    color: #FFFFFF;
}

.phd-graduates .view .owl-carousel .owl-buttons {
    display: none;
}

.phd-graduates .view .owl-carousel .owl-pagination {
    padding-top: 25px;
}

.phd-graduates .view .owl-carousel .owl-pagination .owl-page .owl-numbers {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 600;
    background-color: #FFFFFF;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    line-height: 36px;
    opacity: 1;
    text-align: center;
    padding: 0px;
    color: #8BA2D0;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: none;
}

.phd-graduates .view .owl-carousel .owl-pagination .owl-page .owl-numbers:hover,
.phd-graduates .view .owl-carousel .owl-pagination .owl-page .owl-numbers:focus {
    background-color: #003399;
    border: 1px solid #003399;
    opacity: 1;
    color: #FFFFFF;
}

.student_day {
    padding: 40px 0px;
    background-color: #e7ecf5;
}

@media screen and (min-width: 768px) {
    .student_day {
        padding: 70px 0px;
    }
}

.student_day h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .student_day h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .student_day h2 {
        font-size: 48px;
    }
}

.student_day p {
    font-size: 18px;
    text-align: center;
    color: #2E58AB;
    font-weight: 400;
}

.student_day .student_button {
    text-align: center;
    margin-top: 20px;
}

.student_day .student_button a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

.student_day .student_button a:hover,
.student_day .student_button a:focus {
    background-color: #D73321;
}

.student_day .student_button a:hover,
.student_day .student_button a:focus {
    text-decoration: none;
}

.phd-graduates {
    padding: 40px 0px;
    width: 100%;
    clear: both;
}

@media screen and (min-width: 768px) {
    .phd-graduates {
        padding: 70px 0px;
    }
}

.phd-graduates h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .phd-graduates h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .phd-graduates h2 {
        font-size: 48px;
    }
}

.phd-graduates p {
    font-size: 22px;
    text-align: center;
    color: #2E58AB;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.phd-graduates .view {
    width: 100%;
    display: inline-block;
    clear: both;
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .phd-graduates .view {
        padding-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .phd-graduates .view .disabled {
        margin: 0 -7px;
    }
}

.phd-graduates .view .disabled .item-even,
.phd-graduates .view .disabled .item-odd {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .phd-graduates .view .disabled .item-even,
    .phd-graduates .view .disabled .item-odd {
        padding: 0 7px;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .node-type-research  .phd-graduates .view-researchers .disabled .item-even,
    .node-type-research  .phd-graduates .view-researchers .disabled .item-odd {
        padding: 0px !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 992px) {
    .phd-graduates .view .disabled .item-even,
    .phd-graduates .view .disabled .item-odd {
        width: 25%;
    }
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter {
    background-color: #F3F5FA;
    border: 1px solid #B9C7E3;
    padding: 30px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter .pdh-team,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter .pdh-team {
    width: 142px;
    height: 142px;
    border: 1px solid #B9C7E3;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter .pdh-team img,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter .pdh-team img {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    max-width: 140px;
    margin: 0 auto;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter .phd-title,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter .phd-title {
    text-align: center;
    padding-top: 40px;
    min-height: 90px;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter .phd-title a,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter .phd-title a {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter .phd-title a:hover,
.phd-graduates .view .disabled .item-even .field-content .phd-outter .phd-title a:focus,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter .phd-title a:hover,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter .phd-title a:focus {
    color: #FF6600;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter .phd-title span.full-name,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter .phd-title span.full-name {
    display: block;
    color: #456AB4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.phd-graduates .view .disabled .item-even .field-content .phd-outter .phd-title span.subteam-title,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter .phd-title span.subteam-title {
    display: block;
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter:hover,
.phd-graduates .view .disabled .item-even .field-content .phd-outter:focus,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter:hover,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter:focus {
    background-color: #FF6600;
    border: 1px solid #FF6600;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter:hover .pdh-team,
.phd-graduates .view .disabled .item-even .field-content .phd-outter:focus .pdh-team,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter:hover .pdh-team,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter:focus .pdh-team {
    border: 1px solid #FFF;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter:hover .phd-title a,
.phd-graduates .view .disabled .item-even .field-content .phd-outter:focus .phd-title a,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter:hover .phd-title a,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter:focus .phd-title a {
    color: #FFFFFF;
}

.phd-graduates .view .disabled .item-even .field-content .phd-outter:hover .phd-title span,
.phd-graduates .view .disabled .item-even .field-content .phd-outter:focus .phd-title span,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter:hover .phd-title span,
.phd-graduates .view .disabled .item-odd .field-content .phd-outter:focus .phd-title span {
    color: #FFFFFF;
}

/*-------------Education Page Form----------------*/

.global-search {
    padding: 35px 0px 60px;
}

.global-search #views-exposed-form-global-search-page {
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    .global-search #views-exposed-form-global-search-page {
        padding: 40px 0px;
    }
}

@media screen and (min-width: 768px) {
    .global-search #views-exposed-form-global-search-page .views-exposed-widgets {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -7px;
    }
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper {
        width: 33.3333%;
        padding: 0 7px;
    }
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input::-moz-placeholder {
    color: #8BA2D0;
    opacity: 1;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input::-webkit-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input:-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input::-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input:focus::-moz-placeholder {
    opacity: 1;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input:focus::-ms-input-placeholder {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .global-search #views-exposed-form-global-search-page .views-exposed-widgets #edit-combine-1-wrapper input {
        font-size: 16px;
    }
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-widget-sort-order {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-widget-sort-order {
        width: 33.3333%;
        padding: 0 7px;
    }
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-widget-sort-order select {
    background-image: url("../images/select-arrow.svg") !important;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D0D9EC;
    box-shadow: none;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    color: #8BA2D0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
}

@media screen and (min-width: 1200px) {
    .global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-widget-sort-order select {
        font-size: 16px;
    }
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button {
    width: 100%;
    height: 48px;
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button {
        width: 33.3333%;
    }
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button button {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
    width: 100%;
    height: 48px;
    margin-top: 1.6em !important;
}

.global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button button:hover,
.global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button button:focus {
    background-color: #D73321;
}

@media screen and (min-width: 1200px) {
    .global-search #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button button {
        font-size: 16px;
    }
}

.global-search #edit-combine-wrapper,
.global-search .views-widget-sort-by {
    display: none;
}

.global-search .view-global-search .views-field-title {
    padding-bottom: 20px;
}

.global-search .view-global-search .views-field-title a {
    color: #002A7E;
    line-height: 35px;
    color: #001C54;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.global-search .view-global-search .views-field-title a:hover,
.global-search .view-global-search .views-field-title a:focus {
    color: #D73321;
}

@media screen and (min-width: 768px) {
    .global-search .view-global-search .views-field-title a {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .global-search .view-global-search .views-field-title a {
        font-size: 26px;
    }
}

.global-search .view-global-search .views-field-body h2 {
    font-size: 28px;
    color: #001C54;
    margin: 0px;
    font-weight: 600;
    padding-bottom: 20px;
}

.global-search .view-global-search .views-field-body p {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 15px;
}

.global-search .view-global-search .views-field-body h5 {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 15px;
}

.global-search .view-global-search .views-field-field-intro-text p {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 20px;
}

/*---------------Resesarch Detail---------------*/

.node-type-research .education-banner-outter .education-banner-bg {
    background-position: center;
}

.node-type-research .education-accordion-section {
    background-color: #E7ECF5;
    padding: 40px 0px 10px;
}

.node-type-research .education-accordion-section .content {
    padding-bottom: 40px;
    width: auto;
}

@media screen and (min-width: 768px) {
    .node-type-research .education-accordion-section .content {
        padding-bottom: 80px;
        width: auto;
    }
}
.node-type-research .masonary-project {
    background-color: #002A7E;
    padding: 40px 0px;
}

@media screen and (min-width: 768px) {
    .node-type-research .masonary-project {
        padding: 70px 0px;
    }
}

.node-type-research .masonary-project h2.block-title {
    color: #FFFFFF;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .node-type-research .masonary-project h2.block-title {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .node-type-research .masonary-project h2.block-title {
        font-size: 48px;
    }
}

.node-type-research .masonary-project .grid-item:nth-child(odd) .node-content-outter {
    background-color: #003399;
}

.node-type-research .masonary-project .grid-item:nth-child(even) .node-content-outter {
    background-color: #001C54;
}

.node-type-research .masonary-project .grid-item h2 {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.node-type-research .masonary-project .grid-item h2 a {
    color: #82CDFF;
}

.node-type-research .masonary-project .grid-item .period-date {
    font-size: 12px;
    color: #82CDFF;
    font-weight: 400;
}

.node-type-research .masonary-project .grid-item .period-date:before {
    content: "";
    margin-top: 90px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #82CDFF;
}

.node-type-research .masonary-project .grid-item .period-date span {
    display: block;
    font-weight: 500;
}

.node-type-research .masonary-project .grid-item .project-founded {
    font-size: 12px;
    color: #82CDFF;
    font-weight: 400;
}

.node-type-research .masonary-project .grid-item .project-founded:before {
    content: "";
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #82CDFF;
}

.node-type-research .research-activity {
    background-color: transparent !important;
}

.node-type-research .research-activity h2.block-title {
    color: #001C54;
}

.node-type-research .research-activity .grid-item .node-content-outter {
    background-color: #E7ECF5;
}

.node-type-research .research-activity .grid-item .node-content-outter h2 a {
    color: #003399;
}

.node-type-research .research-activity .grid-item .no-img .node-content-outter {
    background-color: #002a7e;
}

.node-type-research .research-activity .grid-item .no-img .node-content-outter h2 a {
    color: #FFFFFF;
}

.node-type-research .ies-research h2 {
    color: #FFFFFF;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .node-type-research .ies-research h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .node-type-research .ies-research h2 {
        font-size: 48px;
    }
}

/*---------------Resesarch Overview---------------*/

.research-banner {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 35px 0px;
}

@media screen and (min-width: 768px) {
    .research-banner {
        padding: 75px 0px;
    }
}

@media screen and (min-width: 768px) {
    .research-banner .field-content {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
}

.research-banner .field-content .research-header-image {
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .research-banner .field-content .research-header-image {
        padding-right: 20px;
        padding-left: 0px;
    }
}

.research-banner .field-content .research-header-content {
    padding: 0px;
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .research-banner .field-content .research-header-content {
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 0px;
    }
}

.research-banner .field-content .research-header-content h3 {
    color: #456AB4;
    margin: 0px;
    font-size: 26px;
    padding-bottom: 25px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .research-banner .field-content .research-header-content h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .research-banner .field-content .research-header-content h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.research-banner .field-content .research-header-content p {
    font-size: 18px;
    color: #456AB4;
    font-weight: 500;
}

.researchers-outter {
    padding: 40px 0px;
}

@media screen and (min-width: 768px) {
    .researchers-outter {
        padding: 80px 0px;
    }
}

.researchers-outter h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .researchers-outter h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .researchers-outter h2 {
        font-size: 48px;
    }
}

.researchers-outter p {
    font-size: 22px;
    text-align: center;
    color: #2E58AB;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .researchers-outter p {
        padding-bottom: 60px;
    }
}

.researchers-outter #search-researcher-form {
    border-top: 1px solid #D0D9EC;
    border-bottom: 1px solid #D0D9EC;
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    .researchers-outter #search-researcher-form {
        padding: 40px 0px;
    }
}

@media screen and (min-width: 768px) {
    .researchers-outter #search-researcher-form>div {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -7px;
    }
}

.researchers-outter #search-researcher-form>div .form-type-textfield {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .researchers-outter #search-researcher-form>div .form-type-textfield {
        width: 50%;
        padding: 0 7px;
    }
}

@media screen and (min-width: 992px) {
    .researchers-outter #search-researcher-form>div .form-type-textfield {
        width: 30%;
        padding: 0 7px;
    }
}

.researchers-outter #search-researcher-form>div .form-type-textfield input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
}

.researchers-outter #search-researcher-form>div .form-type-textfield input::-moz-placeholder {
    color: #8BA2D0;
    opacity: 1;
}

.researchers-outter #search-researcher-form>div .form-type-textfield input::-webkit-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.researchers-outter #search-researcher-form>div .form-type-textfield input:-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.researchers-outter #search-researcher-form>div .form-type-textfield input::-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.researchers-outter #search-researcher-form>div .form-type-textfield input:focus::-moz-placeholder {
    opacity: 1;
}

.researchers-outter #search-researcher-form>div .form-type-textfield input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

.researchers-outter #search-researcher-form>div .form-type-textfield input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

.researchers-outter #search-researcher-form>div .form-type-textfield input:focus::-ms-input-placeholder {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .researchers-outter #search-researcher-form>div .form-type-textfield input {
        font-size: 16px;
    }
}

.researchers-outter #search-researcher-form>div .form-type-select {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .researchers-outter #search-researcher-form>div .form-type-select {
        width: 50%;
        padding: 0 7px;
    }
}

@media screen and (min-width: 992px) {
    .researchers-outter #search-researcher-form>div .form-type-select {
        width: 25%;
        padding: 0 7px;
    }
}

.researchers-outter #search-researcher-form>div .form-type-select select {
    background-image: url("../images/select-arrow.svg") !important;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D0D9EC;
    box-shadow: none;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    color: #8BA2D0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
}

@media screen and (min-width: 1200px) {
    .researchers-outter #search-researcher-form>div .form-type-select select {
        font-size: 16px;
    }
}

.researchers-outter #search-researcher-form>div button.form-submit {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .researchers-outter #search-researcher-form>div button.form-submit {
        width: 46%;
        margin: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .researchers-outter #search-researcher-form>div button.form-submit {
        width: 20%;
        padding: 0 15px;
    }
}

.researchers-outter #search-researcher-form>div button.form-submit:hover,
.researchers-outter #search-researcher-form>div button.form-submit:focus {
    background-color: #D73321;
}

@media screen and (min-width: 1200px) {
    .researchers-outter #search-researcher-form>div button.form-submit {
        font-size: 16px;
    }
}

.researchers-outter h3 {
    color: #001C54;
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .researchers-outter h3 {
        padding-top: 60px;
    }
}

.researchers-outter .view-filters {
    padding: 40px 0px 40px;
}

.researchers-outter .view-filters .views-widget-filter-field_team_tid {
    max-width: 850px;
    margin: 0px auto;
    float: none;
    padding: 0;
    border-bottom: 1px solid #B9C7E3;
    text-align: center;
}

.researchers-outter .view-filters .views-widget-filter-field_team_tid>label {
    display: none;
}

.researchers-outter .view-filters .views-widget-filter-field_team_tid .form-radios .form-item {
    display: inline-block;
}

.researchers-outter .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label {
    min-height: auto;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    color: #2E58AB;
    padding: 0 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 992px) {
    .researchers-outter .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label {
        padding: 0 30px;
    }
}

.researchers-outter .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label:hover,
.researchers-outter .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label:focus {
    color: #FF6600;
    border-bottom: 1px solid #FF6600;
}

.researchers-outter .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label input {
    display: none;
}

.view-researchers-involved .view-content,
.view-education-teaching-staff .view-content,
.view-researchers .view-content,
.researchers-outter .view-content {
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    clear: both;
}

.research-phd.phd-graduates .view .disabled,
.research-phd .view-researchers .view-content {
    margin: 0px !important;
}
.phd-graduates .view .disabled {
    width: 100% !important;
}
@media screen and (min-width: 992px) {
    .view-researchers-involved .view-content,
    .view-researchers .view-content,
    .view-education-teaching-staff .view-content,
    .researchers-outter .view-content {
        margin: 0 -10px;
    }
}

.view-researchers-involved .view-content .views-row,
.view-researchers .view-content .views-row,
.view-education-teaching-staff .view-content .views-row,
.researchers-outter .view-content .views-row {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .view-researchers-involved .view-content .views-row,
    .view-researchers .view-content .views-row,
    .view-education-teaching-staff .view-content .views-row,
    .researchers-outter .view-content .views-row {
        padding: 0 10px;
        width: 33.3333%;
    }
}

@media screen and (min-width: 992px) {
    .view-researchers-involved .view-content .views-row,
    .view-researchers .view-content .views-row,
    .view-education-teaching-staff .view-content .views-row,
    .researchers-outter .view-content .views-row {
        padding: 0 10px;
        width: 25%;
    }
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter,
.view-researchers .view-content .views-row .field-content .phd-outter,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter,
.researchers-outter .view-content .views-row .field-content .phd-outter {
    background-color: #F3F5FA;
    border: 1px solid #B9C7E3;
    padding: 30px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    position: relative;
    min-height: 340px;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter .pdh-team,
.view-researchers .view-content .views-row .field-content .phd-outter .pdh-team,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .pdh-team,
.researchers-outter .view-content .views-row .field-content .phd-outter .pdh-team {
    width: 142px;
    height: 142px;
    border: 1px solid #B9C7E3;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter .pdh-team img,
.view-researchers .view-content .views-row .field-content .phd-outter .pdh-team img,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .pdh-team img,
.researchers-outter .view-content .views-row .field-content .phd-outter .pdh-team img {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    max-width: 140px;
    margin: 0 auto;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter .phd-title,
.view-researchers .view-content .views-row .field-content .phd-outter .phd-title,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .phd-title,
.researchers-outter .view-content .views-row .field-content .phd-outter .phd-title {
    text-align: center;
    padding-top: 40px;
    min-height: 85px;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter .phd-title a,
.view-researchers .view-content .views-row .field-content .phd-outter .phd-title a,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .phd-title a,
.researchers-outter .view-content .views-row .field-content .phd-outter .phd-title a {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter .phd-title span.full-name,
.view-researchers .view-content .views-row .field-content .phd-outter .phd-title span.full-name,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .phd-title span.full-name,
.researchers-outter .view-content .views-row .field-content .phd-outter .phd-title span.full-name {
    font-weight: 600;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter .phd-title span.subteam-title,
.view-researchers .view-content .views-row .field-content .phd-outter .phd-title span.subteam-title,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .phd-title span.subteam-title,
.researchers-outter .view-content .views-row .field-content .phd-outter .phd-title span.subteam-title {
    display: block;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter .phd-title a:before,
.view-researchers .view-content .views-row .field-content .phd-outter .phd-title a:before,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .phd-title a:before,
.researchers-outter .view-content .views-row .field-content .phd-outter .phd-title a:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter .phd-title a:hover,
.view-researchers-involved .view-content .views-row .field-content .phd-outter .phd-title a:focus,
.view-researchers .view-content .views-row .field-content .phd-outter .phd-title a:hover,
.view-researchers .view-content .views-row .field-content .phd-outter .phd-title a:focus,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .phd-title a:hover,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .phd-title a:focus,
.researchers-outter .view-content .views-row .field-content .phd-outter .phd-title a:hover,
.researchers-outter .view-content .views-row .field-content .phd-outter .phd-title a:focus {
    color: #FF6600;
}

.view-researchers-involved .view-content .views-row .field-content .phd-outter .phd-title .phd-subtitle,
.view-researchers .view-content .views-row .field-content .phd-outter .phd-title .phd-subtitle,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter .phd-subtitle,
.researchers-outter .view-content .views-row .field-content .phd-outter .phd-subtitle {
    color: #456AB4;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.view-researchers .view-content .views-row .field-content .phd-outter:hover,
.view-researchers-involved .view-content .views-row .field-content .phd-outter:hover,
.view-researchers-involved .view-content .views-row .field-content .phd-outter:focus,
.view-researchers .view-content .views-row .field-content .phd-outter:focus,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter:hover,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter:focus,
.researchers-outter .view-content .views-row .field-content .phd-outter:hover,
.researchers-outter .view-content .views-row .field-content .phd-outter:focus {
    background-color: #FF6600;
    border: 1px solid #FF6600;
}
.view-researchers-involved .view-content .views-row .field-content .phd-outter:hover .pdh-team,
.view-researchers .view-content .views-row .field-content .phd-outter:hover .pdh-team,
.view-researchers .view-content .views-row .field-content .phd-outter:focus .pdh-team,
.view-researchers-involved .view-content .views-row .field-content .phd-outter:focus .pdh-team,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter:hover .pdh-team, 
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter:focus .pdh-team, 
.researchers-outter .view-content .views-row .field-content .phd-outter:hover .pdh-team,
.researchers-outter .view-content .views-row .field-content .phd-outter:focus .pdh-team {
    border: 1px solid #FFF;
}

.view-researchers-involved .view-content .views-row .field-content .phd-outter:hover .phd-title a,
.view-researchers .view-content .views-row .field-content .phd-outter:hover .phd-title a,
.view-researchers .view-content .views-row .field-content .phd-outter:focus .phd-title a,
.view-researchers-involved .view-content .views-row .field-content .phd-outter:focus .phd-title a,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter:focus .phd-title a, 
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter:hover .phd-title a, 
.researchers-outter .view-content .views-row .field-content .phd-outter:hover .phd-title a,
.researchers-outter .view-content .views-row .field-content .phd-outter:focus .phd-title a {
    color: #FFFFFF;
}

.view-researchers-involved .view-content .views-row .field-content .phd-outter:hover .pdh-subtitle,
.view-researchers .view-content .views-row .field-content .phd-outter:hover .pdh-subtitle,
.view-researchers .view-content .views-row .field-content .phd-outter:focus .pdh-subtitle,
.view-researchers-involved .view-content .views-row .field-content .phd-outter:focus .pdh-subtitle,
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter:hover .pdh-subtitle, 
.view-education-teaching-staff .view-content .views-row .field-content .phd-outter:focus .pdh-subtitle, 
.researchers-outter .view-content .views-row .field-content .phd-outter:hover .phd-subtitle,
.researchers-outter .view-content .views-row .field-content .phd-outter:focus .phd-subtitle {
    color: #FFFFFF;
}

.researchers-outter .view-content .views-row .owl-buttons {
    display: none;
}

.researchers-outter .view-content .views-row .owl-pagination {
    padding-top: 25px;
}

.researchers-outter .view-content .views-row .owl-pagination .owl-page .owl-numbers {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 600;
    background-color: #FFFFFF;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    line-height: 36px;
    opacity: 1;
    text-align: center;
    padding: 0px;
    color: #8BA2D0;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: none;
}

.researchers-outter .view-content .views-row .owl-pagination .owl-page .owl-numbers:hover,
.researchers-outter .view-content .views-row .owl-pagination .owl-page .owl-numbers:focus {
    background-color: #003399;
    border: 1px solid #003399;
    opacity: 1;
    color: #FFFFFF;
}

.researchers-outter .view .text-center .pagination {
    margin: 40px 0 10px;
}

.researchers-outter .view .text-center .pagination li a,
.researchers-outter .view .text-center .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    color: #8BA2D0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
}

.researchers-outter .view .text-center .pagination li a:hover,
.researchers-outter .view .text-center .pagination li a:focus,
.researchers-outter .view .text-center .pagination li span:hover,
.researchers-outter .view .text-center .pagination li span:focus {
    background-color: #003399;
    color: #FFFFFF;
}

.researchers-outter .view .text-center .pagination .active {
    background-color: #003399;
    color: #FFFFFF;
}

.ongoing-projects {
    background-color: #002A7E;
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    .ongoing-projects {
        padding: 80px 0px;
    }
}

@media screen and (min-width: 768px) {
    .ongoing-projects .view-research-latest-projects {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    }
}

.ongoing-projects .view-research-latest-projects .view-header {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .ongoing-projects .view-research-latest-projects .view-header {
        padding-right: 10px;
        margin-bottom: 0px;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .ongoing-projects .view-research-latest-projects .view-header {
        width: 50%;
    }
}

.ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects {
    background-color: #001C54;
    padding: 20px 30px;
}

@media screen and (min-width: 768px) {
    .ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects {
        padding: 35px 50px;
    }
}

.ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content {
    width: 100%;
}

.ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-title {
    color: #FFFFFF;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-title {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-title {
        font-size: 48px;
    }
}

.ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-field-body {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-field-body {
        font-size: 22px;
    }
}

.ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-field-link {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-field-link {
        margin-top: 60px;
    }
}

.ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-field-link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-field-link a:hover,
.ongoing-projects .view-research-latest-projects .view-header .view-ongoing-projects .view-content .views-field-field-link a:focus {
    background-color: #D73321;
}

.ongoing-projects .view-research-latest-projects>.view-content {
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .ongoing-projects .view-research-latest-projects>.view-content {
        width: 100%;
        padding-left: 10px;
        margin: 0 -10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 992px) {
    .ongoing-projects .view-research-latest-projects>.view-content {
        width: 50%;
    }
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .ongoing-projects .view-research-latest-projects>.view-content .views-row {
        padding: 0 10px;
        width: 50%;
    }
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter {
    background-color: #003399;
    padding: 22px;
    width: 100%;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2 a {
    color: #82CDFF;
    text-decoration: none;
    display: block;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2:hover,
.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2:focus {
    color: #FF6600;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .period-date {
    font-size: 12px;
    color: #82CDFF;
    font-weight: 400;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .period-date:before {
    content: "";
    margin-top: 30px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #82CDFF;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .period-date span {
    display: block;
    font-weight: 500;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .project-founded {
    font-size: 12px;
    color: #82CDFF;
    font-weight: 400;
    display: block;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .project-founded span {
    display: block;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .project-founded:before {
    content: "";
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #82CDFF;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .project-founded a {
    color: #82CDFF;
    text-decoration: none;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .project-founded a:hover,
.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter .project-founded a:focus {
    color: #FFFFFF;
}

.ongoing-projects .view-research-latest-projects>.view-content .views-row-2 .node-items .node-content-outter,
.ongoing-projects .view-research-latest-projects>.view-content .views-row-3 .node-items .node-content-outter {
    background-color: #001C54;
}

.page-node-31 .ies-research .view-footer a {
    display: none;
}

/*--------------About Us Page-------------*/

.about-ies {
    margin-top: 40px;
}

.about-ies .about-ies-inner .about-ies-content {
    background-color: #F3F5FA;
    width: 100%;
    padding: 35px 0 180px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .about-ies .about-ies-inner .about-ies-content {
        padding: 60px 0 180px;
    }
}

.about-ies .about-ies-inner .about-ies-content .about-ies-title h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}

@media screen and (max-width: 767px) {
    .about-ies .about-ies-inner .about-ies-content .about-ies-title h2 {
        top: -20px;
    }
}

@media screen and (min-width: 768px) {
    .about-ies .about-ies-inner .about-ies-content .about-ies-title h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .about-ies .about-ies-inner .about-ies-content .about-ies-title h2 {
        font-size: 48px;
    }
}

.about-ies .about-ies-inner .about-ies-content .about-ies-into {
    color: #456AB4;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto;
}

.about-ies .about-ies-inner .about-ies-image {
    margin-top: -130px;
    z-index: 1;
    position: relative;
}

.about-ies .about-ies-inner .about-ies-image img {
    margin: 0 auto;
}

.about-ies .accordion-item-outter .accordion-show {
    padding-top: 30px;
}

.about-ies .accordion-item-outter .accordion-body {
    padding-top: 30px;
}

.about-ies .accordion-item-outter .accordion-less {
    padding-top: 30px;
}

.research-clusters {
    padding: 40px 0px;
}

@media screen and (min-width: 768px) {
    .research-clusters {
        padding: 80px 0px;
    }
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row {
        width: 100%;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        -ms-align-items: flex-end;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-nothing {
    background-color: #002A7E;
    padding: 30px 20px;
    width: 100%;
    padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-nothing {
        width: 65%;
        padding: 60px 30px;
        margin-bottom: 160px;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner {
        width: 75%;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner h2 {
    color: #FFFFFF;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 30px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner h2 {
        font-size: 48px;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
}

@media screen and (min-width: 1440px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner p {
        font-size: 22px;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner .image {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-nothing .research-cluster-inner .image {
        margin-bottom: -160px;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters {
        width: 75%;
        margin-left: -40%;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul {
    padding: 0px;
    margin: 0px;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li {
    list-style: none;
    min-height: 200px;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li {
        padding: 20px 20px;
        max-width: calc(33.3333% - 13.33px);
        width: 33.3333%;
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li {
        max-width: calc(33.3333% - 13.33px);
        font-size: 18px;
        width: 33.3333%;
        padding: 30px 40px;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(1) {
    background-color: #8BA2D0;
    color: #003399;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(1) {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(2) {
    background-color: #E7ECF5;
    color: #003399;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(2) {
        margin-left: 20px;
        top: -20px;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(3) {
    background-color: #001C54;
    color: #E7ECF5;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(3) {
        top: -30px;
        margin-left: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(4) {
    background-color: #002A7E;
    color: #E7ECF5;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(4) {
        margin-left: auto;
        margin-right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
    }
}

.research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(5) {
    background-color: #003399;
    color: #E7ECF5;
}

@media screen and (min-width: 768px) {
    .research-clusters .view-research-clusters .view-content .views-row .views-field-field-research-clusters ul li:nth-child(5) {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.research-clusters .view-research-clusters .view-footer {
    margin-top: 60px;
    text-align: center;
}

.research-clusters .view-research-clusters .view-footer a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.research-clusters .view-research-clusters .view-footer a:hover,
.research-clusters .view-research-clusters .view-footer a:focus {
    background-color: #D73321;
}

.about-team h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .about-team h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .about-team h2 {
        font-size: 48px;
    }
}

.about-team p {
    font-size: 22px;
    text-align: center;
    color: #2E58AB;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.about-team #search-researcher-form {
    border-top: 1px solid #D0D9EC;
    border-bottom: 1px solid #D0D9EC;
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    .about-team #search-researcher-form {
        padding: 40px 0px;
    }
}

@media screen and (min-width: 768px) {
    .about-team #search-researcher-form>div {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -7px;
    }
}

.about-team #search-researcher-form>div .form-type-textfield {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-team #search-researcher-form>div .form-type-textfield {
        width: 50%;
        padding: 0 7px;
    }
}

@media screen and (min-width: 992px) {
    .about-team #search-researcher-form>div .form-type-textfield {
        width: 33.3333%;
        padding: 0 7px;
    }
}

.about-team #search-researcher-form>div .form-type-textfield input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
}

.about-team #search-researcher-form>div .form-type-textfield input::-moz-placeholder {
    color: #8BA2D0;
    opacity: 1;
}

.about-team #search-researcher-form>div .form-type-textfield input::-webkit-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.about-team #search-researcher-form>div .form-type-textfield input:-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.about-team #search-researcher-form>div .form-type-textfield input::-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

.about-team #search-researcher-form>div .form-type-textfield input:focus::-moz-placeholder {
    opacity: 1;
}

.about-team #search-researcher-form>div .form-type-textfield input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

.about-team #search-researcher-form>div .form-type-textfield input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

.about-team #search-researcher-form>div .form-type-textfield input:focus::-ms-input-placeholder {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .about-team #search-researcher-form>div .form-type-textfield input {
        font-size: 16px;
    }
}

.about-team #search-researcher-form>div .form-type-select {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-team #search-researcher-form>div .form-type-select {
        width: 50%;
        padding: 0 7px;
    }
}

@media screen and (min-width: 992px) {
    .about-team #search-researcher-form>div .form-type-select {
        width: 33.3333%;
        padding: 0 7px;
    }
}

.about-team #search-researcher-form>div .form-type-select select {
    background-image: url("../images/select-arrow.svg") !important;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D0D9EC;
    box-shadow: none;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    color: #8BA2D0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
}

@media screen and (min-width: 1200px) {
    .about-team #search-researcher-form>div .form-type-select select {
        font-size: 16px;
    }
}

.about-team #search-researcher-form>div button.form-submit {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-team #search-researcher-form>div button.form-submit {
        width: 46%;
        margin: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .about-team #search-researcher-form>div button.form-submit {
        width: 33.3333%;
        padding: 0 15px;
    }
}

.about-team #search-researcher-form>div button.form-submit:hover,
.about-team #search-researcher-form>div button.form-submit:focus {
    background-color: #D73321;
}

@media screen and (min-width: 1200px) {
    .about-team #search-researcher-form>div button.form-submit {
        font-size: 16px;
    }
}

.about-team h3 {
    color: #001C54;
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding-top: 60px;
}

.about-team .view-filters {
    padding: 40px 0px 40px;
}

.about-team .view-filters .views-widget-filter-field_team_tid {
    max-width: 1050px;
    margin: 0px auto;
    float: none;
    padding: 0;
    border-bottom: 1px solid #B9C7E3;
    text-align: center;
}

.about-team .view-filters .views-widget-filter-field_team_tid>label {
    display: none;
}

.about-team .view-filters .views-widget-filter-field_team_tid .form-radios .form-item {
    display: inline-block;
}

.about-team .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label {
    min-height: auto;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    color: #2E58AB;
    padding: 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 992px) {
    .about-team .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label {
        padding: 0 20px;
    }
}

.about-team .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label:hover,
.about-team .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label:focus {
    color: #FF6600;
    border-bottom: 1px solid #FF6600;
}

.about-team .view-filters .views-widget-filter-field_team_tid .form-radios .form-item label input {
    display: none;
}

.about-team .view-content {
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    clear: both;
}

@media screen and (min-width: 992px) {
    .about-team .view-content {
        margin: 0 -10px;
    }
}

.about-team .view-content .views-row {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-team .view-content .views-row {
        padding: 0 10px;
        width: 33.3333%;
    }
}

@media screen and (min-width: 992px) {
    .about-team .view-content .views-row {
        padding: 0 10px;
        width: 25%;
    }
}

.about-team .view-content .views-row .field-content .phd-outter {
    background-color: #F3F5FA;
    border: 1px solid #B9C7E3;
    padding: 30px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    position: relative;
    min-height: 340px;
}

.about-team .view-content .views-row .field-content .phd-outter .pdh-team {
    width: 142px;
    height: 142px;
    border: 1px solid #B9C7E3;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.about-team .view-content .views-row .field-content .phd-outter .pdh-team img {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    max-width: 140px;
    margin: 0 auto;
}

.about-team .view-content .views-row .field-content .phd-outter .phd-title {
    text-align: center;
    padding-top: 40px;
}

.about-team .view-content .views-row .field-content .phd-outter .phd-title a {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.about-team .view-content .views-row .field-content .phd-outter .phd-title span.full-name {
    font-weight: 600;
}
.about-team .view-content .views-row .field-content .phd-outter .phd-title span.subteam-title {
    display: block;
}

.about-team .view-content .views-row .field-content .phd-outter .phd-title a:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.about-team .view-content .views-row .field-content .phd-outter .phd-title a:hover,
.about-team .view-content .views-row .field-content .phd-outter .phd-title a:focus {
    color: #FF6600;
}

.about-team .view-content .views-row .field-content .phd-outter .phd-subtitle {
    color: #456AB4;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.about-team .view-content .views-row .field-content .phd-outter:hover,
.about-team .view-content .views-row .field-content .phd-outter:focus {
    background-color: #FF6600;
    border: 1px solid #FF6600;
}

.about-team .view-content .views-row .field-content .phd-outter:hover .pdh-team,
.about-team .view-content .views-row .field-content .phd-outter:focus .pdh-team {
    border: 1px solid #FFF;
}

.about-team .view-content .views-row .field-content .phd-outter:hover .phd-title a,
.about-team .view-content .views-row .field-content .phd-outter:focus .phd-title a {
    color: #FFFFFF;
}

.about-team .view-content .views-row .field-content .phd-outter:hover .phd-subtitle,
.about-team .view-content .views-row .field-content .phd-outter:focus .phd-subtitle {
    color: #FFFFFF;
}

.about-team .view-content .views-row .owl-buttons {
    display: none;
}

.about-team .view-content .views-row .owl-pagination {
    padding-top: 25px;
}

.about-team .view-content .views-row .owl-pagination .owl-page .owl-numbers {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 600;
    background-color: #FFFFFF;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    line-height: 36px;
    opacity: 1;
    text-align: center;
    padding: 0px;
    color: #8BA2D0;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: none;
}

.about-team .view-content .views-row .owl-pagination .owl-page .owl-numbers:hover,
.about-team .view-content .views-row .owl-pagination .owl-page .owl-numbers:focus {
    background-color: #003399;
    border: 1px solid #003399;
    opacity: 1;
    color: #FFFFFF;
}

.about-team .view .text-center .pagination {
    margin: 40px 0 10px;
}

.about-team .view .text-center .pagination li a,
.about-team .view .text-center .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    color: #8BA2D0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
}

.about-team .view .text-center .pagination li a:hover,
.about-team .view .text-center .pagination li a:focus,
.about-team .view .text-center .pagination li span:hover,
.about-team .view .text-center .pagination li span:focus {
    background-color: #003399;
    color: #FFFFFF;
}

.about-team .view .text-center .pagination .active {
    background-color: #003399;
    color: #FFFFFF;
}

.mission-statement {
    margin-top: 40px;
    padding: 0 0 50px;
}

@media screen and (min-width: 768px) {
    .mission-statement {
        margin-top: 100px;
        padding: 0 0 80px;
    }
}

.mission-statement .about-ies-inner .about-ies-content {
    background-color: #F3F5FA;
    width: 100%;
    padding: 60px 0 180px;
    position: relative;
}

.mission-statement .about-ies-inner .about-ies-content .about-ies-title h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}

@media screen and (max-width: 767px) {
    .mission-statement .about-ies-inner .about-ies-content .about-ies-title h2 {
        top: -20px;
    }
}

@media screen and (min-width: 768px) {
    .mission-statement .about-ies-inner .about-ies-content .about-ies-title h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .mission-statement .about-ies-inner .about-ies-content .about-ies-title h2 {
        font-size: 48px;
    }
}

.mission-statement .about-ies-inner .about-ies-content .about-ies-into {
    color: #456AB4;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto;
}

.mission-statement .about-ies-inner .about-ies-image {
    margin-top: -130px;
    z-index: 1;
    position: relative;
}

.mission-statement .about-ies-inner .about-ies-image img {
    margin: 0 auto;
}

.mission-statement .accordion-item-outter .accordion-show {
    padding-top: 30px;
}

.mission-statement .accordion-item-outter .accordion-body {
    padding-top: 30px;
}

.mission-statement .accordion-item-outter .accordion-less {
    padding-top: 30px;
}

.about-contact {
    background-color: #E7ECF5;
    padding: 40px 0px;
}

@media screen and (min-width: 768px) {
    .about-contact {
        padding: 80px 0px;
    }
}

.about-contact .view-about-ies-contact .about-contact-left {
    padding: 0px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .about-contact .view-about-ies-contact .about-contact-left {
        padding-right: 20px;
        padding-left: 0px;
        width: 50%;
    }
}

.about-contact .view-about-ies-contact .about-contact-right {
    padding: 0px;
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .about-contact .view-about-ies-contact .about-contact-right {
        padding-left: 20px;
        margin-top: 0px;
        padding-right: 0px;
        width: 50%;
    }
}

.about-contact .view-about-ies-contact .about-contact-right h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .about-contact .view-about-ies-contact .about-contact-right h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .about-contact .view-about-ies-contact .about-contact-right h2 {
        font-size: 48px;
    }
}

.about-contact .view-about-ies-contact .about-contact-right p {
    color: #2E58AB;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 30px;
}

.about-contact .view-about-ies-contact .about-contact-right .about-contact-link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.about-contact .view-about-ies-contact .about-contact-right .about-contact-link a:hover,
.about-contact .view-about-ies-contact .about-contact-right .about-contact-link a:focus {
    background-color: #D73321;
}

.about-jobs {
    background-color: #E7ECF5;
    padding: 40px 0px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .about-jobs {
        padding: 80px 0px;
    }
}

.about-jobs:before {
    width: 100%;
    height: 100%;
    background-color: #002A7E;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: -1;
    content: "";
}

@media screen and (min-width: 768px) {
    .about-jobs:before {
        width: calc(50% + 80px);
    }
}

@media screen and (min-width: 768px) {
    .about-jobs .view-about-jobs {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        position: relative;
    }
}

.about-jobs .view-about-jobs .view-header {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .about-jobs .view-about-jobs .view-header {
        width: 50%;
    }
}

.about-jobs .view-about-jobs .view-header .view-jobs-at-ies-view .views-field-title {
    color: #FFFFFF;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .about-jobs .view-about-jobs .view-header .view-jobs-at-ies-view .views-field-title {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .about-jobs .view-about-jobs .view-header .view-jobs-at-ies-view .views-field-title {
        font-size: 48px;
    }
}

.about-jobs .view-about-jobs .view-header .view-jobs-at-ies-view .views-field-field-body {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .about-jobs .view-about-jobs .view-header .view-jobs-at-ies-view .views-field-field-body {
        padding-bottom: 30px;
    }
}

.about-jobs .view-about-jobs .view-header .view-jobs-at-ies-view .views-field-field-link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.about-jobs .view-about-jobs .view-header .view-jobs-at-ies-view .views-field-field-link a:hover,
.about-jobs .view-about-jobs .view-header .view-jobs-at-ies-view .views-field-field-link a:focus {
    background-color: #D73321;
}

.about-jobs .view-about-jobs>.view-content {
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 30px;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .about-jobs .view-about-jobs>.view-content {
        width: 50%;
        margin-top: 0px;
        padding: 60px 35px;
    }
}

.about-jobs .view-about-jobs>.view-content .views-row .views-field-title {
    border-bottom: 1px solid #2E58AB;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.about-jobs .view-about-jobs>.view-content .views-row .views-field-title a {
    font-size: 18px;
    color: #003399;
    font-weight: 400;
    position: relative;
    padding-left: 45px;
    text-decoration: none;
    display: block;
}

.about-jobs .view-about-jobs>.view-content .views-row .views-field-title a:before {
    background: url("../images/orange-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
}

.about-jobs .view-about-jobs>.view-content .views-row .views-field-title:hover,
.about-jobs .view-about-jobs>.view-content .views-row .views-field-title:focus {
    color: #FF6600;
}

/*----------------Activity---------------*/

.search-outter {
    border-bottom: 1px solid #D0D9EC;
    padding-bottom: 34px;
    margin-bottom: 25px;
}

.search-outter #quick-search-form>div {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.search-outter #quick-search-form>div .form-group {
    margin-bottom: 0px;
    padding-right: 20px;
    width: 80%;
}

.search-outter #quick-search-form>div button {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    height: 48px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 30%;
}

@media screen and (min-width: 768px) {
    .search-outter #quick-search-form>div button {
        width: 20%;
    }
}

.search-outter #quick-search-form>div button:hover,
.search-outter #quick-search-form>div button:focus {
    background-color: #D73321;
}

.activity-container h2.block-title {
    color: #001C54;
    margin: 0px;
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .activity-container h2.block-title {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) {
    .activity-container h2.block-title {
        font-size: 48px;
        line-height: 70px;
    }
}

.activity-container .main-filter {
    border-bottom: 0px solid #D0D9EC;
    border-top: 0px solid #D0D9EC;
    padding: 10px 0px;
}

.activity-container #filters button {
    color: #003399;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    padding: 0 15px;
    border: none;
}

.activity-container #filters .is-checked {
    font-weight: 700;
}

.activity-container .grid {
    margin-top: 50px;
    margin-bottom: 100px;
}

/*--------------Team-------------*/

.team-detail .team-member-info {
    background-color: #E7ECF5;
    padding: 40px 0px;
}

.team-detail .team-member-info .team-member-img,
.team-detail .team-member-info .team-info-outer {
  width: 100%;
}

.team-detail .team-member-info .team-info-outer {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .team-detail .team-member-info-wrapper {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
  }
  .team-detail .team-member-info .team-member-img {
      width: 25%;
  }
  .team-detail .team-member-info .team-info-outer {
      width: 75%;
      margin-top: 0px;
  }
}

.team-detail .team-member-info .team-member-img .field-item {
    width: 180px;
    height: 180px;
    border: 1px solid #B9C7E3;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.team-detail .team-member-info .team-member-img .field-item img {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    max-width: 174px;
    margin: 0 auto;
    padding-top: 6px;
}

.team-detail .team-member-info .team-info-outer .team-info h1 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .team-detail .team-member-info .team-info-outer .team-info h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .team-detail .team-member-info .team-info-outer .team-info h1 {
        font-size: 48px;
    }
}

.team-detail .team-member-info .team-info-outer .team-info h3 {
    color: #456AB4;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 20px;
}

.team-detail .team-member-info .team-info-outer .team-contact .team-contact-icons {
    width: 100%;
    padding-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .team-detail .team-member-info .team-info-outer .team-contact {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
  }
  .team-detail .team-member-info .team-info-outer .team-contact .team-contact-icons {
    width: 40%;
    padding-bottom: 18px;
  }
}


.team-detail .team-member-info .team-info-outer .team-contact .team-contact-icons i {
    color: #003399;
    font-size: 20px;
    display: inline-block;
}

.team-detail .team-member-info .team-info-outer .team-contact .team-contact-icons p {
    display: inline-block;
    margin-bottom: 0px;
}

.team-detail .team-member-info .team-info-outer .team-contact .team-contact-icons p a {
    text-decoration-color: #FF6600;
    display: inline-block;
    color: #003399;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

.team-detail .team-member-info .team-info-outer .team-contact .team-contact-icons p a:hover,
.team-detail .team-member-info .team-info-outer .team-contact .team-contact-icons p a:focus {
    color: #FF6600;
    text-decoration: underline;
}

.team-detail .team-body-outer {
    background-color: #FFFFFF;
    padding: 20px 0px;
    margin-top: 50px;
}

.body-section-wrapper {
    width: 100%;   
}
.body-section-wrapper .team-body h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
}
.body-section-wrapper .team_left_full {
    width: 100% !important;
    padding-right: 0px !important;
    border-right: none !important;
}
@media screen and (min-width: 768px) {
    .team-detail .team-body-outer {
        padding: 30px 0px;
    }
    .body-section-wrapper {
        width: 100%;  
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex; 
    }
    .body-section-wrapper .left-content {
        width: 70%;
        padding-right: 25px;
        border-right: 1px solid #d0d9ec;
    }
    .body-section-wrapper .left-content .team-body {
        padding-bottom: 0px !important;
    }
    .body-section-wrapper .right-content {
        width: 30%;
        padding-left: 25px;
    }
    .body-section-wrapper .right-content .ies-research {
        padding: 40px 0px;
    }
    .body-section-wrapper .right-content .ies-research h2 {
        padding-bottom: 30px;
        line-height: 1.3;
    }
    .body-section-wrapper .right-content .ies-research .view-content {
        display: block !important;
        margin: 0px !important;
    }
    .body-section-wrapper .right-content .ies-research .view-content .views-row {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .body-section-wrapper .team-teaching .view .view-content {
        margin: 0px !important;
        display: block !important;
    }
    .body-section-wrapper .team-teaching .view .view-content .views-row {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) {
    .team-detail .team-body-outer {
        padding: 50px 0px;
    }
}

.team-detail .team-body-outer .team-body {
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .team-detail .team-body-outer .team-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.team-detail .team-body-outer .team-body .field-name-body .field-label {
    font-size: 28px;
    color: #001C54;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
}

.team-detail .team-body-outer .team-body h5 {
    color: #456AB4;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 30px;
    line-height: 23px;
}

.team-detail .team-body-outer .team-body p {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.team-detail .team-body-outer .team-project {
    padding: 40px 0px;
}

@media screen and (min-width: 768px) {
    .team-detail .team-body-outer .team-project {
        padding: 70px 0px;
    }
}

.team-detail .team-body-outer .team-project h2.block-title {
    color: #001C54;
    margin: 0px;
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.team-detail .team-body-outer .team-project .view-team-project {
    padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .team-detail .team-body-outer .team-project .view-team-project .view-content {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
  }
  .team-detail .team-body-outer .team-project .view-team-project .view-content .views-row {
    margin-bottom: 25px;
  }

}
.team-detail .team-body-outer .team-project .view-team-project .grid-item .node-content-outter {
    padding: 28px 26px 20px 26px;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item:nth-child(odd) .node-content-outter {
    background-color: #003399;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item:nth-child(even) .node-content-outter {
    background-color: #001C54;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item h2 {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item h2 a {
    color: #82CDFF;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item .period-date {
    font-size: 12px;
    color: #82CDFF;
    font-weight: 400;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item .period-date:before {
    content: "";
    margin-top: 90px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #82CDFF;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item .period-date span {
    display: block;
    font-weight: 500;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item .project-founded {
    font-size: 12px;
    color: #82CDFF;
    font-weight: 400;
}

.team-detail .team-body-outer .team-project .view-team-project .grid-item .project-founded:before {
    content: "";
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #82CDFF;
}

.team-detail .team-body-outer .team-teaching {
    padding: 50px 0px 20px;
    clear: both;
}

@media screen and (min-width: 768px) {
    .team-detail .team-body-outer .team-teaching {
        padding: 40px 0px 0px;
    }
}

.team-detail .team-body-outer .team-teaching h2 {
    color: #001C54;
    margin: 0px;
    font-size: 28px;
    padding-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

.team-detail .team-body-outer .team-teaching .view .view-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    margin: 0 -10px;
}

.team-detail .team-body-outer .team-teaching .view .view-content .views-row {
    padding: 0 10px;
}

.team-detail .team-body-outer .team-teaching .view .view-content .views-row .views-field-title {
    background-color: #FFFFFF;
    border: 1px solid #D0D9EC;
    padding: 30px;
    width: 100%;
    cursor: pointer;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-detail .team-body-outer .team-teaching .view .view-content .views-row .views-field-title .field-content a {
    color: #003399;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}

.team-detail .team-body-outer .team-teaching .view .view-content .views-row .views-field-title .field-content a:after {
    background: url("../images/orange-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    content: "";
    display: block;
    margin-top: 30px;
}

.team-detail .team-body-outer .team-teaching .view .view-content .views-row .views-field-title:hover,
.team-detail .team-body-outer .team-teaching .view .view-content .views-row .views-field-title:focus {
    background-color: #E7ECF5;
}

.team-detail .team-body-outer .team-activity {
    margin-top: 50px;
    clear: both;
}

.team-detail .team-body-outer .team-activity h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

.team-detail .team-body-outer .team-activity .view-team-activity {
    width: 100%;
    display: inline-block;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .views-row {
    width: 25%;
    /*margin: auto;*/
}

@media screen and (max-width: 599px) {
    .team-detail .team-body-outer .team-activity .view-team-activity .view-content .views-row {
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .team-detail .team-body-outer .team-activity .view-team-activity .view-content .views-row {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .team-detail .team-body-outer .team-activity .view-team-activity .view-content .views-row {
        width: 33.3333%;
    }
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item {
        padding: 0 10px;
    }
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .img-outter {
    width: 100%;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .img-outter img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .no-img .node-content-outter {
    background-color: #002a7e;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .no-img .node-content-outter h2 a {
    color: #FFFFFF;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .no-img .node-content-outter .event-on:before {
    margin-top: 155px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .no-img.news-type .show-award-with-title {
    background-image: url("../images/news-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    margin-top: 20px;
    height: 54px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .no-img.analysis-type .show-video {
    background-image: url("../images/video-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    margin-top: 20px;
    height: 54px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .no-img.analysis-type .show-media {
    background-image: url("../images/media-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    margin-top: 20px;
    height: 54px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .news-type .img-outter {
    position: relative;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .news-type .img-outter .show-award {
    background-image: url("../images/news-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .news-type.no-img .node-content-outter .event-on:before {
    margin-top: 120px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .analysis-type .img-outter {
    position: relative;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .analysis-type .img-outter .show-video {
    background-image: url("../images/video-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .analysis-type .img-outter {
    position: relative;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .analysis-type .img-outter .show-media {
    background-image: url("../images/media-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .publication-type {
    background-color: #E7ECF5;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .publication-type .img-outter {
    padding: 25px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter {
    width: 100%;
    background-color: #E7ECF5;
    padding: 28px 26px 20px 26px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter h2 a {
    color: #003399;
    display: block;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter h2:hover,
.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter h2:focus {
    color: #FF6600;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter .event-on {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter .event-on:before {
    content: "";
    margin-top: 60px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #B9C7E3;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter .event-term {
    color: #738FC7;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter .event-term:hover,
.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .node-content-outter .event-term:focus {
    border-bottom: 1px solid #FF6600;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type {
    background-color: #001C54;
    padding: 28px 26px 20px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .img-outter {
    width: 80px;
    height: 80px;
    border: 2px solid #FF6600;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    margin-bottom: 24px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .img-outter img {
    width: 68px;
    height: 68px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter {
    background-color: transparent;
    padding: 0px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-info {
    padding-bottom: 30px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-info .student-icon img {
    height: 26px;
    width: 26px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-info .student-wrapper {
    padding-left: 18px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-info .student-wrapper .student-name {
    font-size: 13px;
    color: #738FC7;
    font-weight: 600;
    margin: 0px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-info .student-wrapper .student-function {
    font-size: 12px;
    color: #738FC7;
    font-weight: 400;
    margin-bottom: 0px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-content .student-body {
    padding-bottom: 24px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-content .student-body p {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-content .student-link {
    padding-bottom: 50px;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-content .student-link a {
    text-decoration: none;
    color: #FF6600;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-content .student-link a:hover,
.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .student-content .student-link a:focus {
    border-bottom: 1px solid #FF6600;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .event-term {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
}

.team-detail .team-body-outer .team-activity .view-team-activity .view-content .grid-item .success-story-type .node-content-outter .event-term:before {
    content: "";
    margin-top: 0px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #B9C7E3;
}

.node-type-team .share-this {
    padding-bottom: 0px;
    background-color: #E7ECF5;
}

/*--------------Team-------------*/

.team-page-overview .masonary .grid {
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .team-section .team-masonary {
        margin: 0 -7px;
    }
}

@media screen and (min-width: 768px) {
    .team-section .team-masonary .grid-item {
        padding: 0 7px;
    }
}

.team-section .team-masonary .grid-item .phd-outter {
    background-color: #F3F5FA;
    border: 1px solid #B9C7E3;
    padding: 30px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    position: relative;
}

.team-section .team-masonary .grid-item .phd-outter .pdh-team {
    width: 142px;
    height: 142px;
    border: 1px solid #B9C7E3;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.team-section .team-masonary .grid-item .phd-outter .pdh-team img {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    max-width: 140px;
    margin: 0 auto;
}

.team-section .team-masonary .grid-item .phd-outter .phd-title {
    text-align: center;
    padding-top: 40px;
    min-height: 85px;
}

.team-section .team-masonary .grid-item .phd-outter .phd-title a {
    color: #456AB4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.team-section .team-masonary .grid-item .phd-outter .phd-title a:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.team-section .team-masonary .grid-item .phd-outter .phd-title a:hover,
.team-section .team-masonary .grid-item .phd-outter .phd-title a:focus {
    color: #FF6600;
}

.team-section .team-masonary .grid-item .phd-outter .phd-subtitle {
    color: #456AB4;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-section .team-masonary .grid-item .phd-outter:hover,
.team-section .team-masonary .grid-item .phd-outter:focus {
    background-color: #FF6600;
    border: 1px solid #FF6600;
}

.team-section .team-masonary .grid-item .phd-outter:hover .pdh-team,
.team-section .team-masonary .grid-item .phd-outter:focus .pdh-team {
    border: 1px solid #FFF;
}

.team-section .team-masonary .grid-item .phd-outter:hover .phd-title a,
.team-section .team-masonary .grid-item .phd-outter:focus .phd-title a {
    color: #FFFFFF;
}

.team-section .team-masonary .grid-item .phd-outter:hover .phd-subtitle,
.team-section .team-masonary .grid-item .phd-outter:focus .phd-subtitle {
    color: #FFFFFF;
}

/*-------------News-------------*/

/*--------------Inner-Pages-------------*/

.inner-pages-wrapper {
    padding: 35px 0px;
}

@media screen and (min-width: 768px) {
    .inner-pages-wrapper {
        padding: 70px 0px;
    }
}

.inner-pages-wrapper .node-title h2 {
    color: #001C54;
    margin: 0px;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .inner-pages-wrapper .node-title h2 {
        font-size: 36px;
    }
}

.inner-pages-wrapper .show-award {
    background-image: url("../images/news-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    height: 54px;
    display: block;
    margin-bottom: 20px;
}

.inner-pages-wrapper .intro-text {
    font-size: 18px;
    color: #456AB4;
    font-weight: 500;
    padding-bottom: 20px;
}

.inner-pages-wrapper .news-images {
    margin-bottom: 20px;
}

.inner-pages-wrapper .news-images img {
    width: 100%;
}

.inner-pages-wrapper .news-images .flexslider {
    margin: 0px;
    border: none;
}

.inner-pages-wrapper .news-images .flexslider ul {
    margin: 0px;
    padding: 0px;
}

.inner-pages-wrapper .news-images .flexslider ul li .views-field-field-images img {
    margin: 0 auto;
    width: 100%;
}

.inner-pages-wrapper .news-images .flexslider .flex-direction-nav a {
    display: block;
    outline: none;
    opacity: 1;
    visibility: visible;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.inner-pages-wrapper .news-images .flexslider .flex-direction-nav a:before {
    font-size: 18px;
    color: #8ba2d0;
}

.inner-pages-wrapper .news-images .flexslider .flex-direction-nav a:hover,
.inner-pages-wrapper .news-images .flexslider .flex-direction-nav a:focus {
    background-color: #003399;
}

.inner-pages-wrapper .news-images .flexslider .flex-direction-nav a:hover:before,
.inner-pages-wrapper .news-images .flexslider .flex-direction-nav a:focus:before {
    color: #FFFFFF;
}

.inner-pages-wrapper .news-images .flexslider .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
    visibility: visible;
}

.inner-pages-wrapper .news-images .flexslider .flex-direction-nav .flex-prev:hover,
.inner-pages-wrapper .news-images .flexslider .flex-direction-nav .flex-prev:focus {
    opacity: 1;
}

.inner-pages-wrapper .news-images .flexslider .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.inner-pages-wrapper .news-images .flexslider .flex-direction-nav .flex-next:hover,
.inner-pages-wrapper .news-images .flexslider .flex-direction-nav .flex-next:focus {
    opacity: 1;
}

.inner-pages-wrapper .news-images .flexslider .flex-control-nav {
    display: none;
}

.inner-pages-wrapper .body {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}

.inner-pages-wrapper .bullet-list h3 {
    color: #2E58AB;
    font-size: 22px;
    font-weight: 400px;
    margin: 0px;
    padding-bottom: 20px;
}

.inner-pages-wrapper .bullet-list ul {
    margin: 0px;
    padding: 0px;
}

.inner-pages-wrapper .bullet-list ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    color: #456AB4;
    position: relative;
    padding-left: 18px;
    padding-bottom: 15px;
}

.inner-pages-wrapper .bullet-list ul li:before {
    content: "";
    background-color: #FF6600;
    width: 8px;
    height: 8px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
}

.inner-pages-wrapper .link {
    margin-bottom: 20px;
}

.inner-pages-wrapper .link a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.inner-pages-wrapper .link a:hover,
.inner-pages-wrapper .link a:focus {
    background-color: #D73321;
}

.inner-pages-wrapper .category {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}

.inner-pages-wrapper .downloads img {
    display: none;
}

.inner-pages-wrapper .downloads a {
    text-decoration: none;
    font-size: 16px;
    color: #FF6600;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.inner-pages-wrapper .downloads a:before {
    background-image: url("../images/orange-down.svg");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 33px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    border-bottom: 2px solid #FF6600;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    top: -5px;
}

.inner-pages-wrapper .downloads a:hover,
.inner-pages-wrapper .downloads a:focus {
    color: #001C54;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.inner-pages-wrapper .video {
    margin-bottom: 20px;
}

.inner-pages-wrapper .video .media-youtube-video,
.inner-pages-wrapper .video .media-vimeo-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.inner-pages-wrapper .video .media-youtube-video iframe,
.inner-pages-wrapper .video .media-vimeo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-pages-wrapper .audio {
    margin-bottom: 20px;
}

.inner-pages-wrapper .audio audio {
    width: 100%;
}

.node-type-page section h1 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
    padding-top: 35px;
}

@media screen and (min-width: 768px) {
    .node-type-page section h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    .node-type-page section h1 {
        font-size: 48px;
    }
}

.node-type-page section .field-name-body {
    padding-bottom: 35px;
}

.node-type-page section .field-name-body p {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

select::-ms-expand {
    display: none;
}

a {
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-decoration: none;
    outline: none;
}

a,
select,
button,
.btn,
.button {
    cursor: url("../images/hand_cursors.png"), default;
}

input:focus,
select:focus {
    outline: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1132px;
    }
}

.sec-pb-noraml {
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .sec-pb-noraml {
        padding-bottom: 70px;
    }
}

.sec-pt-noraml {
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    .sec-pt-noraml {
        padding-top: 70px;
    }
}

.loader-wheel {
    font-size: 64px;
    position: relative;
    height: 1em;
    width: 0.55em;
    padding-left: 0.45em;
    animation: loader-wheel-rotate 0.5s steps(12) infinite;
    overflow: hidden;
    margin: auto;
}

.loader-wheel i {
    display: block;
    position: absolute;
    height: 0.3em;
    width: 0.1em;
    -ms-border-radius: 0.05em;
    -webkit-border-radius: 0.05em;
    border-radius: 0.05em;
    background: #333;
    opacity: 0.8;
    transform: rotate(-30deg);
    transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.page-load-status {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

#infscr-loading {
    position: absolute;
    text-align: center;
    bottom: -40px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 100;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#infscr-loading img {
    max-width: 40px;
    height: auto;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
}

.scroll-top {
    position: relative;
    width: 100%;
    clear: both;
}

.scroll-top span {
    background-color: #003399;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    cursor: pointer;
    right: 15px;
    bottom: 0px;
}

.scroll-top span:before {
    background-image: url("../images/up-arrow.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 9px;
    cursor: pointer;
    margin: auto;
    right: 0;
}

.search-page h2 {
    color: #003399;
    margin: 0px;
    font-size: 32px;
    padding-top: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .search-page h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) {
    .search-page h2 {
        font-size: 48px;
        line-height: 70px;
    }
}

.search-page ol.search-results {
    margin: 0px;
    padding: 25px 0px;
}

.search-page ol.search-results li {
    list-style: none;
}

.search-page ol.search-results li h3 {
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: underline;
    color: transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search-page ol.search-results li h3 a {
    color: #003399;
    text-decoration: none;
    display: block;
}

.search-page ol.search-results li h3 a:hover,
.search-page ol.search-results li h3 a:focus {
    color: #FF6600;
}

.search-page ol.search-results li h3:hover,
.search-page ol.search-results li h3:focus {
    color: #FF6600;
}

.search-page ol.search-results li .search-snippet-info p {
    color: #456AB4;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

#pagination {
    text-align: center;
    margin-top: 60px;
    clear: both;
}

#pagination ul {
    margin: 0px;
    padding: 0px;
}

#pagination ul li {
    list-style: none;
    display: inline-block;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    line-height: 36px;
    margin: 0 10px;
    cursor: pointer;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#pagination ul li a {
    color: #8BA2D0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

#pagination ul li a:hover,
#pagination ul li a:focus {
    color: #FFFFFF;
}

#pagination ul li:hover,
#pagination ul li:focus {
    background-color: #003399;
    border: 1px solid #003399;
}

#pagination ul li:hover a,
#pagination ul li:focus a {
    color: #FFFFFF;
}

.pagination {
    margin: 40px 0 10px;
}

.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    color: #8BA2D0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #D0D9EC;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li span:hover,
.pagination li span:focus {
    background-color: #003399;
    color: #FFFFFF;
}

.pagination .active {
    background-color: #003399;
    color: #FFFFFF;
}

.pagination .active span {
    background-color: #003399;
}

.pager-last,
.pager-first {
    display: none !important;
}

.ajax-throbber.sk-circle {
    margin: auto !important;
    position: absolute !important;
    left: 50% !important;
}

/*---------------------User Page-----------------------*/

.page-user .form-group {
    margin-bottom: 15px;
}

.page-user .our-content {
    padding: 50px 0;
}

.page-user .tabs--primary.nav.nav-tabs {
    margin: 50px auto 30px;
    max-width: 527px;
    width: 100%;
}

.page-user .tabs--primary.nav.nav-tabs li a {
    color: #003399;
}

.page-user .tabs--primary.nav.nav-tabs li a.active,
.page-user .tabs--primary.nav.nav-tabs li a:hover {
    color: #FF6600;
    background-color: transparent;
}

#user-register-form,
#user-login,
#user-pass {
    margin: auto;
    max-width: 520px;
    width: 100%;
    padding-bottom: 50px;
}

#user-register-form label,
#user-login label,
#user-pass label {
    font-weight: 400;
}

#user-register-form input,
#user-login input,
#user-pass input {
    border-radius: 0;
    box-shadow: none;
}

#user-register-form input:focus,
#user-login input:focus,
#user-pass input:focus {
    border-color: #FF6600;
}

#user-register-form button,
#user-login button,
#user-pass button {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

#user-register-form button:hover,
#user-login button:hover,
#user-pass button:hover {
    background-color: #D73321;
}

#user-register-form .image-widget input {
    display: ruby-base-container;
}

#user-register-form #edit-user-picture-0-upload--description a {
    color: #FF6600;
}

#user-register-form #edit-user-picture-0-upload--description a:hover {
    color: #D73321;
}

#user-register-form .panel-heading {
    background-color: #FF6600;
}

#user-register-form .panel-heading:hover {
    background-color: #D73321;
}

#user-register-form .panel-heading a {
    color: #ffffff;
    text-decoration: none;
}

#user-register-form .select-wrapper select {
    box-shadow: none;
    border-radius: 0;
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 28px;
}

@media screen and (min-width: 768px) {
    .page-user .content-bottom {
        margin-top: 35px;
        margin-bottom: 15px;
    }
}

#user-register-form #edit-user-picture-0-upload--description a {
    color: #003399;
    text-decoration: none;
}

#user-register-form #edit-user-picture-0-upload--description a:hover {
    color: #D73321;
}

.node-news_from_is-form .field-name-field-hidden-date {
    display: none !important;
}

#search-form {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    #search-form .input-group {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }
}

#search-form .input-group input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
}

#search-form .input-group input::-moz-placeholder {
    color: #D0D9EC;
    opacity: 1;
}

#search-form .input-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

#search-form .input-group input:-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

#search-form .input-group input::-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

#search-form .input-group input:focus::-moz-placeholder {
    opacity: 1;
}

#search-form .input-group input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

#search-form .input-group input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

#search-form .input-group input:focus::-ms-input-placeholder {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    #search-form .input-group input {
        width: auto;
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
    }
}

#search-form .input-group .input-group-btn {
    width: auto;
    padding-left: 15px;
}

#search-form .input-group .input-group-btn button {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    height: 48px;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#search-form .input-group .input-group-btn button:hover,
#search-form .input-group .input-group-btn button:focus {
    background-color: #003399;
}

.search-advanced {
    display: none;
}

.grid .grid-item .node-content-outter h2 a,
.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a,
.about-jobs .view-about-jobs>.view-content .views-row .views-field-title a,
.education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a,
.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2 a,
.team-detail .team-body-outer .team-project .view-team-project .grid-item h2 a,
.team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2 a,
.team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2 a,
.ies-research .view-content .views-row .views-field-title a {
    text-decoration: none;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.grid .grid-item .node-content-outter h2 a:hover,
.grid .grid-item .node-content-outter h2 a:focus,
.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a:hover,
.front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a:focus,
.about-jobs .view-about-jobs>.view-content .views-row .views-field-title a:hover,
.about-jobs .view-about-jobs>.view-content .views-row .views-field-title a:focus,
.education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a:hover,
.education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a:focus,
.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2 a:hover,
.ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2 a:focus,
.team-detail .team-body-outer .team-project .view-team-project .grid-item h2 a:hover,
.team-detail .team-body-outer .team-project .view-team-project .grid-item h2 a:focus,
.team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2 a:hover,
.team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2 a:focus,
.team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2 a:hover,
.team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2 a:focus,
.ies-research .view-content .views-row .views-field-title a:hover,
.ies-research .view-content .views-row .views-field-title a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-color: #FF6600;
    text-decoration-color: #FF6600;
}

.explorer .grid .grid-item .node-content-outter h2,
.explorer .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2,
.explorer .about-jobs .view-about-jobs>.view-content .views-row .views-field-title,
.explorer .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title,
.explorer .ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2,
.explorer .team-detail .team-body-outer .team-project .view-team-project .grid-item h2,
.explorer .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2,
.explorer .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2,
.explorer .ies-research .view-content .views-row .views-field-title,
.ms-edge .grid .grid-item .node-content-outter h2,
.ms-edge .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2,
.ms-edge .about-jobs .view-about-jobs>.view-content .views-row .views-field-title,
.ms-edge .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title,
.ms-edge .ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2,
.ms-edge .team-detail .team-body-outer .team-project .view-team-project .grid-item h2,
.ms-edge .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2,
.ms-edge .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2,
.ms-edge .ies-research .view-content .views-row .views-field-title {
    -ms-text-decoration: underline;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: transparent;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.explorer .grid .grid-item .node-content-outter h2 a,
.explorer .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a,
.explorer .about-jobs .view-about-jobs>.view-content .views-row .views-field-title a,
.explorer .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a,
.explorer .ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2 a,
.explorer .team-detail .team-body-outer .team-project .view-team-project .grid-item h2 a,
.explorer .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2 a,
.explorer .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2 a,
.explorer .ies-research .view-content .views-row .views-field-title a,
.ms-edge .grid .grid-item .node-content-outter h2 a,
.ms-edge .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2 a,
.ms-edge .about-jobs .view-about-jobs>.view-content .views-row .views-field-title a,
.ms-edge .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title a,
.ms-edge .ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2 a,
.ms-edge .team-detail .team-body-outer .team-project .view-team-project .grid-item h2 a,
.ms-edge .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2 a,
.ms-edge .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2 a,
.ms-edge .ies-research .view-content .views-row .views-field-title a {
    text-decoration: none;
}

.explorer .grid .grid-item .node-content-outter h2:hover,
.explorer .grid .grid-item .node-content-outter h2:focus,
.explorer .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2:hover,
.explorer .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2:focus,
.explorer .about-jobs .view-about-jobs>.view-content .views-row .views-field-title:hover,
.explorer .about-jobs .view-about-jobs>.view-content .views-row .views-field-title:focus,
.explorer .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title:hover,
.explorer .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title:focus,
.explorer .ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2:hover,
.explorer .ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2:focus,
.explorer .team-detail .team-body-outer .team-project .view-team-project .grid-item h2:hover,
.explorer .team-detail .team-body-outer .team-project .view-team-project .grid-item h2:focus,
.explorer .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2:hover,
.explorer .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2:focus,
.explorer .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2:hover,
.explorer .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2:focus,
.explorer .ies-research .view-content .views-row .views-field-title:hover,
.explorer .ies-research .view-content .views-row .views-field-title:focus,
.ms-edge .grid .grid-item .node-content-outter h2:hover,
.ms-edge .grid .grid-item .node-content-outter h2:focus,
.ms-edge .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2:hover,
.ms-edge .front-study-ies .education-taxonomy-content .view-front-education-taxonomy-view .view-content .views-row h2:focus,
.ms-edge .about-jobs .view-about-jobs>.view-content .views-row .views-field-title:hover,
.ms-edge .about-jobs .view-about-jobs>.view-content .views-row .views-field-title:focus,
.ms-edge .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title:hover,
.ms-edge .education-with-term .view-content .education-group .education-group-inner .education-title-inner .views-field-title:focus,
.ms-edge .ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2:hover,
.ms-edge .ongoing-projects .view-research-latest-projects>.view-content .views-row .node-items .node-content-outter h2:focus,
.ms-edge .team-detail .team-body-outer .team-project .view-team-project .grid-item h2:hover,
.ms-edge .team-detail .team-body-outer .team-project .view-team-project .grid-item h2:focus,
.ms-edge .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2:hover,
.ms-edge .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .no-img .node-content-outter h2:focus,
.ms-edge .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2:hover,
.ms-edge .team-detail .team-body-outer .team-activity .view-team-activity .grid-item .node-content-outter h2:focus,
.ms-edge .ies-research .view-content .views-row .views-field-title:hover,
.ms-edge .ies-research .view-content .views-row .views-field-title:focus {
    color: #FF6600;
}

.page-registration h2 {
    margin: 0px;
    text-align: center;
    font-size: 30px;
    color: #003399;
    padding: 20px 0px;
    font-weight: 600;
}

.page-registration p {
    font-size: 14px;
    font-weight: 400;
    color: #003399;
    padding-bottom: 20px;
}

.page-404 .views-widget-filter-combine_1,
.page-404 .views-widget-sort-by,
.page-404 .views-widget-sort-order {
    display: none;
}

.page-404 h5 {
    color: #001C54;
    margin: 0px;
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .page-404 h5 {
        font-size: 36px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) {
    .page-404 h5 {
        font-size: 40px;
        line-height: 70px;
    }
}

.page-404 #views-exposed-form-global-search-page {
    padding: 0px 0px 40px;
}

.page-404 #views-exposed-form-global-search-page .views-exposed-widgets {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.page-404 #views-exposed-form-global-search-page .views-exposed-widgets label {
    color: #003398;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.page-404 #views-exposed-form-global-search-page .views-exposed-widgets .views-widget-filter-combine {
    margin-bottom: 0px;
    padding-right: 20px;
    width: 70%;
}

@media screen and (min-width: 768px) {
    .page-404 #views-exposed-form-global-search-page .views-exposed-widgets .views-widget-filter-combine {
        width: 80%;
    }
}

.page-404 #views-exposed-form-global-search-page .views-exposed-widgets .views-widget-filter-combine input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    width: 100%;
    padding: 6px 20px;
}

.page-404 #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button {
    width: 30%;
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .page-404 #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button {
        width: 20%;
    }
}

.page-404 #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button button {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    height: 48px;
    width: 100%;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-top: 2.7em;
}

.page-404 #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button button:hover,
.page-404 #views-exposed-form-global-search-page .views-exposed-widgets .views-submit-button button:focus {
    background-color: #D73321;
}

.messages {
    color: #FFFFFF;
    background-color: #FF6600;
    border-color: transparent;
    border: none;
    max-width: 600px;
    margin: auto;
    border-radius: 0px;
}

.messages p {
    text-align: center;
    font-size: 18px;
}

.messages a {
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
    top: -12px;
    font-size: 27px;
    font-weight: 400;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.messages a:hover,
.messages a:focus {
    opacity: 1;
}

#views-exposed-form-custom-search-view-2-page-1 {
    border-top: 1px solid #D0D9EC;
    border-bottom: 1px solid #D0D9EC;
    padding: 30px 0px;
}

@media screen and (min-width: 768px) {
    #views-exposed-form-custom-search-view-2-page-1 {
        padding: 40px 0px;
    }
}

@media screen and (min-width: 768px) {
    #views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -7px;
    }
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine {
        width: 33.3333%;
        padding: 0 7px;
        margin-top: 2.5rem;
    }
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input::-moz-placeholder {
    color: #8BA2D0;
    opacity: 1;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input::-webkit-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input:-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input::-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input:focus::-moz-placeholder {
    opacity: 1;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input:focus::-ms-input-placeholder {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    #views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-filter-combine input {
        font-size: 16px;
    }
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-sort-by {
    display: none;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-sort-order {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-sort-order {
        width: 33.3333%;
        padding: 0 7px;
    }
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-sort-order select {
    background-image: url("../images/select-arrow.svg") !important;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D0D9EC;
    box-shadow: none;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    color: #8BA2D0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
}

@media screen and (min-width: 1200px) {
    #views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-widget-sort-order select {
        font-size: 16px;
    }
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-submit-button {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-submit-button {
        width: 33.3333%;
        padding: 0 7px;
    }
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-submit-button button#edit-submit-custom-search-view-2 {
    height: 48px;
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
    width: 100%;
    margin-top: 1.5em;
}

#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-submit-button button#edit-submit-custom-search-view-2:hover,
#views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-submit-button button#edit-submit-custom-search-view-2:focus {
    background-color: #D73321;
}

@media screen and (min-width: 1200px) {
    #views-exposed-form-custom-search-view-2-page-1 .views-exposed-widgets .views-submit-button button#edit-submit-custom-search-view-2 {
        font-size: 16px;
    }
}

/*-------------Clusters Page--------------*/

#block-views-cluster-terms-block .view-cluster-terms .view-content {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #block-views-cluster-terms-block .view-cluster-terms .view-content {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        max-width: 570px;
    }
}

@media screen and (min-width: 992px) {
    #block-views-cluster-terms-block .view-cluster-terms .view-content {
        max-width: 850px;
    }
}

#block-views-cluster-terms-block .view-cluster-terms .view-content .views-row a {
    color: #003399;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #block-views-cluster-terms-block .view-cluster-terms .view-content .views-row a {
        font-size: 12px;
        padding: 0 10px;
    }
}

#block-views-cluster-terms-block .view-cluster-terms .view-content .views-row a.active {
    font-weight: 700;
}

.view-cluster {
    padding: 35px 0px;
}

@media screen and (min-width: 768px) {
    .view-cluster {
        padding: 70px 0px;
    }
}

.view-cluster .view-content .views-row {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .view-cluster .view-content .views-row {
        padding: 0px;
    }
}

.view-cluster .view-content .views-row .views-field-title {
    background-color: #001C54;
    padding: 40px;
    min-height: 220px;
    text-align: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.view-cluster .view-content .views-row .views-field-title a {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    padding: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .view-cluster .view-content .views-row .views-field-title a {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .view-cluster .view-content .views-row .views-field-title a {
        font-size: 16px;
    }
}

.view-cluster .view-content .views-row .views-field-title a:hover,
.view-cluster .view-content .views-row .views-field-title a:focus {
    color: #FF6600;
}

.view-cluster .view-content .views-row .views-field-title a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}

/*-------------Serach Page---------------*/

.search-page h1.page-header {
    color: #001C54;
    margin: 0px;
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .search-page h1.page-header {
        font-size: 36px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) {
    .search-page h1.page-header {
        font-size: 40px;
        line-height: 70px;
    }
}

#views-exposed-form-node-search-page {
    padding: 30px 0px;
}

@media screen and (max-width: 767px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-exposed-widget {
        float: none;
        padding: 0px;
    }
}

@media screen and (min-width: 768px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-exposed-widgets {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -7px;
    }
}

#views-exposed-form-node-search-page .views-exposed-form label {
    color: #456AB4;
    font-size: 18px;
    font-weight: 500;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper {
        width: 25%;
        padding: 0 7px;
    }
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    width: 100%;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input::-moz-placeholder {
    color: #8BA2D0;
    opacity: 1;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input::-webkit-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input:-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input::-ms-input-placeholder {
    opacity: 1;
    color: #8BA2D0;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input:focus::-moz-placeholder {
    opacity: 1;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

#views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input:focus::-ms-input-placeholder {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    #views-exposed-form-node-search-page .views-exposed-form #edit-keys-wrapper input {
        font-size: 16px;
    }
}

#views-exposed-form-node-search-page .views-exposed-form .views-widget-sort-by,
#views-exposed-form-node-search-page .views-exposed-form .views-widget-sort-order {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-widget-sort-by,
    #views-exposed-form-node-search-page .views-exposed-form .views-widget-sort-order {
        width: 25%;
        padding: 0 7px;
    }
}

#views-exposed-form-node-search-page .views-exposed-form .views-widget-sort-by select,
#views-exposed-form-node-search-page .views-exposed-form .views-widget-sort-order select {
    background-image: url("../images/select-arrow.svg") !important;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D0D9EC;
    box-shadow: none;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    color: #8BA2D0;
    padding: 6px 12px;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    background-color: transparent;
    outline: none;
}

@media screen and (min-width: 1200px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-widget-sort-by select,
    #views-exposed-form-node-search-page .views-exposed-form .views-widget-sort-order select {
        font-size: 16px;
    }
}

#views-exposed-form-node-search-page .views-exposed-form .views-submit-button {
    width: 100%;
    float: none;
    padding: 0px;
}

@media screen and (min-width: 768px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-submit-button {
        width: 25%;
        padding: 0 7px;
    }
}

@media screen and (min-width: 768px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-submit-button {
        margin-top: 8px;
    }
}

@media screen and (min-width: 992px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-submit-button {
        margin-top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-submit-button {
        margin-top: 5px;
    }
}

#views-exposed-form-node-search-page .views-exposed-form .views-submit-button button#edit-submit-node-search {
    height: 48px;
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
    margin-top: 1.5em;
    width: 100%;
}

#views-exposed-form-node-search-page .views-exposed-form .views-submit-button button#edit-submit-node-search:hover,
#views-exposed-form-node-search-page .views-exposed-form .views-submit-button button#edit-submit-node-search:focus {
    background-color: #D73321;
}

@media screen and (min-width: 1200px) {
    #views-exposed-form-node-search-page .views-exposed-form .views-submit-button button#edit-submit-node-search {
        font-size: 16px;
    }
}

.views-widget-sort-order {
    display: none;
}

.page-navigation404 .views-widget-sort-order {
    display: none !important;
}

.maintenance-page .navbar {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

body #sliding-popup.sliding-popup-bottom {
    background-color: #001C54 !important;
}

body #sliding-popup.sliding-popup-bottom .popup-content {
    padding: 10px;
}

@media screen and (min-width: 768px) {
    body #sliding-popup.sliding-popup-bottom .popup-content {
        max-width: 90%;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

body #sliding-popup.sliding-popup-bottom .popup-content #popup-text {
    font-weight: normal !important;
    margin: 0px !important;
    max-width: 100% !important;
}

body #sliding-popup.sliding-popup-bottom .popup-content #popup-text h2 {
    font-size: 18px;
    font-weight: normal !important;
}

body #sliding-popup.sliding-popup-bottom .popup-content #popup-text p {
    font-size: 16px;
    font-weight: normal !important;
}

body #sliding-popup.sliding-popup-bottom .popup-content #popup-text button {
    color: #FF6600 !important;
    text-decoration: none;
}

body #sliding-popup.sliding-popup-bottom .popup-content #popup-text button:hover,
body #sliding-popup.sliding-popup-bottom .popup-content #popup-text button:focus {
    color: #FFFFFF !important;
}

body #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600 !important;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-image: none;
    box-shadow: none;
    font-family: 'Poppins', sans-serif !important;
    text-shadow: none;
}

body #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button:hover,
body #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button:focus {
    background-color: #D73321;
    background-image: none;
}

#filters .active {
    color: #002A7E;
}

/*-----------------Common Css-------------------*/

body {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    font-family: 'Poppins', sans-serif;
}

/*-----------------1st Page-------------------*/

.field-name-body ul {
    padding-left: 14px;
}

.field-name-body ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    color: #456AB4;
    position: relative;
    padding-left: 18px;
    padding-bottom: 15px;
}

.field-name-body ul li:before {
    content: "";
    background-color: #FF6600;
    width: 8px;
    height: 8px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
}

.field-name-body ol {
    padding-left: 14px;
}

.field-name-body ol li {
    font-weight: 400;
    font-size: 16px;
    color: #456AB4;
}

.project-period {
    text-align: center;
    font-size: 16px;
    color: #456AB4;
    padding-bottom: 20px;
}

.research-page-outer .research-left .research-phd {
    padding: 0px;
    background-color: #E7ECF5;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.research-page-outer .research-left .accordion-into {
    padding: 0px;
}
.research-page-outer .research-left .education-accordion-section h2 {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
}
.research-page-outer .research-left .education-accordion-section h2,
.research-page-outer .research-left .research-phd h2 {
    color: #FF6600;
    text-align: left;
    font-size: 36px;
    padding-bottom: 20px;
}
.research-page-outer .research-left .research-phd .view-researchers .owl-carousel {
    margin: 0px;
}
.research-page-outer .research-left .research-phd .view-researchers .owl-carousel .owl-item {
    padding: 0px;
}
.research-page-outer .research-left .research-phd .view-researchers {
    padding-top: 0px;
}
.research-page-outer .research-right .container {
    width: auto;
}
@media screen and (min-width: 768px) {
    .research-page-outer .research-left .content {
        padding-bottom: 40px;
    }
    .research-page-outer .research-left .accordion-show {
        padding-top: 20px;
    }
    .research-page-outer {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .research-page-outer .research-left {
        width: 30%;
    }
    .research-page-outer .research-right {
        width: 70%;
    }
}

.research-title h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 30px;
    font-weight: 600;
    text-align: center;
}
.research_publication h2,
.research_publication h3 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 400;
    text-align: center;
}
.research_publication .grid {
    height: auto !important;
}
.research_publication .grid .research-item {
    width: 100%;
}
.research-title {
    padding-top: 30px;
}
.research_publication .grid .research-item {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .research-title {
        padding-top: 50px;
    }
    .research_publication h2,
    .research_publication h3 {
        font-size: 40px;
    }
    .research_publication .grid {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
        padding-top: 10px;
    }
    .research_publication .grid .research-item {
        width: 50%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 992px) {
    .research-title h2 {
        font-size: 48px;
    }
    .research_publication .grid .research-item {
        width: 33.3333%;
        margin-bottom: 0px;
    }
}

.research_publication .grid {
    margin-top: 0px;
}
.research_publication .img-outter {
    width: 100%;
}

.research_publication .node-content-outter .event-on:before {
    margin-top: 155px !important;
}

.research_publication .node-items {
    height: 100%;
}
.research_publication .node-content-outter {
    width: 100%;
    background-color: #002a7e;
    padding: 28px 26px 20px 26px;
    height: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.research_publication .node-content-outter .pub-wrap,
.research_publication .node-content-outter .event-wrap {
    margin-top: auto;
}

.research_publication .node-content-outter h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
}

.research_publication .node-content-outter h2 a {
    color: #FFFFFF;
    display: block;
}
.research_publication .node-content-outter h2 a:hover,
.research_publication .node-content-outter h2 a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-color: #FF6600;
    text-decoration-color: #FF6600;
}

.research_publication .node-content-outter h2:hover,
.research_publication .node-content-outter h2:focus {
    color: #FF6600;
}

.research_publication .node-content-outter .event-on {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
}

.research_publication .node-content-outter .event-on:before {
    content: "";
    margin-top: 60px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #B9C7E3;
}

.research_publication .node-content-outter .event-term {
    color: #738FC7;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.research_publication .node-content-outter .event-term:hover,
.research_publication .node-content-outter .event-term:focus {
    border-bottom: 1px solid #FF6600;
}
.research_publication .view-more {
    text-align: center;
    padding-top: 20px;
}
.research_publication .view-more a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}
.research_publication .view-more a:hover,
.research_publication .view-more a:focus {
    background-color: #D73321;
}

.research-analysis,
.research-news,
.research-events {
    padding-top: 25px;
}
.research-analysis {
    padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
    .research_publication .view-more {
        padding-top: 30px;
    }
    .research-analysis,
    .research-news,
    .research-events {
        padding-top: 50px;
    }
    .research-analysis {
        padding-bottom: 50px;
    }
}

/*-----------------13-02-2021-------------------*/

#cpopup {
    text-align: center;
}
#cpopup:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    margin-right: -1px; 
}
#cpopup .modal-content {
    padding: 40px 15px;
    box-shadow: none;
}
#cpopup .modal-dialog {
    margin: auto;
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: middle; 
}
@media screen and (min-width: 768px) {
    #cpopup .modal-dialog {
        max-width: 550px; 
    }
    #cpopup .modal-content {
        padding: 40px 25px;
    }
}

#cpopup .modal-header,
#cpopup .modal-body {
    padding: 0px;
    border: none;
}

#cpopup p {
    color: #2E58AB;
    font-size: 18px;
    font-weight: 300;
}

#cpopup h2 {
    color: #001C54;
    margin: 0px;
    font-size: 26px;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    #cpopup h2 {
        font-size: 32px;
    }
}
button.cpopup {
    display: none;
}
#cpopup .close {
    position: absolute;
    top: 20px;
    right: 20px;
}
#block-bean-dummy-popup-block {
    position: static;
}

@media screen and (min-width: 768px) {
    .success-education-wrapper .education-programm-director,
    .success-education-wrapper .education-success-story {
        width: 30%;
        float: right;
    }
    .success-education-wrapper .education-accordion-section {
        width: 70%;
        float: left;
    }
}
.success-education-wrapper .container {
    width: auto;
}

.clear {
    width: 100%;
    clear: both;
}
.education-news h2 {
    color: #001C54;
    margin: 0px;
    font-size: 36px;
    padding-bottom: 25px;
    font-weight: 700;
    text-align: center;
}
.education-news .view-content .views-row {
    width: 100%;
}
.education-news {
    padding: 40px 0px;
}
.education-news .view-content .views-row {
    margin-bottom: 20px;
}
.education-news .news_edu_wrapper .news-item {
    background-color: transparent;
}
.education-news .news_edu_wrapper .news-item .news-details {
    background-color: #002a7e;
}
@media screen and (min-width: 768px) {
    .education-news h2 {
        font-size: 40px;
    }
    .education-news .news_edu_wrapper,
    .education-news .view-content {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
        padding-top: 10px;
    }
    .education-news .news_edu_wrapper .news-item .news-details {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .education-news .news_edu_wrapper .news-item .news-details .author-date {
        margin-top: auto;
    }
    .education-news .news_edu_wrapper .news-item {
        background-color: transparent !important;
        height: auto;
    }
    .education-news .news_edu_wrapper .news-item,
    .education-news .view-content .views-row {
        width: 50% !important;
        padding: 0 10px !important;
    }
    .education-news {
        padding: 60px 0px;
    }
}

.education-news .news_edu_wrapper .news-item,
.education-news .view-content .views-row {
   margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .education-news h2 {
        font-size: 48px;
    }
    .education-news .news_edu_wrapper .news-item,
    .education-news .view-content .views-row {
        width: 33.3333% !important;
    }
    .education-news {
        padding: 80px 0px;
    }
}
.education-news .news_edu_wrapper .news-item .no-img {
    display: none;
}
@media screen and (min-width: 1200px) {
    .education-news .news_edu_wrapper .news-item,
    .education-news .view-content .views-row {
        width: 25% !important;
    }
}
.education-news .view-content .views-row .views-field {
    height: 100%;
}

.education-news .news-item {
    width: 100%;
    display: none;
}
.education-news .news-item img {
}

.education-news .node-content-outter .event-on:before {
    margin-top: 155px !important;
}
.education-news .news-item {
    width: 100%;
    background-color: #002a7e;
    height: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.education-news .news-item .news-details {
    padding: 28px 26px 20px 26px;
}
.education-news .node-content-outter .pub-wrap,
.education-news .node-content-outter .event-wrap {
    margin-top: auto;
}

.education-news .title a {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #FFFFFF;
    display: block;
}
.education-news .title a:hover,
.education-news .title a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-color: #FF6600;
    text-decoration-color: #FF6600;
}

.education-news .date {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
}

.education-news .date:before {
    content: "";
    margin-top: 60px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #B9C7E3;
}

.author {
    color: #738FC7;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.education-news .author:hover,
.education-news .author:focus {
    border-bottom: 1px solid #FF6600;
}
.education-news .view-more {
    text-align: center;
    padding-top: 20px;
}

/*-----------------------25-02-2021------------------------*/
#mc_embed_signup h2 {
    display: none;
}

#mc_embed_signup form {
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    #mc_embed_signup form {
        padding-top: 50px;
    }
}

#mc_embed_signup form .mc-field-group label {
    color: #003398;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0px;
}

#mc_embed_signup form .mc-field-group input {
    border: 1px solid #D0D9EC;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    color: #8BA2D0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
}

#mc_embed_signup form .mc-field-group input::-moz-placeholder {
    color: #D0D9EC;
    opacity: 1;
}

#mc_embed_signup form .mc-field-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

#mc_embed_signup form .mc-field-group input:-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

#mc_embed_signup form .mc-field-group input::-ms-input-placeholder {
    opacity: 1;
    color: #D0D9EC;
}

#mc_embed_signup form .mc-field-group input:focus::-moz-placeholder {
    opacity: 1;
}

#mc_embed_signup form .mc-field-group input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

#mc_embed_signup form .mc-field-group input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

#mc_embed_signup form .mc-field-group input:focus::-ms-input-placeholder {
    opacity: 1;
}

#mc_embed_signup form .mc-field-group select {
    background-image: url("../images/select-arrow.svg") !important;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D0D9EC;
    box-shadow: none;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    color: #8BA2D0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
}

@media screen and (min-width: 1200px) {
    #mc_embed_signup form .mc-field-group select {
        font-size: 16px;
    }
}

#mc_embed_signup form .clear input {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    height: auto;
}

#mc_embed_signup form .clear input:hover,
#mc_embed_signup form .clear input:focus {
    background-color: #D73321;
}

#mc_embed_signup form ul li::before {
    display: none;
}
#mc_embed_signup form .input-group {
    padding-bottom: 0px;
}
#mc_embed_signup form .input-group strong {
    color: #001C54;
    margin: 0px;
    font-size: 20px;
    padding-bottom: 10px;
}
#mc_embed_signup form .checkbox input,
#mc_embed_signup form .input-group ul li input {
    height: auto;
}

.success-education-wrapper .edu_full {
    width: 100%;
    float: none;
}

#cpopup .modal-body img {
    max-width: 100%;
    display: block;
    height: auto !important;
    width: auto !important;
}

/*.research-news .grid .research-item .node-content-outter .news-wrap {
    margin-top: auto;
}
.research-news .grid .research-item:last-child .node-content-outter {
   height: auto;
}
.research-news .grid .research-item .node-content-outter .event-on:before {
    margin-top: 0px !important;
}*/
.research-news .grid .research-item .node-content-outter img {
    width: 100%;
}

.img-contain {
    background-color: #002a7e !important;
    display: flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.img-contain .node-content-outter {
    height: auto !important;
}
.img-contain img {
    width: 100%;
}
.no-img .event-wrap,
.no-img .analysis-wrap,
.no-img .pub-wrap,
.no-img .news-wrap {
    margin-top: auto !important;
}
.csds_exter {
    padding-top: 50px;
}
.csds_exter p {
    color: #002a7e;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
.success-education-wrapper .education-programm-director h2 {
    color: #FF6600;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 600;
    margin: 0px;
}
@media screen and (min-width: 992px) {
    .success-education-wrapper .education-programm-director h2 {
        font-size: 24px;
    }
}
@media screen and (min-width: 1200px) {
    .success-education-wrapper .education-programm-director h2 {
        font-size: 33px;
    }
}
.education-programm-director {
    background-color: #e7ecf5;
    padding: 20px 0px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .education-programm-director {
        padding: 30px 0px;
    }
}
.education-programm-director .view-education-teaching-staff .view-content {
    margin: 0px;
}
.education-programm-director .view-education-teaching-staff .view-content .views-row {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}

.project_r_view_more {
        text-align: center;
    padding-top: 20px;
}
.project_r_view_more a {
    border-radius: 4px;
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}
.project_r_view_more a:hover,
.project_r_view_more a:focus {
    background-color: #D73321;
}

.source_wrap_outer,
.team_wrap_outer {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
}
.team_wrap_outer a {
    color: #738FC7;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.team_wrap_outer a:hover, 
.team_wrap_outer a:focus {
    color: #FFF;
}

.source_wrap_outer {
    margin-bottom: 15px;
}
.source_wrap_outer:before,
.team_wrap_outer:before {
    content: "";
    margin-top: 0px;
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #B9C7E3;
}

.img-contain .pub-wrap,
.img-contain .event-wrap,
.img-contain .analysis-wrap,
.img-contain .news-wrap {
    margin-top: auto;
    padding-top: 80px;
    width: 100%;
}

.publication .img-contain .node-content-outter .event-on:before,
.publication .no-img .node-content-outter .event-on:before,
.media .img-contain .node-content-outter .event-on:before,
.media .no-img .node-content-outter .event-on:before,
.events .img-contain .node-content-outter .event-on:before,
.events .no-img .node-content-outter .event-on:before,
.news .img-contain .node-content-outter .event-on:before,
.news .no-img .node-content-outter .event-on:before {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.inner-pages-wrapper .anal_source {
    font-size: 18px;
    color: #456AB4;
    padding-bottom: 20px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .media .node-content-outter {
        display: block !important;
    }
}

.node-type-research .img-contain {
    display: block !important;
}
.node-type-research .img-contain .node-content-outter {
    min-height: 415px !important;
}
.node-type-research .img-contain .pub-wrap,
.node-type-research .img-contain .event-wrap,
.node-type-research .img-contain .analysis-wrap,
.node-type-research .img-contain .news-wrap {
    margin-top: auto;
    padding-top: 0px;
    width: 100%;
}
.node-type-research .research_publication h2, 
.node-type-research .research_publication h3 {
    padding-bottom: 0px;
}