@charset "UTF-8";
/*!
Theme Name: test
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: test
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

test is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*!
Theme Name: test
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: test
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

test is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.font-caption {
  font-size: 12px; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: initial; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #0F4D81;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #0F4D81;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #F7F8FB;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

h1,
h2,
#main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date,
h3,
h4,
h5,
h6,
.heading-wrap.flag h3 {
  clear: both;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #0F4D81; }

h1,
h2,
#main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, h3 {
  margin-bottom: 50px; }
  @media (max-width: 576px) {
    h1,
    h2,
    #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, h3 {
      margin-bottom: 30px; } }

h1, h1 a {
  font-size: 56px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    h1, h1 a {
      font-size: 36px; } }
  @media screen and (max-width: 576px) {
    h1, h1 a {
      font-size: 22px; } }

.h1__size {
  font-size: 56px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .h1__size {
      font-size: 36px; } }
  @media screen and (max-width: 576px) {
    .h1__size {
      font-size: 22px; } }


h2,
#main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, h2 a, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date a {
  font-size: 36px;
  font-weight: 700;
  color: #263541; }
  @media screen and (max-width: 768px) {
    
    h2,
    #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, h2 a, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date a {
      font-size: 36px; } }
  @media screen and (max-width: 576px) {
    
    h2,
    #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, h2 a, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date a {
      font-size: 22px; } }

.h2__size {
  font-size: 36px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .h2__size {
      font-size: 36px; } }
  @media screen and (max-width: 576px) {
    .h2__size {
      font-size: 22px; } }

h3, h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #263541; }
  @media screen and (max-width: 768px) {
    h3, h3 a {
      font-size: 24px; } }
  @media screen and (max-width: 576px) {
    h3, h3 a {
      font-size: 22px; } }

.h3__size {
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .h3__size {
      font-size: 24px; } }
  @media screen and (max-width: 576px) {
    .h3__size {
      font-size: 22px; } }

h4, h4 a {
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 576px) {
    h4, h4 a {
      font-size: 22px; } }

h5, h4 a {
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 576px) {
    h5, h4 a {
      font-size: 22px; } }


h6,
.heading-wrap.flag h3, h6 a, .heading-wrap.flag h3 a {
  font-size: 20px;
  font-weight: 700; }
  @media screen and (max-width: 576px) {
    
    h6,
    .heading-wrap.flag h3, h6 a, .heading-wrap.flag h3 a {
      font-size: 22px; } }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: white;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

abbr,
acronym {
  border-bottom: 1px dotted #0F4D81;
  cursor: help; }

mark,
ins {
  background: #F7F8FB;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth; }

body {
  background: white;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 0;
  color: #4C5263; }

p {
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #4C5263;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 576px) {
    p {
      font-size: 16px; } }

li, ol, ul {
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 576px) {
    li, ol, ul {
      font-size: 16px; } }

section {
  max-width: 1366px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto; }

#primary {
  padding-top: 40px; }
  @media screen and (max-width: 576px) {
    #primary {
      padding-top: 0px; } }

#main {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    #main {
      padding-left: 15px;
      padding-right: 15px; } }

#main-left {
  padding-left: 0px;
  padding-right: 0px; }

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

hr {
  background-color: #0F4D81;
  border: 0;
  height: 5px;
  margin-bottom: 1.5em; }

ul {
  margin-left: 0;
  padding-left: 15px;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #0F4D81; }

ol {
  margin-left: 0px;
  padding-left: 15px;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #0F4D81; }
  ol li {
    list-style: auto; }
    ol li::before {
      content: ""; }
    ol li::marker {
      color: #C2185B;
      font-weight: 600; }
  ol.counter {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0; }
    ol.counter li {
      display: table;
      counter-increment: item;
      margin-bottom: 0.6em; }
    ol.counter li:before {
      content: counters(item, ".") " ";
      display: table-cell;
      padding-right: 0.6em;
      font-size: 16px;
      font-weight: 600;
      color: #C2185B;
      width: 20px; }
    ol.counter li li {
      margin: 0; }
    ol.counter ol {
      counter-reset: item;
      margin: 0;
      margin-top: 10px;
      margin-bottom: 10px; }
      ol.counter ol li:before {
        content: counters(item, ".") " ";
        width: 35px; }

li {
  color: #4C5263;
  list-style: none;
  line-height: 24px; }
  li a {
    margin-right: 10px; }

li + li {
  margin-top: 10px; }
  @media screen and (max-width: 576px) {
    li + li {
      margin-top: 5px; } }

li:before {
  content: "· ";
  font-size: 54px;
  vertical-align: text-bottom;
  color: #0F4D81; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

dd {
  margin: 0 1.5em 1.5em;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

ul::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

ul::-webkit-scrollbar-thumb {
  background: #EFCA77; }

ul::-webkit-scrollbar-corner {
  display: none; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 35px 0px #0f4e8125; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  margin-top: 20px;
  width: 100%;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-collapse: separate;
  border-spacing: 0 0.5rem; }
  table thead {
    background-color: #0F4D81;
    box-shadow: 5px 5px 35px 0px #0f4e8125; }
    table thead tr th {
      padding: 10px 30px;
      color: #F7F8FB;
      font-size: 16px;
      font-weight: 400;
      border-left: 1px solid #F7F8FB;
      line-height: 1rem; }
      table thead tr th:first-of-type {
        border: none; }
  table tbody {
    background-color: transparent; }
    table tbody tr {
      box-shadow: 5px 5px 35px 0px #0f4e8125;
      background-color: white;
      border-radius: 10px; }
      table tbody tr td {
        padding: 20px 30px;
        font-size: 16px;
        vertical-align: top; }
        table tbody tr td ul {
          margin-top: 0 !important;
          margin-bottom: 0; }
          table tbody tr td ul li {
            margin-top: 0; }
            table tbody tr td ul li:before {
              color: #C2185B; }

#main #main-left {
  z-index: 1066; }

#gu__header-dsk, #gu__header-mbl, #jump-to-mobile, #areas-of-study-mblslide, #quick-link-mblnav {
  z-index: 9999; }

#gu__header-bar, #header_search_form_pop {
  z-index: 10000; }

#gu__header-bar .wrap .col.left li .dropdown-menu {
  z-index: 10001; }

/* Links
--------------------------------------------- */
a {
  color: #C2185B;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  cursor: pointer;
  transition: ease 0.3s;
  text-decoration: none; }
  a:hover, a:active {
    outline: 0; }
  a:hover {
    color: #69AADB; }
  a:hover i {
    color: #69AADB; }
  a i {
    transition: ease 0.3s; }

i {
  color: #0F4D81;
  font-size: 16px;
  font-style: normal; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #0F4D81;
  border-radius: 10px;
  background: #0F4D81;
  color: #F7F8FB;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  transition: ease 0.3s;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #E0E1E8;
    background-color: #E0E1E8;
    color: #0F4D81; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #0F4D81; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #4C5263;
  border: none;
  border-radius: 3px;
  padding: 3px;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #898E9C;
    outline: none; }

input[type="search"] {
  height: 54px; }

select {
  border: 1px solid #F7F8FB; }

textarea {
  width: 100%; }

input[type="search"] {
  width: 100%;
  box-shadow: none;
  border-radius: 0px 10px 10px 0px;
  color: #4C5263;
  background-color: #F7F8FB;
  padding-right: 20px;
  padding-left: 10px; }

.input-group-text {
  background-color: white;
  border: none;
  border-radius: 10px 0px 0px 10px;
  padding-left: 20px;
  background-color: #F7F8FB; }
  .input-group-text i {
    color: #4C5263;
    font-size: 15px; }

.search-input-wrap {
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  border-radius: 10px; }

input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #898E9C;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  height: 14px;
  width: 14px;
  min-width: 14px; }

input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
  content: '✓';
  width: 1px;
  height: 1px;
  border-radius: 2px;
  position: absolute;
  top: -3px;
  left: 3px;
  font-size: 14px; }

input[type="checkbox"]:checked, input[type="radio"]:checked {
  background-color: transparent;
  color: #C2185B;
  border: 1px solid #C2185B; }

/* Important Classes for structure */
#main-left {
  z-index: 2;
  padding-right: 30px; }
  @media (max-width: 992px) {
    #main-left {
      padding-right: 0; } }

.the_content {
  font-size: 18px;
  color: #4C5263; }
  @media screen and (max-width: 576px) {
    .the_content {
      font-size: 16px;
      overflow-x: auto; } }
  .the_content ul {
    list-style: none;
    border-left: 5px solid #69AADB;
    padding: 0 0 0 20px;
    margin-top: 20px; }
    .the_content ul ul {
      border: none;
      margin-bottom: 20px; }
      .the_content ul ul li:before {
        content: "· ";
        font-size: 54px;
        vertical-align: text-bottom;
        color: #0F4D81; }
    .the_content ul li {
      color: #4C5263;
      list-style: none;
      line-height: 20px; }
      .the_content ul li a {
        margin-right: 10px; }
    .the_content ul li + li {
      margin-top: 10px; }
      @media screen and (max-width: 576px) {
        .the_content ul li + li {
          margin-top: 5px; } }
    .the_content ul li:before {
      content: ""; }
  .the_content img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 350px;
    display: block; }
  .the_content h2, .the_content #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .the_content .date {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 10px; }
  .the_content h3 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #263541; }
  .the_content h4 {
    font-size: 26px;
    color: #263541; }
  .the_content h5 {
    font-size: 24px;
    color: #263541; }
  .the_content h6, .the_content .heading-wrap.flag h3, .heading-wrap.flag .the_content h3 {
    font-size: 22px;
    color: #263541; }
  .the_content iframe {
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 35px 0px #0f4e8125; }
  .the_content hr {
    background-color: #69AADB;
    border: 0;
    height: 5px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    opacity: 1; }
  .the_content .gform_wrapper {
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #F7F8FB;
    margin-top: 50px;
    margin-bottom: 10px; }

.main-content-simple {
  color: #4C5263; }

.content-wrap {
  padding-left: 30px;
  padding-right: 30px; }

.more-info {
  font-size: 16px;
  font-weight: 700;
  color: #C2185B;
  text-transform: uppercase;
  transition: ease 0.3s; }
  .more-info i {
    color: #C2185B;
    margin-left: 5px;
    font-size: 16px !important; }
  .more-info a {
    transition: ease 0.3s;
    color: #C2185B; }
    .more-info a:hover {
      color: #69AADB; }
  .more-info:hover {
    color: #69AADB; }

.module-heading {
  margin-bottom: 3rem; }

.sec-wrap {
  margin-bottom: 80px; }

.mb-sec {
  margin-bottom: 80px; }

.mt-sec {
  margin-top: 80px; }

.gu_btn_dropdown .dropdown-toggle {
  border: none;
  background-color: #EFCA77; }

.gu_btn_dropdown .dropdown-menu {
  width: 400px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
  border: none;
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  border-radius: 15px;
  display: none; }
  .gu_btn_dropdown .dropdown-menu a {
    background-color: transparent; }
    .gu_btn_dropdown .dropdown-menu a:hover {
      color: #4C5263; }

.gu__btn, #main #right-sidebar .quick-links a.pink-btn, #main #right-sidebar .quick-links a.blue-btn, #main #right-sidebar .quick-links a.pinkborder-btn, #main #right-sidebar .quick-links a.blueborder-btn, .btn-primary {
  background-color: #0F4D81;
  color: #F7F8FB;
  border: 2px solid #0F4D81;
  padding: 12px 22px 12px 22px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
  width: fit-content;
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  transition: ease 0.3s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 16px; }
  .gu__btn:hover, #main #right-sidebar .quick-links a.pink-btn:hover, #main #right-sidebar .quick-links a.blue-btn:hover, #main #right-sidebar .quick-links a.pinkborder-btn:hover, #main #right-sidebar .quick-links a.blueborder-btn:hover, .btn-primary:hover {
    background-color: white;
    color: #0F4D81;
    border-color: #0F4D81; }

.gu__btn-white {
  background-color: white;
  color: #0F4D81; }
  .gu__btn-white:hover {
    background-color: #0F4D81;
    color: white; }

.gu__btn-pink, #main #right-sidebar .quick-links a.pink-btn {
  background-color: #C2185B;
  border-color: #C2185B;
  color: white; }
  .gu__btn-pink:hover, #main #right-sidebar .quick-links a.pink-btn:hover {
    background-color: transparent;
    color: #C2185B;
    border-color: #C2185B; }

.gu__btn-pink-to-white {
  background-color: #C2185B;
  border-color: #C2185B;
  color: white; }
  .gu__btn-pink-to-white:hover {
    background-color: transparent;
    color: white;
    border-color: white; }

.gu__btn-trans, #main #right-sidebar .quick-links a.blueborder-btn {
  background-color: transparent;
  color: #0F4D81; }
  .gu__btn-trans:hover, #main #right-sidebar .quick-links a.blueborder-btn:hover {
    background-color: #0F4D81;
    color: white; }

.gu__btn-transPink, #main #right-sidebar .quick-links a.pinkborder-btn {
  background-color: transparent;
  border-color: #C2185B;
  color: #C2185B; }
  .gu__btn-transPink:hover, #main #right-sidebar .quick-links a.pinkborder-btn:hover {
    background-color: #C2185B;
    border-color: #C2185B;
    color: white; }

.gu__yellow-hover {
  background-color: transparent;
  border-color: none;
  color: #EFCA77;
  padding: 0; }
  .gu__yellow-hover:hover {
    background-color: transparent;
    color: #69AADB; }

.gu__white-hover {
  background-color: transparent;
  border-color: none;
  color: white;
  padding: 0; }
  .gu__white-hover:hover {
    background-color: transparent;
    color: #69AADB; }

.gu__blue-hover {
  background-color: transparent;
  border-color: none;
  color: #0F4D81;
  padding: 0; }
  .gu__blue-hover:hover {
    background-color: transparent;
    color: #69AADB; }

.gu__dark-hover {
  color: #263541; }
  .gu__dark-hover:hover {
    background-color: transparent;
    color: #69AADB !important; }
    .gu__dark-hover:hover i {
      color: #69AADB !important; }

.bubble-tags {
  margin-bottom: 40px;
  flex-wrap: wrap; }
  .bubble-tags a {
    background-color: #69AADB;
    color: #F7F8FB;
    border-radius: 5px;
    padding: 5px 20px;
    margin-right: 20px; }
    .bubble-tags a:hover {
      opacity: 0.7; }

.main-br-wrap.br__blue {
  background-color: #ddecf959; }

.force-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.highlight {
  background-color: yellow; }

#primary {
  max-width: 1366px;
  margin: auto; }

.row {
  padding: 0px; }

section {
  padding-left: 30px;
  padding-right: 30px; }

.sec-wrap {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1366px;
  margin: auto; }

.vert-spacer-50 {
  height: 50px;
  background-color: transparent; }

::-webkit-scrollbar {
  width: 4px;
  border: 3px solid transparent; }

::-webkit-scrollbar-thumb {
  background-color: #0678B3;
  background-clip: padding-box;
  border-radius: 5px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

/* Buttons */
::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  border-style: solid;
  height: 5px;
  width: 5px; }

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent; }

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent; }

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: transparent; }

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: transparent; }

.pagination i {
  font-size: 16px;
  color: #0F4D81;
  line-height: 10px; }

.pagination a {
  color: #263541;
  font-weight: 400; }
  .pagination a:hover {
    color: #C2185B; }

.pagination .nav-links {
  margin: auto;
  display: flex;
  align-items: center; }
  .pagination .nav-links .page-numbers {
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none;
    font-size: 18px; }
  .pagination .nav-links .page-numbers.dots {
    color: #4C5263; }
  .pagination .nav-links .page-numbers.current {
    color: #C2185B;
    font-weight: 400; }

.gform-body input[type=text] {
  margin-bottom: 0; }

.gform-body input[type=submit] {
  background-color: #C2185B;
  color: #F7F8FB; }

.gform-body textarea {
  margin-bottom: 0; }

#gu__header-mbl.jump-to, #header_search_form_pop.jump-to {
  top: 42px !important; }

#gu__header-mbl.mbl-top {
  top: 0 !important; }

.form_page .form_question.form_header .form_label {
  margin-top: 50px;
  background-color: #0F4D81;
  color: white;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  font-size: 20px; }

.form_page .form_question label {
  margin-top: 10px; }

.form_page .form_question .form_responses input {
  padding: 10px;
  height: 40px;
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  color: #4C5263; }

.form_page .form_question .form_responses select {
  height: 40px;
  border: 1px solid #F7F8FB;
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  color: #4C5263; }
  .form_page .form_question .form_responses select:focus {
    outline: 2px solid #69AADB;
    border-radius: 3px; }

.form_page .form_question .form_responses textarea {
  padding: 10px;
  max-width: 500px;
  color: #4C5263;
  border: none;
  border-radius: 3px;
  font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  box-shadow: 5px 5px 35px 0px #0f4e8125; }
  .form_page .form_question .form_responses textarea:focus {
    color: #898E9C;
    outline: none; }

.form_button_submit {
  background-color: #0F4D81;
  color: #F7F8FB;
  border: 2px solid #0F4D81;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  width: 250px;
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  transition: ease 0.3s;
  text-align: center;
  margin-top: 30px; }
  .form_button_submit:hover {
    background-color: white;
    color: #0F4D81; }

.gform_confirmation_message {
  color: #EFCA77;
  text-align: left; }

.social-share {
  align-items: center; }
  @media screen and (max-width: 576px) {
    .social-share {
      padding-top: 10px; } }
  .social-share div {
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px; }
    @media screen and (max-width: 576px) {
      .social-share div {
        font-size: 18px; } }
  .social-share a {
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%; }
    @media screen and (max-width: 576px) {
      .social-share a {
        width: 26px;
        height: 26px; } }
    .social-share a:hover {
      background-color: #898E9C; }
    .social-share a i {
      color: white;
      margin-bottom: -5px;
      font-size: 18px; }
      .social-share a i.bi-play-fill {
        font-size: 22px;
        margin-left: 2px; }
      @media screen and (max-width: 576px) {
        .social-share a i {
          font-size: 14px;
          margin-bottom: -3px; } }
    .social-share a img {
      max-width: 18px;
      height: auto;
      border-radius: 0;
      filter: brightness(0) invert(1); }
      .social-share a img.gu {
        max-width: 22px; }
      @media screen and (max-width: 576px) {
        .social-share a img {
          max-width: 14px;
          max-height: 16px; } }
  .social-share.white-br a {
    background-color: #69AADB;
    transition: ease 0.3s; }
    .social-share.white-br a:hover {
      background-color: #898E9C; }

.dark {
  color: #263541; }

.heading-wrap.flag {
  border-bottom: 5px solid #0F4D81;
  margin-bottom: 40px; }
  .heading-wrap.flag h3 {
    padding: 10px 30px 5px 30px;
    background-color: #0F4D81;
    color: white;
    width: fit-content;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0; }

@keyframes flickerAnimation {
  /* flame pulses */
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.loading {
  opacity: 1;
  animation: flickerAnimation 1s infinite; }

.slick-it-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }

.slick-it-in.slick-initialized {
  visibility: visible;
  opacity: 1; }

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */ }

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links 
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important; }

#jump-to-mobile {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%; }
  #jump-to-mobile #close-mbl {
    background-color: #C2185B;
    color: #F7F8FB;
    text-align: center;
    padding: 10px 10px;
    font-size: 14px;
    transition: ease 0.3s;
    box-shadow: 5px 5px 35px 0px #0f4e8125;
    display: flex;
    justify-content: center;
    max-width: 100%; }
    #jump-to-mobile #close-mbl .icon-wrap i {
      color: #F7F8FB;
      margin: 0px;
      font-size: 14px;
      margin-left: 5px; }
  #jump-to-mobile .side-nav {
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 35px 0px #0f4e8125;
    padding: 10px;
    top: -1px;
    display: none; }
    #jump-to-mobile .side-nav .header {
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px; }
      #jump-to-mobile .side-nav .header i.back {
        color: #C2185B;
        text-transform: uppercase;
        letter-spacing: 2px; }
      #jump-to-mobile .side-nav .header img {
        width: 120px;
        height: auto;
        border-radius: 1000px;
        margin-top: 15px;
        margin-bottom: 25px; }
      #jump-to-mobile .side-nav .header p {
        margin-bottom: 0px; }
      #jump-to-mobile .side-nav .header h3 {
        margin-bottom: 0px; }
    #jump-to-mobile .side-nav .body {
      padding: 15px;
      padding-top: 0px; }
      #jump-to-mobile .side-nav .body .course-tax {
        font-weight: 700;
        font-size: 16px; }
      #jump-to-mobile .side-nav .body .details {
        font-weight: 700; }
      #jump-to-mobile .side-nav .body p {
        margin-bottom: 0px;
        line-height: 1rem;
        margin: auto; }
      #jump-to-mobile .side-nav .body a {
        color: #4C5263; }
    #jump-to-mobile .side-nav .link-wrap {
      margin-top: 10px;
      padding-left: 3px; }
      #jump-to-mobile .side-nav .link-wrap a {
        text-decoration: none; }
      #jump-to-mobile .side-nav .link-wrap i {
        margin-right: 15px;
        color: #4C5263; }
      #jump-to-mobile .side-nav .link-wrap p {
        font-size: 16px;
        margin-bottom: 0px;
        width: 100%;
        height: 20px;
        color: #4C5263; }
      #jump-to-mobile .side-nav .link-wrap p.email {
        word-break: break-all;
        margin-bottom: 20px; }
      #jump-to-mobile .side-nav .link-wrap .op-hide::before {
        opacity: 0; }
    #jump-to-mobile .side-nav .link-wrap.active {
      color: #C2185B; }
      #jump-to-mobile .side-nav .link-wrap.active p, #jump-to-mobile .side-nav .link-wrap.active i {
        color: #C2185B; }
    #jump-to-mobile .side-nav .footer {
      padding-bottom: 10px;
      padding-left: 10px; }
      #jump-to-mobile .side-nav .footer a.more {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #C2185B;
        padding-left: 5px; }
        #jump-to-mobile .side-nav .footer a.more i {
          color: #C2185B;
          padding-left: 5px; }
  #jump-to-mobile .quick-links {
    padding-left: 15px;
    margin-top: 30px; }
    #jump-to-mobile .quick-links h3 {
      color: #898E9C;
      margin-bottom: 20px; }
    #jump-to-mobile .quick-links a {
      color: #0F4D81;
      display: block;
      margin-bottom: 20px;
      text-decoration: underline; }
  #jump-to-mobile .side-nav.is-pinned #close-mbl {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px; }

#featured_image_slider {
  overflow: hidden; }
  @media (max-width: 920px) {
    #featured_image_slider {
      margin-top: 80px; } }
  @media (max-width: 768px) {
    #featured_image_slider {
      margin-top: 80px;
      max-height: 450px;
      min-height: 450px; } }
  @media (max-width: 576px) {
    #featured_image_slider {
      max-height: 350px;
      min-height: 350px;
      margin-top: 80px; } }
  #featured_image_slider .sep {
    display: none; }
  #featured_image_slider.no-featured .carousel-indicators #breadcrumb a, #featured_image_slider.no-featured .carousel-indicators .info-wrap h1 {
    color: #263541; }
  #featured_image_slider.no-featured .carousel-indicators #breadcrumb p {
    color: #0F4D81; }
    #featured_image_slider.no-featured .carousel-indicators #breadcrumb p.seperator {
      color: #263541; }
  #featured_image_slider.no-featured .carousel-indicators #breadcrumb #gu-breadcrumb a.home-title {
    border-bottom: 1px solid white;
    text-decoration: none; }
  #featured_image_slider.no-featured .carousel-indicators .info-wrap #contact-info-top i {
    color: #69AADB; }
  #featured_image_slider.no-featured .carousel-indicators .info-wrap #contact-info-top p {
    color: #263541;
    transition: ease 0.3s; }
    #featured_image_slider.no-featured .carousel-indicators .info-wrap #contact-info-top p:hover {
      color: #69AADB; }
  #featured_image_slider.no-featured .carousel-indicators .info-wrap .excerpt {
    max-width: 680px;
    color: #263541; }
  #featured_image_slider.no-featured .carousel-indicators .info-wrap .type, #featured_image_slider.no-featured .carousel-indicators .info-wrap .department-type {
    color: #263541; }
    #featured_image_slider.no-featured .carousel-indicators .info-wrap .type a, #featured_image_slider.no-featured .carousel-indicators .info-wrap .department-type a {
      color: #263541; }
  #featured_image_slider.no-featured .carousel-indicators .info-wrap .directory {
    color: #0F4D81; }
    #featured_image_slider.no-featured .carousel-indicators .info-wrap .directory a {
      color: #0F4D81; }
  #featured_image_slider.no-featured::after {
    background-color: #F7F8FB; }
  #featured_image_slider.no-featured.hero-br-default::after {
    background-color: #F7F8FB; }
  #featured_image_slider.no-featured.hero-br-lightgray::after {
    background-color: #E0E1E8; }
  #featured_image_slider.no-featured.hero-br-blue::after {
    background-color: #0F4D81; }
  #featured_image_slider.no-featured.hero-br-darkblue::after {
    background-color: #213A5E; }
  #featured_image_slider.no-featured.hero-br-darkgray::after {
    background-color: #4C5263; }
  #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators #breadcrumb a, #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap h1 {
    color: white; }
  #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators #breadcrumb p {
    color: white; }
    #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators #breadcrumb p.seperator {
      color: #EFCA77; }
  #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap #contact-info-top i {
    color: #EFCA77; }
  #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap #contact-info-top p {
    color: white;
    transition: ease 0.3s; }
    #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap #contact-info-top p:hover {
      color: #EFCA77; }
  #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap .excerpt {
    max-width: 680px;
    color: white; }
  #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap .type, #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap .department-type {
    color: white; }
    #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap .type a, #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap .department-type a {
      color: white; }
  #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap .directory {
    color: white; }
    #featured_image_slider.no-featured:not(.hero-br-default):not(.hero-br-lightgray):not(.hero-br-buff) .carousel-indicators .info-wrap .directory a {
      color: white; }
  #featured_image_slider.no-featured.hero-br-buff::after {
    background-color: #EFCA77; }
  #featured_image_slider.no-featured.hero-br-buff .carousel-indicators #breadcrumb a, #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap h1 {
    color: #263541; }
  #featured_image_slider.no-featured.hero-br-buff .carousel-indicators #breadcrumb p {
    color: #263541; }
    #featured_image_slider.no-featured.hero-br-buff .carousel-indicators #breadcrumb p.seperator {
      color: #69AADB; }
  #featured_image_slider.no-featured.hero-br-buff .carousel-indicators #breadcrumb #gu-breadcrumb a.home-title {
    border-bottom: 1px solid #69AADB;
    text-decoration: none; }
  #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap #contact-info-top i {
    color: #69AADB; }
  #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap #contact-info-top p {
    color: #263541;
    transition: ease 0.3s; }
    #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap #contact-info-top p:hover {
      color: #69AADB; }
  #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap .excerpt {
    max-width: 680px;
    color: white; }
  #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap .type, #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap .department-type {
    color: white; }
    #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap .type a, #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap .department-type a {
      color: white; }
  #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap .directory {
    color: white; }
    #featured_image_slider.no-featured.hero-br-buff .carousel-indicators .info-wrap .directory a {
      color: white; }
  #featured_image_slider.no-featured .sep {
    display: block;
    padding-left: 30px;
    padding-right: 30px; }
    #featured_image_slider.no-featured .sep hr {
      max-width: 1366px;
      margin: auto; }
  #featured_image_slider img.wavy-right {
    position: absolute;
    right: -80px;
    bottom: -30px;
    z-index: -1;
    box-shadow: none; }
    @media (max-width: 768px) {
      #featured_image_slider img.wavy-right {
        right: -280px;
        bottom: 0px; } }
    @media (max-width: 576px) {
      #featured_image_slider img.wavy-right {
        right: -200px; } }
  #featured_image_slider img.wavy-left {
    position: absolute;
    left: -480px;
    top: -30px;
    z-index: -1;
    box-shadow: none; }
    @media (max-width: 768px) {
      #featured_image_slider img.wavy-left {
        left: -380px;
        top: 60px; } }
    @media (max-width: 576px) {
      #featured_image_slider img.wavy-left {
        left: -200px;
        top: 150px; } }
  #featured_image_slider .carousel-indicators {
    justify-content: left;
    top: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1366px;
    margin: auto;
    align-content: space-between; }
    @media (max-width: 768px) {
      #featured_image_slider .carousel-indicators {
        padding-bottom: 60px; } }
    @media (max-width: 576px) {
      #featured_image_slider .carousel-indicators {
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
        align-content: flex-end; } }
    #featured_image_slider .carousel-indicators #breadcrumb {
      width: 100%;
      margin-top: 0;
      color: white;
      max-width: 1366px;
      -webkit-font-smoothing: initial; }
      @media (max-width: 576px) {
        #featured_image_slider .carousel-indicators #breadcrumb {
          display: none !important; } }
      #featured_image_slider .carousel-indicators #breadcrumb a {
        color: white;
        -webkit-font-smoothing: initial;
        font-weight: 600;
        transition: ease 0.3s; }
        #featured_image_slider .carousel-indicators #breadcrumb a:hover {
          color: #69AADB; }
      #featured_image_slider .carousel-indicators #breadcrumb p {
        color: #EFCA77;
        margin-bottom: 5px;
        font-family: "ProximaNova", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        -webkit-font-smoothing: initial;
        font-weight: 600; }
        #featured_image_slider .carousel-indicators #breadcrumb p.seperator {
          color: white; }
      #featured_image_slider .carousel-indicators #breadcrumb #gu-breadcrumb {
        flex-wrap: wrap; }
        #featured_image_slider .carousel-indicators #breadcrumb #gu-breadcrumb .crumb-wrap {
          display: flex; }
        #featured_image_slider .carousel-indicators #breadcrumb #gu-breadcrumb #show-crumbs i {
          background-color: #EFCA77;
          border-radius: 3px;
          padding: 0px 5px;
          font-size: 15px; }
      #featured_image_slider .carousel-indicators #breadcrumb.dark a {
        color: #EFCA77; }
        #featured_image_slider .carousel-indicators #breadcrumb.dark a:hover {
          color: #69AADB; }
      #featured_image_slider .carousel-indicators #breadcrumb.dark p, #featured_image_slider .carousel-indicators #breadcrumb.dark p.seperator {
        color: #263541; }
    #featured_image_slider .carousel-indicators .tooltip.show {
      opacity: 1; }
    #featured_image_slider .carousel-indicators .tooltip-inner {
      background-color: #EFCA77;
      color: #263541;
      font-family: "ProximaNova-SB", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      opacity: 1 !important; }
    #featured_image_slider .carousel-indicators .tooltip.bs-tooltip-top .tooltip-arrow::before {
      border-top-color: #EFCA77 !important; }
    #featured_image_slider .carousel-indicators #breadcrumb {
      margin-top: 30px; }
    #featured_image_slider .carousel-indicators .info-wrap {
      width: 100%;
      max-width: 1366px;
      margin: 0 auto;
      z-index: 3;
      padding-bottom: 10px; }
      #featured_image_slider .carousel-indicators .info-wrap .directory {
        width: 100%;
        margin-bottom: 0px;
        color: #EFCA77;
        font-size: 22px; }
        #featured_image_slider .carousel-indicators .info-wrap .directory i {
          color: #898E9C; }
        #featured_image_slider .carousel-indicators .info-wrap .directory a {
          color: #EFCA77; }
      #featured_image_slider .carousel-indicators .info-wrap .department-type {
        width: 100%;
        margin-bottom: 0px;
        color: white;
        font-size: 22px; }
        #featured_image_slider .carousel-indicators .info-wrap .department-type a {
          color: white; }
      #featured_image_slider .carousel-indicators .info-wrap .excerpt {
        max-width: 680px; }
      #featured_image_slider .carousel-indicators .info-wrap h1 {
        margin-bottom: 0px;
        margin-top: 0px;
        color: #F7F8FB;
        text-transform: none; }
        #featured_image_slider .carousel-indicators .info-wrap h1 .yellow {
          color: #EFCA77; }
        @media (max-width: 576px) {
          #featured_image_slider .carousel-indicators .info-wrap h1 {
            font-size: 26px; } }
      #featured_image_slider .carousel-indicators .info-wrap .type {
        width: 100%;
        margin-bottom: 0px;
        color: #F7F8FB;
        font-weight: 400; }
        #featured_image_slider .carousel-indicators .info-wrap .type a {
          color: #F7F8FB; }
      #featured_image_slider .carousel-indicators .info-wrap #contact-info-top {
        margin-top: 20px;
        max-height: 50px; }
        @media (max-width: 576px) {
          #featured_image_slider .carousel-indicators .info-wrap #contact-info-top {
            margin-top: 10px; } }
        #featured_image_slider .carousel-indicators .info-wrap #contact-info-top i {
          color: #EFCA77; }
        #featured_image_slider .carousel-indicators .info-wrap #contact-info-top p {
          color: #F7F8FB;
          margin-bottom: 20px; }
          @media (max-width: 576px) {
            #featured_image_slider .carousel-indicators .info-wrap #contact-info-top p {
              margin-bottom: 10px; } }
        #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share {
          display: flex;
          margin-top: -5px; }
          #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social {
            padding: 0; }
            #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social p {
              margin-right: 5px;
              font-size: 18px;
              font-weight: 700; }
            #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social i, #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social img {
              margin-right: 10px;
              margin-left: 0px;
              font-size: 18px;
              border: 1px solid #E0E1E8;
              border-radius: 50%;
              padding: 5px;
              display: flex;
              transition: ease 0.3s; }
              #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social i.gu, #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social img.gu {
                width: 30px;
                height: 30px; }
              #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social i:hover, #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social img:hover {
                background-color: #E0E1E8; }
          #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social.link {
            padding-top: 10px;
            align-items: center; }
            #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social.link a {
              color: #4C5263;
              font-size: 18px; }
            #featured_image_slider .carousel-indicators .info-wrap #contact-info-top #social-share .social.link i {
              color: #69AADB;
              font-size: 28px;
              margin-left: 0px;
              border: none;
              padding: 0 10px 0 0; }
      #featured_image_slider .carousel-indicators .info-wrap p {
        color: #F7F8FB; }
      #featured_image_slider .carousel-indicators .info-wrap.featured-post .date {
        color: #EFCA77;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 600; }
      #featured_image_slider .carousel-indicators .info-wrap.featured-post .read-more {
        width: fit-content;
        margin-top: 20px; }
    #featured_image_slider .carousel-indicators .wrap {
      text-align: right;
      position: absolute;
      right: 30px;
      bottom: 20px;
      z-index: 5; }
      @media (max-width: 576px) {
        #featured_image_slider .carousel-indicators .wrap {
          right: 10px;
          bottom: 10px; } }
      #featured_image_slider .carousel-indicators .wrap button {
        border-radius: 5px;
        height: 9px;
        width: 9px;
        border: none;
        border-image: none; }
      #featured_image_slider .carousel-indicators .wrap button.active {
        background-color: #C2185B;
        border: none; }
  #featured_image_slider .carousel-inner .carousel-item {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 992px) {
      #featured_image_slider .carousel-inner .carousel-item {
        min-height: 450px; } }
    @media (max-width: 576px) {
      #featured_image_slider .carousel-inner .carousel-item {
        min-height: 350px;
        height: 250px; } }

#featured_image_slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #082843;
  opacity: .75; }

#wavy_under_featured {
  width: 100%;
  background-color: transparent;
  overflow-x: hidden; }
  #wavy_under_featured img {
    background-color: transparent;
    height: 400px;
    width: auto;
    box-shadow: none;
    margin-left: -100px;
    margin-top: -200px;
    margin-bottom: -200px;
    z-index: 1;
    position: absolute; }

#main #main-left .gu__components .featured-vid-transcript {
  margin-bottom: 30px; }
  #main #main-left .gu__components .featured-vid-transcript.accordion {
    margin-bottom: 120px;
    margin: auto; }
    @media (max-width: 576px) {
      #main #main-left .gu__components .featured-vid-transcript.accordion {
        margin-bottom: 70px; } }
    #main #main-left .gu__components .featured-vid-transcript.accordion .video_transcript p {
      font-size: 14px;
      margin-top: 15px; }
    #main #main-left .gu__components .featured-vid-transcript.accordion button {
      font-size: 16px;
      font-weight: 600;
      color: #263541;
      background-color: #6AABDD80;
      box-shadow: 5px 5px 35px 0px #0f4e8125;
      border-radius: 10px;
      padding: 15px 20px; }
      #main #main-left .gu__components .featured-vid-transcript.accordion button i {
        color: #263541;
        margin-right: 10px; }
    #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-item {
      background-color: transparent;
      border: none; }
    #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-button.collapsed::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23263541'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
    #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23263541'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
    #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-body {
      padding: 10px 20px; }
      @media screen and (max-width: 576px) {
        #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-body {
          padding-left: 0px;
          padding-right: 0px; } }
      #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-body .video_transcript {
        max-height: 200px;
        overflow: auto;
        margin: 20px 0;
        padding-right: 20px; }
        #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-body .video_transcript p {
          margin: 0; }
        #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-body .video_transcript::-webkit-scrollbar-thumb {
          background-color: #bfc4ce; }
        #main #main-left .gu__components .featured-vid-transcript.accordion .accordion-body .video_transcript::-webkit-scrollbar-track {
          background-color: #DDDFE7; }
    #main #main-left .gu__components .featured-vid-transcript.accordion h3, #main #main-left .gu__components .featured-vid-transcript.accordion p {
      color: #4C5263; }
    #main #main-left .gu__components .featured-vid-transcript.accordion p {
      font-size: 18px;
      font-size: 16px;
      font-weight: 600; }

#main #main-left .gu__components.quote-box {
  padding: 60px 90px;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  flex-wrap: wrap;
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    #main #main-left .gu__components.quote-box {
      padding: 50px;
      margin-bottom: 70px; } }
  @media (max-width: 576px) {
    #main #main-left .gu__components.quote-box {
      padding: 35px; } }
  #main #main-left .gu__components.quote-box.fw-img {
    background-image: url("https://www.gallaudet.edu/wp-content/uploads/2021/05/quote-background-1.png"); }
  #main #main-left .gu__components.quote-box.fw-blue {
    background-size: 0px;
    background-color: #0D3F69; }
  #main #main-left .gu__components.quote-box.fw-trans {
    background-size: 0px;
    background-color: transparent;
    box-shadow: none;
    padding: 5px 30px;
    border-left: 5px solid #EFCA77;
    border-radius: 0; }
    #main #main-left .gu__components.quote-box.fw-trans p.quote, #main #main-left .gu__components.quote-box.fw-trans p.signature {
      color: #263541;
      margin-bottom: 0; }
    #main #main-left .gu__components.quote-box.fw-trans p.quote .highlighted {
      color: #0F4D81; }
  #main #main-left .gu__components.quote-box.c-split {
    padding: 0px;
    background-image: none;
    box-shadow: none; }
    #main #main-left .gu__components.quote-box.c-split .left {
      padding-right: 33px; }
      @media (max-width: 768px) {
        #main #main-left .gu__components.quote-box.c-split .left {
          padding-right: 0; } }
      #main #main-left .gu__components.quote-box.c-split .left .wrap {
        padding: 50px;
        box-shadow: 5px 5px 35px 0px #0f4e8125;
        border-radius: 5px;
        background-image: url("https://dev.gal.page/wp-content/uploads/2021/05/quote-background-1.png");
        background-size: cover;
        background-position: center; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.quote-box.c-split .left .wrap {
            padding: 35px; } }
        #main #main-left .gu__components.quote-box.c-split .left .wrap p.quote .highlighted {
          color: #EFCA77; }
    #main #main-left .gu__components.quote-box.c-split .right {
      padding-left: 33px; }
      @media (max-width: 768px) {
        #main #main-left .gu__components.quote-box.c-split .right {
          margin-top: 50px;
          padding-left: 0; } }
      #main #main-left .gu__components.quote-box.c-split .right .wrap {
        padding: 50px;
        border-radius: 5px;
        box-shadow: 5px 5px 35px 0px #0f4e8125;
        background-image: none;
        background-color: #69AADB; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.quote-box.c-split .right .wrap {
            padding: 35px; } }
        #main #main-left .gu__components.quote-box.c-split .right .wrap p.quote .highlighted {
          color: #0F4D81; }
  #main #main-left .gu__components.quote-box.c-trans {
    background-size: 0px;
    background-color: transparent;
    box-shadow: none;
    padding: 5px 0px;
    border-radius: 0; }
    #main #main-left .gu__components.quote-box.c-trans .col {
      border-left: 5px solid #EFCA77;
      padding-left: 35px;
      padding-right: 35px; }
      #main #main-left .gu__components.quote-box.c-trans .col .wrap p.quote, #main #main-left .gu__components.quote-box.c-trans .col .wrap p.signature {
        color: #263541;
        margin-bottom: 0; }
      #main #main-left .gu__components.quote-box.c-trans .col .wrap p.quote .highlighted {
        color: #0F4D81; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.quote-box.c-trans .col.right {
          margin-top: 50px; } }
  #main #main-left .gu__components.quote-box p.quote {
    color: #F7F8FB;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    width: 100%; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.quote-box p.quote {
        font-size: 20px;
        line-height: 30px; } }
    #main #main-left .gu__components.quote-box p.quote .highlighted {
      color: #EFCA77; }
    #main #main-left .gu__components.quote-box p.quote i {
      color: #69AADB;
      font-size: 26px; }
    #main #main-left .gu__components.quote-box p.quote i:first-of-type {
      margin-right: 10px;
      margin-left: -35px; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.quote-box p.quote i:first-of-type {
          display: none; } }
    #main #main-left .gu__components.quote-box p.quote i:last-of-type {
      margin-left: 10px; }
  #main #main-left .gu__components.quote-box p.signature {
    font-size: 20px;
    color: #F7F8FB;
    width: 100%;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 0; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.quote-box p.signature {
        font-size: 18px; } }

#main #main-left .gu__components.stats {
  min-height: 170px;
  margin-top: 20px;
  margin-bottom: 80px;
  box-shadow: 5px 5px 35px 0px #0f4e8125;
  border-radius: 5px; }
  #main #main-left .gu__components.stats .pie {
    --p:20;
    --b:22px;
    --w:150px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    margin-bottom: 20px;
    place-content: center;
    font-size: 25px; }
    #main #main-left .gu__components.stats .pie.no-round::before {
      background-size: 0 0, auto; }
    #main #main-left .gu__components.stats .pie.no-round::after {
      content: none; }
    #main #main-left .gu__components.stats .pie::before, #main #main-left .gu__components.stats .pie::after {
      content: "";
      position: absolute;
      border-radius: 50%; }
    #main #main-left .gu__components.stats .pie::before {
      inset: 0;
      background: radial-gradient(farthest-side, #0F4D81 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(#0F4D81 calc(var(--p)*1%), #69AADB 0);
      -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
      mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b))); }
    #main #main-left .gu__components.stats .pie::after {
      inset: calc(50% - var(--b)/2);
      background: #0F4D81;
      transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2)); }
    #main #main-left .gu__components.stats .pie .percentage {
      font-weight: 700;
      color: #0F4D81;
      font-size: 28px;
      margin-bottom: -5px;
      font-family: "ProximaNova-SB", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
    #main #main-left .gu__components.stats .pie .pie-caption {
      margin-bottom: 0;
      font-size: 14px;
      color: #707070; }
  #main #main-left .gu__components.stats .overlay {
    background-color: transparent;
    padding: 40px 20px 20px 20px;
    border-radius: 5px;
    width: 100%; }
    #main #main-left .gu__components.stats .overlay .col {
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #main #main-left .gu__components.stats .overlay .col .wrap {
        padding: 20px;
        text-align: center; }
        #main #main-left .gu__components.stats .overlay .col .wrap .st-num {
          color: #EFCA77;
          font-size: 60px;
          margin: 0;
          margin-bottom: 20px; }
        #main #main-left .gu__components.stats .overlay .col .wrap .st-text {
          color: white;
          margin: 0;
          max-width: 200px;
          margin: auto; }
  #main #main-left .gu__components.stats.br-img {
    background-image: url("https://www.gallaudet.edu/wp-content/uploads/2022/05/statues-img-br.png");
    background-position: 30% 30%; }
    #main #main-left .gu__components.stats.br-img .overlay {
      background-color: rgba(21, 20, 23, 0.685); }
    #main #main-left .gu__components.stats.br-img .pie.no-round::before {
      background-size: 0 0, auto; }
    #main #main-left .gu__components.stats.br-img .pie::before {
      background: radial-gradient(farthest-side, #69AADB 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(#69AADB calc(var(--p)*1%), #EFCA77 0); }
    #main #main-left .gu__components.stats.br-img .pie .percentage, #main #main-left .gu__components.stats.br-img .pie .pie-caption {
      color: white; }
  #main #main-left .gu__components.stats.br-trans {
    background-color: transparent;
    box-shadow: none; }
    #main #main-left .gu__components.stats.br-trans .overlay {
      padding: 20px 10px; }
      #main #main-left .gu__components.stats.br-trans .overlay .col .wrap {
        padding: 10px; }
        #main #main-left .gu__components.stats.br-trans .overlay .col .wrap .st-num {
          color: #69AADB; }
        #main #main-left .gu__components.stats.br-trans .overlay .col .wrap .st-text {
          color: #263541; }
  #main #main-left .gu__components.stats.two-col.br-blue {
    box-shadow: none; }
    #main #main-left .gu__components.stats.two-col.br-blue .overlay .col {
      background-color: #0F4D81; }
      #main #main-left .gu__components.stats.two-col.br-blue .overlay .col:first-of-type {
        border-radius: 5px 0 0 5px; }
      #main #main-left .gu__components.stats.two-col.br-blue .overlay .col:nth-of-type(2) {
        border-radius: 0 5px 5px 0; }
      #main #main-left .gu__components.stats.two-col.br-blue .overlay .col .wrap .st-num {
        margin-top: 20px; }
      #main #main-left .gu__components.stats.two-col.br-blue .overlay .col .pie.no-round::before {
        background-size: 0 0, auto; }
      #main #main-left .gu__components.stats.two-col.br-blue .overlay .col .pie::before {
        background: radial-gradient(farthest-side, #69AADB 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(#69AADB calc(var(--p)*1%), #EFCA77 0); }
      #main #main-left .gu__components.stats.two-col.br-blue .overlay .col .pie .percentage, #main #main-left .gu__components.stats.two-col.br-blue .overlay .col .pie .pie-caption {
        color: white; }
  #main #main-left .gu__components.stats.two-col.br-blue-spread {
    background-color: #0F4D81;
    box-shadow: none; }
    #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay {
      padding: 20px; }
      #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay .col {
        width: 50% !important; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay .col {
            width: 100% !important; } }
        #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay .col .pie.no-round::before {
          background-size: 0 0, auto; }
        #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay .col .pie::before {
          background: radial-gradient(farthest-side, #69AADB 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(#69AADB calc(var(--p)*1%), #EFCA77 0); }
        #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay .col .pie .percentage, #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay .col .pie .pie-caption {
          color: white; }
        #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay .col .pie::before {
          inset: 0;
          background: radial-gradient(farthest-side, #69AADB 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(#69AADB calc(var(--p)*1%), #EFCA77 0);
          -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
          mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b))); }
        #main #main-left .gu__components.stats.two-col.br-blue-spread .overlay .col .wrap .st-text {
          max-width: 250px; }
  #main #main-left .gu__components.stats.two-col.br-blue-info {
    background-color: #0F4D81;
    box-shadow: none; }
    #main #main-left .gu__components.stats.two-col.br-blue-info .overlay {
      padding: 20px; }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .pie.no-round::before {
        background-size: 0 0, auto; }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .pie::before {
        background: radial-gradient(farthest-side, #69AADB 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(#69AADB calc(var(--p)*1%), #EFCA77 0); }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .pie .percentage, #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .pie .pie-caption {
        color: white; }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .pie::before {
        inset: 0;
        background: radial-gradient(farthest-side, #69AADB 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(#69AADB calc(var(--p)*1%), #EFCA77 0);
        -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b))); }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .wrap .st-heading {
        color: #EFCA77;
        font-weight: 600;
        font-size: 22px;
        text-align: left;
        margin-bottom: 5px; }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .wrap .st-text {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: left;
        font-size: 16px; }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .wrap .st-num {
        font-size: 80px;
        font-family: "ProximaNova-SB", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        margin-bottom: 15px; }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .wrap .btn {
        transition: ease 0.3s; }
        #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col .wrap .btn:hover {
          color: white;
          border-color: white; }
      #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col.first .wrap .st-text {
        text-align: center; }
        #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col.first .wrap .st-text:not(.pie-text) {
          margin-top: 40px; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col.first {
          justify-content: left; }
          #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col.first .wrap {
            padding-bottom: 0;
            padding-top: 40px; }
            #main #main-left .gu__components.stats.two-col.br-blue-info .overlay .col.first .wrap .st-text {
              text-align: left; } }
  #main #main-left .gu__components.stats.two-col.br-alt {
    box-shadow: none; }
    #main #main-left .gu__components.stats.two-col.br-alt .overlay .col:first-of-type {
      border-radius: 5px;
      background-color: #0F4D81; }
      #main #main-left .gu__components.stats.two-col.br-alt .overlay .col:first-of-type .pie.no-round::before {
        background-size: 0 0, auto; }
      #main #main-left .gu__components.stats.two-col.br-alt .overlay .col:first-of-type .pie::before {
        background: radial-gradient(farthest-side, #69AADB 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(#69AADB calc(var(--p)*1%), #EFCA77 0); }
      #main #main-left .gu__components.stats.two-col.br-alt .overlay .col:first-of-type .pie .percentage, #main #main-left .gu__components.stats.two-col.br-alt .overlay .col:first-of-type .pie .pie-caption {
        color: white; }
    #main #main-left .gu__components.stats.two-col.br-alt .overlay .col:nth-of-type(2) {
      border-radius: 0 5px 5px 0; }
      #main #main-left .gu__components.stats.two-col.br-alt .overlay .col:nth-of-type(2) .wrap .st-num {
        color: #69AADB; }
      #main #main-left .gu__components.stats.two-col.br-alt .overlay .col:nth-of-type(2) .wrap .st-text {
        color: #263541; }
    #main #main-left .gu__components.stats.two-col.br-alt .overlay .col .wrap .st-num {
      margin-top: 20px; }

#main #main-left .gu__components.cta {
  border-radius: 10px;
  margin-bottom: 120px; }
  @media (max-width: 576px) {
    #main #main-left .gu__components.cta {
      margin-bottom: 80px; } }
  #main #main-left .gu__components.cta .card-wrap {
    padding: 10px; }
    #main #main-left .gu__components.cta .card-wrap .col + .col {
      border-left: 1px solid #EFCA77; }
      #main #main-left .gu__components.cta .card-wrap .col + .col .info-wrap {
        width: fit-content;
        margin: auto; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.cta .card-wrap .col + .col .info-wrap {
            border-left: none; } }
      @media (max-width: 768px) {
        #main #main-left .gu__components.cta .card-wrap .col + .col {
          margin-top: 30px; } }
    @media (max-width: 768px) and (min-width: 576px) {
      #main #main-left .gu__components.cta .card-wrap .col:nth-of-type(2) {
        margin-top: 0px; } }
    #main #main-left .gu__components.cta .card-wrap .col:nth-of-type(2) a.btn {
      background-color: #C2185B;
      color: white;
      transition: ease 0.3s; }
      #main #main-left .gu__components.cta .card-wrap .col:nth-of-type(2) a.btn:hover {
        background-color: #0F4D81;
        border-color: #0F4D81; }
    @media (max-width: 768px) {
      #main #main-left .gu__components.cta .card-wrap .col:nth-of-type(3) .info-wrap {
        border-left: none; } }
    #main #main-left .gu__components.cta .card-wrap .col .info-wrap {
      padding: 0 30px; }
      #main #main-left .gu__components.cta .card-wrap .col .info-wrap i {
        color: #69AADB;
        font-size: 32px; }
      #main #main-left .gu__components.cta .card-wrap .col .info-wrap h5 {
        margin-bottom: 15px; }
      #main #main-left .gu__components.cta .card-wrap .col .info-wrap p.desc {
        margin-bottom: 10px; }
      #main #main-left .gu__components.cta .card-wrap .col .info-wrap p.ftr {
        margin-top: 20px;
        margin-bottom: 0; }
      #main #main-left .gu__components.cta .card-wrap .col .info-wrap a.btn {
        display: block;
        box-shadow: none;
        font-size: 14px;
        padding: 5px 20px;
        width: fit-content;
        margin-top: 10px; }
        #main #main-left .gu__components.cta .card-wrap .col .info-wrap a.btn:hover {
          border-color: #C2185B; }
        #main #main-left .gu__components.cta .card-wrap .col .info-wrap a.btn:first-of-type {
          margin-top: 20px; }
    #main #main-left .gu__components.cta .card-wrap .col.footer {
      text-align: left;
      margin-top: 30px;
      border: none;
      padding: 0 15px; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.cta .card-wrap .col.footer {
          padding-left: 30px; } }
      #main #main-left .gu__components.cta .card-wrap .col.footer p {
        margin-bottom: 0; }
  #main #main-left .gu__components.cta.three-column.br_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  #main #main-left .gu__components.cta.three-column.br_blue, #main #main-left .gu__components.cta.three-column.br_img {
    background-color: #0D3F69;
    box-shadow: 5px 5px 35px 0px #0f4e8125;
    padding-top: 30px;
    padding-bottom: 30px; }
    #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col .info-wrap h5, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col .info-wrap h5 {
      color: white; }
    #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col .info-wrap p, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col .info-wrap p {
      color: white; }
    #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col .info-wrap a.btn, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col .info-wrap a.btn {
      color: white;
      border-color: white;
      transition: ease 0.3s; }
      #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col .info-wrap a.btn:hover, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col .info-wrap a.btn:hover {
        background-color: #C2185B;
        color: white;
        border-color: #C2185B; }
    #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col:nth-of-type(2) .info-wrap a.btn, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col:nth-of-type(2) .info-wrap a.btn {
      border-color: #C2185B; }
      #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col:nth-of-type(2) .info-wrap a.btn:hover, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col:nth-of-type(2) .info-wrap a.btn:hover {
        border-color: white;
        background-color: transparent;
        color: white; }
    @media (max-width: 768px) {
      #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col:nth-of-type(2), #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col:nth-of-type(2) {
        border-left: none; }
        #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col:nth-of-type(2) .info-wrap, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col:nth-of-type(2) .info-wrap {
          margin-left: 0; } }
    @media (max-width: 768px) {
      #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col:nth-of-type(3), #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col:nth-of-type(3) {
        border-left: none; }
        #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col:nth-of-type(3) .info-wrap, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col:nth-of-type(3) .info-wrap {
          margin-left: 0; } }
    #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col.footer p, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col.footer p {
      color: white; }
      #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col.footer p a.btn, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col.footer p a.btn {
        transition: ease 0.3s;
        color: #EFCA77; }
        #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col.footer p a.btn:hover, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col.footer p a.btn:hover {
          color: #C2185B; }
      #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col.footer p a, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col.footer p a {
        color: #EFCA77; }
        #main #main-left .gu__components.cta.three-column.br_blue .card-wrap .col.footer p a:hover, #main #main-left .gu__components.cta.three-column.br_img .card-wrap .col.footer p a:hover {
          color: #C2185B; }
  @media (max-width: 576px) {
    #main #main-left .gu__components.cta.three-column.br_trans .card-wrap .col {
      border-left: none; } }
  #main #main-left .gu__components.cta.three-column.br_trans .card-wrap .col:nth-of-type(1) .info-wrap {
    padding-left: 0;
    padding-right: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 576px) {
    #main #main-left .gu__components.cta.three-column.br_trans .card-wrap .col:nth-of-type(2) .info-wrap {
      padding-left: 0; } }
  @media (max-width: 768px) {
    #main #main-left .gu__components.cta.three-column.br_trans .card-wrap .col:nth-of-type(3) {
      border-left: none; } }
  #main #main-left .gu__components.cta.three-column.br_trans .card-wrap .col:nth-of-type(3) .info-wrap {
    padding-left: 30px;
    padding-right: 0; }
    @media (max-width: 768px) {
      #main #main-left .gu__components.cta.three-column.br_trans .card-wrap .col:nth-of-type(3) .info-wrap {
        padding-left: 0;
        padding-right: 30px; } }
  #main #main-left .gu__components.cta.three-column.br_trans .card-wrap .col.footer {
    padding-left: 0; }
  #main #main-left .gu__components.cta.two-column .card-wrap .col .info-wrap p.ftr {
    margin-top: 30px; }
  #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(1) {
    padding: 30px 20px;
    background-color: #0D3F69;
    border-radius: 10px; }
    #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(1) .info-wrap a {
      color: #EFCA77; }
      #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(1) .info-wrap a:hover {
        color: #EFCA77; }
    #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(1) .info-wrap a.btn {
      color: white;
      border-color: white; }
      #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(1) .info-wrap a.btn:hover {
        background-color: white;
        color: #0F4D81; }
    #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(1) .info-wrap p {
      color: white; }
    #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(1) .info-wrap h5 {
      color: #EFCA77; }
  #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(2) {
    border-left: none;
    padding-left: 15px; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(2) {
        padding-left: 0; } }
    #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(2) .info-wrap {
      padding: 30px 40px;
      background-color: #F7F8FB;
      border-radius: 10px;
      height: 100%; }
      #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(2) .info-wrap a.btn {
        background-color: transparent;
        color: #C2185B; }
        #main #main-left .gu__components.cta.two-column .card-wrap .col:nth-of-type(2) .info-wrap a.btn:hover {
          background-color: #C2185B;
          color: #F7F8FB; }
  #main #main-left .gu__components.cta.one-column .card-wrap .col:nth-of-type(1) .info-wrap {
    padding-left: 0; }
  #main #main-left .gu__components.cta.one-column .card-wrap .col:nth-of-type(2) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    border-left: none;
    box-shadow: 5px 5px 35px 0px #0f4e8125; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.cta.one-column .card-wrap .col:nth-of-type(2) {
        height: 200px; } }

#main #main-left .gu__components.timeline {
  margin-bottom: 60px; }
  #main #main-left .gu__components.timeline .time-wrap {
    min-height: 250px; }
    @media (min-width: 1200px) {
      #main #main-left .gu__components.timeline .time-wrap {
        min-height: 350px; } }
    @media (max-width: 400px) {
      #main #main-left .gu__components.timeline .time-wrap {
        min-height: 200px; } }
    #main #main-left .gu__components.timeline .time-wrap .info .info-wrap {
      margin-bottom: 120px; }
      #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date {
        color: #0F4D81;
        margin-bottom: 20px; }
    #main #main-left .gu__components.timeline .time-wrap .points {
      text-align: center;
      background-image: linear-gradient(#C2185B, #C2185B);
      background-size: 4px 100%;
      background-repeat: no-repeat;
      background-position: 50% 15px;
      padding-bottom: 30px; }
      #main #main-left .gu__components.timeline .time-wrap .points i {
        color: #C2185B;
        font-size: 22px; }
        #main #main-left .gu__components.timeline .time-wrap .points i::before {
          border: 1px solid #C2185B;
          padding: 2px;
          border-radius: 50%; }
    #main #main-left .gu__components.timeline .time-wrap .image {
      margin-top: -40px;
      padding-bottom: 30px; }
    #main #main-left .gu__components.timeline .time-wrap:last-of-type .points {
      background-image: unset; }

#main #main-left .gu__components.testimonials {
  /* Slider https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css*/ }
  #main #main-left .gu__components.testimonials.blue {
    background-color: #0678B3;
    padding: 30px;
    margin-bottom: 120px;
    border-radius: 10px;
    box-shadow: 5px 5px 35px 0px #0f4e8125; }
    #main #main-left .gu__components.testimonials.blue h2, #main #main-left .gu__components.testimonials.blue .gu__components.timeline .time-wrap .info .info-wrap .date, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .gu__components.testimonials.blue .date, #main #main-left .gu__components.testimonials.blue .slider-desc {
      color: white; }
    #main #main-left .gu__components.testimonials.blue .carousel {
      margin-bottom: 0; }
      #main #main-left .gu__components.testimonials.blue .carousel i.prev, #main #main-left .gu__components.testimonials.blue .carousel i.next {
        color: #DDDFE7; }
  #main #main-left .gu__components.testimonials.no-desc h2, #main #main-left .gu__components.testimonials.no-desc .gu__components.timeline .time-wrap .info .info-wrap .date, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .gu__components.testimonials.no-desc .date {
    margin-bottom: 50px; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.testimonials.no-desc h2, #main #main-left .gu__components.testimonials.no-desc .gu__components.timeline .time-wrap .info .info-wrap .date, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .gu__components.testimonials.no-desc .date {
        margin-bottom: 30px; } }
  #main #main-left .gu__components.testimonials.individual .individual-card {
    margin-bottom: 80px; }
    #main #main-left .gu__components.testimonials.individual .individual-card .left {
      padding-right: 20px; }
      @media (max-width: 650px) {
        #main #main-left .gu__components.testimonials.individual .individual-card .left {
          display: none; } }
      #main #main-left .gu__components.testimonials.individual .individual-card .left .individual-featured {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 250px;
        width: 250px;
        border-radius: 50%; }
        @media (max-width: 1140px) {
          #main #main-left .gu__components.testimonials.individual .individual-card .left .individual-featured {
            height: 200px;
            width: 200px; } }
    @media (max-width: 650px) {
      #main #main-left .gu__components.testimonials.individual .individual-card .right {
        flex-basis: 100%; } }
    #main #main-left .gu__components.testimonials.individual .individual-card .right .individual-info {
      border-left: 3px solid #EFCA77;
      padding-left: 30px; }
      #main #main-left .gu__components.testimonials.individual .individual-card .right .individual-info .desc {
        font-size: 28px;
        line-height: 1.3em; }
    #main #main-left .gu__components.testimonials.individual .individual-card .right .name {
      text-align: right;
      margin-bottom: 0;
      color: #777777;
      font-style: italic;
      font-size: 28px;
      margin-bottom: 8px; }
    #main #main-left .gu__components.testimonials.individual .individual-card .right .loc {
      text-align: right;
      margin-bottom: 0;
      color: #777777;
      font-style: italic;
      font-size: 28px; }
  #main #main-left .gu__components.testimonials.individual.ind_image .individual-card {
    padding: 115px 80px;
    border-radius: 10px;
    box-shadow: 5px 5px 35px 0px #0f4e8125;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.testimonials.individual.ind_image .individual-card {
        padding: 50px 30px; } }
    #main #main-left .gu__components.testimonials.individual.ind_image .individual-card .left .individual-featured {
      height: 220px;
      width: 220px; }
      @media (max-width: 1200px) {
        #main #main-left .gu__components.testimonials.individual.ind_image .individual-card .left .individual-featured {
          height: 150px;
          width: 150px; } }
    #main #main-left .gu__components.testimonials.individual.ind_image .individual-card .right .individual-info .desc {
      color: white; }
    #main #main-left .gu__components.testimonials.individual.ind_image .individual-card .right .name {
      color: white; }
    #main #main-left .gu__components.testimonials.individual.ind_image .individual-card .right .loc {
      color: white; }
  #main #main-left .gu__components.testimonials.individual.ind_blue .individual-card {
    background-image: none !important;
    padding: 115px 80px;
    border-radius: 10px;
    box-shadow: 5px 5px 35px 0px #0f4e8125;
    background-color: #0678B3; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.testimonials.individual.ind_blue .individual-card {
        padding: 50px 30px; } }
    #main #main-left .gu__components.testimonials.individual.ind_blue .individual-card .left .individual-featured {
      height: 220px;
      width: 220px; }
      @media (max-width: 1200px) {
        #main #main-left .gu__components.testimonials.individual.ind_blue .individual-card .left .individual-featured {
          height: 150px;
          width: 150px; } }
    #main #main-left .gu__components.testimonials.individual.ind_blue .individual-card .right .individual-info .desc {
      color: white; }
    #main #main-left .gu__components.testimonials.individual.ind_blue .individual-card .right .name {
      color: white; }
    #main #main-left .gu__components.testimonials.individual.ind_blue .individual-card .right .loc {
      color: white; }
  #main #main-left .gu__components.testimonials.individual.ind_transparent .individual-card {
    background-image: none !important;
    background-color: transparent; }
  #main #main-left .gu__components.testimonials h2, #main #main-left .gu__components.testimonials .gu__components.timeline .time-wrap .info .info-wrap .date, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .gu__components.testimonials .date {
    margin-bottom: 10px; }
  #main #main-left .gu__components.testimonials .slider-desc {
    font-size: 22px;
    color: #4C5263;
    font-family: "ProximaNova-SB", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-bottom: 100px;
    padding-right: 20px;
    line-height: 1.5em; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.testimonials .slider-desc {
        font-size: 18px;
        margin-bottom: 50px; } }
  #main #main-left .gu__components.testimonials .carousel {
    margin-bottom: 120px; }
    @media (max-width: 768px) {
      #main #main-left .gu__components.testimonials .carousel {
        margin-bottom: 70px; } }
    #main #main-left .gu__components.testimonials .carousel .slick-track {
      display: flex; }
    #main #main-left .gu__components.testimonials .carousel .slick-slide {
      height: inherit; }
    #main #main-left .gu__components.testimonials .carousel .card-wrap {
      margin-bottom: 25px;
      padding: 0px; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.testimonials .carousel .card-wrap {
          padding: 0px; } }
      #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card {
        box-shadow: none;
        border-radius: 10px;
        margin-right: 20px;
        width: 100%;
        height: 100%;
        min-height: 240px; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card {
            margin-right: 0px; } }
        #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .featured {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 10px 0 0 10px;
          display: flex; }
          @media (max-width: 768px) {
            #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .featured {
              height: 220px;
              background-position: top;
              border-radius: 10px 10px 0 0; } }
          #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .featured.no-featured {
            background-color: #0F4D81; }
          #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .featured .play-icon {
            cursor: pointer; }
            #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .featured .play-icon i {
              font-size: 55px;
              color: #C2185B;
              box-shadow: 5px 5px 35px 0px #0f4e8125;
              transition: ease 0.3s; }
            #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .featured .play-icon:hover i {
              color: #69AADB; }
        #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info {
          padding: 33px 40px;
          background-color: white;
          border-radius: 0 10px 10px 0;
          text-align: left;
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          align-content: space-between; }
          @media (max-width: 768px) {
            #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info {
              border-radius: 10px; } }
          #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info .title {
            font-size: 22px;
            color: #0F4D81;
            padding-right: 15%;
            margin-bottom: 15px;
            font-weight: 700; }
            #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info .title a {
              color: #0F4D81; }
          #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info .desc {
            font-size: 18px;
            color: #263541;
            padding-right: 15%;
            margin-bottom: 15px;
            font-weight: 400;
            transition: ease 0.3s; }
            #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info .desc a {
              color: #0F4D81; }
            #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info .desc:hover {
              color: #4C5263; }
          #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info .name {
            font-size: 20px;
            margin-bottom: 0px;
            color: #595F6F;
            font-weight: 700;
            display: block; }
          #main #main-left .gu__components.testimonials .carousel .card-wrap .query-card .info .loc {
            color: #BDBFC5;
            font-size: 18px;
            margin-bottom: 0px;
            font-weight: 400;
            display: block; }
    #main #main-left .gu__components.testimonials .carousel.gu__double-carousel {
      /* the parent */ }
      #main #main-left .gu__components.testimonials .carousel.gu__double-carousel .slick-slide {
        margin: 0 10px; }
      #main #main-left .gu__components.testimonials .carousel.gu__double-carousel .slick-list {
        margin: 0 -10px; }
      #main #main-left .gu__components.testimonials .carousel.gu__double-carousel .card-wrap .query-card .featured.no-featured {
        background-size: contain; }
      #main #main-left .gu__components.testimonials .carousel.gu__double-carousel .card-wrap .query-card .info {
        padding: 30px 20px; }
    #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel {
      /* the parent */ }
      #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel .slick-slide {
        margin: 0 10px; }
      #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel .slick-list {
        margin: 0 -10px; }
      #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel .card-wrap .query-card .featured {
        flex-basis: 100%;
        height: 176px;
        border-radius: 10px 10px 0 0; }
        #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel .card-wrap .query-card .featured.no-featured {
          background-size: contain; }
      #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel .card-wrap .query-card .info {
        flex-basis: 100%;
        padding: 30px 20px;
        border-radius: 0 0 10px 10px;
        height: 350px; }
        @media (max-width: 992px) {
          #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel .card-wrap .query-card .info {
            height: 300px; } }
        @media (max-width: 768px) {
          #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel .card-wrap .query-card .info {
            border-radius: 10px; } }
        @media (max-width: 576px) {
          #main #main-left .gu__components.testimonials .carousel.gu__triple-carousel .card-wrap .query-card .info {
            height: 275px; } }
  #main #main-left .gu__components.testimonials .carousel i.prev, #main #main-left .gu__components.testimonials .carousel i.next {
    font-size: 36px;
    position: absolute;
    top: 0;
    cursor: pointer;
    margin-top: -100px; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.testimonials .carousel i.prev, #main #main-left .gu__components.testimonials .carousel i.next {
        font-size: 26px;
        margin-top: -60px; } }
  #main #main-left .gu__components.testimonials .carousel i.prev {
    right: 60px; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.testimonials .carousel i.prev {
        right: 35px; } }
  #main #main-left .gu__components.testimonials .carousel i.next {
    right: 10px; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.testimonials .carousel i.next {
        right: 0; } }
  #main #main-left .gu__components.testimonials .carousel .carousel {
    padding-top: 100px; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.testimonials .carousel .carousel {
        padding-top: 70px; } }
  #main #main-left .gu__components.testimonials #testimonialLightBox {
    margin-top: 100px;
    z-index: 99999;
    max-height: 90%;
    overflow: auto; }
    #main #main-left .gu__components.testimonials #testimonialLightBox .modal-header {
      padding-top: 0;
      padding-bottom: 0;
      border: none; }
      #main #main-left .gu__components.testimonials #testimonialLightBox .modal-header button {
        border: none;
        z-index: 5;
        position: absolute;
        top: 15px;
        right: 15px; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.testimonials #testimonialLightBox .modal-header button {
            background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; } }
        #main #main-left .gu__components.testimonials #testimonialLightBox .modal-header button:hover {
          background-color: transparent; }
    #main #main-left .gu__components.testimonials #testimonialLightBox .modal-dialog {
      max-width: 800px; }
    #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body {
      background-color: #F7F8FB;
      padding: 0; }
      #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .col {
        background-color: #F7F8FB; }
      #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .info {
        padding: 10px;
        background-color: #F7F8FB; }
        #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .info p {
          margin-bottom: 0; }
        #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .info .desc {
          font-size: 14px; }
        #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .info .title {
          font-weight: 600;
          color: #4C5263; }
          #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .info .title:hover {
            color: #898E9C; }
        #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .info .author {
          color: #898E9C; }
        #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .info .more-info {
          color: #C2185B;
          font-size: 14px;
          transition: ease 0.3s; }
          #main #main-left .gu__components.testimonials #testimonialLightBox .modal-body .info .more-info:hover {
            color: #EFCA77; }
    #main #main-left .gu__components.testimonials #testimonialLightBox iframe {
      height: 400px;
      width: 100%;
      margin-bottom: -10px; }
  #main #main-left .gu__components.testimonials .modal-backdrop.show {
    z-index: 10; }
  #main #main-left .gu__components.testimonials .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  #main #main-left .gu__components.testimonials .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  #main #main-left .gu__components.testimonials .slick-list:focus {
    outline: none; }
  #main #main-left .gu__components.testimonials .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  #main #main-left .gu__components.testimonials .slick-slider .slick-track,
  #main #main-left .gu__components.testimonials .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #main #main-left .gu__components.testimonials .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #main #main-left .gu__components.testimonials .slick-track:before,
  #main #main-left .gu__components.testimonials .slick-track:after {
    display: table;
    content: ''; }
  #main #main-left .gu__components.testimonials .slick-track:after {
    clear: both; }
  #main #main-left .gu__components.testimonials .slick-loading .slick-track {
    visibility: hidden; }
  #main #main-left .gu__components.testimonials .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  #main #main-left .gu__components.testimonials [dir='rtl'] .slick-slide {
    float: right; }
  #main #main-left .gu__components.testimonials .slick-slide img {
    display: block; }
  #main #main-left .gu__components.testimonials .slick-slide.slick-loading img {
    display: none; }
  #main #main-left .gu__components.testimonials .slick-slide.dragging img {
    pointer-events: none; }
  #main #main-left .gu__components.testimonials .slick-initialized .slick-slide {
    display: block; }
  #main #main-left .gu__components.testimonials .slick-loading .slick-slide {
    visibility: hidden; }
  #main #main-left .gu__components.testimonials .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  #main #main-left .gu__components.testimonials .slick-arrow.slick-hidden {
    display: none; }

#main #main-left .gu__components.social {
  margin-bottom: 80px; }
  #main #main-left .gu__components.social .twitter-wrap {
    max-height: 650px;
    overflow: auto; }
  #main #main-left .gu__components.social .insta-wrap .col {
    padding: 5px; }
    #main #main-left .gu__components.social .insta-wrap .col a .img-br {
      height: 250px;
      background-size: cover;
      background-position: center;
      border-radius: 5px;
      box-shadow: 5px 5px 35px 0px #0f4e8125;
      padding: 5px; }
      #main #main-left .gu__components.social .insta-wrap .col a .img-br:hover {
        opacity: 0.8; }
      #main #main-left .gu__components.social .insta-wrap .col a .img-br i {
        color: white; }
        #main #main-left .gu__components.social .insta-wrap .col a .img-br i.bi-play-fill {
          font-size: 22px; }
    #main #main-left .gu__components.social .insta-wrap .col a:last-of-type .img-br {
      height: 150px;
      margin-top: 10px; }
    @media (max-width: 992px) {
      #main #main-left .gu__components.social .insta-wrap .col.col-full {
        flex-basis: 25%; } }
    @media (max-width: 576px) {
      #main #main-left .gu__components.social .insta-wrap .col.col-full {
        flex-basis: 50%; } }
    #main #main-left .gu__components.social .insta-wrap .col:nth-of-type(even) a:first-of-type .img-br {
      height: 150px; }
    #main #main-left .gu__components.social .insta-wrap .col:nth-of-type(even) a:last-of-type .img-br {
      height: 250px; }
    #main #main-left .gu__components.social .insta-wrap .col:nth-of-type(odd) a:last-of-type .img-br {
      height: 150px;
      margin-top: 10px; }

#main #main-left .gu__components.column .col {
  padding-right: 20px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    #main #main-left .gu__components.column .col {
      padding-right: 0; } }
  @media (max-width: 768px) {
    #main #main-left .gu__components.column .col + .col {
      margin-top: 20px; } }
  #main #main-left .gu__components.column .col .col-wrap {
    border-top: 5px solid #EFCA77;
    padding-top: 15px; }

#main #main-left .gu__components.video {
  margin-bottom: 50px; }
  #main #main-left .gu__components.video .featured-vid {
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.video .featured-vid {
        height: 300px; } }
    #main #main-left .gu__components.video .featured-vid iframe {
      border-radius: 10px; }
    #main #main-left .gu__components.video .featured-vid i {
      font-size: 62px;
      transition: ease 0.3s; }
      #main #main-left .gu__components.video .featured-vid i:hover {
        color: #4C5263; }
  #main #main-left .gu__components.video .transcript-btn {
    background-color: #6AABDD80;
    color: #263541;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    padding: 15px 20px; }
    #main #main-left .gu__components.video .transcript-btn i {
      color: #263541;
      margin-right: 10px; }
    #main #main-left .gu__components.video .transcript-btn:hover {
      background-color: #0678B3; }
  #main #main-left .gu__components.video .modal {
    top: 25%; }
    @media (min-width: 576px) {
      #main #main-left .gu__components.video .modal .modal-dialog {
        max-width: 700px; } }
    #main #main-left .gu__components.video .modal .modal-content {
      padding: 10px 20px;
      border: none;
      box-shadow: 5px 5px 35px 0px #0f4e8125; }
      #main #main-left .gu__components.video .modal .modal-content .modal-header {
        border-bottom: unset; }
        #main #main-left .gu__components.video .modal .modal-content .modal-header h5 {
          font-size: 20px;
          color: #4C5263;
          margin-bottom: 0; }
          #main #main-left .gu__components.video .modal .modal-content .modal-header h5 i {
            margin-right: 5px;
            font-size: 20px;
            color: #263541; }
        #main #main-left .gu__components.video .modal .modal-content .modal-header button {
          font-size: 12px;
          color: #263541; }
      #main #main-left .gu__components.video .modal .modal-content .modal-body {
        max-height: 250px;
        overflow: auto;
        padding-top: 0; }
        #main #main-left .gu__components.video .modal .modal-content .modal-body::-webkit-scrollbar {
          width: 20px; }
        #main #main-left .gu__components.video .modal .modal-content .modal-body::-webkit-scrollbar-thumb {
          background-color: #DDDFE7;
          border-right: 16px solid transparent;
          border-radius: unset; }
  #main #main-left .gu__components.video .two-col .col {
    margin: auto; }
    #main #main-left .gu__components.video .two-col .col:first-of-type .featured-vid {
      height: 350px; }
    #main #main-left .gu__components.video .two-col .col:last-of-type {
      padding-left: 30px;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.video .two-col .col:last-of-type {
          padding-left: 0; } }
      #main #main-left .gu__components.video .two-col .col:last-of-type h6, #main #main-left .gu__components.video .two-col .col:last-of-type .heading-wrap.flag h3, .heading-wrap.flag #main #main-left .gu__components.video .two-col .col:last-of-type h3 {
        color: #263541;
        margin-top: 0;
        margin-bottom: 20px; }
      #main #main-left .gu__components.video .two-col .col:last-of-type .excerpt {
        margin-bottom: 20px; }

#main #main-left .gu__components.slideshow {
  margin-bottom: 30px; }
  #main #main-left .gu__components.slideshow .left .carousel-indicators {
    justify-content: left;
    top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    #main #main-left .gu__components.slideshow .left .carousel-indicators .wrap {
      text-align: right;
      position: absolute;
      right: 5px;
      bottom: 5px;
      z-index: 5; }
      #main #main-left .gu__components.slideshow .left .carousel-indicators .wrap button {
        border-radius: 5px;
        height: 9px;
        width: 9px;
        border: none;
        border-image: none;
        background-color: white; }
      #main #main-left .gu__components.slideshow .left .carousel-indicators .wrap button.active {
        background-color: #C2185B;
        border: none; }
  #main #main-left .gu__components.slideshow .left .carousel-inner {
    border-radius: 5px;
    box-shadow: 5px 5px 35px 0px #0f4e8125; }
    #main #main-left .gu__components.slideshow .left .carousel-inner .carousel-item .carousel-item-wrap {
      min-height: 400px;
      display: flex;
      align-items: flex-end;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.slideshow .left .carousel-inner .carousel-item .carousel-item-wrap {
          min-height: 250px;
          height: 250px; } }
      #main #main-left .gu__components.slideshow .left .carousel-inner .carousel-item .carousel-item-wrap .info-wrap {
        padding: 20px;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.81));
        width: 100%; }
        #main #main-left .gu__components.slideshow .left .carousel-inner .carousel-item .carousel-item-wrap .info-wrap .date {
          color: #E0E1E8;
          margin-bottom: 0;
          font-size: 14px; }
        #main #main-left .gu__components.slideshow .left .carousel-inner .carousel-item .carousel-item-wrap .info-wrap h5 {
          color: white;
          font-size: 22px; }
        #main #main-left .gu__components.slideshow .left .carousel-inner .carousel-item .carousel-item-wrap .info-wrap a {
          color: #EFCA77; }
  #main #main-left .gu__components.slideshow .left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75; }
  #main #main-left .gu__components.slideshow .right {
    margin: auto; }
    @media (min-width: 576px) {
      #main #main-left .gu__components.slideshow .right {
        padding-left: 30px; } }
    @media (max-width: 576px) {
      #main #main-left .gu__components.slideshow .right {
        margin-top: 30px; } }
    #main #main-left .gu__components.slideshow .right .wrap h5 {
      color: #263541; }
    #main #main-left .gu__components.slideshow .right .wrap a {
      width: fit-content; }

#main #main-left .gu__components.collection {
  margin-bottom: 30px; }
  #main #main-left .gu__components.collection .carousel-indicators {
    justify-content: left;
    top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    #main #main-left .gu__components.collection .carousel-indicators .wrap {
      text-align: right;
      position: absolute;
      right: 5px;
      bottom: 5px;
      z-index: 5; }
      #main #main-left .gu__components.collection .carousel-indicators .wrap button {
        border-radius: 5px;
        height: 9px;
        width: 9px;
        border: none;
        border-image: none;
        background-color: white; }
      #main #main-left .gu__components.collection .carousel-indicators .wrap button.active {
        background-color: #C2185B;
        border: none; }
  #main #main-left .gu__components.collection .carousel-inner {
    border-radius: 5px;
    box-shadow: 5px 5px 35px 0px #0f4e8125; }
    #main #main-left .gu__components.collection .carousel-inner .carousel-item .carousel-item-wrap {
      min-height: 400px;
      display: flex;
      align-items: flex-end;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.collection .carousel-inner .carousel-item .carousel-item-wrap {
          min-height: 250px;
          height: 250px; } }
      #main #main-left .gu__components.collection .carousel-inner .carousel-item .carousel-item-wrap .info-wrap {
        width: 100%;
        justify-content: center;
        margin: auto;
        z-index: 3; }
        #main #main-left .gu__components.collection .carousel-inner .carousel-item .carousel-item-wrap .info-wrap i {
          color: white;
          font-size: 62px;
          cursor: pointer;
          transition: ease 0.3s; }
          #main #main-left .gu__components.collection .carousel-inner .carousel-item .carousel-item-wrap .info-wrap i:hover {
            color: #0678B3; }
    #main #main-left .gu__components.collection .carousel-inner .video-modal {
      margin-top: 10%; }
      #main #main-left .gu__components.collection .carousel-inner .video-modal .modal-dialog {
        border-radius: 10px; }
        @media (min-width: 576px) {
          #main #main-left .gu__components.collection .carousel-inner .video-modal .modal-dialog {
            min-width: 700px; } }
        #main #main-left .gu__components.collection .carousel-inner .video-modal .modal-dialog .modal-content {
          border-radius: 10px; }
      #main #main-left .gu__components.collection .carousel-inner .video-modal .modal-body {
        padding: 0; }
        #main #main-left .gu__components.collection .carousel-inner .video-modal .modal-body iframe {
          border-radius: 10px 10px 0 0;
          width: 100%;
          height: 300px; }
  #main #main-left .gu__components.collection::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75; }
  #main #main-left .gu__components.collection .featured-vid-transcript.accordion {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px; }
    #main #main-left .gu__components.collection .featured-vid-transcript.accordion button {
      padding: 8px 15px; }
    #main #main-left .gu__components.collection .featured-vid-transcript.accordion .accordion-body {
      padding: 10px 20px 0 20px; }
      #main #main-left .gu__components.collection .featured-vid-transcript.accordion .accordion-body .video_transcript {
        margin-top: 0;
        max-height: 80px;
        overflow-y: auto; }
  @media (max-width: 768px) {
    #main #main-left .gu__components.collection.thumbnails {
      height: 500px;
      max-height: 100%; } }
  #main #main-left .gu__components.collection.thumbnails .outer-wrap {
    max-height: 460px;
    height: 460px; }
    @media (max-width: 768px) {
      #main #main-left .gu__components.collection.thumbnails .outer-wrap {
        height: 300px; } }
    #main #main-left .gu__components.collection.thumbnails .outer-wrap .target {
      padding-right: 20px;
      height: 100%; }
      @media (max-width: 768px) {
        #main #main-left .gu__components.collection.thumbnails .outer-wrap .target {
          padding-right: 0; } }
      #main #main-left .gu__components.collection.thumbnails .outer-wrap .target div {
        border-radius: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%; }
        #main #main-left .gu__components.collection.thumbnails .outer-wrap .target div.hide {
          display: none; }
      #main #main-left .gu__components.collection.thumbnails .outer-wrap .target iframe {
        border-radius: 0;
        width: 100%;
        height: 100%; }
        #main #main-left .gu__components.collection.thumbnails .outer-wrap .target iframe.hide {
          display: none; }
    #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs {
      display: flex;
      flex-wrap: wrap; }
      #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb {
        max-height: 140px;
        height: 140px;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb {
            width: 33.33%; } }
        #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb + .br-thumb {
          margin-top: 20px; }
          @media (max-width: 576px) {
            #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb + .br-thumb {
              margin-top: 0; } }
        #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb .info-wrap {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%; }
          #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb .info-wrap p {
            display: none;
            color: white; }
          #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb .info-wrap i {
            color: white;
            font-size: 32px; }
        #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb.active .info-wrap {
          background-color: rgba(0, 0, 0, 0.556);
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb.active .info-wrap p {
            display: block; }
          #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs .br-thumb.active .info-wrap i {
            color: #69AADB; }
      #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs.plus-three .br-thumb {
        width: 50%;
        max-height: 155px;
        height: 33.33%;
        border: 2px solid white;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 768px) {
          #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs.plus-three .br-thumb {
            height: 100%;
            width: 33.33%; } }
        #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs.plus-three .br-thumb + .br-thumb {
          margin-top: 0;
          margin-bottom: 0; }
        #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs.plus-three .br-thumb .info-wrap {
          width: 100%; }
          #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs.plus-three .br-thumb .info-wrap p {
            font-size: 12px; }
          #main #main-left .gu__components.collection.thumbnails .outer-wrap .thumbs.plus-three .br-thumb .info-wrap i {
            font-size: 18px; }

#main #main-left .gu__components.ratio {
  background-color: transparent;
  min-height: 200px;
  margin-bottom: 80px;
  height: auto; }
  @media (max-width: 576px) {
    #main #main-left .gu__components.ratio {
      min-height: 300px; } }
  #main #main-left .gu__components.ratio.student-faculty {
    background-color: #0F4D81;
    border-radius: 10px;
    box-shadow: 5px 5px 35px 0px #0f4e8125; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.ratio.student-faculty .first {
        margin-bottom: 0 !important; } }
    #main #main-left .gu__components.ratio.student-faculty .first .wrap .student-wrap {
      max-width: 170px; }
      #main #main-left .gu__components.ratio.student-faculty .first .wrap .student-wrap .icon-wrap {
        border-right: 1px solid #898E9C; }
        #main #main-left .gu__components.ratio.student-faculty .first .wrap .student-wrap .icon-wrap i {
          color: #69AADB;
          font-size: 22px; }
    #main #main-left .gu__components.ratio.student-faculty .first .wrap .teacher-wrap {
      max-width: 80px;
      padding-left: 10px; }
      #main #main-left .gu__components.ratio.student-faculty .first .wrap .teacher-wrap .icon-wrap {
        margin: auto; }
        #main #main-left .gu__components.ratio.student-faculty .first .wrap .teacher-wrap .icon-wrap img {
          box-shadow: none;
          max-height: 40px;
          padding-top: 2px;
          padding-bottom: 2px; }
    @media (max-width: 576px) {
      #main #main-left .gu__components.ratio.student-faculty .second {
        margin-top: 0 !important; } }
    #main #main-left .gu__components.ratio.student-faculty .second .wrap .num-wrap {
      color: #EFCA77;
      font-size: 80px;
      font-family: "ProximaNova-SB", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.ratio.student-faculty .second .wrap .num-wrap {
          line-height: normal; } }
    #main #main-left .gu__components.ratio.student-faculty .second .wrap .text-wrap {
      color: #F7F8FB;
      margin: auto;
      margin-left: 0;
      padding-left: 20px;
      max-width: 200px;
      line-height: 1.2em; }
      @media (max-width: 576px) {
        #main #main-left .gu__components.ratio.student-faculty .second .wrap .text-wrap {
          margin-left: auto;
          margin-right: auto; } }
  #main #main-left .gu__components.ratio.horizontal-single-bar {
    border-radius: 10px;
    box-shadow: none;
    min-height: 380px;
    width: 75%; }
    @media (max-width: 768px) {
      #main #main-left .gu__components.ratio.horizontal-single-bar {
        width: 100%; } }
    @media (max-width: 576px) {
      #main #main-left .gu__components.ratio.horizontal-single-bar {
        min-height: 450px; } }
    #main #main-left .gu__components.ratio.horizontal-single-bar.gray {
      background-color: #E0E1E8;
      box-shadow: 5px 5px 35px 0px #0f4e8125;
      width: 100%; }
      #main #main-left .gu__components.ratio.horizontal-single-bar.gray .overlay {
        padding: 40px 60px; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.ratio.horizontal-single-bar.gray .overlay {
            padding: 30px 40px; } }
        #main #main-left .gu__components.ratio.horizontal-single-bar.gray .overlay .bar-wrap .bar {
          border-right: 3px solid #E0E1E8; }
    #main #main-left .gu__components.ratio.horizontal-single-bar .overlay {
      align-content: center; }
      #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .heading-wrap h3 {
        padding: 0;
        margin: 0;
        color: #0F4D81; }
      #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .heading-wrap p {
        padding: 0;
        margin: 0; }
      #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .bar-wrap {
        display: flex;
        width: 100%;
        margin-top: 20px; }
        #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .bar-wrap .bar {
          height: 40px;
          border-right: 3px solid white; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .bar-wrap .bar:nth-of-type(1) {
            background-color: #0F4D81; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .bar-wrap .bar:nth-of-type(2) {
            background-color: #0577B1; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .bar-wrap .bar:nth-of-type(3) {
            background-color: #69AADB; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .bar-wrap .bar:nth-of-type(4) {
            background-color: #153E61; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .bar-wrap .bar:nth-of-type(5) {
            background-color: #082843; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .bar-wrap .bar:nth-of-type(6) {
            background-color: #DDECF9; }
      #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 15px; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap {
            margin-top: 10px; } }
        #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label {
          display: flex;
          align-items: center;
          margin-right: 20px;
          margin-bottom: -15px;
          margin-bottom: 0px; }
          @media (max-width: 576px) {
            #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label {
              align-items: flex-start; } }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label:nth-of-type(1) i {
            color: #0F4D81; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label:nth-of-type(2) i {
            color: #0577B1; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label:nth-of-type(3) i {
            color: #69AADB; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label:nth-of-type(4) i {
            color: #153E61; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label:nth-of-type(5) i {
            color: #082843; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label:nth-of-type(6) i {
            color: #DDECF9; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label i {
            font-size: 45px;
            color: #0F4D81;
            line-height: 1px;
            margin-left: -15px;
            width: 35px; }
            @media (max-width: 576px) {
              #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label i {
                margin-top: -10px; } }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label .percent {
            font-weight: 500;
            padding: 0;
            margin: 0; }
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label .label-text {
            padding: 0;
            margin: 0;
            margin-left: 5px;
            line-height: 1em; }
            @media (max-width: 576px) {
              #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .label-wrap .label .label-text {
                margin-top: 5px; } }
      #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .btn-wrap a {
        width: fit-content;
        margin-top: 15px; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.ratio.horizontal-single-bar .overlay .btn-wrap a {
            margin-top: 5px; } }
  #main #main-left .gu__components.ratio.horizontal-bar-graph {
    min-height: 400px; }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .heading-wrap {
      margin-top: 40px; }
      @media (min-width: 768px) {
        #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .heading-wrap {
          padding-left: 50px; } }
      #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .heading-wrap h3 {
        padding: 0;
        margin: 0;
        color: #263541; }
      #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .heading-wrap p {
        padding: 0;
        margin: 0;
        max-width: 700px; }
      #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .heading-wrap a {
        width: fit-content;
        margin-top: 15px; }
        @media (max-width: 576px) {
          #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .heading-wrap a {
            margin-top: 5px; } }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row .left {
      margin-top: auto;
      margin-bottom: auto; }
      #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row .left h4 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        text-align: right;
        padding-right: 30px; }
        @media (max-width: 768px) {
          #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row .left h4 {
            text-align: left;
            margin-top: 15px; } }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row .right .bar {
      height: 40px;
      background-color: #0F4D81;
      text-align: right;
      display: flex;
      align-content: center;
      justify-content: flex-end;
      padding-right: 20px; }
      #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row .right .bar p {
        color: white;
        margin: 0;
        padding: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 16px; }
      #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row .right .bar.small {
        padding: 0;
        text-align: center; }
        #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row .right .bar.small p {
          font-size: 12px;
          margin: auto; }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row:nth-of-type(2n + 1) .right .bar {
      background-color: #0F4D81; }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row:nth-of-type(2n + 3) .right .bar {
      background-color: #0678B3; }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row:nth-of-type(2n + 5) .right .bar {
      background-color: #69AADB; }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row:nth-of-type(2n + 7) .right .bar {
      background-color: #C2185B; }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row:nth-of-type(2n + 9) .right .bar {
      background-color: #12873e; }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .percent-row:nth-of-type(2n + 11) .right .bar {
      background-color: #DDECF9; }
    #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .spacer {
      height: 30px; }
      #main #main-left .gu__components.ratio.horizontal-bar-graph .overlay .spacer .right {
        border-left: 1px solid #E0E1E8; }
  @media (max-width: 768px) {
    #main #main-left .gu__components.ratio.vertical-bar {
      min-height: 450px; } }
  #main #main-left .gu__components.ratio.vertical-bar .overlay .left {
    margin: auto;
    padding-right: 30px; }
    #main #main-left .gu__components.ratio.vertical-bar .overlay .left h3 {
      margin-bottom: 0;
      color: #0F4D81;
      margin-bottom: 15px; }
  @media (max-width: 768px) {
    #main #main-left .gu__components.ratio.vertical-bar .overlay .right {
      margin-top: 30px; } }
  #main #main-left .gu__components.ratio.vertical-bar .overlay .right .bar-col-wrap {
    height: 200px;
    justify-content: space-between; }
    #main #main-left .gu__components.ratio.vertical-bar .overlay .right .bar-col-wrap .bar-wrap {
      width: 100%;
      display: flex;
      background-size: 40px 40px;
      background-image: linear-gradient(to bottom, #E0E1E8 1px, transparent 1px);
      border-bottom: 1px solid #E0E1E8; }
      #main #main-left .gu__components.ratio.vertical-bar .overlay .right .bar-col-wrap .bar-wrap .bar {
        background-color: #0577B1;
        width: 30px;
        margin: auto;
        margin-bottom: 0; }
        #main #main-left .gu__components.ratio.vertical-bar .overlay .right .bar-col-wrap .bar-wrap .bar .bar-label {
          margin-top: -30px;
          text-align: center;
          font-size: 16px;
          font-weight: 600;
          color: #0F4D81; }
  #main #main-left .gu__components.ratio.vertical-bar .overlay .right .label-col-wrap {
    justify-content: space-between; }
    #main #main-left .gu__components.ratio.vertical-bar .overlay .right .label-col-wrap .label-wrap {
      padding-top: 10px;
      width: 30px; }
      #main #main-left .gu__components.ratio.vertical-bar .overlay .right .label-col-wrap .label-wrap .label {
        text-align: center;
        color: #0577B1;
        font-weight: 500;
        font-size: 16px; }

#main #main-left .the_content .gu__components {
  margin-bottom: 0px; }

#main #main-left #overview {
  margin-bottom: 120px; }
  @media (max-width: 576px) {
    #main #main-left #overview {
      margin-bottom: 80px; } }
  #main #main-left #overview.main-content-simple .overview-thumb-row .wrap {
    padding-right: 20px; }
    @media (max-width: 768px) {
      #main #main-left #overview.main-content-simple .overview-thumb-row .wrap img {
        margin-bottom: 20px;
        max-height: 200px; } }
  #main #main-left #overview.main-content-simple .overview-thumb-row .the_content {
    padding-left: 10px; }
    @media (max-width: 768px) {
      #main #main-left #overview.main-content-simple .overview-thumb-row .the_content {
        padding-left: 0; } }

#main #main-left #featured-vid {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  #main #main-left #featured-vid iframe {
    border-radius: 10px; }
  #main #main-left #featured-vid i {
    font-size: 62px;
    transition: ease 0.3s; }
    #main #main-left #featured-vid i:hover {
      color: #4C5263; }

#main #main-left #featured-vid-transcript.accordion {
  margin-bottom: 120px;
  margin: auto; }
  @media (max-width: 576px) {
    #main #main-left #featured-vid-transcript.accordion {
      margin-bottom: 70px; } }
  #main #main-left #featured-vid-transcript.accordion .video_transcript p {
    font-size: 14px;
    margin-top: 15px; }
  #main #main-left #featured-vid-transcript.accordion button {
    font-size: 16px;
    font-weight: 600;
    color: #263541;
    background-color: #6AABDD80;
    box-shadow: 5px 5px 35px 0px #0f4e8125;
    border-radius: 10px;
    padding: 15px 20px; }
    @media screen and (max-width: 768px) {
      #main #main-left #featured-vid-transcript.accordion button {
        font-size: 22px; } }
    #main #main-left #featured-vid-transcript.accordion button i {
      color: #263541;
      margin-right: 10px; }
  #main #main-left #featured-vid-transcript.accordion .accordion-item {
    background-color: transparent;
    border: none; }
  #main #main-left #featured-vid-transcript.accordion .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23263541'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  #main #main-left #featured-vid-transcript.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23263541'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  #main #main-left #featured-vid-transcript.accordion .accordion-body {
    padding: 10px 20px; }
    @media screen and (max-width: 576px) {
      #main #main-left #featured-vid-transcript.accordion .accordion-body {
        padding-left: 0px;
        padding-right: 0px; } }
    #main #main-left #featured-vid-transcript.accordion .accordion-body .video_transcript {
      max-height: 200px;
      overflow: auto;
      margin: 20px 0;
      padding-right: 20px; }
      #main #main-left #featured-vid-transcript.accordion .accordion-body .video_transcript p {
        margin: 0; }
      #main #main-left #featured-vid-transcript.accordion .accordion-body .video_transcript::-webkit-scrollbar-thumb {
        background-color: #bfc4ce; }
      #main #main-left #featured-vid-transcript.accordion .accordion-body .video_transcript::-webkit-scrollbar-track {
        background-color: #DDDFE7; }
  #main #main-left #featured-vid-transcript.accordion h3, #main #main-left #featured-vid-transcript.accordion p {
    color: #4C5263; }
  #main #main-left #featured-vid-transcript.accordion p {
    font-size: 18px; }
  #main #main-left #featured-vid-transcript.accordion .social {
    padding: 10px;
    padding-left: 0px; }
    #main #main-left #featured-vid-transcript.accordion .social p {
      margin-right: 10px;
      font-size: 18px;
      font-weight: 700; }
    #main #main-left #featured-vid-transcript.accordion .social i {
      margin-right: 10px;
      margin-left: 15px;
      font-size: 18px;
      border: 1px solid #E0E1E8;
      border-radius: 50%;
      padding: 5px;
      display: flex; }

#main #main-left #featured-img {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 372px;
  background-size: cover;
  background-position: center;
  overflow-y: hidden; }
  @media screen and (max-width: 768px) {
    #main #main-left #featured-img {
      height: 137px; } }
  #main #main-left #featured-img img {
    margin-top: -65px;
    margin-left: 30px; }

#main #main-left #overview {
  margin-bottom: 120px; }
  @media (max-width: 576px) {
    #main #main-left #overview {
      margin-bottom: 80px; } }
  #main #main-left #overview.main-content-simple .overview-thumb-row .wrap {
    padding-right: 20px; }
    @media (max-width: 768px) {
      #main #main-left #overview.main-content-simple .overview-thumb-row .wrap img {
        margin-bottom: 20px;
        max-height: 200px; } }
  #main #main-left #overview.main-content-simple .overview-thumb-row .the_content {
    padding-left: 10px; }
    @media (max-width: 768px) {
      #main #main-left #overview.main-content-simple .overview-thumb-row .the_content {
        padding-left: 0; } }

#main #main-left #collections-list {
  margin-bottom: 120px; }
  #main #main-left #collections-list .collection-wrap {
    box-shadow: 5px 5px 35px 0px #0f4e8125;
    border-radius: 10px;
    padding: 20px; }
    #main #main-left #collections-list .collection-wrap + .collection-wrap {
      margin-top: 20px; }
    #main #main-left #collections-list .collection-wrap h6, #main #main-left #collections-list .collection-wrap .heading-wrap.flag h3, .heading-wrap.flag #main #main-left #collections-list .collection-wrap h3 {
      margin-bottom: 15px; }
      #main #main-left #collections-list .collection-wrap h6 a, #main #main-left #collections-list .collection-wrap .heading-wrap.flag h3 a, .heading-wrap.flag #main #main-left #collections-list .collection-wrap h3 a {
        color: #0F4D81;
        transition: ease 0.3s; }
        #main #main-left #collections-list .collection-wrap h6 a:hover, #main #main-left #collections-list .collection-wrap .heading-wrap.flag h3 a:hover, .heading-wrap.flag #main #main-left #collections-list .collection-wrap h3 a:hover {
          color: #69AADB; }
    #main #main-left #collections-list .collection-wrap .location i {
      margin-right: 10px; }
    #main #main-left #collections-list .collection-wrap .location p {
      color: #4C5263;
      font-size: 16px; }
    #main #main-left #collections-list .collection-wrap .excerpt {
      color: #263541; }
    #main #main-left #collections-list .collection-wrap .provider {
      color: #0F4D81;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 15px;
      transition: ease 0.3s; }
      #main #main-left #collections-list .collection-wrap .provider:hover {
        color: #69AADB; }
    #main #main-left #collections-list .collection-wrap .type {
      color: #263541;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 0px; }
      #main #main-left #collections-list .collection-wrap .type a {
        color: #263541;
        font-weight: 600;
        font-size: 16px; }

#main #main-left #collections-tree {
  margin-bottom: 80px; }
  #main #main-left #collections-tree .accordion-button div {
    font-weight: 600;
    font-size: 18px; }
  #main #main-left #collections-tree .accordion-body {
    padding-top: 30px;
    padding-bottom: 30px; }
    #main #main-left #collections-tree .accordion-body ul {
      margin-bottom: 0; }
      #main #main-left #collections-tree .accordion-body ul li:before {
        display: none; }
      #main #main-left #collections-tree .accordion-body ul li a {
        color: #263541;
        transition: ease 0.3s; }
        #main #main-left #collections-tree .accordion-body ul li a:hover {
          color: #0577B1; }

#main #main-left #social-share {
  margin-top: 30px;
  margin-bottom: 80px; }
  @media screen and (max-width: 576px) {
    #main #main-left #social-share {
      margin-bottom: 50px; } }
  #main #main-left #social-share .social {
    padding: 10px 0px; }
    #main #main-left #social-share .social a {
      margin-right: 10px; }
    #main #main-left #social-share .social p {
      margin-right: 10px;
      font-size: 18px;
      font-weight: 700; }
    #main #main-left #social-share .social i, #main #main-left #social-share .social img {
      margin-right: 10px;
      margin-left: 15px;
      font-size: 18px;
      border: 1px solid #E0E1E8;
      border-radius: 50%;
      padding: 5px;
      display: flex;
      transition: ease 0.3s; }
      #main #main-left #social-share .social i.gu, #main #main-left #social-share .social img.gu {
        width: 30px;
        height: 30px; }
      #main #main-left #social-share .social i:hover, #main #main-left #social-share .social img:hover {
        background-color: #E0E1E8; }
  #main #main-left #social-share .social.link {
    padding-top: 10px;
    align-items: center; }
    #main #main-left #social-share .social.link a {
      color: #4C5263;
      font-size: 18px; }
    #main #main-left #social-share .social.link i {
      color: #69AADB;
      font-size: 28px;
      margin-left: 0px;
      border: none;
      padding: 0 10px 0 0; }

#main #right-sidebar {
  margin-bottom: 120px;
  border-left: 1px solid #DDDFE7;
  padding-left: 0; }
  #main #right-sidebar .filter-heading {
    max-width: 242px; }
    #main #right-sidebar .filter-heading h6, #main #right-sidebar .filter-heading .heading-wrap.flag h3, .heading-wrap.flag #main #right-sidebar .filter-heading h3 {
      font-size: 18px;
      color: #C2185B;
      font-weight: 500; }
    #main #right-sidebar .filter-heading i {
      color: #C2185B; }
  #main #right-sidebar .browse-by.link-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 30px 0 30px;
    border-bottom: 1px solid #DDDFE7;
    padding-bottom: 20px; }
    #main #right-sidebar .browse-by.link-wrap h6, #main #right-sidebar .browse-by.link-wrap .heading-wrap.flag h3, .heading-wrap.flag #main #right-sidebar .browse-by.link-wrap h3 {
      color: #263541;
      width: 100%;
      margin-bottom: 15px; }
    #main #right-sidebar .browse-by.link-wrap a {
      width: 100%; }
      #main #right-sidebar .browse-by.link-wrap a p {
        transition: ease 0.3s; }
      #main #right-sidebar .browse-by.link-wrap a:hover p {
        color: #69AADB; }
  #main #right-sidebar .link-wrap {
    padding: 0px 0px 10px 0; }
    #main #right-sidebar .link-wrap a {
      text-decoration: none; }
      #main #right-sidebar .link-wrap a.gu__btn, #main #right-sidebar .link-wrap .quick-links a.pink-btn, #main #right-sidebar .quick-links .link-wrap a.pink-btn, #main #right-sidebar .link-wrap .quick-links a.blue-btn, #main #right-sidebar .quick-links .link-wrap a.blue-btn, #main #right-sidebar .link-wrap .quick-links a.pinkborder-btn, #main #right-sidebar .quick-links .link-wrap a.pinkborder-btn, #main #right-sidebar .link-wrap .quick-links a.blueborder-btn, #main #right-sidebar .quick-links .link-wrap a.blueborder-btn {
        font-size: 10px;
        width: auto;
        display: flex;
        padding: 5px; }
        #main #right-sidebar .link-wrap a.gu__btn i, #main #right-sidebar .link-wrap .quick-links a.pink-btn i, #main #right-sidebar .quick-links .link-wrap a.pink-btn i, #main #right-sidebar .link-wrap .quick-links a.blue-btn i, #main #right-sidebar .quick-links .link-wrap a.blue-btn i, #main #right-sidebar .link-wrap .quick-links a.pinkborder-btn i, #main #right-sidebar .quick-links .link-wrap a.pinkborder-btn i, #main #right-sidebar .link-wrap .quick-links a.blueborder-btn i, #main #right-sidebar .quick-links .link-wrap a.blueborder-btn i {
          font-size: 10px;
          color: #F7F8FB;
          margin-right: 5px; }
        #main #right-sidebar .link-wrap a.gu__btn:hover i, #main #right-sidebar .link-wrap .quick-links a.pink-btn:hover i, #main #right-sidebar .quick-links .link-wrap a.pink-btn:hover i, #main #right-sidebar .link-wrap .quick-links a.blue-btn:hover i, #main #right-sidebar .quick-links .link-wrap a.blue-btn:hover i, #main #right-sidebar .link-wrap .quick-links a.pinkborder-btn:hover i, #main #right-sidebar .quick-links .link-wrap a.pinkborder-btn:hover i, #main #right-sidebar .link-wrap .quick-links a.blueborder-btn:hover i, #main #right-sidebar .quick-links .link-wrap a.blueborder-btn:hover i {
          color: #C2185B; }
        #main #right-sidebar .link-wrap a.gu__btn.provider, #main #right-sidebar .link-wrap .quick-links a.provider.pink-btn, #main #right-sidebar .quick-links .link-wrap a.provider.pink-btn, #main #right-sidebar .link-wrap .quick-links a.provider.blue-btn, #main #right-sidebar .quick-links .link-wrap a.provider.blue-btn, #main #right-sidebar .link-wrap .quick-links a.provider.pinkborder-btn, #main #right-sidebar .quick-links .link-wrap a.provider.pinkborder-btn, #main #right-sidebar .link-wrap .quick-links a.provider.blueborder-btn, #main #right-sidebar .quick-links .link-wrap a.provider.blueborder-btn {
          margin-right: 15px; }
      #main #right-sidebar .link-wrap a.current p {
        color: #0F4D81; }
    #main #right-sidebar .link-wrap i {
      margin-right: 15px;
      color: #4C5263; }
    #main #right-sidebar .link-wrap i.op-hide:before {
      opacity: 0; }
    #main #right-sidebar .link-wrap p {
      font-size: 16px;
      margin-bottom: 0px;
      width: 100%;
      color: #4C5263; }
  #main #right-sidebar .link-wrap.active {
    color: #C2185B; }
    #main #right-sidebar .link-wrap.active p, #main #right-sidebar .link-wrap.active i {
      color: #C2185B; }
  #main #right-sidebar .link-wrap.outside {
    margin-left: 0;
    padding: 0px 0px 10px 0px; }
  #main #right-sidebar .team-leader {
    text-align: left;
    max-width: 242px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-left: 30px; }
    #main #right-sidebar .team-leader .headshot-wrap div {
      background-size: cover;
      background-position: center;
      height: 150px;
      width: 150px;
      border-radius: 50%;
      margin-bottom: 10px; }
    #main #right-sidebar .team-leader .name {
      margin-bottom: 0;
      font-weight: 600;
      color: #0F4D81;
      display: block;
      font-size: 18px; }
      #main #right-sidebar .team-leader .name:hover {
        color: #898E9C; }
    #main #right-sidebar .team-leader .title {
      margin-bottom: 0;
      color: #263541;
      font-size: 18px; }
  #main #right-sidebar .side-nav {
    background-color: white;
    padding: 10px 0px;
    padding-left: 30px;
    border-left: 3px solid #69AADB;
    overflow: auto;
    top: 120px;
    z-index: 10; }
    #main #right-sidebar .side-nav #side-links-hideif {
      margin-bottom: 20px; }
    #main #right-sidebar .side-nav #side-contact-info-showif h3 {
      padding: 10px 15px 10px 15px;
      margin-bottom: 0; }
    #main #right-sidebar .side-nav #side-contact-info-showif .link-wrap {
      padding: 10px 15px 0px 0; }
      #main #right-sidebar .side-nav #side-contact-info-showif .link-wrap p {
        height: auto; }
    #main #right-sidebar .side-nav .link-wrap {
      padding: 10px 0px 10px 0; }
      #main #right-sidebar .side-nav .link-wrap a {
        text-decoration: none; }
        #main #right-sidebar .side-nav .link-wrap a.gu__btn, #main #right-sidebar .side-nav .link-wrap .quick-links a.pink-btn, #main #right-sidebar .quick-links .side-nav .link-wrap a.pink-btn, #main #right-sidebar .side-nav .link-wrap .quick-links a.blue-btn, #main #right-sidebar .quick-links .side-nav .link-wrap a.blue-btn, #main #right-sidebar .side-nav .link-wrap .quick-links a.pinkborder-btn, #main #right-sidebar .quick-links .side-nav .link-wrap a.pinkborder-btn, #main #right-sidebar .side-nav .link-wrap .quick-links a.blueborder-btn, #main #right-sidebar .quick-links .side-nav .link-wrap a.blueborder-btn {
          font-size: 10px;
          width: auto;
          display: flex;
          padding: 5px; }
          #main #right-sidebar .side-nav .link-wrap a.gu__btn i, #main #right-sidebar .side-nav .link-wrap .quick-links a.pink-btn i, #main #right-sidebar .quick-links .side-nav .link-wrap a.pink-btn i, #main #right-sidebar .side-nav .link-wrap .quick-links a.blue-btn i, #main #right-sidebar .quick-links .side-nav .link-wrap a.blue-btn i, #main #right-sidebar .side-nav .link-wrap .quick-links a.pinkborder-btn i, #main #right-sidebar .quick-links .side-nav .link-wrap a.pinkborder-btn i, #main #right-sidebar .side-nav .link-wrap .quick-links a.blueborder-btn i, #main #right-sidebar .quick-links .side-nav .link-wrap a.blueborder-btn i {
            font-size: 10px;
            color: #F7F8FB;
            margin-right: 5px; }
          #main #right-sidebar .side-nav .link-wrap a.gu__btn:hover i, #main #right-sidebar .side-nav .link-wrap .quick-links a.pink-btn:hover i, #main #right-sidebar .quick-links .side-nav .link-wrap a.pink-btn:hover i, #main #right-sidebar .side-nav .link-wrap .quick-links a.blue-btn:hover i, #main #right-sidebar .quick-links .side-nav .link-wrap a.blue-btn:hover i, #main #right-sidebar .side-nav .link-wrap .quick-links a.pinkborder-btn:hover i, #main #right-sidebar .quick-links .side-nav .link-wrap a.pinkborder-btn:hover i, #main #right-sidebar .side-nav .link-wrap .quick-links a.blueborder-btn:hover i, #main #right-sidebar .quick-links .side-nav .link-wrap a.blueborder-btn:hover i {
            color: #C2185B; }
          #main #right-sidebar .side-nav .link-wrap a.gu__btn.provider, #main #right-sidebar .side-nav .link-wrap .quick-links a.provider.pink-btn, #main #right-sidebar .quick-links .side-nav .link-wrap a.provider.pink-btn, #main #right-sidebar .side-nav .link-wrap .quick-links a.provider.blue-btn, #main #right-sidebar .quick-links .side-nav .link-wrap a.provider.blue-btn, #main #right-sidebar .side-nav .link-wrap .quick-links a.provider.pinkborder-btn, #main #right-sidebar .quick-links .side-nav .link-wrap a.provider.pinkborder-btn, #main #right-sidebar .side-nav .link-wrap .quick-links a.provider.blueborder-btn, #main #right-sidebar .quick-links .side-nav .link-wrap a.provider.blueborder-btn {
            margin-right: 15px; }
        #main #right-sidebar .side-nav .link-wrap a:hover {
          color: #69AADB; }
          #main #right-sidebar .side-nav .link-wrap a:hover i {
            color: #69AADB; }
      #main #right-sidebar .side-nav .link-wrap i {
        margin-right: 15px;
        color: #4C5263; }
      #main #right-sidebar .side-nav .link-wrap i.op-hide:before {
        opacity: 0; }
      #main #right-sidebar .side-nav .link-wrap p {
        font-size: 16px;
        margin-bottom: 0px;
        width: 100%;
        color: #4C5263;
        transition: ease 0.3s; }
        #main #right-sidebar .side-nav .link-wrap p:hover {
          color: #69AADB; }
    #main #right-sidebar .side-nav .link-wrap.active {
      color: #69AADB; }
      #main #right-sidebar .side-nav .link-wrap.active p, #main #right-sidebar .side-nav .link-wrap.active i {
        color: #69AADB; }
    #main #right-sidebar .side-nav #close {
      display: none;
      border-radius: 5px;
      text-align: center;
      padding: 3px 5px;
      margin-bottom: 10px;
      transition: ease 0.3s;
      line-height: 1.1rem; }
      #main #right-sidebar .side-nav #close:hover i {
        color: #0F4D81; }
      #main #right-sidebar .side-nav #close i {
        color: #69AADB;
        margin: 0px;
        font-size: 18px; }
  #main #right-sidebar .go-back {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #DDDFE7;
    border-bottom: 1px solid #DDDFE7; }
    #main #right-sidebar .go-back .link-wrap {
      padding-bottom: 0; }
      #main #right-sidebar .go-back .link-wrap .provider {
        color: #263541;
        transition: ease 0.3s; }
        #main #right-sidebar .go-back .link-wrap .provider i {
          color: #69AADB; }
        #main #right-sidebar .go-back .link-wrap .provider:hover {
          color: #69AADB; }
  #main #right-sidebar .quick-links {
    margin-top: 20px; }
    #main #right-sidebar .quick-links h3 {
      color: #898E9C;
      margin-bottom: 35px; }
    #main #right-sidebar .quick-links a {
      color: #C2185B;
      display: block;
      margin-bottom: 10px;
      font-size: 16px;
      transition: ease 0.3s; }
      #main #right-sidebar .quick-links a i {
        margin-right: 15px; }
      #main #right-sidebar .quick-links a:hover {
        color: #69AADB; }
      #main #right-sidebar .quick-links a.pink-btn {
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 10px; }
      #main #right-sidebar .quick-links a.blue-btn {
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 10px; }
      #main #right-sidebar .quick-links a.pinkborder-btn {
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 10px; }
      #main #right-sidebar .quick-links a.blueborder-btn {
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 10px; }
    #main #right-sidebar .quick-links .apply {
      text-decoration: unset;
      color: white;
      font-weight: 400;
      width: -moz-fit-content;
      width: fit-content;
      padding: 5px 10px;
      font-size: 14px; }
      #main #right-sidebar .quick-links .apply:hover {
        color: #C2185B; }
    #main #right-sidebar .quick-links .c-admis {
      text-decoration: unset;
      padding: 0;
      color: #C2185B;
      margin-top: 15px;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 400; }
      #main #right-sidebar .quick-links .c-admis:hover {
        color: #69AADB; }
    #main #right-sidebar .quick-links.is-this-you h5 {
      color: #263541;
      font-size: 18px;
      margin-bottom: 10px; }
    #main #right-sidebar .quick-links.is-this-you a {
      color: #C2185B;
      text-decoration: unset; }
      #main #right-sidebar .quick-links.is-this-you a i {
        color: #C2185B; }
  #main #right-sidebar .side-nav.is-pinned #close {
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px; }

#contact {
  background-color: #F7F8FB; }
  #contact .form-box {
    padding: 60px 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 1366px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 768px) {
      #contact .form-box {
        padding: 60px 30px; } }
    @media (max-width: 576px) {
      #contact .form-box {
        padding: 60px 20px; } }
    #contact .form-box h2, #contact .form-box #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap #contact .form-box .date {
      color: #263541;
      text-align: left;
      padding-left: 0;
      margin-bottom: 20px; }
    #contact .form-box a.department {
      color: #0F4D81;
      text-align: left;
      font-size: 20px;
      padding-left: 0;
      margin-bottom: 20px;
      transition: ease 0.3s; }
      @media (max-width: 576px) {
        #contact .form-box a.department {
          font-size: 18px; } }
      #contact .form-box a.department:hover {
        color: #69AADB; }
    #contact .form-box p.department {
      color: #0F4D81;
      text-align: left;
      font-size: 20px;
      padding-left: 0;
      margin-bottom: 20px; }
      @media (max-width: 576px) {
        #contact .form-box p.department {
          font-size: 18px; } }
    #contact .form-box p {
      color: #263541;
      font-size: 18px;
      text-align: left;
      font-weight: 400; }
    #contact .form-box .col.left {
      padding-right: 40px;
      padding-left: 0;
      border-right: 1px solid #DDDFE7; }
      @media (max-width: 768px) {
        #contact .form-box .col.left {
          padding-right: 0;
          padding-left: 0;
          border: none; } }
    #contact .form-box .col.right {
      padding-left: 60px; }
      @media (max-width: 768px) {
        #contact .form-box .col.right {
          padding-left: 0px;
          margin-top: 40px; } }
      #contact .form-box .col.right .note {
        font-size: 14px; }
    @media (max-width: 576px) {
      #contact .form-box .fillout {
        margin-top: 40px;
        font-size: 16px; } }
    #contact .form-box form input {
      width: 100%;
      height: 40px;
      margin-bottom: 0px;
      border-radius: 5px;
      padding-left: 20px;
      color: #263541; }
    #contact .form-box form input[type=submit] {
      color: white;
      background-color: #C2185B;
      border: 2px solid #C2185B;
      box-shadow: 5px 5px 35px 0px #0f4e8125;
      transition: ease 0.3s;
      max-width: 120px;
      text-transform: uppercase; }
      #contact .form-box form input[type=submit]:hover {
        background-color: transparent;
        border-color: #C2185B;
        color: #C2185B; }
      @media (max-width: 768px) {
        #contact .form-box form input[type=submit] {
          height: auto; } }
    #contact .form-box form select {
      background-color: white;
      height: 40px;
      margin-bottom: 10px;
      border-radius: 5px;
      padding-left: 20px;
      color: #4C5263; }
    #contact .form-box form textarea {
      height: 90px;
      border-radius: 5px;
      padding-left: 20px;
      margin-bottom: 0px;
      padding-top: 15px;
      color: #4C5263; }
    #contact .form-box form button {
      height: 40px; }
    #contact .form-box .location-map-info .info {
      padding-left: 25px;
      margin: auto;
      text-align: left;
      padding-right: 25px;
      margin-left: 0; }
      @media (max-width: 768px) {
        #contact .form-box .location-map-info .info {
          padding-right: 0px; } }
      #contact .form-box .location-map-info .info h2, #contact .form-box .location-map-info #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, #main #main-left .gu__components.timeline .time-wrap #contact .form-box .location-map-info .info .info-wrap .date {
        margin-bottom: 40px; }
      #contact .form-box .location-map-info .info hr {
        background-color: #69AADB; }
      #contact .form-box .location-map-info .info .contact {
        margin-bottom: 20px; }
        #contact .form-box .location-map-info .info .contact i {
          margin-right: 15px;
          color: #4C5263; }
        #contact .form-box .location-map-info .info .contact p {
          margin-bottom: 10px;
          text-align: left;
          font-size: 16px;
          color: #4C5263; }
          @media (max-width: 992px) {
            #contact .form-box .location-map-info .info .contact p {
              font-size: 14px; } }
      #contact .form-box .location-map-info .info .hours .col {
        margin-bottom: 10px; }
      #contact .form-box .location-map-info .info .hours .day {
        color: #263541;
        font-weight: 600;
        font-size: 16px; }
      #contact .form-box .location-map-info .info .hours .times {
        color: #263541;
        font-size: 16px;
        padding-right: 5px; }
        @media (max-width: 992px) {
          #contact .form-box .location-map-info .info .hours .times {
            font-size: 14px; } }
      #contact .form-box .location-map-info .info .social-share .social {
        margin-top: 20px; }
        #contact .form-box .location-map-info .info .social-share .social a {
          background-color: #69AADB;
          transition: ease 0.3s; }
          #contact .form-box .location-map-info .info .social-share .social a:hover {
            background-color: #0678B3; }
          #contact .form-box .location-map-info .info .social-share .social a i {
            margin-top: -3px; }
  #contact .gform_wrapper.gravity-theme .gfield_label {
    color: #263541;
    font-weight: 400;
    margin-bottom: 5px; }
  #contact .gform_wrapper.gravity-theme .gfield {
    text-align: left; }
  #contact .gform_wrapper.gravity-theme .gform_footer {
    text-align: left;
    padding-top: 0; }
  #contact .gform_confirmation_message {
    color: #69AADB; }
  #contact.user p, #contact.user .fillout, #contact.user h2, #contact.user #main #main-left .gu__components.timeline .time-wrap .info .info-wrap .date, #main #main-left .gu__components.timeline .time-wrap .info .info-wrap #contact.user .date, #contact.user .gform_wrapper.gravity-theme .gfield_label {
    color: white; }

#contact-info-top {
  margin-top: 30px; }
  #contact-info-top p {
    margin-bottom: 0;
    margin-left: 5px; }

