/* Imports */
@font-face {
    /** http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/ **/
    font-family: 'museo_font_bold';
    src: url('../font/museo700-regular-webfont.eot');
    src: url('../font/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/museo700-regular-webfont.woff') format('woff'),
    url('../font/museo700-regular-webfont.ttf') format('truetype'),
    url('../font/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    /** http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/ **/
    font-family: 'museo_font';
    src: url('../font/museo500-regular.otf');
url('../font/museo500-regular.otf') format('truetype'),
font-weight: normal;
    font-style: normal;
}
html,
body {
    height: 100%;
    font-family: 'Arial', 'sans-serif';
}

body.w950 .container {
    max-width: none !important;
    width: 950px !important;
}

h1.strong{
    font-family: 'museo_font_bold';
}

#main-navbar{
    background-color: #0080C5;
    height: 50px;
    line-height: 47px;
    border-radius: 0px;
    background-image: none;
}
#main-navbar a{
    color: white;
    text-decoration: none;
}

#main-navbar a.shareByEmailIcon img{
    padding-bottom: 5px
}
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 150px;
}

#main_header_row{
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#main_header_row .create-account-column{
    margin-top: 15px;
    text-align: center;
}

#main_image_row{
    font-family: 'museo_font';
    height: 425px;
    background-image: url('../images/main_image.jpg');
    background-size:100% 425px;
    background-repeat:no-repeat;
    margin-bottom: 50px;
    position: relative;
}

#main_image_row .find-more{
    position: absolute;
    bottom: 0;
}
#main_image_row .title{
    color: white;
    font-size: 57px;
    margin-bottom: 30px;
    text-shadow: 2px 1px 3px rgba(112, 109, 109, 1)
}
#main_image_row .subtitle{
    font-family: 'Arial', 'sans-serif';
    font-size: 22px;
}

.easyshare-features{
    margin-bottom: 25px;
}

.easyshare-feature{
    width: 200px;
    margin-right: 40px;
    float: left;
}

.easyshare-feature.wide{
    width: 280px;
    margin-right: 50px;
    float: left;
}

.easyshare-feature.last{
    margin-right: 0px;
}

.easyshare-feature .icon, .easyshare-feature li, .easyshare-introduction li{
    color: #00A84E;
}

.easyshare-feature li, .easyshare-introduction li{
    font-size: 22px;
}

.easyshare-feature li{line-height: 63%;}
.easyshare-introduction li{line-height: 82%;}

.easyshare-feature li{margin-bottom: 16px;}

.easyshare-feature li:last-child{
    margin-bottom: 0px;
}

.easyshare-introduction-col{
    margin-top: 15px;
    color:#666;
}

.easyshare-feature, .easyshare-feature li span, .easyshare-introduction li span{
    color: #666;
}

.easyshare-feature li span{font-size: 14px;}

.easyshare-introduction{
    margin-bottom: 0px;
}

.easyshare-introduction li span{font-size: 14px;}

.easyshare-feature .icon{
    font-size: 60px;
}
.easyshare-feature img{ margin-bottom: 10px; }

.easyshare-feature .title, .easyshare-introduction .title{
    font-family: 'museo_font';
    color: #0080C5;
}
.easyshare-feature .title{margin: 10px 0 15px 0; font-size: 20px;}
.easyshare-introduction .title{font-size: 18px;margin: 15px 0px 0px 0px;}
.easyshare-feature .description{
    line-height: 25px;
    color: #999;
    font-size: 15px;
    font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
    line-height: 24px;
}
.easyshare-feature.wide .description{
    line-height: 21px;
    color: #666;
}

.find-more{
    margin-bottom: 50px;
}

.find-more h3{
    font-family: 'museo_font';
    color: #00A84E;
    margin: 0;
    font-size: 20px;
}
.find-more h3 a, .find-more h3 a:hover, .find-more h3 a:visited{
    color: #00A84E;
    text-decoration: underline;
}

.easyshare-introduction .main-title{
    font-family: 'museo_font';
    color: #00A84E;
    margin: 10px 0 15px 0;
    font-size: 26px;
}

.easyshare-introduction-right-col{text-align: center;}
.easyshare-introduction-right-col p{color:#0080C5; }

.easyshare-introduction-col{
    height: 558px;
    position: relative;
}

.btn-green{
    background-color: #00A84E;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.btn-green:hover{
    background-color: #00984E;
    color: #FFFFFF;
}

.btn-wide-fit{
    width: 100%;
}
.btn-grad{
    border-radius:15px;
    border:1px solid #4cab33;
    font-size:22px;
    background: #018a42;
    background: -moz-linear-gradient(top, #86cc2b 0%, #3dad2d 50%, #39ab2d 51%, #018a42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86cc2b), color-stop(50%,#3dad2d), color-stop(51%,#39ab2d), color-stop(100%,#018a42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #86cc2b 0%,#3dad2d 50%,#39ab2d 51%,#018a42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #86cc2b 0%,#3dad2d 50%,#39ab2d 51%,#018a42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #86cc2b 0%,#3dad2d 50%,#39ab2d 51%,#018a42 100%); /* IE10+ */
    background: linear-gradient(to bottom, #86cc2b 0%,#3dad2d 50%,#39ab2d 51%,#018a42 100%); /* W3C */
}

.btn-grad:hover{
    background: #00A84E;
}

.btn-grad img{
    display: inline-block;
    margin: -4px 5px 0 5px;
}
#VerifiedVideo{
    position: absolute;
    bottom: 0;
}

#main-footer{
    height: 150px;
    background-color: #0080C5;
    padding-top: 20px;
    position: static;
    background-image: none;
}

.global-training-pool-information-wrap{
    background-color: #EEEEEE ;
    color: #666;
    padding: 15px;
    font-size: 11px;
    padding-bottom: 0px;
}

.global-training-pool-information-wrap .association i{
    display: inline-block;
    float: left;
}
.global-training-pool-information-wrap .association .association-name{
    padding-left: 25px;
    display: block;
}

#main-footer, #main-footer a{
    color: white;
}


#main-modal{
    overflow: auto;
}
#main-modal .modal-header, #main-modal .modal-footer{
    border: 0;
}
#main-modal .modal-footer .btn{
    margin-left: 70px;
    width: 150px;
}

#loading-modal-content .modal-body{
    text-align: center;
    font-size: 70px;
    color: #eee;
}



/* Video modal */
#video-modal .modal-content{
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#video-modal .modal-body{
    padding: 0;
}
#video-modal .modal-body iframe{
    /*width: 100%;*/
}

#main-navbar .wrapper{
    display: table;
    height: 40px;
    color: white;
}

#main-navbar .wrapper span{
    color: white;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}
#main-navbar .wrapper a{
    font-size: 28px;
    margin-left: 5px
}

#main-navbar .wrapper span.small-text{font-size: 13px;}


.partnership-container{
    height: 120px;
}
.partnership-container img{
    max-width: 140px;
}

#WebPresenterContainerOuter{
    position: relative;
    height: 318px;
}
#WebPresenterContainer{
    position: absolute !important;
    width: 264px !important;
    height: 278px !important;
    bottom: 0 !important;
    right: 60px !important;
}
#WebPresenterEmbed {
    height: 318px !important;
}
.presenter-bottom-box{
    width: 211px;
    background-color: #eee;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.presenter-bottom-box a{
    font-family: 'museo_font';
    text-decoration: underline;
}


/*=======================================================*/
.prelaunch #main-navbar{
    padding:5px 0;
    height:60px;
    font-size:15px;
}
.prelaunch #main-navbar a:link, .prelaunch #main-navbar a:visited{
    text-decoration:underline;
}
.prelaunch #main-navbar{
    color:#fff;
    font-weight:bold;
}
.prelaunch #main-navbar .select_holder{
    position:relative;
}
.prelaunch #main-navbar .non-bold, .prelaunch #main-navbar select{
    font-weight:normal;
}
.prelaunch #main-navbar .select_holder b{
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -10px;
    width: 100%;
    background:#666;
    background: rgba(0,0,0,0.7);
    text-align: center;
    line-height: 33px;
    border-radius:5px;
    display:none;
}
.prelaunch #main-navbar .select_holder b i{
    opacity:1;
}
.prelaunch #main-navbar .covered b{
    display:block;
}
.prelaunch #main_header_row{
    height:auto;
}
.prelaunch #main_header_row .create-account-column{
    margin-top:30px;
}
.prelaunch #main_header_row .create-account-column h3{
    font-family: 'museo_font';
    color: #00A84E;
    font-size: 28px;
    float:right;
}
.prelaunch #main_image_row{
    position:relative;
    height:494px;
    background:#bef0f8 url("../images/prelaunch-splash.png") no-repeat center top;
    margin-bottom:0;
}
.prelaunch #main_image_row .container{
    position:relative;
    height:495px;
}
.prelaunch #tv_text{
    font-family: 'museo_font';
    color:#fff;
    font-size:20px;
    text-align:center;
    position:absolute;
    width:554px;
    height:276px;
    left:196px;
    top:60px;
    padding: 60px 20px 10px 20px;
}
.prelaunch #keep_me_informed{
    width:250px;
    height:260px;
    border-radius:15px;
    position:absolute;
    right:-125px;
    top:35px;
    background:#fff;
}
.prelaunch #keep_me_informed .cont{
    padding:10px;
}
.prelaunch #keep_me_informed .cont p,
.prelaunch #keep_me_informed .cont button{
    font-family: 'museo_font';
}
.prelaunch #keep_me_informed .cont{
    font-family:Arial;
}
.prelaunch #keep_me_informed .cont p{
    color: #00A84E;
    font-size: 16px;
}
.prelaunch #keep_me_informed .cont button{
    border-radius:4px;
    text-transform:uppercase;
    padding: 5px 10px;
    width:162px;
    margin:0 auto;
    display:block;
}
.prelaunch #keep_me_informed .cont .form-group{
    margin-top:20px;
    margin-bottom:10px;
}
.prelaunch #keep_me_informed .cont .help-block{
    visibility:hidden;
}
.prelaunch #keep_me_informed .cont .has-error .help-block{
    visibility:visible;
}
.prelaunch #main_img_border{
    height:30px;
    display:block;
    background:#334a4e;
    margin-bottom:50px;
}
.prelaunch .easyshare-feature{
    width:auto;
    float:none;
    margin:0;
    margin-bottom:60px;
}
.prelaunch .easyshare-feature .title {
    margin: 5px 0;
    font-size: 18px;
}
.prelaunch .easyshare-feature .description{
    color:#666;
}
.prelaunch .easyshare-feature .description a:link,
.prelaunch .easyshare-feature .description a:visited{
    text-decoration:underline;
    color:#0080c5;
}

@media (max-width: 980px){
    .prelaunch #main_image_row{
        background-position:-300px top;
    }
    .prelaunch #tv_text{
        left:86px;
    }
    .prelaunch #keep_me_informed{
        right:0px;
    }
}

.btn-smaller {
    padding: 5px;
    font-size: 20px;
}

#main_header_row .create-account-column {
    padding-left: 50px;
}

#main_header_row .create-account-column p {
    color: #00A84F;
    font-size: 16px;
    font-family: 'museo_font_bold';
    text-align: left;
    padding-left: 15px;
}

#keepMeNotified .help-block {
    visibility: hidden;
}

#keepMeNotified .has-error .help-block {
    visibility: visible;
}
/*=======================================================*/
.jspContainer{
    overflow:hidden;
    position:relative;
    outline:none;
}
.jspScrollable{
    outline:none;
}
.jspPane{position:absolute;}

.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;}
.jspVerticalBar *, .jspHorizontalBar * {margin:0;padding:0;}
.jspCap{display:none;}
.jspHorizontalBar .jspCap{float:left;}
.jspTrack{position:relative;}
.jspDrag{background:#cccccc;position:relative;top:0;left:8px;cursor:pointer;border-radius:5px;width:4px;min-height: 15px}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{float:left;height:100%;}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;}
.jspArrow.jspDisabled{cursor:default;background:#80808d;}
.jspVerticalBar .jspArrow{height:16px;}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%;}
.jspVerticalBar .jspArrow:focus{outline:none;}
.jspCorner{background:#eeeef4;float:left;height:100%;}
* html .jspCorner{margin:0 -3px 0 0;}