@font-face {
    font-family: 'SimSun';
    src: url('../fonts/chinese/simsun.ttf') format("truetype");
}

/*Fixes I found*/
body{
    padding-top: 60px;
}
.navbar{
    min-height: 60px;
}
.cardiology-banner{
    background-repeat: no-repeat;
    background-position: center;            
    background-color: #f8f8f8;            
}
@media only screen and (max-width: 767px){
    .cardiology-banner{
        position: relative;
        top: 40px;
    }
}
@media only screen and (max-width: 812px){                
    .cardiology-banner{
        background-image: none !important;
    }
}
@media only screen and (min-width: 813px){                      
    .cardiology-banner{
        min-height: 600px;
    }
}
.course-banner .banner-title{
    color: #333333;
    font-size: 40px;
    font-family: 'Gotham Medium','SimSun';
    line-height: normal;
}
.course-banner .banner-title span{
    color: #1060b6;
    font-family: 'Gotham Black','SimSun';
    line-height: normal;
}
.section-header-d{
    text-align: center;
    padding: 35px 15px;
}
.section-header-d h3{
    margin: 0px;
    color: #1060b6;
    font-size: 26px;
    font-family: 'Gotham Medium','SimSun';
    text-transform: uppercase;
}
.section-headerMy {
    margine: 0px;
    color: #1060b6;
    font-size: 26px;
    font-family: 'Gotham Book', 'SimSun';
}
.box h1{
    text-align:center;
    position:relative;
    top:80px;
}
/*.box {            
    height:200px;
    background-color: #1060b6;
    margin:40px auto;
}
 .blue-box
{
position: relative;

}
.blue-box:before, .blue-box:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 0;
    width: 50%;
    top: 40%;
    
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #8f8c8c;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-2deg);
}
.blue-box:after
{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(2deg);
    right: 0px;
    left: auto;
} */

.blue-box{            
    background-color: #1060b6;
    margin:0px auto 50px;
    position: relative;
}
.blue-box-inner{
    padding:30px 15px;
    max-width: 1194px;
    position: relative;
    margin: 0 auto;
}
.blue-box-row {
    
    
}
@media only screen and (min-width: 768px){
    .blue-box-row {
        display: flex;
        flex-wrap: wrap;    
        justify-content: center;
    }
    .blue-box-row-col {
        width: 45%;
    }    
}
@media only screen and (min-width: 1024px){
    .blue-box-row-col.col-first {
        width: 282px;
    }
    .blue-box-row-col.col-two {
        width: 302px;
    }
    .blue-box-row-col.col-three {
        width: 210px;
    }
    .blue-box-row-col.col-four {
        width: 200px;
    }    
    .blue-box-row-col.col-three-merge {
        width: 410px;
    }     
}
@media only screen and (min-width: 1200px){
    .blue-box-row-col.col-first {
        width: 298px;
    }
    .blue-box-row-col.col-two {
        width: 318px;
    }
    .blue-box-row-col.col-three {
        width: 225px;
    }
    .blue-box-row-col.col-four {
        width: 215px;
    }    
    .blue-box-row-col.col-three-merge {
        width: 440px;
    }     
}




.blue-box:before{
    content: " ";
    background: url(../diabetes/images/blue-box-t-shadow.png) no-repeat center bottom;
    position: absolute;
    top: -41px;
    width: 100%;
    height: 53px;
    background-size: cover;
    max-width: 1920px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.blue-box:after{
    content: " ";
    background: url(../diabetes/images/blue-box-b-shadow.png) no-repeat center bottom;
    position: absolute;
    bottom: -41px;
    width: 100%;
    height: 50px;
    background-size: cover;
    max-width: 1920px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.blue-box-block {
    display: flex;
    /* align-items: flex-end; */
    align-items: center;
    color: #fff;
    padding: 20px 0px;
}
/*@media only screen and (min-width: 992px){                
    .blue-box-block{
        align-items: flex-start;
    }
}
 @media only screen and (min-width: 1120px){                
    .blue-box-block{
        align-items: flex-end;
    }
} */
.blue-box-block-img {
    padding: 5px 20px 0px 0px;
}
.blue-box-block-details span {
    display: block;
}
.blue-box-block-title{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Gotham Medium','SimSun';
    line-height: 20pt;
}
.blue-box-block-text{
    font-size: 15px;  
    line-height: 20px;  
    font-family: 'Gotham Book','SimSun';
}

/*Three Buttons*/
.three-block-wrap {
    padding: 0px 15px;
    max-width: 1260px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-wrap: wrap;
}

.three-block {
    background: #1060b6;
    padding: 15px;
    border-radius: 5px;
    width: 389px;
    max-width: 100%;
    margin-bottom: 50px;
    position: relative;
    min-height: 110px;
}
.three-block:after{
    content: " ";
    background: url(../diabetes/images/three-buttons-shadow.png) no-repeat center bottom;
    position: absolute;
    bottom: -34px;
    width: 100%;
    height: 46px;
    background-size: 100%;
    max-width: 346px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 0;
}
.three-block-title {
    text-align: center;
    padding: 0px 0px 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Gotham Book','SimSun';
}
.three-block-two-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.three-block-two-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.three-block-two-cols span {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Gotham Book','SimSun';
    color:#fff;
    cursor:pointer;
}
span.three-block-two-cols-img {
    padding-right: 10px;
}
.three-block.download-block {
    display: flex;
    align-items: center;
}
.download-block-img {
    padding: 0px 15px 0px 0px;
}
.download-block-title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Gotham Book','SimSun';
}
.download-block-title a {
    color: #fff;
    cursor: pointer;
}
@media only screen and (min-width: 768px){                
    .three-block-wrap{
        justify-content: space-around;
    }
    .three-block{
        width: 320px;
    }
    .three-block:after{
        bottom: -31px;
    }
}
@media only screen and (min-width: 1200px){
    .three-block-wrap{
        justify-content: space-between;
        max-width: 1360px;
    }
    .three-block{
        width: 389px;
        padding: 20px;
    }
    .three-block:after{
        bottom: -33px;
    }
}
.grid-container{
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/*accordion-blue*/
.accordion-blue .panel-default>.panel-heading{
    border: 1px solid #849ebb;
    background: #1060b6;
}
.accordion-blue .panel-group .panel + .panel{
    margin-top: -1px;
}
.accordion-blue .panel-title > a {
    display: block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: #fff;
    font-family: 'Gotham Medium','SimSun' !important;
}
.accordion-blue .panel-title > a span.icons{
    background: url(../diabetes/images/minus-icon.png) no-repeat right center;
    width: 17px;
    height: 22px;
    float: right;
}
.accordion-blue .panel-title>a:hover, .accordion-blue a:active, .accordion-blue  a:focus{
    color: #fff;
}
.accordion-blue .panel-title > a.collapsed span.icons{
    background: url(../diabetes/images/plus-icon.png) no-repeat right center;
}
.accordion-blue .panel-body {
    padding: 15px 5px;
    font-family: 'Gotham Book','SimSun';
}
.accordion-blue .panel-body, .accordion-blue .panel-body p {
    font-size: 15px;
}
.readmore{
    color:#1060b6;
    cursor:pointer;
    font-size:15px;
}
.program-director .pgm-text h3.name{
    font-family: 'Gotham Book','SimSun';
    font-weight: bold;
}
.program-director p{
    font-size: 15px;
}
/*program director*/
.row.program-director {
    padding-top: 30px;
}
.program-director-col-left {
    padding: 5px 0px 10px;
    min-width: 155px;
}
@media only screen and (min-width: 768px){
    .program-director-row {
        display: flex;
        justify-content: space-between;
    }
}
/*enq-form*/
.enq-form{
    padding: 20px 0px 30px 0px;
    max-width: 525px;
    margin: 0px auto;
}
.enq-form h2{
    padding: 20px 0px 10px 0px;
    font-family: 'Gotham Medium','SimSun';
    font-size: 30px;
    text-align: center;
    color: #1060b6;
    text-transform: uppercase;
}
.enq-form-row input[type=text] {   
    border-radius: 0px;
    text-align: left;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 14px;
    box-shadow: inset 0px 0px 10px 3px #f6f6f6;
    font-family: 'Gotham Medium','SimSun';
    height: 46px;
    padding: 0px 20px;
}
.enq-form-row.bt0 input[type=text] {
    border-top: 0px;
}
.enq-form-row input[type=text]:focus, .enq-form-row textarea:focus{
    outline: none;
}

.enq-form-row textarea{
    width: 100%;
    height: 110px;
    padding: 17px;
    border: 1px solid #dedede;
    font-size: 14px;
    box-shadow: inset 0px 0px 10px 3px #f6f6f6;
    font-family: 'Gotham Book','SimSun';
    color: #838383;
}
.checkbox-row{
    padding: 20px 0px;
    max-width: 350px;
    margin: 0px auto;
}
.field-checkbox label {
    padding: 0px 20px 0px 20px;
    font-size: 14px;
    color: #838383;
    font-family: 'Gotham Medium','SimSun';
    position: relative;
}
.field-checkbox {
    display: inline-block;
    padding: 10px 0px 10px 20px;
}
.enq-form-row input[type=checkbox] {
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
    width: 19px;
    height: 17px;
    position: relative;
    top: 3px;
}

.field-checkbox label {
    content: " ";
}
.buttons-row{
    text-align: center;
    padding: 30px 0px;
}
.buttonsubmit{
    background: rgb(0,42,81);
    background: linear-gradient(0deg, rgba(0,42,81,1) 0%, rgba(3,68,130,1) 13%, rgba(16,96,182,1) 28%, rgba(28,102,172,1) 48%, rgba(42,120,193,1) 68%, rgba(42,120,193,1) 100%);
    color: #fff;
    width: 280px;
    height: 74px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Gotham Medium','SimSun';
    padding: 0px;
    text-shadow: 3px 0px 5px rgba(0,0,0,0.9);
    position: relative;
}
.buttonsubmitwrap{
    position: relative;
    display: inline-block;
}
.buttonsubmitwrap::after{
    content: ' ';
    position: absolute;
    background: url(../diabetes/images/button-shadow.png) no-repeat center top;
    width: 280px;
    height: 32px;
    bottom: -30px;
    left: 0px;
}

/*theme-red*/


.theme-red .course-banner .banner-title span, .theme-red .section-header-d h3{
    color: #b30b33;
}
.theme-red .cardiology-login.btn, 
.theme-red .blue-box, 
.theme-red .three-block, 
.theme-red .accordion-blue .panel-default>.panel-heading,
.theme-red .diabetes-footer
{
    background: #a00b30;
}
.theme-red .enq-form h2,
.theme-red .readmore, 
.theme-red .hansa-c-about h3
{
    color: #a00b30;
}
.theme-red .accordion-blue .panel-default>.panel-heading{
    border:1px solid #b2828e;
}

.buttonsubmit.redbtn{
    background: rgb(75,5,23);
    background: linear-gradient(0deg, rgba(75,5,23,1) 0%, rgba(126,9,38,1) 13%, rgba(165,11,49,1) 28%, rgba(217,28,75,1) 48%, rgba(212,11,61,1) 68%, rgba(212,11,61,1) 100%);
}
.cardio-navbar {
    padding-right:5px;
    font-family: 'Gotham Book','SimSun';
}
.footer-heading3 h2{
    font-family: 'Gotham Book','SimSun';
}
.content-justify login-ch{   
    font-family: 'Gotham Book','SimSun';
}
#hansa-footer .block {
    font-family: 'Gotham Book','SimSun';
}
.navbar-default .navbar-nav > li > a{
    font-family: 'Gotham Book','SimSun';
}
.program-director-col-right h3, p{
    font-family: 'Gotham Book','SimSun';
}
.dropdown-menu > li > a{
    font-family: 'Gotham Book','SimSun';
}
