/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


*{
    font-family: 'Open Sans', arial, sans-serif;
}

a{
    text-decoration: none;
    transition:all 0.3s;
    -o-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
}

*:focus{
    outline:none;
}

p{
    font-size:15px;
    margin-bottom: 15px;
    line-height: 1.8em;
    font-weight: normal;
}

img{
    max-width: 100%;
    height:auto;
}

h2{
    font-size:28px;
}

main{
    padding:50px 0px;
}

#request-free-trial{
    width:60px;
    height:256px;
    background: url(../img/request-a-free-trial.png) no-repeat center center;
    display: block;
    font-size:0px;
    position: fixed;
    left:-10px;
    top:250px;
    z-index: 1367;
}

#inner #request-free-trial{
    top:100px;
}

#request-free-trial:hover{
    left:0px;
}



#header-menu{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    position: fixed;
    left:0px;
    top:0px;
    width:100%;
    background: #fff;
    z-index: 1367;
}

#header-menu #logo{
    float: left;
    max-width: 180px;
}

#header-menu #logo img{
    max-width: 100%;
    height:auto;
    margin:15px 0px;
}

#header-menu ul#main-menu{
    float: right;
    list-style:none;
    margin: 0px;
}

#header-menu ul#main-menu li{
    display: inline-block;
    list-style:none;
    float:left;
    position: relative;
}

#header-menu ul#main-menu li a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size:14px;
    color:#000;
    padding:23px 15px;
    display: block;
    position: relative;
    top:1px;
}

#header-menu ul#main-menu li ul{
    position: absolute;
    left:0px;
    width:280px;
    top:63px;
    padding:0px;
    background: #fff;
    display: none;
}

#header-menu ul#main-menu li ul a{
    padding: 10px;
    display: block;
    text-align: left;
}

#header-menu ul#main-menu li ul li{
    display: block;
    width:100%;
}

#search-form{
    position: absolute;
    top:66px;
    right:0px;
    padding:10px;
    background: #efefef;
    height:54px;
    display: none;
}

#search-form input[type=text]{
    color:#000;
    font-size:12px;
    width:300px;
}

#search-form button{
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    position: absolute;
    background: url(../img/search.svg) no-repeat center center;
    background-size: 50% 50%;
    width: 35px;
    height: 35px;
    top: 10px;
    right: 10px;

}

#header-menu ul#main-menu li.search-icon a{
    font-size: 0px;
    background: url(../img/search.svg) no-repeat center center;
    background-size: 17px 17px;
    width: 17px;
    height: 66px;
    display: block;
    padding: 0px;
    position: relative;
    margin-left: 14px;
    cursor: pointer;

    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 23px 15px;
    display: block;
    position: relative;
    line-height: 19px;
}

#header-menu ul#main-menu li.search-icon a:hover{
    opacity:0.7;
}

#header-menu ul#main-menu li a:hover{
    color:#447abc;
}

header#header{
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding-top:48px;
    text-align: center;
    color:#fff;
    background-position: top center !important;
    -webkit-background-position: top center !important;
}

header#header h1{
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 57px;
    margin-top: 150px;
    margin-bottom: 20px;
}

header#header .our-products{
    text-transform: uppercase !important;
    margin-bottom: 0px !important;
    font-size: 16px;
    background: url(../img/hr.png) no-repeat center center;
}

header#header .our-products + p{
    font-size:16px;
}

.form-error-message {
    color: #D00000;
}

.required-field {
    border: 1px solid #D00000 !important;
}

.home-header-box{
    background: #fff;
    color:#000;
    padding:30px;
    margin-top: 5px;
    margin-bottom: 70px;
}

.home-header-box h2{
    font-size:22px;
}

.home-header-box p{
    font-size:13px;
    line-height: 1.7em;
    text-align: left;
    margin-bottom: 10px;
}

.home-header-box p i{
    display: block;
}

.home-header-box a{
    color: #447abc;
    padding: 5px 20px;
    background: url(../img/learn-more-blue.png) no-repeat 0px 11px;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-decoration: none !important;
}

.home-header-box a:hover{
    background-position: 5px 11px;
}

.home-header-box img{
    max-width: 130px;
}

section#why-focus{
    position: relative;
}

section#why-focus img{
    max-width: 250px;
}

section#why-focus:after{
    content: '';
    background: url(../img/header-arrow.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}

section#why-focus:before{
    content: '';
    background: url(../img/header-why-focus.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    top: -29px;
}

section#upcoming-webinars{
    position: relative;
    padding-bottom: 80px !important;
}

section#upcoming-webinars:after{
    content: '';
    background: url(../img/header-arrow.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}

section#who-we-are{
    position: relative;
}

section#who-we-are:after{
    content: '';
    background: url(../img/header-arrow-gray.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}

section#who-we-are:before{
    content: '';
    background: url(../img/arrow-white.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    top: -2px;
}


section#why-focus, section#who-we-are, section#upcoming-webinars, section#why-focus{
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

section#why-focus{
    padding-bottom: 70px;
    padding-top: 20px;
}

section#why-focus h2{
    text-align: center;
    text-transform: uppercase;
    font-size:30px;
    color:#fff;
    padding:30px 0px;
    font-weight: normal;
}


section#why-focus .ui-accordion *{
    background: none;
    border:none;
    color:#fff;
    line-height: 1.8em;
    font-weight: 100;
    font-size:14px;
}

section#why-focus .ui-accordion p{
    margin-bottom: 10px;
}

section#why-focus .ui-accordion .ui-accordion-header{
    font-size:17px;
    font-weight: 100 !important;
    position: relative;
}


section#why-focus .ui-accordion .ui-accordion-content{
    border-left: 1px solid rgba(255,255,255,0.5);
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

section#why-focus .ui-accordion{
    margin-top:20px;
}


section#why-focus .ui-accordion .ui-accordion-header:before{
    content:'';
    width:40px;
    height:40px;
    line-height: 40px;
    font-size:35px;
    font-weight: normal;
    text-align: center;
    background: #fff url(../img/plus.jpg) no-repeat center center;
    display: block;
    float:left;
    position: absolute;
    left:-20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color:#447abc;
    border-radius: 50%;
    top:0px;
    border:4px solid #447abc;
    margin-top: 5px;
}


section#why-focus .ui-accordion-header-active:before{
    content:'';
    width:40px;
    height:40px;
    line-height: 40px;
    font-size:35px;
    font-weight: normal;
    text-align: center;
    background: #fff url(../img/minus.jpg) no-repeat center center !important;
    display: block;
    float:left;
    position: absolute;
    left:-20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color:#447abc;
    border-radius: 50%;
    top:0px;
}

.testimonials-carousel{
    padding:0px 100px;
}

.testimonials-carousel .slick-list{
    padding-top:35px;
    padding-bottom: 60px;
}

.qstart{
    width:35px;
    height:32px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    background: url(../img/qstart.png) no-repeat center center;
    background-size:cover;
    -webkit-background-size:cover;
}

#testimonials .slick-prev{
    top:40%;
    left:0px;
    width:61px;
    height:58px;
    display: block;
    font-size:0px;
    background: url(../img/left.png) no-repeat center center;
}

#testimonials .slick-prev:after, #testimonials .slick-prev:before{
    display: none;
}


#testimonials .slick-next{
    top:40%;
    right:0px;
    width:61px;
    height:58px;
    display: block;
    font-size:0px;
    background: url(../img/right.png) no-repeat center center;
}

#testimonials .slick-next:after, #testimonials .slick-next:before{
    display: none;
}

#testimonials .slick-next:hover{
    right:-10px;
}

#testimonials .slick-prev:hover{
    left:-10px;
}

.testimonials-carousel div.testimonial-item{
    padding:20px;
    margin:0px 10px;
    /*border:1px solid #dfdfdf;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    padding-top:20px;
    border-radius: 4px;
    text-align: center;
    background: #eaf3ff;
}

.testimonials-carousel div.testimonial-item *{
    font-size:13px;
}

.testimonials-carousel div.testimonial-item p{
    margin:0px;
}

.testimonials-carousel div.testimonial-item .client{
    text-transform: uppercase;
    font-weight: 500;
    color:#2585a9;
}

.testimonials-carousel div.testimonial-item .position{
    font-style: italic;
}

.testimonials-carousel div.testimonial-item hr{
    margin:0 auto;
    display: block;
    max-width:50%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.testimonials-carousel div.testimonial-item img{
    position: absolute;
    top:-40px;
    left:50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    max-width: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:5px solid #fff;
    border: 1px solid #f3f3f3;
    margin: 3px;
}


.upcoming-menu{
    background: #d8d8d8;
    border:1px solid #c0c0bf;
    /*overflow: hidden;*/
    border-bottom: 0px;
    height:82px;
}


.upcoming-menu-item{
    width:33.33%;
    float:left;
    padding:30px 20px;
    cursor: pointer;
    -webkit-transition:all 0.15s;
    -moz-transition:all 0.15s;
    transition:all 0.15s;
    border-right:1px solid #bebebe;
    position: relative;
}


.upcoming-menu-item:after{
  width: 0; 
  height: 0; 
  content:'';
  display: block;
  position: absolute;
  bottom:-13px;
  left:50%;
  margin-left: -16px;

  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  
  border-top: 16px solid #d8d8d8;

  transition:all 0.15s !important;
  -webkit-transition:all 0.15s !important;
}


.upcoming-menu-item.active:after, .upcoming-menu-item:hover:after{
  border-top: 16px solid #447abc;
}


.upcoming-menu .upcoming-menu-item:last-child{
    border:none;
}

.upcoming-menu-item.active, .upcoming-menu-item:hover{
    background: #447abc;
    color:#fff;
}

.upcoming-menu-item h3{
    margin:0px;
    font-size:15px;
    font-weight: normal;
    line-height: 1.4em;
}

.upcoming-content{
    border:1px solid #d1d1d2;
    background: #fff;
    padding:30px 50px;
    line-height: 2em;
    border-top: 0px;
}

span.small-text{
    font-size:12px;
}

.no-padding{
    padding: 0px;
}

.upcoming-content .date{
    color:#447abc;
    position: relative;
}

.upcoming-content strong{
    color:#447abc;
}

.upcoming-content .presenter, .upcoming-content .presenter *{
    font-size:14px;
}

.upcoming-content .date:before{
    width:15px;
    height:15px;
    content:'';
    background: url(../img/time.png) no-repeat center center;
    display: block;
    position: absolute;
    left:-25px;
    top:7px;
}

a.join-webinar{
    border: 1px solid #447abc;
    color: #447abc;
    text-align: center;
    padding: 2px 3px;
    margin-top: 20px;
    margin-left: 0px;
    display: block;
    text-decoration: none;
    max-width: 110px;
}

a.join-webinar:hover{
    background: #447abc;
    color:#fff;
}


section#testimonials h2{
    text-align: center;
    text-transform: uppercase;
    font-size:30px;
    padding:30px 0px;
    font-weight: normal;
}

section#who-we-are h2{
    text-transform: uppercase;
    font-size:37px;
    padding:30px 0px;
    padding-bottom: 0px;
    font-weight: normal;
    color:#fff;
    margin-top: 0px;
    padding-top:0px;
}

section#upcoming-webinars h2{
    text-align: center;
    text-transform: uppercase;
    font-size:30px;
    padding:30px 0px;
    font-weight: normal;
}

section#the-latest h2{
    text-align: center;
    text-transform: uppercase;
    font-size:30px;
    padding:30px 0px;
    font-weight: normal;
}


header#header .row .col-md-4:last-child .home-header-box{
    margin-bottom: 50px;
}


section#who-we-are{
    color:#fff;
    padding:90px 0px;
}



section#the-latest .latest-box{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    text-align: center;
    margin-bottom: 20px;
}

section#the-latest .latest-box .inner{
    padding:30px;
}

section#the-latest h3{
    margin-top: 0px;
    color:#447abc;
    font-size:17px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 8px;
}

section#the-latest .date{
    font-style: italic;
    font-size:12px;
    display: block;
    text-align: center;
}

section#the-latest p{
    font-size:14px;
    line-height: 1.7em;
}

section#the-latest a.read-more{
    border: 1px solid #447abc;
    color: #447abc;
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px;
    font-size:14px;
    margin-top: 20px;
    display: block;
    max-width: 100px;
    text-decoration: none;
}


section#the-latest a.read-more:hover{
    background: #447abc;
    color:#fff;
}

section#the-latest img{
    width:100%;
}

section#who-we-are p{
    font-size:15px;
    font-weight: 100;
    line-height: 1.8em;
}

section#who-we-are a.learn-more{
    color:#fff;
    float:right;
    padding:5px 20px;
    background: url(../img/learn-more.png) no-repeat 0px 11px;
    transition:all 0.2s;
    -o-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -webkit-transition:all 0.2s;
    text-decoration: none !important;
}

section#who-we-are a.learn-more:hover{
    background-position: 5px 11px;
}


section#upcoming-webinars{
    padding:50px 0px;
    padding-top: 20px;
}


section#upcoming-webinars .view-all{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin: 0 auto;
    padding: 6px 5px;
    margin-top: 20px;
    display: block;
    max-width: 170px;
}

section#upcoming-webinars .view-all:hover{
    background: #000;
    color:#fff;
}

body#inner h1{
    margin:0px;
    text-transform: uppercase;
    font-size:34px;
    font-weight: normal;
    padding-top: 0px;
}

body#inner header#header p{
    max-width: 650px;
    margin: 0 auto;
    display: block;
    font-size: 17px;
    line-height: 1.6em;
}

body#inner header#header{
    padding-bottom: 150px;
    padding-top:180px;
    position: relative;
}

body#inner header#header:after{
    content:'';
    background: url(../img/header-arrow.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}


body#inner h1{
    margin:0px;
    text-transform: uppercase;
    font-size:34px;
    font-weight: normal;
    padding-top: 0px;
}

body#inner header#header p{
    max-width: 650px;
    margin: 0 auto;
    display: block;
    font-size: 17px;
    line-height: 1.6em;
}

body#inner header#header{
    padding-bottom: 150px;
    padding-top:180px;
    position: relative;
}

body#inner header#header:after{
    content:'';
    background: url(../img/header-arrow.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}



.the-executives{
    text-align: center;
    padding-bottom: 50px;
    float:left;
}

.the-executives h2{
    font-size:26px;
    text-transform: uppercase;
    color:#fff;
    display: block;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom:35px;
}

.the-executives h2.main-title{
    color:#447abc !important;
}


.the-executives h3{
    color:#fff;
    font-size:17px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 10px;
}


.the-executives h4{
    color:#fff;
    font-size:14px;
    font-weight: normal;
    margin:0px;
}


.the-executives .view-bio{
    font-size:14px;
    padding-top: 5px;
    display: block;
}

.the-executives img{
    margin-top: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #9ebfe8;
    margin-bottom: 0px;
    max-width: 100px;
}

main table{
    border:1px solid #d2ddea;
    width: 100%;
}

main table tr th{
    background: #447abc;
    color:#fff;
}

main table tr th,
main table tr td{
    padding:13px;
    border-bottom: 1px solid #d2ddea;
    font-weight: normal;
    border-right: 1px solid #85b0e4;
}

main table tr:nth-child(2n+1){
    background: #f2f2f2;
}


main#privacy-policy h2{
    color:#447abc;
    text-transform: uppercase;
    font-size:17px;
    margin-top:30px;
    margin-bottom: 10px;
}

img.school-icon{
    max-width: 130px;
}

.box-shadow-light{
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
    float: left;
    padding:15px 10px;
    margin-bottom: 0px;
    width: 100%;
    /*border:2px solid #ddd;*/
}

.solid-blue-button{
    background: #447abc;
    color:#fff;
    text-align: center;
    padding: 10px 40px;
    font-size: 14px;
    float: left;
    margin-top: 0px;
    display: block;
    text-decoration: none;
}

.solid-blue-button:hover{
    color:#fff;
    opacity: 0.8;
    text-decoration: none;
}


body#login .loginbg{
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
    padding: 100px 0px;
}

body#login footer{
    margin-top:0px;
}

body#login .container {
/*  position: fixed;
  height: 100%;
  width:100%;*/
}

body#login .centerblock {
/*  position: absolute;
  top: 50%;
  left:50%;*/
/*  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
  padding:20px;
  max-width: 500px;
  width: 90%;*/
  background: #fff;
}


body#login footer{
    position: relative;
}

body#login .theme-showcase{
    background: #fff;
    padding:20px;
    max-width: 500px;
}

body#login .centerblock #email{
    margin-bottom: 0px;
}


body#login .text-blue{
    text-align: center;
    display: block;
    color:#2464b2;
}

body#login hr{
    margin-top: 20px;
    margin-bottom: 20px;
}

body#login .text-center{
    text-align: center;
    display: block;
}

label{
    font-size:13px;
    display: block;
    font-weight: normal;
    font-weight: 500;
}


input[type=text],
input[type=email],
input[type=password],
input[type=phone]{
    border:1px solid #c7c7c7;
    padding:7px 7px;
    margin-bottom: 15px;
    width:100%;
}

select{
    border:1px solid #c7c7c7;
    padding:7px 7px;
    margin-bottom: 15px;
    width:100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;

    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.no-margin{
    margin:0px;
}

textarea{
    border:1px solid #c7c7c7;
    padding:7px 7px;
    margin-bottom: 15px;
    width:100%;
}



body#login .theme-showcase form button{
    float:left;
    border:1px solid #2c65aa;
    text-transform: uppercase;
    color:#2c65aa;
    background: #e4ebf4;
    display: block;
    clear:both;
    padding:10px 50px;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    margin-top: 20px;
    margin-bottom: 20px;
}

body#login .theme-showcase form button:hover{
    color:#fff;
    background: #2c65aa;
}

.register-block{
    float:left;
    width:100%;
    background: #2c65aa;
    color:#fff;
    padding:20px;
    text-align: center;
}

.register-block p{
    margin-bottom: 0px;
}

.register-block a.register-button{
    border:1px solid #fff;
    text-transform: uppercase;
    color:#fff;
    display: inline-block;
    clear:both;
    padding:10px 50px;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    margin-bottom: 20px;
    margin-top: 10px;
}

.register-block a.register-button:hover{
    background: #fff;
    color:#2c65aa;
    text-decoration: none;
}


.register-block a{
    color:#fff;
}



.history-table p{
    margin-bottom: 0px;
}



.history-table td{
    border-bottom: 1px solid #d2ddea;
    border-right:1px solid #d2ddea;
    vertical-align: top;
    padding:20px 25px;
}

.text-blue{
    color:#447abc;
}

.history-table tr td:first-child{
    min-width:150px;
}


button{
    float: left;
    text-transform: uppercase;
    border:none;
    color: #fff;
    background: #363636;
    display: block;
    clear: both;
    padding: 7px 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
    margin-bottom: 20px;
}

button:hover{
    opacity: 0.7;
}


.why-option{
    display: inline-block;
    margin-right: 15px;    
}

h2.contact-us{
    padding-left: 50px;
    background: url(../img/email.png) no-repeat center left;
    height:42px;
    line-height: 42px;
    font-weight: normal;
    margin-top: 0px;
}

.contact-box{
    width:97%;
    padding:0px;
}

.contact-box p{
    margin-bottom: 0px;
    color:#fff;
}

.contact-box h3{
    font-weight: normal;
    margin:0px;
    margin-bottom: 10px;
    font-size:22px;
    color:#fff;
}

.contact-box .support-box{
    padding:20px;
    background: #447abc url(../img/phone.png) no-repeat 20px 23px;
    color:#fff;
    padding-left: 80px;
    text-align: left;
    margin-bottom: 20px;
}


.contact-box .email-box{
    padding:15px;
    padding-left: 80px;
    border-bottom: 1px solid #ddd;
    background:#447abc url(../img/email.png) no-repeat 20px 23px;
    padding-bottom: 40px;
    text-align: left;
    margin-bottom: 20px;
}

.contact-box .email-box a{
    color:#fff;
}

.contact-box .address-box{
    padding:15px;
    padding-left: 80px;
    background:#447abc url(../img/address.png) no-repeat 20px 23px;
    padding-bottom: 40px;
    text-align: left;
    margin-bottom: 20px;
}

.contact-content, .free-trial-content{
    float:left;
    width:100%;
}

.trial-box{
    padding:25px;
}

.trial-box.blue{
    background: #447abc;
    color:#fff;
}



input#zip-code,input#zip-code-billing{
    max-width: 300px;
}


.form-buttons{
    text-align: center;
    padding-top:50px;
}

.form-buttons .form-button{
    display: inline-block;
    color:#fff;
    padding:6px 45px;
    background: #363636;
    border:none;
    text-decoration: none !important;
    cursor:pointer;
}

.form-buttons .form-button:hover{
    opacity: 0.8;
}

h2.focus-2-apply, h2.focus-2-explore, h2.focus-2-career{
    font-size:25px;
    font-weight: normal;
    text-align: center;
    display: block;
    background: url(../img/h2-apply.png) no-repeat center bottom;
    padding-bottom: 15px;
    margin-top: 50px;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    background-size:contain;
}

ul.blue-bullet{
    padding:0px;
    list-style: none;
}

ul.blue-bullet li{
    float: left;
    width:100%;
    padding-left: 20px;
    line-height: 2em;
    padding-right: 50px;
    padding-bottom: 20px;
    background: url(../img/blue-bullet.png) no-repeat 0px 7px;

}

#make-focus-available{
    background: #f6f6f6;
    padding:30px 0px;
    margin-top: 50px;
    position: relative;
}

#make-focus-available:before{
    content: '';
    background: url(../img/arrow-white.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    top: -1px;
}

#make-focus-available:after{
    content: '';
    background: url(../img/header-arrow.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}

#make-focus-available h2{
    margin-bottom: 40px;
    color:#fff;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#make-focus-available a{
    display: block;
    margin-bottom: 10px;
    background: #447abc;
    color:#fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding:15px 25px;
    text-decoration: none;
    overflow: hidden;
}

#make-focus-available a:hover{
    opacity: 0.8;
}

#make-focus-available a span{
    background: url(../img/white-arrow.png) no-repeat center right;
    display: block;
    padding-right: 27px;
    float:left;
}

#make-focus-available .col-md-3,
#make-focus-available .col-md-6{
    padding:0px !important;
}


#reporting-data-collection{
    text-align: center;
    background: url(../img/reports.jpg) no-repeat top right;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    background-size:contain;
    padding-bottom: 50px;

}

#reporting-data-collection h2{
    margin-bottom: 25px;
}

#reporting-data-collection img{
    position: relative;
    top:-2px;
}

main.focus-2-apply{
    padding-bottom: 0px;
}


main.focus-2-apply + footer{
    margin-top:0px;
}


section.gray-bg{
    background: #f6f6f6;
    position: relative;
}

section.gray-bg:before{
/*    content: '';
    background: url(../img/arrow-white.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    top: -1px;*/
}

.gray-bg.focus-2-explore-boxes:before{
    display: none;
}

main.focus-2-explore{
    padding-bottom: 0px;
}

main.focus-2-explore + footer{
    margin-top:0px;
}


.focus-2-explore-boxes .info-box{
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    border:1px solid #e2e2e2;
    margin-top: 30px;
    border-radius: 4px;
}

.focus-2-explore-boxes .info-box h3{
    color:#fff;
    font-size:18px;
    background: #447abc;
    padding:10px 10px 7px 20px;
    margin:0px;
    font-weight: normal;
}

.focus-2-explore-boxes .info-box h3 img{
    margin-right:5px;
}

.focus-2-explore-boxes .info-box p{
    padding:10px;
    margin:0px;
    background: url(../img/blue-bullet.png) no-repeat 10px 18px;
    padding-left: 30px;
    padding-bottom: 0px;
}


.focus-2-explore-boxes .info-box .inner{
    padding:10px;
    padding-bottom: 30px;
}

.focus-2-explore-boxes{
    padding:50px 0px;
}

.bgdun{
    position: relative;
}

.focus-2-explore .bgdun{
    padding-bottom: 50px;
}

.focus-2-explore .bgdun:after{
    content: '';
    background: url(../img/header-arrow-gray-light.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}


section.gray-bg{
    position: relative;
}

section.gray-bg:before{
    content: '';
    background: url(../img/arrow-search.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    top: -27px;
}

section.college-search{
    padding-bottom: 70px;
    padding-top:30px;
    background: url(../img/school.jpg) no-repeat center center;
    background-size:cover;
    -webkit-background-size:cover;

    color:#fff;
}

/*section.college-search:before{
    content: '';
    background: url(../img/header-arrow.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}*/

section.college-search h2.focus-2-explore{
    color: #3a70b1;
    font-size: 30px;
    background: url(../img/h2-apply.png) no-repeat center bottom;
    background: none;
    border-bottom: 1px solid rgb(177, 177, 177);
    margin-bottom: 30px;
    margin-top: 50px;
}


section.college-search strong{
    font-weight: normal;
    font-size:20px !important;
    color:#333;
}


section.college-search ul.blue-bullet li{
    padding-bottom: 7px !important;
    padding-top:7px;
    padding-left: 40px;
    font-size:17px;
    font-weight: normal;
    background: url(../img/big-bullet-black.png) no-repeat 0px 7px;
    color:#333;

}


.progress-box{
    border:1px solid #eaeaea;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.progress-box img{
    float:left;
    margin:5px;
    margin-right: 20px;
    max-width:60px;
}

.progress-box .inner{
    padding:5px;
    float:left;
    width:80%;
}

.progress-box .right-menu{
    float:right;
    width:20%;
    padding:10px;
    background: #447abc;
}

.progress-box .right-menu a{
    display: block;
    font-size:13px;
    color:#fff;
    text-decoration: none;
    padding:1px;
}

.progress-box .right-menu a:hover{
    opacity: 0.5;
}

.progress-box p{
    margin:0px;    
}

.progress-box .progress-percent{
    font-weight: 500;
}

.progress-box .progress-bar{
    height:3px;
    display: block;
    width:100%;
    background: #e5e5e5;
    border:none;
    float:none !important;
    box-shadow:none !important;
    margin-left: 85px;
    width:60%;
}

.progress-box .progress-bar .value{
    height:3px;
}

.progress-box a.reviews,
.progress-box a.start-over{
    opacity: 0.7;
}

.progress-interests{

}

.progress-personality{
    
}

.progress-values{
    
}

.progress-leisure{
    
}

.progress-skills{
    
}

.progress-planning{
    
}



.progress-interests .progress-bar .value{
    background: #30a0ad !important;
}

.progress-personality .progress-bar .value{
    background: #ec655c !important;
}

.progress-values .progress-bar .value{
    background: #413758 !important;
}

.progress-leisure .progress-bar .value{
    background: #65708b !important;
}

.progress-skills .progress-bar .value{
    background: #7dc09a !important;
}

.progress-planning .progress-bar .value{
    background: #447abc !important;
}



.progress-interests .right-menu{
    background: #30a0ad !important;
}

.progress-personality .right-menu{
    background: #ec655c !important;
}

.progress-values .right-menu{
    background: #413758 !important;
}

.progress-leisure .right-menu{
    background: #65708b !important;
}

.progress-skills .right-menu{
    background: #7dc09a !important;
}

.progress-planning .right-menu{
    background: #447abc !important;
}

.blue-info-box{
    background: #114f9b;
    padding:10px;
    color:#fff;
}

.blue-info-box p{
    margin:5px;
    font-size:17px;
}

.view-all-button{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin: 0 auto;
    padding: 10px 5px;
    margin-top: 50px;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
    max-width: 170px;
}

.view-all-button:hover{
    color:#fff;
    background: #000;
    text-decoration: none;
}

div.focus-2-career-tools span{
    display: block;
    text-align: left;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:10px 15px;
    padding-bottom: 20px;   
    margin-bottom: 20px;
    font-size:13px;
    line-height: 1.7em;
    box-shadow:4px 4px 0px rgba(0,0,0,0.03);
    color:#000;
    background: #fff;
}

div.focus-2-career-tools span strong{
    display: block;
    color: #447abc;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 18px;
    padding-left: 10px;
    margin-left: -16px;
}


div.exploring-the-possibilities span{
    display: block;
    text-align: left;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:20px 15px;
    font-size:15px;
    text-align: center;
    line-height: 1.7em;
    box-shadow:4px 4px 0px rgba(0,0,0,0.03);
    color:#000;
    background: #fff;
    background: #fff;
}

div.exploring-the-possibilities span strong{
    display: block;
    color: #447abc;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 18px;
    padding-left: 10px;
    margin-left: -16px;
}




div.make-focus2apply-available span{
    display: block;
    text-align: left;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:20px 15px;
    font-size:17px;
    text-align: center;
    line-height: 1.7em;
    box-shadow:4px 4px 0px rgba(0,0,0,0.03);
    color:#000;
    background: #fff;
    background: #fff;
}

div.make-focus2apply-available span strong{
    display: block;
    color: #447abc;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 18px;
    padding-left: 10px;
    margin-left: -16px;
}

table#webinars tr:first-child th:first-child{
    background: rgba(99, 143, 198, 0.99) !important;
}


table#webinars p{
    margin:0px;
}

table#webinars tr td:first-child{
    width:16%;
}

table#webinars tr td:nth-child(2){
    width:28%;
}

table#webinars tr td:nth-child(3){
    width:28%;
}

table#webinars tr td:nth-child(4){
    width:28%;
}

table#webinars td{
    border-right: 1px solid #d2ddea;
    vertical-align: top;
    width:17%;
    position: relative;
}


#gototop{
    width: 50px;
    height: 50px;
    background: #447abc url(../img/gototop.svg) no-repeat 8px 6px;
    background-size: 70% 70%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.2s !important;
    -webkit-transition: all 0.2s !important;
    z-index: 13671103;
    cursor: pointer;
    opacity: 0.0;
    transform:scale(0.7);
    -webkit-transform:scale(0.7);
    -o-transform:scale(0.7);
    -moz-transform:scale(0.7);
}


#gototop.showw{
    opacity:0.8;
    transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -moz-transform:scale(1);
}

#gototop.showw:hover{
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -o-transform:scale(0.9);
    -moz-transform:scale(0.9);
    opacity: 1.0;
}

footer{
    background: #363636;
    color:rgba(255,255,255,0.5);
    font-size:12px;
    padding-top:30px;
    margin-top: 50px;
}

footer .col-md-4:nth-child(2){
    padding:0px;
}

footer .separator{
    margin:0px 10px;
}

footer .social-icons{
    display: inline-block;
    padding-left: 15px;
}

footer .social-icons svg *{
    fill:rgba(255,255,255,0.4);
}

footer .social-icons a{
    display: inline-block;
    width:30px;
    height:30px;
}

footer .copyright{
    text-align: center;
    padding:40px 0px;
}

footer p{
    font-size:13px;
}

footer a{
    color:rgba(255,255,255,0.5);
    font-size:13px;
}

footer .copyright a:hover svg *{
    fill:#1b9de0;
}

footer a:hover{
    text-decoration: none;
    color:#fff;
}

footer #footer-logo{
    opacity: 0.35;
    max-width: 300px;
    margin:0 auto;
    display: block;
    margin-top: 70px;
}

footer ul{
    list-style: none;
    padding:0px;
}


footer ul li{
    float:left;
    width:50%;
}

footer ul li a{
    display: block;
    padding:7px;
    padding-left: 13px;
    background: url(../img/bullet.png) no-repeat center left;
    font-size:13px;
}

footer ul li a[href='#']{
    display: none;
}

footer ul li ul li{
    width: 100%;
}


footer h2{
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #737373;
    padding-bottom: 17px;
    color: #fff;
    display: block;
    max-width: 80%;
}

.same-as-ordering{
    font-size: 12px;
    float: right;
    color: #000;
    text-transform: none;
    font-weight: normal;
}


#menuhandler{
    display: none;
    float: right;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
    background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top,#151515,#040404);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
    background-image: -webkit-linear-gradient(top,#151515,#040404);
    background-image: -o-linear-gradient(top,#151515,#040404);
    background-image: linear-gradient(to bottom,#151515,#040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    display: none;
    margin: 0px;
    padding: 23px 20px;
    border-radius: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 13817990940;
    background: none;
    border: none !important;
    box-shadow: none !important;
    position: fixed;
 }



 #menuhandler .icon-bar{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    display: block;
    width: 25px;
    height: 4px;
    background-color: #4a2141;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
 }

#menuhandler .icon-bar+.icon-bar {
    margin-top: 3px;
}

.icon-bar-white{
    background: #fff !important;
}

h2.modal-title{
    text-align: left;
    position: relative;
    top: 4px;
    margin-bottom: 0px;
    color:#447abc;
}

.executive-box{
    margin: 5px 0px;
    padding: 0px 10px 20px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #6994c9;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
}

.executive-box:hover{
    background: #447abc;
    transform:scale(0.98);
    -webkit-transform:scale(0.98);
}

.executive-box a{
    color:#fff;
}

body .modal-header .close{
    margin-top: 0px;
    font-size: 40px;
    float: right;
    margin-bottom: 0px;
    position: relative;
    top: 2px;
    padding-right: 10px;
    z-index: 13671103;
}

.biography-content{
    text-align: left;
}

body .modal-backdrop{
    z-index: 1367110300;
}

body .modal{
    z-index: 13671103000;
}


.rect-button{
    border: 1px solid #447abc;
    color: #447abc;
    text-align: center;
    margin: 0 auto;
    padding: 10px 5px;
    margin-top: 20px;
    display: block;
    max-width: 250px;
    text-decoration: none !important;
}

.rect-button:hover{
    background: #447abc;
    color:#fff;
}

strong{
    font-weight: 500;
    font-size:17px;
}



.make-available div{
    width:200px;
    height:200px;
    background: #447abc;
    color:#fff;
    display:inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding:50px 20px;
    font-size:20px;
    margin:15px;
    position: relative;
    text-align: center;
    border: 3px solid #38669e;
    cursor: default;
}

.make-available span{
    display: table;
    vertical-align: middle;
    text-align: center;
    width:100%;
}



.make-available.make-available-explore div{
    font-size:15px;
}


h2.focus-2-career-tools{
    margin-bottom: 50px !important;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color:#fff;
}


.make-available.make-available-career div {
    width: 260px;
    height: 260px;
    background: #447abc;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 50px 38px;
    font-size: 14px;
    margin: 8px;
    position: relative;
    text-align: center;
    border: 3px solid #38669e;
    cursor: default;
}


main.create-account{
    padding-bottom: 0px;
}


h2.inner-title{
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    display: block;
    /*background: url(../img/h2-apply.png) no-repeat center bottom;*/
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.blue-text{
    color:#337ab7;
}

.box-shadow-light{
    text-align: center;
}

p.price-info, p.school-info{
    font-size:17px;
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-top:10px;
}

.solid-blue-button.center-button{
    margin:0 auto;
    display: inline-block;
    float:none;
}

p.or-line{
    background: url(../img/or.png) no-repeat center center;
    margin:30px 0px;
    text-align: center;
    font-size:22px;
    color:#777;
    display: block;
    overflow: hidden;
    float: left;
    width:100%;
}

img.ccards{
    max-width: 350px;
    width:100%;
}


.why-focus-iphone{
    position: relative;
}

#iphone-slides{
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 53px;
    width: 227px;
    height: 394px;
    left: 11px;
}

#iphone-slides img{
    width:225px;

}

img.iphone-frame{
    position: absolute;
    top:0px;
    left:0px;
    z-index: 13;
}


#iphone-slides .slick-dots{
    display: none;
}

.header-box-inner{
    padding-bottom: 10px;
}

input#college-size, input#organization-size{
    width:80px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-top:3px;
    padding-bottom: 3px;
}

label.users-label{
    font-size:16px;
}

#interested-yes, #interested-no{
    margin-left:20px;
}


p.select-lease label{
    font-size:18px !important;
}


p.select-lease label span{
    display: inline-block;
    margin-right: 30px;
    font-size:14px !important;
}

.upcoming-content-inner .upcoming-item{
    margin-bottom: 20px;
}


.bgdun{
    background: url(../img/focus-bg.jpg) no-repeat center right !important;
    background-size:cover !important;
    -webkit-background-size:cover !important;
}


.bgdun.exploring-the-possibilities:after{
    content: '';
    background: url(../img/arrow-blue.png) no-repeat center center !important;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -29px !important;
}

.register-webinar{
    text-decoration: none !important;
    padding:5px 0px;
    background: #447abc;
    text-align: center;
    color:#fff !important;
    display: block;
    width:120px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.register-webinar:hover{
    opacity: 0.8;
}

section.review-section{
    position: relative;
    padding:50px 0px 80px 0px;
}

section.review-section h2{
    margin-bottom: 50px;
    margin-top: 0px;
}

section.review-section p span{
    display: block;
}

section.review-section p{
    font-size:16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

section.review-section.colored-bg{
    background: #eee;
    padding:70px 0px 90px 0px;
}

section.review-section.colored-bg:before{
    content: '';
    background: url(../img/arrow-white.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    top: -2px;
}

section.review-section.colored-bg:after{
    content: '';
    background: url(../img/header-arrow.png) no-repeat center center;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
}

section.review-section .field-name{
    font-weight: normal;
    font-size:14px;
    color:#447abc;
}

section.review-section .field-value{
    font-weight: 500;
    color:#666;
}

.form-buttons.charge-my-account{
    padding-bottom: 0px;
}

.form-buttons.charge-my-account .submit{
    display: inline-block;
    color: #fff;
    padding: 15px 55px;
    background: #447abc;
    border: none;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 20px;
}

main.purchase{
    padding:0px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1200px) {
    #header-menu ul#main-menu li a{
        padding: 23px 11px;
    }

    .upcoming-menu{
        height: 144px;
    }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 992px) {

    footer .col-md-4:nth-child(2){
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-focus-iphone{
        margin:0 auto;
        display: block;
        margin-bottom: 30px;
    }

    h2.inner-title{
        font-size:20px;
    }

    .make-available div{
        height:130px;
        width:130px;
        font-size:15px;
        padding:10px;
        margin:10px;
    }

    .make-available.make-available-explore div{
        font-size:12px;
        width:150px;
        height:150px;
    }


    .the-executives + .col-md-7{
        float:left;
        width:100%;
    }

    body .modal{
        padding-top: 65px;
    }

    #header-menu ul#main-menu li{
        width:100%;
    }

    #header-menu ul#main-menu li ul{
        position: relative;
        left:0px;
        width:100%;
        top:0px;
        padding:0px;
        background: none;
        display: block;
    }

    #header-menu ul#main-menu li a[href='#']{
        display: none;
    }

    #header-menu ul#main-menu li ul a{
        padding: 10px;
        display: block;
        text-align: left;
    }

    #header-menu ul#main-menu li ul li{
        display: block;
        width:100%;
    }

    #header-menu ul#main-menu li.search-icon{
        display: none !important;
    }

    #search-form {
        position: relative;
        top: 0px;
        right: 0px;
        padding: 10px;
        background: #447abc;
        height: 54px;
        display: block;
    }

    #search-form input[type=text] {
        width: 100%;
        border: none;
        font-size: 14px;
        background: #3768a2;
        color:#fff;
    }

    #search-form button {
        background: url(../img/search-white.svg) no-repeat center center;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }

    #search-form input[type=text] {
        width: 100%;
    }

    .home-header-box img {
        max-width: 80px;
    }

    .home-header-box {
        background: #fff;
        color: #000;
        padding: 20px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    
    header#header h1{
        font-size:30px;
        margin-top: 30px;
    }

    ul.blue-bullet li{
        padding-right: 0px;
    }

    .make-available{
        padding:0px 20px;
    }

    
    .box-shadow-light{
        width:100%;
        text-align: center;
    }

    .solid-blue-button{
        margin: 0 auto;
        display: inline-block;
        float: none;
    }

    #menuhandler{
        display: block;
    }

    #main-menu ul{
        padding:0px;
    }

    #main-menu li {
        padding: 0px;
    }

    #main-menu li a {
        padding: 10px 20px !important;
        color: #fff !important;
        font-size: 17px;
        text-decoration: none !important;
        display: block;
        border-bottom: 2px solid rgba(0,0,0,0.0) !important;
    }


    #main-menu {
        width: 260px;
        position: fixed;
        right: -350px;
        top: 0px;
        height: 100%;
        background: #447abc;
        padding-top: 70px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -khtml-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        padding-left: 10px;
        transition:all 0.5s;
        -o-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -webkit-transition:all 0.5s;
        z-index: 1381799094000;
        margin-top: 0px;
    }

    #request-free-trial{
        display: none;
    }

    #header-menu ul#main-menu li a{
        font-size:15px;
        text-align: left;
    }

    body#inner header#header {
        padding-bottom: 80px;
        padding-top: 130px;
        position: relative;
    }

    .the-executives{
        width:100%;
    }

    footer h2{
        max-width: 100%;
    }

    footer .social-icons {
        display: inline-block;
        padding-left: 15px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    footer{
        margin-top:0px;
    }

    footer .copyright{
        padding-top:20px;
        border-top:1px solid #737373;
    }

    footer #footer-logo{
        display: none;
    }

    footer .col-md-4{
        float:left;
        width:100%;
    }

    .contact-box{
        width:100%;
    }

    .same-as-ordering{
        width:100%;
        margin-bottom: 40px;
    }

    input#zip-code, input#zip-code-billing{
        width:100%;
        max-width: 100%;
    }

    .upcoming-menu{
        height: 166px;
    }

}

@media only screen and (max-width: 800px) {
    .stacktable p{
        margin:0px;
    }

    .st-head-row.st-head-row-main {
        font-size: 1.5em;
        padding-top: 0;
        padding: 13px;
    }

    .stacktable .st-key{
        text-align: left;
    }

    .register-webinar {
        text-decoration: none !important;
        padding: 5px 0px;
        background: #447abc;
        text-align: center;
        color: #fff !important;
        display: block;
        position: relative;
        top: 0px;
        margin-top: 0px;
        left: 0px;
        width: 120px;
        margin-left: 0px;
        opacity: 1 !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 780px) {

    body#login .loginbg{
        padding: 20px 20px;
    }

    .the-executives{
        padding-bottom: 0px;
    }

    section#why-focus .ui-accordion *{
        font-size:13px;
    }

    #iphone-slides {
        margin: 0px;
        padding: 0px;
        position: relative;
        top: 71px;
        width: 183px;
        height: 317px;
        left: 8px;
    }

    #iphone-slides img {
        width: 181px;
        margin: 0px !important;
    }

    .upcoming-menu-item {
        width: 100%;
        float: left;
        padding: 10px 10px;
        border-bottom: 1px solid #aaa;
    }

    .upcoming-menu-item h3 {
        font-size: 13px;
        float: left;
        margin-right: 4px;
    }


    section#why-focus .ui-accordion {
        margin-top: 0px;
        padding-left: 30px;
    }

    .testimonials-carousel {
        padding: 0px 55px;
    }

    section#why-focus img{
        margin: 0 auto;
        display: block;
        float:none;
        max-width: 200px;
        margin-top: 30px;
    }

    body#login hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    body#login input[type=text], body#login input[type=email], body#login input[type=password], body#login input[type=phone] {
        border: 1px solid #c7c7c7;
        padding: 4px 5px;
        margin-bottom: 5px;
        width: 100%;
    }

    .blue-info-box p {
        margin: 5px;
        font-size: 13px;
    }

    .blue-info-box{
        margin-bottom: 10px;
    }

    main#privacy-policy{
        padding-top:0px;
    }

    body#login .theme-showcase form button {
        float: left;
        border: 1px solid #2c65aa;
        text-transform: uppercase;
        color: #2c65aa;
        background: #e4ebf4;
        display: block;
        clear: both;
        padding: 5px 50px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .register-block a.register-button {
        border: 1px solid #fff;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        clear: both;
        padding: 5px 40px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .register-block {
        float: left;
        width: 100%;
        background: #2c65aa;
        color: #fff;
        padding: 10px;
        text-align: center;
    }

    .register-block a.register-button {
        margin-bottom: 10px;
        margin-top: 10px;
    }


    .form-buttons .form-button{
        margin-bottom: 10px;
        width:100%;
    }

    body#login .text-center {
        text-align: center;
        display: block;
        font-size: 12px;
        line-height: 15px;
    }

    body#login img{
        max-width: 100px;
    }

    body#login .text-blue {
        margin-bottom: 0px;
    }

    .progress-box .inner {
        padding: 5px;
        float: left;
        width: 70%;
    }

    .progress-box .right-menu{
        width:30%;
    }

    .progress-box img {
        float: left;
        margin: 5px;
        margin-right: 10px;
        max-width: 50px;
    }

    section.college-search .col-xs-6{
        width:100%;
    }

    section.college-search {
        padding-bottom: 0px;
    }

    .progress-box .progress-bar {
        height: 3px;
        display: block;
        width: 100%;
        background: #e5e5e5;
        border: none;
        float: none !important;
        box-shadow: none !important;
        margin-left: 65px;
        width: 60%;
    }


    .progress-box h4{
        font-size:12px;
    }

    .upcoming-menu{
        overflow: hidden;
    }

    .upcoming-menu-item:after{
        display: none;
    }

    .upcoming-menu {
        height: auto;
    }


}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {

    label.interested{
        display: block;
        width:100%;
    }

    #interested-yes, #interested-no{
        margin-left: 0px;
    }

    label.interested span{
        display: block;
        width:100%;
        padding-top: 10px;
    }

    input#college-size, input#organization-size{
        width:100%;
        margin:0px;
        margin-bottom: 10px;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* HIDE THE LATEST SECTION */

#home footer{margin-top:0px;}
#home section#the-latest{display: none;}
#home section#upcoming-webinars:after{display: none;}

/* New CSS from iMedia */
.register-block a.register-button:hover,.register-block a.register-button:focus { background: #fff; color:#2c65aa; text-decoration: underline; }
body#login .theme-showcase form button:hover, body#login .theme-showcase form button:focus { color:#fff; background: #2c65aa; text-decoration:underline; border:1px solid #fff; }


