/*global*/
:root {
  --header-full: 120px;
}

.content-dialog {
  box-sizing: border-box;
}

.content-dialog[role=dialog].small {
  margin: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 436px;
  transform: translate(-50%, -50%);
  height: auto !important;
  max-width: 100%;
}

.prechatUI .required:not(.choices):not(select):not(.wfAutosuggest) {
  border-width: 0 !important;
  color: red !important;
}

#courselistings a:link,
#courselistings a:visited,
a[data-style="gold"]:link,
a[data-style="gold"]:visited,
#tab-body a:not(.green-button):link,
#tab-body a:not(.green-button):visited {
  color: #1574ab;
  text-decoration: underline;
}

#courselistings a:hover,
a[data-style="gold"]:hover,
#tab-body a:not(.green-button):hover {
  text-decoration: none;
}

.nav .search {
  align-items: center;
  box-sizing: border-box;
  display: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px 30px;
  width: auto;
}

.nav.search-toggle .search {
  display: flex;
}

.header .nav.search-toggle>ul {
  display: none;
}

.nav .search button {
  display: none;
}

.nav .search #search-box {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  height: 40px;
  padding: 0;
  width: 100%;
}

.nav .search #search-box:focus {
  outline: none;
}

.nav .search .close {
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 10px;
  height: 0;
  width: 0;
  color: #1e4d2a;
  cursor: pointer;
  display: flex;
  font-family: arial;
  font-size: 40px;
  transform: rotate(45deg);
}

li#search-toggle {
  vertical-align: bottom;
  align-items: center;
  color: #1e4d2b;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}

li#search-toggle .glyph {
  align-items: center;
  display: flex;
  font-size: 26px;
  padding: 10px;
  height: 0;
  width: 0;
  justify-content: center;
}

body[data-nav-style="full"] {
  padding-top: var(--header-full);
}

body[data-nav-style="full"] .header {
  position: fixed;
  padding-top: 0;
  width: 100%;
  z-index: 9;
  top: 0;
}

body[data-nav-style="full"] .header {
  height: var(--header-full);
}

body[data-nav-style="lite"] .header {
  padding-top: 0;
}

.header .connect ul.cta-nav {
  display: flex;
  gap: 16px;
}

.header .connect ul.cta-nav li a {
  display: inline-flex;
  font-size: 17px;
  font-weight: 600;
  justify-content: center;
  text-transform: uppercase;
}

body .header .connect {
  align-items: center;
  display: flex;
  gap: 20px;
  position: static;
}

.header .connect .search {
  order: -1;
}

.header .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 78px;
}

body .header .logo {
  background-position: 0 center;
}

body>.wrapper,
body>.footer {
  transition: filter .1s cubic-bezier(.32, .36, .4, 1);
}

.header .nav>ul {
  display: flex;
  justify-content: space-between;
}

.cta-nav #request-info a {
  background-color: #fff;
  color: #ed6400;
}

.cta-nav #request-info a:hover {
  background-color: #fff;
}

.cta-nav #apply-now a {
  background-color: #EE6325;
  color: #ffffff;
  margin: 0;
}

.header .connect ul {
  align-items: center;
  display: flex;
}

.connect ul.tertiary svg {
  fill: #fff;
  height: 25px;
  width: 25px;
}

.connect ul.tertiary [data-type="cart"] svg {
  stroke: #fff;
}

.cta-nav #request-info a,
.cta-nav #apply-now a {
  align-items: center;
  display: flex;
  height: 40px;
  padding: 0;
  width: 200px;
  text-transform: capitalize;
}

.header .logo {
  height: 50px;
  vertical-align: middle;
}

.nav>ul>li>a {
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.header [data-type="cart"] {
  position: relative;
}

.header [data-type="cart"]:not([data-count="0"]):after {
  align-items: center;
  justify-content: center;
  background: #ed6425;
  border-radius: 100%;
  color: #fff;
  content: attr(data-count);
  display: flex;
  font-size: 12px;
  position: absolute;
  height: 0;
  width: 0;
  padding: 10px;
  top: 0;
  right: 0;
  margin: -5px;
}

.tertiary li#search-toggle {
  color: #fff;
}

.tertiary li#search-toggle .glyph {
  font-size: 30px;
  padding: 12.5px;
}

.overlay.active {
  overscroll-behavior: contain;
  overflow: auto;
}

#request-info-dialog {
  background: inherit !important;
  left: 50%;
  top: 30px;
  width: 536px;
  transform: translate(-50%, 0);
  max-width: 100%;
  margin: 0;
}

#request-info-dialog iframe {
  height: 1400px !important;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .header .logo {
    width: 400px;
  }

  .nav>ul>li>a {
    font-size: 14px;
  }

  .cta-nav #request-info a,
  .cta-nav #apply-now a {
    font-size: 16px;
    width: 150px;
  }
}

@media (max-width: 1000px) {

  .cta-nav #request-info a,
  .cta-nav #apply-now a {
    font-size: 16px;
    padding: 0 10px;
    width: auto;
  }

  .header .nav>ul {
    padding: 0 5px;
  }

  .nav>ul>li>a {
    font-size: 14px;
    padding: 0;
  }
}

@media (max-width: 815px) {
  body[data-nav-style="full"] {
    padding-top: 130px;
  }

  body[data-nav-style="lite"] {
    padding-top: 0;
  }

  body.sticky-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    overflow-y: scroll;
  }

  body.sticky-dropdown:before {
    background-color: #000;
    opacity: 0.3;
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
  }

  body.sticky-dropdown>.wrapper,
  body.sticky-dropdown>.footer {
    filter: blur(2px);
  }

  .hidden-phone {
    display: none;
  }

  body[data-nav-style="full"] #main-nav .cart a:after {
    content: '('attr(data-count) ')';
    margin-left: 5px;
  }

  body[data-nav-style="full"] .header-phone {
    display: block;
    background-color: #d6d391;
    max-height: 100%;
    overflow: auto !important;
    overscroll-behavior: contain;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  body.sticky-dropdown #search-nav {
    max-height: 4000px;
  }

  body[data-nav-style="full"] .header-phone .top-nav {
    background-color: #1e4d2a;
    display: flex;
    justify-content: space-between;
  }

  body[data-nav-style="full"] .header-phone .header-content {
    box-sizing: border-box;
    display: flex;
    padding: 10px;
    justify-content: center;
    margin: 0 auto;
    gap: 0 10px;
    width: 100%;
  }

  body[data-nav-style="full"] .header-phone .header-content a {
    align-items: center;
    box-sizing: border-box;
    background-color: #EE6325;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    justify-content: center;
    height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 220px;
    width: 100%;
  }

  body[data-nav-style="full"] .header-phone a[href="/request-info/"] {
    background-color: #fff;
    border: solid 1px #EE6325;
    color: #EE6325;
  }

  body[data-nav-style="full"] .header-phone-nav {
    background-color: #fff;
  }

  body[data-nav-style="full"] .header-phone-nav li a:hover,
  body[data-nav-style="full"] .header-phone-nav li a:link,
  body[data-nav-style="full"] .header-phone-nav li a:visited {
    align-items: center;
    color: #1E4D2B;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    height: 50px;
    padding: 0 0 0 15px;
    width: 100%;
  }

  body[data-nav-style="full"] .top-nav a[data-group="main-nav"] {
    color: #fff;
    display: flex;
    margin-right: 10px;
    text-decoration: none;
  }

  body[data-nav-style="full"] .top-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  body[data-nav-style="full"] .top-nav a[data-group="main-nav"] .img-replace {
    display: none;
  }

  body[data-nav-style="full"] .header-phone .logo {
    margin: 0;
  }

  body[data-nav-style="full"] .top-nav a[data-group="main-nav"] .glyph {
    font-size: 25px;
  }

  body[data-nav-style="full"] #main-nav>ul>li {
    border-bottom: solid 1px #B5B5B5;
  }

  body[data-nav-style="full"] .header-phone-nav li:last-child a:first-child {
    padding-bottom: 0;
  }

  body[data-nav-style="full"] .header-phone-nav li:first-child a:first-child {
    padding-top: 0;
  }

  body[data-nav-style="full"] .header-phone-nav li ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  body[data-nav-style="full"] #main-nav a[data-toggle="collapse"] {
    display: flex;
    display: none;
    justify-content: flex-end;
    height: auto;
  }

  body[data-nav-style="full"] .header-phone-nav li:first-child a:first-child+a {
    top: 24px;
  }

  body[data-nav-style="full"] .header-phone-nav li ul a:hover,
  body[data-nav-style="full"] .header-phone-nav li ul a:link,
  body[data-nav-style="full"] .header-phone-nav li ul a:visited {
    color: #fff;
  }

  body[data-nav-style="full"] .header-phone-nav li.account a,
  body[data-nav-style="full"] .header-phone-nav li.cart a {
    color: #5D5D5D;
    font-size: 18px;
    font-weight: 500;
  }

  body[data-nav-style="full"] .header-phone-nav li svg {
    fill: #5D5D5D;
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }

  body[data-nav-style="full"] .header-phone-nav li.cart svg {
    stroke: #5D5D5D;
  }

  body[data-nav-style="full"] #search-nav button.search-button {
    display: none;
  }

  body[data-nav-style="full"] #search-nav {
    background-color: #F2F2F2;
  }

  body[data-nav-style="full"] #search-box-mobile {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    appearance: none;
    box-sizing: border-box;
    height: 50px;
    padding: 0;
    border: solid 1px #B5B5B5;
    border-radius: 3px;
    padding: 12px;
    position: relative;
    font-size: 20px;
    color: #5D5D5D;
    grid-area: search;
    z-index: 9;
  }

  body[data-nav-style="full"] #search-nav .search {
    background-color: #fff;
    display: grid;
    grid-template-areas: "search";
    align-items: center;
    margin: 15px;
    position: relative;
    width: calc(100% - 30px);
  }

  body[data-nav-style="full"] #search-nav .search:after {
    content: "s";
    align-items: center;
    display: flex;
    padding: 12px;
    height: 0;
    width: 0;
    justify-content: center;
    font: normal 30px/0 'CSU Glyphs', sans-serif;
    color: #1E4D2B;
    grid-area: search;
    justify-self: end;
    margin-right: 10px;
  }

  img.exit-icon {
    padding: 20px;
  }
}

@media (max-width: 700px) {
  #request-info-dialog iframe {
    height: 1400px !important;
  }
}

@media (max-width: 374px) {
  .content-dialog[role=dialog].small {
    padding: 20px !important;
  }
}

body[page-type="error"] {
	min-height:unset;
}

[page-type="error"] main {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 320px;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width:1200px;
}

[page-type="error"] main .title {
  background-color: inherit;
  border-top-width: 0;
  font-size: 18px;
  margin: 0;
  padding: 15px;
  max-width: 100%;
  width: 800px;
}