*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


figure{
    display: block;
}

figure {
    margin: 0 0 1rem;
}

blockquote {
    margin: 0 0 1rem;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.col-sm-8, .col-md-8, .col-sm-4, .col-md-4, .col-lg-3, .col-xl-3, .col-lg-9, .col-xl-9, .col-8, .col-4, .col-2, .col-10, .col-sm-6, .col-md-3, .col-12, .col-sm-12, .col-md-6, .col-lg-4{
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 768px){
  .container {
    max-width: 732px;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media screen and (min-width: 992px){
  .container {
    max-width: 960px;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media screen and (min-width: 1232px){
  .container {
    max-width: 1164px;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
}

@media screen and (min-width: 1472px){
  .container {
    max-width: 1464px;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  scroll-behavior: smooth;
}

body {
  word-break: break-word;
  margin: 0;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

@font-face { 
  font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Light/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Light/font.woff") format("woff"); 
      font-style: normal; 
      font-weight: 300; 
      }

@font-face { 
  font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-LightItalic/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-LightItalic/font.woff") format("woff"); 
      font-style: italic; 
      font-weight: 300; 
      }

@font-face { 
  font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Regular/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Regular/font.woff") format("woff"); 
      font-style: normal; 
      font-weight: 400; 
      }

@font-face {
font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-MediumItalic/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-MediumItalic/font.woff") format("woff"); 
      font-style: italic; 
      font-weight: 500; 
      }

@font-face { 
  font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Medium/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Medium/font.woff") format("woff"); 
      font-style: normal; 
      font-weight: 500; 
      }

@font-face {
font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Italic/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Italic/font.woff") format("woff"); 
      font-style: italic; 
      font-weight: 400; 
      }

@font-face { 
  font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Bold/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Bold/font.woff") format("woff"); 
      font-style: normal; 
      font-weight: 700; 
      }

@font-face { 
  font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-BoldItalic/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-BoldItalic/font.woff") format("woff"); 
      font-style: italic; 
      font-weight: 700; 
      }

@font-face { 
  font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Black/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-Black/font.woff") format("woff"); 
      font-style: normal; 
      font-weight: 900; 
      }

@font-face { 
  font-family: "Brandon Text"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-BlackItalic/font.woff2") format("woff2"), 
    url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/BrandonTextWeb-BlackItalic/font.woff") format("woff"); 
      font-style: italic; 
      font-weight: 900; 
      }

@font-face { 
  font-family: "kapicons"; 
  src: url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/Kaplan_May_2022/fonts/kapicons5.eot") format("embedded-opentype"), 
      url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/kapicons.woff") format("woff"), 
        url("//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/fonts/kapicons.ttf") format("truetype");
          font-style: normal; 
          font-weight: 400; 
          }


/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover, a:focus, a:active{
  text-decoration: underline;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.125;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */
/* 
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
} */

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

/* Kaplan Buttons */

.btn {
  display: inline-block;
  font-weight: 900;
  letter-spacing: .2rem;
  text-transform: uppercase;
  color: #313133;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 28px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none
  }
}

.btn:hover {
  color: #313133;
  text-decoration: none
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.disabled, .btn:disabled {
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-primary:hover {
  color: #fff;
  background-color: #006585;
  border-color: #006585
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #006585;
  border-color: #006585;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006585;
  border-color: #006585
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-secondary {
  color: #fff;
  background-color: #8a1a9b;
  border-color: #8a1a9b;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-secondary:hover {
  color: #fff;
  background-color: #b121c7;
  border-color: #b121c7
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #b121c7;
  border-color: #b121c7;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #8a1a9b;
  border-color: #8a1a9b
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #b121c7;
  border-color: #b121c7
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-success {
  color: #fff;
  background-color: #00953b;
  border-color: #00953b;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-success:hover {
  color: #fff;
  background-color: #00c84f;
  border-color: #00c84f
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #00c84f;
  border-color: #00c84f;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00953b;
  border-color: #00953b
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00c84f;
  border-color: #00c84f
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-info {
  color: #fff;
  background-color: #00953b;
  border-color: #00953b;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-info:hover {
  color: #fff;
  background-color: #00c84f;
  border-color: #00c84f
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #00c84f;
  border-color: #00c84f;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #00953b;
  border-color: #00953b
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00c84f;
  border-color: #00c84f
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-warning {
  color: #fff;
  background-color: #ff2b00;
  border-color: #ff2b00;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-warning:hover {
  color: #fff;
  background-color: #f53;
  border-color: #f53
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f53;
  border-color: #f53;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ff2b00;
  border-color: #ff2b00
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f53;
  border-color: #f53
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-danger {
  color: #fff;
  background-color: #ff2b00;
  border-color: #ff2b00;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-danger:hover {
  color: #fff;
  background-color: #f53;
  border-color: #f53
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #f53;
  border-color: #f53;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff2b00;
  border-color: #ff2b00
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f53;
  border-color: #f53
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-light {
  color: #313133;
  background-color: #ebeef7;
  border-color: #ebeef7;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-light:hover {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-light:focus, .btn-light.focus {
  color: #313133;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-light.disabled, .btn-light:disabled {
  color: #313133;
  background-color: #ebeef7;
  border-color: #ebeef7
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-dark {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-dark:hover {
  color: #fff;
  background-color: #006585;
  border-color: #006585
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #006585;
  border-color: #006585;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #006585;
  border-color: #006585
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-action {
  color: #313133;
  background-color: #b4bd00;
  border-color: #b4bd00;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-action:hover {
  color: #313133;
  background-color: #e5f000;
  border-color: #e5f000
}

.btn-action:focus, .btn-action.focus {
  color: #313133;
  background-color: #e5f000;
  border-color: #e5f000;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-action.disabled, .btn-action:disabled {
  color: #313133;
  background-color: #b4bd00;
  border-color: #b4bd00
}

.btn-action:not(:disabled):not(.disabled):active, .btn-action:not(:disabled):not(.disabled).active, .show>.btn-action.dropdown-toggle {
  color: #313133;
  background-color: #e5f000;
  border-color: #e5f000
}

.btn-action:not(:disabled):not(.disabled):active:focus, .btn-action:not(:disabled):not(.disabled).active:focus, .show>.btn-action.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lavendar {
  color: #fff;
  background-color: #6786b8;
  border-color: #6786b8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lavendar:hover {
  color: #313133;
  background-color: #8aa2c8;
  border-color: #8aa2c8
}

.btn-lavendar:focus, .btn-lavendar.focus {
  color: #313133;
  background-color: #8aa2c8;
  border-color: #8aa2c8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lavendar.disabled, .btn-lavendar:disabled {
  color: #fff;
  background-color: #6786b8;
  border-color: #6786b8
}

.btn-lavendar:not(:disabled):not(.disabled):active, .btn-lavendar:not(:disabled):not(.disabled).active, .show>.btn-lavendar.dropdown-toggle {
  color: #313133;
  background-color: #8aa2c8;
  border-color: #8aa2c8
}

.btn-lavendar:not(:disabled):not(.disabled):active:focus, .btn-lavendar:not(:disabled):not(.disabled).active:focus, .show>.btn-lavendar.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-blue {
  color: #fff;
  background-color: #0075c9;
  border-color: #0075c9;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-blue:hover {
  color: #fff;
  background-color: #0093fc;
  border-color: #0093fc
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #0093fc;
  border-color: #0093fc;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #0075c9;
  border-color: #0075c9
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0093fc;
  border-color: #0093fc
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show>.btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-white {
  color: #313133;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-white:hover {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-white:focus, .btn-white.focus {
  color: #313133;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-white.disabled, .btn-white:disabled {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show>.btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray-light {
  color: #313133;
  background-color: #e6e6ed;
  border-color: #e6e6ed;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray-light:hover {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-gray-light:focus, .btn-gray-light.focus {
  color: #313133;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #313133;
  background-color: #e6e6ed;
  border-color: #e6e6ed
}

.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show>.btn-gray-light.dropdown-toggle {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show>.btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray {
  color: #fff;
  background-color: #929299;
  border-color: #929299;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray:hover {
  color: #313133;
  background-color: #acacb2;
  border-color: #acacb2
}

.btn-gray:focus, .btn-gray.focus {
  color: #313133;
  background-color: #acacb2;
  border-color: #acacb2;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #929299;
  border-color: #929299
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show>.btn-gray.dropdown-toggle {
  color: #313133;
  background-color: #acacb2;
  border-color: #acacb2
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show>.btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray-dark {
  color: #fff;
  background-color: #454547;
  border-color: #454547;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray-dark:hover {
  color: #fff;
  background-color: #5e5e61;
  border-color: #5e5e61
}

.btn-gray-dark:focus, .btn-gray-dark.focus {
  color: #fff;
  background-color: #5e5e61;
  border-color: #5e5e61;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #454547;
  border-color: #454547
}

.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show>.btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #5e5e61;
  border-color: #5e5e61
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-primary {
  color: #003e52;
  border-color: #003e52
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #003e52;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-secondary {
  color: #8a1a9b;
  border-color: #8a1a9b
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #8a1a9b;
  border-color: #8a1a9b
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8a1a9b;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #8a1a9b;
  border-color: #8a1a9b
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-success {
  color: #00953b;
  border-color: #00953b
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00953b;
  border-color: #00953b
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00953b;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00953b;
  border-color: #00953b
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-info {
  color: #00953b;
  border-color: #00953b
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #00953b;
  border-color: #00953b
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00953b;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00953b;
  border-color: #00953b
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-warning {
  color: #ff2b00;
  border-color: #ff2b00
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff2b00;
  border-color: #ff2b00
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff2b00;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff2b00;
  border-color: #ff2b00
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-danger {
  color: #ff2b00;
  border-color: #ff2b00
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff2b00;
  border-color: #ff2b00
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff2b00;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2b00;
  border-color: #ff2b00
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-light {
  color: #ebeef7;
  border-color: #ebeef7
}

.btn-outline-light:hover {
  color: #313133;
  background-color: #ebeef7;
  border-color: #ebeef7
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ebeef7;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle {
  color: #313133;
  background-color: #ebeef7;
  border-color: #ebeef7
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-dark {
  color: #003e52;
  border-color: #003e52
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #003e52;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-action {
  color: #b4bd00;
  border-color: #b4bd00
}

.btn-outline-action:hover {
  color: #313133;
  background-color: #b4bd00;
  border-color: #b4bd00
}

.btn-outline-action:focus, .btn-outline-action.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-action.disabled, .btn-outline-action:disabled {
  color: #b4bd00;
  background-color: transparent
}

.btn-outline-action:not(:disabled):not(.disabled):active, .btn-outline-action:not(:disabled):not(.disabled).active, .show>.btn-outline-action.dropdown-toggle {
  color: #313133;
  background-color: #b4bd00;
  border-color: #b4bd00
}

.btn-outline-action:not(:disabled):not(.disabled):active:focus, .btn-outline-action:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-action.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-lavendar {
  color: #6786b8;
  border-color: #6786b8
}

.btn-outline-lavendar:hover {
  color: #fff;
  background-color: #6786b8;
  border-color: #6786b8
}

.btn-outline-lavendar:focus, .btn-outline-lavendar.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-lavendar.disabled, .btn-outline-lavendar:disabled {
  color: #6786b8;
  background-color: transparent
}

.btn-outline-lavendar:not(:disabled):not(.disabled):active, .btn-outline-lavendar:not(:disabled):not(.disabled).active, .show>.btn-outline-lavendar.dropdown-toggle {
  color: #fff;
  background-color: #6786b8;
  border-color: #6786b8
}

.btn-outline-lavendar:not(:disabled):not(.disabled):active:focus, .btn-outline-lavendar:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-lavendar.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-blue {
  color: #0075c9;
  border-color: #0075c9
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #0075c9;
  border-color: #0075c9
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #0075c9;
  background-color: transparent
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show>.btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0075c9;
  border-color: #0075c9
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-white {
  color: #fff;
  border-color: #fff
}

.btn-outline-white:hover {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show>.btn-outline-white.dropdown-toggle {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-gray-light {
  color: #e6e6ed;
  border-color: #e6e6ed
}

.btn-outline-gray-light:hover {
  color: #313133;
  background-color: #e6e6ed;
  border-color: #e6e6ed
}

.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #e6e6ed;
  background-color: transparent
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active, .show>.btn-outline-gray-light.dropdown-toggle {
  color: #313133;
  background-color: #e6e6ed;
  border-color: #e6e6ed
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-gray {
  color: #929299;
  border-color: #929299
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #929299;
  border-color: #929299
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #929299;
  background-color: transparent
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show>.btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #929299;
  border-color: #929299
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-gray-dark {
  color: #454547;
  border-color: #454547
}

.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #454547;
  border-color: #454547
}

.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #454547;
  background-color: transparent
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #454547;
  border-color: #454547
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-action {
  color: #313133;
  background-color: #b4bd00;
  border-color: #b4bd00;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

.btn-action:hover {
  color: #313133;
  background-color: #ccd700;
  border-color: #ccd700
}

.btn-action:focus, .btn-action.focus {
  color: #313133;
  background-color: #ccd700;
  border-color: #ccd700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-action.disabled, .btn-action:disabled {
  color: #313133;
  background-color: #b4bd00;
  border-color: #b4bd00
}

.btn-action:not(:disabled):not(.disabled):active, .btn-action:not(:disabled):not(.disabled).active, .show>.btn-action.dropdown-toggle {
  color: #313133;
  background-color: #ccd700;
  border-color: #ccd700
}

.btn-action:not(:disabled):not(.disabled):active:focus, .btn-action:not(:disabled):not(.disabled).active:focus, .show>.btn-action.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-action:hover {
  color: #fff;
  border-color: #ccd700
}

.btn-action:focus, .btn-action.focus {
  color: #fff;
  border-color: #ccd700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-action:not(:disabled):not(.disabled):active, .btn-action:not(:disabled):not(.disabled).active, .show>.btn-action.dropdown-toggle {
  color: #fff;
  background-color: #ccd700;
  border-color: #ccd700
}

.btn-action:not(:disabled):not(.disabled):active:focus, .btn-action:not(:disabled):not(.disabled).active:focus, .show>.btn-action.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lavendar {
  color: #fff;
  background-color: #6786b8;
  border-color: #6786b8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

.btn-lavendar:hover {
  color: #fff;
  background-color: #7894c0;
  border-color: #7894c0
}

.btn-lavendar:focus, .btn-lavendar.focus {
  color: #fff;
  background-color: #7894c0;
  border-color: #7894c0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lavendar.disabled, .btn-lavendar:disabled {
  color: #fff;
  background-color: #6786b8;
  border-color: #6786b8
}

.btn-lavendar:not(:disabled):not(.disabled):active, .btn-lavendar:not(:disabled):not(.disabled).active, .show>.btn-lavendar.dropdown-toggle {
  color: #fff;
  background-color: #7894c0;
  border-color: #7894c0
}

.btn-lavendar:not(:disabled):not(.disabled):active:focus, .btn-lavendar:not(:disabled):not(.disabled).active:focus, .show>.btn-lavendar.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lavendar:hover {
  color: #fff;
  border-color: #8aa2c8
}

.btn-lavendar:focus, .btn-lavendar.focus {
  color: #fff;
  border-color: #8aa2c8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lavendar:not(:disabled):not(.disabled):active, .btn-lavendar:not(:disabled):not(.disabled).active, .show>.btn-lavendar.dropdown-toggle {
  color: #fff;
  background-color: #8aa2c8;
  border-color: #8aa2c8
}

.btn-lavendar:not(:disabled):not(.disabled):active:focus, .btn-lavendar:not(:disabled):not(.disabled).active:focus, .show>.btn-lavendar.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-white {
  color: #313133;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #003e52
}

.btn-white:hover {
  color: #313133;
  background-color: #ccd700;
  border-color: #ccd700
}

.btn-white:focus, .btn-white.focus {
  color: #313133;
  background-color: #ccd700;
  border-color: #ccd700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-white.disabled, .btn-white:disabled {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
  color: #313133;
  background-color: #ccd700;
  border-color: #ccd700
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show>.btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-white:hover {
  color: #fff;
  border-color: #ccd700
}

.btn-white:focus, .btn-white.focus {
  color: #fff;
  border-color: #ccd700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
  color: #fff;
  background-color: #ccd700;
  border-color: #ccd700
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show>.btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-white {
  color: #fff;
  border-color: #fff
}

.btn-outline-white:hover {
  color: #003e52;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show>.btn-outline-white.dropdown-toggle {
  color: #313133;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show>.btn-outline-white.dropdown-toggle {
  color: #003e52
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link {
  font-weight: 400;
  color: #0075c9;
  text-decoration: none
}

.btn-link:hover {
  color: #4b95cb;
  text-decoration: underline
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline
}

.btn-link:disabled, .btn-link.disabled {
  color: #929299;
  pointer-events: none
}

.btn-lg, .btn-group-lg>.btn {
  padding: 1.25rem 2.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 34px
}

.btn-sm, .btn-group-sm>.btn {
  padding: .75rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 26px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}
/* Form fields */

.hs-form-field {
  margin-bottom: 2rem;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  width: 100%;
  height: calc(1em + 2rem + 2px);
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 28px;
  box-shadow: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-width: 1px;
  border-style: solid;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus{
  color: #313133;
  background-color: #fff;
  border-color: #0075c9 !important;
  outline: 0;
  box-shadow: 3px 4px 8px rgb(0 0 0 / 25%);
}

form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus{
  text-decoration: none;
}

form fieldset {
  max-width: 100% !important;
}

form textarea {
  max-width: 100%;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required, ul.no-list.hs-error-msgs.inputs-list label{
  color: #ff2b00;
}

.hs-input.invalid.error {
  border-color: #ff2b00;
}

.hs-error-msg {
  color: #ff2b00;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit], form .hs-button {
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: 1rem!important;
  margin-bottom: 2rem;
  white-space: normal;
}

.button, button {
  cursor: pointer;
  text-align: center;
  white-space: normal;
  display: inline-block;
  font-weight: 900;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  display: block;
}

.text-light {
  color: #ebeef7;
}

.bg-dark {
  background-color: #003e52;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

/*
.header .brand-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
*/

.header .top-info-links {
  font-size: .75rem;
  line-height: 1;
}

.text-right {
  text-align: right;
}

.d-none, .header .top-info-links .hs_cos_wrapper_type_rich_text span:first-child {
  display: none;
}

.d-flex {
  display: flex;
}

.justify-content-end {
  justify-content: flex-end;
}

.border-bottom {
  border-bottom: 1px solid #c1c1c6;
}

.header .top-promo {
  font-size: .75rem;
  text-align: center;
  padding: 0.5rem 0;
}

.bg-white {
  background-color: #fff;
}

.align-items-center {
  align-items: center;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.meganav.navbar.shrink {
  border-bottom: 1px solid #c1c1c6;
}

.header .navbar.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header .top-promo a i:before {
  content: "\e805";
  font-family: "kapicons";
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header .meganav.navbar.shrink .hs-menu-wrapper>ul>li>a{
  padding-top: 0.5rem;
}

/*
.header .brand-tab-nav .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .brand-tab-nav .hs_cos_wrapper_type_rich_text > a {
  display: block;
  transition: background-color .2s ease;
}
*/

.header .meganav .hs-menu-wrapper>ul>li a {
  text-decoration: none;
}

/*
.header .brand-tab-nav .hs_cos_wrapper_type_rich_text>a:hover {
  background-color: #2c6273;
}

.header .brand-tab-nav .hs_cos_wrapper_type_rich_text > a:first-child, .header .brand-tab-nav .hs_cos_wrapper_type_rich_text > a:hover:first-child{
  background-color: #fff;
}
*/

.header .top-info-links span {
  color: #ebeef7;
}

.header .top-info-links a{
  color: #fff;
}

.header .top-info-links a:hover{
  text-decoration: underline;
  color: #fff;
}

.header .top-info-links .hs_cos_wrapper_type_rich_text span:last-child a{
  text-transform: uppercase;
}

.header .top-promo a {
  color: #003e52;
}

.header .top-promo a:hover {
  text-decoration: underline;
  color: #003e52;
}

/*.header .search-form {
  padding-bottom: 0;
  position: relative;
  z-index: 9;
}

.header .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.header .form-control {
  display: block;
  width: 100%;
  height: calc(1em + 2rem + 2px);
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #313133;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #929299;
  border-radius: 28px;
  box-shadow: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.header .input-group>.form-control, .header .input-group>.form-control-plaintext, .header .input-group>.custom-select, .header .input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.header .input-group>.form-control:not(:last-child), .header .input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.header .input-group .form-control.input-search {
  padding-right: 7.5rem;
}

.header .form-control::placeholder {
  color: #616166;
  opacity: 1;
}

.header .input-group-append {
  display: flex;
  position: absolute;
  right: 0;
  z-index: 3;
}

.header .input-group-append {
  margin-left: -1px;
}
*/

.btn {
  display: inline-block;
  font-weight: 900;
  letter-spacing: .2rem;
  text-transform: uppercase;
  color: #313133;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 28px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #003e52;
  border-color: #003e52;
  box-shadow: none;
}

/*.header .input-group>.input-group-append>.btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}*/

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #313133;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c1c1c6;
  border-radius: 0.5rem;
  box-shadow: 3px 4px 8px rgb(0 0 0 / 25%);
}

.header .autocomplete-suggestions {
  position: absolute;
  z-index: 9999;
  opacity: 1;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
}

/*.header .input-group .form-control.input-search:focus {
  color: #313133;
  background-color: #fff;
  border-color: #0075c9;
  outline: 0;
  box-shadow: 3px 4px 8px rgb(0 0 0 / 25%);
}*/

.header [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #006585;
  border-color: #006585;
  text-decoration: none;
}

.fade {
  transition: opacity .15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.d-block {
  display: block;
}

.header .meganav .hs_cos_wrapper_type_menu {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.header .meganav .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header .meganav .hs-menu-wrapper > ul > li {
  border-bottom: 1px solid #c1c1c6;
  position: relative;
  transition: color .2s ease-in-out;
  padding: 0.25rem 1rem;
  border-top: none;
}

.header .meganav .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding: 0.5rem 1rem;
}

.header .meganav .hs-menu-wrapper > ul > li > a {
  font-weight: 700;
  color: #003e52;
  transition: color .2s ease-in-out;
}

.header .meganav .hs-menu-wrapper>ul>li>a {
  padding-top: 0;
}

.header .meganav .hs-menu-wrapper>ul>li > ul.hs-menu-children-wrapper {
  position: absolute;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #313133;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c1c1c6;
  border-radius: 0.5rem;
  box-shadow: 3px 4px 8px rgb(0 0 0 / 25%);
  visibility: hidden;
}

/* Adding the Hover Here */
.header .meganav .hs-menu-wrapper>ul>li > ul.hs-menu-children-wrapper:not(.show) {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s !important;
}

.header .meganav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper, .header .meganav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper .show {
 transition-delay: .8s !important; 
}

.header .meganav .hs-menu-wrapper>ul>li.show > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header ul.hs-menu-children-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header ul.hs-menu-children-wrapper .container .row {
  width: calc(100% + 32px);
}

.header ul.hs-menu-children-wrapper li.hs-menu-depth-3 > a {
  color: #313133;
  background-color: transparent;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 1rem;
  padding: 0 0.5rem 0.25rem;
  margin-top: 1rem;
  white-space: normal;
  margin-bottom: 0;
  display: block;
}

.header ul.hs-menu-children-wrapper li.hs-menu-depth-4 > a {
  display: block;
  padding: 0.25rem 0.5rem;
  color: #0075c9;
}

.header ul.hs-menu-children-wrapper li.hs-menu-depth-6 > a {
  color: #00953b;
  font-weight: 700;
  display: block;
  padding: 0.25rem 0.5rem;
}

.header ul.hs-menu-children-wrapper li.hs-menu-depth-4 a:hover, .header ul.hs-menu-children-wrapper li.hs-menu-depth-4 a:focus, .header ul.hs-menu-children-wrapper li.hs-menu-depth-4 a:active, .header .meganav .hs-menu-wrapper>ul>li:first-child li.hs-menu-depth-3 a:hover, .header .meganav .hs-menu-wrapper>ul>li:first-child li.hs-menu-depth-3 a:focus, .header .meganav .hs-menu-wrapper>ul>li:first-child li.hs-menu-depth-3 a:active {
  background-color: #e6e6ed;
  text-decoration: none;
  color: #0075c9;
}

.header .meganav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper a:empty {
  display: none !important;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .hs-menu-depth-2 > a {
  display: block;
  padding: 0.25rem 0.5rem;
  color: #8a1a9b!important;
  font-weight: 800!important;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child li.hs-menu-depth-3>a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1rem;
  margin: 0;
  text-transform: none;
  color: #0075c9;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .hs-menu-depth-2>a:hover {
  background-color: #e6e6ed;
  text-decoration: none;
  color: #c327db!important;
}

.header ul.hs-menu-children-wrapper li a[href="javascript:;"] {
  cursor: text;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child li.hs-menu-depth-4>a {
  color: #00953b;
  font-weight: 700;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child {
  display: none;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-2 ul.hs-menu-children-wrapper {
  display: flex!important;
  flex-direction: column!important;
  justify-content: space-between!important;
  height: 100%!important;
  margin: 0;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-2 ul.hs-menu-children-wrapper li:last-child ul.hs-menu-children-wrapper {
  flex-direction: row!important;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:first-child > ul.hs-menu-children-wrapper {
  padding: 1rem!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row !important;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:last-child {
  padding: 1rem!important;
  width: 100%;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:last-child ul.hs-menu-children-wrapper {
align-items: end;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:first-child .hs-menu-depth-4:first-child > a {
  font-weight: 700!important;
  color: #fff;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:first-child .hs-menu-depth-4:first-child>a {
  padding: 0;
  line-height: 1.125;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:last-child .hs-menu-depth-4:first-child>a {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  color: #003e52;
  display: inline-block;
  font-weight: 900;
  letter-spacing: .2rem;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 28px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child > .hs-menu-depth-2 {
  height: 100%;
}


.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-2 ul.hs-menu-children-wrapper li:last-child ul.hs-menu-children-wrapper li:last-child {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}


.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:last-child .hs-menu-depth-4:first-child>a:hover {
  color: #fff;
  border-color: #ccd700;
  background-color: #ccd700;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:first-child .hs-menu-depth-4:first-child>a:hover, .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:last-child .hs-menu-depth-4 > a:hover {
  background: none;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:last-child .hs-menu-depth-4 > a {
  color: #fff;
  font-size: 0.75rem;
  padding: 0;
  font-weight: 400;
}

.header .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 28px;
}

.header .menu-icon {
  display: block;
  padding: 7px 8px;
  border: none;
  background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/menu-toggle.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}

.header .navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  transition: transform .35s ease-in-out;
}

.header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 24px;
  top: 14px;
  transform: rotate(135deg);
  opacity: 1;
}

.header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  opacity: 0;
  background-color: transparent;
}

.header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 24px;
  top: 14px;
  transform: rotate(-135deg);
  opacity: 1;
}

.header .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.header .meganav {
  padding-left: 0;
  padding-right: 0;
}

.header .meganav .hs-menu-wrapper>ul>li:first-child {
  border-top: 1px solid #c1c1c6;
}

@media screen and (min-width: 768px){
  .header .top-promo {
    font-size: 1rem;
  }
  /*.header .brand-tab-nav {
    width: 100%;
  }*/
  .d-sm-flex {
    display: flex!important;
  }
  .header .meganav .hs-menu-wrapper li.hs-menu-depth-2 > .hs-menu-children-wrapper {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px){
  .order-md-4 {
    order: 4;
  }
  .order-md-2 {
    order: 2;
  }
  .d-md-none {
    display: none;
  }
  .order-md-3 {
    order: 3;
  }
 /* .header .brand-tab-nav {
    max-width: 389px;
  }*/
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .header .meganav .hs_cos_wrapper_type_menu {
    display: flex!important;
    flex-basis: auto;
    justify-content: center!important;
  }
  .header .meganav .hs-menu-wrapper > ul {
    flex-direction: row;
  }
  .header .meganav .hs-menu-wrapper > ul > li {
    border-bottom: none;
    padding: 0 0.75rem;
    position: static!important;
  }

  .header .meganav .hs-menu-wrapper > ul > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .header .meganav .hs-menu-wrapper>ul>li > ul.hs-menu-children-wrapper {
    display: block;
    opacity: 0;
  }
  .header .meganav .hs-menu-wrapper>ul>li > ul.hs-menu-children-wrapper {
    border-top: 1px solid #c1c1c6;
    border-bottom: 1px solid #c1c1c6;
    box-shadow: none;
    border-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    margin-top: 0;
  }
  .header .meganav .hs-menu-wrapper>ul>li>a:after {
    content: "";
    display: block;
    position: relative;
    bottom: -0.5rem;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color .2s ease-in-out .3s;
  }
  .header .meganav .hs-menu-wrapper>ul>li.show>a:after {
    background-color: #8a1a9b;
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child {
    flex: 0 0 50%;
    max-width: 50%;
    display: block!important;
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-2 > ul.hs-menu-children-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/shop-promo/B-DDB-xl.png');
      background-size: cover;
      }
  
/* Removing Top Gradient Here  .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:first-child > ul.hs-menu-children-wrapper {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.6)));
    background-image: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  } */
  .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:last-child {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:first-child .hs-menu-depth-4:first-child > a {
    font-size: 4.5rem;
  }
  .header .navbar {
    padding: 0;
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child {
    border-top: 0;
  }
}

@media screen and (max-width: 1199px){
   .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-2 > ul.hs-menu-children-wrapper {
    background-image: url('//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/shop-promo/B-DDB-lg.png');
      background-size: cover;
      }
}
}

@media screen and (max-width: 991px){
   .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-2 > ul.hs-menu-children-wrapper {
    background-image: url('//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/shop-promo/B-DDB-md.png');
      background-size: cover;
      }
}
}

@media screen and (min-width: 1232px){
 /* .header .brand-tab-nav {
    max-width: 496px;
  }*/
  .header .meganav .hs-menu-wrapper > ul > li {
    padding: 0 1rem;
  }
/*   .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-2 > ul.hs-menu-children-wrapper {
    min-height: 450px;
  } */
  .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:first-child .hs-menu-depth-4:first-child > a {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1472px){
  .d-xl-inline, .header .top-info-links .hs_cos_wrapper_type_rich_text span:first-child {
    display: inline!important;
  }
/*   .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-2 > ul.hs-menu-children-wrapper {
    min-height: 400px;
  } */
  .header .meganav .hs-menu-wrapper>ul>li:first-child .col-md-3:last-child .hs-menu-depth-3:first-child .hs-menu-depth-4:first-child > a {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px){
  .header .meganav .hs-menu-wrapper>ul>li {
    padding: 0 0.7rem;
  }
}

@media screen and (max-width: 991px){
 /* .header .search-form .input-group>.form-control {
    padding: 0.75rem 1.25rem;
    font-size: .75rem;
    height: calc(1em + 1.5rem + 2px);
  }
  .header .search-form .btn {
    padding: 0.75rem 1.25rem;
    font-size: .75rem;
  } */
  .header .navbar {
    padding-bottom: 0;
  }
  .header .meganav .hs-menu-wrapper>ul>li>a {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }
  .header .meganav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    position: static;
    float: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .header ul.hs-menu-children-wrapper .container .row {
    width: 100%;
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child .hs-menu-depth-2>a {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child li.hs-menu-depth-3>a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .meganav .hs-menu-wrapper>ul>li>a {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }
  .header .meganav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    display: none;
  }
  .header .meganav .hs-menu-wrapper>ul>li.menu-active ul.hs-menu-children-wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .meganav .hs-menu-wrapper>ul>li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header ul.hs-menu-children-wrapper li.hs-menu-depth-3>a {
    padding: 0 0.5rem 0.25rem;
  }
  .header .meganav .hs_cos_wrapper_type_menu {
    display: none;
  }
/*   header.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
  } */
  .header .meganav .hs-menu-wrapper {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
}
}

@media screen and (max-width: 767px){
  .header .meganav .hs-menu-wrapper>ul>li>a {
    width: 100%;
  }
  .header .meganav .hs-menu-wrapper>ul>li>a {
    padding: 0;
    padding-bottom: 0.5rem;
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child .hs-menu-depth-2>a {
    width: 100%;
    display: block;
    padding: 0.25rem 0.5rem;
  }
  .header .meganav .hs-menu-wrapper>ul>li:first-child li.hs-menu-depth-3>a {
    display: block;
    padding: 0.25rem 0.5rem;
  }
  .header .meganav .hs-menu-wrapper>ul>li.hs-menu-depth-2 a {
    display: block;
    padding: 0.25rem 0.5rem;
  }
  .header ul.hs-menu-children-wrapper li.hs-menu-depth-4>a {
    display: block;
    padding: 0.25rem 0.5rem;
  }
  .header .meganav .hs-menu-wrapper>ul>li>a:active, .header .meganav .hs-menu-wrapper>ul>li>a:hover, .header .meganav .hs-menu-wrapper>ul>li>a:focus {
    color: #8a1a9b;
  }
}
footer.footer {
  background-color: #003e52;
}

footer .bottom-footer {
  font-size: .875rem;
}

.pb-5, .py-5 {
  padding-bottom: 2rem!important;
}

.pt-5, .py-5 {
  padding-top: 2rem!important;
}

.text-center {
  text-align: center!important;
}

.text-light {
  color: #ebeef7!important;
}

footer span.text-light span {
  color: #ebeef7!important;
}

footer .bottom-footer a {
  color: #ebeef7!important;
}

footer .bottom-footer a:hover {
  text-decoration: underline;
}

footer .border-light {
  border-color: rgba(220,227,235,.5)!important;
  overflow-x: hidden;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem!important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem!important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem!important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem!important;
}

.align-items-center {
  align-items: center!important;
}

.justify-content-center {
  justify-content: center!important;
}

.pb-6, .py-6 {
  padding-bottom: 3rem!important;
}

.pt-6, .py-6 {
  padding-top: 3rem!important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

footer .footer-contact-links .hs_cos_wrapper_type_rich_text span {
    margin-left: 0.5rem!important;
    margin-right: 0.5rem!important;
}

.to-top {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 10;
}
.fade {
    transition: opacity .15s linear;
}

.to-top a {
    position: relative;
    font-size: 2rem;
    width: 52px;
    height: 52px;
    border-radius: 50rem;
    display: block;
    color: #fff;
    background-color: rgba(138,26,155,.25);
    background-image: url('//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/bg-purple.png');
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 900%;
    box-shadow: 3px 4px 8px rgb(0 0 0 / 25%);
}

.to-top a:after {
    content: "\e803";
    font-family: kapicons;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0);
    border-radius: 50rem;
    transition: all .2s ease;
}

.to-top a:hover{
  color: #fff;
}

.to-top.fade:not(.show) {
    opacity: 0;
}

.to-top a:hover:after {
    background-color: rgba(255,255,255,.25);
    color: #fff;
}

footer .info-links .hs-menu-wrapper > ul > li {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

footer .info-links .hs_cos_wrapper_type_menu {
  width: 100%;
}

footer .info-links .hs-menu-wrapper>ul>li>a {
  color: #ebeef7;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 900;
  line-height: 1.125;
  display: block;
  cursor: text;
}

footer .info-links .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

footer .info-links .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

footer .info-links .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
  flex-direction: row;
}

footer .info-links .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>ul li {
  font-size: .875rem;
  margin-bottom: 0.5rem;
}

footer .info-links .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>ul li > a {
  color: #fff;
}

footer .info-links .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>ul li > a:hover {
  text-decoration: underline;
}

.footer-contact img{
  margin-top: -2rem!important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}

footer .footer-contact-links a {
  color: #fff;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem!important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem!important;
}

.mb-0, .my-0 {
  margin-bottom: 0!important;
}

footer .footer-contact-links span {
  color: #fff;
}

footer .quick-links-cm .quick-link, footer.footer .info-links .hs-menu-wrapper>ul>li>a{
  text-decoration: none;
}

footer li.footer-contact-area .hs_cos_wrapper_type_linked_image a[href="#"] {
    cursor: auto;
}

@media screen and (min-width: 768px){
  .text-sm-right {
    text-align: right!important;
  }
  .text-sm-left {
    text-align: left!important;
  }
  footer .info-links .hs-menu-wrapper > ul > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 992px){
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem!important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem!important;
  }
  footer .info-links .hs-menu-wrapper > ul > li {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
  } 
  .text-md-right {
    text-align: right!important;
  }
  footer .info-links .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>ul li:last-child {
    margin: 0;
  }
}

@media screen and (min-width: 1232px){
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
  }
}

@media screen and (max-width: 991px){
  footer .info-links .hs-menu-wrapper>ul>li:nth-child(2) > a {
    margin-top: 3rem!important;
  }
  footer .footer-contact img {
    margin: 0 !important;
  }

}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kapicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e800";
}
.icon-angle-left:before {
  content: "\e801";
}
.icon-angle-right:before {
  content: "\e802";
}
.icon-angle-up:before {
  content: "\e803";
}
.icon-double-angle-left:before {
  content: "\e804";
}
.icon-double-angle-right:before {
  content: "\e805";
}
.icon-minus:before {
  content: "\e806";
}
.icon-plus:before {
  content: "\e807";
}
.icon-cart:before {
  content: "\e808";
}
.icon-chat:before {
  content: "\e809";
}
.icon-hamburger:before {
  content: "\e80a";
}
.icon-user:before {
  content: "\e80b";
}
.icon-book:before {
  content: "\e80c";
}
.icon-bulb:before {
  content: "\e80d";
}
.icon-package:before {
  content: "\e80e";
}
.icon-pencil:before {
  content: "\e80f";
}
.icon-apple-k5:before {
  content: "\e810";
}
.icon-dollar:before {
  content: "\e811";
}
.icon-leaf:before {
  content: "\e812";
}
.icon-star:before {
  content: "\e813";
}
.icon-tree:before {
  content: "\e814";
}
.icon-truck:before {
  content: "\e815";
}
.icon-save:before {
  content: "\e816";
}
.icon-open:before {
  content: "\e817";
}
.icon-trash:before {
  content: "\e818";
}
.icon-facebook:before {
  content: "\e819";
}
.icon-linkedin:before {
  content: "\e81a";
}
.icon-pinterest:before {
  content: "\e81b";
}
.icon-twitter:before {
  content: "\e81c";
}
.icon-youtube:before {
  content: "\e81d";
}
.icon-instagram:before {
  content: "\e81e";
}
.icon-pdf:before {
  content: "\e81f";
}
.icon-excel:before {
  content: "\e820";
}
.icon-search:before {
  content: "\e821";
}
.icon-mail:before {
  content: "\e822";
}
.icon-clipboard:before {
  content: "\e823";
}
.icon-question:before {
  content: "\e824";
}
.icon-grid-view:before {
  content: "\e825";
}
.icon-list-view:before {
  content: "\e826";
}
.icon-eye:before {
  content: "\e827";
}
.icon-heart:before {
  content: "\e828";
}
.icon-point:before {
  content: "\e829";
}
.icon-duplicate:before {
  content: "\e82a";
}
.icon-checkmark:before {
  content: "\e902";
}
.icon-circle-a:before {
  content: "\e903";
}
.icon-circle-b:before {
  content: "\e908";
}
.icon-circle-c:before {
  content: "\e90a";
}
.icon-circle-d:before {
  content: "\e910";
}
.icon-circle-e:before {
  content: "\e913";
}
.icon-circle-f:before {
  content: "\e917";
}
.icon-circle-g:before {
  content: "\e919";
}
.icon-circle-h:before {
  content: "\e91b";
}
.icon-circle-i:before {
  content: "\e91c";
}
.icon-circle-j:before {
  content: "\e920";
}
.icon-circle-k:before {
  content: "\e921";
}
.icon-circle-l:before {
  content: "\e923";
}
.icon-circle-m:before {
  content: "\e925";
}
.icon-circle-n:before {
  content: "\e928";
}
.icon-circle-o:before {
  content: "\e929";
}
.icon-circle-p:before {
  content: "\e92a";
}
.icon-circle-q:before {
  content: "\e92d";
}
.icon-circle-r:before {
  content: "\e92f";
}
.icon-circle-s:before {
  content: "\e930";
}
.icon-circle-t:before {
  content: "\e934";
}
.icon-circle-u:before {
  content: "\e937";
}
.icon-circle-v:before {
  content: "\e938";
}
.icon-circle-w:before {
  content: "\e939";
}
.icon-circle-x:before {
  content: "\e93a";
}
.icon-circle-y:before {
  content: "\e93b";
}
.icon-circle-z:before {
  content: "\e93d";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-qr-code:before {
  content: "\e948";
}
.icon-apple:before {
  content: "\e949";
}
.icon-calendar:before {
  content: "\e94a";
}
.icon-cancel:before {
  content: "\e94b";
}
.icon-cash-bag:before {
  content: "\e94c";
}
.icon-circle-check:before {
  content: "\e94d";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-contract:before {
  content: "\e94f";
}
.icon-credit-card:before {
  content: "\e950";
}
.icon-customer-support:before {
  content: "\e951";
}
.icon-document:before {
  content: "\e952";
}
.icon-double-puzzle:before {
  content: "\e953";
}
.icon-earth:before {
  content: "\e914";
}
.icon-fax:before {
  content: "\e955";
}
.icon-gift:before {
  content: "\e956";
}
.icon-graduation:before {
  content: "\e957";
}
.icon-group:before {
  content: "\e958";
}
.icon-map:before {
  content: "\e959";
}
.icon-phone:before {
  content: "\e95a";
}
.icon-play:before {
  content: "\e95b";
}
.icon-puzzle:before {
  content: "\e95c";
}
.icon-return-shipment:before {
  content: "\e95d";
}
.icon-seesaw:before {
  content: "\e95e";
}
.icon-adp:before {
  content: "\e95f";
}
.icon-shield:before {
  content: "\e960";
}
.icon-speech-heart:before {
  content: "\e961";
}
.icon-star-ribbon:before {
  content: "\e962";
}
.icon-sunburst:before {
  content: "\e963";
}
.icon-thought-cloud:before {
  content: "\e964";
}
.icon-video:before {
  content: "\e965";
}
.icon-warranty:before {
  content: "\e966";
}
.icon-world-wide-web:before {
  content: "\e967";
}
.icon-wrench:before {
  content: "\e968";
}
.icon-storefront:before {
  content: "\e909";
}
.icon-discount:before {
  content: "\e90b";
}
.icon-tiktok:before {
  content: "\e969";
}
.icon-concur:before {
  content: "\e96a";
}
.icon-empower-retirement:before {
  content: "\e96b";
}
.icon-sharefile:before {
  content: "\e96c";
}
.icon-hubspot:before {
  content: "\e96d";
}
.icon-outlook:before {
  content: "\e96e";
}
.icon-zoom:before {
  content: "\e96f";
}
.icon-astm:before {
  content: "\e901";
}
.icon-carb:before {
  content: "\e904";
}
.icon-fsc:before {
  content: "\e905";
}
.icon-pefc:before {
  content: "\e906";
}
.icon-mwob:before {
  content: "\e907";
}
.icon-kaplan-icon:before {
  content: "\e970";
}
.icon-gryphonhouse-icon:before {
  content: "\e900";
}
.icon-c4l-icon:before {
  content: "\e972";
}
.icon-extendednotes-icon:before {
  content: "\e973";
}


/*[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"kapicons";font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-angle-down:before{content:"\e800"}
.icon-angle-left:before{content:"\e801"}
.icon-angle-right:before{content:"\e802"}
.icon-angle-up:before{content:"\e803"}
.icon-double-angle-left:before{content:"\e804"}
.icon-double-angle-right:before{content:"\e805"}
.icon-minus:before{content:"\e806"}
.icon-plus:before{content:"\e807"}
.icon-cart:before{content:"\e808"}
.icon-chat:before{content:"\e809"}
.icon-hamburger:before{content:"\e80a"}
.icon-user:before{content:"\e80b"}
.icon-book:before{content:"\e80c"}
.icon-bulb:before{content:"\e80d"}
.icon-package:before{content:"\e80e"}
.icon-pencil:before{content:"\e80f"}
.icon-apple-k5:before{content:"\e810"}
.icon-dollar:before{content:"\e811"}
.icon-leaf:before{content:"\e812"}
.icon-star:before{content:"\e813"}
.icon-tree:before{content:"\e814"}
.icon-truck:before{content:"\e815"}
.icon-save:before{content:"\e816"}
.icon-open:before{content:"\e817"}
.icon-trash:before{content:"\e818"}
.icon-facebook:before{content:"\e819"}
.icon-linkedin:before{content:"\e81a"}
.icon-pinterest:before{content:"\e81b"}
.icon-twitter:before{content:"\e81c"}
.icon-youtube:before{content:"\e81d"}
.icon-instagram:before{content:"\e81e"}
.icon-pdf:before{content:"\e81f"}
.icon-excel:before{content:"\e820"}
.icon-search:before{content:"\e821"}
.icon-mail:before{content:"\e822"}
.icon-clipboard:before{content:"\e823"}
.icon-question:before{content:"\e824"}
.icon-grid-view:before{content:"\e825"}
.icon-list-view:before{content:"\e826"}
.icon-eye:before{content:"\e827"}
.icon-a:before{content:"\e903"}
.icon-b:before{content:"\e908"}
.icon-c:before{content:"\e90a"}
.icon-d:before{content:"\e910"}
.icon-e:before{content:"\e913"}
.icon-earth:before{content:"\e914"}
.icon-f:before{content:"\e917"}
.icon-g:before{content:"\e919"}
.icon-h:before{content:"\e91b"}
.icon-i:before{content:"\e91d"}
.icon-j:before{content:"\e920"}
.icon-k:before{content:"\e921"}
.icon-kaplan-exclusive:before{content:"\e922"}
.icon-l:before{content:"\e923"}
.icon-m:before{content:"\e925"}
.icon-n:before{content:"\e928"}
.icon-o:before{content:"\e929"}
.icon-p:before{content:"\e92a"}
.icon-q:before{content:"\e92d"}
.icon-Quorum:before{content:"\e92e"}
.icon-r:before{content:"\e92f"}
.icon-s:before{content:"\e930"}
.icon-t:before{content:"\e934"}
.icon-u:before{content:"\e937"}
.icon-v:before{content:"\e938"}
.icon-w:before{content:"\e939"}
.icon-x:before{content:"\e93a"}
.icon-y:before{content:"\e93b"}
.icon-z:before{content:"\e93d"}
.icon-warning:before{content:"\ea07"}
.icon-notification:before{content:"\ea08"}
.icon-heart:before{content:"\e828"}
.icon-point:before{content:"\e829";}
.icon-checkmark:before{content: "\e902";}*/
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/