@import "https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900";
:root {
  --telemagenta: #d62971;
  --flirt: #8e0b5c;
  --thistle: #dbbfe8;
  --wisteria: #b19ad6;
  --fluorescent-blue: #04f1ed;
  --sky-blue-crayola: #2ed2ef;
  --mint-green: #99ffb8;
  --green-pantone: #0cac3c;
  --indigo-dye: #024c6e;
  --blue-munsell: #028eb1;
  --darkerwisteria: #806f9be6;
  --dark-color: hsla(var(--hue), 100%, 9%);
  --light-color: hsla(var(--hue), 95%, 98%);
  --base: hsla(var(--hue), 95%, 50%);
  --complimentary1: hsla(var(--hue-complimentary1), 95%, 50%);
  --complimentary2: hsla(var(--hue-complimentary2), 95%, 50%);
  --bg-gradient: linear-gradient(to bottom, hsl(var(--hue), 95%, 99%), hsl(var(--hue), 95%, 84%));
  --opaque1: hsla(var(--hue-opaque1), 95%, 50%);
  --opaque2: hsla(var(--hue-opaque2), 95%, 50%);
  --base-hue: 265;
  --base-sat: 40%;
  --semi-transparent: hsla(var(--base-hue), var(--base-sat), 99%, 65%);
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: calc(.85em + 1vh);
}

p {
  color: #01000b;
  letter-spacing: .2px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

a {
  font-weight: 400;
}

::selection {
  color: #fff;
  background-color: #cc1f26;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

h1 {
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

h2 {
  color: #cc1f26;
  font-family: Nunito, sans-serif;
}

h3 {
  font-family: Nunito, sans-serif;
}

h4 {
  letter-spacing: 0;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

h5 {
  font-family: Nunito, sans-serif;
}

.Masthead {
  box-shadow: none;
  -webkit-box-shadow: none;
  display: none;
}

#content-container .container {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
}

.btn-e {
  border-radius: 0 !important;
}

.owl-carousel .owl-item img {
  background: #2e2e2e .8px;
}

h3.heading-md.redheading {
  color: #cc1f26;
  letter-spacing: 0;
  font-size: xx-large;
  font-weight: 300;
}

p.home {
  margin-bottom: 0;
  padding: 8px;
}

p.home a {
  color: #01000b;
  text-decoration: none;
}

p.home a:hover {
  text-decoration: underline;
}

img {
  width: auto;
  height: auto;
}

a.btn-e.btn-e-primary {
  background-color: #f05220;
  border: 1px solid #f05220;
  font-weight: 300;
}

.micBackground h3 {
  color: #f55031;
  margin-bottom: 30px;
  font-family: Nunito, sans-serif !important;
  font-size: 39px !important;
}

.container.banner {
  padding: 30px 0;
}

.bottomActionButtons {
  display: none !important;
}

.sponsor-bg {
  background: linear-gradient(#2e2e2e99, #2e2e2ee6), url("sponsor-bg.105d0a4a.jpg");
}

.cta-wrapper.cta-default h3 {
  color: #f05220;
  text-transform: none;
  margin-bottom: 30px;
  font-weight: 300;
}

.btmlogos h4 {
  color: #f05220 !important;
  font-size: 18px !important;
}

@media (width <= 767px) {
  .btmlogos .text-left {
    text-align: center !important;
  }
}

div#Msg4016 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 20px;
}

.navlogo.pull-left {
  max-width: 250px;
  margin-top: -17px;
}

div#ctl00_dvTopNavigation {
  background: #fff;
}

a.dropdown-toggle.language-toggle {
  display: none;
}

.navbar-collapse {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
  padding: 0;
}

.navbar-top > li > a {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #939598;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 7px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
}

.navbar-top > li > a:hover {
  color: #cc1f26;
  background-color: #fff;
}

.navbar-collapse > .navbar-nav > li > a {
  color: #cc1f26;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.navbar-collapse > .navbar-nav > li > a:hover {
  color: #01000b;
  background-color: #fff;
}

.navbar-collapse > .navbar-nav > li {
  padding: 0;
}

.navbar-nav > li > a.active, .navbar-nav > li.active > a {
  color: #01000b;
  background-color: #fff;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
  border-top: 4px solid;
  border-radius: 0;
}

.dropdown-menu > li > a:hover {
  color: #bc2125;
  text-shadow: none;
  background-color: #0000;
}

.navbar-toggle {
  background-color: #fff;
  border: none;
  padding: 4px;
}

.navbar-toggle .icon-bar {
  background-color: #cc1f26;
  width: 30px;
  height: 4px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

i.fa.fa-caret-down {
  display: none;
}

@media (width <= 993px) {
  .navlogo {
    max-width: 200px;
    margin: 0 auto -50px;
  }

  #ctl00_dvTopNavigation .navbar-header {
    padding-bottom: 0 !important;
  }
}

div#footer-container {
  background: #222;
  border-top: 2px solid #cc1f26;
}

#footer-container .container {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #0000;
  border-top: 2px #cc1f26;
}

#Footer.footer {
  background: #1a1a1a;
}

.footer_copyright p {
  color: #898989;
}

footer h2 {
  margin-bottom: 0;
  font-size: 28px !important;
}

.footer-details > .footer-list li a {
  color: #fff !important;
  font-size: 11px !important;
}

.right-rail h4 {
  color: #bc2125 !important;
  font-family: Nunito, sans-serif !important;
  font-size: 20px !important;
}

div#breadcrumb {
  display: none;
}

.picHeader {
  height: 150px;
  margin-bottom: 40px;
}

#dvTopSidebar {
  display: block;
}

div#dvTopSidebar .container {
  padding: 10px;
}

.client-logo {
  opacity: .9;
  filter: alpha(opacity= 90);
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.splide__arrow {
  background: none;
}

.splide__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav > li > a:focus {
  background-color: #0000;
}

.cta-wrapper {
  color: #bababa;
  text-align: center;
  background-color: #2e2e2e;
  background-repeat: no-repeat;
  padding: 50px 0 60px;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
}

.container {
  flex-direction: column;
  flex-grow: 1;
  align-self: center;
  align-items: center;
  width: 1170px;
  margin: 0 auto;
  display: flex;
}

@media only screen and (width >= 768px) and (width <= 991px) {
  .container {
    width: 750px;
  }
}

@media only screen and (width >= 992px) and (width <= 1199px) {
  .container {
    width: 970px;
  }
}

.row {
  flex-flow: row;
  justify-content: center;
  width: 1170px;
  margin: 0 auto;
  display: flex;
}

@media only screen and (width >= 768px) and (width <= 991px) {
  .row {
    width: 750px;
  }
}

@media only screen and (width >= 992px) and (width <= 1199px) {
  .row {
    width: 970px;
  }
}

.col-md-12 {
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-sm-4 {
  box-sizing: border-box;
  width: 33.3333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-icon.box {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-bottom: 3px double #d5d5d5;
  align-items: center;
  width: 100%;
  margin: 15px 0;
  display: flex;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  padding: 25px 30px !important;
}

@media only screen and (width >= 768px) and (width <= 991px) {
  .col-icon.box {
    padding: 10px 15px !important;
  }
}

@media only screen and (width >= 992px) and (width <= 1199px) {
  .col-icon.box {
    padding: 20px 25px !important;
  }
}

.col-icon > a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.img-responsive {
  width: 100%;
  display: flex;
  position: relative;
}

.btn-wrapper {
  width: 50%;
  margin: 0 auto;
  display: flex;
}

.btn-red {
  background-color: #f05220;
  border: #f05220;
  width: 250px;
  height: 43px;
  margin: 25px;
  font-weight: 600;
  color: #fff !important;
}

.inner-column {
  width: 70%;
  margin: 0 auto;
  display: flex;
}

.leftcol {
  flex-direction: column;
  margin-top: 7%;
  display: flex;
}

@media screen and (width <= 768px) {
  iframe {
    width: 100%;
  }

  h4 {
    font-size: .85em;
  }

  .inner-column {
    flex-direction: column;
    align-items: center;
    width: 94%;
    display: flex;
  }

  .cta-wrapper {
    flex-direction: column;
    flex-shrink: 1;
    padding: 5px;
    display: flex;
  }

  .btn-red {
    margin: 8px;
  }

  .container, .row {
    width: 100%;
  }

  .leftcol {
    margin-top: unset;
    margin-bottom: 5%;
  }

  .col-md-12 {
    padding-left: unset;
    padding-right: unset;
    width: 89%;
  }

  .modified {
    width: 100%;
  }

  h3.heading-md.redheading {
    font-size: large;
  }

  .col-icon.box {
    padding: 10px 15px !important;
  }
}
