/* --------------------------------------*/
/*	    			Colors				 */
/* --------------------------------------*/
.White{
    color:#FFF !important;
}
.Red{
    color: #bf1f21;
}
.Black{
    color: #000 important;
}
.Purple{
    color: #2e2b73;
}
.DarkGray{
    color: #464646 !important;
}
.Gray{
    color: #464646 !important;
}

/* --------------------------------------*/
/*  				Fonts	  			 */
/* --------------------------------------*/
.Italic{
    font-style: italic !important;
}
.Light{
    font-weight: 300 !important;
}
.SemiBold{
    font-weight: 600 !important;
}
.Normal{
    font-weight: 400 !important;
}
.TitleFont{
    /*font-family: "Times New Roman", Georgia, Serif !important;*/
}
.Cap{
    text-transform: uppercase;
}
.Center{
    text-align: center;
}
.CenterImg img{
    width: auto;
    margin: 0 auto;
}

/*----------------------------------------*/

/*--------------------------------------------------------------------------------------//
  base
//--------------------------------------------------------------------------------------*/
html, body {
    max-width: 100%;
    /* overflow-x: hidden;*/
    line-height:19px;
    font-size:16px;
    font-family: 'Roboto', sans-serif;

    background:#fff;
}
body {
    overflow-x: hidden;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

h1, h2, h3, h4, h5, h6{
    margin:0px 0 5px 0;
    /*font-family:'Open Sans',arial,sans-serif; */
    line-height:120% !important;
    font-weight:400 !important;
}

p, table, ul, ol, dd, address, pre, form{
    margin-bottom:25px;
}

ul{margin-left:20px; }
ul ul{margin:0 0 0 25px; }

ol{margin-left:25px; }
ol ol{margin:0 0 0 25px; }

table {border-collapse: collapse;}
th,td{padding:7px;}
table.borderless,
table.borderless th,
table.borderless td{border: none;}

img{border:0; display:block;}
img{max-width:100%; height:auto;}

hr {background:#ccc; border:0; clear:both; float:none; height: 1px; width:100%;margin:20px 0 20px 0;}

pre{ white-space: pre-wrap; word-wrap: break-word;}

strong{font-weight:bold; color:#252525;}

input,select,textarea{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:100%;
    font-family:arial, sans-serif !important;
    font-size:13px;
    color:#464646;
    padding:6px 5px;
    margin:0;
    margin-top:5x;
    border:1px solid #aeaeae;
}
textarea{
    height:110px;
}
select{
    color:#464646;
    font-family:arial, sans-serif !important;
    font-size:11px;
}
label input{
    width: auto;
    display: inline-block;
    margin-right: 10px !important;
}
.RadioRow{
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding-bottom: 15px;
}


::-webkit-input-placeholder {
    color:#464646;
    font-family:arial, sans-serif !important;
    font-size:11px;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
    color:#464646;
    font-family:arial, sans-serif !important;
    font-size:11px;
    text-transform: uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
    color:#464646;
    font-family:arial, sans-serif !important;
    font-size:11px;
    text-transform: uppercase;
}
:-ms-input-placeholder {
    color:#464646;
    font-family:arial, sans-serif !important;
    font-size:11px;
    text-transform: uppercase;
}
a , a:visited{
    /*color:#10538f;*/
    font-weight:bold;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
blockquote {
    background: #eaeaec;
    /* border-left: 10px solid #ccc;*/
    margin: 1.5em 0px ;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 1.5em 20px 0.5em 20px;
    line-height:130%;
    font-weight:300;
    color:#1d3c68;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: -0.4em;

    font-size: 6em;
    color:#eac8ba;
    font-family:arial,san-serif;
}
blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.1em;
    vertical-align: -0.6em;

}
blockquote p {
    display: inline;
}

/*--------------------------------------------------------------------------------------//
        common
//--------------------------------------------------------------------------------------*/
.center{
    margin-left:auto;
    margin-right:auto;
}
/*--------------------------------------------------------------------------------------//
        header
//--------------------------------------------------------------------------------------*/
#header{
    width:100%;
    height:110px;
    background: #FFF;
    border-top:2px solid #fff;
    /*border-bottom:1px solid #5f6a75;*/
}

.bg-header{
    background:#1d3c68;
}

#catch-phrase{
    font-size:20px;
    margin:0 auto 0 auto;
    line-height:120%;
    text-align:center;
    /*padding-top:23px;*/
    width:100%;
    position:relative;
    right:0;
}
#wrapper-top{
    position:fixed;
    z-index:10;
    top:0;
    width:100%;
	border-bottom: 1px solid #c9c9c9;
}
#wrapper-bottom{
    width:100%;
    margin-top:100px;
}

 #logo img {
    width: 400px;
     height:100px;
    }

.MainTitle{
    font-size:33px;
}
.MainTitle.es,.MainTitle.br{
    font-size: 50px;
}
#Content p{
    font-size: 16px !important;
    margin-bottom: 30px;
}

#Content h2{
    display: block;
    border-bottom: 1px solid #2e2b73;
    padding-bottom:4px;
    font-size: 25px !important;
    color: #000;
}

ul{
    font-size:16px;
    list-style:none;
}
ul li{
    background: url('../images/ListBullet.jpg') no-repeat left center;
    padding:2px 0 2px 13px;

}


/*--------------------------------------------------------------------------------------//
        featured
//--------------------------------------------------------------------------------------*/
#featured,
#featured-bottom{
    width:100%;
    background-color:#1b76a0;
}
#featured{
    z-index:1;
    position: relative;
}

#featured-bottom{
    height:50px;
    background:#1b76a0;
    line-height:50px;
    color:#dbebda;
    font-size:17px;
    font-weight:600;
    /*text-transform:uppercase;
    letter-spacing: 1px;*/

}
#featured-bottom span{
    text-align:left;
    display:block;
}

#featured img{
    width: 100%;
    /*display: block;*/
}

#featured-bottom img{
    /*
    padding:5px 0 0 80px;
    width:82%;
    */
    padding:0px 0 0 45px;
}
#featured.thank-you.border{
    border-bottom:10px solid #1d3c68;
}
/*--------------------------------------------------------------------------------------//
        content
//--------------------------------------------------------------------------------------*/
#main{
    width:100%;
}
.pad-content{
    padding-top:25px;
}


.Testimony{
    background-color: #e1e1e1;
}
.Testimony-Content{
    font-size: 20px;
    line-height: 120%;
}
.padding{
    box-sizing: content-box;
    padding:12px 15px;
}
.padding p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.Coordinations{
    background-color:#294670;
}
.Address{
    background: url('../images/marker.png') no-repeat center left;
    padding-left:25px;
    margin:12px auto ;
}



h1{
    color:#2e2b73;
    font-size:43px;
    margin-bottom:13px !important;
    line-height:100% !important;
    font-weight: 600 !important;
}
h2{
    /*color:#1b531b;*/
    letter-spacing:0 !important;
    font-size:25px;
    font-weight:600;
    line-height: 100%;
    margin-bottom:17px;
}

.ProgramInfo{
    font-size:16px;
    line-height:100%;
}
.ProgramInfo.es,.ProgramInfo.br{
    font-size:14px;
}
.pad-content table {
    width: 100%;
}
.pad-content td {
    padding: 0 5% 1% 0;
    width: 50%
}
.pad-content tr {
margin-top: -5px;
}


.below-h1{
    font-weight:bold;
    margin-top:-15px;
    font-size:103%;
}
.orange{
    color:#ea6224;
    margin-bottom:20px;
    font-size:21px;
}
.extra-padding{
    padding:15px 0;
}
.font-serif{
    font-family:serif;
    font-size:21px;
    padding-bottom:10px;
}
.half .font-serif{
    padding-bottom:0px;
}

#main{
    background:#fff;
}
#content{
    background:#fff;
}

ul.GreenBullets{
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
ul.GreenBullets li{
    background: url(../images/Greenbullets.jpg) left 8px no-repeat;
    margin: 5px 0px;
    padding-left:10px;
}

ul.bullet,ul.bullet-check{
    list-style:none;
    margin:0 0 25px -10px;
}
ul.bullet li {
    background: url(../images/img-bg-bullet.png) 9px 10px no-repeat;
    margin: 5px 0px;
}
ul.bullet-check li {
    background: url(../images/img-bg-bullet-check.png) 9px 7px no-repeat;
    margin: 5px 0px;
    padding-left: 35px;
}

.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}
.custom-counter li {
    counter-increment: step-counter;
    padding-left:25px;
    padding-bottom:20px;
}
.custom-counter li::before {
    content: counter(step-counter);
    background-color: none;
    color: #6ea8c2;
    font-weight: bold;
    /*padding: 5px 20px;*/
    position:relative;
    left:-25px;
}
.cta-btn-arrow img{
    margin:0 auto 30px auto;
}

.soc-media{
    list-style:none;
    padding: 0;
    margin: 0;
}
.soc-media li{
    float:left;
    padding-right:30px;
}

.closing-text{
    font-size:16px;
}

/*--------------------------------------------------------------------------------------//
        sidebar
//--------------------------------------------------------------------------------------*/
#wrapper-right{
    position:absolute;
    right:0;
    top:-100px;
}
iframe{
    margin-bottom:25px;
}
.pad-sidebar{
    padding: 0 40px;
}
.pad-request-info-form{
    padding:0px 70px;
}
form .note{
    font-size:13px;
    padding-left:30px;
}
#request-info-wrapper,#request-info-wrapper-mobile{
    background-color:#8560a8;
    margin-bottom:40px;
    position:relative;
    z-index:3;
    border-radius: 10px;
}
h2#request-info-header{
    color:#fff;
    padding:7px;
    text-align:center;
}
#form-header{
    width:91%;
    text-align:center;
    font-size:13px;
    margin: 0 auto;
    box-sizing: content-box;
}
#form-header h2{
    display: inline-block;
    color:#fff;
    padding:20px 3px 0 3px;
    margin-bottom:5px;
    font-size:27px;
    border-bottom: 2px solid #000;
}
#form-desc{
    font-size:16px;
    padding-top: 5px;
}

#request-info-wrapper form p{
    margin-bottom:15px;
}
.consent{
    font-size:11px;
    font-weight:300;
    color:#fff;
}
#form-footer , .cta-btn {
    padding:30px 0;
    padding-top:15px;
    text-align: center;
}
.cta-btn{
    background:url(../images/img-bg-cta-btn.png) 93% 0 no-repeat #8560a8;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color: #252525;
    border-radius:5px;
    text-align:center;
    text-transform:uppercase;
    font-size: 20px;
    margin:0 auto 25px auto;
    width:260px;
    padding:10px 0;
}
.btn-req-info{
    font-size:30px;
    background-color: #2e2b73;
    border: none;
    color: #FFF;
    padding:3px 20px;
    width: auto !important;
    margin: 0 auto !important;
    text-transform:uppercase;
    font-family: 'Open Sans Condensed', sans-serif !important;
    letter-spacing:-1px;
    cursor: pointer;
}
.btn-req-info.es{
    font-size: 23px;
}
.btn-req-info.br{
    font-size: 22px;
}
img.banner,
iframe.banner,
.banner{
    margin-bottom:30px;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

img.SmallerMap{
    width : auto;
    margin : 0 auto;
}
/*--------------------------------------------------------------------------------------//
        footer
//--------------------------------------------------------------------------------------*/
#footer{
    background:#000;
    text-align:center;
    height:40px;
    width:100%;
    color:#fff;
    line-height:40px;
   /* border-top:1px solid #1b531b;*/
    font-size:13px;
    font-weight:400;
    margin-top:30px;
}
#Social{
    list-style: none !important;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}
#Social li{
    display: inline-block;
    margin: 12px 1px;
    background: none;
    width: auto !important;
    vertical-align: top;
}



.video-container {
    position:relative;
    padding-bottom:48%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom: 40px;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* BADGE */
@media screen and (max-width:767px){
     /*
    img.logo-badge{
        display:none;
    }
   
    .page-template-template-ppc-2016-summer #request-info-wrapper-mobile:before {
        content: "";
        height: 70px;
        width: 120px;
        background: url(https://info.intlbeautyinstitute.com/wp-content/themes/_prototype/new/images/winner-logo-ohaba.jpg);
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: calc(50% - 60px);
       
    } */
    .flex-row .one-third.column {
        width: 30% !important;
    }
    .flex-row .two-thirds{
        width:60% !important;
        
    }
    .container.flex-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height:100%;
        width:90%;
        margin:0 auto;

    }
    #logo img {
        width: 100% !important;
        max-height: 80px !important;
        margin-top: 10px !important;
        margin: 0 !important;
        height: auto !important;
    }
    .logo-badge {
        max-width: 100%;
        height: auto;
        max-height: 80px;
        margin: 0 !important;
        margin-left: auto !important;
    }
}
@media screen and (min-width:768px){
    img.logo-badge {
        height: 100px;
        margin-left: 10%;
    }
  
    
  
}
#header{
    position: relative;
}

#wrapper-bottom.thank-you-page{
    margin-top: 0 !important;
}