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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* default color for everything */
/* breakpoints */
/* max width of site column */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Typography Base */

h1 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #002664;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 5px;
  font-size: 46px;
  line-height: 52px;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #002664;
  font-size: 28px;
  line-height: 34px;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #002664;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

p {
  display: block;
  float: none;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #616365;
  font-size: 14px;
  line-height: 20px;
  line-height: 24px;
  margin: 20px 0;
}

ul li,
ol li {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #616365;
  font-size: 14px;
  line-height: 20px;
}

a {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #3d7edb;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[href$=".pdf"]:after {
  content: "\f1c1";
  font-family: 'Font Awesome 6 Pro';
  color: #FF0000;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
a[href$=".docx"]:after, a[href$=".doc"]:after {
  content: "\f1c2";
  font-family: 'Font Awesome 6 Pro';
  color: #0005FF;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

blockquote {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #616365;
  font-size: 14px;
  line-height: 20px;
  border-left: 3px solid #002664;
  padding: 0 10px;
  margin: 10px 0 10px 10px;
  display: block;
  float: right;
  width: 50%;
}

th {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #616365;
  font-size: 14px;
  line-height: 20px;
}

td {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #616365;
  font-size: 14px;
  line-height: 20px;
}

/* Footer Component */
footer {
  display: block;
  float: left;
  width: 100%;
  background: #061F5C;
}
footer .column .footer-meta {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 30px 30px 30px;
}
footer .column .footer-meta div.utility-footer {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  width: 60%;
  text-align: left;
}
footer .column .footer-meta div.utility-footer ul {
  display: inline-block;
}
footer .column .footer-meta div.utility-footer ul li {
  display: block;
  float: left;
  width: 100%;
}
footer .column .footer-meta div.utility-footer ul li a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
  padding: 0 15px;
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
footer .column .footer-meta div.utility-footer ul li:last-child a:after {
  background: none;
}
footer .column .footer-meta div.contact {
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
  text-align: left;
}
footer .column .footer-meta div.contact h3 {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #e1e1e1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: none;
}
footer .column .footer-meta div.contact p {
  padding: 0;
  margin: 0;
  color: #e1e1e1;
  font-size: 12px;
}
footer .column .footer-meta div.contact a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #e1e1e1;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
footer .column .footer-meta div.social {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  width: 40%;
  margin-top: 0;
}
footer .column .footer-meta div.social ul {
  display: inline-block;
  float: none;
}
footer .column .footer-meta div.social ul li {
  display: block;
  float: left;
  width: auto;
  padding: 0 6px;
}
footer .column .footer-meta div.social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px 0 0 0;
  background: #537BBD;
  border-radius: 50%;
  text-align: center;
}
footer .column .footer-meta div.social ul li a span {
  font-size: 16px;
  color: white;
}
footer .column .footer-meta div.social ul li a span span {
  text-indent: -9999px;
  display: inline-block;
}
footer .column .footer-meta div.social ul li a:hover {
  opacity: 0.85;
}
footer .column .footer-meta div.social ul li a.youtube {
  background: #e9654b;
}
footer .column .footer-meta div.social ul li a.facebook {
  background: #537bbd;
}
footer .column .footer-meta div.social ul li a.twitter {
  background: #78cdf0;
}
footer .column .footer-meta div.social ul li a.linkedin {
  background: #2085c7;
}
footer .column .footer-meta div.social ul li a.flickr {
  background: white;
}
footer .column .footer-meta div.social ul li a.flickr span {
  color: #346db4;
}
footer .column .footer-meta div.social ul li a.instagram {
  background: #696a6a;
}

/* Header Component */
header {
  display: block;
  float: left;
  width: 100%;
}
header .alert {
  display: block;
  float: left;
  width: 100%;
  overflow: visible;
  background: #b89a68;
  height: 65px;
}
header .alert .toggle {
  height: 65px;
  padding: 20px;
  cursor: pointer;
  max-width: 1250px;
  margin: auto;
}
header .alert .toggle h2 {
  display: block;
  float: left;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  text-transform: uppercase;
}
header .alert .toggle span {
  display: block;
  float: left;
  width: 60px;
}
header .alert .toggle span:after {
  content: "\f107";
  font-family: 'Font Awesome 6 Pro';
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  transition: all .3s;
  display: block;
  float: right;
  position: relative;
  left: 5px;
}
header .alert .message {
  background: #d5ba8f;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
  padding: 20px;
  margin: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
}
header .alert .message .column:before {
  content: "\f05a";
  font-family: 'Font Awesome 6 Pro';
  width: 130px;
  height: 130px;
  margin: 12px auto;
  color: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  display: block;
  box-sizing: border-box;
  text-align: center;
  line-height: 120px;
  font-size: 50px;
  float: left;
}
header .alert .message p {
  display: block;
  float: left;
  width: 100%;
  width: -webkit-calc(100% - 154px);
  width: calc(100% - 154px);
  position: relative;
  padding: 10px 20px;
}
header .alert .message a {
  position: relative;
  display: block;
  float: left;
  width: auto;
  position: relative;
  padding: 10px 0 10px 20px;
}
header .alert .message a:after {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-size: 14px;
  font-style: normal;
  position: absolute;
  right: -10px;
  color: #fff;
}
header .alert.emergency {
  background: #880000;
}
header .alert.emergency .message {
  background: rgba(173, 0, 0, 0.9);
}
header .alert.emergency .message .column:before {
  content: "\f071";
}
header .alert.weather {
  background: #002664;
}
header .alert.weather .message {
  background: rgba(57, 106, 165, 0.9);
}
header .alert.weather .message .column:before {
  content: "\f0e7";
}
header .alert.closed .message {
  display: none;
}
header .alert.closed .toggle span:after {
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}
header .search {
  display: none;
  width: 0;
  float: right;
  background: white;
  height: 40px;
  display: none;
  width: 200px;
  height: 40px;
}
header .search form {
  display: block;
  margin: auto;
  max-width: 1250px;
}
header .search form #as_q {
  display: block;
  float: left;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  height: 40px;
  padding: 0 0 0 20px;
  background: none;
  border: none;
  font-style: italic;
  font-size: 18px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 40px;
}
header .search form #as_q::-webkit-input-placeholder {
  color: #d5dedf;
  line-height: 16px;
}
header .search form #as_q:-moz-placeholder {
  /* Firefox 18- */
  color: #d5dedf;
  line-height: 16px;
}
header .search form #as_q::-moz-placeholder {
  /* Firefox 19+ */
  color: #d5dedf;
  line-height: 16px;
}
header .search form #as_q:-ms-input-placeholder {
  /* ie */
  color: #d5dedf;
  line-height: 16px;
}
header .search form #site_search_button {
  display: block;
  float: left;
  width: 40px;
  font-size: 18px;
  color: #d5d5d5;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
}
header.search-open .search {
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  right: 42px;
  z-index: 1;
}
header.search-open .l-head .header-right .search-toggle span.fa-search:before {
  content: "\f00d";
}
header.mobi-open .l-head {
  position: relative;
  z-index: 9998;
  height: 100%;
  position: relative;
  min-height: initial;
  top: 0;
  width: 100%;
  background: url("images/header.jpg") repeat-x top center;
  overflow-y: visible;
}
header.mobi-open .l-head .mobi-toggle-wrapper {
  height: 115px;
}
header.mobi-open .l-head .mobi-toggle-wrapper .toggle .toggle-element {
  background: none;
}
header.mobi-open .l-head .mobi-toggle-wrapper .toggle .toggle-element:before {
  top: 0px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.mobi-open .l-head .mobi-toggle-wrapper .toggle .toggle-element:after {
  top: -4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.mobi-open .header-right {
  height: auto;
}
header.mobi-open .header-right .main-nav-container {
  display: block;
}
header.mobi-open .header-right .gateway-container {
  display: block;
}
header.mobi-open .header-right .resources-container {
  display: block;
}
header.mobi-open .header-right .search-container {
  padding: 10px 30px 20px 30px;
}
header.mobi-open .header-right .search-container .search {
  display: block;
  width: 100%;
  float: left;
  display: none;
}
header.mobi-open.search-open .search {
  display: block;
  width: 200px;
}

.l-head {
  display: block;
  float: left;
  width: 100%;
  height: 100px;
  position: relative;
  height: 120px;
}
.l-head a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.l-head .mobi-toggle-wrapper {
  display: block;
  float: right;
  width: 100%;
  background: url("images/diag-bg02.png") repeat top left;
  display: none;
}
.l-head .mobi-toggle-wrapper .toggle {
  display: block;
  float: right;
  width: auto;
  position: relative;
  margin: 25px 20px 0 0;
  padding: 13px 3px;
  background: #4e4d4d;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
}
.l-head .mobi-toggle-wrapper .toggle .toggle-element {
  display: block;
  float: left;
  width: 24px;
  height: 4px;
  margin: 10px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  box-sizing: initial;
}
.l-head .mobi-toggle-wrapper .toggle .toggle-element:before {
  top: -7px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.l-head .mobi-toggle-wrapper .toggle .toggle-element:after {
  top: 3px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.l-head .mobi-toggle-wrapper .toggle:hover {
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
.l-head .mobi-toggle-wrapper .toggle:hover .toggle-element:before {
  top: -8px;
}
.l-head .mobi-toggle-wrapper .toggle:hover .toggle-element:after {
  top: 4px;
}
.l-head .header-left {
  display: block;
  float: left;
  width: 100%;
  width: 415px;
  height: 115px;
  position: absolute;
  left: -60px;
  background-color: #3d7edb;
  /* background: -webkit-gradient(linear, 20% top, right top, from($ltblue), to($dkblue3));
  background: -webkit-linear-gradient(left, $ltblue 20%, $dkblue3);
  background: -moz-linear-gradient(left, $ltblue 20%, $dkblue3);
  background: -ms-linear-gradient(left, $ltblue 20%, $dkblue3);
  background: -o-linear-gradient(left, $ltblue 20%, $dkblue3); */
  box-shadow: 5px 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #0083c6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0083C6', endColorstr='#FF39457B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDgzYzYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTQ1N2IiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(20%, #0083c6), color-stop(100%, #39457b));
  background-image: -moz-linear-gradient(left, #0083c6 20%, #39457b 100%);
  background-image: -webkit-linear-gradient(left, #0083c6 20%, #39457b 100%);
  background-image: linear-gradient(to right, #0083c6 20%, #39457b 100%);
  z-index: 10;
  -moz-transform: skew(-45deg, 0);
  -ms-transform: skew(-45deg, 0);
  -webkit-transform: skew(-45deg, 0);
  transform: skew(-45deg, 0);
}
.l-head .header-left .site-logo {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
  margin: auto;
  padding: 40px 0 0 20px;
  -moz-transform: skew(45deg, 0);
  -ms-transform: skew(45deg, 0);
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
}
.l-head .header-left .site-logo img {
  display: block;
  width: auto;
  margin: 0 auto;
  width: 67%;
  max-width: 300px;
}
.l-head .header-right {
  display: block;
  float: left;
  width: 100%;
  height: 100px;
  background: url("images/diag-bg02.png") repeat top left;
  position: relative;
  z-index: 3;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
  float: right;
  width: 80%;
}
.l-head .header-right .search-container {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  width: auto;
  padding: 0;
}
.l-head .header-right .search-container .search-toggle {
  display: none;
  display: block;
  float: left;
  width: 42px;
  height: 40px;
  background: #616365;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  z-index: 2;
  position: relative;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF730000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}
.l-head .header-right .search-container .search-toggle:focus {
  outline: #4d90fe auto 5px;
}
.l-head .header-right .main-nav-container {
  display: none;
  display: block;
  float: left;
  width: 100%;
}
.l-head .header-right .main-nav-container .nav-wrapper {
  display: block;
  float: left;
  width: 100%;
}
.l-head .header-right .main-nav-container .nav-wrapper .column {
  position: relative;
  top: 4px;
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav {
  display: block;
  float: left;
  width: 100%;
  margin: 8px 0 10px 17%;
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav li {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #242424;
  width: auto;
  border-top: none;
  border-bottom: none;
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav li a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 20px 15px 30px;
  line-height: 10px;
  padding: 10px 15px 10px 10px;
  text-align: center;
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav li a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  height: 10px;
  width: 2px;
  background: rgba(191, 196, 206, 0.5);
  -moz-transform: skew(-25deg, 5deg);
  -ms-transform: skew(-25deg, 5deg);
  -webkit-transform: skew(-25deg, 5deg);
  transform: skew(-25deg, 5deg);
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav li:last-child a:after {
  background: none;
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav li.active a span {
  padding-bottom: 8px;
  border-bottom: 1px solid #ffa100;
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav:hover li a {
  color: rgba(191, 196, 206, 0.5);
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav li:hover a {
  color: #bfc4ce;
}
.l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav li a:hover {
  color: white;
  text-decoration: none;
}
.l-head .header-right .main-nav-container .nav-wrapper .column .menu-toggle {
  display: block;
  float: left;
  width: 100%;
  display: none;
}
.l-head .header-right .resources-container {
  display: none;
  float: left;
  width: auto;
  position: relative;
  margin: 0 0 0 -20px;
  padding: 10px 25px 6px 25px;
  background: #3d7edb;
  cursor: pointer;
  z-index: 1;
  -moz-transform: skew(-45deg, 0);
  -ms-transform: skew(-45deg, 0);
  -webkit-transform: skew(-45deg, 0);
  transform: skew(-45deg, 0);
  display: block;
}
.l-head .header-right .resources-container .resources-skew {
  -moz-transform: skew(45deg, 0);
  -ms-transform: skew(45deg, 0);
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper {
  display: block;
  float: left;
  width: 100%;
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper h3 {
  display: block;
  float: left;
  width: auto;
  font-size: 12px;
  font-style: normal;
  color: white;
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper .toggle {
  display: block;
  float: left;
  width: auto;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper .toggle .toggle-element {
  display: block;
  float: left;
  width: 15px;
  height: 2px;
  margin: 10px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  box-sizing: initial;
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper .toggle .toggle-element:before {
  top: -5px;
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper .toggle .toggle-element:after {
  top: 3px;
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper:hover .toggle {
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper:hover .toggle .toggle-element:before {
  top: -6px;
}
.l-head .header-right .resources-container .resources-skew .resources-toggle-wrapper:hover .toggle .toggle-element:after {
  top: 4px;
}
.l-head .header-right .resources-container .resources-skew ul.resources {
  display: none;
}
.l-head .header-right .resources-container.resources-open {
  background: white;
}
.l-head .header-right .resources-container.resources-open .resources-skew .resources-toggle-wrapper h3 {
  color: #3d7edb;
}
.l-head .header-right .resources-container.resources-open .resources-skew .resources-toggle-wrapper .toggle:hover {
  transition: none;
}
.l-head .header-right .resources-container.resources-open .resources-skew .resources-toggle-wrapper .toggle .toggle-element {
  background: none;
}
.l-head .header-right .resources-container.resources-open .resources-skew .resources-toggle-wrapper .toggle .toggle-element:before {
  top: 0px;
  background: #3d7edb;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-head .header-right .resources-container.resources-open .resources-skew .resources-toggle-wrapper .toggle .toggle-element:after {
  top: -2px;
  background: #3d7edb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-head .header-right .resources-container.resources-open .resources-skew ul.resources {
  display: block;
  width: 200px;
  position: absolute;
  top: 30px;
  left: -15px;
  border: 1px solid #d5dedf;
  background-image: url("images/diag-lines01.png");
  background-color: white;
  background-size: 8px 6px;
  background-position: 0 top;
  background-repeat: repeat-y;
}
.l-head .header-right .resources-container.resources-open .resources-skew ul.resources li a {
  display: block;
  margin: 0 10px;
  padding: 10px 15px;
  color: #3d7edb;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
}
.l-head .header-right .gateway-container {
  display: none;
  float: left;
  width: 100%;
  display: block;
  width: auto;
  margin: 7px 0 0 15%;
  padding-left: 5%;
  border-bottom: 2px solid #252424;
}
.l-head .header-right .gateway-container h3 {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 0 30px;
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  display: none;
}
.l-head .header-right .gateway-container ul.gateway-menu {
  display: block;
  float: left;
  width: 100%;
}
.l-head .header-right .gateway-container ul.gateway-menu > li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  display: table-cell;
  float: none;
  width: auto;
  border: none;
  text-align: center;
}
.l-head .header-right .gateway-container ul.gateway-menu > li a {
  display: block;
  padding: 10px 20px 10px 30px;
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #bfc4ce;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 5px 13px 5px 0;
  font-size: 10px;
}
.l-head.mini-site {
  height: auto;
}
.l-head.mini-site .header-left {
  height: 107px;
}
.l-head.mini-site .header-bottom {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #38467C;
  cursor: pointer;
  /* z-index: 1; */
}
.l-head.mini-site .header-bottom .mini-site-title {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background-color: #e9e8e8;
  background: -webkit-gradient(linear, left top, right top, from(#e9e8e8), to(#f4f4f4));
  background: -webkit-linear-gradient(left, #e9e8e8, #f4f4f4);
  background: -moz-linear-gradient(left, #e9e8e8, #f4f4f4);
  background: -ms-linear-gradient(left, #e9e8e8, #f4f4f4);
  background: -o-linear-gradient(left, #e9e8e8, #f4f4f4);
  z-index: 1;
  width: 450px;
  height: 80px;
  background: white;
}
.l-head.mini-site .header-bottom .mini-site-title a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.l-head.mini-site .header-bottom .mini-site-title h1 {
  display: block;
  float: left;
  width: 100%;
  padding: 17px 0 15px 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #39457b;
  font-size: 22px;
  line-height: 28px;
  padding: 25px 30px 20px 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #39457b;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  white-space: nowrap;
}
.l-head.mini-site .header-bottom .mini-site-title button {
  background: none;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0;
  border: none;
  display: none;
}
.l-head.mini-site .header-bottom .mini-site-title button span {
  display: block;
  float: left;
  width: 100%;
  font-size: 32px;
  line-height: 60px;
  color: #c2c2c2;
  cursor: pointer;
  height: 100%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
.l-head.mini-site .header-bottom .mini-nav {
  display: none;
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin-left: 40px;
  width: auto;
  margin-left: 0;
}
.l-head.mini-site .header-bottom .mini-nav > ul {
  display: block;
  float: left;
  width: 100%;
  width: auto;
}
.l-head.mini-site .header-bottom .mini-nav > ul li {
  display: block;
  float: left;
  width: 100%;
  width: auto;
}
.l-head.mini-site .header-bottom .mini-nav > ul li a {
  display: block;
  padding: 15px 10px 15px 25px;
  position: relative;
  color: white;
  padding: 30px 15px 20px 15px;
}
.l-head.mini-site .header-bottom .mini-nav > ul li a:after {
  content: '';
  position: absolute;
  top: 37px;
  right: 2px;
  height: 10px;
  width: 2px;
  background: #bfc4ce;
  -moz-transform: skew(-25deg, 5deg);
  -ms-transform: skew(-25deg, 5deg);
  -webkit-transform: skew(-25deg, 5deg);
  transform: skew(-25deg, 5deg);
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child, .l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2) {
  background: #f4f4f4;
  z-index: 2;
  width: 120px;
  height: 80px;
  position: absolute;
  top: 0;
  margin-left: -40px;
  -moz-transform: skew(-45deg, 0);
  -ms-transform: skew(-45deg, 0);
  -webkit-transform: skew(-45deg, 0);
  transform: skew(-45deg, 0);
  position: relative;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child a, .l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2) a {
  padding: 30px 10px 30px 25px;
  color: #3d7edb;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #3d7edb;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 0;
  -moz-transform: skew(45deg, 0);
  -ms-transform: skew(45deg, 0);
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child a:after, .l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2) a:after {
  background: none;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child a:hover, .l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2) a:hover {
  color: #3d7edb;
  text-decoration: none;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child {
  left: 440px;
  position: relative;
  left: auto;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child.active {
  background: #ffa100;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child.active a {
  color: white;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child:hover {
  background: #ffa100;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:first-child:hover a {
  color: white;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2) {
  left: -webkit-calc(439px + 120px);
  left: calc(439px + 120px);
  background: #E7E7E7;
  margin-left: -1px;
  margin-right: 15px;
  left: auto;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2).active {
  background: #3ad6c5;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2).active a {
  color: white;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2):hover {
  background: #3ad6c5;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:nth-child(2):hover a {
  color: white;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:last-child {
  position: relative;
  background: #38467C;
  z-index: 2;
}
.l-head.mini-site .header-bottom .mini-nav > ul li:last-child a:after {
  background: none;
}
.l-head.mini-site .header-bottom .info-for {
  display: block;
  float: left;
  width: auto;
  position: relative;
  margin: 20px -25px 0 -20px;
  padding: 10px 28px 10px 30px;
  background: #263162;
  z-index: 1;
  -moz-transform: skew(-45deg, 0);
  -ms-transform: skew(-45deg, 0);
  -webkit-transform: skew(-45deg, 0);
  transform: skew(-45deg, 0);
}
.l-head.mini-site .header-bottom .info-for:hover {
  background: #202953;
}
.l-head.mini-site .header-bottom .info-for h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transform: skew(45deg, 0);
  -ms-transform: skew(45deg, 0);
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
  position: relative;
  padding-right: 20px;
}
.l-head.mini-site .header-bottom .info-for h3:after {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-size: 24px;
  font-style: normal;
  position: absolute;
  padding: 3px 18px 0 18px;
  top: calc(50% - 12px);
  color: #a3e0ff;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
.l-head.mini-site .header-bottom .info-for ul {
  display: none;
}
.l-head.mini-site .header-bottom .info-for.info-for-open {
  background: white;
}
.l-head.mini-site .header-bottom .info-for.info-for-open h3 {
  color: #3d7edb;
}
.l-head.mini-site .header-bottom .info-for.info-for-open h3:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.l-head.mini-site .header-bottom .info-for.info-for-open ul {
  display: block;
  width: 230px;
  position: absolute;
  top: 40px;
  left: 223px;
  background-image: url("images/diag-lines01.png");
  background-color: white;
  background-size: 8px 6px;
  background-position: 0 top;
  background-repeat: repeat-y;
  -moz-transform: skew(45deg, 0);
  -ms-transform: skew(45deg, 0);
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
}
.l-head.mini-site .header-bottom .info-for.info-for-open ul li a {
  display: block;
  margin: 0 10px;
  padding: 10px 15px;
  color: #3d7edb;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  font-style: italic;
}
.l-head.mini-site .header-bottom .info-for.info-for-open ul li a:hover {
  color: #39457b;
  text-decoration: none;
}
.l-head.mini-site .header-bottom.mini-nav-open .mini-nav {
  display: block;
}
.l-head.mini-site .header-bottom.mini-nav-open .mini-site-title button span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
  /* border-left:none; */
}

* {
  box-sizing: border-box;
}

.wrapper {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper > img {
  display: block;
  float: left;
  width: auto;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
.wrapper.overlay-cta {
  overflow: visible;
}
.wrapper.content-bottom {
  background: white;
}
.wrapper .column > img {
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
}

img {
  display: block;
  position: relative;
}
img.desk-image {
  display: none !important;
}

.column {
  max-width: 1250px;
  margin: auto;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

a.back-to-top {
  display: none;
  position: relative;
  padding-right: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  padding: 24px 0 0 0;
  border: 3px solid #3d7edb;
  border-radius: 50%;
  z-index: 9999;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
a.back-to-top:after {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-size: 42px;
  font-style: normal;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 21px);
  color: #3d7edb;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
a.back-to-top:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  padding: 0;
  top: 9px;
  left: 10px;
}
a.back-to-top:hover {
  background: #3d7edb;
}
a.back-to-top:hover:after {
  color: white;
}
a.anchor {
  display: block;
  float: left;
  width: 100%;
}

.table-wrapper {
  display: block;
  float: left;
  width: 100%;
}
.table-wrapper table {
  width: 100%;
  margin: 20px 0;
  table-layout: fixed;
}
.table-wrapper table thead {
  display: none;
}
.table-wrapper table thead tr {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.table-wrapper table thead tr th {
  border-right: 1px solid #b2b4b3;
  color: #fff;
  background: #002664;
  padding: 10px 30px;
  text-align: left;
}
.table-wrapper table tbody {
  border: 1px solid #ececec;
}
.table-wrapper table tbody tr {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
.table-wrapper table tbody tr td {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px;
}
.table-wrapper table tbody tr td:before {
  content: attr(data-label);
  display: block;
  float: left;
  width: 100px;
  text-align: left;
  font-weight: bold;
}
.table-wrapper table tbody tr td:last-child {
  border-right: none;
}
.table-wrapper table tbody tr.even {
  background: #ececec;
}

html {
  background: #b2b4b3;
  overflow-x: hidden;
}
html body {
  max-width: 1500px;
  margin: auto;
  overflow-x: hidden;
}
html body.subnav-open {
  position: relative;
  overflow-x: hidden;
}

.l-page {
  display: block;
  float: left;
  width: 100%;
  min-height: 100vh;
  background: url("images/mod-bg01.jpg");
  /* overflow-x: hidden; */
  margin-top: -20px;
}
.l-page h1 {
  margin: 0 20px;
  margin: 0 50px;
}
.l-page .l-content {
  display: block;
  float: left;
  width: 100%;
  margin-top: -150px;
}
.l-page .l-content .l-content-meta {
  display: block;
  float: left;
  width: 100%;
  background: white;
}

/* Templates */
body.generic_inner .l-page .column .l-content-header {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 10px;
  background: white;
}
body.generic_inner .l-page .column .l-content-header h1 {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
body.generic_inner .l-page .column .l-content-header hr {
  margin: 0 30px 0 30px;
}
body.generic_inner .l-page .column .l-content-center {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  background: white;
  background: url("images/contact-bg01.png");
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar {
  display: block;
  float: left;
  background-color: #959c9f;
  background-image: url("images/diag-lines03.png");
  background-size: 8px 6px;
  background-position: 0 top;
  background-repeat: repeat-y;
  width: 240px;
  width: 20%;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav {
  display: block;
  float: left;
  width: 100%;
  /* padding: 20px 15px 25px 20px; */
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav h2.section-title {
  position: relative;
  padding: 15px 35px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: white;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  display: none;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav h2.section-title:before {
  content: "\f105";
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: 'Font Awesome 6 Pro';
  font-size: 26px;
  font-style: normal;
  color: white;
  padding-right: 10px;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul {
  display: none;
  float: left;
  width: 100%;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li {
  display: block;
  float: left;
  width: 100%;
  line-height: 0;
  border-bottom: 1px solid white;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li a {
  display: block;
  padding: 12px;
  color: white;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li a.has-sub {
  float: left;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li button {
  background: none;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 0;
  border: none;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li button span {
  display: block;
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 45px;
  color: white;
  cursor: pointer;
  height: 100%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li ul {
  display: none;
  background-color: #A1A8AB;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li ul li {
  padding-left: 10px;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li ul li:last-child {
  border-bottom: none;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li ul li a {
  margin-right: 0;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li ul li ul {
  background-color: #ABB2B5;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li ul li ul li ul {
  background-color: #B6BDC0;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li.open > ul {
  display: block;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li.open > button span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
  border-left: none;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li.active > a {
  font-weight: 600;
  text-decoration: underline;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav ul li.active-trail > ul {
  /* display: block; */
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav > ul {
  display: none;
  padding: 0 15px 25px 20px;
  display: block;
  padding-top: 20px;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav.subnav-open > ul {
  display: block;
}
body.generic_inner .l-page .column .l-content-center .l-nav-sidebar .subnav.subnav-open h2.section-title:before {
  top: 15px;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
  transition: transform 0.3s;
}
body.generic_inner .l-page .column .l-content-center .l-content-featured {
  display: block;
  float: left;
  width: 80%;
}
body.generic_inner .l-page .column .l-content-center .l-content-featured .subsection > hr {
  display: none;
}
body.generic_inner .l-page .column .l-content-center .l-content-featured .subsection .text-container {
  padding: 0;
  width: 100%;
  width: 65%;
  padding-right: 40px;
  padding-left: 20px;
}
body.generic_inner .l-page .column .l-content-center .l-content-featured .subsection .text-container .coa-links a.button {
  margin: 0 0 0 25px;
}
body.generic_inner .l-page .column .l-content-center .l-content-featured .subsection .promo.image {
  padding-top: 30px;
  width: 100%;
  width: 35%;
  padding-top: 0;
  padding-left: 20px;
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper {
  display: block;
  float: left;
  width: 100%;
  background: white;
  float: right;
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-section-heading {
  display: block;
  float: left;
  width: 100%;
  padding: 0 40px;
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-section-heading .heading {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 15px 25px 30px;
  background: white;
  border-bottom: 1px dotted #616365;
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-section-heading .heading h2 {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  width: 50%;
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-section-heading .heading a {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 25px;
  width: 50%;
  padding-top: 10px;
  text-align: right;
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-content {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 20px 30px 20px;
  width: 70%;
  padding-right: 30px;
  padding-left: 50px;
  padding: 0 70px 60px 70px;
  /* > h2 {
  	@include floatblock();
  	margin:20px 0;
  } */
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-content img {
  display: block;
  float: left;
  width: 100%;
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-promo-sidebar {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 25px;
  background: url("images/contact-bg01.png");
  width: 30%;
}
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-promo-sidebar ul {
  list-style-type: none;
}
body.generic_inner .l-page .column .l-content-footer {
  border-top: 1px solid #b2b4b3;
}

body.gateway .l-page .l-content {
  margin-top: 40px;
}
body.gateway .l-page .l-content .subsection {
  padding-bottom: 0;
  border-bottom: none;
}

.ql-container {
  display: block;
  float: left;
  width: 100%;
  background: url("images/factoid-bg01.png");
  padding: 35px 0 50px 0;
  border: 1px solid #ececec;
  /* padding-left: 50px; */
}
.ql-container h4 {
  display: block;
  float: left;
  width: auto;
  display: inline-block;
  position: relative;
  top: 25px;
  left: -14px;
  padding: 5px 10px;
  background: #3d7edb;
  border: 2px solid #d5dedf;
  text-transform: uppercase;
  margin: 0 10px 15px 0;
  padding: 10px 30px;
  top: 0;
}
.ql-container h4:before {
  content: "\A";
  border-bottom: 12px solid #2b6d8e;
  border-left: 12px solid transparent;
  position: absolute;
  top: -14px;
  left: 0;
}
.ql-container .promo.p-list {
  padding-left: 20px;
  width: auto;
  max-width: 230px;
}
.ql-container .promo.p-list ul {
  list-style-type: none;
}
.ql-container .promo.p-list ul li {
  /* width: auto; */
  padding: 5px 0;
}

/* General Styles */
a.button {
  display: block;
  float: left;
  width: auto;
  position: relative;
  margin-bottom: 25px;
  padding: 15px 50px 15px 25px;
  background: #3d7edb;
  border: 1px solid #ececec;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
a.button:hover {
  background: #0091DB;
  background: #0099E7;
  text-decoration: none;
}
a.button:after {
  content: url(images/gold-arrow02.png);
  position: absolute;
  right: 18px;
}
a.dots {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #3d7edb;
  font-size: 14px;
  line-height: 20px;
  line-height: 60px;
  position: relative;
  padding-left: 50px;
  text-transform: uppercase;
}
a.dots:before {
  content: url("images/diag-dots01.png");
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
}

.subsection {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 20px 40px 20px;
  position: relative;
  background: white;
  border-bottom: 1px solid #b2b4b3;
  padding-right: 50px;
  padding-left: 50px;
  /* > a {
  	position: absolute;
  	top: 35px;
  	right: 90px;
  	text-transform: uppercase;
  } */
}
.subsection h2 {
  margin: 0 5% 25px 5%;
  padding: 0;
  text-align: left;
}
.subsection .text-container {
  display: block;
  float: left;
  width: 100%;
  width: 65%;
  padding: 0 0 0 50px;
}
.subsection .text-container h2 {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left;
  border: none;
}
.subsection .text-container .coa-links ul {
  display: block;
  float: left;
  width: 100%;
}
.subsection .text-container .coa-links ul li {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-right: 30px;
  width: auto;
}
.subsection .text-container .coa-links a.button {
  margin-top: 25px;
}
.subsection .text-container p {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
}
.subsection .text-container > div {
  display: block;
  float: left;
  width: 100%;
}
.subsection .text-container > ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  list-style-type: disc;
  width: 50%;
}
.subsection .text-container > ul li {
  padding: 5px 0;
}
.subsection .promo.image,
.subsection .image-container {
  display: block;
  float: left;
  width: 100%;
  width: 35%;
}
.subsection .promo.image img,
.subsection .image-container img {
  width: 100%;
  height: auto;
}
.subsection .promo.image p,
.subsection .image-container p {
  text-align: center;
  font-style: italic;
  color: #002664;
}
.subsection.image-right .promo.image,
.subsection.image-right .image-container {
  float: right;
}
.subsection.image-right .text-container {
  padding: 0 40px 0 50px;
}
.subsection.three-column {
  padding-right: 0;
}
.subsection.three-column h2 {
  margin: 0 50px 25px 0;
}
.subsection.three-column .promo.image,
.subsection.three-column .image-container {
  display: block;
  float: left;
  width: 100%;
  width: 40%;
  width: 30%;
}
.subsection.three-column .text-container {
  padding: 0 0 20px 0;
  display: block;
  float: left;
  width: 100%;
  width: 60%;
  padding-right: 50px;
  padding-left: 50px;
  width: 45%;
}
.subsection.three-column .sidebar {
  display: block;
  float: left;
  width: 100%;
  width: 25%;
  position: relative;
  /* margin-top: -141px; */
}
.subsection.three-column .sidebar > div {
  display: block;
  float: left;
  width: 100%;
}
.subsection.three-column .sidebar ul {
  list-style-type: none;
}
.subsection.morelink .heading {
  padding-bottom: 0;
  padding-right: 90px;
}
.subsection.morelink .heading h2 {
  margin-right: 0;
  width: 60%;
}
.subsection.morelink .heading a {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  width: 40%;
  padding-top: 10px;
  text-align: right;
}
.subsection.gray {
  background: #fff;
}

img[src*=".svg"] {
  width: 100%;
}

.p-list {
  display: block;
  float: left;
  width: 100%;
}
.p-list ul {
  display: block;
  float: left;
  width: 100%;
  list-style-type: disc;
}
.p-list ul li {
  display: list-item;
  float: left;
  width: 100%;
  margin: 0 0 0 15px;
}
.p-list ol {
  display: block;
  float: left;
  width: 100%;
  list-style-type: decimal;
}
.p-list ol li {
  display: list-item;
  float: left;
  width: 100%;
  margin: 0 0 0 15px;
}
.p-list.arrow ul {
  list-style-type: none;
}
.p-list.arrow ul li {
  padding: 8px 0;
}
.p-list.arrow ul li a:before {
  content: url(images/gold-arrow02.png);
  position: relative;
  left: -10px;
}
.p-list.label h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  left: -14px;
  margin: 25px 0 10px 0;
  padding: 5px 10px;
  background: #3d7edb;
  border: 2px solid #d5dedf;
  text-transform: uppercase;
}
.p-list.label h3:before {
  content: "\A";
  border-bottom: 12px solid #2b6d8e;
  border-left: 12px solid transparent;
  position: absolute;
  top: -14px;
  left: 0;
}
.p-list.label ul li {
  margin: 0 0 8px 30px;
}
.p-list.buttons ul {
  list-style-type: none;
}
.p-list.buttons ul li {
  margin: 0;
  text-align: center;
  text-align: right;
}
.p-list.buttons ul li a.button {
  display: inline-block;
  float: none;
}

.owl-carousel .owl-controls {
  position: relative;
  bottom: 0;
  display: table;
  /* margin:-40px auto 0px; */
  width: 100%;
}
.owl-carousel .owl-controls .owl-pagination {
  display: table;
  height: 10px;
  bottom: 0;
  margin: auto;
}
.owl-carousel .owl-controls .owl-pagination .owl-page {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 15px 5px;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  width: 8px;
  margin: 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #fff;
}
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: -200px;
  color: #3d7edb;
  text-shadow: none;
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 55px;
  border: 2px solid #d5dedf;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 5px;
  padding-right: 6px;
}
.owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 5px;
  padding-left: 6px;
}
.owl-carousel.featured {
  display: block;
  float: left;
  width: 100%;
}
.owl-carousel.featured .owl-wrapper-outer {
  background: url("images/diag-bg02.png") repeat top left;
}
.owl-carousel.featured .owl-wrapper-outer .owl-wrapper .owl-item div .slide img {
  width: 100%;
  height: auto;
  /* width: auto; */
  /* height: 300px; */
  /* min-height: 300px; */
  position: relative;
  min-height: 350px;
}
.owl-carousel.featured .owl-wrapper-outer .owl-wrapper .owl-item div .slide .wrapper {
  padding: 45px 20px 15px 20px;
  background: url("images/diag-bg02.png") repeat top left;
  position: absolute;
  bottom: 0;
  height: 100%;
  padding: 0 0 0 50px;
  background: url("images/feat-slider-bg01.png") no-repeat;
  padding-left: 100px;
}
.owl-carousel.featured .owl-wrapper-outer .owl-wrapper .owl-item div .slide .wrapper .container {
  position: absolute;
  top: 25%;
  width: 500px;
  width: 500px;
}
.owl-carousel.featured .owl-wrapper-outer .owl-wrapper .owl-item div .slide .wrapper .container .column {
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.owl-carousel.featured .owl-wrapper-outer .owl-wrapper .owl-item div .slide .wrapper .container .column h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 32px;
  line-height: 38px;
  font-size: 48px;
  line-height: 54px;
}
.owl-carousel.featured .owl-wrapper-outer .owl-wrapper .owl-item div .slide .wrapper .container .column p {
  display: block;
  float: left;
  width: 50%;
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 30px auto;
  width: 100%;
  font-size: 21px;
  line-height: 31px;
}
.owl-carousel.featured .owl-wrapper-outer .owl-wrapper .owl-item div .slide .wrapper .container .column a {
  display: block;
  float: left;
  width: 50%;
  position: relative;
  top: 60px;
  padding: 0 0 0 50px;
  color: white;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 0;
  text-align: left;
}
.owl-carousel.featured .owl-wrapper-outer .owl-wrapper .owl-item div .slide .wrapper .container .column a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 8px;
  left: -25px;
  height: 30px;
  width: 2px;
  background: white;
  -moz-transform: skew(-45deg, 5deg);
  -ms-transform: skew(-45deg, 5deg);
  -webkit-transform: skew(-45deg, 5deg);
  transform: skew(-45deg, 5deg);
}
.owl-carousel.featured .owl-controls {
  position: absolute;
  /* top: 260px; */
  top: 85vw;
  left: 0;
  width: 100%;
  margin: 0 auto;
  top: 35vw;
  top: 15%;
  left: 50px;
  width: 150px;
  left: 100px;
}
.owl-carousel.featured .owl-controls .owl-pagination .owl-page {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 5px;
}
.owl-carousel.featured .owl-controls .owl-pagination .owl-page span {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
.owl-carousel.featured .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
}
.owl-carousel.featured .owl-controls .owl-buttons div {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  color: white;
  font-size: 22px;
  border: none;
}
.owl-carousel.featured .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: -2px;
  left: 5px;
}
.owl-carousel.featured .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: -2px;
  right: 5px;
}
.owl-carousel.generic {
  display: block;
  float: left;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.owl-carousel.generic .owl-wrapper-outer .owl-wrapper .owl-item div .slide img {
  display: block;
  float: left;
  width: 100%;
  width: 70%;
}
.owl-carousel.generic .owl-wrapper-outer .owl-wrapper .owl-item div .slide .container {
  display: block;
  float: left;
  width: 100%;
  width: 30%;
  padding: 20px;
}
.owl-carousel.generic .owl-wrapper-outer .owl-wrapper .owl-item div .slide .container h2 {
  display: block;
  float: left;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.owl-carousel.generic .owl-wrapper-outer .owl-wrapper .owl-item div .slide .container hr {
  display: block;
  float: left;
  width: 50px;
  border: none;
  border-bottom: 5px solid rgba(255, 255, 255, 0.35);
  margin: 20px 0;
}
.owl-carousel.generic .owl-wrapper-outer .owl-wrapper .owl-item div .slide .container p {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  line-height: 28px;
}
.owl-carousel.generic .owl-wrapper-outer .owl-wrapper .owl-item div .slide .container a {
  display: block;
  float: left;
  width: auto;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
  font-size: 18px;
}
.owl-carousel.generic .owl-wrapper-outer .owl-wrapper .owl-item div .slide .container a:after {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-size: 14px;
  font-style: normal;
  position: absolute;
  right: -10px;
  color: rgba(255, 255, 255, 0.35);
}
.owl-carousel.generic .owl-wrapper-outer .owl-wrapper .owl-item div .slide .container a:after {
  right: -12px;
  color: #fff;
}
.owl-carousel.generic .owl-controls .owl-pagination {
  width: 30%;
  float: right;
}
.owl-carousel.profiles {
  display: block;
  float: left;
  width: 100%;
}
.owl-carousel.profiles .owl-controls {
  position: absolute;
  top: 15%;
  bottom: auto;
  top: 22%;
  top: 30%;
}
.owl-carousel.profiles .owl-controls .owl-buttons div {
  top: auto;
  width: 40px;
  height: 40px;
  font-size: 35px;
}
.owl-carousel.profiles .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.owl-carousel.profiles .owl-controls .owl-buttons div.owl-next {
  right: -15px;
  right: 15px;
}
.owl-carousel.profiles.narrow .owl-controls {
  top: 15%;
}
.owl-carousel.profiles.narrow .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  font-size: 35px;
}
.owl-carousel.profiles.narrow .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-carousel.profiles.narrow .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.owl-carousel.paths {
  display: block;
  float: left;
  width: 100%;
}
.owl-carousel.paths .owl-controls {
  position: absolute;
  top: 40%;
  bottom: auto;
}
.owl-carousel.paths .owl-controls .owl-buttons div {
  top: auto;
  width: 40px;
  height: 40px;
  font-size: 35px;
}
.owl-carousel.paths .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  left: -80px;
}
.owl-carousel.paths .owl-controls .owl-buttons div.owl-next {
  right: -20px;
  right: -80px;
}
.owl-carousel.research-news {
  display: block;
  float: left;
  width: 100%;
  background: url("../images/stats-bg01.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.owl-carousel.research-news .owl-wrapper-outer {
  padding: 50px 0 20px 0;
  padding: 50px 100px 20px;
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide {
  text-align: left;
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide .image-container {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto 45px auto;
  border-radius: 50%;
  border: 2px solid #d5dedf;
  overflow: hidden;
  float: left;
  margin-bottom: 0;
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide .image-container img {
  width: 100%;
  height: 100%;
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  padding: 50px 50px 0 50px;
  text-align: left;
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide .container h2 {
  color: white;
  min-height: 68px;
  padding-right: 100px;
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide .container p {
  display: block;
  float: left;
  width: 100%;
  color: white;
  margin: 30px 0 0 0;
  width: 70%;
  padding-right: 30px;
  margin-top: 80px;
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide .container a {
  display: block;
  float: left;
  width: auto;
  color: white;
  margin: 30px 0 0 0;
  position: relative;
  left: 40%;
  width: 30%;
  left: auto;
  margin-top: 80px;
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide .container a:before {
  content: url("images/diag-dots03.png");
}
.owl-carousel.research-news .owl-wrapper-outer .owl-wrapper .owl-item .slide .container hr {
  display: none;
  display: block;
  width: 95%;
  position: absolute;
  top: 55%;
  left: -5.5%;
  color: white;
  z-index: -1;
}
.owl-carousel.research-news .owl-controls {
  position: absolute;
  top: 170px;
}
.owl-carousel.research-news .owl-controls .owl-pagination {
  margin-top: 180px;
}
.owl-carousel.research-news .owl-controls .owl-buttons div {
  top: 0;
  top: -190px;
}
.owl-carousel.research-news .owl-controls .owl-buttons .owl-prev {
  left: 0;
  left: -30px;
}
.owl-carousel.research-news .owl-controls .owl-buttons .owl-next {
  right: 0;
  right: -30px;
}

.cta-bar-wrapper {
  display: block;
  float: left;
  width: 100%;
  background-color: #3d7edb;
  background: -webkit-gradient(linear, left top, right top, from(#3d7edb), to(#536099));
  background: -webkit-linear-gradient(left, #3d7edb, #536099);
  background: -moz-linear-gradient(left, #3d7edb, #536099);
  background: -ms-linear-gradient(left, #3d7edb, #536099);
  background: -o-linear-gradient(left, #3d7edb, #536099);
  padding: 30px 15px 30px 30px;
  padding: 20px;
}
.cta-bar-wrapper .cta-bar {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.cta-bar-wrapper .cta-bar ul {
  display: block;
  float: left;
  width: 100%;
  display: table;
  float: none;
  width: auto;
}
.cta-bar-wrapper .cta-bar ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 25px 5px 60px;
  position: relative;
  text-align: left;
  display: table-cell;
  width: auto;
  float: none;
  vertical-align: middle;
  width: 25%;
  padding: 0 35px 0 60px;
  text-align: center;
  padding-right: 35px;
  padding-left: 60px;
}
.cta-bar-wrapper .cta-bar ul li:before {
  content: url("images/diag-dots03.png");
  position: absolute;
  top: 10%;
  right: auto;
  bottom: auto;
  left: 0;
  top: -webkit-calc(50% - 19px);
  top: calc(50% - 19px);
}
.cta-bar-wrapper .cta-bar ul li:last-child {
  padding-right: 0;
}
.cta-bar-wrapper .cta-bar ul li a {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: white;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}
.cta-bar-wrapper.thirds ul li {
  width: 33.3333%;
}
.cta-bar-wrapper.tall {
  height: 200px;
  margin-bottom: -90px;
  padding: 30px 20px 130px 20px;
}
.cta-bar-wrapper.tall .cta-bar {
  max-width: 1250px;
  float: none;
  margin: 0 auto;
}

.instafeed-container {
  display: block;
  float: left;
  width: 100%;
  background: url(images/insta-bg01.png);
  text-align: center;
}
.instafeed-container .label-wrap {
  text-align: left;
}
.instafeed-container .label-wrap h2 {
  display: inline-block;
  position: relative;
  top: 25px;
  left: -14px;
  padding: 5px 10px;
  background: #3d7edb;
  border: 2px solid #d5dedf;
  text-transform: uppercase;
  left: -13px;
  margin: 0 0 50px 0;
  padding: 8px 35px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.instafeed-container .label-wrap h2:before {
  content: "\A";
  border-bottom: 12px solid #2b6d8e;
  border-left: 12px solid transparent;
  position: absolute;
  top: -14px;
  left: 0;
}
.instafeed-container a.button {
  display: inline-block;
  float: none;
  margin-top: 30px;
}
.instafeed-container #instafeed .owl-wrapper-outer .owl-item a img {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border: 6px solid white;
}
.instafeed-container #instafeed .owl-controls .owl-buttons div {
  top: -165px;
}
.instafeed-container #instafeed .owl-controls .owl-buttons .owl-prev {
  left: -30px;
}
.instafeed-container #instafeed .owl-controls .owl-buttons .owl-next {
  right: -30px;
}

.l-content-header {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  background: url("images/about-bg02.jpg") no-repeat;
  background-size: 100% 100px;
  padding-top: 100px;
  height: 310px;
  padding-top: 0;
  background-size: 100% 100%;
}
.l-content-header img {
  width: 100%;
  min-height: 250px;
}
.l-content-header h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 32px;
  line-height: 38px;
  font-size: 48px;
  line-height: 54px;
}
.l-content-header p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 21px;
  line-height: 27px;
}
.l-content-header .links-container {
  display: none;
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60%;
  background-color: #3d7edb;
  background: -webkit-gradient(linear, left top, right top, from(#3d7edb), to(#334165));
  background: -webkit-linear-gradient(left, #3d7edb, #334165);
  background: -moz-linear-gradient(left, #3d7edb, #334165);
  background: -ms-linear-gradient(left, #3d7edb, #334165);
  background: -o-linear-gradient(left, #3d7edb, #334165);
  -moz-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  -webkit-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);
  display: block;
}
.l-content-header .links-container a {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: white;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.l-content-header .links-container .p-list {
  position: relative;
  top: 35%;
  padding-left: 25%;
  -moz-transform: skew(35deg, 0);
  -ms-transform: skew(35deg, 0);
  -webkit-transform: skew(35deg, 0);
  transform: skew(35deg, 0);
}
.l-content-header .subnav {
  width: 100%;
  border-bottom: 1px solid #ddd;
  width: 350px;
  position: relative;
  top: 40px;
  padding: 0;
  border: none;
  z-index: 999;
}
.l-content-header .subnav .subnav-toggle-wrapper {
  background: white;
  -moz-transform: skew(-45deg, 0);
  -ms-transform: skew(-45deg, 0);
  -webkit-transform: skew(-45deg, 0);
  transform: skew(-45deg, 0);
  position: relative;
  left: -35px;
}
.l-content-header .subnav .subnav-toggle-wrapper h2 {
  width: 100%;
  position: relative;
  padding: 15px 20px 15px 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #39457b;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #e9e8e8;
  background: -webkit-gradient(linear, left top, right top, from(#e9e8e8), to(#fff));
  background: -webkit-linear-gradient(left, #e9e8e8, #fff);
  background: -moz-linear-gradient(left, #e9e8e8, #fff);
  background: -ms-linear-gradient(left, #e9e8e8, #fff);
  background: -o-linear-gradient(left, #e9e8e8, #fff);
  box-shadow: inset 5px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-transform: skew(45deg, 0);
  -ms-transform: skew(45deg, 0);
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
  width: 350px;
  padding: 20px 20px 20px 90px;
  font-size: 18px;
}
.l-content-header .subnav .subnav-toggle-wrapper h2:focus {
  outline: none;
}
.l-content-header .subnav .subnav-toggle-wrapper h2:before {
  content: "\f105";
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'Font Awesome 6 Pro';
  font-size: 28px;
  font-style: normal;
  color: #b2b4b3;
  padding-right: 10px;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
.l-content-header .subnav .subnav-toggle-wrapper .toggle {
  display: none;
  display: block;
  float: left;
  width: auto;
  position: relative;
  left: 40px;
  top: 23px;
  margin: 0;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
}
.l-content-header .subnav .subnav-toggle-wrapper .toggle .toggle-element {
  display: block;
  float: left;
  width: 18px;
  height: 3px;
  margin: 10px;
  background: #3d7edb;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  box-sizing: initial;
}
.l-content-header .subnav .subnav-toggle-wrapper .toggle .toggle-element:before {
  top: -6px;
  content: '';
  display: block;
  width: 18px;
  height: 3px;
  background: #3d7edb;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.l-content-header .subnav .subnav-toggle-wrapper .toggle .toggle-element:after {
  top: 3px;
  content: '';
  display: block;
  width: 18px;
  height: 3px;
  background: #3d7edb;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.l-content-header .subnav .subnav-toggle-wrapper:hover .toggle {
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
.l-content-header .subnav .subnav-toggle-wrapper:hover .toggle .toggle-element:before {
  top: -7px;
}
.l-content-header .subnav .subnav-toggle-wrapper:hover .toggle .toggle-element:after {
  top: 4px;
}
.l-content-header .subnav ul {
  display: none;
}
.l-content-header .subnav ul li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #d5dedf;
  line-height: 0;
}
.l-content-header .subnav ul li.open > ul {
  display: block;
}
.l-content-header .subnav ul li.open > button span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
  border-left: none;
}
.l-content-header .subnav ul li.active > a {
  color: #465182;
}
.l-content-header .subnav ul li a {
  font-weight: 600;
  text-transform: uppercase;
}
.l-content-header .subnav > ul {
  width: 100%;
  float: left;
}
.l-content-header .subnav > ul > li {
  display: block;
  float: left;
  width: 100%;
  background-image: url("images/diag-lines01.png");
  background-color: white;
  background-size: 8px 6px;
  background-position: 0 top;
  background-repeat: repeat-y;
}
.l-content-header .subnav > ul > li button {
  background: none;
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 0;
  border: none;
}
.l-content-header .subnav > ul > li button span {
  display: block;
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 56px;
  color: #b2b4b3;
  cursor: pointer;
  height: 100%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
.l-content-header .subnav > ul > li a {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 17px 20px;
}
.l-content-header .subnav > ul > li a.has-sub {
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
}
.l-content-header .subnav > ul > li ul {
  float: left;
  width: 100%;
  background: rgba(128, 128, 128, 0.22);
}
.l-content-header .subnav.subnav-open > ul {
  display: block;
  z-index: 2;
  float: left;
}
.l-content-header .subnav.subnav-open .subnav-toggle-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l-content-header .subnav.subnav-open .subnav-toggle-wrapper h2:before {
  top: 14px;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
  transition: transform 0.3s;
}
.l-content-header .subnav.subnav-open .subnav-toggle-wrapper .toggle:hover {
  transition: none;
}
.l-content-header .subnav.subnav-open .subnav-toggle-wrapper .toggle .toggle-element {
  background: none;
}
.l-content-header .subnav.subnav-open .subnav-toggle-wrapper .toggle .toggle-element:before {
  top: 0px;
  background: #3d7edb;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-content-header .subnav.subnav-open .subnav-toggle-wrapper .toggle .toggle-element:after {
  top: -3px;
  background: #3d7edb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#breadcrumb {
  display: block;
  float: left;
  width: 100%;
}
#breadcrumb ul {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 20px 15px 20px;
  padding: 35px 50px 15px 50px;
}
#breadcrumb ul li {
  display: block;
  float: left;
  width: auto;
  padding-right: 25px;
  color: #002664;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
#breadcrumb ul li:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 12px;
  height: 10px;
  width: 2px;
  background: #00326c;
  -moz-transform: skew(-25deg, 5deg);
  -ms-transform: skew(-25deg, 5deg);
  -webkit-transform: skew(-25deg, 5deg);
  transform: skew(-25deg, 5deg);
}
#breadcrumb ul li a {
  border-bottom: 1px solid #3d7edb;
  font-size: 12px;
}
#breadcrumb ul li a:hover {
  text-decoration: none;
}
#breadcrumb ul li:last-child:after {
  background: none;
}

form div {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
form div input {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #343434;
  font-size: 24px;
  line-height: 30px;
}
form div.required:after {
  content: '*';
  color: #F00;
  position: absolute;
  left: 3px;
  top: 14px;
}
form div textarea {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  max-width: 100%;
  min-height: 200px;
}
form .submit {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #002664;
  font-size: 14px;
  line-height: 20px;
  display: block;
  float: left;
  width: auto;
  margin: 10px 0;
  background: #ececec;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.ui-accordion {
  display: block;
  float: left;
  width: 100%;
}
.ui-accordion h3 {
  padding: 10px 20px;
  text-transform: uppercase;
  background: #ececec;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding-right: 20px;
}
.ui-accordion h3.ui-state-active {
  background: #002664;
  color: #ececec;
}
.ui-accordion h3.ui-state-active:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.ui-accordion h3:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Pro';
  font-size: 12px;
  font-style: normal;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: inherit;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
.ui-accordion h3:after {
  right: 20px;
  font-size: 20px;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
}
.ui-accordion .ui-accordion-content {
  padding: 20px;
  border: 1px solid #ececec;
  border-top: 0;
}
.ui-accordion .ui-accordion-content p {
  float: none;
}

.ui-tabs {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  background: white;
  margin-top: 15px;
  /* programs of study tabs */
}
.ui-tabs ul.ui-tabs-nav {
  display: table;
  width: 100%;
  background: white;
}
.ui-tabs ul.ui-tabs-nav > li {
  display: inline-block;
  padding: 10px;
  width: 100%;
  vertical-align: middle;
  background: #ececec;
  background: url("images/contact-bg01.png");
  border: 1px solid #d6d6d6;
  display: table-cell;
  width: auto;
  padding: 10px 30px;
}
.ui-tabs ul.ui-tabs-nav > li.ui-tabs-active, .ui-tabs ul.ui-tabs-nav > li.ui-state-active {
  background: white;
  border: none;
}
.ui-tabs ul.ui-tabs-nav > li.ui-tabs-active a, .ui-tabs ul.ui-tabs-nav > li.ui-state-active a {
  color: #39457b;
}
.ui-tabs ul.ui-tabs-nav > li a {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #3d7edb;
  font-size: 18px;
  line-height: 24px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
.ui-tabs ul.ui-tabs-nav > li a span {
  display: block;
  float: left;
  width: 100%;
}
.ui-tabs ul.ui-tabs-nav > li a:focus {
  outline: none;
}
.ui-tabs#tab-0 ul.ui-tabs-nav > li {
  width: 33%;
}

.tab-cert,
.tab-grad {
  padding: 0 10px 70px 10px;
  padding-right: 50px;
  padding-left: 50px;
}
.tab-cert p,
.tab-grad p {
  display: block;
  float: left;
  width: 100%;
  padding: 25px 20px 0 20px;
  margin: 20px 0 0 0;
}
.tab-cert h2,
.tab-grad h2 {
  padding: 35px 20px 25px 20px;
}
.tab-cert .left-programs,
.tab-cert .right-programs,
.tab-grad .left-programs,
.tab-grad .right-programs {
  display: block;
  float: left;
  width: 100%;
  width: 50%;
}
.tab-cert .left-programs ul li a,
.tab-cert .right-programs ul li a,
.tab-grad .left-programs ul li a,
.tab-grad .right-programs ul li a {
  display: block;
  padding: 15px 15px 15px 25px;
  font-weight: 600;
  border: 1px solid #d5dedf;
}
.tab-cert .left-programs,
.tab-grad .left-programs {
  padding-right: 20px;
}
.tab-cert .right-programs,
.tab-grad .right-programs {
  padding-left: 20px;
}

hr.white {
  color: white;
}

hr {
  margin: 0 0 35px 0;
  border-style: dotted;
  color: #616365;
  border-width: 1px;
}

.heading {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 15px 25px 15px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
.heading h2 {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}
.heading a {
  font-weight: 600;
  text-transform: uppercase;
}

.matrix {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 35px 25px;
  background: white;
  border-bottom: 1px solid #b2b4b3;
  padding-right: 50px;
  padding-left: 50px;
}
.matrix .items {
  display: block;
  float: left;
  width: 100%;
}
.matrix.halves .items > div {
  display: block;
  float: left;
  width: 100%;
  width: 50%;
}
.matrix.thirds .items > div {
  display: block;
  float: left;
  width: 100%;
  width: 50%;
  padding: 0 10px;
  width: 33.3333%;
}
.matrix.thirds .items > div:first-child {
  width: 33.3333%;
  padding: 0 20px 0 0;
}
.matrix.thirds .items > div:last-child {
  width: 100%;
  width: 33.3333%;
  padding: 0 0 0 20px;
}
.matrix.fourths .items > div {
  display: block;
  float: left;
  width: 100%;
  width: 50%;
  width: 25%;
}
.matrix.fifths .items > div {
  display: block;
  float: left;
  width: 100%;
  width: 20%;
}
.matrix.morelink .heading h2 {
  padding-bottom: 30px;
  width: 60%;
}
.matrix.morelink .heading a {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  width: 40%;
  padding-top: 10px;
  text-align: right;
}
.matrix.events {
  background: transparent;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 85px;
  background-image: url("images/events-bg01.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100%;
}
.matrix.events .heading {
  background: white;
  padding-top: 25px;
  padding-top: 0;
  padding-right: 85px;
  padding-left: 85px;
}
.matrix.events hr {
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
  top: -60px;
  margin-right: 35px;
  margin-left: 35px;
}
.matrix.events .items {
  padding: 0 25px 25px 25px;
}
.matrix.spotlight-events {
  padding: 30px 40px 0 40px;
  background-image: url("images/spotlight-bg01.png");
  border: 1px solid #d5dedf;
  margin-top: -100px;
}
.matrix.spotlight-events h3 {
  margin: 0 0 25px 0;
}
.matrix.spotlight-events .items > div {
  padding: 0 15px;
}
.matrix.spotlight-events .promo.event {
  background: none;
}
.matrix.spotlight-events .promo.event a {
  padding-right: 0;
  padding-left: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.matrix.lists {
  border-bottom: 1px solid #ececec;
  padding-right: 0;
}
.matrix.lists h2 {
  margin-right: 50px;
}
.matrix.lists h3 {
  margin-bottom: 5px;
}
.matrix.lists h3:before {
  content: url(images/gold-arrow02.png);
  position: relative;
  left: -10px;
}
.matrix.lists ul {
  padding: 0 15px 20px 0;
  list-style-type: none;
}
.matrix.lists ul li {
  padding: 7px 0;
}
.matrix.factoids {
  background: url("images/stats-bg01.png") no-repeat;
  background-size: 100% 100%;
}
.matrix.factoids h2 {
  color: white;
  border-color: white;
}
.matrix.factoids hr {
  color: white;
}
.matrix.factoids .items > div:last-child .factoid {
  padding-bottom: 0;
}
.matrix.factoids .items > div:last-child .factoid:after {
  content: '';
}
.matrix.factoids .items > div:last-child .factoid .container {
  padding-right: 0;
  padding-left: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.matrix.stats {
  background: none;
}
.matrix.stats .factoid:after {
  content: '';
}
.matrix.campuses {
  padding: 30px 40px 0 40px;
  border-bottom: 1px solid #d5dedf;
}
.matrix.costs-aid {
  background: #fff;
}
.matrix.offerings .items > div {
  display: block;
  float: left;
  width: 100%;
}
.matrix.offerings .items > div:first-child {
  width: 60%;
}
.matrix.offerings .items > div:last-child {
  width: 40%;
}
.matrix.offerings .items > div .p-list ul li a {
  width: 100%;
}
.matrix.offerings .promo.paragraph {
  padding: 0 20px 0 20px;
}
.matrix.depts .items > div {
  display: block;
  float: left;
  width: 100%;
  padding: 0 3px 8px 3px;
  width: 50%;
  width: 33.333%;
  width: 25%;
}
.matrix.ask-jag {
  margin-bottom: 50px;
  padding: 35px 5%;
  background: #323f71;
  background: url("images/ask-jag-bg01.png") no-repeat;
  background-size: 100% 100%;
}
.matrix.ask-jag h2 {
  margin: 0 0 25px 0;
  color: white;
}
.matrix.ask-jag p {
  color: white;
}
.matrix.ask-jag a {
  color: white;
}
.matrix.ask-jag hr {
  color: white;
}
.matrix.ask-jag .items > div {
  padding: 0 15px 0 15px;
}
.matrix.ask-jag .items > div:first-child {
  display: block;
  float: left;
  width: 100%;
  width: 40%;
}
.matrix.ask-jag .items > div:last-child {
  display: block;
  float: left;
  width: 100%;
  width: 60%;
}
.matrix.ask-jag form div.question-container {
  width: 70%;
}
.matrix.ask-jag form div.submit-container {
  width: 30%;
}
.matrix.ask-jag form div.submit-container input.submit {
  float: right;
  width: 100%;
  position: relative;
  padding-left: 105px;
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  color: white;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  border: none;
}
.matrix.ask-jag form div.submit-container:before {
  content: url("images/gold-arrow01.png");
  position: absolute;
  top: 8px;
  left: 25px;
}

.students-container {
  display: block;
  float: left;
  width: 100%;
  background: url("images/factoid-bg01.png");
  position: relative;
  padding: 0;
  border: 1px solid #d5dedf;
  width: 70%;
  padding-right: 35px;
}
.students-container .heading {
  margin: 0;
  padding-top: 25px;
}
.students-container .heading h2 {
  padding-bottom: 30px;
  padding-bottom: 0;
}
.students-container hr {
  margin: 0;
}
.students-container .profile {
  position: relative;
  border: none;
}
.students-container .profile hr {
  display: none;
  position: absolute;
  width: 100%;
  top: 38%;
  display: block;
}
.students-container .profile .image-container {
  position: relative;
  z-index: 1;
}
.students-container.morelink .heading h2 {
  padding-bottom: 30px;
  width: 60%;
}
.students-container.morelink .heading a {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  width: 40%;
  padding-top: 10px;
  text-align: right;
}
.students-container.accounting {
  width: 30%;
  padding-right: 0;
  padding-left: 0;
}
.students-container.accounting .heading {
  padding-top: 35px;
}
.students-container.accounting .heading h2 {
  width: 100%;
  padding-bottom: 0;
}
.students-container.accounting .profile {
  padding-right: 0;
  padding-left: 0;
}
.students-container.accounting .profile hr {
  top: 18%;
}
.students-container.accounting .profile .intro-text,
.students-container.accounting .profile .image-container,
.students-container.accounting .profile .bottom-text,
.students-container.accounting .profile .top-text {
  width: 100%;
  padding: 0 30px;
}
.students-container.accounting .profile .top-text {
  padding-top: 20px;
}

.learning-exp-container {
  display: block;
  float: left;
  width: 100%;
  background: white;
  padding: 35px 20px;
  width: 70%;
  padding-right: 40px;
  padding-left: 40px;
}
.learning-exp-container img {
  width: 100%;
}
.learning-exp-container .promo.genericv2 {
  width: 50%;
  padding-right: 20px;
}

.promo.event {
  display: block;
  float: left;
  width: 100%;
  margin: 0 auto;
  background: white;
}
.promo.event a {
  display: block;
  float: left;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 20px 20px;
  max-width: 100%;
  border: 1px solid #d5dedf;
  font-style: normal;
}
.promo.event a .date {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  margin: 10px 0 0 0;
  padding: 12px 5px 5px 5px;
  border: 2px solid #d5dedf;
  border-radius: 50%;
}
.promo.event a .date .month {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #3d7edb;
  font-size: 12px;
  line-height: 22px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.promo.event a .date .day {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #002664;
  font-size: 24px;
  line-height: 30px;
}
.promo.event a .title {
  display: block;
  float: left;
  width: 100%;
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  padding: 10px 0 0 20px;
}
.promo.event a .title p {
  margin: 0;
  color: #3d7edb;
  text-align: left;
  text-decoration: underline;
  white-space: initial;
}
.promo.paragraph {
  display: block;
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-top: 0;
}
.promo.paragraph .container {
  max-width: 100%;
}
.promo.image {
  display: block;
  float: left;
  width: 100%;
  /* padding-bottom: 10px; */
}
.promo.image img {
  width: 100%;
}
.promo.image p {
  text-align: center;
  font-style: italic;
  color: #002664;
}
.promo .container {
  max-width: 100%;
}

.factoid {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  background: url("images/factoid-bg01.png");
}
.factoid .container {
  float: none;
  max-width: 100%;
  /* min-height: 205px; */
  margin: auto;
  text-align: center;
  padding: 10px 20px;
  padding-top: 10px;
  width: 300px;
}
.factoid .container span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #00326c;
  font-size: 80px;
  line-height: 86px;
}
.factoid .container p {
  padding: 0 20px;
  color: #00326c;
  font-size: 18px;
  line-height: 24px;
}
.factoid a {
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #3d7edb;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #efeae1;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.factoid.transparent {
  background: none;
  padding-bottom: 100px;
  padding-bottom: 0;
}
.factoid.transparent .container span {
  color: white;
}
.factoid.transparent .container p {
  color: white;
}
.factoid.transparent:after {
  content: url("images/diag-dots02.png");
  position: absolute;
  top: 50%;
  right: -30px;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0;
  left: 44%;
}
.factoid.dark {
  background: url("images/stats-bg01.png") no-repeat;
  background-size: 100% 100%;
}
.factoid.dark .container span {
  color: white;
}
.factoid.dark .container p {
  color: white;
}

.program-search {
  padding: 0px 30px;
  background: url(images/search-bg01.png);
  background-size: 100% 100%;
  overflow: visible;
  height: 500px;
}
.program-search #search-container {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.program-search #search-container h2 {
  margin: 20px 0 10px 0;
  color: white;
  text-align: center;
}
.program-search #search-container label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 36px;
}
.program-search #search-container input {
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 50px;
  border: 1px solid #b2b4b3;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #ababab;
  font-size: 14px;
  line-height: 20px;
}
.program-search #search-container input:focus {
  outline: 1px solid #002664;
}
.program-search #search-container #results {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  z-index: 5;
  position: absolute;
  top: 175px;
}
.program-search #search-container #results ul {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #999;
  border-bottom: none;
}
.program-search #search-container #results ul li {
  display: block;
  float: left;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #999;
  background: #fff;
  padding: 0 20px;
}
.program-search #search-container #results ul li a {
  display: block;
  float: left;
  width: 100%;
  line-height: 42px;
  color: #444;
}
.program-search #search-container #results ul li:hover {
  background: #ececec;
}
.program-search #search-container #results ul li:hover a {
  color: #002664;
}
.program-search #search-container:after {
  content: '\f002';
  content: '';
  font-family: 'Font Awesome 6 Pro';
  color: #d5ba8f;
  position: absolute;
  right: 12px;
  top: 75px;
  font-size: 24px;
}
.program-search #search-container #searchclear {
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  right: 0;
  bottom: 0px;
  color: #d5d5d5;
}
.program-search #search-container #searchclear span {
  font-size: 24px;
  line-height: 44px;
}
.program-search .extra-container {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.program-search .extra-container p {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.program-search .extra-container a {
  display: inline-block;
  float: none;
  font-size: 14px;
  text-align: left;
}
.program-search > div {
  margin: 10px auto;
  margin: 25px 25px 25px 0;
}

.spotlight.label {
  position: relative;
}
.spotlight.label a {
  display: block;
  float: left;
  width: 100%;
}
.spotlight.label img {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  height: 16vw;
  max-height: 197px;
}
.spotlight.label .container {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  background: none;
}
.spotlight.label .container p {
  padding: 0 20px 20px 20px;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.spotlight.label .container h4 {
  display: inline-block;
  position: relative;
  top: 25px;
  left: -14px;
  padding: 5px 10px;
  background: #3d7edb;
  border: 2px solid #d5dedf;
  text-transform: uppercase;
}
.spotlight.label .container h4:before {
  content: "\A";
  border-bottom: 12px solid #2b6d8e;
  border-left: 12px solid transparent;
  position: absolute;
  top: -14px;
  left: 0;
}
.spotlight.label .promo.event a {
  border: none;
}

.text-image-intro {
  display: block;
  float: left;
  width: 100%;
}
.text-image-intro.generic {
  padding: 0 0 30px 0;
  padding-bottom: 0;
}
.text-image-intro.generic img {
  display: block;
  float: left;
  width: 100%;
}
.text-image-intro.generic .container {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.text-image-intro.generic .container h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #3d7edb;
  font-size: 14px;
  line-height: 20px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 10px 0 0 50px;
}
.text-image-intro.generic .container h3:before {
  content: url("images/diag-dots01.png");
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -35px;
}
.text-image-intro.genericv2 {
  padding: 0 0 30px 0;
  padding-bottom: 0;
}
.text-image-intro.genericv2 h3:before {
  content: url(images/gold-arrow02.png);
  position: relative;
  left: -10px;
}
.text-image-intro.genericv2 .container {
  max-width: 100%;
}
.text-image-intro.genericv2 .container ul {
  list-style: disc;
  padding-left: 40px;
}
.text-image-intro.overlay {
  position: relative;
  background: #3d7edb;
}
.text-image-intro.overlay img {
  width: 100%;
  opacity: 0.08;
}
.text-image-intro.overlay .container {
  width: 100%;
  position: absolute;
  top: 42%;
  text-align: center;
}
.text-image-intro.overlay .container h4 {
  display: block;
  padding: 0 20px 0 100px;
  color: white;
  text-align: left;
  width: 250px;
}
.text-image-intro.overlay .container h4:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 45px;
  height: 45px;
  width: 2px;
  background: white;
  -moz-transform: skew(-45deg, 5deg);
  -ms-transform: skew(-45deg, 5deg);
  -webkit-transform: skew(-45deg, 5deg);
  transform: skew(-45deg, 5deg);
}
.text-image-intro.overlay.color1 {
  background: #f8b73b;
}
.text-image-intro.overlay.color2 {
  background: #61b9c7;
}
.text-image-intro.overlay.color3 {
  background: #160b42;
}
.text-image-intro.overlay.color4 {
  background: #a17ac6;
}
.text-image-intro.overlay.color5 {
  background: #541965;
}
.text-image-intro.overlay.color6 {
  background: #003170;
}
.text-image-intro.overlay.color7 {
  background: #d68c44;
}
.text-image-intro.overlay.color8 {
  background: #dc4814;
}
.text-image-intro.overlay.color9 {
  background: #1c5d3f;
}
.text-image-intro.label {
  background: url("images/contact-bg01.png");
  padding: 0 0 10px 0;
  text-align: left;
}
.text-image-intro.label .container {
  max-width: 100%;
  padding: 0;
}
.text-image-intro.label h4 {
  display: inline-block;
  position: relative;
  top: 25px;
  left: -14px;
  padding: 5px 10px;
  background: #3d7edb;
  border: 2px solid #d5dedf;
  text-transform: uppercase;
  top: auto;
  margin-top: 20px;
}
.text-image-intro.label h4:before {
  content: "\A";
  border-bottom: 12px solid #2b6d8e;
  border-left: 12px solid transparent;
  position: absolute;
  top: -14px;
  left: 0;
}
.text-image-intro.label p {
  padding: 0 40px;
  margin: 10px 0;
}
.text-image-intro.label p span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #3d7edb;
  font-size: 14px;
  line-height: 20px;
  padding-right: 15px;
}
.text-image-intro.label p strong {
  color: #39457b;
  font-weight: 600;
}
.text-image-intro.label ul {
  padding: 5px 0 0 40px;
}
.text-image-intro.label ul li {
  padding-bottom: 10px;
}
.text-image-intro.textlink {
  background: #3d7edb;
  padding: 0 0 10px 0;
}
.text-image-intro.textlink a {
  width: 100%;
  margin: 0;
  border: none;
  font-size: 20px;
}
.text-image-intro.textlink hr {
  margin: 5px 0;
  color: #fff;
}
.text-image-intro.textlink h4 {
  padding: 8px 40px 8px 25px;
  font-style: italic;
}
.text-image-intro.apply-cta {
  position: relative;
  right: -14px;
  border: 2px solid #d5dedf;
}
.text-image-intro.apply-cta:before {
  content: "\A";
  border-bottom: 12px solid #002664;
  border-right: 12px solid transparent;
  position: absolute;
  top: -14px;
  right: 0;
}

.profile {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 15px 10px 15px;
  background: url("images/factoid-bg01.png");
  border: 1px solid #d5dedf;
  padding-right: 40px;
  padding-left: 40px;
}
.profile.white {
  background: white;
  border: none;
}
.profile .image-container {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.profile .image-container img {
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
}
.profile .top-text {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  width: 50%;
  padding-top: 30px;
  text-align: left;
}
.profile .top-text h2 {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 21px;
  text-align: inherit;
}
.profile .top-text p {
  display: block;
  float: left;
  width: 100%;
}
.profile hr {
  margin: 0 0 20px 0;
  margin-bottom: 0;
}
.profile .bottom-text {
  display: block;
  float: left;
  width: 100%;
  width: 50%;
}
.profile .bottom-text p {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding-right: 10px;
  width: 50%;
  margin-top: 20px;
}
.profile .intro-text {
  display: block;
  float: left;
  width: 100%;
}
.profile .intro-text span {
  display: block;
}
.profile .intro-text p {
  margin: 0 0 20px 0;
}
.profile span {
  font-weight: 600;
}

.module {
  overflow: hidden;
}
.module > h2 {
  padding: 30px 10px;
  text-align: center;
  text-transform: uppercase;
  background: url("images/diag-background.png") repeat top left #343434;
  border-top: 7px solid rgba(39, 39, 39, 0.3);
}
.module .column .p-list {
  padding: 0 20px;
}
.module .column .p-list ul {
  list-style: initial;
}
.module .column .p-list ul li {
  padding: 20px;
  background: #343434;
  border-bottom: 1px solid #343434;
  margin: 0;
  list-style: none;
  border: none;
  width: auto;
  padding: 35px 30px 35px 0;
  background: none;
}
.module .column .p-list ul li a {
  position: relative;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.module .column .p-list ul li a:after {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-size: 14px;
  font-style: normal;
  position: absolute;
  right: -10px;
  color: #fff;
}
.module .column .p-list ul li a:after {
  right: -15px;
  right: 0;
  font-size: 12px;
}

.program-tag {
  display: block;
  float: right;
  width: auto;
  border: 1px solid #ccc;
  background: #ececec;
  padding: 5px;
  color: #444;
  font-size: 14px;
  line-height: 16px;
  margin: 6px;
}

h1 .program-tag {
  margin: 5px auto;
  display: block;
  float: left;
  width: 100%;
  margin: 6px;
  float: right;
  width: auto;
}

/* Specific Pages */
body.home .matrix .heading h2 {
  width: 100%;
  text-align: center;
  text-align: left;
  text-align: center;
}
body.home .matrix .heading a {
  position: absolute;
  right: 35px;
  right: auto;
  bottom: 25px;
  left: 0;
  text-align: center;
}
body.home .matrix.thirds .items > div {
  display: block;
  float: left;
  width: 100%;
  width: 33.3333%;
  padding: 0 20px;
}
body.home .matrix.morelink .heading {
  padding-bottom: 45px;
}
body.home .matrix.events .heading a {
  right: 85px;
}

.cta-bar-home-wrapper {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  background: url("images/bar-bg01.jpg") no-repeat;
  background-size: 100% 100%;
  height: 300px;
  height: 270px;
}
.cta-bar-home-wrapper .cta-bar-home {
  display: block;
  float: left;
  width: 100%;
  max-width: 1010px;
  position: relative;
  padding: 20px 20px 0 20px;
  background: #344072;
  display: inline-block;
  float: none;
  height: 225px;
  padding: 0;
  height: 170px;
  padding-left: 40px;
}
.cta-bar-home-wrapper .cta-bar-home:before {
  content: url(images/home-jag01.png);
  position: absolute;
  left: -30px;
  top: -6px;
}
.cta-bar-home-wrapper .cta-bar-home > div {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0 40px 0;
  width: 25%;
  padding: 0;
}
.cta-bar-home-wrapper .cta-bar-home > div h3 {
  display: block;
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  height: 85px;
  margin-bottom: 20px;
  padding: 20px 0 15px 25px;
  border-bottom: 3px solid #3d7edb;
  height: auto;
}
.cta-bar-home-wrapper .cta-bar-home > div ul {
  display: block;
  float: left;
  width: 50%;
  position: relative;
  width: 100%;
}
.cta-bar-home-wrapper .cta-bar-home > div ul li {
  padding: 0 25px;
  text-align: left;
}
.cta-bar-home-wrapper .cta-bar-home > div ul li a {
  color: white;
  text-decoration: underline;
}
.cta-bar-home-wrapper .cta-bar-home > div ul:before {
  content: url("images/diag-dots01.png");
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -35px;
}
.cta-bar-home-wrapper .cta-bar-home > div:first-child ul:before {
  content: '';
}

body.academics .l-page .l-content-header {
  background-image: url("images/acad-bg01.jpg");
}
body.academics .subsection.three-column .sidebar {
  margin-top: -194px;
}

body.admissions_and_aid .l-page .l-content-header {
  background-image: url("images/admiss-aid-bg01.png");
}
body.admissions_and_aid .l-page .l-content .subsection.three-column hr {
  margin-right: 50px;
}
body.admissions_and_aid .l-page .l-content .subsection.three-column .sidebar {
  background-color: #616365;
  padding-bottom: 40px;
  margin-top: -194px;
  padding-bottom: 90px;
  background-image: url("images/trans-diag-lines01.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.admissions_and_aid .l-page .l-content .subsection.three-column .sidebar .p-list {
  padding: 20px 15px 0 15px;
}
body.admissions_and_aid .l-page .l-content .subsection.three-column .sidebar .p-list ul li {
  margin: 0;
}
body.admissions_and_aid .l-page .l-content .subsection.three-column .sidebar .p-list ul li a {
  display: block;
  margin: 0;
  padding: 8px 20px;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid #616365;
}

body.student_life .l-page .l-content-header {
  background-image: url("images/student-life-bg01.png");
}
body.student_life .l-page .subsection.image-right .promo.image {
  display: none;
  width: auto;
  float: none;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background: #002664;
  overflow: hidden;
}
body.student_life .l-page .subsection.image-right .promo.image img {
  display: block;
  position: relative;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
body.student_life .l-page .subsection.image-right .promo.image .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box;
}
body.student_life .l-page .subsection.image-right .promo.image .caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
body.student_life .l-page .subsection.image-right .promo.image .caption h3 {
  color: white;
  opacity: 0;
  margin: 10% 0 15px 0;
  font-size: 22px;
}
body.student_life .l-page .subsection.image-right .promo.image .caption a {
  display: block;
  margin-top: 20px;
  color: white;
  font-family: sans-serif;
  text-transform: uppercase;
  opacity: 0;
}
body.student_life .l-page .subsection.image-right .promo.image .caption hr {
  width: 0;
  border-width: 0;
}
body.student_life .l-page .subsection.image-right .promo.image.visible a,
body.student_life .l-page .subsection.image-right .promo.image.visible h3 {
  animation: fadein ease-in 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}
body.student_life .l-page .subsection.image-right .promo.image.visible hr {
  width: 100%;
  border-width: 1px;
  transition: border-width,width 0.5s ease-in-out;
  transition-delay: 0.5s;
  margin: 0;
}
body.student_life .l-page .subsection.image-right .promo.image.visible img {
  opacity: 0.4;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  max-height: 500px;
}
body.student_life .l-page .subsection.image-right .promo.image.visible .caption:before {
  -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

body.m-undergrad_admissions .l-page {
  margin-top: 0;
}
body.m-undergrad_admissions .l-page .l-content-header {
  margin-top: -10px;
}

body.undergrad_admissions .l-page {
  margin-top: 0;
}
body.undergrad_admissions .l-page .l-content-header {
  height: auto;
  padding-top: 0;
  background: none;
}
body.undergrad_admissions .l-page .l-content-header h2 {
  width: 100%;
  position: absolute;
  top: 20%;
  padding: 0 20px;
  text-align: center;
  top: 40%;
}
body.undergrad_admissions .l-page .l-content-header h2:after {
  content: url("images/gold-arrow01.png");
  position: relative;
  left: 30px;
  top: 8px;
}
body.undergrad_admissions .l-page .l-content-header h2 span {
  font-family: 'NaturalScriptBold';
  font-size: 48px;
  font-size: 70px;
}
body.undergrad_admissions .l-page .l-content {
  margin-top: 0;
}

.ua-top-container {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  background: white;
}
.ua-top-container .vert-container {
  display: block;
  float: left;
  width: 100%;
  padding-left: 25px;
  width: 30%;
}
.ua-top-container .vert-container.info-for {
  display: none;
  display: block;
}
.ua-top-container .vert-container.info-for h2 {
  padding: 25px 50px 25px 5px;
  text-align: left;
}
.ua-top-container .vert-container.info-for ul {
  padding-top: 20px;
  list-style-type: none;
}
.ua-top-container .vert-container.info-for ul li {
  margin: 0;
  padding: 0 15px 0 0;
}
.ua-top-container .vert-container.info-for ul li a {
  display: block;
  margin: 0;
  padding: 8px 20px;
  color: #3d7edb;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f0;
  position: relative;
}
.ua-top-container .vert-container.info-for ul li a:before {
  font-family: 'Font Awesome 6 Pro';
  font-size: 18px;
  font-style: normal;
  position: absolute;
  left: -10px;
  color: #f5c22e;
  content: "\f105";
}

body.learn .l-page .l-content-header,
body.live .l-page .l-content-header {
  height: auto;
  padding-top: 0;
  background: none;
}
body.learn .l-page .l-content-header .text-container,
body.live .l-page .l-content-header .text-container {
  width: 100%;
  position: absolute;
  top: 20%;
  padding: 0 20px;
  padding-right: 40px;
  padding-left: 40px;
  width: 70%;
  padding: 0 0 0 150px;
  z-index: 1;
  padding-top: 60px;
}
body.learn .l-page .l-content-header .text-container span,
body.live .l-page .l-content-header .text-container span {
  display: block;
  color: #ffa100;
  text-transform: uppercase;
}
body.learn .l-page .l-content-header .text-container p,
body.live .l-page .l-content-header .text-container p {
  display: none;
  display: block;
}
body.learn .l-page .l-content,
body.live .l-page .l-content {
  margin-top: 0;
  margin-top: -70px;
}
body.learn .l-page .l-content .subsection.three-column .sidebar,
body.live .l-page .l-content .subsection.three-column .sidebar {
  background: none;
  padding: 0;
  border: 1px solid #d5dedf;
  margin-top: -25px;
}

body.live .l-page .l-content-header {
  border-bottom: 8px solid #ffa100;
  border-width: 90px;
}

body.learn .l-page .l-content-header {
  border-bottom: 8px solid #3ad6c5;
  border-width: 90px;
}
body.learn .l-page .l-content-header .text-container span {
  color: #3ad6c5;
}

body.research .l-page .l-content-header {
  background-image: url("images/research-bg01.jpg");
}

#iso-container {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 10px 80px 10px;
}
#iso-container .iso-block {
  display: table;
  float: left;
  border: 1px solid #d5dedf;
  padding: 5px;
  width: 100%;
  padding: 15px 15px 15px 25px;
  width: 46%;
  margin: 0 1%;
}
#iso-container .iso-block a {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 65%;
  vertical-align: middle;
  padding: 0;
  padding: 8px 10px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #3d7edb;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
#iso-container .iso-block span {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#iso-container .iso-block span a {
  float: right;
  min-width: 100px;
  padding: 5px;
  background: #631D76;
  text-align: center;
  border: 2px solid #ececec;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 20px;
  min-width: 165px;
}

.button-group {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 15px 0 15px;
  padding: 15px 10px 0 35px;
}
.button-group #filter-group button,
.button-group #sort-by-group button {
  margin: 0 25px 0 0;
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
.button-group #filter-group button:focus, .button-group #filter-group button.active,
.button-group #sort-by-group button:focus,
.button-group #sort-by-group button.active {
  border-bottom: 3px solid #631D76;
  outline: none;
}
.button-group #filter-group h3,
.button-group #sort-by-group h3 {
  display: block;
  float: left;
  width: auto;
  padding: 0 20px 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #631D76;
  font-size: 14px;
  line-height: 20px;
}
.button-group #filter-group h4,
.button-group #sort-by-group h4 {
  color: #3d7edb;
}
.button-group #filter-group h4:hover,
.button-group #sort-by-group h4:hover {
  text-decoration: underline;
}
.button-group #filter-group {
  display: block;
  float: left;
  width: 100%;
  padding-top: 10px;
}
.button-group #filter-group > div {
  display: block;
  float: left;
  width: auto;
  height: 30px;
}
.button-group #sort-by-group {
  display: block;
  float: left;
  width: 100%;
  padding-top: 10px;
}
.button-group #sort-by-group button {
  display: block;
  float: left;
  width: auto;
}

.tabs-container {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.tabs-container .tabheaders {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-top: 2px solid white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.tabs-container .tabheaders li {
  display: table;
  float: left;
  width: 100%;
  border-bottom: 2px solid #fff;
  background: url("images/contact-bg01.png");
}
.tabs-container .tabheaders li a {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #3d7edb;
  font-size: 18px;
  line-height: 24px;
  transition: all .5s ease-in-out;
  height: 64px;
  display: block;
  text-decoration: none;
  background: none;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}
.tabs-container .tabheaders li a:hover {
  text-decoration: underline;
}
.tabs-container .tabheaders li a:after {
  content: '+';
  font-family: Times;
  font-weight: normal;
  position: absolute;
  color: #3d7edb;
  font-weight: bold;
  right: 20px;
  font-size: 18px;
  top: 50%;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  transition: all .5s ease-in-out;
}
.tabs-container .tabheaders li.open a {
  color: #fff;
  background: #3d7edb;
}
.tabs-container .tabheaders.collapsed li.open a {
  height: 64px;
  padding: 20px;
  color: #fff;
  font-size: 18px;
}
.tabs-container .tabheaders.collapsed li.open a:after {
  color: #fff;
  transform: rotate(45deg);
}
.tabs-container .tabheaders.collapsed li a {
  transition: all .5s ease-in-out;
  height: 26px;
  padding: 1px 0px;
  color: #fff;
  font-size: 0;
}
.tabs-container div.contents {
  display: none;
  background: #fff;
}
.tabs-container div.contents.open {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  border-top: 0;
}

.l-content-header .user-editable img,
body.generic_inner .l-page .column .l-content-center .l-content-featured .l-content-wrapper .l-content .user-editable img,
body.generic_inner .l-page .column .l-content-center .l-content-wrapper .l-content .user-editable img {
  width: initial;
  float: initial;
}

.user-editable ul {
  list-style: disc;
}
.user-editable ol {
  list-style: decimal;
}
.user-editable img {
  width: initial;
  float: initial;
}

/* .ie8-footer{
  background:$gray;
  padding:20px;
} */
