@charset "UTF-8";
/**
 * @file
 * Style
 *
 ****
 *
 * Style imports
 *
 ****/
@import "../styleguide/fonts/stylesheet.css";
/*

Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>

*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700;900&display=swap");
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #fdf6e3;
  color: #657b83;
}

.hljs-comment,
.hljs-quote {
  color: #93a1a1;
}

/* Solarized Green */
.hljs-keyword,
.hljs-selector-tag,
.hljs-addition {
  color: #859900;
}

/* Solarized Cyan */
.hljs-number,
.hljs-string,
.hljs-meta .hljs-meta-string,
.hljs-literal,
.hljs-doctag,
.hljs-regexp {
  color: #2aa198;
}

/* Solarized Blue */
.hljs-title,
.hljs-section,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #268bd2;
}

/* Solarized Yellow */
.hljs-attribute,
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type {
  color: #b58900;
}

/* Solarized Orange */
.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-link {
  color: #cb4b16;
}

/* Solarized Red */
.hljs-built_in,
.hljs-deletion {
  color: #dc322f;
}

.hljs-formula {
  background: #eee8d5;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * @file
 * Styleguide
 *
 ****
 *
 * Styleguide Page Styles
 * Demo Grid
 * Styleguide Typography
 * Styleguide Table
 * Welcome page
 * Styleguide Header & Footer
 * Code Blocks
 * Grid
 *
 ****




/****
 *
 * Styleguide Page Styles
 *
 ****/
.style-wrap {
  min-width: 300px;
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.style-body {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .style-body {
    padding-top: 70px;
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

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

/****
 *
 * Demo Grid
 *
 ****/
.layout-container {
  overflow: hidden;
  min-height: 200px;
  position: relative;
}
.layout-container .demo-grid {
  width: 100%;
}
.layout-container .grid-inner {
  height: 100%;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: -1;
}
.layout-container .demo-item {
  background-color: rgba(0, 48, 87, 0.2);
  height: 100%;
  min-height: 200px;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .layout-container .demo-item {
    min-height: 50px;
  }
}
.layout-container .demo-item.demo-item-sidebar {
  margin-left: 4.6rem;
}
@media (max-width: 767px) {
  .layout-container .demo-item.demo-item-sidebar {
    margin-left: 0;
  }
}
.layout-container .row {
  height: 100%;
}
.layout-container .demo-col {
  height: 100%;
  margin-bottom: 5px;
}

/****
 *
 * Styleguide Typography
 *
 ****/
.style-header {
  clear: both;
  color: #999;
  display: inline-block;
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 0px;
  padding-left: 20px;
  text-transform: uppercase;
  text-indent: none;
  width: 100%;
}
@media (max-width: 767px) {
  .style-header {
    margin-bottom: 20px;
    margin-top: 60px;
  }
}

.style-wrap > .style-header {
  margin-top: 9rem;
}

div .style-header {
  padding-left: 0;
}

.style-caption {
  color: #999;
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: -30px;
}

.two-letter {
  font-size: 80px;
  line-height: 58px;
}

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

.body-font {
  font-family: "open_sans", Arial, sans-serif;
  font-style: regular;
  font-weight: normal;
}

.header-font {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-style: regular;
  font-weight: bold;
}

.regular {
  font-weight: normal;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

span.inline-label {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

i {
  font-style: normal;
}

/****
 *
 * Styleguide table
 *
 ****/
.style-table.table table, .style-table.table th, .style-table.table tr, .style-table.table td {
  border: none;
  background-color: #fff;
  font-size: 1.6rem;
}
.style-table.table thead {
  color: #404A5A;
}

/****
 *
 * Welcome page
 *
 ****/
#welcome {
  text-align: center;
  margin: 0 auto 5rem auto;
  max-width: 600px;
}
#welcome p {
  color: #8c8c8c;
}
#welcome img {
  margin-bottom: 20px;
  max-width: 200px;
}

/* Invision */
#links {
  background-color: #F4F5F5;
  padding: 40px 0;
  text-align: center;
}
#links ul {
  list-style: none;
  padding: 0;
}
#links h3 {
  margin-bottom: 20px;
}
#links .button {
  margin-bottom: 10px;
  width: 100%;
}

/****
 *
 * Styleguide Header & Footer
 *
 ****/
.style-navbar {
  font-size: 1.4rem;
}
.style-navbar .btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.style-navbar a {
  text-decoration: none;
}
.style-navbar .navbar-brand {
  font-size: 1.6rem;
}
.style-navbar .navbar-brand span:before {
  content: "|";
  padding-right: 20px;
}
.style-navbar img {
  margin-right: 20px;
  margin-left: 20px;
  max-width: 90px;
  vertical-align: bottom;
}
.style-navbar .navbar-nav .nav-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .style-navbar .nav-item .nav-link {
    padding: 20px 0;
  }
}

.style-footer {
  border-top: 1px solid #F4F5F5;
  clear: both;
  font-size: 1.2rem;
  margin-top: 5rem;
  padding: 2rem 2% 1rem;
  text-transform: uppercase;
}

/****
 *
 * Code Blocks
 *
 ****/
pre {
  background: #f9fafc;
  border-color: #e0e6ed;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1rem 0 3rem 0;
  position: relative;
}
pre.scss:after {
  background: #F4F5F5;
  color: #404A5A;
  content: "SCSS";
  font-size: 1rem;
  padding: 0 1px;
  position: absolute;
  right: 0;
  top: 0;
}
pre.html:after {
  background: #F4F5F5;
  color: #404A5A;
  content: "HTML";
  font-size: 1rem;
  padding: 0 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.hljs {
  background: none;
  padding: 10px;
}

.description {
  color: #777;
  font-size: 1.2rem;
  line-height: 1.6;
}

/****
 *
 * Grid
 *
 ****/
.col-xl,
.col-lg,
.col-md,
.col-sm,
.col-xs,
.col {
  padding-left: 10px;
  padding-right: 10px;
}
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12,
.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,
.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,
.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,
.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,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

/**
 * @file
 * Elements
 *
 ****
 *
 * Typography
 * Lists 
 *
 ****
*/
/****
 *
 * Typography
 *
 ****/
html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "open_sans", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #404A5A;
}

p {
  margin-bottom: 3rem;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 5rem;
}

.text-formatted p + h1, .text-formatted p + h2, .text-formatted p + h3, .text-formatted p + h4, .text-formatted p + h5, .text-formatted p + h6 {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404A5A;
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

h1 {
  font-family: "MicrogrammaExtD-Bol", Arial, sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
}

h2 {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

h3 {
  font-family: "open_sans", Arial, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

h4 {
  font-family: "open_sans", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

h5 {
  font-family: "open_sans", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

h6 {
  font-family: "open_sans", Arial, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.lead {
  font-family: "open_sans", Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

a {
  color: #003057;
  text-decoration: underline;
}
a:visited {
  color: #003057;
  background-color: auto;
}
a:hover, a:focus, a:active {
  color: #404A5A;
  text-decoration: none;
}

.more-link a,
.post-link a {
  color: #003057;
  font-weight: bold;
}

hr {
  border-color: #003057;
}

/****
 *
 * vertical spacing

 *
 ****/
#text-samples h2, #text-samples h3, #text-samples h4, #text-samples h5, #text-samples h6 {
  position: relative;
}
#text-samples h2:after, #text-samples h3:after, #text-samples h4:after, #text-samples h5:after, #text-samples h6:after {
  background-color: rgba(0, 48, 87, 0.1);
  bottom: -2rem;
  content: "20px";
  font-family: "open_sans", Arial, sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 2rem;
  left: 0;
  padding-left: 1rem;
  position: absolute;
}
#text-samples p {
  position: relative;
}
#text-samples p:after {
  background-color: rgba(0, 48, 87, 0.1);
  bottom: -3rem;
  content: "30px";
  font-family: "open_sans", Arial, sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 3rem;
  left: 0;
  padding-left: 1rem;
  position: absolute;
}
#text-samples p.lead:after {
  bottom: -1rem;
  content: "10px";
  height: 1rem;
}
#text-samples p.style-margin-5:after {
  bottom: -5rem;
  content: "50px";
  height: 5rem;
}
#text-samples.style-off *:after {
  content: none !important;
}

#style-text-toggle {
  margin-bottom: 5rem;
}

/**
 * @file
 * Forms
 *
 ****
 *
 * Design Language
 * Buttons
 * Inputs
 *
 ****
*/
/****
 *
 * Design Language
 *
 ****/
.style-box-shadow {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  padding: 3rem;
  height: 80%;
}

.style-corners {
  position: relative;
}
.style-corners:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.style-corners img {
  height: auto;
  width: 100%;
}

.style-notch:before {
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  padding: 40px;
  position: absolute;
  right: 0;
}

.style-rhombus {
  position: relative;
}
.style-rhombus:after {
  content: "";
  border: 2px solid #2188A2;
  height: 250px;
  left: 5%;
  position: absolute;
  top: -5%;
  -webkit-transform: skew(-315rad);
      -ms-transform: skew(-315rad);
          transform: skew(-315rad);
  opacity: 0.5;
  width: 400px;
  z-index: -1;
}

.style-border {
  position: relative;
}
.style-border:after {
  border: 2px solid #20AEC5;
  height: calc(100% - 16px);
  left: 0;
  margin: 8px;
  position: absolute;
  top: 0;
  content: "";
  width: calc(100% - 16px);
}
.style-border img {
  height: auto;
  width: 100%;
}

.style-bg {
  background-image: url(../images/bg-rectangle.png);
  background-size: cover;
}

/****
 *
 * Buttons
 *
 ****/
html input[type=button],
input[type=reset],
input[type=submit],
button,
.button,
a.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
}
html input[type=button]:hover, html input[type=button]:focus, html input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
a.button:hover,
a.button:focus,
a.button:active {
  background: none;
  color: #003057;
}
html input[type=button].button,
input[type=reset].button,
input[type=submit].button,
button.button,
.button.button,
a.button.button {
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
}
html input[type=button].button:hover, html input[type=button].button:focus, html input[type=button].button:active,
input[type=reset].button:hover,
input[type=reset].button:focus,
input[type=reset].button:active,
input[type=submit].button:hover,
input[type=submit].button:focus,
input[type=submit].button:active,
button.button:hover,
button.button:focus,
button.button:active,
.button.button:hover,
.button.button:focus,
.button.button:active,
a.button.button:hover,
a.button.button:focus,
a.button.button:active {
  background: none;
  color: #003057;
}
html input[type=button].button-inverted,
input[type=reset].button-inverted,
input[type=submit].button-inverted,
button.button-inverted,
.button.button-inverted,
a.button.button-inverted {
  background-color: #fff;
  border: 2px solid #fff;
  color: #003057;
}
html input[type=button].button-inverted:hover, html input[type=button].button-inverted:focus, html input[type=button].button-inverted:active,
input[type=reset].button-inverted:hover,
input[type=reset].button-inverted:focus,
input[type=reset].button-inverted:active,
input[type=submit].button-inverted:hover,
input[type=submit].button-inverted:focus,
input[type=submit].button-inverted:active,
button.button-inverted:hover,
button.button-inverted:focus,
button.button-inverted:active,
.button.button-inverted:hover,
.button.button-inverted:focus,
.button.button-inverted:active,
a.button.button-inverted:hover,
a.button.button-inverted:focus,
a.button.button-inverted:active {
  background-color: #003057;
  color: #fff;
}
html input[type=button].button-hollow,
input[type=reset].button-hollow,
input[type=submit].button-hollow,
button.button-hollow,
.button.button-hollow,
a.button.button-hollow {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
html input[type=button].button-hollow:hover, html input[type=button].button-hollow:focus, html input[type=button].button-hollow:active,
input[type=reset].button-hollow:hover,
input[type=reset].button-hollow:focus,
input[type=reset].button-hollow:active,
input[type=submit].button-hollow:hover,
input[type=submit].button-hollow:focus,
input[type=submit].button-hollow:active,
button.button-hollow:hover,
button.button-hollow:focus,
button.button-hollow:active,
.button.button-hollow:hover,
.button.button-hollow:focus,
.button.button-hollow:active,
a.button.button-hollow:hover,
a.button.button-hollow:focus,
a.button.button-hollow:active {
  background-color: #fff;
  color: #003057;
}

/****
 *
 * Inputs
 *
 ****/
label {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
  text-align: left;
}

form .form-item {
  margin: 20px 0 25px;
}
form input[type=search],
form input[type=text],
form input[type=email],
form .form-textarea,
form textarea,
form .form-text,
form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background-color: #D6D5DA;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 11px 20px;
  outline: none;
  width: 100%;
}
form input[type=search]:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form .form-textarea:focus,
form textarea:focus,
form .form-text:focus,
form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #003057;
}
form textarea:focus {
  border-color: #003057;
  outline: 0 none;
}
form input[type=checkbox],
form input[type=radio] {
  color: #404A5A;
  font-size: 1.5rem;
  margin-top: 0.2em;
  margin-right: 0.5em;
}
form .form-type-radio,
form .form-type-checkbox {
  margin-bottom: 0;
}
form .form-type-radio label,
form .form-type-checkbox label {
  display: inline-block;
  margin-bottom: 0;
}

select {
  background-image: none;
  background-color: transparent;
  background-image: none;
  background-color: transparent;
  border: 1px solid #a7a7a7;
  border-radius: 0;
  position: relative;
}

/**
 * @file
 * Content-List
 *
 ****
 *
 * Article Listing
 * Event Listing
 * Directory
 *
 ****
*/
/****
 *
 * Article Listing
 *
 ****/
.view-article-view .post-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
}
.view-article-view .content-wrap {
  padding: 0;
}
.view-article-view .post-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.333;
}
.view-article-view .post-title a {
  color: #404A5A;
  text-decoration: none;
}
.view-article-view .post-title a:hover, .view-article-view .post-title a:focus, .view-article-view .post-title a:active {
  color: #003057;
}
.view-article-view .post-date {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.view-article-view .post-img img {
  height: auto;
  width: 100%;
}

.view-display-id-block_2 {
  background-color: #F4F5F5;
}
.view-display-id-block_2 .content-wrap {
  padding: 24px 20px;
}

/****
 *
 * Event Listing
 *
 ****/
.view-event-view .event-wrap {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
}
.view-event-view .time,
.view-event-view .location {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.view-event-view .image-wrap {
  position: relative;
}
.view-event-view .image-wrap img {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
}
.view-event-view .content-wrap {
  margin-left: 80px;
}
.view-event-view .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.333;
}
.view-event-view .title a {
  color: #404A5A;
  text-decoration: none;
}
.view-event-view .title a:hover, .view-event-view .title a:focus, .view-event-view .title a:active {
  color: #003057;
}

.view-event-view.view-display-id-block_1 {
  background-color: #F4F5F5;
}
.view-event-view.view-display-id-block_1 .content-wrap {
  margin-left: 70px;
  padding: 24px 20px;
}
.view-event-view.view-display-id-block_1 .title {
  font-size: 2.4rem;
  margin-bottom: 6px;
}

.date-wrap {
  position: absolute;
}

.date {
  background-color: #003057;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  padding: 6px 11px 12px 11px;
  text-align: center;
  text-transform: uppercase;
}
.date .date-day {
  font-size: 2.8rem;
}
.date .date-month {
  display: block;
}

/****
 *
 * Directory
 *
 ****/
.view-id-directory.view-display-id-page_1 > .view-content,
.view-id-article_view.view-display-id-block_3 > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.view-id-directory.view-display-id-page_1 .profile-wrap,
.view-id-article_view.view-display-id-block_3 .profile-wrap {
  background-color: #fff;
}
.view-id-directory.view-display-id-page_1 .full-name,
.view-id-article_view.view-display-id-block_3 .full-name {
  font-size: 2.2rem;
  font-weight: bold;
}
.view-id-directory.view-display-id-page_1 .full-name a,
.view-id-article_view.view-display-id-block_3 .full-name a {
  color: #404A5A;
}
.view-id-directory.view-display-id-page_1 .profile-title,
.view-id-article_view.view-display-id-block_3 .profile-title {
  margin-bottom: 14px;
}
.view-id-directory.view-display-id-page_1 .credentials,
.view-id-article_view.view-display-id-block_3 .credentials {
  color: #666;
  font-size: 1.6rem;
}
.view-id-directory.view-display-id-page_1 .department,
.view-id-article_view.view-display-id-block_3 .department {
  font-size: 1.4rem;
}
.view-id-directory.view-display-id-page_1 ul,
.view-id-article_view.view-display-id-block_3 ul {
  list-style: none;
  padding: 0;
}
.view-id-directory.view-display-id-page_1 a,
.view-id-article_view.view-display-id-block_3 a {
  color: #20AEC5;
  text-decoration: none;
}
.view-id-directory.view-display-id-page_1 .item-list,
.view-id-article_view.view-display-id-block_3 .item-list {
  font-size: 1.4rem;
}
.view-id-directory.view-display-id-page_1 .fa,
.view-id-article_view.view-display-id-block_3 .fa {
  color: #20AEC5;
  font-size: 1.8rem;
}

/**
 * @file
 * Color
 *
 ****
 *
 * Color Page Styles
 * Primary Colors
 * Secondary Colors 
 * Patterns
 * Color access
 *
 ****
*/
/****
 *
 * Color Page Styles
 *
 ****/
.color-container {
  margin-bottom: 20px;
}
.color-container > div {
  font-size: 1.2rem;
  height: 75px;
  line-height: 1;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
}
.color-container .color-name {
  color: #404A5A;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.5;
  line-height: 2;
  margin: 0px;
  padding: 0px;
}
.color-container .color-hex {
  margin-top: 0px;
  padding-top: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 1.1rem;
  line-height: 12px;
}
.color-container .color-light {
  color: #404A5A;
}
.color-container .color-light p {
  color: #404A5A;
}
.color-container .color-dark {
  color: #fff;
}
.color-container .color-dark p {
  color: #fff;
}
.color-container .color-inner {
  position: relative;
  /*
  		&:after {
  			background-color: #fff;
  			bottom: 0;
  			color: $color-style-green;
  			content: "\f00c";
  			font-family: $font-awesome;
  			font-size: 1.2rem;
  			left: 0;
  			line-height: 1.3;
  			text-align: center;
  			padding: 1px 2px;
  			position: absolute;
  			width: 16px;
  		}
  		&:before {
  			background-color: #000;
  			bottom: 0;
  			color: $color-style-green;
  			content: "\f00c";
  			font-family: $font-awesome;
  			font-size: 1.2rem;
  			left: 16px;
  			line-height: 1.3;
  			text-align: center;
  			padding: 1px 2px;
  			position: absolute;
  			width: 16px;
  		}
  		&.access-white-pass {
  			&:after {
  				color: $color-style-green;
  				content: "\f00c";
  			}
  		}
  		&.access-white-fail {
  			&:after {
  				color: $color-style-red;
  				content: "\f00d";
  			}
  		}
  		&.access-black-pass {
  			&:before {
  				color: $color-style-green;
  				content: "\f00c";
  			}
  		}
  		&.access-black-fail {
  			&:before {
  				color: $color-style-red;
  				content: "\f00d";
  			}
  		}
  */
}
.color-container .color-inner .color-popup {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  color: #404A5A;
  font-size: 1.4rem;
  line-height: 1;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: none;
  top: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.color-container .color-inner .color-popup b {
  text-transform: uppercase;
}
.color-container .color-inner:hover .color-popup {
  opacity: 1;
  right: 10px;
  top: -60px;
}
@media (min-width: 768px) {
  .color-container .color-inner:hover .color-popup {
    right: -20px;
  }
}

/****
 *
 * Primary Colors
 *
 ****/
.color-blue {
  background-color: #003057;
}

/****
 *
 * Secondary Colors
 *
 ****/
/* secondary colors */
.color-blue-lt {
  background-color: #4D89C1;
}

.color-green-lt {
  background-color: #20AEC5;
}

.color-green {
  background-color: #2188A2;
}

/****
 *
 * Neutral Colors
 *
 ****/
/* secondary colors */
.color-grey-lt {
  background-color: #D6D5DA;
}

.color-black {
  background-color: #404A5A;
}

.color-white {
  background-color: #fff;
  border: 1px solid #404A5A;
}

/****
 *
 * Color Access
 *
 ****/
#access-grid i {
  font-family: "FontAwesome";
  margin-right: 5px;
}
#access-grid i.fa-times-circle {
  color: red;
}
#access-grid i.fa-exclamation-triangle {
  color: orange;
}
#access-grid i.fa-check-circle {
  color: green;
}
#access-grid .style-tile {
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  width: 20px;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}
body.sitemenu-active {
  position: fixed;
  width: 100%;
}
body.path-a-to-z-index {
  overflow: auto;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 29px;
  }
}

h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h6 {
  line-height: normal;
}

h2.field--name-field-section-title {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  h2.field--name-field-section-title {
    margin-bottom: 28px;
  }
}

::-moz-selection {
  background: #0A192D !important;
  color: #fff !important;
}

::selection {
  background: #0A192D !important;
  color: #fff !important;
}

blockquote {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  position: relative;
  padding: 34px 50px;
  margin: 50px -100px;
}
blockquote p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  blockquote {
    margin: 50px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding: 24px 30px;
  }
}
blockquote:before {
  content: "";
  width: 67px;
  height: 67px;
  border-left: 3px solid #20AEC5;
  border-top: 3px solid #20AEC5;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "";
  width: 67px;
  height: 67px;
  border-right: 3px solid #20AEC5;
  border-bottom: 3px solid #20AEC5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.text-formatted figure.caption-drupal-entity {
  max-width: 100% !important;
  width: auto !important;
}

figure {
  background: #fff;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
}
figure p {
  margin: 0;
}
figure.align-right, figure.align-left {
  margin: 20px 0 20px 20px;
}
figure.align-right figcaption, figure.align-left figcaption {
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
}
figure.align-left {
  margin: 20px 20px 20px 0;
}
figure.align-center {
  margin-top: 20px;
  margin-bottom: 20px;
}
figure.align-center figcaption {
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
}

.align-right {
  margin: 20px 0 20px 20px;
}
.align-right img {
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
}

.align-left {
  margin: 20px 20px 20px 0;
}
.align-left img {
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
}

.align-right.caption img, .align-left.caption img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.align-center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb {
  border: none;
  background: none;
  padding: 0;
}
.breadcrumb a {
  color: #003057;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  font-family: "Source Sans Pro", sans-serif;
  text-underline-position: under;
}
.breadcrumb ol li {
  color: #003057;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  font-family: "Source Sans Pro", sans-serif;
}
.breadcrumb ol li .breadcrumb-slash i {
  display: inline-block;
  margin: 0 5px 0 10px;
  font-size: 15px;
}
.breadcrumb ol li:before {
  display: none;
}
.breadcrumb ol li:last-child .breadcrumb-slash i {
  display: none;
}
.breadcrumb .slash-forward:before {
  content: "/";
  font-size: 15px;
  font-weight: 600;
}

.layout-container {
  overflow: visible;
}

.slick-slider.slick-dotted,
.slide-items.field--name-field-hero-slides {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-slider.slick-dotted,
  .slide-items.field--name-field-hero-slides {
    padding-top: 85px;
  }
}

.dialog-off-canvas-main-canvas {
  overflow: hidden;
}

.card {
  background: transparent;
}

.mega-navigation .SearchForm form input.SearchForm-input::-moz-selection, .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper span::-moz-selection, .mega-navigation .menu-link-contentmega-menu .field--name-field-title strong::-moz-selection, .mega-navigation .menu-link-contentmega-menu .field--name-field-links a::-moz-selection, .mega-navigation .menu-link-contentmega-menu .field--name-field-links span::-moz-selection, .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item a::-moz-selection, .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item p::-moz-selection {
  background: #4888a0;
}

.mega-navigation .SearchForm form input.SearchForm-input::selection,
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper span::selection,
.mega-navigation .menu-link-contentmega-menu .field--name-field-title strong::selection,
.mega-navigation .menu-link-contentmega-menu .field--name-field-links a::selection,
.mega-navigation .menu-link-contentmega-menu .field--name-field-links span::selection,
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item a::selection,
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item p::selection {
  background: #4888a0;
}

.breadcrumb li::-moz-selection, .breadcrumb li a::-moz-selection, .breadcrumb span::-moz-selection {
  color: #fff;
  background: #4888a0;
}

.breadcrumb li::selection,
.breadcrumb li a::selection,
.breadcrumb span::selection {
  color: #fff;
  background: #4888a0;
}

.page-title::-moz-selection {
  color: #fff;
  background: #4888a0;
}

.page-title::selection {
  color: #fff;
  background: #4888a0;
}

article .field--name-field-media-video-file video {
  width: 100%;
  height: auto;
}

.fontawesome-icon i {
  --fa-animation-duration: 0s;
}

.layout--twocol-section section.connect-with-odu .grid-1.connect {
  width: auto;
  margin-left: 1.5625%;
  margin-right: 1.5625%;
}

.tabfocus:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #003057 !important;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #003057 !important;
  outline: 2px transparent solid !important;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

#toolbar-administration {
  z-index: 99999;
  position: relative;
}

@-webkit-keyframes pulse-throbber {
  0% {
    opacity: 1;
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scaley(0.5);
            transform: scaley(0.5);
  }
}

@keyframes pulse-throbber {
  0% {
    opacity: 1;
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scaley(0.5);
            transform: scaley(0.5);
  }
}
.section-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
.section-title-wrapper .field--name-field-section-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  color: #404A5A;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .section-title-wrapper .field--name-field-section-title {
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}
.section-title-wrapper .field--name-field-more-link {
  margin-top: 10px;
}
.section-title-wrapper .field--name-field-more-link a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #003057;
}
.section-title-wrapper .field--name-field-more-link a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  display: inline-block;
}
.section-title-wrapper .field--name-field-more-link a:hover, .section-title-wrapper .field--name-field-more-link a:focus {
  text-decoration: underline;
  text-underline-position: under;
}

article.node--type-page .paragraph-layout .layout--threecol-section {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  article.node--type-page .paragraph-layout .layout--threecol-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
article.node--type-page .paragraph-layout .layout--threecol-section .layout__region {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  article.node--type-page .paragraph-layout .layout--threecol-section .layout__region {
    padding: 0;
  }
  article.node--type-page .paragraph-layout .layout--threecol-section .layout__region.layout__region--third {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  article.node--type-page .paragraph-layout .layout--threecol-section .layout__region.layout__region--second {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  article.node--type-page .paragraph-layout .layout--threecol-section .layout__region.layout__region--first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  article.node--type-page .paragraph-layout .layout--threecol-section .layout__region {
    max-width: 33%;
  }
}
@media screen and (min-width: 992px) {
  article.node--type-page .paragraph-layout .layout--threecol-section .layout__region.layout__region--third {
    padding-left: 40px;
  }
}
article.node--type-page .paragraph-layout .layout--threecol-section .layout__region:first-of-type {
  padding-left: 0;
}
article.node--type-page .paragraph-layout .layout--threecol-section .layout__region:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  article.node--type-page .paragraph-layout .field--name-field-no-image-cta-items .field__item:last-child {
    padding-left: 40px;
  }
}

.page-node-landing_page .background-pattern,
.page-node-campaign_landing_page .background-pattern {
  position: relative;
  z-index: 1041;
}
.page-node-landing_page .background-pattern:before,
.page-node-campaign_landing_page .background-pattern:before {
  content: "";
  background: url("../images/bg-total.png") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  bottom: -140px;
  top: -8px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-node-landing_page .background-pattern:before,
  .page-node-campaign_landing_page .background-pattern:before {
    content: none;
  }
}
.page-node-landing_page.user-logged-in .layout-content-top,
.page-node-campaign_landing_page.user-logged-in .layout-content-top {
  top: -50px;
  position: relative;
  background: #fff;
}

.page-node-landing_page .layout--twocol-section {
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-node-landing_page .floating-sidebar .block-layout-builder > .paragraph-layout .paragraph--type--layout-section .layout--twocol-section .layout__region--second {
    position: absolute;
    margin-top: -200px;
    top: 0;
    right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
  .page-node-landing_page .floating-sidebar .block-layout-builder > .paragraph-layout .paragraph--type--layout-section .layout--twocol-section .layout__region--second:before {
    content: "";
    position: absolute;
    margin-top: -300px;
    top: 0;
    left: 90px;
    width: 300%;
    height: 75%;
    z-index: -1;
    bottom: 35%;
    border: 2px solid #20AEC5;
    border-right: 0;
    border-top-width: 3px;
    border-bottom-width: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: skew(-180deg, -45deg);
        -ms-transform: skew(-180deg, -45deg);
            transform: skew(-180deg, -45deg);
    opacity: 0.4;
  }
}
.page-node-landing_page .layout--twocol-section.first-twocol > .layout__region--second {
  position: relative;
}
.page-node-landing_page .layout--twocol-section.first-twocol > .layout__region--second .container {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .page-node-landing_page .layout--twocol-section.first-twocol > .layout__region--second {
    position: absolute;
    margin-top: -200px;
    top: 0px;
    right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    overflow: visible;
  }
  .page-node-landing_page .layout--twocol-section.first-twocol > .layout__region--second:before {
    content: "";
    position: absolute;
    margin-top: -300px;
    top: 0;
    left: 90px;
    width: 300%;
    height: 75%;
    z-index: -1;
    bottom: 35%;
    border: 2px solid #20AEC5;
    border-right: 0;
    border-top-width: 3px;
    border-bottom-width: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: skew(-180deg, -45deg);
        -ms-transform: skew(-180deg, -45deg);
            transform: skew(-180deg, -45deg);
    opacity: 0.4;
  }
}

.page-node-type-center .floating-sidebar .layout--twocol-section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-node-type-center .floating-sidebar .layout--twocol-section .layout__region--second {
    position: absolute;
    top: -120px;
    right: 0;
    width: 25%;
    max-width: 25%;
    z-index: 1;
  }
  .page-node-type-center .floating-sidebar .layout--twocol-section .layout__region--second:before {
    content: "";
    background: url("../images/sidebar-trapezoid.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -130px;
    left: 70px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.landing-page-default .background-pattern {
  position: relative;
  z-index: 1041;
}
.landing-page-default .background-pattern:before {
  top: 0;
}

.layout-hero-content {
  z-index: 1041;
}

body.page-node-article .background-pattern,
body.page-node-type-event .background-pattern,
body.page-node-type-program .background-pattern {
  position: relative;
  z-index: 1041;
}
body.page-node-article .background-pattern:before,
body.page-node-type-event .background-pattern:before,
body.page-node-type-program .background-pattern:before {
  content: "";
  background: url(../images/bg-total.png) no-repeat scroll 0 0 transparent;
  background-size: 100%;
  bottom: -140px;
  top: 350px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.page-node-article .background-pattern:before,
  body.page-node-type-event .background-pattern:before,
  body.page-node-type-program .background-pattern:before {
    display: none;
  }
}
body.page-node-article .layout-hero-content,
body.page-node-type-event .layout-hero-content,
body.page-node-type-program .layout-hero-content {
  position: relative;
}

body.page-node-profile .background-pattern,
body.page-node-type-page .background-pattern,
body.page-node-type-layout-page .background-pattern,
body.person-directory .background-pattern,
body.path-programs .background-pattern {
  position: relative;
  z-index: 1041;
}
body.page-node-profile .background-pattern:before,
body.page-node-type-page .background-pattern:before,
body.page-node-type-layout-page .background-pattern:before,
body.person-directory .background-pattern:before,
body.path-programs .background-pattern:before {
  content: "";
  background: url(../images/bg-total.png) no-repeat scroll 0 0 transparent;
  background-size: 100%;
  bottom: -140px;
  top: 350px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.page-node-profile .background-pattern:before,
  body.page-node-type-page .background-pattern:before,
  body.page-node-type-layout-page .background-pattern:before,
  body.person-directory .background-pattern:before,
  body.path-programs .background-pattern:before {
    display: none;
  }
}

body.page-node-type-layout-page .background-pattern:before {
  top: 0;
}

body.calendar-calendar-view .background-pattern {
  position: relative;
}
body.calendar-calendar-view .background-pattern:before {
  content: "";
  background-image: url("../images/bottom-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  height: 625px;
  width: 619px;
}

body.person-directory .background-pattern:before,
body.path-programs .background-pattern:before {
  top: 346px;
}

body.path-programs .background-pattern {
  z-index: 1043;
}
body.path-programs .background-pattern:before {
  bottom: 0;
}

.path-main-section-landing-page .background-pattern .paragraph--type--layout-section .layout__region--first {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 1200px) {
  .path-main-section-landing-page .background-pattern .paragraph--type--layout-section .layout__region--first {
    padding-right: 33px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 67%;
            flex: 0 1 67%;
  }
}
.path-main-section-landing-page .background-pattern .paragraph--type--layout-section .layout__region--first .paragraph {
  margin-bottom: 120px;
}
.path-main-section-landing-page .background-pattern .paragraph--type--layout-section .layout__region--second {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 1200px) {
  .path-main-section-landing-page .background-pattern .paragraph--type--layout-section .layout__region--second {
    padding-left: 33px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}

@media screen and (min-width: 992px) {
  .path-main-section-landing-page .node__content > .paragraph-layout .paragraph--type--layout-section .layout--twocol-section .layout__region--second {
    margin-top: -260px;
    position: relative;
  }
  .path-main-section-landing-page .node__content > .paragraph-layout .paragraph--type--layout-section .layout--twocol-section .layout__region--second:before {
    content: "";
    background: url(../images/sidebar-trapezoid.png) no-repeat scroll 0 0 transparent;
    width: 116%;
    height: 100%;
    z-index: -1;
    top: -200px;
    position: absolute;
    left: 85px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-campaign-landing-page .node--type-campaign-landing-page .node__content > .paragraph-layout > .paragraph--type--layout-section {
    position: relative;
  }
  .page-node-type-campaign-landing-page .node--type-campaign-landing-page .node__content > .paragraph-layout > .paragraph--type--layout-section:before {
    content: "";
    background: url(../images/sidebar-trapezoid.png) no-repeat scroll 0 0 transparent;
    width: 28%;
    height: 50%;
    z-index: -1;
    top: -20%;
    position: absolute;
    right: -12%;
  }
}

body.page-node-profile .background-pattern:before {
  background-position: 0 -9px;
}

.path-news .background-pattern:before,
.path-news-center .background-pattern:before {
  top: -8px;
}
.path-news .layout-hero-content,
.path-news-center .layout-hero-content {
  position: relative;
}
.path-news .layout-hero-content:after,
.path-news-center .layout-hero-content:after {
  content: "";
  background: url(../images/hero-bg@2x.png) no-repeat scroll 0 0 transparent;
  background-size: 100%;
  bottom: -4px;
  width: 100%;
  height: 79px;
  z-index: 3;
  position: absolute;
  background-position: bottom;
}

body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
  content: "";
  background: url("../images/bg-total-x2.png") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  bottom: -200vh;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 521px;
  }
}
@media screen and (min-width: 992px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 513px;
  }
}
@media screen and (min-width: 1025px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 513px;
  }
}
@media screen and (min-width: 1110px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 508px;
  }
}
@media screen and (min-width: 1200px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 505px;
  }
}
@media screen and (min-width: 1260px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 502px;
  }
}
@media screen and (min-width: 1300px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 500px;
  }
}
@media screen and (min-width: 1400px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 496px;
  }
}
@media screen and (min-width: 1500px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 492px;
  }
}
@media screen and (min-width: 1600px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 487px;
  }
}
@media screen and (min-width: 1700px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 483px;
  }
}
@media screen and (min-width: 1800px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 479px;
  }
}
@media screen and (min-width: 1900px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 475px;
  }
}
@media screen and (min-width: 2000px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 470px;
  }
}
@media screen and (min-width: 2100px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 466px;
  }
}
@media screen and (min-width: 2200px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 462px;
  }
}
@media screen and (min-width: 2300px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 458px;
  }
}
@media screen and (min-width: 2400px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 454px;
  }
}
@media screen and (min-width: 2500px) {
  body.calendar-main-page .layout-hero-content .hero-content-inner.default-banner:after {
    top: 449px;
  }
}
body.calendar-main-page .layout-content-top,
body.calendar-main-page .layout-container {
  z-index: 4;
}
body.calendar-main-page .background-pattern {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  body.calendar-main-page .background-pattern {
    margin-bottom: 60px;
  }
}

.page-node-type-center .layout-container.breadcrumb-banner {
  padding-top: 6rem;
}
@media screen and (min-width: 40em) {
  .page-node-type-center .layout--twocol-section .layout__region--first {
    padding-right: 5rem;
  }
}

@media screen and (min-width: 768px) {
  h1.page-title.layout-page {
    max-width: 66%;
  }
}

.media--view-mode-pdf-viewer .field--name-field-media-document {
  width: 100%;
  position: relative;
  padding-top: 112%;
  overflow: hidden;
  margin-bottom: 4rem;
}
.media--view-mode-pdf-viewer .field--name-field-media-document iframe {
  position: absolute;
  left: 0;
  top: 0;
}

body.modal-open .modal-open {
  overflow: hidden;
}
body.modal-open .sidebar-buttons.fixed-sidebar {
  z-index: 1;
}

.pager ul.pager__items {
  padding: 0;
  margin: 0;
}
.pager ul.pager__items .pager__item {
  padding: 0;
}
.pager ul.pager__items .pager__item a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #003057;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}
.pager ul.pager__items .pager__item.is-active a {
  background: #003057;
  color: #fff;
}
.pager ul.pager__items .pager__item.pager__item--first, .pager ul.pager__items .pager__item.pager__item--last {
  display: none;
}
.pager ul.pager__items .pager__item.pager__item--previous a, .pager ul.pager__items .pager__item.pager__item--next a {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
}
.pager ul.pager__items .pager__item.pager__item--previous a:before, .pager ul.pager__items .pager__item.pager__item--next a:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  color: #003057;
}
.pager ul.pager__items .pager__item.pager__item--previous span, .pager ul.pager__items .pager__item.pager__item--next span {
  display: none;
}
.pager ul.pager__items .pager__item.pager__item--previous a:before {
  content: "\f30a";
}
.pager ul.pager__items .pager__item.pager__item--next a:before {
  content: "\f30b";
}

.page-node-type-page .hero-content-inner .banner-image-wrap:after,
.page-node-type-page .hero-content.default-banner .banner-image-wrap:after {
  display: none;
}

body.modal-open .course-modal {
  background: rgba(0, 0, 0, 0.75);
}
body.modal-open.page-node-type-program .contextual-region {
  background: none;
}
body.modal-open:has(.course-modal) .modal-backdrop {
  display: none !important;
  background-color: transparent !important;
  opacity: 0 !important;
}

.layout--twocol-section .container {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .page-node-type-layout-page .layout-container .block-system-breadcrumb-block,
  .page-node-type-layout-page .layout-container h1.page-title {
    max-width: 75%;
    padding-right: 15px;
  }
}

.messages {
  display: none;
}

body .dialog-off-canvas-main-canvas {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .dialog-off-canvas-main-canvas .background-pattern {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.collapse p:has(+ ul) {
  margin-bottom: 0;
}

.collapse p:has(+ ol) {
  margin-bottom: 0;
}

/*add to fix the in-page nav overscrolling issue*/
div#careers, div#requirements, div#cost, div#next-steps, div#contact {
  padding-top: 80px;
  margin-top: -80px;
}

@media screen and (min-width: 768px) {
  div.cost-estimator {
    padding-top: 80px;
  }
}

/* Overriding the old twitter icon with new one*/
.fa-twitter:before {
  content: "\e61a" !important;
}

ul.upper-alpha,
ol.upper-alpha {
  list-style: upper-alpha;
}

ul.lower-alpha,
ol.lower-alpha {
  list-style: lower-alpha;
}

ul.decimal,
ol.decimal {
  list-style: decimal;
}

ul.upper-roman,
ol.upper-roman {
  list-style: upper-roman;
}

ul.lower-roman,
ol.lower-roman {
  list-style: lower-roman;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
  color: #003057 !important;
  line-height: normal;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .node--type-announcement.node--view-mode-hero-content div.container {
    padding-left: 15px !important;
  }
}

body.modal-open .background-pattern {
  z-index: auto;
}
body.modal-open .modal-backdrop.show {
  opacity: 0.75;
}

.button-hollow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
}
.button-hollow:hover, .button-hollow:focus, .button-hollow.tabfocus, .button-hollow:active {
  background: none;
  color: #003057;
}
.button-hollow:hover, .button-hollow:focus, .button-hollow.tabfocus, .button-hollow:active {
  background: #20AEC5;
}

.evms-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  background: #20AEC5;
  border-color: #20AEC5;
  color: #fff;
}
.evms-button:hover, .evms-button:focus, .evms-button.tabfocus, .evms-button:active {
  background: none;
  color: #003057;
}
.evms-button-hollow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  background: none;
  border-color: #20AEC5;
  color: #20AEC5;
}
.evms-button-hollow:hover, .evms-button-hollow:focus, .evms-button-hollow.tabfocus, .evms-button-hollow:active {
  background: none;
  color: #003057;
}
.evms-button-hollow:hover, .evms-button-hollow:focus, .evms-button-hollow.tabfocus, .evms-button-hollow:active {
  background: #20AEC5;
}
.evms-button-hollow:hover, .evms-button-hollow:focus {
  background: #20AEC5;
  color: #fff;
}

.video-modal .modal-content {
  background: none;
}
.video-modal .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border: none;
}
.video-modal .close-button i:before {
  color: #fff;
  font-size: 24px;
}

.modal-open #site-branding {
  z-index: 1000;
}

#site-branding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99998;
}
#site-branding.nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
}
#site-branding.nav-sticky #block-customlogoblock {
  height: 70px;
  padding: 0 12rem 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#site-branding.nav-sticky #block-customlogoblock .site-logo {
  padding: 1rem;
  background: transparent !important;
}
#site-branding.nav-sticky #block-customlogoblock .site-logo img.sticky-logo {
  height: 30px;
}
#site-branding.nav-sticky #block-customlogoblock:after {
  border-top-width: 70px;
  border-right-width: 70px;
}
#site-branding.nav-sticky #block-customlogoblock.block-node-center:after {
  border-top-width: 70px;
}
#site-branding.nav-sticky .region.region-navigation #block-mainnavigation {
  height: 70px;
}
@media screen and (min-width: 992px) {
  #site-branding.nav-sticky .region.region-navigation #block-mainnavigation {
    width: 89.5%;
  }
}
#site-branding.nav-sticky .region.region-navigation #block-mainnavigation > .menu:before {
  border-bottom-width: 70px;
  border-left-width: 70px;
}
#site-branding.nav-sticky .region.region-navigation #block-mainnavigation > .menu .menu-item {
  display: none;
}
#site-branding.nav-sticky .region.region-navigation #block-mainnavigation .mega-menu-toggle:after {
  border-top-width: 70px;
  border-right-width: 70px;
}
#site-branding.nav-sticky .region.region-navigation #block-mainnavigation .mega-menu-toggle ul {
  margin-top: 20px;
}
#site-branding.nav-sticky .region.region-navigation #block-mainnavigation .mega-menu-toggle .toggle-menu-rhombus:before {
  top: 10px;
}
@media screen and (max-width: 991px) {
  #site-branding.nav-sticky .region.region-navigation #block-mainnavigation .mega-menu-toggle .toggle-menu-rhombus:before {
    width: 115px;
  }
}
#site-branding.nav-sticky .region.region-navigation #block-mainnavigation.block-node-center > .menu:before {
  border-bottom-width: 70px;
}
#site-branding.nav-sticky .region.region-navigation #block-mainnavigation.block-node-center .mega-menu-toggle:after {
  border-top-width: 70px;
}
#site-branding #block-customlogoblock {
  padding: 0 12rem 0 0;
  position: relative;
  height: 132px;
  width: auto;
}
#site-branding #block-customlogoblock:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-top: 132px solid rgba(0, 48, 87, 0.8509803922);
  border-right: 132px solid transparent;
}
#site-branding #block-customlogoblock .site-logo {
  display: block;
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  #site-branding #block-customlogoblock .site-logo {
    padding: 2rem 3rem;
  }
}
#site-branding #block-customlogoblock .site-logo img {
  z-index: 1;
  display: block;
  position: relative;
}
#site-branding #block-customlogoblock .site-logo img.sticky-logo {
  display: none;
}
#site-branding #block-customlogoblock .site-logo.sticky img {
  display: none;
}
#site-branding #block-customlogoblock .site-logo.sticky img.sticky-logo {
  display: block;
}
#site-branding #block-customlogoblock.block-node-center:after {
  border-top: 132px solid #20AEC5;
}
#site-branding #block-customlogoblock.block-node-center .site-logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(61%) saturate(3045%) hue-rotate(190deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(11%) sepia(61%) saturate(3045%) hue-rotate(190deg) brightness(101%) contrast(102%);
}
#site-branding .region.region-navigation {
  margin-left: auto;
  margin-right: 7rem;
}
#site-branding .region.region-navigation #block-mainnavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  position: relative;
  background-color: rgba(0, 48, 87, 0.9019607843);
}
@media screen and (min-width: 992px) {
  #site-branding .region.region-navigation #block-mainnavigation {
    -webkit-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
            transform: skewX(-45deg);
    width: 93.5%;
  }
}
#site-branding .region.region-navigation #block-mainnavigation .menu {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #site-branding .region.region-navigation #block-mainnavigation .menu {
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
  }
}
#site-branding .region.region-navigation #block-mainnavigation .menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  position: relative;
  z-index: 1;
}
#site-branding .region.region-navigation #block-mainnavigation .menu li a {
  display: block;
  padding: 0.5rem 0.25rem;
  margin: 0 0.25rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #site-branding .region.region-navigation #block-mainnavigation .menu li a {
    white-space: nowrap;
  }
}
#site-branding .region.region-navigation #block-mainnavigation .menu li a:hover, #site-branding .region.region-navigation #block-mainnavigation .menu li a:focus, #site-branding .region.region-navigation #block-mainnavigation .menu li a.tabfocus {
  text-decoration: underline;
}
#site-branding .region.region-navigation #block-mainnavigation .menu li a.left-separator {
  padding-left: 1rem;
  margin-left: 1rem;
}
#site-branding .region.region-navigation #block-mainnavigation .menu li a.left-separator:before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 9px;
  font-weight: normal;
  z-index: 10;
  height: 18px;
  width: 1px;
  background: rgba(255, 255, 255, 0.8);
}
#site-branding .region.region-navigation #block-mainnavigation .menu li a.sr-text .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#site-branding .region.region-navigation #block-mainnavigation .menu li a.search-toggle {
  margin-left: 20px;
}
@media screen and (min-width: 1025px) {
  #site-branding .region.region-navigation #block-mainnavigation .menu li a.search-toggle {
    margin-left: 30px;
  }
}
#site-branding .region.region-navigation #block-mainnavigation > .menu {
  padding-left: 85px;
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle {
  position: relative;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul {
  position: relative;
  height: 30px;
  margin-top: 23px;
  padding-left: 30px;
  margin-left: 20px;
  z-index: 11;
}
@media screen and (min-width: 992px) {
  #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul {
    width: 168px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul {
    width: 160px;
  }
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li:last-child {
  display: none;
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li button {
  background: none;
  border: none;
  display: block;
  padding: 0.5rem 0.25rem;
  margin: 0 0.25rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li button:hover, #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li button:focus {
  color: #003057;
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li button.sr-text .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li button.search-toggle {
  margin-left: 20px;
}
@media screen and (min-width: 1025px) {
  #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li button.search-toggle {
    margin-left: 30px;
  }
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li button.tabfocus {
  color: #fff;
}
@media screen and (min-width: 992px) {
  #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle .toggle-menu-rhombus {
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
  }
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle .toggle-menu-rhombus:before {
  border: 3px solid #20AEC5;
  border-right-width: 5px;
  border-left-width: 5px;
  z-index: 9;
  content: "";
  position: absolute;
  left: 26px;
  top: 12px;
  display: block;
  height: 50px;
  width: 210px;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
@media screen and (max-width: 1199px) {
  #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle .toggle-menu-rhombus:before {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle .toggle-menu-rhombus:before {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle .link-text {
    display: none;
  }
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle:hover .toggle-menu-rhombus:before {
  background: #20AEC5;
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle:hover button {
  color: #003057;
  text-decoration: none !important;
}
#site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle:hover button.tabfocus {
  color: #003057;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center .menu li a {
  color: #003057;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center .menu li a.left-separator:before {
  background: #003057;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center > .menu:before {
  border-bottom: 78px solid #20AEC5;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center .mega-menu-toggle:before {
  border: 3px solid #fff;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center .mega-menu-toggle:after {
  border-top: 78px solid #20AEC5;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center .mega-menu-toggle .toggle-menu-rhombus:before {
  border: 3px solid #fff;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center .mega-menu-toggle:hover {
  color: #20AEC5;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center .mega-menu-toggle:hover .toggle-menu-rhombus:before {
  background: #fff;
}
#site-branding .region.region-navigation #block-mainnavigation.block-node-center .mega-menu-toggle:hover a {
  color: #20AEC5;
}
#site-branding.nav-mobile {
  height: 85px;
  padding-top: 5px;
  background: #003057;
}
.page-node-type-center #site-branding.nav-mobile {
  background: #20AEC5;
}
#site-branding.nav-mobile #block-customlogoblock {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
#site-branding.nav-mobile #block-customlogoblock .site-logo {
  padding-left: 20px;
}
#site-branding.nav-mobile #block-customlogoblock img {
  height: 40px;
}
#site-branding.nav-mobile #block-customlogoblock:after {
  display: none;
}
#site-branding.nav-mobile .region.region-navigation {
  margin-right: 2rem;
}
#site-branding.nav-mobile .region.region-navigation #block-mainnavigation {
  height: 70px;
}
#site-branding.nav-mobile .region.region-navigation #block-mainnavigation > .menu {
  display: none;
}
#site-branding.nav-mobile .region.region-navigation #block-mainnavigation .mega-menu-toggle {
  padding-right: 0;
}
#site-branding.nav-mobile .region.region-navigation #block-mainnavigation .mega-menu-toggle:after {
  display: none;
}
#site-branding.nav-mobile .region.region-navigation #block-mainnavigation .mega-menu-toggle .menu-item .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sitemenu-active header {
  display: none !important;
}
.sitemenu-active #site-branding {
  top: 0 !important;
}
.sitemenu-active #site-branding #block-customlogoblock:after {
  visibility: hidden;
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation {
  width: auto;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation > .menu {
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation > .menu:before {
  visibility: hidden;
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle:after {
  visibility: hidden;
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul {
  margin-left: 45px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
@media screen and (min-width: 992px) {
  .sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul {
    width: auto;
  }
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li:first-child,
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li:nth-child(2) {
  display: none;
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li:last-child {
  display: block;
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li:last-child .close-menu {
  color: #003057;
  text-align: center;
  text-decoration: none;
}
.sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle .toggle-menu-rhombus:before {
  background: #20AEC5;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  width: 182px;
}
@media screen and (min-width: 992px) {
  .sitemenu-active #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle .toggle-menu-rhombus:before {
    -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .sitemenu-active #site-branding #block-customlogoblock {
    height: 100px;
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .sitemenu-active #site-branding .site-logo img {
    height: 50px !important;
  }
}
.sitemenu-active.page-node-type-center #site-branding .region.region-navigation #block-mainnavigation {
  background-color: #20AEC5;
}
.sitemenu-active.page-node-type-center #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li:last-child .close-menu:focus, .sitemenu-active.page-node-type-center #site-branding .region.region-navigation #block-mainnavigation .mega-menu-toggle ul li:last-child .close-menu:hover {
  color: #20AEC5;
}

.site-search-active #site-branding {
  top: 0 !important;
}

.page-node-type-center #site-branding .region.region-navigation #block-mainnavigation {
  background-color: #20AEC5;
}

.mega-navigation {
  padding: 0 !important;
}
.mega-navigation .site-logo {
  display: block;
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .mega-navigation .site-logo {
    margin: 2rem 3rem;
  }
}
.mega-navigation .site-logo img {
  z-index: 1;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .mega-navigation .site-logo img {
    height: 40px;
  }
}
.mega-navigation .mega-menu-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7rem;
}
.mega-navigation .mega-menu-toggle button {
  position: relative;
  height: 30px;
  margin-top: 23px;
  left: -7.5rem;
  padding: 0;
  z-index: 11;
  background: none;
  bordeR: none;
}
@media (max-width: 991px) {
  .mega-navigation .mega-menu-toggle button {
    left: 46px;
  }
}
.mega-navigation .mega-menu-toggle button i {
  color: #003057;
}
.mega-navigation .mega-menu-toggle button .link-text {
  background: #20AEC5;
  color: #003057;
}
@media (max-width: 991px) {
  .mega-navigation .mega-menu-toggle button .link-text {
    display: none;
  }
}
@media (min-width: 992px) {
  .mega-navigation .mega-menu-toggle .toggle-menu-rhombus {
    width: 168px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .mega-navigation .mega-menu-toggle .toggle-menu-rhombus {
    width: 160px;
  }
}
@media screen and (min-width: 992px) {
  .mega-navigation .mega-menu-toggle .toggle-menu-rhombus {
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
  }
}
.mega-navigation .mega-menu-toggle .toggle-menu-rhombus:before {
  background: #20AEC5;
  width: 182px;
  border: 3px solid #20AEC5;
  border-right-width: 5px;
  border-left-width: 5px;
  z-index: 9;
  content: "";
  position: absolute;
  left: 26px;
  top: 12px;
  display: block;
  height: 50px;
}
@media (max-width: 991px) {
  .mega-navigation .mega-menu-toggle .toggle-menu-rhombus:before {
    background: #20AEC5;
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
    width: 182px;
    left: unset;
  }
}
.mega-navigation .main-menu-wrapper {
  margin-left: auto;
}
@media (max-width: 991px) {
  .mega-navigation .main-menu-wrapper {
    display: none;
  }
}
.mega-navigation .main-menu-wrapper .main-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  position: relative;
}
.mega-navigation .main-menu-wrapper .main-menu-inner .menu {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-navigation .main-menu-wrapper .main-menu-inner .menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  position: relative;
  z-index: 1;
}
.mega-navigation .main-menu-wrapper .main-menu-inner .menu li a, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li button {
  display: block;
  padding: 0.5rem 0.25rem;
  margin: 0 0.25rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mega-navigation .main-menu-wrapper .main-menu-inner .menu li a, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li button {
    white-space: nowrap;
  }
}
.mega-navigation .main-menu-wrapper .main-menu-inner .menu li a:hover, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li a:focus, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li a.tabfocus, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li button:hover, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li button:focus, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li button.tabfocus {
  text-decoration: underline;
}
.mega-navigation .main-menu-wrapper .main-menu-inner .menu li a.left-separator, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li button.left-separator {
  padding-left: 1rem;
  margin-left: 1rem;
}
.mega-navigation .main-menu-wrapper .main-menu-inner .menu li a.left-separator:before, .mega-navigation .main-menu-wrapper .main-menu-inner .menu li button.left-separator:before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 11px;
  font-weight: normal;
  z-index: 10;
  height: 18px;
  width: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.mega-navigation .navigation-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.mega-navigation a.tabfocus:focus-visible, .mega-navigation button.tabfocus:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #003057, 0 0 0 4px #fff !important;
          box-shadow: 0 0 0 2px #003057, 0 0 0 4px #fff !important;
}

.modal-open footer.layout-footer-content {
  z-index: 1000;
}

footer.layout-footer-content {
  color: #fff;
  padding-top: 6px;
  background: url("../images/footer-pattern.png") repeat-x scroll 0 0 transparent;
  z-index: 1042;
  position: relative;
}
footer.layout-footer-content .region-footer {
  background: #0A192D;
}
footer.layout-footer-content #block-footerblock > .container,
footer.layout-footer-content #block-evmsfooterblock > .container,
footer.layout-footer-content #block-odu-evmsfooterblock > .container,
footer.layout-footer-content .evmsfooterblock > .container {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  footer.layout-footer-content #block-footerblock > .container,
  footer.layout-footer-content #block-evmsfooterblock > .container,
  footer.layout-footer-content #block-odu-evmsfooterblock > .container,
  footer.layout-footer-content .evmsfooterblock > .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 991px) {
  footer.layout-footer-content .logo-contact-wrap {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
footer.layout-footer-content .logo-contact-wrap .field--name-field-svg-logo {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  footer.layout-footer-content .logo-contact-wrap .field--name-field-svg-logo {
    margin-bottom: 30px;
  }
}
footer.layout-footer-content .logo-contact-wrap .field--name-field-svg-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 154px;
}
@media screen and (max-width: 991px) {
  footer.layout-footer-content .logo-contact-wrap .field--name-field-svg-logo img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  footer.layout-footer-content .logo-contact-wrap .field--name-field-svg-logo img {
    max-width: 240px;
  }
}
footer.layout-footer-content .logo-contact-wrap .field--name-field-social-links .field__item {
  display: inline-block;
}
footer.layout-footer-content .logo-contact-wrap a {
  color: #20AEC5;
}
footer.layout-footer-content .logo-contact-wrap .paragraph--type--icon-link {
  margin-right: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  footer.layout-footer-content .logo-contact-wrap .paragraph--type--icon-link {
    margin-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer.layout-footer-content .logo-contact-wrap .paragraph--type--icon-link {
    margin-right: 15px;
    margin-left: 15px;
  }
}
footer.layout-footer-content .logo-contact-wrap .paragraph--type--icon-link a {
  font-size: 2rem;
}
footer.layout-footer-content .logo-contact-wrap p.address {
  font-size: 2rem;
  line-height: 27px;
  margin-bottom: 12px;
}
footer.layout-footer-content .logo-contact-wrap .footer-address-link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
footer.layout-footer-content .logo-contact-wrap .footer-address-link:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 12px;
  display: inline-block;
}
footer.layout-footer-content .logo-contact-wrap .footer-address-link:hover p.address, footer.layout-footer-content .logo-contact-wrap .footer-address-link:hover p.address {
  text-decoration: underline;
  text-underline-position: under;
}
footer.layout-footer-content .logo-contact-wrap .footer-address-link .field--name-field-address {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 992px) {
  footer.layout-footer-content .logo-contact-wrap .footer-address-link .field--name-field-address {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  footer.layout-footer-content .logo-contact-wrap .footer-address-link .field--name-field-address {
    width: initial;
  }
}
footer.layout-footer-content .logo-contact-wrap .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  footer.layout-footer-content .logo-contact-wrap .contact-wrapper {
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer.layout-footer-content .logo-contact-wrap .contact-wrapper .field--name-field-contact-link-icon {
  font-size: 20px;
  line-height: 27px;
  margin-right: 12px;
}
footer.layout-footer-content .logo-contact-wrap .contact-wrapper .field--name-field-contact-link {
  margin-bottom: 30px;
}
footer.layout-footer-content .logo-contact-wrap .contact-wrapper .field--name-field-contact-link a {
  font-size: 2rem;
  line-height: 27px;
}
@media screen and (max-width: 991px) {
  footer.layout-footer-content .footer-links-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer.layout-footer-content .layout--threecol-section--33-34-33 > .layout__region--first,
  footer.layout-footer-content .layout--threecol-section--33-34-33 > .layout__region--second,
  footer.layout-footer-content .layout--threecol-section--33-34-33 > .layout__region--third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
footer.layout-footer-content .copyright-wrap {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 2rem 0;
}
footer.layout-footer-content .copyright-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.layout-footer-content .copyright-wrap .container .field--name-field-copyright {
  margin-right: auto;
  margin-left: auto;
}
footer.layout-footer-content .copyright-wrap .container .block-gtranslate-block label {
  font-weight: normal;
  margin: 0 1.5rem 0.25rem 0;
  vertical-align: middle;
}
footer.layout-footer-content .copyright-wrap .container .block-gtranslate-block select {
  padding: 0.5rem 1rem;
  width: 180px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  footer.layout-footer-content .copyright-wrap .container .field--name-field-copyright {
    margin-left: auto;
  }
  footer.layout-footer-content .copyright-wrap .container .block-gtranslate-block {
    margin: 2rem auto 1.5rem;
  }
}
footer.layout-footer-content .paragraph--type--footer-menu-links-column {
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  footer.layout-footer-content .paragraph--type--footer-menu-links-column {
    padding-left: 6rem;
    font-size: 1.8rem;
  }
}
footer.layout-footer-content .paragraph--type--footer-menu-links-column h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "open_sans", Arial, sans-serif;
  color: #fff;
  letter-spacing: normal;
  border-bottom: solid 1px #20AEC5;
  margin: 3rem 0 0;
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 992px) {
  footer.layout-footer-content .paragraph--type--footer-menu-links-column h2 {
    margin: 5.5rem 0 0;
  }
}
footer.layout-footer-content .paragraph--type--footer-menu-links-column a {
  color: #fff;
  text-decoration: none;
}
footer.layout-footer-content .paragraph--type--footer-menu-links-column a:hover, footer.layout-footer-content .paragraph--type--footer-menu-links-column a:focus, footer.layout-footer-content .paragraph--type--footer-menu-links-column a:active, footer.layout-footer-content .paragraph--type--footer-menu-links-column a.tabfocus {
  text-decoration: underline;
}
footer.layout-footer-content .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks {
  list-style: none;
  margin: 0;
  padding: 0.6rem 0;
}
@media screen and (max-width: 991px) {
  footer.layout-footer-content .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer.layout-footer-content .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks li {
  margin: 0.1rem 0;
  padding: 0.1rem 0;
}
@media screen and (max-width: 991px) {
  footer.layout-footer-content .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks li {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  footer.layout-footer-content .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks li:nth-child(2n+1) {
    padding-right: 15px;
  }
  footer.layout-footer-content .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks li:nth-child(2n+2) {
    padding-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  .path-news-center .footer-links-wrap .paragraph--type--layout-section .layout__region--first,
  .path-news .footer-links-wrap .paragraph--type--layout-section .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}

.department-footer-block {
  border-top: 1px solid #D6D5DA;
  margin: 3.75rem 0 !important;
}
@media screen and (min-width: 992px) {
  .department-footer-block {
    margin: 3.75rem 0 !important;
  }
}
.department-footer-block > .container {
  padding: 1.875rem 0;
}
@media screen and (max-width: 991px) {
  .department-footer-block > .container {
    padding: 1.875rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .department-footer-block .logo-contact-wrap {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.department-footer-block .logo-contact-wrap .field--name-field-svg-logo {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .department-footer-block .logo-contact-wrap .field--name-field-svg-logo {
    margin-bottom: 30px;
  }
}
.department-footer-block .logo-contact-wrap .field--name-field-svg-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 320px;
}
@media screen and (max-width: 991px) {
  .department-footer-block .logo-contact-wrap .field--name-field-svg-logo img {
    max-width: 260px;
    margin: 0 auto 20px auto;
  }
}
.department-footer-block .address-wrap p.address {
  font-size: 1.6rem;
  line-height: 27px;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .department-footer-block .address-wrap p.address br {
    display: none;
  }
}
.department-footer-block .address-wrap .address-link {
  color: #003057;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
}
.department-footer-block .address-wrap .address-link:hover p, .department-footer-block .address-wrap .address-link:hover p {
  text-decoration: underline;
  text-underline-position: under;
}
.department-footer-block .address-wrap .address-link .field--name-field-address {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 992px) {
  .department-footer-block .address-wrap .address-link .field--name-field-address {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .department-footer-block .address-wrap .address-link .field--name-field-address {
    width: initial;
  }
}
.department-footer-block .address-wrap .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .department-footer-block .address-wrap .contact-wrapper {
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.department-footer-block .address-wrap .contact-wrapper .field--name-field-contact-link-icon {
  font-size: 1.8rem;
  line-height: 27px;
  margin-right: 12px;
  color: #1F7F9B;
  display: none;
}
.department-footer-block .address-wrap .contact-wrapper .field--name-field-contact-link a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 27px;
}
.department-footer-block .address-wrap .contact-wrapper .field--name-field-contact-link a:hover, .department-footer-block .address-wrap .contact-wrapper .field--name-field-contact-link a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 991px) {
  .department-footer-block .address-wrap .address-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 992px) {
  .department-footer-block .address-wrap .address-inner {
    padding-left: 7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
.department-footer-block .address-wrap .department-links-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
}
@media screen and (max-width: 991px) {
  .department-footer-block .department-links-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .department-footer-block .department-links-wrap .layout {
    padding: 0 !important;
  }
}
.department-footer-block .department-links-wrap .paragraph-layout .container {
  padding: 0;
}
.department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column {
    padding-left: 6rem;
    font-size: 1.6rem;
  }
}
.department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column a {
  color: #003057;
  text-decoration: none;
}
.department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column a:hover, .department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column a:focus, .department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column a:active, .department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column a.tabfocus {
  text-decoration: underline;
  text-underline-position: under;
}
.department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .department-footer-block .department-links-wrap .paragraph--type--footer-menu-links-column ul.field--name-field-quicklinks li {
    padding: 3px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.department-footer-block .layout--twocol-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .department-footer-block .layout--twocol-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.department-footer-block .layout--twocol-section.layout--twocol-section--50-50 {
  margin: 0;
}
.department-footer-block .layout--twocol-section.layout--twocol-section--50-50 .layout__region {
  padding: 0;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .department-footer-block .layout--twocol-section.layout--twocol-section--50-50 .layout__region {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 47% !important;
            flex: 0 1 47% !important;
  }
}
.paragraph.margin-top-0 {
  margin-top: 0 !important;
}
.paragraph.margin-top-1 {
  margin-top: 1rem !important;
}
.paragraph.margin-top-2 {
  margin-top: 2rem !important;
}
.paragraph.margin-top-3 {
  margin-top: 3rem !important;
}
.paragraph.margin-top-4 {
  margin-top: 4rem !important;
}
.paragraph.margin-top-5 {
  margin-top: 5rem !important;
}
.paragraph.margin-top-8 {
  margin-top: 8rem !important;
}
.paragraph.margin-top-10 {
  margin-top: 10rem !important;
}
.paragraph.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.paragraph.margin-bottom-1 {
  margin-bottom: 1rem !important;
}
.paragraph.margin-bottom-2 {
  margin-bottom: 2rem !important;
}
.paragraph.margin-bottom-3 {
  margin-bottom: 3rem !important;
}
.paragraph.margin-bottom-4 {
  margin-bottom: 4rem !important;
}
.paragraph.margin-bottom-5 {
  margin-bottom: 5rem !important;
}
.paragraph.margin-bottom-8 {
  margin-bottom: 8rem !important;
}
.paragraph.margin-bottom-10 {
  margin-bottom: 10rem !important;
}
.paragraph.padding-top-0 {
  padding-top: 0 !important;
}
.paragraph.padding-top-1 {
  padding-top: 1rem !important;
}
.paragraph.padding-top-2 {
  padding-top: 2rem !important;
}
.paragraph.padding-top-3 {
  padding-top: 3rem !important;
}
.paragraph.padding-top-4 {
  padding-top: 4rem !important;
}
.paragraph.padding-top-5 {
  padding-top: 5rem !important;
}
.paragraph.padding-top-8 {
  padding-top: 8rem !important;
}
.paragraph.padding-top-10 {
  padding-top: 10rem !important;
}
.paragraph.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.paragraph.padding-bottom-1 {
  padding-bottom: 1rem !important;
}
.paragraph.padding-bottom-2 {
  padding-bottom: 2rem !important;
}
.paragraph.padding-bottom-3 {
  padding-bottom: 3rem !important;
}
.paragraph.padding-bottom-4 {
  padding-bottom: 4rem !important;
}
.paragraph.padding-bottom-5 {
  padding-bottom: 5rem !important;
}
.paragraph.padding-bottom-8 {
  padding-bottom: 8rem !important;
}
.paragraph.padding-bottom-10 {
  padding-bottom: 10rem !important;
}

@media screen and (max-width: 991px) {
  .paragraph--type--embedded-video {
    margin-bottom: 60px !important;
  }
}
.paragraph--type--embedded-video .field--name-field-video .media {
  display: block;
}

.paragraph--type--sidebar-image {
  margin-bottom: 40px;
}
.paragraph--type--sidebar-image .field--name-field-image {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--sidebar-image .field--name-field-image img {
  height: auto;
  max-width: 100%;
}

.paragraph--type--sidebar-button {
  margin-bottom: 40px;
}
.paragraph--type--sidebar-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  background: #003057;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--sidebar-button a .field--name-field-icon {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding-right: 10px;
}
.paragraph--type--sidebar-button a span {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.paragraph--type--social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 40px;
}
.paragraph--type--social-links .paragraph--type--icon-link {
  margin-right: 6px;
}
.paragraph--type--social-links .paragraph--type--icon-link .icon-link-item a .fontawesome-icon {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 6px 15px;
  background: #003057;
}

.paragraph--type--stat-bar {
  position: relative;
  margin: 70px 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--stat-bar {
    margin: 60px 0;
  }
}
.paragraph--type--stat-bar [data-big-pipe-placeholder-id] {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 6px;
  height: 30px;
  background: #fff;
  -webkit-animation: pulse-throbber 0.2s infinite;
          animation: pulse-throbber 0.2s infinite;
  -webkit-animation-delay: 0.0666666667s;
          animation-delay: 0.0666666667s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.paragraph--type--stat-bar [data-big-pipe-placeholder-id]:before, .paragraph--type--stat-bar [data-big-pipe-placeholder-id]:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  -webkit-animation: pulse-throbber 0.2s infinite;
          animation: pulse-throbber 0.2s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.paragraph--type--stat-bar [data-big-pipe-placeholder-id]:before {
  left: -12px;
}
.paragraph--type--stat-bar [data-big-pipe-placeholder-id]:after {
  left: 12px;
  -webkit-animation-delay: 0.1333333333s;
          animation-delay: 0.1333333333s;
}
.paragraph--type--stat-bar .stats-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #003057;
  opacity: 0.8;
}
.paragraph--type--stat-bar .stats-wrapper .container {
  position: relative;
  padding-top: 87px;
  padding-bottom: 87px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--stat-bar .stats-wrapper .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.paragraph--type--stat-bar .stats-wrapper .field--name-field-stat-bar-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .paragraph--type--stat-bar .stats-wrapper .field--name-field-stat-bar-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type--stat-bar .stats-wrapper .field--name-field-stat-bar-items .field__item {
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .paragraph--type--stat-bar .stats-wrapper .field--name-field-stat-bar-items .field__item {
    max-width: 33.3333%;
  }
}
.paragraph--type--stat-bar .stats-wrapper .field--name-field-stat-bar-items .field__item:last-child .paragraph--type--stat-bar-item .stats-item-wrapper:after {
  display: none;
}
.paragraph--type--stat-bar .paragraph--type--stat-bar-item {
  height: 100%;
}
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper {
  position: relative;
  height: 100%;
}
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item {
  height: 100%;
}
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number,
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number a {
  font-weight: 400;
  font-size: 8rem;
  line-height: 94px;
  text-align: center;
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number,
  .paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number a {
    font-size: 7rem;
  }
}
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number a:hover, .paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number.bold-number a, .paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number.bold-number span {
  font-weight: 900;
}
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-title,
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-text {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
}
.paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  display: block;
  margin: 20px 0 10px 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--stat-bar .paragraph--type--stat-bar-item .stats-item-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    margin: 0;
  }
}

.paragraph--type--cta-image-text-blocks {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cta-image-text-blocks {
    margin-bottom: 60px;
  }
}
.paragraph--type--cta-image-text-blocks > .container {
  padding: 10px 0;
}
.paragraph--type--cta-image-text-blocks h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cta-image-text-blocks h2 {
    margin-bottom: 30px;
  }
}
.paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items > .field__item {
  width: 100%;
  max-width: 33.3333%;
}
@media screen and (max-width: 991px) {
  .paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items > .field__item {
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0;
  }
  .paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items > .field__item:last-child {
    margin-bottom: 0;
  }
}
.paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items > .field__item:last-child .paragraph--type--stat-bar-item .stats-item-wrapper:after {
  display: none;
}
.paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items.children-2 .paragraph--type--cta-image-text-block-item .cta-block-image img {
  max-height: 275px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items.children-2 .paragraph--type--cta-image-text-block-item .cta-block-image img {
    height: auto;
  }
}

.paragraph--type--cta-image-text-blocks.field_items_2 .field--name-field-cta-image-text-block-items > .field__item {
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .paragraph--type--cta-image-text-blocks.field_items_2 .field--name-field-cta-image-text-block-items > .field__item {
    max-width: 100%;
  }
}
.paragraph--type--cta-image-text-block-item {
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.paragraph--type--cta-image-text-block-item .cta-block-item-wrapper {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cta-image-text-block-item .cta-block-item-wrapper {
    padding: 0 10px;
  }
}
.paragraph--type--cta-image-text-block-item .cta-block-image {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .paragraph--type--cta-image-text-block-item .cta-block-image {
    height: auto;
  }
}
.paragraph--type--cta-image-text-block-item .cta-block-image img {
  width: 100%;
  max-height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .paragraph--type--cta-image-text-block-item .cta-block-image img {
    max-height: none;
  }
}
.paragraph--type--cta-image-text-block-item .cta-block-image:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 48, 87, 0)), color-stop(89.26%, #1F7F9B));
  background: linear-gradient(180deg, rgba(0, 48, 87, 0) 0%, #1F7F9B 89.26%);
  height: 60%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.paragraph--type--cta-image-text-block-item a {
  text-decoration: none !important;
  color: #404A5A;
}
.paragraph--type--cta-image-text-block-item .cta-block-details {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  padding: 30px;
  margin: 0 20px;
  z-index: 2;
  position: relative;
  top: -20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cta-image-text-block-item .cta-block-details.no-image {
    top: 0;
  }
}
.paragraph--type--cta-image-text-block-item .cta-block-details .cta-block-details-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paragraph--type--cta-image-text-block-item .cta-block-details h3 {
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
}
.paragraph--type--cta-image-text-block-item .cta-block-details .field--name-field-caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  text-decoration: none;
}
.paragraph--type--cta-image-text-block-item .cta-block-details .field--name-field-caption p {
  margin-bottom: 0;
}
.paragraph--type--cta-image-text-block-item .cta-block-details span {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #1F7F9B;
}
.paragraph--type--cta-image-text-block-item .cta-block-details span:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
}
.paragraph--type--cta-image-text-block-item .cta-block-details span:focus, .paragraph--type--cta-image-text-block-item .cta-block-details span:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--cta-image-text-block-item .cta-block-details .btn {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
}
.paragraph--type--cta-image-text-block-item .cta-block-details .btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #1F7F9B;
  font-weight: bold;
  font-size: 20px;
  color: #1F7F9B;
  line-height: normal;
}
.paragraph--type--cta-image-text-block-item .cta-block-details .btn i.fa-minus {
  display: none;
}
.paragraph--type--cta-image-text-block-item .cta-block-details .btn.active i.fa-minus {
  display: block;
}
.paragraph--type--cta-image-text-block-item .cta-block-details .btn.active i.fa-plus {
  display: none;
}
.paragraph--type--cta-image-text-block-item:hover .cta-block-details {
  top: -30px;
}
.paragraph--type--cta-image-text-block-item .modal .modal-content {
  border: none;
  padding: 30px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--cta-image-text-block-item .modal .modal-content .modal-header {
  border: none;
}
.paragraph--type--cta-image-text-block-item .modal .modal-content .modal-header button {
  color: #1F7F9B;
  font-size: 20px;
  opacity: 1;
}
.paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body {
  border: none;
  padding-top: 3rem;
}
.paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
  margin-top: 4rem;
}
.paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn:hover, .paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn:focus, .paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn.tabfocus, .paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn:active {
  background: none;
  color: #003057;
}
.paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn:hover, .paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn:focus, .paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn.tabfocus, .paragraph--type--cta-image-text-block-item .modal .modal-content .modal-body a.btn:active {
  background: #20AEC5;
}

.paragraph--type--cta-image-text-blocks .cta-expand-below-content {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-header h4 {
  margin-bottom: 0;
}
.paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-header button {
  color: #1F7F9B;
  font-size: 20px;
  opacity: 1;
}
.paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body {
  padding-top: 3rem;
}
.paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
  margin-top: 4rem;
}
.paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn:hover, .paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn:focus, .paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn.tabfocus, .paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn:active {
  background: none;
  color: #003057;
}
.paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn:hover, .paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn:focus, .paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn.tabfocus, .paragraph--type--cta-image-text-blocks .cta-expand-below-content .cta-expand-below-body a.btn:active {
  background: #20AEC5;
}

body.modal-open .paragraph--type--cta-image-text-block-item .cta-block-details .btn i.fa-minus {
  display: block;
}
body.modal-open .paragraph--type--cta-image-text-block-item .cta-block-details .btn i.fa-plus {
  display: none;
}

.layout.layout--twocol-section .layout__region--first .paragraph--type--inline-layout-section .paragraph--type--cta-image-text-block-item .cta-block-image img {
  max-height: 160px;
}
.layout.layout--twocol-section .layout__region--first .block-inline-blockcomponent-block .paragraph--type--cta-image-text-block-item .cta-block-image img {
  max-height: 225px;
}
.layout.layout--twocol-section .layout__region--first .paragraph--type--cta-image-text-blocks .field--name-field-cta-image-text-block-items .paragraph--type--cta-image-text-block-item .cta-block-image img {
  max-height: 160px;
}

/* ODU comment out to fix spacing issue on the CTA images on https://www.odu.edu/sci/students/graduate
.paragraph--type--inline-layout-section {
  .paragraph--type--cta-image-text-block-item {
    padding: 0;
  }
}
   End of ODU comment out*/
.layout__region > .paragraph--type--cta-image-text-block-item .cta-block-details {
  word-break: break-word;
}
.layout__region > .paragraph--type--cta-image-text-block-item .cta-block-image {
  height: auto;
}

.layout--twocol-section--75-25 .layout__region--second .paragraph--type--cta-image-text-block-item {
  padding-left: 0;
  padding-right: 0;
}

.paragraph--type--page-references-image-cta-grid-l {
  margin: 70px auto !important;
  float: none !important;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .paragraph--type--page-references-image-cta-grid-l {
    margin: 60px auto;
  }
}
.paragraph--type--page-references-image-cta-grid-l h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--page-references-image-cta-grid-l h2 {
    margin-bottom: 30px;
  }
}
.paragraph--type--page-references-image-cta-grid-l.grid .field--name-field-paragraphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--page-references-image-cta-grid-l.grid .field--name-field-paragraphs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type--page-references-image-cta-grid-l.grid .field--name-field-paragraphs > .field__item {
  width: 100%;
  max-width: 33.3333%;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--page-references-image-cta-grid-l.grid .field--name-field-paragraphs > .field__item {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.paragraph--type--page-references-image-cta-grid-l.grid .paragraph--type--page-reference-with-links .cta-block-item-wrapper:hover .cta-block-details {
  top: -30px;
}
.paragraph--type--page-references-image-cta-grid-l.grid .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  padding: 25px;
  margin: 0 15px;
  z-index: 2;
  position: relative;
  top: -20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.paragraph--type--page-references-image-cta-grid-l.grid .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field-title a {
  text-decoration: underline;
}
.paragraph--type--page-references-image-cta-grid-l.list .field--name-field-paragraphs > .field__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--page-references-image-cta-grid-l.list .field--name-field-paragraphs > .field__item {
    margin-bottom: 30px;
  }
}
.paragraph--type--page-references-image-cta-grid-l.list .field--name-field-paragraphs .paragraph--type--page-reference-with-links .cta-block-image img {
  width: 100%;
  max-height: 246px;
  -webkit-mask-box-image: url("../images/cut-corners/listing-view-template.png");
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper {
    display: block;
  }
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-title, .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-page-summary {
  display: block;
  margin-bottom: 10px;
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 {
    display: block;
  }
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item {
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item {
    margin: 0 0 15px 0;
  }
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
  padding: 15px;
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:hover, .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:focus, .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a.tabfocus, .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:active {
  background: none;
  color: #003057;
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:hover, .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:focus, .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a.tabfocus, .paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:active {
  background: #20AEC5;
}
.paragraph--type--page-references-image-cta-grid-l.list .paragraph--type--page-reference-with-links .cta-block-item-wrapper .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:after {
  content: none;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-image {
  position: relative;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-image img {
  width: 100%;
  max-height: 225px;
  -webkit-mask-box-image: url("../images/cut-corners/image-CTA.png");
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  text-decoration: none;
  margin-bottom: 10px;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field-title a:focus, .paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field-title a:hover {
  text-decoration: underline;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field--name-field-page-summary {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404A5A;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field--name-field-page-summary p {
  margin-bottom: 0;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #003057;
  text-decoration: none;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
}
.paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:focus, .paragraph--type--page-references-image-cta-grid-l .paragraph--type--page-reference-with-links .cta-block-details .field--name-field-cta-buttons-limited-3 .field__item a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.paragraph--type--filtered-listing-view .view-listing-views-source {
  background: none;
}
.paragraph--type--filtered-listing-view .view-listing-views-source .view-content .views-row {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--filtered-listing-view .view-listing-views-source .view-content .views-row {
    margin-bottom: 30px;
  }
}
.paragraph--type--filtered-listing-view h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--filtered-listing-view h2 {
    margin-bottom: 30px;
  }
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper {
    display: block;
  }
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-image img {
  width: 100%;
  -webkit-mask-box-image: url("../images/cut-corners/listing-view-template.png");
}
@media screen and (max-width: 991px) {
  .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-image img {
    max-height: none;
  }
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .field-title a, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .field-title .linked-page-title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  text-decoration: none;
  margin-bottom: 10px;
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .field-title a:hover, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .field-title a:focus, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .field-title a.tabfocus {
  text-decoration: underline;
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .field--name-field-page-summary {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404A5A;
  margin-bottom: 10px;
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .field--name-field-page-summary p {
  margin-bottom: 0;
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
  text-decoration: none;
  padding: 15px;
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a:hover, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a:focus, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a.tabfocus, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a:active {
  background: none;
  color: #003057;
}
.paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a:hover, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a:focus, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a.tabfocus, .paragraph--type--filtered-listing-view .node-listing-view .cta-block-item-wrapper .cta-block-details .cta-button a:active {
  background: #20AEC5;
}

@media screen and (min-width: 768px) {
  .paragraph--type--filtered-listing-view .node--type-article .node-listing-view .cta-block-item-wrapper .cta-block-image {
    max-width: 200px;
  }
}
.paragraph--type--filtered-listing-view .node--type-article .node-listing-view .cta-block-item-wrapper .cta-block-image img {
  -webkit-mask-box-image: url("../images/cut-corners/listing-view-template-sq.png");
}

.paragraph--type--image-or-video-promo {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-or-video-promo {
    margin: 60px 0;
  }
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-or-video-promo .image-video-promo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper.left .image-video-promo-details {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper.left .image-video-promo-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 45px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-or-video-promo .image-video-promo-wrapper.left .image-video-promo-media:before {
    content: "";
    position: absolute;
    left: -10%;
    right: 0;
    top: -24px;
    bottom: -24px;
    opacity: 0.3;
    border: 3px solid #20AEC5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: skew(45deg);
        -ms-transform: skew(45deg);
            transform: skew(45deg);
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-or-video-promo .image-video-promo-wrapper.left .image-video-promo-media {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  padding-right: 20px;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 160px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details {
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
  }
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details .field--name-field-link a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  position: relative;
  z-index: 1;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details .field--name-field-link a:hover, .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details .field--name-field-link a:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details ol, .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details ul {
  list-style: none;
  counter-reset: li;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details ol > li, .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details ul > li {
  position: relative;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details ol > li:before, .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-details ul > li:before {
  content: "•";
  color: #20AEC5;
  font-size: 24px;
  position: absolute;
  left: -2rem;
  height: 100%;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media {
  width: 100%;
  max-width: 590px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media:before {
  content: "";
  position: absolute;
  left: 6%;
  right: -25%;
  top: -24px;
  bottom: -24px;
  opacity: 0.3;
  border: 3px solid #20AEC5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media img, .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media video {
  width: 100%;
  height: auto;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media .media {
  width: 100%;
  display: block;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media .video-trigger {
  padding: 0;
  background: none;
  border: none;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media .image-thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@supports (-webkit-backdrop-filter: blur(1px)) {
  .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media .image-thumbnail {
    -webkit-mask-position: center center;
            mask-position: center center;
  }
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media .image-thumbnail i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 9rem;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media a img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media a:focus img, .paragraph--type--image-or-video-promo .image-video-promo-wrapper .image-video-promo-media a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.paragraph--type--image-or-video-promo .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
.paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
.paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
.paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content iframe,
.paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-or-video-promo .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}
.paragraph--type--image-or-video-promo h2 {
  margin-bottom: 1.5rem;
}

.paragraph--type--events-list {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-list {
    margin: 60px 0;
  }
}
.paragraph--type--events-list .field--name-field-section-title {
  display: inline-block;
}
.paragraph--type--events-list .field--name-field-section-title h2 {
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.paragraph--type--events-list .field--name-field-more-link {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--events-list .field--name-field-more-link {
    float: right;
  }
}
.paragraph--type--events-list .field--name-field-more-link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}
.paragraph--type--events-list .field--name-field-more-link a:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
}
.paragraph--type--events-list .field--name-field-more-link a:focus, .paragraph--type--events-list .field--name-field-more-link a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-list .events-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paragraph--type--events-list .events-list-inner .field--name-field-more-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
    text-align: center;
  }
}
.paragraph--type--events-list .events-list-inner .view-display-id-block_2 {
  background: none;
}
.paragraph--type--events-list .events-list-inner .view-display-id-block_2 .view-content {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--events-list .events-list-inner.two-columns .view-display-id-block_2 .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
  }
  .paragraph--type--events-list .events-list-inner.two-columns .view-display-id-block_2 .view-content .views-row {
    width: calc(100% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .paragraph--type--events-list .events-list-inner.two-columns .view-display-id-block_2 .view-content .views-row:nth-last-child(2) {
    border: 0;
  }
}

.paragraph--type--events-slideshow-with-list .wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.paragraph--type--events-slideshow-with-list .wrap-title .field--name-field-section-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  color: #003057;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--events-slideshow-with-list .wrap-title .field--name-field-section-title {
    margin-bottom: 0;
  }
}
.paragraph--type--events-slideshow-with-list .wrap-title .field--name-field-more-link a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #003057;
}
.paragraph--type--events-slideshow-with-list .wrap-title .field--name-field-more-link a:after {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}
.paragraph--type--events-slideshow-with-list .wrap-title .field--name-field-more-link a:hover, .paragraph--type--events-slideshow-with-list .wrap-title .field--name-field-more-link a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--events-slideshow-with-list .paragraph--type--events-slider {
    margin-bottom: 60px;
  }
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-control-btn.carousel-control-next {
  margin-right: 0;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-control-btn.carousel-control-prev {
  margin-left: 0;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider > .container {
  padding: 0;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel-item {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-date {
  left: 25px;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-date .month {
  text-transform: uppercase;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content {
  bottom: 20px;
  left: 25px;
  right: 25px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content {
    left: 0;
    right: 0;
  }
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content .event-title a.title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content .event-title a.title {
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-control-btn.carousel-control-prev {
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-slideshow-with-list .paragraph--type--events-slider .carousel .carousel-control-btn.carousel-control-next {
    margin-right: -15px;
  }
}
.paragraph--type--events-slideshow-with-list .es-wl-wrapper .col-lg-7,
.paragraph--type--events-slideshow-with-list .es-wl-wrapper .col-lg-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper {
  padding: 2rem 0;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-date {
  background: #20AEC5;
  padding: 5px 9px;
  width: 72px;
  margin-right: 10px;
  float: left;
  position: relative;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-content {
  display: table;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-content .event-title {
  margin-bottom: 5px;
  line-height: 22px;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-content .event-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
  text-decoration: none;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-content .event-title a:hover, .paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-content .event-title a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--events-slideshow-with-list .paragraph--type--events-list-sidebar .event-wrapper .event-content .outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
}

.paragraph--type--featured-video-tiles {
  position: relative;
  margin-bottom: 120px;
  padding: 30px 0 50px 0;
  background: rgba(0, 48, 87, 0.9);
}
.paragraph--type--featured-video-tiles:before {
  content: "";
  position: absolute;
  left: -75%;
  top: 0;
  background: #003057;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
  height: 100%;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-video-tiles:before {
    width: 150%;
    left: -122%;
  }
}
.paragraph--type--featured-video-tiles:after {
  content: "";
  position: absolute;
  right: -100%;
  bottom: 0;
  background: #003057;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
  height: 100%;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-video-tiles:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-video-tiles {
    margin-bottom: 60px;
  }
}
.blue-bg .paragraph--type--featured-video-tiles {
  background: #194467;
  padding: 80px 0;
}
.blue-bg .paragraph--type--featured-video-tiles h2, .blue-bg .paragraph--type--featured-video-tiles .field--name-field-more-link a {
  color: #fff;
}
.paragraph--type--featured-video-tiles .section-title-wrapper {
  z-index: 1;
  position: relative;
}
.paragraph--type--featured-video-tiles .section-title-wrapper h2, .paragraph--type--featured-video-tiles .section-title-wrapper a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .paragraph--type--featured-video-tiles .section-title-wrapper .field--name-field-more-link {
    position: absolute;
    bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-video-tiles .field--name-field-large-video-item {
    margin-bottom: 30px;
  }
}
.paragraph--type--featured-video-tiles .field--name-field-paragraph-items-2 > .field__item {
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-video-tiles .field--name-field-paragraph-items-2 > .field__item {
    margin-bottom: 30px;
  }
}
.paragraph--type--featured-video-tiles .field--name-field-paragraph-items-2 > .field__item:last-child {
  margin-bottom: 0;
}
.paragraph--type--featured-video-tiles .field--name-field-paragraph-items-2 .paragraph--type--video .video-thumbnail i {
  font-size: 6rem;
  top: 40%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
.paragraph--type--featured-video-tiles .field--name-field-paragraph-items-2 .paragraph--type--video .video-thumbnail .inner-wrapper .video-caption {
  padding: 25px;
}

.paragraph--type--video {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .paragraph--type--video {
    height: auto;
    margin-bottom: 30px;
  }
}
.paragraph--type--video .video-thumbnail {
  position: relative;
  z-index: 1;
  height: 100%;
}
.paragraph--type--video .video-thumbnail:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.paragraph--type--video .video-thumbnail img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paragraph--type--video .video-thumbnail i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 9rem;
  z-index: 2;
}
.paragraph--type--video .video-thumbnail .inner-wrapper .video-caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}
.paragraph--type--video .video-thumbnail .inner-wrapper .video-caption .field--name-field-heading {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .paragraph--type--video .video-thumbnail .inner-wrapper .video-caption .field--name-field-heading {
    font-size: 20px;
    line-height: 27px;
  }
}
.paragraph--type--video a.video-trigger {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
}
.paragraph--type--video a.video-trigger:focus img, .paragraph--type--video a.video-trigger:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.paragraph--type--video a.video-trigger:focus .hover-background, .paragraph--type--video a.video-trigger:hover .hover-background {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.paragraph--type--video .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.paragraph--type--video .video-modal .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video .video-modal .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video .video-modal .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
.paragraph--type--video .video-modal .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
.paragraph--type--video .video-modal .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
.paragraph--type--video .video-modal .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--video .video-modal .modal-dialog-centered .modal-content iframe,
.paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}

.paragraph--type--embedded-video .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.paragraph--type--embedded-video .video-modal .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
.paragraph--type--embedded-video .video-modal .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
.paragraph--type--embedded-video .video-modal .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
.paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content iframe,
.paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--embedded-video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}
.paragraph--type--embedded-video img, .paragraph--type--embedded-video video {
  width: 100%;
  height: auto;
}
.paragraph--type--embedded-video .media {
  width: 100%;
  display: block;
}
.paragraph--type--embedded-video .video-thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.paragraph--type--embedded-video .video-thumbnail i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 9rem;
}
.paragraph--type--embedded-video .video-trigger {
  padding: 0;
  border: none;
  background: none;
  width: 100%;
}
.paragraph--type--embedded-video .video-trigger img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.paragraph--type--embedded-video .video-trigger:focus img, .paragraph--type--embedded-video .video-trigger:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.paragraph--type--embedded-video .field--name-field-heading {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  font-family: "Titillium Web", Arial, sans-serif;
  color: #404A5A;
  margin: 1.5rem 0 1rem 0;
}

.paragraph--type--featured-news-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-news-section {
    margin-bottom: 40px;
  }
}
.paragraph--type--featured-news-section .view-featured-articles,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 {
  background: none;
}
@media screen and (max-width: 767px) {
  .paragraph--type--featured-news-section .view-featured-articles .view-content .views-row,
  .paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .view-content .views-row {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--featured-news-section .view-featured-articles .field__item,
  .paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .field__item {
    margin-bottom: 60px;
  }
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content img,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content .outer-wrapper,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content .outer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  z-index: 9;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper .field--name-field-news,
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper .field--name-field-article-category,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper .field--name-field-news,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper .field--name-field-article-category {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2px;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper .field--name-field-article-category,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper .field--name-field-article-category {
  display: none;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper h2,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: normal;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper h2,
  .paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper h2 {
    font-size: 20px;
    line-height: 27px;
  }
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper h2 a,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper h2 a {
  color: #fff;
  text-decoration: none;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper .field--name-field-publish-date,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content .outer-wrapper .inner-wrapper .field--name-field-publish-date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content a,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content a {
  display: block;
  overflow: hidden;
  position: relative;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content a:before,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content a:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content a:hover,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content a:hover {
  text-decoration: none;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content a:hover:after,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content a:hover:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
}
.paragraph--type--featured-news-section .view-featured-articles .node--view-mode-news-tile-large .node__content a:hover img,
.paragraph--type--featured-news-section .field--name-field-node-reference-limit-1 .node--view-mode-news-tile-large .node__content a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.paragraph--type--featured-news-section.show-categories .field--name-field-article-category {
  display: block !important;
}

.paragraph--type--articles-list-curated,
.paragraph--type--articles-list-configurable,
.paragraph--type--archive-news {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--articles-list-curated,
  .paragraph--type--articles-list-configurable,
  .paragraph--type--archive-news {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.paragraph--type--articles-list-curated h2.field--name-field-title,
.paragraph--type--articles-list-configurable h2.field--name-field-title,
.paragraph--type--archive-news h2.field--name-field-title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #404A5A;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--articles-list-curated h2.field--name-field-title,
  .paragraph--type--articles-list-configurable h2.field--name-field-title,
  .paragraph--type--archive-news h2.field--name-field-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.paragraph--type--articles-list-curated .field--name-field-node-reference .field__item,
.paragraph--type--articles-list-configurable .field--name-field-node-reference .field__item,
.paragraph--type--archive-news .field--name-field-node-reference .field__item {
  padding: 20px 0;
  border-bottom: 1px solid #D6D5DA;
}
.paragraph--type--articles-list-curated .field--name-field-node-reference .field__item:last-child,
.paragraph--type--articles-list-configurable .field--name-field-node-reference .field__item:last-child,
.paragraph--type--archive-news .field--name-field-node-reference .field__item:last-child {
  border-bottom: 0;
}
.paragraph--type--articles-list-curated .field--name-field-node-reference .field__item .node--view-mode-article-list:before,
.paragraph--type--articles-list-configurable .field--name-field-node-reference .field__item .node--view-mode-article-list:before,
.paragraph--type--archive-news .field--name-field-node-reference .field__item .node--view-mode-article-list:before {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #404A5A;
  display: block;
  padding-bottom: 5px;
}
.paragraph--type--articles-list-curated .field--name-field-node-reference .field__item .node--view-mode-article-list a,
.paragraph--type--articles-list-configurable .field--name-field-node-reference .field__item .node--view-mode-article-list a,
.paragraph--type--archive-news .field--name-field-node-reference .field__item .node--view-mode-article-list a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  color: #003057;
  text-decoration: none;
}
.paragraph--type--articles-list-curated .field--name-field-node-reference .field__item .node--view-mode-article-list a:hover, .paragraph--type--articles-list-curated .field--name-field-node-reference .field__item .node--view-mode-article-list a:focus,
.paragraph--type--articles-list-configurable .field--name-field-node-reference .field__item .node--view-mode-article-list a:hover,
.paragraph--type--articles-list-configurable .field--name-field-node-reference .field__item .node--view-mode-article-list a:focus,
.paragraph--type--archive-news .field--name-field-node-reference .field__item .node--view-mode-article-list a:hover,
.paragraph--type--archive-news .field--name-field-node-reference .field__item .node--view-mode-article-list a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--articles-list-curated .view-articles-list.view-display-id-block_2,
.paragraph--type--articles-list-configurable .view-articles-list.view-display-id-block_2,
.paragraph--type--archive-news .view-articles-list.view-display-id-block_2 {
  background: none;
}
@media screen and (max-width: 767px) {
  .paragraph--type--articles-list-curated .view-articles-list.view-display-id-block_3 .form-item-field-publish-date-value,
  .paragraph--type--articles-list-configurable .view-articles-list.view-display-id-block_3 .form-item-field-publish-date-value,
  .paragraph--type--archive-news .view-articles-list.view-display-id-block_3 .form-item-field-publish-date-value {
    margin-bottom: 20px;
  }
}
.paragraph--type--articles-list-curated .view-articles-list .view-content,
.paragraph--type--articles-list-configurable .view-articles-list .view-content,
.paragraph--type--archive-news .view-articles-list .view-content {
  margin-top: 25px;
}
.paragraph--type--articles-list-curated .view-articles-list .views-row,
.paragraph--type--articles-list-configurable .view-articles-list .views-row,
.paragraph--type--archive-news .view-articles-list .views-row {
  padding: 20px 0;
  border-bottom: 1px solid #D6D5DA;
}
.paragraph--type--articles-list-curated .view-articles-list .views-row:last-child,
.paragraph--type--articles-list-configurable .view-articles-list .views-row:last-child,
.paragraph--type--archive-news .view-articles-list .views-row:last-child {
  border-bottom: 0;
}
.paragraph--type--articles-list-curated .view-articles-list .views-row .node--view-mode-article-list:before,
.paragraph--type--articles-list-curated .view-articles-list .views-row .views-field-title:before,
.paragraph--type--articles-list-configurable .view-articles-list .views-row .node--view-mode-article-list:before,
.paragraph--type--articles-list-configurable .view-articles-list .views-row .views-field-title:before,
.paragraph--type--archive-news .view-articles-list .views-row .node--view-mode-article-list:before,
.paragraph--type--archive-news .view-articles-list .views-row .views-field-title:before {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #404A5A;
  display: block;
  padding-bottom: 5px;
}
.paragraph--type--articles-list-curated .view-articles-list .views-row .node--view-mode-article-list a,
.paragraph--type--articles-list-curated .view-articles-list .views-row .views-field-title a,
.paragraph--type--articles-list-configurable .view-articles-list .views-row .node--view-mode-article-list a,
.paragraph--type--articles-list-configurable .view-articles-list .views-row .views-field-title a,
.paragraph--type--archive-news .view-articles-list .views-row .node--view-mode-article-list a,
.paragraph--type--archive-news .view-articles-list .views-row .views-field-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  color: #003057;
  text-decoration: none;
}
.paragraph--type--articles-list-curated .view-articles-list .views-row .node--view-mode-article-list a:hover, .paragraph--type--articles-list-curated .view-articles-list .views-row .node--view-mode-article-list a:focus,
.paragraph--type--articles-list-curated .view-articles-list .views-row .views-field-title a:hover,
.paragraph--type--articles-list-curated .view-articles-list .views-row .views-field-title a:focus,
.paragraph--type--articles-list-configurable .view-articles-list .views-row .node--view-mode-article-list a:hover,
.paragraph--type--articles-list-configurable .view-articles-list .views-row .node--view-mode-article-list a:focus,
.paragraph--type--articles-list-configurable .view-articles-list .views-row .views-field-title a:hover,
.paragraph--type--articles-list-configurable .view-articles-list .views-row .views-field-title a:focus,
.paragraph--type--archive-news .view-articles-list .views-row .node--view-mode-article-list a:hover,
.paragraph--type--archive-news .view-articles-list .views-row .node--view-mode-article-list a:focus,
.paragraph--type--archive-news .view-articles-list .views-row .views-field-title a:hover,
.paragraph--type--archive-news .view-articles-list .views-row .views-field-title a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--articles-list-curated .view-articles-list .shs-enabled,
.paragraph--type--articles-list-configurable .view-articles-list .shs-enabled,
.paragraph--type--archive-news .view-articles-list .shs-enabled {
  display: none;
}
.paragraph--type--articles-list-curated .view-articles-list .form-date,
.paragraph--type--articles-list-curated .view-articles-list .form-text,
.paragraph--type--articles-list-curated .view-articles-list select,
.paragraph--type--articles-list-configurable .view-articles-list .form-date,
.paragraph--type--articles-list-configurable .view-articles-list .form-text,
.paragraph--type--articles-list-configurable .view-articles-list select,
.paragraph--type--archive-news .view-articles-list .form-date,
.paragraph--type--archive-news .view-articles-list .form-text,
.paragraph--type--archive-news .view-articles-list select {
  padding: 9px 16px;
  background-color: #fff;
  display: block;
  border: 2px solid #404A5A;
  margin-top: 0;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--articles-list-curated .view-articles-list .form-date,
  .paragraph--type--articles-list-curated .view-articles-list .form-text,
  .paragraph--type--articles-list-curated .view-articles-list select,
  .paragraph--type--articles-list-configurable .view-articles-list .form-date,
  .paragraph--type--articles-list-configurable .view-articles-list .form-text,
  .paragraph--type--articles-list-configurable .view-articles-list select,
  .paragraph--type--archive-news .view-articles-list .form-date,
  .paragraph--type--archive-news .view-articles-list .form-text,
  .paragraph--type--archive-news .view-articles-list select {
    width: 100%;
  }
}
.paragraph--type--articles-list-curated .view-articles-list .form-type-select.form-item-field-org,
.paragraph--type--articles-list-configurable .view-articles-list .form-type-select.form-item-field-org,
.paragraph--type--archive-news .view-articles-list .form-type-select.form-item-field-org {
  margin-top: 0;
  display: block;
  width: 97%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--articles-list-curated .view-articles-list .form-type-select.form-item-field-org,
  .paragraph--type--articles-list-configurable .view-articles-list .form-type-select.form-item-field-org,
  .paragraph--type--archive-news .view-articles-list .form-type-select.form-item-field-org {
    margin-top: 20px;
    width: 100%;
  }
}
.paragraph--type--articles-list-curated .view-articles-list .form-type-select.form-item-field-org .shs-widget-container,
.paragraph--type--articles-list-configurable .view-articles-list .form-type-select.form-item-field-org .shs-widget-container,
.paragraph--type--archive-news .view-articles-list .form-type-select.form-item-field-org .shs-widget-container {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--articles-list-curated .view-articles-list .form-type-select.form-item-field-org .shs-widget-container,
  .paragraph--type--articles-list-configurable .view-articles-list .form-type-select.form-item-field-org .shs-widget-container,
  .paragraph--type--archive-news .view-articles-list .form-type-select.form-item-field-org .shs-widget-container {
    width: 48%;
    margin-right: 1%;
  }
}
.paragraph--type--articles-list-curated .view-articles-list .form-type-textfield,
.paragraph--type--articles-list-configurable .view-articles-list .form-type-textfield,
.paragraph--type--archive-news .view-articles-list .form-type-textfield {
  width: 78%;
}
.paragraph--type--articles-list-curated .view-articles-list .form-type-textfield .form-text,
.paragraph--type--articles-list-configurable .view-articles-list .form-type-textfield .form-text,
.paragraph--type--archive-news .view-articles-list .form-type-textfield .form-text {
  color: #003057 !important;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .paragraph--type--articles-list-curated .view-articles-list .form-type-textfield,
  .paragraph--type--articles-list-configurable .view-articles-list .form-type-textfield,
  .paragraph--type--archive-news .view-articles-list .form-type-textfield {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--articles-list-curated .view-articles-list .form-type-textfield,
  .paragraph--type--articles-list-configurable .view-articles-list .form-type-textfield,
  .paragraph--type--archive-news .view-articles-list .form-type-textfield {
    margin-bottom: 0;
    width: 100%;
  }
}
.paragraph--type--articles-list-curated .view-articles-list .form-item-field-publish-date-value,
.paragraph--type--articles-list-configurable .view-articles-list .form-item-field-publish-date-value,
.paragraph--type--archive-news .view-articles-list .form-item-field-publish-date-value {
  margin-bottom: 6px;
  width: 18%;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .paragraph--type--articles-list-curated .view-articles-list .form-item-field-publish-date-value,
  .paragraph--type--articles-list-configurable .view-articles-list .form-item-field-publish-date-value,
  .paragraph--type--archive-news .view-articles-list .form-item-field-publish-date-value {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--articles-list-curated .view-articles-list .form-item-field-publish-date-value,
  .paragraph--type--articles-list-configurable .view-articles-list .form-item-field-publish-date-value,
  .paragraph--type--archive-news .view-articles-list .form-item-field-publish-date-value {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .paragraph--type--articles-list-curated .view-articles-list .form--inline .form-actions,
  .paragraph--type--articles-list-configurable .view-articles-list .form--inline .form-actions,
  .paragraph--type--archive-news .view-articles-list .form--inline .form-actions {
    clear: both;
    margin: 0;
  }
}
.paragraph--type--articles-list-curated .view-articles-list .button,
.paragraph--type--articles-list-configurable .view-articles-list .button,
.paragraph--type--archive-news .view-articles-list .button {
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0;
}
.paragraph--type--articles-list-curated .view-articles-list .button:hover, .paragraph--type--articles-list-curated .view-articles-list .button:focus,
.paragraph--type--articles-list-configurable .view-articles-list .button:hover,
.paragraph--type--articles-list-configurable .view-articles-list .button:focus,
.paragraph--type--archive-news .view-articles-list .button:hover,
.paragraph--type--archive-news .view-articles-list .button:focus {
  border-color: #20AEC5;
  color: #003057;
  background: #20AEC5;
}
.paragraph--type--articles-list-curated .view-articles-list .button[value=Clear],
.paragraph--type--articles-list-configurable .view-articles-list .button[value=Clear],
.paragraph--type--archive-news .view-articles-list .button[value=Clear] {
  border-color: #20AEC5;
  color: #003057;
  background: #fff;
}
.paragraph--type--articles-list-curated .view-articles-list .button[value=Clear]:hover, .paragraph--type--articles-list-curated .view-articles-list .button[value=Clear]:focus,
.paragraph--type--articles-list-configurable .view-articles-list .button[value=Clear]:hover,
.paragraph--type--articles-list-configurable .view-articles-list .button[value=Clear]:focus,
.paragraph--type--archive-news .view-articles-list .button[value=Clear]:hover,
.paragraph--type--archive-news .view-articles-list .button[value=Clear]:focus {
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .paragraph--type--articles-list-curated .view-articles-list .button,
  .paragraph--type--articles-list-configurable .view-articles-list .button,
  .paragraph--type--archive-news .view-articles-list .button {
    width: 49%;
  }
}

.paragraph--type--articles-list-curated .node--view-mode-article-list a {
  display: block;
  line-height: normal;
}
.paragraph--type--articles-list-curated .node--view-mode-article-list .field--name-field-article-category {
  display: none;
}
.paragraph--type--articles-list-curated .node--view-mode-article-list .field--name-field-article-category .field__item {
  padding: 0;
  color: #404A5A;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.paragraph--type--articles-list-curated.show-categories .node--view-mode-article-list .field--name-field-article-category {
  display: block;
}

.paragraph--type--archive-news,
.paragraph--type--articles-list-configurable {
  padding-left: 0;
}
.paragraph--type--archive-news .view-id-archive_news .form-type-textfield,
.paragraph--type--articles-list-configurable .view-id-archive_news .form-type-textfield {
  width: 100%;
  margin-right: 0;
}

.paragraph--type--curated-news-grid {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--curated-news-grid .section-title-wrapper .field--name-field-more-link {
    position: absolute;
    bottom: -40px;
  }
}
.paragraph--type--curated-news-grid .field--name-field-external-news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #D6D5DA;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--curated-news-grid .field--name-field-external-news-items {
    display: block;
  }
}
.paragraph--type--curated-news-grid .field--name-field-external-news-items > .field__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--curated-news-grid .field--name-field-external-news-items > .field__item {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.paragraph--type--curated-news-grid .field--name-field-external-news-items > .field__item:last-child {
  padding-right: 0;
  padding-bottom: 0;
}
.paragraph--type--curated-news-grid .paragraph--type--curated-news-item .source {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #404A5A;
}
.paragraph--type--curated-news-grid .paragraph--type--curated-news-item .quote {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #003057;
  margin-top: 8px;
}
.paragraph--type--curated-news-grid .paragraph--type--curated-news-item .quote a {
  text-decoration: none;
}
.paragraph--type--curated-news-grid .paragraph--type--curated-news-item .quote a:focus, .paragraph--type--curated-news-grid .paragraph--type--curated-news-item .quote a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--curated-news-grid .paragraph--type--curated-news-item .quote:before, .paragraph--type--curated-news-grid .paragraph--type--curated-news-item .quote:after {
  font-family: "Font Awesome 5 Free";
  color: #20AEC5;
  font-size: 20px;
}
.paragraph--type--curated-news-grid .paragraph--type--curated-news-item .quote:before {
  content: "\f10d";
}
.paragraph--type--curated-news-grid .paragraph--type--curated-news-item .quote:after {
  content: "\f10e";
}

.paragraph--type--article-tiles-text {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--article-tiles-text {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .section-title-wrapper .field--name-field-more-link {
    position: absolute;
    bottom: -50px;
  }
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content {
  display: block;
  margin: 0 -10px;
  padding: 0;
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-list,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-list {
  width: 0;
  min-width: 100%;
  border-bottom: 1px solid #D6D5DA;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-list,
  .paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-list {
    padding-bottom: 40px;
  }
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-list .slick-slide,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-list .slick-slide {
  margin: 0 10px;
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-prev,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-prev {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-prev,
  .paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-prev {
    left: -10px;
  }
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-prev .slick-prev-icon:before,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-prev .slick-prev-icon:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-next,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-next {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-next,
  .paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-next {
    right: -10px;
  }
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-next .slick-next-icon:before,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-next .slick-next-icon:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-arrow,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-arrow {
  width: auto;
  height: auto;
  z-index: 1;
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-arrow > span,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-arrow > span {
  background: #003057;
  opacity: 0.9;
  padding: 10px 15px;
  font-size: 30px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -30px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots,
  .paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots {
    bottom: 20px;
  }
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li {
  width: 12px;
  height: 12px;
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li button,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #003057;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li button,
  .paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li button:focus, .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li button:focus-within,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li button:focus,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li button:focus-within {
  outline-color: #20AEC5;
  outline-offset: 4px;
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li button .slick-dot-icon,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li button .slick-dot-icon {
  font-size: 12px;
  opacity: 1;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li button .slick-dot-icon,
  .paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li button .slick-dot-icon {
    font-size: 16px;
  }
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li button .slick-dot-icon:before,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li button .slick-dot-icon:before {
  color: transparent;
  top: 1.8px;
  left: 0.6px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li button .slick-dot-icon:before,
  .paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li button .slick-dot-icon:before {
    font-size: 16px;
  }
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li.slick-active .slick-dot-icon,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li.slick-active .slick-dot-icon {
  color: #003057;
}
.paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li.slick-active .slick-dot-icon:before,
.paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li.slick-active .slick-dot-icon:before {
  margin: 0;
  font-size: 11px;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-dots li.slick-active .slick-dot-icon:before,
  .paragraph--type--article-tiles-text .slider .view-articles-list .view-content .slick-dots li.slick-active .slick-dot-icon:before {
    font-size: 15px;
  }
}
.paragraph--type--article-tiles-text .field--name-field-node-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .field--name-field-node-reference {
    display: block;
  }
}
.paragraph--type--article-tiles-text .field--name-field-node-reference > .field__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .field--name-field-node-reference > .field__item {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.paragraph--type--article-tiles-text .field--name-field-node-reference > .field__item:last-child {
  padding-right: 0;
}
.paragraph--type--article-tiles-text .view-articles-list .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .view-articles-list .view-content {
    display: block;
  }
}
.paragraph--type--article-tiles-text .view-articles-list .view-content > .views-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--article-tiles-text .view-articles-list .view-content > .views-row {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.paragraph--type--article-tiles-text .view-articles-list .view-content > .views-row:last-child {
  padding-right: 0;
}
.paragraph--type--article-tiles-text .node--view-mode-tile-text .node__content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paragraph--type--article-tiles-text .node--view-mode-tile-text .node__content .outer-wrapper {
  padding-top: 20px;
}
.paragraph--type--article-tiles-text .node--view-mode-tile-text .node__content .outer-wrapper .inner-wrapper .title {
  margin-bottom: 10px;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
}
.paragraph--type--article-tiles-text .node--view-mode-tile-text .node__content .outer-wrapper .inner-wrapper .field--name-field-publish-date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
}
.paragraph--type--article-tiles-text article.node--view-mode-tile-text a {
  text-decoration: none;
}
.paragraph--type--article-tiles-text article.node--view-mode-tile-text a .image-wrapper {
  overflow: hidden;
  display: block;
}
.paragraph--type--article-tiles-text article.node--view-mode-tile-text a:hover img, .paragraph--type--article-tiles-text article.node--view-mode-tile-text a:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.paragraph--type--article-tiles-text article.node--view-mode-tile-text a:hover .title, .paragraph--type--article-tiles-text article.node--view-mode-tile-text a:focus .title {
  text-decoration: underline;
  text-underline-position: under;
}

.layout--twocol-section--25-75 .paragraph--type--article-tiles-text .slider .field--name-field-node-reference .slick-arrow {
  top: 39%;
  -webkit-transform: translate(0, -39%);
      -ms-transform: translate(0, -39%);
          transform: translate(0, -39%);
}

.paragraph--type--articles-list-filtered {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--articles-list-filtered {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.paragraph--type--articles-list-filtered .field--name-field-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 35px;
  margin-top: 7px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--articles-list-filtered .field--name-field-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.paragraph--type--articles-list-filtered .article-category {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.paragraph--type--articles-list-filtered .article-title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
  text-decoration: none;
  display: block;
}
.paragraph--type--articles-list-filtered .article-title a:hover, .paragraph--type--articles-list-filtered .article-title a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--articles-list-filtered .views-row {
  margin-bottom: 30px;
}
.paragraph--type--articles-list-filtered .views-row:last-child {
  margin-bottom: 0;
}

.paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button, .paragraph--type--full-height-slider .slick-autoplay-toggle-button {
  width: 44px;
  height: 44px;
  opacity: 1;
  line-height: 1;
  padding: 10px;
  border: 3px solid #fff;
  border-radius: 50px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button, .paragraph--type--full-height-slider .slick-autoplay-toggle-button {
    top: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button, .paragraph--type--full-height-slider .slick-autoplay-toggle-button {
    width: 33px;
    height: 33px;
    padding: 0 0 2px 0;
  }
}
.paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-pause-icon:before, .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-play-icon:before, .paragraph--type--full-height-slider .slick-autoplay-toggle-button .slick-pause-icon:before, .paragraph--type--full-height-slider .slick-autoplay-toggle-button .slick-play-icon:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-pause-icon:before, .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-play-icon:before, .paragraph--type--full-height-slider .slick-autoplay-toggle-button .slick-pause-icon:before, .paragraph--type--full-height-slider .slick-autoplay-toggle-button .slick-play-icon:before {
    font-size: 14px;
  }
}
.paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-pause-icon:before, .paragraph--type--full-height-slider .slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "\f04c";
}
.paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-play-icon:before, .paragraph--type--full-height-slider .slick-autoplay-toggle-button .slick-play-icon:before {
  content: "\f04b";
}
.paragraph--type--homepage-hero-slideshow .slick-dots, .paragraph--type--full-height-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 40px;
  z-index: 9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.paragraph--type--homepage-hero-slideshow .slick-dots li, .paragraph--type--full-height-slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.paragraph--type--homepage-hero-slideshow .slick-dots li button, .paragraph--type--full-height-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-hero-slideshow .slick-dots li button, .paragraph--type--full-height-slider .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.paragraph--type--homepage-hero-slideshow .slick-dots li button:focus, .paragraph--type--homepage-hero-slideshow .slick-dots li button:focus-within, .paragraph--type--full-height-slider .slick-dots li button:focus, .paragraph--type--full-height-slider .slick-dots li button:focus-within {
  outline-color: #20AEC5;
  outline-offset: 4px;
}
.paragraph--type--homepage-hero-slideshow .slick-dots li button .slick-dot-icon, .paragraph--type--full-height-slider .slick-dots li button .slick-dot-icon {
  font-size: 12px;
  color: transparent;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-hero-slideshow .slick-dots li button .slick-dot-icon, .paragraph--type--full-height-slider .slick-dots li button .slick-dot-icon {
    font-size: 16px;
  }
}
.paragraph--type--homepage-hero-slideshow .slick-dots li button .slick-dot-icon:before, .paragraph--type--full-height-slider .slick-dots li button .slick-dot-icon:before {
  color: transparent;
  top: 1.8px;
  left: 0.6px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-hero-slideshow .slick-dots li button .slick-dot-icon:before, .paragraph--type--full-height-slider .slick-dots li button .slick-dot-icon:before {
    font-size: 15px;
  }
}
.paragraph--type--homepage-hero-slideshow .slick-dots li.slick-active .slick-dot-icon, .paragraph--type--full-height-slider .slick-dots li.slick-active .slick-dot-icon {
  color: #fff;
}
.paragraph--type--homepage-hero-slideshow .slick-dots li.slick-active .slick-dot-icon:before, .paragraph--type--full-height-slider .slick-dots li.slick-active .slick-dot-icon:before {
  margin: 0;
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-hero-slideshow .slick-dots li.slick-active .slick-dot-icon:before, .paragraph--type--full-height-slider .slick-dots li.slick-active .slick-dot-icon:before {
    font-size: 16px;
  }
}

/* .paragraph--type--wysiwyg {
  margin-bottom: 50px !important;
  @media screen and (max-width: $screen-tablet-max) {
    margin-bottom: 30px !important;
  }
  .container {
    padding: 0;
  }
} */
@media screen and (max-width: 991px) {
  .paragraph--type--wysiwyg-with-title {
    margin-bottom: 60px !important;
  }
}

.paragraph--type--wysiwyg-with-title > h2 {
  font-size: 4rem !important;
  margin-bottom: 2rem !important;
  line-height: 1.25 !important;
}

@media screen and (max-width: 991px) {
  .field--name-field-ways-to-save .paragraph--type--wysiwyg-with-title {
    margin-bottom: 0 !important;
  }
}

.paragraph--type--layout-section .paragraph--type--wysiwyg-with-title + .paragraph:not(.paragraph--type--wysiwyg-with-title) {
  margin-top: 60px;
}

.paragraph--type--text-buttons {
  max-width: 793px;
  margin: 80px auto 120px auto;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--text-buttons {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.paragraph--type--text-buttons .field--name-field-button-links-limited-2 {
  margin-top: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--text-buttons .field--name-field-button-links-limited-2 .field__item {
  margin: 0.8rem;
}
@media screen and (max-width: 767px) {
  .paragraph--type--text-buttons .field--name-field-button-links-limited-2 .field__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.paragraph--type--text-buttons .field--name-field-button-links-limited-2 .field__item a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  display: block;
}
.paragraph--type--text-buttons .field--name-field-button-links-limited-2 .field__item a:hover, .paragraph--type--text-buttons .field--name-field-button-links-limited-2 .field__item a:focus, .paragraph--type--text-buttons .field--name-field-button-links-limited-2 .field__item a.tabfocus, .paragraph--type--text-buttons .field--name-field-button-links-limited-2 .field__item a:active {
  background: none;
  color: #003057;
}

.paragraph--type--large-cta-grid .field--name-field-section-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .paragraph--type--large-cta-grid .field--name-field-section-title {
    font-size: 2.5rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}

.paragraph--type--contact-info-block-reference {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference {
    margin-bottom: 60px;
  }
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper {
  padding-top: 24px;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .contact-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .contact-info .icon-link-item {
  margin-bottom: 6px;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .phone,
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .email,
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .phone {
  speak: digits;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper i {
  margin-top: 3px;
  padding-right: 6px;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper p {
  margin: 0;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links .icon-link-item a .fontawesome-icon {
  margin: 0 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 2px 10px;
  background: #003057;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links .icon-link-item a .fontawesome-icon i {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 14px;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper {
  background: #fff;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .map {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .map .geolocation-map-container {
    width: 100% !important;
  }
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper {
  padding: 0 5rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper {
    padding: 3rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper {
    padding: 0 2rem;
  }
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0;
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .contact-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .contact-info .icon-link-item {
  margin-bottom: 6px;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email .phone,
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email .email,
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email .phone {
  speak: digits;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .address {
    margin-bottom: 0.5rem;
  }
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper i {
  margin-top: 3px;
  padding-right: 6px;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper p {
  margin: 0;
}

.paragraph--type--video-block-with-callout {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-block-with-callout {
    margin-bottom: 100px;
  }
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .paragraph--type--video-block-with-callout .video-block-with-callout-wrapper {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box .field--name-field-title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #404A5A;
  margin-bottom: 5px;
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box .field--name-field-caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404A5A;
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box .field--name-field-caption p {
  margin-bottom: 10px;
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box .field--name-field-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box .field--name-field-link a:hover, .paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box .field--name-field-link a:focus, .paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box .field--name-field-link a.tabfocus, .paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .callout-box .field--name-field-link a:active {
  background: none;
  color: #003057;
}
@media screen and (max-width: 991px) {
  .paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .image-video-promo-media {
    width: 100%;
  }
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .image-video-promo-media .video-trigger {
  padding: 0;
  border: none;
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .image-video-promo-media .video-thumbnail {
  position: relative;
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .image-video-promo-media .video-thumbnail:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 174, 197, 0)), color-stop(89.26%, rgba(33, 136, 162, 0.78)));
  background: linear-gradient(180deg, rgba(32, 174, 197, 0) 0%, rgba(33, 136, 162, 0.78) 89.26%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .image-video-promo-media .video-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .image-video-promo-media .video-thumbnail i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 88px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .paragraph--type--video-block-with-callout .video-block-with-callout-wrapper .image-video-promo-media .video-thumbnail i {
    font-size: 60px;
  }
}
.paragraph--type--video-block-with-callout .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
.paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
.paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
.paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content iframe,
.paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-block-with-callout .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}

.paragraph--type--large-cta-grid {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--large-cta-grid {
    margin-bottom: 60px;
  }
}
.paragraph--type--large-cta-grid .field--name-field-section-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .paragraph--type--large-cta-grid .field--name-field-section-title {
    font-size: 2.5rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}
.paragraph--type--large-cta-grid .large-cta-wrapper img {
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .text-formatted {
  margin-bottom: 2rem;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .left-cta-title,
.paragraph--type--large-cta-grid .large-cta-wrapper .right-cta-title,
.paragraph--type--large-cta-grid .large-cta-wrapper .left-cta-title a,
.paragraph--type--large-cta-grid .large-cta-wrapper .right-cta-title a {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #404A5A;
  text-decoration: none;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item {
    width: auto;
  }
  .paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item:first-child {
    margin-right: 1rem;
  }
  .paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item:last-child {
    margin-left: 1rem;
  }
}
.paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  text-transform: uppercase;
  padding: 10.5px 35px;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item a:hover, .paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item a:focus, .paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item a.tabfocus, .paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item a:active {
  background: none;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--large-cta-grid .large-cta-wrapper .field--name-field-button-links-limited-2 .field__item a {
    width: 100%;
  }
}
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper {
  padding: 2rem 3rem 3rem;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper .right-cta-title,
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper .right-cta-title a {
  margin-top: 0;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper .field--name-field-cta-buttons-limited-3 a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
  text-decoration: none;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper .field--name-field-cta-buttons-limited-3 a:hover, .paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper .field--name-field-cta-buttons-limited-3 a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper .field--name-field-cta-buttons-limited-3 a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #003057;
  padding-left: 8px;
  display: inline-block;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper .field--name-field-cta-buttons-limited-3 .field__item {
  margin-bottom: 1.5rem;
}
.paragraph--type--large-cta-grid .large-cta-wrapper .cta-right-side .cta-content-wrapper .field--name-field-cta-buttons-limited-3 .field__item:last-child {
  margin-bottom: 0;
}

.paragraph--type--contact-info-block-reference {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference {
    margin-bottom: 60px;
  }
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper {
  border-top: 1px solid #D6D5DA;
  padding-top: 24px;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .contact-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .contact-info .icon-link-item {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email {
    padding: 0 15px;
  }
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .phone,
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .email,
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .phone,
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .email,
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .website {
    margin-bottom: 10px;
  }
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .phone a,
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .email a,
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .website a {
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .phone-email .phone {
  speak: digits;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .address {
    margin-bottom: 10px;
  }
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .address i {
    padding-left: 2px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .address.col-md-3 {
    padding: 0 10px;
  }
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper i {
  margin-top: 3px;
  padding-right: 6px;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper p {
  margin: 0;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links {
    margin-top: 20px;
  }
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links .icon-link-item a .fontawesome-icon {
  margin: 0 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 2px 10px;
  background: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links .icon-link-item a .fontawesome-icon {
    margin: 0 6px 0 0;
  }
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links .icon-link-item a .fontawesome-icon i {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 14px;
}
.paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links .icon-link-item a:hover, .paragraph--type--contact-info-block-reference .group--department-footer .contact-info-wrapper .social-links .field--name-field-social-links .icon-link-item a:focus {
  opacity: 0.75;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal {
  font-size: 14px;
  line-height: 19px;
  padding: 0;
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .contact-info-wrapper {
  border-top: 1px solid #D6D5DA;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .section-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  background: #D6D5DA;
  color: #404A5A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal h2 {
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference .group--department-contact-horizontal .phone-email {
    padding: 0 10px;
  }
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .phone-email .phone,
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .phone-email .email,
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .phone-email .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .phone-email .phone {
  speak: digits;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block-reference .group--department-contact-horizontal .address i {
    padding-left: 2px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--contact-info-block-reference .group--department-contact-horizontal .address.col-md-3 {
    padding: 0 10px;
  }
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal i {
  margin-top: 3px;
  padding-right: 6px;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal p {
  margin: 0;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .field--name-field-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.paragraph--type--contact-info-block-reference .group--department-contact-horizontal .field--name-field-social-links .field__item {
  margin-right: 1rem;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .container {
  padding: 0;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .contact-info-wrapper {
  padding: 0 20px 0;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .section-title {
  background: #003057;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  padding: 2px 8px 1px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .phone-email .phone,
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .phone-email .email,
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .phone-email .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .phone-email .phone {
  speak: digits;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .address,
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar i {
  margin-top: 3px;
  padding-right: 6px;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar p {
  margin: 0;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .field--name-field-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .field--name-field-social-links .field__item {
  margin-right: 1rem;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .field--name-field-social-links .field__item i {
  font-size: 30px;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .contact-section {
  border-bottom: 1px solid #D6D5DA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.paragraph--type--contact-info-block-reference .group--department-contact-sidebar .contact-section:last-child {
  border: none;
  margin-bottom: 0;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper {
  background: #fff;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .contact-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #003057;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .contact-info .icon-link-item {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email {
    padding: 0 10px;
  }
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email .phone,
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email .email,
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .phone-email .phone {
  speak: digits;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper .address i {
    padding-left: 2px;
    padding-right: 10px;
  }
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper i {
  margin-top: 3px;
  padding-right: 6px;
}
.paragraph--type--contact-info-block-reference .group--contact-block-with-map .contact-block-map-wrapper .contact-info-wrapper p {
  margin: 0;
}

.layout .layout__region--second .paragraph--type--contact-info-block-reference .group--department-contact-sidebar h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: "open_sans", Arial, sans-serif;
  letter-spacing: 0;
}

.phone-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phone-link-wrapper .phone-type {
  margin-left: 5px;
}
.phone-link-wrapper .phone {
  display: inline-block !important;
  speak: digits;
}
.phone-link-wrapper .phone:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
.phone-link-wrapper .phone.phone-fax:before {
  content: "\f1ac";
}

.paragraph--type--documents-list-with-icons .field--name-field-documents-list > .field__item {
  margin-bottom: 10px;
}
.paragraph--type--documents-list-with-icons .field--name-field-documents-list > .field__item .media {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.paragraph--type--documents-list-with-icons .field--name-field-documents-list > .field__item a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #003057;
  margin-left: 15px;
}
.paragraph--type--documents-list-with-icons .field--name-field-documents-list .fontawesome-icon i {
  color: #20AEC5;
  font-size: 22px;
  line-height: 30px;
}

.paragraph--type--wysiwyg-with-title h1, .paragraph--type--wysiwyg-with-title h2, .paragraph--type--wysiwyg-with-title h3, .paragraph--type--wysiwyg-with-title h4, .paragraph--type--wysiwyg-with-title h5, .paragraph--type--wysiwyg-with-title h6,
.paragraph--type--heading-and-optional-icon h1,
.paragraph--type--heading-and-optional-icon h2,
.paragraph--type--heading-and-optional-icon h3,
.paragraph--type--heading-and-optional-icon h4,
.paragraph--type--heading-and-optional-icon h5,
.paragraph--type--heading-and-optional-icon h6,
.paragraph--type--image-cta h1,
.paragraph--type--image-cta h2,
.paragraph--type--image-cta h3,
.paragraph--type--image-cta h4,
.paragraph--type--image-cta h5,
.paragraph--type--image-cta h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paragraph--type--wysiwyg-with-title h1 .fontawesome-icons,
.paragraph--type--wysiwyg-with-title h1 .field--name-field-svg-icon, .paragraph--type--wysiwyg-with-title h2 .fontawesome-icons,
.paragraph--type--wysiwyg-with-title h2 .field--name-field-svg-icon, .paragraph--type--wysiwyg-with-title h3 .fontawesome-icons,
.paragraph--type--wysiwyg-with-title h3 .field--name-field-svg-icon, .paragraph--type--wysiwyg-with-title h4 .fontawesome-icons,
.paragraph--type--wysiwyg-with-title h4 .field--name-field-svg-icon, .paragraph--type--wysiwyg-with-title h5 .fontawesome-icons,
.paragraph--type--wysiwyg-with-title h5 .field--name-field-svg-icon, .paragraph--type--wysiwyg-with-title h6 .fontawesome-icons,
.paragraph--type--wysiwyg-with-title h6 .field--name-field-svg-icon,
.paragraph--type--heading-and-optional-icon h1 .fontawesome-icons,
.paragraph--type--heading-and-optional-icon h1 .field--name-field-svg-icon,
.paragraph--type--heading-and-optional-icon h2 .fontawesome-icons,
.paragraph--type--heading-and-optional-icon h2 .field--name-field-svg-icon,
.paragraph--type--heading-and-optional-icon h3 .fontawesome-icons,
.paragraph--type--heading-and-optional-icon h3 .field--name-field-svg-icon,
.paragraph--type--heading-and-optional-icon h4 .fontawesome-icons,
.paragraph--type--heading-and-optional-icon h4 .field--name-field-svg-icon,
.paragraph--type--heading-and-optional-icon h5 .fontawesome-icons,
.paragraph--type--heading-and-optional-icon h5 .field--name-field-svg-icon,
.paragraph--type--heading-and-optional-icon h6 .fontawesome-icons,
.paragraph--type--heading-and-optional-icon h6 .field--name-field-svg-icon,
.paragraph--type--image-cta h1 .fontawesome-icons,
.paragraph--type--image-cta h1 .field--name-field-svg-icon,
.paragraph--type--image-cta h2 .fontawesome-icons,
.paragraph--type--image-cta h2 .field--name-field-svg-icon,
.paragraph--type--image-cta h3 .fontawesome-icons,
.paragraph--type--image-cta h3 .field--name-field-svg-icon,
.paragraph--type--image-cta h4 .fontawesome-icons,
.paragraph--type--image-cta h4 .field--name-field-svg-icon,
.paragraph--type--image-cta h5 .fontawesome-icons,
.paragraph--type--image-cta h5 .field--name-field-svg-icon,
.paragraph--type--image-cta h6 .fontawesome-icons,
.paragraph--type--image-cta h6 .field--name-field-svg-icon {
  margin-right: 1rem;
}

.paragraph--type--program-info-block {
  background: #003057;
  padding: 15px 20px;
  color: #fff;
  margin-bottom: 20px;
}
.paragraph--type--program-info-block .field--name-field-title {
  background: #003057;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
}
.paragraph--type--program-info-block .field--name-field-title .field__item {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
}
.paragraph--type--program-info-block .field--name-field-program-info-block span, .paragraph--type--program-info-block .field--name-field-program-info-block a {
  color: #fff;
}
.paragraph--type--program-info-block .field--name-field-program-info-block .odu-online-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.paragraph--type--program-info-block .field--name-field-program-info-block .odu-online-block a:focus, .paragraph--type--program-info-block .field--name-field-program-info-block .odu-online-block a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--program-info-block .field--name-field-program-info-block .odu-online-block a span:not(.logo) {
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.paragraph--type--program-info-block .field--name-field-program-info-block .odu-online-block a span.logo {
  background: url("../images/odu-logo.svg") no-repeat scroll center center transparent;
  background-size: 100%;
  font-size: 0;
  width: 110px;
  height: 57px;
  margin-right: 15px;
}

.paragraph--type--wysiwyg .media.align-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.paragraph--type--wysiwyg .media.align-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.paragraph--type--wysiwyg .media.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--wysiwyg .media .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--wysiwyg img {
  max-width: 100%;
  height: auto;
}

.paragraph--type--related-events {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-events {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-events .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-events .events-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paragraph--type--related-events .events-list-inner .field--name-field-more-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
    text-align: center;
  }
}
.paragraph--type--related-events .field--name-field-section-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  color: #003057;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-events .field--name-field-section-title {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--related-events .field--name-field-section-title {
    margin-bottom: 30px;
  }
}
.paragraph--type--related-events .field--name-field-more-link {
  float: right;
  margin-top: 10px;
}
.paragraph--type--related-events .field--name-field-more-link a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #003057;
}
.paragraph--type--related-events .field--name-field-more-link a:after {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}
.paragraph--type--related-events .field--name-field-more-link a:focus, .paragraph--type--related-events .field--name-field-more-link a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (min-width: 768px) {
  .paragraph--type--related-events .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.paragraph--type--related-events .view-content .views-row {
  padding: 16px 0;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  .paragraph--type--related-events .view-content .views-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .paragraph--type--related-events .view-content .views-row:nth-child(2n+1) {
    margin-right: 1%;
  }
  .paragraph--type--related-events .view-content .views-row:nth-child(2n+2) {
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-events .view-content .views-row:last-child {
    padding-bottom: 0;
    border: 0;
  }
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-date {
  background: #20AEC5;
  padding: 5px 9px;
  width: 72px;
  margin-right: 10px;
  float: left;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-content {
  display: table;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-content .event-title {
  margin-bottom: 5px;
  line-height: 22px;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-content .event-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
  text-decoration: none;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-content .event-title a:hover {
  text-decoration: underline;
  color: #003057;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-content .outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
}
.paragraph--type--related-events .view-content .views-row .event-wrapper .event-content .outer-wrapper .separator {
  padding: 0 8px;
}

.paragraph--type--related-articles {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-articles {
    margin-bottom: 60px;
  }
}
.paragraph--type--related-articles .container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-articles .container {
    padding: 0;
  }
}
.paragraph--type--related-articles .field--name-field-section-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  color: #003057;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-articles .field--name-field-section-title {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--related-articles .field--name-field-section-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--related-articles .articles-list-inner .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row {
  padding: 0;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .paragraph--type--related-articles .articles-list-inner .view-content .views-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 386px;
  }
  .paragraph--type--related-articles .articles-list-inner .view-content .views-row:nth-child(2n+1) {
    margin-right: 1%;
  }
  .paragraph--type--related-articles .articles-list-inner .view-content .views-row:nth-child(2n+2) {
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-articles .articles-list-inner .view-content .views-row:last-child {
    padding-bottom: 0;
    border: 0;
  }
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  max-height: 276px;
  max-width: 386px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item {
    margin-bottom: 0;
  }
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item .outer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 25px;
  z-index: 9;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item .outer-wrapper .inner-wrapper h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: unset;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item .outer-wrapper .inner-wrapper h2 a {
  color: #fff;
  text-decoration: none;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item .outer-wrapper .inner-wrapper h2 a:hover {
  text-decoration: underline;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item .outer-wrapper .inner-wrapper .field--name-field-article-category {
  margin-bottom: 10px;
  color: #fff;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item .outer-wrapper .inner-wrapper .field--name-field-publish-date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item:hover {
  text-decoration: none;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item:hover:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
}
.paragraph--type--related-articles .articles-list-inner .view-content .views-row a.news-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-articles .articles-list-inner .view-content .views-row .news-events .view-display-id-block_1 .view-content .views-row:nth-child(4),
  .paragraph--type--related-articles .articles-list-inner .view-content .views-row .news-events .view-display-id-block_1 .view-content .views-row:nth-child(5) {
    display: none;
  }
  .paragraph--type--related-articles .articles-list-inner .view-content .views-row .news-events .view-display-id-block_1 .view-content .views-row:nth-child(3) {
    border: none;
  }
}
.paragraph--type--related-articles .articles-list-inner .related-articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-articles .articles-list-inner .related-articles-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type--related-articles .articles-list-inner .related-articles-wrapper .related-articles {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-articles .articles-list-inner .related-articles-wrapper .related-articles {
    width: 100%;
  }
}
.paragraph--type--related-articles .articles-list-inner .related-articles-wrapper .curated-articles {
  width: 33%;
  background: #fff;
  padding: 0 30px 30px 30px;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-articles .articles-list-inner .related-articles-wrapper .curated-articles {
    width: 100%;
  }
}
.paragraph--type--related-articles .articles-list-inner .related-articles-wrapper .curated-articles > .field--name-field-title {
  background: #003057;
  padding: 2px 10px;
  text-transform: uppercase;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}

.paragraph--type--related-content-item {
  margin-top: 20px;
}
.paragraph--type--related-content-item .field--name-field-title,
.paragraph--type--related-content-item .field--name-field-section-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #6A778D;
}
.paragraph--type--related-content-item .field--name-field-link-url a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #003057;
}
.paragraph--type--related-content-item .field--name-field-link-url a:after {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}
.paragraph--type--related-content-item .field--name-field-link-url a:focus, .paragraph--type--related-content-item .field--name-field-link-url a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.paragraph--type--highlighted-section-with-checkli {
  background-color: rgba(32, 174, 197, 0.1);
  padding: 30px;
}

.paragraph--type--program-highlights {
  background-color: rgba(32, 174, 197, 0.1);
  padding: 30px;
}
.paragraph--type--program-highlights .field--name-field-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .paragraph--type--program-highlights .field--name-field-title {
    font-size: 2.5rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}
.paragraph--type--program-highlights .field--name-field-program-highlights-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .paragraph--type--program-highlights .field--name-field-program-highlights-items {
    display: block;
  }
}
.paragraph--type--program-highlights .field--name-field-program-highlights-items .field__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 30px;
}
.paragraph--type--program-highlights .field--name-field-program-highlights-items .field__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--program-highlights .field--name-field-program-highlights-items .field__item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
.paragraph--type--program-highlights .field--name-field-program-highlights-items .field__item .paragraph--type--wysiwyg {
  margin-bottom: 0 !important;
}
.paragraph--type--program-highlights .field--name-field-program-highlights-items .field__item .paragraph--type--wysiwyg .field--name-field-wysiwyg {
  position: relative;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #404A5A;
  padding-left: 37px;
}
.paragraph--type--program-highlights .field--name-field-program-highlights-items .field__item .paragraph--type--wysiwyg .field--name-field-wysiwyg:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
}
.paragraph--type--program-highlights .field--name-field-program-highlights-items .field__item .paragraph--type--wysiwyg .field--name-field-wysiwyg p {
  margin-bottom: 0;
}

.paragraph--type--careers- {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--careers- {
    margin-bottom: 80px;
  }
}
.paragraph--type--careers- .view-content .views-row {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(225, 234, 240, 0.5);
}

.paragraph--type--alumni-careers {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--alumni-careers {
    margin-bottom: 80px;
  }
}
.paragraph--type--alumni-careers .field--name-field-alumni-career > .field__item {
  margin-bottom: 30px;
}

.paragraph--type--alumni-careers-item {
  height: 100%;
}
.paragraph--type--alumni-careers-item .alumni-career-wrapper {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  padding: 20px 24px;
  height: 100%;
}
.paragraph--type--alumni-careers-item .alumni-career-wrapper .alumni-career-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.paragraph--type--alumni-careers-item .alumni-career-wrapper .alumni-career-details {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--alumni-careers-item .alumni-career-wrapper .alumni-career-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.paragraph--type--alumni-careers-item .alumni-career-wrapper .alumni-career-details .field--name-field-person-image-logo {
  width: 61px;
  height: 61px;
  margin-right: 10px;
}
.paragraph--type--alumni-careers-item .alumni-career-wrapper .alumni-career-details .field--name-field-person-image-logo img {
  max-width: 60px;
  height: auto;
  border-radius: 50%;
}
.paragraph--type--alumni-careers-item .alumni-career-wrapper .alumni-career-details .field--name-field-person-name-company,
.paragraph--type--alumni-careers-item .alumni-career-wrapper .alumni-career-details .field--name-field-career-year {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.paragraph--type--alumni-careers-item .alumni-career-wrapper .alumni-career-details .field--name-field-career-year .field__item:before {
  content: "|";
  margin: 0 5px 0 10px;
}

.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper {
    margin-bottom: 0;
  }
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 48, 87, 0)), color-stop(89.26%, #003057));
  background: linear-gradient(180deg, rgba(0, 48, 87, 0) 0%, #003057 89.26%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .cta-block-image {
  background-color: #003057;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:before, .paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:before, .paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:before {
  top: 0;
  left: 0;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:after {
  top: 0;
  left: 0;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:hover .slide-text {
  opacity: 1;
  height: 100%;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:hover:before, .paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:hover:after {
  width: 100%;
  height: 100%;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .outer-wrapper:hover:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper a .cta-block-details {
  text-decoration: none;
  color: #fff;
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
.paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper .cta-block-details {
  position: absolute;
  bottom: 30px;
  left: 46px;
  right: 46px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .paragraph--view-mode--image-cta-program-grid .cta-block-item-wrapper img {
    width: 100%;
    max-width: 285px;
    height: 285px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.paragraph--type--program-news,
.paragraph--type--articles-featured-tiles {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--program-news,
  .paragraph--type--articles-featured-tiles {
    margin-bottom: 120px;
  }
}
.paragraph--type--program-news .field--name-field-news-limited-3,
.paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .paragraph--type--program-news .field--name-field-news-limited-3,
  .paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type--program-news .field--name-field-news-limited-3 > .field__item,
.paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 > .field__item {
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--program-news .field--name-field-news-limited-3 > .field__item,
  .paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 > .field__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--program-news .field--name-field-news-limited-3 > .field__item:first-child,
  .paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 > .field__item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.paragraph--type--program-news .view-articles-list .view-content,
.paragraph--type--articles-featured-tiles .view-articles-list .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .paragraph--type--program-news .view-articles-list .view-content,
  .paragraph--type--articles-featured-tiles .view-articles-list .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type--program-news .view-articles-list .view-content > .views-row,
.paragraph--type--articles-featured-tiles .view-articles-list .view-content > .views-row {
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--program-news .view-articles-list .view-content > .views-row,
  .paragraph--type--articles-featured-tiles .view-articles-list .view-content > .views-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--program-news .view-articles-list .view-content > .views-row:first-child,
  .paragraph--type--articles-featured-tiles .view-articles-list .view-content > .views-row:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.paragraph--type--program-news a.news-item,
.paragraph--type--articles-featured-tiles a.news-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  background-color: #003057;
}
@media screen and (min-width: 992px) {
  .paragraph--type--program-news a.news-item,
  .paragraph--type--articles-featured-tiles a.news-item {
    margin-bottom: 0;
    height: 308px;
  }
}
.paragraph--type--program-news a.news-item:before,
.paragraph--type--articles-featured-tiles a.news-item:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}
.paragraph--type--program-news a.news-item img,
.paragraph--type--articles-featured-tiles a.news-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 308px !important;
}
@media screen and (max-width: 767px) {
  .paragraph--type--program-news a.news-item img,
  .paragraph--type--articles-featured-tiles a.news-item img {
    height: auto !important;
  }
}
.paragraph--type--program-news a.news-item .outer-wrapper,
.paragraph--type--articles-featured-tiles a.news-item .outer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 25px;
  z-index: 1;
}
.paragraph--type--program-news a.news-item .outer-wrapper .inner-wrapper h2,
.paragraph--type--articles-featured-tiles a.news-item .outer-wrapper .inner-wrapper h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: unset;
}
.paragraph--type--program-news a.news-item .outer-wrapper .inner-wrapper h2 a,
.paragraph--type--articles-featured-tiles a.news-item .outer-wrapper .inner-wrapper h2 a {
  color: #fff;
  text-decoration: none;
}
.paragraph--type--program-news a.news-item .outer-wrapper .inner-wrapper h2 a:hover,
.paragraph--type--articles-featured-tiles a.news-item .outer-wrapper .inner-wrapper h2 a:hover {
  text-decoration: underline;
}
.paragraph--type--program-news a.news-item .outer-wrapper .inner-wrapper .field--name-field-publish-date,
.paragraph--type--articles-featured-tiles a.news-item .outer-wrapper .inner-wrapper .field--name-field-publish-date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.paragraph--type--program-news a.news-item:hover,
.paragraph--type--articles-featured-tiles a.news-item:hover {
  text-decoration: none;
}
.paragraph--type--program-news a.news-item:hover:after,
.paragraph--type--articles-featured-tiles a.news-item:hover:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
}
.paragraph--type--program-news a.news-item:hover img,
.paragraph--type--articles-featured-tiles a.news-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.paragraph--type--articles-featured-tiles .view-content .views-row:first-child a.news-item .outer-wrapper .inner-wrapper h2 {
  font-size: 22px;
  line-height: 30px;
}
.paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 > .field__item:first-child a.news-item .large-tile-image {
  display: block;
}
.paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 > .field__item:first-child a.news-item .small-tile-image {
  display: none;
}
.paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 > .field__item:first-child a.news-item .outer-wrapper .inner-wrapper h2 {
  font-size: 22px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 .large-tile-image {
    display: none;
  }
}
.paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 .small-tile-image {
  display: block;
}
@media screen and (max-width: 991px) {
  .paragraph--type--articles-featured-tiles .field--name-field-news-limited-3 .small-tile-image {
    display: none;
  }
}
.layout--onecol:not(.container) .paragraph--type--program-news,
.layout--onecol:not(.container) .paragraph--type--articles-featured-tiles {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .layout--onecol:not(.container) .paragraph--type--program-news,
  .layout--onecol:not(.container) .paragraph--type--articles-featured-tiles {
    padding: 0 40px;
  }
}

.paragraph--type--related-program-manually-curated {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--related-program-manually-curated {
    padding: 80px 0;
  }
}
.paragraph--type--related-program-manually-curated .field--name-field-title h2 {
  color: #fff;
  margin-bottom: 2rem;
}
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-programs-limited-4 .field__label,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-node-reference .field__label,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-related-minors .field__label {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  display: none;
}
@media (max-width: 991px) {
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-programs-limited-4 .field__label,
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-node-reference .field__label,
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-related-minors .field__label {
    font-size: 2.6rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-programs-limited-4 .field__item,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-node-reference .field__item,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-related-minors .field__item {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-programs-limited-4 .field__item,
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-node-reference .field__item,
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-related-minors .field__item {
    margin-bottom: 20px;
  }
}
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-programs-limited-4 .field__item a,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-node-reference .field__item a,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-related-minors .field__item a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-programs-limited-4 .field__item a,
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-node-reference .field__item a,
  .paragraph--type--related-program-manually-curated .related-programs .field--name-field-related-minors .field__item a {
    font-size: 22px;
    line-height: 30px;
  }
}
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-programs-limited-4 .field__item a:hover, .paragraph--type--related-program-manually-curated .related-programs .field--name-field-programs-limited-4 .field__item a:focus,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-node-reference .field__item a:hover,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-node-reference .field__item a:focus,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-related-minors .field__item a:hover,
.paragraph--type--related-program-manually-curated .related-programs .field--name-field-related-minors .field__item a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--related-program-manually-curated .related-programs .related-minors {
  padding-top: 30px;
}
.paragraph--type--related-program-manually-curated .related-minors .field--name-field-related-minors .field__label {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .paragraph--type--related-program-manually-curated .related-minors .field--name-field-related-minors .field__label {
    font-size: 2.6rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}
.paragraph--type--related-program-manually-curated .related-minors .field--name-field-related-minors .field__item {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--related-program-manually-curated .related-minors .field--name-field-related-minors .field__item {
    margin-bottom: 20px;
  }
}
.paragraph--type--related-program-manually-curated .related-minors .field--name-field-related-minors .field__item a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--related-program-manually-curated .related-minors .field--name-field-related-minors .field__item a {
    font-size: 22px;
    line-height: 30px;
  }
}
.paragraph--type--related-program-manually-curated .related-minors .field--name-field-related-minors .field__item a:hover, .paragraph--type--related-program-manually-curated .related-minors .field--name-field-related-minors .field__item a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--related-program-manually-curated .related-content {
  max-width: 486px;
  margin-left: auto;
  background: #fff;
  padding: 0 30px 30px 30px;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
  -ms-flex-item-align: start;
      align-self: start;
}
@media screen and (max-width: 767px) {
  .paragraph--type--related-program-manually-curated .related-content {
    width: 100%;
    margin: 0 10px;
  }
}
.paragraph--type--related-program-manually-curated .related-content > .field--name-field-title {
  background: #003057;
  padding: 2px 10px;
  text-transform: uppercase;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}
.paragraph--type--related-program-manually-curated .related-content .field--name-field-section-title {
  background: #003057;
  padding: 2px 10px;
  text-transform: uppercase;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}

.paragraph--type--filtered-calendar .field--name-field-events-calendar .viewsreference--view-title {
  display: none;
}

.paragraph--type--contact-tiles > .field--name-field-paragraphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2.2rem;
  padding: 0 1rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item {
    width: 100%;
  }
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item {
  padding: 2.4rem 2.8rem;
  border: solid 1px #D6D5DA;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item {
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item {
    padding: 2.4rem 2.8rem;
  }
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .field--name-field-link {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #003057;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .field--name-field-link a {
  text-decoration: none;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .field--name-field-link a:hover, .paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .field--name-field-link a:focus, .paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .field--name-field-link a.tabfocus {
  text-decoration: underline;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .field--name-field-content {
  margin-bottom: 1rem;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .field--name-field-content:last-child {
  margin-bottom: 0;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  speak: digits;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .phone i {
  margin-right: 8px;
  margin-top: 5px;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .phone {
    margin-bottom: 0.5rem;
  }
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .phone .phone-type:after {
  content: ")";
  display: inline-block;
  margin-left: -3px;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .phone .phone-type:before {
  content: "(";
  display: inline-block;
  margin-right: -3px;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .field--name-field-email {
  word-break: break-all;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-left: 2px;
  padding-top: 0.75rem;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .address-info i {
  margin-right: 8px;
  margin-top: 5px;
  color: #003057;
}
.paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .address-info .address {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-tiles > .field--name-field-paragraphs > .field__item .paragraph--type--contact-tiles-item .address-info i {
    margin-left: 2px;
    margin-right: 10px !important;
  }
}

.paragraph--type--buttons .field--name-field-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.paragraph--type--buttons .field--name-field-buttons .field__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.paragraph--type--buttons.horizontal.left .field--name-field-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.paragraph--type--buttons.horizontal.right .field--name-field-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paragraph--type--buttons.horizontal.center .field--name-field-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--buttons.horizontal.total-items-2 .field--name-field-buttons .field__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.paragraph--type--buttons.horizontal.total-items-2 .field--name-field-buttons .field__item a {
  display: block;
}
.paragraph--type--buttons.vertical .field--name-field-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paragraph--type--buttons.vertical.left .field--name-field-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.paragraph--type--buttons.vertical.right .field--name-field-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.paragraph--type--buttons.vertical.right .field--name-field-buttons .field__item {
  margin-left: auto;
}
.paragraph--type--buttons.vertical.center .field--name-field-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.paragraph--type--buttons .evms-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  background: #20AEC5;
  border-color: #20AEC5;
  color: #fff;
}
.paragraph--type--buttons .evms-button:hover, .paragraph--type--buttons .evms-button:focus, .paragraph--type--buttons .evms-button.tabfocus, .paragraph--type--buttons .evms-button:active {
  background: none;
  color: #003057;
}
.paragraph--type--buttons .evms-button-hollow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  background: none;
  border-color: #20AEC5;
  color: #20AEC5;
}
.paragraph--type--buttons .evms-button-hollow:hover, .paragraph--type--buttons .evms-button-hollow:focus, .paragraph--type--buttons .evms-button-hollow.tabfocus, .paragraph--type--buttons .evms-button-hollow:active {
  background: none;
  color: #003057;
}
.paragraph--type--buttons .evms-button-hollow:hover, .paragraph--type--buttons .evms-button-hollow:focus, .paragraph--type--buttons .evms-button-hollow.tabfocus, .paragraph--type--buttons .evms-button-hollow:active {
  background: #20AEC5;
}
.paragraph--type--buttons .evms-button-hollow:hover, .paragraph--type--buttons .evms-button-hollow:focus {
  background: #20AEC5;
  color: #fff;
}

@media screen and (max-width: 991px) {
  #block-megamenucallouts {
    padding: 14px 20px;
    background: #001D33;
  }
}
@media screen and (min-height: 300px) and (max-height: 750px) and (orientation: landscape) {
  #block-megamenucallouts {
    padding: 14px 20px;
    background: #001D33;
  }
}

.block-inline-blockcost-block-undergraduate,
.block-inline-blockcost-block-graduate,
.block-program-cost-block {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .block-inline-blockcost-block-undergraduate,
  .block-inline-blockcost-block-graduate,
  .block-program-cost-block {
    margin-bottom: 120px;
  }
}
.block-inline-blockcost-block-undergraduate .cost-disclaimer,
.block-inline-blockcost-block-graduate .cost-disclaimer,
.block-program-cost-block .cost-disclaimer {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #282B2C;
}
.block-inline-blockcost-block-undergraduate .cost-disclaimer .text-formatted p:last-of-type,
.block-inline-blockcost-block-graduate .cost-disclaimer .text-formatted p:last-of-type,
.block-program-cost-block .cost-disclaimer .text-formatted p:last-of-type {
  margin-bottom: 0;
}
.block-inline-blockcost-block-undergraduate .cost-block,
.block-inline-blockcost-block-graduate .cost-block,
.block-program-cost-block .cost-block {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .block-inline-blockcost-block-undergraduate .cost-block,
  .block-inline-blockcost-block-graduate .cost-block,
  .block-program-cost-block .cost-block {
    margin-bottom: 0;
  }
}
.block-inline-blockcost-block-undergraduate .cost-block .cost-block-inner,
.block-inline-blockcost-block-graduate .cost-block .cost-block-inner,
.block-program-cost-block .cost-block .cost-block-inner {
  background: #fff;
  height: 100%;
  border-top: 6px solid #20AEC5;
  padding: 15px 20px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .block-inline-blockcost-block-undergraduate .cost-block .cost-block-inner,
  .block-inline-blockcost-block-graduate .cost-block .cost-block-inner,
  .block-program-cost-block .cost-block .cost-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block-inline-blockcost-block-undergraduate .cost-block .cost-block-inner:focus, .block-inline-blockcost-block-undergraduate .cost-block .cost-block-inner:hover,
.block-inline-blockcost-block-graduate .cost-block .cost-block-inner:focus,
.block-inline-blockcost-block-graduate .cost-block .cost-block-inner:hover,
.block-program-cost-block .cost-block .cost-block-inner:focus,
.block-program-cost-block .cost-block .cost-block-inner:hover {
  background: #003057;
  color: #fff;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.block-inline-blockcost-block-undergraduate .cost-block span,
.block-inline-blockcost-block-graduate .cost-block span,
.block-program-cost-block .cost-block span {
  display: block;
}
.block-inline-blockcost-block-undergraduate .cost-block span.cost-title,
.block-inline-blockcost-block-graduate .cost-block span.cost-title,
.block-program-cost-block .cost-block span.cost-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .block-inline-blockcost-block-undergraduate .cost-block span.cost-title,
  .block-inline-blockcost-block-graduate .cost-block span.cost-title,
  .block-program-cost-block .cost-block span.cost-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    height: 54px;
    padding: 0;
  }
}
.block-inline-blockcost-block-undergraduate .cost-block span.cost-credit,
.block-inline-blockcost-block-graduate .cost-block span.cost-credit,
.block-program-cost-block .cost-block span.cost-credit {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .block-inline-blockcost-block-undergraduate .cost-block span.cost-credit,
  .block-inline-blockcost-block-graduate .cost-block span.cost-credit,
  .block-program-cost-block .cost-block span.cost-credit {
    text-align: center;
  }
}
.block-inline-blockcost-block-undergraduate .cost-block span.cost-price,
.block-inline-blockcost-block-graduate .cost-block span.cost-price,
.block-program-cost-block .cost-block span.cost-price {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
@media screen and (min-width: 992px) {
  .block-inline-blockcost-block-undergraduate .cost-block span.cost-price,
  .block-inline-blockcost-block-graduate .cost-block span.cost-price,
  .block-program-cost-block .cost-block span.cost-price {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
  }
}
.block-inline-blockcost-block-undergraduate .cost-estimator,
.block-inline-blockcost-block-graduate .cost-estimator,
.block-program-cost-block .cost-estimator {
  margin: 10px auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .block-inline-blockcost-block-undergraduate .cost-estimator,
  .block-inline-blockcost-block-graduate .cost-estimator,
  .block-program-cost-block .cost-estimator {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.block-inline-blockcost-block-undergraduate .cost-estimator a,
.block-inline-blockcost-block-graduate .cost-estimator a,
.block-program-cost-block .cost-estimator a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  text-transform: uppercase;
  padding: 8px 12px;
}
.block-inline-blockcost-block-undergraduate .cost-estimator a:hover, .block-inline-blockcost-block-undergraduate .cost-estimator a:focus, .block-inline-blockcost-block-undergraduate .cost-estimator a.tabfocus, .block-inline-blockcost-block-undergraduate .cost-estimator a:active,
.block-inline-blockcost-block-graduate .cost-estimator a:hover,
.block-inline-blockcost-block-graduate .cost-estimator a:focus,
.block-inline-blockcost-block-graduate .cost-estimator a.tabfocus,
.block-inline-blockcost-block-graduate .cost-estimator a:active,
.block-program-cost-block .cost-estimator a:hover,
.block-program-cost-block .cost-estimator a:focus,
.block-program-cost-block .cost-estimator a.tabfocus,
.block-program-cost-block .cost-estimator a:active {
  background: none;
  color: #003057;
}
.block-inline-blockcost-block-undergraduate .cost-description,
.block-inline-blockcost-block-graduate .cost-description,
.block-program-cost-block .cost-description {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.block-inline-blockcost-block-undergraduate .cost-description .text-formatted p:last-of-type,
.block-inline-blockcost-block-graduate .cost-description .text-formatted p:last-of-type,
.block-program-cost-block .cost-description .text-formatted p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block-inline-blockcost-block-undergraduate .cost-description,
  .block-inline-blockcost-block-graduate .cost-description,
  .block-program-cost-block .cost-description {
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
}
.block-inline-blockcost-block-undergraduate .cost-description h4,
.block-inline-blockcost-block-graduate .cost-description h4,
.block-program-cost-block .cost-description h4 {
  margin-top: 0;
}

.block-program-cost-block {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .block-program-cost-block {
    margin-bottom: 50px;
  }
}

.block-inline-blocknext-steps-block-4-items,
.block-inline-blocknext-steps-block-3-items {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .block-inline-blocknext-steps-block-4-items,
  .block-inline-blocknext-steps-block-3-items {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 991px) {
  .block-inline-blocknext-steps-block-4-items .col-md-3,
  .block-inline-blocknext-steps-block-4-items .col-md-4,
  .block-inline-blocknext-steps-block-3-items .col-md-3,
  .block-inline-blocknext-steps-block-3-items .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .block-inline-blocknext-steps-block-4-items .col-md-3 img,
  .block-inline-blocknext-steps-block-4-items .col-md-4 img,
  .block-inline-blocknext-steps-block-3-items .col-md-3 img,
  .block-inline-blocknext-steps-block-3-items .col-md-4 img {
    width: 100%;
  }
  .block-inline-blocknext-steps-block-4-items .col-md-3:last-child,
  .block-inline-blocknext-steps-block-4-items .col-md-4:last-child,
  .block-inline-blocknext-steps-block-3-items .col-md-3:last-child,
  .block-inline-blocknext-steps-block-3-items .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.block-inline-blockperson-contact h2 {
  margin-bottom: 30px;
}

.block-program-contact {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .block-program-contact {
    padding: 0 10px;
  }
}
.block-program-contact .block-inner-wrapper {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 0 20px 20px 20px;
}
.block-program-contact .block-inner-wrapper .block-title {
  background: #003057;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  margin-left: 0;
  padding: 2px 8px 1px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block-program-contact .block-inner-wrapper .department-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #404A5A;
  margin-bottom: 15px;
  margin-top: 12px;
}
.block-program-contact .block-inner-wrapper .phone:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #003057;
  padding-right: 5px;
  display: inline-block;
}
.block-program-contact .block-inner-wrapper .field--name-field-fax:before {
  content: "\f1ac";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #003057;
  padding-right: 5px;
  display: inline-block;
}
.block-program-contact .block-inner-wrapper .field--name-field-email:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #003057;
  padding-right: 5px;
  display: inline-block;
}
.block-program-contact .block-inner-wrapper .contact-info {
  border-bottom: 1px solid #D6D5DA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block-program-contact .block-inner-wrapper .field--name-field-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-program-contact .block-inner-wrapper .field--name-field-address:before {
  content: "\f041";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #003057;
  padding-right: 5px;
}
.block-program-contact .block-inner-wrapper .field--name-field-address .field__item {
  margin-top: -7px;
}
.block-program-contact .block-inner-wrapper .field--name-field-address p {
  margin: 0;
}

.program-contact-section .layout__region--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .program-contact-section .layout__region--second {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.program-contact-section .layout__region--second .block-program-contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .program-contact-section .layout__region--second .block-program-contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/*odu added to fix P tag too much space. */
.text-formatted p:has(+ ul) {
  margin-bottom: 0;
}

.text-formatted p:has(+ ol) {
  margin-bottom: 0;
}

/*end of odu added to fix P tag */
.view-external-news.curated-news {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .view-external-news.curated-news {
    padding: 0 0 70px 0;
  }
}
.view-external-news.curated-news .view-content .views-row {
  margin-bottom: 30px;
}
.view-external-news.curated-news .view-content .views-row .source {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #404A5A;
}
.view-external-news.curated-news .view-content .views-row .quote {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #003057;
  margin-top: 8px;
}
.view-external-news.curated-news .view-content .views-row .quote a {
  text-decoration: none;
}
.view-external-news.curated-news .view-content .views-row .quote a:focus, .view-external-news.curated-news .view-content .views-row .quote a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.view-external-news.curated-news .view-content .views-row .quote:before, .view-external-news.curated-news .view-content .views-row .quote:after {
  font-family: "Font Awesome 5 Free";
  color: #20AEC5;
  font-size: 20px;
}
.view-external-news.curated-news .view-content .views-row .quote:before {
  content: "\f10d";
}
.view-external-news.curated-news .view-content .views-row .quote:after {
  content: "\f10e";
}
.view-external-news.curated-news .pager {
  padding-top: 40px;
}
.view-external-news.curated-news .view-filters {
  margin-top: 160px;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-external-news.curated-news .view-filters {
    margin-top: 200px;
  }
}
.view-external-news.curated-news .view-filters .form-date,
.view-external-news.curated-news .view-filters .form-text {
  padding: 9px 16px;
  background-color: #fff;
  display: block;
  border: 2px solid #404A5A;
  margin-top: 0;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .view-external-news.curated-news .view-filters .form-date,
  .view-external-news.curated-news .view-filters .form-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-external-news.curated-news .view-filters .form-type-textfield {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .view-external-news.curated-news .view-filters .form-type-textfield {
    width: 40%;
  }
  .view-external-news.curated-news .view-filters .form-type-textfield.form-item-field-publish-date-value {
    width: 23%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .view-external-news.curated-news .view-filters .form-type-textfield {
    width: 48%;
  }
}
.view-external-news.curated-news .view-filters .form-type-date {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .view-external-news.curated-news .view-filters .form-type-date {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .view-external-news.curated-news .view-filters .form-type-date {
    width: 30%;
  }
  .view-external-news.curated-news .view-filters .form-type-date input {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .view-external-news.curated-news .view-filters .form-type-date {
    width: 48%;
  }
  .view-external-news.curated-news .view-filters .form-type-date input {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .view-external-news.curated-news .view-filters .form--inline .form-actions {
    clear: none;
  }
}
.view-external-news.curated-news .view-filters .button {
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 31px 0;
}
.view-external-news.curated-news .view-filters .button:hover, .view-external-news.curated-news .view-filters .button:focus {
  border-color: #20AEC5;
  color: #003057;
  background: #20AEC5;
}
.view-external-news.curated-news .view-filters .button[value=Clear] {
  border-color: #20AEC5;
  color: #003057;
  background: #fff;
}
.view-external-news.curated-news .view-filters .button[value=Clear]:hover, .view-external-news.curated-news .view-filters .button[value=Clear]:focus {
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .view-external-news.curated-news .view-filters .button {
    width: 49%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .view-external-news.curated-news .view-filters .button {
    margin-top: 0;
  }
}

.view-articles-grid.view-display-id-block_2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.view-articles-grid .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .view-articles-grid .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.view-articles-grid .view-content .views-row {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .view-articles-grid .view-content .views-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.node--type-homepage .field--name-field-layout .paragraph-section-audience_blocks_with_carousel {
  position: relative;
}
.node--type-homepage .field--name-field-layout .paragraph-section-audience_blocks_with_carousel:after {
  content: "";
  background-image: url("../images/audience_blocks_with_carousel-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 25%;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.node--type-homepage .field--name-field-layout .paragraph-section-audience_blocks_with_carousel:before {
  content: "";
  background-image: url("../images/square.png");
  background-repeat: no-repeat;
  background-size: 90% 100%;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 521px;
}
.node--type-homepage .field--name-field-layout .paragraph-section-homepage_testimonials {
  position: relative;
}
.node--type-homepage .field--name-field-layout .paragraph-section-homepage_testimonials:before {
  content: "";
  background-image: url("../images/face-of-odu-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 521px;
}
.node--type-homepage .field--name-field-layout .paragraph-section-id-42 {
  position: relative;
}
.node--type-homepage .field--name-field-layout .paragraph-section-id-42:before {
  content: "";
  background-image: url("../images/new-events-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: -35%;
  bottom: 0;
  left: 0;
  width: 100%;
}
.node--type-homepage .field--name-field-layout .paragraph-section-id-46 {
  position: relative;
  margin-top: -10px;
}
.node--type-homepage .field--name-field-layout .paragraph-section-id-46:after {
  content: "";
  background-image: url("../images/news-bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: -28%;
  top: 0;
  right: 0;
  width: 76.5%;
}
@media screen and (max-width: 767px) {
  .node--type-homepage .field--name-field-layout .paragraph-section-id-46:after {
    content: none;
  }
}
.node--type-homepage .paragraph--type--flex-blocks {
  position: relative;
}
.node--type-homepage .paragraph--type--flex-blocks:before {
  content: "";
  background-image: url("../images/lifeodu-top-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 0;
  height: 206px;
  width: 314px;
}
@media screen and (max-width: 767px) {
  .node--type-homepage .paragraph--type--flex-blocks:before {
    top: -66px;
  }
}
.node--type-homepage .paragraph--type--flex-blocks .content-bottom-wrapper:before {
  content: "";
  background-image: url("../images/lifeodu-bottom-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 140px;
  left: 0;
  height: 625px;
  width: 619px;
}
@media screen and (max-width: 767px) {
  .node--type-homepage .paragraph--type--flex-blocks .content-bottom-wrapper:before {
    height: 525px;
    width: 280px;
  }
}

.path-news-center .layout-container main .node--type-landing-page,
.path-news .layout-container main .node--type-landing-page {
  margin-top: 0;
}
.path-news-center .paragraph--type--layout-section .layout__region--first,
.path-news .paragraph--type--layout-section .layout__region--first {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 992px) {
  .path-news-center .paragraph--type--layout-section .layout__region--first,
  .path-news .paragraph--type--layout-section .layout__region--first {
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 67%;
            flex: 0 1 67%;
  }
}
.path-news-center .paragraph--type--layout-section .layout__region--second,
.path-news .paragraph--type--layout-section .layout__region--second {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 992px) {
  .path-news-center .paragraph--type--layout-section .layout__region--second,
  .path-news .paragraph--type--layout-section .layout__region--second {
    padding-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
@media screen and (min-width: 768px) {
  .path-news-center .hero-content.default-banner .banner-image-wrap img,
  .path-news .hero-content.default-banner .banner-image-wrap img {
    height: 550px;
  }
  .path-news-center .hero-content.default-banner .title-breadcrumbs,
  .path-news .hero-content.default-banner .title-breadcrumbs {
    bottom: 47%;
  }
}
@media screen and (min-width: 768px) {
  .path-news-center .negative-top .paragraph--type--featured-news-section,
  .path-news .negative-top .paragraph--type--featured-news-section {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .path-news-center .paragraph--type--featured-news-section h2.field--name-field-section-title,
  .path-news .paragraph--type--featured-news-section h2.field--name-field-section-title {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #breadcrumbs-title .container-inner {
    width: 67%;
  }
}

.node--view-mode-hero-content .container .breadcrumb {
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
}
.node--view-mode-hero-content .featured-image {
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
}
.node--view-mode-hero-content .bg-image {
  position: relative;
  height: 177px;
}
.node--view-mode-hero-content .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .node--view-mode-hero-content #breadcrumbs-title {
    position: relative;
    background-image: none !important;
  }
}
.node--view-mode-hero-content #breadcrumbs-title .container-inner {
  width: auto;
  text-align: center;
  padding: 160px 0 90px 0;
}
@media screen and (max-width: 767px) {
  .node--view-mode-hero-content #breadcrumbs-title .container-inner {
    padding: 30px 0;
  }
}
.node--view-mode-hero-content #breadcrumbs-title .container-inner .breadcrumb {
  text-align: center;
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .node--view-mode-hero-content #breadcrumbs-title .container-inner .breadcrumb {
    margin-bottom: 10px;
  }
}
.node--view-mode-hero-content #breadcrumbs-title .container-inner .page-title {
  font-weight: 400;
  font-size: 45px;
  line-height: 53px;
  color: #003057;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .node--view-mode-hero-content #breadcrumbs-title .container-inner .page-title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
  }
}
.node--view-mode-hero-content #breadcrumbs-title .container-inner .page-title:after {
  content: "";
  height: 4px;
  width: 205px;
  display: block;
  background: #4D89C1;
  opacity: 0.4;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .node--view-mode-hero-content #breadcrumbs-title .container-inner .page-title:after {
    display: none;
  }
}
.node--view-mode-hero-content .featured-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .node--view-mode-hero-content .featured-image {
    margin: -53px auto 0;
  }
}
.node--view-mode-hero-content .featured-image.no-featured-image {
  margin-top: 0;
}
.node--view-mode-hero-content .featured-image .field--name-field-featured-image img {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.sharthis {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sharthis .lable {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #003057;
  margin-right: 10px;
  text-transform: capitalize;
}
.sharthis .sharethis-wrapper {
  height: 40px;
}
.sharthis .sharethis-wrapper > span {
  height: 40px;
}
.sharthis .sharethis-wrapper .stButton {
  margin: 0;
  height: 40px;
}
.sharthis .sharethis-wrapper .stButton .stLarge {
  width: 40px;
  height: 40px;
  background: #003057;
  background-image: none !important;
}
.sharthis .sharethis-wrapper .stButton .stLarge:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sharthis .sharethis-wrapper .stButton .stLarge:hover, .sharthis .sharethis-wrapper .stButton .stLarge:focus {
  background: #20AEC5;
}
.sharthis .sharethis-wrapper .st_facebook_large .stLarge:before {
  content: "\f39e";
}
.sharthis .sharethis-wrapper .st_twitter_large .stLarge:before {
  content: "\f099";
}
.sharthis .sharethis-wrapper .st_linkedin_large .stLarge:before {
  content: "\f0e1";
}
.sharthis .sharethis-wrapper .st_email_large .stLarge:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
}

.page-node-type-event .layout-container.container {
  margin-top: 0 !important;
}

.page-node-event .node--view-mode-hero-content .event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-node-event .node--view-mode-hero-content .event-content .event-date {
  position: relative;
  background: #20AEC5;
  padding: 5px 9px;
  width: 72px;
  margin-right: 35px;
}
.page-node-event .node--view-mode-hero-content .event-content .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.page-node-event .node--view-mode-hero-content .event-content .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.page-node-event .node--view-mode-hero-content .event-content .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
.page-node-event .node--view-mode-hero-content .event-content .event-date .short-date {
  speak: never;
}
@media screen and (max-width: 767px) {
  .page-node-event .node--view-mode-hero-content .event-content .event-date {
    margin-right: 15px;
  }
}
.page-node-event .node--view-mode-hero-content .event-content .event-date .full-date {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-node-event .node--view-mode-hero-content .event-content .event-time {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #404A5A;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-node-event .node--view-mode-hero-content .event-content .event-time {
    font-size: 22px;
    line-height: 36px;
  }
}
.page-node-event .node--view-mode-hero-content .event-content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-node-event .node--view-mode-hero-content .event-content .wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender {
  margin-right: 30px;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .field__label {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #003057;
  margin-right: 10px;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar a.atcb-link {
  background: #003057;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 12px;
  border-radius: 0;
  position: relative;
  top: 0;
  font-size: 0;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar a.atcb-link:hover, .page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar a.atcb-link:focus {
  background-color: #20AEC5;
  border-color: #20AEC5;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar a.atcb-link:before {
  content: "\f133";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar a.atcb-link .placeholder {
  font-size: 0;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar ul.atcb-list li a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #003057;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar ul.atcb-list li a:hover, .page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar ul.atcb-list li a:active, .page-node-event .node--view-mode-hero-content .event-content .wrap .add-to-calender .field--name-field-add-to-calendar .addtocalendar ul.atcb-list li a:focus {
  background: #003057;
  color: #fff;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .sharthis .sharethis-wrapper > span {
  display: none;
}
.page-node-event .node--view-mode-hero-content .event-content .wrap .sharthis .sharethis-wrapper > span.st_facebook_large, .page-node-event .node--view-mode-hero-content .event-content .wrap .sharthis .sharethis-wrapper > span.st_twitter_large {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .page-node-event .node--view-mode-full .event-wrap {
    margin: 0 auto;
    max-width: 793px;
    padding-left: 95px;
  }
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper {
  border-top: 1px solid #D6D5DA;
  padding: 20px 0 100px 0;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-node-event .node--view-mode-full .event-wrap .inner-wrapper {
    padding-bottom: 6rem;
  }
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .inline-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #404A5A;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .inline-title span.label {
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #404A5A;
}
@media screen and (max-width: 767px) {
  .page-node-event .node--view-mode-full .event-wrap .inner-wrapper .inline-title span.label {
    margin-bottom: 1rem;
  }
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .inline-title .full-date-wrapper {
  position: relative;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .inline-title .full-date-wrapper span {
  position: relative;
  z-index: 3;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .inline-title .full-date-wrapper .full-date {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-description {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #282B2C;
  margin: 50px 0;
  word-break: break-word;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-description p:last-child {
  margin-bottom: 0;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-categories span.label {
  margin-bottom: 0;
  margin-top: 4px;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-categories .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-categories .field__items .field__item {
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: #003057;
  padding: 5px 10px;
  text-decoration: none;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-categories .field__items .field__item:last-child {
  margin-right: 0;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-rsvp-link a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  padding: 15px 45px;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-rsvp-link a:hover, .page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-rsvp-link a:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-date .event-recurring-dates {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-date .event-recurring-dates {
    margin: 10px 0 15px 0;
  }
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-date .event-recurring-dates button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  background: none;
  padding: 5px 16px;
  font-size: 14px;
  text-transform: initial;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-date .event-recurring-dates button:hover, .page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-date .event-recurring-dates button:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-date .event-recurring-dates .accordion-collapse {
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  padding: 8px;
  border: 1px solid #D6D5DA;
  z-index: 9;
  width: 330px;
  height: 300px;
  overflow: scroll;
}
.page-node-event .node--view-mode-full .event-wrap .inner-wrapper .event-date .event-recurring-dates ul li {
  font-size: 14px;
  margin-top: 4px;
}

.path-node:not(.page-node-profile) .layout-container.container {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .path-node:not(.page-node-profile) .layout-container.container {
    padding: 0;
    margin-top: 50px;
  }
}
.path-node.page-node-type-layout-page .layout-container {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .path-node.page-node-type-layout-page .layout-container {
    padding: 0;
    margin-top: 50px;
  }
}

.landing-page-default .layout-container {
  position: relative;
}
.landing-page-default.user-logged-in .layout-content-top {
  z-index: 9;
  position: relative;
}
@media screen and (min-width: 768px) {
  .path-news-center.user-logged-in .layout-content-top,
  .path-news.user-logged-in .layout-content-top {
    margin-top: -200px;
  }
}
@media screen and (min-width: 768px) {
  .path-news-center.role-anonymous .layout-container,
  .path-news.role-anonymous .layout-container {
    margin-top: -230px;
  }
}

.page-node-landing_page article.node--type-landing-page {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .page-node-landing_page article.node--type-landing-page {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-article .background-pattern .layout-container.container .node--type-article.node--view-mode-full .field--name-body {
    max-width: 794px;
    margin: 0 auto;
  }
}

.page-node-type-program .layout--twocol-section .layout__region--first {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 1200px) {
  .page-node-type-program .layout--twocol-section .layout__region--first {
    padding-right: 33px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 67%;
            flex: 0 1 67%;
  }
}
.page-node-type-program .layout--twocol-section .layout__region--first .paragraph:not(.paragraph--view-mode--image-cta-program-grid) {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-node-type-program .layout--twocol-section .layout__region--first .paragraph:not(.paragraph--view-mode--image-cta-program-grid) {
    margin-bottom: 100px;
  }
}
.page-node-type-program .layout--twocol-section .layout__region--first .paragraph:not(.paragraph--view-mode--image-cta-program-grid).paragraph--type--title-content-wysiwyg {
  margin-bottom: 0;
}
.page-node-type-program .layout--twocol-section .layout__region--second {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  overflow: visible !important;
}
@media screen and (min-width: 1200px) {
  .page-node-type-program .layout--twocol-section .layout__region--second {
    padding-left: 33px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
@media screen and (min-width: 1200px) {
  .page-node-type-program .layout--twocol-section.layout--twocol-section--50-50 .layout__region--first {
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media screen and (min-width: 1200px) {
  .page-node-type-program .layout--twocol-section.layout--twocol-section--50-50 .layout__region--second {
    padding-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks {
    margin-bottom: 120px;
  }
}
.page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 h3, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 41px;
}
.page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .text-formatted, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .text-formatted {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a:hover, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a:focus, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a.tabfocus, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a:active, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a:hover, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a:focus, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a.tabfocus, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a:active {
  background: none;
  color: #003057;
}
.page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a:hover, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a:focus, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a.tabfocus, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a:active, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a:hover, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a:focus, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a.tabfocus, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a:active {
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a {
    padding: 10.5px 40px;
  }
}
.page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-12 .field--name-field-link a:after, .page-node-type-program .layout-container main .node__content .layout--twocol-section .layout__region--second .paragraph--type--no-image-cta-blocks .col-md-4 .field--name-field-link a:after {
  display: none;
}
.page-node-type-program .block-field-blocknodeprogrambody {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-node-type-program .block-field-blocknodeprogrambody {
    margin-bottom: 80px;
  }
}
.page-node-type-program .block-field-blocknodeprogrambody p:last-child {
  margin-bottom: 0;
}
.page-node-type-program .section-background {
  background: url("../images/related-programs.png") no-repeat scroll 0 0 #003057;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .page-node-type-program .program-contact-section .layout__region--second {
    margin-top: 80px;
  }
}

.node--type-career.node--view-mode-career-listing .career-stats {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .node--type-career.node--view-mode-career-listing .career-stats > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .node--type-career.node--view-mode-career-listing .career-stats > div .value-description {
    margin-left: 12px;
  }
}
.node--type-career.node--view-mode-career-listing .career-stats > div .item-description {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.node--type-career.node--view-mode-career-listing .career-stats > div .icon {
  display: block;
  color: #20AEC5;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .node--type-career.node--view-mode-career-listing .career-stats > div .icon {
    font-size: 30px;
    line-height: 30px;
  }
}
.node--type-career.node--view-mode-career-listing .career-stats > div .item-value {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .node--type-career.node--view-mode-career-listing .career-stats > div .item-value {
    font-size: 24px;
    line-height: 33px;
  }
}
.node--type-career.node--view-mode-career-listing .career-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .node--type-career.node--view-mode-career-listing .career-description {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
}

.field--name-field-testimonial-item > .field__item {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item > .field__item:nth-child(2n+1) .node--view-mode-image-testimonial .inner-wrapper .content-details {
    margin-left: 20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item > .field__item:nth-child(2n+2) .node--view-mode-image-testimonial .inner-wrapper .content-image {
    margin-right: -20px;
    margin-left: 20px;
  }
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content iframe,
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content iframe,
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content iframe,
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-image {
  position: relative;
  z-index: 1;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-image img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-image img {
    max-width: 100%;
  }
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  padding: 30px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 992px) {
  .field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details {
    margin-top: -30px;
  }
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .caption {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #003057;
  margin-bottom: 20px;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .name {
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #003057;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .name .program-title,
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .name .graduation-year {
  font-weight: 400;
  cursor: initial;
  white-space: normal;
  font-size: 15px;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .name .program-title:before,
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .name .graduation-year:before {
  content: "|";
  margin: 0 12px 0 10px;
  padding: 0;
  font-size: 11px;
  line-height: 23px;
  font-family: "open_sans", Arial, sans-serif;
  position: relative;
  top: -2px;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .video-button-wrapper {
  margin-bottom: 10px;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .video-button-wrapper .video-trigger {
  text-decoration: none;
  padding: 0;
  background: none;
  border: none;
  color: #003057;
}
.field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .video-button-wrapper .video-trigger:hover span, .field--name-field-testimonial-item .node--view-mode-image-testimonial .inner-wrapper .content-details .video-button-wrapper .video-trigger:focus span {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .page-node-type-profile .hero-content-inner .banner-image-wrap {
    padding-top: 0;
  }
}
.page-node-type-profile h1.page-title {
  margin: 2rem 0 1rem;
}
.page-node-type-profile .region-content {
  margin-bottom: 8rem;
}
.page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments,
.page-node-type-profile .profile .profile-content .profile-content-text .title-department {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments,
  .page-node-type-profile .profile .profile-content .profile-content-text .title-department {
    margin: 0 auto 20px auto;
    width: 100%;
    text-align: center;
  }
}
.page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments .field--name-field-person-title,
.page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments .field--name-field-display-title,
.page-node-type-profile .profile .profile-content .profile-content-text .title-department .field--name-field-person-title,
.page-node-type-profile .profile .profile-content .profile-content-text .title-department .field--name-field-display-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments .field--name-field-person-title,
  .page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments .field--name-field-display-title,
  .page-node-type-profile .profile .profile-content .profile-content-text .title-department .field--name-field-person-title,
  .page-node-type-profile .profile .profile-content .profile-content-text .title-department .field--name-field-display-title {
    font-size: 24px;
    line-height: 33px;
  }
}
.page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments .field--name-field-person-department,
.page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments .field--name-field-org-chart,
.page-node-type-profile .profile .profile-content .profile-content-text .title-department .field--name-field-person-department,
.page-node-type-profile .profile .profile-content .profile-content-text .title-department .field--name-field-org-chart {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments .field--name-field-person-department,
  .page-node-type-profile .profile .profile-content .profile-content-text .paragraph--type--departments .field--name-field-org-chart,
  .page-node-type-profile .profile .profile-content .profile-content-text .title-department .field--name-field-person-department,
  .page-node-type-profile .profile .profile-content .profile-content-text .title-department .field--name-field-org-chart {
    font-size: 20px;
    line-height: 27px;
  }
}
.page-node-type-profile .region-content-top #block-tabs .tabs > li {
  background: #fff;
}

.page-node-type-location .node__content {
  margin-bottom: 5rem;
}
.page-node-type-location .node__content .field--name-body {
  margin-bottom: 3rem;
}
.page-node-type-location .node__content .gm-style-iw-d {
  padding: 0.5rem;
}
.page-node-type-location .node__content .gm-style-iw-d h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.page-node-type-location .node__content .gm-style-iw-d p:last-of-type {
  margin-bottom: 0;
}

.layout__region .media--type-remote-video .media-content {
  width: 100%;
}

.path-node .region-content-top #block-tabs {
  z-index: 99;
}

.SearchForm form {
  position: relative;
}
.SearchForm form ::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
.SearchForm form ::-moz-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
.SearchForm form :-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
.SearchForm form ::-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
.SearchForm form ::placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
}
.SearchForm form input.SearchForm-input {
  background: none;
  color: white;
  border-width: medium medium 2px;
  border-style: none none solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255);
  -o-border-image: none;
     border-image: none;
  border-radius: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px;
  padding: 11px 40px 11px 5px;
  margin-bottom: 50px;
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .SearchForm form input.SearchForm-input {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 8px 30px 8px 5px;
  }
}
.SearchForm form input.SearchForm-input.tabfocus:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #003057 !important;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #003057 !important;
  outline: 2px transparent solid !important;
}
.SearchForm form input:-webkit-autofill,
.SearchForm form input:-webkit-autofill:hover,
.SearchForm form input:-webkit-autofill:focus,
.SearchForm form textarea:-webkit-autofill,
.SearchForm form textarea:-webkit-autofill:hover,
.SearchForm form textarea:-webkit-autofill:focus,
.SearchForm form select:-webkit-autofill,
.SearchForm form select:-webkit-autofill:hover,
.SearchForm form select:-webkit-autofill:focus {
  background: none !important;
  color: #fff !important;
  -webkit-background-clip: text;
  background-color: transparent;
  -webkit-transition: background-color 50000000s ease-in-out 0s;
  transition: background-color 50000000s ease-in-out 0s;
  -webkit-text-fill-color: #D6D5DA;
}
.SearchForm form input.SearchForm-submit {
  border: none;
  color: #fff;
  background: url("../images/magnifying-glass.svg") no-repeat scroll 0 0 transparent !important;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 24px;
  margin: 0 6px;
  fill: #fff;
  -webkit-filter: invert(100%) sepia(100%) saturate(15%) hue-rotate(282deg) brightness(105%) contrast(105%);
          filter: invert(100%) sepia(100%) saturate(15%) hue-rotate(282deg) brightness(105%) contrast(105%);
}
.SearchForm form input.SearchForm-submit:hover, .SearchForm form input.SearchForm-submitfocus {
  opacity: 0.75;
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .SearchForm form input.SearchForm-submit {
    top: 12px;
  }
}
.SearchForm input.form-text.tabfocus {
  outline: -webkit-focus-ring-color auto 1px;
}

.select2-container--default .select2-search__field {
  display: none;
}
.select2-container--default .select2-results__option {
  padding: 5px 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #003057;
}

.paragraph--type--webform {
  margin-bottom: 100px;
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--webform {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.paragraph--type--webform form section {
  border: 2px solid #D6D5DA;
  padding: 0 20px;
}
.paragraph--type--webform form section .form-item {
  margin-top: 0;
}
.paragraph--type--webform form section h3 {
  background: #003057;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-top: -2px;
}
.paragraph--type--webform form section label {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #404A5A;
}
.paragraph--type--webform form section input {
  padding: 10px 17px;
  background: #fff;
  border: 2px solid #404A5A;
}
.paragraph--type--webform form section input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.paragraph--type--webform form section input::-webkit-input-placeholder, .paragraph--type--webform form section input:-ms-input-placeholder, .paragraph--type--webform form section input::placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.paragraph--type--webform form section .webform-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--webform form section .webform-section-wrapper .form-item-first-name,
.paragraph--type--webform form section .webform-section-wrapper .form-item-last-name,
.paragraph--type--webform form section .webform-section-wrapper .form-item-email {
  margin-right: 2rem;
  width: 100%;
  max-width: 387px;
}
.paragraph--type--webform form section .webform-section-wrapper .form-item-mobile-phone {
  margin-right: 2rem;
}
.paragraph--type--webform form section .webform-section-wrapper .form-item-mobile-phone input {
  width: 100%;
}
.paragraph--type--webform form section .webform-section-wrapper .form-item-birthday,
.paragraph--type--webform form section .webform-section-wrapper .form-item-mobile-phone,
.paragraph--type--webform form section .webform-section-wrapper .form-item-postal-code {
  width: 100%;
  max-width: 183px;
  margin-right: 2rem;
}
.paragraph--type--webform form section .webform-section-wrapper .form-item-postal-code input {
  width: 100%;
  margin-top: 0;
}
.paragraph--type--webform form section .webform-section-wrapper .select2 {
  width: 285px !important;
  max-width: 285px;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .paragraph--type--webform form section .webform-section-wrapper .select2 {
    max-width: 275px;
  }
}
.paragraph--type--webform form section .webform-section-wrapper .select2 .select2-selection--single {
  border-radius: 0;
  padding: 10px 17px;
  background: #fff;
  border: 2px solid #404A5A;
  height: 50px;
}
.paragraph--type--webform form section .webform-section-wrapper .select2 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-style: italic;
}
.paragraph--type--webform form section .webform-section-wrapper .select2 .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 15px;
  margin-top: -3px;
}
.paragraph--type--webform form section .webform-section-wrapper .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #404A5A transparent transparent transparent;
  border-width: 8px 6px 0 6px;
}
.paragraph--type--webform form section .webform-section-wrapper .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #404A5A transparent;
  border-width: 0 6px 8px 6px;
}

.view-id-website_index.view-display-id-block_1 form .js input.form-autocomplete {
  background-image: unset;
}
.view-id-website_index.view-display-id-block_1 form .js-form-type-textfield {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .view-id-website_index.view-display-id-block_1 form .js-form-type-textfield {
    margin-bottom: 0;
  }
}
.view-id-website_index.view-display-id-block_1 form .form-actions {
  display: inline-block;
  margin: 23px 0 25px;
}

.ui-autocomplete.ui-front {
  z-index: 9999;
  padding-bottom: 10px;
}
.ui-autocomplete.ui-front .ui-menu-item,
.ui-autocomplete.ui-front .ui-menu-item:hover,
.ui-autocomplete.ui-front .ui-menu-item:focus {
  padding: 0 15px;
  background: none !important;
  border: none;
  color: #404A5A !important;
}
.ui-autocomplete.ui-front .ui-menu-item a,
.ui-autocomplete.ui-front .ui-menu-item:hover a,
.ui-autocomplete.ui-front .ui-menu-item:focus a {
  background: none !important;
  text-decoration: none;
  border: none;
  color: #404A5A !important;
  padding: 5px 0;
}
.ui-autocomplete.ui-front .ui-menu-item a:hover, .ui-autocomplete.ui-front .ui-menu-item a:focus,
.ui-autocomplete.ui-front .ui-menu-item:hover a:hover,
.ui-autocomplete.ui-front .ui-menu-item:hover a:focus,
.ui-autocomplete.ui-front .ui-menu-item:focus a:hover,
.ui-autocomplete.ui-front .ui-menu-item:focus a:focus {
  text-decoration: underline;
  text-underline-position: under;
  color: #003057 !important;
}

.reset-button {
  display: inline-block;
}

.search-text-wrapper {
  position: relative;
}
.search-text-wrapper .search-placeholder-wrapper {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 12px;
  width: calc(100% - 30px);
  overflow: hidden;
  z-index: 1;
}
.search-text-wrapper .search-placeholder-wrapper #search-placeholder {
  width: 240px;
  display: block;
}
.search-text-wrapper .search-placeholder-wrapper.hide {
  display: none;
}

.text-formatted,
.card-body,
.caption {
  font-size: 1.6rem;
}
.text-formatted ul:not(.nav-pills),
.card-body ul:not(.nav-pills),
.caption ul:not(.nav-pills) {
  list-style: none;
  padding-left: 1.5rem;
}
.text-formatted ul:not(.nav-pills) ul,
.card-body ul:not(.nav-pills) ul,
.caption ul:not(.nav-pills) ul {
  padding-left: 2rem;
}
.text-formatted ul:not(.nav-pills) li,
.card-body ul:not(.nav-pills) li,
.caption ul:not(.nav-pills) li {
  position: relative;
  padding-left: 2rem;
  list-style-position: inside;
  overflow: hidden;
}
.text-formatted ul:not(.nav-pills) > li:before,
.card-body ul:not(.nav-pills) > li:before,
.caption ul:not(.nav-pills) > li:before {
  content: "•";
  color: #20AEC5;
  margin-left: 0;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -4px;
  height: 100%;
}
.text-formatted ul:not(.nav-pills) > li > ul > li:before,
.card-body ul:not(.nav-pills) > li > ul > li:before,
.caption ul:not(.nav-pills) > li > ul > li:before {
  content: "◦";
}
.text-formatted ul:not(.nav-pills) > li > ul > li > ul > li:before,
.card-body ul:not(.nav-pills) > li > ul > li > ul > li:before,
.caption ul:not(.nav-pills) > li > ul > li > ul > li:before {
  content: "■";
  font-size: 12px;
  font-weight: bold;
  top: 2px;
}
.text-formatted ul:not(.nav-pills) > li > ul > li > ul > li > ul > li:before,
.card-body ul:not(.nav-pills) > li > ul > li > ul > li > ul > li:before,
.caption ul:not(.nav-pills) > li > ul > li > ul > li > ul > li:before {
  content: "□";
}
.text-formatted ol,
.card-body ol,
.caption ol {
  padding-left: 2rem;
}
.text-formatted ol ol,
.card-body ol ol,
.caption ol ol {
  padding-left: 2rem;
}
.text-formatted ol li,
.card-body ol li,
.caption ol li {
  padding-left: 0.75rem;
}
.text-formatted ol li ul li,
.card-body ol li ul li,
.caption ol li ul li {
  padding-left: 2rem;
}
.text-formatted ol > li::marker,
.card-body ol > li::marker,
.caption ol > li::marker {
  font-weight: bold;
}
.text-formatted ul.checklist,
.card-body ul.checklist,
.caption ul.checklist {
  margin-bottom: 2rem;
}
.text-formatted ul.checklist li,
.card-body ul.checklist li,
.caption ul.checklist li {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.text-formatted ul.checklist li p:last-of-type,
.card-body ul.checklist li p:last-of-type,
.caption ul.checklist li p:last-of-type {
  margin-bottom: 0 !important;
}
.text-formatted ul.checklist > li:before,
.card-body ul.checklist > li:before,
.caption ul.checklist > li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #20AEC5;
  content: "\f058";
  font-size: 18px;
  top: 4px;
}
.text-formatted p:last-of-type,
.card-body p:last-of-type,
.caption p:last-of-type {
  margin-bottom: 0;
}
.text-formatted iframe,
.card-body iframe,
.caption iframe {
  max-width: 99% !important;
}
.text-formatted table,
.card-body table,
.caption table {
  display: table;
  margin: 0 auto;
  overflow-x: auto;
  border: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .text-formatted table,
  .card-body table,
  .caption table {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .text-formatted table,
  .card-body table,
  .caption table {
    max-width: 100%;
    display: revert;
  }
}
.text-formatted table tbody,
.card-body table tbody,
.caption table tbody {
  border: none;
}
@media screen and (min-width: 768px) {
  .text-formatted table thead td,
  .card-body table thead td,
  .caption table thead td {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .text-formatted table tr td,
  .card-body table tr td,
  .caption table tr td {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 0;
  }
  .text-formatted table tr td:last-child,
  .card-body table tr td:last-child,
  .caption table tr td:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .text-formatted table tr td:first-child,
  .card-body table tr td:first-child,
  .caption table tr td:first-child {
    border-top: 1px solid #cccccc;
  }
  .text-formatted table tr td p,
  .card-body table tr td p,
  .caption table tr td p {
    margin-bottom: 3px !important;
  }
}
.text-formatted table th, .text-formatted table td,
.card-body table th,
.card-body table td,
.caption table th,
.caption table td {
  white-space: normal;
  padding: 20px;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .text-formatted table th, .text-formatted table td,
  .card-body table th,
  .card-body table td,
  .caption table th,
  .caption table td {
    width: auto !important;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media screen and (max-width: 767px) {
  .text-formatted table th, .text-formatted table td,
  .card-body table th,
  .card-body table td,
  .caption table th,
  .caption table td {
    width: 100% !important;
    display: block;
  }
  .text-formatted table th strong, .text-formatted table td strong,
  .card-body table th strong,
  .card-body table td strong,
  .caption table th strong,
  .caption table td strong {
    margin: 0;
  }
}
.text-formatted table.small-text tr th, .text-formatted table.small-text tr td,
.card-body table.small-text tr th,
.card-body table.small-text tr td,
.caption table.small-text tr th,
.caption table.small-text tr td {
  font-size: 14px !important;
}
.text-formatted table.smallest-text tr th, .text-formatted table.smallest-text tr td,
.card-body table.smallest-text tr th,
.card-body table.smallest-text tr td,
.caption table.smallest-text tr th,
.caption table.smallest-text tr td {
  font-size: 12px !important;
}
@media screen and (max-width: 767px) {
  .text-formatted table.table-bordered tr td,
  .card-body table.table-bordered tr td,
  .caption table.table-bordered tr td {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 0;
  }
  .text-formatted table.table-bordered tr td:last-child,
  .card-body table.table-bordered tr td:last-child,
  .caption table.table-bordered tr td:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .text-formatted table.table-bordered tr td:first-child,
  .card-body table.table-bordered tr td:first-child,
  .caption table.table-bordered tr td:first-child {
    border-top: 1px solid #cccccc;
  }
  .text-formatted table.table-bordered tr td p,
  .card-body table.table-bordered tr td p,
  .caption table.table-bordered tr td p {
    margin-bottom: 3px !important;
  }
}
.text-formatted .constrain ul.fourths,
.card-body .constrain ul.fourths,
.caption .constrain ul.fourths {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .text-formatted .constrain ul.fourths .fas,
  .card-body .constrain ul.fourths .fas,
  .caption .constrain ul.fourths .fas {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .text-formatted .constrain ul.fourths .shortTitle,
  .card-body .constrain ul.fourths .shortTitle,
  .caption .constrain ul.fourths .shortTitle {
    font-size: 14px;
  }
}

blockquote {
  color: #003057;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  position: relative;
  padding: 34px 50px;
  margin: 50px 0;
}
@media (min-width: 1440px) {
  blockquote {
    margin: 50px -100px;
  }
}
blockquote p {
  margin: 0;
}
blockquote .quote-author, blockquote .quote-attribution {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
  font-family: "open_sans", Arial, sans-serif;
  font-style: initial;
}
blockquote:before {
  content: "";
  width: 67px;
  height: 67px;
  border-left: 3px solid #20AEC5;
  border-top: 3px solid #20AEC5;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "";
  width: 67px;
  height: 67px;
  border-right: 3px solid #20AEC5;
  border-bottom: 3px solid #20AEC5;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  blockquote {
    margin: 50px 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding: 24px 30px;
  }
}

.quote-wrapper {
  color: #003057;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  position: relative;
  padding: 34px 50px;
  margin: 50px 0;
  max-width: 386px;
}
@media (min-width: 1440px) {
  .quote-wrapper {
    margin: 50px -100px;
  }
}
.quote-wrapper p {
  margin: 0;
}
.quote-wrapper .quote-author, .quote-wrapper .quote-attribution {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
  font-family: "open_sans", Arial, sans-serif;
  font-style: initial;
}
.quote-wrapper:before {
  content: "";
  width: 67px;
  height: 67px;
  border-left: 3px solid #20AEC5;
  border-top: 3px solid #20AEC5;
  position: absolute;
  left: 0;
  top: 0;
}
.quote-wrapper:after {
  content: "";
  width: 67px;
  height: 67px;
  border-right: 3px solid #20AEC5;
  border-bottom: 3px solid #20AEC5;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .quote-wrapper {
    margin: 50px 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding: 24px 30px;
  }
}
@media screen and (max-width: 767px) {
  .quote-wrapper {
    max-width: 100%;
  }
}
.quote-wrapper p {
  margin: 0;
}
.quote-wrapper .quote-author, .quote-wrapper .quote-attribution {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
  font-family: "open_sans", Arial, sans-serif;
  font-style: initial;
}
.quote-wrapper:before {
  content: "";
  width: 67px;
  height: 67px;
  border-left: 3px solid #20AEC5;
  border-top: 3px solid #20AEC5;
  position: absolute;
  left: 0;
  top: 0;
}
.quote-wrapper:after {
  content: "";
  width: 67px;
  height: 67px;
  border-right: 3px solid #20AEC5;
  border-bottom: 3px solid #20AEC5;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .quote-wrapper {
    margin: 50px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding: 24px 30px;
  }
}
.quote-wrapper.quote-left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
@media (min-width: 1440px) {
  .quote-wrapper.quote-left {
    margin-left: -100px;
  }
}
@media screen and (max-width: 767px) {
  .quote-wrapper.quote-left {
    margin: 20px 5px;
    width: 100%;
    float: none;
  }
}
.quote-wrapper.quote-right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
@media (min-width: 1440px) {
  .quote-wrapper.quote-right {
    margin-right: -100px;
  }
}
@media screen and (max-width: 767px) {
  .quote-wrapper.quote-right {
    margin: 20px 5px;
    width: 100%;
    float: none;
  }
}

.layout--twocol-section .quote-wrapper, .layout--twocol-section blockquote, .layout--threecol-section .quote-wrapper, .layout--threecol-section blockquote {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1440px) {
  .layout--twocol-section .quote-wrapper, .layout--twocol-section blockquote, .layout--threecol-section .quote-wrapper, .layout--threecol-section blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout--twocol-section .quote-wrapper.quote-left, .layout--twocol-section blockquote.quote-left, .layout--threecol-section .quote-wrapper.quote-left, .layout--threecol-section blockquote.quote-left {
  margin-left: 0;
}
@media (min-width: 1440px) {
  .layout--twocol-section .quote-wrapper.quote-left, .layout--twocol-section blockquote.quote-left, .layout--threecol-section .quote-wrapper.quote-left, .layout--threecol-section blockquote.quote-left {
    margin-left: 0;
  }
}
.layout--twocol-section .quote-wrapper.quote-right, .layout--twocol-section blockquote.quote-right, .layout--threecol-section .quote-wrapper.quote-right, .layout--threecol-section blockquote.quote-right {
  margin-right: 0;
}
@media (min-width: 1440px) {
  .layout--twocol-section .quote-wrapper.quote-right, .layout--twocol-section blockquote.quote-right, .layout--threecol-section .quote-wrapper.quote-right, .layout--threecol-section blockquote.quote-right {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .collapse .card-body table.dataTable th, .collapse .card-body table.dataTable td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.text-formatted p {
  margin-bottom: 1rem;
}

.node--type-layout-page .node__content .layout--twocol-section--67-33 .layout__region--first,
.node--type-layout-page .node__content .layout--twocol-section--33-67 .layout__region--first,
.node--type-layout-page .node__content .layout--twocol-section--50-50 .layout__region--first,
.node--type-layout-page .node__content .layout--twocol-section--25-75 .layout__region--first,
.node--type-layout-builder .node__content .layout--twocol-section--67-33 .layout__region--first,
.node--type-layout-builder .node__content .layout--twocol-section--33-67 .layout__region--first,
.node--type-layout-builder .node__content .layout--twocol-section--50-50 .layout__region--first,
.node--type-layout-builder .node__content .layout--twocol-section--25-75 .layout__region--first,
.page-node-type-landing-page .node__content .layout--twocol-section--67-33 .layout__region--first,
.page-node-type-landing-page .node__content .layout--twocol-section--33-67 .layout__region--first,
.page-node-type-landing-page .node__content .layout--twocol-section--50-50 .layout__region--first,
.page-node-type-landing-page .node__content .layout--twocol-section--25-75 .layout__region--first {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .node--type-layout-page .node__content .layout--twocol-section--67-33 .layout__region--first,
  .node--type-layout-page .node__content .layout--twocol-section--33-67 .layout__region--first,
  .node--type-layout-page .node__content .layout--twocol-section--50-50 .layout__region--first,
  .node--type-layout-page .node__content .layout--twocol-section--25-75 .layout__region--first,
  .node--type-layout-builder .node__content .layout--twocol-section--67-33 .layout__region--first,
  .node--type-layout-builder .node__content .layout--twocol-section--33-67 .layout__region--first,
  .node--type-layout-builder .node__content .layout--twocol-section--50-50 .layout__region--first,
  .node--type-layout-builder .node__content .layout--twocol-section--25-75 .layout__region--first,
  .page-node-type-landing-page .node__content .layout--twocol-section--67-33 .layout__region--first,
  .page-node-type-landing-page .node__content .layout--twocol-section--33-67 .layout__region--first,
  .page-node-type-landing-page .node__content .layout--twocol-section--50-50 .layout__region--first,
  .page-node-type-landing-page .node__content .layout--twocol-section--25-75 .layout__region--first {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .node--type-layout-page .node__content .first-twocol:not(.keep-order) > .layout__region--first,
  .node--type-layout-builder .node__content .first-twocol:not(.keep-order) > .layout__region--first,
  .page-node-type-landing-page .node__content .first-twocol:not(.keep-order) > .layout__region--first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .node--type-layout-page .node__content .first-twocol:not(.keep-order) > .layout__region--second,
  .node--type-layout-builder .node__content .first-twocol:not(.keep-order) > .layout__region--second,
  .page-node-type-landing-page .node__content .first-twocol:not(.keep-order) > .layout__region--second {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .node--type-layout-page .node__content .mobile-display > .layout__region--second .block,
  .node--type-layout-builder .node__content .mobile-display > .layout__region--second .block,
  .page-node-type-landing-page .node__content .mobile-display > .layout__region--second .block {
    display: none;
  }
  .node--type-layout-page .node__content .mobile-display > .layout__region--second .block:first-child,
  .node--type-layout-builder .node__content .mobile-display > .layout__region--second .block:first-child,
  .page-node-type-landing-page .node__content .mobile-display > .layout__region--second .block:first-child {
    display: block;
  }
  .node--type-layout-page .node__content .contain-cloned-items .layout__region--second > .block:first-child,
  .node--type-layout-builder .node__content .contain-cloned-items .layout__region--second > .block:first-child,
  .page-node-type-landing-page .node__content .contain-cloned-items .layout__region--second > .block:first-child {
    display: none;
  }
  .node--type-layout-page .node__content .keep-order > .layout__region--second .block,
  .node--type-layout-builder .node__content .keep-order > .layout__region--second .block,
  .page-node-type-landing-page .node__content .keep-order > .layout__region--second .block {
    display: block;
  }
  .node--type-layout-page .node__content .keep-order > .layout__region--second .block:first-child,
  .node--type-layout-builder .node__content .keep-order > .layout__region--second .block:first-child,
  .page-node-type-landing-page .node__content .keep-order > .layout__region--second .block:first-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .node--type-layout-page .node__content .layout--twocol-section--75-25 > .layout__region--first,
  .node--type-layout-builder .node__content .layout--twocol-section--75-25 > .layout__region--first,
  .page-node-type-landing-page .node__content .layout--twocol-section--75-25 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 992px) {
  .node--type-layout-page .node__content .layout--twocol-section--75-25 > .layout__region--first,
  .node--type-layout-builder .node__content .layout--twocol-section--75-25 > .layout__region--first,
  .page-node-type-landing-page .node__content .layout--twocol-section--75-25 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}
@media screen and (min-width: 768px) {
  .node--type-layout-page .node__content .layout--twocol-section--75-25 > .layout__region--second,
  .node--type-layout-builder .node__content .layout--twocol-section--75-25 > .layout__region--second,
  .page-node-type-landing-page .node__content .layout--twocol-section--75-25 > .layout__region--second {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 100% !important;
            flex: 0 1 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .node--type-layout-page .node__content .layout--twocol-section--75-25 > .layout__region--second,
  .node--type-layout-builder .node__content .layout--twocol-section--75-25 > .layout__region--second,
  .page-node-type-landing-page .node__content .layout--twocol-section--75-25 > .layout__region--second {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 25% !important;
            flex: 0 1 25% !important;
    max-width: 25% !important;
  }
}

@media screen and (min-width: 768px) {
  .node--type-layout-page .node__content .layout--twocol-section--50-50 .layout__region--first {
    padding-right: 15px;
  }
}

.layout.has-image-cta-items .layout__region {
  padding: 0 1.5rem !important;
}
.layout.has-image-cta-items .layout__region:first-of-type {
  padding-left: 3rem !important;
}
.layout.has-image-cta-items .layout__region:last-of-type {
  padding-right: 3rem !important;
}

.layout .align-right {
  float: right;
  margin: 0 0 3rem 3rem;
}
@media screen and (max-width: 991px) {
  .layout .align-right {
    margin: 0 auto 3rem auto;
    float: none;
  }
}

.layout .align-left {
  float: left;
  margin: 0 3rem 3rem 0;
}
@media screen and (max-width: 991px) {
  .layout .align-left {
    margin: 0 auto 3rem auto;
    float: none;
  }
}

.layout .width-25 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .layout .width-25 {
    width: 100%;
  }
}
.layout .width-33 {
  width: 33%;
}
@media screen and (max-width: 991px) {
  .layout .width-33 {
    width: 100%;
  }
}
.layout .width-50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .layout .width-50 {
    width: 100%;
  }
}
.layout:not(.paragraph--type--node-list-in-carousel) img {
  max-width: 100%;
  height: auto;
}

.block-layout-builder {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .block-layout-builder {
    margin-bottom: 30px;
  }
  .block-layout-builder .field--name-field-layout .paragraph--type--inline-layout-section .layout .paragraph--type--wysiwyg {
    margin-bottom: 30px;
  }
}
.block-layout-builder.empty {
  margin-bottom: 0 !important;
}
.block-layout-builder.no-custom-spacing {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .layout--twocol-section {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first .paragraph--type--node-list-in-carousel {
    max-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .layout--twocol-section.groupmenu-firstchild {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .page-node-type-layout-page article.node--type-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third,
  .page-node-type-layout-page article.node--type-landing-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third,
  .page-node-type-page article.node--type-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third,
  .page-node-type-page article.node--type-landing-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third,
  .page-node-type-landing-page article.node--type-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third,
  .page-node-type-landing-page article.node--type-landing-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third {
    top: -110px;
    position: absolute;
    right: 0;
    z-index: 9;
    width: 33%;
  }
}
.page-node-type-layout-page article.node--type-layout-page .node__content > .layout--twocol-section .layout__region--second,
.page-node-type-page article.node--type-layout-page .node__content > .layout--twocol-section .layout__region--second,
.page-node-type-landing-page article.node--type-layout-page .node__content > .layout--twocol-section .layout__region--second {
  position: relative;
  z-index: 10;
  overflow: initial;
  word-break: break-word;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-node-type-layout-page article.node--type-layout-page .node__content .layout--twocol-section.layout--twocol-section--50-50 .layout__region--second,
  .page-node-type-page article.node--type-layout-page .node__content .layout--twocol-section.layout--twocol-section--50-50 .layout__region--second,
  .page-node-type-landing-page article.node--type-layout-page .node__content .layout--twocol-section.layout--twocol-section--50-50 .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
}
@media screen and (min-width: 992px) {
  .page-node-type-layout-page.user-logged-in article.node--type-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third,
  .page-node-type-page.user-logged-in article.node--type-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third,
  .page-node-type-landing-page.user-logged-in article.node--type-page .node__content > .paragraph-layout .layout--threecol-section .layout__region.layout__region--third {
    top: -268px;
  }
}
.page-node-type-layout-page.user-logged-in article.node--type-layout-page .node__content > .layout--twocol-section .layout__region--second,
.page-node-type-page.user-logged-in article.node--type-layout-page .node__content > .layout--twocol-section .layout__region--second,
.page-node-type-landing-page.user-logged-in article.node--type-layout-page .node__content > .layout--twocol-section .layout__region--second {
  position: relative;
  z-index: 10;
  overflow: initial;
  word-break: break-word;
}
.page-node-type-landing-page article.node--type-landing-page .node__content > .layout--twocol-section .layout__region--second,
.page-node-type-landing-page article.node--type-center .node__content > .layout--twocol-section .layout__region--second,
.page-node-type-center article.node--type-landing-page .node__content > .layout--twocol-section .layout__region--second,
.page-node-type-center article.node--type-center .node__content > .layout--twocol-section .layout__region--second {
  position: relative;
  z-index: 10;
  overflow: initial;
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .page-node-type-center article.node--type-center .node__content > .layout--twocol-section .layout__region--second {
    margin-top: -60px !important;
  }
}

.node__content .layout--twocol-section--67-33 .layout__region--second .paragraph--type--wysiwyg h2,
.node__content .layout--twocol-section--67-33 .layout__region--second .paragraph--type--wysiwyg-with-title h2,
.node__content .layout--twocol-section--75-25 .layout__region--second .paragraph--type--wysiwyg h2,
.node__content .layout--twocol-section--75-25 .layout__region--second .paragraph--type--wysiwyg-with-title h2 {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .node__content .layout--twocol-section--67-33 .layout__region--second .paragraph--type--wysiwyg h2,
  .node__content .layout--twocol-section--67-33 .layout__region--second .paragraph--type--wysiwyg-with-title h2,
  .node__content .layout--twocol-section--75-25 .layout__region--second .paragraph--type--wysiwyg h2,
  .node__content .layout--twocol-section--75-25 .layout__region--second .paragraph--type--wysiwyg-with-title h2 {
    font-size: 1.8rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}
.node__content .layout--twocol-section--33-67 .layout__region--first .paragraph--type--wysiwyg h2,
.node__content .layout--twocol-section--33-67 .layout__region--first .paragraph--type--wysiwyg-with-title h2,
.node__content .layout--twocol-section--25-75 .layout__region--first .paragraph--type--wysiwyg h2,
.node__content .layout--twocol-section--25-75 .layout__region--first .paragraph--type--wysiwyg-with-title h2 {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .node__content .layout--twocol-section--33-67 .layout__region--first .paragraph--type--wysiwyg h2,
  .node__content .layout--twocol-section--33-67 .layout__region--first .paragraph--type--wysiwyg-with-title h2,
  .node__content .layout--twocol-section--25-75 .layout__region--first .paragraph--type--wysiwyg h2,
  .node__content .layout--twocol-section--25-75 .layout__region--first .paragraph--type--wysiwyg-with-title h2 {
    font-size: 1.8rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}

.block-inline-blocksidebar-component-block .paragraph--type--contact-info-block-reference {
  margin-bottom: 0;
}

.paragraph--type--inline-layout-section .layout--twocol-section,
.paragraph--type--inline-layout-section .layout--threecol-section,
.paragraph--type--inline-layout-section .layout--fourcol-section {
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1199px) {
  .paragraph--type--inline-layout-section .layout--twocol-section,
  .paragraph--type--inline-layout-section .layout--threecol-section,
  .paragraph--type--inline-layout-section .layout--fourcol-section {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.paragraph--type--inline-layout-section .layout--twocol-section > .layout__region,
.paragraph--type--inline-layout-section .layout--threecol-section > .layout__region,
.paragraph--type--inline-layout-section .layout--fourcol-section > .layout__region {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .paragraph--type--inline-layout-section .layout--fourcol-section > .layout__region,
  .paragraph--type--inline-layout-section .layout--twocol-section > .layout__region {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.4%;
            flex: 0 1 48.4%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--inline-layout-section .layout--threecol-section > .layout__region {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.33%;
            flex: 0 1 31.33%;
  }
}

@media screen and (max-width: 767px) {
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.path-academics-programs.programs .layout-container.container {
  max-width: 1500px;
}

article.node .layout .layout__region--first .block-layout-builder:last-child {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  article.node .layout .layout__region--first .block-layout-builder:last-child {
    margin-bottom: 5rem;
  }
}
article.node .layout .layout__region--second .block:last-child {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  article.node .layout .layout__region--second .block:last-child {
    margin-bottom: 4rem;
  }
}

.block-inline-blockinline-layout-block:not(.container) .paragraph .layout--twocol-section .paragraph--type--video .video-thumbnail {
  max-height: 500px;
}

@media screen and (max-width: 767px) {
  .layout--twocol-section > .layout__region,
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region,
  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 100% !important;
            flex: 0 1 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .layout--fourcol-section > .layout__region {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media screen and (min-width: 992px) {
  article .node__content .layout .cldmt {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .layout--twocol-section.layout--twocol-section--50-50,
  .layout--twocol-section.layout--twocol-section--50-50 {
    margin: 0 -15px;
  }
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .layout--twocol-section.layout--twocol-section--50-50.margin-auto,
  .layout--twocol-section.layout--twocol-section--50-50.margin-auto {
    margin: 0 auto;
  }
  .layout--twocol-section.layout--twocol-section--50-50.no-padding,
  .layout--twocol-section.layout--twocol-section--50-50.no-padding {
    padding: 0;
  }
  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
    padding-left: 15px;
  }
  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    padding-right: 15px;
  }
}
/*added to fix /acadaffairs/leadership column layout spacing issue*/
.paragraph--type--inline-layout-section .layout--threecol-section.layout--threecol-section--33-34-33 > .layout__region {
  padding: 0 15px;
}

/*end of added to fix */
.page-node-campaign_landing_page .block-field-blocknodecampaign-landing-pagefield-short-summary,
.page-node-campaign_landing_page .block-field-blocknodecampaign-landing-pagefield-administrative-tags {
  display: none;
}

/* evms contact block */
@media screen and (max-width: 991px) {
  .program-contact-section .layout__region {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .program-contact-section .layout__region.layout__region--second {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .program-contact-section .layout__region.layout__region--second {
    margin-top: 75px;
  }
}
.program-contact-section .layout__region.layout__region--second .block {
  display: block !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .program-contact-section .layout__region.layout__region--second .block {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .program-contact-section .layout__region.layout__region--second .block:first-child {
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .program-contact-section .layout__region.layout__region--second .block:last-child {
    margin-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .program-contact-section .layout__region.layout__region--second .block:last-child .paragraph--type--contact-info-block {
    margin-top: 0;
  }
}

.card-body .tab-content {
  overflow: auto;
}

.align-left.media.media--type-remote-video.media--view-mode-wysiwyg-115w.embedded-remote-video,
.align-right.media.media--type-remote-video.media--view-mode-wysiwyg-115w.embedded-remote-video {
  width: 115px;
  max-width: 100%;
}

.align-center.media.media--type-remote-video.media--view-mode-wysiwyg-115w,
.media.media--type-remote-video.media--view-mode-wysiwyg-115w {
  width: 115px;
  max-width: 100%;
}

.align-left.media.media--type-remote-video.media--view-mode-wysiwyg-300w.embedded-remote-video,
.align-right.media.media--type-remote-video.media--view-mode-wysiwyg-300w.embedded-remote-video {
  width: 300px;
  max-width: 100%;
}

.align-center.media.media--type-remote-video.media--view-mode-wysiwyg-300w,
.media.media--type-remote-video.media--view-mode-wysiwyg-300w {
  width: 300px;
  max-width: 100%;
}

.align-left.media.media--type-remote-video.media--view-mode-wysiwyg-450w.embedded-remote-video,
.align-right.media.media--type-remote-video.media--view-mode-wysiwyg-450w.embedded-remote-video {
  width: 450px;
  max-width: 100%;
}

.align-center.media.media--type-remote-video.media--view-mode-wysiwyg-450w,
.media.media--type-remote-video.media--view-mode-wysiwyg-450w {
  width: 450px;
  max-width: 100%;
}

.align-left.media.media--type-remote-video.media--view-mode-wysiwyg-600w.embedded-remote-video,
.align-right.media.media--type-remote-video.media--view-mode-wysiwyg-600w.embedded-remote-video {
  width: 600px;
  max-width: 100%;
}

.align-center.media.media--type-remote-video.media--view-mode-wysiwyg-600w,
.media.media--type-remote-video.media--view-mode-wysiwyg-600w {
  width: 600px;
  max-width: 100%;
}

.align-left.media.media--type-remote-video.media--view-mode-wysiwyg-900w.embedded-remote-video,
.align-right.media.media--type-remote-video.media--view-mode-wysiwyg-900w.embedded-remote-video {
  width: 900px;
  max-width: 100%;
}

.align-center.media.media--type-remote-video.media--view-mode-wysiwyg-900w,
.media.media--type-remote-video.media--view-mode-wysiwyg-900w {
  width: 900px;
  max-width: 100%;
}

.media.media--type-remote-video.media--view-mode-default {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.layout--twocol-section .block-group-menu-block .menu-item--expanded > a.is-active {
  width: calc(100% - 42px);
  display: block;
}

body.evms h1, body.evms h2, body.evms h3, body.evms h4, body.evms h5, body.evms h6,
body.evms .field--name-field-section-title {
  font-family: "Titillium Web", Arial, sans-serif !important;
  color: #404A5A;
}
body.evms h1,
body.evms .field--name-field-section-title {
  font-weight: 700;
}
body.evms .layout--twocol-section blockquote {
  color: #1F7F9B;
}
body.evms .block-inline-blockperson-contact .field--name-field-title h2 {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif !important;
}
body.evms .paragraph--type--featured-video-tiles .field--name-field-section-title {
  color: #fff;
}
body.evms .paragraph--type--person-nodes .field--name-field-section-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif !important;
}
body.evms .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption:before {
  background-image: url("../images/quotes-1-seafoam.svg");
  width: 100%;
}
body.evms .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption:after {
  background-image: url("../images/quotes-seafoam.svg");
}
body.evms .paragraph--type--full-width-cta.teal .outer-wrapper:before {
  background: rgba(31, 127, 155, 0.85);
}
body.evms .paragraph--type--full-width-cta.teal .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item a {
  border-color: #fff;
}
body.evms .paragraph--type--full-width-cta.teal .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item a:hover, body.evms .paragraph--type--full-width-cta.teal .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item a:focus {
  background: #fff;
}
body.evms .paragraph--type--articles-list-curated .field--name-field-node-reference .field__item .node--view-mode-article-list a {
  color: #1F7F9B;
}
body.evms .paragraph--type--articles-list-curated .view-articles-list .node--view-mode-article-list a {
  color: #1F7F9B;
}
body.evms .paragraph--type--featured-news-tiles .field--name-field-more-link a,
body.evms .paragraph--type--featured-events-listing .field--name-field-more-link a {
  color: #1F7F9B;
  font-weight: 700;
}
body.evms .paragraph--type--featured-news-tiles .field--name-field-more-link a:after,
body.evms .paragraph--type--featured-events-listing .field--name-field-more-link a:after {
  display: none;
}
body.evms .paragraph--type--accordion h2 {
  font-family: "Titillium Web", Arial, sans-serif !important;
}
body.evms .paragraph--type--accordion .style-acc-headings .card .card-header h2 button {
  color: #1F7F9B;
}
body.evms .paragraph--type--accordion .style-acc-headings .card .card-header h2 button:before {
  color: #1F7F9B;
}
body.evms .paragraph--type--accordion .style-acc-headings .card .card-header h2 button:not(.collapsed) {
  border-bottom: none !important;
}
body.evms .paragraph--type--accordion .style-acc-headings .card .card-body {
  padding-left: 45px;
}
body.evms .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content .field--name-field-link a {
  color: #1F7F9B;
}
body.evms .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content .field--name-field-link a:after {
  color: #1F7F9B;
}
body.evms .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-icon .fontawesome-icon i {
  color: #1F7F9B;
}
body.evms .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .slide-title:before {
  content: url("../images/evms/virginia-health-science-logo.svg");
  display: block;
  width: 185px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 185/50;
  margin: 0 auto;
}
body.evms .paragraph--type--tabs-horizontal ul.nav .nav-item a {
  color: #1F7F9B;
}
body.evms .paragraph--type--tabs-horizontal ul.nav .nav-item a.active {
  background: #1F7F9B;
  color: #fff;
}
body.evms .paragraph--type--tabs-horizontal ul.nav .nav-item a.active:before {
  border-top: 15px solid #1F7F9B;
}
body.evms .paragraph--type--tabs-horizontal ul.nav .nav-item a.active:after {
  border: 4px solid #1F7F9B;
}
body.evms .view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-date {
  background: #003057;
  color: #fff;
}
body.evms .view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-date .month {
  color: #fff;
}
body.evms .view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-date .month:before {
  display: none;
}
body.evms .view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-date ._date {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .hero-content-inner,
  .hero-content.default-banner {
    position: relative;
    overflow: hidden;
  }
  .hero-content-inner:before,
  .hero-content.default-banner:before {
    display: block;
    content: "";
    width: 100%;
    top: 7.5%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(32.86%, #003057), color-stop(84.71%, rgba(0, 48, 87, 0)));
    background: linear-gradient(360deg, #003057 32.86%, rgba(0, 48, 87, 0) 84.71%);
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .hero-content-inner:after,
  .hero-content.default-banner:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 25%;
    left: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, right bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, #E1EAF0), to(#E1EAF0));
    background: linear-gradient(to top left, #fff 0%, #fff 50%, #E1EAF0 50%, #E1EAF0 100%);
  }
}
@media screen and (max-width: 767px) {
  .hero-content-inner .banner-image-wrap,
  .hero-content.default-banner .banner-image-wrap {
    position: relative;
    padding-top: 84px;
  }
  .hero-content-inner .banner-image-wrap:before,
  .hero-content.default-banner .banner-image-wrap:before {
    display: block;
    content: "";
    width: 100%;
    top: 40%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(32.86%, #003057), color-stop(84.71%, rgba(0, 48, 87, 0)));
    background: linear-gradient(360deg, #003057 32.86%, rgba(0, 48, 87, 0) 84.71%);
    opacity: 0.8;
  }
}
.hero-content-inner .banner-image-wrap img,
.hero-content.default-banner .banner-image-wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .hero-content-inner .banner-image-wrap img,
  .hero-content.default-banner .banner-image-wrap img {
    height: 177px;
  }
}
@media screen and (min-width: 992px) {
  .hero-content-inner.tall .banner-image-wrap img,
  .hero-content.default-banner.tall .banner-image-wrap img {
    height: 80vh;
  }
}
.hero-content-inner.default-tall .banner-image-wrap img,
.hero-content.default-banner.default-tall .banner-image-wrap img {
  height: 555px;
}
@media screen and (max-width: 767px) {
  .hero-content-inner.default-tall .banner-image-wrap img,
  .hero-content.default-banner.default-tall .banner-image-wrap img {
    height: 177px;
  }
}
.hero-content-inner.default-tall .title-breadcrumbs,
.hero-content.default-banner.default-tall .title-breadcrumbs {
  bottom: 275px;
}
.hero-content-inner .title-breadcrumbs,
.hero-content.default-banner .title-breadcrumbs {
  position: absolute;
  width: 100%;
  bottom: 5rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .hero-content-inner .title-breadcrumbs,
  .hero-content.default-banner .title-breadcrumbs {
    position: relative;
    bottom: 0;
    padding: 30px 20px;
    color: #333333;
  }
}
.hero-content-inner .title-breadcrumbs .block-system-breadcrumb-block,
.hero-content.default-banner .title-breadcrumbs .block-system-breadcrumb-block {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-content-inner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb,
.hero-content.default-banner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
}
.hero-content-inner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb li,
.hero-content.default-banner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb li {
  font-family: "open_sans", Arial, sans-serif;
  color: #fff;
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
@media screen and (max-width: 767px) {
  .hero-content-inner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb li,
  .hero-content.default-banner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb li {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #003057;
  }
}
.hero-content-inner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb li a,
.hero-content.default-banner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb li a {
  font-family: inherit;
  color: inherit;
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
.hero-content-inner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb li:after,
.hero-content.default-banner .title-breadcrumbs .block-system-breadcrumb-block .breadcrumb li:after {
  color: inherit;
  margin: 0 5px;
}
.hero-content-inner .title-breadcrumbs .page-title,
.hero-content.default-banner .title-breadcrumbs .page-title {
  color: #fff;
  text-align: center;
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
@media screen and (max-width: 767px) {
  .hero-content-inner .title-breadcrumbs .page-title,
  .hero-content.default-banner .title-breadcrumbs .page-title {
    color: #333333;
    font-size: 28px;
    line-height: 33px;
  }
}
.hero-content-inner .title-breadcrumbs .page-title:after,
.hero-content.default-banner .title-breadcrumbs .page-title:after {
  content: "";
  height: 4px;
  width: 205px;
  display: block;
  background: #20AEC5;
  opacity: 0.4;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .hero-content-inner .title-breadcrumbs .page-title:after,
  .hero-content.default-banner .title-breadcrumbs .page-title:after {
    display: none;
  }
}
.hero-content-inner .title-breadcrumbs .page-title span,
.hero-content.default-banner .title-breadcrumbs .page-title span {
  background-color: transparent !important;
}
.hero-content-inner.default-banner:before,
.hero-content.default-banner.default-banner:before {
  background: #fff;
}
.hero-content-inner.default-banner .page-title,
.hero-content.default-banner.default-banner .page-title {
  color: #003057;
}
.hero-content-inner.default-banner .page-title:after,
.hero-content.default-banner.default-banner .page-title:after {
  background: #4D89C1;
}
.hero-content-inner.default-banner .block-system-breadcrumb-block .breadcrumb li,
.hero-content.default-banner.default-banner .block-system-breadcrumb-block .breadcrumb li {
  color: #003057;
}
.hero-content-inner.default-banner .block-system-breadcrumb-block .breadcrumb li a,
.hero-content.default-banner.default-banner .block-system-breadcrumb-block .breadcrumb li a {
  color: #003057;
}
.hero-content-inner.default-banner .block-system-breadcrumb-block .breadcrumb li:after,
.hero-content.default-banner.default-banner .block-system-breadcrumb-block .breadcrumb li:after {
  color: #4D89C1;
}

.hero-content.default-banner,
.hero-content-inner.default-banner {
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .hero-content.default-banner,
  .hero-content-inner.default-banner {
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .hero-content.default-banner:before,
  .hero-content-inner.default-banner:before {
    top: 0;
  }
}
.hero-content.default-banner .banner-image-wrap:before,
.hero-content-inner.default-banner .banner-image-wrap:before {
  background: #fff;
  top: 0;
}

.page-node-type-page .layout-hero-content .hero-content-inner:after {
  display: none;
}

body.calendar-main-page .hero-content-inner,
body.calendar-main-page .hero-content.default-banner {
  overflow: visible;
}

.page-node-profile .hero-content-inner.default-banner,
.person-directory .hero-content-inner.default-banner,
.path-programs .hero-content-inner.default-banner,
.path-academics-programs .hero-content-inner.default-banner {
  position: relative;
  z-index: 4;
}
.page-node-profile .hero-content-inner.default-banner:after,
.person-directory .hero-content-inner.default-banner:after,
.path-programs .hero-content-inner.default-banner:after,
.path-academics-programs .hero-content-inner.default-banner:after {
  content: "";
  background: url(../images/hero-bg@2x.png) no-repeat scroll 0 0 transparent;
  background-size: 100%;
  bottom: 0;
  width: 100%;
  height: 79px;
  z-index: 3;
  position: absolute;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .page-node-profile .hero-content-inner.default-banner:after,
  .person-directory .hero-content-inner.default-banner:after,
  .path-programs .hero-content-inner.default-banner:after,
  .path-academics-programs .hero-content-inner.default-banner:after {
    display: none;
  }
}
.page-node-profile .banner-inner-wrapper,
.person-directory .banner-inner-wrapper,
.path-programs .banner-inner-wrapper,
.path-academics-programs .banner-inner-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-node-profile .banner-inner-wrapper:before,
  .person-directory .banner-inner-wrapper:before,
  .path-programs .banner-inner-wrapper:before,
  .path-academics-programs .banner-inner-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 36px solid #fff;
    border-left: 36px solid transparent;
    border-right: 36px solid #fff;
    width: 40%;
    z-index: 4;
  }
  .page-node-profile .banner-inner-wrapper:after,
  .person-directory .banner-inner-wrapper:after,
  .path-programs .banner-inner-wrapper:after,
  .path-academics-programs .banner-inner-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    height: 132%;
    top: 100%;
    width: 60%;
    background: url(../images/mobile-top-rectagle.png) no-repeat scroll 0 0 transparent;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-node-profile .banner-inner-wrapper:after,
  .person-directory .banner-inner-wrapper:after,
  .path-programs .banner-inner-wrapper:after,
  .path-academics-programs .banner-inner-wrapper:after {
    height: 245%;
  }
}

.page-node-type-layout-page .hero-content-inner {
  position: relative;
  z-index: 4;
}
.page-node-type-layout-page .hero-content-inner:after {
  content: "";
  background: url(../images/hero-bg@2x.png) no-repeat scroll 0 0 transparent;
  background-size: 100%;
  bottom: 0;
  width: 100%;
  height: 79px;
  z-index: 3;
  position: absolute;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .page-node-type-layout-page .hero-content-inner:after {
    display: none;
  }
}

.path-programs .hero-content-inner.default-banner:before,
.path-academics-programs .hero-content-inner.default-banner:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(32.86%, #003057), color-stop(84.71%, rgba(0, 48, 87, 0)));
  background: linear-gradient(360deg, #003057 32.86%, rgba(0, 48, 87, 0) 84.71%);
}
@media screen and (min-width: 768px) {
  .path-programs .hero-content-inner .title-breadcrumbs a,
  .path-academics-programs .hero-content-inner .title-breadcrumbs a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .path-programs .hero-content-inner .title-breadcrumbs .page-title,
  .path-academics-programs .hero-content-inner .title-breadcrumbs .page-title {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .path-programs .hero-content-inner .title-breadcrumbs .page-title:after,
  .path-academics-programs .hero-content-inner .title-breadcrumbs .page-title:after {
    background: #20AEC5;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .path-programs .hero-content-inner .block-system-breadcrumb-block .breadcrumb li,
  .path-academics-programs .hero-content-inner .block-system-breadcrumb-block .breadcrumb li {
    color: #fff;
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
}
@media screen and (min-width: 768px) {
  .path-programs .hero-content-inner .block-system-breadcrumb-block .breadcrumb li a,
  .path-academics-programs .hero-content-inner .block-system-breadcrumb-block .breadcrumb li a {
    color: #fff;
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
}
@media screen and (max-width: 767px) {
  .path-programs .hero-content-inner .banner-image-wrap,
  .path-academics-programs .hero-content-inner .banner-image-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-event .node--view-mode-hero-content .bg-image:before,
  .page-node-type-article .node--view-mode-hero-content .bg-image:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 36px solid #fff;
    border-left: 36px solid transparent;
    border-right: 36px solid #fff;
    width: 40%;
  }
  .page-node-type-event .node--view-mode-hero-content .bg-image:after,
  .page-node-type-article .node--view-mode-hero-content .bg-image:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    height: 132%;
    top: 100%;
    width: 60%;
    background: url(../images/mobile-top-rectagle.png) no-repeat scroll 0 0 transparent;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .calendar-main-page .hero-content.default-banner:after,
  .calendar-main-page .hero-content-inner:after,
  .path-news .hero-content.default-banner:after,
  .path-news .hero-content-inner:after,
  .page-node-type-page .hero-content.default-banner:after,
  .page-node-type-page .hero-content-inner:after,
  .page-node-type-program .hero-content.default-banner:after,
  .page-node-type-program .hero-content-inner:after {
    display: none;
  }
}
.calendar-main-page .banner-inner-wrapper,
.path-news .banner-inner-wrapper,
.page-node-type-page .banner-inner-wrapper,
.page-node-type-program .banner-inner-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .calendar-main-page .banner-inner-wrapper:before,
  .path-news .banner-inner-wrapper:before,
  .page-node-type-page .banner-inner-wrapper:before,
  .page-node-type-program .banner-inner-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 36px solid #fff;
    border-left: 36px solid transparent;
    border-right: 36px solid #fff;
    width: 40%;
    z-index: 4;
  }
  .calendar-main-page .banner-inner-wrapper:after,
  .path-news .banner-inner-wrapper:after,
  .page-node-type-page .banner-inner-wrapper:after,
  .page-node-type-program .banner-inner-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    height: 132%;
    top: 100%;
    width: 60%;
    background: url(../images/mobile-top-rectagle.png) no-repeat scroll 0 0 transparent;
    background-size: 100%;
  }
}

body.modal-open .hero-content-inner .title-breadcrumbs,
body.modal-open .hero-content.default-banner .title-breadcrumbs {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page-node-type-profile .hero-content-inner .banner-image-wrap img,
  .page-node-type-profile .hero-content.default-banner .banner-image-wrap img {
    height: 125px;
  }
}

@media screen and (max-width: 767px) {
  .page-404 .hero-content-inner .banner-image-wrap,
  .page-404 .hero-content.default-banner .banner-image-wrap {
    padding: 0;
  }
}

/***** Alert Colors ****/
/****
 *
 * Alerts
 *
 ****/
.alerts-container {
  position: relative;
  z-index: 9;
}

.block-kwall-site-alert {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: none;
  border-radius: 0;
}
.block-kwall-site-alert .style-wrap {
  max-width: none;
  margin: 0;
  padding: 0;
}
.block-kwall-site-alert .style-wrap .slide-wrapper {
  background-color: #b63b06;
}
.block-kwall-site-alert .style-wrap .slide-wrapper .alert {
  min-width: 300px;
  max-width: 1200px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .block-kwall-site-alert .style-wrap .slide-wrapper .alert {
    max-width: 591px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .block-kwall-site-alert .style-wrap .slide-wrapper .alert {
    max-width: none;
    padding-right: 88px;
    padding-left: 88px;
  }
}
@media screen and (min-width: 1025px) {
  .block-kwall-site-alert .style-wrap .slide-wrapper .alert {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}
.block-kwall-site-alert .style-wrap .slide-wrapper.alert-level-alert {
  background-color: #b63b06;
}
.block-kwall-site-alert .style-wrap .slide-wrapper.alert-level-alert .alert-headline:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 15px;
}
.block-kwall-site-alert .style-wrap .slide-wrapper.alert-level-warning {
  background-color: #4888a0;
}
.block-kwall-site-alert .style-wrap .slide-wrapper.alert-level-warning .alert-headline:before {
  content: "\e405";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 15px;
}
.block-kwall-site-alert .style-wrap .slide-wrapper.alert-level-info {
  background-color: #5dafc4;
  color: #003057;
}
.block-kwall-site-alert .style-wrap .slide-wrapper.alert-level-info a {
  color: #003057;
}
.block-kwall-site-alert .style-wrap .slide-wrapper.alert-level-info .alert-headline:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 15px;
}
.block-kwall-site-alert .style-wrap .slide-wrapper.alert-level-info .alert {
  color: #003057;
}
.block-kwall-site-alert .alert {
  border: none;
  color: #fff;
  margin: 0;
  padding: 20px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .block-kwall-site-alert .alert {
    padding: 18px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .block-kwall-site-alert .alert {
    padding: 10px 0;
  }
}
.block-kwall-site-alert .alert a {
  color: #fff;
  font-family: "open_sans", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.block-kwall-site-alert .alert a[title=close] {
  text-decoration: none;
  margin-left: auto;
}
.block-kwall-site-alert .alert a:hover, .block-kwall-site-alert .alert a:focus, .block-kwall-site-alert .alert a.tabfocus {
  text-decoration: underline;
}
.block-kwall-site-alert .alert .alert-headline {
  white-space: nowrap;
  font-family: "open_sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 18.66px;
  line-height: 25px;
}
.block-kwall-site-alert .alert .alert-headline:after {
  content: ": ";
  margin-right: 5px;
}
.block-kwall-site-alert .alert .alert-headline i {
  margin-left: 12px;
}
.block-kwall-site-alert .alert .alert-caption {
  font-family: "open_sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 18.66px;
  line-height: 25px;
}
.block-kwall-site-alert .alert .alert-caption a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}
.block-kwall-site-alert .alert .alert-caption a:hover, .block-kwall-site-alert .alert .alert-caption a:focus {
  text-decoration: none;
}
.block-kwall-site-alert .alert .close {
  font-family: "open_sans", Arial, sans-serif;
  font-size: 2rem;
  color: #fff;
  opacity: 1 !important;
  text-shadow: none;
  line-height: 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 0.4rem;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .block-kwall-site-alert .alert .close {
    font-size: 1.6rem;
  }
}
.block-kwall-site-alert .slick-arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 48px;
}
.block-kwall-site-alert .slick-arrow .svg-inline--fa {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 3rem;
}
.block-kwall-site-alert .slick-next {
  right: 15px;
}
.block-kwall-site-alert .slick-prev {
  left: 15px;
}

.layout-alerts {
  z-index: -1;
  position: absolute;
}

.mega-navigation {
  position: absolute;
  width: 100%;
  padding-top: 130px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 48, 87, 0.9490196078);
  display: none;
  color: #D6D5DA;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .mega-navigation {
    padding-top: 110px;
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation {
    padding-top: 100px;
  }
}
.mega-navigation h2, .mega-navigation h3, .mega-navigation h4 {
  color: #f0f0f0;
}
.mega-navigation.active {
  display: block;
}
.mega-navigation .mega-nav-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mega-navigation .mega-nav-wrapper {
    padding: 0 5rem;
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation .mega-nav-wrapper {
    padding: 0 2rem;
  }
}
.mega-navigation a, .mega-navigation .menu-item > span {
  color: #D6D5DA;
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.mega-navigation a:hover, .mega-navigation a:focus, .mega-navigation a.tabfocus, .mega-navigation .menu-item > span:hover, .mega-navigation .menu-item > span:focus, .mega-navigation .menu-item > span.tabfocus {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
.mega-navigation .menu-link-contentmega-menu .field--name-field-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-navigation .menu-link-contentmega-menu .field--name-field-links li {
  list-style: none;
}
.mega-navigation .menu-link-contentmega-menu .field--name-field-links a, .mega-navigation .menu-link-contentmega-menu .field--name-field-links span {
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: block;
  line-height: 22px;
}
@media screen and (max-width: 991px) {
  .mega-navigation .menu-link-contentmega-menu .field--name-field-links a, .mega-navigation .menu-link-contentmega-menu .field--name-field-links span {
    margin-bottom: 15px;
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation .menu-link-contentmega-menu .field--name-field-links a, .mega-navigation .menu-link-contentmega-menu .field--name-field-links span {
    font-size: 1.6rem;
    margin-bottom: 12px;
    line-height: 18px;
  }
}
.mega-navigation #block-megamenu {
  height: 55vh;
  min-height: 55vh;
  padding: 0 20px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
@media screen and (max-width: 389px) {
  .mega-navigation #block-megamenu {
    height: 65.5vh;
    min-height: 65.5vh;
  }
}
@media screen and (max-width: 1024px) {
  .mega-navigation #block-megamenu {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-navigation #block-megamenu {
    height: 77.5vh;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mega-navigation #block-megamenu {
    min-height: 48vh;
    height: 48vh;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1025px) and (max-height: 900px) {
  .mega-navigation #block-megamenu {
    min-height: 50vh;
    height: 50vh;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1025px) and (max-height: 800px) {
  .mega-navigation #block-megamenu {
    min-height: 40vh;
    height: 40vh;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 992px) and (max-height: 750px) {
  .mega-navigation #block-megamenu {
    min-height: 56vh;
    height: 56vh;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  .mega-navigation #block-megamenu {
    min-height: 65vh;
    height: 65vh;
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation #block-megamenu {
    min-height: 40vh;
    height: 40vh;
  }
}
@media screen and (min-height: 350px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation #block-megamenu {
    min-height: 42vh;
    height: 42vh;
  }
}
@media screen and (min-height: 450px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation #block-megamenu {
    min-height: 45vh;
    height: 45vh;
  }
}
@media screen and (min-height: 500px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation #block-megamenu {
    min-height: 50vh;
    height: 50vh;
  }
}
@media screen and (min-height: 550px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation #block-megamenu {
    min-height: 55vh;
    height: 55vh;
  }
}
.mega-navigation #block-megamenu .menu-level-0 {
  margin: 0;
  padding: 10px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mega-navigation #block-megamenu .menu-level-0 {
    padding: 0;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item {
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item {
    width: 33%;
    overflow: visible;
    border-right: solid 2px #20AEC5;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item {
    font-size: 3rem;
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item {
    font-size: 2rem;
    width: 30%;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper {
  padding: 0.9rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper {
    padding: 0.6rem 0;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper button {
  background: none;
  border: none;
  padding: 0;
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper button:focus {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper span, .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: block;
    z-index: 4;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper span.full-link, .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper a.full-link {
    width: 100%;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper span.is-active, .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper a.is-active {
  color: #D6D5DA;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper span.is-active, .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper a.is-active {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper > a {
    z-index: 5;
    position: relative;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper button.expand {
  padding: 0;
  background: none;
  border: 0;
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper button.expand:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper button.expand {
    margin-top: 0;
    position: absolute;
    right: -4px;
    top: 9px;
    height: 20px;
    text-align: right;
    z-index: 3;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper button.expand i {
  vertical-align: top;
  margin: 16px 20px 0 20px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper button.expand i {
    margin: 0;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu-trigger-wrapper button.expand i {
    margin-top: 8px;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover, .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.tabfocus {
  border-bottom-width: 2px;
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks {
    height: 0;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks .menu-trigger-wrapper {
  display: none;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks {
    border-top: 1px solid #2188A2;
    padding-top: 0.6rem;
    margin-top: 0.6rem;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks .layout--threecol-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks .menu_link_content {
    padding: 0;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks .menu_link_content .field--name-field-title {
    display: block;
    position: relative;
    margin-bottom: 0 !important;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks .menu_link_content .field--name-field-links {
    margin-left: 1rem;
    margin-top: 1.6rem;
    margin-bottom: 1rem;
    display: none;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks .menu_link_content .block.active .field--name-field-links {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.quicklinks .block-inline-blocklinks-with-heading {
    margin-bottom: 1.4rem !important;
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .layout {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .layout .layout__region {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content {
  height: auto;
  display: none;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
  padding-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content {
    position: absolute;
    top: 1rem;
    left: 37.5%;
    width: 62.5%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content {
    left: 39%;
    width: 61%;
  }
}
@media screen and (min-height: 300px) and (max-height: 650px) and (orientation: landscape) and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content {
    left: 36%;
    width: 64%;
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading {
    margin-bottom: 0;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .field--name-field-title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.4rem;
  cursor: initial;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .field--name-field-title {
    text-transform: unset;
    margin-bottom: 5px;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .heading-title {
  position: relative;
  display: block;
  z-index: 4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .heading-title .field--name-field-title {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .heading-title .field--name-field-title:hover strong, .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .heading-title .field--name-field-title:focus strong {
    text-decoration: underline;
    text-underline-position: under;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .submenu-trigger-wrapper {
  position: relative;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .submenu-trigger-wrapper button.expand {
    margin-top: 0;
    position: absolute;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 102%;
    text-align: right;
    z-index: 3;
    border: none;
    background: none;
    padding: 0;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .submenu-trigger-wrapper button.expand i {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .submenu-trigger-wrapper:hover strong, .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .submenu-trigger-wrapper:focus strong {
    text-decoration: underline;
    text-underline-position: under;
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .field--name-field-links {
    display: none;
    margin-top: 15px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading .field--name-field-links a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading.active .submenu-trigger-wrapper button.expand i {
    -webkit-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .block-inline-blocklinks-with-heading.active .field--name-field-links {
    display: block;
  }
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item .menu_link_content .layout {
  padding: 0;
}
.mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu_link_content, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu_link_content {
  display: block;
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper {
    position: relative;
    background: #20AEC5;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper:after, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    background: #20AEC5;
    width: 60px;
    height: 100%;
    -webkit-transform: skewX(-35deg);
        -ms-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1024px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper:after, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper:after {
    right: -22px;
  }
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper:before, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper:before {
    content: "";
    background: #20AEC5;
    width: 23px;
    height: 100%;
    position: absolute;
    left: -23px;
    top: 0;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper button,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper span,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper a, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper button,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper span,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper a {
    text-decoration: underline;
    text-underline-position: under;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #003057;
    text-decoration-thickness: 2px;
    padding: 0;
    background: none;
    border: none;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper button.full-link,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper span.full-link,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper a.full-link, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper button.full-link,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper span.full-link,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper a.full-link {
    width: 100%;
    display: block;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper button.expand i, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper button.expand i {
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
  }
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item.active .menu-trigger-wrapper button.expand i, .mega-navigation #block-megamenu .menu-level-0 > .menu-item.default-active .menu-trigger-wrapper button.expand i {
    -webkit-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper, .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper {
    position: relative;
    background: #20AEC5;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper:after, .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    background: #20AEC5;
    width: 60px;
    height: 100%;
    -webkit-transform: skewX(-35deg);
        -ms-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper:before, .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper:before {
    content: "";
    background: #20AEC5;
    width: 23px;
    height: 100%;
    position: absolute;
    left: -23px;
    top: 0;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper span,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper button,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper a, .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper span,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper button,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper a {
    text-decoration: underline;
    text-underline-position: under;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #003057;
    text-decoration-thickness: 2px;
  }
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper span.full-link,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper button.full-link,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:hover .menu-trigger-wrapper a.full-link, .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper span.full-link,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper button.full-link,
  .mega-navigation #block-megamenu .menu-level-0 > .menu-item:focus .menu-trigger-wrapper a.full-link {
    width: 100%;
    display: block;
  }
}
.mega-navigation #block-megamenu .menu-level-0 .menu-item--collapsed,
.mega-navigation #block-megamenu .menu-level-0 .menu-item--expanded {
  list-style: none;
}
.mega-navigation #block-megamenu .menu-level-0 .menu-item--collapsed > span, .mega-navigation #block-megamenu .menu-level-0 .menu-item--collapsed > a,
.mega-navigation #block-megamenu .menu-level-0 .menu-item--expanded > span,
.mega-navigation #block-megamenu .menu-level-0 .menu-item--expanded > a {
  cursor: pointer;
}
.mega-navigation #block-megamenu .menu-level-0 .menu-item--collapsed > span:after, .mega-navigation #block-megamenu .menu-level-0 .menu-item--collapsed > a:after,
.mega-navigation #block-megamenu .menu-level-0 .menu-item--expanded > span:after,
.mega-navigation #block-megamenu .menu-level-0 .menu-item--expanded > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  font-size: 2rem;
  margin-left: 2.5rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mega-navigation #block-megamenu .menu-level-0 .menu-item--collapsed.active > span:after, .mega-navigation #block-megamenu .menu-level-0 .menu-item--collapsed.active > a:after,
.mega-navigation #block-megamenu .menu-level-0 .menu-item--expanded.active > span:after,
.mega-navigation #block-megamenu .menu-level-0 .menu-item--expanded.active > a:after {
  -webkit-transform: rotateZ(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotateZ(-180deg);
}
.mega-navigation #block-megamenu .menu-level-0 .menu-level-1 {
  display: none;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenu .block-inline-blocklinks-with-heading.active .field--name-field-title:after {
    top: 0 !important;
    -webkit-transform: rotateZ(90deg) !important;
        -ms-transform: rotate(90deg) !important;
            transform: rotateZ(90deg) !important;
  }
}
.mega-navigation #block-megamenucallouts {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenucallouts {
    bottom: 70px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mega-navigation #block-megamenucallouts {
    bottom: 20px;
  }
}
@media screen and (min-height: 300px) and (max-height: 750px) and (orientation: landscape) {
  .mega-navigation #block-megamenucallouts {
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenucallouts .field--name-field-layout {
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mega-navigation #block-megamenucallouts .field--name-field-layout {
    padding: 0 5rem;
  }
}
@media screen and (min-height: 300px) and (max-height: 750px) and (orientation: landscape) {
  .mega-navigation #block-megamenucallouts .field--name-field-layout {
    padding: 0;
  }
}
.mega-navigation #block-megamenucallouts .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mega-navigation #block-megamenucallouts .layout::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 992px) {
  .mega-navigation #block-megamenucallouts .layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.mega-navigation #block-megamenucallouts .layout .layout__region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .mega-navigation #block-megamenucallouts .layout .layout__region {
    margin-right: 20px;
  }
  .mega-navigation #block-megamenucallouts .layout .layout__region:last-child {
    margin-right: 0;
  }
}
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item {
  padding: 2rem 3rem;
  border: solid 1px #D6D5DA;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item {
    padding: 1rem;
    min-width: 300px;
    max-width: 300px;
  }
  .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .text-formatted {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: normal;
  }
}
@media screen and (min-height: 300px) and (max-height: 750px) and (orientation: landscape) {
  .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item {
    padding: 1rem;
  }
  .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .text-formatted {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: normal;
  }
}
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item:hover {
  border-color: #20AEC5;
}
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 991px) {
  .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item {
    margin: 0;
  }
}
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item .fontawesome-icons {
  margin-right: 1.2rem;
  color: #20AEC5;
}
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item a {
  color: #f0f0f0;
  font-weight: bold;
}
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item a:hover, .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item a:focus, .mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item .icon-link-item a.tabfocus {
  color: #f0f0f0;
  text-decoration: underline;
}
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item p {
  margin-bottom: 2rem;
}
.mega-navigation #block-megamenucallouts .layout .layout__region .paragraph--type--mega-menu-callout-item p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .sitemenu-active .region-mega-menu {
    overflow-y: auto;
    height: 44.5vh;
  }
}
@media screen and (max-height: 319px) and (orientation: landscape) {
  .sitemenu-active .region-mega-menu {
    overflow-y: auto;
    height: 63.5vh;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .sitemenu-active .mega-navigation #block-megamenu {
    height: auto !important;
    min-height: unset !important;
    overflow-y: auto;
  }
}
@media screen and (max-width: 991px) and (orientation: portrait) {
  .sitemenu-active .mega-navigation #block-megamenu {
    overflow-y: auto;
  }
}
@media screen and (max-width: 991px) {
  .sitemenu-active .mega-navigation.active .SearchForm {
    display: block;
  }
  .sitemenu-active .mega-navigation.active .SearchForm form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .sitemenu-active .mega-navigation.active .SearchForm form ::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .sitemenu-active .mega-navigation.active .SearchForm form :-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .sitemenu-active .mega-navigation.active .SearchForm form ::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .sitemenu-active .mega-navigation.active .SearchForm form ::placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .sitemenu-active .mega-navigation.active .SearchForm form input.SearchForm-input {
    border: 3px solid #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 45px 9px 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .sitemenu-active .mega-navigation.active .SearchForm form input.SearchForm-submit {
    width: 18px;
    height: 18px;
    right: 10px;
    top: 16px;
  }
  .sitemenu-active .mega-navigation.active li.quicklinks .SearchForm {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .sitemenu-active .mega-navigation.active ul.menu > .SearchForm {
    display: none;
  }
}

.site-search-active .search-toggle {
  width: 23px;
}
.site-search-active .search-toggle.active-search i:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}
.site-search-active .mega-navigation.active {
  padding-top: 95px;
  position: fixed;
}
.site-search-active .mega-navigation.active #block-megamenucallouts {
  display: none;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item:not(.quicklinks) {
  display: none;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .layout--threecol-section {
  display: none !important;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .SearchForm {
  display: block;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .SearchForm form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .SearchForm form ::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .SearchForm form :-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .SearchForm form ::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .SearchForm form ::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .SearchForm form input.SearchForm-input {
  border: 3px solid #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 45px 9px 15px;
  text-transform: uppercase;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu-item.quicklinks .SearchForm form input.SearchForm-submit {
  width: 18px;
  height: 18px;
  right: 10px;
  top: 16px;
}
.site-search-active .mega-navigation.active ul.menu-level-0 .menu_link_content {
  margin-bottom: 0 !important;
}
.site-search-active .mega-navigation.active #block-megamenu {
  min-height: 50px;
  height: 50px;
}

.mega-navigation #block-megamenu::-webkit-scrollbar,
.mega-navigation .region-mega-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.mega-navigation #block-megamenu::-webkit-scrollbar-thumb,
.mega-navigation .region-mega-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #20AEC5;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 768px) {
  li.menu-item.odu-mobile-mainnavlinks {
    display: none;
  }
}

li.menu-item.odu-mobile-mainnavlinks.odu-mobile-nav-last {
  border-bottom: 1px solid #2188A2;
}

li.menu-item.odu-mobile-mainnavlinks.odu-mobile-nav-first {
  border-top: 1px solid #2188A2;
}

.hero-content .paragraph--type--homepage-hero-slideshow {
  position: relative;
  margin-bottom: 0;
  background-color: #003057;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow {
    padding-top: 85px;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide {
  position: relative;
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-media {
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-media:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8%, rgba(0, 0, 0, 0)), to(#003057));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, #003057 100%);
  z-index: 0;
  height: 60%;
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-media img,
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-media video {
  display: block;
  width: 100%;
  height: auto;
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap {
  bottom: 8rem;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap {
    position: relative;
    bottom: 0;
    padding: 60px 0 80px 0;
    color: #333333;
    background-color: #fff;
  }
  .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: -36px;
    border-bottom: 36px solid #fff;
    border-left: 36px solid #fff;
    border-right: 36px solid transparent;
    width: 40%;
  }
  .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap:after {
    content: "";
    background-image: url("../images/news-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content {
  margin: 0 auto;
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content img {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .slide-title {
  font-family: "MicrogrammaExtD-Bol", Arial, sans-serif;
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 48, 87, 0.9490196078);
}
@media (max-width: 991px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .slide-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .slide-title {
    color: #333333;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    text-shadow: none;
    margin-top: 10px;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-caption {
  max-width: 50%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-caption {
    max-width: 90%;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:hover, .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:focus, .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a.tabfocus, .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:active {
  background: none;
  color: #003057;
}
.hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:hover, .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:focus, .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a.tabfocus, .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:active {
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .paragraph--type--homepage-hero-slide .slide-content-wrap .slide-content .field--name-field-slide-link a {
    color: #003057;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .pause-play-wrapper {
  position: absolute;
  bottom: 25px;
  right: 120px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .pause-play-wrapper {
    right: 20px;
    width: 33px;
    height: 33px;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .pause-play-wrapper .video-controls button {
  padding: 0;
}
.hero-content .paragraph--type--homepage-hero-slideshow .pause-play-wrapper .video-controls i {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  border-radius: 50%;
  width: 44px;
  border: 3px solid #fff;
  height: 44px;
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .pause-play-wrapper .video-controls i {
    width: 33px;
    height: 33px;
    line-height: 25px;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .pause-play-wrapper .video-controls i:before {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .pause-play-wrapper .video-controls i:before {
    font-size: 1.6rem;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .pause-play-wrapper .video-controls i.play:before {
  margin-left: 3px;
}
.hero-content .paragraph--type--homepage-hero-slideshow .video-slide-image {
  display: none;
}
.hero-content .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button {
  left: auto;
  right: 120px;
  bottom: 27px;
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button {
    bottom: 29px;
  }
}
.hero-content .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-play-icon:before,
.hero-content .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-pause-icon:before {
  position: relative;
  top: -1px;
  left: 2px;
}
.hero-content .paragraph--type--homepage-hero-slideshow .slick-autoplay-toggle-button .slick-pause-icon:before {
  left: 0;
}
@media screen and (min-width: 768px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .slick-dots {
    top: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-content .paragraph--type--homepage-hero-slideshow .slick-dots {
    left: auto;
    right: 45px;
    height: 12px;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.image-blocks {
  position: relative;
  z-index: 1;
}
.image-blocks .block-item {
  position: relative;
  margin-bottom: 24px;
  background-color: #003057;
}
@media screen and (min-width: 992px) {
  .image-blocks .block-item {
    margin-bottom: 0;
  }
}
.image-blocks .block-item:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 48, 87, 0)), color-stop(89.26%, #003057));
  background: linear-gradient(180deg, rgba(0, 48, 87, 0) 0%, #003057 89.26%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-blocks .block-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-blocks .block-item .slide-text {
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.image-blocks .block-item .block-item-link {
  display: block;
  text-decoration: none;
  color: #fff;
}
.image-blocks .block-item .block-item-link .outer-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  -webkit-box-shadow: inset 0 0 0 2px #20AEC5;
          box-shadow: inset 0 0 0 2px #20AEC5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.image-blocks .block-item a.block-item-link .outer-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  -webkit-box-shadow: inset 0 0 0 2px #20AEC5;
          box-shadow: inset 0 0 0 2px #20AEC5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.image-blocks .block-item a.block-item-link .outer-wrapper:before, .image-blocks .block-item a.block-item-link .outer-wrapper:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.image-blocks .block-item a.block-item-link .outer-wrapper:before, .image-blocks .block-item a.block-item-link .outer-wrapper:after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.image-blocks .block-item a.block-item-link .outer-wrapper:before {
  top: 0;
  left: 0;
}
.image-blocks .block-item a.block-item-link .outer-wrapper:after {
  top: 0;
  left: 0;
}
.image-blocks .block-item a.block-item-link .outer-wrapper:hover .slide-text, .image-blocks .block-item a.block-item-link .outer-wrapper:focus-within .slide-text {
  opacity: 1;
  height: 100%;
}
.image-blocks .block-item a.block-item-link .outer-wrapper:hover:before, .image-blocks .block-item a.block-item-link .outer-wrapper:hover:after, .image-blocks .block-item a.block-item-link .outer-wrapper:focus-within:before, .image-blocks .block-item a.block-item-link .outer-wrapper:focus-within:after {
  width: 100%;
  height: 100%;
}
.image-blocks .block-item a.block-item-link .outer-wrapper:hover:before, .image-blocks .block-item a.block-item-link .outer-wrapper:focus-within:before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.image-blocks .block-item a.block-item-link .outer-wrapper:hover:after, .image-blocks .block-item a.block-item-link .outer-wrapper:focus-within:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.image-blocks .block-item:hover .read-more span, .image-blocks .block-item:focus-within .read-more span {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.image-blocks .block-item:focus-within .outer-wrapper .slide-text {
  opacity: 1;
  height: 100%;
}
.image-blocks .block-item:focus-within .outer-wrapper:before, .image-blocks .block-item:focus-within .outer-wrapper:after {
  width: 100%;
  height: 100%;
}
.image-blocks .block-item:focus-within .outer-wrapper:before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.image-blocks .block-item:focus-within .outer-wrapper:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.image-blocks .block-item .inner-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 22px;
}
@media screen and (min-width: 992px) {
  .image-blocks .block-item .inner-wrapper {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .image-blocks .block-item .inner-wrapper {
    padding: 22px;
  }
}
.image-blocks .block-item .inner-wrapper .heading {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .image-blocks .block-item .inner-wrapper .heading {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .image-blocks .block-item .inner-wrapper .heading {
    font-size: 22px;
    line-height: 30px;
  }
}
.image-blocks .block-item .inner-wrapper .caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .image-blocks .block-item .inner-wrapper .caption {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .image-blocks .block-item .inner-wrapper .caption {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.image-blocks .block-item .inner-wrapper .caption p {
  margin: 0;
}
.image-blocks .block-item .inner-wrapper .read-more a,
.image-blocks .block-item .inner-wrapper .read-more span {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
}
.image-blocks .block-item .inner-wrapper .read-more a:hover, .image-blocks .block-item .inner-wrapper .read-more a:focus,
.image-blocks .block-item .inner-wrapper .read-more span:hover,
.image-blocks .block-item .inner-wrapper .read-more span:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}

.paragraph--type--image-block .block-item .inner-wrapper .slide-text {
  -webkit-transition: initial;
  transition: initial;
}
.paragraph--type--image-block .block-item .inner-wrapper .heading {
  text-transform: initial;
  margin-bottom: 0;
}
.paragraph--type--image-block .block-item .inner-wrapper .caption {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.icon-blocks {
  background: #20AEC5;
  height: 100%;
}
.icon-blocks .stat-item {
  visibility: hidden;
  display: none;
}
.icon-blocks .stat-item .content-wrapper {
  text-align: center;
}
.icon-blocks .stat-item .content-wrapper .stat-icon {
  color: #003057;
  font-size: 50px;
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
.icon-blocks .stat-item .content-wrapper .stat-number {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #003057;
  margin-bottom: 15px;
}
.icon-blocks .stat-item .content-wrapper .stat-label {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #003057;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.icon-blocks .stat-item .content-wrapper .stat-label:before {
  content: "";
  border: 3px solid #003057;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50px;
  height: 0;
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
.icon-blocks .stat-item .content-wrapper .stat-caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #003057;
}
.icon-blocks .stat-item:first-child {
  visibility: visible;
  display: block;
}
.icon-blocks.slick-initialized .stat-item {
  display: block;
  visibility: visible;
}
.icon-blocks .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}
.icon-blocks .slick-dots li {
  width: 12px;
  height: 12px;
}
.icon-blocks .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border: 2px solid #003057;
  border-radius: 50px;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .icon-blocks .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.icon-blocks .slick-dots li button:focus, .icon-blocks .slick-dots li button:focus-within {
  outline-color: #20AEC5;
  outline-offset: 4px;
}
.icon-blocks .slick-dots li button:focus, .icon-blocks .slick-dots li button:active, .icon-blocks .slick-dots li button:focus-within {
  color: #003057;
}
.icon-blocks .slick-dots li button .slick-dot-icon {
  font-size: 12px;
  color: transparent;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .icon-blocks .slick-dots li button .slick-dot-icon {
    font-size: 16px;
  }
}
.icon-blocks .slick-dots li button .slick-dot-icon:before {
  color: transparent;
  top: 1.8px;
  left: 0.6px;
}
@media screen and (max-width: 767px) {
  .icon-blocks .slick-dots li button .slick-dot-icon:before {
    font-size: 15px;
  }
}
.icon-blocks .slick-dots li.slick-active .slick-dot-icon {
  color: #003057;
}
.icon-blocks .slick-dots li.slick-active .slick-dot-icon:before {
  margin: 0;
  font-size: 11px;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .icon-blocks .slick-dots li.slick-active .slick-dot-icon:before {
    font-size: 16px;
  }
}
.icon-blocks .slick-autoplay-toggle-button {
  padding: 0;
  bottom: -10px;
  left: 105px;
  color: #003057;
  opacity: 1;
}
.icon-blocks .slick-autoplay-toggle-button:focus, .icon-blocks .slick-autoplay-toggle-button:active, .icon-blocks .slick-autoplay-toggle-button:focus-within {
  color: #003057;
}

@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks {
    padding-bottom: 60px;
  }
  .paragraph--type--flex-blocks .flex-blocks {
    padding-top: 0;
  }
}
.paragraph--type--flex-blocks h2 {
  margin-bottom: 50px;
}
.paragraph--type--flex-blocks .banner-image {
  background-color: #003057;
}
.paragraph--type--flex-blocks .banner-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .banner-image img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--flex-blocks .content-bottom-wrapper {
    position: relative;
    top: -140px;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .paragraph--type--flex-blocks.active .content-bottom-wrapper {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .modal-open .paragraph--type--flex-blocks.active .content-bottom-wrapper {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content {
  height: 100%;
  padding-bottom: 20px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content > .field__item {
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content img {
  width: 100%;
  max-height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 385px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content img {
    height: 285px;
    max-height: 285px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .viewsreference--view-title {
  display: none;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .view .view-content .content-wrap {
  padding: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block {
  position: relative;
  background-color: #003057;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 48, 87, 0)), color-stop(89.26%, #003057));
  background: linear-gradient(180deg, rgba(0, 48, 87, 0) 0%, #003057 89.26%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  -webkit-box-shadow: inset 0 0 0 2px #20AEC5;
          box-shadow: inset 0 0 0 2px #20AEC5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:before {
  top: 0;
  left: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:after {
  top: 0;
  left: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:hover .slide-text, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:focus-within .slide-text {
  opacity: 1;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:hover:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:hover:after, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:focus-within:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:focus-within:after {
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:hover:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:focus-within:before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:hover:after, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper:focus-within:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper .inner-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper .inner-wrapper {
    padding: 20px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper .inner-wrapper .field--name-field-heading {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  background: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .outer-wrapper .inner-wrapper .field--name-field-heading {
    font-size: 20px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail {
  position: relative;
  background-color: #003057;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 48, 87, 0)), color-stop(89.26%, #003057));
  background: linear-gradient(180deg, rgba(0, 48, 87, 0) 0%, #003057 89.26%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 9rem;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  -webkit-box-shadow: inset 0 0 0 2px #20AEC5;
          box-shadow: inset 0 0 0 2px #20AEC5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:before {
  top: 0;
  left: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:after {
  top: 0;
  left: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:hover .slide-text, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:focus-within .slide-text {
  opacity: 1;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:hover:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:hover:after, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:focus-within:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:focus-within:after {
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:hover:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:focus-within:before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:hover:after, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:focus-within:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:hover .video-caption-description + .video-caption {
  display: none;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-thumbnail .inner-wrapper:hover .video-caption-description {
  display: block;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-description-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-description-wrapper .video-caption .field__item {
  background-color: transparent !important;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-description-wrapper .field--name-field-heading {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-description-wrapper .field--name-field-caption {
  color: #fff;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-description-wrapper .video-caption-description {
  display: none;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-description-wrapper .video-caption-description p {
  margin: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content iframe,
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--video .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .field--name-field-caption {
  display: none;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block .field--name-field-link-url a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100000px;
  font-size: 0;
  z-index: 2;
  color: #fff !important;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block:hover .field--name-field-caption {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--image-block:hover .field--name-field-caption p {
  margin: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block {
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper {
  position: relative;
  background: #003057;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 30px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper {
    height: 385px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper .inner-wrapper .field--name-field-icon {
  font-size: 50px;
  color: #20AEC5;
  margin-bottom: 80px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper .inner-wrapper .field--name-field-icon:before {
  content: "";
  border: 3px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50px;
  height: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper .inner-wrapper .field--name-field-title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper .field--name-field-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100000px;
  font-size: 0;
  z-index: 2;
  color: #fff !important;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper:hover {
  background: #20AEC5;
  color: #003057;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper:hover .inner-wrapper .field--name-field-icon {
  color: #003057;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper:hover .inner-wrapper .field--name-field-icon:before {
  border-color: #003057;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--flex-icon-block .outer-wrapper:hover .inner-wrapper .field--name-field-title {
  color: #003057;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .view-instagram-image-blocks .content-wrap {
  position: relative;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  background-color: #003057;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .view-instagram-image-blocks .content-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .view-instagram-image-blocks .content-wrap .social-icon:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  color: #fff;
  font-size: 30px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 10px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .view-instagram-image-blocks .content-wrap a {
  overflow: hidden;
  display: block;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .view-instagram-image-blocks .content-wrap a:hover .image img, .paragraph--type--flex-blocks .field--name-field-flex-item-content .view-instagram-image-blocks .content-wrap a:focus .image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .view-instagram-image-blocks .content-wrap a:hover:after, .paragraph--type--flex-blocks .field--name-field-flex-item-content .view-instagram-image-blocks .content-wrap a:focus:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 48, 87, 0.4)), to(rgba(0, 48, 87, 0.4)));
  background: linear-gradient(0deg, rgba(0, 48, 87, 0.4), rgba(0, 48, 87, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block {
  height: 100%;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block {
    padding: 10px;
    height: 385px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block {
    padding: 20px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  -webkit-box-shadow: inset 0 0 0 2px #20AEC5;
          box-shadow: inset 0 0 0 2px #20AEC5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  padding: 40px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:before {
  top: 0;
  left: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:after {
  top: 0;
  left: 0;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:hover .slide-text, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:focus-within .slide-text {
  opacity: 1;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:hover:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:hover:after, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:focus-within:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:focus-within:after {
  width: 100%;
  height: 100%;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:hover:before, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:focus-within:before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:hover:after, .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:focus-within:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper {
    position: relative;
    padding: 15px;
  }
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper p {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper {
    padding: 20px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:hover:before {
  border-top-color: #D6D5DA;
  border-right-color: #D6D5DA;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .inner-wrapper:hover:after {
  border-bottom-color: #D6D5DA;
  border-left-color: #D6D5DA;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .view-twitter-blocks .content-wrap {
  position: relative;
  z-index: 2;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .view-twitter-blocks .content-wrap .twitter-profile-link {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .view-twitter-blocks .content-wrap .social-icon {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -10px;
  text-decoration: none;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .view-twitter-blocks .content-wrap .social-icon:before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  color: #003057;
  font-size: 30px;
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .view-twitter-blocks .content-wrap .tweet-body {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #404A5A;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .view-twitter-blocks .content-wrap .tweet-body {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    overflow: hidden;
    height: 260px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .view-twitter-blocks .content-wrap .tweet-body {
    font-size: 18px;
    line-height: 24px;
  }
}
.paragraph--type--flex-blocks .field--name-field-flex-item-content .paragraph--type--twitter-block .view-twitter-blocks .content-wrap .tweet-body p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .flex-blocks .flex-block-item {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0;
  }
  .paragraph--type--flex-blocks .flex-blocks .flex-block-item .paragraph--type--flex-icon-block .field--name-field-link {
    display: block;
    height: 35px;
    width: 100%;
  }
  .paragraph--type--flex-blocks .flex-blocks .slick-center .flex-block-item {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .paragraph--type--flex-blocks .flex-blocks .slick-center .flex-block-item .paragraph--type--twitter-block .view-twitter-blocks .tweet-body p {
    margin-bottom: 20px;
  }
}
.paragraph--type--flex-blocks .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -5px;
}
.paragraph--type--flex-blocks .slick-dots li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .slick-dots li {
    width: 16px;
    height: 16px;
  }
}
.paragraph--type--flex-blocks .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border: 2px solid #003057;
  border-radius: 50px;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.paragraph--type--flex-blocks .slick-dots li button:focus, .paragraph--type--flex-blocks .slick-dots li button:focus-within {
  outline-color: #20AEC5;
  outline-offset: 4px;
}
.paragraph--type--flex-blocks .slick-dots li button .slick-dot-icon {
  font-size: 12px;
  color: transparent;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .slick-dots li button .slick-dot-icon {
    font-size: 16px;
  }
}
.paragraph--type--flex-blocks .slick-dots li button .slick-dot-icon:before {
  color: transparent;
  top: 1.8px;
  left: 0.6px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .slick-dots li button .slick-dot-icon:before {
    font-size: 16px;
  }
}
.paragraph--type--flex-blocks .slick-dots li.slick-active .slick-dot-icon {
  color: #003057;
}
.paragraph--type--flex-blocks .slick-dots li.slick-active .slick-dot-icon:before {
  margin: 0;
  font-size: 11px;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--flex-blocks .slick-dots li.slick-active .slick-dot-icon:before {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  body.modal-open .paragraph--type--flex-blocks .slick-track,
  body.modal-open .paragraph--type--flex-blocks .slick-list {
    width: 320px !important;
    height: 385px !important;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
  }
  body.modal-open .paragraph--type--flex-blocks .slick-track .slick-slide:not(.slick-active),
  body.modal-open .paragraph--type--flex-blocks .slick-list .slick-slide:not(.slick-active) {
    display: none !important;
  }
  body.modal-open .paragraph--type--flex-blocks .flex-blocks .flex-block-item {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

.paragraph--type--full-width-cta .outer-wrapper {
  position: relative;
}
.paragraph--type--full-width-cta .outer-wrapper:before {
  content: "";
  background: rgba(0, 48, 87, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-width-cta .outer-wrapper .inner-wrapper {
    padding: 40px 0;
  }
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 20px;
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-title + .field--name-field-cta-buttons-limited-3 {
  margin-top: 40px;
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-caption p {
  margin-bottom: 25px;
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item a:hover, .paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item a:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 .field__item a {
    width: 100%;
  }
}
.paragraph--type--full-width-cta .outer-wrapper .inner-wrapper .field--name-field-overlay-color {
  display: none;
}
.paragraph--type--full-width-cta.white .outer-wrapper:before {
  background: rgba(255, 255, 255, 0.85);
}
.paragraph--type--full-width-cta.white .outer-wrapper .inner-wrapper .field--name-field-caption, .paragraph--type--full-width-cta.white .outer-wrapper .inner-wrapper .field--name-field-title {
  color: #003057;
}
.paragraph--type--full-width-cta.white .outer-wrapper .inner-wrapper .field--name-field-cta-buttons-limited-3 a {
  color: #003057;
}

.paragraph--type--goal-info h2 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;
  color: #003057;
}
@media screen and (min-width: 768px) {
  .paragraph--type--goal-info h2 {
    font-size: 60px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
.paragraph--type--goal-info .text-formatted {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--goal-info .text-formatted {
    font-size: 25px;
    line-height: 34px;
  }
}
.paragraph--type--goal-info .campaign_bar_graph_visual {
  position: relative;
  margin-top: 30px;
}
.paragraph--type--goal-info .campaign_bar_graph_visual .goal-amount {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #979797;
  display: block;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .paragraph--type--goal-info .campaign_bar_graph_visual .goal-amount {
    font-size: 28px;
  }
}
.paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph {
    margin-bottom: 24px;
  }
}
.paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #D3EDF1;
  content: "";
}
.paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph_value.evaluated {
  color: #fff;
}
.paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph_value.evaluated.text-black {
  color: #979797;
}
.paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph_value {
  height: 84px;
  width: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#20AEC5), color-stop(50%), to(#1894A8));
  background: linear-gradient(to right, #20AEC5, 50%, #1894A8 100%);
  -webkit-transition: width 0.75s;
  transition: width 0.75s;
  vertical-align: top;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph_value {
    height: 35px;
  }
}
.paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph_value_label {
  font-weight: 400;
  font-size: 28px;
  line-height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  opacity: 0;
  padding: 0 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.5s 0.65s;
  transition: opacity 0.5s 0.65s;
}
@media screen and (max-width: 767px) {
  .paragraph--type--goal-info .campaign_bar_graph_visual .campaign_bar_graph_value_label {
    font-size: 18px;
  }
}
.paragraph--type--goal-info .campaign_bar_graph_visual .evaluated .campaign_bar_graph_value_label {
  opacity: 1;
}
.paragraph--type--goal-info .group-goal-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--goal-info .group-goal-wrapper {
    padding: 0 24px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .paragraph--type--goal-info .group-goal-wrapper {
    padding: 0 1.5rem;
  }
}

.paragraph--type--layout-section.news-events {
  padding-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--layout-section.news-events {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--layout-section.news-events {
    padding-bottom: 60px;
  }
}
.paragraph--type--layout-section.news-events .layout--twocol-section .layout__region--first {
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--layout-section.news-events .layout--twocol-section .layout__region--first {
    padding-right: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 0;
  }
}
.paragraph--type--layout-section.news-events .layout--twocol-section .layout__region--second {
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--layout-section.news-events .layout--twocol-section .layout__region--second {
    padding-left: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.paragraph--type--featured-news-tiles .field--name-field-section-title,
.paragraph--type--featured-events-listing .field--name-field-section-title,
.paragraph--type--events-slider .field--name-field-section-title {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  color: #003057;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--featured-news-tiles .field--name-field-section-title,
  .paragraph--type--featured-events-listing .field--name-field-section-title,
  .paragraph--type--events-slider .field--name-field-section-title {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--featured-news-tiles .field--name-field-section-title,
  .paragraph--type--featured-events-listing .field--name-field-section-title,
  .paragraph--type--events-slider .field--name-field-section-title {
    margin-bottom: 30px;
  }
}
.paragraph--type--featured-news-tiles .field--name-field-more-link,
.paragraph--type--featured-events-listing .field--name-field-more-link,
.paragraph--type--events-slider .field--name-field-more-link {
  float: right;
  margin-top: 10px;
}
.paragraph--type--featured-news-tiles .field--name-field-more-link a,
.paragraph--type--featured-events-listing .field--name-field-more-link a,
.paragraph--type--events-slider .field--name-field-more-link a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #003057;
}
.paragraph--type--featured-news-tiles .field--name-field-more-link a:after,
.paragraph--type--featured-events-listing .field--name-field-more-link a:after,
.paragraph--type--events-slider .field--name-field-more-link a:after {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}
.paragraph--type--featured-news-tiles .field--name-field-more-link a:focus, .paragraph--type--featured-news-tiles .field--name-field-more-link a:hover,
.paragraph--type--featured-events-listing .field--name-field-more-link a:focus,
.paragraph--type--featured-events-listing .field--name-field-more-link a:hover,
.paragraph--type--events-slider .field--name-field-more-link a:focus,
.paragraph--type--events-slider .field--name-field-more-link a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.paragraph--type--featured-news-tiles .field--name-field-news .viewsreference--view-title, .paragraph--type--featured-news-tiles .field--name-field-news-view .viewsreference--view-title {
  display: none;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  background-color: #003057;
}
@media screen and (min-width: 992px) {
  .paragraph--type--featured-news-tiles .field--name-field-news a.news-item, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item {
    margin-bottom: 0;
  }
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item:before, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item img, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .paragraph--type--featured-news-tiles .field--name-field-news a.news-item img, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item img {
    height: auto;
  }
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item .outer-wrapper, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item .outer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 25px;
  z-index: 9;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item .outer-wrapper .inner-wrapper h2, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item .outer-wrapper .inner-wrapper h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: unset;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item .outer-wrapper .inner-wrapper h2 a, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item .outer-wrapper .inner-wrapper h2 a {
  color: #fff;
  text-decoration: none;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item .outer-wrapper .inner-wrapper h2 a:hover, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item .outer-wrapper .inner-wrapper h2 a:hover {
  text-decoration: underline;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item .outer-wrapper .inner-wrapper .field--name-field-publish-date, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item .outer-wrapper .inner-wrapper .field--name-field-publish-date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item:hover, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item:hover {
  text-decoration: none;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item:hover:after, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item:hover:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
}
.paragraph--type--featured-news-tiles .field--name-field-news a.news-item:hover img, .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.paragraph--type--featured-news-tiles .field--name-field-news-view {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .paragraph--type--featured-news-tiles .field--name-field-news-view {
    margin-top: 60px;
  }
}
.paragraph--type--featured-news-tiles .field--name-field-news-view .node--type-article .outer-wrapper {
  padding: 15px 20px;
}
.paragraph--type--featured-news-tiles .view-display-id-block_1 .node--view-mode-news-tile-large a.news-item .outer-wrapper .inner-wrapper h2 {
  font-size: 18px;
  line-height: normal;
}

.view-featured-events:not(.view-display-id-block_4) .view-content .views-row,
.view-events-list .view-content .views-row,
.view-group-site-events .view-content .views-row {
  padding: 16px 0;
  border-bottom: 1px solid #C2C2C2;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row:last-child,
.view-events-list .view-content .views-row:last-child,
.view-group-site-events .view-content .views-row:last-child {
  padding-bottom: 0;
  border: 0;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-date,
.view-events-list .view-content .views-row .event-wrapper .event-date,
.view-group-site-events .view-content .views-row .event-wrapper .event-date {
  background: #20AEC5;
  padding: 5px 9px;
  width: 72px;
  margin-right: 10px;
  float: left;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-date .month,
.view-events-list .view-content .views-row .event-wrapper .event-date .month,
.view-group-site-events .view-content .views-row .event-wrapper .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-date .month:before,
.view-events-list .view-content .views-row .event-wrapper .event-date .month:before,
.view-group-site-events .view-content .views-row .event-wrapper .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-date ._date,
.view-events-list .view-content .views-row .event-wrapper .event-date ._date,
.view-group-site-events .view-content .views-row .event-wrapper .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-content,
.view-events-list .view-content .views-row .event-wrapper .event-content,
.view-group-site-events .view-content .views-row .event-wrapper .event-content {
  display: table;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-content .event-title,
.view-events-list .view-content .views-row .event-wrapper .event-content .event-title,
.view-group-site-events .view-content .views-row .event-wrapper .event-content .event-title {
  margin-bottom: 5px;
  line-height: 22px;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-content .event-title a,
.view-events-list .view-content .views-row .event-wrapper .event-content .event-title a,
.view-group-site-events .view-content .views-row .event-wrapper .event-content .event-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
  text-decoration: none;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-content .event-title a:hover,
.view-events-list .view-content .views-row .event-wrapper .event-content .event-title a:hover,
.view-group-site-events .view-content .views-row .event-wrapper .event-content .event-title a:hover {
  text-decoration: underline;
  color: #003057;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-content .outer-wrapper,
.view-events-list .view-content .views-row .event-wrapper .event-content .outer-wrapper,
.view-group-site-events .view-content .views-row .event-wrapper .event-content .outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
}
.view-featured-events:not(.view-display-id-block_4) .view-content .views-row .event-wrapper .event-content .outer-wrapper .separator,
.view-events-list .view-content .views-row .event-wrapper .event-content .outer-wrapper .separator,
.view-group-site-events .view-content .views-row .event-wrapper .event-content .outer-wrapper .separator {
  padding: 0 8px;
}

/* ODU comment out to fix spacing issue on the sidebar event listings on odu.edu/acadaffairs or odu.edu/ academics/calendar
.view-featured-events.view-display-id-block_3 {
  .view-content {
    .views-row {
      padding: 0;
      border-bottom: 0;
    }
  }
}
   End of ODU comment out change*/
.paragraph--type--events-list-sidebar {
  margin-bottom: 40px;
}
.paragraph--type--events-list-sidebar .view-featured-events .view-content .views-row {
  padding: 16px 0;
  border-bottom: 1px solid #C2C2C2;
}
.paragraph--type--events-list-sidebar .view-featured-events .view-content .views-row .event-wrapper .event-date {
  margin-right: 25px;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-date {
  background: #20AEC5;
  padding: 5px 9px;
  width: 72px;
  margin-right: 10px;
  float: left;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-content {
  display: table;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-content .event-title {
  margin-bottom: 5px;
  line-height: 22px;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-content .event-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
  text-decoration: none;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-content .event-title a:hover {
  text-decoration: underline;
  color: #003057;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-content .outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
}
.paragraph--type--events-list-sidebar .event-wrapper .event-content .outer-wrapper .separator {
  padding: 0 8px;
}
.paragraph--type--events-list-sidebar .field--name-field-events > .field__item {
  padding: 16px 0;
  border-bottom: 1px solid #C2C2C2;
}
.paragraph--type--events-list-sidebar .field--name-field-events > .field__item:last-child {
  border: none;
}

.page-node-type-homepage .paragraph--type--featured-news-tiles .row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-node-type-homepage .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item {
  max-height: 255px;
}
.page-node-type-homepage .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item .outer-wrapper .inner-wrapper h2 {
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 992px) {
  .page-node-type-homepage .paragraph--type--featured-news-tiles .field--name-field-news-view a.news-item .outer-wrapper .inner-wrapper h2 span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-homepage .news-events .view-display-id-block_1 .view-content .views-row:nth-child(4),
  .page-node-type-homepage .news-events .view-display-id-block_1 .view-content .views-row:nth-child(5) {
    display: none;
  }
  .page-node-type-homepage .news-events .view-display-id-block_1 .view-content .views-row:nth-child(3) {
    border: none;
  }
}

.paragraph--type--featured-news-tiles .field--name-field-article-category {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: none;
}
.paragraph--type--featured-news-tiles.show-categories .field--name-field-article-category {
  display: block;
}

.paragraph--type--homepage-testimonials {
  position: relative;
  margin-bottom: 150px;
}
.paragraph--type--homepage-testimonials:before {
  content: "";
  position: absolute;
  left: 10%;
  right: 0;
  top: -4%;
  height: 55%;
  opacity: 0.3;
  border: 3px solid #20AEC5;
  border-left-width: 5px;
  border-right-width: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skew(-44deg);
      -ms-transform: skew(-44deg);
          transform: skew(-44deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials:before {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--homepage-testimonials {
    margin-bottom: 40px;
  }
}
.paragraph--type--homepage-testimonials h2.section-title {
  padding: 0;
}
.paragraph--type--homepage-testimonials .tab-content {
  overflow: initial;
}
.paragraph--type--homepage-testimonials nav {
  position: absolute;
  bottom: 0;
  left: 41%;
  z-index: 2;
  padding: 0 10px 0 36px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--homepage-testimonials nav {
    top: 68px;
    right: 0;
    left: unset;
    bottom: unset;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials nav {
    right: 5px;
    top: 49px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .paragraph--type--homepage-testimonials nav {
    bottom: -24px;
  }
}
@media screen and (min-width: 1280px) {
  .paragraph--type--homepage-testimonials nav {
    bottom: -24px;
  }
}
.paragraph--type--homepage-testimonials nav .nav-tabs {
  border: 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--homepage-testimonials nav .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type--homepage-testimonials nav .nav-tabs a.nav-item {
  position: relative;
  margin: 0 20px 20px 0;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--homepage-testimonials nav .nav-tabs a.nav-item {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials nav .nav-tabs a.nav-item {
    margin: 0;
    padding: 0;
    border: 0;
    height: 66px;
    width: 66px;
  }
}
.paragraph--type--homepage-testimonials nav .nav-tabs a.nav-item:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--homepage-testimonials nav .nav-tabs a.nav-item.active {
  border-color: #2188A2;
}
.paragraph--type--homepage-testimonials nav .nav-tabs a.nav-item.active:before {
  content: none;
}
.paragraph--type--homepage-testimonials .testimonial-image {
  position: relative;
}
@media screen and (max-width: 991px) {
  .paragraph--type--homepage-testimonials .testimonial-image {
    margin-top: 0;
  }
}
.paragraph--type--homepage-testimonials .testimonial-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 700px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .paragraph--type--homepage-testimonials .testimonial-image img {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .paragraph--type--homepage-testimonials .testimonial-image img {
    height: 700px;
  }
}
.paragraph--type--homepage-testimonials .outer-wrapper {
  position: absolute;
  left: -28px;
  top: -70px;
  right: 15px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--homepage-testimonials .outer-wrapper {
    position: relative;
    left: 0;
    top: -80px;
    padding: 0 20px;
    margin-right: 0;
    right: initial;
  }
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper {
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px 2px #f0f0f0;
          box-shadow: 5px 5px 10px 2px #f0f0f0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper {
    padding: 30px;
  }
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption {
  position: relative;
  font-family: "open_sans", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  color: #404A5A;
  text-indent: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-indent: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption {
    font-size: 22px;
    line-height: 30px;
    text-indent: 52px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption {
    font-size: 28px;
    line-height: 39px;
  }
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption:before {
  content: "";
  background-image: url("../images/quotes-1.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption:before {
    width: 30px;
    height: 24px;
    background-size: contain;
  }
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption:after {
  content: "";
  background-image: url("../images/quotes.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 12px;
  margin-left: 10px;
  width: 32px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption:after {
    width: 30px;
    height: 24px;
    background-size: contain;
    bottom: -4px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .caption:after {
    bottom: 6px;
  }
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .name {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #404A5A;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .name {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .name .program-title,
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .name .graduation-year {
  font-weight: 400;
  cursor: initial;
  white-space: normal;
  font-size: 15px;
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .name .program-title:before,
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .name .graduation-year:before {
  content: "|";
  margin: 0 12px 0 10px;
  padding: 0;
  font-size: 11px;
  line-height: 23px;
  font-family: "open_sans", Arial, sans-serif;
  position: relative;
  top: -2px;
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .read-more {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .read-more {
    text-align: center;
  }
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .read-more a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
}
.paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .read-more a:hover, .paragraph--type--homepage-testimonials .outer-wrapper .inner-wrapper .read-more a:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.paragraph--type--homepage-testimonials .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
.paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
.paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
.paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content iframe,
.paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content iframe,
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--homepage-testimonials .video-modal .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}
.paragraph--type--homepage-testimonials .video-trigger {
  display: block;
  position: relative;
  overflow: hidden;
}
.paragraph--type--homepage-testimonials .video-trigger img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paragraph--type--homepage-testimonials .video-trigger:focus img, .paragraph--type--homepage-testimonials .video-trigger:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.paragraph--type--homepage-testimonials .video-trigger:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--homepage-testimonials .video-trigger i {
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
  -webkit-filter: drop-shadow(0 0 4px #003057);
          filter: drop-shadow(0 0 4px #003057);
}
.paragraph--type--homepage-testimonials.hide-quotes .outer-wrapper .inner-wrapper .caption {
  text-indent: initial;
}
.paragraph--type--homepage-testimonials.hide-quotes .outer-wrapper .inner-wrapper .caption:after, .paragraph--type--homepage-testimonials.hide-quotes .outer-wrapper .inner-wrapper .caption:before {
  display: none;
}

.paragraph--type--audience-blocks-with-carousel {
  padding: 160px 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .paragraph--type--audience-blocks-with-carousel {
    padding: 0;
  }
}
.paragraph--type--audience-blocks-with-carousel .icon-blocks {
  padding: 50px 0 130px;
  margin-top: -50px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--audience-blocks-with-carousel .icon-blocks {
    margin-left: -44px;
    margin-right: -40px;
    position: relative;
    margin-top: -50px;
  }
  .paragraph--type--audience-blocks-with-carousel .icon-blocks:before {
    content: "";
    background: #20AEC5;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .icon-blocks {
    padding-top: 40px;
    padding-bottom: 100px;
    margin: -50px 0 0 -50px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--audience-blocks-with-carousel .icon-blocks {
    padding-top: 90px;
    padding-bottom: 130px;
  }
}
.paragraph--type--audience-blocks-with-carousel .icon-blocks:before {
  background: #20AEC5;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .icon-blocks:before {
    left: -50px;
    width: 50px;
  }
}
.paragraph--type--audience-blocks-with-carousel .icon-blocks:after {
  content: "";
  background: #20AEC5;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .icon-blocks:after {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .icon-blocks .stat-item {
    padding: 0 45px 0 52px;
  }
}
.paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted {
  padding: 50px 0 130px;
  margin-top: -50px;
  margin-left: -100%;
  margin-right: -100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted {
    margin-left: -44px;
    margin-right: -40px;
    position: relative;
    margin-top: -50px;
  }
  .paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted:before {
    content: "";
    background: #20AEC5;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted {
    padding-top: 40px;
    padding-bottom: 100px;
    margin: -50px 0 0 -50px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted {
    padding-top: 90px;
    padding-bottom: 130px;
  }
}
.paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted:before {
  background: #20AEC5;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted:before {
    left: -50px;
    width: 50px;
  }
}
.paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted:after {
  content: "";
  background: #20AEC5;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted:after {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted .slick-list .slick-slide {
    padding: 0 45px 0 52px;
  }
}
.paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted .slick-list .slick-slide:first-child {
  display: none;
}
.paragraph--type--audience-blocks-with-carousel .slick-slider.slick-dotted .slick-autoplay-toggle-button {
  display: none;
}
.paragraph--type--audience-blocks-with-carousel:before {
  content: "";
  position: absolute;
  left: -7%;
  right: 25%;
  top: 14%;
  bottom: 10%;
  opacity: 0.3;
  border: 3px solid #20AEC5;
  border-left-width: 5px;
  border-right-width: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
          transform: skew(45deg);
}
@media screen and (max-width: 991px) {
  .paragraph--type--audience-blocks-with-carousel .col-md-9,
  .paragraph--type--audience-blocks-with-carousel .col-md-3,
  .paragraph--type--audience-blocks-with-carousel .col-md-4 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.paragraph--type--audience-blocks-with-carousel .custom-dots-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .paragraph--type--audience-blocks-with-carousel .custom-dots-navigation {
    bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--audience-blocks-with-carousel .custom-dots-navigation {
    bottom: 50px;
  }
}
.paragraph--type--audience-blocks-with-carousel .custom-dots-navigation #play-pause {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: normal;
}
.paragraph--type--audience-blocks-with-carousel .custom-dots-navigation #play-pause:after {
  display: block;
  font-size: 2rem;
  color: #003057;
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .paragraph--type--audience-blocks-with-carousel .custom-dots-navigation #play-pause:after {
    font-size: 2.2rem;
  }
}
.paragraph--type--audience-blocks-with-carousel .custom-dots-navigation #play-pause.pause:after {
  content: "\f04c";
}
.paragraph--type--audience-blocks-with-carousel .custom-dots-navigation #play-pause.play:after {
  content: "\f04b";
}
.paragraph--type--audience-blocks-with-carousel .custom-dots-navigation .slick-dots {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: initial;
}

@media screen and (max-width: 991px) {
  .paragraph--type--image-text-block {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-text-block .image {
    margin-bottom: 24px;
  }
}
.paragraph--type--image-text-block .image img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--image-text-block .heading h2 {
  border-bottom: 1px solid #98C5EA;
  padding-bottom: 10px;
}
.paragraph--type--image-text-block .col-md-7 p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-text-block .col-md-7 {
    padding-left: 20px;
  }
}
.paragraph--type--image-text-block .col-md-3 p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-text-block .col-md-3 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-text-block .flex-row-reverse .col-md-7 {
    padding-right: 20px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-text-block .flex-row-reverse .col-md-3 {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.paragraph--type--image-text-block button {
  color: #003057;
  background: none;
  border-color: #20AEC5;
}
.paragraph--type--image-text-block button:hover, .paragraph--type--image-text-block button:focus {
  background: #20AEC5;
}

@media screen and (max-width: 991px) {
  .paragraph--type--tabs-vertical {
    margin-bottom: 60px !important;
  }
}
.paragraph--type--tabs-vertical .nav-pills {
  position: relative;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tabs-vertical .nav-pills:after {
    content: "";
    background: #D6D5DA;
    opacity: 0.5;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 26px;
    z-index: -1;
  }
}
.paragraph--type--tabs-vertical .nav-pills a {
  position: relative;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #003057;
  padding: 10px;
  border: 0;
  text-decoration: none;
}
.paragraph--type--tabs-vertical .nav-pills a span {
  width: 78%;
  display: block;
}
.paragraph--type--tabs-vertical .nav-pills a.active {
  color: #fff;
  background: url("../images/vertical-tabs-bg.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
  background-position: right;
}
.paragraph--type--tabs-vertical .nav-pills a.active span {
  background-color: #003057;
}
.paragraph--type--tabs-vertical .nav-pills a.active:hover span {
  text-decoration: none;
}
.paragraph--type--tabs-vertical .nav-pills a:hover span {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--tabs-vertical .tab-content .card {
  border: 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--tabs-vertical .tab-content .card {
    opacity: 1;
  }
}
.paragraph--type--tabs-vertical .tab-content .card .card-body {
  padding: 0;
}
@media screen and (min-width: 991px) {
  .paragraph--type--tabs-vertical .tab-content .card .card-body p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--tabs-vertical .tab-content .card .card-body {
    margin: 20px 0;
    border-bottom: 4px solid #D6D5DA;
  }
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.button:hover, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button:focus, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button.tabfocus, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button:active {
  background: none;
  color: #003057;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.cta-button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  color: #003057;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.cta-button:hover, .paragraph--type--tabs-vertical .tab-content .card .card-body a.cta-button:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow:hover, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow:focus, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow.tabfocus, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow:active {
  background: none;
  color: #003057;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow:hover, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow:focus, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow.tabfocus, .paragraph--type--tabs-vertical .tab-content .card .card-body a.button-hollow:active {
  background: #20AEC5;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.cta-button-hallow {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body a.cta-button-hallow:hover, .paragraph--type--tabs-vertical .tab-content .card .card-body a.cta-button-hallow:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.paragraph--type--tabs-vertical .tab-content .card .card-body .sub-head-italic {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .paragraph--type--tabs-vertical .tab-content .tab-pane > .collapse {
    display: none;
  }
  .paragraph--type--tabs-vertical .tab-content .tab-pane.active > .collapse {
    display: block;
    opacity: 1;
  }
}
.paragraph--type--tabs-vertical .tab-content .tab-pane.show.active > .collapse {
  display: block;
  opacity: 1;
}
.paragraph--type--tabs-vertical .accordion {
  padding-bottom: 0;
  margin-top: 0;
}
.paragraph--type--tabs-vertical .accordion .card {
  font-size: 1.6rem;
}
.paragraph--type--tabs-vertical .accordion .card .card-body p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .paragraph--type--tabs-vertical .vh-tab-items {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--tabs-vertical .vh-mobile-tab-items {
    display: none;
  }
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .card-header {
  padding: 0;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .card-body {
  margin: 0;
  padding-left: 10px !important;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .card-body ul p {
  margin: 0 !important;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .card-body .paragraph--type--accordion .style-acc-headings .card .card-header button {
  color: #003057;
  background: none !important;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .card-body .paragraph--type--accordion .style-acc-headings .card .card-header button span {
  background: none;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items h2 {
  outline: none;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items h2 button {
  position: relative;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #003057;
  padding: 10px;
  border: 0;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items h2 button:hover span {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card {
  border: 0;
  background: none;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
  padding: 20px;
  bottom: 0;
  border-bottom: 1px solid #D6D5DA;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header button:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #003057;
  vertical-align: baseline;
  padding-right: 5px;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header button:not(.collapsed) {
  border-bottom: 0;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header button:not(.collapsed):before {
  content: "\f077";
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header button:hover span, .paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header button:focus span {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header h2 button {
  font-size: 20px;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header h3 button {
  font-size: 16px;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .card-header .default-heading button {
  font-size: 20px;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .content {
  font-size: 1.6rem;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .content .card-body {
  padding: 20px;
}
.paragraph--type--tabs-vertical .vh-mobile-tab-items .accordion .card .content.show .card-body {
  border-bottom: 1px solid #D6D5DA;
}

.paragraph--type--tabs-horizontal ul.nav {
  border-bottom: 1px solid #D6D5DA;
  display: block;
  padding-bottom: 3px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--tabs-horizontal ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.paragraph--type--tabs-horizontal ul.nav .nav-item a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #003057;
  text-decoration: none;
  padding: 10px;
  background: transparent;
  position: relative;
}
.paragraph--type--tabs-horizontal ul.nav .nav-item a.active {
  color: #fff;
  background: #003057;
}
.paragraph--type--tabs-horizontal ul.nav .nav-item a.active:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #003057;
}
@media screen and (max-width: 991px) {
  .paragraph--type--tabs-horizontal ul.nav .nav-item a.active:before {
    border: 0;
  }
}
.paragraph--type--tabs-horizontal ul.nav .nav-item a.active:after {
  content: "";
  border: 4px solid #003057;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -4px;
}
.paragraph--type--tabs-horizontal ul.nav .nav-item a.active:hover span {
  text-decoration: none;
}
.paragraph--type--tabs-horizontal ul.nav .nav-item a:hover span {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--tabs-horizontal .tab-content .card {
  border: 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--tabs-horizontal .tab-content .card {
    opacity: 1;
  }
}
.paragraph--type--tabs-horizontal .tab-content .card .card-body {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--tabs-horizontal .tab-content .card .card-body {
    margin: 20px 0;
  }
}
.paragraph--type--tabs-horizontal .tab-content .card:last-child .card-header button {
  border-bottom: 0;
}
.paragraph--type--tabs-horizontal .tab-content .card:last-child .card-body {
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--tabs-horizontal .tab-content .card-header {
    display: none;
  }
  .paragraph--type--tabs-horizontal .tab-content .accordion .card-header {
    display: block;
  }
  .paragraph--type--tabs-horizontal .tab-content .tab-pane > .collapse {
    display: none;
  }
  .paragraph--type--tabs-horizontal .tab-content .tab-pane.active {
    border-bottom: 1px solid #D6D5DA;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .paragraph--type--tabs-horizontal .tab-content .tab-pane.active > .collapse {
    display: block;
    opacity: 1;
  }
  .paragraph--type--tabs-horizontal .tab-content .tab-pane.active > .collapse .accordion .collapse {
    display: none;
  }
  .paragraph--type--tabs-horizontal .tab-content .tab-pane.active > .collapse .accordion .show {
    display: block;
  }
}
.paragraph--type--tabs-horizontal .tab-content .tab-pane.show.active > .collapse {
  display: block;
  opacity: 1;
}
.paragraph--type--tabs-horizontal .accordion {
  padding-bottom: 0;
  margin-top: 0;
}
.paragraph--type--tabs-horizontal .accordion .card {
  font-size: 1.6rem;
}
.paragraph--type--tabs-horizontal .accordion .card .card-body p {
  margin-bottom: 3rem;
}
.paragraph--type--tabs-horizontal .accordion .card .card-body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--tabs-horizontal .accordion .card .card-body p:last-child {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--tabs-horizontal .hr-desktop-tab-items {
    display: none;
  }
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card {
  border: 0;
  background: none;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
  padding: 20px;
  bottom: 0;
  border-bottom: 1px solid #D6D5DA;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header button:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #003057;
  vertical-align: baseline;
  padding-right: 5px;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header button:not(.collapsed) {
  border-bottom: 0;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header button:not(.collapsed):before {
  content: "\f077";
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header button:hover span, .paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header button:focus span {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header h2 button {
  font-size: 20px;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header h3 button {
  font-size: 16px;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .card-header .default-heading button {
  font-size: 20px;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .content {
  font-size: 1.6rem;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .content .card-body {
  padding: 0 20px 20px 20px;
}
.paragraph--type--tabs-horizontal .hr-mobile-tab-items .accordion .card .content.show .card-body {
  border-bottom: 1px solid #D6D5DA;
}
@media screen and (min-width: 992px) {
  .paragraph--type--tabs-horizontal .hr-mobile-tab-items {
    display: none;
  }
}

.paragraph--type--image-cta,
.paragraph--type--image-cta-item {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 991px) {
  .paragraph--type--image-cta,
  .paragraph--type--image-cta-item {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-cta .col-md-6:last-child .cta-item,
  .paragraph--type--image-cta-item .col-md-6:last-child .cta-item {
    margin-bottom: 0;
  }
}
.paragraph--type--image-cta .cta-item,
.paragraph--type--image-cta-item .cta-item {
  position: relative;
  background-color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-cta .cta-item,
  .paragraph--type--image-cta-item .cta-item {
    margin-bottom: 20px;
  }
}
.paragraph--type--image-cta .cta-item:before,
.paragraph--type--image-cta-item .cta-item:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--image-cta .cta-item img,
.paragraph--type--image-cta-item .cta-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link),
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  -webkit-box-shadow: inset 0 0 0 2px #20AEC5;
          box-shadow: inset 0 0 0 2px #20AEC5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):before, .paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):after,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):before,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):before, .paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):after,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):before,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):before,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):before {
  top: 0;
  left: 0;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):after,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):after {
  top: 0;
  left: 0;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):hover .slide-text, .paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):focus-within .slide-text,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):hover .slide-text,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):focus-within .slide-text {
  opacity: 1;
  height: 100%;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):hover:before, .paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):hover:after, .paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):focus-within:before, .paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):focus-within:after,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):hover:before,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):hover:after,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):focus-within:before,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):focus-within:after {
  width: 100%;
  height: 100%;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):hover:before, .paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):focus-within:before,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):hover:before,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):focus-within:before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):hover:after, .paragraph--type--image-cta .cta-item .outer-wrapper:not(.no-link):focus-within:after,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):hover:after,
.paragraph--type--image-cta-item .cta-item .outer-wrapper:not(.no-link):focus-within:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.paragraph--type--image-cta .cta-item .inner-wrapper .heading,
.paragraph--type--image-cta-item .cta-item .inner-wrapper .heading {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.paragraph--type--image-cta .cta-item .inner-wrapper .link,
.paragraph--type--image-cta-item .cta-item .inner-wrapper .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--image-cta .cta-item .inner-wrapper .link a,
.paragraph--type--image-cta-item .cta-item .inner-wrapper .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: transparent;
}

.layout > .layout__region .paragraph--type--image-cta .col-md-12 .cta-item img {
  max-height: 200px;
}

@media screen and (max-width: 991px) {
  .paragraph--type--accordion {
    margin-bottom: 60px !important;
  }
}
.paragraph--type--accordion .style-acc-headings .card {
  border: 0;
  background: none;
}
.paragraph--type--accordion .style-acc-headings .card .card-header {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.paragraph--type--accordion .style-acc-headings .card .card-header button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
  padding: 20px;
  bottom: 0;
  border-bottom: 1px solid #D6D5DA !important;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.paragraph--type--accordion .style-acc-headings .card .card-header button:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #003057;
  vertical-align: baseline;
  padding-right: 8px;
  margin-top: 3px;
}
.paragraph--type--accordion .style-acc-headings .card .card-header button:not(.collapsed) {
  border-bottom: 0;
}
.paragraph--type--accordion .style-acc-headings .card .card-header button:not(.collapsed):before {
  content: "\f077";
}
.paragraph--type--accordion .style-acc-headings .card .card-header button:hover span, .paragraph--type--accordion .style-acc-headings .card .card-header button:focus span {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--accordion .style-acc-headings .card .card-header h2 button {
  font-size: 24px;
}
.paragraph--type--accordion .style-acc-headings .card .card-header h3 button {
  font-size: 16px;
}
.paragraph--type--accordion .style-acc-headings .card .card-header .default-heading button {
  font-size: 20px;
}
.paragraph--type--accordion .style-acc-headings .card .content {
  font-size: 1.6rem;
}
.paragraph--type--accordion .style-acc-headings .card .content .card-body {
  padding: 20px;
}
.paragraph--type--accordion .style-acc-headings .card .content.show .card-body {
  border-bottom: 1px solid #D6D5DA;
}
.paragraph--type--accordion .style-acc-headings .card .content table {
  table-layout: fixed;
  width: 100%;
}

.accordion .card-body .view-featured-events .view-content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .accordion .card-body .view-featured-events .view-content .views-row:first-child {
    padding-top: 0;
  }
}

#career-accordion {
  margin-top: 20px;
}
#career-accordion .accordion-collapse {
  padding: 0 20px;
}
#career-accordion .accordion-collapse .accordion-body {
  border-top: 1px solid rgba(225, 234, 240, 0.5);
  padding-top: 20px;
}
#career-accordion .accordion-header {
  margin: 0;
  border-top: 3px solid #D6D5DA;
}
#career-accordion .accordion-header button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
  padding: 20px;
  bottom: 0;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#career-accordion .accordion-header button:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #003057;
  vertical-align: baseline;
  padding-right: 8px;
  margin-top: 5px;
}
#career-accordion .accordion-header button:not(.collapsed) {
  border-bottom: 0;
}
#career-accordion .accordion-header button:not(.collapsed):before {
  content: "\f077";
}
#career-accordion .accordion-header button:hover span, #career-accordion .accordion-header button:focus span {
  text-decoration: underline;
  text-underline-position: under;
}

table thead tr th {
  padding: 20px !important;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 30px;
}
table tbody tr {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #003057;
}
table tbody tr td {
  padding: 20px !important;
}
table tbody tr td p, table tbody tr td strong {
  color: #003057;
}
@media screen and (min-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
}

@media screen and (max-width: 767px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px;
  }
  table thead tr th {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
    text-transform: initial;
  }
  table tbody tr {
    display: block;
    padding: 10px 0 !important;
  }
  table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    font-size: 16px !important;
    line-height: 22px;
    padding: 10px 15px !important;
  }
  table tbody td span {
    font-size: 16px !important;
  }
  table tbody td strong {
    margin-right: 10px;
  }
  table tbody td br {
    display: none;
  }
  table tbody td.has-data-label:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .table-striped tbody tr {
    background: none !important;
  }
}
.paragraph--type--related-links {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  font-family: "open_sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.paragraph--type--related-links .field--name-field-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type--related-links .field--name-field-title .field__item {
  background: #003057;
  margin-left: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  padding: 2px 8px;
}
.paragraph--type--related-links .quick-links {
  list-style-type: none;
  padding-left: 20px;
  padding-right: 34px;
  margin-top: 10px;
}
.paragraph--type--related-links .quick-links .link-item {
  margin-bottom: 5px;
}
.paragraph--type--related-links .quick-links .link-item:last-child {
  margin-bottom: 0;
}
.paragraph--type--related-links .quick-links .link-item a {
  text-decoration: none;
  color: #003057;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paragraph--type--related-links .quick-links .link-item a:hover span, .paragraph--type--related-links .quick-links .link-item a:focus span, .paragraph--type--related-links .quick-links .link-item a:active span {
  text-decoration: underline;
}

.paragraph--type--contact-info-block {
  padding: 0 20px 0;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  font-family: "open_sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block {
    margin-top: 30px;
  }
}
.paragraph--type--contact-info-block.horizontal {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  line-height: 19px;
  padding: 0;
  color: #003057;
  background: none;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 991px) {
  .paragraph--type--contact-info-block.horizontal {
    margin-bottom: 30px !important;
  }
}
.paragraph--type--contact-info-block.horizontal .department-contact-inner {
  border-top: 1px solid #D6D5DA;
}
.paragraph--type--contact-info-block .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.paragraph--type--contact-info-block .block-title div {
  background: #003057;
  margin-left: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 0;
  padding: 2px 8px 1px 8px;
}
.paragraph--type--contact-info-block h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.paragraph--type--contact-info-block h4 a {
  text-decoration: none;
}
.paragraph--type--contact-info-block h4 a:hover, .paragraph--type--contact-info-block h4 a:focus {
  text-decoration: underline;
}
.paragraph--type--contact-info-block .contact-section {
  border-bottom: 1px solid #D6D5DA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.paragraph--type--contact-info-block .contact-section:last-child {
  border-width: 0;
  margin-bottom: 0;
}
.paragraph--type--contact-info-block .contact-section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.paragraph--type--contact-info-block .contact-section > div i {
  margin-right: 10px;
}
.paragraph--type--contact-info-block .contact-section .address-info .address {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block .contact-section .address-info i {
    margin-left: 2px;
    margin-right: 10px !important;
  }
}
.paragraph--type--contact-info-block .contact-section .phone {
  speak: digits;
}
@media screen and (max-width: 767px) {
  .paragraph--type--contact-info-block .contact-section .phone {
    margin-bottom: 0.5rem;
  }
}
.paragraph--type--contact-info-block .contact-section .phone .phone-type:after {
  content: ")";
  display: inline-block;
  margin-left: -3px;
}
.paragraph--type--contact-info-block .contact-section .phone .phone-type:before {
  content: "(";
  display: inline-block;
  margin-right: -3px;
}
.paragraph--type--contact-info-block .contact-section .social {
  font-size: 18px;
  line-height: 30px;
}
.paragraph--type--contact-info-block .contact-section .social > div i {
  margin-right: 20px;
}
.paragraph--type--contact-info-block.horizontal .block-title {
  margin-bottom: 10px;
}
.paragraph--type--contact-info-block.horizontal .block-title div {
  background: #003057;
  margin-left: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  background: #D6D5DA;
  color: #404A5A;
  margin-left: 0;
}
.paragraph--type--contact-info-block.horizontal h4 {
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
  margin-bottom: 10px;
}
.paragraph--type--contact-info-block.horizontal .contact-section {
  border-bottom-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.paragraph--type--contact-info-block.horizontal .contact-section.section-phone {
  padding-top: 5px;
}
.paragraph--type--contact-info-block.horizontal .contact-section.section-phone .phone .paragraph {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--contact-info-block.horizontal .contact-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.paragraph--type--contact-info-block.horizontal .contact-section > div i {
  margin-right: 5px;
}
.paragraph--type--contact-info-block.horizontal .contact-section .social {
  font-size: 22px;
  line-height: 22px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--contact-info-block.horizontal .contact-section .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.paragraph--type--contact-info-block.horizontal .contact-section .social > div i {
  margin-right: 15px;
}

.paragraph--type--full-height-slider {
  position: relative;
}
@media screen and (min-width: 767px) {
  .paragraph--type--full-height-slider:after {
    content: "";
    background: url("../images/hero-bg@2x.png") no-repeat scroll 0 0 transparent;
    background-size: 100%;
    bottom: 0;
    width: 100%;
    height: 79px;
    z-index: 3;
    position: absolute;
    background-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider.ba-background:after {
    background: none;
    height: 0;
    right: 0;
    bottom: 0;
    border-bottom: 36px solid #fff;
    border-left: 36px solid transparent;
    border-right: 36px solid #fff;
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider.ba-background:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -98%;
    left: 0;
    width: 60%;
    height: 100%;
    background: url("../images/mobile-top-rectagle.png") no-repeat scroll 0 0 transparent;
    background-size: 100%;
  }
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide {
  position: relative;
}
@media screen and (min-width: 768px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide {
    background-color: #003057;
  }
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8%, rgba(0, 0, 0, 0)), to(#003057));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, #003057 100%);
    z-index: 0;
    height: 60%;
  }
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-media {
  max-height: 1000px;
  overflow: hidden;
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-media img,
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-media video {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap {
  color: #333333;
  width: 100%;
  text-align: center;
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap {
    padding: 0 15px;
    bottom: 8rem;
    left: 0;
    position: absolute;
    color: #fff;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap {
    position: relative;
    bottom: 0;
    color: #333333;
  }
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: -35px;
    border-bottom: 36px solid #fff;
    border-left: 36px solid transparent;
    border-right: 36px solid #fff;
    width: 40%;
  }
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: url("../images/mobile-top-rectagle.png") no-repeat scroll 0 0 transparent;
    background-size: 100%;
  }
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content {
  margin: 0 auto;
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .slide-title {
  font-family: "MicrogrammaExtD-Bol", Arial, sans-serif;
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 48, 87, 0.9490196078);
}
@media (max-width: 991px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .slide-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .slide-title {
    color: #333333;
    text-shadow: none;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
  }
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-caption {
  max-width: 50%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-caption {
    max-width: 100%;
  }
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:hover, .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:focus, .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a.tabfocus, .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:active {
  background: none;
  color: #003057;
}
.paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:hover, .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:focus, .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a.tabfocus, .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a:active {
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .slide-items .paragraph--type--full-height-slide .slide-content-wrap .slide-content .field--name-field-slide-link a {
    color: #003057;
  }
}
.paragraph--type--full-height-slider .slide-items .slick-autoplay-toggle-button {
  left: 120px;
  bottom: 38px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--full-height-slider .slide-items .slick-autoplay-toggle-button {
    bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .slide-items .slick-autoplay-toggle-button {
    display: block;
    left: 20px;
    right: auto;
    bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--full-height-slider .slide-items .slick-dots {
    top: unset !important;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .slide-items .slick-dots {
    right: auto;
    left: 95px;
    bottom: unset;
  }
}
.paragraph--type--full-height-slider .video-slide-image {
  display: none;
  background-color: #003057;
}
.paragraph--type--full-height-slider .pause-play-wrapper {
  position: absolute;
  bottom: 38px;
  left: 120px;
  z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--full-height-slider .pause-play-wrapper {
    bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .pause-play-wrapper {
    left: 20px;
    bottom: 77px;
  }
}
.paragraph--type--full-height-slider .pause-play-wrapper .video-controls button {
  padding: 0;
}
.paragraph--type--full-height-slider .pause-play-wrapper .video-controls i {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  border-radius: 50%;
  width: 44px;
  border: 3px solid #fff;
  height: 44px;
  text-align: center;
  line-height: 41px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .pause-play-wrapper .video-controls i {
    width: 33px;
    height: 33px;
    padding: 0 0 2px 0;
    line-height: 26px;
  }
}
.paragraph--type--full-height-slider .pause-play-wrapper .video-controls i:before {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .paragraph--type--full-height-slider .pause-play-wrapper .video-controls i:before {
    font-size: 14px;
  }
}
.paragraph--type--full-height-slider .pause-play-wrapper .video-controls i.play:before {
  margin-left: 3px;
}

.paragraph--type--node-list-in-carousel,
.paragraph--type--testimonial-slider {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--node-list-in-carousel,
  .paragraph--type--testimonial-slider {
    margin-bottom: 20px;
  }
}
.paragraph--type--node-list-in-carousel .slick-slider.slick-dotted,
.paragraph--type--testimonial-slider .slick-slider.slick-dotted {
  margin-bottom: 0;
  padding: 0;
}
.paragraph--type--node-list-in-carousel .node-content-wrapper,
.paragraph--type--testimonial-slider .node-content-wrapper {
  position: relative;
}
.paragraph--type--node-list-in-carousel .node-content-wrapper:before,
.paragraph--type--testimonial-slider .node-content-wrapper:before {
  content: "";
  position: absolute;
  left: -5%;
  right: -20%;
  top: -18px;
  bottom: -14px;
  opacity: 0.3;
  border: 3px solid #20AEC5;
  border-left-width: 5px;
  border-right-width: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skew(-285rad);
      -ms-transform: skew(-285rad);
          transform: skew(-285rad);
  display: block;
}
@media screen and (max-width: 991px) {
  .paragraph--type--node-list-in-carousel .node-content-wrapper,
  .paragraph--type--testimonial-slider .node-content-wrapper {
    max-width: 100%;
    padding: 0;
  }
  .paragraph--type--node-list-in-carousel .node-content-wrapper:before,
  .paragraph--type--testimonial-slider .node-content-wrapper:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--node-list-in-carousel .node-content-wrapper.media-right .slide-items .outer-wrapper .inner-wrapper,
  .paragraph--type--testimonial-slider .node-content-wrapper.media-right .slide-items .outer-wrapper .inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 20px;
    margin-right: 0;
  }
  .paragraph--type--node-list-in-carousel .node-content-wrapper.media-right .slide-items .outer-wrapper .inner-wrapper .content-image:after,
  .paragraph--type--testimonial-slider .node-content-wrapper.media-right .slide-items .outer-wrapper .inner-wrapper .content-image:after {
    border-left: 121px solid transparent;
    border-right: 0;
    right: -1px;
    left: auto;
  }
  .paragraph--type--node-list-in-carousel .node-content-wrapper.media-right .slide-items .outer-wrapper .inner-wrapper .content-details,
  .paragraph--type--testimonial-slider .node-content-wrapper.media-right .slide-items .outer-wrapper .inner-wrapper .content-details {
    margin-right: -20px;
  }
}
.paragraph--type--node-list-in-carousel .slide-items,
.paragraph--type--testimonial-slider .slide-items {
  position: initial;
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper {
    display: block;
    margin-right: 0;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-image,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-image img,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 510px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-image img,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-image img {
    max-height: none;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: -20px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details {
    margin-left: 0;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrapper,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrapper {
    padding: 0;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    margin: 0 10px;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .title h3,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .title h3 {
  margin-bottom: 30px;
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .title h3 a,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .title h3 a {
  color: #404A5A;
  text-decoration: none;
  display: block;
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .title h3 a:hover, .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .title h3 a:focus,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .title h3 a:hover,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .title h3 a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #404A5A;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption {
    font-size: 18px;
    line-height: 30px;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text {
  margin-top: 40px;
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:hover, .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:focus, .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a.tabfocus, .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:active,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:hover,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:focus,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a.tabfocus,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:active {
  background: none;
  color: #003057;
}
.paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:hover, .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:focus, .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a.tabfocus, .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:active,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:hover,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:focus,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a.tabfocus,
.paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a:active {
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .paragraph--type--node-list-in-carousel .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a,
  .paragraph--type--testimonial-slider .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .link-text a {
    padding: 10.5px 40px;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .slick-prev,
.paragraph--type--testimonial-slider .slide-items .slick-prev {
  left: 0;
}
.paragraph--type--node-list-in-carousel .slide-items .slick-prev .slick-prev-icon:before,
.paragraph--type--testimonial-slider .slide-items .slick-prev .slick-prev-icon:before {
  content: "\f060";
  font-weight: bold;
}
.paragraph--type--node-list-in-carousel .slide-items .slick-next,
.paragraph--type--testimonial-slider .slide-items .slick-next {
  right: 0;
}
.paragraph--type--node-list-in-carousel .slide-items .slick-next .slick-next-icon:before,
.paragraph--type--testimonial-slider .slide-items .slick-next .slick-next-icon:before {
  content: "\f061";
  font-weight: bold;
}
.paragraph--type--node-list-in-carousel .slide-items .slick-arrow,
.paragraph--type--testimonial-slider .slide-items .slick-arrow {
  width: auto;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-arrow,
  .paragraph--type--testimonial-slider .slide-items .slick-arrow {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-arrow,
  .paragraph--type--testimonial-slider .slide-items .slick-arrow {
    top: 25%;
  }
}
@media screen and (max-width: 568px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-arrow,
  .paragraph--type--testimonial-slider .slide-items .slick-arrow {
    top: 20%;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .slick-arrow > span,
.paragraph--type--testimonial-slider .slide-items .slick-arrow > span {
  background: #1F7F9B;
  opacity: 0.9;
  padding: 15px;
  font-size: 30px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
}
.paragraph--type--node-list-in-carousel .slide-items .slick-arrow:hover, .paragraph--type--node-list-in-carousel .slide-items .slick-arrow:focus,
.paragraph--type--testimonial-slider .slide-items .slick-arrow:hover,
.paragraph--type--testimonial-slider .slide-items .slick-arrow:focus {
  opacity: 0.75;
}
.paragraph--type--node-list-in-carousel .slide-items .slick-autoplay-toggle-button,
.paragraph--type--testimonial-slider .slide-items .slick-autoplay-toggle-button {
  padding: 0;
  bottom: 39px;
  left: calc(38% + 26px);
  color: #1F7F9B;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-autoplay-toggle-button,
  .paragraph--type--testimonial-slider .slide-items .slick-autoplay-toggle-button {
    bottom: 29px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-autoplay-toggle-button,
  .paragraph--type--testimonial-slider .slide-items .slick-autoplay-toggle-button {
    left: 38%;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-autoplay-toggle-button,
  .paragraph--type--testimonial-slider .slide-items .slick-autoplay-toggle-button {
    left: calc(38% + 28px);
  }
}
.paragraph--type--node-list-in-carousel .slide-items .slick-dots,
.paragraph--type--testimonial-slider .slide-items .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-dots,
  .paragraph--type--testimonial-slider .slide-items .slick-dots {
    left: calc(38% + 28px);
  }
}
@media screen and (min-width: 1025px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-dots,
  .paragraph--type--testimonial-slider .slide-items .slick-dots {
    left: calc(38% + 50px);
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-dots,
  .paragraph--type--testimonial-slider .slide-items .slick-dots {
    bottom: 48px;
    height: 15px;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .slick-dots li,
.paragraph--type--testimonial-slider .slide-items .slick-dots li {
  width: 12px;
  height: 12px;
}
.paragraph--type--node-list-in-carousel .slide-items .slick-dots li button,
.paragraph--type--testimonial-slider .slide-items .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border: 2px solid #1F7F9B;
  border-radius: 50px;
  color: #1F7F9B;
}
@media screen and (max-width: 767px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-dots li button,
  .paragraph--type--testimonial-slider .slide-items .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .slick-dots li button:focus, .paragraph--type--node-list-in-carousel .slide-items .slick-dots li button:focus-within,
.paragraph--type--testimonial-slider .slide-items .slick-dots li button:focus,
.paragraph--type--testimonial-slider .slide-items .slick-dots li button:focus-within {
  outline-color: #20AEC5;
  outline-offset: 4px;
}
.paragraph--type--node-list-in-carousel .slide-items .slick-dots li button .slick-dot-icon,
.paragraph--type--testimonial-slider .slide-items .slick-dots li button .slick-dot-icon {
  font-size: 12px;
  color: transparent;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-dots li button .slick-dot-icon,
  .paragraph--type--testimonial-slider .slide-items .slick-dots li button .slick-dot-icon {
    font-size: 16px;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .slick-dots li button .slick-dot-icon:before,
.paragraph--type--testimonial-slider .slide-items .slick-dots li button .slick-dot-icon:before {
  color: transparent;
  top: 1.8px;
  left: 0.6px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-dots li button .slick-dot-icon:before,
  .paragraph--type--testimonial-slider .slide-items .slick-dots li button .slick-dot-icon:before {
    font-size: 16px;
  }
}
.paragraph--type--node-list-in-carousel .slide-items .slick-dots li.slick-active .slick-dot-icon,
.paragraph--type--testimonial-slider .slide-items .slick-dots li.slick-active .slick-dot-icon {
  color: #1F7F9B;
}
.paragraph--type--node-list-in-carousel .slide-items .slick-dots li.slick-active .slick-dot-icon:before,
.paragraph--type--testimonial-slider .slide-items .slick-dots li.slick-active .slick-dot-icon:before {
  margin: 0;
  font-size: 11px;
  color: #1F7F9B;
}
@media screen and (max-width: 767px) {
  .paragraph--type--node-list-in-carousel .slide-items .slick-dots li.slick-active .slick-dot-icon:before,
  .paragraph--type--testimonial-slider .slide-items .slick-dots li.slick-active .slick-dot-icon:before {
    font-size: 15px;
  }
}

.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption {
  margin-bottom: 15px;
  position: relative;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  color: #003057;
  text-indent: 60px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption {
    font-size: 18px;
    line-height: 25px;
    text-indent: 40px;
  }
}
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption:before {
  content: "";
  background-image: url(../images/quotes-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption:before {
    width: 30px;
    height: 24px;
    background-size: contain;
  }
}
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption:after {
  content: "";
  background-image: url(../images/quotes.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 12px;
  margin-left: 10px;
  width: 32px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption:after {
    width: 30px;
    height: 24px;
    background-size: contain;
    bottom: -4px;
  }
}
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .name {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .name {
    font-size: 14px;
    line-height: 19px;
  }
}
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .name .program-title,
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .name .graduation-year {
  font-weight: 400;
  cursor: initial;
  white-space: normal;
  font-size: 15px;
}
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .name .program-title:before,
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .name .graduation-year:before {
  content: "|";
  margin: 0 12px 0 10px;
  padding: 0;
  font-size: 11px;
  line-height: 23px;
  font-family: "open_sans", Arial, sans-serif;
  position: relative;
  top: -2px;
}
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .video-button-wrapper {
  margin-bottom: 10px;
}
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .video-button-wrapper a {
  text-decoration: none;
}
.paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .video-button-wrapper a:hover span, .paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .video-button-wrapper a:focus span {
  text-decoration: underline;
}

.page-node-type-center .paragraph--type--testimonial-slider .slide-items .slick-dots {
  margin: 0 auto;
}
.page-node-type-center .paragraph--type--testimonial-slider .slide-items .slick-dots li button {
  border-color: #20AEC5;
}
.page-node-type-center .paragraph--type--testimonial-slider .slide-items .slick-dots li button:focus-within, .page-node-type-center .paragraph--type--testimonial-slider .slide-items .slick-dots li button:hover, .page-node-type-center .paragraph--type--testimonial-slider .slide-items .slick-dots li buttonfocus {
  color: #20AEC5;
}
.page-node-type-center .paragraph--type--testimonial-slider .slide-items .slick-dots li button .slick-dot-icon {
  color: #20AEC5;
}
.page-node-type-center .paragraph--type--testimonial-slider .slide-items .slick-dots li button .slick-dot-icon:before {
  color: #20AEC5;
}
.page-node-type-center .paragraph--type--testimonial-slider .slide-items .slick-arrow {
  display: none !important;
}
.page-node-type-center .paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption:before {
  background-image: url("../images/quotes-1-seafoam.svg");
}
.page-node-type-center .paragraph--type--testimonial-slider .node-content-wrapper .slide-items .outer-wrapper .inner-wrapper .content-details .content-wrap .caption:after {
  background-image: url("../images/quotes-seafoam.png");
}

.video-modal-carousel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.video-modal-carousel .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .video-modal-carousel .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .video-modal-carousel .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
.video-modal-carousel .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
.video-modal-carousel .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
.video-modal-carousel .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .video-modal-carousel .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .video-modal-carousel .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
.video-modal-carousel .modal-dialog-centered .modal-content iframe,
.video-modal-carousel .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .video-modal-carousel .modal-dialog-centered .modal-content iframe,
  .video-modal-carousel .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .video-modal-carousel .modal-dialog-centered .modal-content iframe,
  .video-modal-carousel .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.video-modal-carousel .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .video-modal-carousel .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .video-modal-carousel .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
.video-modal-carousel .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  .video-modal-carousel .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .video-modal-carousel .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}
.video-modal-carousel .modal-dialog-centered {
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.paragraph--type--events-slider {
  margin: 70px auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-slider {
    margin: 60px auto;
  }
}
.paragraph--type--events-slider .carousel .carousel-inner {
  position: relative;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  opacity: 0.7;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  bottom: 0;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-slider .carousel .carousel-inner .carousel-item img {
    height: 308px;
    width: auto;
  }
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-date {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 80px;
  background: #20AEC5;
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  display: none;
}
@media screen and (min-width: 768px) {
  .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-date {
    display: block;
  }
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 44px;
  position: absolute;
  bottom: 0;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content {
    bottom: 60px;
    left: 80px;
    padding: 0;
  }
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content a.title {
  display: block;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: inherit;
  text-decoration: none;
  max-width: 702px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content a.title {
    font-size: 32px;
    line-height: 44px;
  }
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content a.title:hover, .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content a.title:active, .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content a.title:focus {
  text-decoration: underline;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content .outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content .outer-wrapper a {
  color: inherit;
  text-decoration: none;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content .outer-wrapper a:hover, .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content .outer-wrapper a:active, .paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content .outer-wrapper a:focus {
  text-decoration: underline;
}
.paragraph--type--events-slider .carousel .carousel-inner .carousel-item .event-wrapper .event-content .outer-wrapper .separator {
  padding: 0 8px;
}
.paragraph--type--events-slider .carousel .carousel-control-btn {
  width: 60px;
  height: 50px;
  background: #003057;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
  opacity: 1;
}
.paragraph--type--events-slider .carousel .carousel-control-btn:hover, .paragraph--type--events-slider .carousel .carousel-control-btn:focus {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-slider .carousel .carousel-control-btn {
    -webkit-transform: translate(0, -60px);
        -ms-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
}
.paragraph--type--events-slider .carousel .carousel-control-btn.carousel-control-prev {
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--events-slider .carousel .carousel-control-btn.carousel-control-prev {
    margin-left: 0;
  }
}
.paragraph--type--events-slider .carousel .carousel-control-btn.carousel-control-next {
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--events-slider .carousel .carousel-control-btn.carousel-control-next {
    margin-right: 0;
  }
}
.paragraph--type--events-slider .carousel .carousel-indicators {
  position: initial;
  margin-top: 30px;
}
.paragraph--type--events-slider .carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  display: block;
  padding: 0;
  margin-right: 6px;
  border-radius: 100%;
  background: #fff;
}
.paragraph--type--events-slider .carousel .carousel-indicators button.active {
  background: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--events-slider .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paragraph--type--events-slider .container .field--name-field-more-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-top: 30px;
  }
}

.paragraph--type--image-gallery {
  margin-bottom: 100px;
}
.paragraph--type--image-gallery .gallery-top,
.paragraph--type--image-gallery .gallery-no-thumbs,
.paragraph--type--image-gallery .gallery-right {
  margin-bottom: 0;
}
.paragraph--type--image-gallery .gallery-top .content-wrapper,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper,
.paragraph--type--image-gallery .gallery-right .content-wrapper {
  position: relative;
  background-color: #003057;
}
.paragraph--type--image-gallery .gallery-top .content-wrapper:before,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper:before,
.paragraph--type--image-gallery .gallery-right .content-wrapper:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-top .content-wrapper:before,
  .paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper:before,
  .paragraph--type--image-gallery .gallery-right .content-wrapper:before {
    height: 80%;
  }
}
.paragraph--type--image-gallery .gallery-top .content-wrapper img,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper img,
.paragraph--type--image-gallery .gallery-right .content-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-top .content-wrapper img,
  .paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper img,
  .paragraph--type--image-gallery .gallery-right .content-wrapper img {
    height: inherit !important;
  }
}
.paragraph--type--image-gallery .gallery-top .content-wrapper .content-description,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description,
.paragraph--type--image-gallery .gallery-right .content-wrapper .content-description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-top .content-wrapper .content-description,
  .paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description,
  .paragraph--type--image-gallery .gallery-right .content-wrapper .content-description {
    padding: 2rem;
  }
}
.paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .slide-count,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .slide-count,
.paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .slide-count {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .slide-count,
  .paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .slide-count,
  .paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .slide-count {
    font-size: 14px;
    line-height: 28px;
  }
}
.paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .caption,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .caption,
.paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .caption,
  .paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .caption,
  .paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .caption {
    font-size: 14px;
    line-height: 28px;
  }
}
.paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .caption a,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .caption a,
.paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .caption a {
  color: #fff;
}
.paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .caption a *,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .caption a *,
.paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .caption a * {
  color: #fff;
}
.paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .caption a:hover, .paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .caption a:focus,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .caption a:hover,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .caption a:focus,
.paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .caption a:hover,
.paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .caption a:focus {
  text-decoration: none;
}
.paragraph--type--image-gallery .gallery-top .content-wrapper .content-description .caption p,
.paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description .caption p,
.paragraph--type--image-gallery .gallery-right .content-wrapper .content-description .caption p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-top .content-wrapper .content-description,
  .paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper .content-description,
  .paragraph--type--image-gallery .gallery-right .content-wrapper .content-description {
    display: none;
  }
  .paragraph--type--image-gallery .gallery-top .content-wrapper:before,
  .paragraph--type--image-gallery .gallery-no-thumbs .content-wrapper:before,
  .paragraph--type--image-gallery .gallery-right .content-wrapper:before {
    display: none;
  }
}
.paragraph--type--image-gallery .gallery-thumbs-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-thumbs-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    background: #003057;
  }
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: -8px;
  }
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .gallery-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .gallery-image {
    position: relative;
    margin-right: 5px;
  }
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .gallery-image img {
    width: 100%;
    height: 100%;
  }
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .gallery-image:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-slide {
    border: none;
  }
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-slide.slick-current .content-wrapper .gallery-image:before {
  content: none;
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-arrow {
  height: 60px;
  width: 50px;
  opacity: 1;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-arrow:hover, .paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-arrow:focus {
  opacity: 0.75;
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-arrow.slick-prev {
  top: 1px;
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-arrow.slick-prev:before {
  content: "\f176";
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-arrow.slick-next {
  bottom: 8px;
  top: unset;
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-left .slick-arrow.slick-next:before {
  content: "\f175";
}
.paragraph--type--image-gallery .gallery-thumbs-left .gallery-right {
  -webkit-box-flex: calc(100% - 200px);
      -ms-flex: calc(100% - 200px);
          flex: calc(100% - 200px);
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-height: 767px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right {
    height: 235px;
    background: #000000;
  }
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right img {
    max-width: 100%;
    max-height: 235px;
    -o-object-fit: unset;
       object-fit: unset;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right {
    height: 470px;
    background: #000000;
  }
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right img {
    max-width: 100%;
    max-height: 470px;
    -o-object-fit: unset;
       object-fit: unset;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right {
    height: 710px;
    background: #000000;
  }
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right img {
    max-width: 100%;
    max-height: 710px;
    -o-object-fit: unset;
       object-fit: unset;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right .content-wrapper {
    height: 235px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right .content-wrapper {
    height: 470px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-right .content-wrapper {
    height: 710px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-thumbs-left .gallery-left-mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-bottom {
    background: #003057;
    margin-top: -8px;
    margin-bottom: 0;
  }
}
.paragraph--type--image-gallery .gallery-bottom .slick-slide.slick-current .content-wrapper .gallery-image:before {
  content: none;
}
.paragraph--type--image-gallery .gallery-bottom .content-wrapper .gallery-image {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.paragraph--type--image-gallery .gallery-bottom .content-wrapper .gallery-image:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.paragraph--type--image-gallery .gallery-bottom .content-wrapper .gallery-image img {
  width: 100%;
  height: 100%;
}
.paragraph--type--image-gallery .gallery-bottom-mobile,
.paragraph--type--image-gallery .gallery-left-mobile {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-gallery .gallery-bottom-mobile,
  .paragraph--type--image-gallery .gallery-left-mobile {
    display: none;
  }
}
.paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper,
.paragraph--type--image-gallery .gallery-left-mobile .content-wrapper {
  padding: 20px;
  background: #003057;
}
.paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper .content-description .caption,
.paragraph--type--image-gallery .gallery-left-mobile .content-wrapper .content-description .caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper .content-description .caption,
  .paragraph--type--image-gallery .gallery-left-mobile .content-wrapper .content-description .caption {
    font-size: 14px;
    line-height: 28px;
  }
}
.paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper .content-description .caption a,
.paragraph--type--image-gallery .gallery-left-mobile .content-wrapper .content-description .caption a {
  color: #fff;
}
.paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper .content-description .caption a:hover, .paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper .content-description .caption a:focus,
.paragraph--type--image-gallery .gallery-left-mobile .content-wrapper .content-description .caption a:hover,
.paragraph--type--image-gallery .gallery-left-mobile .content-wrapper .content-description .caption a:focus {
  text-decoration: none;
}
.paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper .content-description .caption p,
.paragraph--type--image-gallery .gallery-left-mobile .content-wrapper .content-description .caption p {
  margin-bottom: 0;
}
.paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper .slide-count,
.paragraph--type--image-gallery .gallery-left-mobile .content-wrapper .slide-count {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .gallery-bottom-mobile .content-wrapper .slide-count,
  .paragraph--type--image-gallery .gallery-left-mobile .content-wrapper .slide-count {
    font-size: 14px;
    line-height: 28px;
  }
}
.paragraph--type--image-gallery .slick-arrow {
  width: 60px;
  height: 50px;
  background: #003057;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .slick-arrow {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0, -24px);
        -ms-transform: translate(0, -24px);
            transform: translate(0, -24px);
  }
}
.paragraph--type--image-gallery .slick-arrow:before {
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.paragraph--type--image-gallery .slick-arrow.slick-prev {
  left: 0;
}
.paragraph--type--image-gallery .slick-arrow.slick-prev:before {
  content: "\f177";
}
.paragraph--type--image-gallery .slick-arrow.slick-next {
  right: 0;
}
.paragraph--type--image-gallery .slick-arrow.slick-next:before {
  content: "\f178";
}
.paragraph--type--image-gallery .slick-arrow:hover, .paragraph--type--image-gallery .slick-arrow:focus {
  opacity: 0.75;
}
.paragraph--type--image-gallery .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -30px;
  left: 0;
}
.paragraph--type--image-gallery .slick-dots li {
  width: 12px;
  height: 12px;
  margin-top: 8px;
}
.paragraph--type--image-gallery .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border: 2px solid #003057;
  border-radius: 50px;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.paragraph--type--image-gallery .slick-dots li button:focus, .paragraph--type--image-gallery .slick-dots li button:focus-within {
  outline-color: #20AEC5;
  outline-offset: 4px;
}
.paragraph--type--image-gallery .slick-dots li button .slick-dot-icon {
  font-size: 11px;
  opacity: 1;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .slick-dots li button .slick-dot-icon {
    font-size: 16px;
  }
}
.paragraph--type--image-gallery .slick-dots li button .slick-dot-icon:before {
  color: transparent;
  top: 1.8px;
  left: 0.6px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .slick-dots li button .slick-dot-icon:before {
    font-size: 16px;
  }
}
.paragraph--type--image-gallery .slick-dots li.slick-active .slick-dot-icon {
  color: #003057;
}
.paragraph--type--image-gallery .slick-dots li.slick-active .slick-dot-icon:before {
  margin: 0;
  font-size: 11px;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .paragraph--type--image-gallery .slick-dots li.slick-active .slick-dot-icon:before {
    font-size: 15px;
  }
}
.paragraph--type--image-gallery .slick-next-icon,
.paragraph--type--image-gallery .slick-prev-icon {
  display: none;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slick-slider.slick-dotted {
  padding-top: 0;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slick-autoplay-toggle-button {
  position: static;
  padding: 0;
  opacity: 1;
  width: 95px;
  color: #003057;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slick-autoplay-toggle-button:hover, .paragraph--type--image-gallery .gallery-no-thumbs .slick-autoplay-toggle-button:focus {
  color: #003057;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "\f28b";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #003057;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slick-autoplay-toggle-button .slick-play-icon {
  position: relative;
  top: -1px;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slick-autoplay-toggle-button .slick-play-icon:before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #003057;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slick-autoplay-toggle-button .slick-sr-only {
  clip: unset !important;
  clip-path: unset !important;
  overflow: auto !important;
  position: relative !important;
  top: -1px;
  right: -8px;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #003057;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slider-no-thumbs-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slider-no-thumbs-navigation .slick-dots {
  display: unset;
  position: unset;
  bottom: unset;
  left: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0;
}
.paragraph--type--image-gallery .gallery-no-thumbs .slider-no-thumbs-navigation .slick-dots li {
  margin-top: 0;
}
.paragraph--type--image-gallery .gallery-grid-with-modal .gallery-item {
  margin-bottom: 20px;
}
.paragraph--type--image-gallery .gallery-grid-with-modal .gallery-item .thumbnail {
  position: relative;
  display: block;
}
.paragraph--type--image-gallery .gallery-grid-with-modal .gallery-item .thumbnail:before {
  content: "\f424";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #003057;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.paragraph--type--image-gallery .gallery-grid-with-modal .gallery-item .thumbnail img {
  width: 100%;
}
.paragraph--type--image-gallery .slick-track {
  margin-left: 0;
}
.paragraph--type--video-gallery .gallery-video .gallery-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--video-gallery .gallery-video .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 525px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--video-gallery .gallery-video .gallery-item {
    height: 302px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-gallery .gallery-video .gallery-item {
    height: 285px;
    max-height: 285px;
  }
}
.paragraph--type--video-gallery .gallery-video .gallery-item .video-wrapper {
  height: 100%;
}
.paragraph--type--video-gallery .gallery-video .gallery-item .video-wrapper iframe {
  height: 100%;
  width: 100%;
}
.paragraph--type--video-gallery .gallery-video .gallery-item .content-caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}
.paragraph--type--video-gallery .gallery-video .gallery-item .content-caption h3 {
  margin: 0;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.paragraph--type--video-gallery .gallery-video .gallery-item .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
.paragraph--type--video-gallery .gallery-video .gallery-item .thumbnail:before {
  content: "\f144";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.paragraph--type--video-gallery .gallery-video .gallery-item .thumbnail:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.paragraph--type--video-gallery .gallery-video .gallery-item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paragraph--type--video-gallery .gallery-video .gallery-item .thumbnail:hover img, .paragraph--type--video-gallery .gallery-video .gallery-item .thumbnail:focus img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/*** Grid View with Modal ***/
.slick-lightbox .slick-arrow {
  z-index: 1;
}

.slick-lightbox .slick-lightbox-inner {
  right: 0;
}
@media screen and (min-width: 768px) {
  .slick-lightbox .slick-lightbox-inner {
    max-width: 720px;
    margin: 0 auto;
  }
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner {
  width: 100%;
  max-height: 50% !important;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner.iframe {
  width: 100% !important;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner.iframe .slick-lightbox-slick-caption {
  top: 105px !important;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner.iframe .slick-lightbox-slick-caption h3 {
  color: #fff;
  margin-bottom: 5px;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  max-width: 100% !important;
  width: 100%;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  display: block;
  margin-top: 0;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption a {
  color: #fff;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption a:hover, .slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption a:focus {
  text-decoration: none;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption p {
  margin: 0;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow {
  width: 60px;
  height: 50px;
  background: #003057;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0, -24px);
        -ms-transform: translate(0, -24px);
            transform: translate(0, -24px);
  }
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow:focus {
  outline: auto;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow:before {
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
@media screen and (max-width: 767px) {
  .slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow.slick-prev:before {
  content: "\f177";
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
@media screen and (max-width: 767px) {
  .slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow.slick-next:before {
  content: "\f178";
}
.slick-lightbox .slick-lightbox-inner .slick-slider .slick-arrow span {
  display: none;
}
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  width: auto;
  height: auto;
  top: 19%;
  right: 0;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 575px) {
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
    top: 23%;
  }
}
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus {
  outline: auto;
}
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before, .slick-lightbox .slick-lightbox-inner .slick-lightbox-close:after {
  font-style: normal;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
  content: "Close";
  font-family: "open_sans", Arial, sans-serif;
  padding-right: 5px;
}
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 2px 5px;
}

.node--type-article.node--view-mode-hero-content .featured-image .node__meta {
  border-top: 1px solid #D6D5DA;
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .node--type-article.node--view-mode-hero-content .featured-image .node__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 6px;
  }
}
.node--type-article.node--view-mode-hero-content .featured-image .node__meta .authored-on {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .node--type-article.node--view-mode-hero-content .featured-image .node__meta .authored-on {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
.node--type-article.node--view-mode-hero-content .featured-image .node__meta .submitted-by {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .node--type-article.node--view-mode-hero-content .featured-image .node__meta .submitted-by {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article.node--view-mode-hero-content .featured-image .node__meta .sharethis {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.node--type-article.node--view-mode-hero-content .featured-image .odu-featrued-image-container {
  position: relative;
}
.node--type-article.node--view-mode-hero-content .featured-image .odu-featrued-image-container img {
  display: block;
}
.node--type-article.node--view-mode-hero-content .featured-image .odu-featrued-image-container .fa-stack {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 10;
}
.node--type-article.node--view-mode-hero-content .featured-image .odu-featrued-image-container .fa-stack .fa-circle {
  color: #00305c;
}
.node--type-article.node--view-mode-hero-content .featured-image .odu-featrued-image-container .fa-stack .fa-info {
  color: white;
}
.node--type-article .text-formatted .odu-component-listentries {
  margin-bottom: 2rem;
}
.node--type-article .text-formatted .odu-component-listentries h2 {
  font-size: 2rem;
  font-family: "open_sans", Arial, sans-serif;
  letter-spacing: normal;
  padding: 5px;
  margin-bottom: 0.75rem;
}
.node--type-article .text-formatted .odu-component-listentries br, .node--type-article .text-formatted .odu-component-listentries hr {
  display: none;
}

.odu-tooltip .tooltip-inner {
  font-size: 12px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .odu-tooltip .tooltip-inner {
    max-width: 300px;
  }
}

.paragraph--type--embed-menu .field--name-field-menu,
.paragraph--type--embed-menu .field--name-field-menu-block,
.paragraph--type--embed-menu .field--name-field-group-menu,
.paragraph--type--embed-menu .group-menu-wrap,
.paragraph--type--group-menu .field--name-field-menu,
.paragraph--type--group-menu .field--name-field-menu-block,
.paragraph--type--group-menu .field--name-field-group-menu,
.paragraph--type--group-menu .group-menu-wrap,
.layout--twocol-section .block-menu .field--name-field-menu,
.layout--twocol-section .block-menu .field--name-field-menu-block,
.layout--twocol-section .block-menu .field--name-field-group-menu,
.layout--twocol-section .block-menu .group-menu-wrap,
.layout--twocol-section .block-group-menu-block .field--name-field-menu,
.layout--twocol-section .block-group-menu-block .field--name-field-menu-block,
.layout--twocol-section .block-group-menu-block .field--name-field-group-menu,
.layout--twocol-section .block-group-menu-block .group-menu-wrap {
  padding: 25px 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}
.paragraph--type--embed-menu h2,
.paragraph--type--group-menu h2,
.layout--twocol-section .block-menu h2,
.layout--twocol-section .block-group-menu-block h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #404A5A;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .paragraph--type--embed-menu h2,
  .paragraph--type--group-menu h2,
  .layout--twocol-section .block-menu h2,
  .layout--twocol-section .block-group-menu-block h2 {
    margin-bottom: 0;
    padding-right: 18px;
  }
  .paragraph--type--embed-menu h2:after,
  .paragraph--type--group-menu h2:after,
  .layout--twocol-section .block-menu h2:after,
  .layout--twocol-section .block-group-menu-block h2:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 2px;
  }
}
.paragraph--type--embed-menu h2.menu-trigger,
.paragraph--type--group-menu h2.menu-trigger,
.layout--twocol-section .block-menu h2.menu-trigger,
.layout--twocol-section .block-group-menu-block h2.menu-trigger {
  margin-bottom: 10px;
}
.paragraph--type--embed-menu h2.menu-trigger:after,
.paragraph--type--group-menu h2.menu-trigger:after,
.layout--twocol-section .block-menu h2.menu-trigger:after,
.layout--twocol-section .block-group-menu-block h2.menu-trigger:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--embed-menu ul.menu,
.paragraph--type--group-menu ul.menu,
.layout--twocol-section .block-menu ul.menu,
.layout--twocol-section .block-group-menu-block ul.menu {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--embed-menu ul.menu,
  .paragraph--type--group-menu ul.menu,
  .layout--twocol-section .block-menu ul.menu,
  .layout--twocol-section .block-group-menu-block ul.menu {
    max-height: 0;
    -webkit-transition: max-height 0.1s;
    transition: max-height 0.1s;
  }
  .paragraph--type--embed-menu ul.menu.show-submenu,
  .paragraph--type--group-menu ul.menu.show-submenu,
  .layout--twocol-section .block-menu ul.menu.show-submenu,
  .layout--twocol-section .block-group-menu-block ul.menu.show-submenu {
    max-height: 500px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}
.paragraph--type--embed-menu ul.menu li,
.paragraph--type--group-menu ul.menu li,
.layout--twocol-section .block-menu ul.menu li,
.layout--twocol-section .block-group-menu-block ul.menu li {
  position: relative;
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #D6D5DA;
}
.paragraph--type--embed-menu ul.menu li a,
.paragraph--type--group-menu ul.menu li a,
.layout--twocol-section .block-menu ul.menu li a,
.layout--twocol-section .block-group-menu-block ul.menu li a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
  display: block;
  text-decoration: none;
}
.paragraph--type--embed-menu ul.menu li a:hover, .paragraph--type--embed-menu ul.menu li a:focus,
.paragraph--type--group-menu ul.menu li a:hover,
.paragraph--type--group-menu ul.menu li a:focus,
.layout--twocol-section .block-menu ul.menu li a:hover,
.layout--twocol-section .block-menu ul.menu li a:focus,
.layout--twocol-section .block-group-menu-block ul.menu li a:hover,
.layout--twocol-section .block-group-menu-block ul.menu li a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph--type--embed-menu ul.menu li .menu-trigger,
.paragraph--type--group-menu ul.menu li .menu-trigger,
.layout--twocol-section .block-menu ul.menu li .menu-trigger,
.layout--twocol-section .block-group-menu-block ul.menu li .menu-trigger {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  padding: 0;
  background: none;
  border: none;
}
.paragraph--type--embed-menu ul.menu li .menu-trigger i,
.paragraph--type--group-menu ul.menu li .menu-trigger i,
.layout--twocol-section .block-menu ul.menu li .menu-trigger i,
.layout--twocol-section .block-group-menu-block ul.menu li .menu-trigger i {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  color: #003057;
  cursor: pointer;
}
.paragraph--type--embed-menu ul.menu li .menu-trigger.opened i,
.paragraph--type--group-menu ul.menu li .menu-trigger.opened i,
.layout--twocol-section .block-menu ul.menu li .menu-trigger.opened i,
.layout--twocol-section .block-group-menu-block ul.menu li .menu-trigger.opened i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--embed-menu ul.menu li li,
.paragraph--type--group-menu ul.menu li li,
.layout--twocol-section .block-menu ul.menu li li,
.layout--twocol-section .block-group-menu-block ul.menu li li {
  padding: 0;
  border: 0;
}
.paragraph--type--embed-menu ul.menu li li a,
.paragraph--type--group-menu ul.menu li li a,
.layout--twocol-section .block-menu ul.menu li li a,
.layout--twocol-section .block-group-menu-block ul.menu li li a {
  padding: 5px 0;
  font-weight: 400;
}
.paragraph--type--embed-menu ul.menu li.menu-item--expanded a,
.paragraph--type--group-menu ul.menu li.menu-item--expanded a,
.layout--twocol-section .block-menu ul.menu li.menu-item--expanded a,
.layout--twocol-section .block-group-menu-block ul.menu li.menu-item--expanded a {
  padding-right: 32px;
  outline-offset: -1px;
}
.paragraph--type--embed-menu ul.menu li.menu-item--expanded ul.menu,
.paragraph--type--group-menu ul.menu li.menu-item--expanded ul.menu,
.layout--twocol-section .block-menu ul.menu li.menu-item--expanded ul.menu,
.layout--twocol-section .block-group-menu-block ul.menu li.menu-item--expanded ul.menu {
  -webkit-transition: max-height 0.1s;
  transition: max-height 0.1s;
  overflow: hidden;
  max-height: 0;
}
.paragraph--type--embed-menu ul.menu li.menu-item--expanded ul.menu.show-submenu,
.paragraph--type--group-menu ul.menu li.menu-item--expanded ul.menu.show-submenu,
.layout--twocol-section .block-menu ul.menu li.menu-item--expanded ul.menu.show-submenu,
.layout--twocol-section .block-group-menu-block ul.menu li.menu-item--expanded ul.menu.show-submenu {
  max-height: 500px;
  -webkit-transition: max-height 2s;
  transition: max-height 2s;
}

.layout--twocol-section .block-menu > ul.menu,
.layout--twocol-section .block-group-menu-block .group-menu-wrap > ul.menu {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .layout--twocol-section .block-menu > ul.menu,
  .layout--twocol-section .block-group-menu-block .group-menu-wrap > ul.menu {
    max-height: 500px;
  }
}
.layout--twocol-section .block-menu ul.menu li > a.is-active,
.layout--twocol-section .block-menu ul.menu li > a.is-active + span:not(.menu-trigger),
.layout--twocol-section .block-group-menu-block .group-menu-wrap ul.menu li > a.is-active,
.layout--twocol-section .block-group-menu-block .group-menu-wrap ul.menu li > a.is-active + span:not(.menu-trigger) {
  color: #fff;
  background: #003057;
  padding-top: 6px;
  padding-bottom: 6px;
}
.layout--twocol-section .block-menu ul.menu li > a.is-active + span.menu-trigger,
.layout--twocol-section .block-group-menu-block .group-menu-wrap ul.menu li > a.is-active + span.menu-trigger {
  top: 12px;
  right: 8px;
}
.layout--twocol-section .block-menu ul.menu li > a.is-active + span.menu-trigger i,
.layout--twocol-section .block-group-menu-block .group-menu-wrap ul.menu li > a.is-active + span.menu-trigger i {
  color: #fff;
}
.layout--twocol-section .block-menu ul.menu li a.is-active,
.layout--twocol-section .block-group-menu-block .group-menu-wrap ul.menu li a.is-active {
  color: #fff;
  background: #003057;
  padding-left: 20px;
}
.layout--twocol-section .block-menu ul.menu li a.is-active:hover, .layout--twocol-section .block-menu ul.menu li a.is-active:focus,
.layout--twocol-section .block-group-menu-block .group-menu-wrap ul.menu li a.is-active:hover,
.layout--twocol-section .block-group-menu-block .group-menu-wrap ul.menu li a.is-active:focus {
  text-decoration: none;
}
.layout--twocol-section .block-menu ul.menu li span.menu-trigger,
.layout--twocol-section .block-group-menu-block .group-menu-wrap ul.menu li span.menu-trigger {
  top: 5px;
  outline-offset: -1px;
}

@media screen and (max-width: 991px) {
  .paragraph--type--person-nodes, .view-person-directory,
  .node--view-mode-person-contact,
  .node--view-mode-person-program-contact {
    margin-bottom: 60px !important;
  }
}
.paragraph--type--person-nodes .person-content.list .inner-content, .view-person-directory .person-content.list .inner-content,
.node--view-mode-person-contact .person-content.list .inner-content,
.node--view-mode-person-program-contact .person-content.list .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--person-nodes .person-content.list .inner-content, .view-person-directory .person-content.list .inner-content,
  .node--view-mode-person-contact .person-content.list .inner-content,
  .node--view-mode-person-program-contact .person-content.list .inner-content {
    margin-bottom: 60px;
  }
}
.paragraph--type--person-nodes .person-content.list .inner-content .person-image, .view-person-directory .person-content.list .inner-content .person-image,
.node--view-mode-person-contact .person-content.list .inner-content .person-image,
.node--view-mode-person-program-contact .person-content.list .inner-content .person-image {
  margin-right: 20px;
}
.paragraph--type--person-nodes .person-content.list .content-wrapper .item, .view-person-directory .person-content.list .content-wrapper .item,
.node--view-mode-person-contact .person-content.list .content-wrapper .item,
.node--view-mode-person-program-contact .person-content.list .content-wrapper .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--person-nodes .person-content.grid .content-wrapper, .view-person-directory .person-content.grid .content-wrapper,
  .node--view-mode-person-contact .person-content.grid .content-wrapper,
  .node--view-mode-person-program-contact .person-content.grid .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content, .view-person-directory .person-content.grid .content-wrapper .inner-content,
.node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content,
.node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content, .view-person-directory .person-content.grid .content-wrapper .inner-content,
  .node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content,
  .node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 31%;
    padding: 0 20px 20px 0;
  }
}
.paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content:last-child, .view-person-directory .person-content.grid .content-wrapper .inner-content:last-child,
.node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content:last-child,
.node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content:last-child {
  margin-right: 0;
}
.paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content .person-image, .view-person-directory .person-content.grid .content-wrapper .inner-content .person-image,
.node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content .person-image,
.node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content .person-image {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content .person-image, .view-person-directory .person-content.grid .content-wrapper .inner-content .person-image,
  .node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content .person-image,
  .node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content .person-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content .person-image img, .view-person-directory .person-content.grid .content-wrapper .inner-content .person-image img,
  .node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content .person-image img,
  .node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content .person-image img {
    width: 100%;
  }
}
.paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content .person-image .profile, .view-person-directory .person-content.grid .content-wrapper .inner-content .person-image .profile,
.node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content .person-image .profile,
.node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content .person-image .profile {
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
}
.paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content .person-image .profile img, .view-person-directory .person-content.grid .content-wrapper .inner-content .person-image .profile img,
.node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content .person-image .profile img,
.node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content .person-image .profile img {
  height: calc(100% - 0.1px);
}
.paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content .research-interest, .view-person-directory .person-content.grid .content-wrapper .inner-content .research-interest,
.node--view-mode-person-contact .person-content.grid .content-wrapper .inner-content .research-interest,
.node--view-mode-person-program-contact .person-content.grid .content-wrapper .inner-content .research-interest {
  border-bottom: 2px solid #D6D5DA;
  padding-bottom: 14px;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .profile, .view-person-directory .person-content .content-wrapper .inner-content .profile,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .profile,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .profile {
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .profile, .view-person-directory .person-content .content-wrapper .inner-content .profile,
  .node--view-mode-person-contact .person-content .content-wrapper .inner-content .profile,
  .node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .profile {
    width: 72px;
  }
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .profile img, .view-person-directory .person-content .content-wrapper .inner-content .profile img,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .profile img,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .profile img {
  width: 183px;
  height: calc(100% - 0.1px);
  max-width: none;
}
@media screen and (max-width: 767px) {
  .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .profile img, .view-person-directory .person-content .content-wrapper .inner-content .profile img,
  .node--view-mode-person-contact .person-content .content-wrapper .inner-content .profile img,
  .node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .profile img {
    width: 71px;
  }
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .title, .view-person-directory .person-content .content-wrapper .inner-content .title,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .title,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .title {
  text-decoration: none;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #404A5A;
}
@media screen and (max-width: 767px) {
  .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .title, .view-person-directory .person-content .content-wrapper .inner-content .title,
  .node--view-mode-person-contact .person-content .content-wrapper .inner-content .title,
  .node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .title {
    font-size: 22px;
  }
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .title a, .view-person-directory .person-content .content-wrapper .inner-content .title a,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .title a,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .title a {
  text-decoration: none;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #404A5A;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .title a:hover, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .title a:focus, .view-person-directory .person-content .content-wrapper .inner-content .title a:hover, .view-person-directory .person-content .content-wrapper .inner-content .title a:focus,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .title a:hover,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .title a:focus,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .title a:hover,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .title a:focus {
  text-decoration: underline;
  color: #003057;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .person-department, .view-person-directory .person-content .content-wrapper .inner-content .person-department,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .person-department,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .person-department {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .person-department .department-title,
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .person-department .department-department, .view-person-directory .person-content .content-wrapper .inner-content .person-department .department-title,
.view-person-directory .person-content .content-wrapper .inner-content .person-department .department-department,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .person-department .department-title,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .person-department .department-department,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .person-department .department-title,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .person-department .department-department {
  line-height: normal;
  display: block;
  padding: 4px 0;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .person-department .department-title, .view-person-directory .person-content .content-wrapper .inner-content .person-department .department-title,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .person-department .department-title,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .person-department .department-title {
  font-size: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .person-department .department-title, .view-person-directory .person-content .content-wrapper .inner-content .person-department .department-title,
  .node--view-mode-person-contact .person-content .content-wrapper .inner-content .person-department .department-title,
  .node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .person-department .department-title {
    font-size: 18px;
    padding-top: 8px;
  }
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .contact-info, .view-person-directory .person-content .content-wrapper .inner-content .contact-info,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .contact-info,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .contact-info {
  margin: 10px 0 20px 0;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .contact-info .item-list, .view-person-directory .person-content .content-wrapper .inner-content .contact-info .item-list,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .contact-info .item-list,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .contact-info .item-list {
  margin: 0 0 10px 0;
  padding: 0;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .contact-info .item-list li, .view-person-directory .person-content .content-wrapper .inner-content .contact-info .item-list li,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .contact-info .item-list li,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .contact-info .item-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .phone, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .email, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .website, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .contact-address, .view-person-directory .person-content .content-wrapper .inner-content .phone, .view-person-directory .person-content .content-wrapper .inner-content .email, .view-person-directory .person-content .content-wrapper .inner-content .website, .view-person-directory .person-content .content-wrapper .inner-content .contact-address,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .phone,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .email,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .website,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .contact-address,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .phone,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .email,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .website,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .contact-address {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .phone a, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .email a, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .website a, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .contact-address a, .view-person-directory .person-content .content-wrapper .inner-content .phone a, .view-person-directory .person-content .content-wrapper .inner-content .email a, .view-person-directory .person-content .content-wrapper .inner-content .website a, .view-person-directory .person-content .content-wrapper .inner-content .contact-address a,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .phone a,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .email a,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .website a,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .contact-address a,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .phone a,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .email a,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .website a,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .contact-address a {
  text-decoration-line: underline;
  color: #003057;
  word-break: break-all;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .phone:before, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .email:before, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .website:before, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .contact-address:before, .view-person-directory .person-content .content-wrapper .inner-content .phone:before, .view-person-directory .person-content .content-wrapper .inner-content .email:before, .view-person-directory .person-content .content-wrapper .inner-content .website:before, .view-person-directory .person-content .content-wrapper .inner-content .contact-address:before,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .phone:before,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .email:before,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .website:before,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .contact-address:before,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .phone:before,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .email:before,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .website:before,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .contact-address:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #003057;
  padding-right: 5px;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .phone, .view-person-directory .person-content .content-wrapper .inner-content .phone,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .phone,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .phone {
  speak: digits;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .phone:before, .view-person-directory .person-content .content-wrapper .inner-content .phone:before,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .phone:before,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .phone:before {
  content: "\f879";
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .email:before, .view-person-directory .person-content .content-wrapper .inner-content .email:before,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .email:before,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .email:before {
  content: "\f0e0";
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .website:before, .view-person-directory .person-content .content-wrapper .inner-content .website:before,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .website:before,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .website:before {
  content: "\f0ac";
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .contact-address, .view-person-directory .person-content .content-wrapper .inner-content .contact-address,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .contact-address,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .contact-address:before, .view-person-directory .person-content .content-wrapper .inner-content .contact-address:before,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .contact-address:before,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .contact-address:before {
  content: "\f041";
  margin-top: 5px;
  margin-left: 2px;
  padding-right: 10px;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .research-interest, .view-person-directory .person-content .content-wrapper .inner-content .research-interest,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .research-interest,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .research-interest {
  margin-bottom: 14px;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .research-interest label, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .research-interest span, .view-person-directory .person-content .content-wrapper .inner-content .research-interest label, .view-person-directory .person-content .content-wrapper .inner-content .research-interest span,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .research-interest label,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .research-interest span,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .research-interest label,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .research-interest span {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #404A5A;
  margin: 0;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .research-interest .items, .view-person-directory .person-content .content-wrapper .inner-content .research-interest .items,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .research-interest .items,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .research-interest .items {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404A5A;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .research-interest ul.list, .view-person-directory .person-content .content-wrapper .inner-content .research-interest ul.list,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .research-interest ul.list,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .research-interest ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .research-interest ul.list li, .view-person-directory .person-content .content-wrapper .inner-content .research-interest ul.list li,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .research-interest ul.list li,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .research-interest ul.list li {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404A5A;
  margin-right: 5px;
  list-style: none;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .research-interest ul.list li:last-child, .view-person-directory .person-content .content-wrapper .inner-content .research-interest ul.list li:last-child,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .research-interest ul.list li:last-child,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .research-interest ul.list li:last-child {
  margin-right: 0;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .field--name-field-expertise, .view-person-directory .person-content .content-wrapper .inner-content .field--name-field-expertise,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .field--name-field-expertise,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .field--name-field-expertise {
  margin-bottom: 10px;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .bio, .view-person-directory .person-content .content-wrapper .inner-content .bio,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .bio,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .bio {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404A5A;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .bio p, .view-person-directory .person-content .content-wrapper .inner-content .bio p,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .bio p,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .bio p {
  margin-bottom: 0;
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .bio .read-more, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .bio .views-more-link, .view-person-directory .person-content .content-wrapper .inner-content .bio .read-more, .view-person-directory .person-content .content-wrapper .inner-content .bio .views-more-link,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .bio .read-more,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .bio .views-more-link,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .bio .read-more,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .bio .views-more-link {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .bio .read-more, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .bio .views-more-link, .view-person-directory .person-content .content-wrapper .inner-content .bio .read-more, .view-person-directory .person-content .content-wrapper .inner-content .bio .views-more-link,
  .node--view-mode-person-contact .person-content .content-wrapper .inner-content .bio .read-more,
  .node--view-mode-person-contact .person-content .content-wrapper .inner-content .bio .views-more-link,
  .node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .bio .read-more,
  .node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .bio .views-more-link {
    display: block;
    margin-top: 1rem;
  }
}
.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .bio .read-more:after, .paragraph--type--person-nodes .person-content .content-wrapper .inner-content .bio .views-more-link:after, .view-person-directory .person-content .content-wrapper .inner-content .bio .read-more:after, .view-person-directory .person-content .content-wrapper .inner-content .bio .views-more-link:after,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .bio .read-more:after,
.node--view-mode-person-contact .person-content .content-wrapper .inner-content .bio .views-more-link:after,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .bio .read-more:after,
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .bio .views-more-link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #003057;
  padding-left: 8px;
}

.paragraph--type--person-nodes .person-content .content-wrapper .inner-content .profile img,
.paragraph--type--person-nodes .person-content.grid .content-wrapper .inner-content .profile img {
  -webkit-mask-box-image: none !important;
}

.node--view-mode-person-contact {
  margin-bottom: 0 !important;
}
.node--view-mode-person-contact .person-content.list .inner-content {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .node--view-mode-person-contact .person-content.list .inner-content {
    margin-bottom: 47px;
  }
}
.node--view-mode-person-contact .person-content.list .inner-content .person-image {
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .node--view-mode-person-contact .person-content.list .inner-content .person-image img {
    max-width: 71px !important;
  }
}
.node--view-mode-person-contact .person-content.list .inner-content .title h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
  font-family: "open_sans", Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .node--view-mode-person-contact .person-content.list .inner-content .title h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.node--view-mode-person-contact .person-content.list .inner-content .contact-info {
  border-top: 2px solid #D6D5DA;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.view-person-directory .person-content .content-wrapper .inner-content .person-department .department-title {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .layout--onecol .paragraph--type--person-nodes .person-content.grid {
    max-width: 75%;
  }
}

.view-person-directory {
  position: relative;
  padding: 80px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .view-person-directory {
    padding: 0;
    z-index: 4;
  }
}
.view-person-directory .view-header {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.view-person-directory .view-header .btn-group {
  float: right;
}
@media screen and (max-width: 767px) {
  .view-person-directory .view-header .btn-group {
    display: none;
  }
}
.view-person-directory .view-header .btn-group .btn {
  padding: 8px 10px;
  margin: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
  background: transparent;
}
.view-person-directory .view-header .btn-group .btn br {
  display: none;
}
.view-person-directory .view-header .btn-group .btn span {
  font-size: 0;
}
.view-person-directory .view-header .btn-group .btn span:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  color: #003057;
}
.view-person-directory .view-header .btn-group .btn.active {
  background: #003057;
}
.view-person-directory .view-header .btn-group .btn.active span:before {
  color: #fff;
}
.view-person-directory .view-header .btn-group .btn#list span:before {
  content: "\f03a";
}
.view-person-directory .view-header .btn-group .btn#grid span:before {
  content: "\f84c";
}
.view-person-directory .attachment {
  display: none;
  margin-top: 15px;
}
.view-person-directory .attachment .view-person-directory {
  padding: 0;
}
.view-person-directory .view-filters {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .view-person-directory .view-filters {
    position: initial;
    margin-top: -150px;
    margin-bottom: 0;
    z-index: 9;
  }
}
@media screen and (min-width: 768px) {
  .view-person-directory .view-filters .views-exposed-form .form--inline {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  }
}
.view-person-directory .view-filters .views-exposed-form .form--inline h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  margin-bottom: 15px;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item {
  float: none;
  margin: 0 0 15px 0;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item label {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #404A5A;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item .description {
  font-family: "open_sans", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #404A5A;
  margin-top: 5px;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item input {
  font-family: "open_sans", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #404A5A;
  width: 100%;
  background-color: #fff;
  border: 2px solid #404A5A;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item select {
  width: 100%;
  color: #404A5A;
  background-color: #fff;
  border: 2px solid #404A5A;
  padding: 10px 15px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item.form-item-field-a-to-z label {
  display: block;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item.form-item-field-a-to-z select {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .view-person-directory .view-filters .views-exposed-form .form--inline .form-item.form-item-field-a-to-z select {
    max-width: 50%;
  }
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item.form-item-items-per-page {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 76px;
  right: 100px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .view-person-directory .view-filters .views-exposed-form .form--inline .form-item.form-item-items-per-page {
    top: auto;
    bottom: -80px;
    display: none;
  }
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item.form-item-items-per-page label {
  margin: 0 5px 0 0;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-item.form-item-items-per-page select {
  width: 85px;
  background-color: #fff;
  border: 2px solid #404A5A;
  padding: 5px 10px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .bef--secondary {
  position: relative;
  border: 0;
  margin: 0;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .bef--secondary summary {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  list-style: none;
  background: #003057;
  padding: 5px 15px;
  width: 200px;
  margin: 0 auto;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .bef--secondary summary:before {
  content: "";
  width: 100%;
  height: 1px;
  border: 1px solid #003057;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .view-person-directory .view-filters .views-exposed-form .form--inline .bef--secondary summary {
    display: none;
  }
}
.view-person-directory .view-filters .views-exposed-form .form--inline .bef--secondary .details-wrapper {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .view-person-directory .view-filters .views-exposed-form .form--inline .bef--secondary .details-wrapper {
    margin-top: 10px;
  }
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-actions {
  display: inline-block;
  width: 46%;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-actions .button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  color: #fff;
  padding: 15px 25px;
  border: 2px solid #20AEC5;
  margin: 10px 0;
  font-weight: 900;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-actions .button:hover, .view-person-directory .view-filters .views-exposed-form .form--inline .form-actions .button:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-actions .button[value=Search] {
  border: 2px solid #003057;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-actions .button[value=Search]:hover {
  border-color: #20AEC5;
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
.view-person-directory .view-filters .views-exposed-form .form--inline .form-actions .button[value=Clear] {
  background: #fff;
  color: #003057;
}
@media screen and (max-width: 991px) {
  .view-person-directory .view-filters .views-exposed-form .form--inline .form-actions .button[value=Clear] {
    margin-left: 20px;
  }
}
.view-person-directory .view-filters .views-exposed-form .form--inline .reset-button {
  display: inline-block;
  margin-left: 6%;
  width: 46%;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .reset-button a.button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 15px 25px;
  border: 2px solid #20AEC5;
  margin: 10px 0;
  background: #fff;
  color: #003057;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .reset-button a.button:hover, .view-person-directory .view-filters .views-exposed-form .form--inline .reset-button a.button:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
.view-person-directory .view-filters .views-exposed-form .form--inline .reset-button a.button:hover, .view-person-directory .view-filters .views-exposed-form .form--inline .reset-button a.button:focus {
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
@media screen and (min-width: 1025px) {
  .view-person-directory .view-filters {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .view-person-directory .view-filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .view-person-directory .view-filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 34%;
  }
}
.view-person-directory .view-filters.empty-view .views-exposed-form .form--inline .form-item.form-item-items-per-page {
  display: none;
}
.view-person-directory .col-md-9.no-results:before {
  display: block;
  content: "No results found.";
  padding-top: 8rem;
}
@media screen and (min-width: 1025px) {
  .view-person-directory .col-md-9 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .view-person-directory .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .view-person-directory .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%;
  }
}
.view-person-directory .person-content {
  margin-top: 40px;
}

.paragraph--type--no-image-cta-blocks-with-icons {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--no-image-cta-blocks-with-icons {
    padding: 0;
  }
}
.paragraph--type--no-image-cta-blocks-with-icons h2 {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  color: #404A5A;
  margin-bottom: 30px;
}
.paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-wrapper .fontawesome-icon i {
  font-size: 32px;
  line-height: 64px;
  color: #20AEC5;
}
@media screen and (min-width: 768px) {
  .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-wrapper .fontawesome-icon i {
    padding-top: 14px;
    line-height: normal;
  }
}
.paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-wrapper .field--name-field-media-svg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-wrapper .field--name-field-media-svg {
    padding-top: 14px;
    line-height: normal;
  }
}
.paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content {
    padding-left: 20px;
  }
}
.paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 30px;
}
.paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content .field--name-field-caption p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content .field--name-field-link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content .field--name-field-link a:hover, .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content .field--name-field-link a:active, .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content .field--name-field-link a:focus {
  text-decoration: underline;
}

.paragraph--type--no-image-cta-icon-item .cta-wrapper .fontawesome-icon i {
  font-size: 36px !important;
  line-height: 64px;
  color: #20AEC5;
}
@media screen and (min-width: 768px) {
  .paragraph--type--no-image-cta-icon-item .cta-wrapper .fontawesome-icon i {
    padding-top: 14px;
    line-height: normal;
  }
}
.paragraph--type--no-image-cta-icon-item .cta-wrapper .fontawesome-icon i.fad:before {
  color: #20AEC5;
}
.paragraph--type--no-image-cta-icon-item .cta-wrapper .fontawesome-icon i.fad:after {
  color: #15b0ca;
}
.paragraph--type--no-image-cta-icon-item .cta-wrapper h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 30px;
}
.paragraph--type--no-image-cta-icon-item .cta-wrapper .cta-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
.paragraph--type--no-image-cta-icon-item .cta-wrapper .cta-icon img {
  width: 50px;
}
.paragraph--type--no-image-cta-icon-item .cta-wrapper .cta-content {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--no-image-cta-icon-item .cta-wrapper .cta-content {
    padding-top: 18px;
  }
}
.paragraph--type--no-image-cta-icon-item .cta-wrapper .field--name-field-link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
}

/*add by odu for cta under tabs no showing the whole title*/
.collapse .card-body .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content h3 {
  font-size: 18px;
}

.collapse .card-body .paragraph--type--no-image-cta-blocks-with-icons .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-icon-item .cta-content .field--name-field-link a {
  font-size: 14px;
}

.paragraph--type--no-image-cta-blocks {
  padding: 50px 0;
}
.paragraph--type--no-image-cta-blocks h2 {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  color: #404A5A;
  margin-bottom: 50px;
}
.paragraph--type--no-image-cta-blocks .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-block-item h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
}
.paragraph--type--no-image-cta-blocks .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-block-item .field--name-field-caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.paragraph--type--no-image-cta-blocks .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-block-item .field--name-field-caption p {
  margin-bottom: 5px;
}
.paragraph--type--no-image-cta-blocks .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-block-item .field--name-field-link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.paragraph--type--no-image-cta-blocks .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-block-item .field--name-field-link a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 18px;
  line-height: 26px;
  color: #003057;
  padding-left: 10px;
  display: inline-block;
}
.paragraph--type--no-image-cta-blocks .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-block-item .field--name-field-link a:hover, .paragraph--type--no-image-cta-blocks .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-block-item .field--name-field-link a:active, .paragraph--type--no-image-cta-blocks .field--name-field-no-image-cta-items .field__item .paragraph--type--no-image-cta-block-item .field--name-field-link a:focus {
  text-decoration: underline;
}

.paragraph--type--no-image-cta-block-item h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
}
.paragraph--type--no-image-cta-block-item .field--name-field-caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.paragraph--type--no-image-cta-block-item .field--name-field-caption p {
  margin-bottom: 5px;
}
.paragraph--type--no-image-cta-block-item .field--name-field-link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.paragraph--type--no-image-cta-block-item .field--name-field-link a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 18px;
  line-height: 26px;
  color: #003057;
  padding-left: 10px;
  display: inline-block;
}
.paragraph--type--no-image-cta-block-item .field--name-field-link a:hover, .paragraph--type--no-image-cta-block-item .field--name-field-link a:active, .paragraph--type--no-image-cta-block-item .field--name-field-link a:focus {
  text-decoration: underline;
}

.layout--threecol-section {
  display: block;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .layout--threecol-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.layout--threecol-section .layout__region--first .paragraph--type--wysiwyg .field__items .field__item p {
  /* Might need to review vertical stat bar styling */
  /* font-weight: 400;
  font-size: 18px;
  line-height: 30px; */
}

.paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D6D5DA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  padding-top: 12px;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-bottom: 16px;
  }
}
.paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number {
  font-size: 38px;
  line-height: 52px;
  text-align: center;
  color: #2188A2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin-right: 15px;
}
.paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number.bold-number {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number a {
  color: inherit;
  text-decoration: none;
}
.paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number a:focus, .paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number a:active, .paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number a:hover {
  text-decoration: underline;
}
.paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
}
.paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-text span {
  display: block;
}
.paragraph--type--stat-bar-vertical .field--name-field-stat-bar-vertical-items > .field__item:last-child .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item {
  border-bottom-width: 0;
}

.paragraph--type--stat-bar-vertical {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--stat-bar-vertical {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .align-right .paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-number {
    font-size: 34px;
    line-height: 50px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .align-right .paragraph--type--stat-bar-vertical .paragraph--type--stat-bar-item .stats-item-wrapper .stats-item .stats-text {
    font-size: 17px;
    line-height: 22px;
  }
}

.profile .profile-content .profile-content-image {
  top: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .profile .profile-content .profile-content-image {
    max-width: 128px;
  }
}
@media screen and (min-width: 768px) {
  .profile .profile-content .profile-content-image {
    position: relative;
    margin-top: -45px;
    z-index: 4;
    max-width: initial;
  }
}
.profile .profile-content .profile-content-image img {
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .profile .profile-content .profile-content-text {
    max-width: 268px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile-content .profile-content-text {
    padding-top: 24px;
  }
}
@media screen and (min-width: 992px) {
  .profile .profile-content .profile-content-text {
    padding-top: 45px;
    padding-left: 20px;
  }
}
.profile .profile-content .profile-content-text .field__item a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #003057;
  word-break: break-all;
}
.profile .profile-content .profile-content-text .field__item:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #003057;
  padding-left: 0;
}
.profile .profile-content .profile-content-text .field__item.phone a {
  speak: digits;
}
.profile .profile-content .profile-content-text .field__item.phone:before {
  content: "\f879";
}
.profile .profile-content .profile-content-text .field__item.email:before {
  content: "\f0e0";
}
.profile .profile-content .profile-content-text .field__item.website:before {
  content: "\f0ac";
}
.profile .profile-content .profile-content-text .field__item.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
}
.profile .profile-content .profile-content-text .field__item.address p.address {
  line-height: 1.5em;
  margin-bottom: 0;
}
.profile .profile-content .profile-content-text .field__item.address:before {
  content: "\f041";
  padding-left: 2px;
  padding-right: 9px;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .profile .profile-content .profile-content-text .field__item.address:before {
    padding-left: 0;
  }
}
.profile .profile-content .profile-content-text h4 {
  display: none;
}
.profile .profile-content .profile-content-text .field--name-field-first-name,
.profile .profile-content .profile-content-text .field--name-field-last-name {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .profile .profile-content .profile-content-text .field--name-field-first-name,
  .profile .profile-content .profile-content-text .field--name-field-last-name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }
}

.accordion .card {
  border: none;
}
.accordion .card .card-header {
  background: none;
  border-bottom: 0;
}
.accordion .card .card-header h2 {
  letter-spacing: unset;
}
.accordion .card .card-header h2 a {
  font-family: "open_sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #003057;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  padding-bottom: 18px;
  border-bottom: 2px solid #D6D5DA;
}
.accordion .card .card-header h2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #003057;
  padding-right: 5px;
  text-align: center;
}
.accordion .card .card-header h2 a:not(.collapsed) {
  border: none;
}
.accordion .card .card-header h2 a:not(.collapsed):before {
  content: "\f077";
}
.accordion .card .card-body {
  padding-top: 0;
  padding-left: 44px;
}
.accordion .card .card-body p {
  font-family: "open_sans", Arial, sans-serif;
  font-weight: 400;
  color: #404A5A;
  margin-bottom: 15px;
}
.accordion .card .card-body .dataTable th p {
  color: rgb(255, 255, 255);
}

.page-node-type-profile .profile-accordion-wrapper .accordion:first-child {
  margin-top: 54px;
}
@media screen and (min-width: 992px) {
  .page-node-type-profile .profile-accordion-wrapper .accordion:last-child {
    padding-bottom: 120px;
  }
}
.page-node-type-profile .profile-accordion-wrapper .accordion .card-body {
  padding-bottom: 55px;
  font-size: 16px;
}
.page-node-type-profile .profile-accordion-wrapper .accordion .card-body dd {
  margin-bottom: 2rem;
}
.page-node-type-profile .profile-accordion-wrapper .accordion .card-body h2, .page-node-type-profile .profile-accordion-wrapper .accordion .card-body h3, .page-node-type-profile .profile-accordion-wrapper .accordion .card-body h4 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.page-node-type-profile .profile-accordion-wrapper .accordion .card-body h5, .page-node-type-profile .profile-accordion-wrapper .accordion .card-body h6 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.page-node-type-profile .web-links-block {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.page-node-type-profile .web-links-block h2 {
  background: #003057;
  margin-left: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "open_sans", Arial, sans-serif;
  letter-spacing: 1px;
}
.page-node-type-profile .web-links-block ul {
  list-style-type: none;
  padding-left: 20px;
  padding-right: 34px;
  margin: 10px 0 0 0;
}
.page-node-type-profile .web-links-block ul li {
  margin: 0 0 5px 0;
  position: relative;
}
.page-node-type-profile .web-links-block ul li a {
  text-decoration: none;
  color: #003057;
  display: inline-block;
}
.page-node-type-profile .web-links-block ul li a:hover, .page-node-type-profile .web-links-block ul li a:focus {
  text-decoration: underline;
}
.page-node-type-profile .web-links-block ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: bold;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 1px;
}
.page-node-type-profile .second-sidebar {
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-node-type-profile .second-sidebar {
    margin-top: -40px;
    position: relative;
    z-index: 8;
  }
  .page-node-type-profile .second-sidebar:before {
    content: "";
    position: absolute;
    margin-top: -280px;
    top: 0;
    left: 90px;
    width: 200%;
    height: 75%;
    z-index: -1;
    bottom: 35%;
    border: 2px solid #20AEC5;
    border-right: 0;
    border-top-width: 3px;
    border-bottom-width: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: skew(-180deg, -45deg);
        -ms-transform: skew(-180deg, -45deg);
            transform: skew(-180deg, -45deg);
    opacity: 0.4;
  }
}
@media screen and (max-width: 991px) {
  .page-node-type-profile .second-sidebar,
  .page-node-type-profile .profile.col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.view-calendar-calendar-view {
  padding: 50px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-filters {
    margin-bottom: 50px;
  }
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form {
  padding: 20px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  margin-bottom: 15px;
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-item {
  float: none;
  margin: 0 0 15px 0;
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-item label {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #404A5A;
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-item select {
  width: 100%;
  background-color: #fff;
  border: 2px solid #404A5A;
  padding: 10px 15px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1024px) {
  .view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-item select {
    background-position-x: 98%;
  }
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions .button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  border: 2px solid #20AEC5;
  margin: 10px 0;
  width: 46%;
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions .button:hover, .view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions .button:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions .button {
    margin-right: 20px;
    max-width: 41%;
  }
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions .button[value=Search] {
  border: 2px solid #003057;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions .button[value=Search] {
    margin-left: 20px;
  }
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions .button[value=Search]:hover {
  border-color: #20AEC5;
}
.view-calendar-calendar-view .view-filters .views-exposed-form .calendar-exposed-form .form-actions .button[value=Clear] {
  background: #fff;
  color: #003057;
}
.view-calendar-calendar-view .view-header .pager ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 23px 25px;
  background: #003057;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-header .pager ul li {
    padding: 0;
  }
}
.view-calendar-calendar-view .view-header .pager ul li.pager__item--previous a, .view-calendar-calendar-view .view-header .pager ul li.pager__item--next a {
  position: relative;
}
.view-calendar-calendar-view .view-header .pager ul li.pager__item--previous a:before, .view-calendar-calendar-view .view-header .pager ul li.pager__item--next a:before {
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-header .pager ul li.pager__item--previous a:before, .view-calendar-calendar-view .view-header .pager ul li.pager__item--next a:before {
    font-size: 20px;
    line-height: 24px;
  }
}
.view-calendar-calendar-view .view-header .pager ul li.pager__item--previous a span, .view-calendar-calendar-view .view-header .pager ul li.pager__item--next a span {
  display: none;
}
.view-calendar-calendar-view .view-header .pager ul li.pager__item--previous a:before {
  content: "\f177";
}
.view-calendar-calendar-view .view-header .pager ul li.pager__item--current {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-header .pager ul li.pager__item--current {
    font-size: 24px;
    line-height: 30px;
    padding: 0 10px;
  }
}
.view-calendar-calendar-view .view-header .pager ul li.pager__item--next a:before {
  content: "\f178";
}
.view-calendar-calendar-view .view-content .calendar-calendar td {
  border: 2px solid #D6D5DA;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full {
  table-layout: fixed;
  width: 100%;
  display: inline-table;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full thead {
  border-top: 3px solid #4D89C1;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full thead {
    display: none;
  }
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full thead tr th {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  color: #fff;
  background: #003057;
  padding: 10px !important;
  border: 2px solid #003057;
  text-align: left;
  min-width: 14%;
  max-width: 14%;
  width: 14%;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box {
  background: none;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box td {
  padding: 10px 0 0 8px;
  min-width: 14%;
  max-width: 14%;
  width: 14%;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box td.today {
  border-color: #D6D5DA !important;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box td.today .inner .day {
  color: #fff;
  position: relative;
  z-index: 1;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box td.today .inner .day:before {
  content: "";
  width: 34px;
  height: 34px;
  background: #003057;
  border-radius: 100px;
  position: absolute;
  top: -5px;
  left: -3px;
  z-index: -1;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box td.today .inner .day a {
  color: #fff;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box td.empty {
  background: #F5F5F5;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box td .inner .day {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #003057;
  float: left;
  padding: 0;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box td .inner .day a {
  color: #003057;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td.today {
  padding-top: 10px;
  border-bottom: 2px solid #D6D5DA;
  border-color: #D6D5DA;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td.empty {
  background: #F5F5F5;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview {
  background: none;
  padding: 0 8px 10px 0;
  margin: 0;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .time {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #003057;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .event-target,
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .event-target-nid {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #003057;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .event-target:hover, .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .event-target:focus,
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .event-target-nid:hover,
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .event-target-nid:focus {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .event-target {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview .event-target-nid {
    display: none;
  }
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .item .view-item {
  float: none !important;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .more-link {
  margin-bottom: 10px;
  float: none !important;
  text-align: left;
}
.view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .more-link a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr {
    padding: 0 !important;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr td {
    width: 100% !important;
    max-height: initial !important;
    height: auto !important;
    min-height: 100px;
    border-width: 1px;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.date-box {
    display: none;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td {
    position: relative;
    padding: 10px 10px 10px 60px;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td:before {
    color: #003057;
    width: 180px;
    text-align: left;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td:after {
    content: attr(data-day-of-month);
    color: #003057;
    font-weight: bold;
    width: auto;
    position: absolute;
    left: 15px;
    top: 45px;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td.today {
    border: 1px solid #D6D5DA;
    border-top: 0;
    border-color: #D6D5DA;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td.today:after {
    width: 34px;
    height: 34px;
    background: #003057;
    border-radius: 100px;
    color: #fff;
    left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td.past-month, .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td.future-month {
    display: none;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 10px;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .item {
    margin-bottom: 10px;
  }
  .view-calendar-calendar-view .view-content .calendar-calendar .month-view .full tbody tr.single-day td .inner .monthview {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .view-calendar-calendar-view .view-filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .view-calendar-calendar-view .view-filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .view-calendar-calendar-view .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .view-calendar-calendar-view .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

.view-calendar-calendar-view .view-content .calendar-calendar table tbody tr td {
  padding: 10px 0 0 8px !important;
}

@media screen and (min-width: 768px) {
  .view-id-mini_calendar .calendar-calendar table tbody tr td {
    padding: 20px 35px !important;
  }
}
@media screen and (min-width: 992px) {
  .view-id-mini_calendar .calendar-calendar table tbody tr td {
    padding: 2px 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .view-id-mini_calendar .calendar-calendar table tbody tr td {
    padding: 6px 10px !important;
  }
}
.view-id-mini_calendar .calendar-calendar table tbody tr td.today {
  background: #003057 !important;
  color: #fff;
}
.view-id-mini_calendar .calendar-calendar table tbody tr td.today a {
  color: #fff;
}
.view-id-mini_calendar .calendar-calendar table thead th {
  padding: 6px 10px !important;
  background: none;
  border: none !important;
  color: #404A5A;
}

.popover {
  top: -50px !important;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  max-width: 387px;
}
@media screen and (max-width: 767px) {
  .popover {
    max-width: 300px;
    top: -35px !important;
  }
}
.popover .arrow {
  bottom: 0;
  left: 0 !important;
  width: 100%;
}
.popover .arrow:before {
  content: none;
}
.popover .arrow:after {
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  -webkit-filter: drop-shadow(0px 1px 0 rgba(225, 224, 225, 0.9));
          filter: drop-shadow(0px 1px 0 rgba(225, 224, 225, 0.9));
}
@media screen and (max-width: 767px) {
  .popover .arrow:after {
    display: none;
  }
}
.popover .popover-body {
  position: relative;
  padding: 0;
}
.popover .popover-body .inner-wrapper {
  min-height: 70px;
}
.popover .popover-body .close-btn {
  padding: 5px;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}
.popover .popover-body .close-btn span {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
}
.popover .popover-body .close-btn span:after {
  content: "\f057";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #003057;
  padding: 0 5px;
}
.popover .popover-body a:not(.event-target) {
  display: block;
  position: relative;
}
.popover .popover-body a:not(.event-target):hover:before, .popover .popover-body a:not(.event-target):focus:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}
.popover .popover-body img {
  width: 100%;
  height: auto;
}
.popover .popover-body .event-date {
  background: #20AEC5;
  padding: 5px 9px;
  width: 72px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 9;
}
.popover .popover-body .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.popover .popover-body .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.popover .popover-body .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
@media screen and (max-width: 767px) {
  .popover .popover-body .event-date .month,
  .popover .popover-body .event-date ._date {
    font-size: 20px;
    line-height: 28px;
  }
}
.popover .popover-body .content-wrap {
  padding: 20px;
}
.popover .popover-body .content-wrap .event-title {
  margin-bottom: 10px;
}
.popover .popover-body .content-wrap .event-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #404A5A;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .popover .popover-body .content-wrap .event-title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.popover .popover-body .content-wrap .event-title a:before, .popover .popover-body .content-wrap .event-title a:after {
  display: none;
}
.popover .popover-body .content-wrap .event-title a:focus, .popover .popover-body .content-wrap .event-title a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.popover .popover-body .content-wrap .event-time {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
}
.popover .popover-body .content-wrap .event-location {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #404A5A;
}
.popover .popover-body .content-wrap .event-location a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #003057;
  padding-left: 8px;
  display: initial;
}
.popover .popover-body .content-wrap .event-location a:before, .popover .popover-body .content-wrap .event-location a:after {
  display: none;
}

.view-filters {
  position: relative;
}
.view-filters .fixed-sidebar {
  position: sticky;
  top: 0;
  width: auto;
  max-height: 100vh;
  margin-top: 80px;
}

@media screen and (min-width: 992px) {
  .calendar-main-page main > aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .calendar-main-page main .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

.calendar-main-page .region-hero,
.calendar-calendar-view .region-hero {
  position: relative;
}
@media screen and (max-width: 767px) {
  .calendar-main-page .region-hero .hero-content-inner .title-breadcrumbs,
  .calendar-calendar-view .region-hero .hero-content-inner .title-breadcrumbs {
    bottom: 0;
  }
}
.calendar-main-page #block-calendartogglebutton,
.calendar-calendar-view #block-calendartogglebutton {
  position: absolute;
  right: 5%;
  top: 190px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .calendar-main-page #block-calendartogglebutton,
  .calendar-calendar-view #block-calendartogglebutton {
    margin-top: 258px;
    margin-right: 85px;
    line-height: 0.6;
  }
}
.calendar-main-page #block-calendartogglebutton .button,
.calendar-calendar-view #block-calendartogglebutton .button {
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}
.calendar-main-page #block-calendartogglebutton .button i,
.calendar-calendar-view #block-calendartogglebutton .button i {
  padding-left: 10px;
}
.calendar-main-page .events-center-featured,
.calendar-calendar-view .events-center-featured {
  margin-top: -260px;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .calendar-main-page .events-center-featured,
  .calendar-calendar-view .events-center-featured {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .calendar-calendar-view .region-hero .hero-content-inner:after {
    bottom: -32%;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .calendar-main-page .views-exposed-form .calendar-exposed-form {
    padding: 20px;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  }
}
.calendar-main-page .views-exposed-form .calendar-exposed-form h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  margin-bottom: 15px;
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-item {
  float: none;
  margin: 0 0 15px 0;
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-item label {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #404A5A;
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-item select {
  width: 100%;
  background-color: #fff;
  border: 2px solid #404A5A;
  padding: 10px 15px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  border: 2px solid #20AEC5;
  margin: 10px 0;
  width: 46%;
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button:hover, .calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
@media screen and (max-width: 767px) {
  .calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button {
    margin-right: 20px;
    max-width: 41%;
  }
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button[value=Search] {
  border: 2px solid #003057;
}
@media screen and (max-width: 767px) {
  .calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button[value=Search] {
    margin-left: 20px;
  }
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button[value=Search]:hover {
  border-color: #20AEC5;
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button[value=Clear] {
  background: #fff;
  color: #003057;
}
.calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button[value=Clear]:hover, .calendar-main-page .views-exposed-form .calendar-exposed-form .form-actions .button[value=Clear]:focus {
  color: #fff;
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .calendar-main-page .view-mini-calendar {
    display: none;
  }
}
.calendar-main-page .view-mini-calendar .view-header {
  position: relative;
  padding: 20px 0;
}
.calendar-main-page .view-mini-calendar .view-header h3 {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #404A5A;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.calendar-main-page .view-mini-calendar .view-header .pager ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-main-page .view-mini-calendar .view-header .pager ul li {
  padding: 0;
}
.calendar-main-page .view-mini-calendar .view-header .pager ul li.pager__item--previous a, .calendar-main-page .view-mini-calendar .view-header .pager ul li.pager__item--next a {
  position: relative;
  text-decoration: none;
}
.calendar-main-page .view-mini-calendar .view-header .pager ul li.pager__item--previous a:before, .calendar-main-page .view-mini-calendar .view-header .pager ul li.pager__item--next a:before {
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.calendar-main-page .view-mini-calendar .view-header .pager ul li.pager__item--previous a span, .calendar-main-page .view-mini-calendar .view-header .pager ul li.pager__item--next a span {
  display: none;
}
.calendar-main-page .view-mini-calendar .view-header .pager ul li.pager__item--previous a:before {
  content: "\f177";
}
.calendar-main-page .view-mini-calendar .view-header .pager ul li.pager__item--next a:before {
  content: "\f178";
}
.calendar-main-page .view-mini-calendar .view-content .calendar-calendar table tbody tr {
  background: #fff;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #404A5A;
}
.calendar-main-page .view-mini-calendar .view-content .calendar-calendar table tbody tr td {
  border: 0;
  text-align: center;
}
.calendar-main-page .view-mini-calendar .view-content .calendar-calendar table tbody tr td.days {
  color: #404A5A;
  font-weight: 700;
}
.calendar-main-page .view-mini-calendar .view-content .calendar-calendar table tbody tr td.today .mini-day-off {
  background: #003057;
  color: #fff;
}
.calendar-main-page .view-mini-calendar .view-content .calendar-calendar table tbody tr td.future-month, .calendar-main-page .view-mini-calendar .view-content .calendar-calendar table tbody tr td.past-month {
  opacity: 0.3;
}
.calendar-main-page .layout-sidebar {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .calendar-main-page .layout-sidebar {
    padding-top: 4rem;
  }
}
.calendar-main-page .layout-sidebar .sidebar-content {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .calendar-main-page .layout-sidebar .sidebar-content {
    padding: 20px;
    padding-bottom: 110px;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .calendar-main-page .layout-sidebar .sidebar-content .views-exposed-form {
    position: unset;
  }
  .calendar-main-page .layout-sidebar .sidebar-content .views-exposed-form .calendar-exposed-form {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .calendar-main-page .layout-sidebar .sidebar-content .views-exposed-form .calendar-exposed-form .form-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--featured-events-section .col-md-7 {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--featured-events-section .col-md-5 {
    padding-left: 30px;
  }
}
.paragraph--type--featured-events-section .col-md-5 .view-events-list .event-wrapper .event-content .event-title a {
  color: #003057;
}
.paragraph--type--featured-events-section .col-md-5 .field--name-field-more-link {
  margin-top: 1.5rem;
}
.paragraph--type--featured-events-section .col-md-5 .field--name-field-more-link a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
}
.paragraph--type--featured-events-section .col-md-5 .field--name-field-more-link a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  margin-left: 10px;
}
.paragraph--type--featured-events-section .col-md-5 .field--name-field-more-link a:focus, .paragraph--type--featured-events-section .col-md-5 .field--name-field-more-link a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 767px) {
  .paragraph--type--featured-events-section .col-md-5 .paragraph--type--events-list-taxonomy-filtered {
    margin-top: 30px;
  }
}
.paragraph--type--featured-events-section .featured-event-item {
  background-color: #003057;
}
.paragraph--type--featured-events-section .featured-event-item:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.26%);
  opacity: 0.7;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .paragraph--type--featured-events-section .featured-event-item:before {
    width: calc(100% - 30px);
  }
}
.paragraph--type--featured-events-section .featured-event-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .paragraph--type--featured-events-section .featured-event-item img {
    height: 308px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper {
  z-index: 9;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-date {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
  background: #20AEC5;
  padding: 5px 10px;
  display: block;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
  text-transform: uppercase;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 44px;
  position: absolute;
  bottom: 0;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content {
  position: absolute;
  bottom: 16px;
  left: 20px;
  z-index: 1;
  color: #fff;
  width: calc(100% - 65px);
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content {
    bottom: 20px;
    left: 40px;
    padding: 0;
  }
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content a.title {
  display: block;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: inherit;
  text-decoration: none;
  max-width: 100%;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content a.title:hover, .paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content a.title:active, .paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content a.title:focus {
  text-decoration: underline;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content .outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content .outer-wrapper a {
  color: inherit;
  text-decoration: none;
}
.paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content .outer-wrapper a:hover, .paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content .outer-wrapper a:active, .paragraph--type--featured-events-section .featured-event-item .event-wrapper .event-content .outer-wrapper a:focus {
  text-decoration: underline;
}

.view-calendar-main-page {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .view-calendar-main-page {
    padding: 40px 0 90px 0;
  }
}
.view-calendar-main-page .calendar-filter-links {
  background: #D6D5DA;
  color: #404A5A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 1.2rem 1.2rem 1.4rem;
}
@media screen and (max-width: 767px) {
  .view-calendar-main-page .calendar-filter-links {
    background: #fff;
    padding: 0;
  }
}
.view-calendar-main-page .calendar-filter-links .date-heading-custom {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .view-calendar-main-page .calendar-filter-links .date-heading-custom {
    width: 100%;
  }
}
.view-calendar-main-page .calendar-filter-links .date-heading-custom h3 {
  color: #404A5A;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .view-calendar-main-page .calendar-filter-links .date-heading-custom h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
.view-calendar-main-page .calendar-filter-links .prev-next {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .view-calendar-main-page .calendar-filter-links .prev-next {
    margin: 5px auto 0;
    text-align: center;
    width: 100%;
  }
}
.view-calendar-main-page .calendar-filter-links .prev-next a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #003057;
  text-decoration: none;
  position: relative;
  padding: 0;
}
.view-calendar-main-page .calendar-filter-links .prev-next a:before, .view-calendar-main-page .calendar-filter-links .prev-next a:after {
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  vertical-align: text-top;
}
.view-calendar-main-page .calendar-filter-links .prev-next a:first-child {
  margin-right: 15px;
}
.view-calendar-main-page .calendar-filter-links .prev-next a:first-child:before {
  content: "\f053";
  padding-right: 5px;
}
.view-calendar-main-page .calendar-filter-links .prev-next a:first-child:after {
  content: "|";
  position: absolute;
  right: -17px;
  color: #767676;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  pointer-events: none;
}
.view-calendar-main-page .calendar-filter-links .prev-next a:last-child {
  margin-left: 15px;
}
.view-calendar-main-page .calendar-filter-links .prev-next a:last-child:after {
  content: "\f054";
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .view-calendar-main-page .calendar-filter-links .range-toggle {
    display: none;
  }
}
.view-calendar-main-page .calendar-filter-links .range-toggle .btn-group-sm > .btn {
  padding: 5px 10px;
  background: #fdfdfd;
  border-color: #ccc;
  color: #555;
  text-decoration: none;
  font-size: 1.2rem;
}
.view-calendar-main-page .calendar-filter-links .range-toggle .btn-group-sm > .btn:hover, .view-calendar-main-page .calendar-filter-links .range-toggle .btn-group-sm > .btn:focus, .view-calendar-main-page .calendar-filter-links .range-toggle .btn-group-sm > .btn.tabfocus {
  color: #003057;
  background: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .view-calendar-main-page .view-header {
    margin-bottom: 30px;
  }
  .view-calendar-main-page .view-header .date-nav-wrapper {
    margin: 0;
  }
}
.view-calendar-main-page .view-content h3 {
  background: #003057;
  color: #fff;
  margin: 2rem 0 0;
  padding: 0.6rem 1.6rem;
  font-size: 1.6rem;
}
.view-calendar-main-page .card {
  border: 0;
}
.view-calendar-main-page .card .card-block ul {
  margin: 0;
}
.view-calendar-main-page .card .card-block ul li {
  list-style: none;
  margin: 0;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper, .view-calendar-main-page .card .card-block .event-wrapper {
  margin: 0 1.6rem;
  padding: 2rem 0;
  border-bottom: solid 1px #D6D5DA;
}
@media screen and (max-width: 767px) {
  .view-calendar-main-page .grouped-rows .views-row .event-wrapper, .view-calendar-main-page .card .card-block .event-wrapper {
    margin: 0;
  }
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-date, .view-calendar-main-page .card .card-block .event-wrapper .event-date {
  background: #20AEC5;
  padding: 5px 9px;
  width: 72px;
  margin-right: 10px;
  float: left;
  position: relative;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-date .month, .view-calendar-main-page .card .card-block .event-wrapper .event-date .month {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #003057;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-date .month:before, .view-calendar-main-page .card .card-block .event-wrapper .event-date .month:before {
  content: "";
  border: 1px solid #2188A2;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-date ._date, .view-calendar-main-page .card .card-block .event-wrapper .event-date ._date {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #003057;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-content, .view-calendar-main-page .card .card-block .event-wrapper .event-content {
  display: table;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-content .event-title, .view-calendar-main-page .card .card-block .event-wrapper .event-content .event-title {
  margin-bottom: 5px;
  line-height: 22px;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-content .event-title a, .view-calendar-main-page .card .card-block .event-wrapper .event-content .event-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
  text-decoration: none;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-content .event-title a:hover, .view-calendar-main-page .card .card-block .event-wrapper .event-content .event-title a:hover {
  text-decoration: underline;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-content .outer-wrapper, .view-calendar-main-page .card .card-block .event-wrapper .event-content .outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
}
.view-calendar-main-page .grouped-rows .views-row .event-wrapper .event-content .outer-wrapper .separator, .view-calendar-main-page .card .card-block .event-wrapper .event-content .outer-wrapper .separator {
  padding: 0 8px;
}
.view-calendar-main-page .grouped-rows:last-of-type .views-row .event-wrapper {
  border-bottom-color: transparent;
}

.path-a-to-z .ajax-progress {
  display: none;
}

.view-website-index .attachment {
  margin-bottom: 30px;
}
.view-website-index .attachment .view-content .views-summary a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: #003057;
  text-decoration: none;
}
.view-website-index > .view-content h3 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #003057;
  border-bottom: 1px solid #eee;
  margin: 0;
  position: relative;
}
.view-website-index > .view-content h3 span {
  position: absolute;
  top: -100px;
}
.view-website-index > .view-content .grouped-rows {
  padding: 20px 0;
}
.view-website-index > .view-content .grouped-rows .views-row .views-field-title .field-content {
  position: relative;
  padding: 0 10px;
}
.view-website-index > .view-content .grouped-rows .views-row .views-field-title .field-content:before {
  content: "";
  border-color: transparent #CCC;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.view-website-index > .view-content .grouped-rows .views-row .views-field-title .field-content br {
  display: none;
}
.view-website-index > .view-content .grouped-rows .views-row .views-field-title .field-content a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #003057;
  text-decoration: none;
}

.campus-map-view-block {
  padding-bottom: 120px;
}
.campus-map-view-block .list-map {
  position: relative;
}
.campus-map-view-block .list-map .map-sidebar {
  background: #fff;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .campus-map-view-block .list-map .map-sidebar {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .campus-map-view-block .list-map .map-sidebar {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    max-width: 336px;
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .campus-map-view-block .list-map .map-sidebar {
    max-height: 450px;
    margin-bottom: 60px;
  }
}
.campus-map-view-block .list-map .map-sidebar .view-campus-map .view-content .geolocation {
  position: relative;
  padding: 15px 30px;
  background: #fff;
  cursor: pointer;
}
.campus-map-view-block .list-map .map-sidebar .view-campus-map .view-content .geolocation:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  border-bottom: 2px solid #D6D5DA;
}
.campus-map-view-block .list-map .map-sidebar .view-campus-map .view-content .geolocation .views-field-field-geolocation {
  display: none;
}
.campus-map-view-block .list-map .map-sidebar .view-campus-map .view-content .geolocation .views-field-title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
}
.campus-map-view-block .list-map .map-sidebar .view-campus-map .view-content .geolocation.active {
  background: #003057;
}
.campus-map-view-block .list-map .map-sidebar .view-campus-map .view-content .geolocation.active:before {
  content: none;
}
.campus-map-view-block .list-map .map-sidebar .view-campus-map .view-content .geolocation.active .views-field-title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .campus-map-view-block .list-map .campus-map {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .campus-map-view-block .list-map .campus-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.campus-map-view-block .list-map .campus-map .geolocation-map-wrapper .js-info-bubble-close + div {
  height: 100% !important;
}
.campus-map-view-block .list-map .campus-map .geolocation-map-wrapper .infobubble .views-field-nothing .content-wrap {
  padding: 20px;
}
.campus-map-view-block .list-map .campus-map .geolocation-map-wrapper .infobubble .views-field-nothing .content-wrap .title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #404A5A;
}
.campus-map-view-block .list-map .campus-map .geolocation-map-wrapper .infobubble .views-field-nothing .content-wrap .caption {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #404A5A;
}
.campus-map-view-block .list-map .campus-map .geolocation-map-wrapper .infobubble .views-field-nothing .content-wrap .caption p {
  margin-bottom: 15px;
}
.campus-map-view-block .list-map .campus-map .geolocation-map-wrapper .infobubble .views-field-nothing .content-wrap .view-more a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
  text-decoration: none;
}
.campus-map-view-block .list-map .campus-map .geolocation-map-wrapper .infobubble .views-field-nothing .content-wrap .view-more a:after {
  content: "\f054";
  font-family: "FontAwesome";
  padding-left: 10px;
}

.page-node-type-program .block-program-quick-links-block {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-node-type-program .block-program-quick-links-block {
    margin-bottom: 80px;
  }
}
.page-node-type-program .block-program-quick-links-block .paragraph--type--sidebar-button {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .page-node-type-program .block-program-quick-links-block .paragraph--type--sidebar-button {
    margin-bottom: 0 !important;
  }
}
.page-node-type-program .block-program-quick-links-block .field--name-field-components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .page-node-type-program .block-program-quick-links-block .field--name-field-components {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-node-type-program .block-program-quick-links-block .field--name-field-components .field__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .page-node-type-program .block-program-quick-links-block .field--name-field-components .field__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .page-node-type-program .block-program-quick-links-block .field--name-field-components .field__item:last-child .paragraph--type--sidebar-button {
    margin-bottom: 0 !important;
  }
}
.page-node-type-program #main-content {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .page-node-type-program #main-content {
    padding-top: 20px;
  }
}
.page-node-type-program h2 {
  font-weight: 400;
}
.page-node-type-program .sidebar-buttons {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-node-type-program .sidebar-buttons {
    position: absolute;
    right: 5px;
    top: 170px;
    z-index: 4;
  }
}
.page-node-type-program .sidebar-buttons .field--name-field-components .field__label {
  display: none;
}
.page-node-type-program .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button {
  position: relative;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 200px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
          transform: skewX(30deg);
  margin-right: -20px;
}
.page-node-type-program .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button a {
  display: block;
  text-align: center;
  padding: 12px 18px;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
@media screen and (max-width: 767px) {
  .page-node-type-program .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button a {
    padding: 10px;
    min-width: 150px;
  }
}
.page-node-type-program .sidebar-buttons.fixed-sidebar {
  position: fixed;
  height: 8vh;
  right: 8px;
  top: 8%;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .page-node-type-program .sidebar-buttons.fixed-sidebar {
    width: 100%;
  }
}
.page-node-type-program .field--name-field-program-logo {
  margin-bottom: 30px;
}
.page-node-type-program .field--name-field-accreditation-logo article {
  margin-bottom: 30px;
}

.node--type-program .field--name-body .field__label {
  font-family: "MicrogrammaExtD-Med", Arial, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  text-transform: capitalize;
  font-weight: 400;
}
@media (max-width: 991px) {
  .node--type-program .field--name-body .field__label {
    font-size: 2.5rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}

.odu-online-block {
  background: #003057;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
  margin-bottom: 20px;
}
.odu-online-block a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.odu-online-block a .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-right: 30px;
}
.odu-online-block a .logo img {
  display: block;
  width: 120px;
  margin: 0 auto 5px;
}

.program-info-block {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  padding: 35px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .program-info-block {
    margin-bottom: 50px;
  }
}
.program-info-block hr {
  display: none;
}
.program-info-block .field--name-field-program-info-title {
  position: absolute;
  top: 0;
  left: 20px;
  background: #003057;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 8px;
}
.program-info-block .field--name-field-college a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #404A5A;
  position: relative;
  padding-right: 20px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.program-info-block .field--name-field-college a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
}
.program-info-block .field--name-field-college a:hover, .program-info-block .field--name-field-college a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.program-info-block .field--name-field-department-content {
  border-bottom: 1px solid #D6D5DA;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.program-info-block .field--name-field-department-content a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #282B2C;
  position: relative;
  padding-right: 20px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.program-info-block .field--name-field-department-content a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
}
.program-info-block .field--name-field-department-content a:hover, .program-info-block .field--name-field-department-content a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.program-info-block .field--name-field-degree-level, .program-info-block .field--name-field-degree-earned, .program-info-block .field--name-field-delivery-modes, .program-info-block .field--name-field-concentration {
  margin-bottom: 20px;
}
.program-info-block .field--name-field-degree-level .field__label, .program-info-block .field--name-field-degree-earned .field__label, .program-info-block .field--name-field-delivery-modes .field__label, .program-info-block .field--name-field-concentration .field__label {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #404A5A;
  margin-bottom: 5px;
}
.program-info-block .field--name-field-degree-level .field__item, .program-info-block .field--name-field-degree-earned .field__item, .program-info-block .field--name-field-delivery-modes .field__item, .program-info-block .field--name-field-concentration .field__item {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
}
.program-info-block .field--name-field-degree-level h2, .program-info-block .field--name-field-degree-earned h2, .program-info-block .field--name-field-delivery-modes h2, .program-info-block .field--name-field-concentration h2 {
  letter-spacing: normal;
}
.program-info-block .field--name-field-delivery-modes {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.program-info-block .field--name-field-delivery-modes .field__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.program-info-block .field--name-field-delivery-modes .field__item .taxonomy-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.program-info-block .field--name-field-delivery-modes .field__item .taxonomy-term .field--name-field-icon {
  margin-right: 5px;
}
.program-info-block .field--name-field-delivery-modes .field__item + .field__item {
  margin-left: 15px;
}

.block-field-blocknodeprogramfield-program-highlights {
  background-color: rgba(32, 174, 197, 0.1);
  padding: 30px;
}
.block-field-blocknodeprogramfield-program-highlights .field--name-field-program-highlights {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.block-field-blocknodeprogramfield-program-highlights .field--name-field-program-highlights li {
  padding-left: 3rem;
  margin-bottom: 1rem;
  position: relative;
}
.block-field-blocknodeprogramfield-program-highlights .field--name-field-program-highlights li:last-of-type {
  margin-bottom: 0;
}
.block-field-blocknodeprogramfield-program-highlights .field--name-field-program-highlights li p:last-of-type {
  margin-bottom: 0;
}
.block-field-blocknodeprogramfield-program-highlights .field--name-field-program-highlights > li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #20AEC5;
  content: "\f058";
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 0;
}

.program-requirements {
  margin: 0;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .program-requirements {
    padding: 50px 0;
  }
}
.program-requirements .requirements-subhead {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 2rem;
}
.program-requirements .requirements-default {
  margin-bottom: 3rem;
}
.program-requirements ul.field--name-field-requirements-list {
  margin-bottom: 2rem;
  list-style: none;
  padding-left: 0;
}
.program-requirements ul.field--name-field-requirements-list li {
  padding-left: 3rem;
  margin-bottom: 1rem;
  position: relative;
}
.program-requirements ul.field--name-field-requirements-list li p:last-of-type {
  margin-bottom: 0;
}
.program-requirements ul.field--name-field-requirements-list > li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #20AEC5;
  content: "\f058";
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 0;
}
.program-requirements ul.field--name-field-requirements-list.nested-requirements-list > li {
  padding-left: 0;
}
.program-requirements ul.field--name-field-requirements-list.nested-requirements-list > li:before {
  display: none;
  content: "";
}
.program-requirements ul.field--name-field-requirements-list.nested-requirements-list > li ul li {
  padding-left: 3rem;
  margin-bottom: 1rem;
  position: relative;
}
.program-requirements ul.field--name-field-requirements-list.nested-requirements-list > li ul > li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #20AEC5;
  content: "\f058";
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 0;
}
.program-requirements .field--name-field-requirements-cta-link {
  margin-bottom: 50px;
}
.program-requirements .field--name-field-requirements-cta-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.program-requirements .field--name-field-requirements-cta-link a:hover, .program-requirements .field--name-field-requirements-cta-link a:focus, .program-requirements .field--name-field-requirements-cta-link a.tabfocus, .program-requirements .field--name-field-requirements-cta-link a:active {
  background: none;
  color: #003057;
}
.program-requirements .field--name-field-requirements-cta-link a:hover, .program-requirements .field--name-field-requirements-cta-link a:focus, .program-requirements .field--name-field-requirements-cta-link a.tabfocus, .program-requirements .field--name-field-requirements-cta-link a:active {
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .program-requirements .field--name-field-requirements-cta-link a {
    padding: 10.5px 40px;
  }
}
.program-requirements .field--name-field-requirements-cta-link a:after {
  display: none;
}
.program-requirements .paragraph--type--requirements-highlight,
.program-requirements .field--name-field-requirements-highlight,
.program-requirements .highlighted-requirements {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
}
.program-requirements .paragraph--type--requirements-highlight h3,
.program-requirements .field--name-field-requirements-highlight h3,
.program-requirements .highlighted-requirements h3 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 1.2;
}
.program-requirements .paragraph--type--requirements-highlight .text-formatted,
.program-requirements .field--name-field-requirements-highlight .text-formatted,
.program-requirements .highlighted-requirements .text-formatted {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.program-requirements .paragraph--type--requirements-highlight .text-formatted p:last-of-type,
.program-requirements .field--name-field-requirements-highlight .text-formatted p:last-of-type,
.program-requirements .highlighted-requirements .text-formatted p:last-of-type {
  margin-bottom: 0;
}
.program-requirements .paragraph--type--requirements-highlight .field--name-field-link a,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a,
.program-requirements .highlighted-requirements .field--name-field-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.program-requirements .paragraph--type--requirements-highlight .field--name-field-link a:hover, .program-requirements .paragraph--type--requirements-highlight .field--name-field-link a:focus, .program-requirements .paragraph--type--requirements-highlight .field--name-field-link a.tabfocus, .program-requirements .paragraph--type--requirements-highlight .field--name-field-link a:active,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a:hover,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a:focus,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a.tabfocus,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a:active,
.program-requirements .highlighted-requirements .field--name-field-link a:hover,
.program-requirements .highlighted-requirements .field--name-field-link a:focus,
.program-requirements .highlighted-requirements .field--name-field-link a.tabfocus,
.program-requirements .highlighted-requirements .field--name-field-link a:active {
  background: none;
  color: #003057;
}
.program-requirements .paragraph--type--requirements-highlight .field--name-field-link a:hover, .program-requirements .paragraph--type--requirements-highlight .field--name-field-link a:focus, .program-requirements .paragraph--type--requirements-highlight .field--name-field-link a.tabfocus, .program-requirements .paragraph--type--requirements-highlight .field--name-field-link a:active,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a:hover,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a:focus,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a.tabfocus,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a:active,
.program-requirements .highlighted-requirements .field--name-field-link a:hover,
.program-requirements .highlighted-requirements .field--name-field-link a:focus,
.program-requirements .highlighted-requirements .field--name-field-link a.tabfocus,
.program-requirements .highlighted-requirements .field--name-field-link a:active {
  background: #20AEC5;
}
@media screen and (max-width: 767px) {
  .program-requirements .paragraph--type--requirements-highlight .field--name-field-link a,
  .program-requirements .field--name-field-requirements-highlight .field--name-field-link a,
  .program-requirements .highlighted-requirements .field--name-field-link a {
    padding: 10.5px 40px;
  }
}
.program-requirements .paragraph--type--requirements-highlight .field--name-field-link a:after,
.program-requirements .field--name-field-requirements-highlight .field--name-field-link a:after,
.program-requirements .highlighted-requirements .field--name-field-link a:after {
  display: none;
}
.program-requirements .highlighted-requirements h3 {
  font-size: 2.4rem;
}
.program-requirements .highlighted-requirements .text-formatted {
  margin-bottom: 0;
}
.program-requirements .highlighted-requirements .field--name-field-requirements-highlight-cta .field__item {
  margin-bottom: 15px;
}
.program-requirements .highlighted-requirements .field--name-field-requirements-highlight-cta .field__item:last-of-type {
  margin-bottom: 0;
}
.program-requirements .container {
  padding-left: 0;
  padding-right: 0;
}

.block-field-blocknodeprogramfield-related-programs-section.block-layout-builder {
  margin-bottom: 0;
}

.field--name-field-ways-to-save .field__item {
  margin-bottom: 2rem;
}
.field--name-field-ways-to-save .field__item h3 {
  font-size: 24px;
  margin-bottom: 1.5rem;
}

.container.layout .program-contact-info.container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .block-program-jump-menu-block {
    margin: 0 15px 40px 15px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  }
}
.block-program-jump-menu-block h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: "open_sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #404A5A;
  padding: 20px 36px 20px 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  position: relative;
}
.block-program-jump-menu-block h2:after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.block-program-jump-menu-block h2.active:after {
  -webkit-transform: rotateZ(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotateZ(-180deg);
}
.block-program-jump-menu-block .program-jump-menu {
  background: #fff;
  padding: 0 30px;
  display: none;
}
@media screen and (min-width: 768px) {
  .block-program-jump-menu-block .program-jump-menu {
    background: #003057;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-program-jump-menu-block .program-jump-menu a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 22px;
  text-decoration: none;
  color: #003057;
  display: block;
  padding: 14px 0;
  border-bottom: 2px solid #D6D5DA;
}
.block-program-jump-menu-block .program-jump-menu a:last-child {
  border: none;
}
.block-program-jump-menu-block .program-jump-menu a:hover, .block-program-jump-menu-block .program-jump-menu a:focus, .block-program-jump-menu-block .program-jump-menu a.tabfocus {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (min-width: 768px) {
  .block-program-jump-menu-block .program-jump-menu a {
    color: #fff;
    padding: 0.8rem 1.3rem;
    margin: 0 0.2rem;
    border-bottom: 0;
  }
  .block-program-jump-menu-block .program-jump-menu a:hover, .block-program-jump-menu-block .program-jump-menu a:focus, .block-program-jump-menu-block .program-jump-menu a.tabfocus {
    color: #003057;
    background: #20AEC5;
  }
}

.featured-courses-section-wrapper {
  background: rgba(0, 48, 87, 0.9);
  color: #fff;
  position: relative;
  margin-bottom: 60px;
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .featured-courses-section-wrapper {
    margin-bottom: 120px;
    padding: 80px 0;
  }
}
.featured-courses-section-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 16%;
  height: 250px;
  right: 0;
  background: url("../images/featured-course-right.png") no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
}
.featured-courses-section-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44%;
  height: 100%;
  left: 0;
  background: url("../images/featured-course-left.png") no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  z-index: 1;
}
.featured-courses-section-wrapper h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.featured-courses-section-wrapper .container {
  position: relative;
  margin-bottom: 3rem;
  z-index: 2;
}
.featured-courses-section-wrapper .container .field--name-field-courses .node--type-course {
  height: calc(100% - 30px);
}
.featured-courses-section-wrapper .container .field--name-field-courses .node--type-course .node__content {
  height: 100%;
}
.featured-courses-section-wrapper .field--name-field-full-course-catalog-link {
  text-align: center;
  margin: 0 auto;
}
.featured-courses-section-wrapper .field--name-field-full-course-catalog-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
}
.featured-courses-section-wrapper .field--name-field-full-course-catalog-link a:hover, .featured-courses-section-wrapper .field--name-field-full-course-catalog-link a:focus, .featured-courses-section-wrapper .field--name-field-full-course-catalog-link a.tabfocus, .featured-courses-section-wrapper .field--name-field-full-course-catalog-link a:active {
  background: none;
  color: #003057;
}
.featured-courses-section-wrapper .field--name-field-full-course-catalog-link a:hover, .featured-courses-section-wrapper .field--name-field-full-course-catalog-link a:focus, .featured-courses-section-wrapper .field--name-field-full-course-catalog-link a.tabfocus, .featured-courses-section-wrapper .field--name-field-full-course-catalog-link a:active {
  background: #20AEC5;
}
.featured-courses-section-wrapper.light-blue {
  background: rgba(32, 174, 197, 0.1);
}
.featured-courses-section-wrapper.light-blue:after {
  background: url("../images/featured-course-right-light.png") no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
}
.featured-courses-section-wrapper.light-blue:before {
  display: none;
}
.featured-courses-section-wrapper.light-blue h2 {
  color: #003057;
}
.featured-courses-section-wrapper.light-blue .field--name-field-full-course-catalog-link a {
  color: #003057;
}

.course-wrapper {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  padding: 30px;
  color: #404A5A;
  margin-top: 20px;
  position: relative;
  height: 100%;
}
.course-wrapper .icon-trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #003057;
  font-weight: 900;
  font-size: 16px;
  line-height: 30px;
}
.course-wrapper .course-id {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.course-wrapper .course-title a {
  color: #404A5A;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.course-wrapper .course-title a:hover, .course-wrapper .course-title a:focus {
  text-decoration: underline;
  text-underline-position: under;
  color: #003057;
}
.course-wrapper .course-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.course-modal {
  color: #404A5A;
}
.course-modal .modal-content {
  border: none;
  position: relative;
}
.course-modal .modal-content .close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  color: #404A5A;
}
.course-modal .modal-wrapper {
  padding: 30px;
}
.course-modal .modal-wrapper .course-id {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.course-modal .modal-wrapper .course-title span {
  color: #404A5A;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.course-modal .modal-wrapper .course-title span:hover, .course-modal .modal-wrapper .course-title span:focus {
  text-decoration: underline;
  text-underline-position: under;
  color: #003057;
}
.course-modal .modal-wrapper .course-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.course-modal .container {
  max-width: 640px;
}

.page-node-type-program .views-row .program-contact-info .layout--twocol-section {
  margin-bottom: 20px;
}
.page-node-type-program .views-row .program-contact-info .layout--twocol-section .layout__region--first .paragraph {
  margin-bottom: 20px;
}

.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content {
  margin-bottom: 0 !important;
}
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .title h4 {
  margin-bottom: 0.5rem;
}
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .title-department {
  padding-bottom: 1.5rem;
  margin-bottom: 1.8rem;
  position: relative;
}
.node--view-mode-person-program-contact .person-content .content-wrapper .inner-content .title-department:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #D6D5DA;
  position: absolute;
  bottom: 0;
  left: 0;
}

.no-related-programs {
  padding: 5rem 0;
}
.no-related-programs h2, .no-related-programs h3, .no-related-programs h4, .no-related-programs h5, .no-related-programs h6 {
  color: #fff;
  margin-bottom: 3rem;
}
.no-related-programs a {
  color: #fff;
  font-weight: bold;
}

.block-program-next-steps-block {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .block-program-next-steps-block {
    margin-bottom: 120px;
  }
}
.block-program-next-steps-block .paragraph--type--image-cta, .block-program-next-steps-block .paragraph--type--image-cta-item {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 992px) {
  .favorites-wrapper.fade {
    opacity: 1;
  }
  .favorites-wrapper.modal {
    position: relative;
    overflow: visible;
  }
  .favorites-wrapper.modal .modal-dialog {
    margin: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .favorites-wrapper .attachment {
    display: none;
  }
}
.favorites-wrapper .modal-content {
  border: none;
}
@media screen and (max-width: 991px) {
  .favorites-wrapper .modal-content .views-exposed-form {
    padding-top: 50px;
  }
}
.favorites-wrapper .close-btn {
  padding: 8px;
  background: #20AEC5;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
  border: 1px solid #003057;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
}

#program-form .view-filters .views-exposed-form {
  padding: 20px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
}
#program-form .view-filters .views-exposed-form .form--inline .form-item {
  margin: 0;
  width: 100%;
}
#program-form .view-filters .views-exposed-form .form--inline .form-item label {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #404A5A;
}
#program-form .view-filters .views-exposed-form .form--inline .form-item select {
  width: 100%;
  background-color: #fff;
  border: 2px solid #404A5A;
  padding: 10px 15px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#program-form .view-filters .views-exposed-form .form--inline .form-item-program-search {
  margin-bottom: 15px;
  z-index: 4;
  position: relative;
}
#program-form .view-filters .views-exposed-form .form--inline .form-item-program-search input {
  width: 100%;
  background-color: transparent;
  border: 2px solid #404A5A;
  padding: 10px 15px;
  font-family: "open_sans", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #404A5A;
}
#program-form .view-filters .views-exposed-form .form--inline .form-item-program-search input:focus {
  background-color: #fff;
}
#program-form .view-filters .views-exposed-form .form--inline .form-item-field-academic-interest-target-id {
  margin-bottom: 20px;
}
#program-form .view-filters .views-exposed-form .form--inline .form-composite {
  margin-bottom: 20px;
}
#program-form .view-filters .views-exposed-form .form--inline .form-composite legend {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
#program-form .view-filters .views-exposed-form .form--inline .form-composite .fieldset-wrapper input {
  margin: 0 7px 0 0;
  width: 14px;
  height: 16px;
}
#program-form .view-filters .views-exposed-form .form--inline .form-composite .fieldset-wrapper label {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #404A5A;
  text-transform: initial;
}
#program-form .view-filters .views-exposed-form .form--inline .form-composite[data-drupal-selector=edit-field-degree-type-target-id] {
  padding-bottom: 20px;
  border-bottom: 1px solid #98C5EA;
  position: relative;
}
#program-form .view-filters .views-exposed-form .form--inline .form-composite[data-drupal-selector=edit-field-delivery-modes-target-id] {
  position: relative;
}
#program-form .view-filters .views-exposed-form .form--inline .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0;
}
@media screen and (min-width: 992px) {
  #program-form .view-filters .views-exposed-form .form--inline .form-actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#program-form .view-filters .views-exposed-form .form--inline .form-actions .button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  border: 2px solid #20AEC5;
  margin: 10px 0;
  text-align: center;
}
#program-form .view-filters .views-exposed-form .form--inline .form-actions .button:hover, #program-form .view-filters .views-exposed-form .form--inline .form-actions .button:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
@media screen and (min-width: 992px) {
  #program-form .view-filters .views-exposed-form .form--inline .form-actions .button {
    width: 46%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #program-form .view-filters .views-exposed-form .form--inline .form-actions .button {
    padding: 12px 0;
  }
}
#program-form .view-filters .views-exposed-form .form--inline .form-actions .button[value=Search] {
  border: 2px solid #003057;
}
@media screen and (max-width: 991px) {
  #program-form .view-filters .views-exposed-form .form--inline .form-actions .button[value=Search] {
    margin-right: 20px;
    padding: 15px;
  }
}
#program-form .view-filters .views-exposed-form .form--inline .form-actions .button[value=Search]:hover {
  border-color: #20AEC5;
}
#program-form .view-filters .views-exposed-form .form--inline .form-actions .button[value=Clear] {
  background: #fff;
  color: #003057;
  display: none;
}
@media screen and (max-width: 991px) {
  #program-form .view-filters .views-exposed-form .form--inline .form-actions .button[value=Clear] {
    margin-right: 20px;
    padding: 15px;
  }
}
#program-form .view-filters .views-exposed-form .form--inline .form-actions .button[value=Clear]:hover, #program-form .view-filters .views-exposed-form .form--inline .form-actions .button[value=Clear]:focus {
  background: #20AEC5;
  color: #003057;
}

.view-compare-programs {
  margin-bottom: 50px;
}
.view-compare-programs .attachment .favorite-programs .view-header {
  background: #2188A2;
  padding: 15px;
  text-align: center;
}
.view-compare-programs .attachment .favorite-programs .view-header button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: none;
  outline: none;
}
.view-compare-programs .view-content .views-table {
  width: 100%;
  overflow-x: visible;
  position: relative;
  z-index: 4;
}
.view-compare-programs .view-content .views-table thead tr th {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 16px;
  text-transform: uppercase;
  color: #6C6C6C;
  background: none;
  padding: 7px !important;
}
.view-compare-programs .view-content .views-table thead tr th.views-field-entity-comparison-link-programs, .view-compare-programs .view-content .views-table thead tr th.views-field-link-flag {
  padding: 10px 0;
}
.view-compare-programs .view-content .views-table tbody tr {
  background: none;
  border-bottom: 1px solid #E1EAF0;
}
@media screen and (max-width: 767px) {
  .view-compare-programs .view-content .views-table tbody tr:last-child {
    border-bottom: 0;
  }
}
.view-compare-programs .view-content .views-table tbody tr td {
  padding: 10px !important;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .view-compare-programs .view-content .views-table tbody tr td {
    padding: 6px 8px !important;
    display: table-cell;
  }
  .view-compare-programs .view-content .views-table tbody tr td:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .view-compare-programs .view-content .views-table tbody tr td.views-field-entity-comparison-link-programs, .view-compare-programs .view-content .views-table tbody tr td.views-field-link-flag {
    padding: 6px 4px !important;
  }
}
.view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a {
  font-size: 0;
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a {
    margin-left: 0;
  }
}
.view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1.5px solid #003057;
  display: inline-block;
}
.view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a.remove-link:before {
  background: #003057;
}
.view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a.remove-link:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
}
.view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a.add-link:hover:after, .view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a.add-link:focus:after {
  content: "";
  position: absolute;
  top: -36px;
  left: -39px;
  background: url("../images/compare.png") no-repeat scroll 0 0 transparent;
  background-size: contain;
  display: block;
  width: 95px;
  height: 41px;
}
.view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a.disabled {
  pointer-events: none;
}
.view-compare-programs .view-content .views-table .views-field-entity-comparison-link-programs a.disabled:before {
  border-color: #C2C2C2;
}
.view-compare-programs .view-content .views-table .views-field-link-flag .flag a {
  font-size: 0;
  text-decoration: none;
}
.view-compare-programs .view-content .views-table .views-field-link-flag .flag a:before {
  content: "\f004";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 26px;
  margin-left: 9px;
}
@media screen and (max-width: 767px) {
  .view-compare-programs .view-content .views-table .views-field-link-flag .flag a:before {
    margin-left: 0;
    margin-top: 2px;
  }
}
.view-compare-programs .view-content .views-table .views-field-link-flag .flag.action-flag a:before {
  font-family: "Font Awesome 6 Free";
}
.view-compare-programs .view-content .views-table .program-title {
  white-space: unset !important;
}
@media screen and (min-width: 1024px) {
  .view-compare-programs .view-content .views-table .program-title {
    width: 100%;
  }
}
.view-compare-programs .view-content .views-table .program-title:before {
  display: none !important;
}
.view-compare-programs .view-content .views-table .program-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
  text-decoration: none;
  word-break: break-word;
}
.view-compare-programs .view-content .views-table .program-title span.degree-type {
  font-weight: normal;
  color: #404A5A;
}
@media screen and (min-width: 768px) {
  .view-compare-programs .view-content .views-table .program-title span.degree-type {
    display: none;
  }
}
.view-compare-programs .view-content .views-table .program-degree-type {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .view-compare-programs .view-content .views-table .program-degree-type {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .view-compare-programs .view-content .views-table .program-delivery-modes {
    display: block;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .view-compare-programs .view-content .views-table .program-delivery-modes {
    width: 210px;
  }
}
.view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul li {
  list-style: none;
  margin: 0;
  width: 115px;
  margin-right: 15px;
}
.view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul li .fontawesome-icon {
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #003057;
}
.view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul li .delivery-mode {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #003057;
  padding-left: 5px;
}
.view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul li a {
  text-decoration: none;
  display: block;
}
.view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul li a span {
  text-decoration: underline;
  text-underline-position: under;
}
.view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul li a:hover span, .view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul li a:focus span {
  text-decoration: none;
}
.view-compare-programs .view-content .views-table .program-delivery-modes .item-list ul li + li {
  width: 80px;
  margin-right: 0;
}
.view-compare-programs .col-md-3 {
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 991px) {
  .view-compare-programs .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .view-compare-programs .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 34%;
  }
}
@media screen and (min-width: 1025px) {
  .view-compare-programs .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-top: -65px;
    padding-right: 50px;
    z-index: 9;
    max-width: 390px;
  }
}
.view-compare-programs .col-md-9 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .view-compare-programs .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .view-compare-programs .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%;
  }
}
@media screen and (min-width: 1025px) {
  .view-compare-programs .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
.view-compare-programs > .row {
  position: relative;
}
.view-compare-programs > .row .fixed-sidebar {
  position: sticky;
  top: 0;
  width: auto;
  margin-top: 80px;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .view-compare-programs nav {
    margin-left: 33.333333%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .view-compare-programs nav {
    margin-left: 25%;
  }
}
.view-compare-programs nav ul {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .view-compare-programs nav ul li a {
    padding: 8px 13px !important;
  }
}
.view-compare-programs nav ul li.pager__item--next {
  margin-left: 5px;
}
@media screen and (min-width: 992px) {
  .view-compare-programs nav ul li.pager__item--next {
    margin-left: 10px;
  }
}
.view-compare-programs nav ul li.pager__item--previous {
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  .view-compare-programs nav ul li.pager__item--previous {
    margin-right: 10px;
  }
}
.view-compare-programs .filter-programs {
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  font-family: "open_sans", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 10px;
  width: 100%;
  color: #fff;
  background: #003057;
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .view-compare-programs .filter-programs {
    margin-top: 40px;
  }
}

.entity-comparison-links {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.entity-comparison-links h2 {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1EAF0;
  letter-spacing: 0;
}
.entity-comparison-links .items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.entity-comparison-links .items-wrapper .comparison-item {
  margin-right: 30px;
}
.entity-comparison-links .items-wrapper .comparison-item:last-child {
  margin-right: 0;
}
.entity-comparison-links .items-wrapper .comparison-item .add_remove_btn {
  display: inline-block;
}
.entity-comparison-links .items-wrapper .comparison-item .add_remove_btn a {
  font-size: 0;
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.entity-comparison-links .items-wrapper .comparison-item .add_remove_btn a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1.5px solid #003057;
  display: inline-block;
}
.entity-comparison-links .items-wrapper .comparison-item .add_remove_btn a.remove-link:before {
  background: #003057;
}
.entity-comparison-links .items-wrapper .comparison-item .add_remove_btn a.remove-link:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
}
.entity-comparison-links .items-wrapper .comparison-item .add_remove_btn a.remove-link.disabled {
  pointer-events: none;
}
.entity-comparison-links .items-wrapper .comparison-item .add_remove_btn a.remove-link.disabled:before, .entity-comparison-links .items-wrapper .comparison-item .add_remove_btn a.remove-link.disabled:after {
  pointer-events: none;
}
.entity-comparison-links .items-wrapper .comparison-item .add_remove_btn a.remove-link.disabled:before {
  background: #767676;
}
.entity-comparison-links .items-wrapper .comparison-item span.title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #404A5A;
}

#compare_table {
  clear: both;
  border-collapse: separate;
  border-right: 1px solid #D6D5DA;
  width: 100%;
  font-family: "open_sans", Arial, sans-serif;
  margin: 50px 0;
}
#compare_table tr th:not(.visually-hidden) {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #404A5A;
  background-color: #fff;
  border-bottom: 1px solid #D6D5DA;
  border-left: 1px solid #D6D5DA;
  border-top: 1px solid #D6D5DA;
  text-align: left;
  white-space: normal;
  padding: 20px;
}
#compare_table tr td:not(.visually-hidden) {
  background-color: #fff;
  border-left: 1px solid #D6D5DA;
  vertical-align: baseline;
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404A5A;
  padding: 5px 20px;
  width: 33%;
}
#compare_table tr td:not(.visually-hidden) .comp-heads {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  text-transform: capitalize;
}
#compare_table tr td:not(.visually-hidden) .bt_fill {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  margin: 20px 0;
}
#compare_table tr td:not(.visually-hidden) .bt_fill:hover, #compare_table tr td:not(.visually-hidden) .bt_fill:focus, #compare_table tr td:not(.visually-hidden) .bt_fill.tabfocus, #compare_table tr td:not(.visually-hidden) .bt_fill:active {
  background: none;
  color: #003057;
}
#compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
  margin-bottom: 20px;
}
#compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger:hover, #compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger:focus, #compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger.tabfocus, #compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger:active {
  background: none;
  color: #003057;
}
#compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger:hover, #compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger:focus, #compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger.tabfocus, #compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger:active {
  background: #20AEC5;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #compare_table tr td:not(.visually-hidden) .reqinfo_form_trigger {
    padding: 10.5px 44px;
  }
}
#compare_table tr td:not(.visually-hidden) .btn {
  display: block;
}
#compare_table tr:last-child td {
  border-bottom: 1px solid #D6D5DA;
}
#compare_table p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  #compare_table {
    max-width: 690px;
  }
  #compare_table tr {
    display: revert;
  }
  #compare_table thead {
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
    position: initial;
  }
  #compare_table thead th:not(.visually-hidden) {
    padding: 10px !important;
  }
  #compare_table tbody td:not(.visually-hidden) {
    padding: 10px !important;
    display: revert;
  }
  #compare_table tbody td:not(.visually-hidden):before {
    display: none;
  }
  #compare_table tbody td:not(.visually-hidden) p {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #compare_table.total-items-3 {
    width: 690px;
  }
}
@media screen and (max-width: 767px) {
  #compare_table.total-items-3 {
    width: 720px;
  }
}
#compare_table.total-items-2 th:not(.visually-hidden),
#compare_table.total-items-2 td:not(.visually-hidden) {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #compare_table.total-items-2 {
    width: 690px;
  }
}
@media screen and (max-width: 767px) {
  #compare_table.total-items-2 {
    width: 720px;
  }
}
#compare_table.total-items-1 th:not(.visually-hidden),
#compare_table.total-items-1 td:not(.visually-hidden) {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #compare_table.total-items-1 {
    width: 690px;
  }
}
@media screen and (max-width: 767px) {
  #compare_table.total-items-1 {
    width: 100%;
  }
}
#compare_table .visually-hidden {
  padding: 0 !important;
  background: none !important;
}

@media screen and (max-width: 991px) {
  .compare-table-wrapper {
    overflow: auto;
  }
}

.program-comparison {
  background: #003057;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.program-comparison.hide {
  display: none;
}
.program-comparison .favorite-programs {
  width: 100%;
  text-align: center;
  background: #20AEC5;
  color: #003057;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  padding: 10px;
  text-transform: uppercase;
}
.program-comparison .favorite-programs button {
  width: 100%;
  display: block;
  font-weight: 700;
  background: none !important;
  border: none;
  color: #003057 !important;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.program-comparison .program-comparison-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 20px;
}
@media screen and (min-width: 992px) {
  .program-comparison .program-comparison-wrapper {
    padding: 20px 40px;
  }
}
.program-comparison .program-comparison-wrapper .comparison-buttons .btn {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 16px;
  display: block;
  text-decoration: none;
  border: 2px solid #fff;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  .program-comparison .program-comparison-wrapper .comparison-buttons .btn {
    font-size: 16px;
    line-height: 22px;
  }
}
.program-comparison .program-comparison-wrapper .comparison-buttons .btn.compare {
  border: 2px solid #20AEC5;
}
.program-comparison .program-comparison-wrapper .comparison-buttons .btn:hover, .program-comparison .program-comparison-wrapper .comparison-buttons .btn:focus {
  border: 2px solid #20AEC5;
  background: #20AEC5;
  color: #003057;
}
@media screen and (min-width: 992px) {
  .program-comparison .program-comparison-wrapper .comparision-details {
    width: 80%;
  }
}
.program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .comparison-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #D6D5DA;
}
.program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item {
  padding: 5px 0;
  font-size: 14px;
  line-height: 19px;
  margin: 10px 20px 10px 0;
}
@media screen and (min-width: 992px) {
  .program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item {
    padding: 15px;
    border: 2px solid #20AEC5;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item:last-child, .program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item:only-child {
    margin-right: 0;
  }
}
.program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  pointer-events: none;
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width: 992px) {
  .program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item button {
    text-transform: uppercase;
  }
}
.program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item button i {
  pointer-events: auto;
  display: block;
  width: 100%;
  text-align: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 2px;
}
.program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item.empty-item {
  border: 2px dashed #fff;
}
.program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item.empty-item span:before {
  display: none;
}
.program-comparison .program-comparison-wrapper .comparision-details .comparison-detail-content .item.empty-item:first {
  border-color: red;
}

body.modal-open.path-programs .contextual-region, body.modal-open.path-academics-programs .contextual-region {
  background: none;
}
body.modal-open.path-programs .program-comparison, body.modal-open.path-academics-programs .program-comparison {
  z-index: 1;
}
body.modal-open.path-programs #program-form, body.modal-open.path-academics-programs #program-form {
  bottom: 0;
}
body.modal-open.path-programs .view-compare-programs .view-content .views-table, body.modal-open.path-academics-programs .view-compare-programs .view-content .views-table {
  z-index: 1;
}

.path-programs .messages__wrapper,
.path-academics-programs .messages__wrapper {
  display: none;
}
.path-programs .region-hero,
.path-academics-programs .region-hero {
  position: relative;
}
.path-programs .region-hero .sidebar-buttons,
.path-academics-programs .region-hero .sidebar-buttons {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 4;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .path-programs .region-hero .sidebar-buttons,
  .path-academics-programs .region-hero .sidebar-buttons {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .path-programs .region-hero .sidebar-buttons,
  .path-academics-programs .region-hero .sidebar-buttons {
    bottom: -16px;
  }
}
@media screen and (min-width: 992px) {
  .path-programs .region-hero .sidebar-buttons,
  .path-academics-programs .region-hero .sidebar-buttons {
    bottom: -25px;
  }
}
@media screen and (min-width: 1650px) {
  .path-programs .region-hero .sidebar-buttons,
  .path-academics-programs .region-hero .sidebar-buttons {
    bottom: -30px;
  }
}
.path-programs .region-hero .sidebar-buttons .field--name-field-components .field__label,
.path-academics-programs .region-hero .sidebar-buttons .field--name-field-components .field__label {
  display: none;
}
.path-programs .region-hero .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button,
.path-academics-programs .region-hero .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button {
  position: relative;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 200px;
  width: 180px;
  padding: 0;
  display: block;
  -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
          transform: skewX(30deg);
  margin-right: -15px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.path-programs .region-hero .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button a,
.path-academics-programs .region-hero .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button a {
  display: block;
  text-align: center;
  padding: 12px 18px;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
@media screen and (max-width: 767px) {
  .path-programs .region-hero .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button a,
  .path-academics-programs .region-hero .sidebar-buttons .field--name-field-components .paragraph--type--sidebar-button a {
    padding: 10px;
    min-width: 150px;
  }
}
.path-programs .region-hero .sidebar-buttons.fixed-sidebar,
.path-academics-programs .region-hero .sidebar-buttons.fixed-sidebar {
  position: fixed;
  height: 8vh;
  right: 0;
  top: 8%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .path-programs .region-hero .sidebar-buttons.fixed-sidebar,
  .path-academics-programs .region-hero .sidebar-buttons.fixed-sidebar {
    top: 12%;
  }
}

#favorite_programs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#favorite_programs .modal-dialog-centered {
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
  margin: 0 auto;
  height: 180px;
}
@media screen and (min-width: 568px) {
  #favorite_programs .modal-dialog-centered {
    max-width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  #favorite_programs .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
#favorite_programs .modal-dialog-centered .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
  color: #fff;
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
  height: 26px;
}
#favorite_programs .modal-dialog-centered .close-button i:before {
  color: #fff;
  font-size: 24px;
}
#favorite_programs .modal-dialog-centered .modal-content {
  border: none;
  border-radius: 0;
  background: none;
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  #favorite_programs .modal-dialog-centered .modal-content {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  #favorite_programs .modal-dialog-centered .modal-content {
    width: 960px;
    height: 575px;
  }
}
#favorite_programs .modal-dialog-centered .modal-content iframe,
#favorite_programs .modal-dialog-centered .modal-content video {
  width: 320px;
  height: 180px;
}
@media screen and (min-width: 568px) {
  #favorite_programs .modal-dialog-centered .modal-content iframe,
  #favorite_programs .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  #favorite_programs .modal-dialog-centered .modal-content iframe,
  #favorite_programs .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
#favorite_programs .modal-dialog-centered .modal-content video {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 568px) {
  #favorite_programs .modal-dialog-centered .modal-content video {
    width: 482px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  #favorite_programs .modal-dialog-centered .modal-content video {
    width: 960px;
    height: 575px;
  }
}
#favorite_programs .modal-dialog-centered .modal-content .modal-wrapper {
  background: #000000;
  height: 180px;
}
@media screen and (min-width: 568px) {
  #favorite_programs .modal-dialog-centered .modal-content .modal-wrapper {
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  #favorite_programs .modal-dialog-centered .modal-content .modal-wrapper {
    height: 575px;
  }
}
@media screen and (max-width: 767px) {
  #favorite_programs .modal-dialog-centered {
    max-width: 482px;
    height: 370px;
  }
}
@media screen and (min-width: 768px) {
  #favorite_programs .modal-dialog-centered {
    max-width: 700px;
    width: 100%;
    height: 610px;
  }
}
@media screen and (min-width: 992px) {
  #favorite_programs .modal-dialog-centered {
    max-width: 960px;
    height: 575px;
  }
}
#favorite_programs .modal-dialog-centered .modal-content {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #favorite_programs .modal-dialog-centered .modal-content {
    max-width: 370px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #favorite_programs .modal-dialog-centered .modal-content {
    width: 100%;
    max-width: 700px;
    height: 610px;
  }
}
@media screen and (min-width: 992px) {
  #favorite_programs .modal-dialog-centered .modal-content {
    max-width: 960px;
    height: 575px;
  }
}
#favorite_programs .modal-dialog-centered .modal-content .modal-header {
  border: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 8px;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-header button {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003057;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  top: initial;
  right: initial;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-header button i:before {
  color: #003057;
  font-size: 16px;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  #favorite_programs .modal-dialog-centered .modal-content .modal-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .view-flag-bookmark .view-content .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .view-flag-bookmark .view-content .views-row .views-field-link-flag {
  margin-right: 10px;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .view-flag-bookmark .view-content .views-row .views-field-link-flag .flag a {
  font-size: 0;
  text-decoration: none;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .view-flag-bookmark .view-content .views-row .views-field-link-flag .flag a:before {
  content: "\f2d3";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #003057;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .view-flag-bookmark .view-content .views-row .views-field-title a {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #003057;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (min-width: 768px) {
  #favorite_programs .modal-dialog-centered .modal-content .modal-body .view-flag-bookmark .view-content .views-row .views-field-title a {
    padding-left: 30px;
    font-size: 24px;
    line-height: 34px;
  }
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .modal-title {
  font-family: "open_sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #404A5A;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-programs-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (min-width: 768px) {
  #favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-programs-wrapper {
    height: 535px;
    overflow: auto;
    padding-right: 30px;
    border-right: 2px solid #D6D5DA;
  }
}
@media screen and (min-width: 992px) {
  #favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-programs-wrapper {
    height: 505px;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  #favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper::before {
    content: ""; /* Required to generate the pseudo-element */
    display: block; /* Makes the pseudo-element a block-level element */
    height: 3px; /* Thickness of the line */
    background-color: #003057; /* Color of the line */
    margin: 20px 0; /* Space above and below the line */
    /*position: absolute;*/ /* Position it relative to .modal-body */
    left: 0; /* Align it with the left edge */
    right: 0; /* Align it with the right edge */
    top: 50%; /* Position vertically in the center for column layout */
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 30px;
  }
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (min-width: 768px) {
  #favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper {
    padding-left: 30px;
    height: 505px;
    /*overflow-y: auto;
    overflow-x: hidden;
    #comment out to fix horizontal rule in the desktop view
    */
  }
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-text,
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-email,
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-tel {
  border: 2px solid #404A5A;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 11px 20px;
  width: 100%;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-text:focus,
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-email:focus,
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-tel:focus {
  outline: 2px solid #003057;
  outline-offset: 0;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-tel {
  margin-bottom: 10px;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-actions {
  margin-bottom: 0;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-actions .button:hover, #favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-actions .button:focus {
  border-color: #20AEC5;
  background: #20AEC5;
  color: #003057;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .form-item {
  margin-bottom: 20px;
}
#favorite_programs .modal-dialog-centered .modal-content .modal-body .favorite-email-wrapper .view-flag-bookmark.view-display-id-block_2 {
  display: none;
}

.cq-wcm-foundation-aria-description {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: -10px;
}

.cq-wcm-foundation-aria-visuallyhidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: -10px;
}

.smarttable table.table {
  clear: both;
  margin-bottom: 6px !important;
  max-width: none !important;
}
.smarttable table.table thead .sorting, .smarttable table.table thead .sorting_asc, .smarttable table.table thead .sorting_desc, .smarttable table.table thead .sorting_asc_disabled, .smarttable table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-color: #003057 !important;
  vertical-align: middle !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 10px 22px 10px 15px !important;
}
.smarttable table.table thead .sorting span, .smarttable table.table thead .sorting_asc span, .smarttable table.table thead .sorting_desc span, .smarttable table.table thead .sorting_asc_disabled span, .smarttable table.table thead .sorting_desc_disabled span {
  color: #fff !important;
  font-family: "open_sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}
.smarttable table.table thead .sorting {
  background: url("/themes/custom/odu/images/datatables/sort_both.png") no-repeat center right;
}
.smarttable table.table thead .sorting_asc {
  background: url("/themes/custom/odu/images/datatables/sort_asc.png") no-repeat center right;
}
.smarttable table.table thead .sorting_desc {
  background: url("/themes/custom/odu/images/datatables/sort_desc.png") no-repeat center right;
}
.smarttable table.table thead .sorting_asc_disabled {
  background: url("/themes/custom/odu/images/datatables/sort_asc_disabled.png") no-repeat center right;
}
.smarttable table.table thead .sorting_desc_disabled {
  background: url("/themes/custom/odu/images/datatables/sort_desc_disabled.png") no-repeat center right;
}

table.dataTable.table thead {
  cursor: pointer;
  *cursor: hand;
  background-color: #003057 !important;
  vertical-align: middle !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 10px 22px 10px 15px !important;
}
table.dataTable.table thead span {
  color: #fff !important;
  font-family: "open_sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

.dataTables_paginate a, .dataTables_paginate .ellipsis {
  margin-right: 8px;
  cursor: pointer;
  *cursor: hand;
}

.block-org-chart-block {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.block-org-chart-block h2 {
  background: #003057;
  margin-left: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "open_sans", Arial, sans-serif;
  letter-spacing: 1px;
}
.block-org-chart-block ul.org-chart-tree {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.block-org-chart-block ul.org-chart-tree li {
  display: block;
  line-height: 1.3;
  padding: 9px 0;
  vertical-align: middle;
  margin-left: 38px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.block-org-chart-block ul.org-chart-tree li a {
  text-decoration: none;
}
.block-org-chart-block ul.org-chart-tree li a:hover, .block-org-chart-block ul.org-chart-tree li a:focus, .block-org-chart-block ul.org-chart-tree li a .tabfocus {
  text-decoration: underline;
}
.block-org-chart-block ul.org-chart-tree li:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: -20px;
  background: #003057;
}
.block-org-chart-block ul.org-chart-tree li:after {
  content: "";
  display: block;
  background: #003057;
  position: absolute;
  top: 20px;
  left: -15px;
  width: 2px;
  height: 100%;
}
.block-org-chart-block ul.org-chart-tree li:last-of-type:before {
  background: #20AEC5;
}
.block-org-chart-block ul.org-chart-tree li:last-of-type:after {
  height: 0;
}
.block-org-chart-block ul.org-chart-children {
  position: relative;
  margin: 0;
  padding: 15px 20px 5px;
  list-style: none;
}
.block-org-chart-block ul.org-chart-children:before {
  background: #D6D5DA;
  position: absolute;
  top: 0;
  left: 18px;
  width: calc(100% - 36px);
  height: 2px;
  content: "";
  display: block;
}
.block-org-chart-block ul.org-chart-children li {
  display: block;
  line-height: 1.3;
  padding: 9px 0;
  vertical-align: middle;
  margin-left: 38px;
  position: relative;
  font-size: 14px;
}
.block-org-chart-block ul.org-chart-children li a {
  text-decoration: none;
}
.block-org-chart-block ul.org-chart-children li a:hover, .block-org-chart-block ul.org-chart-children li a:focus, .block-org-chart-block ul.org-chart-children li a .tabfocus {
  text-decoration: underline;
}
.block-org-chart-block ul.org-chart-children li:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: -20px;
  background: #D6D5DA;
}
.block-org-chart-block ul.org-chart-children li:after {
  content: "";
  width: 2px;
  background: #D6D5DA;
  top: 20px;
  left: -16px;
  height: 100%;
  display: block;
  position: absolute;
}
.block-org-chart-block ul.org-chart-children li:first-of-type:after {
  top: -15px;
  height: calc(100% + 30px);
}
.block-org-chart-block ul.org-chart-children li:last-of-type:after {
  height: 0;
}
.block-org-chart-block .no-term-selected {
  padding: 0 20px;
  font-size: 16px;
}
/*# sourceMappingURL=../sourcemaps/global.css.map */
