@charset "UTF-8";

/* CSS Document */
.navbar.second-navbar {
    background: #F6F7FA;
    border-bottom: 1px solid #e2e2e2;
    height: 45px;
    line-height: normal;
    min-height: 45px;
    text-align: center;
    top: 80px;
    z-index: 999;
}

.sub-nav {
    display: inline-block;
}

.sub-nav li {
    float: left;
    padding: 8px 25px;
}

.sub-nav > li > a {
    color: #425363;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.sub-nav > li > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #EE7620;
}

body#about #sub-company a,
body#our-philosophy #sub-our-philosophy a,
body#leadership #sub-leadership a,
body#press-center #sub-press a,
body#locations #sub-locations a {
    color: #EE7620;
    background: none;
}

/* About Us */
.hero-unit-about {
    padding: 175px 25px;
    background-image: linear-gradient(rgba(51, 65, 80, 0.8), rgba(51, 65, 80, 0.8)), url(../img/hero-about.jpg);
    background-size: cover;
    background-color: #fff;
}

.hero-unit-about h1 {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 3.4375em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .03em;
    line-height: 1.2em;
}

.hero-unit-about h4 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

/* Contact Us */
.hero-unit-contact {
    padding: 175px 25px;
    background-image: url(../img/contact-us-hero.jpg);
    background-size: cover;
    background-color: #fff;
    background-position: top center;
    height: 650px;
}

.hero-unit-contact h1 {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 3.4375em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .03em;
    line-height: 1.2em;
}

.hero-unit-contact h4 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.contact-form-heading {
    text-transform: uppercase;
    font-weight: 700;
}

.ourCenters {
    padding: 40px 0;
    border-bottom: 1px solid #E7E7E7;
}

.ourCenters h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.ourCenters .center-heading {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ourCenters p,
.ourCenters a {
    color: #555;
}

/* Leadership Team */
.hero-unit-leadership {
    padding: 50px 0;
    background-image: url(../img/hero-conferenceroom.jpg);
    background-size: cover;
    background-position: bottom right;
    background-color: #fff;
    height: 400px;
}

.hero-unit-leadership h1 {
    margin: 0;
    padding: 60px 0 0 0;
    color: #FFFFFF;
    font-size: 36px;
    text-transform: none;
    text-align: left;
    letter-spacing: .03em;
    line-height: 1.0em;
}

.hero-unit-leadership p {
    padding-top: 20px;
    width: 68%;
    color: #fff;
    font-size: 1.125em;
}

.hero-unit-leadership .left-line {
    border-color: #fff;
}

#team .row {
    padding: 4em 0;
    border-bottom: 1px solid #e3e7ec;
}

.name,
.title,
.bio {
    margin: 0;
    padding: 0;
}

.name {
    padding-bottom: 5px;
    color: #2C2C2C;
    font-size: 21px;
    font-weight: 600;
}

.title {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

.bio {
    padding-top: 15px;
    font-size: 1.0625em;
    line-height: 1.5em;
}

.img-responsive {
    margin: 0 auto;
}

#management-team h4 {
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 1.2em;
}

#management-team h4 a {
    color: #2C2C2C;
    line-height: normal;
    text-decoration: none;
}

#management-team h4 a:hover {
    color: #3784BF;
    text-decoration: none;
}

a.anchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}

/*.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}*/
.custom-modal {
    /*top: 20%;*/
}

.custom-modal .modal-title {
    font-size: 1.5em;
}

.custom-modal .modal-content {
    border-radius: 0;
}

.custom-modal .modal-header .close {
    float: none;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute;
    top: 12px;
    right: 12px;
}

.custom-modal .modal-header {
    padding: 15px;
    text-align: center;
    background: #f2f2f2;
}

.custom-modal .modal-header img {
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}

.custom-modal .modal-header h5 {
    margin-bottom: 0;
    font-weight: 100;
    text-transform: none;
}

.custom-modal .modal-body {
    padding: 15px 35px 35px 35px;
}

#board-of-directors {
    padding: 50px 0;
    background: #dce1e8;
}

/* Locations */
.hero-unit-locations {
    padding: 50px 0;
    background-image:
        linear-gradient(rgba(51, 65, 80, 0.8), rgba(51, 65, 80, 0.8)), url(../img/blurred-city-lights.jpg);
    background-size: cover;
    background-color: #EEEEEE;
    height: 400px;
}

.hero-unit-locations h1 {
    margin: 0;
    padding: 60px 0 0 0;
    color: #FFFFFF;
    font-size: 36px;
    text-transform: none;
    text-align: left;
    letter-spacing: .03em;
    line-height: 1.0em;
}

.hero-unit-locations p {
    width: 60%;
    color: #fff;
    font-size: 1.125em;
}

.hero-unit-locations .left-line {
    border-color: #fff;
}

.office-locations {
    padding: 2em 0;
    border-bottom: 1px solid #e3e7ec;
}

.office-locations a {
    color: #555;
}

.office-locations strong {
    font-weight: 600;
}

#join-our-team {
    padding: 50px 0;
    background: #03295C;
}

.join-our-team {
    position: relative;
}

#join-our-team h2 {
    padding-bottom: .5em;
    color: #fff;
}

#join-our-team p {
    color: #fff;
}

#join-our-team img {
    position: absolute;
    bottom: -50px;
    right: 50px;
}

body#contact #join-our-team {
    padding: 50px 0;
    background: url(../img/contact-us-hero-2.jpg) top center;
    background-size: cover;
}

/* Press Releases */
.hero-unit-press {
    padding: 0 0 20px 0;
}

.hero-unit-press h2 {
    margin: 0;
    padding: 60px 0 0 0;
    color: #10069F;
    font-size: 48px;
    text-transform: none;
    text-align: left;
    letter-spacing: .03em;
    line-height: 1.0em;
}

.hero-unit-press p {
    padding-top: 20px;
    width: 95%;
    color: #2C2C2C;
    font-size: 1.3125em;
}

#press-releases {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(246, 247, 250, 1) !important;
    background: #F6F7FA;
}

#press-releases h1 {
    color: #2C2C2C;
    font-size: 1.55em;
    line-height: normal;
    text-transform: none;
}

#press-releases h2,
#press-releases h3 {
    font-size: 1.125em;
    line-height: normal;
    text-transform: none;
}

#press-releases .subhead {
    color: #2C2C2C;
    font-size: 1.25em;
    font-style: italic;
}

#press-releases table td p strong {
    font-weight: 700;
}

/* Careers */
.hero-unit-careers {
    padding: 175px 0;
    background: linear-gradient(rgba(51, 65, 80, 0.65), rgba(51, 65, 80, 0.65)), url(../img/hero-careers.jpg);
    background-size: cover;
    background-position: 15% center;
}

.hero-unit-careers h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 3.4375em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .03em;
    line-height: 1.2em;
}

.hero-unit-careers h4 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

#powered-by-people {
    padding: 60px 0;
    color: #2C2C2C;
    background: #b4c0cd;
}

#powered-by-people h4 {
    padding-top: 10px;
    text-transform: uppercase;
}

#powered-by-people p {
    color: #2C2C2C;
}

/* Five Success Factors */
.factors-box {
    clear: both;
    padding-left: 50px;
    /*background: rgba(27,45,90,.3);
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;*/
}

.factors-box-icon {
    background: transparent;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 0;
}

.factors-box-info {
    padding-left: 60px;
}

.factors-box-info h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
}

#current-openings {
    padding: 150px 0;
    background: url(../img/hero-current-openings.jpg) center center;
    background-size: cover;
    height: 600px;
}

#current-openings h2 {
    margin: 0;
    padding: 10px 0 60px 0;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .03em;
    line-height: 1.2em;
}

#current-openings h2 span {
    display: block;
}

#current-openings h4 {
    color: #f0ad4e;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

#current-openings .center-line {
    border-color: #fff;
}

/* Careers */
#hero-careers {
    padding: 130px 0;
    background: url(../img/contact-us-hero-2.jpg) top center;
    background-size: cover;
}

#hero-careers h2 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .03em;
    line-height: 1.2em;
}

#hero-careers h2 span {
    display: block;
}

.job-openings table th {
    padding: 5px;
    background-color: #cbcfda;
    border: 1px solid #cbcfda;
}

.job-openings table td {
    padding: 5px;
    border: 1px solid #cbcfda;
}

.job-openings a:hover {
    cursor: pointer;
}

/*.job-openings a:visited {
	color: #72719f;
}
*/
#hero-billboard {
    padding: 60px 0;
    background: url(../img/digital-billboard.jpg) center right;
    background-size: cover;
}

#hero-billboard h1 {
    padding-left: 20px;
    padding-bottom: 10px;
    color: #00396F;
    font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
    font-size: 65px;
    line-height: 1.125em;
    text-transform: none;
}

#hero-billboard h3 {
    margin: 0;
    padding: 0 0 0 20px;
    color: #4497CB;
    font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
    font-size: 48px;
    line-height: 1.125em;
}

#hero-billboard h1 span,
#hero-billboard h3 span {
    display: block;
}

/*#create-account {
	padding: 150px 0;
	background: url(../img/hero-current-openings.jpg) center center;
	background-size: cover;
    height: 500px;
}
#create-account h2 {
	margin: 0;
	padding: 10px 0 60px 0;
    color: #fff;
    font-size: 32px;
	text-transform: uppercase;
	text-align: center;
    letter-spacing: .03em;
	line-height: 1.2em;
}
#create-account h2 span {
	display: block;
}
#create-account h4 {
	color: #f0ad4e;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
#create-account .center-line {
	border-color: #fff;
}*/
/* Results */
.hero-unit-results {
    padding: 175px 0;
    background: linear-gradient(rgba(51, 65, 80, 0.75), rgba(51, 65, 80, 0.75)), url(../img/senior-with-child.jpg) center center;
    /*background: url(../img/hero-results.jpg) center center;*/
    background-size: cover;
    background-position: top right;
}

.hero-unit-results h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 3.4375em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .03em;
    line-height: 1.2em;
}

.hero-unit-results h4 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

#contact-form {
    padding: 30px;
    color: #2C2C2C;
    background: #bbc5d1;
}

/*#contact-form h3 {
	color: #2C2C2C;
	font-weight: 600;
	text-transform: uppercase;
}*/
#case-studies h3 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: none;
    text-align: center;
}

#case-studies h4 {
    color: #fff;
    font-size: 1.0625em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

#case-studies h3 span {
    display: block;
}

#case-studies p {
    margin: 1em 0;
    text-align: center;
}

.case-study-1 {
    display: block;
    padding-top: 105px;
    padding-bottom: 105px;
    background-image: url(../img/case-study-overlay-1.jpg);
    background-size: cover;
}

.case-study-2 {
    display: block;
    padding-top: 105px;
    padding-bottom: 105px;
    background-image: url(../img/case-study-overlay-2.jpg);
    background-size: cover;
}

.case-study-3 {
    display: block;
    padding-top: 105px;
    padding-bottom: 105px;
    background-image: url(../img/case-study-overlay-3.jpg);
    background-size: cover;
}

/* Company Culture */
#company-culture {
    padding: 175px 0;
    background: url(../img/office-culture.jpg);
    background-size: cover;
    background-position: top center;
    height: 635px;
}

#company-culture h1 {
    margin: 0;
    padding: 0 0 50px 0;
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    line-height: 1.2em;
}

#company-culture h4 {
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

/* Licensing & Legal */
.hero-unit-licensing h1 {
    margin: 0;
    padding: 60px 0 0 0;
    color: #2C2C2C;
    font-size: 36px;
    text-transform: none;
    text-align: left;
    letter-spacing: .03em;
    line-height: 1.0em;
}

.hero-unit-licensing p {
    padding-top: 20px;
    color: #2C2C2C;
    font-size: 1.125em;
}

#licensing {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F6F7FA;
}

#licensing h1 {
    color: #2C2C2C;
    font-size: 1.25em;
    line-height: normal;
    text-transform: none;
}

#licensing h2 {
    margin-bottom: 0;
    color: #2C2C2C;
    font-size: 1.5em;
    line-height: normal;
    text-transform: none;
}

#terms {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F6F7FA;
}

#terms h1 {
    font-size: 1.25em;
    line-height: normal;
    text-transform: none;
}

#terms h2 {
    font-size: 1.5em;
    line-height: normal;
    text-transform: none;
}

/* Privacy Policy */
.hero-unit-privacy h1 {
    margin: 0;
    padding: 60px 0 0 0;
    color: #2C2C2C;
    font-size: 36px;
    text-transform: none;
    text-align: left;
    letter-spacing: .03em;
    line-height: 1.0em;
}

.hero-unit-privacy h4 {
    color: #2C2C2C;
}

.hero-unit-privacy p {
    margin: 0 0 10px;
    color: #2C2C2C;
}

#privacy {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F6F7FA;
}

#privacy h1 {
    font-size: 1.25em;
    line-height: normal;
    text-transform: none;
}

#privacy h2 {
    font-size: 1.5em;
    line-height: normal;
    text-transform: none;
}

#faqs {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
}

#faqAccordion h1 {
    margin: 0;
    padding: 8px 0 0 0;
    color: #2C2C2C;
    font-size: 36px;
    text-transform: none;
    text-align: left;
    letter-spacing: .03em;
    line-height: 1.0em;
}

#faqAccordion p {
    margin: 0 0 10px;
    color: #2C2C2C;
    font-size: 1.125em;
}

#faqAccordion .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#faqAccordion .list li {
    line-height: 28px;
}

.breadcrumb {
    padding-top: 5px;
}

#video {
    padding: 50px 0;
}

.hero-unit-summit {
    padding: 150px 0;
    background: linear-gradient(rgba(51, 65, 80, 0), rgba(51, 65, 80, 0)), url(../img/hero-opalsands-pool.jpg);
    background-size: cover;
    background-position: bottom right;
}

.hero-unit-summit-2019 {
    padding: 150px 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/Vinoy-Renaissance.jpg");
    background-size: cover;
    background-position: center center;
}

.hero-unit-summit-2020 {
    padding: 120px 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/Vinoy-Renaissance.jpg");
    background-size: cover;
    background-position: left center;
}

@media (max-width: 1199px) {

    .case-study-1,
    .case-study-2,
    .case-study-3 {
        padding-top: 79px;
        padding-bottom: 79px;
    }

    #case-studies h3 {
        font-size: 1.375em;
    }

    .factors-box {
        clear: both;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .factors-box-info h3 {
        color: #2C2C2C;
    }

    #powered-by-people .factors-box-info p {
        color: #2C2C2C;
    }

    .hero-unit-press p {
        padding-top: 20px;
        width: 70%;
        color: #2C2C2C;
        font-size: 1.125em;
    }

    #hero-billboard {
        padding: 60px 0;
        background: url(../img/digital-billboard.jpg) center right;
        background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/digital-billboard.jpg) center right;
        background-size: cover;
    }

    #video {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .case-study-1,
    .case-study-2,
    .case-study-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #case-studies h3 {
        font-size: 1.125em;
    }

    .hero-unit-leadership p {
        width: auto;
    }

    .hero-unit-about h1 {
        font-size: 55px;
    }

    .hero-unit-press p {
        padding-top: 20px;
        width: 92%;
        color: #2C2C2C;
        font-size: 1.125em;
    }

    #hero-billboard {
        padding: 60px 0;
        background: url(../img/digital-billboard.jpg) center right;
        background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/digital-billboard.jpg) center right;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .navbar.second-navbar {
        top: 70px;
    }

    .sub-nav > li > a {
        font-size: 14px;
    }

    .office-locations {
        text-align: center;
    }

    #join-our-team img {
        display: none;
    }

    .hero-unit-press {
        padding: 20px 0 20px 0;
    }

    .factors-box {
        padding-left: 0;
    }

    #hero-billboard {
        padding: 50px 0;
        background: url(../img/digital-billboard.jpg) center right;
        background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/digital-billboard.jpg) center right;
        background-size: cover;
    }

    #hero-billboard h1 span,
    #hero-billboard h3 span {
        display: inline-block;
    }

    .hero-unit-summit-2020 {
        padding: 60px 0;
        background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/Vinoy-Renaissance.jpg");
        background-size: cover;
        background-position: center center;
    }
}

@media (min-width: 320px) and (max-width: 639px) {
    .sub-nav li {
        float: left;
        padding: 10px;
    }

    .hero-unit-about {
        padding: 45px 25px;
        height: 420px;
    }

    .hero-unit-about h1 {
        font-size: 45px;
    }

    .hero-unit-contact {
        padding: 150px 25px;
        height: 420px;
    }

    .hero-unit-contact h1 {
        font-size: 50px;
    }

    .hero-unit-leadership h1 {
        padding-top: 30px;
        font-size: 30px;
    }

    .hero-unit-leadership p {
        width: 100%;
    }

    .hero-unit-locations h1 {
        padding-top: 30px;
        font-size: 30px;
        white-space: nowrap;
    }

    .hero-unit-locations p {
        width: 100%;
    }

    .hero-unit-results {
        padding: 30px;
        height: 400px;
    }

    .hero-unit-results h1 {
        font-size: 38px;
    }

    .hero-unit-careers {
        padding: 50px 0;
        height: 400px;
    }

    .hero-unit-careers h1 {
        font-size: 2.625em;
    }

    .hero-unit-press p {
        padding-top: 20px;
        width: 100%;
        color: #2C2C2C;
        font-size: 1.125em;
    }

    #hero-billboard {
        padding: 30px 0;
        background: url(../img/digital-billboard.jpg) center right;
        background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/digital-billboard.jpg) center right;
        background-size: cover;
    }

    #hero-billboard h1 {
        padding: 0 15px 10px 15px;
        color: #00396F;
        font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
        font-size: 36px;
        line-height: 1.125em;
        text-transform: none;
    }

    #hero-billboard h3 {
        margin: 0;
        padding: 0 15px;
        color: #4497CB;
        font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
        font-size: 26px;
        line-height: 1.125em;
    }

    #company-culture {
        padding: 50px 0;
    }

    #current-openings {
        padding: 50px 0;
    }

    .factors-box {
        padding-left: 0;
    }

    #current-openings {
        background-position: 70% 0;
    }

    .custom-modal {
        top: 0;
    }

    .custom-modal .modal-body {
        padding: 15px 30px 30px 30px;
    }

    .title {
        font-weight: 600;
        line-height: normal;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    #management-team h4 {
        font-size: 1em;
        line-height: normal;
    }

    .title {
        font-weight: 600;
        line-height: normal;
        white-space: pre-wrap;
    }
}
