/**
 * Content
 */

html {
	scroll-behavior: smooth;
}

body {
	background-color: #f2eee9;
	color: #000;
}

#toolset {
	display: none;
}

/* Navbar container */
.navbar {
  margin-right: 3.2vw;
  margin-bottom: 3.0vw;
  overflow: hidden;
  font-weight: bold;
  padding-top: 3.5vw !important;
  
}

/* Links inside the navbar */
.navbar a {
  float: right;
  font-size: 1.3vw;
  color:#254b6e;
  text-align: center;
  padding-right: 6vw;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: right;
  position: bottom;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 1.3vw;
  background-color: #f2eee9;
  border: none;
  outline: none;
  color: #254b6e;
  font-family: inherit; /* Important for vertical align on mobile phones */
  font-weight: bold;
  margin: 0; /* Important for vertical align on mobile phones */
 padding-bottom: 0.5vw;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
	text-decoration: underline;
    text-decoration-color: #254b6e;
    text-underline-position: under;
  
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f2eee9;
  min-width: 260px;
  box-shadow: none;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* homepage gallery - padding right side */
[local-style="7369196"] .backdrop {
    position: absolute;
    left: 50px;
}

[local-style="7561878"] .backdrop {
	position: absolute;
    left: 50px;
}

[local-style="7563287"] .backdrop {
	position: absolute;
    right: -125px;
}

[local-style="7564104"] .backdrop {
	position: absolute;
    right: -125px;
}

/* Primary Background Image */

[local-style="7548765"] .backdrop img {
    margin-top: 15vw !important;
}

/* Background Image */

img {
  width: 100%;
  height: auto;
}

/* BOTTOM NAV */

.search{
    width: 40vw;
    height: -10vw;
	position:absolute;
    padding-right: 2.5vw;
    padding-bottom: 1.1vw;
    bottom: 0;
    right: 0;
}

.copyright{
	position: absolute;
    color: #f2eee9;
    padding-bottom: 2vw;
    margin-left: 3.5vw;
    bottom: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9vw;
    letter-spacing: 1px;
    z-index: 2;
}

.backtotop{
    background-color: #254b6e;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 2vw;
    text-align: center;
    position: absolute;
    color: #f2eee9;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 0.9vw;
    letter-spacing: 2px;
    bottom: 0;
    z-index: 1;
    
}

#backtotop {
	color: #f2eee9;
    text-decoration: none;
}
/* END BOTTOM NAV */

#mobile-only {
	visibility: hidden !important;
}

.curriculum-new {
	padding-bottom: 2vw !important;
}

.welcome {
    position: relative;
    display: inline-block;
	background-color: #f2eee9;
    margin-top: 45%;
    padding-left: 3.5vw;
    padding-right: 0vw;
    padding-top: 2vw;
    padding-bottom: 1vw;
}

.welcome h2 {
	margin-top: 1vw !important;  
}

.pta {
	background-color: #f2eee9;
    margin-top: 5%;
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 85px;
}

.links {
	background-color: #254b6e;
    margin-right: 4.5vw;
    padding-top: 1.1vw;
    padding-bottom: 1.1vw;
    padding-left: 1.4vw;
    line-height: 1.5;
}

.headofschoolmessage {
	margin-top: 15%;
}

.admissions-left {
	padding-top: 5vw !important;
}

.calendar-top {
	margin-top: 10%;
}

.calendar {
	margin-top: 12%;
}

.summer {
	margin-top: 12%;
}
.schoolspirit {
    margin-top: 0%;
}

.employment{
	margin-top: 15%;
    padding-bottom: 5vw;
}

.curriculum{
	margin-top: 10%;
}


.topmargin{
	margin-top: 15%;
}

.leftbar{
	background-color: #254b6e;
}

.leftbar-1{
	background-color: #254b6e;
}

.rightbar {
	background-color: #d85a32
}

.rightbar-1 {
	background-color: #d85a32
}

.pinkbar {
	background-color: #edb9ab;
}

.greenbar {
	background-color: #60724f;
}

.summer-schedule {
	position: absolu
}

.reddivide img {
    margin-left: 0vw;
    margin-bottom: 10vw;
	position: absolute;
}

.box {
	border-style: solid;
    margin-right: 5vw;
}

.box-1 {
	border-style: solid;
}

.box-margin {
	padding: 1.5vw;
}

a:active {
	opacity: 0%;
    
}

.page a.active {
	opacity: 0%;
}

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

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

hr {
	background: #f2eee9;
	border: 0;
	height: 2px;
	display: block;
    
}

hr.redline{
	background: #d85a32;
    width: 100%;
    height: 4px;
    
}

hr.pinkline {
	background: #edb9ab;
    height: 4px;
}

hr.blackline {
	background: #3d372b;
    height: 4px;
    width: 100%;
}

hr.whiteline{
	background: #f2eee9;
    height: 4px;
}

hr.greenline {
	background: #60724b;
    height: 4px;
}

hr.blueline{
	background: #254b6e;
    width: 100%;
    height: 4px;
    
}

.v1 {
    border-left: 6px solid;
	border-left-color: #d85a32;
    height: 50px;
    position: absolute;
  	left: 50%;
  	margin-left: -3px;
  	top: 0;
    
}

.redverticalline {
	border-right-style: solid;
    border-right-color: #d85a32;
    padding-right: 50px;
}

.connect img{
	margin-top: 5px;
}

.footerimages {
	background-color: #f2eee9;
    padding: 10px;
}

/* collapse button*/
.collapse{
 cursor: pointer;
 display: block;
}
.collapse + input{
 display: none; /* hide the checkboxes */
}
.collapse + input + div{
 display:none;
}
.collapse + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_2{
 cursor: pointer;
 display: block;
}
.collapse_2 + input{
 display: none; /* hide the checkboxes */
}
.collapse_2 + input + div{
 display:none;
}
.collapse_2 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_3{
 cursor: pointer;
 display: block;
}
.collapse_3 + input{
 display: none; /* hide the checkboxes */
}
.collapse_3 + input + div{
 display:none;
}
.collapse_3 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_4{
 cursor: pointer;
 display: block;
}
.collapse_4 + input{
 display: none; /* hide the checkboxes */
}
.collapse_4 + input + div{
 display:none;
}
.collapse_4 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_5{
 cursor: pointer;
 display: block;
}
.collapse_5 + input{
 display: none; /* hide the checkboxes */
}
.collapse_5 + input + div{
 display:none;
}
.collapse_5 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_6{
 cursor: pointer;
 display: block;
}
.collapse_6 + input{
 display: none; /* hide the checkboxes */
}
.collapse_6 + input + div{
 display:none;
}
.collapse_6 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_7{
 cursor: pointer;
 display: block;
}
.collapse_7 + input{
 display: none; /* hide the checkboxes */
}
.collapse_7 + input + div{
 display:none;
}
.collapse_7 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_8{
 cursor: pointer;
 display: block;
}
.collapse_8 + input{
 display: none; /* hide the checkboxes */
}
.collapse_8 + input + div{
 display:none;
}
.collapse_8 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_9{
 cursor: pointer;
 display: block;
}
.collapse_9 + input{
 display: none; /* hide the checkboxes */
}
.collapse_9 + input + div{
 display:none;
}
.collapse_9 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_10{
 cursor: pointer;
 display: block;
}
.collapse_10 + input{
 display: none; /* hide the checkboxes */
}
.collapse_10 + input + div{
 display:none;
}
.collapse_10 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_11{
 cursor: pointer;
 display: block;
}
.collapse_11 + input{
 display: none; /* hide the checkboxes */
}
.collapse_11 + input + div{
 display:none;
}
.collapse_11 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_12{
 cursor: pointer;
 display: block;
}
.collapse_12 + input{
 display: none; /* hide the checkboxes */
}
.collapse_12 + input + div{
 display:none;
}
.collapse_12 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_13{
 cursor: pointer;
 display: block;
}
.collapse_13 + input{
 display: none; /* hide the checkboxes */
}
.collapse_13 + input + div{
 display:none;
}
.collapse_13 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_14{
 cursor: pointer;
 display: block;
}
.collapse_14 + input{
 display: none; /* hide the checkboxes */
}
.collapse_14 + input + div{
 display:none;
}
.collapse_14 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_15{
 cursor: pointer;
 display: block;
}
.collapse_15 + input{
 display: none; /* hide the checkboxes */
}
.collapse_15 + input + div{
 display:none;
}
.collapse_15 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_16{
 cursor: pointer;
 display: block;
}
.collapse_16 + input{
 display: none; /* hide the checkboxes */
}
.collapse_16 + input + div{
 display:none;
}
.collapse_16 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_17{
 cursor: pointer;
 display: block;
}
.collapse_17 + input{
 display: none; /* hide the checkboxes */
}
.collapse_17 + input + div{
 display:none;
}
.collapse_17 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_18{
 cursor: pointer;
 display: block;
}
.collapse_18 + input{
 display: none; /* hide the checkboxes */
}
.collapse_18 + input + div{
 display:none;
}
.collapse_18 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_19{
 cursor: pointer;
 display: block;
}
.collapse_19 + input{
 display: none; /* hide the checkboxes */
}
.collapse_19 + input + div{
 display:none;
}
.collapse_19 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_20{
 cursor: pointer;
 display: block;
}
.collapse_20 + input{
 display: none; /* hide the checkboxes */
}
.collapse_20 + input + div{
 display:none;
}
.collapse_20 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_21{
 cursor: pointer;
 display: block;
}
.collapse_21 + input{
 display: none; /* hide the checkboxes */
}
.collapse_21 + input + div{
 display:none;
}
.collapse_21 + input:checked + div{
 display:block;
}
/* end collapse button */

/* collapse button*/
.collapse_22{
 cursor: pointer;
 display: block;
}
.collapse_22 + input{
 display: none; /* hide the checkboxes */
}
.collapse_22 + input + div{
 display:none;
}
.collapse_22 + input:checked + div{
 display:block;
}
/* end collapse button */

/* Tooltip container */
.tooltip {
  position: initial;
  display: inline-block;
  border-bottom: 3px solid #edb9ab; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  position: absolute;
  width:70%;
  left: 15%;
  margin: auto;
  visibility: hidden;
  background-color: #2e2b23;
  color: #edb9ab;
  padding: 3.5vw;
  font-size:1.2vw;
  z-index: 5;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* End of Tooltip*/

/* Admin Tooltip container */
.tooltipadmin {
  position: initial;
  display: inline-block;
}

/* Tooltip text */
.tooltipadmin .tooltiptextadmin {
  position: absolute;
  width: 70%;
  left: 15%;
  margin: auto;
  visibility: hidden;
  background-color: #254b6e;
  color: #f2eee9;
  padding: 3.5vw;
  font-size:1.2vw;
  z-index: 4;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipadmin:hover .tooltiptextadmin {
  visibility: visible;
}
/* End of Admin Tooltip*/

/* Primary Tooltip text */
.tooltipprim {
  position: initial;
  display: inline-block;
}

.tooltipprim .tooltiptextprim {
  position: absolute;
  width: 70%;
  left: 15%;
  margin: auto;
  visibility: hidden;
  background-color: #d85a32;
  color: #f2eee9;
  padding: 3.5vw;
  font-size:1.2vw;
  z-index: 3;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipprim:hover .tooltiptextprim {
  visibility: visible;
}
/* End of Primary Tooltip*/

/* Elementary Tooltip container */
.tooltip-el {
  position: initial;
  display: inline-block;
}

/* Tooltip text */
.tooltip-el .tooltiptext-el {
  position: absolute;
  width: 70%;
  left: 15%;
  margin: auto;
  visibility: hidden;
  background-color: #60724f;
  color: #f2eee9;
  padding: 3.5vw;
   margin-top: 50px;
  font-size:1.2vw;
  z-index: 2;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-el:hover .tooltiptext-el {
  visibility: visible;
}
/* End of Elementary Tooltip*/

/* Middle School Tooltip container */
.tooltip-mid {
  position: initial;
  display: inline-block;
}

/* Tooltip text */
.tooltip-mid .tooltiptext-mid {
  position: absolute;
  width: 70%;
  left: 15%;
  margin: auto;
  visibility: hidden;
  background-color: #2e2b23;
  color: #f2eee9;
  padding: 3.5vw;
  font-size:1.2vw;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-mid:hover .tooltiptext-mid {
  visibility: visible;
}
/* End of Middle School Tooltip*/

/* Specialty Tooltip container */
.tooltip-spec {
  position: initial;
  display: table;
  z-index: 20;
}

/* Specialty Tooltip container */
.tooltip-spec {
  position: initial;
  display: inline-block;
}

/* Tooltip text */
.tooltip-spec .tooltiptext-spec {
  position: absolute;
  width: 70%;
  left: 15%;
  margin: auto;
  top: 93%;
  visibility: hidden;
  background-color: #e4a290;
  color: #f2eee9;
  padding: 3.5vw;
  font-size:1.2vw;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-spec:hover .tooltiptext-spec {
  visibility: visible;
}
/* End of Specialty Tooltip*/

/* TEST Tooltip container */
.tooltip-test {
  position: initial;
  display: inline-block;
}

/* TEST Tooltip text */
.tooltip-test .tooltiptext-test {
  position: absolute;
  width: 70%;
  left: 15%;
  margin: auto;
  visibility: hidden;
  background-color: #254b6e;
  color: #f2eee9;
  padding: 3.5vw;
  font-size:1.2vw;
  z-index: 4;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-test:hover .tooltiptext-test {
  visibility: visible;
}
/* End of TEST Tooltip*/


/* Primary Curriculum Tooltip container */
.tooltip-primcurriculum {
  position: initial;
  display: inline-block;
}

/* Tooltip text */
.tooltip-primcurriculum .tooltiptext-primcurriculum {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 15%;
  visibility: hidden;
  background-color: #edb9ab;
  color: #3d372b;
  padding: 3.5vw;
  font-size:1.2vw;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-primcurriculum:hover .tooltiptext-primcurriculum {
  visibility: visible;
}
/* End of Primary Curriculum Tooltip*/




.guiding_principles_copy {
	padding: 20px;
    padding-left: 31px;
    font-size: 1.3vw;
    line-height: 1.4vw;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5vw;
	font-weight: 400;
	color: rgb(55, 45, 33);
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(3, 142, 255);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

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

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Dolly Pro", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	line-height: 1.1;
	color: rgb(36, 75, 110);
	}

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

[data-predefined-style="true"] h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.7rem;
	line-height: 1.4;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3vw;
	line-height: 1.3;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.02em;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	border-bottom-width: 0em;
}

/**
 * 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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: center /*!text_left*/;
}

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

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

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


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

/**
 * Thumbnails
 */

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

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

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.4rem;
    margin-bottom: .3rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.1;
    text-align: center;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
    text-align: center;
}

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

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

/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: Josefin Sans; 
	background:rgb(37, 75, 110, 0.95);
	font-size: 8vw;
	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;
    text-transform: capitalize;
}

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

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

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 100);
	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.85);
    background: transparent;
	font-size: 40px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2.5rem /*!shop_button*/;
	left: 2.5rem /*!shop_button*/;
}

#shop_button.text {
	font-family: "Social Variable", Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 2.2rem;
    padding: 0;
    line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

body.mobile #shop_button {
	margin: -6px;
    font-size: 34px;
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
    font-family: "Social Variable", Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 2.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.85);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * 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(255, 255, 255, 0.95) /*!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: #f2eee9;
    stroke-width: 1.5px;
}

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

/**
 * 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: #fff;
    stroke-width: 1.5px;
}

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


/**
 * Feed
 */

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

.feed .content_container .page_container:last-child .page {
	border-bottom: 0;
}

[local-style="7547054"] .page_container {
	padding-top: 150px !important;
}


/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}

/*FOR MOBILE PORTRAIT*/
@media only screen and (max-width: 800px) {
/*HOMEPAGE LANDING PAGE*/
    #navbar img {
	width: 25% !important;
    height: auto !important;
    padding-left: 3px;
    padding-top: 3px;
}
.navbar {
	display: none;
}
.welcome {    
	padding-left: 20px;
    padding-right: 20px !important;
    padding-top: 40px;
  }
    
[local-style="7369196"] .backdrop {
	display: none;
}
 
[local-style="7369196"] h1 {
	font-size: 20vw !important;
    margin-bottom: -20px;
    margin-top: -30px;
}
[local-style="7369196"] bodycopy {
	font-size: 7vw !important;
}
[local-style="7369196"] small{
font-size: 4vw !important; 
    margin-bottom: 50px;
}
[local-style="7369196"] h2 {
	font-size: 5vw !important;
}
  
[local-style="7369196"] .page {    
	min-height: 100vh !important;
	background-color: initial /*!page_bgcolor*/;
}
    
/*OUR SCHOOL*/
[local-style="7416114"] h1 {
	font-size: 10vw !important;
    padding-top: 2.5vw !important;
}
  
[local-style="7416114"] img {
	display:none !important;
}
    
[local-style="7416114"] bodycopy {
	font-size: 4.5vw !important;
    padding-bottom: 3vw !important;
}
/*END OF OUR SCHOOL*/
  
/*HOMEPAGE ICONS*/
[local-style="7416574"] {
	padding-top: 4vw !important;
    padding-bottom: 4vw !important;
}
    
.icons img{
    position: absolute;
	width: 25% !important;
    height: auto !important;
    left: 4.5vw !important;
}
.homepageiconspadding {    
	padding-left: 3vw !important;
    padding-right: 3vw !important;
    padding-top: 8vw !important;
}
    

[local-style="7416574"] h2{
	font-size: 6vw !important;
    text-align: left;
    position: absolute;
	padding-top: 115px !important;
}
    
[local-style="7416574"] small{
	font-size: 5vw !important;
    text-align: left;
    margin-top: 150px !important;
    position: relative;
    
}
/* END OF HOMEPAGE ICONS */

/* GALLERY */
[local-style="7416850"] .backdrop {
	display: none;
}
    
[local-style="7416850"] .page {
	background-color: initial /*!page_bgcolor*/;
}
/* GALLERY */

/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="7368048"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="7368048"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="7368048"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="7368048"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="7368048"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="7368048"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="7368048"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
    
/* END OF FOOTER */

/* BOTTOM NAV */
 .backtotop{
	display: none;
    }

.copyright{
    background-color: #254b6e;
    width: 100%;
    margin: 0 !important;
    padding-bottom: 7vw !important;
    padding-top: 0vw !important;
    padding-left: 5vw !important;
	position: absolute;
    font-size: 1.8vw;
    bottom: -50px;
    z-index: 3;
}
 .search {
    background-color: #254b6e !important;
    position: absolute;
	width: 100%;
    padding-right: 0vw !important;
    padding-left: 0vw !important;
    padding-bottom: 12vw !important;
    bottom: 0vw !important;
    height: 0vw !important;
    z-index: 1;
}

/* END OF BOTTOM NAV */

/* HEAD OF SCHOOL MESSAGE */
[local-style="7426536"] h1 {
	font-size: 10vw !important;
    width: 100vw;
    line-height: 10vw;
}
    
[local-style="7426536"] small {
	font-size: 5vw !important;
}

    
[local-style="7426536"] h2 {
	font-size: 5vw !important;
    line-height: 1.2 !important;
}
    
.headofschoolmessage {
	margin-top: 35% !important;
    
}

.headofschoolmessage img {
    display: none;
    margin-top: 6vw;
	width: 30% !important;
    height: auto !important;
}

.message {
  font-size: 3vw;
  line-height: 3.5vw;
}
/* HEAD OF SCHOOL MESSAGE */
    
/* JUMP SCROLL 1 */
.jumpscroll {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: 3.5vw;
    letter-spacing: 3px !important;
}
    
.jumpscroll-padding {
	padding-top: 1vw !important;
    margin-bottom: 0vw !important;
    padding-bottom: 7vw !important;
}
    
.jumpscroll br {
	display: none;
}
/* END OF JUMP SCROLL 1 */

/* OUR MISSION */
[local-style="7527400"] .page {        
	height: 75vh !important;
    
	background-color: initial /*!page_bgcolor*/;
}
    
[local-style="7527400"] .backdrop {
    width: 100% !important;
}
    
[local-style="7527400"] .backdrop img {
    width: 50px !important;
    height: auto !important;
}
   
[local-style="7527400"] h1 {
	font-size: 10vw !important;
}
    
[local-style="7527400"] bodycopy {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
}

/* OUR PHILOSOPHY */
.column1 {
	display: none;
}
#ourphilosophy{
	margin-top: 0px !important;

}
[local-style="7527838"] h1 {
	font-size: 10vw !important
}
    
[local-style="7527838"] bodycopy {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
}
/* END OF OUR PHILOSOPHY */
    
/* GUIDING PRINCIPLES */
[local-style="7528036"] h1 {
	font-size: 10vw !important;
    
}
  
[local-style="7528036"] bodycopy {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
    
}

.guiding_principles_copy {
    padding-left: 8px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	font-size: 5vw !important;
    line-height: 5.5vw !important;
}
/* END OF GUIDING PRINCIPLES */
    
/* BOARD OF TRUSTEES */
#boardoftrustees { 
	position: relative;
    z-index: 1;
    padding-top: 3vw !important;
}
    
[local-style="7528901"] h1 {
	font-size: 10vw !important;
    line-height: 10vw !important;
}
    
[local-style="7528901"] bodycopy {
	font-size: 4.5vw !important;
    line-height: 5.4vw !important;
}
    
.names {
	padding-top: 15vw !important;
    padding-bottom: 10vw !important;
}
  
[local-style="7528901"] .column2 {
    width: 50vw !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
   
    
.tooltip {
	border-bottom: solid 2px;
}
    
.tooltip .tooltiptext {
    pointer-events: none;
    width: 100% !important;
    left: 0% !important;
    font-size: 5vw !important;
    line-height: 5.5vw !important;
    display: none !important;
	
}

hr {
	height: 3px !important;
}
    
#foundersofluria {
	padding-top: 4vw;
}
    
bodycopy #foundersofluria  {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
}
/* END OF BOARD OF TRUSTEES */
    
/* JUMP SCROLL 2 */
[local-style="7529765"] bodycopy {
	padding-top: 30px !important;
    padding-bottom: 10vw !important;
    letter-spacing: 3px !important;
    
}
/* JUMP SCROLL 2 */
    
/* FACULTY AND STAFF */
#mobile-only {
	visibility: visible !important;
    font-size: 3.2vw !important;
    margin-top: 2.5vw;
}
    
#faculty { 
	position: relative;
    z-index: 1;
}
   
[local-style="7785415"] h1 {
	font-size: 10vw !important;
}
   
[local-style="7785415"] h2 {
	font-size: 6vw !important;
}
    
[local-style="7785415"] bodycopy {
	font-size: 3.2vw !important;
}
    
[local-style="7785415"] img {
	width: 60% !important;
    height: auto !important;
}
    
[local-style="7785415"] small {
	font-size: 2vw !important;
}
    
[local-style="7785415"] .column-3 {
	width: 40vw;
    margin: auto;
    margin-top: 20px !important;
    padding-bottom: 5vw;
}
    
.tooltipadmin .tooltiptextadmin {
	font-size: 4vw !important;
    width: 100%;
    left: 0%;
    display: none !important;
}
    
.tooltipprim .tooltiptextprim {
	font-size: 4vw !important;
    width: 95%;
    margin: auto;
    left: 2.5%;
    display: none !important;
}
    
.tooltip-el .tooltiptext-el {
	font-size: 4vw !important;
    width: 95%;
    margin: auto;
    left: 2.5%;
    display: none !important;
}
    
.tooltip-mid .tooltiptext-mid {
	font-size: 4vw !important;
    width: 95%;
    left: 2.5%;
    display: none !important;
}
    
.tooltip-spec .tooltiptext-spec {
	font-size: 4vw !important;
    width: 95%;
    left: 2.5%;
    display: none !important;
}

/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="9450539"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="9450539"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="9450539"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="9450539"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="9450539"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="9450539"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="9450539"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
    
/* END OF FOOTER */


/* PRESS */
 /* PRESS ROW 1 */
    
[local-style="7544684"] .press{
	  margin-top: 10% !important;
}
    
[local-style="7544684"] h1 {
	font-size: 10vw !important;
}
 
    
[local-style="7544684"] bodycopy {
	font-size: 5vw !important;
    text-align: center;
}

/* PRESS ROW 2 */
[local-style="7544758"] h1 {
	font-size: 8vw !important;
}
 
    
[local-style="7544758"] bodycopy {
	font-size: 5vw !important;
    text-align: center;
}
    
/* PRESS ROW 3 */
[local-style="7545063"] h1 {
	font-size: 8vw !important;
}
 
    
[local-style="7545063"] bodycopy {
	font-size: 5vw !important;
    text-align: center;
}
    
/* PRESS ROW 4 */
[local-style="7545266"] h1 {
	font-size: 8vw !important;
}
 
    
[local-style="7545266"] bodycopy {
	font-size: 5vw !important;
    text-align: center;
}
   
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583039"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583039"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583039"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="8583039"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583039"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583039"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583039"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
    
/* ACADEMICS */
/* WELCOME TO LURIA */    
[local-style="7550049"] .admissions {
	margin-top: 18vw !important;
    margin-bottom: -30px;
}

[local-style="7550049"] h1 {
	font-size: 10vw !important;
}
    
[local-style="7550049"] bodycopy {
	font-size: 5vw !important;
}
    
[local-style="7550049"] img {
	display: none;
}
    
/* JUMP SCROLL 2 */
[local-style="7862077"] bodycopy {
	padding-top: 5px !important;
    padding-bottom: 30px !important;
    letter-spacing: 3px !important;
    
}
/* JUMP SCROLL 2 */
    
#policy {
	margin-top: -3%;
    margin-bottom: 3vw !important;
}
    
[local-style="7550289"] bodycopy {
	font-size: 5vw;
}
    
[local-style="7550289"] h1 {
	font-size: 10vw;
}
/* END OF WELCOME TO LURIA */ 

/* TUITION PROCESS */
.steps img {
	display: none;
}
 
.box {
	margin-bottom: 5vw !important;
}
    

[local-style="9214997"] h1 {
	font-size: 9vw !important;
}
    
[local-style="9214997"] img {
	width: 40vw !important;
    height: auto !important;
    padding-top: 3vw;
}
    
/* TUITION */ 
    
[local-style="7550457"] {
	padding-top: 2vw;
    padding-bottom: 1vw;
}
    
[local-style="7550457"] h1 {
	font-size: 10vw !important;
    letter-spacing: 1px;
}
    
[local-style="7550457"] bodycopy {
	font-size: 5vw !important;
    letter-spacing: 2px !important;
}
    
[local-style="7550457"] .column-2 {
	width: 58vw !important;
}
    
[local-style="7550457"] .column-2 .pinkline{
	display: none !important;
}

[local-style="7550457"] .pinkline {
	height: 0.3vw !important;
}

/* TUITION */ 
    
/* FINANCIAL AID PROCESS */ 
    
[local-style="7550857"] h1 {
	font-size: 10vw !important;
}
    
[local-style="7550857"] bodycopy {
	font-size: 5vw !important;
}
    
[local-style="7550857"] h2 {
	font-size: 4vw !important;
    letter-spacing: 2px !important;
}
    
[local-style="7550857"] img {
	display: none;
    
}

.grid-padding {
	padding: 0px !important;
}
    
.leftbar {
    width: 60% !important;
}
.leftbar-1 {
    width: 40% !important;
}
 
.rightbar {
    width: 60% !important;
}
.rightbar-1 {
    width: 40% !important;
}
/* FINANCIAL AID PROCESS */ 
    
/* FACTS */
[local-style="7561393"] bodycopy {
	font-size: 5vw !important;
}
    
[local-style="7561393"] {
	padding-bottom: 3vw; 
}
    
/* END OF FACTS */
    
/* HIGH SCHOOL ACCEPTANCES */
[local-style="8613726"] {
	padding-bottom: 3vw;
}
    
[local-style="8613726"] .backdrop {
	display: none;
}
    
[local-style="8613726"] h1 {
	font-size: 10vw !important;
    line-height: 10vw !important;
    padding-bottom: 3vw; 
}
    
[local-style="8613726"] bodycopy {
	font-size: 4vw !important;
}
/* END OF HIGH SCHOOL ACCEPTANCES */
    
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583040"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583040"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583040"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="8583040"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583040"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583040"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583040"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
    
/* NEW PRIMARY CURRICULUM */
[local-style="7548765"] .page {
	margin-top: 25vw 
    
}
    
[local-style="9426816"] h1 {
	font-size: 10vw !important;
    
}
  
[local-style="9426816"] bodycopy {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
    
}
/* END NEW PRIMARY CURRICULUM */
    
    
/* NEW ELEMENTARY CURRICULUM */
    
[local-style="9426514"] h1 {
	font-size: 9vw !important;
    padding-bottom: 4vw !important;
    
}
  
[local-style="9426515"] bodycopy {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
    
}
    
    
[local-style="9426311"] h1 {
	font-size: 9vw !important;
    padding-bottom: 4vw !important;
    
}
  
[local-style="9426311"] bodycopy {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
    
}
 

curriculum-new {
	font-size: 4vw !important;
}
    
/* END NEW ELEMENTARY CURRICULUM */
    
/* NEW UPPER SCHOOL CURRICULUM */
    
[local-style="9426817"] h1 {
	font-size: 9vw !important;
    padding-bottom: 4vw !important;
    
}
  
[local-style="9426835"] bodycopy {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
    
}
    
    
[local-style="9426840"] h1 {
	font-size: 9vw !important;
    padding-bottom: 4vw !important;
    
}
  
[local-style="9426840"] bodycopy {
	font-size: 5vw !important;
    line-height: 5.5vw !important;
    
}


    
    
/* END NEW UPPER SCHOOL CURRICULUM */
    
/* CURRICULUM */

[local-style="7547284"] img {
	display: none;
}
     
[local-style="7547284"] h1 {
	font-size: 10vw !important;
}
    
[local-style="7547284"] h2 {
	font-size: 5vw !important;
}

[local-style="7547284"] bodycopy {
	font-size: 5vw !important;
}
 
.curriculum {
	margin-top: 30vw !important;
}
/* END OF CURRICULUM */
    
/* JUDAIC CURRICULUM */
[local-style="7548255"] h1 {
	font-size: 10vw !important;
    padding-left: 4.5vw !important;
    padding-bottom: 8vw !important;
}

[local-style="7548255"] img {
	width: 18% !important;
    height: auto !important;
    padding-left: 4.5vw !important;
    padding-top: 5vw !important; 
}
   
[local-style="7548411"] bodycopy {
	font-size: 5vw !important;
}
   
.left-column{
	padding-bottom: 0px !important;
}
/* END OF JUDAIC CURRICULUM */
    
/* JUDAIC TEXT */
    
[local-style="7548428"] {
	padding-top: 3vw; 
}
[local-style="7548428"] h1 {
	font-size: 10vw !important;
    padding-bottom: 8vw;
    padding-left:4.5vw !important;

}

[local-style="7548428"] img {
	width: 18% !important;
    height: auto !important;
    padding-left: 4.5vw !important;
    padding-top: 5vw !important; 
}
   
[local-style="7548664"] bodycopy {
	font-size: 5vw !important;
}
   
.left-column{
	padding-bottom: 0px !important;
}
/* END OF JUDAIC TEXT */
    
/* PRIMARY CURRICULUM */
[local-style="7548765"] .backdrop {
    width: 100% !important;
}
    
[local-style="7548765"] .backdrop img {
    width: 50px !important;
    height: auto !important;
}
    
[local-style="7548765"] h1 {
    font-size: 10vw !important;
    margin-top: 3vw; 
}
    
[local-style="7549809"] bodycopy {
    font-size: 5vw !important;
}
    
[local-style="7691335"] h2 {
    font-size: 10vw !important;
}
    
[local-style="7691335"] small {
    font-size: 3vw !important;
}
    
[local-style="7691335"] .column-3 {
    width: 48vw !important;
    margin-top: 5vw !important;
   
}
    
    
.primary-buttons {
	padding-bottom: 3vw;
}
    
.tooltip-primcurriculum .tooltiptext-primcurriculum {
	font-size: 5vw !important;
    letter-spacing: 1px !important;
    width: 100%;
    left: 0%;
}
/* END OF PRIMARY CURRICULUM */
    
/* ELEMENTARY CURRICULUM */
    
[local-style="7549406"] h1 {
	font-size: 10vw !important;
    margin-top: 3vw !important;
}
    
[local-style="7549531"] bodycopy {
    font-size: 5vw !important;
}
    
[local-style="7580713"] h2 {
    font-size: 5vw !important;
}
    
[local-style="7580713"] bodycopy {
    font-size: 5vw !important;
    margin-bottom: 3vw !important;
}
/* END OF ELEMENTARY CURRICULUM */
    
/* SCHEDULES */
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 35px;
    width: 35px;
}

.image-gallery-navigation .left-arrow {
	margin-left: -15px !important;
}
    
.image-gallery-navigation .right-arrow {
	margin-left: -15px !important;
}
    
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583041"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583041"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583041"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="8583041"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583041"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583041"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583041"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
    
/* PARENT ASSOCIATION */
.pta {    
	padding-left: 0vw;
    padding-top: 10% !important;
}
[local-style="7561878"] .backdrop {
	display: none;
}
 
[local-style="7561878"] h1 {
	font-size: 12vw !important;
    margin-top: 10%;
}
[local-style="7561878"] bodycopy {
	font-size: 4.5vw !important; 
}
    
[local-style="7561878"] small{
font-size: 4vw !important;
}
    
[local-style="7561878"] h2 {
	font-size: 5vw !important;
}
  
[local-style="7561878"] .page {    
	min-height: 100vh !important;
	background-color: initial /*!page_bgcolor*/;
}
/* END OF PARENT ASSOCIATION */
    
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583043"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583043"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583043"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="8583043"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583043"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583043"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583043"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
    
/* FALL CALENDAR */
[local-style="7563287"] img{
	display: none; 
}
    
[local-style="7563287"] .calendar{
	margin-top: 30vw;
    padding-bottom: 2vw !important;
}
    
[local-style="7563287"] h1 {
	font-size: 8vw !important;    
}
    
[local-style="7563287"] h2 {
	font-size: 3.5vw !important;
    margin-top: 2vw;
    letter-spacing: 2px !important;
}
    
[local-style="7563287"] bodycopy {
	font-size: 2vw !important;    
}
    
.column-2 {
    position: absolute;
	left: 40vw !important;
    padding: 1.8vw !important;
}
    
.column-1 {
    padding: 1.8vw !important;
}
/* END OF FALL CALENDAR */
    
/* SPRING CALENDAR */
[local-style="7564104"] img{
	display: none; 
}
    
[local-style="7564104"] .calendar{
	margin-top: 10vw !important;
    padding-bottom: 2vw !important;
}
    
[local-style="7564104"] h1 {
	font-size: 8vw !important;    
}
    
[local-style="7564104"] h2 {
	font-size: 3vw !important;
    margin-top: 2vw;
    letter-spacing: 2px !important;
}
    
[local-style="7564104"] bodycopy {
	font-size: 2vw !important;    
}
/* END OF SPRING CALENDAR */
    
/* GOOGLE CALENDAR */
[local-style="7562835"] h1 {
	font-size: 8vw !important;    
}
    
[local-style="7562835"] bodycopy {
	font-size: 3vw !important;    
}
.google-calendar {
	height: 420px !important;
}
/* END OF GOOGLE CALENDAR */
    
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583045"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583045"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583045"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="8583045"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583045"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583045"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583045"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
    
/* AFTER SCHOOL */
[local-style="7565840"] .club-year {
	padding-top: 20%;

}
[local-style="7565840"] h1 { 
	font-size: 7vw !important;
}

[local-style="7566240"] h2 {
	font-size: 1.9vw !important;
}
    
[local-style="7566240"] bodycopy {
	font-size: 2vw !important;

}
    
[local-style="7566240"] small {
	font-size: 1.4vw !important;
    line-height: 1.4vw !important;

}
    
[local-style="7565840"] small {
   font-size: 1.8vw !important;
}
   
.pinkbar {
	padding: 2px !important;
}
    
.greenbar {
	padding: 2px !important;
}
    
.days {
	padding-top: 30px !important
}
    
.classes {
	padding-top: 0px !important;
}
  
.class {
	padding-left: 2.5vw !important;
    padding-right: 2.5vw !important;
}
    
[local-style="7566240"] {
    padding-left: 1vw;
    padding-right: 1vw; 
	
}
    
[local-style="7566240"] hr.greenline{
	height: 1px !important;
}
    
[local-style="7566240"] hr.pinkline{
	height: 1px !important;
}
    
/* END OF AFTER SCHOOL */
    
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583044"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583044"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583044"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="8583044"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583044"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583044"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583044"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
    
/* SUMMER */
    
[local-style="7566578"] .summer {
   margin-top: 22vw;
}
    
[local-style="7566578"] h1 {
   font-size: 10vw !important;
}
    
[local-style="7566578"] bodycopy {
   padding-top: 30px !important;
   font-size: 4vw !important;
}
    
.summer-info {
	padding-bottom: 5vw !important;
}
    
/* SUMMER TUITION */
[local-style="7566893"] bodycopy {
   font-size: 3.4vw !important;
   padding-bottom: 5vw !important;
}
    
[local-style="7566893"] .column-2 {
	font-size: 3.5vw;
    width: 58vw !important;
    line-height: 3.5vw !important;
}
.summer-tuition {
	padding-top: 40px !important;
}
    
[local-style="7566893"] hr {
	height: 2px !important;
}
    
/* IMPORTANT DATES */
[local-style="7567237"] h1 {
	font-size: 10vw !important;
    letter-spacing: 1px;
}
    
[local-style="7567237"] bodycopy {
	font-size: 5vw !important;
    letter-spacing: 2px !important;
}
    
[local-style="7567237"] .column-2 {
	width: 57vw !important;
}
    
[local-style="7567237"] .column-2 hr {
	display: none !important;
}
    
[local-style="7567237"] hr {
	height: 1px !important;
}
    
[local-style="7567237"] hr {
	height: 1px !important;
}
    
/* SUMMER SCHEDULE */
    
[local-style="7567321"] h1 {
	font-size: 10vw !important;
}
    
[local-style="7567321"] h2 {
	font-size: 5vw !important;
}
    
[local-style="7567321"] bodycopy {
	font-size: 3vw !important;
}
    
/* TRIPS */
[local-style="7567322"] img {
	width: 30vw !important;
    height: auto !important;
}
    
[local-style="7575540"] h1 {
	font-size: 10vw !important;
    padding-bottom: 4vw;
}
    
[local-style="7567322"] bodycopy {
	font-size: 4vw !important;
}
    
[local-style="7567322"] .column-3 {
	width: 40vw !important;
    height: auto;
    margin: auto;
    padding: 10px
    
}
    
.trips {
	padding-top: 20px;
    padding-right: 7vw;
    padding-left: 7vw;
    padding-bottom: 2vw;
}
/* END OF TRIPS */
    
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583057"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583057"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583057"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="8583057"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583057"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583057"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583057"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
    
/* EMPLOYMENT */ 
[local-style="7576763"] .employment {
	margin-top: 30vw;
    padding-bottom: 10vw;
}
    
[local-style="7576763"] h1 {
	font-size: 10vw !important;
}
    
[local-style="7576763"] h2 {
	font-size: 5vw !important;
}
    
[local-style="7576763"] bodycopy {
	font-size: 5vw !important;
}
/* END OF EMPLOYMENT */ 
    
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583165"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583165"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583165"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
}
    
[local-style="8583165"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583165"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583165"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583165"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
    
/* SCHOOL SPIRIT */
[local-style="7577446"] .schoolspirit h1 {
	margin-top: 20vw;
}
    
[local-style="7577446"] img {
	width: 80vw !important;
    height: auto !important;
    margin: 0 !important;
}
    
[local-style="7577446"] .merch {
	padding: 0vw !important;
}
    
[local-style="7577446"] h1 {
	font-size: 10vw !important;
    padding-bottom: 6vw !important;
}
    
[local-style="7577446"] bodycopy {
	font-size: 5vw !important;
    
}
 
[local-style="7577446"] .merch-bottom-text {
	padding-top: 15vw !important;
    margin: 4.3vw !important;
}
/* END OF SCHOOL SPIRIT */
    
/* FOOTER */
.footer {
    margin-top: 3vw !important;
	text-align: left;
    margin-bottom: 5vw !important;
}
[local-style="8583058"] h2 {
	font-size: 4.0vw !important;
    letter-spacing: 3px !important;
}
    
[local-style="8583058"] bodycopy {
	font-size: 3vw !important;
}
    
[local-style="8583058"] .logo img {
    display: none;
	width: 25% !important;
    height: auto !important;
    margin-top: 2.0vw !important;
    }
    
[local-style="8583058"] .connect img {
	width: 3% !important;
    height: auto !important;
}
    

[local-style="8583058"] .affiliations img {
	width: 100% !important;
    height: auto !important;
    padding-bottom: 3vw;
}
    
[local-style="8583058"] hr {
    display: none !important;
	height: 2px !important;
}
    
.connect {
	margin-top: 30px !important;
    margin-bottom: 0px !important;
}
    
[local-style="8583058"] .contact {
    position: absolute;
    top: 0 !important;
    margin-top: 6.5vw !important;
	margin-left: 50% !important;
    
}
   
/* END OF FOOTER */
}

/* MEDIA QUERY FOR LANDSCAPE */
@media only screen and (max-width: 800px) and (orientation: landscape) {  
/* NAV BAR*/
   #navbar img {
    width: 15% !important;
    padding-left: 10px;
    padding-top: 10px !important;
}
    
/* HOMEPAGE */    
.welcome {
    margin-top: 18vw !important;
	padding-top: 0.5vw !important;
    padding-bottom: 8vw !important;
}

[local-style="7369196"] h1 {
	font-size: 10vw !important;
    line-height: 20vw !important;
}
    
[local-style="7369196"] bodycopy {
    padding-top: 3vw !important;
	font-size: 4vw !important;
    
}
    
[local-style="7369196"] h2 {
	font-size: 4vw !important;
    
}
 
[local-style="7369196"] br {
 display: none; 
    
}
 
/* HOMEPAGE OUR SCHOOL */
[local-style="7416114"] bodycopy {
 padding-top: 5vw !important;
 padding-left: 5vw !important;
 padding-right: 5vw !important;
 padding-bottom: 3vw !important;
 font-size: 3.5vw !important;
    
}

/*HOMEPAGE ICONS*/
[local-style="7416574"] {
	padding-top: 7vw !important;
    padding-bottom: 6vw !important;
    padding-left: 2.0vw !important;
    padding-right: 2.0vw !important;
}
    
.icons img{
    position: absolute;
	width: 20% !important;
    height: auto !important;
    left: 4vw !important;
}
.homepageiconspadding {    
	padding-left: 3vw !important;
    padding-right: 3vw !important;
    padding-top: 5vw !important;
}
    

[local-style="7416574"] h2{
	font-size: 6vw !important;
    text-align: left;
    position: absolute;
	padding-top: 180px !important;
}
    
[local-style="7416574"] small{
	font-size: 3.5vw !important;
    text-align: left;
    margin-top: 240px !important;
    position: relative;
    
}
    
/* HEAD OF SCHOOL MESSAGE */
[local-style="7426536"] .headofschoolmessage {
 margin-top: 15vw !important;
 padding: 1vw !important;
    
}
    
[local-style="7426536"] h2 {
 font-size: 3.5vw !important;
 letter-spacing: 0px !important;
 line-height: 4vw !important;
 padding-right: 30% !important;
    
}
    
[local-style="7426536"] small {
	font-size: 3.5vw !important;
}
    
/* JUMP SCROLL */
[local-style="7527113"] {
	margin-bottom: 0vw !important;
}
    
/* OUR MISSION */
[local-style="7527400"] .page {
	height: 75vh !important;
}
    
[local-style="7527400"] #ourmission {
	padding: 1vw !important;
    padding-top: 2vw !important;
    font-size: 3.5vw !important;
    line-height: 3.6vw !important;
}
    
[local-style="7527400"] .backdrop {
	width: 100% !important;
    height: 100% !important;
}
    
[local-style="7527400"] .backdrop img {
	width: 50px !important;
    height: 100% !important;
}
    
/* OUR PHILOSOPHY */
[local-style="7527838"] #ourphilosophy {
	padding: 1vw !important;
    padding-top: 2vw !important;
    font-size: 3.5vw !important;
    line-height: 3.6vw !important;
}
    
/* GUIDING PRINCIPLES */
[local-style="7528036"] .backdrop {
	display: none;
}
    
[local-style="7528036"] .collapsible-wrap bodycopy {
	font-size: 3.5 !important;
}
    
.guiding_prinicples_copy {
	font-size: 3.5vw;
}

/* BOARD OF TRUSTEES */
[local-style="7528901"] #boardoftrustees {
	padding-top: 3vw !important;
    
}
    
[local-style="7528901"] .names {
	padding-top: 7vw !important;
    padding-bottom: 5vw !important;
}
 
    
/* PRESS */

[local-style="7544684"] .press {
	padding-top: 0vw !important;
    margin-top: 0vw !important;
}
   
[local-style="7544684"] bodycopy {
	text-align: center !important;
    font-size: 3.5vw !important;
}
    
[local-style="7544758"] bodycopy {
	text-align: center !important;
    font-size: 3.5vw !important;
}
    
[local-style="7545063"] bodycopy {
	text-align: center !important;
    font-size: 3.5vw !important;
}
    
[local-style="7545266"] bodycopy {
	text-align: center !important;
    font-size: 3.5vw !important;
}
    
/* ADMISSIONS */ 
[local-style="7550049"] .admissions-left {
	padding-top: 0vw !important;
}
    
[local-style="7550049"] .admissions {
	margin-top: 15vw !important;
}
    
/* POLICY */
[local-style="7550289"] h1 {
	font-size: 8vw !important;
}

    
/* TUITION */
[local-style="7550457"] #tuition {
	padding-top: 3vw !important;
}
    
/* HIGH SCHOOL ACCEPTANCES */
[local-style="7551394"] #acceptances {
	margin-right: 5vw !important;
}
 
    
[local-style="7551394"] h2 {
	font-size: 3vw !important;
}
 
    
[local-style="7551394"] bodycopy {
	font-size: 3vw !important;
}
 

/* CURRICULUM */
[local-style="7547284"] .curriculum {
	margin-top: 18vw !important;
}
 
/* JUDAIC CURRICULUM */
[local-style="7548255"] {
	padding: 0vw !important;
}
[local-style="7548411"] bodycopy {
    padding-top: 3vw !important;
}
    
[local-style="7548255"] .grid-padding h1 {
	padding-bottom: 3vw !important;
    padding-left: 1vw !important;
}
    
[local-style="7548255"] .grid-padding img {
    padding-left: 2vw !important;
}
    
/* JUDAIC TEXT */
[local-style="7548664"] bodycopy {
    padding-top: 3vw !important;
    padding-bottom: 5vw !important;
}
    
[local-style="7548428"] .grid-padding h1 {
	padding-bottom: 3vw !important;
    padding-left: 3vw !important;
}
    
[local-style="7548428"] .grid-padding img {
	padding-left: 3vw !important;
}
    
/* PRIMARY CURRICULUM */
[local-style="7548765"] h1 {
    padding-left: 3vw !important;
    padding-top: 2vw !important;
}
    
[local-style="7549809"] bodycopy {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
}
    
/* ELEMENTARY CURRICULUM */
[local-style="7549406"] #elementary {
    padding-top: 3vw !important;
    padding-left: 3vw !important;
    padding-right: 3vw !important;
 
}
    
[local-style="7548765"] h1 {
    padding-left: 3vw !important;
}
    
[local-style="7549531"] bodycopy {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
}
    
/* MATH AND LANGUAGE */
[local-style="7580713"] h2 {
    padding-top: 3vw !important;
    padding-left: 1vw !important;
    padding-right: 3vw !important;
 
}
    
[local-style="7580713"] bodycopy {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    padding-bottom: 5vw !important;
 
}
    
/* PTA */  
.pta {
    padding-top: 8vw !important;
    padding-bottom: 10vw !important;
    z-index: 0 !important;
    width: 70% !important;
}
    
[local-style="7561878"] .page {
	min-height: 100vh !important;
    background-color: initial !important;
}
    
[local-style="7561878"] .pta h1 {
    font-size: 10vw !important;
    padding-top: 1vw !important;
 
}
    
[local-style="7561878"] bodycopy {
    font-size: 3vw !important;
 
}
    
[local-style="7561878"] small {
    font-size: 3vw !important;
 
}
 
/* CALENDAR */   
[local-style="7563287"] .calendar {
    margin-top: 20vw !important;
 
}
    
[local-style="7563287"] bodycopy {
    font-size: 2vw !important;
 
}
    
[local-style="7564104"] {
    padding-bottom: 4vw !important;
 
}
    
[local-style="7564104"] bodycopy {
    font-size: 2vw !important;
 
}
    
/* AFTER SCHOOL */
[local-style="7565840"] .after-school {
	margin-top: 15vw !important;
}

[local-style="7565840"] .backdrop {
    display: none !important;
 
}
    
/* SUMMER SCHOOL */ 
[local-style="7566578"] .summer {
    margin-top: 10vw !important;
 
}
    
[local-style="7566578"] .summer img {
    display: none !important;
 
}
    
/* SUMMER TUITION */     
[local-style="7566893"] bodycopy {
    padding-top: 5vw !important;
    padding-bottom: 3vw !important;
 
}
    
[local-style="7566893"] .summer-tuition {
    padding-top: 5vw !important;
    padding-bottom: 3vw !important;
 
}
/* IMPORTANT DATES */     
[local-style="7567237"] {
    padding-top: 2vw !important;
    padding-bottom: 3vw !important;
 
}
    
[local-style="7567237"] bodycopy{
    font-size: 3vw !important;
 
}
    
/* TRIPS */     
[local-style="7575540"] h1 {
    padding-bottom: 0vw !important;
 
}
    
/* EMPLOYMENT */     
[local-style="7576763"] .employment {
    margin-top: 20vw !important;
 
}
    
[local-style="7576763"] small {
    font-size: 4vw !important;
 
}
    
/* SCHOOL SPIRIT */     
[local-style="7577446"] .schoolspirit {
    margin-top: 15vw !important;
 
}
    
[local-style="7577446"] .all-merch {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
 
}
    
[local-style="7577446"] .bottom-info {
    padding-bottom: 5vw !important;
 
}
    
/* SITE MENU */     
#site_menu {
    font-size: 5vw !important;
 
}
   
}    