/* Global Styles (portrait) ----------- */
body {
  -webkit-text-size-adjust: none;
}
input[type="text"],
input[type="submit"],
button,
textarea {
  -webkit-appearance: none;
}
#toggle-menu {
  font-weight: 800;
  font-size: 0.94444rem;
  line-height: 1.8em;
  color: #666666;
  position: relative;
  display: none;
  text-transform: uppercase;
}
#mobile-nav {
  left: -280px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(7px);
  display: none;
  width: 240px;
  position: fixed;
  z-index: 999;
  height: 100vh;
  overflow: scroll;
  border-radius: 0 10px 10px 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
#mobile-nav.active {
  left: 0;
  display: block;
}
#mobile-nav ul.mobileMenu > li,
#mobile-nav ul.mobileMenu > li > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
}
#mobile-nav ul.mobileMenu > li > ul > li, #mobile-nav ul.mobileMenu > li > ul > li > ul > li {
  border-bottom: none;
  border-top: solid 1px #ddd;
}
#mobile-nav ul.mobileMenu > li > a,
#mobile-nav ul.mobileMenu > li > ul > li > a,
#mobile-nav ul.mobileMenu > li > ul > li > ul > li > a {
  display: block;
  padding: 4.5px 16px;
  position: relative;
  color: #666666;
}
#mobile-nav ul.mobileMenu > li > ul > li > a, #mobile-nav ul.mobileMenu > li > ul > li > ul>li>a {
	font-size: 0.95em;
	padding-left: 18px;
}
#mobile-nav ul.mobileMenu > li > ul > li > a:before {
  content: "- ";
  font-weight: 400;
}
#mobile-nav ul.mobileMenu > li > i {
  position: absolute;
  top: 0.7em;
  right: 5px;
}
#mobile-nav ul.mobileMenu > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1340px) {
  body {
    position: relative;
  }
  html,
  body,
  input,
  textarea {
    font-size: 16px;
    line-height: 1.45em;
  }
  #toggle-menu {
    display: block;
    font-size: 1rem;
  }
  #navigation ul.desktopMenu {
    display: none;
  }
  #mobile-nav {
    display: block;
  }
  #mobile-nav ul.mobileMenu > li > ul, #mobile-nav ul.mobileMenu > li > ul > li > ul {
    display: block;
    left: inherit;
    top: inherit;
    position: relative;
    width: 100%;
  }
  #mobile-nav ul.mobileMenu > li > ul > li > ul {
    display: block;
    left: inherit;
    top: inherit;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 1199px) {
  .bannerTitle {
    font-size: 3.6rem;
  }
  .joinFormTitle,
  .postBxTitle,
  .postTitle {
    font-size: 2.1rem;
  }
  .bannerTagline {
    font-size: 2.7rem;
  }
  .bannerTxt {
    font-size: 1.1rem;
  }
  .leaders-list {
    font-size: 1.18rem;
  }
  #statesList {
    font-size: 1.32rem;
  }
  .heading {
    font-size: 1.5rem;
  }
  #footerLogo {
    max-width: 200px;
  }
  #footerRight {
    padding-left: 1rem;
  }
  #footerRight .widget-container {
    padding-left: 2rem;
  }
  .postBx .postBxImg {
    width: 100%;
    height: auto;
    padding-top: 100%;
    position: relative;
  }
  .postBx .postBxImg img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .resources-list .postBx .postBxImg {
    height: auto;
    padding-top: 0;
  }
  .resources-list .postBx .postBxImg img {
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .bannerTitle {
    font-size: 3rem;
  }
  .bannerTxt,
  #page-blue-ribbon-schools .bannerTxt,
  .postBxContent {
    font-size: 1.05rem;
  }
  .sectionTitle {
    font-size: 2.1rem;
  }
  .homeResourceContent h3 {
    font-size: 1.322rem;
  }
  .joinFormTitle,
  .postBxTitle,
  .postTitle,
  .single-ptype_landings .bannerTagline {
    font-size: 1.8rem;
  }
  .postMeta {
    font-size: 1.18rem;
  }
  .wp-pagenavi {
    font-size: 1.275rem;
  }
  .bannerTagline {
    font-size: 2.29rem;
  }
  .homeResourceImg {
    height: 20vw;
  }
  .homeResourceImg img {
    object-position: left center;
  }
  .joinFormDesc {
    font-size: 1.1rem;
  }
  .formBx,
  .postBx.factsPostBx,
  .postBx,
  .sidebarForm .formBx {
    padding: 25px;
  }
  #programsList .postBx.factsPostBx .postBxContent {
    padding-bottom: 1.1em;
  }
  .single-ptype_landings .sidebarForm ul.gform_fields > li.gfield {
    width: 100% !important;
  }
  .flex.archivesList li{
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #banner.withImg {
    padding-top: 0 !important;
    background-color: #3a5194;
  }
  #banner.withImg:before {
    display: none !important;
  }
  .bannerImg {
    width: 100% !important;
    position: relative;
    height: 55vw;
  }
  .bannerImg::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #3a5194 0%, rgba(0, 0, 0, 0) 35%);
    position: absolute;
  }
  .bannerImg img {
    object-position: center top;
  }
  .container.with-sidebar {
    display: block;
  }
  #content {
    padding-top: 0;
    width: 100%;
  }
  #sidebar {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
  .sidebarImgBx {
    max-width: 250px;
  }
  #footerTop {
    display: block;
    text-align: center;
  }
  #footerLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footerRight {
    padding-left: 0;
    width: auto;
    margin: 0 -20px;
  }
  #footerRight .widget-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #copyright {
    text-align: center;
  }
  #page-home #banner {
    background-color: #fff;
  }
  #page-home #banner .bannerImg {
    height: 65vw;
  }
  #page-home #banner .bannerImg::after {
	background: linear-gradient(360deg, #fff 0%, rgba(0, 0, 0, 0) 35%), linear-gradient(180deg, #fff 8%, rgba(255, 255, 255, 0) 30%);
}
  .whyImgBx {
    max-width: 280px;
    margin: 0 auto;
  }
  #why-cape {
    text-align: center;
  }
  #why-cape::before {
    height: 80vw;
    left: 0;
    top: -29vw;
    background-position: center bottom;
  }
  .homeResourceImg {
    height: 45vw;
  }
  .section.justify-content-start,
  .section.justify-content-end {
    padding-top: 0 !important;
    background: #fff;
  }
  .section.justify-content-start:before,
  .section.justify-content-end:before {
    display: none !important;
  }
  .section.justify-content-start .bg-image,
  .section.justify-content-end .bg-image {
    position: relative;
    width: 100% !important;
    height: 55vw;
  }
  .section.justify-content-start .bg-image:after,
  .section.justify-content-end .bg-image:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #fff 0%, rgba(0, 0, 0, 0) 35%);
    position: absolute;
  }
  #home-mission .bg-image:after {
    background: linear-gradient(360deg, #f3f3f3 0%, rgba(0, 0, 0, 0) 35%);
  }
  #home-find-school .bg-image:after,
  #page-blue-ribbon-schools #banner .bg-image:after,
  #states-membership .bg-image:after {
    background: linear-gradient(360deg, #3a5194 0%, rgba(0, 0, 0, 0) 35%);
  }
  #joinFormLeft {
    padding-right: 2rem;
  }
  #joinFormRight {
    width: 55%;
  }
  .joinFormTitle,
  .postBxTitle,
  .postTitle,
  .single-ptype_landings .bannerTagline {
    font-size: 1.6rem;
  }
  .joinFormDesc {
    font-size: 1rem;
  }
  input[type="submit"],
  button,
  .button {
    height: 40px;
    line-height: 40px;
    font-size: 0.85rem;
  }
  .button.btn-outline-white {
	line-height: 36px;
}
  .gfield_label {
    line-height: 40px;
  }
  input[type="text"],
  input[type="submit"],
  button,
  textarea {
    height: 40px;
    line-height: 40px;
  }
  ul.gform_fields > li.gfield {
    width: 100%;
    padding-bottom: 12px;
  }
  #page-blue-ribbon-schools #banner {
    padding-top: 6rem;
  }
  #page-blue-ribbon-schools #banner .bg-image {
    position: absolute;
  }
  #page-blue-ribbon-schools #banner .flex.reverse {
    display: block;
  }
  #page-blue-ribbon-schools .bannerTxtBx {
    width: 100%;
    padding-right: 0;
  }
  #page-blue-ribbon-schools #banner {
    padding-top: 4rem !important;
  }
  #page-blue-ribbon-schools .bannerImgBx {
    width: auto;
    text-align: center;
    max-width: 200px;
    padding-bottom: 2rem;
  }
  #board-chairpersons-col ul {
    column-count: 1;
  }
  .leaders-list {
    font-size: 1.05rem;
  }
  #us-map {
    width: 530px !important;
    height: 330px !important;
  }
  .heading {
    font-size: 1.275rem;
  }
  .single-ptype_landings #banner {
    padding-top: 3.8rem !important;
  }
  .single-ptype_landings .bannerImg {
    width: 100%;
    z-index: 1;
    position: absolute !important;
    height: 100%;
  }
  .single-ptype_landings #sidebar {
    width: 100%;
  }
  #paginationWrapper {
	flex-direction: column;
}
.wp-pagenavi {
	margin: 12px 0;
}
.groupTitle {
	font-size: 2.2rem;
}
}

@media only screen and (max-width: 575px) {
	#header {
		padding: 15px; flex-wrap: wrap;
	}
	#logo{width: 100%; padding-bottom: 12px;}
	#logo img {
		display: block;
		max-width: 140px;
		margin: 0 auto;
	}
	#navigation {
		margin-left: inherit;
		margin-right: auto;
	}
	#mobile-nav{
		left: inherit; right: -280px; border-radius: 10px 0 0 10px;
	}
	#mobile-nav.active {
		right: 0;
		display: block;
		left: inherit;
	}
	#page-home #header{
		position: relative;
	}
	.bannerTitle {
		font-size: 2.4rem;
	}
	.sectionTitle, .bannerTagline {
		font-size: 1.8rem;
	}
	input[type="submit"], button, .button {
		font-size: 0.8rem;
	}
	#joinForm .container, .section-become-corporate-partner-2 .row .col-12{
		display:block;
	}
	#joinFormLeft {
		padding-right: 0;
		width: 100%;
		padding-bottom: 2rem;
	}
	#joinFormRight {
		width: 100%;
	}
	#programsList .postBx.factsPostBx::before {
		display: none;
	}
	.formBx, .sidebarForm .formBx{
		padding: 20px;

	}
	.postBx.factsPostBx, .postBx {
		padding: 0; display: block;
	}
	#programsList .postBx.factsPostBx .entry {
		width: 100%;
	}
	.postBx .entry {
		width: 100%;
		padding: 25px;
	}
	#programsList .postBx.factsPostBx .bg-image {
		width: 100%;
		position: relative;
		height: 65vw;
	}
	#blogCategories {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 1.9rem;
		flex-wrap: wrap;
	}
	#blogCategories .button{
		margin: 5px;
	}
	.postBx .postImgBx {
		width: 100%;
	}
	.postBx .postBxImg {
		padding-top: 0;
		height: 65vw;
		border-radius: 0;
	}
	.groupTitle {
		font-size: 1.9rem;
	}
	#statesList ul {
		columns: 2;
	}
	#us-map {
		width: 300px !important;
		height: 160px !important;
	}
	#statesList {
		font-size: 1.12rem;
	}
	.postBx.factsPostBx .bg-image {
		position: relative;
		width: 100%;
		height: 65vw;
	}
	.postBx.factsPostBx::before {
		display: none;
	}
	.postBx.factsPostBx .entry {
		width: 100%;
	}
  .sticker50 {
    width: 90px;
    bottom: -45px;
  }
  .flex.archivesList li{
    width: 100%;
  }
  #footerRight {
    flex-direction: column;
    align-items: center;
  }
  #footer .wp-container-1 {
    align-items: center;
  }
}
