@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600");
:root {
  --avixa-gradient: radial-gradient(at 110% 25%, var(--avixa-red) 0%, var(--avixa-yellow) 85%);
  --avixa-gradient-linear: linear-gradient(to right, #f6ca15 17%, #ee3353 70%);
  --avixa-red: #ee3353;
  --avixa-yellow: #f6ca15;
  --avixa-orange: #f1834c;
  --avixa-purple: #3f1833;
  --avixa-eggplant: var(--avixa-purple);
  --avixa-gray: #3f4145;
  --avixa-light-gray: #e3e3e3;
  --avixa-teal: #3e989e;
  --avixa-tan: #fcf3e7;
}

/*** TEMP STYLES FOR 2020 **/
li.nav-item.dd-parent.nav-item-desktop.filled a.nav-link:not(:where(.opt-out)) {
  font-size: clamp(0.75rem, 0.1758rem + 0.875vw, 0.96875rem) !important;
}

.header-share:not(:where(.opt-out)) {
  float: right;
}

@media (max-width: 1024px) {
  .navbar-collapse.collapsing:not(:where(.opt-out)) {
    height: auto;
    left: 0 !important;
  }
}
@media (max-width: 768px) {
  .jumbotron .container:not(:where(.opt-out)) {
    overflow: visible;
  }
}
@media (min-width: 1204px) {
  .jumbotron .container:not(:where(.opt-out)) {
    max-width: 1000px !important;
    min-width: 1120px;
  }
  /* AFK 1/21/2021 added to align jumbotron breadcrumbs with new*/
}
/* Extra font sizes are available if needed. See files with -WebM or -WebXL for meduim & extra large */
/* https://www.swisstypefaces.com/fonts/euclid/info/ */
@font-face {
  font-family: euclid;
  src: url(../woff2/euclidflex-regular-webs.woff2) format("woff2"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Regular-WebS.woff) format("woff"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Regular-WebS.ttf) format("truetype"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Regular-WebS.svg#svgFontName) format("svg");
}
@font-face {
  font-family: euclid-light;
  src: url(../euclidflex-light-webs.html) format("woff2"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Light-WebS.woff) format("woff"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Light-WebS.ttf) format("truetype"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Light-WebS.svg#svgFontName) format("svg");
}
@font-face {
  font-family: euclid-bold;
  src: url(../woff2/euclidflex-bold-webs.woff2) format("woff2"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Bold-WebS.woff) format("woff"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Bold-WebS.ttf) format("truetype"), url(https://www.avixa.org/assets/fonts/EuclidFlex-Bold-WebS.svg#svgFontName) format("svg");
}
@font-face {
  font-family: apercu;
  src: url(../woff2/apercu-regular-pro.woff2) format("woff2"), url(https://www.avixa.org/assets/fonts/apercu-regular-pro.woff) format("woff"), url(https://www.avixa.org/assets/fonts/apercu-regular-pro.ttf) format("truetype");
}
html {
  position: relative;
}

body {
  font-family: "Euclid", Calibri, Arial, sans-serif;
  overflow-x: hidden;
}

h2, h3, h4, h5, h6, bold, strong,
.date-month, .date-day, .display-5, .display-6 {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  font-weight: normal;
}

/* ----------------- Types -------------------- */
h1:not(:where(.opt-out)), h2:not(:where(.opt-out)) {
  font-size: 30px;
}

h3:not(:where(.opt-out)) {
  font-size: 25px;
}

h4:not(:where(.opt-out)) {
  font-size: 22px;
}

h5:not(:where(.opt-out)) {
  font-size: 18px;
}

.teal-border-bottom {
  border-bottom: 0.3rem solid #3e989e;
  width: 110px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
  color: black;
  text-align: center;
  margin-top: 30px;
}

/*---AFK 12/4/2020 adding border bottom for h6*/
h2:not(:where(.opt-out)), h3:not(:where(.opt-out)), h4:not(:where(.opt-out)), h5:not(:where(.opt-out)) {
  color: #3e989e;
}

p:not(:where(.opt-out)), ul:not(:where(.opt-out)), ol:not(:where(.opt-out)), table:not(:where(.opt-out)) {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

p.lead {
  font-size: 24px;
}

p.small {
  font-size: 14px;
}

p.large {
  font-size: 22px;
  line-height: 1.65em;
}

h1:not(:where(.opt-out)) {
  text-transform: uppercase;
  line-height: 1.35em;
  margin-bottom: 25px;
  margin-top: 25px;
}

.display-5 {
  font-size: 3em;
  line-height: 1em;
}

.display-6 {
  font-size: 40px;
  line-height: 44px;
}

@media (max-width: 1200px) {
  p.lead {
    font-size: 0.9em;
    line-height: 1.25em;
  }
}
@media (max-width: 960px) {
  p, ul, ol, table {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  p:not(:where(.opt-out)), ul:not(:where(.opt-out)), ol:not(:where(.opt-out)), table:not(:where(.opt-out)) {
    font-size: 20px;
  }
  strong {
    font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  }
  .text-left-md {
    text-align: left !important;
  }
  .display-5 {
    font-size: 1.5em;
    line-height: normal;
    padding: 0 20px;
  }
}
/*helper classes*/
.no-padding {
  padding: 0;
}

.section-padded-top {
  padding-top: 35px;
}

ul.custom-bullet ul,
.default-page #main-container ul ul {
  padding-left: 1.5em;
}

ul.custom-bullet li:not(:where(.opt-out)),
.default-page #main-container ul li:not(:where(.opt-out)) {
  list-style-image: url("../png/bullet.png");
}

ul li.nav-item {
  list-style: none !important;
}

ol:not(:where(.opt-out)) {
  padding-left: 3.25em;
}

ol ol:not(:where(.opt-out)) {
  padding-left: 1.2em;
}

ul.custom-bullet li {
  display: list-item !important;
  list-style-image: url("../png/bullet996c945e2a1342dcb9b9695d626e78ea6b53.png?sfvrsn=da7fd668_2") !important;
}

/* ----------------- backgrounds ---------------- */
.intro-header {
  position: relative;
  display: table;
  height: 100vh;
  width: 100%;
  vertical-align: middle;
}

.intro-header .card {
  /*  display: table-cell;*/
  position: relative;
  vertical-align: middle;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: none;
}

.fullscreen-img-bg {
  height: 100vh;
  overflow: hidden;
}

.fullscreen-img-bg img {
  width: 100%;
}

/*Video background*/
.fullscreen-video-bg {
  height: 100vh;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  z-index: -100;
}

.fullscreen-bg__video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

@media (max-width: 767px) {
  .fullscreen-video-bg {
    background: rgba(0, 0, 0, 0) url("../jpg/avixa-header-still-march.jpg") no-repeat scroll center center/cover;
    height: 100vh;
  }
  .fullscreen-bg__video {
    display: none;
  }
}
header:not(:where(.opt-out)) {
  background: #fff;
  z-index: 10001;
  top: 100%;
  width: 100%;
  /*	display: block;
  width: 100%;*/
}

header.fixed-top {
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  header {
    /*margin-bottom: 100px;*/
    /*float: left;*/
  }
  header:not(:where(.opt-out)) {
    padding-bottom: 20px;
  }
}
.affix {
  position: fixed;
  top: 0;
  width: 100%;
}

/*initial state*/
.navheader.affix-top {
  /*background: blue;*/
  /* position: relative; */
}

/*scroll down*/
.navheader.affix {
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  width: 100%;
}

.navheader.fixed-top.affix-top {
  position: relative;
}

.navheader.affix.fixed-top {
  /*border: 3px dashed purple;*/
}

/* deactive scroll for background on mobile */
.touch-device.main-nav-active {
  overflow: hidden;
}

.primary-bg {
  background: #ee3353;
  color: #fff;
}

.light-bg {
  background: #fcf3e7;
}

.dark-bg {
  background: #000;
  opacity: 0.9;
  z-index: 99999;
}

/* Menu Overlay */
.menu-content-overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  z-index: 50;
}

body:not(.home-page) .menu-content-overlay {
  top: 0;
}

.menu-content-overlay-active {
  display: block !important;
  z-index: 1000;
}

#overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  /* -webkit-filter: blur(10px) grayscale(50%); */
}

header .top-shadow.fixed-after-intro {
  display: none;
}

.top-shadow {
  -webkit-box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.2);
}

.right-bottom-shadow {
  -webkit-box-shadow: 6px 7px 11px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 7px 11px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 7px 11px -7px rgba(0, 0, 0, 0.2);
}

.secondary-bg {
  background: #f6ca15;
  color: #fff;
}

.alt-bg {
  background: #3e989e;
}

.background-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #DDD;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 14px;
}

.background-line span {
  padding: 0 10px;
  background: #ee3353;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container .margin-top {
  margin-top: 65px;
}

#features-news .text-center {
  margin-bottom: 3rem;
}

/* ----------------- buttons -------------------- */
.btn {
  border-radius: 0;
  font-size: 14px;
  padding: 1em 5em;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-primary, .btn-default:where(:not(.sf-designer-dlg .btn-primary, .btn-default)) {
  background: #ee3353;
  color: #fff;
  border: none;
}

.btn-secondary {
  background: #f6ca15;
  color: #fff;
  border: none;
}

.btn-primary:hover,
.btn-default:hover,
.btn-primary:focus,
.btn-default:focus {
  background: #ee3353;
  color: #fff;
  opacity: 0.85;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #f6ca15;
  color: #fff;
  opacity: 0.85;
}

.btn-fixed-width {
  text-align: center;
  width: 254px;
  padding: 0.95em 0;
}

.btn-lg {
  font-size: 16px;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
}

.btn-sm {
  padding: 1em;
}

.icon-btn {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  color: #fff;
}

.next-prev-btn {
  position: absolute;
  bottom: 3.1em;
  right: 0; /*.2em;*/
  color: #fff;
}

.icon-btn .fa {
  font-size: 20px;
}

.next-prev-btn .fa {
  background: #ee3353;
  color: #fff;
  padding: 0.55em 0.7em;
  font-size: 20px;
  cursor: pointer;
}

.next-prev-btn .fa:last-child {
  margin-left: 1px;
}

.btn-link {
  color: #fff;
}

.btn-link:hover,
.btn-link:focus {
  color: #ee3353;
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

@media (max-width: 992px) {
  .btn {
    padding: 1em;
    font-size: 13px;
  }
  .market-intelligence-button-row a {
    padding: 1rem 3rem 1rem 1.5rem;
  }
  .btn-lg {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .btn {
    padding: 1em;
    font-size: 15px;
  }
  .btn-lg {
    font-size: 13px;
  }
}
/* ----------------- form fields -------------------- */
.quote {
  position: relative;
  margin: 8em 10em 8em 11em;
}

@media (min-width: 1025px) {
  .quote.callOut {
    margin: 4em 44em 1em 8em;
  }
}
/* I created interior quote in a replica of quote for the interior with quote page. Most of it is the same with a few changes. -KH */
.interior-quote {
  position: relative;
  margin: 8em 10em 8em 11em;
}

/* This class is to add padding to the bottom of each quote that was previously there with the clear-content class -KH */
.interior-quoted-text.text-center {
  padding-bottom: 50px;
}

/* This class replaces the pt-5 class that was previously there. Adding more uniform padding to this container.*/
.interior-quote-container {
  padding: 3rem 0px;
}

.quote h4 {
  line-height: 1.5em;
}

.interior-quote h4 {
  line-height: 1.5em;
}

.quoted-text::before {
  font-size: 172px;
  color: #ee3353;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  content: "“";
  position: absolute;
  top: -0.5em;
  left: -0.75em;
}

.quoted-text::after {
  font-size: 172px;
  color: #ee3353;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  content: "„";
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
}

.quoted-text.text-center.callOutQuote::before {
  left: -0.55em;
}

.quote .thumbnail img {
  margin: 16px auto;
}

@media (max-width: 1204px) {
  .quote {
    margin: 3em;
  }
  .interior-quote {
    margin: 3em;
  }
  .quoted-text::before,
  .quoted-text::after {
    font-size: 60px;
  }
  .mega-menu.mega-menu {
    width: 900px;
  }
}
@media (max-width: 992px) {
  .quote {
    margin: 2em 1em 2em 1em;
  }
  .interior-quote {
    margin: 2em 1em 2em 1em;
  }
  .quoted-text::before,
  .quoted-text::after {
    font-size: 40px;
  }
  .quoted-text::before {
    top: 0;
    left: 0;
  }
  .quoted-text::after {
    bottom: 0;
    right: 0;
  }
  .quote h4 {
    line-height: 1em;
  }
  .interior-quote h4 {
    line-height: 1.5em;
    font-size: 18px;
  }
  .quote p,
  .quote h6 {
    margin-bottom: 0;
  }
  .interior-quote p,
  .interior-quote h6 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .quoted-text::before,
  .quoted-text::after {
    font-size: 20px;
  }
  .quote h4 {
    font-size: 13px;
  }
  .interior-quote h4 {
    font-size: 13px;
  }
  .quote {
    margin: 0.5em 0.25em 0 0.25em;
  }
  .interior-quote {
    margin: 0.5em 0.25em;
  }
  .quoted-text::before {
    top: -0.5em;
    left: 0;
  }
  .quote .thumbnail img {
    margin: 0;
    float: left;
  }
  .interior-quote .thumbnail img {
    margin-bottom: 5px;
    /*float:left;*/
  }
  .quote .thumbnail h6,
  .quote .thumbnail p {
    text-align: left;
  }
  .quote.callOut .thumbnail p {
    text-align: center;
  }
  .interior-quote .thumbnail h6,
  .interior-quote .thumbnail p {
    text-align: center;
    font-size: 10px;
  }
}
/**-----------New Quote Styles 2020 -----------*/
.pull-quote-full {
  color: #959595 !important;
  font-size: 30px !important;
  text-align: left;
  padding: 30px 280px 30px 90px;
  font-style: italic;
  border-left: 3px solid #3F1833;
  padding-left: 50px;
  width: 100%;
  width: 100vw;
  position: relative;
  margin-left: -38vw;
  left: 50%;
  margin-right: auto;
  display: block;
}

.pull-quote-full:before {
  content: "“";
}

.pull-quote-full:after {
  content: "”";
}

.purple-pull-quote-full {
  color: #ffffff !important;
  font-size: 30px !important;
  text-align: left;
  background: #3f1833;
  padding: 30px 195px 30px 195px;
  font-style: italic;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-right: auto;
  display: block;
}

.purple-pull-quote-full:before {
  content: "“";
}

.purple-pull-quote-full:after {
  content: "”";
}

.pull-quote-small-left {
  color: #959595;
  font-size: 30px;
  text-align: left;
  padding: 20px;
  font-style: italic;
  border-left: 3px solid #3F1833;
  padding-left: 50px;
  width: 100%;
  position: relative;
  display: block;
}

.pull-quote-small-left:before {
  content: "“";
}

.pull-quote-small-left:after {
  content: "”";
}

.pull-quote-small-right {
  color: #959595;
  font-size: 30px;
  text-align: right;
  padding: 20px;
  font-style: italic;
  border-right: 3px solid #3F1833;
  padding-right: 50px;
  width: 100%;
  position: relative;
  display: block;
}

.pull-quote-small-right:before {
  content: "“";
}

.pull-quote-small-right:after {
  content: "”";
}

/* ----------------- form fields -------------------- */
.custom-control {
  margin-right: 0.8rem;
  font-size: 13px;
}

.custom-control-indicator {
  top: 0.2rem;
  left: 0.2rem;
  background-color: #fff;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #f6ca15 !important;
  box-shadow: none;
}

.form-control {
  font-size: 14px;
  color: #b9bed1;
}

.form-check-inline,
.form-check-inline label {
  margin-bottom: 0;
}

.secondary-bg.form-control:focus {
  background: #f6ca15;
  color: #fff;
  opacity: 0.85;
}

/* ----------------- Navigation -------------------- */
a:not(:where(*.opt-out)), a:hover:not(:where(*.opt-out)) {
  color: #ee3353;
}

a.arrow,
span.arrow {
  background: url("../png/arrow-right.png") center center no-repeat;
  width: 21px;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.text-black:not(:where(.opt-out)),
.text-black a:not(:where(.opt-out)) {
  color: #000;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}

.text-white a {
  color: #fff;
}

.relative {
  position: relative;
}

.mobile-toggle {
  cursor: pointer;
}

.mobile-toggle::after {
  content: "\f078";
  font-family: FontAwesome;
  margin: 0;
  position: absolute;
  right: 2rem;
  top: 0.25rem;
  border: 0;
  font-size: 12px;
  color: #ee3353;
}

.mobile-toggle.open::after {
  content: "\f077";
  font-family: FontAwesome;
}

.nav:not(.sidebar) .nav-item:not(:where(.opt-out)) {
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 992px) {
  .nav:not(.sidebar) .nav-item {
    display: none;
  }
}

.navbar:not(:where(.opt-out)) {
  padding: 0 1rem;
}

.navbar hr {
  background: #f6ca15;
  height: 1px;
}

.navbar-light .navbar-nav .nav-link {
  color: #3F1833;
  text-align: left;
}

@media (width < 992px) {
  .navbar-light .navbar-nav .nav-item {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    display: block;
  }
  .ul li.nav-item {
    display: none;
  }
  .nav-item.dd-parent {
    background-color: #F0F0F0;
  }
  .dd-parent.filled {
    background-color: white !important;
  }
  .filled .nav-link {
    font-size: 22px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    width: 90%;
  }
  .navbar-light .navbar-nav .dropdown-link {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 10%;
    cursor: pointer;
  }
  .navbar-light .navbar-nav .dropdown-link:after {
    color: #3F1833;
    content: "\f105";
    text-align: center;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 600;
  }
  .dropdown-item {
    color: #3F1833;
  }
  .currentList > a {
    font-size: 22px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #3F1833 !important;
    padding-left: 22px !important;
  }
  .w-48 li .dropdown-item {
    color: #3F1833 !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 0.735rem;
    padding-right: 0.735rem;
  }
}
@media (min-width: 1025px) {
  ul.navbar-nav:not(:where(.opt-out)) {
    display: table !important;
  }
  ul.navbar-nav li.nav-item:not(:where(.opt-out)) {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 1em;
    padding-right: 0.8em;
  }
}
.navbar-light .navbar-toggler {
  position: absolute;
  top: -3.5rem;
  left: -1.2rem;
  width: 45px;
  padding: 5px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .navbar-light .navbar-toggler {
    left: -0.5rem;
  }
}
@media (max-width: 1024px) {
  .navheader.affix .navbar-toggler.fixed-after-intro {
    left: -1.2rem;
  }
}
@media (max-width: 767px) {
  .navheader.affix .navbar-toggler.fixed-after-intro {
    left: -0.65rem;
  }
}
.navbar-toggler-text {
  font-size: 9px;
  display: block;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Euclid", Calibri, Arial, sans-serif;
}

.navbar-light .navbar-toggler.fixed-after-intro {
  position: absolute;
  /*top: -5.75rem;*/
  right: 0;
}

.nav.separators .nav-link {
  padding: 0;
}

.nav.separators:not(.sidebar) li:not(:first-child) a::before {
  padding-right: 1em;
  padding-left: 1em;
  content: "|";
}

.nav.sidebar.separators > li:not(:last-child)::after {
  padding: 0;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #bbb;
  content: "";
  display: block;
}

.nav.sidebar {
  margin: 1em 1em 2em 0;
}

.nav.sidebar li {
  list-style: none;
}

.nav.sidebar .dropdown-toggle.collapsed::after {
  content: '<svg xmlns="http://www.w3.org/2000/svg" width="8.862" height="13.481" viewBox="0 0 8.862 13.481"><defs><style>.a{fill:none;stroke:#3f1833;stroke-linecap:round;stroke-width:3px;}</style></defs><path class="a" d="M3260.5,115.268l4.619,4.619-4.619,4.619" transform="translate(-3258.383 -113.146)"/></svg>';
  font-family: FontAwesome;
}

.nav.sidebar .dropdown-toggle::after {
  margin: 0;
  position: absolute;
  right: 1em;
  top: 0;
  border: 0;
  content: "\f077";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ee3353;
}

.primary-bg {
  background: #ee3353;
  color: #fff;
}

.secondary-bg {
  background: #f6ca15;
  color: #fff;
}

/*If any of the jumbotron bottom margins are updated, please also update the cancel-jumbotron-bottom-margin mixin in assets/scss/utilities/_sizing.scss as well*/
.jumbotron {
  padding: 22px 0;
  margin-bottom: 32px;
}

.jumbotron.attached-hero {
  margin-bottom: 0;
}

.jumbotron .pad-top {
  padding-top: 40px;
}

.jumbotron.no-title {
  padding-bottom: 16px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .jumbotron {
    margin-bottom: 32px;
    margin-top: 75px;
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .jumbotron {
    margin-top: -15px;
    margin-bottom: 0px; /*AFK added to remove space under jumbotron on All topics page 1/22/2021*/
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 12px;
  padding-left: 0;
  color: #fff;
  content: ">";
}

.breadcrumb {
  background: none;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.no-title .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item.active,
a.breadcrumb-item {
  color: #fff;
  margin-right: 12px;
}

.header-share a {
  color: #fff;
}

.horizontal-separator {
  width: 110px;
  height: 5px;
  margin: 25px 0;
}

.title-underline {
  margin: 20px auto;
  width: 105px;
  height: 5px;
}

.card-deck .title-underline {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .horizontal-separator {
    margin: 12px 0 5px 0;
  }
  .title-underline {
    margin: 5px auto;
  }
}
@media (max-width: 575px) {
  .horizontal-separator {
    margin: 5px 0 5px 0;
  }
}
.social-link {
  /*height: 32px;*/
  min-width: 38px;
  padding: 0;
  border: 2px solid var(--social-link-color, #f6ca15);
  text-align: center;
  margin: 0 10px;
  display: inline-block;
  font-size: 20px;
}

.social-link .fa {
  line-height: 31px;
  font-size: 20px;
}

.fa {
  font-size: 26px;
}

.social-link:focus, .social-link:hover, .social-link.secondary {
  color: var(--social-link-color, #f6ca15);
}

.mega-menu h5 {
  color: #000;
}

.mega-menu ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
}

.mega-menu ul a {
  padding-left: 0;
  padding-bottom: 0.5em;
  white-space: normal;
}

.mega-menu ul ul {
  padding-left: 0.5em;
  margin-left: 0.5em;
}

.mega-menu .dd-section-1, .mega-menu .dd-section-2 {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
}

.mega-menu .dd-section-2 {
  margin-left: 2%;
}

.dropdown-toggle {
  padding: 0.5em;
  cursor: pointer;
}

.dropdown-toggle::after {
  margin-top: -3px;
  margin-left: 6px;
  border-top: 0.4em solid #ee3353;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.hide-caret .dropdown-toggle::after {
  display: none;
}

.primary-bg-show.show > a:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 100px solid #ee3353;
  border-left: 80px solid transparent;
  position: absolute;
  top: 0;
  left: -80px;
}

.primary-bg-show.show > a {
  background: #ee3353;
  color: #fff;
}

.primary-bg-show.show .dropdown-toggle::after {
  border-top: 0.4em solid #fff;
}

.dropdown-menu.form-dropdown {
  width: 300px;
  padding: 24px 18px;
  left: auto;
  right: 0;
  top: 28px;
  border: none;
  border-radius: 0;
}

.dropdown-menu.form-dropdown.primary-bg.text-white.right-bottom-shadow.foundationDropdown {
  height: 275px;
}

/* .search-form {
		position: absolute;
		right: 1em;
		top: -2em;
	} */
.search-form .form-group {
  background: #fff;
  margin-bottom: 0;
}

.search-results h2 {
  margin: 30px 0;
}

.search-results .form-wrapper {
  margin-bottom: 30px;
}

/* Styling for the full screen search box modal*/
.searching {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.searching .closeBtn {
  position: absolute;
  top: 25%;
  right: 12%;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  border: none;
}

.searching .closebtn:hover {
  color: #ccc;
}

.searchBtn {
  right: 5%;
  cursor: pointer;
  font-size: 0px;
  background: transparent;
  border: none;
}

.searchBtn img {
  margin-bottom: 6px;
}

input#ModalSearchButton {
  background: transparent;
  color: #fff;
  border: 3px solid white;
  padding: 5px 20px;
  margin-left: 15px;
  font-size: 17px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: 600;
}

input#ModalSearchText {
  width: 75%;
  margin-left: 10px;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  padding-bottom: 12px;
}

input#ModalSearchText::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

input#ModalSearchText:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

input#ModalSearchText::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

input#ModalSearchText:focus {
  outline: none;
}

.searchDiv .form-inline {
  text-align: center;
}

.searchDiv .form-group {
  width: 100%;
}

.searchDiv .form-group-container {
  margin: 0 auto;
  width: 66%;
}

.nav .reverse-bg {
  background: #3f1833;
  position: relative;
}

.nav .reverse-bg.first {
  margin-left: 20px;
  padding-right: 0;
  border-left: 1px solid #3f1833;
}

.nav .reverse-bg.first a {
  padding-right: 0;
}

.nav .reverse-bg.last {
  padding-right: 0;
  border-right: 1px solid #3f1833;
}

.nav .reverse-bg.last a {
  border-right: 1px solid #3f1833;
}

.nav .reverse-bg a {
  color: #fff;
}

.nav .reverse-bg.first a::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 32px solid #3f1833;
  border-left: 20px solid transparent;
  position: absolute;
  top: 0;
  left: -21px;
}

.nav .reverse-bg.last a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #3f1833;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  right: -21px;
}

.nav .reverse-bg:not(:last-child) a::after {
  content: "|";
  color: #fff;
  margin-left: 1em;
}

.nav .reverse-bg a:hover,
.nav .reverse-bg a:focus {
  color: #ee3353;
}

.nav-tabs {
  border-color: #fff;
  position: relative;
}

.nav-tabs > li > a {
  font-size: 20px;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
}

.nav-tabs a {
  border-color: transparent;
}

.nav-tabs li,
.tab-pane li {
  list-style: none !important;
}

.nav-tabs > .nav-item {
  border-top: 5px solid transparent;
}

.nav-tabs nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: transparent transparent transparent;
}

.nav-tabs li ul a {
  font-size: 22px;
  line-height: 36px;
}

.nav-tabs > .nav-item.active,
.nav-tabs > .nav-item:focus,
.nav-tabs > .nav-item:hover {
  border-color: #fff;
  border-top: 5px solid #ee3353;
  background: #fcf3e7;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  cursor: pointer;
}

.nav-tabs-custom .tab-content {
  padding: 40px 0;
  background: #fcf3e7;
}

.nav-tabs-custom .tab-content ul {
  margin-bottom: 0;
}

.nav-tabs-custom .tab-content li {
  list-style: none;
  border-bottom: 1px solid #f6ca15;
  position: relative;
  display: block;
  /*AFK - center content of tab*/
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.nav-tabs-custom .tab-content .nav-link {
  font-size: 22px;
  line-height: 2em;
  cursor: pointer;
  position: relative;
}

.nav-tabs-custom .tab-content .nav-link::after {
  margin: 0;
  position: absolute;
  right: 1em;
  top: 11px;
  border: 0;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 20px;
  color: #ee3353;
}

.nav-tabs-custom .tab-content ul ul {
  padding: 0 0 0 22px;
}

.nav-tabs-custom .tab-content ul ul li {
  border-bottom: 0;
}

/*

	The Custom Accordion Tabs widget has CSS inside the widget template detail.AvixaTabAccordionDetail KEH 11/29/2018

*/
@media screen and (max-width: 300px) {
  .nav-tabs-custom .tab-content ul {
    padding: 0;
  }
  div#navbarSupportedContent {
    max-height: 600px;
    overflow: scroll;
  }
  /*AFK - fix inability to scroll on mobile 4/9/19*/
}
/* deactive scroll for background on mobile */
.touch-device.main-nav-active {
  overflow: hidden;
}

.card.flex {
  padding: 0;
}

/*hero areas*/
.hero-full-width {
  height: 530px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-full-width {
    height: auto;
  }
}
.hero-full-width .card-img-overlay {
  left: 20px;
  top: 20px;
}

@media (max-width: 767px) {
  .hero-full-width .card-img-overlay {
    top: 5px;
  }
  input#ModalSearchButton {
    width: inherit;
  }
}
.hero-bg {
  bottom: 0;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
}

/*light text when the backgroud hero image is dark*/
.dark-img-overlay p {
  color: #ffffff;
}

/* match this to fixed nav */
.intro-top {
  margin-top: 0;
}

.home-page #main-content {
  /*margin-top: 0 !important; Added important so that the home page does not get effected by JS code that resizes the margin-top based on the height of the header*/
  padding-bottom: 50px;
  margin-bottom: 0;
}

.home-page #main-container {
  /*padding-top: 50px; edited it out - 10/24/17 AFK*/
}

/* Default items for mega menu */
@media (min-width: 992px) {
  ul.navbar-nav:not(:where(.opt-out)) {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1500px; /*max-width: 830px; - commented out to fix Brad's double line navigation - AFK 4/30/19 */
    font-size: 17px;
  }
  .onlymobile {
    display: none !important;
  }
  .navbar-nav > .nav-item:not(:where(.opt-out)),
  .navbar-nav > .nav-item.placeholder:not(:where(.opt-out)),
  .navbar-nav > li.placeholder:hover:not(:where(.opt-out)),
  .navbar-nav > li.placeholder:focus:not(:where(.opt-out)) {
    border-bottom: 3px solid #fff;
  }
  .navbar-nav > .nav-item.show,
  .navbar-nav > li:hover,
  .navbar-nav > li:focus {
    border-bottom: 3px solid #ee3353;
  }
  .navbar-nav > .no-border-hover.show,
  .navbar-nav > .no-border-hover:hover,
  .navbar-nav > .no-border-hover:focus {
    border-bottom: 3px solid #fff;
  }
  .navbar-nav .nav-item:hover .mega-menu {
    /* margin-top: 11px; */
    display: flex;
    transition: all 0.3s ease-out;
    padding: 0;
  }
  .mega-menu {
    padding: 30px;
    left: -30px;
    width: 100%;
    margin-top: -1px;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 10001;
  }
  header .navbar {
    /* margin-top: -35px; */
    /* left: 50px;changed from 70px to better spacing in nav - AFK 7/9/2020 */
    max-width: 1500px; /*max-width: 830px; - commented out to fix Brad's issue with nav being on 2 lines - AFK 4/30/19*/
    padding: 0;
  }
  .navbar .search-placeholder {
    width: 35px;
  }
  .search-form .dropdown-menu {
    left: auto;
    right: 0rem;
    background: #fff;
    border: 5px solid #fff;
    padding: 0;
    width: max-content;
    width: -moz-max-content;
  }
  .dropdown-menu-fl {
    display: none;
    position: absolute;
  }
  .nav-item:hover .dropdown-menu-fl {
    display: block;
  }
  #LoggedIn {
    display: flex;
    align-items: center;
  }
  #userGreeting {
    margin-bottom: 0;
  }
  .modal-search-input::placeholder {
    color: white;
  }
}
/* XL  only */
@media (min-width: 1200px) {
  header .navbar,
  ul.navbar-nav {
    max-width: 1500px;
  }
  .mega-menu {
    left: -100px;
  }
}
@media (min-width: 1204px) {
  .container {
    min-width: 1170px;
  }
  .navbar-nav a {
    font-size: 18px;
  }
  .navbar-nav .mega-menu li li a {
    font-size: 16px;
  }
  .mega-menu {
    width: 1140px;
    padding: 30px;
    left: -100px;
  }
  .mega-menu .dropdown-item {
    white-space: normal;
  }
  .w-48 {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  .w-25 {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  .w-100 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding-left: 0px;
  }
  /*added by AFK for accordions - 2/23/18*/
  .w-60 {
    width: 60.5%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  .nav-tabs-custom .tab-content ul {
    margin-bottom: 32px;
  }
}
/* small navbar here */
@media (max-width: 1024px) {
  .navbar-collapse.collapsing {
    height: auto;
    left: -100%;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .search-link {
    margin-top: -10px;
  }
  .mega-menu {
    width: 100%;
    padding: 20px;
    border: none;
  }
  .mega-menu h5,
  .mega-menu ul a,
  .dropdown-item {
    font-size: 0.85em;
    line-height: 1.2em;
  }
  .search-form .nav-link {
    float: right;
  }
  .breadcrumb, .header-share {
    margin-bottom: 20px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 6px;
    padding-left: 0;
  }
  .breadcrumb-item.active, a.breadcrumb-item {
    margin-right: 6px;
  }
  /* #top-nav.justify-content-end {
  	justify-content: start!important;
  } */
  .search-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
@media (width < 992px) {
  .search-form .dropdown-menu {
    background: #fff;
    border: none;
    position: relative;
    padding: 0;
    left: auto;
    right: 0;
    top: 0;
  }
  .navheader {
    padding-bottom: 0;
  }
  .header-logo {
    text-align: center;
    position: absolute;
    max-width: none;
  }
  .navbar-collapse {
    overflow: auto;
  }
  .navbar-collapse.show:not(:where(.opt-out)) {
    background: #ffffff;
    left: 0;
    height: auto;
    padding: 5px 30px 30px 35px;
    width: 100%;
    margin-top: 0;
    position: absolute;
    z-index: 10001;
  }
  .mega-menu .dd-section-1, .mega-menu .dd-section-2 {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0 !important;
  }
  div#navbarSupportedContent {
    max-height: 600px;
    overflow: scroll;
  }
  /*AFK - fix inability to scroll on mobile 4/9/19*/
  /*AFK added 11/3/2020 to fix mobile nav dropdown from disappearing */
  .collapse.in {
    display: block !important;
  }
  #currentListButton {
    width: 100%;
    background-color: #F0F0F0;
    border: none;
    height: 55px;
    color: #3F1833;
    text-align: left;
    display: none;
    font-size: 16px;
  }
  #currentListButton:before {
    color: #3F1833;
    content: "\f104";
    text-align: center;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    margin-right: 9px;
    padding-left: 15px;
  }
  #becomeMember {
    background-color: #EE3353;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 58px;
  }
  #mobileHeaderFooter {
    background-color: #3F1833;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 55px;
  }
  .navheader > .container {
    width: 100% !important;
    padding: 0;
  }
  .navigation-row, .navigation-row .col-12, .col-12 .navbar {
    padding: 0 !important;
  }
  #becomeMember {
    display: none;
  }
  .langSearchWrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .mobileUsLang {
    border-right: 2px #EE3353 solid;
    padding-right: 5px;
    margin-right: 5px;
  }
  .mobileSearch {
    padding: 0 30px;
  }
  #main-nav .navbar-toggler {
    position: static;
    margin: 15px;
  }
  .row .utility-nav {
    display: none;
  }
  .navigation-row .col-12 {
    margin-top: 20px;
  }
  .headerTopComponents {
    display: flex;
    justify-content: space-between;
  }
  .headerIcon {
    margin-right: 10px;
  }
  .header-menu-layout .row .nav-row-main {
    flex: none;
    max-width: none;
  }
  .become-a-member-btn {
    display: none;
  }
  #headerLogoGroup .reverse-bg {
    align-self: center;
  }
  #headerLogoGroup {
    display: none;
    margin-right: 15px;
  }
  .iconText {
    display: none;
  }
  .search-form.fixed-after-intro {
    position: static !important;
  }
  .mobileEnLang {
    margin-right: 20px;
  }
  .searchDiv {
    top: 70px !important;
    position: absolute !important;
  }
  .avixa-tv-body .searchDiv {
    top: 0 !important;
    position: fixed !important;
  }
  .navigation-row #main-nav {
    padding: 0;
  }
  .modal-search .closeBtn {
    top: unset !important;
    bottom: 20px;
  }
  .searchDiv.modal-search .modal-search-button {
    bottom: unset;
    top: 10px;
  }
  .desktopMenu {
    display: none !important;
  }
  .dropdown-menu .col-4 {
    flex: none !important;
    width: 100% !important;
    max-width: none;
    padding: 0;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("../svg/togglericoncross.svg");
  }
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
    background-image: url("../svg/togglericonsticks.svg");
  }
  .navbar-toggler:not(:where(.opt-out))::after {
    content: "MENU";
    font-size: 14px;
  }
  .navbar-toggler:not(:where(.opt-out)) {
    border: 0;
    width: 70px !important;
  }
  .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
  }
  .navbarDropdownMenuLink-search {
    width: 20px;
    height: 20px;
    background-image: url("../svg/searchiconwhite.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    margin: 0 20px;
  }
  .navbarDropdownMenuLink-search img {
    display: none;
  }
  .ul-top-menu li img {
    display: none;
  }
  #LoggedIn {
    display: flex;
    margin-top: 9px;
    align-items: baseline;
    margin-right: 10px;
  }
  .dropdown-menu-fl {
    display: none;
    position: absolute;
    top: 150px;
    left: 10px;
  }
  .dropdown-menu-fl .dropdown-item {
    font-size: 15px;
    margin-top: 10px;
  }
  .dropdown-menu-fl .dropdown-item:not(:where(.opt-out)) {
    color: #3F1833 !important;
  }
  #userGreeting {
    cursor: default;
  }
  .nav-link.hifirstname {
    margin-bottom: 0;
  }
  .dropdown-item.text-purple {
    color: #3F1833 !important;
  }
  .modal-search-input::placeholder {
    color: white;
  }
}
@media (max-width: 767px) {
  .navbar-collapse.show {
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-align: left;
    padding-left: 1em;
  }
  .dropdown-item {
    font-size: 14px;
    font-weight: 300;
  }
  .header-logo img {
    /*margin-left: 4rem;*/
    /*height: 65%;*/
  }
  .jumbotron.attached-hero {
    margin-top: -20px;
  }
  .justify-content-end {
    justify-content: flex-start !important;
  }
  .home-page #main-content {
    padding-top: 50px;
  }
  .dropdown-menu.form-dropdown {
    width: 300px;
    padding: 24px 18px;
    left: auto;
    right: auto;
  }
  .primary-bg-show.show > a:before {
    display: none;
  }
  .dropdown-menu {
    left: -50%;
  }
  .search-form:not(.fixed-after-intro) {
    position: absolute;
    top: -5rem;
    right: 1rem;
  }
  .search-form.fixed-after-intro {
    position: absolute;
    top: -3.5rem;
    right: 1rem;
  }
  .search-form .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .navheader .col-lg-10 {
    padding: 0;
  }
  #top-nav.justify-content-end {
    justify-content: center !important;
    background: #fff;
    padding: 0 0 10px;
  }
  div#navbarSupportedContent {
    max-height: 600px;
    overflow: scroll;
  }
  /*AFK - fix inability to scroll on mobile 4/9/19*/
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-collapse.show {
    /* left: -25%;
     padding: 10px 30px 30px 70px;*/
  }
  .navbar-collapse.show:not(:where(.opt-out)) {
    height: 270px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .navbar-collapse.show:not(:where(.opt-out)) {
    min-height: 400px; /*AFK 4/9 was height: 210px*/
    left: 0;
    width: 100%;
    /*left: -5%;
      top: 1px;
      width: 106%;*/
  }
  div#navbarSupportedContent {
    max-height: 600px;
    overflow: scroll;
  }
  /*AFK - fix inability to scroll on mobile 4/9/19*/
}
@media (max-width: 480px) {
  .navbar-collapse.show:not(:where(.opt-out)) {
    /*left: -15px;*/
    min-height: 500px !important; /*AFK 4/9 was height: auto;*/
    padding: 30px 30px 30px 10px;
    /*width: 110%;*/
  }
  div#navbarSupportedContent {
    max-height: 600px;
    overflow: scroll;
  }
  /*AFK - fix inability to scroll on mobile 4/9/19*/
  header .nav-link:not(:where(.opt-out)) {
    padding: 5px 4px;
    font-size: 0.7rem;
  }
  a#navbarDropdownMenuLink-search {
    padding: 1.1em 1em;
  }
  .search-link {
    margin-top: 10px;
  }
  .nav-link:not(:where(.opt-out)) {
    padding: 0.25em 0;
  }
  .social-link {
    padding: 0;
  }
  .search-form {
    right: 0;
  }
  .search-form .dropdown-menu {
    right: 1.5rem;
  }
  .search-form .form-control {
    font-size: 12px;
    padding: 0.25rem 0.15em;
  }
  .nav .reverse-bg.first {
    margin-left: 0.25rem;
    padding-left: 0.25rem;
  }
  .nav .reverse-bg.last {
    margin-right: 0.25rem;
    padding-right: 0.25rem;
  }
  .nav .reverse-bg.first a::before,
  .nav .reverse-bg.last a::after {
    border: none;
  }
  .nav .reverse-bg:not(:last-child) a::after {
    margin-left: 0.25rem;
  }
  .nav-tabs-custom .tab-content .nav-link,
  .nav-tabs-custom .tab-content .nav-link::after {
    font-size: 1rem;
  }
  .search-form:not(.fixed-after-intro) {
    top: -6em;
    right: 1rem;
  }
}
/* images */
.img-overlayed {
  position: relative;
}

.img-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

@media (max-width: 768px) {
  img.float-left, img.float-right {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* tables */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f6ca15;
  border-right: 1px solid #fff;
  background: #f6ca15;
  color: #fff;
  padding: 20px 12px 50px 12px;
}

.table td, .table th {
  border-top: 1px solid #f6ca15;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table td {
  background: #fff;
  padding: 10px 15px;
  white-space: normal;
}

.card-body table td {
  background: #fcf3e7;
  padding: 10px 15px;
  white-space: normal;
}

table.stripe th {
  background: #F6CA15 none repeat scroll 0 0 !important;
}

table.stripe tr:nth-child(2n) td {
  background: #F6CA15 none repeat scroll 0 0;
}

table.no-border tr th, table.no-border tr td {
  border: medium none !important;
}

table.hover tr:hover td {
  background: #EE3353 none repeat scroll 0 0;
  color: #fff;
}

table.hover tr:hover td a {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 44em) {
  table.stack th {
    display: none !important;
  }
  table.stack tr, table.stack th, table.stack td {
    display: block;
    text-align: left !important;
  }
  table.stack th {
    border-right: medium none;
    width: 100%;
  }
  table.stack tr {
    border-top: 1px solid #F6CA15;
  }
  table.stack tr:first-child {
    border-top: medium none;
  }
  table.stack td {
    border-color: transparent !important;
    border-left-style: none;
    border-left-width: medium;
    border-top-style: none;
    border-top-width: medium;
  }
  table.stack p {
    margin: 0;
  }
}
div.table-scrolling-wrap {
  display: block;
  overflow-y: hidden;
  padding: 0;
  width: 100%;
}

div.table-scrolling-wrap th, div.table-scrolling-wrap td {
  display: table-cell;
  line-height: normal;
}

@media (min-width: 0px) and (max-width: 44em) {
  div.table-scrolling-wrap th, div.table-scrolling-wrap td {
    white-space: nowrap;
  }
}
table.no-padding-table th, table.no-padding-table td {
  padding: 0 !important;
}

/* ----------------- cards -------------------- */
.card {
  padding: 15px 15px;
  border-radius: 0;
  border: none;
}

.card.card-img {
  padding: 0;
}

.card.card-img.padded {
  padding: 0 8px;
}

.card-inverse .card-title,
.card-inverse .lead,
.card-inverse .card-block,
.card-inverse .card-date,
.card-inverse .card-footer,
.card-inverse .card-footer a {
  color: #fff;
}

.card p {
  margin-bottom: 16px;
  line-height: 1.25em;
}

@media (max-width: 960px) {
  .card p {
    padding: 10px;
  }
}
.card p.lead {
  line-height: 1.25em;
}

.card .card-title {
  font-size: 30px;
  margin-top: 1rem;
  text-transform: uppercase;
  line-height: 1.35em;
}

.card .card-text {
  font-size: 22px;
  line-height: 1.65em;
}

.no-padding .card-block {
  padding: 0;
  margin-bottom: 2.5rem;
}

.card-date {
  font-size: 14px;
}

.card .reverse-bg {
  background: #3f1833;
  color: #fff;
  position: absolute;
  padding: 1.25rem 7rem 0.75rem 1rem;
  top: 0;
  left: 0;
}

.slide .reverse-bg {
  background: #3f1833;
  color: #fff;
  position: absolute;
  padding: 0.7rem 3rem 0.75rem 1rem;
  top: 0;
  left: 0;
}

.card .reverse-bg::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 48px solid #3f1833;
  border-right: 25px solid transparent;
  position: absolute;
  top: 0;
  right: -25px;
}

.slide .reverse-bg::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 37px solid #3f1833;
  border-right: 25px solid transparent;
  position: absolute;
  top: 0;
  right: -25px;
}

.card .reverse-bg.small {
  padding: 0.75rem 0 0.75rem 1rem;
  width: 110px;
}

.card .reverse-bg.small::after {
  border-top: 39px solid #3f1833;
}

.card .reverse-alt-bg {
  /* background: #3e989e; */
  color: #fff;
  position: absolute;
  padding: 0.75rem 0 0.75rem 1rem;
  top: 1rem;
  left: 0;
  width: 160px;
}

.card.secondary-bg a {
  color: #fff;
}

.card .pad-top {
  padding-top: 65px;
}

.card-footer {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  font-size: 14px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 991px) {
  .card-footer {
    position: relative;
  }
}
.date-box {
  /*border: 1px solid #fff;*/
  display: inline-block;
  /*padding: 0 10px;*/
  margin-bottom: 0.25rem;
  min-width: 90px;
}

.col-xs-4.text-center.align-middle.ml-3 { /*commented out date-box border and added border here to fix hover color of border issue AFK 7/7/2020*/
  border: 1px solid;
  height: 74px;
}

.date-month {
  font-size: 16px;
  display: block;
}

.date-day {
  font-size: 43px;
  line-height: 1.1em;
  display: block;
}

.reduce-padding .card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.news-cards {
  padding: 0;
}

.news-cards .img-fluid {
  width: 100%;
  max-width: none;
}

.news-cards .card-footer {
  bottom: 0;
  position: absolute;
}

.news-cards .card {
  margin-bottom: 16px;
  max-height: 350px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .news-cards .card {
    max-height: 286px;
  }
}
@media (max-width: 768px) {
  .reduce-padding .card-deck {
    /*width: 100%;*/
  }
}
.reduce-padding .card-deck .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-img img.full-width {
  width: 100%;
}

@media (max-width: 1200px) {
  .card .card-title {
    font-size: 24px;
  }
  .card .card-text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .card-deck .card:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .card {
    padding: 10px 15px;
  }
  .card .card-text {
    font-size: 16px;
    margin-bottom: 0 !important;
  }
  .date-day {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* force cards to collapse */
  .reduce-padding .card-deck,
  .card-deck {
    display: block;
    width: 100%;
    table-layout: fixed;
  }
  .card-deck .card {
    display: block;
    margin-bottom: 10px;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 0px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 0px;
  }
  .card .pad-top {
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .card-img-overlay {
    padding: 0.25rem;
  }
  .card .reverse-alt-bg,
  .card-footer,
  .reduce-padding .card-img-overlay {
    padding: 0.95rem;
  }
  .reduce-padding .card-deck .card {
    flex: none;
    width: 100%;
  }
  .card .lead {
    font-size: 15px;
  }
  .card p {
    margin-bottom: 0.25em;
  }
  .card .pad-top {
    padding-top: 5px;
  }
}
/* ----------------- carousel -------------------- */
.carousel {
  padding-bottom: 50px;
}

.carousel .fa {
  font-size: 16px;
}

.carousel-control-next:not(:where(.opt-out)), .carousel-control-prev:not(:where(.opt-out)) {
  bottom: 25%;
  width: 0;
  color: #ee3353;
  opacity: 0.8;
}

.home-page .carousel-control-next, .home-page .carousel-control-prev {
  bottom: 0;
}

.carousel-control-next:hover, .carousel-control-prev:hover,
.carousel-control-next:focus, .carousel-control-prev:focus {
  opacity: 1;
  color: #ee3353;
}

.carousel-control-prev:not(:where(.opt-out)) {
  left: 0;
}

.carousel-control-next:not(:where(.opt-out)) {
  right: 0;
}

.carousel-control-prev .fa {
  position: absolute;
  top: 50%;
  left: -2rem;
  padding: 0.25rem;
}

.carousel-control-next .fa {
  position: absolute;
  top: 50%;
  right: -2rem;
  padding: 0.25rem;
}

.home-page .carousel-control-prev .fa,
.home-page .carousel-control-next .fa {
  top: 35%;
}

.carousel-indicators:not(:where(.opt-out)) {
  bottom: -1rem;
}

.carousel-indicators li:not(:where(.opt-out)) {
  max-width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #616060;
}

.carousel-indicators .active:not(:where(.opt-out)) {
  background-color: #ee3353;
}

@media (max-width: 768px) {
  .carousel-control-next, .carousel-control-prev {
    display: none;
  }
  .carousel-item.active .card:not(:first-child) {
    display: none;
  }
  .carousel-item.active img {
    width: 100%;
  }
}
/* ie 11 controls for carousel */
@media all and (-ms-high-contrast: none) {
  .carousel-item:not(:active) {
    transition: 0;
  }
  .carousel-item.active {
    display: block !important;
  }
}
/* ----------------- footer -------------------- */
footer {
  background: #3F1833;
  position: relative;
  margin-top: 50px;
  padding-top: 40px;
}

.home-page footer {
  margin-top: 40px;
}

footer hr {
  border-color: #fff;
}

.footer-left {
  background: #3F1833;
  left: 0;
}

.footer-right {
  background: #3F1833;
  right: 0;
}

footer p {
  margin-bottom: 16px;
  line-height: 22px;
}

@media (min-width: 992px) {
  #main-nav .collapse {
    display: block;
  }
  footer .widget-2,
  footer .widget-3,
  footer .widget-4 {
    margin-top: 1em;
  }
  footer p.small {
    margin-bottom: 1.75em;
  }
}
@media (max-width: 992px) {
  .footer-right, footer-left {
    display: none;
  }
}
.footer-left,
.footer-right {
  position: absolute;
  width: 45%;
  height: 100%;
  z-index: -1;
  top: 0;
}

footer .social-link {
  margin: 2px;
}

em.fa.xchange {
  padding-left: 4px;
  padding-right: 4px;
}

.social a {
  color: #fff;
}

/* intro image with overlay */
@media (min-width: 992px) {
  .intro-logo {
    margin-top: 4%;
  }
  .intro-text {
    position: absolute;
    top: 53%;
    left: 0;
    text-align: center;
    width: 100%;
  }
  #currentListButton {
    display: none !important;
  }
  #becomeMember {
    display: none;
  }
  #mobileHeaderFooter {
    display: none;
  }
}
.scroll-link {
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: center;
  width: 100%;
}

.reduce-padding div[class^=col] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.reduce-padding .card-deck .card:not(:last-child) {
  margin-right: 0;
}

.reduce-padding .card-deck .card:not(:last-child) {
  margin-left: 0;
}

/* Modal workaround for fade in use with angular */
.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop.in {
  opacity: 0.5;
}

/* carousel highlight */
.slide p {
  line-height: 1em;
}

@media (max-width: 575px) {
  .slide p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /*Added from ticket #16957 KEH 4/22/19*/
  .timeDescription {
    margin-left: 2rem;
  }
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  width: 100%; /*changed from max-width to width to fix visual stories - AFK 1/2/18*/
  display: block;
  height: 220px; /*added height to fix visual stories - AFK 1/3/18*/
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  margin-bottom: 35px;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0 auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ee3353;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -2%;
}

.bx-wrapper .bx-prev:before {
  font-family: FontAwesome;
  content: "\f053";
}

@media screen and (max-width: 575px) {
  .bx-controls-direction {
    display: none;
  }
}
.bx-wrapper .bx-next {
  right: -2%;
  text-align: right;
}

.bx-wrapper .bx-next:before {
  font-family: FontAwesome;
  content: "\f054";
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  color: #666666;
  text-decoration: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* Slider Captions */
.bx-caption {
  background: rgba(63, 24, 51, 0.8);
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .bx-caption {
    position: relative;
  }
}
/* Case Study Slider */
.case_study_wrapper .bx-controls {
  position: relative;
  margin-top: 20px;
}

.case_study_wrapper .bx-controls-direction {
  position: absolute;
  right: 0;
}

.case_study_wrapper .bx-wrapper .bx-controls-direction a {
  position: relative;
  top: 0;
}

.case_study_wrapper .bx-wrapper .bx-prev,
.case_study_wrapper .bx-wrapper .bx-next {
  left: 0;
  right: 0;
}

.case_study_wrapper .bx-wrapper .bx-prev::before,
.case_study_wrapper .bx-wrapper .bx-next::before {
  background: #ee3353;
  color: #fff;
  padding: 10px;
}

.case_study_wrapper .bx-wrapper .bx-next::before {
  margin-left: 7px;
}

/* Video Gallery*/
#videoclips {
  clear: both;
  margin-top: 10px;
}

.video-box {
  float: left;
  margin: 25px 0 0 0;
  position: relative;
  width: 100%;
}

.video-box img {
  width: 100%;
}

.video-box h5 {
  background: #3f1833 none repeat scroll 0 0;
  color: #fff;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
}

.video-box a {
  display: block;
}

.video-box a:hover,
.video-box a:hover h5 {
  color: #F6CA15;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .video-box {
    width: 49%;
    margin: 25px 1% 0;
  }
  .video-box h5 {
    position: absolute;
    bottom: 0;
  }
  .video-box:nth-child(odd) {
    margin-left: 0;
  }
  .video-box:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .video-box {
    width: 32%;
    margin: 25px 1% 40px;
  }
  .video-box:first-child,
  .video-box:nth-of-type(4),
  .video-box:nth-of-type(3n+4) {
    margin-left: 0;
  }
  .video-box:nth-of-type(3n+3) {
    margin-left: 1%;
    margin-right: 0;
  }
  .video-box h5 {
    position: absolute;
    bottom: -40px;
  }
}
/*events list and form elements*/
.events-list {
  margin-top: 25px;
}

.events-list .card-deck {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .events-list .card-deck {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .events-list .card {
    height: 250px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .events-list .card p {
    margin-top: 15px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .events-list .card p {
    font-size: 11px;
    margin-top: 7px;
  }
}
@media (max-width: 575px) {
  .events-list .card p {
    font-size: 17px;
    margin: 0;
  }
}
.events-list .card:hover {
  background: #ee3353;
}

.events-list .card a {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* Blog Posts */
.blogDateAuthor {
  font-style: italic;
  margin-bottom: 1em;
}

/* blog posts list styles */
.default-page #main-container ul.blog-posts li {
  list-style-image: none;
  margin-bottom: 20px;
}

.blog-posts li {
  list-style-image: none;
}

.comment-area img {
  margin: 20px 0;
  float: left;
  /*AFK 10/25/17 - set size of commenter image*/
  width: 100px !important;
  height: 100px !important;
}

.comment-area textarea, .comment-input {
  border-color: #eeeeee;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 20px;
  min-height: 100px;
  height: auto;
  outline: none;
  width: 70%;
}

.comment-area input {
  border-color: #eeeeee;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin-bottom: 20px;
  outline: none;
  width: 83%;
}

.comment-area button {
  background: #ee3353;
  border: none;
  color: #ffffff;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  outline: none;
  padding: 10px 20px;
  clear: both;
  display: block;
  margin-left: 120px;
}

@media (max-width: 767px) {
  .comment-area textarea, .comment-input {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
  .comment-area button {
    margin-left: 0;
  }
}
.highlight-list {
  padding: 20px 0 10px 0;
  font-weight: bold;
}

.author-area {
  border-top: 1px solid #eeeeee;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.author-area h3 {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.author-img {
  float: left;
  margin-right: 20px;
  display: inline;
}

/* Form Filters */
.form-wrapper label {
  display: block;
  margin-bottom: 7px;
}

.form-wrapper select {
  outline: none;
  width: 100%;
}

.form-wrapper option {
  outline: none;
}

.btn-filter {
  margin-top: 22px;
  margin-bottom: 10px;
  width: 100%;
}

.btn-clear {
  display: block;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 767px) {
  .col.col-filter {
    -webkit-flex-basis: none;
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    -webkit-box-flex: none;
    -webkit-flex-grow: none;
    -ms-flex-positive: none;
    flex-grow: none;
    width: 100%;
  }
}
.ru-symbol {
  background: url("../svg/ru.svg");
  background-size: 100% 100%;
  display: block;
  float: left;
  font-size: 11px;
  height: 35px;
  padding-top: 10px;
  text-align: center;
  width: 50px;
}

.ru-count {
  display: block;
  font-size: 16px;
  padding-top: 5px;
}

.ru-wrapper {
  color: white !important;
}

@media (max-width: 1024px) {
  .ru-wrapper {
    text-align: center;
  }
  .ru-symbol {
    float: none;
    margin: auto;
    text-align: center;
  }
  .ru-count {
    float: none;
    padding-top: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ru-count {
    font-size: 12px;
  }
}
/* Printer  */
@media print {
  #sidenav-wrapper,
  nav,
  .nav,
  .navbar,
  .btn-primary,
  .btn-secondary,
  .btn-default,
  .carousel-control-prev,
  .carousel-control-next,
  .carousel-indicators,
  .widget-1,
  .widget-4,
  .social-link,
  .nav-tabs-custom,
  .card .reverse-bg:after,
  .next-prev-btn {
    display: none;
  }
  h1, h2, h3, h4, h5, h6, a,
  .table thead th,
  footer,
  .primary-bg,
  .secondary-bg,
  .text-white,
  .nav-tabs-custom .tab-content,
  .card .reverse-bg {
    background: #fff;
    color: #000 !important;
  }
  .horizontal-separator,
  .alt-bg {
    background: #000;
    height: 1px;
  }
  .table,
  .table th,
  .table td {
    border-color: #000;
    border-bottom-color: #000 !important;
  }
  *::first-letter {
    margin-top: 0;
  }
  ul.custom-bullet li {
    list-style-image: none;
  }
  .card-img-overlay {
    position: relative;
  }
  /* Hide link's href URL in print. */
  a[href]:after {
    content: none !important;
  }
}
/*Header Fixes*/
div.navigation-row {
  max-width: 1170px;
  margin: auto;
}

@media (max-width: 767px) {
  .utility-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-logo {
    text-align: center;
    margin-left: 20px;
    z-index: 0; /* AFK 1/20/21 changed from z-index:100; because hamburger menu was no longer clickable on mobile*/
  }
}
.card.secondary-bg {
  height: 200px;
}

.slider .secondary-bg {
  height: 280px;
}

.card.primary-bg {
  height: 280px;
}

#features-news a {
  color: #ffffff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
  color: #ee3353;
}

.pagination li {
  list-style-image: none !important;
}

.hero-full-width img {
  max-width: 100%;
  height: -moz-available; /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
}

@media (max-width: 768px) {
  .sf_1col_1_100,
  .sf_2cols_1_25,
  .sf_2cols_2_75,
  .sf_2cols_1_33,
  .sf_2cols_2_67,
  .sf_2cols_1_50,
  .sf_2cols_2_50,
  .sf_2cols_1_67,
  .sf_2cols_2_33,
  .sf_2cols_1_75,
  .sf_2cols_2_25,
  .sf_3cols_1_33,
  .sf_3cols_2_34,
  .sf_3cols_3_33,
  .sf_3cols_1_25,
  .sf_3cols_2_50,
  .sf_3cols_3_25,
  .sf_4cols_1_25,
  .sf_4cols_2_25,
  .sf_4cols_3_25,
  .sf_4cols_4_25,
  .sf_4cols_4_25,
  .sf_5cols_5_20,
  .sf_5cols_5_20 {
    float: none !important;
    margin-bottom: 20px;
    width: 100% !important;
  }
}
.upcoming-event a {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
  z-index: 10;
}

/*.upcoming-event:hover {
	background: #F6CA15 !important;
	color: #3F1833;
}*/
#upcoming-events .col-lg-7,
#upcoming-events .col-lg-5 {
  flex: 1 1 auto;
}

/*Media query fix for visual stories and highlights custom widgets*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bx-viewport {
    width: 82% !important;
    margin: auto;
  }
  .bx-wrapper img {
    height: auto;
  }
}
@media only screen and (min-width: 543px) and (max-width: 767px) {
  .bx-viewport {
    width: 50% !important;
    margin: auto;
  }
  .bx-viewport .slide {
    width: 250px !important;
  }
  .bx-wrapper img {
    height: auto;
  }
}
/* Media query for accordion on career pathways page. Fixes issue with the plus sign covering up text on small screen sizes */
@media only screen and (max-width: 767px) {
  div#careerPathways1 {
    width: 100%;
  }
  #careerPathways1 ul {
    padding-left: 0px;
  }
  .nav-tabs-custom .tab-content .nav-link::after {
    right: 0em;
    top: 5.5px;
  }
}
@media only screen and (min-width: 412px) and (max-width: 542px) {
  .bx-viewport {
    width: 68% !important;
    margin: auto;
  }
  .bx-viewport .slide {
    width: 250px !important;
  }
  .bx-wrapper img {
    height: auto;
  }
}
@media only screen and (min-width: 375px) and (max-width: 411px) {
  .bx-viewport {
    width: 75% !important;
    margin: auto;
  }
  .bx-viewport .slide {
    width: 250px !important;
  }
  .bx-wrapper img {
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bx-viewport {
    width: 89% !important;
    margin: auto;
  }
  .bx-viewport .slide {
    width: 250px !important;
  }
  .bx-wrapper img {
    height: auto;
  }
}
/*this allows for proper spacing while accounting for header height during anchor jump*/
.anchorLink::before {
  content: "";
  display: block;
  height: 131px; /* fixed header height*/
  margin: -131px 0 0; /* negative fixed header height */
}

/*All styling related to search box and language selector*/
@media (max-width: 320px) {
  .search-form .dropdown-menu {
    right: -4em;
    top: 2.5em;
  }
  .search-form.fixed-after-intro {
    /*top: -5.5rem;*/
    /*right: -0.7em !important;*/
    top: 4.1em !important;
    right: 4.8em !important;
  }
  .search-form:not(.fixed-after-intro) {
    top: 4.1em !important;
    right: 4.8em !important;
  }
  .nav-item.dropdown.primary-bg-show.lang-select {
    /*display: initial !important;*/
    right: -7.5em !important;
    top: 5.5em !important;
  }
  .nav-link:not(:where(.opt-out)) {
    padding: 0.25em 0 !important;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  .nav-item.dropdown.primary-bg-show.lang-select {
    /*display: initial !important;*/
    right: -6.5em !important;
    top: 5.5em !important;
    display: none !important;
  }
  .search-form .dropdown-menu {
    right: -6em !important;
    top: 2.5em !important;
  }
  .search-form.fixed-after-intro {
    /*top: -5.5rem;*/
    /*right: -0.7em !important;*/
    top: 4.05em !important;
    right: 4.5em !important;
  }
  .search-form:not(.fixed-after-intro) {
    top: 4.05em !important;
    right: 4.5em !important;
  }
}
@media (min-width: 361px) and (max-width: 375px) {
  .nav-item.dropdown.primary-bg-show.lang-select {
    /*display: initial !important;*/
    right: -6em !important;
    top: 5em !important;
    display: none !important;
  }
  .search-form.fixed-after-intro {
    /*top: -5.5rem;*/
    /*right: -0.7em !important;*/
    top: 3.7em !important;
    right: 4.5em !important;
  }
  .search-form .dropdown-menu {
    right: -6em;
    top: 3em;
  }
  .search-form:not(.fixed-after-intro) {
    top: 3.7em !important;
    right: 4.5em !important;
  }
}
@media (min-width: 376px) and (max-width: 480px) {
  /*.nav-item.dropdown.primary-bg-show.lang-select {*/
  /*display: initial !important;*/
  /*right: -4.5em;
  	top: 5em;
  	display: none !important;
  }*/
  /*.dropdown-menu.form-dropdown.primary-bg.text-white.right-bottom-shadow.lang {
  	right: 0;
  }*/
  .search-form.fixed-after-intro {
    /*top: -5.5rem;*/
    /*right: -0.7em !important;*/
    top: 3.7em !important;
    right: 5em !important;
  }
  .search-form .dropdown-menu {
    right: -4em;
    top: 2.5em;
  }
  .search-form:not(.fixed-after-intro) {
    top: 3.7em !important;
    right: 5em !important;
  }
}
.right-box {
  background: #fcf2e8;
  padding: 1em;
  text-align: center;
  height: fit-content;
}

@media (min-width: 768px) {
  .right-box {
    /*max-width: fit-content;*/
  }
}
/*.card.secondary-bg.goldEvent {
	background: #ffffff;
	border: 2px solid #3f1833;
	color: #3f4145;
}
.date-box.goldEvent {
	border: 1px solid #3f1833;
}*/
.companyLogo img {
  width: 100px;
  height: 50px;
}

.companyLogo.knowledge img {
  width: 100px;
  height: 50px;
  left: -10px;
  /*position: absolute;*/
}

@media (min-width: 320px) and (max-width: 350px) {
  .companyLogo.knowledge img {
    width: 160px;
    height: 80px;
    left: 50px;
    top: 58px;
    position: absolute;
  }
}
@media (min-width: 359px) and (max-width: 361px) {
  .companyLogo.knowledge img {
    width: 160px;
    height: 80px;
    left: 72px;
    top: 58px;
    position: absolute;
  }
}
@media (min-width: 375px) and (max-width: 390px) {
  .companyLogo.knowledge img {
    width: 160px;
    height: 80px;
    left: 76px;
    top: 58px;
    position: absolute;
  }
}
@media (min-width: 400px) and (max-width: 480px) {
  .companyLogo.knowledge img {
    width: 160px;
    height: 80px;
    left: 95px;
    top: 58px;
    position: absolute;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .companyLogo.knowledge img {
    width: 160px;
    height: 80px;
    left: 18px;
    top: 55px;
    position: absolute;
  }
}
/*.card.secondary-bg.goldEvent:hover {
	background: #fff;
	border: 2px solid #ee3353;
	color: #3f4145;
}

	.card.secondary-bg.goldEvent:hover .date-box.goldEvent {
		border: 1px solid #ee3353;
	}*/
.avForEveryone {
  background-image: url(../png/back-window-pattern-oneggplant9bb8.png?sfvrsn=be1bc942_2);
  background-size: cover;
  text-align: center;
}

.avForEveryone h5 {
  color: #FFFFFF;
}

.avForEveryone h2 {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}

.avForEveryone p {
  color: #FFFFFF;
  font-size: 18px;
  /*text-align: center;*/
}

.disclaimer-foundation {
  line-height: 33px;
  font-size: 18px;
  text-align: center;
}

.foundationText {
  text-align: center;
  line-height: 44px;
}

.foundationText h2 {
  color: #3f1833;
}

.beige-section {
  line-height: 36px;
  font-size: 22px;
  text-align: center;
}

.tealSection {
  background-color: #46b698;
  padding: 1%;
  padding-left: 5%;
}

.tealSection h3 {
  color: #ffffff;
}

.purpleSection {
  background-color: #3f1833;
  padding: 1%;
  padding-left: 5%;
}

.purpleSection h3 {
  color: #ffffff;
}

.row.align-items-end.individualContentBlockBig.tideBigCol {
  height: 1078px;
}

.featureOverlay.tideOverlayBigCol {
  height: 40%;
  border-left: 100vw solid #3f1833;
}

.gatedLockImg.tideFeatureTop {
  background-color: #3f1833;
}

.gatedBanner.tideFeatureTopTriangle {
  border-top: 40px solid #3f1833;
}

#blockIndex11.tideSmall {
  position: relative;
  border-top: 5px solid #46b698;
  margin-bottom: 50px;
}

#blockIndex11.tideSmall:hover {
  background-image: none !important;
  background-color: #46b698;
}

#blockIndex11.tideSmall:hover a.whiteText.smallTitle.tideTitle {
  color: #ffffff;
}

#blockIndex11.tideSmall:hover .tideLinkWhite .whiteText.smallMore {
  color: #ffffff;
}

#blockIndex12.tideSmall {
  border-top: 5px solid #3f1833;
  margin-bottom: 50px;
}

#blockIndex12.tideSmall:hover {
  background-image: none !important;
  background-color: #3f1833;
}

#blockIndex12.tideSmall:hover a.whiteText.smallTitle.tideTitle {
  color: #ffffff;
}

#blockIndex12.tideSmall:hover .tideLinkWhite .whiteText.smallMore {
  color: #ffffff;
}

#blockIndex13.tideSmall {
  border-top: 5px solid #46b698;
  margin-bottom: 50px;
}

#blockIndex13.tideSmall:hover {
  background-image: none !important;
  background-color: #46b698;
}

#blockIndex13.tideSmall:hover a.whiteText.smallTitle.tideTitle {
  color: #ffffff;
}

#blockIndex13.tideSmall:hover .tideLinkWhite .whiteText.smallMore {
  color: #ffffff;
}

#blockIndex14.tideSmall {
  border-top: 5px solid #3f1833;
  margin-bottom: 50px;
}

#blockIndex14.tideSmall:hover {
  background-image: none !important;
  background-color: #3f1833;
}

#blockIndex14.tideSmall:hover a.whiteText.smallTitle.tideTitle {
  color: #ffffff;
}

#blockIndex14.tideSmall:hover .tideLinkWhite .whiteText.smallMore {
  color: #ffffff;
}

.tideSmall:hover h6 {
  color: #ffffff !important;
}

span.smallDateTide {
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: 100;
}

.overlay.tideOverlaySecond {
  background-color: #3f1833;
}

.secondSection .tideH3 {
  font-size: 30px;
}

.tideBigCol h3 {
  font-size: 30px;
}

.btn-tide {
  background: #3f1833 !important;
}

.btn-tide:hover {
  background: #3f1833 !important;
}

/*#main-container a {
	border: 1px dashed #ccc
}*/
#features-news a:visited:not(:where(*.opt-out)) {
  color: #ffffff !important;
}

#main-container a:visited:not(:where(*.opt-out)):not(:where(.btn-primary)) {
  color: #954f72;
}

/*Market Intelligence Redesign*/
.gray-bg {
  background: #e3e3e3;
}

.gray-bg h2 {
  font-size: 30px;
}

.gray-bg p {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .purple-bg {
    height: 550px;
  }
  .yellow-bg {
    height: 550px;
  }
  .gray-bg {
    height: 310px;
  }
}
.purple-bg {
  background: #3f1833;
}

.purple-bg h1 {
  color: #fff;
}

.purple-bg h2 {
  color: #fff;
}

.purple-bg h3 {
  color: #fff;
}

.purple-bg h4 {
  color: #fff;
}

.purple-bg h5 {
  color: #fff;
}

.purple-bg h6 {
  color: #fff;
}

.yellow-bg {
  background: #f6ca15;
}

.yellow-bg h1 {
  color: #000;
}

.yellow-bg h2 {
  color: #000;
}

.yellow-bg h3 {
  color: #000;
}

.yellow-bg h4 {
  color: #000;
}

.yellow-bg h5 {
  color: #000;
}

.yellow-bg h6 {
  color: #000;
}

.purple-bg img {
  width: 250px;
  height: 300px;
}

.yellow-bg img {
  width: 250px;
  height: 300px;
}

.contentMain h5 {
  font-size: 15px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  line-height: 30px;
}

h4.categories {
  font-size: 18px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}

h4.benefitsHeading {
  font-size: 18px;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
}

.benefits {
  padding: 1.7em;
  padding-bottom: 0.05em;
}

.benefits .col-md-4 {
  text-align: center;
  padding-left: 0;
}

.purple-bg h5.memberDiscount {
  color: #fff;
}

.yellow-bg h5.memberDiscount {
  color: #ee3353;
}

.nav-link.secondaryNav {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 43px;
  letter-spacing: 0;
  font-weight: bold;
  height: 57px;
}

.nav-link.secondaryNav:hover, .nav-link.secondaryNav:active {
  color: #fff;
  background: #F4CA13;
  height: 57px;
}

.nav-link.secondaryNav:target {
  background: #F4CA13;
}

.nav-link.secondaryNav:focus {
  background: #F4CA13;
}

.activeSecondaryNav {
  background: #F4CA13;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-light .navbar-toggler.fixed-after-intro.secondary-nav {
    position: unset;
    top: -5.75rem;
  }
  #navbarSecondSupportedContent.navbar-collapse.show {
    background: unset;
    position: unset;
  }
  #navbarSecondSupportedContent.navbar-collapse.show a {
    color: #fff;
  }
  #navbarSecondSupportedContent a.activeSecondaryNav {
    background: unset;
    color: #F4CA13 !important;
  }
}
.video-what-is-av {
  height: 630px;
  /*width: 1200px;*/
}

.what-is-av .white-rectangle-1 h2 {
  color: #63254F;
}

@media (min-width: 320px) and (max-width: 768px) {
  .what-is-av {
    /*height: 197.47px;*/
    /*width: 375px;*/
  }
  .video-what-is-av {
    height: auto;
    /*width: 1200px;*/
  }
  .subtitle-what-is-av {
    height: auto !important;
  }
  .description-what-is-av {
    height: auto !important;
  }
}
.yellow-rectangle {
  height: 45px;
  background-color: #F4CA13;
}

.white-rectangle-1 {
  height: 45px;
  background-color: #fff;
  text-align: center;
}

.yellow-column {
  height: 1536px;
  max-width: 56px;
  background-color: #F4CA13;
}

.purple-column {
  height: 1536px;
  max-width: 56px;
  background-color: #63254F;
}

.subtitle-what-is-av {
  height: 169px;
}

.description-what-is-av {
  height: 454px;
}

.mobile-where-is-av-title {
  height: 86px;
  background-color: #f4ca13;
  display: flex;
  margin-bottom: 30px;
}

.mobile-where-is-av-title h2 {
  color: #fff;
}

.mobile-what-is-av-title {
  height: 86px;
  background-color: #292B2C;
  display: flex;
}

.mobile-what-is-av-title h2 {
  color: #fff;
}

.more-about-av-title {
  height: 90px;
  background-color: #F4CA13;
  text-align: center;
  line-height: 60px;
  display: flex;
}

.more-about-av-title h1 {
  color: #fff;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.more-about-av-body {
  height: 412px;
  background-color: #ee3353;
}

.more-about-av-end {
  height: 45px;
  background-color: #F4CA13;
}

.black-bar {
  height: 45px;
  background-color: #292B2C;
}

.yellow-bar-concepts {
  height: 116px;
  background-color: #F4CA13;
  display: flex;
}

.yellow-bar-concepts h2 {
  color: #63254F;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.beige-bg-section {
  background-color: #FCF2E8;
}

/*** TIDE Articles Formatting **/
.m-libraries-news-entry__item__featured-image__wrapper {
  padding: 20px;
  float: left !important;
}

.m-libraries-news-entry__item__featured-image__wrapper img {
  height: 250px;
}

.m-libraries-news-entry__item__body__description img {
  vertical-align: middle;
  float: right;
  padding: 20px;
  max-width: 100% !important;
  height: auto !important;
}

figcaption.m-libraries-news-entry__item__featured-image__caption {
  position: absolute;
  float: left;
  background: #000;
  color: #fff;
  padding: 13px 24px;
  margin-top: -50px;
}

/**** End of TIDE Article Formatting **/
@media (min-width: 992px) {
  .purple-menu-dd-image {
    width: 100%;
  }
  #headerLogoGroup {
    display: none !important;
  }
  .header .navbar:not(:where(.opt-out)) {
    left: 0px !important;
  }
  .hi-picture {
    padding-bottom: 9px;
  }
  .dd-item-desktop {
    border: 1px solid lightgray;
    border-collapse: collapse;
    padding: 12px;
  }
  .dropdown-menu-top {
    align-self: baseline;
    width: 259px;
    margin-top: 58px;
    z-index: 10000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
  }
  .dropdown-menu-top:hover {
    display: block;
  }
  .navbar-nav .nav-item:hover .mega-menu {
    display: flex;
    transition: all 0.3s ease-out;
    padding: 0;
    margin-top: 0px !important; /* 1/21/21 AFK - causes overlap, but otherwise dropdown disappears*/
  }
  .dropdown-menu-fl:hover {
    display: block;
  }
  .mega-menu .dd-section-3 {
    background-color: #3F1833;
  }
  .mega-menu .dd-section-2 {
    background-color: #fff;
  }
  .mega-menu .dd-section-1 {
    background-color: #fff;
  }
  .mega-menu .dd-section-2 {
    margin: 0;
  }
  .dropdown-menu .mega-menu {
    margin-top: 10px !important;
  }
  .ul-top-menu {
    margin-top: 40px;
    padding: 20px !important;
  }
  .text-purple {
    color: #3F1833 !important;
  }
  .text-white {
    color: #FFFFFF;
  }
  .dd-section-3-dropdown-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .dd-section-3-dropdown-second-item {
    font-size: 16px;
    min-height: 25px;
    list-style: square;
  }
  .dd-section-3-dropdown-third-item {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
  }
  .popular-search-title {
    font-weight: bold;
    font-size: 22px;
    margin-top: 120px;
    margin-bottom: 26px;
  }
  .f-12 {
    font-size: 12px !important;
  }
  .f-18 {
    font-size: 18px;
  }
  .f-16 {
    font-size: 16px;
  }
  .login-icon {
    background: url(../png/whiteglobe.png);
    background-repeat: no-repeat;
    padding-top: 2px;
    background: #3F1833;
    width: 11px;
    height: 11px;
  }
  .login-icon:hover {
    color: #EE3353;
  }
  .nav-link-active:hover {
    color: #EE3353 !important;
  }
  .icon-active:hover path {
    fill: #EE3353;
  }
  .icon-profile {
    fill: #3F1833;
  }
  .purple-menu {
    white-space: nowrap;
    display: flex;
    background-color: #3F1833;
    margin-left: 0px;
    margin-right: 0px;
  }
  .purple-menu .nav-link {
    color: white !important;
  }
  .purple-menu .navbar-nav > .nav-item {
    border-bottom: #3F1833;
  }
  .header .navigation-row {
    display: flex;
    align-items: center;
  }
  .become-a-member-btn {
    background-color: #EE3353;
    height: 74px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: white;
    display: flex;
    align-items: center;
    margin-left: 17px;
    margin-top: 1px;
  }
  .dropdown-menu .mega-menu {
    box-shadow: none;
  }
  .become-a-member-btn__link {
    text-decoration: none !important;
  }
  .header-menu-icon {
    font-size: 12px;
    padding-left: 10px;
  }
  .nav-link-top-menu-active:hover {
    color: #EE3353 !important;
  }
  .language-toggle-small-text {
    font-size: 12px;
  }
  .icons-section {
    display: flex;
  }
  #headerLogoGroup {
    display: none;
  }
  .user-top-menu-bar {
    display: flex;
    align-items: center;
    justify-content: normal; /* changed from justify-content: flex-end; to help with scaling changes (150%) on different devices AFK 2/3/21*/
  }
  .searchDiv.modal-search .modal-search-button {
    top: 0;
    bottom: 0;
  }
  .box-shadow-none {
    box-shadow: none;
  }
  .nav-item-desktop {
    height: 59px;
    margin-top: 10px;
  }
  .dropdown-menu-bg-transparent {
    background-color: transparent !important;
  }
  .login-item-position {
    height: 76px;
    display: flex;
    align-items: center;
  }
}
@media (width < 992px) {
  .user-top-menu-bar {
    display: none;
  }
  .headerIconDesktop {
    display: block;
  }
}
@media (min-width: 1400px) {
  .header-menu-layout {
    margin: auto;
    margin-top: -1px;
  }
  :where(html:not(.sfPageEditorWrp)) .header-menu-layout {
    width: 1350px !important; /*AFK 1/14/21 changed from 1250px to fix firefox, need to modify to fix font size later*/
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-menu-layout {
    min-width: 1296px !important;
    margin: auto;
    margin-top: -1px;
  }
}
@media (min-width: 1400px) {
  .mega-menu {
    width: 1297px !important;
    padding: 30px;
    left: -100px;
    margin-left: -41px !important;
  }
}
#currentListButton {
  width: 100%;
  background-color: #F0F0F0;
  border: none;
  height: 55px;
  color: #3F1833;
  text-align: left;
  display: none;
}

#currentListButton:before {
  color: #3F1833;
  content: "\f104";
  text-align: center;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 600;
  margin-right: 4px;
}

.row-full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.jumbotron + .row-full-width {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .row-full-width {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .row-full-width {
  margin-top: 0px;
}
.jumbotron.no-title + .row-full-width {
  margin-top: -40px;
}

/*Added at the request of Peter Schadel pursuant to https://infocomm.zendesk.com/agent/tickets/33806*/
.grid-purple-border {
  border: 3px solid var(--avixa-purple, #3f1833);
}

/*# sourceMappingURL=styles.css.map */
