* Reset & Basics (Inspired by E. Meyers) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    font: inherit;
    vertical-align: top;
}

/**** START ****/

* {
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    font: 19px/31px PoppinsRegular, serif;
    letter-spacing: .01px;
    height: 100%;
}

body {
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    color: #414141;
    letter-spacing: .01px;
}

p, li, td {
    margin: 0 0 15px;
}

p.plarge {
    font: 25px/38px 'PoppinsRegular', serif;
    letter-spacing: .04em;
}

#outer_container {
    min-height: 100vh;
    display: block;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    text-align: center;
}

h1 {
    font-family: PoppinsRegular;
    font-size: 1.78rem;
    letter-spacing: 0.12rem;
    line-height: 1.294;
    font-weight: 500;
    text-transform: uppercase;
}

h2 {
    font-family: PoppinsRegular;
    font-size: 1.78rem;
    letter-spacing: 0.12rem;
    line-height: 1.294;
    font-weight: 500;
    text-transform: uppercase;
}

h3 {
    font-family: PoppinsLight;
    font-size: 1.54em;
    line-height: 1.85rem;
    letter-spacing: .051em;
}

h4 {
    font-family: 'PoppinsLight';
    font-size: 1.2em;
    line-height: 1.54rem;
    letter-spacing: .014rem;
}

h5 {
    font-family: PoppinsRegular;
    font-size: .78rem;
    line-height: 1.3rem;
    letter-spacing: .08em;
}

p, li {
    margin: 0 0 25px;
}

.center_align {
    text-align: center;
}

ul, ol {
    margin-left: 5%;
}

strong {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

img, embed, object, video {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.video-wrapper iframe {
    background: transparent;
}

a {
    color: #4fbbf1;
    font-weight: 600;
    text-decoration: none;
}

blockquote {
    margin: 30px 10%;
}

blockquote p {}

input:focus {
    outline: none;
    background: #fff9d9;
}

.blue_white_button, .blue_grad_button, .gold_grad_button, #bnow_but {
    font-size: 18px;
    font-family: PoppinsBold;
    letter-spacing: .13em;
    border-radius: 30px;
    outline: 0;
    padding: 12px 2.5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.blue_grad_button, #bnow_but {
    color: #d9f1ff;
    background: rgb(29, 84, 148);
    background: linear-gradient(125deg, rgba(24, 162, 238, 1) 0%, rgba(67, 179, 242, 1) 34%, rgba(25, 89, 156, 1) 100%);
}

.gold_grad_button {
    color: #ffffff;
    background: rgb(253 176 2);
    background: linear-gradient(125deg, rgb(223 156 3) 0%, rgb(255 178 6) 34%, #ffcd5d 100%);
}

.blue_white_button {
    color: #42b1f0;
    border-top: solid 2px #6aa1ff;
    border-right: solid 2px #4870b4;
    border-bottom: solid 2px #38588d;
    border-left: solid 2px #4870b4;
}

.gold_grad_button:hover {
    color: #ffffff;
}

ul.white_bg_halobull {
    margin: 3vw;
    padding: 0;
}

.white_bg_halobull li {
    padding: 10px 0 10px 62px;
    margin: 14px 0;
    background: url(../images/double_halo_bullet.png) no-repeat left top;
    list-style-type: none;
}

.trans_halobull li {
    padding: 10px 0 10px 62px;
    margin: 14px 2vw 14px -9px;
    line-height: 1.5em;
    background: url(../images/halo_bullet.png) no-repeat left 50%;
    list-style-type: none;
}

.but_gradient_blue {
    background: rgb(55, 156, 214);
    background: linear-gradient(90deg, rgba(55, 156, 214, 1) 0%, rgba(43, 90, 143, 1) 96%);
    font-family: PoppinsRegular;
    letter-spacing: .0851em;
    border-radius: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 29px;
    border: none;
    cursor: pointer;
}

button.but_gradient_blue {
    position: absolute;
    display: block;
    top: 1px;
    right: 0;
}

div.but_gradient_blue {
    display: inline-block;
}

.accordian_1 .accordian_outer_box {
    position: relative;
    box-shadow: 3px 2px 9px 0px rgb(222, 222, 222);
    padding: 47px 7%;
}

.accordian_1 .accordian_outer_box h4.accord {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.accordian_1 .accordian_outer_box .plus_minus {
    position: absolute;
    right: 7%;
    top: 46px;
    font-size: 37px;
}

.accordian_1 .accord_cont {
    display: none;
    margin-top: 27px;
}

.accordian_1 .accord_cont p {
    margin: 0 0 11px;
}

.accordian_1 .accord_cont a.but_gradient_blue {
    display: block;
    float: right;
}

.accordian_2 .accordian_outer_box {
    position: relative;
    padding: 28px 0;
    border-bottom: solid 2px #63636a;
}

.accordian_2 .accordian_outer_box h4.accord {
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    font-family: PoppinsBold;
    font-size: 1em;
    letter-spacing: .001rem;
}

.accordian_2 .accord_cont {
    display: none;
    margin-top: 27px;
    text-align: left;
}

.accordian_2 .accord_cont p, .accordian_2 .accord_cont li {
    margin: 0 0 11px 3%;
    font-size: 16px;
    line-height: 1.7em;
    color: #444;
}

.accordian_2 .accord_cont a.but_gradient_blue {
    display: block;
    float: right;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

#inner {
    position: relative;
}

#top_header {
    position: relative;
    background: #000 url(../images/bw_curve_d.jpg) no-repeat center bottom;
    background-size: contain;
    height: 26vw;
}

#page_title {
    position: absolute;
    top: 7vw;
    width: 100%;
    z-index: 2;
    text-align: center;
}

#top_header #page_title h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: PoppinsBold;
}

#page_header_image_path, #page_title_jq {
    display: none;
}

.nudgeup {
    margin-top: -19px;
    position: relative;
    z-index: 2;
}

.hidden_pop, .hided {
    display: none;
}

table tbody {
    border: none;
}

.ind700 {
    max-width: 700px;
}

.ind700Centered {
    max-width: 700px;
    margin: auto;
}

.ind900 {
    max-width: 900px;
}

.ind900Centered {
    max-width: 900px;
    margin: auto;
}

#b_rib {
    background: linear-gradient(0deg, #1B5EB3 0%, #28BAF0 100%);
    color: #fff;
    padding: 1% 1% 1% 1%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
}

.hidden {
    visibility: hidden;
    height: 1px;
    width: 1px;
    overflow: hidden;
    display: block;
}

.clear, .clearfix:after, .clear {
    clear: both;
}

.audio {
    text-align: center;
}


div.messages .hide-message {
    display: block;
    float: right;
    margin: -8px -4px 0 0;
    padding: 3px;
    font-weight: 900;
    text-align: center;
    border-radius: 5px;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: .5s opacity linear;
    -moz-transition: .5s opacity linear;
    -ms-transition: .5s opacity linear;
    -o-transition: .5s opacity linear;
    transition: .5s opacity linear;
}

div.messages:hover .hide-message {
    opacity: 1;
}


.s10, .s1 {
    min-height: 10px;
}

.s20, .s2 {
    min-height: 20px;
}

.s25 {
    min-height: 25px;
}

.s30, .s3 {
    min-height: 30px;
}

.s40, .s4 {
    min-height: 40px;
}

.s50, .s5 {
    min-height: 50px;
}

.s60, .s6 {
    min-height: 60px;
}

.s70, .s7 {
    min-height: 70px;
}

.s80, .s8 {
    min-height: 80px;
}

.s90, .s9 {
    min-height: 90px;
}

.s100 {
    min-height: 100px;
}

.s130 {
    min-height: 130px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.page_top_menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding-top: 37px;
    z-index: 1;
}

.responsive_iframe {
    position: relative;
    max-width: 1000px;
}

.responsive_iframe img {
    position: relative;
    width: 100%;
}

.responsive_iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.centered_video {
    margin: auto;
    max-width: 900px;
}

.static_page_insert {
    text-align: center;
}

.page_top_menu.grad {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#logo_trans_115 {
    position: absolute;
    top: 0;
    left: 13vw;
    z-index: 2;
}

#logo_trans_115 img {
    width: 150px;
    height: 150px;
}

#shift_nav_big.thin_mode, #shift_nav_thin.shift_thin_menu {
    height: 48px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.053);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: left;
    display: block;
    z-index: 20;
}

.admin-menu #shift_nav_thin {
    top: 30px;
}

#menu_ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: PoppinsBold;
}

.thin_mode #menu_ul li, .page_top_menu #menu_ul li, .shift_thin_menu #menu_ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    line-height: 1em;
    vertical-align: top;
}

#menu_ul li a {
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 0 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .152em;
}

#sign_in_out {
}

.mobile_nav #menu_ul #sign_in_out {
    position: inherit;
}

.mobile_nav #menu_ul #sign_in_out a {
    color: #6ac5f2;
}

#sign_in_out a {
    color: #6ac5f2;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .12em;
}

#shift_nav_big a, #shift_nav_big a:hover, #shift_nav_thin a, #shift_nav_thin a:hover {
    text-decoration: none;
}

#shift_nav_big #mob_menu_activator {
    display: none;
    font-size: 31px;
    border: none;
    color: #ffffff;
    top: 2px;
    position: absolute;
    right: 10%;
    z-index: 2;
}

div#container.mobile_nav {
    padding-top: 4px;
}

#shift_nav_big.mobile_nav, #shift_nav_thin.mobile_nav {
    width: 100%;
    z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    text-align: left;
    z-index: 20;
    height: 43px;
    overflow: visible;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.053);
}

#top_logo_white {
    display: none;
}

.mobile_nav #menu_ul {
    width: 100%;
    background-color: #000;
    padding: 32px 0 9px;
    display: none;
}

.mobile_nav #menu_ul li {
    margin: 0px 12%;
    padding: 9px 0;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
    letter-spacing: .051em;
    font-family: 'PoppinsThin';
    border-top: solid 1px #6aa1ff;
}

.mobile_nav #menu_ul li a {
    font-weight: 600;
    color: #fff;
    font-size: .85em;
    display: block;
}

/**
 ********* FOOTER ************
 */

#footer_outer {
    background: rgb(33, 85, 145);
    background: linear-gradient(90deg, rgba(33, 85, 145, 1) 0%, rgba(52, 158, 216, 1) 100%);
    color: #fff;
}

#footer_inner {
    margin-left: 6vw;
    padding-top: 18px;
}

#footer_inner .footer_sect {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 376px;
}

#footer_inner .footer_sect1 {
    width: 24%;
}

#footer_inner .footer_sect2 {
    width: 49%;
}

#footer_inner .footer_sect3 {
    width: 24%;
}

.footer_nav {
    border-right: solid 1px #6db9ed;
    padding-left: 1.5vw;
}

.footer_nav:nth-child(1), .footer_sect2 .footer_nav {
    min-height: 164px;
}

.footer_nav.fnsecond {
    position: absolute;
    bottom: 32px;
    width: 100%;
    min-height: 131px;
}

.long_footer_nav {
    text-align: center;
    position: absolute;
    bottom: -12px;
    width: 98.7%;
    border-right: solid 1px #6db9ed;
    min-height: 131px;
}

.footer_nav h5 {
    text-align: left;
    margin: 0;
}

.footer_sect3 .footer_nav {
    border: none;
}

.footer_sect2 .footer_nav {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.footer_nav ul {
    margin-left: 0;
    padding-left: 0;
}

.footer_nav ul li {
    list-style: none;
    font-size: .85em;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

.footer_nav ul li a, .footer_inner p a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: PoppinsThin;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer_nav .follow_icons {
    margin-top: 20px;
}

.footer_nav .follow_icons a {
    color: #c0e8ff;
    text-decoration: none;
    margin-right: 2vw;
}

.footer_nav .youtube_icon {
    font-size: 1.42em;
    position: relative;
    top: 3px;
}

p.copyright {
    font-size: 13px;
    letter-spacing: .215em;
    margin-top: 14px;
    color: #c0e8ff;
}

.footer_sect2 .footer_nav input.req {
    border: none;
    font-size: 15px;
    padding: 7px 5px 7px 20px;
    margin: 6px 0;
    width: 91%;
    background: #000;
    color: #fff;
}

.footer_sect2 .footer_nav form {
    margin-top: 12px;
}

button.no_but_style {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: #c0e8ff;
    font-weight: 600;
    font-size: 16px;
    display: block;
    float: right;
    margin-right: 2vw;
    margin-top: 12px;
}

button.no_but_style span.shift_icons {
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
    padding: 0 0 0 2px;
    text-align: center;
    display: block;
    float: left;
    margin: 2px 7px 0 0;
    height: 21px;
    width: 21px;
    border-radius: 100%;
    border: solid 2px;
}

.login a {
    text-decoration: none;
    color: #c0e8ff;
    margin: 0 0 0 .5%;
}

.press_sect img {
    float: right;
    margin-left: 20px;
}

.press_sect {
    border-top: solid 1px #ccc;
    margin-top: 40px;
    padding-top: 30px;
}

.tiles_inner {
    text-align: center;
}

.press_tile {
    display: inline-block;
    margin: .5vw;
}

.read_more_sect {
    display: none;
}

.read_more_link {
    cursor: pointer;
    color: #3f9beb;
    font-weight: 600;
    font-size: .8em;
}

.button {
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: .051em;
    border-radius: 50px;
    border-top: solid 2px #6aa1ff;
    border-right: solid 2px #4870b4;
    border-bottom: solid 2px #38588d;
    border-left: solid 2px #4870b4;
    cursor: pointer;
}

.invite_cta_outer .catalyst_thanks {
    display: none;
    font-size: .79em;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.31em;
    position: absolute;
    top: 3vw;
    left: 39%;
    padding: 15px 30px;
    border: solid 1px;
    border-radius: 44px;
}

.footer_nav .catalyst_thanks {
    display: none;
    font-size: .79em;
    color: #c0e8ff;
    font-weight: 600;
    line-height: 1.31em;
    margin-top: 16px;
    letter-spacing: .0515em;
}

.form_warning {
    background-color: #a00;
    color: #fff;
    padding: 3px;
    font-size: .6em;
    line-height: 1.2em;
    width: 100%;
    text-align: center;
    margin: -16px auto 1px;
    max-width: 300px;
    display: none;
}

.invite_cta_outer {
    position: relative;
    height: 15vw;
    padding-top: 3vw;
}

.newletter_subscribe_pop {
    display: none;
    position: absolute;
    top: 4vw;
    width: 100%;
    text-align: center;
}

.newletter_subscribe_pop input {
    color: #fff;
    background-color: transparent;
    padding: 4px 0 4px 2%;
    font-size: 27px;
    letter-spacing: .051em;
    border: none;
    border-bottom: solid 1px #babbbc;
}

.newletter_subscribe_pop button {
    color: #b2dcff;
    background-color: #40A5FB;
    font-size: 25px;
    letter-spacing: .051em;
    border-radius: 13px;
    text-align: center;
    padding: 3px 14px;
}

html body.admin-menu {
    margin-top: 0 !important;
}

/**
 * 
 */

.main_page #inner {
    width: 100%;
    background: url(../images/hero_d.jpg) no-repeat center top / contain;
    position: relative;
}

.faculty_page #inner {
    width: 100%;
    background: #000 url(../images/faculty_d.jpg) no-repeat center top / contain;
    position: relative;
}

.courses_page #inner {
    width: 100%;
    background: #000 url(../images/courses_page_d.jpg) no-repeat center top / contain;
    position: relative;
}

.events_page #inner {
    width: 100%;
    background: #000 url(../images/events_page_d.jpg) no-repeat center top / contain;
    position: relative;
}

.____about_page #inner {
    width: 100%;
    background: #fff url(../images/about_page_d.jpg) no-repeat center top / contain;
    position: relative;
}

.app_page #shift_nav_big, .app_page #sign_in_out {
    display: none;
}

.mobile_nav #menu_ul #sign_in_out {
    display: list-item;
}

#app_page_outer {
    width: 100%;
    position: relative;
    top: -90px;
}

.app_page_sect {
    width: 100%;
    position: relative;
}

#hiddenVid {
    display: none;
    position: absolute;
    top: 18vw;
    right: 4%;
}

#app_page_sect1 #hideShowVidClick {
    display: inline-block;
    width: 41%;
    height: 43vw;
    vertical-align: top;
    cursor: pointer;
}

img.bgsizer {
    width: 100%;
}

.app_page_sect_inner_over {
    position: absolute;
    width: 100%;
    top: 0;
}

#app_page_sect1 .app_page_sect_inner_inner {
    padding: 14vw 0 0 13vw;
    display: inline-block;
    width: 57%;
    vertical-align: top;
}

#app_page_sect1 h1 {
    white-space: nowrap;
    font-size: 2.5rem;
    font-family: PoppinsBold;
    letter-spacing: 0.3rem;
    line-height: 1.1;
}

.app_page_sect_headings {
    width: 87%;
}

.app_page_sect_inner_inner h1, .app_page_sect_inner_inner h2, .app_page_sect_inner_inner h3, .app_page_sect_inner_inner h4 {
    text-align: left;
}

.app_page_sect_icons {
    padding-top: 2vw;
}

.app_page_sect_icons img {
    max-width: 314px;
    border-radius: 9px;
    margin-right: 1vw;
    display: inline-block;
    width: 47%;
}

#app_page_sect2 .app_page_sect_inner_inner {
    width: 50%;
    float: right;
    display: table;
    height: 36vw;
    padding: 0 7vw 0 0;
}

#app_page_sect2 .app_page_sect_inner_inner div {
    display: table-cell;
    vertical-align: middle;
}

#app_page_sect2 h1 {
    margin-bottom: 44px;
}

#app_page_sect3 .app_page_sect_inner_inner {
    padding: 3vw 0 0 13vw;
    width: 52%;
}

#app_page_sect3 h4 {
    color: #319FDC;
}

#app_page_sect4 {
    height: 72vw;
}

#app_page_sect4 .app_page_sect_inner_over.white {
    top: auto;
    bottom: 3vw;
}

#app_page_sect4 h1, #app_page_sect4 h4 {
    text-align: center;
}

#app_page_sect4 .ind700 h1 {
    margin-bottom: 52px;
}

#app_goals {
    max-width: 1135px;
    margin: 127px auto 0;
}

.app_goals3 div {
    display: inline-block;
    width: 29%;
    margin: 0 2%;
    text-align: center;
    vertical-align: top;
}

.app_goals2 {
    text-align: center;
}

.app_goals2 div {
    display: inline-block;
    width: 29%;
    margin: 0 7%;
    text-align: center;
    vertical-align: top;
}

#app_goals h4 {
    color: #329eda;
    letter-spacing: .09rem;
}

#app_page_sect5 .app_page_sect_inner_inner {
    max-width: 1335px;
    margin: 0 auto;
    padding: 2vw;
}

#app_page_sect5 .ind700 h1 {
    text-align: center;
    margin-bottom: 66px;
}

#app_page_sect5 .faculty_page_item {
    display: inline-block;
    width: 22.5%;
    margin: 1.5vw 1%;
    cursor: default;
}

#app_page_sect5 .faculty_item_inner {
    margin: 0;
}

#app_page_sect5 .ms_controls {
    display: none;
}

#app_page_sect6 {
    width: 100%;
    background: url(../images/app_uplift_d.jpg) no-repeat left top / cover;
    position: relative;
}

#app_page_sect6 .app_page_sect_inner_inner.white {
    width: 44%;
    float: right;
    padding: 9vw 8vw 10vw 0
}

#app_page_sect6 h1 {
    white-space: nowrap;
}

#app_page_sect7 {
    margin-top: 80px;
}

.main_page #top_header, .faculty_page #top_header, .courses_page #top_header, .events_page #top_header, .about_page #top_header, .app_page #top_header {
    background: none;
    height: 90px;
}

#od_courses_sect {
    margin-top: 32px;
    background: #fff url("../images/bw_curve_d.jpg") no-repeat center top;
    background-size: contain;
}

#od_events_sect {
    padding-top: 82px;
    background: #fff url(../images/bw_curve_d.jpg) no-repeat center top;
    background-size: contain;
    padding-bottom: 100px;
}

#hero {
    padding-bottom: 5vw;
    position: relative;
}

#bg_sizer_hero, #bg_sizer_community, #bg_sizer_founders, #bg_sizer_app, #bg_sizer_invite {
    visibility: hidden;
    width: 100%;
}

#pillars {
    width: 100%;
    position: relative;
    text-align: center;
    background: #010101;
}

#founders {
    width: 100%;
    background: url(../images/founders_d.jpg) no-repeat center top / cover;
    position: relative;
}

#app {
    width: 100%;
    background: url(../images/app_d.jpg) no-repeat center top / cover;
    position: relative;
}

#values {
    width: 100%;
    background: url(../images/about_os_d.jpg) no-repeat center top / cover;
    position: relative;
}

#impact {
    width: 100%;
    background: url(../images/about_impact_d.jpg) no-repeat center top / cover;
    position: relative;
}

#societal {
    width: 100%;
    background: url(../images/about_societal_d.jpg) no-repeat -3vw top / cover;
    position: relative;
}

#culture {
    width: 100%;
    background: url(../images/about_culture_d.jpg) no-repeat center top / cover;
    position: relative;
}

#saying {
    width: 100%;
    background: url(../images/about_testimonials_d.jpg) no-repeat center top / cover;
    position: relative;
}

#floyd {
    width: 100%;
    background: url(../images/floyd_bg.jpg) no-repeat center top / cover;
    position: relative;
}

#racism {
    width: 100%;
    background: url(../images/racism_bg.jpg) no-repeat center top / cover;
    position: relative;
}

#blm {
    width: 100%;
    background: url(../images/blm_bg.jpg) no-repeat center top / cover;
    position: relative;
}

#commitment {
    width: 100%;
    background: url(../images/earth_bg.jpg) no-repeat center top / cover;
    position: relative;
}

#charitable {
    width: 100%;
    background: url(../images/impact_bg1.jpg) no-repeat center top / cover;
    position: relative;
}

#sustainability {
    width: 100%;
    background: url(../images/impact_bg2.jpg) no-repeat center top / cover;
    position: relative;
}

#employees {
    width: 100%;
    background: url(../images/impact_bg3.jpg) no-repeat center top / cover;
    position: relative;
}

#transformational {
    width: 100%;
    background: url(../images/impact_bg4.jpg) no-repeat center top / cover;
    position: relative;
}

.div_inner.floyd_inner.white, .div_inner.racism_inner.white {
    padding: 11vw 0;
    color: #dbd4e3;
}

.philanthropic_inner h3 {
    text-align: left;
}

.div_inner.commitment_inner.white {
    padding: 11vw 0;
}

.fifty.fiftyimgrght.vmid {
    text-align: right;
}

.div_inner.commitment_inner.white a.but_gradient_blue {
    border: solid 2px;
}

li.nobull {
    background: none;
}

.inner_over {
    position: absolute;
    width: 100%;
    top: 0;
}

h1.ucole {
    margin-top: -16px;
}

.hero_inner {
    position: relative;
    z-index: 2;
}

h1.f_book.white {
    font-family: PoppinsThin;
    letter-spacing: 0.45rem;
}

.atb {
    text-align: center;
    line-height: 1.6em;
    font-size: 1.4em;
    font-family: PoppinsRegular;
    letter-spacing: .02em;
    margin: 26.7vw auto 0;
    width: 50%;
}

#halos3 {
    max-width: 1300px;
    margin: 4% auto 0;
    text-align: center;
}

.halo {
    display: inline-block;
    width: 32%;
    text-align: center;
    font-weight: 300;
}

.halo_bg {
    background: url(../images/halo_trans.png) no-repeat left top / cover;
    max-width: 324px;
    max-height: 324px;
    padding: 9vw 0;
    margin: auto;
    width: 24vw;
    height: 24vw;
    font-family: PoppinsLight;
}

.halo_num {
    font-size: 3vw;
    letter-spacing: .13rem;
}

.halo_type {
    font-size: 2vw;
    margin-top: 1.52vw;
}

.bottom_grad {
    height: 96px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

a.button.turq.filled {
    text-align: center;
    display: block;
    color: #68AADF;
    text-decoration: none;
    margin: 4% auto 0;
    padding: 6px 0;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .051em;
    border-radius: 50px;
    border: solid 2px #70ABD9;
}

a.button.turq.filled {
    max-width: 237px;
}

.rys {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.invite_button_cta.button {
    display: block;
    margin: 0 auto;
    width: 298px;
}

h2.ucole {
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.div_inner {
    max-width: 1400px;
    margin: auto;
}

#values .ind700 {
    width: 56%;
}

#values #hideShowVidClick {
    width: 41%;
    height: 25vw;
    position: absolute;
    right: 0;
    top: 16vw;
    cursor: pointer;
}

#values #hiddenVid {
    display: none;
    position: absolute;
    top: 18vw;
    right: 37%;
}

#events_sect {
    position: relative;
    margin: auto;
    background: #fff url(../images/bw_curve_d.jpg) no-repeat center top;
    background-size: contain;
    padding-top: 100px;
}

.events_sect_inner {
    max-width: 1400px;
    margin: auto;
}

#eventSlider {
    position: relative;
}

#events_sect .ms_content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
    padding-bottom: 75px;
}

#events_sect .ms_content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 521px;
    background: #ffffff;
    white-space: normal;
}

#events_sect .item h4 {
    max-width: 320px;
    margin: 20px auto;
}

#events_sect .item a.cimg {
    display: block;
    text-align: center;
    max-width: 320px;
    margin: auto;
}

#events_sect .item a.cimg img {
    display: inline-block;
    border-radius: 20px;
}

#events_sect .item p {
    text-align: left;
    max-width: 320px;
    margin: 20px auto;
    font-family: PoppinsRegular;
}

#events_sect .ms_controls button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#events_sect .ms_controls button.ms_left {
    position: absolute;
    left: 2vw;
    top: 25%;
    font-size: 72px;
    text-decoration: none;
    color: #68AADF;
}

#events_sect .ms_controls button.ms_right {
    position: absolute;
    right: 2vw;
    top: 25%;
    font-size: 72px;
    text-decoration: none;
    color: #68AADF;
}

#events_sect .cdtusd {
    text-align: center;
    margin-bottom: 22px;
}

#events_sect .cdtusd span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: solid 1px #333;
}

#events_sect .selected_aca {
    background-color: #16B3FE;
}

#event_page_sect .ms_controls button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#event_page_sect .ms_controls button.ms_left {
    left: 1vw;
    position: absolute;
    top: 45%;
    font-size: 72px;
    text-decoration: none;
    color: #fff;
}

#event_page_sect .ms_controls button.ms_right {
    right: 1vw;
    position: absolute;
    top: 45%;
    font-size: 72px;
    text-decoration: none;
    color: #fff;
}

#event_page_sect .ms_controls .ms_left {
    left: 0px;
}

#event_page_sect .ms_controls .ms_right {
    right: 0px;
}

#event_page_sect .ms_content {
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -211px;
    position: relative;
}

#courses_sect {
    position: relative;
    background: url(../images/courses_d.jpg) no-repeat left top / cover;
    padding: 2.3% 0;
    width: 100%;
}

#courseSlider {
    position: relative;
}

h2.ucogh {
    color: #fff;
}

.courses_items .ms_controls button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.courses_items .ms_controls button.ms_left {
    left: 1vw;
    position: absolute;
    top: 45%;
    font-size: 72px;
    text-decoration: none;
    color: #fff;
}

.courses_items .ms_controls button.ms_right {
    right: 1vw;
    position: absolute;
    top: 45%;
    font-size: 72px;
    text-decoration: none;
    color: #fff;
}

.courses_items .ms_controls .ms_left {
    left: 0px;
}

.courses_items .ms_controls .ms_right {
    right: 0px;
}

.courses_items .ms_content {
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -211px;
    position: relative;
}

/**
 * 
 */

.prod_disp1.item {
    display: inline-block;
    width: 23%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 555px;
    white-space: normal;
}

.prod_disp1 .item_inner {
    margin: 0 2vw;
    position: relative;
    background: #fff;
    max-width: 296px;
    /* height: 479px; */
    padding-bottom: 20px;
    border-radius: 9px;
}

.od_courses_items .item_inner {
    margin: 1vw;
    background: #F4F4F4;
}

.prod_disp1.item a.cimg {
    display: block;
    text-align: center;
    max-width: 320px;
    margin: auto;
}

.prod_disp1.item a.cimg img {
    display: inline-block;
}

.prod_disp1 .item_inner img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.prod_disp1.item h4 {
    font-size: 1.2em;
    letter-spacing: -.014rem;
    line-height: 1.54rem;
    max-width: 320px;
    margin: 20px auto;
}

.prod_disp1.item_inner img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.prod_disp1.item .ovrly {
    width: 100%;
    margin: 0 auto 0;
    top: 19px;
    color: #fff;
    text-align: center;
    position: absolute;
}

.gradover {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 49%) 0%, rgba(0, 0, 0, 1%) 67%);*/
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    width: 100%;
    height: 300px;
}

.tile .gradover {}

.prod_disp1.item .course_teacher_ov {
    border: solid #fff 1px;
    display: inline-block;
    line-height: 1.1em;
    padding: 8px 12px;
    border-radius: 4px;
    max-width: 209px;
    text-shadow: -2px 1px 9px #000;
}

.prod_disp1.item .course_title_ov {
    position: relative;
    top: 0;
    width: 100%;
    color: #484747;
    padding: 0 1%;
    height: 137px;
    font-size: 1.152em;
    line-height: 1.4;
    display: table;
    font-family: PoppinsBold;
    text-transform: uppercase;
    letter-spacing: .031rem;
    text-align: center;
    padding: 0 1vw;
}

.events_page .prod_disp1.item .course_title_ov {
    top: 14px;
}

.prod_disp1.item .course_title_ov span {
    display: table-cell;
    vertical-align: middle;
}

.prod_disp1.item .course_title_ov.smaller_text {
    font-size: 1em;
    line-height: 1.3;
}

.prod_disp1.item .course_title_ov.very_small_text {
    margin: 11px auto 0;
}

.od_courses_items .prod_disp1.item .course_title_ov {}

.prod_disp1.item p {
    text-align: center;
    max-width: 320px;
    color: #333;
    margin: 17px 4% 5px 4%;
    height: 116px;
    font-size: 18px;
    line-height: 1.5em;
    font-family: PoppinsRegular;
    overflow: hidden;
}

.prod_disp1.item p.course_description.smaller_text {
    font-size: 15px;
    line-height: 1.6em;
}

.prod_disp1.item p.course_description.very_small_text {
    line-height: 1.3em;
    font-size: 15px;
}

.edit_link {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.not-logged-in .edit_link {
    display: none;
}

.cdtusd {
    text-align: center;
    margin: 52px 0 22px;
}

.cdtusd span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: solid 1px #fff;
}

#courses_sect .selected_aca, #course_page_sect .selected_aca, .events_page #eventSlider .selected_aca {
    background-color: #fff;
}

#faculty_sect {
    position: relative;
    max-width: 1400px;
    margin: 5px auto 83px;
    padding: 2% 0;
}

h1.dlkjfi {
    max-width: 744px;
    margin: 32px auto 59px;
}

#facultySlider {
    position: relative;
}

#facultySlider .ms_content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 3%;
}

#facultySlider .ms_content .item {
    display: inline-block;
    width: 24.9%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 375px;
    white-space: normal;
    text-align: center;
    color: #fff;
}

.faculty_item img {
    border-radius: 10px;
    width: 300px;
}

.gradient {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .851) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 12% 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 300px;
    color: #fff;
    line-height: 1.2em;
}

#faculty_sect .ms_controls {
    position: absolute;
    background: #fff;
    padding: 20px 20px 20px 14px;
    bottom: 0;
    top: auto;
    left: 68%;
    width: 139px;
}

#faculty_sect button {
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    text-decoration: none;
    color: #68AADF;
    padding: 13px 11px;
}

#faculty_sect button.ms_right {
    left: 96px;
}

#community_sect {
    width: 100%;
    background: url(../images/community_d.jpg) no-repeat center bottom / cover;
    position: relative;
}

#communitySlider {
    position: relative;
}

.community_inner {
    max-width: 700px;
    margin: auto;
    padding: 51px 0 59px;
}

#communitySlider .ms_content {
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#communitySlider .item {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
}

#communitySlider .ms_controls button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    position: absolute;
    top: 25%;
    font-size: 72px;
    text-decoration: none;
    color: #68AADF;
}

#communitySlider .ms_controls button.ms_left {
    left: -4vw;
    top: 4vw;
}

#communitySlider .ms_controls button.ms_right {
    right: -4vw;
    top: 4vw;
}

#community_sect p {}

#community_sect .plarge strong {
    color: #434242;
    font-weight: 500;
}

#community_sect .cdtusd {
    text-align: center;
    margin: -6px 0 22px;
}

#community_sect .cdtusd span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: solid 1px #333;
}

#community_sect .selected_aca {
    background-color: #16B3FE;
}

#founders #hideShowVidClick {
    text-align: center;
    position: relative;
    top: 13vw;
}

#founders #hiddenVid {
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: -12vw;
    right: auto;
}

#founders h4 {
    position: relative;
    top: 12vw;
}

.app_left {
    width: 51%;
    margin: 9vw 0 0 1vw;
    text-align: center;
}

.gtsa {
    line-height: 1.54em;
    font-size: 1.321em;
    letter-spacing: .041em;
    margin: 3vw 0 4vw;
}

#app_buts a {
    margin: 0 .51vw;
}

a.app_learn_more {
    margin-top: 3vw;
    display: inline-block;
    letter-spacing: .02em;
    color: #ffffff;
    font-weight: 600;
    font-family: PoppinsThin;
    font-size: 15px;
    text-decoration: underline;
    letter-spacing: 2px;
}

.player {
    margin: 3% 3% 1%;
}

#about_page_d {
    position: relative;
    margin-top: -90px;
}

.about_page_d_inner_over {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_page_d_inner_inner {
    padding: 29vw 0 0;
    height: 100%;
}

#about_page_d .ind700 {
    margin: auto;
    text-align: center;
    height: 100%;
}

#about_page_d .bottom_hugger {
    position: absolute;
    bottom: 1vw;
    max-width: 700px;
    width: 100%;
}

#about_page_d p.plarge {
    font-family: 'PoppinsBold', serif;
}

.ab_topspacer {
    height: 21vw;
}

#call {
    background: #fff;
}

#call .ind700 {
    margin: 3vw auto 4vw;
}

#call h3 {
    margin-top: 51px;
    font-family: 'PoppinsBold';
}

.values_inner {
    padding: 3vw 1vw 5vw 8vw;
}

.values_inner h2 {
    text-align: left;
}

ul.trans_halobull {
    margin: 0;
    padding: 0;
}

.impact_inner {
    margin: 0;
    padding: 2vw 0 54vw;
}

.call_inner .white_bg_halobull strong {
    color: #5594BB;
    font-family: 'PoppinsBold';
}

.impact_inner .ind700 {
    margin: auto;
}

.societal_inner {
    margin: 0;
    padding: 4vw 0 2vw;
}

.right {
    float: right;
    margin: 5px 0 5px 20px;
}

.left {
    float: left;
    margin: 5px 20px 5px 0;
}

.fifty {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    min-height: 30px;
}

.fiftyimg {
    text-align: center;
}

.mw1115 {
    max-width: 1115px;
}

.vmid {
    vertical-align: middle;
}

.fiftytxt {
    padding: 0 2vw;
}

.societal_inner ul.white_bg_halobull {
    margin: 0;
}

.culture_inner {
    margin: 0;
    padding: 3vw 0 37vw;
}

.culture_inner .ind700 {
    margin: auto;
}

.philathropy_inner {
    padding: 2vw 7vw 2vw;
}

.philathropy_inner .ind700 {
    margin: 0 auto 5vw;
}

#charitable .fifty a {
    color: #fff;
}

.bioText, .rb1, .bioBox {
    display: none;
}

.threes {
    text-align: center;
    margin: 3vw auto;
    max-width: 1000px;
}

.thr3 {
    display: inline-block;
    width: 32.5%;
    vertical-align: top;
    text-align: center;
}

.thr3Photo {
    position: relative;
    max-width: 300px;
    display: inline-block;
}

.thr3Photo h4, .thr3Photo h5, .readBio {
    position: relative;
    width: 100%;
    color: #fff;
    margin: 0;
}

.thr3Photo .gradient {
    padding: 14px 0 2vw;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9851) 0%, rgba(0, 0, 0, 0) 100%);
}

.readBio {
    color: #4ec0ff;
    font-size: 14px;
    cursor: pointer;
}

.readBio span {
    text-decoration: underline;
}

.readBio span.rb1, .readBio span.rb2 {
    text-decoration: none;
    font-size: 20px;
}

.thr3Photo h4 {
    font-size: 1em;
    letter-spacing: .064rem;
}

.thr3Photo h5 {
    font-size: .7rem;
    letter-spacing: .0853em;
    line-height: 1.1rem;
}

.thr3Photo img {
    border-radius: 10px;
}

.bioBox {
    text-align: left;
    background: #eee;
    padding: 4vw;
    border-radius: 10px;
    margin: 20px 1.5vw;
    position: relative;
}

.bioBox #cboxClose {
    right: auto;
    left: 16px;
    top: 21px;
    color: #fff;
    background: #989898;
    border-radius: 100%;
    padding: 0;
    line-height: 22px;
    font-size: 45px;
    font-weight: 100;
}

#more_charities_link {
    cursor: pointer;
    font-size: 1.52em;
    text-decoration: underline;
}

#more_charities {
    position: relative;
    padding: 2vw;
    width: 90%;
    max-width: 811px;
    margin: auto;
}

.more_charities_inner {
    max-width: 1000px;
    position: absolute;
    width: 100%;
    height: 75vh;
    z-index: 2;
    text-align: left;
    background: #fff;
    overflow-y: scroll;
    color: #4fbbf1;
    font-weight: 600;
}

#more_charities button#cboxClose {
    right: 1vw;
    top: 2vw;
    color: #a00;
    z-index: 3;
}

.leadership_inner h1 {
    margin: 47px 0 74px;
}

.t_author_bio {
    display: none;
}

#testimonial_t_author, #testimonialSlider {
    display: inline-block;
    width: 49%;
    position: relative;
    vertical-align: top;
}

#testimonialSlider .ms_content {
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin: auto 1vw 0 5vw;
}

#testimonialSlider .item {
    display: inline-block;
    width: 32%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
}

#testimonialSlider .item:nth-child(1) {
    opacity: .5;
}

.sect_testim_inner {
    padding: 5%;
}

#testimonialSlider .ms_controls {
    position: absolute;
    bottom: 11vw;
    width: 127px;
    right: -5vw;
    z-index: 2;
}

#testimonialSlider .ms_controls button {
    background: #2AB4F3;
    border: none;
    width: 59px;
    height: 59px;
    border-radius: 100%;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    position: absolute;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
}

#testimonialSlider .ms_controls button.ms_left {
    left: 0;
}

#testimonialSlider .ms_controls button.ms_right {
    right: 0;
}

.testimonial_t_author_inner .t_author_bio {
    display: block;
}

.saying_inner {
    position: relative;
    padding: 2vw 0;
    min-height: 589px;
}

#abs_layer {
    position: absolute;
    top: 28px;
    width: 20vw;
    height: 25vw;
    left: -2vw;
    z-index: 2;
}

#abs_layer img, img.phot {
    border-radius: 11px;
}

.testimonial_t_author_inner {
    padding: 20px 4vw 22px 3vw;
    display: table-cell;
    vertical-align: middle;
}

#testimonial_t_author p {
    font-size: .9em;
    margin: 0 0 10px;
}

.t_author h4 {
    margin: 0;
    text-align: left;
    font-size: .86em;
}

#testimonial_t_author .t_author p {
    font-size: .8em;
    line-height: 1.31em;
}

.tbl {
    display: table;
    height: 402px;
}

.blkbg {
    background: #000;
}

/*******  COLORBOX  ********/

#overcat {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #468ca0;
    opacity: .6;
    z-index: 10;
    top: 0;
    display: none;
}

div#colorbox {
    z-index: 11;
}

.colorbox_loaded #cboxClose {
    color: #236eb0;
    right: 34px;
    top: 16px;
    font-size: 30px;
}

#node_ajax_content {
    font-size: .68rem;
    letter-spacing: -.5px;
    line-height: 1.1rem;
    margin: 55px 2% 0;
    background-color: #fff;
    min-height: 200px;
}

#node_ajax_content a {
    color: #0989F1;
}

.node_ajax_left {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
}

.node_ajax_right {
    display: inline-block;
    vertical-align: top;
    width: 73%;
    padding: 0 0 0 2vw;
    max-height: 337px;
    overflow-y: scroll;
}

#node_ajax_content .photo {
    border-radius: 0;
    float: none;
    margin: 5px 1% 5px 0;
    display: block;
}

.node_ajax_left .photo img {
    border-radius: 29px;
}

#node_ajax_content .preferred_name {
    font-size: 1.3em;
    margin: 18px 0 0px;
    color: #000;
    text-transform: uppercase;
}

#node_ajax_content .liner {
    border-top: solid #9d9d9d 1px;
    margin: 12px 17% 0;
}

#node_ajax_content .tagline {
    margin: 10px 0;
    font-style: normal;
    font-weight: 600;
}

#node_ajax_content .websites {
    font-size: 1.2em;
    margin: 0 0 11px 14px;
}

#node_ajax_content .websites a {
    display: block;
    margin: 6px 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

#cboxClose {
    background: none;
    border: 0 none;
    color: #98EEE7;
    font-size: 1.42em;
    position: absolute;
    right: -5px;
    top: -2px;
}

#cboxClose::after {
    font-family: tsn;
    content: "\e821";
}

#cboxClose:hover {
    color: #333;
}

#newletter_subscribe_pop {
    margin: 5% 0;
    color: #fff;
}

.events_page #event_page_sect {
    padding-bottom: 15px;
}

.od_courses_sect_inner {
    text-align: center;
    padding-top: 92px;
    max-width: 1400px;
    margin: auto;
}

.faculty_page_sect_inner {
    position: relative;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 77px 0;
}

.faculty_page_sect_inner h1.white {
    margin-top: 83px;
}

.faculty_items {
    margin-bottom: 64px;
}

.faculty_page_item {
    display: none;
    width: 23.9%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    height: 375px;
    white-space: normal;
    text-align: center;
    color: #fff;
    margin: 2vw 1vw;
    cursor: pointer;
}

.faculty_item_inner {
    position: relative;
    margin: 0 1vw;
    max-width: 300px;
    color: #fff;
}

.faculty_page_item img {
    border-radius: 10px;
    width: 300px;
}

.load_more {
    display: block;
    margin: 0 auto;
    width: 242px;
    font-size: 20px;
    letter-spacing: .08em;
    border-radius: 19px;
    line-height: 1em;
    padding: 13px 0;
    position: relative;
    z-index: 2;
}

.faculty_page_item .bio, .faculty_page_item .tagline, .faculty_page_item .courseSlider, .faculty_page_item .faculty_courses {
    display: none;
}

#faculty_page_invite_sect {
    min-height: 1000px;
    background-color: #fff;
}

.invite_left, .invite_right {
    display: inline-block;
    width: 42%;
    vertical-align: top;
    text-align: center;
    min-height: 200px;
}

.invite_right {
    margin-top: 6vw;
    width: 52%;
}

#invite .invite_cta_outer {
    padding-top: 2vw;
}

#invite .ezine_form_items {
    position: relative;
    text-align: center;
    margin: auto;
    width: 62%;
}

#invite input#best_email {
    font-size: 18px;
    padding: 13px 0 15px 31px;
    border: solid 2px #ccc;
    width: 100%;
    color: #6b6a6a;
    border-radius: 63px;
    margin: 0 auto;
    display: block;
}

.od_courses_sect_inner #load_more {
    margin: 59px 0;
    font-family: PoppinsBold;
    padding: 26px 47px;
    border-radius: 38px;
}

#invite .invite_cta_outer .catalyst_thanks {
    color: #0e0a03;
    top: 0;
    left: inherit;
    position: relative;
    margin: 0 8vw;
}

#invite .form_warning {
    max-width: 100%;
    top: -13px;
    position: absolute;
}

#jobs_sect {
    text-align: center;
    margin: 69px 0 127px;
}

.jobs_sect_inner {
    max-width: 815px;
    display: inline-block;
    text-align: left;
}

#logo_trans_41_blk {
    display: none;
}

#admin-menu a#node_edit_link {
    float: left;
    margin: 1px 0 0 9px;
    font-weight: 600;
    font-size: 13px;
}

#admin-menu #admin-menu-icon {
    margin-left: 80px;
}

#bottom_fixed {
    color: #2ccfb8;
    position: fixed;
    bottom: 0;
    background-color: #000;
    padding: 1px 0 5px 10%;
    font-size: 11px;
    line-height: 2em;
    left: 0;
    z-index: 150;
    width: 100%;
}

#bottom_fixed a {
    color: #eee;
    padding-right: 10px;
}

#bottom_fixed .rightts {
    float: right;
    margin-right: 10%;
}

.sah {
    width: 100%;
}

#admin_menu_edit_source {
    color: #0bcb2f;
    display: block;
    font-size: 9px;
    font-weight: 600;
    left: 5px;
    position: fixed;
    top: 6px;
    z-index: 9999;
}

#admin-menu a#node_edit_link {
    float: left;
    margin: 1px 0 0 9px;
    font-weight: 600;
    font-size: 13px;
}

#admin-menu .dropdown#admin-menu-append {
    width: 40%;
    border-radius: 10px;
    position: absolute;
    right: 68px;
    top: 2px;
    color: #fff;
}

#admin-menu #admin-menu-append a {
    display: inline-block;
    color: #000;
    margin: 0 1px;
    background: #cacaca;
    border-radius: 10px;
}

#admin-menu #admin-menu-append a.active {
    display: none;
}

.page-node- ul.primary li:nth-child(2) {
    float: none;
    font-size: 12px;
    left: 25px;
    position: fixed;
    top: 7px;
    z-index: 9999;
}

.page-node- ul.primary li:nth-child(2) a {
    background-color: #000;
    color: #fafafa;
    box-shadow: none;
}

.page-node- ul.primary li a:link {
    background-color: inherit;
    border-color: inherit;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    display: inline;
    float: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: inherit;
    padding: 0;
}

#admin-menu #admin-menu-icon {
    margin-left: 80px;
}

#admin_menu_edit_source {
    color: #0bcb2f;
    display: block;
    font-size: 9px;
    font-weight: 600;
    left: 5px;
    position: fixed;
    top: 6px;
    z-index: 9999;
}

#admin_menu_edit_page {
    color: #fafafa;
    display: block;
    font-size: 12px;
    left: 25px;
    position: fixed;
    top: 6px;
    font-weight: 600;
    letter-spacing: 1.5px;
    z-index: 9999;
}

.page-node- ul.primary li:nth-child(2) {
    float: none;
    font-size: 12px;
    left: 25px;
    position: fixed;
    top: 7px;
    z-index: 9999;
}

.page-node- ul.primary li a:link {
    background-color: inherit;
    border-color: inherit;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    display: inline;
    float: none;
    font-weight: 600;
    font-size: 0.7em;
    letter-spacing: 1.5px;
    line-height: inherit;
    padding: 0;
}

.page-node- ul.primary li:nth-child(2) a {
    background-color: #000;
    color: #fafafa;
    box-shadow: none;
    font-size: 1em;
}

/* AddThisEvent theme CSS
---------------------------------------------------------------------- */

/* General */

.addthisevent {
    visibility: hidden;
}

.addthisevent span {
    display: none!important;
}

.addthisevent .data {
    display: none!important;
}

/* The button */

.addthisevent-drop {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-family: Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    color: #fff!important;
    font-weight: 300;
    text-decoration: none;
    font-size: 15px;
}

.addthisevent-drop:hover {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

/* The drop down */

.addthisevent_dropdown {
    position: relative;
    text-align: left;
    display: block!important;
}

.addthisevent_dropdown span {
    display: inline-block;
    position: relative;
    line-height: 110%;
    background: #ebebeb url(images/button-bg-t1.png) repeat-x;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    cursor: pointer;
    padding: 7px 14px 8px 12px;
    border: 1px solid #e1e1e1;
    margin: 0px 6px 0px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthisevent_dropdown span:hover {
    background: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.addthisevent_dropdown span:active {
    top: 1px;
}

.addthisevent_dropdown .ateoutlook {
    border-top: 3px solid #fa9d00;
}

.addthisevent_dropdown .ategoogle {
    border-top: 3px solid #d53900;
}

.addthisevent_dropdown .ateoutlookcom {
    border-top: 3px solid #1473c5;
}

.addthisevent_dropdown .ateyahoo {
    border-top: 3px solid #65106e;
}

.addthisevent_dropdown .ateappleical {
    border-top: 3px solid #ab373a;
}

.addthisevent_dropdown .copyx {
    display: none;
}

.addthisevent_dropdown .brx {
    display: none;
}

.addthisevent_dropdown .frs {
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: 13px;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    z-index: 101;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 10px;
    color: #cacaca;
}

.addthisevent_dropdown .frs:hover {
    color: #6d84b4;
}

.mob_only {
    display: none;
}


#admin-menu ul#admin-menu-cache a {
    display: inline-block;
    padding: 0;
}

#admin-menu a.qsq {
    color: #858383;
}

#admin_fixed_bottom {
    bottom: 0;
    color: #050000;
    position: fixed;
    z-index: 10;
    padding: 0 3px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 35px;
}

#admin_fixed_bottom div {
    display: inline-block;
    padding: 0 3px;
    font-size: 13px;
    /* border: 1px solid #848484; */
    color: #fff;
    margin: 0 1px;
    height: 31px;
    background-color: #2c2c2c;
    border-radius: 6px;
    line-height: 2em;
}

#admin_fixed_bottom div a {
    color: #00e9e2;
    font-weight: 600;
}

#clearPageCache {
    color: #a6cff4;
}

div#folderpath {
    background: #760000;
}

div#page_nids {
    background: #560076;
}

div#page_label {
    background: #002276;
}

div#edit_salespage_link {
    background: #040076;
}

div#window_size {
    background: #0a414b;
    display: none;
}

.hasCache, .HasCache, .NotUsingCache, .UsingCache, .NoCache {
    font-size: 8px;
    cursor: pointer;
}

.hasCache, .HasCache {
    color: #49f900;
}

.NoCache {
    color: #fc3333;
}

.UsingCache {
    color: #a1ff8c;
}

.NotUsingCache {
    color: #f8a6a6;
}



#summit_logo_big {
    display: block;
}

#summit_logo_phone {
    display: none;
}

.djklsuee {
    border-radius: 12px;
}




@media (min-width: 779px) {
    .zzz {}
    #_inner {
        /*padding-top: 90px;*/
    }
}

@media (min-width: 1500px) {
    .zzz {}
    #abs_layer {
        left: 1vw;
    }
    .halo_bg {
        background: url(../images/halo_trans.png) no-repeat left top / contain;
        max-width: 324px;
        max-height: 324px;
        padding: 7vw 0;
    }
    .halo_num {
        font-size: 58px;
    }
    .halo_type {
        font-size: 36px;
    }
    #founders #hiddenVid {
        top: -4vw;
    }
    #footer_inner {
        max-width: 1600px;
        margin: auto;
    }
}

@media (min-width: 1800px) {
    .zzz {}
    #abs_layer {
        left: 2vw;
    }
    .atb {
        margin: 28.7vw auto 0;
    }
}

@media (min-width: 2000px) {
    .zzz {}
    .halo_bg {
        padding: 5vw 0;
    }
    .halo_num {
        font-size: 58px;
    }
    .halo_type {
        font-size: 36px;
    }
    #founders #hiddenVid {
        top: 7vw;
    }
    #founders #hiddenVid {
        top: 7vw;
    }
    .app_left {
        max-width: 1400px;
        margin: 9vw 0 0 12vw;
    }
}

@media (max-width: 1200px) {
    .zzz {}
    .saying_inner {
        min-height: 632px;
    }
    #testimonialSlider .ms_controls {
        bottom: 12vw;
        right: -6vw;
    }
    .ab_topspacer {
        height: 16vw;
    }
}

@media (max-width: 1100px) {
    .zzz {}
    .page_top_menu {}
    .ab_topspacer {
        height: 9vw;
    }
    #app_page_sect1 .app_page_sect_inner_inner {
        width: 67%;
    }
    #app_page_sect1 #hideShowVidClick {
        width: 32%;
    }
}

@media (max-width: 929px) {
    .zzz {}
    #logo_trans_115 {
        left: 3vw;
    }
    #sign_in_out {
    }
    #facultySlider .ms_content {
        height: 244px;
    }
    
    .courses_items .ms_content {
    margin-left: -235px;
    }
    
    .prod_disp1.item {
    width: 24.5%;
    }
    
    .courses_items .ms_controls button.ms_left, .courses_items .ms_controls button.ms_right {
    top: 33%;
    }
    
    #events_sect .ms_content .item {
    width: 31%;
    margin: 1%;
    }
    
    #logo_trans_115 {
        display: none;
        left: 44%;
        top: 43px;
    }
    #logo_trans_41_blk {
        display: block;
    padding: 29px 0 0 21px;
    }
    #admin-menu {
        display: none;
    }
    
    #invite .ezine_form_items {
        width: 85%;
    }
    
}

@media (max-width: 778px) {
    .zzz {}
    #hero {
        padding-bottom: 3vw;
    }
    #od_courses_sect {
        background: #fff url("../images/bw_curve_t.jpg") no-repeat center top;
    }
    .about_page #inner {
        background: #fff url(../images/about_page_t.jpg) no-repeat center top / contain;
    }
    #societal {
        background: url(../images/about_societal_t.jpg) no-repeat center top / cover;
    }
    #values {
        background: #0A0233 url(../images/about_os_t.jpg) no-repeat center 22vw / cover;
    }
    #values .ind700 {
        width: 100%;
    }
    .atb {
    margin-top: 33%;
    width: 90%;
    }
    .invite_cta_outer {
        height: 16vw;
        padding-top: 5vw;
    }
    img#bg_sizer_founders {
        margin: 21px 0;
    }
    img#bg_sizer_app {
        margin: 42px 0;
    }
    #eventSlider a.button.turq.filled {
        width: 100%;
    }
    .faculty_item img {
        /*border-radius: 10px;*/
    }
    #menu_ul li#sign_in_out a {
        margin-left: 0;
    }
    .community_inner {
        padding: 6vh 2vw 11vh;
    }
    #communitySlider .ms_content {
        margin: auto 12vw;
    }
    #community_sect .cdtusd {
        margin: 9px 0 0;
    }
    #communitySlider .ms_controls button.ms_right {
        right: 11vw;
    }
    #communitySlider .ms_controls button.ms_left {
        left: 11vw;
    }
    #faculty_sect .ms_controls {
        padding: 0;
        left: 0;
        width: 100%;
    }
    #faculty_sect button.ms_right {
        left: 94%;
    }
    .courses_items .ms_controls {
        position: absolute;
        bottom: 29px;
        width: 100%;
    }
    .courses_items .ms_controls button.ms_left {
        top: auto;
        left: 6vw;
    }
    .courses_items .ms_controls button.ms_right {
        top: auto;
        right: 6vw;
    }
    .courses_items .ms_content .item {
        width: 34%;
    }
    .courses_items .ms_content {
        margin-left: -17px;
    }
    .courses_items a.button.turq.filled {
        width: 87%;
    }
    .courses_items .course_title_ov {
        height: 160px;
        font-family: PoppinsRegular;
    }
    .courses_items .course_title_ov.check_str_len.smaller_text {
    }
    #eventSlider .ms_controls button.ms_left {
        left: 0;
        top: 38%;
    }
    #eventSlider .ms_controls button.ms_right {
        right: 0;
        top: 38%;
    }
    #eventSlider .ms_content .item {
        width: 31.3%;
        margin: auto 1%;
    }
    .prod_disp1.item .course_title_ov {
    }
    .prod_disp1.item .course_title_ov.smaller_text {
    }
    .prod_disp1.item .course_title_ov.very_small_text {
    }
    .invite_left {
        width: 37%;
    }
    .invite_right {
        margin-top: 2vw;
        width: 62%;
    }
    #invite h3 {
        margin-top: -15px;
        font-size: 1.254em;
    }
    #invite .invite_cta_outer {
        padding-top: 0vw;
    }
    .app_left {
        width: 65%;
        margin: 6vw 0 0 1vw;
    }
    #footer_inner {
        margin-bottom: 48px;
    }
    .footer_nav h5 {
        font-size: .8rem;
    }
    .footer_sect2 .footer_nav input.req {
        font-size: 12px;
        padding: 5px;
        margin: 4px 0;
    }
    .values_inner {
        padding: 3vw 1vw 77vw 8vw;
    }
    .impact_inner {
        padding: 2vw 0 68vw;
    }
    .saying_inner {
        min-height: 494px;
    }
    #testimonial_t_author {
        top: -16px;
        max-height: 342px;
        overflow-y: scroll;
    }
    #testimonialSlider .ms_controls {
        display: none;
    }
    #abs_layer {
        width: 20vw;
        top: 20px;
        left: -14px;
    }
    .bioBox #cboxClose {
        left: 0px;
        top: 8px;
    }
    .culture_inner {
        padding: 2vw 0 42vw;
    }
    .about_page_d_inner {
        padding: 19vw 0 3vw;
    }
    .ab_topspacer {
        height: 24vw;
    }
    #about_page_d .bottom_hugger {
        bottom: 6vw;
    }
    #app_page_sect1 .app_page_sect_inner_inner, .app_page_sect_inner_inner, .app_page_sect_headings {
        width: 100%;
        padding: 80px 9vw 0;
    }
    .app_page_sect_inner_inner h1, .app_page_sect_inner_inner h2, .app_page_sect_inner_inner h3, .app_page_sect_inner_inner h4 {
        text-align: center;
    }
    .app_page_sect_icons img {
        max-width: 279px;
        display: block;
        margin: 0 auto 30px;
    }
    #app_page_sect1 h1 {
        white-space: normal;
    }
    #app_page_sect1 #hideShowVidClick {
        width: 100%;
        height: 212px;
    }
    #hiddenVid {
        top: auto;
        right: auto;
        bottom: -49px;
        width: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.57);
    }
    #hiddenVid iframe {
        display: inline-block;
    }
    #values #hiddenVid {
        position: absolute;
        top: auto;
        right: 0;
    }
    #values #hideShowVidClick {
        width: 66%;
        height: 36vw;
        right: 19vw;
        top: auto;
        bottom: 27vw;
    }
    #app_page_sect2 .app_page_sect_inner_inner {
        height: 61vw;
    }
    #app_page_sect2 h1 {
        margin-bottom: 19px;
    }
    #app_page_sect3 .app_page_sect_inner_inner {
        padding: 88px 13vw 0;
        width: 100%;
        text-align: left;
    }
    #app_page_sect3 h1, #app_page_sect3 h4 {
        text-align: left;
    }
    #app_page_sect3 h4 {
        font-size: 1.34em;
        line-height: 1.654rem;
        letter-spacing: .0714rem;
    }
    #app_page_sect4 {
        height: auto;
        background: #000;
    }
    #app_page_sect4 .app_page_sect_inner_over.white {
        position: relative;
    }
    #app_page_sect4 .app_page_sect_inner_inner {
        padding: 1px 0 0;
    }
    #app_goals {
        margin: 91px auto 0;
    }
    .app_goals3, .app_goals2 {
        text-align: center;
    }
    .app_goals3 div, .app_goals2 div {
        width: 49%;
        margin-bottom: 46px;
    }
    #app_page_sect5 .faculty_page_item {
        width: 22.3%;
    }
    #app_page_sect5 .ind700.center {
        margin: 65px 10vw 18px;
    }
    #app_page_sect5 .ind700 h1 {
        text-align: center;
        margin-bottom: 20px;
    }
    #app_page_sect5 .app_page_sect_inner_inner {
        padding: 0;
    }
    #appFacultySlider .ms_content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 0 0 -29px;
    }
    #app_page_sect6 {
        width: 100%;
        background: #000 url(../images/app_uplift_t.jpg) no-repeat left bottom / contain;
        position: relative;
    }
    #app_page_sect6 .app_page_sect_inner_inner.white {
        width: 100%;
        float: none;
        padding: 9vw 17vw 761px;
    }
    #community_sect h1 {
        margin: 26px 10%;
    }
    #community_sect .ms_controls {
        display: none;
    }
    #top_header {
        height: 32vw;
    }
    #rem1, #rem2, #rem3 {
        display: none;
    }
    .div_inner.floyd_inner .fifty.ind700 {
        padding-right: 1vw;
    }
    .div_inner.racism_inner.white .fifty.ind700 {
        padding-left: 2vw;
    }
}

/*(max-width: 778px)*/

@media (max-width: 500px) {
    .zzz {}
    
    .mobile_nav #logo_trans_41_blk {
        padding: 3px 0 0 11px;
        width: 68px;
    }
    #footer_inner .mob_only {
        display: block;
        list-style: none;
        font-size: .85em;
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        font-weight: 500;
        font-family: 'PoppinsLight';
    }
    #footer_inner .mob_only a {
        color: #fff;
    }
    .right, .left, .image-circle_wrap_right, .image-circle_wrap_left {
        float: none;
        margin: 0 auto;
        display: block;
    }
    h1 {
        font-size: 1.4rem;
    }
    .faculty_page #top_header, .courses_page #top_header, .events_page #top_header, .about_page #top_header {
        height: 36px;
    }
    .main_page #top_header {
        height: 0;
    }
    #hero {
        background: url(../images/hero_m.jpg) no-repeat center top / cover;
        margin-bottom: 0;
        padding-bottom: 10vw;
    }
    .faculty_page #inner {
        width: 100%;
        background: #000 url(../images/faculty_d.jpg) right top no-repeat;
        background-size: 127%;
    }
    .courses_page #inner {
        background: #000 url(../images/courses_page_m.jpg) no-repeat left top / contain;
    }
    #od_courses_sect {
        background: #fff url("../images/bw_curve_m.jpg") no-repeat center top;
    }
    .od_courses_sect_inner {
        padding-top: 46px;
    }
    .main_page #inner {
        background: none;
    }
    .atb {
        padding-top: 62%;
        line-height: 1.46em;
        font-size: 0.8em;
        letter-spacing: .02em;
        margin: 0 auto;
        width: 97%;
    }
    h1.f_book.white {
        font-size: 1.0978rem;
        letter-spacing: 0.0512rem;
        line-height: 1.294;
    }
    .bottom_grad {
        background: none;
    }
    #events_sect {
        padding-top: 43px;
        background: none;
    }
    #events_sect .ms_content .item {
        height: 425px;
    }
    .invite_button_cta.button {
        font-size: .9em;
        width: 54%;
        padding: 6px 0px;
    }
    .invite_cta_outer {
        height: 24vw;
        padding-top: 8vw;
    }
    h2.f_book.white {
        font-size: .92em;
        letter-spacing: .1em;
    }
    .halo_bg {
        width: 29vw;
        height: 29vw;
    }
    .halo_num {
        font-size: 5vw;
        letter-spacing: .0513rem;
    }
    .halo_type {
        font-size: 3vw;
        margin-top: -3.48vw;
    }
    h2 {
        font-size: 1.1em;
        letter-spacing: .1em;
        line-height: 1em;
    }
    h2.ucole {
        margin-top: 37px;
    }
    #events_sect .ms_content {
    margin: 0 0 0 -184px;
    }
    #eventSlider .ms_content .item {
        margin: auto 2vw;
        width: 43%;
    }
    .faculty_item img {
        border-radius: 10px;
    }
    .gradient {
        font-size: 15px;
        line-height: 1em;
    }
    #footer_inner .footer_sect1, #footer_inner .footer_sect2 .footer_nav, .footer_nav.fnsecond, .footer_nav h5 {
        display: none;
    }
    #footer_inner .footer_sect2 {
        width: 94%;
        min-height: 20px;
    }
    .long_footer_nav {
        position: relative;
        top: -6px;
        bottom: auto;
        border: none;
        min-height: 131px;
    }
    #footer_inner .footer_sect3 {
        width: 94%;
        text-align: center;
    }
    .footer_nav:nth-child(1), .footer_sect2 .footer_nav {
        min-height: 59px;
    }
    #footer_inner .footer_sect {
        min-height: inherit;
    }
    #founders {
        background: url(../images/founders_m.jpg) no-repeat center top / cover;
        height: 83vw;
    }
    #founders #hiddenVid {
        top: -32vw;
        right: auto;
        bottom: auto;
    }
    #app {
        background: url(../images/app_m.jpg) no-repeat center top / cover;
        height: 173vw;
    }
    .colorboxVideoPop {
        top: 24vw;
    }
    #founders h4 {
        font-size: .8em;
        letter-spacing: .283em;
        line-height: 1.3rem;
        position: relative;
        top: 21vw;
    }
    .courses_items .ms_content {
        margin-left: -223px;
    }
    .courses_items .ms_content .item {
        width: 46%;
    }
    .courses_items .ms_content .item:nth-child(2) {
        top: -50px;
    }
    .courses_items .ms_controls, #events_sect .ms_controls, #faculty_sect .ms_controls, #pillars, h2.jgitr1 {
        display: none;
    }
    .prod_disp1.item .course_title_ov {
        margin: -7px 2vw 0;
        width: 96%;
        font-size: 1.2em;
    }
    .courses_items .ms_content {
        padding-top: 55px;
    }
    .newletter_subscribe_pop input {
        font-size: 18px;
    }
    .newletter_subscribe_pop button {
        font-size: 15px;
    }
    .form_warning {
        margin-top: -32px;
    }
    #eventSlider .item h4 {
        font-size: 1.02em;
        line-height: 1.254rem;
        margin: 20px auto 0;
    }
    a.button.turq.filled {
        width: 201px;
        font-size: 18px;
    }
    .prod_disp1.item p.course_description {
        font-size: 17px;
        line-height: 1.4em;
        margin: 8px auto;
    }
    .courses_items .cdtusd {
        margin: 13px 0 22px;
    }
    #facultySlider .ms_content .item {
        max-width: 154px;
        width: 47%;
        height: inherit;
        margin: 1% 0.3%;
    }
    #facultySlider .ms_content {
        white-space: inherit;
        text-align: center;
    }
    #founders .inner_over.white img {
        width: 48px;
    }
    #faculty_sect {
        margin: 5px auto 35px;
    }
    .community_inner {
        padding: 18px 0 42px 0;
    }
    #communitySlider .ms_content {
        margin: auto 5vw;
    }
    #communitySlider .ms_controls button.ms_left {
        left: 4px;
    }
    #communitySlider .ms_controls button.ms_right {
        right: 4px;
    }
    #communitySlider .item {
        text-align: center;
    }
    .app_left {
        width: 100%;
        margin: 13vw 0 0 1vw;
    }
    .gtsa {
        line-height: 1.4em;
        font-size: .8em;
        letter-spacing: .041em;
        margin: 3vw 0 8vw;
        text-align: center;
    }
    #app_buts img {
        height: 37px;
    }
    #app_buts {
        text-align: center;
    }
    a.app_learn_more {
        font-size: 15px;
        margin: 5vw auto;
    }
    .long_footer_nav img {
        width: 73px;
    }
    .footer_nav .follow_icons {
        margin-top: -30px;
    }
    #footer_inner {
        padding-bottom: 36px;
    }
    #logo_trans_115 {
        left: 39%;
        top: 37px;
        width: 84px;
    }
    #app_page_sect1 .app_page_sect_inner_inner, .app_page_sect_inner_inner, .app_page_sect_headings {
        width: 100%;
        padding: 58px 2vw 0;
    }
    .app_page_sect_inner_inner h3 {
        font-size: 1.3rem;
        letter-spacing: .031em;
        font-family: PoppinsXtraLight;
    }
    .app_page_sect_icons img {
        width: 66%;
        margin: 0 auto 21px;
    }
    #hiddenVid {
        bottom: 39px;
    }
    #app_page_sect2 img.bgsizer {
        margin-top: 425px;
    }
    #app_page_sect2 .app_page_sect_inner_inner {
        width: 100%;
        padding: 10px 8vw;
    }
    #app_page_sect2 .app_page_sect_inner_inner {
        width: 100%;
        padding: 10px 11vw;
    }
    #app_page_sect2 h1 {
        font-size: 1.34rem;
        text-align: left;
    }
    #app_page_sect3 h1 {
        text-align: center;
    }
    #app_page_sect3 .app_page_sect_inner_inner {
        padding: 88px 10vw 0;
    }
    #app_page_sect3 h4 {
        font-size: 1.2em;
        line-height: 1.4rem;
        letter-spacing: .08714rem;
    }
    #app_page_sect3 p {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: .02em;
    }
    #app_page_sect4 {
        height: auto;
        background: #000 url(../images/app_page_4_p.jpg) no-repeat left bottom / contain;
    }
    #app_page_sect4 .ind700 p {
        padding: 0 14px;
    }
    .app_goals3 div, .app_goals2 div {
        width: 82%;
        margin-bottom: 35px;
    }
    #appFacultySlider .ms_content {
        margin: 0px 0 0 -291px;
    }
    #app_page_sect5 .faculty_page_item {
        width: 46%;
    }
    #app_page_sect6 .app_page_sect_inner_inner.white {
        padding: 7vw 12vw 377px;
    }
    #app_page_sect6 {
        background: #000 url(../images/app_uplift_p.jpg) no-repeat left bottom / contain;
    }
    #app_page_sect6 h1 {
        white-space: normal;
    }
    .accordian_2 .accordian_outer_box {
        padding: 8vw 10px;
    }
    #call .ind700 {
        margin: 10vw 2vw;
    }
    #about_page_d {
        position: relative;
        margin-top: 0;
        background: #000;
        height: 100%;
    }
    .about_page_d_inner_over {
        position: relative;
    }
    .about_page_d_inner_inner {
        padding: 45vw 0 0;
        height: 100%;
    }
    .ab_topspacer {
        height: 27vw;
    }
    #about_page_d .bottom_hugger {
        position: relative;
        padding: 0 9px 1px;
        bottom: 0;
    }
    #about_page_d {
        background: #000 url(../images/about_page_t.jpg) no-repeat center top / cover;
    }
    #about_page_d .bottom_hugger p {
        font-size: 17px;
        line-height: 1.5em;
    }
    .call_inner p {
        margin: 0 2vw 15px;
    }
    #values {
        background: #0A0233 url(../images/about_os_p.jpg) no-repeat 0 30vw / cover;
    }
    .values_inner {
        padding: 3vw 5vw 115vw;
    }
    #impact {
        background: url(../images/about_impact_p.jpg) no-repeat center 0 / cover;
    }
    .impact_inner {
        padding: 13vw 5vw 68vw;
    }
    #values #hideShowVidClick {
        bottom: 54vw;
    }
    #societal {
        background: url(../images/about_societal_p.jpg) no-repeat center top / cover;
    }
    .societal_inner {
        padding: 4vw 2vw 84vw;
    }
    .societal_inner p {
        font-size: 17px;
        line-height: 1.5em;
    }
    .values_inner p.plarge, .impact_inner p.plarge, .societal_inner p.plarge {
        text-align: center;
        line-height: 1.3em;
        font-size: 25px;
    }
    .values_inner .trans_halobull li, .impact_inner .trans_halobull li, .societal_inner .trans_halobull li {
        font-size: 16px;
        letter-spacing: .0152em;
    }
    #culture {
        width: 100%;
        background: url(../images/about_culture_p.jpg) no-repeat center bottom / cover;
        position: relative;
    }
    .culture_inner {
        padding: 10vw 3vw 54vw;
        text-align: center;
    }
    .philathropy_inner {
        padding: 10vw 7vw 2vw;
        text-align: center;
    }
    .fifty {
        display: block;
        margin: 12px 0 0 0;
        width: 100%;
        border-radius: 10px;
    }
    .thr3 {
        display: block;
        width: 100%;
        margin: 37px 0;
    }
    .tbl {
        display: block;
        height: 100%;
    }
    .saying_inner {
        min-height: 684px;
    }
    #testimonial_t_author {
        width: 100%;
        top: 34px;
    }
    #testimonial_t_author p {
        font-size: .9em;
        line-height: 1.42em;
        font-family: 'PoppinsLight';
        margin: 0 0 10px;
    }
    .testimonial_t_author_inner {
        padding: 0 4vw 22px 3vw;
    }
    #testimonialSlider {
        width: 100%;
    }
    #abs_layer {
        width: 32vw;
        top: 20px;
        left: 12px;
    }
    .bioBox p {
        font-size: 15px;
        line-height: 1.5em;
    }
    .bioBox #cboxClose {
        top: -16px;
    }
    #community_sect p.plarge {
        line-height: 1.2em;
    }
    #top_header {
        height: 61vw;
    }
    .ind700Centered {
        padding: 0 6vw;
    }
    .accordian_1 .accordian_outer_box {
        padding: 47px 13% 47px 7%;
    }
    #invite {
        background: none;
        background: #fff;
    }
    #invite .inner_over {
        position: relative;
    }
    .invite_left {
        width: 0;
        min-height: 0;
    }
    .invite_right {
        width: 100%;
        margin-top: 0;
        min-height: 273px;
    }
    #invite h2 {
        font-size: 2em;
    }
    #invite h3 {
        font-size: 1em;
    }
    #invite .invite_cta_outer {
        padding-top: 8vw;
    }
    #invite .ezine_form_items {
        width: 94%;
    }
    #floyd {
        background: url(../images/floyd_bg_p.jpg) no-repeat center top / cover;
    }
    .div_inner.floyd_inner.white {
        padding: 1vw 5vw 121vw 5vw;
    }
    #racism {
        background: url(../images/racism_bg_p.jpg) no-repeat center top / cover;
    }
    .div_inner.racism_inner.white {
        padding: 1vw 5vw 216vw 5vw;
    }
    #blm {
        background: url(../images/blm_bg_p.jpg) no-repeat center top / cover;
    }
    .div_inner.blm_inner.white {
        padding-bottom: 171vw;
    }
    #commitment {
        background: url(../images/earth_bg_p.jpg) no-repeat center top / cover;
    }
    .div_inner.commitment_inner.white .black {
        color: #fff;
    }
    #summit_logo_big {
        display: none;
    }
    #summit_logo_phone {
        display: block;
        margin-top: 47px;
    }
}

@media (max-width: 330px) {
    .zzz {}
    .about_page_d_inner_inner {
        padding: 57vw 0 0;
        height: 100%;
    }
    #values {
        background: #0A0233 url(../images/about_os_p.jpg) no-repeat -6vw 59vw / cover;
    }
    .impact_inner {
        padding: 13vw 5vw 99vw;
    }
    .app_page .mobile_nav #logo_trans_115 {
        display: none;
        visibility: hidden;
        height: 1px;
        overflow: hidden;
    }
    #app_page_sect1 h1 {
        font-size: 2rem;
    }
    .app_page_sect_headings {
        padding: 29px 2vw 0;
    }
    .app_page_sect_icons img {
        width: 66%;
        margin: 0 auto 11px;
    }
    #app_page_sect3 .app_page_sect_inner_inner p {
        display: none;
    }
    #app_page_sect5 .faculty_page_item {
        width: 39%;
    }
}

.page-page-10 #top_header, .page-page-11 #top_header {
    display: none;
}





#gradient_box1 {
    background: #aaa;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    margin: 67px 0 0;
    color: #fff;
}

.gradient_box2 {
    background: #aaa;
    border-radius: 47px;
    margin: 32px auto 40px;
    padding: 54px 11%;
    max-width: 1039px;
    color: #fff;
    font-size: 13px;
}

#horiz_grad {
    background: #aaa;
    top: -72px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    padding: 22px 0;
    max-width: 1600px;
}

a.gold_grad_button {
    font-size: 29px;
    letter-spacing: .053em;
    padding: 1.3vw 4vw;
}

a.gold_grad_button:hover {
    text-decoration: none;
}

a.blue_grad_button:hover {
    color: #fff;
    text-decoration: none;
}

#oto_page {
    margin-top: 43px;
}

.has_horiz_grad #oto_page {
    margin-top: 0;
}

#summit_logo_big {
    text-align: center;
}

.page-page-14 #inner {
    max-width: 1600px;
    width: 100%;
    padding: 0;
}

#v3_hero {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
}

#v3_hero_img2,
#v3_hero_img3 {
    display: none;
}

#v3_hero_img1 {
    width: 100%;
    max-width: 1600px;
    display: block;
    margin: auto;
}

#hero_over {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

#hero_over #date_top {
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    top: 2vw;
    right: 4vw;
    border-radius: 11px;
    padding: 11px 2vw;
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0.25em;
    font-weight: 600;
    text-align: center;
}

#hero_over #date_top div {
    letter-spacing: 0.05em;
}

#hero_over #liner {
    position: relative;
    top: 7vw;
    width: 30%;
    margin: auto;
    border-top: solid 2px #999898;
}

#hero_over #hero_subhead {
    position: relative;
    top: 25vw;
    width: 51vw;
    margin: auto;
    color: #2e2e2e;
    line-height: 1.4em;
    text-align: center;
    font-family: 'PoppinsBold';
    font-size: 2.3vw;
}

#hero_over #hero_but {
    position: relative;
    top: 38vw;
    margin: auto;
    display: block;
    max-width: 542px;
    width: 30vw;
    padding: 1.3vw 4vw;
    font-size: 2.3vw;
    border-radius: 46px;
    color: #fff;
    letter-spacing: 1.1px;
}

#top_grid {
    background-color: #F7F7F7;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
}

#speakers_sect {
    width: 100%;
    position: relative;
}

#speakers_sect {
    position: relative;
    top: 28px;
}

.speakers_inner {
    margin: auto;
    padding: 77px 0 92px;
    max-width: 1212px;
    width: 82vw;
}

#speakers_sect .inn {
    display: inline-block;
    width: 18.5vw;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    margin: 0 1vw 0;
    max-width: 300px;
}

#speakers_sect .img_box {
    margin: 0;
}

#top_grid #speakers_sect .img_box img {
    width: 256px;
}

.inn .session_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    text-align: center;
    width: 100%;
    margin: 6px 0 15px;
}

.inn .session_description p {
    font-size: 17px;
    line-height: 1.53em;
    font-family: Poppins;
    text-align: left;
}

#hidd_speakers {}

#hidd_speakers .hidd_items,
.prem_page_only,
div.tpsect .prem_page_only {
    display: none;
}

#hidd_speakers h4 {
    margin-top: 34px;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.5px;
}

#hidd_speakers span.shift_icons {
    display: block;
    font-size: 2.3em;
    font-weight: 900;
    color: #017dc8;
    margin-top: 29px;
}

a.gold_grad_button.right_now_button {
    font-size: 24px;
}

span.tyfr {
    margin-right: 1vw;
}

span.aewty {
    margin-left: 1vw;
}

span.shift_icons.email {
    font-size: 28px;
}

.gradient_box2 td {
    padding: 10px 0 21px 2%;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
}

.gradient_box2 td:nth-child(1) {
    min-width: 129px;
}

@media (min-width: 822px) {
    .zzz {}
    .gradient_box2 td:nth-child(2) {
        border-bottom: 1px solid rgb(229 225 225 / 50%);
        padding-left: 54px;
    }
    .gradient_box2 td.double_photo:nth-child(1) {
        min-width: 140px;
        padding: 28px 0;
    }
    .gradient_box2 td.double_photo {
        height: 224px;
        padding: 0;
        position: relative;
    }
    .gradient_box2 .double_photo img {
        width: 148px;
    }
    .gradient_box2 .double_photo img:nth-child(1) {
        top: 31px;
    }
    .gradient_box2 .double_photo img:nth-child(2) {
        right: -28px;
        position: absolute;
        top: 31px;
        z-index: 2;
    }
    .double_photo img:nth-child(1) {
        left: -60px;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    .double_photo img:nth-child(2) {
        right: -8px;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    td.triple_photo img {
        width: 105px;
    }
    .triple_photo img:nth-child(1) {
        left: -28px;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    .triple_photo img:nth-child(2) {
        right: -8px;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .triple_photo img:nth-child(3) {
        left: 24px;
        position: absolute;
        top: 63px;
        z-index: 2;
    }
    td.triple_photo {
        padding: 0;
        position: relative;
        height: 173px;
    }
    .guarantee_sect {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        background: #eee;
        max-height: 334px;
        margin: 46px 0 0;
    }
    .guarantee_inner {
        max-width: 1200px;
        margin: 0 auto 0;
        position: relative;
        top: -19px;
    }
    .gi,
    .gp {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .gi {
        width: 33%;
    }
    .gp {
        width: 65%;
        padding-left: 4vw;
    }
    img.guarantee.sdlkfjdi {}
    .gp h3 {
        font-family: 'Poppins';
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.41em;
        color: #3e3e3e;
        margin: 0 0 28px;
    }
    .gp p {
        font-size: 17px;
        line-height: 1.5em;
    }
}

.field-name-field-faqs,
#jq_title {
    display: none;
}

.accordian_2 .accordian_outer_box h4.accord {
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    font-family: PoppinsBold;
    font-size: 1.42em;
    letter-spacing: .001rem;
}

.accordian_2 .accord_cont p,
.accordian_2 .accord_cont li {
    font-size: 22px;
}

.gradient_box2 p {
    margin: 5px 0 0;
    font-size: 22px;
    color: #fff;
}

.gradient_box1_inner {
    max-width: 1330px;
    margin: auto;
    padding: 34px 0 100px;
    text-align: center;
    color: #fff;
}

.gradient_box2 h3 {
    color: #fff;
}

img.cover {
    background-size: cover;
}

*:focus {
    outline: none;
}

.no_horiz_grad #cnhbge {
    top: -108px;
    position: relative;
}

.gold_grad_button {
    max-width: 542px;
    width: 42vw;
    padding: 1.3vw 4vw;
    font-size: 2.3vw;
    border-radius: 46px;
    color: #fff;
    letter-spacing: 1.1px;
}

#vimvid,
#grad_form {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 1vw;
    font-size: 12px;
    color: #fff;
}

#gradient_box1 h3,
.gradient_box2 h3 {
    color: #fff;
    font-size: 34px;
    margin: 14px auto 34px;
    max-width: 998px;
}

#grad_form a {
    color: #fff;
    text-decoration: underline;
}

#grad_form a.gold_grad_button {
    text-decoration: none;
}

td {
    vertical-align: text-top;
}

#form_error,
#form_error1,
#form_error2,
.second_message_div {
    display: none;
    font-size: .78rem;
    line-height: .75rem;
    background-color: rgba(255, 0, 0, .55);
    color: #fff;
    margin: 0 4% 3px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 5px
}

.second_message_div {
    margin: 0 4% 0px 0;
}

label.option.second_message {
    display: none
}

.second_message_div strong {
    font-size: .9rem
}

label.option {
    display: block;
}

#second_message_tr,
#eu_optin_tr {
    display: none;
}

label.option.first_message {
    text-align: left;
}

.eu_optin_check.hlite {
    padding: 5px;
    background-color: rgba(0, 0, 0, .2);
    margin: 5px 3% 0 0
}

#text_info {
    display: none;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.1em;
    color: #fff;
}

#inf_field_Phone1,
#inf_field_Phone2 {
    display: none;
    border: none;
    padding: 15px 0 15px 16px;
    font-size: 20px;
    width: 93%;
    border-radius: 10px;
    margin: 0 1%;
}

button.gold_bg {
    padding: .37em .8em;
    width: 97%
}

.reg_form_form a.gold_bg,
.reg_form_form button.gold_bg {
    padding: .5em 0;
    width: 95%;
    margin: 5px auto 0;
    font-size: 30px
}

#grad_form table {
    margin: 14px 2vw 0;
}

input.required {
    border: none;
    padding: 22px 0 22px 16px;
    font-size: 20px;
    width: 45%;
    border-radius: 10px;
    margin: 0 1%;
}

table {
    text-align: left;
    margin: 9px 0 0;
}

table label {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    display: block;
}

.pract {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    text-align: left;
}

.pract input,
.pract label {
    margin: 0;
    display: inline-block;
}

.pract label {
    margin: 0 0 0 6px;
    color: #f3ff00;
}

#chk_practitioner_tr .td2,
#radio_practitioner_tr .td2 {
    padding: 20px 0;
}

button.gold_grad_button {
    padding: 21px 3vw;
    font-size: 38px;
    border-radius: 41px;
    color: #fff;
    letter-spacing: 1.1px;
    margin-top: 14px;
}

.priv {
    font-size: 18px;
    margin-top: 13px;
    text-transform: uppercase;
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.teachers_section_inner h2 {
    font-size: 42px;
    color: #303030;
    font-family: 'PoppinsBold';
    letter-spacing: 0.1px;
}

.teachers_section_outer {
    margin: 45px 0 48px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
}

.teachers_section_inner {
    text-align: center;
    padding: 0 1vw;
    margin: auto;
    max-width: 1440px;
}

.inm {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 47px 1% 0;
}

.teacher_img {
    border-radius: 100%;
    max-width: 230px;
}

.content .teacher_name p {
    font-size: 17px;
    font-family: 'PoppinsLight';
    line-height: 1.4em;
    margin-top: 28px;
    text-align: center;
    width: 100%;
}

.inn .speaker_name {
    margin-top: 32px;
}

.phone_squared.rounded {
    border-radius: 57px;
    height: 259px;
}

.inm .phone_squared.rounded {
    border-radius: 57px;
    height: 259px;
    width: 269px;
    margin: auto;
}

.inn .speaker_name p strong,
.inm .teacher_name p strong {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    font-family: 'PoppinsLight';
}

.session_title, ul.session_title_list li {
    font-size: 21px;
    font-family: PoppinsRegular;
}

ul.session_title_list li {
    text-align: left;
    margin: 0 0 14px;
}

.gold_grad_button.colorbox_inline {
    display: block;
    border-radius: 41px;
    width: 535px;
    padding: 24px 0;
    margin: auto;
    font-size: 35px;
}

.gradient_box2 h3 {
    color: #fff;
}

.two_col,
.two_col2 {
    text-align: center;
}

.two_col div,
.two_col2 div,
.tpsect div,
.tpsect .two_col2 div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.tpsect div .edit_link {
    position: absolute;
}

.two_col_txt {
    width: 63%;
    padding: 0 0 0 3vw;
}

.bonus_box .two_col_txt {
    width: 58%;
    padding: 0;
}

.two_col2 .two_col_txt {
    padding: 0 3vw 0 0;
}

.two_col_img {
    width: 35%;
}

.bonus_box .two_col_img {
    width: 40%;
}

.two_col_img p {
    text-align: center;
    font-family: 'PoppinsLight';
    font-style: italic;
    font-size: 19px;
}

.two_col_img .round {
    width: 100%;
}

.gradient_box2 .liner {
    border-top: 1px solid #f0c292;
    margin: 60px 2vw 56px;
}

.gradient_box2 h5 {
    font-size: 24px;
    font-family: 'Poppins';
    font-style: italic;
    line-height: 1.8rem;
    letter-spacing: 1px;
    color: #fff;
    margin: 43px 0;
    text-align: left;
}

p.fhdjkr {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin: 13px auto 41px;
    max-width: 817px;
}

#hero_over .center {
    position: relative;
    top: 29vw;
}

.shrt_liner {
    border-top: solid 2px #ccc;
    width: 305px;
    margin: 0 auto 35px;
}

#communitySlider .item {
    background: #fff;
    min-height: 417px;
    color: #333;
    border-radius: 54px;
    padding: 30px 3vw;
    margin: 0 1vw;
    width: 97%;
}

#communitySlider .item p,
#communitySlider .item h5 {
    color: #333;
}

#communitySlider .ms_controls button {
    color: #fff;
}

#communitySlider .ms_controls {
    position: relative;
    top: 9vw;
}

#communitySlider span.tick.selected_aca {
    background: #fff;
}

.whtblk {
    white-space: nowrap;
}

h1 {
    text-transform: uppercase;
    font-family: PoppinsBold;
    color: #000;
    letter-spacing: 1px;
    font-size: 40px;
}

h2 {
    text-transform: uppercase;
    font-family: 'PoppinsBold';
    color: #000;
    letter-spacing: 1px;
    font-size: 34px;
    margin: 0 0 5px;
}

.two_col_txt h2 {
    text-align: left;
    text-transform: none;
    font-family: 'Poppins';
    color: #313131;
}

.ind900Centered h2 {
    text-transform: none;
    font-family: 'Poppins';
    color: #313131;
}

h3 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.41em;
    color: #000;
    font-family: 'PoppinsBold';
    margin: 0 0 5px;
}

h4 {
    text-transform: uppercase;
    font-family: 'PoppinsBold';
    color: #666;
    letter-spacing: 1.5px;
    font-size: 25px;
    margin: 0 0 5px;
    font-weight: 400;
}

.content p,
.content li {
    font-size: 22px;
}

.purpl_box {
    border: 4px solid #4f00dc;
    padding: 27px 3%;
    text-align: center;
    color: #4f00dc;
    font-size: 1.2em;
    margin: 0 auto;
    width: 100%;
    max-width: 754px;
    border-radius: 21px;
    line-height: 1.6em;
}

.receive {
    max-width: 883px;
}

.buybuts_box {
    max-width: 670px;
    margin: 48px auto 0;
    border: solid 4px #ddd;
    border-radius: 24px;
    padding: 37px 0 43px;
    background: #fff;
}

.buybuts_box h3 {
    font-size: 29px;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.buybuts_box h3.dkblue {
    font-size: 39px;
    font-family: 'Poppins';
    color: #005b9e;
    line-height: 1.2em;
}

.buybuts_box a.gold_grad_button {
    font-size: 37px;
    padding: 25px 31px;
    border-radius: 42px;
    margin: 13px 0 18px;
    max-width: 406px;
}

#bonuses_sect,
.hosted3 {
    background-color: #F7F7F7;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
}

.bonuses_sect_inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
    padding: 20px 3%;
}

.bonus_box img {
    float: none;
    border-radius: 40px;
    margin: 0;
    padding: 2%;
}

.bonus_box h2 {
    font-size: 1.52rem;
    line-height: 1em;
    text-align: left;
    text-transform: none;
    margin: 0 0 39px;
}

.bonus_box h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.41em;
    text-align: left;
    margin: 0 0 44px;
    font-family: 'Poppins';
}

.check li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 27px;
    min-height: 50px;
    font-size: 22px;
    line-height: 34px;
    padding: 0px 0 10px 62px;
    background: url(/sites/all/themes/v3shift/images/double_halo_bullet_gold.png) no-repeat left top;
}

#minto,
#minto2 {
    max-width: 385px;
    padding: 23px 0px;
    display: block;
    margin: 42px auto 0;
    font-size: 31px;
    letter-spacing: 2px;
    border-radius: 49px;
}

.gradient_box2 td.td_last {
    border: none;
}

#node_ajax_content p {
    font-size: 15px;
}

ul#check_marks {
    margin: auto;
    padding-left: 9vw;
}

.earthBG {
    background: url(https://tsnshift.s3.amazonaws.com/misc_images/earthBG.jpg) top center no-repeat;
    width: 100%;
    background-size: cover;
}

.earthBG_inner {
    color: #fff;
    text-align: center;
    padding: 0 9vw 88px;
}

.bonus_box_inner {
    max-width: 1200px;
    margin: auto;
}

#alert_row {
    text-align: center;
    padding: 3px 0 24px;
    font-size: .9em;
}

.buy_box {
    background: #fff;
    border-radius: 30px;
    max-width: 495px;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

.buy_box_jq {
    border: solid 1px #4a91cc;
}

.buy_box_heading {
    background: #035a8f;
    background: linear-gradient(0deg, #035a8f 0%, #54b9ff 100%);
    line-height: 85px;
    font-size: 2em;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
}

.beutupsll {
    display: inline-block;
    vertical-align: middle;
    width: 58%;
}

.earthBG_inner h3 {
    color: #fff;
}

#alert_row {
    padding: 57px 0 56px;
    font-family: 'PoppinsBold';
    font-size: 1.4vw;
}

.vhdsos {
    color: #be0000;
    font-size: 3em;
    font-weight: 600;
    margin: 33px 0 32px;
}

.buy_box p.tiny {
    font-size: 14px;
    color: #333;
    padding: 8px 4vw;
    line-height: 1.1em;
}

.upsll_indent .bonus_box {
    border: none;
    background: #e7e7e7;
    padding: 13px 2vw;
}

.eu_optin_check,
#eu_optin {
    text-align: left;
    display: none;
}

.bonus_box {
    clear: both;
    margin: 30px 0%;
    border-bottom: solid 1px #b1b0b0;
    padding-bottom: 30px;
    min-height: 327px;
}

.tpsect {
    margin: 34px 0;
}

.tpsect {
    margin: 34px 1%;
}

.bonus_box h2 {
    font-size: 1.52rem;
    line-height: 1em;
    text-align: left;
}

.bonus_box h3 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -.04rem;
    line-height: 1.1em;
    text-align: left;
    margin-top: 16px;
}

.black {
    color: #000
}

.round {
    border-radius: 100%;
}

.quote {
    font-family: "Times New Roman", Times, serif;
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.quote p {
    font-size: 1em;
    color: #535353;
}

#outer_container div#container {
    padding-bottom: 50px
}

div.phone_squared img {
    display: none
}

.phone_squared {
    width: 100%;
    height: 200px;
    background-position: center 40%;
    margin: 15px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.check {
    margin-left: 9vw;
}

.griditem {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 12px;
    max-width: 294px;
}

.shift_icon_ms_left::after {
    font-family: shift_icons;
    content: "\e87d";
}

.shift_icon_ms_right::after {
    font-family: shift_icons;
    content: "\e87e";
}

.shift_icon_e870::after {
    font-family: shift_icons;
    content: "\e870";
}

.shift_icon_xe815::after {
    font-family: shift_icons;
    content: "\e815";
}

.colorbox_loaded #cboxClose {
    top: 55px;
}

.sharebar a {
    text-decoration: none;
    display: block;
    height: 32px;
    width: 32px;
    padding-top: 4px;
    margin-left: 3px;
    margin-top: 1px;
    color: #fff;
    text-align: center;
    border-radius: 3px
}

.sharebar a:hover {
    text-decoration: none
}

.sharebar .facebook {
    background-color: #3b5998
}

.sharebar .twitter {
    background-color: #55acee
}

.sharebar .googleplus {
    background-color: #c03c30
}

.sharebar .linkedin {
    background-color: #0077b5
}

.sharebar .pinterest {
    background-color: #b41620
}

.sharebar .share_email {
    background-color: #777
}

#__inner,
#__main {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
    padding: 0 3%
}

.button,
.form-submit {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-radius: 3px;
    border-top: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .153);
    text-shadow: -1px -1px 1px rgba(174, 172, 172, .4)
}

.button:hover,
a.form-submit:hover {
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255, 255, 255, .3), 0 0 15px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3)
}

.red,
a.red {
    color: #cc0001
}

#shift_nav {
    display: none
}

#bnow_but {
    color: #fff;
    background-color: #fab84a;
    height: 47px;
    display: inline-block;
    margin: 0 0 0 14vw;
    padding: 10px 20px 0;
    font-weight: 600;
    letter-spacing: .07em;
    width: 276px;
    text-align: center;
    line-height: 1.2em
}

#top_nav_logo_cont {
    float: left;
    margin: 17px 10px 0 6%
}

.page-program #top_nav_logo_cont {
    margin: 4px 10px 0 6%;
}

#logo_min {
    position: absolute;
    top: 3px;
    left: 3vw;
    display: block
}

#shift_nav.thin_menu {
    height: 48px;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .053);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: left;
    z-index: 20
}

.admin-menu #shift_nav {
    top: 30px
}

#menu_ul {
    list-style: none;
    text-align: center;
    margin: 42px auto 0
}

.thin_menu #menu_ul {}

.thin_menu #menu_ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    line-height: .3em;
    vertical-align: top
}

#menu_ul li a {
    font-weight: 600;
    color: #5f5f5f;
    font-size: .55em;
    display: block;
    padding: 5px 15px 0;
    letter-spacing: .05152em;
    text-transform: uppercase
}

#menu_ul .jumpLink a {
    color: #a00;
    font-size: .655em
}

#shift_nav a,
#shift_nav a:hover {
    text-decoration: none
}

#mob_menu_activator {
    display: none;
    font-size: 37px;
    color: #989898;
    top: 13px;
    position: absolute;
    right: 10%
}

#shift_nav.mobile_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: left;
    z-index: 20;
    height: 48px;
    overflow: visible;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .053)
}

#top_logo_white {
    display: none
}

.mobile_nav #menu_ul {
    width: 100%;
    background-color: #fff;
    padding: 50px 0 9px;
    margin: 0 auto;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .053);
    display: none
}

.mobile_nav #menu_ul li {
    margin: 1px 1%;
    border-bottom: none;
    background-color: #5caec6;
    border-radius: 20px;
    padding: 6px 0
}

.mobile_nav #menu_ul li a {
    font-weight: 600;
    color: #fff;
    font-size: .85em
}

.mobile_nav #bnow_but {
    display: block;
    margin: 0 0 0 40%;
    padding: 15px 5px;
    font-weight: 600;
    width: 124px;
    line-height: .81em;
    letter-spacing: -.007em
}

.show_more_hide {
    display: block
}

.show_more, .more-text {
    display: none;
}

.inn a.read_more_link {
    color: #333;
    text-transform: uppercase;
}

a.read_more_link .cbghty {
    color: #333;
    text-decoration: none;
}

.read_more_link .hgfdf {
    font-size: 16px;
}

.double img {
    max-width: 231px;
    margin: 10px 5% 48px
}

h4 {
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.5rem
}

#youtube {
    width: 54%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#youtube p {
    line-height: 1em;
    margin-top: 20px;
    font-size: 1.41em;
    color: #000;
    color: #1E3C85;
}

#top_grid,
#vcxz,
#zxsw {
    margin: 0 auto;
    position: relative;
    text-align: center
}

.inn {}

.img_box {
    margin: 0 1%
}

#top_grid .img_box img,
#vcxz .img_box img,
#zxsw .img_box img {
    border-radius: 100%;
    transition: .2s ease-in-out;
    border: solid 1px #a4a4a4;
}

#top_grid .img_box img:hover,
#vcxz .img_box img:hover,
#zxsw .img_box img:hover {
    transform: scale(1.04, 1.04)
}

#partners_grid .griditem {}

#partners_grid .img_box {
    display: table;
}

.img_box_inner {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 200px;
}

.form-item label.option {
    font-size: .85em
}

#overcat {
    z-index: 1
}

#colorbox {
    z-index: 10
}

.bio_click {
    color: #777;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    display: inline
}

.p_indent p {
    line-height: 1.4em
}

.relative h3 {
    color: #fff;
    float: left;
    font-size: 2em
}

#partners_grid {
    text-align: center
}

.griditem.larger {
    max-width: 324px
}

#cboxLoadedContent {
    height: 580px;
}

b {
    font-weight: 700
}

.receive {
    margin: 0
}

.receive td {
    min-width: 200px;
    vertical-align: top;
    padding: 20px 10px
}

.receive td:nth-child(1) {
    text-align: right
}

.receive td:nth-child(2) {
    padding: 19px 11px
}

a {
    color: #38aff1;
    text-decoration: none
}

a:hover {
    color: #003fcc;
    text-decoration: underline
}

.double {
    text-align: center
}

.double a,
.double img {
    display: inline-block;
    width: 27%;
    vertical-align: middle
}

.double a img {
    width: 100%
}

span.al2 {
    color: #f00000;
    font-style: italic;
    margin-left: 28px;
}

.blue_grad_button {
    color: #fff;
    background: rgb(29, 84, 148);
    background: linear-gradient( 125deg, rgba(24, 162, 238, 1) 0%, rgba(67, 179, 242, 1) 34%, rgba(25, 89, 156, 1) 100%);
}

.blue_white_button,
.blue_grad_button {
    font-size: 28px;
    font-family: 'PoppinsBold';
    letter-spacing: .13em;
    border-radius: 30px;
    outline: 0;
    padding: 12px 9.5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

a.blue_grad_button.cart:hover {
    color: #dcf3ff;
    text-decoration: none;
}

.xvft {
    margin: 50px 0px;
    font-size: 1.6vw;
    font-family: 'PoppinsBold';
    line-height: 1.2em;
    text-transform: uppercase;
}

.xvft span {
    color: #ffbd03;
}

img.butt_add_order {
    max-width: 336px;
}

img.CreditCards.centered {
    height: 37px;
    margin-top: 7px;
}

a.nto {
    font-size: 15px;
    letter-spacing: -.051em;
    color: #226daf;
    font-weight: 600;
}

.content .small {
    font-size: 15px;
    line-height: 1.53em;
}

p.tiny {
    font-size: 14px;
}

#node_ajax_content {
    padding: 40px 2vw;
}

.page-page-11 #speaker_session_hlts_ajx h3 {
    display: none;
}

.consent h4 {
    margin: 10px auto;
}

.content .consent, .content .consent p {
    font-size: 13px;
    line-height: 1.5em;
}


.vimeo_centered {
    max-width: 640px;
    margin: auto;
}

.centered {
    display: block;
    margin: auto;
}



table#grid {
    width: 100%;
}

#grid thead td {
    width: 14vw;
    text-align: center;
    vertical-align: middle;
}

#grid thead td:nth-child(1) {
    width: 17vw;
}

#grid tbody td {
    padding: 0;
    border-bottom: 3px solid #d5d5d5;
    vertical-align: middle;
}

#grid tbody td div {
    background: #eaeef6;
    width: 100%;
    height: 60px;
    text-align: center;
    display: table;
}

#grid tbody td div span {
    display: table-cell;
    vertical-align: middle;
}

#grid tbody td:nth-child(1) div {
    text-align: left;
    background: #fff;
    margin-left: 2vw;
    width: 90%;
}

#grid tbody td:nth-child(2) div {
    width: 97%;
}

#grid tbody td:nth-child(4) {
    border-bottom: 3px solid #6b8cb3;
}

#grid tbody td:nth-child(4) div {
    width: 100%;
    background: #235794;
}

#grid .shift_icon_xf2d1 em, .shift_icon_xe83f em {
    display: none;
}

#grid .shift_icon_xe83f::after {
    color: #6feccc;
}

#grid .shift_icon_xf2d1::after {
    color: #6e8cb8;
}

#grid .tabend {
    font-weight: 700;
    font-size: 1.1em;
}

#grid tbody td:nth-child(4) .tabend {
    color: #fff;
}

.div_inner.cta_panels_inner {
    margin: 0 3vw;
}

.cta_panels_inner .panel {
    display: inline-block;
    width: 45%;
    margin: 0 0.5%;
    background: #eaeef6;
    border-radius: 10px;
    padding: 4% 5vw;
    vertical-align: top;
}

.cta_panels_inner .panel2 {
    background: #225a98;
    color: #fff;
    border: solid #2872ad 13px;
    position: relative;
    top: -30px;
}

.cta_panels_inner .panel p, .cta_panels_inner .panel li {
    font-size: 1.1em;
    line-height: 1.6em;
}

.cta_panels_inner h4 {
    font-size: 18px;
    font-family: 'Poppins';
    letter-spacing: 1.05px;
}

.cta_panels_inner h3 {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-family: 'Poppins';
    margin-bottom: 36px;
}

.cta_panels_inner .panel1 h3, .cta_panels_inner .panel1 h4 {
    color: #000;
}

.cta_panels_inner .panel2 h1, .cta_panels_inner .panel2 h3, .cta_panels_inner .panel2 h4 {
    color: #fff;
}

a.cta_but {
    display: inline-block;
    border-radius: 6px;
    padding: 8px 23px;
}

a.cta_but.blue_but {
    background: #65a9dc;
    color: #fff;
}

a.cta_but.white_but {
    background: #f3f3f3;
    color: #225a98;
}

.cta_panels_inner .panel h1 {
    margin: 0 0 22px;
    font-family: 'Poppins';
    font-size: 46px;
}

.cta_panels_inner .panel2 h1 {
    font-size: 53px;
}




@media (min-width: 1600px) {
    #hero_over #hero_but {
        top: 622px;
        max-width: 595px;
    }
}

@media (max-width: 821px) {
    .zzz {}
    .beutupsll,
    .buy_box {
        width: 100%;
    }
    .ind900Centered {
        padding: 0 3vw;
    }
    span.tyfr {
        display: block;
    }
    #v3_hero_img1 {
        display: none;
    }
    #v3_hero_img2 {
        display: block;
    }
    .tpsect {
        margin: 34px 0%;
        text-align: center;
    }
    .bonus_box h3 {
        line-height: 1.2em;
    }
    #v3_hero {
        margin-top: -5px;
    }
    #hero_over {
        top: 2vw;
    }
    #hero_over #date_top {
        display: block;
        position: relative;
        top: 21vw;
        right: auto;
        margin: auto;
        width: 340px;
        color: #fff;
        border: 3px solid #fff;
        border-radius: 11px;
        padding: 10px 22px;
        font-size: 21px;
        line-height: 1.4em;
        letter-spacing: 0.25em;
        font-weight: 600;
        text-align: center;
    }
    #hero_over #liner {
        width: 71%;
        top: 26vw;
    }
    #hero_over #hero_subhead {
        top: 77vw;
        width: 48%;
        font-size: 4vw;
    }
    #hero_over #hero_but {
        top: 122vw;
        width: 38vw;
    }
    button.gold_grad_button {
        margin-top: -20px;
    }
    #speakers_sect .inn, .speakers_sect .inn {
        width: 100%;
    }
    #speaker_session_hlts2 {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 0;
        width: 100vw;
    }
    .gradient_box2 {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 0;
        width: 100vw;
    }
    .gradient_box1_inner {
        padding: 34px 4vw;
    }
    #vimvid,
    #grad_form,
    .two_col_img,
    .two_col_txt,
    .teachers_section_inner,
    .hosted3 {
        display: block;
        width: 100%;
    }
    #grad_form {
        padding: 38px 6vw 0;
    }
    .speakers_inner {
        margin: auto 6vw;
        padding: 14px 0 63px;
        max-width: 666px;
    }
    .two_col_img {
        text-align: center;
        padding-bottom: 26px;
    }
    .phone_squared.rounded {
        max-width: 409px;
        margin: 14px auto 0px;
    }
    .two_col_img {
        width: 66%;
    }
    .two_col_txt {
        width: 100%;
    }
    .triple_photo img:nth-child(1),
    .triple_photo img:nth-child(2),
    .triple_photo img:nth-child(3) {
        left: auto;
        position: inherit;
    }
    .gradient_box2 td img {
        width: 201px;
    }
    .receive td,
    .speaker_sessions td,
    .gradient_box2 td {
        display: block;
        padding: 0;
        margin: 0
    }
    .gradient_box2 td:nth-child(2) {
        border-bottom: 1px solid #f0c292;
        padding: 0 0 38px;
    }
    .receive td p {
        padding: 0;
        margin: 0
    }
    #admin-menu {
        display: none
    }
    .receive td img {
        display: block;
        margin: 0 auto
    }
    .gradient_box2 td:nth-child(1) {
        min-width: 140px;
        text-align: center;
        padding: 28px 0;
    }
    .gradient_box2 td.double_photo {
        height: inherit;
    }
    .gradient_box2 .double_photo img:nth-child(1),
    .gradient_box2 .double_photo img:nth-child(2) {
        top: auto;
        right: auto;
        left: auto;
        position: relative;
    }
    .guarantee_sect {
        background: #fff;
    }
    #testims {
        margin-top: 0;
    }
    #alert_row {
        font-size: 2.3vw;
    }
    .xvft {
        font-size: 2.4vw;
    }
    .gi {
        text-align: center;
    }
    #cnhbge {
        margin: -77px 0 36px;
    }
}

.phone_only,
.beauty_p {
    display: none;
}

@media (max-width:520px) {
    .zzz {}    
    #outer_container div#container {
        width: 102vw;
    }
    #v3_hero_img1,
    #v3_hero_img2 {
        display: none;
    }
    #v3_hero_img3 {
        display: block;
        width: 100%;
    }
    .phone_only,
    .beauty_p {
        display: block;
    }
    .beauty_b {
        display: none;
    }
    .phone_squared.rounded {
        max-width: 90%;
    }
    .has_horiz_grad #oto_page {
        margin-top: 30px;
    }
    #summit_logo_phone {
        display: block;
        margin-top: -8px;
        margin-left: -12px;
    }
    #alert_row {
        font-size: 4.3vw;
    }
    #alert_row span {
        display: block;
        white-space: nowrap;
        margin-left: 0;
    }
    .xvft {
        font-size: 4.4vw;
    }
    .buy_box {
        margin: 14px 2vw 30px;
    }
    .upsll_indent .ind900Centered {
        padding: 0 3vw;
    }
    .whtblk {
        white-space: normal;
    }
    .content p,
    .content li {
        font-size: 19px;
    }
    .gi {
        margin: 32px 12vw 0;
    }
    .gold_grad_button,
    a.gold_grad_button {
        max-width: 542px;
        width: 95%;
        padding: 6.3vw 4vw;
    }
    .teacher_name,
    .inn .speaker_name,
    .teacher_name strong {
        font-size: 17px;
        line-height: 1.2em;
        font-weight: 500;
    }
    #hero_over #date_top {
        display: none;
    }
    #hero_over #liner {
        top: 9vw;
    }
    .image-circle_wrap_left,
    .image-circle_wrap_right,
    .left,
    .right {
        float: none;
        margin: 0 auto;
        display: block
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
    }
    h1 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.5em;
        letter-spacing: .1em;
        line-height: 1.3em;
    }
    h3 {
        font-size: 28px;
    }
    h5 {
        font-size: 21px;
    }
    #gradient_box1 h3,
    .gradient_box2 h3 {
        color: #fff;
        font-size: 24px;
        max-width: 998px;
    }
    input.required {
        border: none;
        padding: 8px 0 8px 10px;
        font-size: 20px;
        width: 100%;
        border-radius: 10px;
        margin: 4px 1%;
    }
    ul.check {
        margin-left: 11%;
    }
    .check li {
        list-style: none;
        margin-left: 0;
        margin-bottom: 27px;
        min-height: 50px;
        font-size: 17px;
        line-height: 28px;
        position: relative;
    }
    .check li::before {
        font-size: 35px;
        color: #297FBB;
        padding: 0;
        border-radius: 0;
        display: block;
        width: 17px;
        position: absolute;
        left: -31px;
        background-color: #fff;
    }
    #date_phone {
        margin: 0 auto 30px;
        width: 100%;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 11px;
        padding: 10px 0;
        font-size: 25px;
        line-height: 1.4em;
        letter-spacing: 0.025em;
        font-weight: 600;
        text-align: center;
    }
    #date_phone div {
        letter-spacing: 0.05em;
    }
    .teachers_section_inner h2 {
        font-size: 30px;
    }
    #date_top,
    #hero_but,
    #speakers_sect .cdtusd,
    .ms_controls {}
    .gradient_box2 td:nth-child(2) {
        border-bottom: 1px solid #f0c292;
        padding: 0 0 39px 0;
    }
    #gradient_box1 input.required {
        width: 97%;
        margin: 4px 5px;
    }
    #top_nav_logo_cont {
        display: none;
    }
    .two_col_img {
        width: 100%;
    }
    #hero_over {
        top: 94vw;
    }
    #hero_over #hero_subhead {
        width: 98%;
        font-size: 7vw;
    }
    #hero_over #hero_subhead {
        top: 0vw;
    }
    #hero_over #hero_but {
        top: 68vw;
        font-size: 23px;
        padding: 13px 4vw;
        max-width: 96%;
        width: 89vw;
    }
    button.gold_grad_button {
        margin-top: 14px;
        font-size: 22px;
        width: 100%;
        padding: 16px 8px;
    }
    #grad_form button.gold_grad_button {
        margin-top: 19px;
    }
    .mobile_nav #bnow_but {
        display: block;
        margin: 6px auto 0;
        padding: 10px 5px;
        height: 36px;
        font-weight: 600;
        width: 173px;
        line-height: .81em;
        letter-spacing: -.007em;
    }
    .gold_grad_button.colorbox_inline,
    #minto,
    #minto2 {
        display: block;
        border-radius: 41px;
        width: 100%;
        padding: 12px 0;
        margin: 19px auto 0;
        font-size: 27px;
        letter-spacing: 1px;
        line-height: 1.3em;
    }
    ul.check {
        margin-left: 12%
    }
    #simple_footer {
        margin: 20px 0 101px
    }
    .thin_menu #menu_ul {
        display: block
    }
    #logo_min {
        left: .5%
    }
    .mob_opt img {
        display: none
    }
    .mob_opt {
        width: 100%;
        height: 200px;
        background-position: center 32%;
        margin: 15px 0;
        background-repeat: no-repeat;
        background-size: cover
    }
    .speaker_sessions,
    .gradient_box2 {
        width: 100vw;
        width: 100vw;
        padding: 54px 4%;
    }
    #communitySlider .ms_content {
        margin: auto 0vw;
    }
    #communitySlider .item p,
    #communitySlider .item h5 {
        color: #333;
        font-size: 17px;
    }
    #communitySlider .item h5 {
        font-size: 19px;
        line-height: 1.5em;
    }
    #communitySlider .ms_controls {
        top: 73vw;
    }
    #communitySlider .ms_controls button.ms_right {
        right: -16px;
        color: #7b6e59;
        z-index: 1;
    }
    #communitySlider .ms_controls button.ms_left {
        left: -16px;
        color: #7b6e59;
        z-index: 1;
    }
    .bonus_box h1,
    .bonus_box h2,
    .bonus_box h3 {
        font-size: 1.2em;
        line-height: 1em;
        text-shadow: inherit;
        text-align: center;
    }
    .speaker_sessions td,
    .speaker_sessions td table,
    .speaker_sessions td:nth-child(1),
    .gradient_box2 td,
    .gradient_box2 td table,
    .gradient_box2 td:nth-child(1) {
        padding-right: 0;
        width: 100%;
        text-align: center
    }
    .speaker_sessions td img,
    .gradient_box2 td img {
        display: inline-block;
        width: 60%;
    }
    .s3,
    .s30 {
        min-height: 5px
    }
    .double_photo .round {
        max-width: 150px
    }
    .double_photo img.round:nth-child(1) {
        margin-left: inherit
    }
    #inner,
    .novid #arrow_button {
        width: 100%
    }
    .bio_click {
        display: block
    }
    .griditem {
        width: 43%;
        margin: 0 2vw;
    }
    #youtube {
        width: 100%
    }
    .bonus_box {
        margin: 12px 0
    }
    .bonus_box img {
        max-width: 100%;
        max-height: 100%;
        float: none;
        margin: 12px auto;
        display: block;
    }
    .inm {
        width: 98%;
    }
    #communitySlider .item {
        padding: 0px 3vw 37px;
    }
    #summit_logo_phone {
        margin-top: 0;
    }    
    img.butt_add_order {
        width: 92%;
    }
    .vhdsos {
        font-size: 2em;
    }
    
#grid tbody td div {
    height: 48px;
}   
#grid thead td div, #grid tbody td div {
    line-height: 1em;
    font-size: 12px;
}
.cta_panels_inner .panel {
    width: 100%;
    top: 23px;
}
.cta_panels_inner h3 {
    font-size: 22px;
}
.cta_panels_inner .panel ul, .cta_panels_inner .panel li {
    margin: 0;
    padding: 0;
}
.cta_panels_inner .panel li {
    margin: 0px 0 8px 5vw;
}



}

@media (max-width:360px) {
    h1,
    h2 {
        font-size: 1.3em;
        line-height: 1em
    }
}
