/* 
* Project: 5th Street Capital
* Client: 5th Street Capital
* 
* Initial Build Start Date: December 2020
*
* Initial Launch Date: 02 / 12 / 2021
*
* Adaptive site design by fathead design
* www.fatheaddesign.com
*
* CSS Authors: Gregg Tomlinson, MM Robinson
*/
/* ====== SASS vars (in SCSS format) ====== */
/* colors */
/* fonts */
/* @group SVGs */
/* @group fathead logo */
.fhd0 {
  clip-path: url(#SVGID_2_);
}

.fhd1 {
  fill: #C0AF2C;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.fhd2 {
  fill: #F7971D;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.fhd3 {
  fill: #7473A8;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.fhd4 {
  fill: #5D86A0;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.fhd5 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

/* @end */
/* @end */
/* @group Global */
/* outlines everything in orange for visual assistance in build  */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #264b7e;
  padding-bottom: 0px;
}

em {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

blockquote {
  margin-left: 50px;
}

a,
a:visited,
a:link {
  color: #264b7e;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s linear 0s;
}

a:hover, a:focus {
  color: #8fabcf;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #264b7e;
  letter-spacing: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.small {
  font-size: 50%;
}

.blueBg {
  background-color: #264b7e;
}

p del {
  text-decoration: none;
  background: #fff2cc;
  padding: 4px 2px;
}

/* @end */
/* ====== main layout styles ====== */
#mainContent {
  width: 100%;
  margin: 180px 0 0 0;
  padding: 0;
  text-align: center;
}

.fullwidth,
.page {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pagehead {
  color: #264b7e;
}

.pageintro {
  font-size: 1.25em;
  line-height: 1.75em;
}

.fullspanImage img {
  padding: 20px 0px 50px;
}

@media (min-width: 768px) {
  .pagehead {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
}
/* @group Tradeshow Styles */
#tradeshows {
  width: 100%;
  margin: 1.5rem 0 0 0;
  padding: 0;
}

.tradeIntro {
  text-align: center;
}

.tradeLogo img {
  width: 150px;
  margin: 0 auto;
  padding: 5px;
}

.fifthLogo img {
  width: 250px;
  margin: 0 auto;
  padding: 5px;
}

.tradeHead p {
  font: 1.5rem/120% "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #264b7e;
  padding: 1rem 0.75rem 0rem;
}

.tradeCopy p {
  font: 1rem/135% "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0rem 0.5rem 0.25rem;
}

.fullspanImage img {
  padding: 20px 0px 50px;
}

#tradeform {
  background-color: #ffffff;
  padding: 15px 10px 5px;
  margin: 20px auto 10px;
  border-radius: 6px;
  border: 0px solid #264b7e;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(38, 75, 126, 0.5);
  box-shadow: 0px 0px 15px 3px rgba(38, 75, 126, 0.5);
}

.tradeHide {
  display: none;
}

@media (min-width: 768px) {
  #tradeshows {
    margin-top: 3rem;
  }
  .tradeHead p {
    font: 2rem/135% "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #264b7e;
    padding: 1.5rem 1.5rem 0rem;
  }
  .tradeCopy p {
    font: 1.25rem/150% "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0rem 1.5rem 0.25rem;
  }
}
/* @end */
/* ====== nav styles ====== */
header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 18px 36px;
  text-align: right;
  background-color: #fff !important;
  background-image: url("../svg/5SC-new-horizontal.svg");
  background-size: auto 80px;
  background-position: 36px 18px;
  background-repeat: no-repeat;
}

#mainNav,
#mainNav-IE {
  width: 100%;
  padding: 0;
  margin-top: 2.25rem;
  text-align: center;
}

.navbar-brand {
  display: block;
  width: 220px;
  padding: 0;
}

.nav-item {
  min-height: 35px;
}

.navbar-light {
  background-color: transparent;
}

.dropdown-menu {
  margin-top: 0;
  text-align: center;
  border: 0;
  border-radius: 0;
  background-color: #fff;
}

a.dropdown-item,
a.dropdown-item:visited,
a.dropdown-item:link {
  padding: 6px 18px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  color: #fff;
}

a.dropdown-item:visited,
a.dropdown-item:link {
  padding: 6px 18px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  color: #264b7e;
}

a.dropdown-item:hover,
a.dropdown-item:focus {
  color: #8fabcf;
}

@keyframes slidedown {
  0% {
    padding: 0 18px;
  }
  100% {
    padding: 6px 18px;
  }
}
.show a.dropdown-item {
  animation-name: slidedown;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.nav-link,
.nav-link:visited,
.nav-link:link,
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:visited,
.navbar-expand-lg .navbar-nav .nav-link:link,
.navbar-dark .navbar-nav .show > .nav-link {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 800;
  padding: 0 0 0 0.5rem;
  color: #264b7e;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #8fabcf;
}

.navbar-toggler {
  height: 40px;
  width: 40px;
  border: 1px solid #8fabcf !important;
  background-color: #fff;
  border-radius: 0 !important;
  margin-top: -20px;
}

.pipelineButton,
.pipelineButton:visited {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #fff;
  background-color: #8fabcf;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  transition: all 0.3s linear;
}

.pipelineButton:hover,
.pipelineButton:focus {
  text-decoration: none;
  background-color: #264b7e;
}

.brand-button {
  display: block;
  width: 220px;
  height: 80px;
  position: absolute;
  top: 18px;
  left: 36px;
  background-color: transparent;
}

.toggler {
  display: block;
  height: 80%;
  width: 80%;
  margin: 10%;
  transform: rotate(180deg);
  transition: all 0.5 linear;
  background: transparent url("../svg/toggler-arrow.svg") 0 0 no-repeat;
}

.nav-underline {
  border-top: 1px solid #8fabcf;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
}

.navbar-toggler {
  padding: 0;
}

button.navbar-toggler,
button.navbar-toggler:focus {
  outline-width: 0;
  outline-color: transparent;
}

.navbar-toggler[aria-expanded=true] .toggler {
  transform: rotate(0deg);
}

/* header media queries */
@media (max-width: 767px) {
  header {
    padding: 24px;
  }
  .navbar-collapse,
  .navbar-collapse.show {
    margin-top: 18px;
  }
}
/* for iPhone5 */
@media (max-width: 350px) {
  #mainNav, #mainNav-IE {
    background-size: auto 60px;
  }
  .navbar-brand {
    height: 60px;
    width: 200px;
  }
}
/* for everything under lg */
@media (max-width: 991px) {
  .nav-underline {
    display: none;
  }
}
/* xs
@media (max-width: 575px) {}
/* sm
@media (min-width: 576px) {}
/* md
@media (min-width: 768px) {}
/* lg */
@media (min-width: 992px) {
  .nav-link,
  .nav-link:visited,
  .nav-link:link,
  .navbar-expand-lg .navbar-nav .nav-link:visited,
  .navbar-expand-lg .navbar-nav .nav-link:link,
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 0 0 0 0.5rem;
  }
  .navbar-collapse {
    align-items: flex-start;
  }
  .dropdown-menu {
    background-color: #8fabcf;
    text-align: left;
  }
  a.dropdown-item,
  a.dropdown-item:visited,
  a.dropdown-item:link {
    color: #fff;
    transition: all 0.5s linear;
  }
  a.dropdown-item:hover,
  a.dropdown-item:focus {
    color: #264b7e;
  }
}
/* xl */
@media (min-width: 1200px) {
  .nav-item {
    height: 35px;
  }
  .nav-link,
  .nav-link:visited,
  .nav-link:link,
  .navbar-expand-lg .navbar-nav .nav-link:visited,
  .navbar-expand-lg .navbar-nav .nav-link:link,
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.75rem 0 0 1.5rem;
  }
}
/* ====== footer styles ====== */
footer {
  padding: 36px 36px 48px 36px;
  width: 100%;
}

footer p {
  margin: 0 0 1.5rem 0;
  font-size: 0.625rem;
  line-height: 1.3rem;
  text-align: center;
}

.footerRule {
  display: block;
  width: 100%;
  height: 1.5rem;
  border-top: 1px solid #8fabcf;
}

footer a,
footer a:link,
footer a:visited {
  font-weight: 400;
  transition: all 0.25s linear;
}

footer blockquote {
  margin-left: 0px;
  background-color: #dae3ef;
}

footer blockquote p {
  font: 0.625rem/140% "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #264b7e;
  text-transform: none;
  letter-spacing: 0.125px;
  padding: 15px 20px;
  text-align: justify;
}

.icons-area {
  text-align: center;
}

.icons-area a,
.icons-area a:link,
.icons-area a:visited {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}

.socialmedia {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

.socialicons {
  display: inline-block;
  margin: 0 0.25rem;
}

.socialicons .socialicons a,
.socialicons a:visited,
.socialicons a:link {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #264b7e;
  background-color: #264b7e;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.75rem;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}

.socialicons a:hover,
.socialicons a:focus {
  background-color: #8fabcf;
}

.fatheadlogo {
  text-align: center;
  margin: 0 auto;
  float: none;
  cursor: pointer;
}

.fatheadlogo p {
  padding: 12px 0 0 0;
  width: 100%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #999;
  font-size: 80% !important;
}

.fatheadlogo a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 80% !important;
}

.fatheadlogo a:hover {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 80% !important;
  text-decoration: none;
  cursor: pointer !important;
}

.fatheadlogo img {
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  padding: 4px;
}

.cd-top, .js-cd-top {
  position: absolute;
}

.cd-top {
  display: inline-block;
  position: fixed;
  height: 48px;
  width: 48px;
  bottom: 72px;
  left: 24px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(38, 75, 136, 0.25) url("../img/layout/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 50;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button becomes less visible */
  opacity: 0.5;
}

.cd-top:hover {
  background-color: rgba(38, 75, 136, 0.5);
  opacity: 1;
}

/* footer media queries */
@media (max-width: 767px) {
  footer {
    padding: 24px;
  }
}
/* md
@media (min-width: 768px) {}
/* lg */
@media (min-width: 992px) {
  footer p {
    text-align: left;
  }
  .fatheadlogo p {
    text-align: center;
  }
  .cd-top {
    left: 36px;
  }
}
/* ====== home page styles ====== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: rgba(0, 0, 0, 0.5);
}

.carousel-homepage {
  margin-bottom: 48px;
}

.carousel-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

a.lgButton,
a.lgButton:visited,
.lgButton,
.lgButton:visited {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: #264b7e;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  transition: all 0.3s linear;
}

a.lgButton:hover,
a.lgButton:focus,
.lgButton:hover,
.lgButton:focus {
  text-decoration: none;
  background-color: #8fabcf;
}

/* xs
@media (max-width: 575px) {}
/* sm
@media (min-width: 576px) {}
/* md */
@media (min-width: 768px) {
  .slideCopy {
    text-align: left;
  }
}
/* lg */
@media (min-width: 992px) {
  .slideCopy h1 {
    font-size: 3.75rem;
  }
}
/* xl */
@media (min-width: 1200px) {
  .slideCopy h1 {
    font-size: 4.25rem;
  }
}
/* ====== global page styles ====== */
.mainImage {
  display: inline-block;
  width: 100%;
  height: auto;
}

img.bkgdImage {
  width: 100%;
  height: auto;
}

.youtubeEmbed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
}

.responsive-iframe video {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ====== investor relations styles ====== */
.contact-info {
  font-weight: 900;
}

/* md */
@media (min-width: 768px) {
  #investor-relations {
    text-align: right;
  }
  #investor-relations .mainImage {
    width: 66%;
  }
  #contact .mainImage img {
    width: 30%;
    height: auto;
  }
  .contact-info {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 1rem 0 0 0;
  }
}
/* ====== licensing styles ====== */
#licensing {
  /* sm */
  /* xs */
  /* sm */
  /* md */
  /* lg */
  /* xl */
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
}
#licensing .col-onecol p,
#licensing .col-twocol p,
#licensing .col-threecol p,
#licensing .col-fourcol p,
#licensing .col-fivecol p,
#licensing .col-onecol blockquote,
#licensing .col-twocol blockquote,
#licensing .col-threecol blockquote,
#licensing .col-fourcol blockquote,
#licensing .col-fivecol blockquote {
  display: block;
  vertical-align: top;
  white-space: normal;
  break-inside: avoid;
  word-break: keep-all;
  padding: 5px 5px;
  margin: 0px 40px;
  display: block;
  vertical-align: top;
}
#licensing .col-onecol blockquote p,
#licensing .col-twocol blockquote p,
#licensing .col-threecol blockquote p,
#licensing .col-fourcol blockquote p,
#licensing .col-fivecol blockquote p {
  display: inline-flex;
  align-items: flex-end;
}
#licensing .col-onecol, #licensing .col-twocol, #licensing .col-threecol, #licensing .col-fourcol, #licensing .col-fivecol {
  margin-bottom: 1rem;
}
#licensing .copyBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#licensing .one, #licensing .two, #licensing .three, #licensing .four, #licensing .five {
  display: contents;
}
#licensing .one .col-flex, #licensing .two .col-flex, #licensing .three .col-flex, #licensing .four .col-flex, #licensing .five .col-flex {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 576px) {
  #licensing .col-onecol {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    white-space: normal;
    break-inside: avoid;
    word-break: keep-all;
    padding: 0;
    display: block;
    vertical-align: top;
    float: none;
  }
  #licensing .col-twocol {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    white-space: normal;
    break-inside: avoid;
    word-break: keep-all;
    padding: 0;
    display: block;
    vertical-align: top;
    float: none;
  }
  #licensing .col-threecol {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    white-space: normal;
    break-inside: avoid;
    word-break: keep-all;
    padding: 0;
    display: block;
    vertical-align: top;
    float: none;
  }
  #licensing .col-fourcol {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    white-space: normal;
    break-inside: avoid;
    word-break: keep-all;
    padding: 0px 10px;
    display: block;
    vertical-align: top;
    float: none;
  }
  #licensing .col-fivecol {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
    white-space: normal;
    break-inside: avoid;
    word-break: keep-all;
    padding: 0px 10px;
    display: block;
    vertical-align: top;
    float: none;
  }
  #licensing .display-contents {
    display: contents !important;
  }
}
@media (min-width: 992px) {
  #licensing .one .col-flex {
    width: 100%;
  }
  #licensing .two .col-flex {
    width: 50%;
  }
  #licensing .three .col-flex {
    width: 33%;
  }
  #licensing .four .col-flex {
    width: 25%;
  }
  #licensing .five .col-flex {
    width: 20%;
  }
}
.licenses {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 2rem 0;
  width: 100%;
}

.licenses li {
  margin: 0;
  padding: 0.25rem 0;
  width: 100%;
  clear: both;
}

.state-name {
  float: left;
}

.state-status {
  float: right;
  font-weight: 900;
}

span.state-notice {
  font-size: 0.85em;
  font-style: italic;
}

/* lg */
@media (min-width: 992px) {
  .licenses {
    width: 75%;
  }
}
/* ====== broker/correspondent approval styles ====== */
#correspondent-approval .pageintro,
#careers .pageintro,
#broker-approval .pageintro {
  font-weight: 900;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

#correspondent-approval ul,
#careers ul,
#broker-approval ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}

/* md */
@media (min-width: 768px) {
  #correspondent-approval .mainImage,
  #careers .mainImage,
  #broker-approval .mainImage {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 42%;
  }
}
/* lg */
@media (min-width: 992px) {
  #correspondent-approval .mainImage,
  #careers .mainImage,
  #broker-approval .mainImage {
    width: 33%;
  }
}
/* ====== resources/submitting styles ====== */
.submitting-list,
.resources-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 0 0;
  width: 100%;
}

.submitting-list li,
.resources-list li {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
}

#submitting,
#resources {
  padding-bottom: 180px;
}

.resources-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 900;
}

#submitting .mainImage,
#resources .mainImage {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

#submitting .mainImage {
  width: 90%;
}

/* md */
@media (min-width: 768px) {
  #resources {
    padding-bottom: 120px;
  }
  #submitting .mainImage {
    width: 50%;
  }
  #resources .mainImage {
    width: 60%;
  }
}
/* lg */
@media (min-width: 992px) {
  #resources {
    padding-bottom: 180px;
  }
  #resources .mainImage {
    width: 70%;
  }
}
/* xl */
@media (min-width: 1200px) {
  #resources {
    padding-bottom: 220px;
  }
  #resources .mainImage {
    width: 65%;
  }
}
/* xl */
@media (min-width: 1400px) {
  #resources {
    padding-bottom: 260px;
  }
  #resources .mainImage {
    width: 60%;
  }
}
/* ====== flyers styles ====== */
.flyer-thumb {
  display: block;
  width: 100%;
  padding: 2rem 0 0 0;
}

.flyer-thumb img {
  width: 100%;
  height: auto;
}

.flyer-thumb h5 {
  padding: 0.75rem 0 0 0;
}

/* lg */
@media (min-width: 992px) {
  .flyer-thumb img {
    max-width: 80%;
  }
}
/* xl */
@media (min-width: 1200px) {
  .flyer-thumb img {
    max-width: 65%;
  }
}
/* ====== products styles ====== */
.product-desc,
.product-desc:link,
.product-desc:visited {
  display: block;
  width: 100%;
  margin: 1rem 0;
  padding: 0 0.5rem;
  background-color: #fff;
  border-radius: 0.75rem;
  transition: all 0.5s linear;
}

.product-desc:hover,
.product-desc:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.product-desc p {
  font-weight: 400;
  font-size: 0.875em;
}

#product .pageintro {
  font-weight: 900;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

#product ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.product-buttons {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-buttons li {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
}

.product-buttons a,
.product-buttons a:visited,
.product-buttons a:link {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: #264b7e;
  padding: 0.5rem 0;
  border-radius: 3px;
  transition: all 0.3s linear;
  margin: 0.5rem 0;
}

.product-buttons a:hover,
.product-buttons a:focus {
  text-decoration: none;
  background-color: #8fabcf;
}

/* md */
@media (min-width: 768px) {
  .product-desc {
    padding: 1rem !important;
    height: 140px;
    overflow-y: hidden;
  }
}
/* lg */
@media (min-width: 992px) {
  .product-desc {
    height: 160px;
  }
}
/* xl */
/* ====== faq styles ====== */
.faqToggle {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 10px -10px 0;
  padding-right: 20px;
  background: transparent url("../svg/toggler-arrow.svg") 0 0 no-repeat;
  transform: rotate(0deg);
  transition: all 0.25s linear;
}

.open .faqToggle {
  transform: rotate(180deg);
}

.faqQuestion {
  font-weight: 900;
  margin: 1rem 0 0 0;
  cursor: pointer;
}

.faqAnswer {
  padding-left: 40px;
  margin: 0;
  font-size: 0.875em;
  display: none;
}

/* ====== contact styles ====== */
.contact-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 0 0;
  width: 100%;
}

.contact-list li {
  margin: 0;
  padding: 0.25rem 0;
  width: 100%;
  clear: both;
}

#register .pageintro,
#contact .pageintro {
  font-weight: 900;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  div#contact {
    margin-bottom: 150px;
  }
}
/* ====== form styles ====== */
form {
  margin-top: 1rem;
}

.form-group input,
.form-group textarea,
.form-group .dropper,
.form-group select {
  border: 0;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(180, 180, 180);
  background-color: #eee;
  margin-bottom: 0.875rem;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgb(180, 180, 180);
}

.form-group select {
  width: 100%;
  padding: 6px 12px;
}

.form-group textarea {
  min-height: 220px;
}

button[type=submit],
.form-group input[type=submit] {
  color: #fff;
  background-color: #264b7e;
  text-transform: none;
  font-weight: 900;
}

button[type=submit]:hover,
button[type=submit]:focus,
.form-group input[type=submit]:hover,
.form-group input[type=submit]:focus {
  color: #fff;
  background-color: #8fabcf;
}

#additionalFields {
  display: none;
}

.form-intro {
  margin-top: 2rem;
}

.form-control.hidden {
  display: none;
}

/* IMPORTANT hide the honeypot from human users */
#uid {
  display: none;
}

#userID {
  display: none;
} /* alternate honeypot id used in some forms */
.userID {
  display: none;
} /* alternate honeypot id used in some forms */
#qcperch {
  display: none;
} /* alternate honeypot id used in some forms */
input#form1_qcperch {
  display: none;
} /* alternate honeypot id used in some forms */
#form2_qcperch {
  display: none;
} /* alternate honeypot id used in some forms */
span.error {
  font-family: inherit;
  font-size: 0.7em;
  color: #cc0000;
  font-size: 0.7em;
  line-height: 125%;
  margin: 0;
  padding: 0px 10px 0px 0px;
  text-transform: uppercase;
}

.form-required {
  color: #cc0000;
}

/* ====== modal styles ====== */
.modal-open .modal {
  z-index: 100001;
}

.modal-backdrop.fade.show {
  z-index: 100000;
  background-color: #264b7e;
}

.modal-header .close {
  float: right;
}

/* @group Privacy Policy / Tracking Cookies */
.privacy-policy p {
  font-family: inherit;
  font-size: 0.65em;
  margin-top: 10px;
  padding: 5px 0px;
  color: #666;
  text-align: inherit;
}

.privacy-policy a {
  font-family: inherit;
  color: #264b7e;
  transition-property: color 0.5s linear 0s;
  -moz-transition: color 0.5s linear 0s;
  -webkit-transition: color 0.5s linear 0s;
  -o-transition: color 0.5s linear 0s;
  text-decoration: none;
}

.privacy-policy a:hover,
.privacy-policy a:visited {
  color: #264b7e;
  text-decoration: none;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #333;
  background: rgba(0, 0, 0, 0.25);
  font-size: 0.65em;
  line-height: 1.25em;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.btn-cookie {
  color: #fff;
  padding: 5px 10px;
  font-size: 100%;
  line-height: 100%;
  border-radius: 2px;
  background-color: #264b7e;
  border: 1px solid #000 !important;
  margin-top: 0px !important;
}

.btn-cookie:focus,
.btn-cookie.focus {
  color: #fff;
  background-color: #8fabcf;
}

.btn-cookie:hover {
  color: #fff;
  background-color: #8fabcf;
}

.otnotice-menu {
  display: inline-block;
  position: absolute !important;
}

.otnotice-content .otnotice-sections .otnotice-section-content p {
  margin: 0 0 1rem;
  font-size: 1em !important;
  font-family: inherit;
  line-height: unset;
  text-align: left !important;
}

.otnotice-section-content li, .otnotice-content .otnotice-sections .otnotice-section-content blockquote, .otnotice-content .otnotice-sections .otnotice-section-content pre {
  margin: 0 0 0.5rem;
  display: inline-block;
  text-align: left;
}

.otnotice-sections > .otnotice-section > h2.otnotice-section-header {
  color: #696969;
  font-size: 30px !important;
  font-weight: bolder;
  line-height: 19px;
  margin-left: 40px !important;
  margin-bottom: 20px;
  text-align: left !important;
}

.privacy {
  display: inline-block;
  float: left;
  margin: 0 auto 40px;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .privacy {
    float: none;
  }
}
/* @end */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
/* ============ high res images for retina devices ============ */
