@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@400;700&family=Montserrat:wght@400;700&display=swap");
body {
  font-family: "Roboto Serif", serif;
  background-color: #ffffff;
}

.row.white-bg .message, .row.white-bg .message p {
  font-family: "Roboto Serif", serif;
  font-size: 1.2rem;
}

.navbar-inverse {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 4px 0px 0px rgba(54, 54, 54, 0.11);
  -moz-box-shadow: 0px 4px 0px 0px rgba(54, 54, 54, 0.11);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(54, 54, 54, 0.11);
}

.navbar-inverse .img-responsive {
  max-width: 174px;
  scale: 77%;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000000;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #9d9d9d;
}

.navbar-custom .nav .social-buttons li > a {
  color: #fff !important;
}

/*.container-fluid.eb-template,
.container.eb-template {
    padding: 120px 15px;
}*/
.main-slider .flex-caption .subtitle,
.video .flex-caption .subtitle,
.tabs-list .nav-pills > li.active > a,
.tabs-list .nav-pills > li.active > a:hover,
.tabs-list .nav-pills > li.active > a:focus,
.tabs-list .nav-pills > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.help-block {
  font-family: "Montserrat", sans-serif;
}

.bg-clear,
.bg-clear p,
.infographics p,
p {
  font-size: 16px;
  line-height: 1.68;
}

.logo.desktop {
  max-width: 130px;
}

@media screen and (max-width: 990px) {
  .logo.mobile {
    max-width: 120px;
  }
}
.eb-navbar-brand-img {
  height: auto;
}

.navbar-custom .nav li > a,
.navbar-custom .navbar-toggle {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .row.landing-nav {
    margin: 0 -12px;
  }
  .row.landing-nav #landing-nav .sub-landing {
    margin-bottom: -24px;
  }
}
.navbar-inverse .navbar-toggle {
  background-color: #000000;
}

.navbar-custom .nav li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-custom .nav li a:focus {
  color: #c3c3c3;
}

#main-nav.navbar-custom > .container,
.navbar-custom {
  background-color: #ffffff;
}

.flexslider.main-slider::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 99;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .flexslider.main-slider::after {
    background-image: url(../images/Stars-white.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider.main-slider::after {
    height: 20px;
  }
}

.btn-cta a,
.news .btn-primary,
.btn-primary,
button[type=submit] {
  padding: 15px 25px 15px 0px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: none;
  text-decoration: none;
  color: #fff;
  background-color: #d50032;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  text-transform: none;
  margin-left: 31px;
}
.btn-cta a:hover, .btn-cta a:focus, .btn-cta a:active,
.news .btn-primary:hover,
.news .btn-primary:focus,
.news .btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
button[type=submit]:hover,
button[type=submit]:focus,
button[type=submit]:active {
  background-color: #890020;
  color: #fff;
  border: none;
}
.btn-cta a:hover::before, .btn-cta a:focus::before, .btn-cta a:active::before,
.news .btn-primary:hover::before,
.news .btn-primary:focus::before,
.news .btn-primary:active::before,
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary:active::before,
button[type=submit]:hover::before,
button[type=submit]:focus::before,
button[type=submit]:active::before {
  background-color: #890020;
}
.btn-cta a:focus,
.news .btn-primary:focus,
.btn-primary:focus,
button[type=submit]:focus {
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-cta a:active,
.news .btn-primary:active,
.btn-primary:active,
button[type=submit]:active {
  background-image: none;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-cta a::before,
.news .btn-primary::before,
.btn-primary::before,
button[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -39px;
  width: 40px;
  background-color: #d50032;
  /*clip-path: polygon(10px 0, 25px 0, 25px 100%, 10px 40px);*/
  clip-path: polygon(40px 0%, 40px 100%, 27px 100%, 8px 52%, 8px 0);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-cta a.clear,
.news .btn-primary.clear,
.btn-primary.clear,
button[type=submit].clear {
  padding: 15px;
}
.btn-cta a.clear::before,
.news .btn-primary.clear::before,
.btn-primary.clear::before,
button[type=submit].clear::before {
  content: none;
}
.btn-cta a.clear:hover, .btn-cta a.clear:focus,
.news .btn-primary.clear:hover,
.news .btn-primary.clear:focus,
.btn-primary.clear:hover,
.btn-primary.clear:focus,
button[type=submit].clear:hover,
button[type=submit].clear:focus {
  border: 1px solid #fff;
}

@media screen and (min-width: 990px) {
  .msg-btns {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
}
.btn-cta {
  background: initial;
}

.row.announcement .container,
.row .container.gray-bg,
.row .container.announcement {
  border-radius: 8px;
}

.landing .row.announcement {
  margin: 0 30px;
}

.container > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.row .container {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.row > .container > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 100%;
}

.landing .video-wrap,
.columns.two img,
.columns.three img {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
#landing-nav .navbar-nav > li > a,
h1.section-heading,
h2.section-heading,
.content-area h1.section-heading,
.content-area h2.section-heading,
.news h3,
.events h3,
.main-slider .flex-caption .title,
.video .flex-caption .title,
.content-area h2,
.columns h2,
.tab-content h2,
.panel-body h2,
.content-area h2,
.columns h2,
.tab-content h2,
.panel-body h2,
.landing .tabs .container > h2,
.interior .content-area .msg h1.section-heading,
.interior .content-area .msg h2.section-heading,
.interior .content-area .msg h3.section-heading,
.interior .content-area .msg h4.section-heading,
.interior .content-area .msg h5.section-heading,
.interior .content-area .msg h6.section-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #d50032;
}

.landing .accordions .container > h2,
.accordions .panel-title,
.accordions h2 {
    text-transform: none;
    color: #d50032; 
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
}

.content-area h1 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}

.content-area h3,
.columns h3,
.tab-content h3,
.panel-body h3 {
  margin-top: 20px;
}

.event-description h3 {
  margin-top: 0;
}

.main-slider .flex-caption .title {
  color: #FFFFFF;
}

label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 15px;
}

.info-box img {
  border-radius: 8px;
}
.info-box .featured-link {
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.info-box:hover .featured-link {
  background-color: rgb(213, 0, 50) !important;
}

.spotlight .col-md-4 img {
  width: 100%;
}

.tabs-list .nav-pills > li > a {
  border-radius: 4px 4px 0px 0px;
  padding: 5px 15px;
}

.accordion .panel,
.panel-group .panel {
  border-radius: 4px;
}

.panel-heading .accordion-toggle:after {
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 1.2rem;
}

.row.infographics {
  padding: 55px 0 45px 0;
}

.infographics .info-icon {
  height: auto;
  min-height: auto;
}
.infographics .info-box {
  font-size: 12px;
  min-height: auto;
}
.infographics .fa {
  font-size: 62px;
}
.infographics p {
  line-height: 24px;
  text-align: left;
}

.infographics .info-box img {
  max-height: 60px;
  margin-bottom: 30px;
}

.news .info-box p {
  font-size: 16px;
  line-height: 26px;
}
.news p a {
  color: #d50032;
}

.news h3,
.events h3 {
  margin-bottom: 8px;
  line-height: normal;
}

.eb-footer .img-responsive {
  max-width: 150px;
}

.eb-footer {
  position: relative !important;
  padding: 0;
}

.footer-top {
  padding-top: 60px;
}
.footer-top ul li a {
  padding: 12px 0;
  line-height: normal;
}
.footer-top ul li.main-link > .footer-link {
  font-size: 18px;
}
.footer-top .bg-clear,
.footer-top .bg-clear p,
.footer-top .infographics p,
.footer-top p {
  font-size: 12px;
}

footer {
  padding: 15px;
}

/** Forms **/
.form-control {
  height: auto;
  padding: 12px;
}

/** Info Slider **/
.info-slider .flex-control-nav {
  bottom: -30px;
}

@media (max-width: 768px) {
  .navbar-custom .nav li .section-title a.item {
    width: 18% !important;
  }
}
form .form-group {
  margin-top: 30px;
}

/** Masonry Cards **/
.card.front .flip-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

/** Pull Quote **/
.flexslider.pull-quotes {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

/*# sourceMappingURL=vpm-styles.css.map */
