input:focus,
textarea:focus,
select:focus {
  outline: none;
}
main {
  display: contents;
}
.requestCTA a,
.requestInfo a {
  text-decoration: none;
}
.requestCTA a:hover,
.requestInfo a:hover,
.requestCTA a:visited,
.requestInfo a:visited {
  text-decoration: none;
  color: #001A2D;
}
.module-header {
  /* currently blue banner headings */
  background: linear-gradient(2.61deg, #004E87 12.11%, #0076CD 88.64%);
  border-radius: 10px 10px 0 0;
  height: 47px;
  min-height: 47px;
  width: 100%;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.module-header h2 {
  margin-bottom: 10px;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 19px;
  line-height: 22px;
  color: #001A2D;
  text-align: center;
  text-indent: unset;
  color: #ffffff;
  height: 36px;
  line-height: 47px;
  /* identical to box height, or 138% */
}
@media (min-width: 768px) and (max-width: 1180px) {
  .module-header h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  .module-header h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .module-header h2 {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 1181px) {
  .module-header h2 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .module-header h2 {
    line-height: 47px;
  }
}
@media (min-width: 1181px) {
  .module-header h2 {
    line-height: 47px;
  }
}
.shadow-container {
  background: #EDEDED;
  box-shadow: 0 10px 30px rgba(0, 76, 132, 0.4);
}
.select-container {
  /* pull down menus should all be wrapped with this*/
  position: relative;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  /* bootstrap overrides */
  /* micro - for state codes etc */
}
@media (min-width: 768px) and (max-width: 1180px) {
  .select-container {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .select-container {
    font-size: 19px;
    line-height: 31px;
  }
}
.select-container button[type=button].error {
  background: rgba(196, 7, 2, 0.08);
  border: 1px solid #c40702;
  color: #001A2D;
}
.select-container .dropdown-toggle::after {
  display: none !important;
}
.select-container label.selected .bootstrap-select .filter-option-inner-inner {
  color: #001A2D;
}
.select-container .bootstrap-select {
  /* normal size 100% */
  /* remove the 1st or "please select" option from drop down  */
}
.select-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 315px;
}
@media (min-width: 1181px) {
  .select-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
}
.select-container .bootstrap-select ul.dropdown-menu > li:first-child {
  display: none;
}
.select-container .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 23%;
}
.select-container .bootstrap-select .bs-ok-default:after {
  color: #0076CD;
  font-size: 16px;
}
.select-container .bootstrap-select .filter-option-inner-inner {
  text-overflow: ellipsis;
  max-width: 271px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .select-container .bootstrap-select .filter-option-inner-inner {
    font-size: 17px;
    line-height: calc(34px);
    max-width: 450px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .select-container .bootstrap-select .filter-option-inner-inner {
    font-size: 17px;
    line-height: calc(34px);
    max-width: 271px;
  }
}
@media (min-width: 1181px) {
  .select-container .bootstrap-select .filter-option-inner-inner {
    font-size: 19px;
    line-height: calc(38px);
    max-width: 295px;
  }
}
.select-container.micro {
  width: 100px;
}
.select-container.micro .bootstrap-select {
  width: 100px !important;
}
.select-container.micro div.dropdown-menu.show {
  width: 100px;
}
.select-container .dropdown-item {
  margin: 0 0;
  padding: 7px 10px;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  line-height: 26px;
  color: #888;
  white-space: normal;
  /* END bootstrap overrides */
}
@media (min-width: 768px) and (max-width: 1180px) {
  .select-container .dropdown-item {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .select-container .dropdown-item {
    font-size: 19px;
    line-height: 31px;
  }
}
.select-container .dropdown-item.selected {
  background-color: #FFF !important;
  color: #0076CD !important;
}
.select-container .dropdown-item.active,
.select-container .dropdown-item:active,
.select-container .dropdown-item:hover {
  background-color: #EDEDED;
  color: #333;
}
.select-container:after {
  /* select menu chevron */
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: #0076CD;
  right: 15px;
  top: 11px;
  height: 34px;
  position: absolute;
  pointer-events: none;
}
.select-container.disabled {
  pointer-events: none;
}
.select-container.disabled:after {
  pointer-events: none;
  color: #AAA;
}
.select-container label {
  display: block;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  line-height: 26px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .select-container label {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .select-container label {
    font-size: 19px;
    line-height: 31px;
  }
}
.select-container select,
.select-container button[type=button] {
  display: block;
  background: #FFF none;
  border: 1px solid #AAA;
  box-sizing: border-box;
  border-radius: 4px;
  height: 41px;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 10px;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  /* fix for bootstrap drop-down's using buttons. inherits down to filter-option-inner-inner and centers text vertically*/
  line-height: 39px;
  color: #888;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-word-break: normal;
  word-break: normal;
  /* IE11 hide native button */
}
@media (min-width: 768px) and (max-width: 1180px) {
  .select-container select,
  .select-container button[type=button] {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .select-container select,
  .select-container button[type=button] {
    font-size: 19px;
    line-height: 31px;
  }
}
.select-container select::-ms-expand,
.select-container button[type=button]::-ms-expand {
  display: none;
}
.select-container select:disabled,
.select-container button[type=button]:disabled {
  background: #CCC;
  color: #AAA;
  pointer-events: none;
}
.select-container select:hover,
.select-container button[type=button]:hover,
.select-container select:focus,
.select-container button[type=button]:focus {
  border: 1px solid #0076CD;
}
.select-container select.selected,
.select-container button[type=button].selected {
  color: #001A2D;
}
.select-container select option[aria-selected=true],
.select-container button[type=button] option[aria-selected=true] {
  font-weight: bold;
}
.select-container select option[aria-selected=true]:after,
.select-container button[type=button] option[aria-selected=true]:after {
  content: '\f00c';
  font: normal normal normal 17px/1 FontAwesome;
  color: #0076CD;
}
input {
  display: block;
  background: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 4px;
  height: 41px;
  width: 100%;
  max-width: 357px;
  margin: 0 0 5px 0 !important;
  padding: 0 10px;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  line-height: 34px;
  /* fix for bootstrap drop-down's using buttons. inherits down to filter-option-inner-innet and ctrs text vertically*/
}
@media (min-width: 768px) and (max-width: 1180px) {
  input {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  input {
    font-size: 19px;
    line-height: 31px;
  }
}
@media (min-width: 1181px) {
  input {
    line-height: 39px;
  }
}
input.error {
  background: rgba(196, 7, 2, 0.08);
  border: 1px solid #c40702;
}
button[type=submit],
button.cta {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 315px;
  min-width: 315px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  button[type=submit],
  button.cta {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  button[type=submit],
  button.cta {
    font-size: 19px;
    line-height: 31px;
  }
}
button[type=submit]:hover,
button.cta:hover,
button[type=submit]:focus,
button.cta:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
button[type=submit]:active,
button.cta:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
button[type=submit]:disabled,
button.cta:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  button[type=submit],
  button.cta {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  button[type=submit],
  button.cta {
    line-height: 44px;
  }
}
button[type=submit] a,
button.cta a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  button[type=submit],
  button.cta {
    min-width: 492px;
    max-width: 492px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  button[type=submit],
  button.cta {
    min-width: 315px;
    max-width: 315px;
  }
}
@media (min-width: 1181px) {
  button[type=submit],
  button.cta {
    min-width: 334px;
    max-width: 334px;
  }
}
.request-school-info-button {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 257px;
  min-width: 257px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .request-school-info-button {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .request-school-info-button {
    font-size: 19px;
    line-height: 31px;
  }
}
.request-school-info-button:hover,
.request-school-info-button:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.request-school-info-button:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.request-school-info-button:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .request-school-info-button {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .request-school-info-button {
    line-height: 44px;
  }
}
.request-school-info-button a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .request-school-info-button {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .request-school-info-button {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1181px) {
  .request-school-info-button {
    min-width: 257px;
    max-width: 257px;
  }
}
.wikiContent ul,
.wikiContent ol {
  box-sizing: content-box;
  max-width: 550px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  /* Remove default bullets */
  position: relative;
  /* nudge in a bit so we can replace the bullets and be aligned on outside with text */
  left: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wikiContent ul,
  .wikiContent ol {
    max-width: 706px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .wikiContent ul,
  .wikiContent ol {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 994px;
  }
}
@media (min-width: 1181px) {
  .wikiContent ul,
  .wikiContent ol {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
  }
}
.wikiContent ul li::before,
.wikiContent ol li::before {
  content: "\2022";
  color: #0076CD;
  font-weight: bold;
  display: inline-block;
  width: .75em;
  margin-left: .5em;
}
.wikiContent table {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.wikiContent table:last-child {
  padding-bottom: 30px;
}
.wikiContent table td,
.wikiContent table th {
  width: 1px;
  /* quasi-hack to get the tables to even out a bit better */
  vertical-align: top;
  word-break: break-word;
}
.wikiContent table td > ul,
.wikiContent table th > ul,
.wikiContent table td > ol,
.wikiContent table th > ol,
.wikiContent table td > ul > li:last-child,
.wikiContent table th > ul > li:last-child,
.wikiContent table td > ol > li:last-child,
.wikiContent table th > ol > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.wikiContent table thead tr td {
  position: static;
  top: auto;
  left: auto;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #0076CD;
  border-top: 1px solid #CCC;
  border-right: 1px solid #FFF;
}
.wikiContent table thead tr td.text-left {
  text-align: left;
}
.wikiContent table thead tr td:first-child {
  border-top-left-radius: 6px;
  border-left: 1px solid #CCC;
}
.wikiContent table thead tr td:last-child {
  border-top-right-radius: 6px;
  border-right: 1px solid #CCC;
}
@media (max-width: 1181px) {
  .wikiContent table thead tr td.mobile-last-child {
    border-top-right-radius: 6px;
    border-right: 1px solid #CCC;
  }
}
.wikiContent table th {
  position: static;
  top: auto;
  left: auto;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #0076CD;
  border-top: 1px solid #CCC;
  border-right: 1px solid #FFF;
}
.wikiContent table th.text-left {
  text-align: left;
}
.wikiContent table th:first-child {
  border-top-left-radius: 6px;
  border-left: 1px solid #CCC;
}
.wikiContent table th:last-child {
  border-top-right-radius: 6px;
  border-right: 1px solid #CCC;
}
@media (max-width: 1181px) {
  .wikiContent table th.mobile-last-child {
    border-top-right-radius: 6px;
    border-right: 1px solid #CCC;
  }
}
.wikiContent table th + td {
  position: static;
  top: auto;
  left: auto;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #0076CD;
  border-top: 1px solid #CCC;
  border-right: 1px solid #FFF;
}
.wikiContent table th + td.text-left {
  text-align: left;
}
.wikiContent table th + td:first-child {
  border-top-left-radius: 6px;
  border-left: 1px solid #CCC;
}
.wikiContent table th + td:last-child {
  border-top-right-radius: 6px;
  border-right: 1px solid #CCC;
}
@media (max-width: 1181px) {
  .wikiContent table th + td.mobile-last-child {
    border-top-right-radius: 6px;
    border-right: 1px solid #CCC;
  }
}
.wikiContent table tbody tr th,
.wikiContent table tbody tr td {
  padding: 10px 15px;
  border: 1px solid #CCC;
  border-left: none;
}
.wikiContent table tbody tr th {
  text-align: left;
  border-left: 1px solid #CCC;
}
.wikiContent table tbody tr td:first-child {
  border-left: 1px solid #CCC;
}
.wikiContent table tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.wikiContent table tbody tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.wikiContent table tbody tr:not(:first-child) th,
.wikiContent table tbody tr:not(:first-child) td {
  border-top: none;
}
.wikiContent table tbody tr:last-child :first-child {
  border-bottom-left-radius: 6px;
}
.wikiContent table tbody tr:last-child :last-child {
  border-bottom-right-radius: 6px;
}
.wikiContent table thead + tbody tr:first-child td:first-child,
.wikiContent table thead + tbody tr:first-child td:last-child {
  border-radius: 0;
}
#siteFooter {
  color: #D6EDFF;
  padding: 30px;
  background: #333;
}
#siteFooter .site-footer__logo {
  text-align: center;
  margin-bottom: 12px;
}
#siteFooter .site-footer__nav {
  text-align: center;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #D6EDFF;
}
@media (min-width: 768px) {
  #siteFooter .site-footer__nav {
    padding-bottom: 0;
    border-bottom: none;
  }
}
#siteFooter .site-footer__nav li {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 12px;
  list-style: none;
}
@media (min-width: 768px) {
  #siteFooter .site-footer__nav li {
    display: inline;
    margin: 0 28px 0 0;
  }
  #siteFooter .site-footer__nav li:last-child {
    margin-right: 0;
  }
}
#siteFooter a {
  color: #D6EDFF;
  text-decoration: none;
}
#siteFooter a:hover {
  color: #FFF;
  text-decoration: underline;
}
#siteFooter .site-footer__copyright {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #D6EDFF;
  margin: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Learn Source Sans Pro';
  font-style: normal;
  font-weight: lighter;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../../fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'), /* Legacy iOS */ url('../../fonts/source-sans-pro-v13-latin-regular.eot'), /* IE9 Compat Modes */ url('../../fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype');
  /* IE6-IE8 */
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.bluerer {
  color: #0076CD;
}
.learn-layout-company-logo-full-width-header #bodyContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100vw;
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
}
.learn-layout-company-logo-full-width-header #bodyContent .two-column-content {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: content-box;
  max-width: 550px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-layout-company-logo-full-width-header #bodyContent .two-column-content {
    max-width: 706px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-layout-company-logo-full-width-header #bodyContent .two-column-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 994px;
  }
}
@media (min-width: 1181px) {
  .learn-layout-company-logo-full-width-header #bodyContent .two-column-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
  }
}
.learn-layout-company-logo-full-width-header #bodyContent .two-column-content .left-rail {
  display: none;
}
@media (min-width: 1181px) {
  .learn-layout-company-logo-full-width-header #bodyContent .two-column-content .left-rail {
    flex-basis: 362px;
    display: block;
    padding: 0 15px;
    margin-right: 15px;
  }
}
.learn-layout-company-logo-full-width-header #bodyContent #pageHeader {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}
.learn-layout-company-logo-full-width-header #bodyContent #pageHeader img {
  display: block;
  max-width: calc(100% - 50px);
  margin: 0 auto 10px;
}
.learn-layout-company-logo-full-width-header #bodyContent #pageHeader h1 {
  color: #0076CD;
  margin-bottom: 10px;
}
h1 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 31px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1181px) {
  h1 {
    font-size: 46px;
    line-height: 53px;
  }
}
h2 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  color: #0076CD;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (min-width: 1181px) {
  h2 {
    font-size: 37px;
    line-height: 53px;
  }
}
h3 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 25px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h3 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (min-width: 1181px) {
  h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
h4 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 19px;
  line-height: 22px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h4 {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 1181px) {
  h4 {
    font-size: 24px;
    line-height: 27px;
  }
}
p {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  p {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  p {
    font-size: 19px;
    line-height: 31px;
  }
}
a {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 24px;
  color: #0076CD;
  text-decoration: none;
}
a:visited {
  color: #0076CD;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #004E87;
  cursor: pointer;
  text-decoration: underline;
}
a:active {
  color: #001A2D;
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1180px) {
  a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  a {
    font-size: 19px;
    line-height: 25px;
  }
}
.hide-text-with-positioning {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.learn-leadform-select select {
  height: 41px;
  width: 100%;
  max-width: unset;
  color: #001A2D;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url("/images/icons/chevron-dwn-drk.svg") no-repeat right 10px center;
  border: 1px solid #CCC;
  border-radius: 4px;
}
.learn-leadform-select select option:first-child,
.learn-leadform-select select::placeholder {
  color: #AAA;
}
.learn-leadform-select select option.active,
.learn-leadform-select select option:active,
.learn-leadform-select select option:hover {
  background-color: #EDEDED;
  color: #333;
}
.learn-ghost-button {
  background-color: transparent;
  text-align: center;
  color: #0076CD;
  background: #FFF;
  border: 1px solid #0076CD;
}
.learn-ghost-button:hover {
  color: #001A2D;
  text-decoration: none;
  background: #D6EDFF;
  border: 1px solid #0076CD;
}
.learn-ghost-button:active {
  color: #001A2D;
  text-decoration: none;
  background: #99CFFC;
  border: 1px solid #0076CD;
}
.learn-yellow-button-sm {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 230px;
  min-width: 230px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-sm {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-sm {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-yellow-button-sm:hover,
.learn-yellow-button-sm:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.learn-yellow-button-sm:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.learn-yellow-button-sm:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-sm {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-sm {
    line-height: 44px;
  }
}
.learn-yellow-button-sm a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-yellow-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-yellow-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
.learn-yellow-button-std {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 257px;
  min-width: 257px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-std {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-std {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-yellow-button-std:hover,
.learn-yellow-button-std:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.learn-yellow-button-std:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.learn-yellow-button-std:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-std {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-std {
    line-height: 44px;
  }
}
.learn-yellow-button-std a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-yellow-button-std {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-yellow-button-std {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-std {
    min-width: 257px;
    max-width: 257px;
  }
}
.learn-yellow-button-responsive {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 315px;
  min-width: 315px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-responsive {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-responsive {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-yellow-button-responsive:hover,
.learn-yellow-button-responsive:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.learn-yellow-button-responsive:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.learn-yellow-button-responsive:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-responsive {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-responsive {
    line-height: 44px;
  }
}
.learn-yellow-button-responsive a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-yellow-button-responsive {
    min-width: 492px;
    max-width: 492px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-yellow-button-responsive {
    min-width: 315px;
    max-width: 315px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-responsive {
    min-width: 334px;
    max-width: 334px;
  }
}
.learn-yellow-button {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-yellow-button:hover,
.learn-yellow-button:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.learn-yellow-button:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.learn-yellow-button:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button {
    line-height: 44px;
  }
}
.learn-yellow-button a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
.learn-blue-button-sm {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  background: linear-gradient(4.34deg, #226393 12.11%, #0076CD 88.64%);
  box-shadow: 0 3px 0 #174466;
  -webkit-box-shadow: 0 3px 0 #174466;
  -moz-box-shadow: 0 3px 0 #174466;
  line-height: 44px;
  height: 44px;
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  text-align: center;
  color: #FFF;
  width: 230px;
  min-width: 230px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-sm {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-sm {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-blue-button-sm:hover,
.learn-blue-button-sm:focus {
  background: #0076CD;
  box-shadow: 0px 4px 14px #174466, 0px 4px 0px #226393;
}
.learn-blue-button-sm:active {
  background: #226393;
  border-radius: 4px;
  box-shadow: none;
}
.learn-blue-button-sm:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-sm {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-sm {
    line-height: 44px;
  }
}
.learn-blue-button-sm a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-blue-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-blue-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
.learn-blue-button-smaller {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  background: linear-gradient(4.34deg, #226393 12.11%, #0076CD 88.64%);
  box-shadow: 0 3px 0 #174466;
  -webkit-box-shadow: 0 3px 0 #174466;
  -moz-box-shadow: 0 3px 0 #174466;
  line-height: 44px;
  height: 44px;
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  text-align: center;
  color: #FFF;
  width: 257px;
  min-width: 257px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-smaller {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-smaller {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-blue-button-smaller:hover,
.learn-blue-button-smaller:focus {
  background: #0076CD;
  box-shadow: 0px 4px 14px #174466, 0px 4px 0px #226393;
}
.learn-blue-button-smaller:active {
  background: #226393;
  border-radius: 4px;
  box-shadow: none;
}
.learn-blue-button-smaller:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-smaller {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-smaller {
    line-height: 44px;
  }
}
.learn-blue-button-smaller a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-blue-button-smaller {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-blue-button-smaller {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-smaller {
    min-width: 257px;
    max-width: 257px;
  }
}
.learn-blue-button-std-width {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  background: linear-gradient(4.34deg, #226393 12.11%, #0076CD 88.64%);
  box-shadow: 0 3px 0 #174466;
  -webkit-box-shadow: 0 3px 0 #174466;
  -moz-box-shadow: 0 3px 0 #174466;
  line-height: 44px;
  height: 44px;
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  text-align: center;
  color: #FFF;
  width: 315px;
  min-width: 315px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-std-width {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-std-width {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-blue-button-std-width:hover,
.learn-blue-button-std-width:focus {
  background: #0076CD;
  box-shadow: 0px 4px 14px #174466, 0px 4px 0px #226393;
}
.learn-blue-button-std-width:active {
  background: #226393;
  border-radius: 4px;
  box-shadow: none;
}
.learn-blue-button-std-width:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-std-width {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-std-width {
    line-height: 44px;
  }
}
.learn-blue-button-std-width a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-blue-button-std-width {
    min-width: 492px;
    max-width: 492px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-blue-button-std-width {
    min-width: 315px;
    max-width: 315px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-std-width {
    min-width: 334px;
    max-width: 334px;
  }
}
.learn-blue-button {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  background: linear-gradient(4.34deg, #226393 12.11%, #0076CD 88.64%);
  box-shadow: 0 3px 0 #174466;
  -webkit-box-shadow: 0 3px 0 #174466;
  -moz-box-shadow: 0 3px 0 #174466;
  line-height: 44px;
  height: 44px;
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-blue-button:hover,
.learn-blue-button:focus {
  background: #0076CD;
  box-shadow: 0px 4px 14px #174466, 0px 4px 0px #226393;
}
.learn-blue-button:active {
  background: #226393;
  border-radius: 4px;
  box-shadow: none;
}
.learn-blue-button:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button {
    line-height: 44px;
  }
}
.learn-blue-button a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
}
.learn-section-gray {
  padding: 30px 15px;
  background: #FAFAFA;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.loading-dots-container {
  display: none;
}
.loading-dots-container.active {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.1s;
  text-align: center;
}
.loading-dots-container.active .loading-dots {
  overflow: visible;
  margin: 0 1.5em;
  display: inline-block;
  display: block;
  position: relative;
  top: 45%;
  margin: 0 auto;
  font-size: 2em;
}
@keyframes loadingDots {
  0% {
    background-color: #001A2D;
  }
  20% {
    background-color: #0076CD;
  }
  40% {
    background-color: #001A2D;
  }
}
@-webkit-keyframes loadingDots {
  0% {
    background-color: #001A2D;
  }
  20% {
    background-color: #0076CD;
  }
  40% {
    background-color: #001A2D;
  }
}
.loading-dots-container.active .loading-dots,
.loading-dots-container.active .loading-dots:before,
.loading-dots-container.active .loading-dots:after {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #001A2D;
  -webkit-animation: loadingDots 2s infinite;
  animation: loadingDots 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading-dots-container.active .loading-dots:before,
.loading-dots-container.active .loading-dots:after {
  content: '';
  position: absolute;
  top: 0;
}
.loading-dots-container.active .loading-dots:before {
  left: -1.5em;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.loading-dots-container.active .loading-dots:after {
  right: -1.5em;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
#findYourDegree {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  width: 345px;
  margin: 0 0 30px 0;
  border-radius: 10px;
  min-height: 400px;
  margin: 0 auto 30px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #findYourDegree {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  #findYourDegree {
    font-size: 19px;
    line-height: 31px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #findYourDegree {
    width: 522px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  #findYourDegree {
    width: 345px;
  }
}
@media (min-width: 1181px) {
  #findYourDegree {
    width: 362px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  #findYourDegree {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1181px) {
  #findYourDegree {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  #findYourDegree {
    font-size: 17px;
    line-height: 28px;
    width: 345px;
  }
}
#findYourDegree label {
  margin: 0 0 5px 0;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #findYourDegree h2 {
    line-height: 60px;
  }
}
#findYourDegree #findYourDegreeFormContainer {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 15px 0;
  padding: 0 15px;
  padding: 0 13px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #findYourDegree #findYourDegreeFormContainer {
    margin: 15px 0;
    padding: 0 15px;
  }
}
@media (min-width: 1181px) {
  #findYourDegree #findYourDegreeFormContainer {
    margin: 15px 0;
    padding: 0 15px;
  }
}
#findYourDegree #findYourDegreeFormContainer #findYourDegreeForm {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#findYourDegree #findYourDegreeFormContainer #findYourDegreeForm .select-container {
  /* normal size 100% */
}
#findYourDegree #findYourDegreeFormContainer #findYourDegreeForm .select-container.disabled {
  /* disabled selects just don't show on FYD */
  display: none;
}
@media (min-width: 1024px) and (max-width: 1180px) {
  #findYourDegree #findYourDegreeFormContainer #findYourDegreeForm .select-container {
    width: 315px;
  }
  #findYourDegree #findYourDegreeFormContainer #findYourDegreeForm .select-container .filter-option-inner-inner {
    max-width: 271px;
  }
}
#findYourDegree #findYourDegreeFormContainer #findYourDegreeForm #state {
  display: none;
}
#findYourDegree #findYourDegreeFormContainer #findYourDegreeForm #zip {
  display: none;
  width: 100px;
  color: #001A2D;
}
@media (min-width: 1024px) and (max-width: 1180px) {
  #findYourDegree #findYourDegreeFormContainer button[type='submit'] {
    width: 315px;
    min-width: 315px;
    max-width: 315px;
  }
}
#leadFormMini {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  margin: 0 0 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #leadFormMini {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  #leadFormMini {
    font-size: 19px;
    line-height: 31px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  #leadFormMini {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1181px) {
  #leadFormMini {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 577px) and (max-width: 1024px) {
  #leadFormMini {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  #leadFormMini {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
  }
}
#leadFormMini label {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 14px;
  line-height: 18px;
  color: #888;
  font-weight: 500;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #leadFormMini label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1181px) {
  #leadFormMini label {
    font-size: 15px;
    line-height: 20px;
  }
}
#leadFormMini label .text {
  display: block;
  margin-bottom: 10px;
}
#leadFormMini .module-header {
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
}
#leadFormMini .module-header h2 {
  color: #001A2D;
}
#leadFormMini .leadform-info {
  padding: 30px 15px;
  background: #FFF;
}
#leadFormMini .leadform-info p:last-child {
  margin-bottom: 0;
}
#leadFormMini .split-form {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  align-self: stretch;
  padding: 0 15px;
  margin: 0;
  background: #EDEDED;
}
#leadFormMini .split-form #vmContainer {
  padding: 15px 0;
}
#leadFormMini .split-form #vmContainer .formPage {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
#leadFormMini .split-form #vmContainer .formPage .programQuestions {
  width: 100%;
}
#leadFormMini .split-form #vmContainer .formPage div {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
#leadFormMini .split-form select {
  height: 41px;
  width: 100%;
  max-width: unset;
  color: #001A2D;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url("/images/icons/chevron-dwn-drk.svg") no-repeat right 10px center;
  border: 1px solid #CCC;
  border-radius: 4px;
}
#leadFormMini .split-form select option:first-child,
#leadFormMini .split-form select::placeholder {
  color: #AAA;
}
#leadFormMini .split-form select option.active,
#leadFormMini .split-form select option:active,
#leadFormMini .split-form select option:hover {
  background-color: #EDEDED;
  color: #333;
}
#leadFormMini .split-form input,
#leadFormMini .split-form select {
  margin: 0 0 15px 0;
}
#leadFormMini .split-form select {
  padding-right: 30px;
  text-overflow: ellipsis;
}
#leadFormMini .split-form button[type='submit'],
#leadFormMini .split-form input[type='submit'] {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 257px;
  min-width: 257px;
  margin: 10px 0;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #leadFormMini .split-form button[type='submit'],
  #leadFormMini .split-form input[type='submit'] {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  #leadFormMini .split-form button[type='submit'],
  #leadFormMini .split-form input[type='submit'] {
    font-size: 19px;
    line-height: 31px;
  }
}
#leadFormMini .split-form button[type='submit']:hover,
#leadFormMini .split-form input[type='submit']:hover,
#leadFormMini .split-form button[type='submit']:focus,
#leadFormMini .split-form input[type='submit']:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
#leadFormMini .split-form button[type='submit']:active,
#leadFormMini .split-form input[type='submit']:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
#leadFormMini .split-form button[type='submit']:disabled,
#leadFormMini .split-form input[type='submit']:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #leadFormMini .split-form button[type='submit'],
  #leadFormMini .split-form input[type='submit'] {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  #leadFormMini .split-form button[type='submit'],
  #leadFormMini .split-form input[type='submit'] {
    line-height: 44px;
  }
}
#leadFormMini .split-form button[type='submit'] a,
#leadFormMini .split-form input[type='submit'] a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #leadFormMini .split-form button[type='submit'],
  #leadFormMini .split-form input[type='submit'] {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  #leadFormMini .split-form button[type='submit'],
  #leadFormMini .split-form input[type='submit'] {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1181px) {
  #leadFormMini .split-form button[type='submit'],
  #leadFormMini .split-form input[type='submit'] {
    min-width: 257px;
    max-width: 257px;
  }
}
#leadFormMiniContainerDesktop {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  width: 100%;
}
#leadFormMiniContainerMobile {
  width: 345px;
  background: none;
  border-radius: 10px;
  position: fixed;
  bottom: -310px;
  z-index: 1;
  right: 50%;
  transform: translateX(50%);
  transition: 0.3s ease-out;
}
@media (min-width: 577px) and (max-width: 1181px) {
  #leadFormMiniContainerMobile {
    right: 25px;
    transform: translateX(0);
  }
}
#leadFormMiniContainerMobile.open {
  bottom: 25px;
}
#overlaySpinner {
  display: none;
  position: fixed;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 10px #363636;
  -webkit-box-shadow: 0 0 10px #363636;
  box-shadow: 0 0 10px #363636;
}
#overlaySpinner img {
  margin: 0 20px;
  padding: 0;
}
@media (min-width: 650px) {
  #overlaySpinner {
    width: 580px;
  }
}
.full-page-width .body-main.learn-styles #bodyContent {
  margin: 0;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.learn-styles .masthead .content {
  width: 100%;
}
.learn-styles .content {
  box-sizing: content-box;
  max-width: 550px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-styles .content {
    max-width: 706px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-styles .content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 994px;
  }
}
@media (min-width: 1181px) {
  .learn-styles .content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
  }
}
.learn-styles.body-main {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  vertical-align: middle;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-styles.body-main {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-styles.body-main {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-styles.body-main .centered-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}
.learn-styles.body-main .centered-content div {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.learn-styles.body-main #bodyContent {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  align-self: center;
  box-sizing: content-box;
  max-width: 550px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-styles.body-main #bodyContent {
    max-width: 706px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-styles.body-main #bodyContent {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 994px;
  }
}
@media (min-width: 1181px) {
  .learn-styles.body-main #bodyContent {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
  }
}
@media (min-width: 1181px) {
  .learn-styles.body-main #bodyContent {
    margin: 0 5px 30px 5px;
  }
}
.learn-styles.body-main #bodyContent .two-column-content {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .learn-styles.body-main #bodyContent .two-column-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.learn-styles.body-main #bodyContent .two-column-content .left-rail,
.learn-styles.body-main #bodyContent .two-column-content .right-rail {
  -webkit-flex: 0 0 362px;
  flex: 0 0 362px;
  width: 345px;
  margin: 0 60px 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-styles.body-main #bodyContent .two-column-content .left-rail,
  .learn-styles.body-main #bodyContent .two-column-content .right-rail {
    width: 522px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-styles.body-main #bodyContent .two-column-content .left-rail,
  .learn-styles.body-main #bodyContent .two-column-content .right-rail {
    width: 345px;
  }
}
@media (min-width: 1181px) {
  .learn-styles.body-main #bodyContent .two-column-content .left-rail,
  .learn-styles.body-main #bodyContent .two-column-content .right-rail {
    width: 362px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-styles.body-main #bodyContent .two-column-content .left-rail,
  .learn-styles.body-main #bodyContent .two-column-content .right-rail {
    margin: 0 45px 0 0;
    width: 345px;
    -webkit-flex: 0 0 345px;
    flex: 0 0 345px;
  }
}
.learn-styles.body-main #bodyContent .two-column-content .right-rail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  width: 100%;
  max-width: 550px;
}
.learn-styles.body-main #bodyContent .two-column-content .right-rail > div {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-styles.body-main #bodyContent .two-column-content .right-rail {
    margin: 0 0 0 45px;
  }
}
.learn-styles.body-main #bodyContent .two-column-content .main-content {
  flex: 1;
  padding: 0 5px;
}
@media (min-width: 1181px) {
  .learn-styles.body-main #bodyContent .two-column-content .main-content {
    padding: 0 15px;
  }
}
.masthead {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(2.61deg, #004E87 12.11%, #0076CD 88.64%);
  margin-bottom: 10px;
  border-bottom: 5px solid #D6EDFF;
  box-shadow: 0px 4px 13px rgba(0, 76, 132, 0.25);
  padding: 0 15px;
}
@media (min-width: 1180px) {
  .masthead {
    margin-bottom: 30px;
  }
}
.masthead .content {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 15px;
  height: 100%;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  font-size: 24px;
  vertical-align: middle;
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .masthead .content {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .masthead .content {
    font-size: 19px;
    line-height: 31px;
  }
}
.masthead .content .masthead__logo {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 13px 0 0 0;
}
#navAndSearchPaneWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 345px;
  transform: translateX(100%);
  transition: 0.3s ease-out;
  z-index: 2;
}
#navAndSearchPaneWrap.open {
  transform: translateX(0%);
  margin: 15px 0;
  box-shadow: -5px 0px 13px rgba(0, 118, 205, 0.25);
}
@media (min-width: 1180px) {
  #navAndSearchPaneWrap {
    position: unset;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    overflow: unset;
    padding: unset;
    width: unset;
    transform: unset;
  }
}
#navAndSearchPaneWrap #navAndSearchPane {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  overflow: auto;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 1180px) {
  #navAndSearchPaneWrap #navAndSearchPane {
    position: unset;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    overflow: unset;
    padding: unset;
    background-color: unset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: unset;
    flex-direction: unset;
    -webkit-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-align-items: unset;
    align-items: unset;
  }
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  align-self: center;
  -webkit-order: 4;
  order: 4;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  /* desktop - nav menus*/
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 7px 0 0 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: text-shadow 0.1s;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #CCC;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown:last-child {
  border-bottom: none;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #0076CD;
  font-size: 18px;
  font-weight: lighter;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle[aria-expanded="true"] {
  text-shadow: 0 0 0.25px #0076CD, 0 0 0.25px #0076CD;
  text-decoration: none;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle[aria-expanded="true"]:after {
  /* dd menu chevron */
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1000000;
  top: 0;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle:active,
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle::after {
  /* dd menu chevron */
  content: url("/images/icons/chevron-dwn-drk.svg");
  right: 10px;
  top: 0;
  height: 24px;
  position: absolute;
  pointer-events: all;
  border: none;
  z-index: 1000000;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  border: none;
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 0;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu .researchBreadcrumb-sub {
  padding: 30px 30px 5px 30px;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu .researchBreadcrumb-sub .breadcrumbLinks {
  display: flex;
  flex-wrap: wrap;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show {
  background-color: #FFF;
  opacity: 1;
  visibility: visible;
  position: relative !important;
  transform: none !important;
  transition: visibility 0s, opacity 0.8s ease-out;
  -webkit-transition: visibility 0s, opacity 0.8s ease-out;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .dropdown-item,
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .crumb {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .dropdown-item:active,
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .crumb:active {
  background-color: #EDEDED;
  text-shadow: 0 0 0.65px #0076CD, 0 0 0.65px #0076CD;
  color: #0076CD;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .crumb {
  padding: 7px 0;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .crumb-separator {
  padding: 7px 10px;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .two-cols {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1180px) {
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .two-cols {
    flex-wrap: nowrap;
  }
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .two-cols .col ul {
  margin: 0;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  column-rule: 1px solid #CCC;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  column-gap: 1px;
  margin: 10px 0;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show ul li a {
  color: #001A2D;
}
#navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show ul.columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
@media (min-width: 1180px) {
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show ul {
    margin: 15px 0;
    max-height: 395px;
    height: fit-content;
  }
}
@media (min-width: 1180px) {
  #navAndSearchPaneWrap #navAndSearchPane .nav-container {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: unset;
    align-self: unset;
    -webkit-order: unset;
    order: unset;
    display: inline-block;
    width: 500px;
    height: 100%;
    padding: 9px 0 0 0;
    margin: 0 15px 0 0;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    height: 100%;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: text-shadow 0.1s;
    border-bottom: none;
    padding: 0 0 15px 0;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle {
    min-width: 150px;
    max-width: 200px;
    color: #FFF;
    font-size: 18px;
    font-weight: lighter;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle:active,
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle:hover {
    text-decoration: none;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle[aria-expanded="true"] {
    text-shadow: 0 0 0.85px #FFF, 0 0 0.85px #FFF;
    text-decoration: none;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle[aria-expanded="true"]:after {
    /* dd menu chevron */
    transform: none;
    top: 4px;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-toggle::after {
    /* dd menu chevron */
    content: url("/images/icons/chevron-dwn.svg");
    top: 4px;
    right: 0;
    height: 24px;
    position: relative;
    pointer-events: all;
    border: none;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show {
    top: 23px !important;
    left: 29% !important;
    right: auto !important;
    transform: translate(-50%, 23px) !important;
    background-color: #FFF;
    box-shadow: 0px 4px 13px rgba(0, 76, 132, 0.25);
    opacity: 1;
    visibility: visible;
    position: absolute !important;
    padding: 0 0;
    transition: visibility 0s, opacity 0.8s ease-out;
    -webkit-transition: visibility 0s, opacity 0.8s ease-out;
    /* triangle above dd menu */
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
    top: -14px;
    right: 50%;
    border-bottom-color: #fff;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .dropdown-item {
    line-height: 24px;
    height: 30px;
  }
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .dropdown-item:hover,
  #navAndSearchPaneWrap #navAndSearchPane .nav-container .drop-down-group .dropdown .dropdown-menu.show .dropdown-item:active {
    background-color: #EDEDED;
    text-shadow: 0 0 0.25px #0076CD, 0 0 0.25px #0076CD;
    color: #0076CD;
  }
}
#searchFieldContainer {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  align-self: center;
  -webkit-order: 3;
  order: 3;
  margin: 0 auto 30px 0;
}
#searchFieldContainer .anchor-on-the-right {
  position: relative;
}
#searchFieldContainer .anchor-on-the-right input#search {
  border: 1px solid #AAA;
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 24px;
  position: relative;
  width: 304px;
  max-width: unset;
  height: 42px;
  padding: 0 15px;
  overflow: hidden;
  color: #001A2D;
}
#searchFieldContainer .anchor-on-the-right label {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
  width: auto;
  padding: 0 0 0 15px;
  height: 42px;
  color: #AAA;
  font-size: 17px;
}
@media (min-width: 1180px) {
  #searchFieldContainer {
    -webkit-flex: unset unset unset;
    flex: unset unset unset;
    -webkit-align-self: unset;
    align-self: unset;
    -webkit-order: unset;
    order: unset;
    display: inline-block;
    float: right;
    position: relative;
    cursor: pointer;
    pointer-events: none;
    max-width: 42px;
    min-width: 42px;
    width: 42px;
    height: 100%;
    padding: 5px 0 15px;
  }
  #searchFieldContainer .anchor-on-the-right {
    position: relative;
    float: right;
    text-align: right;
    pointer-events: none;
  }
  #searchFieldContainer .anchor-on-the-right label {
    color: #AAA;
    position: absolute;
    font-size: 0;
    opacity: 0;
    width: 0;
    top: 5px;
    left: 0;
  }
  #searchFieldContainer .anchor-on-the-right label.placeholder {
    opacity: 1;
    width: auto;
    padding: 0 0 0 15px;
    font-size: unset;
    transition: opacity 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out;
  }
  #searchFieldContainer .anchor-on-the-right input#search {
    border: none;
    background-color: #D6EDFF;
    box-sizing: border-box;
    border-radius: 24px;
    width: 42px;
    /* initial circle */
    max-width: unset;
    pointer-events: all;
    padding: 0 15px;
    overflow: hidden;
    color: #FFF;
    -webkit-transition: width 0.8s cubic-bezier(0.05, 0.69, 0.14, 1), color 0.6s cubic-bezier(0.05, 0.69, 0.14, 1);
    transition: width 0.8s cubic-bezier(0.05, 0.69, 0.14, 1), color 0.6s cubic-bezier(0.05, 0.69, 0.14, 1);
  }
  #searchFieldContainer .anchor-on-the-right input#search:hover,
  #searchFieldContainer .anchor-on-the-right input#search.active {
    background-color: #FFF;
  }
  #searchFieldContainer .anchor-on-the-right input#search:active,
  #searchFieldContainer .anchor-on-the-right input#search:focus {
    width: 620px;
    color: #001A2D;
    background-color: #FFF;
  }
}
#learnLogoNavMobile {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  align-self: center;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  height: 28px;
  margin-bottom: 30px;
}
#learnLogoNavMobile img {
  display: block;
  margin: auto auto;
}
@media (min-width: 1180px) {
  #learnLogoNavMobile {
    display: none;
    height: 0;
    margin: unset;
    -webkit-flex: unset unset unset;
    flex: unset unset unset;
    -webkit-align-self: unset;
    align-self: unset;
  }
}
#closeMe {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  align-self: center;
  -webkit-order: 1;
  order: 1;
  height: 40px;
}
#closeMe:after {
  /* mobile nav close icon */
  content: '\f00d';
  font: normal normal normal 24px/1 FontAwesome;
  color: #001A2D;
  right: 16px;
  top: 10px;
  height: 34px;
  position: absolute;
  pointer-events: all;
}
@media (min-width: 1180px) {
  #closeMe {
    display: none;
    position: unset;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    overflow: unset;
    padding: unset;
    background-color: unset;
    height: unset;
    width: unset;
    -webkit-flex: unset unset unset;
    flex: unset unset unset;
    -webkit-align-self: unset;
    align-self: unset;
  }
}
#searchIcon {
  border: none;
  background: linear-gradient(2.61deg, #004E87 12.11%, #0076CD 88.64%);
  box-shadow: 0px 8px 13px rgba(0, 78, 135, 0.4);
  box-sizing: border-box;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  max-width: unset;
  z-index: 1;
  position: absolute;
  top: -4px;
  right: -13px;
}
#searchIcon:after {
  /* search field mag glass */
  content: '\f002';
  font: normal normal normal 24px/1 FontAwesome;
  color: #FFF;
  right: 14px;
  top: 10px;
  height: 34px;
  position: absolute;
  pointer-events: all;
  z-index: 2;
}
@media (min-width: 1180px) {
  #searchIcon {
    width: 0;
    height: 0;
  }
  #searchIcon:after {
    color: #0076CD;
    right: 23px;
    top: 12px;
  }
}
#burgerIconContainer {
  float: right;
  position: relative;
  cursor: pointer;
  pointer-events: all;
  display: inline-block;
  max-width: 42px;
  min-width: 42px;
  height: 100%;
  padding: 5px  0 15px;
}
#burgerIconContainer #burgerIcon {
  position: relative;
  float: right;
  text-align: right;
  pointer-events: all;
}
#burgerIconContainer #burgerIcon:after {
  content: '\f0c9';
  font: normal normal normal 24px/1 FontAwesome;
  color: #FFF;
  top: 10px;
  right: 5px;
  height: 34px;
  position: absolute;
  pointer-events: all;
}
@media (min-width: 1180px) {
  #burgerIconContainer {
    display: none;
  }
}
body {
  color: #001A2D;
  background: #FFF;
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  -webkit-overflow-scrolling: touch;
}
h1 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 31px;
  color: #001A2D;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1181px) {
  h1 {
    font-size: 46px;
    line-height: 53px;
  }
}
h2 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  color: #0076CD;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (min-width: 1181px) {
  h2 {
    font-size: 37px;
    line-height: 53px;
  }
}
h3 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 22px;
  line-height: 25px;
  color: #001A2D;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h3 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (min-width: 1181px) {
  h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1181px) {
  h3 {
    margin-bottom: 10px;
  }
}
h4 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 19px;
  line-height: 22px;
  color: #001A2D;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h4 {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 1181px) {
  h4 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h4 {
    margin-bottom: 15px;
  }
}
p {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  p {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  p {
    font-size: 19px;
    line-height: 31px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  p {
    margin-bottom: 25px;
  }
}
@media (min-width: 1181px) {
  p {
    margin-bottom: 25px;
  }
}
a {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 24px;
  color: #0076CD;
  text-decoration: none;
}
a:visited {
  color: #0076CD;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #004E87;
  cursor: pointer;
  text-decoration: underline;
}
a:active {
  color: #001A2D;
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1180px) {
  a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  a {
    font-size: 19px;
    line-height: 25px;
  }
}
.mchammer {
  touch-action: none;
  -ms-touch-action: none;
  overflow: hidden;
}
.waiting {
  cursor: wait;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
