* {box-sizing: border-box;}
body {margin:0;}

@font-face {
    font-family: 'Brown LL';
    src: url('fonts/BrownLL-Bold.woff2') format('woff2'),
        url('fonts/BrownLL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-navigation-container {position: fixed; top: 0;left: 0; z-index: 9; background: #fff; width: 100%; padding: 20px; display: flex; align-items: center;}
.header-logo {display: flex; align-items: center; width: 30%;}
.interhigh-logo {width: 195px; padding-right:40px; border-right: 2px solid #BFBFBF;}
.header-nav { width: 70%;}
.header-links {display: flex; list-style: none; color:#323232; justify-content: space-between; align-items: center;}
.header-links a {color:#323232; text-decoration: none; font-family:Century Gothic; font-size: 16px;}
.header-links a:hover {color:#dc001e!important;}
.account {background: #fedd00; padding: 10px 20px; border-radius: 5px; font-weight: 600; text-transform: uppercase; border: 2px solid #fedd00; transition: 0.5s;}
.account:hover{   background: #fff; color: #323232 !important;}
.logout {background: #fff; color: #143256; padding: 10px 20px; border-radius: 5px; font-weight: 600; text-transform: uppercase; border: 2px solid #143256; transition: 0.5s;}
.logout:hover {background: #143256; color: #fff !important;}
.logout:hover a{color: #fff !important;}
.inspired-logo {margin-left:30px;}
.header-banner {height: 400px; width: 100%; background-image: url('images/banner-image.jpg'); background-size: cover; background-position: center; position: relative; margin-top:100px;}
.page-title {font-family: "Playfair Display"; font-size: 75px; bottom: 90px; position: absolute; color: rgb(255, 255, 255); width: 100%; text-align: left; max-width: 1100px; z-index: 8; left: 20px !important;}
.gradient-overlay {position: absolute; width: 100%; height:400px; left:0; top:0; background: linear-gradient(90deg, #2b4767 0%, rgba(43, 71, 103, 0) 100%);}
.page-content-container {background-image: url('images/background-pattern.svg'); background-size: cover; background-position: center; padding-top:40px; padding-bottom: 40px;}
.bread-crumbs { margin: auto; padding: 20px; width: 1100px; text-align: left; background: #f5f5f5 !important; color: #1d1d1b; padding: 12px 36px; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%) !important; font-family: Helvetica, sans-serif;}
.bread-crumbs a {text-decoration: none; color:#1d1d1b;}
.form-container {width: 1100px; margin:auto; background: #fff !important; margin-top:40px; box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);}
.footer {background: #143256; color:#fff;}
.footer-links {display: flex; align-items: center; list-style: none; font-family: Helvetica, sans-serif; padding: 36px 0; width: 1100px; margin:auto;}
.footer-links a {text-decoration: none; color:#fff;}
form { padding: 0 !important; margin: 0 !important;}
form a {text-decoration: none; text-transform: uppercase; position: relative; top:10px !important; background: #fedd00; padding: 10px 20px !important; border-radius: 5px; color: #000;}
h2.fsSectionHeading {font-family: "Playfair Display"; position: relative;}
h2.fsSectionHeading:after {content:''; width:40px; height: 2px; background:#fff; bottom:-10px; left:0px; position: absolute;}
.fsPagination {text-align: left !important;}
input#fsSubmitButton4839239 { font-family: Century Gothic !important; font-weight: 600 !important; text-align: left !important; background:#fff !important; color: #143256 !important; padding: 10px 20px !important; border-radius: 5px !important; text-transform: uppercase !important; border: 2px solid #143256 !important; transition: 0.5s !important; font-size: 18px !important;}
input#fsSubmitButton4839239:hover {background: #143256 !important; color: #fff !important;}
div.fsError {border: none !important; color: #822828 !important; background-color: #fff0e5 !important; text-align: left !important;}
.fsValidationError .fsLabel, .fsValidationError .fsRequiredLabel, .fsValidationError .fsRequiredMarker {border: none !important; color: #822828 !important; background-color: #fff0e5 !important; text-align: left !important;}
form label {font-family: 'Brown LL'; color: #2f2f33 !important;}
select#field126231871 {border: 1px solid #7A7777!important;}
legend#fsLegend126234361 {font-family: 'Brown LL'; color: #2f2f33 !important;}
.interhigh-logo-mobile {display: none;}
.header-slide-out {display: none; position: fixed; top:-200%; left:0;}
.header-slide-out.active {top:0;}



 a { color:#143256; }
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.menu > li {

  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #143256;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

label.menu-button-container {
    position: absolute;
    right: 20px;
}


.support-options {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: auto; margin-top: 40px;
}

.support-option {
        background: #fff;
    color: #143256;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #143256;
    transition: 0.5s;
        font-family: Century Gothic;
        font-weight: 600;
    font-size: 16px;
}

.option-selected{background: #143256; color: #fff !important;}

.support-option:hover {background: #143256; color: #fff !important;}

.support-options a {text-decoration: none;}

.main-title {font-family: adobe-garamond-pro, serif; font-size: 36px; color:#143256;}
@font-face {
    font-family: 'brown_llregular';
    src: url('fonts/brownll-regular-webfont.woff2') format('woff2'),
         url('fonts/brownll-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brown_lllight';
    src: url('fonts/brownll-light-webfont.woff2') format('woff2'),
         url('fonts/brownll-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*.support-page-master {overflow: hidden;}*/

p {font-family: 'brown_lllight';     font-size: 1.063rem;
    line-height: 1.5rem;
    color: #1D1D1B;}
.page-content-container {padding: 20px; height: 100vh;}

@media only screen and (max-width:1400px) {
	.header-links a {font-size: 12px;}
}

@media only screen and (max-width:1150px) {
	.inspired-logo {display: none;}
	.interhigh-logo {border-right:none;}
	.interhigh-logo-mobile {display: block;}
	.interhigh-logo {display: none;}
	.header-logo {width: 100px;}
	.header-nav {width: 95%;}
	.bread-crumbs {width: 100%;}
	.form-container {width: 100%;}
	.footer-links {width: 100%; padding: 20px !important; flex-wrap: wrap;}
}


@media (max-width: 1000px) {
  .menu-button-container {
    display: flex;
  }

  .header-links a {font-size: 16px;}
.account:hover {background:#143256; color:#dc001e!important;}
.logout:hover {background:#143256; color:#dc001e!important;}
  .menu {
    position: absolute;
    top: 0;
    margin-top: 90px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    border-bottom: 1px solid #fff;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #143256;
    color:#fff;
  }

  .header-links a { color:#fff; width: 100%; text-align: center;}

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}



@media only screen and (max-width:850px) {
	.header-navigation-container {padding: 10px 20px;}
	.header-banner {margin-top: 70px;}
	.header-nav {width: 100%;}
	.menu {margin-top:70px;}
	.footer-links {flex-wrap: wrap;}
  .page-title {font-size: 62px;}
}

@media only screen and (max-width:700px) {
input#fsSubmitButton4839239 {width: 200px !important; text-align: center !important;}
}

@media only screen and (max-width:640px) {
.fsBody.fsEmbed {padding: 20px !important;}
label.fsOptionLabel {background:#fff !important;}
.support-options {padding: 20px; flex-wrap: wrap;}
.support-options a {width: 100%; margin-top: 10px;}
.support-option {width: 100%; text-align: center;}
  .page-title {font-size: 32px;}
  .support-page-master {overflow:inherit;}
}