html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, 
*:before, 
*:after {  
    box-sizing: border-box;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box;
}
*{
    margin:0; padding:0;
    border:0; outline:0;
}
.clearfix:before,
.clearfix:after {
    content: " ";  display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body, html {
    /* important */
    height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
section.container {
    width: 100% !important;
}

a {
    background: transparent;
    text-decoration:none;
    outline:0;
}
a:active,
a:hover {
    outline: 0;
}
a, 
input, 
textarea, 
button,
select{
    font-family: 'Open Sans', sans-serif; color:#60666a;
    transition: all .2s linear; -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;-o-transition: all .2s linear;
    font-size: 14px;
}
b,
strong {
    font-weight: bold;
}
img {
    border: 0;
    max-width:100%;
}
li, 
ul{
    list-style-type:none;
}
/*
==============================Page Css Here========================*/
body{
    font-family: 'Open Sans', sans-serif;
    color:#60666a;
    font-weight:400;
    font-size:14px;
}
header,
section{
    float:left;
    width:100%;
    position:relative;
}
.inner-width{
    width:1140px;
    margin:0 auto;
    position:relative;
}
header{
    z-index:5;
    min-height:100px;
    background:#FFFFFF;
    box-shadow:0 6px 0px rgba(0,0,0,.1);
}
header a {
    display: block;
}
header h1{
    float:left;
    margin:26px 0 0;
}
.menu-searchbar{
    float:right;
    width:465px;
    margin:22px 0 0;
    position:relative;
}
.top-menu{
    float:left;
    width:65px;
    cursor:pointer;
    margin:18px 0 0;
}
.top-menu span{
    float:left;
    font-size:14px;
    text-transform:uppercase;
}
.top-menu img{
    float:right;
    margin:0px;
}
.dropdown{
    top:62px;
    right:68%;
    display:none;
    position:absolute;
    width:220px;
    z-index:55;
    min-height:120px;
    background:#FFF;
    border:1px solid #ddd;
    border-bottom:none;
    box-shadow:0px 0px 2px rgba(0,0,0,.15);
}
.dropdown:after, .dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.dropdown:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
.dropdown ul{
    float:left;
    width:100%;
}
.dropdown ul li{
    float:left;
    width:100%;
    border-bottom:1px solid #ddd;
}
.dropdown ul li a{
    float:left;
    width:100%;
    padding:15px 10px;
}
.dropdown ul li a:hover{
    color:#0072BC;
    background:#fbfbfb;
}
.top-searchbar {
    width:370px;
    float:right;
    position:relative;
}
.top-searchbar input[type="search"]{
    width:82%;
    float:left;
    height:55px;
    font-size:14px;
    padding:8px 20px;
    border:1px solid #e2e7ea;
    border-right:none;
    border-radius:50px 0 0 50px;
    -moz-border-radius:50px 0 0 50px;
    -webkit-border-radius:50px 0 0 50px;
}
.top-searchbar input[type="submit"]{
    width:18%;
    float:left;
    height:55px;
    border:none;
    cursor:pointer;
    border-radius:0 50px 50px 0;
    -moz-border-radius:0 50px 50px 0;
    -webkit-border-radius:0 50px 50px 0;
    background:#2ecc71 url(../images/icon-search.png) no-repeat center center;
}
.top-searchbar input[type="submit"]:hover{
    background-color:#21b962;	
}

.prompt-top-searchbar {
    height: 59px;
    float: none;
    width: auto;
    margin-bottom: 0 !important;

}

.top-searchbar.has-error,
.prompt-top-searchbar.has-error {
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 30px !important;
}

.icon-search,
.icon-phone{
    display:none;
}


/*
================Page Banner Section===============*/
.banner{
    background:url(../images/banner1.jpg) no-repeat;
    background-size:cover;
    width:100%;
    height:400px;
    text-align:center;
}
.banner h2{
    margin-top:6%;
    color:#FFFFFF;
    font-size:50px;
    font-family: 'Titillium Web', sans-serif;
}
.banner p{
    float:left;
    width:100%;
    color:#FFFFFF;
    margin:5px 0 0;
}
.banner-search{
    width:555px;
    margin:30px 0 0;
    text-align:left;
    position:relative;
    display:inline-block;
}
.banner-search input[type="email"]{
    width:77%;
    float:left;
    height:70px;
    font-size:16px;
    padding:12px 25px;
    border:1px solid #e2e7ea;
    border-right:none;
    border-radius:100px 0 0 100px;
    -moz-border-radius:100px 0 0 100px;
    -webkit-border-radius:100px 0 0 100px;
}
.banner-search a {
    background: #2ecc71 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 100px 100px 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 300;
    height: 70px;
    line-height: 1em;
    padding-left: 20px;
    padding-top: 15px;
    text-align: left;
    width: 23%;
}
.banner-search a strong{
    font-weight:700;
}
.banner-search a:hover{
    background-color:#21b962;
    text-decoration: none;
}
.banner-search button{
    width:23%;
    float:left;
    color:#FFF;
    height:70px;
    border:none;
    font-size:15px;
    cursor:pointer;
    line-height:1em;
    text-align:left;
    font-weight:300;
    padding-left:20px;
    border-radius:0 100px 100px 0;
    -moz-border-radius:0 100px 100px 0;
    -webkit-border-radius:0 100px 100px 0;
    background:#2ecc71;
}
.banner-search button strong{
    font-weight:700;
}
.banner-search button:hover{
    background-color:#21b962;	
}


/*
================Left and Right Slides===============*/
.slide{
    position:absolute;
    height:100%;
    top:0;
    width:390px;
    z-index:9999;
}

.slide .close_slide{
    position:absolute;
    top:20px;
    width:31px;
    padding:10px 0;
    text-align:center;
    cursor:pointer;
}

.slide .inner-width{
    margin-top:30px;
}

.slide.left .inner-width{
    width:346px;
}

.slide.right .inner-width{
    width:212px;
}

.slide.right{
    background-color:#252e37;
    border-left:#3b434b solid 5px;
    right:-450px;
    color:#51585f;
    -o-transition-property:-o-transform, right;
    -o-transition-duration:0.5s;
    -webkit-transition-property:-webkit-transform, right;
    -webkit-transition-duration:0.5s;
    -moz-transition-property:-moz-transform, right;
    -moz-transition-duration:0.5s;
    transition-property:transform, right;
    transition-duration:0.5s;
    float:right;
}

.slide.right.shown{
    right:0;
}

.slide.right .close_slide{
    background-color:#252e37;
    color:#FFF;
    left:-31px;
    border-radius:10px 0px 0px 10px;
}

.slide.right h4{
    color:#FFF;
    font-size:18px;
    font-weight:400;
    font-family:'Titillium Web', sans-serif;
    text-align:center;
    margin-bottom:7px;
}

.slide.right h4 strong{
    color:#2ecc71;
    font-size:18px;
    font-weight:700;
    font-family:'Titillium Web', sans-serif;
}

.slide.right p{
    text-align:center;
}

.slide.right input[type="text"]{
    color:#51585f;
    background-color:#2c343c;
    border:#333a42 solid 2px;
    display:block;
    width:100%;
    height:50px;
    border-radius:25px;
    text-align:center;
    font-size:14px;
    font-weight:300;
    font-family:'Open Sans', sans-serif;
    margin:14px 0;
    -webkit-appearance:none; 
    -moz-appearance:none;
    appearance:none;
}

.slide.right input::-webkit-input-placeholder{
    color:#51585f;
}

.slide.right input:-ms-input-placeholder{
    color:#51585f;
}

.slide.right input::-moz-placeholder{
    color:#51585f;
    opacity:1;
}

.slide.right input:-moz-placeholder{
    color:#51585f;
    opacity:1;
}

.slide.right .better-select {
    /*border:#333a42 solid 2px;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    margin-bottom:14px;*/
}

.slide.right .better-select:last-child{
    margin-bottom:0;
}

.slide.right .better-select, .slide.right .better-select select{
    width: 100%;
}

.slide.right .better-select select {
    color:#51585f;
    height: 50px;
    padding-left:20px;
    border: none;
    background-color:transparent;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    font-weight:300;
    text-align:center;
}

.slide.right .better-select {
    background-color:#2c343c;
    background-image:url(../images/select-arrow-dark.png);
    background-repeat:no-repeat;
    background-position:90% 23px;
}

.jqTransformSelectWrapper {
    width: 212px !important;
    height: 50px;
    float:left;
    border:#333a42 solid 2px;
    border-radius:25px;
    overflow:inherit;
    position:relative;
    margin-bottom:14px;
    background-color:#2c343c;
}

.jqTransformSelectWrapper div span {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    font-weight:300;
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 50px;
    padding: 14px 0 0 20px;
    overflow: hidden;
    cursor:pointer;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    background-image:url(../images/select-arrow-dark.png);
    background-repeat:no-repeat;
    background-position:center center;
    z-index:99;
}

.jqTransformSelectWrapper ul {
    position: absolute;
    width: 212px !important;
    top: 25px;
    left: -2px;
    list-style: none;
    background-color: #2c343c;
    border-left: solid 2px #333a42;
    border-right: solid 2px #333a42;
    border-bottom: solid 2px #333a42;
    border-radius:0 0 25px 25px;
    display: none;
    margin: 0px;
    padding: 0px;
    height: 150px;
    overflow: auto;
    overflow-y: auto;
    z-index:10;
}

.jqTransformSelectWrapper ul a {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color:#FFF;
    background-color: #2c343c;
    font-size: 14px;
    font-weight:300;
}

.jqTransformSelectWrapper ul a.selected {
    background: #333a42;
    color: #51585f;
    font-weight:400;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background:#21B962;
    color: #fff;
}

.jqTransformHidden {display: none;}

.slide.right button{
    color:#FFF;
    background-color:#2ECC71;
    border:#2ecc71 solid 2px;
    display:block;
    width:100%;
    height:50px;
    border-radius:25px;
    text-align:center;
    font-size:14px;
    font-weight:700;
    font-family:'Open Sans', sans-serif;
    text-transform:uppercase;
    cursor:pointer;
}

.slide.right button:hover{
    background:#21B962;
    border:#21B962 solid 2px;
}

.slide.left{
    height:auto;
    background-color:#FFF;
    border-right:#3b434b solid 5px;
    left:-450px;
    -o-transition-property:-o-transform, left;
    -o-transition-duration:0.5s;
    -webkit-transition-property:-webkit-transform, left;
    -webkit-transition-duration:0.5s;
    -moz-transition-property:-moz-transform, left;
    -moz-transition-duration:0.5s;
    transition-property:transform, left;
    transition-duration:0.5s;
}

.slide.left.shown{
    left:0;
}

.slide.left .close_slide{
    background-color:#FFF;
    color:#60666a;
    right:-31px;
    border-radius:0 10px 10px 0;
}

.slide.left h4{
    color:#60666a;
    font-size:24px;
    font-weight:300;
    text-align:center;
    margin-bottom:30px;
}

.slide.left .search-box{
    border-left:#e2e7ea solid 2px;
    border-right:#e2e7ea solid 2px;
    border-bottom:#e2e7ea solid 2px;
    padding:20px;
}

.slide.left .search-box:first-of-type{
    border-top:#e2e7ea solid 2px;
    border-radius:10px 10px 0 0;
}

.slide.left .search-box:last-child{
    border-radius:0 0 10px 10px;
}

.slide.left .search-box h5{
    font-family:'Open Sans', sans-serif;
    font-weight:700;
    font-size:18px;
    color:#60666a;
    text-transform:uppercase;
    margin-bottom:14px;
}

.slide.left .search-box input[type="text"]{
    border:#e2e7ea solid 2px;
    border-radius:5px;
    display:block;
    width:100%;
    height:36px;
    padding:14px;
    margin-bottom:14px;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    -webkit-appearance:none; 
    -moz-appearance:none;
    appearance:none;
}

.better-radio.marged{
    margin-bottom:20px;
}

.better-radio-container {
    margin:0 -20px;
    padding:10px 20px;
    background-color:transparent;
    cursor:pointer;
}

.better-radio-container.selected {
    background-color:#f3f5f7;
}

.better-radio-container input[type="radio"]{
    display:none;
    visibility:hidden;
}

.better-radio-container label{
    font-weight:300;
    cursor:pointer;
}

.better-radio-container label strong{
    font-weight:400;
}

.better-radio-container.selected label strong{
    font-weight:700;
}

.slide.left .search-box .checkbox-block{
    width:100%;
    display:block;
    height:20px;
    margin-bottom:10px;
}

.slide.left .search-box input[type="checkbox"]{
    display:none;
}

.slide.left .search-box .checkbox-block img{
    cursor:pointer;
}

.slide.left .search-box .checkbox-block label{
    vertical-align:top;
    cursor:pointer;
}

input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.slide.left .search-box .better-select {
    border:#e2e7ea solid 2px;
    border-radius:5px;
    overflow:hidden;
    position:relative;
    margin-bottom:14px;
}

.slide.left .search-box .better-select:last-child{
    margin-bottom:0;
}

.slide.left .search-box .better-select, .slide.left .search-box .better-select select{
    width: 100%;
}

.slide.left .search-box .better-select select {
    height: 34px;
    padding: 5px 12px;
    border: none;
    background-color:transparent;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
}

.slide.left .search-box .better-select {
    background-color:#FFF;
    background-image: url(../images/select-arrow.png);
    background-repeat:no-repeat;
    background-position:97% 15px;
}
input[type="checkbox"] + label {
    background-image: url("../images/icon-uncheck.png");
    background-repeat: no-repeat;
    background-position: 0 1px;
    margin-top: 9px;
    margin-left: 0 !important;
    padding-left: 31px;
    min-height: 20px;
    display: block;
}

input[type="checkbox"]:checked + label {
    background-image: url("../images/icon-check.png");
}


/*
===========Main Container==========*/
.choose-programs{
    float:left;
    width:100%;
    margin:-55px 0 0;
    text-align:center;
    position:relative;
}
.choose-programs-header{
    width:555px;
    padding:20px;
    background:#FFF;
    text-align:left;
    display:inline-block;
    border-radius:12px 12px 0 0;
    -moz-border-radius:12px 12px 0 0;
    -webkit-border-radius:12px 12px 0 0;
}
.choose-programs-header img{
    float:left;
    margin-right:15px;
    margin-bottom:10px;
}
.choose-programs-header h3{
    font-size:20px;
    font-weight:600;
}
.choose-programs-header h3 small{
    float:left;
    font-size:18px;
    font-weight:300;
}
.programs-content{
    float:left;
    width:100%;
    margin:0px;
    text-align:left;
    position:relative;
    border:2px solid #e2e7ea;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}
.programs-content:before{
    background:#e2e7ea;
    position:absolute;
    content: '';
    width:2px;
    height:100%;
    left:50%;
    top:0;
    z-index:557;
}
.programs-content-empty:before {
    display: none;
}
.program-box{
    width:50%;
    float:left;
    min-height:292px;
    padding:25px 18px 0;
    position:relative;
    border-bottom:2px solid #e2e7ea;
}
.program-box:before {
    position: absolute;
    content: "";
    border: 3px solid transparent;
    right: 0;
    left: 0;
    bottom: -2px;
    top: -2px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.program-box:nth-child(odd):before{
    left:-2px;
    right:-2px;
}
.program-box:nth-child(even):before{
    right:-2px;
}
.program-box:hover:before {
    border-color: #2ECC71;
    z-index: 557;
}
.program-thumbnail{
    float:left;
    width:245px;
    z-index:557;
    margin:0px 0 10px;
    position:relative;
}
.price-tag,
.consult-tag{
    left:0;
    top:20px;
    color:#FFF;
    height:25px;
    font-size:12px;
    min-width:50px;
    padding:0 12px;
    font-weight:700;
    line-height:25px;
    position:absolute;
    text-align:center;
    background:#0072bc;
    border-radius:0 30px 30px 0;
    -moz-border-radius:0 30px 30px 0;
    -webkit-border-radius:0 30px 30px 0;
}
.consult-tag{
    color:#60666a;
    font-weight:400;
    background:#e2e7ea;
    text-transform:uppercase;
}
.program-title{
    float:right;
    width:265px;
    z-index:557;
    position:relative;
}
.program-title h3{
    color:#0072bc;
    font-size:24px;
    font-weight:700;
    float:left;
    width:100%;
    margin:0px;
    line-height:1.2em;
    max-height: 85px;
    overflow: hidden;
}
.prog-tagline1,
.prog-tagline2{
    float:left;
    margin-top:8px;
}
.prog-tagline2{
    color:#2ecc71;
    font-size:13px;
}
.program-description {
    width: 99%;
    margin: 0px;
    position: absolute;
    left: 3px;
    right: 0px;
    background: rgb(255, 255, 255);
    top: 180px;
    height:auto;
    z-index: 559;
}
.program-description .more{
    height:105px;
    overflow:auto;
    min-height:105px;
    padding: 0px 5px 0px 18px;
}
.program-description a{
    float:left;
    width:100%;
    color:#0072bc;
    cursor:pointer;
    text-align:center;
    top:8px;
    padding-bottom:8px;
    left:0;
    background:#FFF;
    right:0;
    position:relative;
    text-transform:uppercase;
}

.program-description a.less{
    height:30px;
    z-index:5555;
}
.program-description a:hover{
    color:#005186;
}
.morecontent span {
    display: none;
    z-index:570;
    position:relative;
}
.choosen-cover{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:556;
    position:absolute;
    text-align:center;
    background:	rgb(243,245,247);
    background:	rgba(243,245,247,.9);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; 
}
.choosen-tick {
    position: absolute;
    z-index: 557;
    left: 0;
    right: 0;
    margin: 8% auto 0;
    width: 65px;
}
.unselect {
    position: absolute;
    cursor: pointer;
    top:-5px;
    right: 0;
}
.choosen-cover ~ h4 {
    color: #0072BC;
    font-size: 24px;
    font-weight: 700;
    width: 80%;
    padding: 0px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 560;
    top: 48%;
}
.more-info{
    float:left;
    width:100%;
    margin:5px 0 30px 0;
    text-align:center;
    position:relative;
}
.more-info a,.banner-form fieldset button{
    width:95%;
    height:70px;
    color:#FFFFFF;
    max-width:360px;
    background:#2ecc71;
    display:inline-block;
    text-transform:uppercase;
    border-radius:100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
}
.more-info a strong,.banner-form fieldset button strong{
    margin-top:14px;
    font-weight:700;
    font-size:18px;
    float:left;
    width:100%;
}
.more-info a span,.banner-form fieldset button span{
    font-weight:300;
    font-size:14px;
    float:left;
    width:100%;
}
.banner-form fieldset button:hover{
    background:#21B962;
}
.more-info a:hover{
    background:#21B962;
}
.choosen-program .program-description,
.choosen-program .program-thumbnail,
.choosen-program .program-title{
    z-index:5 !important;
}

.has-error {
    border:2px solid #b94a48 !important;
    border-radius: 6px;
}
.banner-search.has-error{
    border-radius:100px;
}
.course-circle{
    position: absolute;
    top: 35%;
    left: 94.5%;
    z-index: 560;
    display:none;
    width:65px;
}
.course-circle p {
    font-size: 14px;
    position: absolute;
    left: 110%;
    top: 14px;
    width:0px;
    line-height: 1.1em;
}
.program-box:hover .course-circle{
    display:block;
}
.more-course{
    float:left;
    width:100%;
    margin:30px 0 0;
    text-align:center;
}
.more-course a{
    color:#0072bc;
    font-size:18px;
    font-weight:700;
}
.more-course a:hover{
    color:#005186;
}
/*
===========Step 2 Page=============*/
.banner-step{
    width:100%;
    margin-bottom:30px;
    height: auto;
    text-align:center;
    position:relative;
    background:url(../images/banner2.jpg) no-repeat;
    background-size:cover;
}
.banner-step-reduced {
    min-height:400px !important;
}
.banner-step h2{
    margin-top: 1%;
    color: #FFFFFF;
    font-size: 50px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;

}
.banner-step p{
    float:left;
    width:100%;
    color:#FFFFFF;
    margin:5px 0 20px;
}
.banner-form{
    width:850px;
    margin:0px auto;
    position:relative;
}
.banner-form fieldset{
    float:left;
    width:100%;
    margin:5px 0;
    text-align:left;
    position:relative;
}
.banner-form fieldset input/*,
.banner-form fieldset select*/{
    float:left;
    height:45px;
    padding:5px 12px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    width: 100%;
}
/*.banner-form fieldset div select{
        width:100%;
}*/
.banner-form fieldset .three{
    width:32%;
    float:left;
    margin-right:2%;
    border: 2px solid transparent;
}
.banner-form fieldset .two{
    width:50%;
    float:left;
    padding-right:2px;
}
.banner-form fieldset .three.last{
    margin-right:0px;
}
.banner-form fieldset label {
    top:12px;
    color: #FFF;
    margin-left: 8px;
    position:relative;
    font-weight: normal;
}
.banner-form fieldset textarea{
    float:left;
    width:100%;
    resize:none;
    font-size:14px;
    /*margin-top:12px;
    min-height:90px;*/
    padding:5px 12px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.banner-form fieldset label a{
    color:#21B962;
    cursor:pointer;
}
.banner-form fieldset img{
    margin-top:5px;
    cursor:pointer;
}
.banner-form fieldset label.confirm{
    top:-5px;
    margin-bottom: 20px;
}
/*  Radio Button Css*/
div.radio input {margin: 0;padding: 0;float: left;}div.radio label {display: block;float: left;margin-right: 15px;cursor: pointer;}div.radio span.radio-container {position: relative;float: left;margin-right: 3px;}div.radio span.radio-container span.radio {display: block;width: 19px;height: 19px;background: url(../images/radio.png) no-repeat top left; margin-top:13px;}div.radio span.radio-container span.radio.selected {background-position: top right;}div.radio span.radio-container input {position: absolute;top: 0;left: 0;opacity: 0;filter: alpha(opacity=0);z-index: 101;cursor: pointer;}

/*  Checkbox Button Css*/
.banner-form fieldset input[type="checkbox"]{display:none;}
/*
.banner-form fieldset button{
        width:23%;
        float:right;
        color:#FFF;
        height:70px;
        border:none;
        font-size:15px;
        cursor:pointer;
        line-height:1em;
        text-align:left;
        font-weight:300;
        padding-left:20px;
        border-radius:100px;
        -moz-border-radius:100px;
        -webkit-border-radius:0 100px 100px 0;
        background:#2ecc71;
}
*/

/*  Selectbox Css*/
.styled-select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
}
.styled-select, .styled-select select { width: 100%;}
select:focus { outline: none; }
.styled-select select {
    height: 45px;
    padding: 5px 12px;
    border: none;
    background-color:transparent;
    /*hide default down arrow in webkit */
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
}
.styled-select {
    background-color: rgb(255, 255, 255);
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 20px;
}
.styled-select.small-select{
    width: 32% !important;
}

.alert-topformacion {
    text-align: left;
}

@media screen\0 {

}

.styled-select span {
    position: absolute;
    top: 3px;
    right: 8px;
}
select::-ms-expand { display: none; } /* hide default down arrow in IE10*/

/* hack to fall back in opera */
_:-o-prefocus, .selector {
    .styled-select { background: none; }
}

#right-sidebar { display: none; width: 80%; min-width: 380px; max-width: 500px; position: absolute; position: fixed; left: auto; top: 0; z-index: 999; text-align:center; background-color: #252e37; padding: 20px 80px; }
.visible#right-sidebar { display: block; right: 0; -webkit-transition: right 0.3s ease-in-out; -moz-transition: right 0.3s ease-in-out; -o-transition: right 0.3s ease-in-out; transition: right 0.3s ease-in-out; }
#right-sidebar > .handle-container { position: relative; }
#right-sidebar > .handle-container > .handle { background: #252e37; position: absolute; left: -110px; padding: 13px 0 2px 15px; border-radius: 10px 0 0 10px; }
#right-sidebar > .title { font-size: 18px; color: white; margin-bottom: 5px; }
#right-sidebar > .intro { margin-bottom: 12px; }
#right-sidebar input.form-control,
#right-sidebar button { line-height: 42px; height: 46px; border-radius: 23px; padding: 0 15px; width: 100%; }
#right-sidebar .bootstrap-select.form-control { margin-bottom: 10px; background-color: transparent; line-height: 42px; height: 46px; z-index: 1; padding: 0; border: 0; width: auto; display: block; float: none;}
#right-sidebar button {font-weight: bold;}
#right-sidebar input.form-control,
#right-sidebar .bootstrap-select > button  { text-align: center; background-color: #2c343c; border: 2px solid #333a42; margin-bottom: 10px; color: white; }
#right-sidebar .form-control:focus { box-shadow: none; }
#right-sidebar .bootstrap-select.btn-group .btn .filter-option { text-align: center;font-weight: normal;color: #9B9B9B;}
#right-sidebar > .title strong { color: #2ecc71; background-color: #2c343c; }
#right-sidebar .click-to-call-form .input-group { border: 0; margin: 0; padding: 0; }
#right-sidebar .checkbox.form-control {
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0 0 8px 0;
    min-height: 24px;
    height: auto;

}
#right-sidebar .checkbox.form-control a {
    font-size: 12px;
}
#right-sidebar .checkbox.form-control span.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../css/img/sprites.png') -240px -20px no-repeat;
    vertical-align: middle;
    margin: -2px 2px 0 0;
    float: left;
}
#right-sidebar .checkbox :checked+span.checkbox {
    background-position: -260px -20px;
}
#right-sidebar .radio, 
#right-sidebar .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
#right-sidebar .checkbox.form-control span.text-wrap {
    display: block;
    padding-left: 20px;
    margin-top: -2px;
}
#right-sidebar .radio label, 
#right-sidebar .checkbox label {
    padding-left: 0;
}
#right-sidebar input[type=text]:focus, 
#right-sidebar .bootstrap-select>button:focus, 
#right-sidebar .bootstrap-select.open>button,
#right-sidebar .bootstrap-select > button:focus {
    border-color: #aaa !important;
    outline: 0 !important;
}
#right-sidebar.has-error,
#right-sidebar .has-error {
    border: inherit !important;
}
.overlay {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: black;
    opacity: 0.5;
}
.tficon { display: inline-block; background-image: url('../../css/img/sprites.png'); background-repeat: no-repeat; width: 20px; height: 20px; }
.tficon.search { background-position: 0 0; }
.tficon.telephone { background-position: -20px 0; }
.tficon.telephone-white { background-position: -300px -20px; }
.tficon.rarr { background-position: -320px -20px; }

@media(max-width:767px){
    .visible#right-sidebar { box-shadow: 0 0 10px black; }
}
@media(max-width:479px){
    #right-sidebar { min-width: 0; }
    #right-sidebar { padding: 20px; }
    #right-sidebar > .handle-container > .handle { left: -50px; }
}
@media(min-width:768px) {
    #right-sidebar button[type=submit] { font-weight: bold; }
}

@media screen and (max-width: 1160px){
    .inner-width{
        width:850px;
    }
    .program-box{
        padding:15px 8px;
    }
    .program-description{
        padding:0 8px;
    }
    .program-thumbnail{
        width:200px;
    }
    .program-title{
        width:190px;
    }
    .program-title h3{
        font-size:16px;
    }
    .prog-tagline1, .prog-tagline2{
        margin-top:5px;
        font-size:12px;
    }
    .program-description{
        top:150px;
        min-height:125px;
    }
    .banner-form{
        width:100%;
    }
    .banner-step p br{
        display:none;
    }
    .course-circle{
        left:92.5%;
    }
}

@media screen and (max-width: 885px){
    .banner-form fieldset .three {
        width:100%;
        margin-top:5px;

    }
    .banner-form fieldset{
        margin:0px 0px;
    }

    .inner-width{
        width:740px;
    }
    .program-thumbnail img,
    .program-thumbnail,
    .program-title{
        width:100%;
    }
    .program-box{
        min-height:450px;
    }
    .program-description{
        top:320px;
    }
    .prog-tagline1, .prog-tagline2{
        width:100%;
    }
    .banner-form fieldset .three.half{
        margin-right:0px;
    }
    .banner-form fieldset .three.half.radio{
        padding:0 50px;
    }
    .choosen-tick{
        margin-top:30%;
    }
    .course-circle {
        left: 91.5%;
    }
}
@media screen and (max-width: 767px){
    .inner-width{
        width:500px;
    }
    .menu-searchbar{
        width:100%;
    }
    .top-menu{
        position: absolute;
        right: 0;
        top: -61px;
        margin: 0px;
    }
    .top-searchbar{
        width:100%;
        margin-bottom:10px;
    }
    .banner-search,
    .choose-programs-header{
        width:100%;
    }
    .choose-programs-header h3{
        font-size:18px;
    }
    .choose-programs-header h3 small{
        font-size:15px;
    }
    .program-box{
        width:100%;
    }
    .programs-content:before{
        display:none;
    }
    .banner p br{
        display:none;
    }
    .program-description{
        min-height:105px;
        top:380px;
    }
    .program-box{
        min-height:490px;
    }
    .banner-form fieldset .three.half.radio{
        padding:0;
        margin-right:0px;
    }
    div.radio label{
        margin-right:0px;
    }
    .styled-select span{
        right:5px;
        top:2px;
    }
    .styled-select span img{
        width:10px;
    }
    .banner-search button{
        padding-left:12px;	
    }
    .dropdown{
        right:0px;
        top:-26px;
    }
    .dropdown:after, .dropdown:before{
        left:88%;
    }
    .course-circle {
        left: 93.5%;
    }
    .program-box:before{
        left:-2px;
    }



    /*
    ===Menu and searchbar display None===*/
    .menu-searchbar{
        display:none;
    }
    header{
        min-height:80px;
    }
    header .inner-width{
        width:100%;
        text-align:center;
    }
    header h1 {
        float:none;
        margin-top:18px;
        margin-left:0px;
        margin-right:0px;
        display:inline-block;
    }
    .icon-search,
    .icon-phone{
        display:block;
    }
    .icon-search,
    .icon-phone{
        top:0px;
        width:15%;
        height:80px;
        cursor:pointer;
        max-width:81px;
        border-width:2px;
        position:absolute;
        text-align:center;
        border-color:#f5f5f5;
    }
    .icon-search{
        left:0;
        border-right-style:solid;
    }
    .icon-phone{
        right:0;
        border-left-style:solid;
    }
    .icon-search img,
    .icon-phone img{
        padding-top:30px;
    }
    .icon-search span,
    .icon-phone span {
        margin-top: 30px;
    }
    .icon-search:hover,
    .icon-phone:hover{
        background:#f5f5f5;
    }
}

@media screen and (max-width: 530px){
    .inner-width{
        width:310px;
    }
    .top-menu{
        width:55px;
    }
    .top-searchbar input[type="search"]{
        width:78%;
        padding:8px 12px;
    }
    .top-searchbar input[type="submit"]{
        width:22%;
    }
    .banner h2{
        font-size:30px;
        margin-top:15%;
    }
    .banner p{
        font-size:13px;
    }
    .banner-search input[type="email"]{
        width:75%;
        padding:12px 15px;
    }
    .banner-search button{
        width:25%;
        font-size:12px;
        padding-left:3px;
    }
    .choose-programs-header{
        padding:10px;
    }
    .choose-programs-header h3 small{
        font-size:13px;
    }
    .program-description{
        min-height:145px;
        top:280px;
    }
    .program-box{
        min-height:430px;
    }
    .banner-form fieldset label{
        margin-left:2px;
        font-size:13px;
    }
    .choose-programs{
        margin-top:-45px;
    }
    .styled-select span{
        right:3px;
        top:1px;
    }
    .styled-select span img{
        width:9px;
    }
    .styled-select select{
        padding:5px 2px;
    }
    .banner-form fieldset input{
        padding:5px;
    }
    .choosen-cover ~ h4{
        font-size:18px;
    }
    .course-circle {
        left: 89.5%;
        top:25%;
    }
    .program-description{
        padding:0px;
        left:1px;
    }
    .program-description .more{
        padding:0 10px;
    }
    @-moz-document url-prefix(){
        .styled-select select { width: 140%; }
    }
    .styled-select.small-select {
        background-position: 95% 20px;
        background-size: 15% 15%;
    }
    .banner-search input[type="email"] {
        width: 65%;
    }
    .banner-search a {
        width: 35%;
    }
    .banner-step h2 {
        font-size: 25px;
    }

}

@media screen and (max-width: 440px){
    .slide{
        width:300px;
    }
    .slide.left .inner-width{
        width:260px;
    }
}

@media screen and (max-width: 389px){
    header h1 img{
        width:200px;
    }

}













