* 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: #000;
    letter-spacing: .01px;
}

.asnbhgy {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 5vw;
    background: #9a4831;
    padding: 9px 0 9px;
    z-index: 1;
}

.asnbhgy a {
    color: #fff;
}


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: .3em;
}

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;
}


.button {
    font-family: PoppinsRegular;
    letter-spacing: .0851em;
    border-radius: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    padding: 10px 34px;
    border: solid 3px #6aa1ff;
    font-weight: 500;
    
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: solid 2px #6aa1ff;
    cursor: pointer;
}

.gold_grad_button {
    color: #fff;
    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: #fff;
}

.blue_white_button, .blue_grad_button, .gold_grad_button, #bnow_but {
    font-family: PoppinsRegular;
    letter-spacing: .0851em;
    border-radius: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    padding: 10px 34px;
    font-weight: 500;
    
    outline: 0;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.blue_grad_button, #bnow_but {
    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%);
}

.but_gradient_blue {
    background: rgb(55, 156, 214);
    background: linear-gradient(90deg, rgba(55, 156, 214, 1) 0%, rgba(43, 90, 143, 1) 96%);    
    border: none;
    cursor: pointer;    

    font-family: PoppinsRegular;
    letter-spacing: .0851em;
    border-radius: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    padding: 10px 34px;
    font-weight: 500;
}

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

div.but_gradient_blue {
    display: inline-block;
}

.but_border_blue {
    font-family: PoppinsRegular;
    letter-spacing: .0851em;
    border-radius: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    padding: 10px 34px;
    border: solid 3px #6aa1ff;
    background: transparent;
    cursor: pointer;
}

button.but_border_blue {
    display: inline-block;
    position: relative;
    top: 3px;
    display: inline-block;
    width: 28%;
    margin: 0 0 0 13px;
}

.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;
}

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 center;
    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;
}

.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;
}

#top_header {
    position: relative;   
    background: #4b4b4b;
    height: 27vw;
}

#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;
}


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;
}


.ind700 {
    max-width: 700px;
}

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

.ind900 {
    max-width: 900px;
}

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

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

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

.audio {
    text-align: center;
}

.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;
}

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

.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;
}

.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: 7vw;
    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;
}

#menu_ul li ul li a {
    text-align: left;
    font-size: 10px;
    line-height: 3em;
    white-space: nowrap;
}

.page_top_menu #menu_ul li ul li {
    display: none; 
    margin: 0;
    padding: 0;
    line-height: 1px;
    height: 25px;
}

.page_top_menu #menu_ul #menu_courses ul {
    padding: 0;
    position: relative;
    top: 3px;
    max-width: 22px;
}

.page_top_menu #menu_ul #menu_courses:hover ul li {
    display: inherit;
}


.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;
    list-style: none;
}

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

.mobile_nav li#menu_courses a {
    position: relative;
    left: -9%;
}

.mobile_nav #menu_ul li ul {
    margin-left: 4%;
}

.mobile_nav #menu_ul li ul li {
    font-size: 19px;
    line-height: 22px;
}





/**
 ********* 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;
}

.invite_cta_outer .catalyst_thanks {
    display: none;
    font-size: .79em;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.31em;
    position: absolute;
    top: 2vw;
    left: 39%;
    padding: 0px 30px 14px;
}

.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;
}

#hiddenVid .shift_icon_xe847 {
    color: #a00;
    font-size: 28px;
    display: block;
    float: right;
    margin-right: 24vw;
    position: relative;
    top: 35px;
    z-index: 20;
    cursor: pointer;
}

#values #hiddenVid .shift_icon_xe847 {
    color: #a00;
    font-size: 28px;
    display: block;
    float: right;
    position: relative;
    top: 0;
    left: -33px;
    margin: 0 12vw 0 0;
    z-index: 20;
    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/advt_d.jpg) no-repeat center top / cover;
    position: relative;
}

#invite {
    width: 100%;
    background: url(../images/invite_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;
}

#invite.white_invite {
    background: url(../images/invite_dark_d.jpg) no-repeat center top / cover;
    padding: 60px 0;
}
.invite_inner h1, .invite_inner h3 {
    color: #fff;
}

#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 {
}

.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;
    background: #fff;
}

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: -35px 0 52px;
}

#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: 532px;
    padding-bottom: 20px;
    border-radius: 9px;
}

.od_courses_items .item_inner, .od_events_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;
}

.prof_tag {
    position: relative;
    text-align: center;
    color: #fff;
    background: #2b65ac;
    top: 9px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 1.2vw;
}

.plchldr {
    height: 21px;
}

.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; */
    background: rgba(0, 0, 0, 0.2);
}

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

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

.prod_disp1.item .course_title_ov span, .prod_disp1.item .event_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 {
    
}

#faculty_sect button {
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    position: absolute;
    top: 36%;
    font-size: 72px;
    text-decoration: none;
    color: #68AADF;
    width: 58px;
    height: 73px;
}

#faculty_sect button.ms_left {
    left: -1vw;
}
#faculty_sect button.ms_right {
    left: auto;
    right: -1vw;
}

#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: 43%;
    margin: 8vw 0 0 4vw;
    text-align: center;
}

.gtsa {
    line-height: 1.4em;
    font-size: 1.4em;
    letter-spacing: .01em;
    margin: 1vw 0 4vw;
}

#app_buts a {
    border: solid 3px #6aa1ff;    
}

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;
}

.page-page-61166 #app_buts a {
    display: none;
}

.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;
}

.center.commitment {
    margin: 44px 0 76px;
    border-bottom: solid 1px #aaa7a7;
    padding-bottom: 49px;
}

.center.commitment img {
    margin-top: -28px;
    width: 85%;
}

.center.commitment a {
    color: #4ec0ff;
    font-size: 14px;
    text-decoration: underline;    
}

#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: #ece9f6;
    overflow-y: scroll;
    color: #4fbbf1;
    font-weight: 600;
}

.more_charities_inner li {
    margin: 0;
}

.more_charities_inner a {
    color: #22729a;
}

#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: #000;
    opacity: .5;
    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, .od_events_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;
    min-height: 359px;
}

.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: 0;
}

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

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

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

#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;
}

.retreat_items {
    text-align: center;
    min-height: 270px;
}

.access_announcement {
    background-color: #f8fff0;
    color: #234600;
    border: 1px solid #be7;
    padding: 10px 10px 10px 50px;
    width: 77%;
    max-width: 1000px;
    margin: 0 auto 34px;
    text-align: center;
}

.zcover {
    position: relative;
    z-index: 11;    
}



@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: -12vw;
    }
    #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: 1260px) {
    .zzz {}
    .saying_inner {
        min-height: 632px;
    }
    #testimonialSlider .ms_controls {
        bottom: 12vw;
        right: -6vw;
    }
    .ab_topspacer {
        height: 16vw;
    }
    #logo_trans_115 {
        left: 1vw;
    }
}

@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 {}
    .asnbhgy {
        top: 7vw;
    }
    #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 {}
    
    .prod_disp1.item {
        width: 100%;
        max-width: 296px;
    }
    
    .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/advt_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: 0;        
        padding: 19vw 4vw 0;
    }
    .app_left h1 {
        font-size: 24px;
        letter-spacing: 0.0312rem;
    }
    .gtsa {
        line-height: 1.4em;
        font-size: .8em;
        letter-spacing: .041em;
        margin: 3vw 0 8vw;
        text-align: center;
    }
    #app_buts a {
        padding: 8px 22px;
        font-size: 20px;
    }
    #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;
        margin: -20px 0 -5px;
    }
    #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;
    }
    .retreats .prod_disp1.item {
        width: 83%;
    }
    .node_ajax_left, .node_ajax_right {
        width: 100%;
    }
    
.center.commitment img {
    margin-top: 0;
}

#hiddenVid .shift_icon_xe847 {
    margin-right: 2vw;
    top: 3px;
}

#invite.white_invite {
    background: url(../images/invite_dark_p.jpg) no-repeat center top / cover;
    padding: 24px 0 38px;
}

#invite input#best_email {
    display: block;
    width: 79vw;
    margin: 0 auto 9px;
}

#invite button.but_border_blue {
    display: block;
    width: 171px;
    margin: 0 auto;
}

.invite_inner {
    height: 547px;
}


}

@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;
}


