

/*-----------------
1. Google font
------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}
p{
    line-height: 1.4em;
    font-weight: 300;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

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

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 700;
}

.overlay h2{
    margin: 0 0 10px;
    font-weight: 300;
}

html,
body {
    height: 100%
}

body {
    font-family: "Montserrat",Arial,sans-serif ;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #4a5264;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
*Helper-Classes
**/

.full-height {
    width: 100%;
    height: 275px;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    background: #2b5b9b;
    float: left;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.v-center h2{
    font-size: 42px;
    color: #ffffff;
    font-weight: 500;
}    
.v-center p{
    font-size: 28px;
    line-height: 1.4em;
    margin-top: 20px;
    color: #ffffff;
    font-weight: 500;
}

.v-p p{
    font-weight: 400;
    font-size: 21px
}
.section-padding {
    padding: 70px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #4a5264;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
    border: 2px solid;
}

.social-menu li a:hover {
    background-color: transparent;
    color: #ffffff;
}

/**
*Default Background Class
**/
section:nth-child(odd).first, section:nth-child(odd).third {
    background: #ffffff;
}
section:nth-child(even).second{
    background-color: #e7eef4;
    color: #2b5b9b;
    padding-bottom: 0;
}

section:nth-child(odd){
    background: #FFFFFF;

}
section:nth-child(odd) h2{
    color: #2b5b9b;
    font-size: 30px;
    font-weight: 500;
}

section:nth-child(even){
    background-color: #4a5265;
    color: #FFFFFF;
}

section:nth-child(even).second h2{
    color: #2b5b9b;
}

h2{
    color:#2b5b9b;
}
}

/**
*Default Button
**/

.button {
    display: inline-block;
    padding: 8px 30px;
    color: #ffffff;
    background-color: #2b5b9b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    border: 0;
}
   

.button.white{
    background-color: #337ab7;
    color: #ffffff;
}

.button.white:hover {
    background-color: #4a5264;
    color: #ffffff;
}

.button i {
    margin-left: 5px;
}

/**
*Page title
**/

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

.page-title h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 500;
}

/**
*Box-style
**/

.box {
    padding: 0 5px;
    text-align: center;
    border-radius: 5px;
    height: 230px;
    color: #2b5b9b;
    margin-bottom: 0px;
}

.box h4 {
    text-transform: uppercase;
    color: #2b5b9b;
}

.box .box-icon {
    height: 85px;
    margin-bottom: 0;
}

.box .box-icon i {
    font-size: 70px;
    color: #739abb;
}

.box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box p{
    line-height: 1.4em;
    color: #4b5365;
}

/**
*Mainmenu-area
**/

.mainmenu-area {
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #ffffff;
    height: 80px;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0 0;
}

.overlay,
.overlay a,
.mainmenu-area a {
    color: #ffffff;
}

.mainmenu-area .logo {
    height: inherit;
    margin-top: 0;
    padding-left: 0;
    width: 170px;
    padding: 0;
}

.mainmenu-area .logo h1{
    margin-bottom: 0;
    color: #2b5b9b;
    font-weight: 300;
    font-size: 38px;
    margin-top: 0;
    font-weight: 700;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 15px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
    cursor: pointer;
    color: #2b5a9b;
    font-weight: 300;
}


.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: 3px solid #ffffff;
}

.mainmenu-area.affix {
    background-color: #138fc2;
}



/**
*Header-area
**/

.overlay {
    position: relative;
    height: 420px;
    background:url(../images/banner-home.jpg);


}

.overlay.exame {
    background:url(../images/banner-home-exame.jpg);
    z-index: 999;
    

}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.header-text .button {
    margin-top: 30px;
}

.screen-slider .item {
    background: url('images/mobile2.png') no-repeat scroll center center / auto 100%;
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


/***
*Presentation-Page
***/
.info-desc .side-icon-box .side-icon span{
    border: 2px solid #2b5b9b;
    background: transparent;
    width: 50px;
    height: 50px;
}
.info-desc .side-icon-box .side-icon span i{
    color: #2b5b9b;
}
.info-desc .side-icon-box strong{
    color: #2b5b9b;
    margin-bottom: 0px;
}
.info-desc .side-icon-box {
    color: #848484;
    height: 70px;
}
.info-desc .side-icon-box .side-icon span i {
    font-size: 25px;
    height: 47px;
}
#about-page .box .box-icon i {
    color: #275a9d;
}
#about-page .box h4 {

    color: #7399bb;
}
#about-page .box{
    height: auto;
}


/**
*Caption-slider
**/
.course-area h4{
    color: #2b5a9b;
    min-height: 75px;
    line-height: 1.2em;
    font-weight: 400;
    height: 165px;
}
.course-area a{
    margin: 20px 0;
}
.course-area .col-sm-4{
    border-right: 1px solid #dcdcdc;
}
.course-area .col-sm-4:last-child{
    border-right: none
}
.course-area img{
    margin-bottom: 25px;
}
.course-area h3{
    font-size: 18px;
    margin: 20px 0 0;
}    


/***
*Testimonial-Page
***/

.testimonial-area:before {
    opacity: 0.9
}

.owl-carousel.owl-loaded {
    display: block;
    background: #ffffff;
    color: #2b5b9b;

}
.owl-carousel .owl-controls .owl-nav {
    margin-top: 0;
    background: #f9f9f9;
}
.testimonial {
    text-align: center;
    padding: 20px;
}

.side-icon i{
    font-size: 50px;
    margin: 30px 0;
    color:#2b5b9b
}
.testimonial p{
    color: #515656;
}    

.how-get-certified .side-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px;
    margin-top: 40px;
}

.btn{
    background: #275a9d;
    color: #ffffff;
    border-color: #275a9d;
    padding: 12px 35px;
    font-size: 1.0625em;
    font-weight: normal;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    margin-top: 10px;
}
#why-certify h4{
    text-transform: uppercase;
    line-height: 22px;
}

.how-get-certified .btn a{
    color: #ffffff;
    border:0

}
.how-get-certified .side-icon span {
    width: 80px;
    height: 80px;
    border: 3px solid #2b5b9b;
    border-radius: 100px;
    color: #2b5b9b;
    text-align: center;
    font-size: 40px;
    padding-top: 3px;
}
.how-get-certified .col-lg-2{
    padding: 0 0;
    margin: 0 18px;
}
.how-get-certified p{
    color: #4a5264;
}
.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
    border: 0;
}
form#register-form .styled-select.disable select {
    opacity: 0.7;
}
/**
*Accordion
**/

#accordion .panel {
    background: transparent;
    box-shadow:none;
    border-bottom: 1px solid #c9d3dc;
}

#accordion .panel .panel-title {
    padding: 15px 0 15px 40px;
    position: relative;
    font-size: 14px;
    background: transparent;
}

#accordion .panel .panel-collapse {
    padding-left: 40px;
    padding-top: 10px;
}
#accordion .panel .panel-title a{
    width: 100%;
    display: block;
}
#accordion .panel .panel-title a span:after{
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a5264;
    border-bottom: 1px solid #4a5264;
    position: absolute;
    left: 17px;
    content: " ";
    top: 20px;
}
#accordion .panel .panel-title a[aria-expanded="true"] span:after{

transform: rotate(-45deg);

-webkit-transition: all .2s ease-in-out;

-moz-transition: all .2s ease-in-out;

transition: all .2s ease-in-out;

top: 21px;
}
#accordion .panel .panel-title a[aria-expanded="false"] span:after{

    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    
    }




/***
*Footer-area
***/

.footer-bg {
    background: #4a5264;
    color: #ffffff;
}
.footer-bg h2 {color: #ffffff !important;}
.footer-top {
    margin-bottom: 0;
    border-bottom: transparent;
    padding-bottom: 30px;
    padding-top: 60px;
    color: #ffffff;
}

.side-icon-box {
    position: relative;
    padding-left: 55px;
    color: #ffffff;
    height: 67px;
}
.footer-top .side-icon-box:nth-child(2){
    height: 50px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}
.side-icon-box .side-icon span {display: block;width: 51px;height: 51px;text-align: center;background-color: transparent;color: #2e5b73;border-radius: 100px;-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);font-size: 15px;}
.side-icon-box .side-icon span i {margin:0 ;align-items: center;align-content: center;text-align: center;justify-content: center;font-size: 20px;display: flex;height: 40px;color: #ffffff;}
.side-icon-box strong {
    display: block;
    margin-bottom: 0px;
}
.side-icon-box a {
    color: #ffffff;
}
.footer-middle {
   padding: 23px;
   background: #2c3342;
}
.footer-middle p{
    color: #ffffff;
    margin: 0;
}    
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
}

/***
*Contact-form
****/

.contact-form .button {
    min-width: 150px;
    margin-top: 10px;
    background: transparent;
    border: 2px solid  #ffffff;
    color: #ffffff;
    padding: 8px 30px;
    float: right;
}
.contact-form .button:hover {
    min-width: 150px;
    margin-top: 10px;
    background: #ffffff;
    border: 2px solid  #ffffff;
    color: #4a5264;
}
.footer-top .text-contact{
    margin-left: 5.333333%;
}

.subscribe-form .button {
    min-width: 150px;
    background: #337ab7;
    color: #ffffff;
}
.subscribe-form  .button:hover {
    min-width: 150px;
    background: #4a5264;
    color: #ffffff;
}
.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
    border: 0;
}
.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}


  #response .success, #response-subscribe .success, #response-new .success{
    color: #FFFFFF;
    background: #89D079;
    padding: 20px;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  #response .error, #response-subscribe .error, #response-new .error{
    color: #FFFFFF;
    background: rgb(201, 112, 109);
    padding: 20px;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }

  address{
    margin-top: 25px;
  }

  #contact label{
    position: relative;
    top: -20px;
  }


.testimonials .cd-testimonials-item {
    -moz-transform: translate3d(0,0,0) scale(.4);
    -ms-transform: translate3d(0,0,0) scale(.4);
    -o-transform: translate3d(0,0,0) scale(.4);
    -moz-transition: -moz-transform .3s,opacity .3s
}

.testimonials p {
    position: relative;
    background: #d4e0e626;
    color: #fdfdfd;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: .25em;
    margin-bottom: 1em;
}

.testimonials p::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #d4e0e626;
}

.testimonials .cd-author {
    text-align: left;
    margin-left: 1.5em;
}
.testimonials ul{
    list-style: none;
margin: 0;
padding: 0;

}


.testimonials .cd-author img {
    box-shadow: 0 0 0 transparent
}

@media only screen and (min-width: 768px) {
    .testimonials .cd-author {
        margin-left:1em;
        color: #f7f7f7;
        line-height: 1.3em
    }
}

@media only screen and (min-width: 1170px) {
    .testimonials .cd-testimonials-item {
        width:21%;
        margin: 0 1.6666% 3em;
        display: inline-grid;
    }
}


.rwd-table {
    margin: 1em 0;
  }
  .rwd-table tr {
    border-bottom: 1px solid #fefefe;
  }
  .rwd-table th {
    display: none;
  }
  .rwd-table td {
    display: block;
  }
  .rwd-table td span {
    float: right;
    white-space: initial;
    width: 205px;
    margin-bottom: 15px;
    line-height: 16px;
  }    
  .rwd-table td:first-child {
    padding-top: 0.5em;
  }
  .rwd-table td:last-child {
    padding-bottom: 0.5em;
  }
  .rwd-table td:before {
    content: attr(data-th) "";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
  }
  @media (min-width: 480px) {
    .rwd-table td:before {
      display: none;
    }
  }
  .rwd-table th,
  .rwd-table td {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
  }
  @media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
      display: table-cell;
      padding: 0.25em 0.5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
      padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
      padding-right: 0;
    }
    .rwd-table td span {
        width: inherit;
        float: inherit;
    }    
  }

  
  .rwd-table {
    color: #fff;
    border-radius: 0.4em;
    overflow: hidden;
  }
  @media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
      padding: 5px 15px;
      vertical-align: super;
    }
    .rwd-table tr td:nth-child(3){
        white-space: normal;
        line-height: 18px;
      } 
  }

  .rwd-table th,
  .rwd-table td:before {
    color: #fff;
    text-align: left;
    height: 30px;
  }
  @media (max-width: 414px) {
    #simplemodal-container{
        left: 0 !important;
        width: 100% !important;
    }
    .rwd-table th, .rwd-table td {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 290px;
    }
  }
  .new{
    padding: 0 0 30px;

  }
section:nth-child(even).new a:hover{
    background: transparent;
    color: initial;
    border:0;
  }

  .new h4 a{
    color: #2b5b9b;
    font-size: 14px;
    cursor: pointer
  }
  .new form{
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
  }
  .new form .error{
    color:  rgb(201, 112, 109);
}
  .new .form-control{
      background: #ececec;
  }
#response-new .success {
    margin-bottom: 40px;
}  


#register-form #response-contact {
    text-align: center;
    margin-top: 40px;
    border: 2px solid #4dabbf;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 5px;
    display: none
}

#register-form #response-contact .success {
    color: #4dabbf
}

#register-form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px
}

form#register-form {
    margin-top: 0
}

form#register-form p {
    margin-bottom: 35px;
}

form#register-form p.error {
    color: #f7633e;
    padding-top: 0;
    display: block;
    position: relative;
    top: -14px;
    font-weight: 300;
    font-size: 13px;
    text-align: left
}

form#register-form label {
    color: #4a5264;
    font-weight: 300;
    text-align: left;
    display: block;
}
form#register-form label.error {
    color: red;
    position: relative;
    top: -14px;
}


form#register-form input,#register-form form textarea {
    width: 100%;

    line-height: 1.42857143;
    padding-left: 20px;
    color: #275a9d;
    font-size: 1.0625em;
    border: 2px solid #275a9d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    border-radius: 4px;
    box-shadow: none
}

form#register-form  .styled-select {
    width: 100%;
    line-height: 1.42857143;
    padding-left: 20px;
    color: #275a9d;
    font-size: 1.0625em;
    border: 2px solid #275a9d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none
}
form#register-form  .styled-select.disable {
    opacity: 0.3;
}   


form#register-form .styled-select p.error {
    top: 4px;
    left: -22px;
    font-size: 13px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

form#register-form .styled-select select {
    width: 100%;
    font-size: 1.0625em;
    height: 45px;
    margin: 0;
    background: transparent;
    color: #275a9d;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
 
}
form#register-form .styled-select.disable select {
     opacity: 0.7;  
}

form#register-form  .styled-select select option {
    background-color: #fff
}

form#register-form .styled-select .select-button {
    background-color: transparent;
    right: 25px;
    top: 30px;
    position: absolute;
    pointer-events: none;
    width: 2em;
    height: 54px
}

#register-form ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

form#register-form .styled-select .select-button .select-button-text {
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    display: block
}

form#register-form .styled-select .select-button .select-button-text span {
    font-size: 1em
}

form#register-form .small-arrow-down {
    width: 0;
    height: 0;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: .5em solid #275a9d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

form#register-form  .lt-ie10 .styled-select {
    background: #fff;
    border: none
}

form#register-form .lt-ie10 .styled-select .select-button {
    display: none
}

form#register-form  button {
    background: #275a9d;
    color: #ffffff;
    border: none;
    padding: 12px 34px;
    float: right;
    font-size: 1.0625em;
    font-weight: normal;
    cursor: pointer;
    outline: none;
    margin-top: 20px;
}

#register-form form button:hover {
    background: transparent;
    color: #275a9d;
    border-color: #275a9d;
    transition: all 0.4s ease-out
}

form#register-form  textarea {
    height: auto;
    border: 2px solid #275a9d;
    min-height: 100px;
}


#register-form .styled-checkbox {
    opacity: 0
}

#register-form .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #4a5264;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

#register-form .styled-checkbox+label+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #275a9d;
    font-weight: 300;
    margin-bottom: 35px;
    margin-top: 15px
}
#register-form a{
    text-decoration: underline;
    color: #275a9d;
}

#register-form .styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px #275a9d solid;
    top: -4px;
    position: relative
}

#register-form .styled-checkbox:checked+label:before {
    border-color: #275a9d
}

#register-form .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

#register-form .styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

#register-form .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    background: #275a9d;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #275a9d,4px 0 0 #275a9d,4px -2px 0 #275a9d,4px -4px 0 #275a9d,4px -6px 0 #275a9d,4px -8px 0 #275a9d;
    transform: rotate(45deg)
}
#register-form  ::-webkit-input-placeholder {
    color: #275a9d;
}

#register-form  ::-moz-placeholder {
    color: #275a9d;
}

#basic-modal-content,#modal-contato {
    display: none
}

#simplemodal-overlay {
    background-color: #000;
    z-index: 999999!important
}

#simplemodal-container {
    height: 470px;
    width: 600px;
    color: #4a5264;
    background-color: #fff;
    text-align: left;
    z-index: 99999999!important
}

#simplemodal-container p {
    margin: 10px 0;
    padding: 0 30px;
    text-align: justify
}


#simplemodal-container a {
    color: #4a5264;
}
#simplemodal-container a.modalCloseImg {
    background: url(../images/close.png) no-repeat;
    width: 33px;
    height: 40px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 18px;
    right: 14px;
    cursor: pointer;
    background-size: 65%
}

#simplemodal-container h3 {
    color: #fff;
    clear: both;
    padding: 0;
    margin: 0;
    height: auto;
    font-size: 18px;
    text-align: left;
    padding: 20px;
    background-color: #275a9d;
    box-sizing: border-box;
    position: fixed;
    width: 600px
}

#modal {
    display: none;
    position: fixed;
}
.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
  
    .dropdown-list {
        padding: 12px;
        background: #fff;
        position: absolute;
        top: 80px;
        left: 1px;
        right: 2px;
      box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
      transform-origin: 50% 0;
      transform: scale(1, 0);
      transition: transform .15s ease-in-out .15s;
      max-height: 66vh;
      overflow-y: scroll;
      z-index: 99;
    }
    
    .dropdown-option {
      display: block;
      padding: 0 45px;
      opacity: 0;
      transition: opacity .15s ease-in-out;
    }
    
    .dropdown-label {
      display: block;
      height: 49px;
      background: #fff;
      border: 2px solid #2d5d99;
      padding: 15px 12px;
      line-height: 1;
      cursor: pointer;
      border-radius: 4px;
      
      &:before {
        content: '▼';
        float: right;
      }
    }
    
    &.on {
     .dropdown-list {
        transform: scale(1, 1);
        transition-delay: 0s;
        
        .dropdown-option {
          opacity: 1;
          transition-delay: .2s;
        }
      }
      
      .dropdown-label:before {
        content: '▲';
      }
    }
    
    [type="checkbox"] {
        position: relative;
        top: 20px;
        margin-right: 4px;
        left: -390px;
        float: left;
    }
  }

  #register-form .none .styled-checkbox+label.none:before{
    border: 0;
    height:5px;

  }

  #register-form .none .styled-checkbox+label+label{
    margin:0
  }
  #register-form .none .styled-checkbox+label.error:before{
    border: 0;
    width: 0;
    margin: 0;
  }
  #register-form .top{
    position: relative;
    top: -35px;
  }
