@charset "UTF-8";
/**MASTER COLORS**
TEAL: #31a5bc-OG  #268092
TEAL2: #38acc3-OG  #268092
ORANGE: #f47720-OG #BE5409
RED: #940c0c-OG #940c0c
**/
a, a:visited {
  color: #268092; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

img {
  width:100%;
  max-width: 100%;
  height: auto; }

em, i {
  font-style: italic; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device orientation change,
     *    without disabling user zoom.
     */
html {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
     * Remove default margin.
     */
body {
  margin: 0; }

/* HTML5 display definitions
       ========================================================================== */
/**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
       * Address `[hidden]` styling not present in IE 8/9/10.
       */
[hidden] {
  display: none; }

/**
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
template {
  display: none; }

/* Links
       ========================================================================== */
/**
       * Remove the gray background color from active links in IE 10.
       */
a {
  background-color: transparent; }

/**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
abbr[title] {
  border-bottom: 1px dotted; }

/**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */
b,
strong {
  font-weight: bold; }

/**
     * Address styling not present in Safari and Chrome.
     */
dfn {
  font-style: italic; }

/**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

/**
       * Address styling not present in IE 8/9.
       */
mark {
  background: #ff0;
  color: #000; }

/**
     * Address inconsistent and variable font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
       ========================================================================== */
/**
       * Remove border when inside `a` element in IE 8/9/10.
       */
img {
  border: 0; }

/**
     * Correct overflow not hidden in IE 9/10/11.
     */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
       ========================================================================== */
/**
       * Address margin not present in IE 8/9 and Safari.
       */
figure {
  margin: 1.5em 40px; }

/**
     * Address differences between Firefox and other browsers.
     */
hr {
  box-sizing: content-box;
  height: 0; }

/**
     * Contain overflow in all browsers.
     */
pre {
  overflow: auto; }

/**
     * Address odd `em`-unit font size rendering in all browsers.
     */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
       ========================================================================== */
/**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
/**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 5. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
button {
  overflow: visible; }

/**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
button,
select {
  text-transform: none; }

/**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
     *    Known issue: inner spacing remains in IE 6.
     */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
     * Re-set default cursor for disabled elements.
     */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
     * Remove inner padding and border in Firefox 4+.
     */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
input {
  line-height: normal; }

/**
       * It's recommended that you don't attempt to style these elements.
       * Firefox's implementation doesn't respect box-sizing, padding, or width.
       *
       * 1. Address box sizing set to `content-box` in IE 8/9/10.
       * 2. Remove excess padding in IE 8/9/10.
       * 3. Remove excess padding in IE 7.
       *    Known issue: excess padding remains in IE 6.
       */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
     */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
       * Remove inner padding and search cancel button in Safari and Chrome on OS X.
       * Safari (but not Chrome) clips the cancel button when the search input has
       * padding (and `textfield` appearance).
       */ }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
     * Define consistent border, margin, and padding.
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     * 3. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
textarea {
  overflow: auto; }

/**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
optgroup {
  font-weight: bold; }


.element-invisible {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
}

.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
iframe {
  border: none;
}
/*
#skip a{
  color:white;
}

#skip a:hover, #skip a:focus{
    text-decoration: underline;
}*/

.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:focus {
  background-color: #76b347;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
  background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
  background-image: linear-gradient(to bottom, #76b347, #5e9e2e);
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
}

.mktoForm input[type=text]:focus, .mktoForm input[type=url]:focus, .mktoForm input[type=email]:focus, .mktoForm input[type=tel]:focus, .mktoForm input[type=number]:focus, .mktoForm input[type=date]:focus, .mktoForm select.mktoField:focus, .mktoForm textarea.mktoField:focus {
  border: 1px solid #888;
  color: #000;
}
/* Tables
       ========================================================================== */
/**
     * Remove most spacing between table cells.
     */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 100%; }

body {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #268092;
}

h1, .h1 {
  margin-bottom: 0.1875566421em;
  font-size: 1.999396em;
  line-height: 1.1253398526; }
@media (min-width: 43.75em) {
  h1, .h1 {
    margin-bottom: 0.132642604em;
    font-size: 2.827145944em;
    line-height: 1.0611408323; } }
@media (min-width: 56.25em) {
  h1, .h1 {
    margin-bottom: 0.132642604em;
    font-size: 2.827145944em;
    line-height: 1.3264260404; } }

h2, .h2 {
  margin-bottom: 0.2652050919em;
  font-size: 1.414em;
  line-height: 1.3260254597; }
@media (min-width: 43.75em) {
  h2, .h2 {
    margin-bottom: 0.1875566421em;
    font-size: 1.999396em;
    line-height: 1.1253398526; } }
@media (min-width: 56.25em) {
  h2, .h2 {
    margin-bottom: 0.132642604em;
    font-size: 2.827145944em;
    line-height: 1.0611408323; } }

h3, .h3 {
  margin-bottom: 0.2652050919em;
  font-size: 1.414em;
  line-height: 1.3260254597; }
@media (min-width: 56.25em) {
  h3, .h3 {
    margin-bottom: 0.2652050919em;
    font-size: 1.414em;
    line-height: 1.3260254597; } }

h4, .h4 {
  margin-bottom: 0.2652050919em;
  font-size: 1.125em;
  line-height: 1.3260254597; }

h5, .h5,
h6, .h6 {
  margin-bottom: 0.375em;
  font-size: 1em;
  line-height: 1.5; }

p {
  margin-top: 0;
  margin-bottom: 1.125em;
  padding-top: 0;
  padding-bottom: 0; }

small,
.font-small {
  font-size: 0.7072135785em;
  line-height: 1.59075; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

blockquote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5em;
  border-left: 2px solid gray;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 100; }
blockquote p {
  margin-bottom: 0;
  font-style: italic; }
blockquote footer cite:before {
  content: " – "; }

pre,
code {
  font-family: "Lucida Console", Monaco, monospace; }

time,
.time {
  text-transform: uppercase; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  padding-top: 0;
  padding-bottom: 0; }

ul ul,
ol ol,
dl dl {
  margin-left: 0; }

ul {
  /*list-style: disc;*/
  list-style: none;
  list-style-position: outside; }

ol {
  list-style: decimal;
  list-style-position: outside; }

abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase; }

abbr[title]:hover {
  cursor: help; }

hr {
  margin-top: 1.5em;
  margin-bottom: 0;
  border: none;
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 1.4375em; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity; }

@-webkit-keyframes menuTopLineIn {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(14px); }
  100% {
    -webkit-transform: translateY(14px) rotate(-45deg); } }

@-moz-keyframes menuTopLineIn {
  0% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(14px); }
  100% {
    -moz-transform: translateY(14px) rotate(-45deg); } }

@keyframes menuTopLineIn {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px); }
  100% {
    -webkit-transform: translateY(14px) rotate(-45deg);
    -moz-transform: translateY(14px) rotate(-45deg);
    -ms-transform: translateY(14px) rotate(-45deg);
    -o-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg); } }

@-webkit-keyframes menuBottomLineIn {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-14px); }
  100% {
    -webkit-transform: translateY(-14px) rotate(45deg); } }

@-moz-keyframes menuBottomLineIn {
  0% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(-14px); }
  100% {
    -moz-transform: translateY(-14px) rotate(45deg); } }

@keyframes menuBottomLineIn {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px); }
  100% {
    -webkit-transform: translateY(-14px) rotate(45deg);
    -moz-transform: translateY(-14px) rotate(45deg);
    -ms-transform: translateY(-14px) rotate(45deg);
    -o-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg); } }

@-webkit-keyframes menuTopLineOut {
  0% {
    -webkit-transform: translateY(14px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(14px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes menuTopLineOut {
  0% {
    -moz-transform: translateY(14px) rotate(-45deg); }
  50% {
    -moz-transform: translateY(14px) rotate(0deg); }
  100% {
    -moz-transform: translateY(0); } }

@keyframes menuTopLineOut {
  0% {
    -webkit-transform: translateY(14px) rotate(-45deg);
    -moz-transform: translateY(14px) rotate(-45deg);
    -ms-transform: translateY(14px) rotate(-45deg);
    -o-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(14px) rotate(0deg);
    -moz-transform: translateY(14px) rotate(0deg);
    -ms-transform: translateY(14px) rotate(0deg);
    -o-transform: translateY(14px) rotate(0deg);
    transform: translateY(14px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes menuBottomLineOut {
  0% {
    -webkit-transform: translateY(-14px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(-14px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes menuBottomLineOut {
  0% {
    -moz-transform: translateY(-14px) rotate(45deg); }
  50% {
    -moz-transform: translateY(-14px) rotate(0deg); }
  100% {
    -moz-transform: translateY(0); } }

@keyframes menuBottomLineOut {
  0% {
    -webkit-transform: translateY(-14px) rotate(45deg);
    -moz-transform: translateY(-14px) rotate(45deg);
    -ms-transform: translateY(-14px) rotate(45deg);
    -o-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(-14px) rotate(0deg);
    -moz-transform: translateY(-14px) rotate(0deg);
    -ms-transform: translateY(-14px) rotate(0deg);
    -o-transform: translateY(-14px) rotate(0deg);
    transform: translateY(-14px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes menuIn {
  0% {
    opacity: 1;
    visibility: visible;
    transform-origin: 0 0;
    transform: translateY(100%); }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%); } }

@-moz-keyframes menuIn {
  0% {
    opacity: 1;
    visibility: visible;
    transform-origin: 0 0;
    transform: translateY(100%); }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%); } }

@keyframes menuIn {
  0% {
    opacity: 1;
    visibility: visible;
    transform-origin: 0 0;
    transform: translateY(100%); }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%); } }

@-webkit-keyframes menuOut {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%); } }

@-moz-keyframes menuOut {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%); } }

@keyframes menuOut {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

.card {
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(62, 62, 62, 0.15);
  color: #000;
  position: relative;
  margin-bottom: 1.875rem; }
.card figure {
  margin: 0; }
.card h3, .card h4, .card h5 {
  color: #268092 !important; }
.card::after {
  clear: both;
  content: "";
  display: table; }
.card .card__text > div {
  padding: 0.9375rem 24px; }
.cards--2up .card {
  width: 100%; }
.cards--2up .card .card__image {
  position: relative;
  overflow: hidden; }
.cards--2up .card .card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }
.cards--2up .card .card__image > img {
  position: absolute;
  top: 0;
  left: 0; }
.cards--2up .card .card__image img {
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: none; }
@media screen and (min-width: 768px) {
  .cards--2up .card .card__image {
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    width: 34.4444444444%;
    margin-right: 0; }
  .cards--2up .card .card__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .cards--2up .card .card__image > img {
    position: absolute;
    top: 0;
    left: 0; }
  .cards--2up .card .card__image:last-child {
    width: 31.1111111111%; }
  .cards--2up .card .card__image img {
    min-width: 100%;
    min-height: 100%; }
  .cards--2up .card .card__text {
    float: left;
    display: block;
    width: 68.8888888889%; }
  .cards--2up .card .card__text:last-child {
    width: 65.5555555556%; }
  .cards--2up .card .card__text > div {
    padding: 0.9375rem 24px; }
  .cards--2up .card .card__text a.button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65.6555555556%;
    padding-right: 0;
    padding-left: 0;
    text-decoration: none !important; } }
@media screen and (max-width: 1200px) {
  .card {
    width: 100%; } }
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .cards--3up .card .card__image {
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    width: 34.4444444444%;
    margin-right: 0; }
  .cards--3up .card .card__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .cards--3up .card .card__image > img {
    position: absolute;
    top: 0;
    left: 0; }
  .cards--3up .card .card__image:last-child {
    width: 31.1111111111%; }
  .cards--3up .card .card__image > img {
    min-height: 100%;
    height: 105%;
    max-width: none; }
  .cards--3up .card .card__text {
    float: left;
    display: block;
    width: 68.8888888889%; }
  .cards--3up .card .card__text:last-child {
    width: 65.5555555556%; }
  .cards--3up .card .card__text > div {
    padding: 0.9375rem 24px; }
  .cards--3up .card .card__text a.button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65.6555555555%;
    padding-right: 0;
    padding-left: 0;
    text-decoration: none !important; }
  .cards--3up.cards--minimal .card {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%;
    clear: none; }
  .cards--3up.cards--minimal .card:last-child {
    margin-right: 0; }
  .cards--3up.cards--minimal .card:nth-child(2n) {
    margin-right: 0; }
  .cards--3up.cards--minimal .card:nth-child(2n+1) {
    clear: left; }
  .cards--3up.cards--minimal .card .card__image {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%;
    margin: 0.9375rem 0 0.9375rem 24px;
    -webkit-transition: 0;
    -moz-transition: 0;
    transition: all 0s ease 0s;
    float: left; }
  .cards--3up.cards--minimal .card .card__image:last-child {
    margin-right: 0; }
  .cards--3up.cards--minimal .card .card__image img {
    max-width: 100%; }
  .cards--3up.cards--minimal .card .card__text {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 61.25%;
    float: right;
    clear: none; }
  .cards--3up.cards--minimal .card .card__text:last-child {
    margin-right: 0; }
  .cards--3up.cards--minimal .card .card__text > div {
    padding: 0.9375rem 24px 0;
    width: 100%; } }
@media screen and (min-width: 1200px) {
  .cards--2up .card {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  .cards--2up .card:last-child {
    margin-right: 0; }
  .cards--2up .card:nth-child(2n) {
    margin-right: 0; }
  .cards--2up .card:nth-child(2n+1) {
    clear: left; }
  .cards--2up .card .card__image {
    float: left;
    display: block;
    width: 51.6666666667%; }
  .cards--2up .card .card__image:last-child {
    width: 48.3333333333%; }
  .cards--2up .card .card__text {
    float: left;
    display: block;
    width: 51.6666666667%; }
  .cards--2up .card .card__text:last-child {
    width: 48.3333333333%; }
  .cards--2up .card .card__text .button.button--full_width {
    width: 48.4333333333% !important; }
  .cards--3up .card {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .cards--3up .card:last-child {
    margin-right: 0; }
  .cards--3up .card:nth-child(3n) {
    margin-right: 0; }
  .cards--3up .card:nth-child(3n+1) {
    clear: left; }
  .cards--3up .card .card__text > div {
    padding: 0.9375rem 24px; }
  .cards--3up:not(.cards--minimal) .card .card__image {
    position: relative;
    overflow: hidden; }
  .cards--3up:not(.cards--minimal) .card .card__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .cards--3up:not(.cards--minimal) .card .card__image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    top: 0; } }
.card .cards--3up {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.cards--minimal .card .card__image {
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 31.1111111111%;
  margin: 0.9375rem 0 0.9375rem 24px;
  -webkit-transition: 0;
  -moz-transition: 0;
  transition: all 0s ease 0s;
  float: left; }
.cards--minimal .card .card__image:last-child {
  margin-right: 0; }

.cards--minimal .card .card__text {
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 65.5555555556%; }
.cards--minimal .card .card__text:last-child {
  margin-right: 0; }
.cards--minimal .card .card__text > div {
  padding: 0.9375rem 24px 0;
  width: 100%; }

.cards--minimal .card footer {
  padding: 0 24px 0.9375rem;
  text-align: right; }
.cards--minimal .card footer a {
  font-weight: bold;
  text-transform: uppercase; }

@media screen and (min-width: 1200px) {
  .cards--minimal.cards--2up .card {
    width: 100%; }
  .cards--minimal.cards--2up .card .card__text {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .cards--minimal.cards--2up .card .card__text:last-child {
    margin-right: 0; } }

.cards--minimal.cards--minimal .card {
  display: block; }
.cards--minimal.cards--minimal .card .card__image {
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 31.1111111111%;
  margin: 0.9375rem 0 0.9375rem 24px;
  -webkit-transition: 0;
  -moz-transition: 0;
  transition: all 0s ease 0s; }
.cards--minimal.cards--minimal .card .card__image:last-child {
  margin-right: 0; }
.cards--minimal.cards--minimal .card .card__text {
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 61.25%; }
.cards--minimal.cards--minimal .card .card__text:last-child {
  margin-right: 0; }
.cards--minimal.cards--minimal .card .card__text > div {
  padding: 0.9375rem 24px 0;
  width: 100%; }

@media screen and (min-width: 768px) {
  .flexbox .cards--2up,
  .flexbox-legacy .cards--2up,
  .flexbox .cards--3up,
  .flexbox-legacy .cards--3up {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flexbox .cards--2up:not(.cards--minimal) .card,
  .flexbox-legacy .cards--2up:not(.cards--minimal) .card,
  .flexbox .cards--3up:not(.cards--minimal) .card,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
  .flexbox .cards--2up:not(.cards--minimal) .card .card__image img,
  .flexbox-legacy .cards--2up:not(.cards--minimal) .card .card__image img,
  .flexbox .cards--3up:not(.cards--minimal) .card .card__image img,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card .card__image img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .flexbox .cards--2up:not(.cards--minimal) .card .card__text,
  .flexbox-legacy .cards--2up:not(.cards--minimal) .card .card__text,
  .flexbox .cards--3up:not(.cards--minimal) .card .card__text,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card .card__text {
    margin-bottom: 48px; } }

@media screen and (min-width: 1200px) {
  .flexbox .cards--3up:not(.cards--minimal) .card,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100%; }
  .flexbox .cards--3up:not(.cards--minimal) .card .card__image,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card .card__image {
    position: relative;
    overflow: hidden;
    height: 14.1875rem; }
  .flexbox .cards--3up:not(.cards--minimal) .card .card__image:before,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card .card__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .flexbox .cards--3up:not(.cards--minimal) .card .card__image > img,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card .card__image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    top: 0; }
  .flexbox .cards--3up:not(.cards--minimal) .card .card__text,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card .card__text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 0; }
  .flexbox .cards--3up:not(.cards--minimal) .card .card__text div,
  .flexbox-legacy .cards--3up:not(.cards--minimal) .card .card__text div {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; } }

.button-group .button {
  margin-bottom: 0; }

a.button {
  text-decoration: none !important; }

.button, button {
  -webkit-transition: background-color, 0.2s;
  -moz-transition: background-color, 0.2s;
  transition: background-color, 0.2s;
  background-color: #e4e4e4;
  color: #3e3e3e;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: .5em .75em .5em 0;
  outline: 0;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-align: center;
  text-transform: uppercase; }
.button:hover, .button:focus, button:hover, button:focus {
  background-color: #cbcbcb;
  color: #3e3e3e; }
.button:hover, .button:focus, button:hover, button:focus {
  background-color: #cbcbcb; }
.button:first-child, button:first-child {
  margin-left: 0; }
.button.button--full_width, button.button--full_width {
  display: block;
  margin: 0; }
.button.button--blue, button.button--blue {
  background-color: #268092;
  color: #fff; }
.button.button--blue:hover, .button.button--blue:focus, button.button--blue:hover, button.button--blue:focus {
  background-color: #268194;
  color: #fff; }
.button.button--grey, button.button--grey {
  background-color: #3e3e3e;
  color: #fff; }
.button.button--grey:hover, .button.button--grey:focus, button.button--grey:hover, button.button--grey:focus {
  background-color: #252525;
  color: #fff; }
.button.button--mid-grey, button.button--mid-grey {
  background-color: #c2c2c2;
  color: #3e3e3e; }
.button.button--mid-grey:hover, .button.button--mid-grey:focus, button.button--mid-grey:hover, button.button--mid-grey:focus {
  background-color: darkgray;
  color: #fff; }
.button.button--orange, button.button--orange {
  background-color: #BE5409;
  color: #fff; }
.button.button--orange:hover, .button.button--orange:focus, button.button--orange:hover, button.button--orange:focus {
  background-color: #934006;
  color: #fff; }
.button.button--green, button.button--green {
  background-color: #7f9641;
  color: #fff; }
.button.button--green:hover, .button.button--green:focus, button.button--green:hover, button.button--green:focus {
  background-color: #617232;
  color: #fff; }
.button.button--purple, button.button--purple {
  background-color: #4f2170;
  color: #fff;
  margin-top:15px; }
.button.button--purple:hover, .button.button--purple:focus, button.button--purple:hover, button.button--purple:focus {
  background-color: #331549;
  color: #fff; }

.component--button-group {
  display: block;
  font-size: 0.875rem; }
.component--button-group .button {
  display: inline-block;
  margin-right: .5em;
  font-size: 0.875rem;
  width: auto;
  min-width: 9.375rem; }
.hero__caption .component--button-group {
  text-align: center; }
.hero__caption .component--button-group .button {
  display: inline-block;
  margin: .25em; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

body.no-hero {
  margin-top: 4.0625rem; }
@media screen and (min-width: 1200px) {
  body.no-hero {
    margin-top: 6.1rem; } }
@media screen and (max-width: 1200px) {
  body.has-hero {
    margin-top: 72px;
  }
  .hero {
    margin-top: 0 !important;
  }
}
body.fixedbody{
  overflow: hidden;
}
body.ffopen{
  position: fixed; }
@media screen and (max-width: 768px) {
  body.ffopen {
    position: unset; } }

body.has-breadcrumb .component--breadcrumb + .section {
}

.hero {
  margin-top: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative; }
.hero > img {
  display: block;
  line-height: 0; }
.hero .component--button-group {
  text-align: center; }
@media screen and (min-width: 1440px) {
  .hero {
    max-height: none;
    height: auto; }
  .hero > img {
    min-width: 100%; } }
.hero [class^="overlay"] {
  display: flex; }
.hero h2 {
  color: #fff; }
.hero.hero--cta-group {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0; }
@media screen and (min-width: 768px) {
  .hero.hero--cta-group .hero__caption {
    padding: 4.0625rem 24px; } }
.hero .hero__caption {
  color: #fff;
  line-height: 1;
  font-size: 1.125rem;
  width: 100%;
  padding: 1.875rem 24px;
  max-width: 100%;
  margin: 0; }
.hero .hero__caption p {
  margin: 0 auto 3.125rem;
  line-height: 1.43; }
@media screen and (min-width: 768px) {
  .hero .hero__caption p {
    width: 70%; } }
@media screen and (min-width: 1200px) {
  .hero .hero__caption p {
    width: 40%; } }
.hero .hero__caption .hero--cta {
  text-align: center; }
.hero .hero__caption.hero__caption--bottom {
  margin-top: auto;
  padding: 1.5rem 16px; }
.hero .hero__caption.hero__caption--bottom > header {
  font-size: 2rem; }
@media screen and (min-width: 1200px) {
  .hero .hero__caption.hero__caption--bottom > header {
    font-size: 3.5rem; } }
.hero .hero__caption.hero__caption--bottom p {
  margin: 0;
  width: 100%;
  line-height: 1.43; }
@media screen and (min-width: 1200px) {
  .hero .hero__caption.hero__caption--bottom {
    position: absolute;
    bottom: 0;
    left: 0; }
  .hero .hero__caption.hero__caption--bottom > p {
    max-width: 53.75rem;
    margin: 1em auto; } }
.hero .hero__caption.hero__caption--bottom-left {
  font-size: 3.5rem;
  margin-top: auto;
  text-align: left; }
.hero .hero__caption.hero__caption--bottom-left .container {
  padding-top: .5em;
  text-align: left; }
.hero .hero__caption.hero__caption--bottom-left .container p {
  font-weight: bold;
  width: 100%; }
.hero .hero__caption.hero__caption--bottom-left .container p span {
  display: inline-block;
  font-size: 1.75rem;
  width: 100%; }
.hero .hero__caption.hero__caption--blue {
  background-color: rgba(49, 165, 188, 0.9); }
.hero .hero__caption.hero__caption--blue.hero__caption--gradient {
  background-color: transparent;
  background-image: -webkit-linear-gradient( left , rgba(49, 165, 188, 0.8) 0, rgba(49, 165, 188, 0.8) 40%, #268092 70%);
  background-image: linear-gradient(to right, rgba(49, 165, 188, 0.8) 0, rgba(49, 165, 188, 0.8) 40%, #268092 70%); }
.hero .hero__caption.hero__caption--green {
  background-color: rgba(127, 150, 65, 0.9); }
.hero .hero__caption.hero__caption--green.hero__caption--gradient {
  background-color: transparent;
  background-image: -webkit-linear-gradient( left , rgba(127, 150, 65, 0.8) 0, rgba(127, 150, 65, 0.8) 40%, #7f9641 70%);
  background-image: linear-gradient(to right, rgba(127, 150, 65, 0.8) 0, rgba(127, 150, 65, 0.8) 40%, #7f9641 70%); }
.hero .hero__caption.hero__caption--purple {
  background-color: rgba(79, 33, 112, 0.9); }
.hero .hero__caption.hero__caption--purple.hero__caption--gradient {
  background-color: transparent;
  background-image: -webkit-linear-gradient( left , rgba(79, 33, 112, 0.8) 0, rgba(79, 33, 112, 0.8) 40%, #4f2170 70%);
  background-image: linear-gradient(to right, rgba(79, 33, 112, 0.8) 0, rgba(79, 33, 112, 0.8) 40%, #4f2170 70%); }
.hero .hero__caption.hero__caption--orange {
  background-color: rgba(244, 119, 32, 0.9); }
.hero .hero__caption.hero__caption--orange.hero__caption--gradient {
  background-color: transparent;
  background-image: -webkit-linear-gradient( left , rgba(244, 119, 32, 0.8) 0, rgba(244, 119, 32, 0.8) 40%, #BE5409 70%);
  background-image: linear-gradient(to right, rgba(244, 119, 32, 0.8) 0, rgba(244, 119, 32, 0.8) 40%, #BE5409 70%); }
.hero .button-group .button {
  font-size: 0.875rem; }

.ctaBar {
  z-index: 0;
  position: relative; }

.breadcrumb {
  background-color: #e4e4e4;
  position: unset;
  overflow: hidden;
  width: 100%;
  z-index: 5; }
.breadcrumb::after {
  clear: both;
  content: "";
  display: table; }
.breadcrumb.breadcrumb--stuck {
  position: fixed;
  top: 62px;
  width: 100%; }
@media screen and (min-width: 1200px) {
  .breadcrumb.breadcrumb--stuck {
    top: 55px; } }
.breadcrumb .breadcrumb--nav {
  overflow: hidden;
  z-index: 5;
  height: 3.125rem;
  position: relative; }
.breadcrumb .breadcrumb--nav ul {
  display: block;
  margin: 0 0 0 16px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.breadcrumb .breadcrumb--nav ul li {
  display: inline-block;
  font-size: 0.875rem;
  position: relative; }
.breadcrumb .breadcrumb--nav ul li.home-link a {
  font-size: 0;
  display: block;
  padding-right: 2em; }
.breadcrumb .breadcrumb--nav ul li.home-link a:hover svg * {
  fill: #268092; }
.breadcrumb .breadcrumb--nav ul li.home-link:after {
  top: 0; }
.breadcrumb .breadcrumb--nav ul li a {
  color: #268092;
  padding: 1rem 1em 0.8125rem 2em;
  display: block; }
.breadcrumb .breadcrumb--nav ul li a:hover, .breadcrumb .breadcrumb--nav ul li a:focus, .breadcrumb .breadcrumb--nav ul li a.active {
  color: #000; }
.breadcrumb .breadcrumb--nav ul li:after {
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: -1.75em;
  height: 36px;
  margin: 2px 1em 0 -15px;
  width: 36px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1; }
.breadcrumb .breadcrumb--nav ul li:last-child a {
  pointer-events: none;
  cursor: default; }
.breadcrumb .breadcrumb--nav ul li:last-child:after {
  display: none; }
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb--nav ul {
    white-space: nowrap; }
  .breadcrumb .breadcrumb--nav ul li:nth-child(4) {
    display: none; } }
@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb--nav {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 65.5555555556%;
    margin-right: 0; }
  .breadcrumb .breadcrumb--nav:last-child {
    margin-right: 0; } }
.breadcrumb #section-menu {
  background-color: #1e1e1e;
  position: relative;
  color: #c2c2c2;
  padding: 0.42em 16px;
  -webkit-transition: background-color, 0.3s ease-in-out;
  -moz-transition: background-color, 0.3s ease-in-out;
  transition: background-color, 0.3s ease-in-out; }
.breadcrumb #section-menu:hover {
  background-color: #3e3e3e; }
@media screen and (min-width: 768px) {
  .breadcrumb #section-menu {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%;
    float: right;
    margin-right: 0; }
  .breadcrumb #section-menu:last-child {
    margin-right: 0; }
  .breadcrumb #section-menu ul {
    width: 31.1111111111% !important;
  }
}
.breadcrumb #section-menu > header {
  font-size: 0.625rem;
  cursor: pointer;
  position: relative; }
.breadcrumb #section-menu > header svg, .breadcrumb #section-menu > header .inline {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  height: 20px;
  width: 20px; }
.breadcrumb #section-menu > header svg *, .breadcrumb #section-menu > header .inline * {
  stroke: #e4e4e4; }
.breadcrumb #section-menu > header div {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em; }
.breadcrumb #section-menu > header p {
  font-size: 1.5em;
  margin: 0; }
.breadcrumb #section-menu ul {
  background: rgba(62, 62, 62, 0.98);
  position: fixed;
  top: auto;
  right: 0;
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.breadcrumb #section-menu ul li {
  display: list-item; }
.breadcrumb #section-menu ul li a {
  color: #e4e4e4;
  display: block;
  font-weight: 700;
  padding: 0.5em 16px; }
.breadcrumb #section-menu ul li a:hover {
  background-color: #268092;
  color: #fff; }
.breadcrumb #section-menu ul li:first-child a {
  padding-top: 1em; }
.breadcrumb #section-menu.section-menu--open {
  background-color: #3e3e3e; }
.breadcrumb #section-menu.section-menu--open ul {
  opacity: 1;
  z-index: 99;
  visibility: visible; }
.breadcrumb #section-menu.section-menu--open > header svg {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }

.social .social__icon {
  display: inline-block;
  font-size: 0;
  vertical-align: middle; }
.social .social__icon .social-icons {
  height: 24px;
  width: 24px; }
.social .social__icon .social-icons *[class*="icon-"] {
  display: none;
  fill: #c2c2c2;
  stroke: #c2c2c2; }
.social .social__icon .social-icons *[class*="icon-"] * {
  fill: #c2c2c2;
  stroke: #c2c2c2; }
.social .social__icon.social__icon--twitter .social-icons .icon-twitter {
  display: block; }
.social .social__icon.social__icon--instagram .social-icons .icon-instagram {
  display: block; }
.social .social__icon.social__icon--youtube .social-icons {
  height: 36px;
  width: 36px; }
.social .social__icon.social__icon--youtube .social-icons .icon-youtube {
  display: block; }
.social .social__icon.social__icon--facebook .social-icons .icon-facebook {
  display: block; }

nav ul {
  display: inline;
  list-style-type: none;
  padding-left: 0; }
nav ul li {
  display: inline; }
nav ul li a,
nav ul li a:hover,
nav ul li a:focus {
  color: #fff; }

.section.header ul li:before {
  display: none !important; }

a {
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
  color: #268092;
  text-decoration: none; }
a:hover, a:focus {
  color: #216674; }

.two_col {
  max-width: 100%; }
.two_col::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (min-width: 768px) {
  .two_col > * {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  .two_col > *:last-child {
    margin-right: 0; }
  .two_col > * .button {
    margin-top: auto; }
  .two_col > ul {
    margin-left: 0 !important;
    padding-left: 2.5em !important; }
  .two_col.two_col--strict > * {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  .two_col.two_col--strict > *:last-child {
    margin-right: 0; } }

.content_section::after {
  clear: both;
  content: "";
  display: table; }

.content_section figure {
  margin: 0; }

.content_section .container {
  padding-left: 0;
  padding-right: 0; }
@media screen and (min-width: 1200px) {
  .content_section .container > * {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .content_section .container > *:last-child {
    margin-right: 0; }
  .content_section .container > :first-child {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .content_section .container > :first-child:last-child {
    margin-right: 0; } }

@media screen and (min-width: 1200px) {
  .content_section.content_section--reversed .container > * {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .content_section.content_section--reversed .container > *:last-child {
    margin-right: 0; }
  .content_section.content_section--reversed .container > :first-child {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .content_section.content_section--reversed .container > :first-child:last-child {
    margin-right: 0; }
  .content_section.content_section--reversed.content_section--fluid > * {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .content_section.content_section--reversed.content_section--fluid > *:last-child {
    margin-right: 0; }
  .content_section.content_section--reversed.content_section--fluid > :first-child {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .content_section.content_section--reversed.content_section--fluid > :first-child:last-child {
    margin-right: 0; } }

@media screen and (min-width: 1440px) {
  .content_section.content_section--reversed {
    font-size: 1.125rem; } }

.focus_section {
  padding: 2.5em 16px;
  position: relative; }
.focus_section::after {
  clear: both;
  content: "";
  display: table; }
.focus_section figure {
  margin: 0; }
@media screen and (min-width: 1200px) {
  .focus_section {
    padding: 2.5em 24px; }
  .focus_section > * {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .focus_section > *:last-child {
    margin-right: 0; }
  .focus_section > *:first-child {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .focus_section > *:first-child:last-child {
    margin-right: 0; }
  .focus_section .entry-content {
    position: relative; } }

.container {
  margin-right: 16px;
  margin-left: 16px; }

@media screen and (min-width: 1200px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 24px;
    padding-left: 24px; }
  .container::after {
    clear: both;
    content: "";
    display: table; } }

.overlay--blue {
  position: relative; }
.overlay--blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  opacity: .9;
  z-index: 1;
  background-color: #268092; }
.overlay--blue > * {
  position: relative;
  z-index: 2; }

.overlay--green {
  position: relative; }
.overlay--green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  opacity: .9;
  z-index: 1;
  background-color: #7f9641; }
.overlay--green > * {
  position: relative;
  z-index: 2; }

.overlay--purple {
  position: relative; }
.overlay--purple:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  opacity: .9;
  z-index: 1;
  background-color: #4f2170; }
.overlay--purple > * {
  position: relative;
  z-index: 2; }

.overlay--orange {
  position: relative; }
.overlay--orange:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  opacity: .9;
  z-index: 1;
  background-color: #BE5409; }
.overlay--orange > * {
  position: relative;
  z-index: 2; }

.section ul, .section ol {
  margin-left: 2.5em;
}
.section ul li, .section ol li {
  margin-bottom: .5em; }

.section ul {
  list-style: none;
  list-style-position: outside; }
.section ul li {
  position: relative; }
.section ul li:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  left: -1.5rem;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  border: 1px solid;
  top: 8px;
}

.section.section--alt-white ul li:before, .section.section--white ul li:before {
  color: #268092;
  background: #268092; }

table td {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 1em; }
table td:first-child {
  padding-left: .1em; }

.component--page-introduction .section__aside--form {
  padding-bottom: 24px;
  background-color: #c2c2c2; }
.component--page-introduction .section__aside--form form header::after {
  clear: both;
  content: "";
  display: table; }
.component--page-introduction .section__aside--form form header h4 {
  width: 50%;
  float: left;
  color: #000;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 16px 24px; }
.component--page-introduction .section__aside--form form header a.button {
  width: 50%;
  float: right;
  margin: 0;
  padding: 16px 24px;
  font-size: 1.125rem; }
.component--page-introduction .section__aside--form .form-wrapper, .component--page-introduction .section__aside--form .disclaimer {
  padding: 0 24px; }
.component--page-introduction .section__aside--form .form-wrapper > small, .component--page-introduction .section__aside--form .disclaimer > small {
  display: block;
  margin-bottom: 16px; }

.component--page-introduction .disclaimer p {
  font-size: 0.5rem; }
.component--page-introduction .disclaimer p a {
  text-decoration: underline; }

.component--page-introduction .submission {
  text-align: right; }
.component--page-introduction .submission .steps-label {
  display: inline-block;
  margin-right: 24px; }
.component--page-introduction .submission button {
  margin-right: 0; }

form input,
form select {
  background-color: #fff;
  border: 0;
  margin-bottom: 1em;
  padding: 0.3125rem;
  width: 100%;
  font-size: 0.875rem;
  border: 0;
  border-radius: 0;
  box-shadow: none; }

form select {
  -webkit-appearance: none; }

form .required_info {
  margin: .5em 0; }

form .disclaimer {
  font-size: 0.9375rem; }
form .disclaimer p {
  font-size: 0.8125rem; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  padding: 0; }

label {
  display: block;
  font-weight: 600; }

input,
select,
textarea {
  display: block;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.625rem;
  transition: border-color 0.3s cubic-bezier(1, 0, 0, 1);
  width: 100%; }
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #b6b6b6; }
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #268092;
  box-shadow: 0 0 1px #268092;
  outline: none; }
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed; }
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #e4e4e4; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

input[type="file"] {
  width: 100%; }

select {
  max-width: 100%;
  width: auto; }

button.cta-large, .button.cta-large {
  display: block;
  background: #7f9641;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  width: 100%;
  text-align: center;
  border: 0; }

.input-wrapper {
  display: inline-block;
  width: 49%; }
.input-wrapper label {
  opacity: 0;
  visibility: hidden;
  height: 0; }
.input-wrapper.full-width {
  display: block;
  width: 99%;
  clear: both; }
.input-wrapper.select-wrapper select {
  padding: 0.5rem;
  border-radius: 5px;
  background-image: url(../images/icon-dropdown-arrow.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 14px; }

.site-logo svg {
  margin: 0 auto; }

.site-search {
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: 15; }
.icon-search:before{
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  color: white;
  display: inline-block;
  float: right;
  padding-right: .7em;
  max-height: 20px;
  margin:auto 0;
}
.site-search input[type='search'] {
  background-color: white;
  text-align: right;
  border-width: 4px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: #e4e4e4;
  outline: none;
  margin: 0;
  width: 100%; }
.site-search input[type='search']:focus {
  border-top-color: transparent;
  border-bottom-color: #4f2170; }
.site-search input[type='search']::-webkit-input-placeholder {
  color: #c2c2c2;
  font-style: italic; }
.site-search input[type='search']::-moz-placeholder {
  color: #c2c2c2;
  font-style: italic; }
.site-search input[type='search']:-moz-placeholder {
  color: #c2c2c2;
  font-style: italic; }
.site-search input[type='search']:-ms-input-placeholder {
  color: #c2c2c2;
  font-style: italic; }
.site-search.site-search--active {
  position: static;
  visibility: visible;
  opacity: 1;
  z-index: 0; }
@media screen and (min-width: 1200px) {
  .site-search {
    width: 300px;
    right: 60px;
    float: right; }
  .site-search.site-search--active {
    position: absolute;  }
}

.section--longform {
  max-width: 54.375em;
  padding: 2.5rem 0;
  margin-right: 0;
  margin-left: 16px; }
.section--longform blockquote {
  margin-right: 2.25em;
  margin-left: 2.25em; }
.section--longform blockquote p {
  margin-bottom: 0; }
.section--longform p {
  color: #1e1e1e; }
.section--longform figure {
  position: relative; }
.section--longform figure > img {
  min-width: 100%;
  height: auto; }
.section--longform figure figcaption {
  background: rgba(0, 0, 0, 0.85);
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .5em .5em .35em;
  font-style: italic; }
@media screen and (min-width: 768px) {
  .section--longform figure {
    max-width: 45%;
    margin-top: 0;
    float: right;
    margin-left: 1.5em; } }
@media screen and (min-width: 1200px) {
  .section--longform {
    max-width: none;
    width: 70%;
    padding: 2.5rem 24px; }
  .section--longform figure {
    margin-right: -15%; } }
@media screen and (min-width: 1200px) {
  .section--longform figure {
    max-width: 55%; }
  .section--longform p, .section--longform li {
    font-size: 1.125rem; } }

.program-filter {
  padding-bottom: 1.25rem;
  display: block; }
.program-filter::after {
  clear: both;
  content: "";
  display: table; }
.program-filter .program-filter-bar {
  background-color: #3e3e3e;
  color: #000;
  padding: 1.25rem 16px;
  margin-bottom: 1.25rem; }
.program-filter .program-filter-bar h1, .program-filter .program-filter-bar h2, .program-filter .program-filter-bar h3, .program-filter .program-filter-bar h4, .program-filter .program-filter-bar h5 {
  color: #fff; }
.program-filter .program-filter-bar::after {
  clear: both;
  content: "";
  display: table; }
.program-filter .program-filter-bar h2 {
  color: white !important; }
.program-filter .program-filter-bar .filter-input {
  vertical-align: top;
  text-align: right; }
.program-filter .program-filter-bar .filter-input input {
  display: inline-block;
  width: 65%; }
.program-filter .program-filter-bar .filter-input select {
  display: inline-block;
  width: 33%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #268092;
  border: 0;
  color: #fff;
  border-radius: 0;
  padding: 0.7em 0.5em 0.61em;
  outline: none;
  background-image: url("/images/icon-expand-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center; }
.program-filter .program-filter-bar .filter-input select:focus {
  background-color:#1f879c;
}
.program-filter h2 {
  color: #fff; }
.program-filter .program {
  font-size: 0.875rem; }
.program-filter .program .program_wrapper {
  background-color: #fff; }
.program-filter .program.program--no_results {
  text-align: center; }
.program-filter .program .program-detail {
  -webkit-transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s;
  -moz-transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s;
  transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s; }
.program-filter .program.program--closed .program-detail {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s;
  -moz-transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s;
  transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s; }
.program-filter .program.program--open {
  padding: 0; }
.program-filter .program.program--open .program-detail {
  -webkit-transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s;
  -moz-transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s;
  transition: max-height 0.35s ease-in-out, opacity 0.15s ease-in-out 0.351s;
  max-height: 18.75rem; }
.program-filter .program-list::after {
  clear: both;
  content: "";
  display: table; }
.program-filter .program-list.container {
  margin-left: 0;
  margin-right: 0; }
.program-filter .program-list button.program-expander {
  position: absolute;
  top: -7px;
  right: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #BE5409;
  font-size: 0.75rem; }
.program-filter .program-list button.program-expander svg * {
  stroke: #BE5409; }
.program-filter .program-list button.program-expander svg {
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px); }
.program-filter .program-list > ul {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0; }
.program-filter .program-list > ul::after {
  clear: both;
  content: "";
  display: table; }
.program-filter .program-list > ul > li {
  display: block;
  list-style: none;
  width: 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.program-filter .program-list > ul > li button.program-expander {
  position: absolute;
  top: -7px;
  right: 0;
  padding: 0;
  margin: 0;
  color: #BE5409;
  font-size: 0.75rem; }
.program-filter .program-list > ul > li button.program-expander svg * {
  stroke: #BE5409; }
.program-filter .program-list > ul > li button.program-expander svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: translateY(7px) rotate(0);
  -moz-transform: translateY(7px) rotate(0);
  -ms-transform: translateY(7px) rotate(0);
  -o-transform: translateY(7px) rotate(0);
  transform: translateY(7px) rotate(0); }
.program-filter .program-list > ul > li.program--expanded {
  padding-right: 0;
  padding-left: 0; }
.program-filter .program-list > ul > li.program--expanded button.program-expander svg {
  -webkit-transform: translateY(7px) rotate(180deg);
  -moz-transform: translateY(7px) rotate(180deg);
  -ms-transform: translateY(7px) rotate(180deg);
  -o-transform: translateY(7px) rotate(180deg);
  transform: translateY(7px) rotate(180deg); }
.program-filter .program-list > ul > li > div {
  background-color: #fff;
  padding: 16px;
  box-shadow: 0px 2px 4px 0px rgba(62, 62, 62, 0.15); }
.program-filter .program-list > ul > li:before {
  display: none; }
.program-filter .program-list > ul > li a {
  font-weight: 700;
  margin-right: 1em; }
.program-filter .program-list > ul > li header {
  position: relative;
  background-color: #fff; }
.program-filter .program-list > ul > li .degree-type {
  color: #c2c2c2; }
.program-filter .program-list > ul > li ul.program-detail {
  font-size: 0.875rem;
  padding-top: 1em; }
.program-filter .program-list > ul > li ul.program-detail li {
  margin-bottom: .35em;
  color: #1e1e1e; }
@media screen and (min-width: 1200px) {
  .program-filter .program-filter-bar {
    padding: 1.25rem 24px; }
  .program-filter h2 {
    font-size: 2.25rem;
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .program-filter h2:last-child {
    margin-right: 0; }
  .program-filter .filter-input {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .program-filter .filter-input:last-child {
    margin-right: 0; }
  .program-filter .program-list.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 24px;
    padding-left: 24px; }
  .program-filter .program-list.container::after {
    clear: both;
    content: "";
    display: table; }
  .program-filter .program-list > ul {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  .program-filter .program-list > ul:last-child {
    margin-right: 0; }
  .program-filter .program-list li.program {
    font-size: 16px;
    margin-right: 0; }
  .program-filter .program-list li.program.program--no_results {
    margin-left: 51.6666666667%; } }

.overview {
  padding: 2.5em 16px; }
@media screen and (min-width: 1200px) {
  .overview {
    padding: 2.5em 24px; } }
.overview > table {
  font-weight: 700; }

.component--program-details {
  margin-bottom: 48px; }
@media screen and (min-width: 1200px) {
  .component--program-details {
    margin-bottom: 0; } }

@media screen and (min-width: 1200px) {
  .section--program-details {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .section--program-details .overview, .section--program-details .component--program-details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.component--page-introduction, .component--intro {
  background-color: #fff;
  position: relative; }
.component--page-introduction .section--introduction, .component--intro .section--introduction {
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 48px; }
@media screen and (min-width: 1200px) {
  .component--page-introduction.section .section--introduction, .component--intro.section .section--introduction {
    padding-top: 1em !important;
    padding-bottom: .5em;
    padding-left: 48px !important;
    margin-bottom: 0; } }

.component--1-1::after {
  clear: both;
  content: "";
  display: table; }

.component--1-1 .section__content {
  padding-right: 16px;
  padding-left: 16px; }

@media screen and (min-width: 1200px) {
  .component--1-1 .section__content {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  .component--1-1 .section__content:last-child {
    margin-right: 0; }
  .component--1-1 .section__aside {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  .component--1-1 .section__aside:last-child {
    margin-right: 0; } }

.component--1-1 .section__aside--image {
  position: relative;
  overflow: hidden; }
.component--1-1 .section__aside--image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }
.component--1-1 .section__aside--image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  top: 0; }
.component--1-1 .section__aside--image > img {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@media screen and (min-width: 1440px) {
  .component--1-1 {
    font-size: 1.1em; } }

@media screen and (min-width: 1200px) {
  .flexbox .component--1-1, .flexbox-legacy .component--1-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.component--1-1-1 {
  margin-top: 0; }
.component--1-1-1::after {
  clear: both;
  content: "";
  display: table; }
.component--1-1-1 .section__content {
  padding-right: 16px;
  padding-left: 16px; }
@media screen and (min-width: 768px) {
  .component--1-1-1 .section__content {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .component--1-1-1 .section__content:last-child {
    margin-right: 0; }
  .component--1-1-1 .section__aside {
    background-color: #000;
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .component--1-1-1 .section__aside:last-child {
    margin-right: 0; }
  .component--1-1-1 .section__aside iframe {
    width: 100%; } }
.component--1-1-1 .section__aside--image {
  position: relative;
  overflow: hidden; }
.component--1-1-1 .section__aside--image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }
.component--1-1-1 .section__aside--image > img {
  position: absolute;
  top: 0;
  left: 0; }
.component--1-1-1 .section__aside--image > img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: none;
  width: auto !important; }
@media screen and (min-width: 1440px) {
  .component--1-1-1 {
    font-size: 1.1em; } }
@media screen and (min-width: 768px) {
  .flexbox .component--1-1-1, .flexbox-legacy .component--1-1-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.component--2-1::after {
  clear: both;
  content: "";
  display: table; }

.component--2-1 .section__content {
  padding-right: 16px;
  padding-left: 16px; }

@media screen and (min-width: 1200px) {
  .component--2-1 .section__content {
    float: left;
    display: block;}
  .component--2-1.ior .section__content {
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .component--2-1.iol .section__content {
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .component--2-1 .section__content:last-child {
    margin-right: 0; }
  .component--2-1 .section__aside {
    float: left;
    display: block;}
  .component--2-1.ior .section__aside {
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .component--2-1.iol .section__aside {
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .component--2-1 .section__aside:last-child {
    margin-right: 0; } }

.component--2-1 .section__aside--image {
  position: relative;
  overflow: hidden; }
.component--2-1 .section__aside--image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }
.component--2-1 .section__aside--image > img {
  position: absolute;
  top: 0;
  left: 0; }
.component--2-1 .section__aside--image > img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: none;
  width: auto !important; }

@media screen and (min-width: 1440px) {
  .component--2-1 {
    font-size: 1.1em; } }

@media screen and (min-width: 1200px) {
  .flexbox .component--2-1, .flexbox-legacy .component--2-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.component--1-2::after {
  clear: both;
  content: "";
  display: table; }

.component--1-2 .section__content {
  padding-right: 16px;
  padding-left: 16px; }

@media screen and (min-width: 768px) {
  .component--1-2 .section__aside {
    float: left;
    display: block;}
  .component--1-2.iol .section__aside{
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .component--1-2.ior .section__aside{
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .component--1-2 .section__aside:last-child {
    margin-right: 0; }
  .component--1-2 .section__content {
    float: left;
    display: block;}
  .component--1-2.iol .section__content {
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .component--1-2.ior .section__content {
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .component--1-2 .section__content:last-child {
    margin-right: 0; } }

.component--1-2 .section__aside--image {
  position: relative;
  overflow: hidden; }
.component--1-2 .section__aside--image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }
.component--1-2 .section__aside--image > img {
  position: absolute;
  top: 0;
  left: 0; }
.component--1-2 .section__aside--image > img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: none;
  width: auto !important; }

@media screen and (min-width: 1440px) {
  .component--1-2 {
    font-size: 1.1em; } }

@media screen and (min-width: 768px) {
  .flexbox .component--1-2, .flexbox-legacy .component--1-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.component--large-image-caption {
  padding-top: 24px; }
.component--large-image-caption .section__aside {
  margin: 0 0 48px; }
@media screen and (min-width: 1200px) {
  .component--large-image-caption {
    padding: 48px 16px; }
  .component--large-image-caption .section__aside {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  .component--large-image-caption .section__aside:last-child {
    margin-right: 0; }
  .component--large-image-caption .section__content {
    float: left;
    display: block;
    width: 51.6666666667%; }
  .component--large-image-caption .section__content:last-child {
    width: 48.3333333333%; } }

.component--text-video .section__aside {
  margin-bottom: 48px; }

.component--3up-icon .icon-group img, .component--3up-icon .icon-group svg {
  display: block;
  height: 105px;
  width: 105px;
  margin: 0 auto 0.5em;
  fill: #fff !important; }
.component--3up-icon .icon-group img p a, .component--3up-icon .icon-group svg p a {
  text-transform: uppercase;
  font-weight: 700;
  color: #268092; }

@media screen and (min-width: 1200px) {
  .component--3up-icon .icon-group {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .component--3up-icon .icon-group:last-child {
    margin-right: 0; } }

.component--alert {
  padding: 1.5em 0 1.25em; }
.component--alert h2 {
  text-align: center; }
.component--alert h2 .button {
  vertical-align: middle; }
.component--alert h2 a {
  text-decoration: none !important; }
@media screen and (max-width: 719px) {
  .component--alert {
    padding: .5em; }
  .component--alert h2 {
    font-size: 1.1875rem; }
  .component--alert a.button {
    display: block; } }

@media screen and (max-width: 767px) {
  body.ffMob.has-breadcrumb {
    position: absolute;
    top: 55px;
  }
  body.high-alert {
    margin-top: 10.0625rem; }
  body.high-alert .page_header .site-logo {
    top: auto;
    bottom: auto; }
  body.high-alert .breadcrumb.breadcrumb--stuck {
    top: 10.0625rem; }
  body.high-alert.has-breadcrumb .component--breadcrumb + .section {
    padding-top: 5rem; } }

@media screen and (min-width: 768px) {
  body.high-alert {
    margin-top: 10rem; }
  body.high-alert .page_header .site-logo {
    top: auto;
    bottom: auto; }
  body.high-alert.has-breadcrumb.no-hero {
    margin-top: 10.625rem; } }

@media screen and (min-width: 1200px) {
  body.high-alert {
    margin-top: 11.875rem; }
  body.high-alert .page_header .site-logo {
    position: absolute;
    top: 6.5625rem;
    bottom: auto; }
  body.high-alert .page_header .site-logo--stuck {
    position: fixed;
    top: 0; }
  body.high-alert.has-breadcrumb.no-hero {
    margin-top: 13.625rem; } }

section.component-icon-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  color: #fff;
  font-size: 1.125rem;
  padding: 2.5rem 0;
  text-align: center; }
section.component-icon-header.component-icon-header--green {
  background-color: #7f9641; }
section.component-icon-header.component-icon-header--blue {
  background-color: #268092; }
section.component-icon-header.component-icon-header--purple {
  background-color: #4f2170; }
section.component-icon-header.component-icon-header--orange {
  background-color: #BE5409; }
section.component-icon-header .col {
  padding: 0 16px;
  display: block; }
section.component-icon-header .col:first-child {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1; }
section.component-icon-header .col:last-child {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2; }
section.component-icon-header .col:nth-child(2) {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0; }
section.component-icon-header .col span {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
section.component-icon-header .col svg {
  margin: 0 auto 48px;
  height: 100px;
  width: 100px;
  stroke: none !important; }
@media screen and (min-width: 1200px) {
  section.component-icon-header {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    font-size: 1rem; }
  section.component-icon-header .col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  section.component-icon-header .col:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }
  section.component-icon-header .col svg {
    margin-bottom: 0; } }

.google-search {
  background-color: #fff; }
.google-search h2 {
  padding: 24px 16px; }
@media screen and (min-width: 768px) {
  .google-search h2 {
    padding: 24px; } }
@media screen and (min-width: 1200px) {
  .google-search h2 {
    padding: 48px 48px 24px; } }

ol#searchResultItems {
  margin: 0;
  padding: 0; }
ol#searchResultItems li {
  padding: 24px 16px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  margin-bottom: 0; }
ol#searchResultItems li:last-child {
  border-bottom: 0; }
@media screen and (min-width: 768px) {
  ol#searchResultItems li {
    padding: 24px; } }
@media screen and (min-width: 768px) {
  ol#searchResultItems {
    padding-right: 48px;
    padding-left: 48px; }
  ol#searchResultItems li {
    padding: 24px 0; } }

form#googleSearch {
  background-color: #e4e4e4;
  padding: 16px; }
form#googleSearch label {
  text-transform: uppercase;
  margin-bottom: .5em; }
form#googleSearch input {
  display: inline-block;
  width: 60%;
  font-size: 1.125rem;
  vertical-align: top;
  margin-bottom: 0; }
form#googleSearch button {
  background-color: #3e3e3e;
  color: #fff;
  display: inline-block;
  width: 38.5%;
  margin: 0; }
form#googleSearch button:hover {
  background-color: #268092; }
form#googleSearch button:active {
  background-color: #c2c2c2; }
@media screen and (min-width: 768px) {
  form#googleSearch {
    padding: 24px; }
  form#googleSearch input {
    width: 80%; }
  form#googleSearch button {
    width: 19%; } }
@media screen and (min-width: 1200px) {
  form#googleSearch {
    padding: 24px 48px; }
  form#googleSearch input {
    width: 85%;
    padding: 0.65625rem 0.625rem; }
  form#googleSearch button {
    width: 14%; } }

#searchResultPagination {
  background-color: #e4e4e4;
  padding: 16px; }
#searchResultPagination ol.pagination {
  margin: 0;
  list-style: none;
  text-align: center; }
#searchResultPagination ol.pagination li {
  display: inline-block;
  margin-bottom: 0; }
#searchResultPagination ol.pagination li a {
  background: #268092;
  color: #fff;
  display: block;
  padding: 0.1875rem 0.5rem; }
#searchResultPagination ol.pagination li a:hover {
  background: #3bb4cc; }
#searchResultPagination ol.pagination li a.pagination-current {
  background: #3e3e3e; }
#searchResultPagination ol.pagination li.disabled a {
  background: #e4e4e4;
  color: #c2c2c2;
  cursor: default; }
@media screen and (min-width: 1200px) {
  #searchResultPagination {
    padding: 16px 48px; }
  #searchResultPagination ol.pagination {
    text-align: left; } }

.searching, #notFoundMessage {
  padding: 16px; }
@media screen and (min-width: 768px) {
  .searching, #notFoundMessage {
    padding: 16px 24px; } }
@media screen and (min-width: 1200px) {
  .searching, #notFoundMessage {
    padding: 16px 48px; } }

body {
  background-color: #fff; }

.inline {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
.inline.injected-svg {
  opacity: 1;
  visibility: visible; }

nav ul {
  margin: 0; }
nav ul a {
  color: #fff; }

.header_top {
  background-color: #000;
  padding: 0 16px;
  width: 100%; }
.header_top .mobile-triggers::after {
  clear: both;
  content: "";
  display: table; }
.header_top .mobile-triggers button {
  font-size: 0;
  float: right;
  display: block;
  width: 17.2222222222%;
  padding: 0.9375rem 0; }
.header_top .mobile-triggers button svg {
  height: 35px;
  width: 35px; }
.header_top .mobile-triggers button.search-toggle {
  float: left; }
.header_top .mobile-triggers button.search-toggle:hover, .header_top .mobile-triggers button.search-toggle:focus {
  color:#ccc;
  background:rgba(0,0,0,.1);
}
.header_top .mobile-triggers button.search-toggle:hover span:before, .header_top .mobile-triggers button.search-toggle:focus span:before {
  color:#ccc;
}
@media screen and (min-width: 1200px) {
  .header_top {
    padding: 0 24px; }

  .header_top .mobile-triggers {
    display: none; }
  ul#navigation-right a{
    font-weight: lighter;
    margin:0;
    padding: 0 .5rem;
    font-size:0.9rem;
  }
  ul#navigation-right > li {
    text-align: center;
  }
  ul#navigation-right > li .iconss{
    font-size: 15px;
    color: white;
    max-width: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .site-navigation {
    background-color: #262626;
  }
}
ul#navigation-right > li .iconss{
  font-size: 15px;
  color: white;
  max-height: 15px;
  margin: auto;
}
.site-navigation ul {
  margin: 0; }
.site-navigation ul.submenu {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 1; }
.site-navigation ul.submenu a {
  line-height: 1.2; }
.site-navigation.header_bottom--stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150; }
@media screen and (min-width: 1200px) {
  .site-navigation.header_bottom--stuck nav a {
    padding: 1.1875rem 0 0.5rem; }
  .site-navigation nav:first-child li:first-child a {
    margin-left: 0; }
  .site-navigation nav {
    padding: 0.98px 20px 0 160px; }
}
.site-navigation nav {
  font-size: 0.875rem;
  margin-left: auto;
  width: 100%;
  float: right; }
.site-navigation nav li {
  position: relative; }
.site-navigation nav ul.submenu > li {
  display: list-item; }
.site-navigation nav ul.submenu > li a {
  display: block;
  padding: .5em 0;
  margin: 0; }
.site-navigation nav ul.submenu > li.sep {
  border-top: 1px solid #fff; }
.site-navigation nav:last-child li:last-child a {
}
.site-navigation nav a {
  -webkit-transition: border-bottom 0.1s ease-in-out, padding 0.2s ease-in-out;
  -moz-transition: border-bottom 0.1s ease-in-out, padding 0.2s ease-in-out;
  transition: border-bottom 0.1s ease-in-out, padding 0.2s ease-in-out;
  /*border-bottom: 8px solid transparent;*/
  display: inline-block;
  font-weight: 700;
  padding: 1.8125rem 0 1.125rem;
  margin: 0 1rem 0 0.5rem; }
.site-navigation nav a.dropbtn {
  margin-bottom: 0.9rem;
}
.site-navigation nav a.active {
  border-bottom-color: #268092; }
.site-navigation nav > ul > li:hover a {
}
.site-navigation nav > ul > li:hover ul.submenu {
  /*opacity: 1;
      visibility: visible; */}
.site-navigation nav > ul > li:hover ul.submenu li a {
  border-bottom: 0; }

.page_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30; }
  .page_header button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    font-size: 0; }
    .page_header button * {
      fill: white;
      stroke: white; }
  .page_header .site-logo {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    font-size: 0;
    z-index: 151; }
    .page_header .site-logo svg {
      height: 65px;
      width: 67px;
      display: block; }
      .page_header .site-logo svg * {
        fill: #fff;
        stroke: #fff; }
      .page_header .site-logo svg .acu-lockup {
        opacity: 1; }
      .page_header .site-logo svg .acu-logo-full {
        opacity: 0; }

  @media screen and (max-width: 1200px) {
    .page_header .site-navigation, .page_header .site-tools .misc {
       }
    .page_header .mobile-navigation {
      -webkit-animation: menuOut 0.6s ease-in-out;
      -moz-animation: menuOut 0.6s ease-in-out;
      animation: menuOut 0.6s ease-in-out;
      display: none; }
    .page_header .mobile-navigation--active {
      -webkit-animation: menuIn 0.6s ease-in-out;
      -moz-animation: menuIn 0.6s ease-in-out;
      animation: menuIn 0.6s ease-in-out;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      display: block;
      position: relative;
      background-color: #291443;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      z-index: 9999; }
      .page_header .mobile-navigation--active::after {
        clear: both;
        content: "";
        display: table; }
      .page_header .mobile-navigation--active ul {
        text-align: center;
        width: 100%; }
        .page_header .mobile-navigation--active ul.navigation-left li {
           }
          .page_header .mobile-navigation--active ul li a {
            color: #fff;
            border-bottom: none;
            display: inline-block;
            font-size: 0.875rem;
            padding: 0.625rem 0.625rem;
            width: 100%; 
            margin-bottom: 0.5rem;
            margin-top: 0.5rem;   }
        .page_header .mobile-navigation--active ul#navigation-right {
            background-color: #000000}
        .page_header .mobile-navigation--active ul#navigation-right li {
            display:  inline-flex;}
        .page_header .mobile-navigation--active ul#navigation-right li a {
            text-align: left;
            margin:0;}
        .page_header .mobile-navigation--active ul#navigation-left {
          background-color: #262626;
          overflow-y: auto;
          max-height: 70vh;
          overflow-y: auto; }
        .page_header .mobile-navigation--active ul#navigation-left li {
              display: flex;
              flex-wrap: wrap;
              flex-basis: 100%;
              border-bottom: 1px solid #515151;}
        .page_header .mobile-navigation--active ul#navigation-left li a {
              text-align: left;
              font-size:18px;}
        .page_header .site-navigation ul.submenu li ul.subchildsubmenu li a {
            padding-left: 1em;}
        .page_header .site-navigation ul.submenu li ul.subchildsubmenu li p {
            padding-left: 1em;
            margin-bottom: 0;
            color: #000000;
            font-size: 18px; }   
        .page_header .mobile-navigation--active ul#navigation-left ul.myDropdown li {
            border-bottom:none;
        }   
        .page_header .mobile-navigation--active ul#navigation-left ul.myDropdown li a {
            font-size: 20px;
            line-height: 1.5; }
        .page_header .mobile-navigation--active ul#navigation-left ul.myDropdown ul.subchildsubmenu li a {
            color : #000000;
            font-size: 18px;
            font-weight:normal;  }
        }
  @media screen and (min-width: 1200px) {
    .page_header {
       }
      .page_header .mobile-navigation, .page_header .mobile-navigation--active {
       }
      .page_header .site-logo {
          width: 6rem;
          height: 6.1rem;
          transform: translateX(0);
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
        .page_header .site-logo svg {
          height: 6.1rem;
          width: 6rem;
          padding: 5px 0.5rem;
          background: #4f2170;
          position: absolute; }
          .page_header .site-logo svg * {
            fill: #fff;
            stroke: transparent; }
      .page_header .site-logo svg .acu-lockup {
        opacity: 0; }
      .page_header .site-logo svg .acu-logo-full {
        opacity: 1; }
      .page_header--stuck .site-logo svg .acu-lockup {
         }
      .page_header--stuck .site-logo svg .acu-logo-full {
         }
      .page_header--stuck .site-logo {
        height: 56px; }
      .page_header--stuck .site-logo svg {
         }
      .page_header .site-tools::after, .page_header .site-navigation::after {
        clear: both;
        content: "";
        display: table; }
      .page_header .site-tools nav > ul, .page_header .site-navigation nav > ul {
        float: left;
        display: inline-table; }
      nav.misc > ul:first-child{
          width:80%;
        }
      nav.misc > ul:last-child{
          width:20%;
        }
      nav.main > ul#navigation-left{
          width: 67.66666667%;
        }
      nav.main > ul:last-child{
          width: 32.33333333%;
          float: right;
        }
        .page_header .site-tools nav > ul:last-child, .page_header .site-navigation nav > ul:last-child {
           }
        .page_header .site-tools nav > ul li, .page_header .site-navigation nav > ul li {
          display: inline-block; }
        .page_header .site-tools nav > ul:first-of-type, .page_header .site-navigation nav > ul:first-of-type {
          text-align: left; }
          .page_header .site-tools nav > ul:first-of-type li:last-child ul.submenu, .page_header .site-navigation nav > ul:first-of-type li:last-child ul.submenu {
            left: auto;
            right: 0; }
        .page_header .site-tools nav > ul:last-of-type, .page_header .site-navigation nav > ul:last-of-type {
          text-align: right; }
          .page_header .site-tools nav > ul:last-of-type ul.submenu, .page_header .site-navigation nav > ul:last-of-type ul.submenu {
            left: auto;
            right: 1.25rem;
            text-align: left; }
            .page_header .site-tools nav > ul:last-of-type ul.submenu li, .page_header .site-navigation nav > ul:last-of-type ul.submenu li {
              display: block;
              margin: 0; }
              .page_header .site-tools nav > ul:last-of-type ul.submenu li:first-child a, .page_header .site-navigation nav > ul:last-of-type ul.submenu li:first-child a {
                padding-top: .75em; }
              .page_header .site-tools nav > ul:last-of-type ul.submenu li:last-child a, .page_header .site-navigation nav > ul:last-of-type ul.submenu li:last-child a {
                padding-bottom: .75em; }
            .page_header .site-tools nav > ul:last-of-type ul.submenu a, .page_header .site-navigation nav > ul:last-of-type ul.submenu a {
              display: block;
              width: 100%;
              margin: 0 0 0 0;
              padding: 0.5em 16px; }
              .page_header .site-tools nav > ul:last-of-type ul.submenu a:hover, .page_header .site-navigation nav > ul:last-of-type ul.submenu a:hover {
                background-color: #1c5e6b; }
          .page_header .site-tools nav > ul:last-of-type li:first-child ul.submenu, .page_header .site-navigation nav > ul:last-of-type li:first-child ul.submenu {
            left: 0;
            right: auto; }
      .page_header .site-tools a, .page_header .site-navigation a {
        color: #000000;
        font-weight: 800;
        font-size: 1rem; }
        .page_header .site-navigation #navigation-right a{
          color: #FFFFFF !important;
        }
      .page_header .site-tools ul.submenu, .page_header .site-navigation ul.submenu {
        background: #e4e4e4;
        padding-bottom: 0;
        margin-bottom: 0;
        opacity: 0;
        visibility: hidden;
        top: auto; }
      a.subchildpage {
         }
      h2.level2head{
        flex-basis: 100%;
        font-size: 1.6em;
        padding: 0.5rem 0 0.5rem 0.5rem;
      }
      ul.submenu li a.subchildpage {
        font-size: 20px; }
      ul.submenu li.subchild a.subchildpage {
        padding-top: 0; }
      ul.subchildsubmenu li {
        /*padding-bottom: 0.65rem; */}
      ul.myDropdown li.subchild {
        /* border-bottom: 1px solid #383838; */
        margin-bottom: -1px;
        padding-top: 0.65rem; }
      ul.myDropdown li.subchild:last-child {
        padding-bottom: 1em; }
      .page_header .site-navigation ul.submenu li ul.subchildsubmenu li a {
        font-weight: normal;
        font-size: 18px;
        padding-top: 2.5px;
        padding-bottom: 2.5px; }
      .page_header .site-navigation ul.submenu li ul.subchildsubmenu li p {
        padding-left: 16px;
        margin-bottom: -0.5rem;;
        color: #000000;
        font-size: 16px;
        padding-bottom: 0.85rem; }  
      .page_header .site-navigation ul.submenu.show {
        opacity: 1;
        visibility: visible;
        display: flex;
        flex-wrap: wrap;
        z-index: 99;
        max-height: 70vh;
        overflow-y: auto;
        padding-top: 1rem;
        background: linear-gradient(0deg, #262626, 0.025%, #e4e4e4); }
      .page_header .site-navigation ul.submenu.show:after {
        content: "\f106";
        height: 20px;
        width: 60px;
        max-height: 20px;
        text-align: center;
        background-color: #31a5bd;
        position: sticky;
        left: 50%;
        bottom: 0;
        align-self: center;
        display: inline-block;
        margin: 0 auto 0;
        border-top-left-radius: 65px;
        border-top-right-radius: 65px;
        font-family: 'Font Awesome 5 Pro';
        padding: 0 20px 30px 20px;
        color: white;
        font-size: 26px;
        -webkit-text-stroke-width: 1px;
        margin-right: 50%;
        margin-left: 47%; }
        .subchild.horiz {
            flex-basis: 100%;
            width: 100%;
            max-width: 100%;
        }
        ul.myDropdown li.subchild.horiz a.subchildpage.only_desktop {
          width: 33.3%; }
        .page_header .site-navigation ul.submenu li.subchild.horiz ul li{
            width:100%;
            display: flex;
            flex-wrap:wrap;
        }
        break {
            flex-basis: 100%;
            width: 0px;
            height: 0px;
            overflow: hidden;
        }
        .subchild.horiz ul.subchildsubmenu li a {
            width: 33.333333%;
        }
        .subchild.horiz{
            /* border-top: 1px solid #000000;
            border-bottom: 1px solid #000000; */
        }
        .page_header .site-tools ul.submenu li, .page_header .site-navigation ul.submenu li {
          display: block;
          margin: 0; }
        .page_header .site-tools ul.submenu a, .page_header .site-navigation ul.submenu a {
          display: block;
          width: 100%;
          margin: 0 0 0 0;
          padding: 0.5em 16px; }
          .page_header .site-tools ul.submenu a:hover, .page_header .site-navigation ul.submenu a:hover {
            text-decoration:underline; }
        .page_header .site-navigation ul.submenu li ul.subchildsubmenu li a:hover {
          background-color: rgba(0,0,0,0.0);
          text-decoration:underline;}
      .page_header .site-tools ul.submenu li:first-child a, .page_header .site-navigation ul.submenu li a.subchildpage:hover {
          background: rgba(0,0,0,0.0);
          text-decoration: underline; }

      .page_header .site-tools a {
        font-size: 0.85rem;
        color: #c2c2c2; }
        .page_header .site-tools a:hover {
          color: #31a5bc; }
      .page_header .site-tools nav ul button {
        height: 14px;
        width: 20px;
        display: inline-block;
        padding: 0; }
        .page_header .mobile-triggers button.menu-toggle {
          display:  none;
        }
        .page_header .site-tools nav ul button svg {
          height: 15px;
          width: 15px;
         /* -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%);*/ }
      .page_header .site-tools nav ul li {
        padding: .43em 0; }
      .page_header .site-tools nav ul:first-of-type li a{
        margin-right: 2em; }
      .page_header .site-tools nav ul:last-of-type li {
        margin-left: 2em; } }
@media screen and (max-width: 1200px) {
  .page_header .site-navigation, .page_header .site-tools .misc {
  }
  .page_header .mobile-navigation {
    -webkit-animation: menuOut 0.6s ease-in-out;
    -moz-animation: menuOut 0.6s ease-in-out;
    animation: menuOut 0.6s ease-in-out;
    display: none; }
  .page_header .mobile-navigation--active {
    -webkit-animation: menuIn 0.6s ease-in-out;
    -moz-animation: menuIn 0.6s ease-in-out;
    animation: menuIn 0.6s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
    position: relative;
    background-color: #291443;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    z-index: 9999; }
  .page_header .mobile-navigation--active::after {
    clear: both;
    content: "";
    display: table; }
  .page_header .mobile-navigation--active ul {
    text-align: center;
    width: 100%; }
  .page_header .mobile-navigation--active ul.navigation-left li {
  }
  .page_header .mobile-navigation--active ul li a {
    color: #fff;
    border-bottom: none;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.625rem 0.625rem;
    width: 100%;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;   }
  .page_header .mobile-navigation--active ul#navigation-right {
    background-color: #000000}
  .page_header .mobile-navigation--active ul#navigation-right li {
    display:  inline-flex;}
  .page_header .mobile-navigation--active ul#navigation-right li a {
    text-align: left;
    margin:0;}
  .page_header .mobile-navigation--active ul#navigation-left {
    background-color: #262626;
    overflow-y: auto;
    max-height: 70vh;
    overflow-y: auto; }
  .page_header .mobile-navigation--active ul#navigation-left li {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    border-bottom: 1px solid #515151;}
  .page_header .mobile-navigation--active ul#navigation-left li a {
    text-align: left;
    font-size:18px;}
  .page_header .site-navigation ul.submenu li ul.subchildsubmenu li a {
    padding-left: 1em;}
  .page_header .site-navigation ul.submenu li ul.subchildsubmenu li p {
    padding-left: 1em;
    margin-bottom: 0;
    color: #000000;
    font-size: 18px; }
  .page_header .mobile-navigation--active ul#navigation-left ul.myDropdown li {
    border-bottom:none;
  }
  .page_header .mobile-navigation--active ul#navigation-left ul.myDropdown li a {
    font-size: 20px;
    line-height: 1.5; }
  .page_header .mobile-navigation--active ul#navigation-left ul.myDropdown ul.subchildsubmenu li a {
    color : #000000;
    font-size: 18px;
    font-weight:normal;  }
}
@media screen and (min-width: 1200px) {
  .page_header {
  }
  .page_header .mobile-navigation, .page_header .mobile-navigation--active {
  }
  .page_header .site-logo {
    width: 6rem;
    height: 6.1rem;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .page_header .site-logo svg {
    height: 6.1rem;
    width: 6rem;
    padding: 5px 0.5rem;
    background: #4f2170;
    position: absolute; }
  .page_header .site-logo svg * {
    fill: #fff;
    stroke: transparent; }
  .page_header .site-logo svg .acu-lockup {
    opacity: 0; }
  .page_header .site-logo svg .acu-logo-full {
    opacity: 1; }
  .page_header--stuck .site-logo svg .acu-lockup {
  }
  .page_header--stuck .site-logo svg .acu-logo-full {
  }
  .page_header--stuck .site-logo {
    height: 56px; }
  .page_header--stuck .site-logo svg {
  }
  .page_header .site-tools::after, .page_header .site-navigation::after {
    clear: both;
    content: "";
    display: table; }
  .page_header .site-tools nav > ul, .page_header .site-navigation nav > ul {
    float: left;
    display: block; }
  nav.misc > ul:first-child{
    width:80%;
  }
  nav.misc > ul:last-child{
    width:20%;
  }
  nav.main > ul#navigation-left{
    width: 67.66666667%;
  }
  nav.main > ul:last-child{
    width: 32.33333333%;
    float: right;
  }
  .page_header .site-tools nav > ul:last-child, .page_header .site-navigation nav > ul:last-child {
  }
  .page_header .site-tools nav > ul li, .page_header .site-navigation nav > ul li {
    display: inline-block; }
  .page_header .site-tools nav > ul:first-of-type, .page_header .site-navigation nav > ul:first-of-type {
    text-align: left; }
  .page_header .site-tools nav > ul:first-of-type li:last-child ul.submenu, .page_header .site-navigation nav > ul:first-of-type li:last-child ul.submenu {
    left: auto;
    right: 0; }
  .page_header .site-tools nav > ul:last-of-type, .page_header .site-navigation nav > ul:last-of-type {
    text-align: right; }
  .page_header .site-tools nav > ul:last-of-type ul.submenu, .page_header .site-navigation nav > ul:last-of-type ul.submenu {
    left: auto;
    right: 1.25rem;
    text-align: left; }
  .page_header .site-tools nav > ul:last-of-type ul.submenu li, .page_header .site-navigation nav > ul:last-of-type ul.submenu li {
    display: block;
    margin: 0; }
  .page_header .site-tools nav > ul:last-of-type ul.submenu li:first-child a, .page_header .site-navigation nav > ul:last-of-type ul.submenu li:first-child a {
    padding-top: .75em; }
  .page_header .site-tools nav > ul:last-of-type ul.submenu li:last-child a, .page_header .site-navigation nav > ul:last-of-type ul.submenu li:last-child a {
    padding-bottom: .75em; }
  .page_header .site-tools nav > ul:last-of-type ul.submenu a, .page_header .site-navigation nav > ul:last-of-type ul.submenu a {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0.5em 16px; }
  .page_header .site-tools nav > ul:last-of-type ul.submenu a:hover, .page_header .site-navigation nav > ul:last-of-type ul.submenu a:hover {
    background-color: #1c5e6b; }
  .page_header .site-tools nav > ul:last-of-type li:first-child ul.submenu, .page_header .site-navigation nav > ul:last-of-type li:first-child ul.submenu {
    left: 0;
    right: auto; }
  .page_header .site-tools a, .page_header .site-navigation a {
    color: #000000;
    font-weight: 800;
    font-size: 1rem; }
  .page_header .site-navigation #navigation-right a{
    color: #FFFFFF !important;
  }
  .page_header .site-tools ul.submenu, .page_header .site-navigation ul.submenu {
    background: #e4e4e4;
    padding-bottom: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    top: auto; }
  a.subchildpage {
  }
  h2.level2head{
    flex-basis: 100%;
    font-size: 1.6em;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  ul.submenu li a.subchildpage {
    font-size: 20px; }
  ul.submenu li.subchild a.subchildpage {
    padding-top: 0; }
  ul.subchildsubmenu li {
    /*padding-bottom: 0.65rem; */}
  ul.myDropdown li.subchild {
    /* border-bottom: 1px solid #383838; */
    margin-bottom: -1px;
    padding-top: 0.65rem; }
  ul.myDropdown li.subchild:last-child {
    padding-bottom: 1em; }
  .page_header .site-navigation ul.submenu li ul.subchildsubmenu li a {
    font-weight: normal;
    font-size: 18px;
    padding-top: 2.5px;
    padding-bottom: 2.5px; }
  .page_header .site-navigation ul.submenu li ul.subchildsubmenu li p {
    padding-left: 16px;
    margin-bottom: -0.5rem;;
    color: #000000;
    font-size: 16px;
    padding-bottom: 0.85rem; }
  .page_header .site-navigation ul.submenu.show {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
    max-height: 70vh;
    overflow-y: auto;
    padding-top: 1rem;
    background: linear-gradient(0deg, #262626, 0.025%, #e4e4e4); }    /* DW-reverted back to original 7/26/19 | Removed the comma after #262626 since 0.025% is not a color value and should be modifying the color value that comes directly before it. Original value: linear-gradient(0deg, #262626, 0.025%, #e4e4e4) */
  .page_header .site-navigation ul.submenu.show:after {
    content: "\f106";
    height: 20px;
    width: 60px;
    max-height: 20px;
    text-align: center;
    background-color: #31a5bd;
    position: sticky;
    left: 50%;
    bottom: 0;
    align-self: center;
    display: inline-block;
    margin: 0 auto 0;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    font-family: 'Font Awesome 5 Pro';
    padding: 0 20px 30px 20px;
    color: white;
    font-size: 26px;
    -webkit-text-stroke-width: 1px;
    margin-right: 50%;
    margin-left: 47%; }
  .subchild.horiz {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  ul.myDropdown li.subchild.horiz a.subchildpage.only_desktop {
    width: 33.3%; }
  .page_header .site-navigation ul.submenu li.subchild.horiz ul li{
    width:100%;
    display: flex;
    flex-wrap:wrap;
  }
  break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
  .subchild.horiz ul.subchildsubmenu li a {
    width: 33.333333%;
  }
  .subchild.horiz{
    /* border-top: 1px solid #000000;
            border-bottom: 1px solid #000000; */
  }
  .page_header .site-tools ul.submenu li, .page_header .site-navigation ul.submenu li {
    display: block;
    margin: 0; }
  .page_header .site-tools ul.submenu a, .page_header .site-navigation ul.submenu a {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0.5em 16px; }
  .page_header .site-tools ul.submenu a:hover, .page_header .site-navigation ul.submenu a:hover {
    text-decoration:underline; }
  .page_header .site-navigation ul.submenu li ul.subchildsubmenu li a:hover {
    background-color: rgba(0,0,0,0.0);
    text-decoration:underline;}
  .page_header .site-tools ul.submenu li:first-child a, .page_header .site-navigation ul.submenu li a.subchildpage:hover {
    background: rgba(0,0,0,0.0);
    text-decoration: underline; }

  .page_header .site-tools a {
    font-size: 0.85rem;
    color: #c2c2c2; }
  .page_header .site-tools a:hover {
    color: #268092; }
  .page_header .site-tools nav ul button {
    height: 14px;
    width: 20px;
    display: inline-block;
    padding: 0; }
  .page_header .mobile-triggers button.menu-toggle {
    display:  none;
  }
  .page_header .site-tools nav ul button svg {
    height: 15px;
    width: 15px;
    /* -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%);*/ }
  .page_header .site-tools nav ul li {
    padding: .43em 0; }
  .page_header .site-tools nav ul:first-of-type li a{
    margin-right: 2em; }
  .page_header .site-tools nav ul:last-of-type li {
    margin-left: 2em; } }

@media screen and (max-width: 1200px) {
  body.has-high-alert .mobile-navigation--active {
    height: 410px;
    max-height: 100%; } }

.page_footer {
  background: #1e1e1e; }
.page_footer a, .page_footer a:visited {
  color: #fff; }
.page_footer address {
  margin-bottom: 1em; }
.page_footer .footer_top {
  background-color: #3e3e3e; }
.page_footer .footer_top .container {
  padding: 0.3125rem 16px; }
.page_footer .footer_top .logo {
  display: block;
  font-size: 0;
  width: 16.125rem;
  max-width: 100%;
  margin: 0.875rem auto 1.125rem; }
.page_footer .footer_top .logo svg {
  height: 49px;
  width: 258px; }
.page_footer .footer_top nav {
  display: block; }
.page_footer .footer_top nav ul {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1em; }
.page_footer .footer_top nav a {
  margin: 0 0.3125rem; }
.page_footer .footer_top nav a:hover {
  opacity: .5; }
.page_footer .footer_top nav .social a {
  margin: 0 0.9375rem; }
@media screen and (min-width: 768px) {
  .page_footer .footer_top .container {
    padding: 0 24px;
    vertical-align: middle; }
  .page_footer .footer_top .container::after {
    clear: both;
    content: "";
    display: table; }
  .page_footer .footer_top .logo {
    float: left;
    margin: 0.875rem 0; }
  .page_footer .footer_top nav {
    float: right;
    width: auto;
    text-align: right;
    padding: 1.3125rem 0; }
  .page_footer .footer_top nav ul {
    display: inline-block;
    width: auto;
    margin: 0; }
  .page_footer .footer_top nav .social {
    margin-left: 48px; } }
.page_footer .footer_bottom {
  color: #fff;
  font-size: 0.875rem;
  padding: 2.5rem 16px; }
.page_footer .footer_bottom::after {
  clear: both;
  content: "";
  display: table; }
.page_footer .footer_bottom section {
  width: 100%; }
.page_footer .footer_bottom nav li {
  display: list-item;
  text-align: left; }
.page_footer .footer_bottom nav li a {
  display: block;
  font-size: 1rem;
  padding: 0.5rem 0; }
.page_footer .footer_bottom a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff; }
.page_footer .footer_bottom a:hover {
  border-bottom-color: transparent; }
@media screen and (min-width: 768px) {
  .page_footer .footer_bottom section, .page_footer .footer_bottom nav {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  .page_footer .footer_bottom section:last-child, .page_footer .footer_bottom nav:last-child {
    margin-right: 0; }
  .page_footer .footer_bottom .contact-info {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%;
    margin-right: 0;
    margin-bottom: 1.5em; }
  .page_footer .footer_bottom .contact-info:last-child {
    margin-right: 0; }
  .page_footer .footer_bottom .contact-info + p {
    clear: both; }
  .page_footer .footer_bottom nav li {
    text-align: right; }
  .page_footer .footer_bottom nav li a {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0;
    margin-bottom: 0.375rem; } }

.section {
  background-color: #fff;
  max-width: 100%;
  background-size: cover;
  background-position: center center; }
.section::after {
  clear: both;
  content: "";
  display: table; }
.section .section__content {
  padding-top: 48px; }
@media screen and (min-width: 768px) {
  .section .section__content {
    padding: 2.5em 24px; } }
@media screen and (min-width: 1200px) {
  .section .section__content.section__content--vertical-align {
    display: flex; }
  .section .section__content.section__content--vertical-align > * {
    align-self: center; } }
.section .has-breadcrumb :first-of-type.content_section .section__content {
  margin-top: 6.25rem; }
@media screen and (min-width: 1200px) {
  .section .has-breadcrumb :first-of-type.content_section .section__content {
    margin-top: 3.125rem; } }
.section .section__aside {
  position: relative; }
.section .section__aside::after {
  clear: both;
  content: "";
  display: table; }
.section .section__aside img {
  width: 100%; }
.section .section__aside > iframe {
  display: block;
  min-height: 31.25rem;
  height: 100%;
  width: 100%;
  max-width: 100%; }
.section .section__aside figcaption {
  align-items: center;
  background-color: rgba(100, 100, 100, 0.9);
  color: #fff;
  padding: 0.625rem 24px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%; }
.section .section__aside figcaption p {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin: 0;
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 74.1666666667%;
  position: relative;
  -webkit-transform: translateY(35%);
  -moz-transform: translateY(35%);
  -ms-transform: translateY(35%);
  -o-transform: translateY(35%);
  transform: translateY(35%); }
.section .section__aside figcaption p:last-child {
  margin-right: 0; }
.section .section__aside figcaption .button {
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 13.8888888889%;
  height: 60px;
  width: 60px;
  text-align: left;
  padding: 15px 10px;
  float: right; }
.section .section__aside figcaption .button:last-child {
  margin-right: 0; }
.section .section__aside--image {
  line-height: 0; }
.section .section__aside--image > img {
  left: 50% !important; }
.section .section__tabbed {
  display: flex;
  flex-direction: column; }
.section .section__tabbed nav ul {
  margin: 0;
  padding-left: 0; }
.section .section__tabbed nav ul li:before {
  display: none; }
.section .section__tabbed nav ul li .button {
  margin: 0;
  width: 100%; }
.section .section__tabbed article {
  flex: 1 1 100%;
  padding: 0.75rem 1.375rem; }
.imgfigure{
  position: relative;
  line-height: 0;
  margin: 0;
}
.imagefigurecaption{
  align-items: center;
  background-color: rgba(100, 100, 100, 0.9);
  color: #fff;
  padding: 0.625rem 24px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
figcaption.imagefigurecaption > a.button{
  display: block;
  margin-right: 3.3333333333%;
  width: 13.8888888889%;
  width: 60px;
  text-align: left;
  padding: 15px 10px;
  float: right;
}
figcaption.imagefigurecaption p{
  font-size: 0.875rem;
  line-height: 1.5em;
  margin: 0;
  float: left;
  display: block;
  margin-right: 3%;
  width: 77%;
  position: relative;
  -webkit-transform: translateY(35%);
  -moz-transform: translateY(35%);
  -ms-transform: translateY(35%);
  -o-transform: translateY(35%);
  transform: translateY(35%);
}
@media screen and (min-width: 1200px) {
  .section.section--program-details .overview {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  .section.section--program-details .overview:last-child {
    margin-right: 0; }
  .section.section--program-details > .section {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  .section.section--program-details > .section:last-child {
    margin-right: 0; } }
.section.section--alt-white {
  background-color: #e9e9e9;
  color: #000; }
.section.section--alt-white h1, .section.section--alt-white h2, .section.section--alt-white h3, .section.section--alt-white h4, .section.section--alt-white h5 {
  color: #268092; }
.section.section--white {
  background-color: #fff;
  color: #000; }
.section.section--white h1, .section.section--white h2, .section.section--white h3, .section.section--white h4, .section.section--white h5 {
  color: #268092; }
.section.section--mid-grey {
  background-color: #c2c2c2;
  color: #000; }
.section.section--mid-grey h1, .section.section--mid-grey h2, .section.section--mid-grey h3, .section.section--mid-grey h4, .section.section--mid-grey h5 {
  color: #268092; }
.section.section--green {
  background-color: #7f9641;
  color: #fff; }
.section.section--green h1, .section.section--green h2, .section.section--green h3, .section.section--green h4, .section.section--green h5 {
  color: #fff; }
.section.section--green a {
  color: #fff;
  text-decoration: underline; }
.section.section--green .card a {
  color: #268092;
  -moz-text-decoration: none; }
.section.section--green .card a.button {
  color: #fff;
  text-decoration: none !important; }
.section.section--blue {
  background-color: #268092;
  color: #fff; }
.section.section--blue h1, .section.section--blue h2, .section.section--blue h3, .section.section--blue h4, .section.section--blue h5 {
  color: #268092; }
.section.section--blue h2, .section.section--blue h3, .section.section--blue h4 {
  color: #fff; }
.section.section--blue a {
  color: #fff;
  text-decoration: underline; }
.section.section--blue .card a {
  color: #268092;
  -moz-text-decoration: none; }
.section.section--blue .card a.button {
  color: #fff;
  text-decoration: none !important; }
.section.section--orange {
  background-color: #BE5409;
  color: #fff; }
.section.section--orange h1, .section.section--orange h2, .section.section--orange h3, .section.section--orange h4, .section.section--orange h5 {
  color: #268092; }
.section.section--orange h2, .section.section--orange h3, .section.section--orange h4 {
  color: #fff; }
.section.section--orange a {
  color: #fff;
  text-decoration: underline; }
.section.section--orange .card a {
  color: #268092;
  -moz-text-decoration: none; }
.section.section--orange .card a.button {
  color: #fff;
  text-decoration: none !important; }
.section.section--dark-purple, .section.section--purple {
  background-color: #291443;
  color: #fff; }
.section.section--dark-purple h1, .section.section--dark-purple h2, .section.section--dark-purple h3, .section.section--dark-purple h4, .section.section--dark-purple h5, .section.section--purple h1, .section.section--purple h2, .section.section--purple h3, .section.section--purple h4, .section.section--purple h5 {
  color: #fff; }
.section.section--dark-purple h2, .section.section--dark-purple h3, .section.section--dark-purple h4, .section.section--purple h2, .section.section--purple h3, .section.section--purple h4 {
  color: #fff; }
.section.section--dark-purple a, .section.section--purple a {
  color: #fff;
  text-decoration: none; }
.section.section--dark-purple a:hover, .section.section--purple a:hover {
  text-decoration: underline; }
.section.section--dark-purple a.button, .section.section--purple a.button {
  color: #fff !important; }
.section.section--dark-purple .card a, .section.section--purple .card a {
  color: #fff;
  -moz-text-decoration: none; }
.section.section--dark-purple .card a.button, .section.section--purple .card a.button {
  color: #fff;
  text-decoration: none !important; }
.section.section--red {
  background-color: #d71920;
  color: #fff; }
.section.section--red h1, .section.section--red h2, .section.section--red h3, .section.section--red h4, .section.section--red h5 {
  color: #268092; }
.section.section--red h2, .section.section--red h3, .section.section--red h4 {
  color: #fff; }
.section.section--red a {
  color: #fff; }
.card .section.section--red a {
  color: #268092;
  -moz-text-decoration: none; }
.section .section__header {
  padding: 0 24px 1.5em; }
.section .section__header.section__header--centered {
  text-align: center; }
.section .section__header.section__header--blue {
  color: #268092; }
.section .section__header.section__header--white {
  color: #fff; }

.section--pad {
  padding-top: 24px;
  padding-bottom: 24px; }

.video-holder {
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 56.25%;
  position: relative; }
.video-holder embed,
.video-holder object,
.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

html.wcm-edit .header {
  overflow: hidden;
}
html.wcm-edit .hero {
  margin-top: 0 !important; }

html.wcm-edit body.no-hero, html.wcm-edit body.hero {
  margin-top: 0 !important; }

html.wcm-edit .section-menu--open .section-links {
  display: none; }

html.wcm-edit .page_header {
  position: relative !important; }

html.wcm-edit .breadcrumb {
  position: relative !important; }

html.wcm-edit .parbase.container {
  padding: 0;
  margin: 0 auto;
  max-width: 100%; }
html.wcm-edit .parbase.container::after {
  clear: both;
  content: "";
  display: table; }

html.wcm-edit .parbase.section {
  background: transparent; }

html.wcm-edit .longform div.parbase.image {
  overflow: visible !important; }

html.wcm-edit .new {
  clear: both; }

html.wcm-edit .two_col .par-container {
  max-width: 100%; }
html.wcm-edit .two_col .par-container::after {
  clear: both;
  content: "";
  display: table; }
html.wcm-edit .two_col .par-container > * {
  float: none;
  width: 100%; }

html.wcm-edit .section__content {
  width: 100%;
  margin: 0; }

html.wcm-edit .content_section .container > :first-child {
  float: none;
  width: 100%;
  margin: 0; }

html.wcm-edit .content_section .section:first-child {
  float: left;
  display: block;
  width: 68.8888888889%; }
html.wcm-edit .content_section .section:first-child:last-child {
  width: 65.5555555556%; }

html.wcm-edit .content_section .section.image {
  float: left;
  display: block;
  width: 34.4444444444%; }
html.wcm-edit .content_section .section.image:last-child {
  width: 31.1111111111%; }

html.wcm-edit .component__layout-2-1 .par-container, html.wcm-edit .component--2-1 .par-container {
  width: 100% !important; }
html.wcm-edit .component__layout-2-1 .par-container .parbase.container, html.wcm-edit .component--2-1 .par-container .parbase.container {
  float: left;
  display: block;
  width: 68.8888888889%; }
html.wcm-edit .component__layout-2-1 .par-container .parbase.container:last-child, html.wcm-edit .component--2-1 .par-container .parbase.container:last-child {
  width: 65.5555555556%; }
html.wcm-edit .component__layout-2-1 .par-container .parbase.image, html.wcm-edit .component--2-1 .par-container .parbase.image {
  float: left;
  display: block;
  width: 30.1388888889%; }
html.wcm-edit .component__layout-2-1 .par-container .parbase.image:last-child, html.wcm-edit .component--2-1 .par-container .parbase.image:last-child {
  width: 26.8055555556%; }
html.wcm-edit .component__layout-2-1 .par-container .parbase .new, html.wcm-edit .component--2-1 .par-container .parbase .new {
  clear: both;
  width: 100%; }
html.wcm-edit .component__layout-2-1 .par-container .par-container .section, html.wcm-edit .component--2-1 .par-container .par-container .section {
  float: none;
  width: 100%; }
html.wcm-edit .component__layout-2-1 .par-container .par-container .section .two_col > .par-container, html.wcm-edit .component--2-1 .par-container .par-container .section .two_col > .par-container {
  float: none !important;
  width: auto !important; }
html.wcm-edit .component__layout-2-1 .par-container .par-container .section .two_col > .par-container .section::after, html.wcm-edit .component--2-1 .par-container .par-container .section .two_col > .par-container .section::after {
  clear: both;
  content: "";
  display: table; }
html.wcm-edit .component__layout-2-1 .par-container .par-container .section .two_col > .par-container .section > *, html.wcm-edit .component--2-1 .par-container .par-container .section .two_col > .par-container .section > * {
  float: left;
  display: block;
  width: 48.2222222222%; }
html.wcm-edit .component__layout-2-1 .par-container .par-container .section .two_col > .par-container .section > *:last-child, html.wcm-edit .component--2-1 .par-container .par-container .section .two_col > .par-container .section > *:last-child {
  width: 44.8888888889%; }
html.wcm-edit .component__layout-2-1 .par-container .par-container .section .two_col > .par-container .section ul, html.wcm-edit .component--2-1 .par-container .par-container .section .two_col > .par-container .section ul {
  margin-left: 0;
  padding-left: 2.5em; }
html.wcm-edit .component__layout-2-1 .par-container .par-container .section .two_col > .par-container .section .new, html.wcm-edit .component--2-1 .par-container .par-container .section .two_col > .par-container .section .new {
  clear: both; }

html.wcm-edit .section--program-details .par-container {
  float: none !important;
  width: 100% !important; }
html.wcm-edit .section--program-details .par-container::after {
  clear: both;
  content: "";
  display: table; }
html.wcm-edit .section--program-details .par-container .text.parbase.section {
  background-color: transparent !important;
  color: #fff !important;
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 31.1111111111%; }
html.wcm-edit .section--program-details .par-container .text.parbase.section:last-child {
  margin-right: 0; }
html.wcm-edit .section--program-details .par-container .text.parbase.section .overview {
  width: 100%;
  float: none; }
html.wcm-edit .section--program-details .par-container > .container.section {
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 65.5555555556%;
  margin-right: 0 !important;
  padding: 0; }
html.wcm-edit .section--program-details .par-container > .container.section:last-child {
  margin-right: 0; }
html.wcm-edit .section--program-details .par-container > .container.section > :first-child {
  width: 100% !important; }

html.wcm-edit .section--program-details .two_col .par-container {
  max-width: 100%; }
html.wcm-edit .section--program-details .two_col .par-container::after {
  clear: both;
  content: "";
  display: table; }
html.wcm-edit .section--program-details .two_col .par-container > * {
  float: none;
  width: 100%; }
html.wcm-edit .section--program-details .two_col .par-container .container.section {
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: 48.3333333333%; }
html.wcm-edit .section--program-details .two_col .par-container .container.section:last-child {
  margin-right: 0; }
html.wcm-edit .section--program-details .two_col .par-container .text.parbase.section {
  float: none;
  width: 100%; }

html.wcm-edit .component--page-introduction .component--2-1 .section--introduction {
  float: left;
  display: block;
  width: 68.8888888889%; }
html.wcm-edit .component--page-introduction .component--2-1 .section--introduction:last-child {
  width: 65.5555555556%; }

html.wcm-edit .component--page-introduction .component--2-1 .section__aside {
  float: left;
  display: block;
  width: 34.4444444444%; }
html.wcm-edit .component--page-introduction .component--2-1 .section__aside:last-child {
  width: 31.1111111111%; }

html.wcm-edit .text_and_image_layouts .component--1-1::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 1200px) {
  html.wcm-edit .text_and_image_layouts .component--1-1 .section__content {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  html.wcm-edit .text_and_image_layouts .component--1-1 .section__content:last-child {
    margin-right: 0; }
  html.wcm-edit .text_and_image_layouts .component--1-1 .section__aside {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  html.wcm-edit .text_and_image_layouts .component--1-1 .section__aside:last-child {
    margin-right: 0; } }

html.wcm-edit .text_and_image_layouts .component--1-1-1::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 1200px) {
  html.wcm-edit .text_and_image_layouts .component--1-1-1 .section__content {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  html.wcm-edit .text_and_image_layouts .component--1-1-1 .section__content:last-child {
    margin-right: 0; }
  html.wcm-edit .text_and_image_layouts .component--1-1-1 .section__aside {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  html.wcm-edit .text_and_image_layouts .component--1-1-1 .section__aside:last-child {
    margin-right: 0; } }

html.wcm-edit .text_and_image_layouts .component--1-2::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 1200px) {
  html.wcm-edit .text_and_image_layouts .component--1-2 .section__aside {
    float: left;
    display: block;}
  html.wcm-edit .text_and_image_layouts .component--1-2.iol .section__aside {
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  html.wcm-edit .text_and_image_layouts .component--1-2.ior .section__aside {
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  html.wcm-edit .text_and_image_layouts .component--1-2 .section__aside:last-child {
    margin-right: 0; }
  html.wcm-edit .text_and_image_layouts .component--1-2 .section__content {
    float: left;
    display: block;}
  html.wcm-edit .text_and_image_layouts .component--1-2.iol .section__content {
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  html.wcm-edit .text_and_image_layouts .component--1-2.ior .section__content {
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  html.wcm-edit .text_and_image_layouts .component--1-2 .section__content:last-child {
    margin-right: 0; } }

html.wcm-edit .text_and_image_layouts .component--2-1::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 1200px) {
  html.wcm-edit .text_and_image_layouts .component--2-1 .section__content {
    float: left;
    display: block;}
  html.wcm-edit .text_and_image_layouts .component--2-1.ior .section__content {
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  html.wcm-edit .text_and_image_layouts .component--2-1.iol .section__content {
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  html.wcm-edit .text_and_image_layouts .component--2-1 .section__content:last-child {
    margin-right: 0; }
  html.wcm-edit .text_and_image_layouts .component--2-1 .section__aside {
    float: left;
    display: block;}
  html.wcm-edit .text_and_image_layouts .component--2-1.ior .section__aside {
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  html.wcm-edit .text_and_image_layouts .component--2-1.iol .section__aside {
    margin-right: 3.3333333333%;
    width: 65.5555555556%; }
  html.wcm-edit .text_and_image_layouts .component--2-1 .section__aside:last-child {
    margin-right: 0; } }

html.wcm-edit .component--cards-3up > .container, html.wcm-edit .component--cards-2up > .container {
  margin: 0 auto; }

@media screen and (min-width: 1200px) {
  html.wcm-edit .cards--3up .card_3up_2up {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  html.wcm-edit .cards--3up .card_3up_2up:last-child {
    margin-right: 0; }
  html.wcm-edit .cards--3up .card_3up_2up:nth-child(3n) {
    margin-right: 0; }
  html.wcm-edit .cards--3up .card_3up_2up:nth-child(3n+1) {
    clear: left; } }

html.wcm-edit .cards--3up .card_3up_2up .card {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

@media screen and (min-width: 1200px) {
  html.wcm-edit .cards--2up .card_3up_2up {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 48.3333333333%; }
  html.wcm-edit .cards--2up .card_3up_2up:last-child {
    margin-right: 0; }
  html.wcm-edit .cards--2up .card_3up_2up:nth-child(2n) {
    margin-right: 0; }
  html.wcm-edit .cards--2up .card_3up_2up:nth-child(2n+1) {
    clear: left; } }

html.wcm-edit .cards--2up .card_3up_2up .card {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

html.wcm-edit .icon_3up_card::after {
  clear: both;
  content: "";
  display: table; }

html.wcm-edit .component--3up-icon .icon-group img, html.wcm-edit .component--3up-icon .icon-group svg {
  display: block;
  height: 105px;
  width: 105px;
  margin: 0 auto 0.5em; }

@media screen and (min-width: 1200px) {
  html.wcm-edit .component--3up-icon .icon_3up_card {
    float: left;
    display: block;
    margin-right: 3.3333333333%;
    width: 31.1111111111%; }
  html.wcm-edit .component--3up-icon .icon_3up_card:last-child {
    margin-right: 0; }
  html.wcm-edit .component--3up-icon .icon-group {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

html.wcm-edit .footer.section ul li:before {
  display: none !important; }

html.wcm-edit .component--breadcrumb ul li:before {
  display: none !important; }

html.wcm-edit .component--breadcrumb .section-menu--open.component--section-nav ul#section-links {
  margin-left: 0;
  display: none !important; }

/*# sourceMappingURL=site.css.map */
.page_header form.site-search input[type='search'] {
  background-color: white;
  text-align: right;
}

.page_header form.site-search input[type="search"] {
  color: #000000 !important;
  font-size: 16px;
}

/* sticky page header overrides */
.page_header--stuck {
  position: fixed;
}

.page_header--stuck .misc{
  display: block; /*new change not to hide top navigation */
}

.page_header--stuck .header_bottom{
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.header-alert .site-logo {
  top: auto;
}
@media screen and (min-width: 1200px) {
  .page_header--stuck .site-navigation.header_bottom nav a {
    padding: 1.1875rem 0 0.5rem;
  }
  .page_header--stuck .site-navigation nav {
    padding: 0 20px 0 130px; }
  .page_header--stuck .site-navigation nav a.dropbtn {
    margin-bottom: 0.312rem; }
  .page_header--stuck ul#navigation-right {
    display: inline-flex;
    justify-content: flex-end;
    padding-top: 0.7em; }
  .page_header .page_header--stuck ul#navigation-right li a {
    text-align: left;
    margin: 0; }
  .page_header .page_header--stuck ul li a {
    color: #fff;
    border-bottom: none;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.625rem 0.625rem;
    width: 100%;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; }
  .page_header--stuck ul#navigation-right > li .iconss {
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
  .page_header--stuck .site-navigation nav.main #navigation-right li.seperator{
    display: inline-block;
    margin-bottom: 0;
    height: 2em;
    width: 0.08em;
    background-color: #fff;
    margin-left: 0.5em;
    margin-right: 0.5em; }
}


/*Bottom script clean up*/

.breadcrumb {
  white-space: nowrap;
}

.breadcrumb .component--section-nav > header p {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 20px !important;
}

@media screen and (min-width: 1200px) {
  .page_header--stuck .site-navigation.header_bottom--stuck .submenu a {
    padding: 0.5em 16px;
  }
}

/* tabbed component CSS*/
.programpage_cont .section ul.at-accordion-or-tabs {
  margin-left: 0;
}
.programpage_cont .section ul.at-accordion-or-tabs li:before {
  border: none;
}
.aria-only {
  position: absolute;
  left: -10000px;
  overflow:hidden;
}
.at-accordion-or-tabs {
  position: relative;
  margin: 15px auto;
  border: none;
  width: 100%;
  padding: 0;
  clear: both;
  /*visibility: hidden; */
}

.at-accordion-or-tabs > li {
  list-style: none;
  padding: 0 !important;
  margin-bottom: 3px;
  border: 1px solid #999;
}

.at-accordion-or-tabs > li > a {
  display: block;
  background: #4f2170;
  text-decoration: none;
  color: #fff;
  border: none;
  padding: 10px 5px 10px 5px;
  width: 15em;
}

.at-accordion-or-tabs > li > section {
  display: none;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  border-bottom: none;
}

.no-js .at-accordion-or-tabs > li > section {
  display: block;
}

.at-accordion-or-tabs .at-tab-one-pixel-fix-left, .at-accordion-or-tabs .at-tab-one-pixel-fix-right {
  display: none;
  height:1px;
  width:1px;
  background-color:#000000;
  position:absolute;
  left: -1px;
  bottom: -1px;
}

.at-accordion-or-tabs .at-tab-one-pixel-fix-right {
  left:auto;
  right: -1px;
}

.at-accordion-or-tabs.at-tabs {
  border: none;
  z-index: 4;
}

.at-accordion-or-tabs.at-tabs > li {
  display: inline;
  border: none !important;
}

.at-accordion-or-tabs.at-tabs > li > a {
  display: inline-block;
  z-index: 0;
  position: relative;
  border-radius: 0px;
  margin-right: 10px;
  font-weight: bold;
  text-align: center;
}

.at-accordion-or-tabs.at-tabs > li > a.active {
  z-index: 0;
  background-color: #ffffff;
  color: #268092;
}
.at-accordion-or-tabs.at-tabs .at-tab-one-pixel-fix-left, .at-accordion-or-tabs.at-tabs .at-tab-one-pixel-fix-right {
  /* display:inline-block; */
}

.at-accordion-or-tabs.at-tabs > li > section {
  float: left;
  top: -1px;
  left: 0;
  margin-bottom: 24px;
  z-index: 99;
  border-radius: 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 778px){
  .at-accordion-or-tabs > li > a {
    display: block;
    background: #4f2170;
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
  }
}

@media (min-width: 779px) and (max-width: 874px){
  .at-accordion-or-tabs > li > a {
    display: block;
    background: #4f2170;
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 10px 0px 10px 24.9px;
    width: 14em;
  }
}

@media (min-width:991px) and (max-width: 1231px){
  .at-accordion-or-tabs > li > a {
    display: block;
    background: #4f2170;
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 10px 0px 10px 10px;
    margin: 0;
    width: 11em;

  }
}
/*tabbed component CSS END*/

/*column comp CSS bootstrap classes*/

/*.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
} */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 15px;
}
.col-xs-1:last-child,.col-sm-1:last-child,.col-md-1:last-child,.col-lg-1:last-child,.col-xs-2:last-child,.col-sm-2:last-child,.col-md-2:last-child,.col-lg-2:last-child,.col-xs-3:last-child,.col-sm-3:last-child,.col-md-3:last-child,.col-lg-3:last-child,.col-xs-4:last-child,.col-sm-4:last-child,.col-md-4:last-child,.col-lg-4:last-child,.col-xs-5:last-child,.col-sm-5:last-child,.col-md-5:last-child,.col-lg-5:last-child,.col-xs-6:last-child,.col-sm-6:last-child,.col-md-6:last-child,.col-lg-6:last-child,.col-xs-7:last-child,.col-sm-7:last-child,.col-md-7:last-child,.col-lg-7:last-child,.col-xs-8:last-child,.col-sm-8:last-child,.col-md-8:last-child,.col-lg-8:last-child,.col-xs-9:last-child,.col-sm-9:last-child,.col-md-9:last-child,.col-lg-9:last-child,.col-xs-10:last-child,.col-sm-10:last-child,.col-md-10:last-child,.col-lg-10:last-child,.col-xs-11:last-child,.col-sm-11:last-child,.col-md-11:last-child,.col-lg-11:last-child,.col-xs-12:last-child,.col-sm-12:last-child,.col-md-12:last-child,.col-lg-12:last-child {
  /**padding-right: 0;**/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

div.column_comp, div.column_component{
  overflow: hidden;
}
div.column_comp.equalheightcolumns{
  display: flex;
  flex-wrap: wrap;
}
.embed-iframe{
  width: 100%;
  height: 100%;
}
.hidden {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.column_comp .col-md-6, .column_comp .col-sm-6, .column_comp .col-sm-12 , .column_comp .col-xs-12 {
  margin-bottom: 15px;
  margin-top: 15px;
}
/*
div.column_comp :first-child{
  padding-left: 0px;
}*/

/*column component END*/
/* style aids */

.no-padding {
  padding: 0 !important;
}

/* style aids END */
/*count down timer CSS*/

.countdown-timer {
  background-color: #fff;
  padding-bottom: 73px;
  text-align: center;
}

pre.cdt_pre{
  display: none;
}

.transition {
  -webkit-transition: top 400ms linear;
  -moz-transition: top 400ms linear;
  -ms-transition: top 400ms linear;
  -o-transition: top 400ms linear;
  transition: top 400ms linear;
}

.timeTo {
  font-family: Tahoma, Verdana, Aial, sans-serif;
  font-size: 23px;
  line-height: 108%;
  height: 32px;
  margin-top: 18px;
}

.timeTo span {
  position: relative;
  color: #4f2170;
  top: 25px;
}

.timeTo.timeTo-white div {
  color: #4f2170;
  background: #ffffff; /* Old browsers */
}

.timeTo figure {
  /*display: inline-block;*/
  margin: 0;
  padding: 0;
  display: inline-table;
}
.timeTo figcaption {
  text-align: center;
  font-size: 12px !important;
  line-height: 80%;
  font-weight: normal;
  color: #4f2170;
  caption-side: top;
  display: table-caption;
  padding-bottom: 0;
  text-transform: capitalize;
}

.timeTo div {
  position: relative;
  display: inherit;
  width: 45px;
  height: 55px;
  margin-right: 5px;
  top: -10px;
  overflow: hidden;
  box-shadow: inset 2px 0px 9px 0px #ebebeb;
}
.timeTo div.first {
  margin-right: 10px;
  margin-left: 5px;
  top: -10px;
}

.timeTo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 14px !important;
}

.timeTo ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 18px;
}

.timeTo ul li:before {
  content: "";
  clear: both;
  list-style: none;
}


/* media query */

@media (min-width: 351px) and (max-width: 479px){
  .timeTo ul{
    left: 9px !important;
    top: 8px !important;
  }
  .timeTo div {
    width: 30px;
    height: 40px;
  }
  .timeTo span {
    top: -25px;
  }

  .timeTo{
    font-size: 20px;
  }
}


@media screen and (max-width: 350px){

  .timeTo ul {
    left: 8px !important;
  }

  .timeTo div{
    width: 25px;
    height: 30px;
  }

  .timeTo{
    font-size: 16px;
  }

  .timeTo span {
    top: -21px;
  }
}

/*count down timer CSS END*/

/* navigation tile CSS*/

/* temporary commenting for navigation tile styles
.tile_image{
    background-position: center;
    //background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
}
.ov_image{
    visibility: hidden;
    width:0;
}
.overlay{
    position: relative;
    content: "";
    display:block;
    opacity: 0.9;
    width: 100%;
    z-index: 1;
    padding : 10% 0 0 10%;
} */
.navoverlay{
  position: absolute;
  content: "";
  display:block;
  opacity: 0.9;
  z-index: 1;
  padding : 10% 5% 5% 5%;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  line-height: 1.5;
}
a.nav_rel{
  position: relative;
  display: block;
}
@media (min-width: 768px) and (max-width: 1200px){
  .navoverlay{
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .navoverlay{

  }
}
@media (min-width: 320px) and (max-width: 767px){
  .navoverlay > h2.tile_h2{
    font-size: 18px!important;
  }
}
.navtile_image{
  line-height: 0;
}
html.wcm-edit .navtile_image {
  line-height: inherit;
}
.navoverlay.none{
  background-color: transparent;
}
.navoverlay.blue{
  background-color: #268092;
}
.navoverlay.grey{
  background-color: #3e3e3e;
}
.navoverlay.mid-grey{
  background-color: #767676;
}
.navoverlay.orange{
  background-color: #BE5409;
}
.navoverlay.green{
  background-color: #7f9641;
}
.navoverlay.purple{
  background-color: #4f2170;
}
.textcolor{
  color: #ffffff;
}
.textcolor.white{
  color: #FFFFFF;
}
.textcolor.black{
  color: #000000;
}
.textcolor.blue{
  color: #268092;
}
.textcolor.grey{
  color: #3e3e3e;
}
.textcolor.mid-grey{
  color: #c2c2c2;
}
.textcolor.orange{
  color: #BE5409;
}
.textcolor.green{
  color: #7f9641;
}
.textcolor.purple{
  color: #4f2170;
}
h3.tile_h3{
  color:inherit;
}
a.tile_head {
  color: inherit;
  text-align: left;
}
p.tile_text{
  color: inherit;
  text-align: left;
  margin-top: 10px;
  line-height: 1.5;
}
@media (min-width: 320px) and (max-width: 1200px){
  p.tile_text{
    margin-top : 5px;
    font-size: 15px;
  }
}
div.tile_links1 a{
  color: inherit;
  font-weight: 600;
}
/*new dropdown for link component added */
div.links.piped > a:last-of-type {
  border-right: 0;
}
div.links.piped > a:first-child {
  padding-left: 0px;
}
div.links.piped > a{
  display: inline-block;
  border-right: 1px solid white;
  padding: 0 10px 0 10px;
  font-weight: 600;
}

div.links.rowed > a{
  display: block;
  font-weight: 600;
}
div.links.rowed > li{
  display: block;
  width: 100%;
}
div.links.piped > a.button {
  border: 0;
  padding: 0.9375rem 1.4375rem 0.875rem;
}
div.links.rowed > a.button {
  display: inline-block;
}
/*course component start CSS */
.course_comp{
  color: white ;
  background-color: #268092;
  clear: both;
  padding: 35px;
}
.prog_main_cont{
  background-color: white;
  margin: 0;
}

.nav-tile{
  background-color: white;
  margin: 15px 0;
}
.prog_info{
  min-height: 0;
  margin-top: 15px
}
.program_form{
  padding-right: 0;
  float: right;
  margin-top: 15px;
  width:100%;
}
.program_course{
  padding-right: 0;
  float: right;
  margin-top: 15px;
  width:100%;
}
.program_rightgrid{
  padding-right: 0;
  float: right;
}
@media (max-width:991px) {
  .program_rightgrid {
    padding-left:0;
  }
}
h2.degree_head{
  font-size: 32px;
  color: inherit;
}
h3.degree_title{
  font-size: 18px;
}
h4.ex_course{
  color: inherit;
}
h3.ex_course{
  color: inherit;
}
p.ex_coursework{
  font-size:16px;
  color: #ffffff;
  margin-bottom: 0.125em;
}
hr.course{
  border-top-color: #98d2de;
  margin-top:1.2em;
  padding-top: 1.2em;
}

@media screen and (min-width:768px){
  .course_comp.col-md-4{
    width: 33.33333333%;
  }
}

@media (min-width: 500px) and (max-width:768px){

  .course_comp.col-md-4{
    width: 50%;
  }
}

.programpage_cont{
  background-color: #e9e9e9;
  padding: 0 15px 15px 15px;
  overflow:hidden;
}
.programpage_cont nav.breadcrumb.component--breadcrumb {
  position: relative;
}
.prog_navtile{
  padding: 15px 0 0 0;
}

/*course component END CSS */

/*floating form*/
.floating-form-frame{
  width: 100%;
  height: 100%;
}
.floatingform_comp .section__aside{
  height: 490px !important;
  margin-bottom: 0;
  width: 100%;
}

.stickydiv{
  display: none;
}
.requestformmobile{
  width: 100% !important;
}

@media (max-width:767px){
  .floatingform_comp{
    display: none;
  }
  .stickydiv{
    display: block;
  }

  .floating-form-frame{
    width: 100%;
    height: 656px;
  }


  .mobilerow{margin-left:-12px;margin-right:-12px}
  .mobilepadddingnone{padding:0!important}
  .requestformmobile{background:rgb(88,88,88); }
  .requestformmobile:active{
    width: 100% !important;
    height: -webkit-fill-available !important;
  }
  .stickydiv{
    width: 100%;
    position: fixed !important;
    bottom: 0;
    margin-left: -31px !important;
    z-index: 99;
    margin-bottom: 0px;
    padding: 0;
  }
  .requestformmobile .httext{
    color:rgb(255,255,255);
    font-size:1.4em;
    line-height:1.9em
  }

  .requestformonline{
    display:none;
    margin: 0 -14px;
    height: -webkit-fill-available;
  }

  .requestformonline p{
    color:rgb(255,255,255);
    text-align:left;
    margin-bottom:5px;
  }

  .requestformonline .fa{
    float:right;
    margin-top:-10px;
    color:rgb(255,255,255);
  }

  *, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: arial;
  }
}

/* background color component*/
.bg_color.none{
  background-color: transparent;
}
.bg_color.blue{
  background-color: #268092;
}
.bg_color.grey{
  background-color: #3e3e3e;
}
.bg_color.mid-grey{
  background-color: #c2c2c2;
}
.bg_color.light-grey{
  background-color: #e9e9e9;
}
.bg_color.orange{
  background-color: #BE5409;
}
.bg_color.green{
  background-color: #7f9641;
}
.bg_color.purple{
  background-color: #4f2170;
}
.bg_color.white{
  background-color: #ffffff;
}
.mrgtop_0{
  margin-top : 0px !important;
}
.mrgtop_10{
  margin-top : 10px !important;
}
.mrgtop_15{
  margin-top : 15px !important;
}
.mrgtop_20{
  margin-top : 20px !important;
}
.mrgtop_25{
  margin-top : 25px !important;
}
.mrgtop_30{
  margin-top : 30px !important;
}
.mrgtop_35{
  margin-top : 35px !important;
}
.mrgtop_40{
  margin-top : 40px !important;
}

.mrgbottom_0{
  margin-bottom : 0px !important;
}
.mrgbottom_10{
  margin-bottom : 10px !important;
}
.mrgbottom_15{
  margin-bottom : 15px !important;
}
.mrgbottom_20{
  margin-bottom : 20px !important;
}
.mrgbottom_25{
  margin-bottom : 25px !important;
}
.mrgbottom_30{
  margin-bottom : 30px !important;
}
.mrgbottom_35{
  margin-bottom : 35px !important;
}
.mrgbottom_40{
  margin-bottom : 40px !important;
}

.mrgleft_0{
  margin-left : 0px !important;
}
.mrgleft_10{
  margin-left : 10px !important;
}
.mrgleft_15{
  margin-left : 15px !important;
}
.mrgleft_20{
  margin-left : 20px !important;
}
.mrgleft_25{
  margin-left : 25px !important ;
}
.mrgleft_30{
  margin-left : 30px !important;
}
.mrgleft_35{
  margin-left : 35px !important;
}
.mrgleft_40{
  margin-left : 40px !important;
}

.mrgright_0{
  margin-right : 0px !important;
}
.mrgright_10{
  margin-right : 10px !important;
}
.mrgright_15{
  margin-right : 15px !important;
}
.mrgright_20{
  margin-right : 20px !important;
}
.mrgright_25{
  margin-right : 25px !important;
}
.mrgright_30{
  margin-right : 30px !important;
}
.mrgright_35{
  margin-right : 35px !important;
}
.mrgright_40{
  margin-right : 40px !important;
}

.pdtop_0{
  padding-top : 0px !important;
}
.pdtop_10{
  padding-top : 0px !important;
}
.pdtop_15{
  padding-top : 15px !important;
}
.pdtop_20{
  padding-top : 20px !important;
}
.pdtop_25{
  padding-top : 25px !important;
}
.pdtop_30{
  padding-top : 30px !important;
}
.pdtop_35{
  padding-top : 35px !important;
}
.pdtop_40{
  padding-top : 40px !important;
}

.pdbottom_0{
  padding-bottom : 0px !important;
}
.pdbottom_10{
  padding-bottom : 10px !important;
}
.pdbottom_15{
  padding-bottom : 15px !important;
}
.pdbottom_20{
  padding-bottom : 20px !important;
}
.pdbottom_25{
  padding-bottom : 25px !important;
}
.pdbottom_30{
  padding-bottom : 30px !important;
}
.pdbottom_35{
  padding-bottom : 35px !important;
}
.pdbottom_40{
  padding-bottom : 40px !important;
}

.pdleft_0{
  padding-left : 0px !important;
}
.pdleft_10{
  padding-left : 10px !important;
}
.pdleft_15{
  padding-left : 15px !important;
}
.pdleft_20{
  padding-left : 20px !important;
}
.pdleft_25{
  padding-left : 25px !important;
}
.pdleft_30{
  padding-left : 30px !important;
}
.pdleft_35{
  padding-left : 35px !important;
}
.pdleft_40{
  padding-left : 40px !important;
}

.pdright_0{
  padding-right : 0px !important;
}
.pdright_10{
  padding-right : 10px !important;
}
.pdright_15{
  padding-right : 15px !important;
}
.pdright_20{
  padding-right : 20px !important;
}
.pdright_25{
  padding-right : 25px !important;
}
.pdright_30{
  padding-right : 30px !important;
}
.pdright_35{
  padding-right : 35px !important ;
}
.pdright_40{
  padding-right : 40px !important;
}
@media screen and (min-width: 1200px){
  .border_one_midgrey > div{
    border-right: 1px solid #c2c2c2 !important;
  }
  .border_one_grey > div{
    border-right: 1px solid #3e3e3e !important;
  }
  .border_one_white > div{
    border-right: 1px solid #FFFFFF !important;
  }
  .colconthoriz > div{
    display: flex;
    justify-content: center;
  }
  .colcontvert > div{
    display: flex;
    align-items: center;
  }
  .norightborder > div:last-child {
    border-right: 0 !important;
  }
}
/* background color component END*/

/*temporary styles for header*/

@media screen and (min-width: 1200px){

  .header_top {
    padding-left : 130px;
    width: 100%;
    float: right;
  }
  /*temporary styles for header*/

  .header_top {
    /*padding: 4.5px 24px;*/
  }
  .header_bottom.site-navigation.component--site-navigation.mobile-navigation {
    width: 100%;
    float: right;
  }

  .page_header .site-navigation nav > #navigation-right > li.seperator{
    display:inline-block;
    margin-bottom:-1em;
    height:5em;
    width:0.08em;
    background-color:#fff;
    margin-left:0.5em;
  }
  .ovpage_mobile{
    display: none !important;
  }
  .only_desktop{
    display: block;
  }
  .only_tabmobile{
    display: none !important;
  }
  .site-navigation nav a.dropbtn.show:after {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    font-size: 2.5em;
    position: absolute;
    left: 35%;
    bottom: 0;
    margin-bottom: -1.5rem;
    color: #e4e4e4;
  }
}

div.search .clear-filter {
  position: absolute;
  right: 2.5rem;
  top: 0;
  padding: 0.5rem 0.3rem;
  font-weight: bold;
  line-height: 100%;
  display: none;
}
div.search input[type=text] {
  padding-right: 3.5rem !important;
}
div.search input[type=text]::-ms-clear {
  display: none;
}

.contact-info .contact-abilene p{
  font-size: 12px;
}

.page_footer address {
  margin-bottom: 1em;
  font-size: 12px;
}

.page_footer .footer_bottom .contact-info {
  float: left;
  display: block;
  margin-right: 3.3333333333%;
  width: fit-content;
  margin-right: 0;
  margin-bottom: 1.5em;
}
/* mobile header styles*/
@media screen and (max-width: 1200px){
  h2.level2head{
    font-size: 1.6em;
    padding: 0.5rem 0 0 0.5rem;
  }
  .header_top {
    background-color: #4f2170;
    padding: 0;
    width: 100%;
  }
  .page_header .site-logo {
    left: 50%;
  }
  .header_top.site-tools > nav >ul:first-child {
    display: none;
  }
  .search-toggle{
    display: table-cell;
  }
  .mobile-triggers li:first-child {
    display:  none;
  }
  .mobile-triggers button.menu-toggle {
    display:  block;
  }
  .page_header--stuck .misc {
    display: block;
  }
  .site-navigation nav{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
  }
  .subchildsubmenu {
    display: none;
    z-index: 1;
  }
  .page_header .site-tools ul.submenu, .page_header .site-navigation ul.submenu {
    background: #e4e4e4;
    padding-bottom: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    top: auto; }
  .page_header .site-tools ul.submenu, .page_header .site-navigation ul.subchildsubmenu {
    background: #e4e4e4;
    padding-bottom: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    top: auto; }
  .page_header .site-navigation ul.submenu.show {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    z-index: 99; }
  .page_header .site-navigation ul.subchildsubmenu.show {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    z-index: 99; }
  .site-navigation ul.submenu {
    position: relative;
  }
  .site-navigation ul.subchildsubmenu {
    position: relative;
  }
  a.dropbtn:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: white;
    display: inline-block;
    float: right;
    -webkit-text-stroke-width: 1px;
  }
  a.dropbtn_nochild{
    color: #ffffff !important;
  }
  a.dropbtn_nochild:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    float: right;
    -webkit-text-stroke-width: 1px;
  }
  a.dropbtn.show:after {
    content: "\f106" !important;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: white;
    display: inline-block;
    float: right;
    -webkit-text-stroke-width: 1px;
  }
  a.subdropbtn{
    cursor: pointer;
  }
  a.subdropbtn:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #3299af;
    padding-left: 1rem;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
  }
  a.subdropbtn.show:after {
    content: "\f106" !important;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #3299af;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
  }
  a.mobilemenu_def:after{
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    font-size: 35px;
    color: white;
    display: inline-block;
    float: right;
    padding-right: .7em;
  }
  a.mobilemenu_close:after{
    content: "\f00d" !important;
    font-family: 'Font Awesome 5 Pro';
    font-size: 35px;
    color: white;
    display: inline-block;
    float: right;
    padding-right: .7em;
  }
  .ovpage_mobile{
    display: block;
  }
  .only_desktop{
    display: none !important;
  }
  .only_tabmobile{
    display: block;
  }
  .subchildpage.only_tabmobile.rightang:after{
    content: "\f105" !important;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #3299af;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
  }
  .icon-search:before {
    font-size: 35px !important;
  }
}
/* mobile header styles END*/
.duplink_style{
  font-size: 18px !important;
  font-weight: 800 !important;
  padding-top:0 !important;
}
.duplinkli_style{
  font-size: 18px !important;
  padding-top:0 !important;
}
.duplinkli_style a{
  font-weight: 800 !important;
}
.dropbtn {
  border: none;
  cursor: pointer;
  margin-bottom: 1rem;
  color: #fff !important;
}
.dropbtn:hover, .dropbtn:focus {
}
a.dropbtn_nochild{
  color: #ffffff !important;
}
.submenu {
  display: none;
  z-index: 1;
}
.dropdown a:hover {
}
.page_header .site-navigation a.subchildpage{
  color:#3299af; }
.page_header .site-navigation ul#navigation-left li.utility_nav ul li a {
  color:#3299af;
}
.page_header .site-navigation ul#navigation-left li.utility_nav ul li a:after {
  content: "\f105" !important;
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  color: #3299af;
  display: inline-block;
  padding-left: 1rem;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
}
/*styles for header END*/
/*Quick Links styles*/

.quicklinks .row a, .quicklinks h1{
  color: #fff;
}

.quicklinks .row a:hover{
  color: #fff;
  text-decoration: underline;
}

.quicklinks{
  background-color: #4F2170;
  float:left
}

.quickLilnkHead{
  color:  #fff;
  font-size: 32px;
  margin: 0;
}
/*Quick Links styles END*/

/*housing header */
.housing-title {
  color: #268092;
}

.campus-map-link {
  color: #268092;
}

.text-center{
  text-align:center;
}
/* new styles for text component bullets*/

.text_comp ul {
  margin-left:40px;
}

.text_comp ul li {
  position: relative;
  margin-bottom: .5em;
  font-size: 100%;
}
.text_comp ul li:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  left: -1.5rem;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  border: 1px solid;
  top: 8px;
}
.text_comp.blue ul li:before {
  color: #268092;
  background: #268092;
}
.text_comp.black ul li:before{
  color: #000000;
  background: #000000;
}
.text_comp.white ul li:before{
  color: #FFFFFF;
  background: #FFFFFF;
}
.whitetext{
  color: #ffffff;
}
.text_comp span.whitetext  a {
  color: #ffffff !important;
}
.blacktext{
  color: #000000;
}
.text_comp span.blacktext a {
  color: #000000 !important;
}
.bluetext{
  color: #268092;
}
.text_comp span.bluetext a {
  color: #268092 !important;
}
.orangetext{
  color: #BE5409;
}
.greytext{
  color: #262626;
}
.text_comp span.orangetext a {
  color: #BE5409 !important;
}
.greentext{
  color: #7f9641;
}
.text_comp span.greentext a {
  color: #7f9641 !important;
}
.purpletext{
  color: #4f2170;
}
.text_comp span.purpletext a {
  color: #4f2170 !important;
}
a.caret-left:before {
  content: "\f104";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  color: #BE5409;
  float: left;
  -webkit-text-stroke-width: 1px;
  display: inline-block;
  padding-right: 6px;
}
a.caret-right:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  color: #BE5409;
  -webkit-text-stroke-width: 1px;
  display: inline-block;
  padding-left: 6px;
}
/* new styles for text component bullets END*/
.course_comp .minor-avail h3, .course_comp .minor-avail p{
  display: inline;
}

p.par_phstyle{
  margin:0;
}

/*styles for horizontal line*/

hr.horizblack{
  border-top-color: #000000;
  width: 100%;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
hr.horizwhite{
  border-top-color: #FFFFFF;
  width: 100%;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
ul.myDropdown .hrline {
  width: 99%;
  margin: 0.4rem;
  padding: 0;
  border-top-width: 0.5px;
}

/* NEW BROWN LIBRARY HEADER*/
@media screen and (min-width: 1200px) {

  .brown_library.page_header .site-logo svg{
    height: 6.1rem;
    width: 6rem;
    padding: 0.5rem 0.5rem;
    background: #1c004c;
  }
  .brown_library .header_bottom{
    height: 6.1rem;
    background: #1c004c;
  }
  .brown_library .header_bottom nav.main{
  }
  .brown_library.page_header .site-navigation ul.subchildsubmenu li a {
    color: #ffffff !important;
  }
  .brown_library.page_header .site-navigation nav > #navigation-right > li.seperator {
    display: inline-block;
    margin: 0;
    height: 58px;
    width: 1px;
    background-color: #fff;
    margin: 0 .5em;
  }
  li.seperator:last-of-type {
    display:none !important;
  }
  .brown_library.page_header .site-navigation nav {
    float: none;
    display: flex;
    float: none;
    position: relative;
    align-items: center;
  }
  .brown_library.page_header .site-navigation nav > ul:first-of-type li:last-child ul.submenu{
    left: auto;
    right: auto;
    width: auto;
  }
  .brown_library.page_header .site-navigation nav > ul:first-of-type li:last-child ul.submenu li.subchild{
    width:auto;
    border-bottom: 0 !important;
  }
  .brown_library.page_header nav.main > ul#navigation-left {
    float: none;
  }
  .brown_library.page_header ul#navigation-right {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    float: none;
    align-items: center;
  }
  .brown_library.page_header ul#navigation-right a {
    padding: 10px .5rem 0;
  }
  .brown_library.page_header ul#navigation-right > li .iconss{
    font-size: 24px;
    color: white;
    max-height: 100px;
    max-width: 100px;
    margin: auto;
    display: block;
    text-align: center;
  }
  .brown_library.page_header .site-tools ul.submenu, .brown_library.page_header .site-navigation ul.submenu {
    background: #4F2170;
  }
  .brown_library.page_header .site-navigation nav a.dropbtn.show:after {
    color: #4F2170;
  }
  .brown_library.page_header .site-navigation nav a {
    padding: 1.8125rem 0 1.8125rem;
  }
  .brown_library.page_header .site-tools ul.submenu, .brown_library.page_header .site-navigation ul.submenu.show {
    top: 6.1rem;
    left: auto;
    right: auto;
    width: auto;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .brown_library.page_header .site-navigation ul.submenu li.subchild{
    display: flex;
    flex-flow: column;
    flex-basis: auto;
    flex-wrap: wrap;
    width: auto;
    max-width: inherit;
  }
  .brown_library.page_header .site-navigation ul.submenu.show:after {
    display: none;
  }
  .brown_library.page_header .site-tools ul.submenu a, .brown_library.page_header .site-navigation ul.submenu a {
    padding: 0.5em 16px;
  }
  /*
.brown_library.page_header .site-navigation nav > ul:first-of-type li:last-child ul.submenu{
  left: auto;
  right: auto;
  width: auto;
}
.brown_library.page_header .site-navigation nav > ul:first-of-type li:last-child ul.submenu li.subchild{
  width:auto;
  border-bottom: 0 !important;
}*/
}
/* BL min-width:1200 END*/
@media screen and (max-width: 1199px){

  .brown_library .header_top {
    background-color: #1c004c;
    height: 85px;
  }
  .brown_library.page_header .site-logo svg {
    margin: 0.5rem;
  }
  .brown_library.page_header .site-navigation ul.subchildsubmenu li a {
    color: #ffffff !important;
  }
  .brown_library > div.site-logo > img.logo_img{
    height: 6rem;
    width: 6rem;
    padding: 1rem 0.5rem;
    background: #1c004c;
  }
  .brown_library.page_header .mobile-navigation--active ul#navigation-left {
    background-color: #1c004c;
  }
  .brown_library.page_header .site-tools ul.submenu, .brown_library.page_header .site-navigation ul.submenu {
    background: #4F2170;
  }
  .brown_library.page_header .site-tools ul.submenu, .brown_library.page_header .site-navigation ul.subchildsubmenu {
    background: #4F2170;
  }

}
.xx-large{
  font-size: 4rem !important;
}
.x-large{
  font-size: 1.5rem !important;
}
a.blsoclink, a.blsoclink:hover, a.blsoclink:focus{
  text-decoration: none;
  color: #4F2170;
}
.hor_ver_flexcenter{
  display: flex;
  align-items: center;
  justify-content: center;
}
select::-ms-expand {
  display: none;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
/* NEW BROWN LIBRARY HEADER END*/

/*General CSS START*/
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.left-top-50{
  left: 50px;
  top: 50px;
}
.lh-50 {
  line-height: 50px!important;
}
@media screen and (max-width: 768px) {
  .pdtop_40 {
    padding-top: 0px !important;
  }
  .mrgtop_40 {
    margin-top: 0px !important;
  }
}
  

/*General CSS END*/