/* GENERAL
******************************************************************/

html {
    height: 100%;
    font-size: 100%
}

body {
    width: 100%;
    height: 100%;
    background: #FFF;
    font-size: 100%;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
}

.center {
    text-align: center;
}

h1,
h2,
h3 {
    font-weight: normal;
}

a {
    transition: color 0.3s ease-out 0s;
    outline: none;
    color: inherit
}

a:focus {
    outline: 0;
}

* {
    outline: none;
}

.cn1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.logo {
    background: url("../images/sprite.png") no-repeat;
    display: block;
}

.imghome {
    float: left;
    width: auto !important;
    margin-bottom: 4%;
}

/* MAIN
******************************************************************/

.wrapper {
    width: 100%;
    height: 100%
}

.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5% 0;
}

.scrollup {
    width: 63px;
    height: 54px;
    position: fixed;
    bottom: 73px;
    right: 20px;
    display: none;
    background: url(../images/sprite.png) -145px -128px;
    z-index: 9999;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

.scrollup:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/* HEADER
******************************************************************/

.header-nav-cn {
    position: relative;
    top: 0;
    z-index: 9999;
    background: #FFF;
    width: 100%;
    transition: all 0.8s ease-out 0s;
}

.stick-to-top {
    position: fixed;
}

.stick-to-top .logo {
    width: 82px;
    height: 57px;
    background: url(../images/sprite.png) 0 -193px;
    float: left
}

.stick-to-top header {}

header {
    width: 100%;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

/* Top Nav Cn */

.top-nav-cn {
    width: 30%;
    padding: 0;
    float: right;
}

.login {
    float: right;
    border: 1px solid #7CA4C9;
    border-radius: 3px;
    padding: 3px 15px;
    transition: all 0.3s ease-out 0s;
}

.login span {
    display: block;
    padding: 5px;
    font-size: 14px;
    color: #00529B;
    float: left
}

.login a.logbutton {
    display: block;
    padding: 5px;
    font-size: 14px;
    color: #00529B;
    float: right
}

.login:hover {
    background: #00529B;
    color: #FFF;
    cursor: pointer
}

.login:hover a.logbutton {
    color: #FFF;
}

.top-nav {
    float: right;
    margin-right: 25px;
    padding: 7px 0
}

.top-nav ul {
    margin: 0;
}

.top-nav ul li {
    list-style: none;
    display: inline-block;
}

.top-nav ul li a {
    color: #666666;
    font-size: 14px;
    margin: 0 10px
}

.top-nav ul li a:hover {
    color: #00529B;
}

.top-nav ul li.current a {
    color: #00529B;
}

.logo-search-cn {
    width: 100%;
    padding: 11px 0
}

.logo {
    width: 224px;
    height: 108px;
    background: url(../images/logo.png) 0 0;
    float: left
}

.search-cn {
    float: right;
    margin-top: 3%;
    clear: right;
}

.search-cn input[type="text"] {
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #7CA4C9;
    width: 300px;
    padding: 0 10px;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    color: #666;
    margin-right: 10px
}

.search-cn input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    display: inline-block;
    height: 34px;
    width: 34px;
    background: url(../images/sprite.png) -222px 0;
    text-indent: -9999px
}

.search-cn input[type="submit"]:hover {
    cursor: pointer
}

/* LANGUETTE
******************************************************************/

.languette-cn {
    box-shadow: 0px 0px 26px 3px rgba(0, 0, 0, 0.60);
    padding: 0 0 0 8px;
    width: 39px;
    position: fixed;
    top: 288px;
    left: 0;
    z-index: 9999;
    background: #00529B;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.languette-cn ul {
    margin: 0
}

.languette-cn ul li {
    list-style: none;
    position: relative;
    background: #00529B;
    margin: 8px 0
}

.languette-cn ul li .pullout {
    width: 160px;
    display: block;
    padding: 15px 0 0 55px;
    height: 52px;
    background: #FFF;
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 1px;
    opacity: 1;
    border-radius: 52px;
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, visibility 0.1s 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.1s 0.5s;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

.languette-cn ul li .pullout {
    display: block;
    color: #00529A;
    font-size: 14px;
    font-weight: 700;
    margin-left: 25px;
    float: left;
    -webkit-box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);
}

.languette-cn ul li .pullout:hover {
    color: #FED07A
}

span.contact {
    background: url(../images/sprite.png) -341px -5px;
    z-index: 3;
    display: block;
    width: 58px;
    height: 54px;
    position: relative
}

span.mail {
    background: url(../images/sprite.png) -341px -75px;
    z-index: 3;
    display: block;
    width: 58px;
    height: 54px;
    position: relative
}

span.vacancies {
    background: url(../images/sprite.png) -341px -145px;
    z-index: 3;
    display: block;
    width: 58px;
    height: 54px;
    position: relative
}

span.hide {
    width: 39px;
    height: 52px;
    background: #00529B;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: -8px
}

.languette-cn ul li:hover {
    cursor: pointer
}

.languette-cn ul li:hover .pullout {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

/*NAV
******************************************************************/

nav {
    width: 100%;
    float: left;
    background: #00529B;
}

nav ul {
    margin: 0
}

nav ul li {
    list-style: none;
    float: left;
    position: relative;
    z-index: 999;
}

nav ul li a {
    color: #FFF;
    font-weight: 500;
    padding: 20px 5px;
    float: left;
}

nav ul li a span {
    content: "";
    display: inline-block;
    background: url(../images/arrow-menu.png) top left no-repeat;
    width: 8px;
    height: 4px;
    margin-left: 5px;
}

nav ul li a:hover {
    color: #FED07A
}

nav ul li a.current {
    color: #FED07A
}

nav ul li:hover>a {
    color: #FED07A;
    background-color: #003F77;
}

nav ul>li:hover {}

nav ul li ul.submenu {
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 59px;
    left: 0;
    height: auto;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

nav ul li:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

nav ul li:last-child ul.submenu {
    left: -57px;
}

.dropDwnCn {
    width: 270px;
    float: left;
    padding: 20px;
    display: block;
    position: relative;
    background: rgba(0, 63, 119, 0.9);
}

.plain-bg-menu {
    width: 100%;
    float: left;
    margin: 0;
    transition-delay: 0s;
}

.plain-bg-menu li {
    float: left;
    list-style: none;
}

.plain-bg-menu li a {
    margin: 0;
    padding: 7px 0 !important;
    float: left;
    font-weight: 400;
    width: 230px;
    font-size: 15px;
    color: #FFF;
    transition-delay: 0s;
    font-family: 'Lato', sans-serif;
    background-color: transparent !important
}

.plain-bg-menu li a:hover {
    color: #FED07A;
    background-color: transparent !important
}

.plain-bg-menu li ul {
    margin-left: 6%;
}

.plain-bg-menu li ul li a {
    color: #FFF;
    background: url(../images/arrow-menu-right.png) 1px 12px no-repeat;
    padding-left: 9px !important;
}

.plain-bg-menu li ul li a:hover {
    background-color: none !important
}

/* Mobile Menu */

#menu-icon {
    display: none;
    /* hide menu icon initially */
}

#mobile-nav {
    display: none;
}

.mnav {
    background: #01519B;
    padding: 5%;
    position: absolute;
    top: 57px;
    width: 100%;
    display: none;
    z-index: 9999
}

.mnav li {
    padding: 0;
    list-style: none;
    display: block;
    border-bottom: 1px solid #1B63A5;
    float: left;
    width: 100%;
}

.mnav li:last-child {
    border-bottom: 0;
}

.mnav li a {
    width: 100%;
    padding: 10px 0;
    color: #FFD07B;
    font-size: 14px;
    text-decoration: none;
    display: block;
    float: left;
}

.mnav li ul {
    margin: 0
}

.mnav li span.current a {
    color: #DAAA26;
}

ul.subMenu {
    width: 100%;
    float: left;
}

.mnav li ul li {
    border-bottom: 1px dotted #1B63A5;
}

.mnav li ul li a {
    color: #fff;
    text-transform: none !important;
    margin-left: 5% !important;
    width: 90%;
    padding: 3% 0;
}

/* HOEMPAGE SLIDER
******************************************************************/

div#slider {
    width: 100%;
    z-index: 1 !important;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #D6D6D6;
    margin-top: 59px
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
    z-index: 1;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    position: relative;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 0px
}

.flex-direction-nav {
    *height: 0;
    display: none
}

.flex-direction-nav a {
    display: block;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    margin: 0;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: cover;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2)
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

.flex-direction-nav .flex-next {
    background-position: -85px 0;
    right: 15px;
}

.flex-direction-nav .flex-prev {
    background-position: 0 0;
    left: 15px;
}

.curve-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 43.4027%;
    height: 100%;
    background: url(../images/overlay-slider.png) no-repeat;
    background-size: cover;
    z-index: 1
}

.slides li .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 43.4027%;
    height: 100%;
    background: url(../images/overlay-slider.png) no-repeat;
    background-size: cover;
    z-index: 2
}

.slides li .overlay .text-cn {
    position: absolute;
    width: 54%;
    color: #666;
    font-size: 20px;
    top: 50%;
    right: 0
}

.slides li .overlay .text-cn h1 {
    float: left;
    width: 100%;
    color: #00529B;
    font-size: 16px;
    font-weight: 700;
}

.slides li .overlay .text-cn h2 {
    float: left;
    width: 100%;
    color: #00529B;
    font-size: 25px;
    font-weight: 700;
}

.news-ticker {
    float: left;
    width: 100%;
    margin-top: -35px;
    z-index: 99;
    position: relative
}

.news-ticker .innerBox {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    background: #E4E4E4;
    border-radius: 3px;
    height: 75px;
    position: relative
}

.ticker-title {
    float: left;
    border-right: 1px solid #333;
    margin-top: 22px;
    color: #282828;
    font-size: 21px;
    font-weight: 700;
    padding: 0 10px 0 20px
}

.tickercontainer {
    width: 90%;
    float: right;
    margin-right: 2%;
    margin-top: 22px
}

.tickercontainer .mask {}

ul#webticker {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style: none;
    margin: 0;
}

ul#webticker li {
    color: #00529B;
    font-size: 16px;
    font-weight: 400;
    padding-right: 90px !important
}

.news-ticker .innerBoxShadow {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.news-ticker .innerBoxShadow img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
}

.news-alerts-cn {
    float: left;
    width: 100%;
}

.news-slider {
    float: left;
    width: 48.75%;
}

.news-slider .hd {
    margin-top: 4%;
    float: left;
    width: 100%;
    color: #282828;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 36px;
}

.news-slider .btn-cn {
    float: left;
    width: 100%;
    margin-top: 6%
}

.news-slider .btn-cn a.viewall {
    display: block;
    background: #00529B;
    border-radius: 3px;
    color: #FFF;
    float: right;
    padding: 10px 10px 10px 16px;
    transition: all 0.3s ease-out 0s;
}

.news-slider .btn-cn a.viewall span {
    display: inline-block;
    background: url(../images/arrow-button.png) top left no-repeat;
    width: 4px;
    height: 8px;
    margin-left: 4px;
}

.news-slider .btn-cn a.viewall:hover {
    background: #FFD07E
}

.news-slider .news-block {
    float: left;
    width: 100%;
    background: #EEEEEE;
    position: relative;
    padding: 5%
}

ul#news {
    display: block;
    overflow: hidden;
}

ul#news li {
    list-style: none;
    display: block;
    padding: 10px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

ul#news li:last-child {
    border-bottom: 0
}

ul#news li .col-left {
    width: 100%;
    float: left;
}

ul#news li .col-left .newsDate {
    transition: all 0.3s ease-out 0s;
    float: left;
    background: #00529B;
    width: 60px;
    text-align: left;
    color: #00529B;
    height: 60px;
    color: #FFF;
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    padding: 8px 0 0 0
}

ul#news li .col-left .newsDate span {
    font-size: 15px;
    float: left;
    width: 100%;
    margin-top: -5px;
    text-transform: uppercase;
    font-weight: 400;
}

ul#news li .col-left .newsTitle {
    color: #00529B;
    margin-left: 60px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 5px 0 0 15px
}

ul#news li .col-left a.newsMore {
    margin-top: 5px;
    float: right;
    display: inline-block;
    color: #00529B;
    font-size: 13px;
}

ul#news li:hover {
    cursor: pointer;
}

ul#news li:hover .col-left .newsDate {
    background: #FED07A
}

ul#news li:hover .col-left .newsTitle {
    color: #282828
}

ul#news li:hover .col-left a.newsMore {
    color: #282828;
}

/* pager */

.bx-wrapper .bx-pager {
    text-align: left;
    margin-top: 0;
    bottom: 5px;
    padding-left: 15.2546%;
    position: absolute;
    width: 100%
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 1px solid #00529B;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00529B;
    border: 1px solid #00529B;
}

.feature-block {
    float: right;
    width: 48.75%;
}

.feature-block ul {
    margin: 0;
}

.feature-block ul li {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 4px;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.feature-block ul li.first {
    background: #03386A;
}

.feature-block ul li.first .new {
    position: absolute;
    width: 66px;
    height: 66px;
    background: url(../images/tag-new.png) no-repeat;
    left: -4px;
    top: -4px
}

.feature-block ul li.third {
    background: #1D71BF;
}

.feature-block ul li.second {
    background: #0E4F8C;
}

.feature-block ul li.forth {
    background: #53A1EA;
}

.feature-block ul li.fifth {
    background: #78BDFF;
}

.feature-block ul li.sixth {
    background: #A1CFFB;
}

.feature-block ul li .text {
    width: 100%;
    float: left;
    height: 100%;
    color: #FFF;
    font-weight: 700;
    font-size: 27px;
    padding: 3.5% 0 3.45% 6%;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.feature-block ul li .text a {
    color: #FFF;
}

.feature-block ul li .button {
    position: absolute;
    right: 5%;
    top: 22%;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: url(../images/sprite.png) 0 -125px #FFF;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.feature-block ul li .button.contact {
    background: url(../images/sprite.png) 0 -125px #FFF;
}

.feature-block ul li:hover {
    cursor: pointer
}

.feature-block ul li:hover .photo img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.5
}

.feature-block ul li:hover .button,
.feature-block ul li:hover .button.contact .button {
    right: 3%;
    background: url(../images/sprite.png) -83px -125px #FFF;
}

.feature-block ul li:hover .text {
    padding: 4% 0 4% 8%;
}

/*.feature-block ul li:hover.first { background:#468FD1;}
		.feature-block ul li:hover.second { background:#0168C6;}
		.feature-block ul li:hover.third { background:#00427C;}
		.feature-block ul li:hover.forth { background:#022D55;}*/

.four-blocks-cn {
    float: left;
    width: 100%;
    margin-top: 2%
}

.four-blocks-cn ul {
    margin: 0;
    text-align: center
}

.four-blocks-cn ul li {
    list-style: none;
    display: inline-block;
    width: 24.1666%;
    margin: 1% 0.2166%;
}

.four-blocks-cn ul li .photo {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

.four-blocks-cn ul li .photo .overtxt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding: 20% 0 0 0;
    z-index: 1
}

.four-blocks-cn ul li .photo img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.four-blocks-cn ul li .content {
    float: left;
    text-align: left;
    width: 100%;
    background: #EEEEEE;
    min-height: 295px;
    color: #666;
    font-size: 15px;
    padding: 25px 20px;
    line-height: 130%;
    position: relative
}

.four-blocks-cn ul li .content .plus {
    position: absolute;
    width: 46px;
    height: 43px;
    text-align: center;
    color: #FFF;
    background: #00529B;
    border-radius: 3px;
    bottom: -22px;
    right: 10px;
    font-size: 40px;
    padding-top: 4%
}

.four-blocks-cn ul li:hover {
    cursor: pointer
}

.four-blocks-cn ul li:hover .photo .overtxt {
    background: rgba(0, 0, 0, 0.6);
}

.four-blocks-cn ul li:hover .photo img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.four-blocks-cn ul li:hover .content .plus {
    background: #FFD07E
}

.four-blocks-cn ul li:hover .content {
    color: #333
}

footer {
    float: left;
    width: 100%;
    margin-top: 2%
}

.footer-fixe-bg {
    width: 100%;
    height: 314px;
    position: relative;
    overflow: hidden
}

.footer-fixe-bg img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

.footer-fixe-bg .overCn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    background: rgba(0, 82, 155, 0.5);
    color: #FFF;
    font-size: 31px;
    font-weight: 700;
    padding: 8% 15%
}

.copy-cn {
    float: left;
    width: 100%;
    padding: 20px 0
}

.copy {
    float: left;
    width: 50%;
    color: #241F20;
    font-size: 13px
}

.copy a {
    color: #241F20;
}

.copy a:hover {
    color: #00529B;
}

.links {
    float: right;
    width: 50%;
    color: #241F20;
    font-size: 13px;
    text-align: right
}

.links ul {
    margin: 0
}

.links ul li {
    list-style: none;
}

.links ul li a {
    color: #00529B;
}

.links ul li a:hover {
    color: #333;
}

ul.enforcing {
    float: left;
    width: 100%;
}

ul.enforcing li {
    width: 14% !important;
    float: left;
    list-style: none !important;
    background: none !important;
    padding: 4px 0 5px 4px !important;
}

ul.enforcing li img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

.discipline {
    float: left;
    width: 100%;
}

.discipline .header {
    float: left;
    width: 100%;
    padding: 15px;
    background: #00386A;
    margin: 20px 0 10px 0
}

.discipline .header .dish1 {
    float: left;
    color: #FFF;
    font-size: 30px;
    width: 100%;
    margin: 15px 0 15px 0;
}

.discipline .header .dish2 {
    float: left;
    color: #FFF;
    font-size: 20px;
    width: 100%;
    margin: 0 0 15px 0;
}

.disciplinetop,
.disciplinebot {
    float: left;
    width: 100%;
}

.discipline img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

/* INNER PAGES
******************************************************************/

.inner-banner {
    width: 100%;
    float: left;
    position: relative;
}

.inner-banner img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

.inner-banner .title {
    position: absolute;
    right: 0;
    width: 31.9444%;
    height: 100%;
    background: url(../images/curve-inner-banner.png);
    background-size: 100% 100%;
    max-width: 460px
}

.inner-banner .title h2 {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 25%;
    color: #00529A;
    font-size: 23px;
    font-weight: 700
}

.body-content {
    float: left;
    width: 100%;
    color: #666;
    line-height: 140%
}

.body-content a {
    color: #00529A;
}

.body-content a:hover {
    color: #CA9833;
}

.body-content ul {
    margin: 15px 0 25px 0;
    padding: 0;
    display: block;
    width: 100%;
    float: left
}

.body-content>ul li {
    list-style: none;
    background: url(../images/bullet.png) left top 5px no-repeat;
    padding: 5px 0 5px 35px;
    margin-bottom: 4px;
    float: left;
    width: 100%;
}

.body-content p {
    width: 100%;
    display: block;
}

.breadcrumb-cn {
    width: 100%;
    float: left;
    background: #F2F2F5;
    padding: 10px 0
}

.breadcrumb-cn ul {
    margin: 0;
    padding: 0;
}

.breadcrumb-cn ul li {
    list-style: none;
    float: left;
    margin-right: 15px;
    color: #00529B;
    font-size: 14px
}

.breadcrumb-cn ul li a {
    color: #666666
}

.breadcrumb-cn ul li a:hover {
    color: #00529B
}

.content h1 {
    color: #333333;
    float: left;
    width: 100%;
    font-size: 37px;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    margin: 2%
}

.content h1.newstit {
    font-size: 20px;
}

.content span.newsdate {
    float: left;
    width: 100%;
    font-size: 14px;
    padding-bottom: 0.5%;
    border-bottom: 1px dotted #8CB1D2;
    margin-bottom: 1%
}

.cntans-career {
    width: 100%;
    margin: 0 auto;
    padding: 3%;
    background: #F2F2F5;
    height: auto;
    float: left;
    display: none;
}

.acc_career {
    float: left;
    padding: 1% 0;
    width: 100%;
    margin-top: 4%;
}

.cntans-career ul,
.cntans-career ul li {
    float: left;
    width: 100%;
    list-style: none;
}

.cntans-career ul li {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 1%;
    margin-bottom: 2%;
    background: none;
}

.cntans-career ul li .careerdesc {
    float: left;
    width: 50%;
}

.cntans-career ul li .careerdesc .tit {
    float: left;
    width: 100%;
    color: #00529B;
    font-size: 20px;
    padding-bottom: 2%;
    font-weight: 800;
    text-decoration: none;
}

.cntans-career ul li .careerdesc .date {
    float: left;
    width: 100%;
    color: #242424;
    font-size: 14px;
}

.cntans-career ul li .buttons {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 1%;
}

.cntans-career ul li .buttons a.view {
    background: #FED07A;
    float: right;
    padding: 1% 2%;
    margin-right: 1%;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.cntans-career ul li .buttons a.view:hover {
    background: #00529B;
}

.cntans-career ul li .buttons a.apply,
.body-content a.apply {
    background: #00529B;
    float: right;
    padding: 1% 2%;
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    text-decoration: none;
}

.cntans-career ul li .buttons a.apply:hover,
.body-content a.apply:hover {
    background: #FED07A;
}

.body-content a.apply {
    margin-top: 4%;
}

/* Contact Page
        ***************/

.contact-form-cn {
    float: left;
    width: 100%;
    background: #FBFBFB;
    padding: 3%
}

.contact-form-cn .col-left {
    float: left;
    width: 60%;
    margin-right: 3%;
}

.contact-form-cn .col-left .form {
    float: left;
    width: 100%
}

fieldset {
    width: 100%;
    border: none;
}

.contact-form-cn .col-left .form fieldset {
    float: left;
    width: 100%;
    border: none;
}

.contact-form-cn .col-left .form .contourField {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.contact-form-cn .col-left .form label,
.contour label {
    float: left;
    width: 100%;
    color: #00529A;
    font-size: 16px;
    margin-bottom: 6px
}

.contact-form-cn .col-left .form input[type=text],
.contour input[type=text],
.contour input.text {
    float: left;
    width: 100%;
    color: #00529A;
    font-size: 16px;
    background: #F4F4F4;
    border: 1px solid #00529A !important;
    padding: 1.5%;
    border-radius: 0;
}

.contour input.datepickerfield,
.contour select {
    float: left;
    width: 100%;
    color: #00529A;
    font-size: 16px;
    background: #F4F4F4;
    border: 1px solid #00529A !important;
    padding: 5px;
    border-radius: 0;
    max-width: 400px;
}

.contour textarea {
    border: 1px solid #00529A !important;
}

.contact-form-cn .col-left .form textarea,
.contour textarea {
    float: left;
    width: 100%;
    color: #00529A;
    font-size: 16px;
    background: #F4F4F4;
    border: 1px solid #00529A;
    padding: 1.5%;
    height: 150px;
    border-radius: 0;
}

.contact-form-cn .col-left .form input[type=submit],
.contour input[type=submit] {
    float: left;
    background: #00529B;
    color: #FFF;
    font-size: 16px;
    padding: 10px 7%;
    border: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-appearance: none;
    border-radius: 0;
}

.contact-form-cn .col-left .form input[type=submit]:hover,
.contour input[type=submit]:hover {
    background: #FED07A;
    cursor: pointer
}

.contact-form-cn .col-right {
    float: left;
    width: 37%;
}

.contact-form-cn .col-right .address-blk {
    float: left;
    width: 100%;
    padding: 5% 4% 2% 4%;
    color: #666;
    font-size: 14px;
    line-height: 150%
}

.contact-form-cn .col-right .address-blk .add {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.contact-form-cn .col-right .address-blk .tel {
    float: left;
    width: 100%;
    background: url(../images/icn-tel.png) left no-repeat;
    padding-left: 30px;
    margin-bottom: 10px
}

.contact-form-cn .col-right .address-blk .tel a {
    color: #666
}

.contact-form-cn .col-right .address-blk .fax {
    float: left;
    width: 100%;
    background: url(../images/icn-fax.png) left no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
}

.contact-form-cn .col-right .address-blk .fax a {
    color: #666
}

.contact-form-cn .col-right .address-blk .email {
    float: left;
    width: 100%;
    background: url(../media/145209/icn-email.png) left no-repeat;
    padding-left: 30px
}

.contact-form-cn .col-right .address-blk .email a {
    color: #666
}

.cnmap {
    width: 100%;
    float: left;
    margin-top: 5%
}

.cnmap #map_canvas {
    height: 323px;
    width: 100%;
}

.cnmap #map_canvas img {
    width: auto !important
}

.cnmap #map_canvas b {
    color: #00529A;
    font-size: 16px;
}

.cnmap #map_canvas strong {
    color: #06243F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Opens Sans', sans-serif;
}

.gm-style-iw {
    line-height: 20px
}

.subtitle {
    color: #333333;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin: 1% 0;
}

/* About us Page
        ***************/

.members-list {
    float: left;
    width: 100%;
    margin: 4% 0
}

.members-list ul {
    margin: 0;
    padding: 0
}

.members-list ul li {
    cursor: pointer;
    width: 24.25%;
    float: left;
    list-style: none;
    margin-right: 1%;
    margin-bottom: 2%;
    background: url(../images/bg-members-list.png) top no-repeat;
    min-height: 262px;
    padding: 30px 0 0 0;
}

.members-list ul li:hover {
    background: url(../images/bg-members-list-hover.png) top no-repeat;
}

.members-list ul li:nth-child(4n+4) {
    margin-right: 0
}

.members-list ul li .name {
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 15px;
    padding: 0 12px
}

.members-list ul li .job {
    height: 40px;
    float: left;
    width: 100%;
    text-align: center;
    color: #00529B;
    font-size: 14px;
    padding: 0 15px
}

.members-list ul li .photo-cn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.members-list ul li .photo-cn .photo {
    margin: 0 auto;
    width: 45.3608%
}

.members-list ul li .photo-cn .photo img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    border-radius: 50%;
}

.memdetail-lead {
    width: 80%;
    padding: 1%;
    margin: 0 auto;
}

.memdetail-lead .desc-lead {
    float: left;
    width: 100%;
}

.memdetail-lead .desc-lead .image-cn {
    float: left;
    width: 100%;
    text-align: center;
}

.memdetail-lead .desc-lead .image-cn .image {
    display: inline-block;
    width: 20%;
}

.memdetail-lead .desc-lead .image-cn .image img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    border-radius: 50%;
}

.memdetail-lead .desc-lead .name-lead {
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-family: 'Lato', sans-serif;
    color: #00529B;
    font-size: 20px;
    text-align: center
}

.memdetail-lead .desc-lead .tit-lead {
    float: left;
    width: 100%;
    color: #333;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px
}

.memdetail-lead .desc-lead .detail-lead {
    float: left;
    width: 100%;
    color: #333;
    font-family: 'Lato', sans-serif;
    text-align: left;
    padding: 0 5% 20px 5%
}

.memdetail-lead img {
    float: left;
    margin: 0 2% 1% 0;
}

.members-list ul li:hover .name,
.members-list ul li:hover .job {
    color: #fff;
}

/* Events Page
        ***************/

.events-list {
    float: left;
    width: 100%;
    margin: 4% 0
}

.events-list ul {
    margin: 0;
    padding: 0
}

.events-list ul li {
    width: 46.75%;
    float: left;
    margin-left: 3.25%;
    background: #EDEDED;
    margin-bottom: 3%;
    height: 220px;
    padding: 35px 25px 25px 25px;
    position: relative
}

.events-list ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background: #CACACA;
    left: 0;
    top: 0;
}

.events-list ul li .date {
    width: 24.5048%;
    float: left;
    color: #999999;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    margin-right: 4%;
}

.events-list ul li .date span {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #A2A2A2;
    text-align: right;
    margin-top: 5px
}

.events-list ul li .info {
    width: 71.4952%;
    float: left;
}

.events-list ul li .info .event-name {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #00529B;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.events-list ul li .info .event-time {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #999;
    background: url(../images/icn-event-time.png) left -1px no-repeat;
    padding: 2px 0 2px 25px;
    margin-bottom: 10px
}

.events-list ul li .info .event-venue {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #999;
    background: url(../images/icn-event-venue.png) left 0 no-repeat;
    padding: 2px 0 2px 25px;
}

.events-list ul li .info .event-button {
    float: left;
    background: url(../images/arrow-button-event.png) right 0 no-repeat #FFF;
    height: 27px;
    padding: 0 35px 0 15px;
    display: block;
    border-radius: 25px;
    color: #000;
    font-size: 14px;
    margin-top: 7%;
    transition: all 0.3s ease-out 0s;
}

.events-list ul li .info .event-button:hover {
    background: url(../images/arrow-button-event.png) right 0 no-repeat #00529B;
    color: #FFF;
    padding: 0 35px 0 25px;
}

#leadershipteam ul li {
    float: none !important;
}

/* DivTable.com */

.dynamics-fig-cn {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 3%
}

.dynamics-fig-cn .list-header {
    background: #00529B;
    width: 100%;
}

.dynamics-fig-cn .list-header .list-cn {
    margin: 1% auto;
    width: 100%;
    max-width: 1240px;
}

.dynamics-fig-cn .list-header .list-cn .col1 {
    padding-top: 1%;
    padding-left: 1%;
    float: left;
    width: 38%;
    color: #FFF;
    font-size: 19px;
}

.dynamics-fig-cn .list-header .list-cn .col2 {
    padding-top: 1%;
    float: left;
    width: 34%;
    margin: 0 0.8064%;
    color: #FFF;
    font-size: 19px;
    text-align: left;
    padding-left: 1%;
    padding-bottom: 2%
}

.dynamics-fig-cn .list-header .list-cn .col3 {
    padding-top: 1%;
    float: left;
    width: 24%;
    margin: 0 0.8064%;
    color: #FFF;
    font-size: 19px;
    text-align: left;
    padding-left: 1%;
    padding-bottom: 2%
}

.dynamics-fig-cn .list-element {
    width: 100%;
}

.dynamics-fig-cn .list-element .list-cn {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
}

.dynamics-fig-cn .list-element .list-cn .listfig-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #B9BABA;
    padding: 10px 0
}

.dynamics-fig-cn .list-element .list-cn .listfig-item .col1 {
    float: left;
    width: 38%;
    color: #333;
    font-size: 15px;
    padding: 10px 1% 0 1%;
    margin: 0 0 0 0
}

.dynamics-fig-cn .list-element .list-cn .listfig-item .col2 {
    float: left;
    width: 34%;
    margin: 0 0.8064%;
    color: #333;
    font-size: 15px;
    text-align: left;
    padding: 10px 1% 0 1%;
}

.dynamics-fig-cn .list-element .list-cn .listfig-item .col3 {
    float: left;
    width: 24%;
    margin: 0 0.8064%;
    color: #333;
    font-size: 15px;
    text-align: left;
    padding: 10px 1% 0 1%;
}

.dynamics-fig-cn .list-element .list-cn .listfig-item .col4 {
    float: left;
    width: 68%;
    color: #333;
    font-size: 15px;
    padding: 10px 1% 0 1%;
    margin: 0 0 0 0
}

.dynamics-fig-cn .list-element .list-cn .listfig-item .col5 {
    float: left;
    width: 30%;
    margin: 0 0.8064%;
    color: #333;
    font-size: 15px;
    text-align: left;
    padding: 10px 1% 0 1%;
}

.dynamics-fig-cn .list-header .list-cn .col4 {
    padding-top: 1%;
    padding-left: 1%;
    float: left;
    width: 68%;
    color: #FFF;
    font-size: 19px;
}

.dynamics-fig-cn .list-header .list-cn .col5 {
    padding-top: 1%;
    float: left;
    width: 30%;
    margin: 0 0.8064%;
    color: #fff;
    font-size: 19px;
    text-align: left;
    padding-bottom: 2%
}

/* Table alternating colors */

.grayBg {
    background-color: #f7f7f7;
    margin-bottom: 2%;
}

.blueBg {
    background-color: #DDE9F4;
}

/* Media & Publications
        **********************/

.tab-cn {
    float: left;
    width: 100%;
    margin: 2% 0;
    position: relative
}

.tab-cn .preload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #F6F6F6;
    display: block
}

.tab-cn .preload .preloader {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/loader.gif)
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 25px;
    display: none;
    background: #F6F6F6;
    float: left;
    width: 100%;
}

ul.r-tabs-nav li {
    list-style: none !important
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

#horizontalTab ul {
    margin: 0;
    padding: 0;
}

#horizontalTab ul li {
    background-image: none;
    padding: 0;
    list-style: none;
}

/* Tabs container */

.r-tabs {
    position: relative;
}

/* Tab element */

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #A2B2C3;
}

/* Tab anchor */

.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 38px;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    color: #FECF7D;
    text-shadow: none;
    background-color: #00529B;
}

/* Active state tab anchor */

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #FECF7D;
    text-shadow: none;
    background-color: #00529B;
}

.listing-media {
    width: 100%;
}

.listing-media ul {
    margin: 0;
    padding: 0;
}

.listing-media ul li {
    list-style: none;
    background: url(../images/bullet-white.png) left top 4px no-repeat !important;
    padding: 5px 0 5px 45px !important;
    font-family: 'PT Serif', serif;
    margin-bottom: 10px
}

.listing-media ul li span {
    float: left;
    width: 100%;
    color: #00529B;
    font-size: 14px
}

.listing-media ul li a {
    color: #333;
}

.listing-media ul li a:hover {
    color: #00529B;
}

/* Accordion anchor */

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #A2B2C3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    margin-bottom: 1px;
    /*background-image:url(../images/arrow-menu.png);*/
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
}

/* Active accordion anchor */

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #00529B;
    color: #FECF7D;
    text-shadow: none;
}

/* Accordion responsive breakpoint */

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

/* Events Detail Page
        ***************/

.events-details-cn {
    float: left;
    width: 100%;
    margin: 4% 0;
    background: #EDEDED;
    position: relative;
    padding: 6% 4%
}

.events-details-cn::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background: #CACACA;
    left: 0;
    top: 0;
}

.events-details-cn .venue-info {
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.events-details-cn .venue-info .date {
    float: left;
    color: #666;
    background: url(../images/icn-event-date.png) left top no-repeat;
    padding-left: 30px;
    margin-right: 35px;
    line-height: 26px;
}

.events-details-cn .venue-info .time {
    float: left;
    color: #666;
    background: url(../images/icn-event-time.png) left top no-repeat;
    padding-left: 30px;
    margin-right: 35px;
    line-height: 26px;
}

.events-details-cn .venue-info .venue {
    float: left;
    color: #666;
    background: url(../images/icn-event-venue.png) left top no-repeat;
    padding-left: 30px;
    line-height: 26px;
}

.events-details-cn .event-detail-desc {
    float: left;
    width: 100%;
    color: #333
}

.events-details-cn .event-detail-desc .btn-cn {
    float: left;
    width: 100%;
    margin-top: 4%;
    text-align: center
}

.events-details-cn .event-detail-desc .btn-cn a.register {
    display: inline-block;
    background: #00529B;
    border-radius: 3px;
    color: #FFF;
    padding: 5px 4% 5px 4%;
    transition: all 0.3s ease-out 0s;
}

.events-details-cn .event-detail-desc .btn-cn a.register:hover {
    background: #FED07A;
    color: #00529B
}

.events-details-cn .gallery-cn {
    float: left;
    width: 48.3227%;
    max-width: 533px;
    margin-top: 40px
}

.events-details-cn .gallery-cn .hd {
    float: left;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
    color: #999999;
    font-size: 22px
}

.events-details-cn .gallery-cn .subtit {
    float: left;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
    color: #999999;
    font-size: 17px
}

ul#gallery .bx-wrapper img {
    display: inline-block
}

ul#gallery .bx-viewport,
.block-actus .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
}

ul#gallery .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

ul#gallery {
    margin: 0
}

ul#gallery li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    background: none;
}

#gallery-pager .bx-viewport {
    width: 90%;
    margin-left: 5%;
}

#gallery-pager {
    text-align: center;
    float: left;
    margin-left: 35px !important;
}

#gallery-pager a {
    display: block;
    display: inline-block;
    margin-right: 10px;
    opacity: 1
}

#gallery-pager a.active {
    opacity: 1
}

.gallery-cn .bx-controls {
    float: left;
    width: 100%;
    position: relative
}

.gallery-cn .bx-controls .bx-controls-direction .bx-prev {
    background: #575757;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -85px;
    left: 0;
    background: url(../images/arrw-gallery-prev.png);
    text-indent: -9999px;
    width: 38px;
    height: 78px;
}

.gallery-cn .bx-controls .bx-controls-direction .bx-next {
    font-size: 20px;
    background: #575757;
    padding: 15px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -85px;
    right: 0;
    background: url(../images/arrw-gallery-next.png);
    text-indent: -9999px;
    width: 38px;
    height: 78px;
}

/*Added 18/11/2016*/

.login_block {
    float: left;
    width: 100%;
}

.login_block .editor-label {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.login_block .editor-label label {
    float: left;
    color: #00529A;
    font-size: 16px;
    font-weight: bold
}

.login_block .editor-field {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.login_block .editor-field input[type=text] {
    float: left;
    width: 100%;
    max-width: 400px;
    color: #00529A;
    font-size: 16px;
    background: #F4F4F4;
    border: 1px solid #00529A;
    padding: 0.5%;
}

.login_block .editor-field input[type=password] {
    float: left;
    width: 100%;
    max-width: 400px;
    color: #00529A;
    font-size: 16px;
    background: #F4F4F4;
    border: 1px solid #00529A;
    padding: 0.5%;
}

.login_block input[type=submit] {
    float: left;
    background: #00529B;
    color: #FFF;
    font-size: 16px;
    padding: 10px 7%;
    border: 0;
    transition: all 0.3s ease-out 0s;
}

.login_block input[type=submit]:hover {
    background: #FED07A;
    cursor: pointer;
}

.event-detail-desc {}

.event-detail-desc .contourPage {
    float: left;
    width: 100%;
}

.event-detail-desc .contourPage .contourFieldSet {
    float: left;
    width: 100%;
}

.event-detail-desc .contourPage .contourFieldSet .row-fluid {
    float: left;
    width: 100%
}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField {
    float: left;
    width: 100%;
}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField label {
    float: left;
    width: 100%;
    color: #00529A;
    font-size: 16px;
    font-weight: bold
}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField div {
    float: left;
    width: 100%;
}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField div input[type="text"] {
    float: left;
    width: 100%;
    max-width: 400px;
    color: #00529A;
    font-size: 16px;
    background: #F4F4F4;
    border: 1px solid #00529A;
    padding: 0.5%;
}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField div input[type="submit"] {}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField div input[type="email"] {}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField div select {
    float: left;
    width: auto;
    max-width: 400px;
    color: #00529A;
    font-size: 16px;
    background: #F4F4F4;
    border: 1px solid #00529A;
    padding: 0.5%;
}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField div span.checkboxlist {
    padding: 0
}

.event-detail-desc .contourPage .contourFieldSet .row-fluid .contourField div span.checkboxlist label {
    width: 30px;
    margin-right: 5px
}

/*button cn*/

.event-detail-desc .contourNavigation {
    float: left;
    width: 100%;
}

.event-detail-desc .contourNavigation input[type="submit"] {
    float: left;
    background: #00529B;
    color: #FFF;
    font-size: 16px;
    padding: 10px 7%;
    border: 0;
    transition: all 0.3s ease-out 0s;
}

.event-detail-desc .contourNavigation input[type="submit"]:hover {
    background: #FED07A;
    cursor: pointer;
}

ul.search-result {}

ul.search-result li {
    background: none
}

ul.search-result li h4 {
    padding: 5px 0
}

ul.search-result li h4 a:hover {
    color: #FED07A
}

ul.search-result li hr {
    border-bottom: 1px dotted #ccc;
    border-top: 0
}

.body-content table {
    overflow: hidden;
    border: 1px solid #d3d3d3;
    background: #fefefe;
    width: 100%;
    margin: 0% auto 0;
    font-size: 13px;
    border-collapse: collapse;
}

.body-content td {
    color: #666
}

.body-content td a {
    color: #4982d5 !important;
}

.body-content th,
.body-content td {
    padding: 5px 10px 5px;
}

.body-content th {
    padding-top: 22px;
    background: #f7f7f7;
    color: #00529B;
    font-size: 15px;
}

.body-content td {
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
}

.body-content tr td {
    background: #fefdfa;
}

.body-content tr.odd-row td {
    background: #f7f7f7;
}

.body-content td.first,
th.first {
    text-align: left;
}

.body-content td.last {
    border-right: none;
}

.body-content tr.blueBg td {
    background-color: #DDE9F4 !important;
}

.body-content ol {
    margin-left: 15px;
    margin-top: 5px;
}

a.but-complaint {
    background: #00529B;
    float: right;
    color: #FFF;
    padding: 8px 25px;
    border-radius: 3px
}

a.but-complaint:hover {
    background: #FED07A;
    color: #00529B
}

form#qhome-subscribe-form {
    background: #F2F2F5;
    border: none;
    padding: 4%;
    margin-top: 25px;
    float: left;
    width: 100%;
}

form#qhome-subscribe-form button[type="submit"] {
    border: 0;
    background: #00529B;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 16px;
}

form#qhome-subscribe-form button[type="submit"]:hover {
    cursor: pointer;
    background: #FED07A;
    color: #003F77
}

form#qhome-subscribe-form input[type="radio"] {
    margin: 3px
}

form#qhome-subscribe-form .col-register-left {
    float: left;
    width: 50%;
}

form#qhome-subscribe-form .col-register-left label {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

form#qhome-subscribe-form .col-register-right label {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

form#qhome-subscribe-form .col-register-right {
    float: left;
    width: 50%;
}

form#qhome-subscribe-form .button-register-container {
    float: left;
    width: 100%;
    margin: 10px 0
}

form#qhome-subscribe-form .title {
    float: left;
    width: 100%;
    color: #00529B;
    font-size: 20px;
    font-family: 'PT Serif', serif;
    margin-bottom: 15px
}

form#qhome-subscribe-form .text {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 15px
}

form#qhome-subscribe-form .or {
    float: left;
    width: 100%;
    margin: 15px 0;
    font-size: 20px;
    font-family: 'PT Serif', serif;
    color: #333
}

form#qhome-subscribe-form .button-search-container {
    float: left;
    width: 100%;
}

form#qhome-subscribe-form .button-search-container a {
    border: 0;
    background: #00529B;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 16px;
}

form#qhome-subscribe-form .button-search-container a:hover {
    background: #FED07A;
    color: #003F77
}

.but-report {
    border: 0;
    background: #00529B;
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
}

.but-report span {
    color: #fff;
}

.but-report:hover {
    cursor: pointer;
    background: #FED07A;
}

.but-report:hover span {
    color: #003F77
}

.body-content .table-survey {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.body-content .table-survey table {
    border: none !important
}

.body-content .table-survey table th {
    background: #00529B !important;
    color: #FFF;
    font-size: 17px;
    height: 70px;
    padding-top: 10px;
    text-align: left
}

.body-content .table-survey table td {
    border-bottom: 1px solid #B9BABA !important;
    border-top: none !important;
    border-right: none;
    padding: 10px 5px;
    background: #FFF;
}

.body-content .table-survey table tr.odd-row td {
    background: #FFF;
}

form#subForm {
    background: #F2F2F5;
    border: none;
    padding: 4%;
    margin-top: 25px;
    float: left;
    width: 100%;
}

form#subForm label {
    color: #00529A;
    font-size: 16px;
    margin-bottom: 6px
}

form#subForm input#fieldName,
form#subForm input#fieldEmail {
    width: 50%;
    color: #00529A;
    font-size: 16px;
    background: #FFF;
    border: 1px solid #00529A !important;
    padding: 1%;
    border-radius: 0;
    margin-bottom: 15px
}

form#subForm button[type="submit"] {
    border: 0;
    background: #00529B;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px
}

form#subForm button[type="submit"]:hover {
    cursor: pointer;
    background: #FED07A;
    color: #003F77
}

.career-box {
    float: left;
    width: 100%;
    background: #F2F2F5;
    padding: 4%;
}

.career-box strong {
    color: #00529B;
    font-size: 20px
}

.error-page-cn-blue {
    width: 100%;
    float: left;
    background: #00529B;
    padding: 5%
}

.error-page-cn-blue h1 {
    color: #FFF;
    font-size: 2vw;
    font-weight: 700
}

.error-page-cn-blue h2 {
    color: #FFF;
    font-size: 30px
}

.error-page-cn-grey {
    width: 100%;
    float: left;
    background: #F2F2F5;
    padding: 5%
}

.error-page-cn-grey h3 {
    color: #333
}

.error-page-cn-grey h3 a {
    color: #00529B;
    text-decoration: underline;
}

.error-page-cn-grey h3 a:hover {
    color: #FED07A
}

#contour #recaptcha_widget_div,
.contour #recaptcha_widget_div {
    margin-left: 0 !important;
}

.googlerecaptcha span {
    float: left;
    width: 100%;
    margin-top: 5%;
}

/*udated 08/31/2017*/

#contour_form_be24011f24544bb383822880d45a49b4 .row-fluid .span6.col-md-6 {
    float: left;
    width: 50%
}

#contour_form_be24011f24544bb383822880d45a49b4 #ed9b6584-4ba2-4484-f979-5834dec1f840 .contourField.checkbox {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#contour_form_be24011f24544bb383822880d45a49b4 #ed9b6584-4ba2-4484-f979-5834dec1f840 .contourField.checkbox label {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

#contour_form_be24011f24544bb383822880d45a49b4 #ed9b6584-4ba2-4484-f979-5834dec1f840 .contourField.checkbox div {
    display: inline-block;
    vertical-align: top;
}

#188fc5c1-dd04-4902-8325-0309e97c1c48 {
    padding-bottom: 20px;
}

#contour_form_be24011f24544bb383822880d45a49b4 .foodallergies {
    float: left;
    width: 100%;
    margin-top: 15px;
}

/* popup */

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 9999;
}

.modal .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8)
}

.modal.is-note-visible {
    display: none
}

.modal-ads {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.modal-ads .cnImg {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.modal-ads .cnDesc {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.9);
    width: 60%;
    height: 100%;
    padding: 5% 4%;
}

.modal-ads .title {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 31px;
    color: #00529b;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.modal-ads .date {
    color: #000000;
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.modal-ads strong {
    font-weight: 700;
}

.modal-ads .link {
    float: left;
    width: 100%
}

.modal-ads .but1 {
    float: left;
    width: 100%;
}

/*comment below
.modal-ads .but1 a{padding: 14px 30px;color: #fff;font-weight: 700;font-size: 16px;background: #00529b;transition: all 0.5s ease}
*/

/*uncommnet below*/

.modal-ads .but1 a {
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: #00529b;
    transition: all 0.5s ease;
    float: left;
}

.modal-ads .but1 img {
    float: left;
    padding-right: 10px;
}

.modal-ads .but1 a:hover {
    background: #FFD07E;
    color: #00529b
}

.modal-ads .but2 {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-top: 20px;
}

.modal-ads .but2 a {
    font-weight: 700;
    font-size: 16px;
    color: #00529b;
    border-bottom: 1px solid #00529b;
    padding-bottom: 2px
}

.modal-ads .but2 a:hover {
    border-bottom: 1px solid #FFD07E
}

.modal-ads .small {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 16px;
}

.modal-ads .small strong {
    font-weight: 700
}

.modal-ads .close {
    position: absolute;
    right: 0px;
    top: -30px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 99999;
    cursor: pointer
}

.modal-ads .close:hover {
    opacity: 1;
}

.modal-ads .close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

.modal-ads .close:before {
    transform: rotate(45deg);
}

.modal-ads .close:after {
    transform: rotate(-45deg);
}

.span6.col-md-6 {
    float: left;
    width: 50%;
}

.contourNavigation .btn.prev.cancel {
    margin-right: 10px;
}

@media screen and (min-width: 0) and (max-width: 700px) {
    .contact-form-cn .col-right {
        float: left;
        width: 100%;
    }
    .modal-ads {
        width: 100%;
    }
    .modal-ads .cnDesc {
        width: 80%;
    }
    .modal-ads .title {
        font-size: 28px;
        margin-bottom: 24px;
    }
}

.mobile-app-wrapper {
    display: none;
}

.mauritiusifc–forwardlookingconference {
    display: none;
}

/*NEW LOGO*/

.logo2018 {
    width: 245px;
    height: 108px;
    background: url(../images/logo2018.png) 0 0;
    float: left;
    transition: all 0.3s ease-out 0s;
}

.stick-to-top .logo2018 {
    width: 60px;
    height: 69px;
    background: url(../images/logo-sm-2018.png) 0 0;
    float: left
}

.mobile-app-wrapper {
    display: none;
}

/* RESPONSIVE COLUMNS
******************************************************************/

.col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    -webkit-transition: width .3s ease-out;
    -moz-transition: width .3s ease-out;
    -ms-transition: width .3s ease-out;
    transition: width .3s ease-out
}

.row {
    margin: 0;
}

/* RESETS
******************************************************************/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* new modif - register a licensee 25 jul 18 */

/* page-details */

.back {
    float: left;
    width: 100%;
    padding: 2% 0%;
}

.back a {
    font-size: 15px;
    font-weight: 600;
    color: #b3b3b3;
}

.back a:hover {
    color: #FED07A
}

.company-result-info {
    float: left;
    width: 100%;
}

.company-result-info .company-title {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    color: #00529b;
}

.info-box {
    float: left;
    width: 100%;
    margin: 2% 0%;
    border: 1px solid #00529b;
}

.info-table {
    float: left;
    width: 100%;
    padding: 3%;
}

.info-table table {
    width: 100%;
    float: left;
    border-spacing: 0.5em;
}

.info-table td {
    padding: 17px 24px;
    background: #f8f8f8;
    font-size: 16px;
}

.info-table td.info-title {
    color: #00529b;
    padding: 17px 24px 17px 0px;
    background: inherit;
    width: 40%
}

.info-table td.info-sub {
    width: 60%;
    color: #747474;
    text-transform: uppercase
}

.company-result-details {
    float: left;
    width: 100%;
    padding: 10px 0px
}

.company-result-details .company-title {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    color: #00529b;
}

.info-details {
    float: left;
    width: 100%;
    margin: 2% 0%;
    background: #f6f6f6;
    padding: 3% 3% 5% 4%;
}

.info-details-box {
    float: left;
    width: 100%;
    margin-bottom: 2%;
}

.info-details-box .title-details {
    font-size: 18px;
    color: #00529b;
    font-style: italic;
    font-weight: 400
}

.info-details-box .title-details span {
    margin-right: 10px;
    width: 1%;
    margin-right: 15px !important;
    text-align: center;
}

.info-details-box .sub-details {
    font-weight: 600;
    font-size: 16px;
    color: #020202;
    margin-left: 2.5%;
    margin-top: 10px;
}

.info-details-box .sub-details ul {
    list-style: none;
    margin: 0px !important
}

.info-details-box .sub-details ul li {
    margin: 9px 0px
}

.button-back {
    width: 100%;
    float: left;
    margin-top: 15px
}

.button-back a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 16px 27px;
    background: #00529b;
    cursor: pointer;
}

.button-back a:hover {
    color: #FED07A
}

.disclaimer {
    float: left;
    width: 100%
}

.disclaimer-title {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px
}

.disclaimer-text {
    font-size: 14px;
    color: #afafaf;
    font-weight: 400;
    font-style: italic;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
    .info-table td {
        float: left;
        font-size: 13px;
    }
    .info-table td.info-title {
        padding: 10px 10px 10px 10px;
        width: 100%
    }
    .info-table td.info-sub {
        width: inherit;
        padding: 0px 10;
        background: transparent
    }
    .info-details-box .sub-details {
        font-size: 14px;
    }
}

.main-intro-block {
    float: left;
    width: 100%;
    padding-bottom: 2%
}

.main-intro-block .intro-title {
    color: #333333;
    float: left;
    width: 100%;
    font-size: 37px;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    margin: 2% 0;
}

.main-intro-block .intro-text {
    color: #666;
    float: left;
    width: 100%;
    font-size: 16px
}

.tabbing-category {
    float: left;
    width: 100%;
    padding-bottom: 4%
}

.tabbing-main {
    float: left;
    width: 100%;
    padding: 2% 0% 0% 0%;
}

.tabbing-result {
    float: left;
    width: 100%
}

.tabbing-result .arrow-title {
    font-weight: 600;
    font-size: 16px;
    color: #00529b;
}

.tabbing-result .arrow-title span {
    width: 21px;
    height: 21px;
    background: #00529b;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
}

.tabbing-result .arrow-title span::before {
    content: '→';
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.tabbing-category .tab {
    overflow: hidden;
    border: none;
}

.tabbing-category .tab button {
    background-color: #99bad7;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 19px 32px;
    transition: 0.3s;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}

.tabbing-category .tab button:hover {
    background-color: #00529b;
    color: #fecf7d;
}

.tabbing-category .tab button.active {
    background-color: #00529b;
    color: #fecf7d;
}

.tabbing-category .tabcontent {
    padding: 3%;
    border: none;
    background: #f8f8f8;
    float: left;
    width: 100%;
}

.tab-filter select,
label {
    display: block;
}

.tab-filter .form-float {
    display: inline-block;
    margin-right: 30px;
    width: 35%;
    vertical-align: top;
}

.tab-filter label {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 5%;
}

.tab-filter select {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    color: #000;
    padding: 10px 50px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icn/arrow-select.png) 95% 55% no-repeat;
    cursor: pointer;
    width: 100%;
}

.tab-filter select::-ms-expand {
    display: none;
}

.tab-filter input[type="text"] {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    color: #000;
    padding: 10px 50px 10px 10px;
    width: 100%;
}

.tab-filter input[type="submit"] {
    color: #fff;
    padding: 14px 25px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: #00529b;
    cursor: pointer;
    margin-top: 15px;
}

.tab-filter input[type="submit"]:hover {
    color: #FED07A;
}

.filter-result {
    float: left;
    width: 100%;
    padding: 0% 0%
}

.filter-result .title {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: bold;
    color: #00529b;
}

.filter-result .form {
    padding: 1% 3%;
}

.filter-result .form label {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: normal;
    margin-bottom: 4%;
}

.search-alt {
    float: left;
    width: 100%;
    padding: 3% 0px;
    border-bottom: 1px solid #bac3c9
}

.search-alt ul {
    list-style: none;
}

.search-alt ul li:first-child {
    font-family: 'PT Serif', serif;
    font-size: 15px;
    color: #888888;
    font-weight: normal;
    text-transform: initial
}

.search-alt ul li {
    font-family: 'PT Serif', serif;
    margin: 0px 5px;
    font-size: 15px;
    color: #888888;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.search-alt ul li.active {
    color: #00529b;
}

.total-result {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #00529b;
    font-weight: 700;
    padding: 2% 0% 2% 0%
}

.table-result {
    float: left;
    width: 100%;
}

.table-result table {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}

.table-result table tr {
    border: none
}

.table-result table th,
table td {
    padding: 1em;
    text-align: left;
}

.table-result table th {
    background: #53a1ea;
    color: #fff;
}

.table-result table tbody td {
    vertical-align: top;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #7f7f7f
}

.table-result table tbody tr {
    cursor: pointer;
}

.table-result table tbody tr.odd-row {
    background: #eeeeee
}

.table-result table tbody tr {
    background: #f7f7f7
}

.table-result table tbody tr:hover td {
    background: #ddecfb
}

.table-result tfoot td {
    text-align: left;
    color: #00529b;
}

.table-result tfoot td a {
    color: #bab9b9
}

@media screen and (max-width: 40em) {
    .table-result table {
        border: 0;
    }
    .table-result table thead {
        display: none;
    }
    .table-result table tr,
    .table-result table td {
        display: block;
    }
    .table-result table tr {
        margin-bottom: 0.5em;
    }
    .table-result table td {
        border-bottom: 1px dotted #ccc;
        text-align: left;
    }
    .table-result table td:last-child {
        border-bottom: 0;
    }
    .table-result table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}

.back form {
    float: right;
}

.back form input {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 4px 15px;
    background: #00529b;
    cursor: pointer;
    border: none;
}

.back form input:hover {
    background: #b3b3b3
}

.tab-filter input[type="submit"]#tab2 {
    display: inherit;
}

option:disabled {
    visibility: hidden !important;
    overflow: hidden !important;
}

/* Active state tab anchor */

.tabbing-main #horizontalTab {
    position: relative;
}

.tabbing-main #horizontalTab ul .tabhead {
    position: relative;
    background-color: #A2B2C3;
    display: inline-block;
    margin: 0;
}

.tabbing-main #horizontalTab ul .tabhead a {
    display: inline-block;
    padding: 10px 38px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer
}

.tabbing-main #horizontalTab ul .tabhead.active a {
    color: #FECF7D;
    text-shadow: none;
    background-color: #00529B;
}

.tabbing-main #horizontalTab ul .tabhead.active a:hover {
    color: #FECF7D;
    text-shadow: none;
    background-color: #00529B;
}

.marg.title {
    margin: 20px 0px 10px 0px;
}

/*Event*/

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

.eventList ul li {
    list-style: none;
    float: left;
    width: 25%;
}

.eventList ul li a {
    float: left;
    background: #00529B;
    color: #FFF;
    font-size: 16px;
    padding: 10px;
    border: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-appearance: none;
    border-radius: 0;
}

.eventList ul li a:hover {
    background: #FED07A;
    cursor: pointer
}

.eventList ul li .eventdate {
    color: #AEAEAE;
    font-size: 14px;
}

.eventList ul li .eventitle {
    color: #333333;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    margin: 10px 0 20px 0;
}

.Eventtdetaildate {
    color: #AEAEAE;
    font-size: 14px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.eventhead {
    color: #00529B;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #00529B;
    margin: 2% 0 3% 0;
}

.eventitles {
    color: #AEAEAE;
    font-size: 16px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

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

.eventListt ul li {
    list-style: none;
    float: left;
    width: 23%;
    margin-right: 2%;
    overflow: hidden;
}

.eventListt ul li .eventdate {
    color: #AEAEAE;
    font-size: 14px;
}

.eventListt ul li .eventitles {
    color: #333333;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    margin: 10px 0 20px 0;
}

.eventListt ul li:hover .eventitles {
    color: #00529B;
}

.eventListt ul li img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.eventListt ul li:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.eventListt ul li a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.eventListt ul li .photo {
    list-style: none;
    float: left;
    width: 100%;
    overflow: hidden;
}

.videoicon {
    position: absolute;
    background: url(../images/youtube2.png) 0 0;
    width: 50px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.session12parallelmasterclassestochoosebetween input=[type=radio] {
    float: left;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.session12parallelmasterclassestochoosebetween label {
    width: 90%;
    float: initial;
}

.session22parallelmasterclassestochoosebetween input=[type=radio] {
    float: left;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.session22parallelmasterclassestochoosebetween label {
    width: 90%;
    float: initial;
}

#horizontalTab li .photo {
    display: table;
    position: relative;
}

.video-new ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.video-new ul li {
    width: 23%;
    margin-right: 2%
}

.new-align {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.new-align-form {
    width: 50%;
    margin-right: 5%;
}

.new-align-img {
    width: 45%;
    position: relative;
}

.new-align-img img {
    width: 100%;
}

/* Added Ryan form */

.body-content.new-form .contourField {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.body-content.new-form .contour .contourField label {
    width: 25%;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
}

.body-content.new-form .contour .contourField.yourtitle label {
    padding-left: 40px;
}

.body-content.new-form .contour .contourField.yourtitle label:before {
    content: '';
    background: url('../images/icn-title.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-form .contour .contourField.firstname label {
    padding-left: 40px;
}

.body-content.new-form .contour .contourField.firstname label:before {
    content: '';
    background: url('../images/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-form .contour .contourField.lastname label {
    padding-left: 40px;
}

.body-content.new-form .contour .contourField.lastname label:before {
    content: '';
    background: url('../images/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-form .contour .contourField.contactnumber label {
    padding-left: 40px;
}

.body-content.new-form .contour .contourField.contactnumber label:before {
    content: '';
    background: url('../images/icn-contact-number.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-form .contour .contourField span.help-block {
    width: 10%;
}

.body-content.new-form .contour .contourField.contactnumber div {
    width: 61.5%;
}

.body-content.new-form .contour .contourField.emailaddress label {
    padding-left: 40px;
}

.body-content.new-form .contour .contourField.emailaddress label:before {
    content: '';
    background: url('../images/icn-email-address.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-form .contour .contourField.companyname label {
    padding-left: 40px;
}

.body-content.new-form .contour .contourField.companyname label:before {
    content: '';
    background: url('../images/icn-company.png');
    width: 24px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-form .contour .contourField.occupation label {
    padding-left: 40px;
}

.body-content.new-form .contour .contourField.occupation label:before {
    content: '';
    background: url('../images/icn-occupation.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-form .contour .contourField div {
    width: 72%;
    position: relative;
}

.body-content.new-form #contour input.text,
.body-content.new-form #contour textarea,
.body-content.new-form .contour input.text,
.body-content.new-form .contour textarea {
    max-width: 100% !important;
}

.body-content.new-forms .contourField {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.body-content.new-forms .contour .contourField label {
    width: 25%;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
}

.body-content.new-forms .contour .contourField.yourtitle label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.yourtitle label:before {
    content: '';
    background: url('../images/icn-title.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField.firstname label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.firstname label:before {
    content: '';
    background: url('../images/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField.lastname label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.lastname label:before {
    content: '';
    background: url('../images/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField.contactnumber label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.contactnumber label:before {
    content: '';
    background: url('../images/icn-contact-number.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField.areacodecontactnumber label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.areacodecontactnumber label:before {
    content: '';
    background: url('../images/icn-contact-number.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField span.help-block {
    width: 10%;
}

.body-content.new-forms .contour .contourField.contactnumber div {
    width: 61.5%;
}

.body-content.new-forms .contour .contourField.emailaddress label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.emailaddress label:before {
    content: '';
    background: url('../images/icn-email-address.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField.companyname label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.companyname label:before {
    content: '';
    background: url('../images/icn-company.png');
    width: 24px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField.occupation label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.occupation label:before {
    content: '';
    background: url('../images/icn-occupation.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField.country label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.country label:before {
    content: '';
    background: url('../images/icn-country.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField.organisationname label {
    padding-left: 40px;
}

.body-content.new-forms .contour .contourField.organisationname label:before {
    content: '';
    background: url('../images/icn-building.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-forms .contour .contourField div {
    width: 72%;
    position: relative;
}

.body-content.new-forms #contour input.text,
.body-content.new-forms #contour textarea,
.body-content.new-forms .contour input.text,
.body-content.new-forms .contour textarea {
    max-width: 100% !important;
}

/* new form bloc */

.new-form-bloc fieldset .row-fluid {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
}

.new-form-bloc .contour input.datepickerfield,
.new-form-bloc .contour select {
    margin: 0.5em 0;
}

.new-form-bloc #contour span.checkboxlist,
.new-form-bloc #contour span.radiobuttonlist,
.new-form-bloc #contour span.checkbox,
.new-form-bloc .contour span.checkboxlist,
.new-form-bloc .contour span.radiobuttonlist,
.new-form-bloc .contour span.checkbox {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.new-form-bloc #contour span.checkboxlist input,
.new-form-bloc #contour span.radiobuttonlist input,
.new-form-bloc #contour span.checkbox input,
.new-form-bloc .contour span.checkboxlist input,
.new-form-bloc .contour span.radiobuttonlist input,
.new-form-bloc .contour span.checkbox input {
    margin: 0 10px;
}

.new-form-bloc #contour span.checkboxlist label,
.new-form-bloc #contour span.radiobuttonlist label,
.new-form-bloc #contour span.checkbox label,
.new-form-bloc .contour span.checkboxlist label,
.new-form-bloc .contour span.radiobuttonlist label,
.new-form-bloc .contour span.checkbox label {
    margin-bottom: 0;
}

/* feedback form */

.body-content.new-feedback-form .span6.col-md-6 {
    width: 100%;
}

.body-content.new-feedback-form .contourField {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.body-content.new-feedback-form .contour .contourField label {
    width: 25%;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
}

.body-content.new-feedback-form .contour .contourField.yourtitle label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.yourtitle label:before {
    content: '';
    background: url('../images/feedback/icn-title.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.areacodecontactnumber label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.areacodecontactnumber label:before {
    content: '';
    background: url('../images/icn-contact-number.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.firstname label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.firstname label:before {
    content: '';
    background: url('../images/feedback/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.name label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.name label:before {
    content: '';
    background: url('../images/feedback/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.fullname label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.fullname label:before {
    content: '';
    background: url('../images/feedback/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.lastname label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.lastname label:before {
    content: '';
    background: url('../images/feedback/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.contactnumber label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.contactnumber label:before {
    content: '';
    background: url('../images/feedback/icn-phonenum.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.contactnumber label {
    padding-left: 40px;
    /*width: 50%;*/
}

.body-content.new-feedback-form .contour .contourField.contactnumber label:before {
    content: '';
    background: url('../images/feedback/icn-phonenum.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField span.help-block {
    width: 10%;
}

/*.body-content.new-feedback-form .contour .contourField.contactnumber div {
	width: 50%;
}*/

.body-content.new-feedback-form .contour .contourField.emailaddress label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.emailaddress label:before {
    content: '';
    background: url('../images/feedback/icn-email.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.companyname label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.companyname label:before {
    content: '';
    background: url('../images/icn-company.png');
    width: 24px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.occupation label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.occupation label:before {
    content: '';
    background: url('../images/icn-occupation.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.country label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.country label:before {
    content: '';
    background: url('../images/icn-country.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.organisation label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.organisation label:before {
    content: '';
    background: url('../images/feedback/icn-organisation.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.organisationname label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.organisationname label:before {
    content: '';
    background: url('../images/feedback/icn-organisation.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .contourField.designation label {
    padding-left: 40px;
}

.body-content.new-feedback-form .contour .contourField.designation label:before {
    content: '';
    background: url('../images/feedback/icn-designation.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.body-content.new-feedback-form .contour .yourtitle select {
    max-width: 30% !important;
}

.body-content.new-feedback-form .contour .contourField div {
    width: 72%;
    position: relative;
}

.body-content.new-feedback-form #contour input.text,
.body-content.new-feedback-form #contour textarea,
.body-content.new-feedback-form .contour input.text,
.body-content.new-feedback-form .contour textarea,
.body-content.new-feedback-form .contour select {
    max-width: 100% !important;
}

.body-content.new-feedback-form .span12.col-md-12 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.body-content.new-feedback-form .contourField.name {
    width: 55%;
}

.body-content.new-feedback-form .contourField.name label {
    margin-right: 25%;
}

.body-content.new-feedback-form .contourField.name input.text {
    max-width: 100% !important;
}

.body-content.new-feedback-form .contourField.lastname {
    width: 45%;
}

/*.body-content.new-feedback-form .contourField.lastname input.text {
	max-width: 100% !important;
}*/

.body-content.new-feedback-form .contourField.lastname label {
    display: none;
}

.body-content.new-feedback-form .contourField input.text {
    max-width: 84.5% !important;
}

/*.body-content.new-feedback-form .contourField.contactnumber {
	width: 50%;
}*/

.body-content.new-feedback-form .contourField.contactnumber1 {
    width: 50%;
}

.body-content.new-feedback-form .contourField.contactnumber1 label {
    display: none;
}

.body-content.new-feedback-form .contourField.contactnumber1 div {
    width: 85%;
}

.body-content.new-feedback-form .contourField.thedurationoftheworkshopwassufficienttodeliverthecontent span.radiobuttonlist,
.body-content.new-feedback-form .contourField.theobjectivesoftheworkshopweremet span.radiobuttonlist,
.body-content.new-feedback-form .contourField.thespeakerswereknowledgeableaboutthetopic span.radiobuttonlist,
.body-content.new-feedback-form .contourField.adequatetimewasprovidedforquestionsandanswers span.radiobuttonlist,
.body-content.new-feedback-form .contourField.theknowledgeacquiredcanbeappliedinyourbusiness span.radiobuttonlist {
    display: flex;
    align-items: center;
}

.body-content.new-feedback-form .contourField.thedurationoftheworkshopwassufficienttodeliverthecontent span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.theobjectivesoftheworkshopweremet span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.thespeakerswereknowledgeableaboutthetopic span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.adequatetimewasprovidedforquestionsandanswers span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.theknowledgeacquiredcanbeappliedinyourbusiness span.radiobuttonlist input {
    position: relative;
    left: 12px;
}

.body-content.new-feedback-form .contourField.thedurationoftheworkshopwassufficienttodeliverthecontent label,
.body-content.new-feedback-form .contourField.theobjectivesoftheworkshopweremet label,
.body-content.new-feedback-form .contourField.thespeakerswereknowledgeableaboutthetopic label,
.body-content.new-feedback-form .contourField.adequatetimewasprovidedforquestionsandanswers label,
.body-content.new-feedback-form .contourField.theknowledgeacquiredcanbeappliedinyourbusiness label {
    width: 50%;
}

.body-content.new-feedback-form .contourField.thedurationoftheworkshopwassufficienttodeliverthecontent span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.theobjectivesoftheworkshopweremet span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.thespeakerswereknowledgeableaboutthetopic span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.adequatetimewasprovidedforquestionsandanswers span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.theknowledgeacquiredcanbeappliedinyourbusiness span.radiobuttonlist label {
    top: -25px;
}

.body-content.new-feedback-form .contourField.wellorganised span.radiobuttonlist,
.body-content.new-feedback-form .contourField.easeofaccessibilitywebinarlink span.radiobuttonlist,
.body-content.new-feedback-form .contourField.easyregistrationprocess span.radiobuttonlist,
.body-content.new-feedback-form .contourField.qualityofsound span.radiobuttonlist,
.body-content.new-feedback-form .contourField.qualityofimage span.radiobuttonlist,
.body-content.new-feedback-form .contourField.helpsupport span.radiobuttonlist {
    display: flex;
    align-items: center;
}

.body-content.new-feedback-form .contourField.wellorganised span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.easeofaccessibilitywebinarlink span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.easyregistrationprocess span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.qualityofsound span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.qualityofimage span.radiobuttonlist input,
.body-content.new-feedback-form .contourField.helpsupport span.radiobuttonlist input {
    position: relative;
    left: 12px;
}

.body-content.new-feedback-form .contourField.wellorganised span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.easeofaccessibilitywebinarlink span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.easyregistrationprocess span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.qualityofsound span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.qualityofimage span.radiobuttonlist label,
.body-content.new-feedback-form .contourField.helpsupport span.radiobuttonlist label {
    top: -25px;
}

.body-content.new-feedback-form .contourField.howdidyouhearaboutthisworkshop span.radiobuttonlist {
    display: flex;
    width: 100%;
}

.body-content.new-feedback-form .contourField.howdidyouhearaboutthisworkshop span.radiobuttonlist input {
    top: 5px;
    position: relative;
    margin-right: 10px;
}

.body-content.new-feedback-form.ins .row-fluid {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.body-content.new-feedback-form.ins .row-fluid .span6.col-md-6 {
    width: 50%;
}

/* insurance */

.body-content.new-feedback-form.ins .row-fluid .span6.col-md-6 .contourField label {
    display: none;
}

.body-content.new-feedback-form.ins .row-fluid .span6.col-md-6 .contourField div {
    padding-left: 40px;
    width: 95%;
}

.body-content.new-feedback-form.ins .row-fluid .span12.col-md-12 .contourField.organisationname {
    max-width: 50%;
    margin: 0 auto;
}

.body-content.new-feedback-form.ins .row-fluid .span12.col-md-12 .contourField.organisationname label {
    display: none;
}

.body-content.new-feedback-form.ins .row-fluid .span12.col-md-12 .contourField.organisationname div {
    padding-left: 40px;
    width: 95%;
}

.body-content.new-feedback-form.ins .contour .contourField.organisationname div:before {
    content: '';
    background: url('../images/feedback/icn-organisation.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour .contourField.yourtitle div:before {
    content: '';
    background: url('../images/feedback/icn-title.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour .contourField.fullname div:before {
    content: '';
    background: url('../images/feedback/icn-name.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour .contourField.emailaddress div:before {
    content: '';
    background: url('../images/feedback/icn-email.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour .contourField.areacodecontactnumber div:before {
    content: '';
    background: url('../images/icn-contact-number.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour .contourField.occupation div:before {
    content: '';
    background: url('../images/icn-occupation.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour .contourField.country div:before {
    content: '';
    background: url('../images/icn-country.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contourField input.text {
    max-width: 100% !important;
}

.body-content.new-feedback-form.ins .contour .yourtitle select,
.body-content.new-feedback-form.ins .contour select {
    max-width: 95% !important;
}

.body-content.new-feedback-form.ins .contourNavigation.row-fluid {
    display: block;
}

.body-content.new-feedback-form .contourField.titleanddescription {
    margin-bottom: 50px;
}

/* Added popup */

.popup-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.popup-video.open {
    opacity: 1;
    visibility: visible;
}

.popup-video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* news form */

.newformcss .span6.col-md-6 {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}

.newformcss .contourField.yourtitle label {
    display: none !important;
}

.body-content.new-feedback-form .newformcss .contourField {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.newformcss .contourPage {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contour.newformcss fieldset {
    padding: 0;
    margin: 0;
    border: none !Important;
}

.body-content.new-feedback-form.ins .newformcss .row-fluid .span6.col-md-6 .contourField div {
    padding-left: 0;
    width: 100%;
}

.body-content.new-feedback-form .contour.newformcss .contourField div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    ;
}

.body-content.new-feedback-form .contour.newformcss .yourtitle select,
.body-content.new-feedback-form .contour.newformcss select,
.body-content.new-feedback-form .contour.newformcss textarea,
.body-content.new-feedback-form .contour.newformcss input.text {
    width: 95%;
    max-width: 100% !important;
}

.body-content.new-feedback-form.ins .contour.newformcss legend {
    text-align: center;
}

.body-content.new-feedback-form.ins .contour.newformcss .contourField.occupation div:before {
    display: none;
}

.body-content.new-feedback-form.ins .contour.newformcss .contourField.yourtitle div:before {
    content: '';
    background: url(../images/Title.png );
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour.newformcss .contourField.firstname div:before {
    content: '';
    background: url(../images/Name.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour.newformcss .contourField.companyname div:before {
    content: '';
    background: url(../images/Company-name.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour.newformcss .contourField.businessemailaddress div:before {
    content: '';
    background: url(../images/Email-Phone.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour.newformcss .contourField.country div:before {
    content: '';
    background: url(../images/Country.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.body-content.new-feedback-form.ins .contour.newformcss span.field-validation-error {
    color: #8a1f11 !important;
    background: transparent !important;
    position: absolute;
    top: -12px;
    left: 31px;
    font-size: 12px;
    padding: 0;
}

.body-content.new-feedback-form .newformcss .contourFieldSet .span12.col-md-12 .contourField {
    width: 100%;
}

.body-content.new-feedback-form .newformcss .contourFieldSet .span12.col-md-12 .contourField.yourtitle {
    width: 50%;
}

.body-content.new-feedback-form.ins .newformcss .contourNavigation.row-fluid {
    display: block;
    padding-left: 30px;
}

.body-content.new-feedback-form.ins .newformcss .contourNavigation .btn.prev.cancel {
    margin-left: -30px;
}

.body-content.new-feedback-form .feedbacknewforms.contour .contourField span.help-block {
    width: 50%;
}

.body-content.new-feedback-form .feedbacknewforms.contour .radiobuttonlist {
    display: flex;
    align-items: center;
}

.body-content.new-feedback-form .feedbacknewforms.contour .radiobuttonlist label {
    margin-right: 20px;
}

.body-content.new-feedback-form .feedbacknewforms.contour .radiobuttonlist input {
    margin-right: 5px;
}

.body-content.new-feedback-form .feedbacknewforms.contour .contourField.lastname label {
    display: block
}

.body-content.new-feedback-form .feedbacknewforms.contour .contourField.lastname {
    width: 100%
}

.body-content.new-feedback-form .feedbacknewforms.contour .contourField div {
    position: relative
}

.body-content.new-feedback-form .feedbacknewforms.contour .field-validation-error {
    padding-left: 0px;
    position: absolute;
    top: -12px;
    left: 0;
    font-size: 12px;
}

/* Form */

.applicationformforyounggraduatedevelopmentprogrammeygdp fieldset .row-fluid .span12.col-md-12 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField {
    width: 49%;
    position: relative;
    margin-bottom: 15px;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.curriculumvitae {
    width: 100%;
}

.contour.applicationformforyounggraduatedevelopmentprogrammeygdp input.datepickerfield,
.contour.applicationformforyounggraduatedevelopmentprogrammeygdp select {
    padding: 1.5%;
    max-width: 100%;
}

.contour.applicationformforyounggraduatedevelopmentprogrammeygdp .contourNavigation {
    margin-top: 30px;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .span2.col-md-2 {
    width: 20%;
    float: left;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .span2.col-md-2 .contourField {
    width: 90%;
    float: left;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .span4.col-md-4 {
    width: 33%;
    float: left;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .span4.col-md-4 .contourField {
    width: 90%;
    float: left;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.typepermanentindeterminatecontractualinternship {
    width: 100%;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.reasonforleavingpresentemplyment {
    width: 100%;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.ideclarethattheinformationihaveprovidedinthisapplicationformistruecompleteandaccuratetothebestofmyknowledgeiunderstandthatanymisrepresentationmadeinthisdocumentmayleadtotheterminationofmytraineeshiportodismissal {
    width: 100%;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.ideclarethattheinformationihaveprovidedinthisapplicationformistruecompleteandaccuratetothebestofmyknowledgeiunderstandthatanymisrepresentationmadeinthisdocumentmayleadtotheterminationofmytraineeshiportodismissal .radiobuttonlist {
    width: 100%;
    display: flex;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.ideclarethattheinformationihaveprovidedinthisapplicationformistruecompleteandaccuratetothebestofmyknowledgeiunderstandthatanymisrepresentationmadeinthisdocumentmayleadtotheterminationofmytraineeshiportodismissal .radiobuttonlist label {
    margin: 0 15px 0 10px;
    width: auto;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.ahaveyoubeenthesubjectofaninvestigationenquiryforanyoffenceduringthelast10years {
    width: 100%;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.ahaveyoubeenthesubjectofaninvestigationenquiryforanyoffenceduringthelast10years .radiobuttonlist {
    width: 100%;
    display: flex;
}

.applicationformforyounggraduatedevelopmentprogrammeygdp .contourField.ahaveyoubeenthesubjectofaninvestigationenquiryforanyoffenceduringthelast10years .radiobuttonlist label {
    margin: 0 15px 0 10px;
    width: auto;
}

.contourField.googlerecaptcha {
    margin-bottom: 5%;
    width: 100%;
    position: relative;
    float: left;
}

.contourField.googlerecaptcha label {
    display: flex;
    width: 100%;
}

.contourField.googlerecaptcha label span {
    width: auto;
    margin: 0;
}

/* Added overview page */

.fsc-booking-bloc {
    position: absolute;
    top: 50%;
    left: 50%;
}

.fsc-booking-bloc .fsc-booking-text {
    color: #004773;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.fsc-booking-bloc a {
    background: #004773;
    color: #fff;
    padding: 8px 12px;
    border: 0;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.fsc-booking-bloc a:hover {
    background: #CA9833;
}

@media screen and (max-width: 1200px) {
    .inner-banner .title.booking {
        width: 50%;
    }
    .fsc-booking-bloc .fsc-booking-text {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .fsc-booking-bloc {
        top: 40%;
    }
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
    .body-content.new-feedback-form .contour.newformcss .yourtitle select,
    .body-content.new-feedback-form .contour.newformcss select,
    .body-content.new-feedback-form .contour.newformcss textarea,
    .body-content.new-feedback-form .contour.newformcss input.text {
        width: 90%;
    }
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
    .body-content.new-feedback-form .contour.newformcss .yourtitle select,
    .body-content.new-feedback-form .contour.newformcss select,
    .body-content.new-feedback-form .contour.newformcss textarea,
    .body-content.new-feedback-form .contour.newformcss input.text {
        width: 90%;
    }
}

@media screen and (min-width: 0px) and (max-width: 699px) {
    .body-content.new-feedback-form .newformcss .contourField {
        width: 100%;
    }
    .body-content.new-feedback-form .newformcss .contourFieldSet .span12.col-md-12 .contourField.yourtitle {
        width: 100%;
    }
    .body-content.new-feedback-form.ins .newformcss .contourNavigation.row-fluid {
        display: block;
        padding-left: 48px;
    }
    .body-content.new-feedback-form .contour.newformcss .contourField label {
        width: 100%;
    }
    .body-content.new-feedback-form .newformcss .contourField {
        flex-direction: column;
    }
    .body-content.new-feedback-form.ins .contour.newformcss .contourField.yourtitle div:before {
        content: '';
        background: url(../images/Title.png);
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: -10px;
    }
    .body-content.new-feedback-form.ins .contour.newformcss .contourField.firstname div:before {
        content: '';
        background: url(../images/Name.png);
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
    }
    .body-content.new-feedback-form.ins .contour.newformcss .contourField.companyname div:before {
        content: '';
        background: url(../images/Company-name.png);
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
    }
    .body-content.new-feedback-form.ins .contour.newformcss .contourField.businessemailaddress div:before {
        content: '';
        background: url(../images/Email-Phone.png);
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
    }
    .body-content.new-feedback-form.ins .contour.newformcss .contourField.country div:before {
        content: '';
        background: url(../images/Country.png);
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
    }
    .fsc-booking-bloc .fsc-booking-text {
        display: none;
    }
    .inner-banner .title.booking {
        width: 80%;
    }
    .fsc-booking-bloc {
        top: 60%;
        left: 40%;
    }
    .fsc-booking-bloc a {
        padding: 5px 10px;
        font-size: 14px;
    }
}