
/**
 * Content
 */


a {
	text-decoration: none;
    color: #222;
}



.register a{
	color: white;
}

html {
    width: 100%;
	background:#f2efec !important;
}

body {
	color: #000;
}

a:active {
	opacity: 0.7;
}



i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1rem;
}

ol >li {
    padding-left: 0.75rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.16);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 1.0rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.8em;
    margin-bottom: 3.0rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
}

[data-predefined-style="true"] bodycopy a:hover {

}
[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	line-height: 2;
	color: rgba(85, 85, 85, 0.85);
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
    width: 100%;
	font-family: Oswald, Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0px;
	margin: 0;
	color: rgba(0, 0, 0, 0.7);
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.7);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
    letter-spacing: 0.03em;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.75);
}

[data-predefined-style="true"] small a:hover {
	color: #0ca900;
}


/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 80%/*!content_right*/;
}

[data-css-preset] .content_padding {
	padding-top: 1.6rem /*!main_margin*/;
	padding-bottom: 1.6rem /*!main_margin*/;
	padding-left: 1.6rem /*!main_margin*/;
	padding-right: 1.6rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    border-bottom: 0px solid rgba(0, 0, 0, 0.17);
    margin-top: .6rem;
    margin-bottom: 1.4rem;
    font-size: 1.1rem;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 0.5rem;
    margin-bottom: 1.4rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.5;
    text-align: left;
    padding: 0;
}

.thumbnails .tags a {
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: -1.4rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.6);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
    color: white;
	margin: 10px;
	font-size: 28px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.6);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	right: 2rem /*!shop_button*/;
	bottom: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.3rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-style: normal;
    line-height: 1.3;
    letter-spacing: .07em;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -10px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: 1.1rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.6);
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.1rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10rem;
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.1rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10rem;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
    opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
    background: rgba(0, 0, 0, 0.8) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 0.85);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #000;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

/*CUSTOM CSS - JULIA'S WORK*/

/* DESKTOP GENERAL */

#mobile-nav {
	display: none !important;
}

.buttons {
    margin: 0px;
    font-family: 'Neue Haas Grotesk';
    font-size: 11px;
    font-weight: 500;
    float: left;
    padding: 5px 10px;
	background-color: lightgray;
    text-align: center;
}

h4 {
    width: 90%;
    padding: 0px;
    margin: 0px;
	font-family: 'Helvetica';
    font-size: 13px;
    font-weight: 100;
    color: black;
	}

h5 {
    padding: 20px 20px 0px;
    margin: 0px;
    color: #404040;
	font-family: 'Oswald';
    font-weight: 500;
    font-size: 20px;
}

h8 {
    font-family: 'Oswald';
    font-size: 17px !important;
    color: #cb9039;
}

.yellow-box {
    text-align: center;
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 2%;
    position: relative;
    background: #ffc303;
}

.yellow-box h2 {
    font-size: 14px !important;
    padding: 0px 29px;
}



/* DESKTOP NAVIGATION */

.nav-background {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin: -35px;
    z-index: 1000;
    position: absolute;
    background-color: white;
    width: 200px;
    height: 1000px;
	}

.navigation {
    z-index: 1004;
	position: absolute;
}

.donate-button a {
    font-family: 'Neue Haas Grotesk';
    font-size: 13px;
    color: white;
    font-weight: 500;
    float: right;
    padding: 5px 10px;
	background-color: #ffc303;
    text-align: center;
}

.line {
    margin-right: 12px;
    float: right;
    position: relative;
	background: gray;
    width: 2px;
    height: 74px;
}

.navigation img {
    max-width: 30px;
    max-height: 30px;
    min-width: 31px;
    min-height: 30px;
}

/* DESKTOP HOME PAGE */

#home-page img{
}

.hanging-quote {
    padding: 14px 134px;
    font-family: 'Helvetica';
    position: absolute;
    font-size: 78px !important;
	color: white;
}

.yellow-line {
    left: -15px;
    float: left;
    position: relative;
	background: #ffc303;
    width: 2px;
    height: 74px;
}

.gray-box {
    align-content: center;
    position: relative;
	background: lightgray;
    height: inherit;
    padding: 39px 0px 0px 0px;
}

.gray-box h4 {
   width: 72%;
}

.about h2 {
	margin-left: 20px;
}

.white {
    padding: 21px 1%;
	background-color: white;
}

.white h2 {
    margin: -4px -16px;
}

.register {
    font-family: 'Oswald';
    font-size: 16px;
    text-align: center;
    color: white !important;
	border-radius: 3px;
    background: #ffc303;
    width: 120px;
    padding: 8px;
    margin-left: 0px;
    text-align: center;
	}


.partners-txt, .partners-txt a {
    font-size: 10px;
    color: #bbb !important;
}

.partners-logos {
    width: 80%;
    height: 150px;
    display: inline-block;
    margin-left: 33%;
    margin-top: 4px;
}

.partners-logos img {
    margin-right: 18px;
    max-width: 60px !important;
    min-width: 60px !important;
    max-height: 60px !important;
    min-height: 60px !important;
    vertical-align: middle;
    filter: grayscale(100%);
}


/* DESKTOP ABOUT PAGE */

.about-white {
    padding: 22px;
    width: 100%;
    float: left;
    display: inline-block;
	background-color: white;
}

.about-white h2 {
    margin: -4% 8%;
}

.about-white h4 {
    margin: -6px 3px;
	}

.white h4 {
	width: 80%;
}

.yellow-grid {
    display: inline-block;
    float: left;
    width: 100%;
    background: #ffc303;
	}

.white-line {
    margin-top: -206px;
    float: right;
	width: 1px;
    height: 193px;
    background-color: white;
}

.yellow-box h6 {
	color: white;
    font-size: 15px;
    padding: 0px 167px;
}

.quote-one {
    display: inline-block;
	width: 39%;
}

.yellow-grid h2 {
    color: #ba9400;
    margin: -9% 25% 6% 17%;
    width: 61%;
	font-size: 12px !important;
}


.about h6 {
    font-size: 15px !important;
	color: white;
    padding: 0px 168px;
}


h7 {
    margin-top: 8%;
    font-family: 'Helvetica';
    font-size: 11px;
    width: 47%;
    float: right;
}


.about h4 {
	padding: 20px;
}

.about-us-h4 {
	width: 80% !important;
}

iframe {
    width: 100%;
    height: 380px;
	}

/* DESKTOP FACULTY PAGE */

.faculty-container {
    margin: 31px -2px;
  position: relative;
  display: inline-block;
  max-width: 240px;
  max-height: 240px;
}

.faculty-container img {
  display: block;
  max-width: 240px;
  max-height: 240px;
  height: auto;
}

.faculty-container-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 240px;
  max-height: 240px;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffc303;
}

.faculty-container:hover .faculty-container-overlay{
  opacity: .9;
}

.faculty-container h4 {
  color: #000;
    padding: 9px;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

.people-two {
	display: none;
}

/* DESKTOP COURSE PAGE */

.course-title-container .register {
    width: 20%;
	margin: 13% 38%;
}

.course-title-container {
    text-align: center;
    width: 90%;
    position: absolute;
    margin: -25% 0%;
}

.course-title-container h4 {
    width: 95%;
    color: #fff; 
    font-weight: 400;
    margin: -64px 5px;
}

.course-page img {
    margin-top: -55px;
    margin-bottom: 42px;
    position: relative;
	z-index: -20;
}
.course-page .gray-box {
    margin-bottom: -30px;
    width: 100% !important;
    height: inherit;
}

.course-page .gray-box h2, .course-page .gray-box h4 {
	margin-left: 41px !important;
}

.course-page .yellow-box {
    width: 51%;
    height: inherit;
}

.title-container-footer {
    display: none;
}

/* DESKTOP PARTNERS PAGE */


#partners img {
    transition: 1s all;
	-webkit-filter: grayscale(100%);
}

#partners img:hover {
    transition: 1s all;
	-webkit-filter: grayscale(0%);
}

/* DESKTOP PARTNERS PAGE */

.getinvolved .gray-box {
	float: left;
    width: 91%;
    padding: 39px 50px;
}

.getinvolved h2 {
    margin: -2px;
    float: right;
}

.getinvolved h4 {
    width: 82%;
    margin: 3px 3px;
}

.help h2 {
    text-align: center;
    font-size: 36px !important;
    font-weight: 400;
    color: white !important;
     width: 91%;
     position: absolute;
	 margin: -25% 0%;
}


@media only screen and (max-width:620px) {
  /* For mobile phones: */
  /* MOBILE GENERAL */
    
    html {
    margin-top: 20px !important;
    margin: auto;
    width: 100% !important;
    }
    
    .psl {
        margin-top: -44px !important;
        z-index: 1;
        position: fixed;
        padding: 23px !important;
        background-color: #525252;
        text-align: right;
}
     .psl a {
        color: white !important;
    }
    
   h2 {
	text-align: left;
}
    
   
    

    
/* MOBILE HOME PAGE */    
    
    
    
.psl-logo-svg {
        z-index: 1000;
        background-repeat: no-repeat;
        width: 100px;
        height: 24px;
        position: fixed;
        margin: -16px 94px;
	    background-image: url("https://svgshare.com/i/MhR.svg");
	}
    
.homepage .gray-box h2, .homepage .gray-box h4 {
	margin-left: 10%;
    width: 80%;
	}
    
.homepage .gray-box {
    width: 100%;
	margin: -30px 0px;
    height: 196px;
	}
  
.homepage .img1 {
    margin-top: -116px !important;
    margin-bottom: 70px;
	}
    
.homepage .white {  
     width: 100%;
	margin-top: -5%;
    margin-bottom: 11%;
}
    
.homepage .white h2, .homepage .white h4, .homepage .register {
	margin-top: 0%;
    margin-left: 9%;
    width: 82%;
	}
   
   .homepage .white h2 {
    margin-top: 44px;
	}
    
    .homepage .yellow-box {
	margin-top: 12px;
    padding: 21px 0px;
	}
    
    .homepage .yellow-box h6 {
	padding: 0px 30px;
	}
    
    .homepage .yellow-box h2 {
    padding-bottom: 31px;
	}
  
   .homepage .partners-container {
    margin-top: 16px;
	margin-left: 10%;
    width: 92%;
}
    
.homepage .mission-container {
    margin-top: -33%;
	margin-left: 30px;
    width: 90%;
}
.partners-logos {
    width: 100%;
    height: 150px;
    display: inline-block;
    margin-left: 9%;
    margin-top: -26px;
    margin-bottom: 69px;
}

.partners-logos img {
    
    margin-right: 0px;
    max-width: 126px !important;
    min-width: 72px !important;
    max-height: 66px !important;
    min-height: 91px !important;
    vertical-align: middle;
    filter: grayscale(100%);
}
    
  
    
 .partners-txt, .partners-txt a {
    display: none;
}

    
/* MOBILE ABOUT PAGE */   
    
    iframe {
        height: 171px;
	}
   
    .about-white {
	 margin-top: -14%;
	}
    
.about-white h2 {
    margin: 16% 1%;
	}
    
.about-white h4 {
	 margin-top: -2%;
    width: 100% !Important;
	}
    
.yellow-box {
    margin-top: -3px;
	width: 100%;
}
    
    #about-page h6 {
	width: 169%;
    margin-left: -126px;
}
    
#vocal-svg {
    margin-right: 20% !important;
}

    
/* MOBILE FACULTY PAGE */
    
    .people-one {
	display: none;
}
    .people-two {
	display: contents;
    
}
    
    .faculty-container:first-child {
        margin: 125px 46px;
}
   
    .faculty-container {
        margin: 65px 46px;
        position: inherit !important;
}
    
    .faculty-container img {
        margin-top: -62px;
        position: inherit !important;
}
    .faculty-container h2, .faculty-container h10{
        position: inherit !important;
}

    .faculty-container h4 {
        position: relative !important;
        margin-top: 108px;
        width: 108%;
}
    
 
 /* MOBILE COURSE PAGE */

.course-page .psl {
    margin-top: -43px!important;
}
    
.course-page img {
    margin-top: -80px !important;
    margin-bottom: 92px;
}

.course-title-container { 
	display: none;
}

.course-page .gray-box {  
    margin-top: -92px;
	width: 100% !important;
}
    
.course-page .gray-box h4 {    
	width: 80% !important;
}
    
    
.title-container-footer {
    padding: 50px;
    margin-left: -12%;
    background-color: lightgray;
    width: 120%;
    display: block;
    text-align: center;
	}
    
.title-container-footer .register {
    margin-left: 5%;
    width: 80%;
   display: block;
	}
    
.bullets {
    margin-top: -83px;
	margin-left: 30px;
	}

.bullets h2 {
	margin-left: 8px;
 	}
 
    
/* MOBILE PARTNERS */
    
    #partners img {
     margin: auto;
     width: 80%;
    margin-top: 15px;
	-webkit-filter: none;
	}
    
   .partners-txt {
	width: 80%;
       margin-left: 40px;
     margin-top: -120px;
     padding: 20px;
     font-size: 12px;
}
    
/* MOBILE GET INVOLVED */
    
.getinvolved .psl {
	margin-left: 0px;
	}
        
.getinvolved img {
	margin-top: -46px;
	}
    
.getinvolved .gray-box {
    width: 100%;
    height: 692px;
	margin-top: 37px;
    padding-bottom: 97px !important;
}
    
.getinvolved .engage-h2 {
	margin: 2px 10px;
}
    
.getinvolved h4 {
    width: 100%;
	margin: -6px -10px !important;
}
   
    .help {
	margin: -80px 9px;
        padding: -17px;
}
    
    
/*IN BETWEEN PAGE*/
    
    .between-page .psl {
	font-size: 18px;
	}
    
    .between-page .gray-box {
	margin-top: 100px;
    width: 80%;
    margin-left: 10%;  
    padding: 12%;
	}
    
    .between-page .gray-box h2, .between-page .gray-box h4 {
        margin: 5% !important;
        text-align: center;
    	}
    
    .between-page .gray-box h2 {
	font-size: 20px;
	}
    
    .between-page .gray-box h4 {
     display: inline-block;
}

    #continue {
    display: flex;
	margin-left: 18%;
}
   .yes-button  {
	width: 40px !important;
   display: inline-block;
}
    
    
/* MOBILE TOGGLE */
body
{
  margin: 0;
  padding: 0;
  background: #232323;
  font-family: 'Neue Haas Grotesk';
}

#menuToggle
{
  display: block;
  position: fixed;
  top: 24px;
  left: 25px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -6px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 27px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  
    
  background: #F2EFEC;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 10;
  transform: rotate(10deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  height: 1000px;
  position: absolute;
  width: 301px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 126px;
  
  background: #F2EFEC;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

#menu li {
  font-family: 'neue haas grotesk';
  font-weight: 405;
  padding: 8px 0;
  font-size: 18px;
	}
    
 .donate-span {
    font-family: 'Neue Haas Grotesk';
    font-size: 13px;
    color: white;
    font-weight: 500;
    float: left;
    padding: 0px 19px;
	background-color: #ffc303;
    text-align: left;
     margin-top: 50px;
     margin-right: 80px;
}
    
 .ig-icon {
    margin: 40px 0px;
    height: 30px;
    width: 39px;
	background-image: url("https://svgshare.com/i/M5S.svg");
    background-repeat: no-repeat;  
    display: inline-block;
	}
    
.fb-icon {
    height: 30px;
    width: 110px;
	background-image: url("https://svgshare.com/i/MWM.svg");
    background-repeat: no-repeat;
    margin: 40px 0px;
    display: inline-block;
    }
    
    .psl-logo-mobile {
    height: 30px;
    width: 110px;
	background-image: url("https://svgshare.com/i/MWy.svg");
    background-repeat: no-repeat;
    margin: 17px 0px;
    display: inline-block;
    }
    
    
    .ig-icon, .twitter-icon {
}

#menuToggle input:checked ~ ul {
    transform: none;
	}
    
    #mobile-nav {
	display: block !important;
	}
    
}




@media only screen and (max-width:795px) {
  /* For mobile phones: */
  /* MOBILE GENERAL */
    
  /*HOME PAGE*/  
    
    html {
}
    
    h2 {
        text-align: left;
}
    
    .gray-box h2, .gray-box h4 {
	margin: 0px 93px;
}
    
    .white h2, .white h4 {
    width: 79%;
	margin: 0px 76px;
}
    .register {
	margin: 0px 75px;
}
    
    .mission-container {
	margin-top: -50px;
    margin-left: 90px;
    margin-bottom: 41px;
}
    
    .homepage h8 {
	float: right;
}
    
    .partners-container {
    margin-left: 90px;
    margin-bottom: 41px;
}
    
 
    .partners-container h2 {
     margin-bottom: -40px!important;
}
    
    .white h2 {
     margin-bottom: -28px!important;
}
    
   .course-title-container {
    text-align: center;
    width: 99% !important;
    position: absolute;
    margin: -30% 1%;
}
    
    .course-page img {
        margin-top: -100px;
}

       
    .course-page .gray-box h4 {
        width: 537px;
        margin-bottom: 25px;
}
    
}