﻿@charset "utf-8";

.tools-faqs .panel-title, h1, h2 {
  text-transform: uppercase;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 450px;
  font-family: 'Open Sans', sans-serif;
  color: #6f716f;
  font-size: 20px;
  font-weight: 300;
  overflow-x: hidden;
}
body p {
    /*DONT DO THIS*/
    /*-webkit-margin-before: 0!important;
    -webkit-margin-after: 0!important;*/
}
ul li {
    margin-top: 10px;
}
/*300,400,500,600,700,800,900*/
h1, h2, h3, .navbar-default {
    font-family: 'Saira Extra Condensed', sans-serif;
}
h1 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 3px;
}

.h3-lg, h2 {
  font-size: 44px;
  letter-spacing: 0;
}

h2 {
  font-weight: 400;
}

.h3-lg {
  font-weight: 400;
}
.standardContentSection > p {
  font-size: 20px;
  line-height: 1.8em;
}
p {
  font-size: 20px;
  line-height: 1.8em;
}
a:focus, .btn:focus {
    outline:0;
}
.highlight {
  color: #f90;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #F90;
  border-color: #F90;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #d88200;
  border-color: #d88200;
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
}
.embed-responsive {
    margin-bottom: 40px;
}

.form-control {
  border: 1px solid #727272;
  border-radius: 0;
  height: 40px;
  padding: 8px 12px;
}
.navbar .container {
    height: 110px;
}
.navbar-fixed-top {
  border-width: 0;
}

.navbar-default {
  background: #3f3f3f;
  background-color: rgba(255, 255, 255, .75);
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #3f3f3f;
}
.navbar-default .navbar-nav > li > a {
  padding: 5px 0;
  margin: 28px 35px 37px 0;
  font-size: 24px;
  border-bottom: 5px solid transparent;
  font-weight: 500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  border-bottom: 5px solid #7ecba1;
  color: #3f3f3f;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #3f3f3f;
   border-bottom: 5px solid #7ecba1;
}
.signIn {
   color: #3f3f3f;
   /*margin-top: 36px!important;*/
   border: 1px solid #999!important;
   padding: 5px 15px!important;
}
.signIn:hover {
    background: #7ecba1!important;
    border: 1px solid #7ecba1!important;
    color: #fff!important;
}
.fa-chevron-up {
    color: #7ecba1;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #F77790;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .user-dropdown > li > a:focus, .navbar-default .navbar-nav .open .user-dropdown > li > a:hover {
  color: #fff;
  background-color: #666;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #777;
    width: 30px;
    height: 4px;

}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-default .navbar-toggle:hover {
    background-color: #7ecba1;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background: #fff;
}

.dropdown-menu {
  min-width: 200px;
  background: #F90;
  background-color: rgba(255, 153, 0, .95);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li > a {
  display: block;
  padding: 6px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 0 5px;
}

.dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.user-dropdown {
  border: 1px solid rgba(0, 0, 0, .15);
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
}

.user-dropdown > li > a {
  color: #333;
  padding: 3px 20px;
  margin: 0;
  background: #fff;
}

.navbar-default .navbar-nav > li > a.sign-up-btn {
  color: #9FC;
  border: 1px solid #9FC;
}

.navbar-nav > li > a.sign-up-btn:hover {
  color: #fff;
  border-color: #fff;
}

.jumbobox.home {
  background: url(../img/home-bg-lg.jpg) center center no-repeat;
  background-size: cover;
}
.jumbobox.benefits {
  background: url(../img/benefits-bg-lg.jpg) center center no-repeat;
  background-size: cover;
}
.jumbobox.join {
  background: url(../img/join-bg-lg.jpg) center center no-repeat;
  background-size: cover;
}
.jumbobox.about {
  background: url(../img/about-bg-lg.jpg) center center no-repeat;
  background-size: cover;
}
.jumbobox.internshipVirtual {
  background: url(../img/internshipVirtual-bg-lg.jpg) center center no-repeat;
  background-size: cover;
}
.jumbobox.internshipBenefits {
  background: url(../img/internshipBenefits-bg-lg.jpg) center center no-repeat;
  background-size: cover;
}
.ourPositionSection {
    background: url(../img/about-bg-ourposition.jpg) center top no-repeat;
    background-size: cover;
}
.exExclusiveSection {
    background: url(../img/about-bgexclusives.jpg) center top no-repeat;
    background-size: cover;
}
.experiencedAgentsSection {
    background: url(../img/join-bg-experiencedagents.jpg) center top no-repeat;
    background-size: cover;
}
.teirSection {
    background: url(../img/join-bg-tiers.jpg) center top no-repeat;
    background-size: cover;
}
.surferSection {
    background: url(../img/home-bg-surfer.jpg) center top no-repeat;
    background-size: cover;
}
.travelUniversity {
    background: url(../img/benefits-bgXTU.jpg) center top no-repeat;
    background-size: cover;
}
.unMatchedSupport {
    background: url(../img/benefits-bg-supporteducation.jpg) center top no-repeat;
    background-size: cover;
}
.joinArrowBar {
    background: url(../img/join-arrow-bar.png) top center no-repeat;
    background-size: cover;
    height: 90px;
}
.homeVideo {
    background: url(../img/home-bg-forvideo.jpg) center top no-repeat;
    background-size: cover;
}

.jumbobox {
  padding: 109px 0 30px 0;
  color: #fff;
  text-align: center;
  height: 769px;
}

.jumbobox h1 {
    font-size: 90px;
    line-height: .8em;
    font-weight: 700;
    letter-spacing: .07em;
}

.jumbobox h2 {
    font-size: 32px;
}

.jumbobox h2 {
    font-weight: 300;
    font-style: oblique;
    text-transform: none;
    letter-spacing: .1em;
}

/*HOME JUMBOBOX CONTAINER STUFF*/

.jumbobox.home h2, .jumbobox.home h1 {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
}
.jumbobox.home .container {
  padding-top: 260px;
}
#homeTextContainer {
     position: absolute;
     right: 300px;
     
}
#internshipBenefitsTextContainer, #internshipVirtualTextContainer {
    position: absolute;
     right: 300px;
     top: 400px;
}

#internshipBenefitsTextContainer h2, #internshipVirtualTextContainer h2 {
        margin-top: 0;
        text-align: right;
        margin-right: 15px;

}

#homeX {
    position: absolute;
    right: 0;
    top: 109px;
}

/*ABOUT JUMBOBOX CONTAINER STUFF*/

.jumbobox.about h2, .jumbobox.about h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.jumbobox.about .container {
  padding-top: 260px;
}

#aboutTextContainer {
    position: absolute;
    max-width: 350px;
    text-align: left;
    right: 450px;
}
#aboutX {
    position: absolute;
    right: 0;
}


/*JOIN JUMBOBOX CONTAINER STUFF*/

.jumbobox.join h2, .jumbobox.join h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.jumbobox.join .container {
  padding-top: 250px;
}
#joinTextContainer {
   position: absolute;
    max-width: 350px;
    text-align: left;
    right: 100px;
}
#joinX {
    position: absolute;
    right: -320px;
}

/*BENEFITS JUMBOBOX CONTAINER STUFF*/

.jumbobox.benefits h2, .jumbobox.benefits h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.jumbobox.benefits .container {
  padding-top: 260px;
}

#benefitsTextContainer {
    position: absolute;
    max-width: 350px;
    text-align: left;
    right: 220px;
}
#benefitsX {
    position: absolute;
    right: -150px;
}

.callout-ribbon {
    color: #6f716f;
    border-top: 1px solid #6f716f;
    border-bottom: 1px solid #6f716f;
    position: relative;
    margin: 50px auto 80px;
    padding: 30px 0;
     
}
.callout-ribbon h4 {
    display: inline-block;
    font-weight: 600;
    font-style: italic;
    padding: 0;
    margin: 0;
    font-size: 36px;
}
.navbar-brand {
  padding-top: 7px;
}

.navbar-brand img {
  width: 265px;
}

.dropdown-menu {
  min-width: 220px;
}

.dropdown-menu > li > a {
  font-size: 18px;
  padding: 8px 10px;
  margin: 0 5px;
}

.user-dropdown {
  min-width: 160px;
}

.user-dropdown > li > a {
  font-size: 14px;
  padding: 3px 20px;
}

.navbar-default .navbar-nav > li > a.user-toggle-dropdown {
  font-size: 14px;
  padding: 0 13px 5px 25px;
  margin-top: 20px;
}

.user-toggle-dropdown .rep-image {
  width: 62px;
  height: 62px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  margin: 0 0 -31px;
}

.user-toggle-dropdown .rep-image img {
  width: 62px;
}

.navbar-default .navbar-nav > li > a.sign-up-btn {
  color: #9FC;
  border: 1px solid #9FC;
  padding: 7px 10px;
  margin: 35px 0 31px;
}

.modal p, .tools-contain .important-info p {
  line-height: 1.6;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 450px;
  background-color: #333;
  padding-top: 60px
}

.footer .foot-nav a {
  font-size: 18px;
  padding: 10px 30px;
  color: #fff;
}

.footer a:active, .footer a:hover {
  color: #b7b7b7;
}

.footer .nav-pills > li.active > a, .footer .nav-pills > li.active > a:focus, .footer .nav-pills > li.active > a:hover {
  background-color: transparent;
  color: #b7b7b7;
}

.footer .nav > li > a:focus, .footer .nav > li > a:hover {
  background-color: transparent;
}


.footer .row {
  padding-top: 60px;
}

.foot-logo {
  width: 265px;
}

.footer p {
  font-size: 24px;
  margin-top: -10px;
  margin-left: 77px;
}

.footer .foot-nav {
  padding-top: 12px;
  float: right;
}
.foot-divide {
  margin-top: 110px;
  margin-right: 15px;
  margin-left: 95px;
}

.footer .share {
  margin-top: -29px;
  margin-right: 31px;
  float: right;
}

.footer .share a {
  font-size: 29px;
  padding: 15px 10px;
}
.button {
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none!important;
    font-weight: 300;
}
.button.enrollNow {
    color: #fff!important;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 38px;
    margin: 20px auto;
}
.button.enrollNow:hover {
    color: #7ecba1;
    background: #7ecba1;
    border: 1px solid #7ecba1!important;
}
.button.learnMore {
    color: #fff!important;
    background: #197D94;
    text-transform: uppercase;
    font-size: 24px;
    margin: 40px 0;
}
.button.learnMore:hover {
    background: #FBB736;
 }
.jumbobox .button {
    margin-top: 40px;
    margin-bottom: 0;
}
.smText {
    font-size: 12px;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.standardContentSection.smWidth {
    padding: 60px 300px 60px 300px;
}
.standardContentSection.medWidth {
    padding: 60px 250px 60px 250px;
}
.standardContentSection.medLgWidth {
    padding: 60px 210px 60px 210px;
}
.standardContentSection.lgWidth {
    padding: 60px 170px 60px 170px;
}
.standardContentSection.exLgWidth {
    padding: 60px 120px 60px 120px;
}
.noPadTop {
    padding-top: 0!important;
    margin-top: 0!important;
}
.padBot0 {
    padding-bottom: 0!important;
}
.padTop60Bot60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.padBot60 {
    padding-bottom: 60px!important;
}
.padTop60 {
    padding-top: 60px;
}
.widthFifty {
    width: 50%!important;
}
.widthFortyFive {
    width: 45%!important;
}
.orphanUL {
    width: 100%!important;
    text-align: center!important;
}
.blockCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.standardContentSection h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    padding: 20px 0;
    margin: 0;
    font-size: 36px;
}
.standardContentSection p {
    padding-bottom: 20px;
}
#paperParent {
    display: table;
    border-collapse: separate;
    border-spacing: 25px;
}
.paperCol {
    /*float: left;*/
    background: #F8F8F8 ;
    padding: 20px 60px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
    width: 47%;
    display: table-cell;
    position: relative;
    padding-bottom: 110px
}
.paperCol .button.learnMore {
   position: absolute;
   bottom: 0;
}
.paperCol h1 {
    color: #197D94;
    margin-top: 0;
    padding-top: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: .9;
    margin-bottom: 30px;
}
.paperCol h3 {
    color: #FBB736;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 40px;
}
.numberCol {
    float: left;
    text-align: center;
    width: 32%;
}
.numberCol h1 {
    font-size: 54px;
    font-weight: 300;
    letter-spacing: .001em;
}
.numberCol h1 span {
    color: #FBB736;
    display: inline-block;
    vertical-align: middle;
    font-size: 54px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 5px;
}
.numberCol h3 {
    color: #197D94;
    font-size: 36px;
    margin-top: 0;
}
#tierParent {
    display: table;
    border-collapse: separate;
    border-spacing: 25px;
}
.tierColOuter {
    width: 372px;
    display: table-cell;
    position: relative;
}
.tierColOuter h1 {
    font-size: 100px;
    font-weight: 300;
    letter-spacing: 0;
}
.tierCol {
    /*float: left;*/
    padding: 40px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
    position: relative;
    padding-bottom: 150px;
    min-height: 790px;
}
.tierCol.one {
    background: url(../img/tier1_bg-box.png) center top no-repeat;
}
.tierCol.two {
    background: url(../img/tier2_bg-box.png) center top no-repeat;
}
.tierCol .button.enrollNow {
   position: absolute;
    bottom: 50px;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    width: 70%;
}
.tierCol .button.enrollNow:hover {
    background-color: #333;
    border-color: #333!important;
}

.tierCol h3 {
    font-family: 'Saira Extra Condensed', sans-serif;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
     padding-top: 0;

}
.tierCol h3 .month {
    font-size: 80px;
}
.tierCol h3 sup {
    font-size: 60px;
   
}
.tierCol p {
    color: #fff;
}
.tierCol p.border {
    border-top: 1px solid #777;
    padding: 0;
    margin: 30px 20px 20px 20px;
}
.tierCol p.borderBot {
    border-top: 1px solid #777;
    padding: 0;
    margin: 20px 20px 40px 20px;
}
.tierCol .smText {
    font-size: 16px;
}
.tierCol .check {
    font-size: 26px;
    text-align: left;
}
#iconParent {
    padding-left: 180px;
    color: #fff;
}
.iconCol {
    padding: 20px 40px;
    float: left;
    width: 45%;
}
.iconCol ul {
    padding-left: 20px;
}
.iconCol h2 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}
.iconCol img {
    display: block;
    margin: auto;
}
.diamondBoxContainer {
    display: table;
    border-collapse: separate;
    border-spacing: 25px;
    
}
.diamondBox {
    display: table-cell;
    background: rgba(000, 000, 000, 0.7);
    padding: 50px 20px;
    /*margin-left: 30px;*/
    line-height: 1.1;
    min-height: 480px;
    position: relative;
}
.diamondBox p {
    line-height: 1.1;
    padding-bottom: 10px;
}
.container, .container .container {
    padding-left: 0;
    padding-right: 0;
}
.blueBG {
     background-color: #197D94;
     color: #fff;
}
.greyBG {
     background-color: #666;
     color: #fff;
}
#FivePercetnContainer {
    text-align: left;
    padding: 20px 0;
    width: 600px;
    margin: auto;
    border-top: 1px solid #194957;
    border-bottom: 1px solid #194957;
}
#FivePercetnContainer p {
    margin: 0;
    padding: 0;
    line-height: 1;
}
#FivePercetnContainer #one {
    float: left;
    margin-right: 20px;
}
#FivePercetnContainer #two {
    float: left;
}
.navbar-nav {
    float: right;
}

/*MODAL STUFF*/
.modal-content img {
    max-width: 100%;
}
.modal-dialog {
    z-index: 1041; /* Fix the problem with the overlay appearing in front*/
    margin: 70px auto; /* Add some more spacing at the top */
}

.modal-content button {
    position: absolute;
    bottom: -60px;
    background: #000;
    font-weight: bold;
    color: #fff;
}

.modal-content button:hover {
    background: #18bc9c;
}
.modal-dialog {
    width: 1090px;
    margin: auto;
}
.testing {
    margin-top: 110px;
}
.testing img {
    width: 100%;
}
.modal-dialog .btn {
    font-size: 0;
    position: absolute;
    top: 60px;
    right: 60px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../img/icons/x.png) center center no-repeat;
}
#back-to-top {
    position: absolute;
    right: 10px
}
.show1220 {
    display: none;
}
@media screen and (max-width:1680px) {
    #benefitsTextContainer {
    position: absolute;
    max-width: 350px;
    text-align: left;
    right: 40px;
}
#benefitsX {
    right: -340px;
}
#joinTextContainer {
   position: absolute;
    max-width: 350px;
    text-align: left;
    right: 20px;
}
#joinX {
    position: absolute;
    right: -400px;
}

}
@media screen and (max-width:1220px) {
    .responsiveImg90 {
        width: 90%;
    }
    .responsiveImg90Con img {
        width: 90%;
    }
    .show1220 {
        display: block;
    }
    .hide1220 {
        display: none;
    }
    .container {
        width: 97%;
    }
    #benefitsTextContainer {
        right: 0px;
    }
    #benefitsX {
        position: absolute;
        right: -470px;
    }
    #joinTextContainer {
        right: 20px;
    }
    #joinX {
        position: absolute;
        right: -420px;
    }
}
@media screen and (max-width:1200px) {
    .navbar-default .navbar-nav > li > a {
    padding: 5px 0;
    margin: 17px 20px 37px 0;
    font-size: 20px;
    border-bottom: 5px solid transparent;
    font-weight: 500;
    }
    .navbar-brand img {
    width: 160px;
    margin-top: 7px;
    }
    .footer .foot-nav a {
    font-size: 18px;
    padding: 10px 10px;
    color: #fff;
    }
   .standardContentSection.smWidth {
    padding: 0!important;
    width: 70%!important;
    }
    .standardContentSection.medWidth {
    padding: 0!important;
    width: 70%!important;
    }
}
@media screen and (max-width:1110px) {
    #homeTextContainer {
        right: 40px;
        top: 150px;
        width: 300px
    }

    #homeTextContainer h1 {
        font-size: 62px;
    }

    #homeTextContainer h2 {
        font-size: 22px;
    }


    #internshipBenefitsTextContainer {
        right: 40px;
        top: 150px;
        width: 300px
    }
    .jumbobox.internshipVirtual {
        background: url(../img/internshipVirtual-bg-lg.jpg) right center no-repeat;
        background-size: cover;
    }
    #internshipVirtualTextContainer {
        right: 150px;
        top: 150px;
        width: 300px
    }

    #internshipBenefitsTextContainer h1, #internshipVirtualTextContainer hi {
        font-size: 62px;
    }

    #internshipBenefitsTextContainer h2, #internshipVirtualTextContainer h2 {
        font-size: 22px;
    }

}
@media screen and (max-width:1023px) {
    #paperParent {
        display: block;
    }
    .paperCol {
        display: block;
        margin: auto!important;
        margin-bottom: 20px!important;
        width: 60%;
    }
    #tierParent {
        display: block;
    }
    .tierColOuter {
        display: block;
        margin: auto;
        
    }
    .diamondBoxContainer {
        display: block;
    }
    .diamondBox {
        display: block;
        width: 60%!important;
        margin: auto;
        margin-bottom: 20px;
    }
    #aboutX {
        right: -500px;
    }

    #aboutTextContainer {
        right: 30px;
        top: 150px;
    }

    .jumbobox.about {
        background: url(../img/about-bg-lg.jpg) -300px center no-repeat;
    }
    #homeX {
    right: -500px;
    }
   
    .jumbobox.home {
        background: url(../img/home-bg-lg.jpg) -300px center no-repeat;
    }

    #benefitsX {
    right: -500px;
    }
    #benefitsTextContainer {
        right: 100px;
        top: 150px;
    }
    #benefitsTextContainer h1 {
        font-size: 62px;
    }
    #benefitsTextContainer h2 {
        font-size: 22px
    }
    .jumbobox.benefits {
        background: url(../img/benefits-bg-lg.jpg) -500px center no-repeat;
    }
    #joinX {
    right: -520px;
    }
    #joinTextContainer {
        right: 10px;
        top: 150px;
    }
    #joinTextContainer h1 {
        font-size: 62px;
        text-align: right;
    }
    #joinTextContainer h2 {
        font-size: 22px;
        text-align: right;
    }
   
}
@media screen and (max-width:992px) {
    .orphanUL {
    width: 100%!important;
    text-align: left!important;
    }
    #iconParent {
     padding: 0;
    }
    .iconCol {
     float: none!important;
     width: 40%!important;
     margin: auto;
    }
     #aboutPage .iconCol {
     float: none!important;
     width: 60%!important;
     margin: auto;
    }
    .standardContentSection {
    padding: 30px 0 0 0!important;
    width: 80%!important;
    }
    /*.standardContentSection.smWidth {
    padding: 0!important;
    width: 80%!important;
    }
    .standardContentSection.medWidth {
    padding: 0!important;
    width: 80%!important;
    }
    .standardContentSection.medLgWidth {
    padding: 0!important;
    width: 80%!important;
    }
    .standardContentSection.lgWidth {
    padding: 0!important;
    width: 80%!important;
    }
    .standardContentSection.exLgWidth {
    padding: 0!important;
    width: 80%!important;
    }*/
}

@media screen and (max-width:767px) {
    .numberCol {
        float: none;
        width: 95%;
        margin: auto;
    }
     .iconCol {
     float: none!important;
     width: 30%!important;
     margin: auto;
     font-size: 18px;
     padding: 20px 0;
    }
     #aboutPage .iconCol {
     float: none!important;
     width: 60%!important;
     margin: auto;
    }
    .standardContentSection {
   width: 90%!important;
    }
  .navbar-brand {
    padding-top: 4px;
  }
  .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -20px;
    margin-left: -20px;
}

  #navbar {
    background-color: rgba(255, 255, 255, .8);
    max-height: none;
    margin-top: 47px;
    border-top: 5px solid #7ecba1;
  }
  .navbar-default {
    min-height: 60px;
  }
  .nav {
    width: 100%;
    }
  .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 10px;
    background: none;
    border: none;
    color: #777;
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a.signIn {
    padding: 7px!important;
    margin: 0  0 0 50px;
    font-size: 20px;
    border-bottom: none;
    font-weight: 500;
    
   
  }
  .navbar-nav {
      margin: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
 
  .navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .active:hover {
    border-bottom: none!important;
    background-color: #7ecba1;
}
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active a {
  border-bottom: none!important;
  color: #fff!important;
   padding: 7px;
    
}
  .navbar-default .navbar-nav > li:focus, .navbar-default .navbar-nav > li:hover {
  border-bottom: none!important;
  color: #fff;
  background-color: #7ecba1;
}
  .navbar-nav .open .dropdown-menu {
    background: #F90;
    background-color: rgba(255, 153, 0, .8);
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }

  .navbar-nav .open .user-dropdown {
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
  }

  .navbar-default .navbar-nav .open .user-dropdown > li > a {
    color: #333;
    padding: 3px 20px;
    margin: 0;
    background: #fff;
  }
  .navbar-nav {
    float: none;
    padding-bottom: 20px;
}
    .navbar-collapse {
        padding: 0;
    }
    .signIn {
        border: none!important
    }
  .footer .row {
    padding-top: 15px;
  }

  .foot-logo {
    width: 220px;
    display: block;
    margin: 0 auto;
  }

  .footer p {
    font-size: 18px;
    text-align: center;
  }

  .footer .foot-nav {
    text-align: center;
    padding-top: 10px;
    float: none;
  }

  .footer .foot-nav > li {
    float: none;
    text-align: center;
  }

  .footer .foot-nav a {
    font-size: 18px;
    padding: 10px 30px;
  }

  .foot-divide {
    margin-right: 50px;
    margin-left: 50px;
  }

  .footer .share {
    width: 300px;
    margin: 0 auto;
  }

  .footer .share a {
    font-size: 24px;
    padding: 10px;
    display: inline-block;
    width: 47px;
    text-align: center;
  }
   .jumbobox.benefits {
        background: url(../img/benefits-bg-lg.jpg) -700px center no-repeat;
    }
}
@media screen and (max-width:640px) {
    .container {
        width: 90%
    }
    .iconCol {
     float: none!important;
     width: 60%!important;
     margin: auto;
    }
    .standardContentSection {
    width: 90%!important;
    }
    .diamondBox {
    width: 80%!important;
  
    }
    .paperCol {
      width: 80%;
    }
    .standardContentSection {
        width: 95%!important;
    }
    #benefitsTextContainer {
        right: 30px;
        top: 130px;
    }
     #benefitsX {
    right: -650px;
    }

    #joinX {
        position: absolute;
        right: -620px;
    }
    
    
}
@media screen and (max-width:550px) {
    .jumbobox.internshipVirtual {
        background: url(../img/internshipVirtual-bg-lg.jpg) -790px center no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width:420px) {
    .iconCol {
     float: none!important;
     width: 80%!important;
     margin: auto;
    }
     .paperCol {
      width: 100%;
    }
    .tierColOuter {
        width: 262px;
      
    }
    .tierCol {
       padding: 5px;
       
    }
    .tierCol .check {
        font-size: 22px;
    }
    #benefitsTextContainer h1 {
        font-size: 52px;
    }
    #benefitsTextContainer h2 {
        font-size: 20px
    }
    #benefitsX {
    right: -740px;
    }
    #benefitsTextContainer {
        right: 0;
        top: 120px;
    }
     #joinX {
        position: absolute;
        right: -720px;
    }
    .jumbobox .button {
        margin-top: 120px;
    }
     #aboutTextContainer {
        right: 5px;
        top: 150px;
    }
     #aboutX {
        right: -650px;
    }
     .jumbobox.about h2 {
        font-size: 24px;
    }
    .jumbobox.about h1 {
        font-size: 75px;
    }
    #homeX {
    right: -550px;
    }
    #homeTextContainer {
        right: 15px;
        
    }
    #internshipBenefitsTextContainer, #internshipVirtualTextContainer {
        right: 15px;
        
    }
    #internshipVirtualTextContainer h1 {
        font-size: 60px; 
    }
}
@media screen and (max-width: 767px) {
    .footer {
       height: 920px!important;
       
    }
    body {
        margin-bottom: 920px;
    }
}