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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: white;
  font-family: "Roboto", "Arial", sans-serif;
  color: #79797c;
}

h1 {
  color: #426da9;
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
}
.inside-main h1 {
  font-size: 40px;
}

h2 {
  color: #79797c;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

h3 {
  font-weight: 600;
}

h4 {
  color: #426da9;
  font-size: 24px;
}

a {
  color: #002855;
}

.btn-primary {
  background-color: #426da9;
  border-color: #426da9;
}

.btn-secondary, input[type=submit] {
  background-color: #FE5000;
  text-transform: uppercase;
  font-size: 20px;
  border: none;
}
.btn-secondary:hover, input[type=submit]:hover {
  background-color: rgb(255, 114.5669291339, 50);
}

input[type=submit] {
  font-size: 14px;
  border: none;
  padding: 8px 15px;
  color: white;
}

input[type=checkbox] {
  width: auto;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.required-field-red-star::before {
  content: "*";
  color: red;
}

blockquote {
  margin: 30px 0 30px 30px;
  padding-left: 15px;
  border-left: solid 4px lightgray;
  font-style: italic;
  color: #002855;
  font-size: 20px;
}

.mssgError {
  background-color: #AB1F2F;
  padding: 15px;
  color: white;
  font-size: 16px;
}

table td {
  padding: 10px;
  border: solid 1px black;
}

table.table-special {
  border: 0;
}
table.table-special * {
  border: 0;
}
table.table-special td {
  padding: 5px 5px 18px 5px;
  border-bottom: solid 1px lightgray;
}
table.table-special td:first-child {
  font-weight: bold;
}
table.table-special tr:first-child {
  background-color: #2f5496;
  color: white;
  font-weight: bold;
}
table.table-special tr:first-child td {
  padding: 5px;
}

.inside-header {
  background-image: url("/assets/images/internal-hero-image.png");
  background-size: cover;
  position: relative;
  padding: 32px 0 16px 0;
  margin-bottom: 40px;
  background-position: right;
}
.inside-header h1 {
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  padding: 0;
}
.inside-header .container-lg {
  position: relative;
}
.inside-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #002855 50%, rgba(0, 40, 85, 0));
  mix-blend-mode: multiply;
  opacity: 1;
}
@media (max-width: 991px) {
  .inside-header:before {
    background-image: linear-gradient(to right, #002855 50%, #002855);
  }
}

.inside-cont h2 {
  margin: 50px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #426da9;
  color: #426da9;
}
.inside-cont .image-float-left {
  float: left;
  margin: 10px 25px 10px 0;
}
.inside-cont .image-float-right {
  float: right;
  margin: 10px 0 10px 25px;
}

@media (max-width: 991px) {
  .inside-sidebar {
    display: none;
  }
}

.inside-sidebar-heading {
  font-size: 20px;
  color: #426da9;
  text-transform: uppercase;
  font-weight: bold;
}

#sidebar > .list-unstyled > li {
  padding: 7px 0px;
}
#sidebar > .list-unstyled > li > ul > li > a {
  color: #79797c;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 10px;
  display: block;
}
#sidebar > .list-unstyled > li > ul > li > a:hover {
  color: #FE5000;
}
#sidebar > .list-unstyled > li > a {
  color: #79797c;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sidebar li.sidebar-current a {
  color: #FE5000 !important;
}

.inside-main {
  padding-left: 50px;
  margin-bottom: 40px;
}
.inside-main img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .inside-main {
    padding-left: 12px;
  }
}

.breadcrumb {
  margin-top: 14px;
}
.breadcrumb > div > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  color: #ccc;
  font-size: 14px;
}
.breadcrumb > div > ul a {
  color: #ccc;
}
.breadcrumb > div > ul a:hover {
  color: white;
}
.breadcrumb > div > ul > * {
  padding: 0 3px;
}

.cta-footer-cont {
  background-color: #f2f2f2;
  padding: 45px 0;
}

.cta-footer-title {
  font-size: 40px;
}

.cta-footer-btn {
  margin-top: 35px;
  border: none;
  padding: 12px 20px;
}
.cta-footer-btn svg {
  margin-left: 5px;
}

.cta-footer-image img {
  max-width: 100%;
}

@media (max-width: 700px) {
  .cta-footer-image-cont {
    display: none;
  }
}
.board-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.person-card {
  background-size: cover;
  background-position: center;
  width: 30%;
  height: 350px;
  border-radius: 5px;
  margin: 20px 1%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .person-card {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .person-card {
    width: 100%;
  }
}

.person-card-badge {
  padding: 12px 24px;
  background: transparent linear-gradient(90deg, rgba(66, 109, 169, 0.75) 0%, rgba(0, 140, 149, 0.75) 100%) 0% 0% no-repeat padding-box;
}
.person-card-badge div {
  color: white;
  text-decoration: none;
}
.person-card-badge div:first-child {
  font-weight: bold;
}
.person-card-badge div:nth-child(2) {
  font-size: 14px;
}

.person-card-info {
  display: flex !important;
}
@media (max-width: 661px) {
  .person-card-info {
    flex-direction: column;
  }
}

.card-info-left {
  flex: 2;
  min-height: 70vh;
  min-width: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1100px) {
  .card-info-left {
    min-height: 50vh;
  }
}

.card-info-right {
  flex: 3;
  padding: 30px;
}
.card-info-right h4 {
  font-size: 32px;
}
.card-info-right .card-info-org {
  color: #79797c;
  font-size: 24px;
}
.card-info-right a {
  text-decoration: none;
  color: #FE5000;
}
.card-info-right * {
  font-family: "Roboto", "Arial", sans-serif !important;
}

.agency-reps-cont {
  display: flex;
  flex-direction: column;
}

.agency-reps-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.agency-reps-title {
  width: 100%;
  margin-bottom: 20px;
  color: #426da9;
}

.agency-reps-content {
  margin: 0 25px 25px 0;
  padding: 15px;
  width: 30%;
  word-wrap: break-word;
  box-shadow: 8px 8px 0px 1px rgba(0, 0, 0, 0.1);
  background-color: #426da9;
  color: white;
}
.agency-reps-content a {
  color: white;
}
@media (max-width: 991px) {
  .agency-reps-content {
    width: 46%;
  }
}
@media (max-width: 661px) {
  .agency-reps-content {
    width: 100%;
    margin-right: 0;
  }
}

.policies-cont {
  display: flex;
  flex-wrap: wrap;
}

.policies-item {
  width: 46%;
  margin: 20px 1%;
  background-color: white;
  padding: 24px !important;
  box-shadow: 3px 3px 11px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.policies-item .home-news-title {
  margin-bottom: 10px;
}
.policies-item .home-news-date {
  padding-top: 0;
}
.policies-item .btn {
  font-size: 14px;
  border: none;
  padding: 8px 15px;
  margin: auto 0 0 0;
}
@media (max-width: 900px) {
  .policies-item {
    width: 100%;
  }
}

.policy-item-text {
  margin-top: 15px;
}

.board-social-icon {
  margin-top: 20px;
}

.featherlight .featherlight-content {
  padding: 0 !important;
  border-bottom: none !important;
}

.tabbed-content {
  display: none;
}
.tabbed-content.active {
  display: block;
}

.tabbed-content-item {
  display: flex;
  background-color: white;
  box-shadow: 3px 3px 11px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 32px;
  position: relative;
}
.tabbed-content-item img {
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
}
.tabbed-content-3 .tabbed-content-item {
  padding: 24px;
}
.tabbed-content-3 .tabbed-content-item > div > div {
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .tabbed-content-item {
    flex-direction: column;
    align-items: center;
  }
}

.tabbed-content-item-left {
  flex: 3;
  padding: 24px;
  text-align: center;
  display: flex;
  justify-content: stretch;
  width: 100%;
  align-items: center;
}
.tabbed-content-item-left > a {
  width: 100%;
}
.tabbed-content-item-left > a img {
  width: 100%;
}

.tabbed-content-item-right {
  flex: 5;
  padding: 24px;
  border-left: solid 1px lightgray;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tabbed-content-item-right > div {
  margin-bottom: 15px;
}
.tabbed-content-item-right .btn {
  font-size: 14px;
  border: none;
  margin: auto 0 0 0;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  .tabbed-content-item-right {
    border-top: solid 1px lightgray;
    border-left: none;
    width: 100%;
    align-items: center;
  }
}

.tabbed-content-title {
  color: #426da9;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 700px) {
  .tabbed-content-title {
    text-align: center;
  }
}

.tabbed-content-tabs-cont {
  border-bottom: solid 2px #79797c;
  margin: 30px 0;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 700px) {
  .tabbed-content-tabs-cont {
    flex-direction: column;
    border: none;
  }
}
.tabbed-content-tabs-cont .tabbed-content-tab {
  margin-right: 8px;
  padding: 16px;
  border-top: solid 2px #79797c;
  border-left: solid 2px #79797c;
  border-right: solid 2px #79797c;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #79797c;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: bold;
}
.tabbed-content-tabs-cont .tabbed-content-tab:hover, .tabbed-content-tabs-cont .tabbed-content-tab.active {
  background-color: #79797c;
  color: white;
}
@media (max-width: 700px) {
  .tabbed-content-tabs-cont .tabbed-content-tab {
    margin-bottom: 4px;
    border-bottom: solid 2px #79797c;
    border-radius: 5px;
  }
}

.regions-map-key-cont {
  display: flex;
  align-items: flex-start;
  order: 2;
}
@media (max-width: 700px) {
  .regions-map-key-cont {
    flex-direction: column;
    align-items: stretch;
  }
}

.regions-map {
  float: right;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .regions-map {
    flex: 2;
  }
}
.regions-map img {
  max-width: 100%;
}
@media (max-width: 600px) {
  .regions-map {
    max-width: 100%;
  }
}

.regions-box {
  display: flex;
  background-color: white;
  box-shadow: 3px 3px 11px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  flex-direction: column;
  padding: 25px;
  flex: 1;
  margin-left: 75px;
}
.regions-box h4 {
  font-size: 18px;
  border-bottom: solid 1px lightgray;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .regions-box {
    margin-left: 0;
    margin-top: 30px;
  }
}

.region-key {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.region-key > div {
  margin-right: 10px;
}
.region-key a {
  text-decoration: none;
  color: #79797c;
  font-size: 14px;
}

.regions-description {
  order: 1;
  margin-top: 0 !important;
  background-color: white !important;
  border-top: none !important;
  padding: 0 0 30px 0 !important;
}
.regions-description h2 {
  font-size: 28px;
  color: #426da9;
  margin-bottom: 20px;
  margin-top: 0;
}

.regions-news-cont .regions-news-dot-cont {
  display: none;
}

.committee-item {
  background-color: #426da9;
  color: white;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 35px;
  box-shadow: 3px 3px 11px 5px rgba(0, 0, 0, 0.1);
}
.committee-item h2 {
  color: white;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 30px;
}
.committee-item h3 {
  margin-top: 25px;
  padding-top: 35px;
  border-top: solid 1px lightgray;
  clear: both;
}
.committee-item h4 {
  color: white;
  font-size: 20px;
  margin-top: 30px;
}
.committee-item a {
  color: white;
}
.committee-item .btn {
  font-size: 16px;
  letter-space: 2px;
}

.committee-icon {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 110px;
  height: 110px;
  background-color: white;
  border-radius: 100%;
  padding: 15px;
  float: right;
  margin: 0 0 15px 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.sub-committee-desc {
  padding-left: 20px;
}

.gloss-letter {
  margin-top: 45px;
  font-weight: bold;
  font-size: 26px;
}

.gloss-term {
  font-size: 20px;
  margin-top: 20px;
}

.gloss-def {
  padding-left: 15px;
}

.gloss-letter-select {
  border: none;
  color: #79797c;
  border-radius: 3px;
  padding: 3px;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
.gloss-letter-select.active, .gloss-letter-select:hover {
  color: white;
  background-color: #426da9;
}

.gloss-letter-item {
  display: none;
}
.gloss-letter-item.active {
  display: block;
}

.press-release-landing-cont {
  align-items: stretch;
  margin-top: 50px;
}
.press-release-landing-cont .home-news-item {
  justify-content: stretch;
}
.press-release-landing-cont .home-news-item img {
  max-width: 100%;
  height: auto !important;
}
.press-release-landing-cont .home-news-item .home-news-item-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
.press-release-landing-cont .home-news-item .home-news-item-box .btn {
  margin: auto 0 0 0;
  font-size: 14px;
  align-self: flex-start;
  border: none;
  padding: 8px 15px;
  margin: auto 0 0 0;
}

.press-release-landing-item {
  width: 33.33333%;
}

.press-release-image img {
  max-width: 100%;
}

.publication-image img {
  max-width: 100%;
  width: 100%;
}

.publication-wrapper {
  width: 48%;
  margin: 0 1%;
  display: flex;
}
@media (max-width: 700px) {
  .publication-wrapper {
    width: 100%;
  }
}

.publications-item {
  width: 100%;
  margin: 20px 0;
}

.event-search-result {
  box-shadow: none !important;
  background-color: #DCE6F2;
  border: none !important;
  border-radius: 3px !important;
  margin: 20px 1%;
}
.event-search-result > a.home-news-item-box {
  position: relative;
}
.event-search-result .home-news-item-box {
  box-shadow: none;
  background-color: #DCE6F2;
  text-decoration: none;
}

.news-search-results .home-news-item-box {
  box-shadow: none;
}
.news-search-results .home-news-image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.event-search .advanced-search-cont {
  flex-wrap: wrap;
}
.event-search .advanced-search-cont > .fieldWrapper {
  flex: none;
  width: 100%;
  margin-top: 15px;
}
.event-search .advanced-search-cont .frmCheckboxWrapper {
  display: flex;
  flex-wrap: wrap;
}
.event-search .advanced-search-cont .frmCheckboxWrapper .frmCheckbox {
  display: flex;
  margin-right: 25px;
  margin-bottom: 10px;
  align-items: center;
}
.event-search .advanced-search-cont .frmCheckboxWrapper .frmCheckbox > label {
  margin: 0;
  padding: 0 0 0 7px;
  font-weight: 400;
}
.event-search .advanced-search-cont .advanced-search-left, .event-search .advanced-search-cont .advanced-serch-right {
  flex: none;
  margin-top: 5px;
}
.event-search .advanced-search-cont .advanced-search-left {
  margin-right: 35px;
}
.event-search .advanced-search-cont .fieldDatepicker > input {
  padding: 5px;
}

.event-detail-date {
  color: #426da9;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.event-detail-date.event-detail-date-single {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
}

.event-detail-title {
  font-size: 28px;
  color: #002855;
  margin-top: 15px;
  margin-bottom: 20px;
}
.event-detail-title.event-detail-title-single {
  margin-bottom: 10px;
}

.event-details-share-buttons a.at-share-btn {
  margin-right: 10px;
  background-color: #426da9 !important;
}

.event-landing-item {
  display: flex;
  margin: 30px 0;
  align-items: flex-start;
  flex-direction: column;
}
.event-landing-item > div {
  flex: 1;
}
.event-landing-item > div:first-child {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .event-landing-item {
    flex-direction: column;
  }
}

.event-landing-text {
  display: flex;
  flex-direction: column;
}

.event-landing-heading {
  display: flex;
  flex-direction: column;
  padding: 20px 0 10px 0;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1200px) {
  .event-landing-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .event-landing-heading {
    padding-bottom: 50px;
  }
}

.event-landing-date {
  font-style: italic;
}

.event-detail-flc-logo {
  position: absolute;
  width: 85px;
  right: 15px;
  bottom: 15px;
  display: none;
}

.event-landing-links {
  display: flex;
  margin: auto 0 0 0;
}
.event-landing-links > a:first-child {
  margin-right: 20px;
}
.event-landing-links a {
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
}

.alt_page_navigation.pagingBottom {
  width: 100%;
}

.event-detail-subtitle {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}

img.news-single-image {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 50%;
}
@media (max-width: 700px) {
  img.news-single-image {
    max-width: 100%;
  }
}

.job-posting {
  background-color: white;
  box-shadow: 3px 3px 11px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 32px;
  padding: 24px;
}

.job-title a {
  color: #426da9;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.job-org {
  font-weight: 600;
}

.regions-awards-cont .home-news-item, .regions-lia-cont .home-news-item {
  min-width: 33.3333%;
  max-width: 33.3333%;
  position: relative;
  left: 0;
  transition: all 0.5s;
  padding: 0 20px !important;
  display: flex;
  flex-direction: column;
}
.regions-awards-cont .home-news-item .home-news-item-box > div, .regions-lia-cont .home-news-item .home-news-item-box > div {
  padding: 0 25px 12px 25px;
}

.regions-news-cont, .regions-awards-cont, .regions-lia-cont {
  padding-bottom: 65px !important;
}
.regions-news-cont .home-news-view-all, .regions-awards-cont .home-news-view-all, .regions-lia-cont .home-news-view-all {
  padding-top: 35px !important;
}

.regions-awards-dot-cont, .regions-lia-dot-cont {
  display: none !important;
}

.regions-map-desc-cont {
  display: flex;
}

@media (max-width: 660px) {
  .advanced-search-cont {
    flex-direction: column;
  }
  .advanced-search-cont .advanced-search-left {
    margin-right: 0 !important;
  }
  .advanced-search-cont select {
    width: 100% !important;
  }
}

iframe {
  max-width: 100%;
}

.resultWrapperOuter .resultWrapper .searchResultGlobal {
  width: 100%;
  box-shadow: none;
  border: none;
  border-bottom: solid 1px lightgray;
  display: block;
}

.sitemap-cont {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-item {
  width: 31.3333%;
  background-color: #eee;
  margin: 0 1% 50px 1%;
  border-radius: 10px;
}
.sitemap-item h2 {
  margin-top: 0;
  padding: 10px 20px;
  background-color: #426da9;
  color: white;
  border-radius: 10px 10px 0 0;
}
.sitemap-item h2 a {
  color: white;
}
.sitemap-item ul {
  list-style: none;
}
.sitemap-item a {
  text-decoration: none;
}
.sitemap-item > ul {
  padding: 0 20px;
}
.sitemap-item > ul ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 661px) {
  .sitemap-item {
    width: 100%;
  }
}

.regions-events-cont, .regions-news-cont, .regions-awards-cont, .regions-lia-cont {
  margin-top: 55px !important;
}

.regions-news-single-image-cont .home-news-image {
  display: flex;
  align-items: center;
}
.regions-news-single-image-cont .home-news-image img {
  width: 100%;
  height: auto;
}

.regions-events-cont .regions-events-single-image-cont.home-news-item.home-event-item {
  min-width: 33.33333% !important;
}

.partner-tab-date {
  font-size: 24px;
  margin-bottom: 0 !important;
}

.category-tag-featured {
  position: absolute;
  top: -10px;
  right: 11px;
  padding: 5px 10px !important;
  border-radius: 0 15px !important;
  text-transform: none !important;
  letter-spacing: 1px;
  background-color: #002855 !important;
}

.calendar-key-cont {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .calendar-key-cont {
    justify-content: flex-start;
  }
}

.calendar-key-item {
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.calendar-view-dropdown {
  margin-left: 40px;
}

.form-field {
  margin-bottom: 20px;
}
.form-field label {
  font-weight: 600;
}

.tab-more-button {
  text-align: right;
}

.person-card-info.featherlight-inner {
  min-width: 90vw;
}

.lab-tech-accordion-cont {
  margin-bottom: 50px;
}

.lightbox-caption {
  padding: 12px;
  font-size: 14px;
  color: #222;
  font-style: italic;
}

.award-single-image-cont.event-image-cont {
  margin: 25px 0;
  padding: 0;
}

.header-main {
  position: sticky;
  top: -104px;
  background-color: white;
  z-index: 100;
}
@media (max-width: 991px) {
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 0;
  }
}
@media (max-width: 420px) {
  .header-main {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-top > .row {
  height: 65px;
}
@media (max-width: 991px) {
  .header-top > .row {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .header-top {
    order: 2;
  }
}

@media (max-width: 420px) {
  .logo-cont {
    width: 100%;
    justify-content: center;
  }
}
.header-login-search-cont {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  align-items: center;
}
@media (max-width: 420px) {
  .header-login-search-cont {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}

.header-login-btn {
  text-decoration: none;
  font-weight: 500;
  margin-right: 17px;
}

.header-search-box input.rounded {
  background-color: #eee;
  font-size: 14px;
  border: none;
}
.header-search-box #search-addon {
  cursor: pointer;
}
@media (max-width: 661px) {
  .header-search-box {
    display: none;
  }
}

.mobile-search-header {
  display: none;
  font-size: 24px;
  color: #002855;
}
@media (max-width: 661px) {
  .mobile-search-header {
    display: block;
  }
}
.mobile-search-header .input-group.rounded {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
}
.mobile-search-header .input-group.rounded.active {
  display: flex;
}

#search-addon {
  background-color: #426da9;
}
#search-addon i {
  color: white;
}

#utilityNav .nav-item {
  display: inline-flex;
}
#utilityNav .nav-item .nav-link {
  color: #002855;
  font-weight: 500;
}

.header-bottom .nav-item a.nav-link {
  color: #002855;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 18px;
}
.header-bottom .nav-item:hover a.nav-link {
  color: #FE5000;
}
.header-bottom .dropdown-item {
  color: #002855;
}
.header-bottom .dropdown-item:hover {
  background-color: #FE5000;
  color: white;
}
@media (max-width: 991px) {
  .header-bottom {
    width: auto !important;
  }
}
@media (max-width: 420px) {
  .header-bottom {
    order: 2;
    margin-left: 0;
  }
}
.header-bottom .navbar-expand-lg {
  padding: 0;
}

.dropdown-item.dropdown-toggle {
  font-weight: 400;
}
.dropdown-item.dropdown-toggle:after {
  transform: rotate(270deg);
}

.sub-menu {
  left: 100%;
  top: 0;
}

.has-sub-menu {
  position: relative;
}
.has-sub-menu.active .sub-menu {
  display: block;
}
.has-sub-menu > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  transform: translate(7px, 7px);
  float: right;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: white;
    z-index: 999;
    margin-left: -24px;
    width: 100vw;
  }
}

#main_nav > .navbar-nav > li.nav-item:last-child .has-sub-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

.footer-main {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.footer-main a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-main a:hover {
  color: white;
}

.footer-top {
  background-color: #002855;
  padding: 42px;
}
@media (max-width: 991px) {
  .footer-top .row > div {
    margin-bottom: 20px;
  }
}

.footer-bottom {
  background-color: #001E41;
  font-size: 14px;
  padding: 24px 0;
}
.footer-bottom div {
  text-align: left;
}

.footer-nav {
  list-style-type: none;
}
.footer-nav a {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 991px) {
  .footer-nav {
    padding-left: 0;
  }
}

.footer-social a {
  font-size: 24px;
  margin: 0 5px;
}

.home-hero-cont {
  /* background-image: url("/admin/getmedia/444bf126-f40c-4a8f-886d-0917b0805e71/hero-image.png"); */
  background-size: cover;
  position: relative;
  padding: 25px;
  min-height: 317px;
  /* &:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: linear-gradient(to right, $blue-pale 50%, $orange);
      mix-blend-mode: multiply;
      opacity: 1;
  }

  @media(max-width: 991px) {
      padding: 40px 25px 64px 25px;
  } */
}

.home-hero {
  position: relative;
  display: flex;
  margin: 0 auto;
  align-items: flex-start;
}
.home-hero h1 {
  color: white;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 58px;
  flex: 1;
}
@media (max-width: 661px) {
  .home-hero h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
.home-hero div {
  color: white;
  font-size: 20px;
  line-height: 28px;
  flex: 1;
}
.home-hero div span {
  color: #ffb81c;
  font-weight: 600;
}
.home-hero .btn {
  border: none;
}
@media (max-width: 991px) {
  .home-hero {
    flex-direction: column;
  }
}

.homeBanner {
  position: relative;
}
.homeBanner .swiper-slide {
  height: auto;
  min-height: 397px;
  background-position: center;
  display: flex;
  flex-direction: column;
  background-size: cover;
}
.homeBanner .swiper-slide .contentSliderContent {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 35px;
  min-height: 432px;
}
.homeBanner .swiper-slide h1 {
  color: white;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 58px;
  margin-bottom: 10px;
}
@media (max-width: 661px) {
  .homeBanner .swiper-slide h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
.homeBanner .swiper-slide div {
  color: white;
  font-size: 20px;
  line-height: 28px;
}
.homeBanner .swiper-slide div span {
  color: #ffb81c;
  font-weight: 600;
}
.homeBanner .swiper-slide p.slide-btn {
  margin-top: 25px;
}
.homeBanner .swiper-slide .btn {
  border: none;
  align-self: flex-start;
  justify-self: flex-end;
}
.homeBanner .swiper-button-next, .homeBanner .swiper-button-prev {
  color: #fff;
}

.home-hero-right {
  text-align: right;
}
.home-hero-right img {
  max-width: 100%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .home-hero-right {
    order: 1;
  }
}

@media (max-width: 991px) {
  .home-hero-left {
    order: 2;
  }
}

.home-info-titles .btn-primary {
  background-color: #0b5ed7;
}
.home-info-titles .btn-primary:hover {
  background-color: #001E41;
}
.home-info-titles .row {
  justify-content: center;
  max-width: 960px;
  margin: 40px auto 0px auto;
}

.home-info-title-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.home-info-title-item > a.btn {
  margin-top: 15px;
  font-size: 20px;
}

.home-hero-button-cont {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -45px;
  display: flex;
  justify-content: center;
}
.home-hero-button-cont .btn {
  margin: 0 16px;
  padding: 27px 39px;
  border: none;
  box-shadow: 0px 5px 13px rgba(90, 28, 0, 0.4);
  border-radius: 4px;
}
.home-hero-button-cont .btn img {
  width: 30px;
  margin-right: 8px;
}
@media (max-width: 661px) {
  .home-hero-button-cont {
    flex-direction: column;
    position: relative;
  }
  .home-hero-button-cont .btn:first-child {
    margin-bottom: 20px;
  }
}

.home-featured-ad {
  text-align: center;
  margin-top: 75px;
  width: 100%;
  max-width: 1100px;
  background-size: cover;
  margin: 75px auto 0 auto;
  padding: 30px 60px;
  text-align: left;
  position: relative;
}
.home-featured-ad img {
  max-width: 100%;
}
@media (max-width: 661px) {
  .home-featured-ad {
    margin-top: 32px;
  }
}

.home-featured-ad-text {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px white;
}
@media (max-width: 661px) {
  .home-featured-ad-text {
    font-size: 32px;
  }
}

.home-featured-ad-date {
  font-size: 24px;
  font-weight: bold;
}

.home-featured-ad-btn {
  border: none;
  position: absolute;
  right: 60px;
  bottom: 30px;
}
@media (max-width: 661px) {
  .home-featured-ad-btn {
    position: static;
    margin-top: 20px;
  }
}

.home-news-cont .home-news-item-box {
  height: 100%;
}
.home-news-cont .home-news-item-box .home-news-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-news-cont .home-news-item-box .home-news-image img {
  height: auto;
  width: auto;
  max-height: 100%;
  padding-bottom: 10px;
}

.home-news-cont, .home-events-cont {
  margin-top: 76px;
  background-color: #f2f2f2;
  padding: 48px 0;
}
.home-news-cont h3, .home-events-cont h3 {
  color: #426da9;
  margin-bottom: 10px;
}
.home-news-cont .award-image-cont, .home-events-cont .award-image-cont {
  padding: 30px 0;
}
.home-news-cont .btn, .home-events-cont .btn {
  font-size: 14px;
  align-self: flex-start;
  border: none;
  padding: 8px 15px;
  margin: auto 0 0 0;
}
.home-news-cont > .container-lg, .home-events-cont > .container-lg {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 661px) {
  .home-news-cont, .home-events-cont {
    margin-top: 32px;
  }
}

.home-news-cont {
  margin-top: 0;
}

.carousel-arrows {
  display: flex;
}
.carousel-arrows .arrow-back svg {
  transform: rotate(180deg);
}
.carousel-arrows svg {
  border-radius: 100%;
  border: solid 1px rgba(66, 109, 169, 0.8);
  padding: 7px;
  cursor: pointer;
  margin: 0 3px;
}
.carousel-arrows svg path {
  fill: rgba(66, 109, 169, 0.8);
}
.carousel-arrows svg:hover {
  background-color: rgba(66, 109, 169, 0.8);
}
.carousel-arrows svg:hover path {
  fill: white;
}

.home-events-cont {
  margin-top: 0;
  background-image: url("/FLC_KenticoXperience_Core/media/Design-Images/Home_Events.jpg");
  padding-bottom: 75px;
  background-size: cover;
}
.home-events-cont .home-news-item-box {
  box-shadow: none;
  background-color: #DCE6F2;
  text-decoration: none;
}
.home-events-cont h3 {
  color: white;
}
.home-events-cont .carousel-arrows svg {
  border: solid 1px white;
}
.home-events-cont .carousel-arrows svg path {
  fill: white;
}
.home-events-cont .carousel-arrows svg:hover {
  background-color: white;
}
.home-events-cont .carousel-arrows svg:hover path {
  fill: #426da9;
}
.home-events-cont .award-image-cont {
  align-items: stretch;
}
.home-events-cont .award-image-cont .home-news-item-box {
  height: 100%;
}
.home-events-cont .home-news-view-all {
  margin-top: 0 !important;
}

.home-events-cont .home-news-item-box .home-event-title, .event-search-result .home-news-item-box .home-event-title {
  padding-top: 21px;
  padding-bottom: 0;
}
.home-events-cont .home-news-item-box .home-event-date, .event-search-result .home-news-item-box .home-event-date {
  padding-top: 0;
}

.home-events-cont .home-event-title {
  font-size: 24px;
  line-height: 1.1;
}
.home-events-cont .home-event-date {
  font-size: 16px;
  padding: 5px 0 !important;
}

.home-events-dot-cont {
  display: none !important;
}

.home-news-item {
  padding: 0 20px !important;
  display: flex;
  flex-direction: column;
  min-width: 33.333333% !important;
}
.home-news-item.home-event-item {
  min-width: 25% !important;
}
@media (max-width: 1199px) {
  .home-news-item.home-event-item {
    min-width: 50% !important;
  }
}
@media (max-width: 700px) {
  .home-news-item.home-event-item {
    min-width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .home-news-item {
    min-width: 50% !important;
  }
}
@media (max-width: 700px) {
  .home-news-item {
    min-width: 100% !important;
  }
}

.home-news-item-box {
  background-color: white;
  padding: 24px !important;
  box-shadow: 3px 3px 11px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.home-news-image {
  border-bottom: solid 1px lightgray;
  height: 175px;
  text-align: center;
}
.home-news-image img {
  height: 100%;
}

.home-news-date {
  padding-top: 24px;
  color: #002855;
  font-size: 12px;
  font-weight: bold;
}
.home-news-date.eventdate {
  padding-top: 10px;
}

.home-news-title {
  color: #426da9;
  font-size: 20px;
  margin: 9px 0 30px 0;
  font-weight: bold;
  line-height: 1.3;
}

.home-news-view-all {
  color: gray;
  text-decoration: none;
  float: right;
  margin: -30px 7% 0 0 !important;
  display: block;
  font-size: 16px !important;
}
.home-events-cont .home-news-view-all {
  color: white;
}
@media (max-width: 461px) {
  .home-news-view-all {
    margin: 0;
  }
}

.category-tag {
  background-color: #FE5000;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 6px;
  display: inline-block;
  border-radius: 3px;
}
.category-tag.region-tag {
  background-color: #008C95;
}

.home-event-date {
  color: #426da9;
  font-size: 32px;
  font-weight: 600;
  padding-top: 12px;
}

.home-event-title {
  font-size: 16px;
  color: #002855;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 8px;
  line-height: 1.3;
}

.home-event-info {
  color: #002855;
  font-size: 16px;
  font-weight: 500;
}

.home-events-calendar-link a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}

.cta-banner {
  background-color: #336699;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
}
.cta-banner a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 0 15px;
}

.cta-banner-icon-right {
  transform: rotate(180deg);
}

.award-meta-label {
  color: #002855;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.award-meta-text {
  font-size: 18px;
  color: #79797c;
  font-weight: 400;
}

.award-meta-logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  align-items: center;
}
.award-meta-logos > * {
  margin-right: 30px;
}
.award-meta-logos img {
  max-width: 125px;
}

.award-meta-social {
  display: flex;
  flex-wrap: wrap;
}

.award-meta-social {
  margin: 25px 0;
}
.award-meta-social > * {
  margin-right: 20px;
}
.award-meta-social i {
  font-size: 26px;
  color: #79797c;
}

.award-main-text {
  margin-top: 35px;
}
.award-main-text > *:first-child {
  font-weight: 600;
  font-size: 24px;
}
.award-main-text > *:first-child * {
  font-weight: 600;
  font-size: 24px;
}

.award-team-members-cont {
  margin: 35px 0;
}

.award-image-cont, .regions-awards-image-cont, .regions-lia-image-cont {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.award-image-cont img, .regions-awards-image-cont img, .regions-lia-image-cont img {
  max-width: 100%;
}

.award-single-image-cont {
  min-width: 33.3333%;
  padding: 0 10px;
  position: relative;
  left: 0;
  transition: all 0.5s;
  flex: 1;
}

.award-image-dot-cont {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.award-image-dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin: 0 5px;
  background-color: #A1A1A5;
  cursor: pointer;
}
.award-image-dot:hover, .award-image-dot.active {
  background-color: #426DA9;
}

.award-video-thumb {
  position: relative;
}
.award-video-thumb:after {
  content: "";
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 32px);
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 60px solid rgba(255, 255, 255, 0.8);
}

.advanced-search-btn {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #FE5000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}

.awards-search {
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.25);
  padding: 32px;
  border: none;
  margin-bottom: 32px;
}
.awards-search input[type=text] {
  width: 100%;
  padding: 5px;
}
.awards-search .frmButtons {
  text-align: right;
  margin: 25px 0;
}
.awards-search label {
  color: #002855;
  font-weight: bold;
  font-size: 16px;
}

.advanced-search-cont {
  display: flex;
}
.advanced-search-cont > * {
  flex: 1;
}
.advanced-search-cont > * * {
  max-width: 100%;
}
.advanced-search-cont .advanced-search-left-awards {
  flex: 1 !important;
}
.advanced-search-cont .advanced-search-right-awards {
  flex: 1 !important;
}
.advanced-search-cont label {
  margin: 20px 0 10px 0;
}
.advanced-search-cont select {
  width: 95%;
  padding: 5px;
}

.resultWrapper {
  display: flex;
  flex-wrap: wrap;
}
.resultWrapper .searchResult {
  margin: 20px 1%;
  width: 30%;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid #E0E0E0;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  flex-direction: column;
}
.resultWrapper .searchResult > div {
  padding: 0 25px 12px 25px;
}
.resultWrapper .searchResult .btn {
  border: none;
  font-size: 14px;
}
@media (max-width: 960px) {
  .resultWrapper .searchResult {
    width: 47%;
  }
}
@media (max-width: 660px) {
  .resultWrapper .searchResult {
    width: 100%;
  }
}

.awards-search-img {
  background-size: cover;
  background-position: top;
  height: 160px;
}

.award-result-meta {
  display: flex;
  margin-top: 20px;
}

.award-result-year, .award-result-type {
  color: white;
  text-transform: uppercase;
  padding: 2px 5px;
  background-color: #008C95;
  margin-right: 4px;
  font-size: 12px;
  border-radius: 2px;
}

.award-result-title {
  color: #426da9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.award-result-btn-cont {
  margin: 12px 0 12px 0;
}

.alt_page_navigation {
  margin: 1em 0 0 1px;
}

.alt_page_navigation a {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  display: inline-block;
}

.alt_page_navigation a:hover, .alt_page_navigation a.active_page {
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.alt_page_navigation .ellipse {
  display: inline-block;
}

.pajinationWrapper {
  padding-top: 1.5em;
}

.pajinationWrapper a {
  margin-bottom: 0.5em;
}

.pajinationWrapper .info_text {
  margin-bottom: 1em;
}

.alt_page_navigation.pagingBottom {
  text-align: center;
}
.alt_page_navigation.pagingBottom a {
  border: none;
  color: #79797c;
  border-radius: 3px;
}
.alt_page_navigation.pagingBottom a.active_page {
  color: white;
  background-color: #426da9;
}

.history-cont, .regions-description {
  margin-top: 50px;
  background-color: #dce6f2;
  padding: 30px;
  border-radius: 4px;
  border-top: solid 8px #426da9;
}
.history-cont > h4, .regions-description > h4 {
  font-size: 32px;
  margin-bottom: 50px;
}

.history-item {
  display: flex;
  align-items: stretch;
}
.history-item img {
  max-width: 100%;
}
@media (max-width: 924px) {
  .history-item {
    flex-direction: col;
  }
}
.history-item:last-child .history-item-left:before {
  display: none;
}
.history-item .card-body {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .history-item .card-body {
    flex-direction: column;
  }
}
.history-item .card-body p {
  order: 2;
}
.history-item .card-body img {
  max-width: 30%;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .history-item .card-body img {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

.lab-tech-item .card-body {
  display: block;
}

.history-item-left {
  flex: 1;
  min-width: 72px;
  position: relative;
}
.history-item-left:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 36px;
  height: 100%;
  background-color: #FE5000;
  z-index: 0;
}

.history-item-right {
  flex: 8;
  margin-bottom: 32px;
}

.history-year {
  color: white;
  width: 72px;
  height: 72px;
  font-size: 18px;
  font-weight: bold;
  background-color: #FE5000;
  border-radius: 100%;
  padding: 8px;
  border: solid 5px #F9A27A;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}

.history-item-title, #ltiylAccordion > .container > div:first-child {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px lightgray;
  color: #002855;
  text-decoration: none;
  padding: 24px;
  padding-right: 44px;
  margin: 0;
}

#ltiylAccordion button.plusMinusSq.collapsed:after {
  transform: rotate(135deg);
}
#ltiylAccordion button.plusMinusSq {
  background-color: transparent;
  border: none;
}
#ltiylAccordion button.plusMinusSq:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 10px;
  content: "";
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
  border-color: #002855;
  transition: none;
}
#ltiylAccordion > .container > div:first-child {
  background-color: white !important;
  padding: 14px !important;
}
#ltiylAccordion > .container > div:first-child span {
  cursor: pointer;
}
#ltiylAccordion > .container > div:first-child span:hover {
  color: #0a58ca;
}

.history-item-title:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
  position: absolute;
  right: 24px;
  top: 33px;
}
.history-item-title.collapsed:after {
  transform: rotate(135deg);
}

/*Carousel
=============================================*/
.slideLeft, .slideRight {
  max-width: 50%;
  display: inline-block;
  padding: 25px;
}
@media (max-width: 768px) {
  .slideLeft, .slideRight {
    max-width: 100%;
  }
}

:root {
  --swiper-theme-color: #426da9;
}

.video-container {
  padding: 25px;
}
.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansRegular.otf");
  font-weight: 400;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansRegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansBold.otf");
  font-weight: 700;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansBoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansBook.otf");
  font-weight: 900;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansBookItalic.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansHeavy.otf");
  font-weight: 800;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansHeavyItalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansLight.otf");
  font-weight: 300;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansLightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansThin.otf");
  font-weight: 200;
}
@font-face {
  font-family: unisans;
  src: url("../fonts/UniSansThinItalic.otf");
  font-weight: 200;
  font-style: italic;
}
#AnnualMeeting h1 {
  font-size: 26px;
  color: #002855;
  font-weight: bold;
  font-family: unisans, "Open Sans", "Sans Serif";
}
#AnnualMeeting h2 {
  font-size: 20px;
}
#AnnualMeeting h2, #AnnualMeeting h3, #AnnualMeeting h4, #AnnualMeeting h5, #AnnualMeeting h6 {
  color: #20a5db;
  font-weight: bold;
  font-family: unisans, "Open Sans", "Sans Serif";
}
#AnnualMeeting img {
  max-width: 100%;
}
#AnnualMeeting header.inside-header img {
  width: 100%;
}
#AnnualMeeting .inside-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: none;
  mix-blend-mode: multiply;
  opacity: 1;
}
#AnnualMeeting .inside-sidebar-heading {
  color: #20a5db;
  font-family: "Helvetica Neue", "Roboto", "Arial", sans-serif;
  margin-top: 25px;
}
#AnnualMeeting #sidebar > .list-unstyled > li > a {
  color: #002855;
  font-weight: normal;
  font-size: 20px;
  font-family: "Helvetica Neue", "Roboto", "Arial", sans-serif;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#AnnualMeeting #sidebar > .list-unstyled > li > a:hover {
  color: #002855;
  text-decoration: underline;
}
#AnnualMeeting #sidebar > .list-unstyled > li > ul > li > a {
  color: #002855;
}
#AnnualMeeting #sidebar > .list-unstyled > li > ul > li > a:hover {
  color: #002855;
  text-decoration: underline;
}
