/* GENERAL */
.grecaptcha-badge { display: none!important; }
.black-background {
    background-color: black !important;
}

.text-shadow {
  text-shadow: 0px 2px 2px rgba(75,75,75,1);
}

.text-shadow-dark {
  text-shadow: 0px 5px 10px rgba(0,0,0,1);
}

.box-shadow {
	box-shadow: 0px 3px 5px rgba(0,0,0,.08);
}

.box-shadow-0 {
    box-shadow: none !important;
}

.no-hover {
	color: inherit;
}

.no-hover:hover {
	text-decoration: none;
	color: inherit;
}

.centered {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
}

.bg-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.bg-contain {
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.bg-ob-cover {
    width: 100% !important;
    height: 100% !important;
    -webkit-object-fit: cover !important;
    -moz-object-fit: cover !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

@media (max-width: 1199.98px) {
	.tooltip {
		display: none;
	}
}

.row-15px {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-15px [class*=col-],
.row-15px [class*=col] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-small {
    justify-content: center;
}

.row-small>.col-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

@media (min-width: 576px) {
    .row-small>.col-12 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }
}

@media (min-width: 768px) {
    .row-small>.col-12 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }
}

@media (min-width: 992px) {
    .row-small>.col-12 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}

@media (min-width: 1200px) {
    .row-small>.col-12 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }
}


/* COLORS

Color1: #0077B1;
Color2: #D32F50;
Color3: #1C3C64;

*/

.bg-color1 {
	background-color: #0077B1;
}

.text-color1 {
	color: #0077B1;
}

a.text-color1 {
	color: #0077B1;
	font-weight: 700;
}

a.text-color1:hover {
	color: #1C3C64;
	text-decoration: none;
	opacity: .9;
	transition: all .3s ease;
}

.bg-color2 {
  background-color: #D32F50;
}

.text-color2 {
  color: #D32F50;
}

a.text-color2 {
  color: #D32F50;
  font-weight: 700;
}

a.text-color2:hover {
  color: #1C3C64;
  text-decoration: none;
  transition: all .3s ease;
}

.bg-color3 {
  background-color: #1C3C64;
}

.text-color3 {
  color: #1C3C64;
}

.text-black {
    color: #000000 !important;
}


/* TYPOGRAPHY

font-family: 'Open Sans', sans-serif;

*/

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 1.65rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1.15rem;
}

h6,
.h6 {
    font-size: 1rem;
}

@media (max-width: 1200px) {
    h1,
    .h1 {
        font-size: calc(1.3rem + 1vw);
    }

    h2,
    .h2 {
        font-size: calc(1.25rem + 0.6vw);
    }

    h3,
    .h3 {
        font-size: calc(1.2rem + 0.4vw);
    }

    h4,
    .h4 {
        font-size: calc(1.1rem + 0.2vw);
    }

    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }

    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }

    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }

    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.special-font {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}

p + ul {
  margin-top: -.75rem;
}

span.float-right {
  padding-left: 1rem;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-400 * {
    font-weight: 400 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.eyebrow {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: .25rem;
}

.font-12px {
    font-size: 12px;
}

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

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

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/* BUTTONS */

.btn {
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  white-space: normal;
}

.btn:hover {
  transition: all .3s ease;
}

.btn-block {
  white-space: normal;
}

.btn-reg {
  padding: .5rem 1.5rem;
}

@media (max-width: 575.98px) {
  .btn-group {
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .btn-group>.btn {
    margin-bottom: 5px;
    border-radius: .25rem !important;
  }

  .btn-group>.btn:last-child {
    margin-bottom: 0;
  }
}

.btn-color2 {
	background-color: #D32F50;
	color: #FFF;
	border: 1px solid #D32F50;
}

.btn-color2:hover,
.btn-color2:focus,
.btn-color2:target,
.btn-color2:active {
	color: #FFF;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:target,
.btn-light:active {
  color: #D32F50;
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  color: #D32F50;
}

.btn-color1 {
  background-color: #0077B1;
  color: #FFF;
}

.btn-color1:hover,
.btn-color1:focus,
.btn-color1:target,
.btn-color1:active {
  background-color: #0077B1;
  color: #FFF;
  opacity: .9;
}

.btn-color2 {
  background-color: #D32F50;
  color: #FFF;
}

.btn-color2:hover,
.btn-color2:focus,
.btn-color2:target,
.btn-color2:active {
  color: #FFF;
  opacity: .9;
}

.btn-icon {
  padding: .5rem .75rem;
  text-align: left;
  display: block;
  border: 1px solid #DEE2E6;
}

.btn-icon + .btn-icon {
  margin-top: .5rem;
}

.btn-icon:last-of-type {
  margin-bottom: 1rem;
}

.btn-icon + p {
  margin-top: 1rem;
}

.btn-directions {
  padding: .25rem .4rem;
  font-size: .75rem;
  border: 1px solid #DEE2E6;
  text-transform: capitalize;
}

.btn-row {
    margin-top: -15px;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.btn-row [class*=col-],
.btn-row [class*=col] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.btn-row .btn {
    margin-top: 15px;
}


/* TOP BAR */

ul.sm-nav {
	padding: 0;
	margin: 0 -7px 0 0;
}

.sm-nav li {
	list-style-type: none;
	padding: 0;
	display: inline-block;
}

.sm-nav li a {
    padding: 0 3px;
    transition: all .3s ease;
}

.sm-nav li a:hover {
    text-decoration: none;
    opacity: .8;
}

.m3s-pro-logo {
	height: 20px;
}


/* NAVIGATION */

.navbar {
    padding: 0 15px;
    border-bottom: none;
    background-color: #0077B1;
    box-shadow: 0px 3px 5px rgba(0,0,0,.08);
}

.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    flex: space-between;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #DEE2E6;
    transition: all .3s ease;
}

.navbar-nav .nav-item .nav-link .fa-external-link-alt {
    font-size: 10px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 3px;
}

.dropdown-item {
    font-weight: 600;
    padding: .5rem 1rem;
    font-size: 12px;
    white-space: normal;
    transition: all .3s ease;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
}

.dropdown-item span {
    float: right;
    font-size: 10px;
    margin-top: 3px;
    margin-left: 5px;
}

.dropdown-menu {
  margin: 0;
  padding: .5rem;
}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 15px;
	}

  .dropdown:hover {
    cursor: pointer;
  }

	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0px;
 	}

  .dropdown:hover a.nav-link {
    color: #DEE2E6;
  }

	.dropdown:hover .fa-angle-down {
		transform: rotate(-180deg);
		transition: all .1s ease-in-out;
	}

	.dropdown>a.nav-link {
    pointer-events: none;
	}

	.dropdown>.dropdown-toggle:active {
    pointer-events: none;
	}

  .dropdown-menu {
    min-width: 250px;
    box-shadow: 0px 3px 5px rgba(0,0,0,.08);
  }

  .mobile-menu-toggle {
      display: none;
  }
}

@media (max-width: 1199.98px) {
    .navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

  a.navbar-brand {
    font-size: 14px;
  	margin-right: 3rem;
  	font-weight: bold;
    padding: 0;
  }

  .navbar-collapse {
      max-height: calc(80vh - 74px);
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

  .navbar-collapse::-webkit-scrollbar {
      display: none;
  }

  .navbar-nav {
    padding-top: .5rem;
  }

	.navbar-nav .nav-item .nav-link {
		padding: .5rem 1.25rem .5rem 0rem;
    color: #FFF;
	}

	.dropdown .fa-angle-down {
    position: absolute;
    right: 0;
    top: .75rem;
		font-size: 1rem;
	}

	.dropdown.show .nav-link {
		color: #DEE2E6;
	}

	.dropdown.show .fa-angle-down {
		transform: rotate(-180deg);
		transition: all .1s ease-in-out;
	}

  .dropdown-menu {
    background-color: #FFF;
    border: 0;
    margin: 0;
  }

  .dropdown-item {
    padding: .5rem .75rem;
    color: #231F20;
  }

  .mobile-menu-toggle {
      background: 0;
      border: 0;
      font-size: 1.5rem;
      color: var(--white) !important;
      text-align: center;
      padding: 1px 0 9px 0;
      margin-left: auto;
  }

  .mobile-menu-toggle[aria-expanded="true"] i {
      content: "\f00d";
      transition: all .3s ease;
  }

  .mobile-menu-toggle i::before {
      content: "\f0c9";
      font: var(--fa-font-solid);
  }

  .mobile-menu-toggle[aria-expanded="true"] i::before {
      content: "\f00d";
      color: var(--white);
  }

  .mobile-menu-toggle svg {
      display: inline-block;
      width: 27px;
      height: 24px;
  }

  .mobile-menu-toggle span {
      font-size: 12px;
      line-height: 1;
      display: block;
      text-transform: uppercase;
      width: 48px;
  }
}

.dropdown-toggle::after {
  display: none !important;
}

.nav-item.nav-link-active a.nav-link {
  color: #FFF !important;
}

.mobile-menu-toggle:hover {
    cursor: pointer;
}


/* MOBILE ANIMATION */

#mobile-menu {
	width: 26px;
	height: 20px;
	top: 15px;
	right: 15px;
	position: absolute;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}

@media (min-width: 1200px) {
	#mobile-menu {
		display: none;
	}
}

#mobile-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #FFF;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#mobile-menu span:nth-child(1) {
	top: 0px;
}

#mobile-menu span:nth-child(2), #mobile-menu span:nth-child(3) {
	top: 9px;
}

#mobile-menu span:nth-child(4) {
	top: 18px;
}

#mobile-menu.open span:nth-child(1) {
	top: 15px;
  width: 0%;
  left: 50%;
}

#mobile-menu.open span:nth-child(2) {
	transform: rotate(45deg);
  background-color: #FFF;
}

#mobile-menu.open span:nth-child(3) {
	transform: rotate(-45deg);
  background-color: #FFF;
}

#mobile-menu.open span:nth-child(4) {
	top: 15px;
	width: 0%;
	left: 50%;
}


/* HERO */

#hero {
    overflow: hidden;
}

#hero .hero-container {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (max-width: 1199.98px) {
  #hero .hero-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 991.98px) {
  #hero .hero-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 767.98px) {
  #hero .hero-container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 575.98px) {
  #hero .hero-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.event-h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: .75rem;
}

.hero-container p.desc {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: .75rem;
}

.hero-container p.date {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.bg-overlay {
    background: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-logo {
    background-color: #FFFFFF;
    border-radius: .25rem;
    padding: 1.5rem;
    width: 250px;
}

.hero-logo.horizontal {
    width: 350px;
}

@media (max-width: 1199.98px) {
    .hero-logo {
        width: 225px;
    }

    .hero-logo.horizontal {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    .hero-logo {
        width: 200px;
    }

    .hero-logo.horizontal {
        width: 275px;
    }
}

@media (max-width: 767.98px) {
    .hero-logo {
        width: 175px;
    }

    .hero-logo.horizontal {
        width: 225px;
    }
}

@media (max-width: 575.98px) {
    .hero-logo {
        width: 150px;
    }

    .hero-logo.horizontal {
        width: 200px;
    }
}


/* COUNTDOWN TIMER */

#countdown {
	margin: 0;
	font-weight: 700;
	text-align: center;
}

.clockholder {
	display: inline-block;
	vertical-align: middle;
}

#countdown h6 {
	text-transform: uppercase;
}

#cntdwn {
	display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
}

#countdown .digits {
  border-radius: .25rem;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 7px;
	-webkit-flex: 0 1 24.5%;
  -ms-flex: 0 1 24.5%;
	flex: 0 1 24.5%;
	background: #0077B1;
  color: #FFF;
	text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
}

#countdown .digits em {
	font-style: normal;
	display: block;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 400;
  margin-bottom: 3px;
}


/* HERO */

.main-logo {
  padding: 1rem;
  background-color: #FFF;
  border-radius: .25rem;
  width: 200px;
}

@media (max-width: 1199.98px) {
  .main-logo {
    width: 175px;
  }
}

@media (max-width: 575.98px) {
  .main-logo {
    width: 150px;
  }
}

ol.carousel-indicators {
  bottom: 2.5rem;
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: #F8F9FA;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
  border: 2px solid #DEE2E6;
  opacity: .5;
}

.carousel-indicators .active {
  background-color: #FFFFFF;
  border: 2px solid #DEE2E6;
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 1;
  transition: all .3s ease;
}


/* LINKS */

ul.link-columns {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  ul.link-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media (min-width: 1200px) {
  ul.link-columns {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}

.link-columns li {
  list-style-type: none;
}

.link-columns li a {
  text-align: left;
  transition: all .3s ease;
  white-space: normal;
  padding: .75rem 2rem .75rem 1rem;
  display: block;
  color: #231F20;
  margin-bottom: .75rem;
  position: relative;
}

.link-columns li a::after {
  content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: .75rem;
  top: .75rem;
	position: absolute;
  color: #231F20;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all .3s ease;
}


/* CARDS */

.card {
  border: 1px solid #DEE2E6;
  box-shadow: 0px 3px 5px rgba(0,0,0,.08);
}

.card-trans {
  background-color: rgba(255,255,255,.85);
}

.card-body {
  padding: 1.5rem;
}

.card-body p:last-child {
  margin-bottom: 0;
}

.card-body ul:last-child {
  margin-bottom: 0;
}

.card-body ul,
.card-body ol {
  padding-left: 1.5rem;
}

.card-body ul li {
  line-height: 1.35;
  padding: .25rem 0;
}

.card-img-top {
  border-bottom: 1px solid #DEE2E6;
}

.card-header {
  font-size: .9rem;
  border-bottom: 1px solid #DEE2E6;
  background-color: #0077B1;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.card-footer {
  border-top: 1px solid #DEE2E6;
}

.card.top-card {
  margin-top: -4rem;
}

.card.top-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .card.top-card {
    margin-top: -3rem;
  }
}

@media (max-width: 991.98px) {
  .card.top-card {
    margin-top: -2.5rem;
  }
}

@media (max-width: 767.98px) {
  .card.top-card {
    margin-top: -2rem;
  }
}

@media (max-width: 575.98px) {
  .card.top-card {
    margin-top: -1.5rem;
  }
}

@media (min-width: 992px) {
  .event-sponsor-logo {
    border: 1px solid #DEE2E6;
    border-radius: .25rem;
    background-color: #FFF;
    padding: .25rem;
    position: absolute;
    top: -4rem;
    right: 0;
  }

  .event-sponsor-logo img {
    width: 105px;
  }

  .m3s-sponsor-text {
    position: absolute;
    top: .5rem;
    right: 15px;
  }

  .m3s-event-text {
    position: absolute;
    bottom: .5rem;
    right: 15px;
  }
}

@media (max-width: 991.98px) {
  .event-sponsor-logo {
    border: 1px solid #DEE2E6;
    border-radius: .25rem;
    background-color: #FFF;
    padding: .25rem;
    position: absolute;
    top: -3rem;
    right: 0;
  }

  .event-sponsor-logo img {
    width: 75px;
  }

  .m3s-sponsor-text {
    position: relative;
    margin: auto;
    margin-bottom: 1.5rem;
  }

  .m3s-event-text {
    position: relative;
    bottom: 1rem;
    margin: auto;
  }
}

.link-card {
  color: inherit;
  display: block;
}

.link-card:hover {
  text-decoration: none;
	color: inherit;
}

.link-card h6 {
  color: #0077B1;
}

.link-card:hover h6 {
	color: #D32F50;
  transition: all .3s ease;
}

.link-card .card-footer p {
  padding: .6rem 1.75rem;
  font-weight: 600;
  font-size: .9rem;
  text-transform: uppercase;
	color: #FFF !important;
  margin-bottom: 0;
  text-align: center;
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
  transition: all .3s ease;
}

.link-card:hover .card-footer p {
  transition: all .3s ease;
}

.link-card:hover .card {
  transition: all .3s ease;
}

.link-card .card-footer {
  padding: 0;
}

.card-columns {
  column-gap: 1.5rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
  }
}


/* ZOOM WRAPPER */

@media (min-width: 1200px) {
  .zoom-wrapper {
		position: relative;
		overflow: hidden !important;
	}

	.zoom-wrapper img {
		max-width: 100% !important;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}

	.card-zoom:hover img.card-img-top {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
  }
}


/* SUB PAGE */

.subpage-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 1199.98px) {
  .subpage-container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 991.98px) {
  .subpage-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767.98px) {
  .subpage-container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .subpage-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}


/* SIDEBAR */

ul.subpage-nav {
    text-decoration: none;
    padding: 0;
    margin: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

ul.subpage-nav.sub-nav {
	margin: 0;
}

.subpage-nav li {
  padding: 0;
  list-style-type: none;
}

.subpage-nav li:hover {
  text-decoration: none;
}

.subpage-nav li a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    transition: all .3s ease;
}

.subpage-nav .sub-nav li a {
  font-weight: 600;
  text-transform: capitalize;
	padding: .35rem 1rem .35rem 1.5rem;
	font-size: .8rem;
	background-color: #FFF;
  /* color: #0077B1; */
  transition: all .3s ease;
}

.subpage-nav .sub-nav li a span {
    float: right;
    font-size: 10px;
    margin-top: 3px;
    margin-left: 5px;
}

.subpage-nav button {
    position: relative;
  color: #0077B1;
	font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: .5rem 2rem .5rem 1rem;
  text-decoration: none;
	text-align: left;
	white-space: normal;
  text-transform: uppercase;
  transition: all .3s ease;
}

.subpage-nav button.sub-nav.collapsed {
    text-decoration: none;
    transition: all .3s ease;
}

.subpage-nav button.sub-nav::after {
	content: "\f106";
    font: var(--fa-font-solid);
    top: .75rem;
	right: .85rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all .2s ease;
}

.subpage-nav button.sub-nav.collapsed::after {
	content: "\f106";
    font: var(--fa-font-solid);
    top: .75rem;
	right: .85rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(180deg);
	transition: all .2s ease;
}

.sub-nav-active {
  text-decoration: none;
	transition: all .2s ease;
}


/* SIDEBAR MENU ANIMATION */

#sidebar-menu {
	width: 22px;
	height: 14px;
	top: 12px;
	right: 12px;
	float: right;
	position: absolute;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}

#sidebar-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #0077B1;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#sidebar-menu span:nth-child(1) {
	top: 0px;
}

#sidebar-menu span:nth-child(2), #sidebar-menu span:nth-child(3) {
	top: 7px;
}

#sidebar-menu span:nth-child(4) {
	top: 14px;
}

#sidebar-menu.open span:nth-child(1) {
	top: 7px;
  width: 0%;
  left: 50%;
}

#sidebar-menu.open span:nth-child(2) {
	transform: rotate(45deg);
  background-color: #0077B1;
}

#sidebar-menu.open span:nth-child(3) {
	transform: rotate(-45deg);
  background-color: #0077B1;
}

#sidebar-menu.open span:nth-child(4) {
	top: 14px;
	width: 0%;
	left: 50%;
}


/* COLLAPSE */

.expand-btn {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
    padding: 1rem;
    white-space: normal;
    background-color: #FFF;
    border: 1px solid #DEE2E6;
    box-shadow: 0px 3px 5px rgba(0,0,0,.08);
    position: relative;
}

.expand-btn.collapsed {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #231F20;
    text-align: left;
    padding: 1rem;
    white-space: normal;
    background-color: #FFF;
    border: 1px solid #DEE2E6;
    box-shadow: 0px 3px 5px rgba(0,0,0,.08);
    position: relative;
}

.expand-btn:hover {
  box-shadow: none;
  color: #D32F50;
  box-shadow: 0px 3px 5px rgba(0,0,0,.15);
}

.expand-btn:focus {
  box-shadow: 0px 3px 5px rgba(0,0,0,.15);
}

.expand-btn::after {
  font-size: 1rem;
	content: "\f107";
    font: var(--fa-font-solid);
	right: 1rem;
  top: 1.25rem;
	position: absolute;
  color: inherit;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
  transform: rotate(-180deg);
	-webkit-font-smoothing: antialiased;
	transition: all .3s ease;
  margin-left: 1rem;
}

.expand-btn.collapsed::after {
  font-size: 1rem;
	content: "\f107";
    font: var(--fa-font-solid);
	right: 1rem;
  top: 1.25rem;
	position: absolute;
  color: inherit;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(0deg);
	transition: all .3s ease;
  margin-left: 1rem;
}

ul.link-list {
  padding: 0;
  margin: 0;
}

.link-list li {
  list-style-type: none;
  padding: 0 0;
  border-bottom: 1px solid #DEE2E6;
}

.card-body .link-list li {
  padding: 0 0;
}

.link-list li:last-child {
  border-bottom: none;
}

.link-list li a {
  font-size: .9rem;
  text-transform: uppercase;
  padding: .6rem .5rem .6rem .75rem;
  color: #0077B1;
  font-weight: 600;
  display: block;
  width: 100%;
  border-radius: .25rem;
  transition: all .3s ease;
}

.link-list li a:hover {
  color: #D32F50;
  background-color: #F8F9FA;
  text-decoration: none;
  transition: all .3s ease;
}

.link-list li small {
  font-size: .7rem;
}


/* SOCIAL FOOTER */

ul.sm-nav-footer {
	padding: 0;
	margin: 0;
}

.sm-nav-footer li {
	list-style-type: none;
	padding: 0;
	display: inline-block;
}

.sm-nav-footer li a {
    font-size: 2rem;
    padding: 0 .75rem;
    color: #FFF;
    transition: all .3s ease;
}

.sm-nav-footer li a:hover {
    color: #D32F50;
    text-decoration: none;
    transition: all .3s ease;
}


/* FOOTER */

.footer-logo {
  width: 300px;
}

ul.footer-nav {
	justify-content: space-between;
}

.footer-link {
  text-align: center;
  color: #231F20;
  font-weight: bold;
}

.footer-link:hover {
  color: #D32F50;
  text-decoration: none;
  transition: all .3s ease;
}

@media (max-width: 991.98px) {
  ul.footer-nav {
    justify-content: flex-start;
    display: block;
  }

  ul.footer-nav .nav-item {
    border-bottom: 1px solid #DEE2E6;
  }

  ul.footer-nav .nav-item:last-of-type {
    border-bottom: 0;
  }

  ul.footer-nav .footer-link {
    padding: .5rem;
    text-align: left;
  }
}


/* MODALS */

.modal-body p:last-child {
	margin-bottom: 0;
}

.modal .close {
  font-size: 2rem;
  opacity: 1;
  color: #DC3545;
}


/* FORMS */

label {
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.form-control:focus {
  border: 1px solid #D32F50;
  box-shadow: none;
  outline: none;
}

.alert {
  border-radius: 0;
  text-align: center;
  padding: .75rem 2.5rem .75rem 0;
}

@media (max-width: 767.98px) {
  .alert {
    text-align: left;
  }
}

.alert-light {
  color: #343a40 !important;
}

.alert a {
  font-size: .9rem;
  text-transform: uppercase;
  font-weight: bold;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  transition: all .3s ease;
}


/* EMBEDS */

.embed-responsive {
  border: 1px solid #DEE2E6;
  border-radius: .25rem;
}


/* TO TOP */

.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
	text-align: center;
	z-index: 9;
  background-color: #FFF;
  border: 1px solid #DEE2E6;
	color: #212529;
	width: 40px;
	height: 40px;
	line-height: 40px;
  border-radius: 100%;
	right: 15px;
	bottom: 15px;
	transition: all .3s ease-in-out;
}

.scroll-top.show {
  visibility: visible;
  cursor: pointer;
	opacity: 1;
}

.scroll-top.show:hover {
  background-color: #F8F9FA;
  color: #212529;
}


#testimonials .carousel-indicators {
    bottom: -3rem;
    margin-bottom: 0;
}

#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
    width: 30px;
}


.ml-1px {
    margin-left: 1px;
}

.ml-125 {
    margin-left: .125rem;
}

.my-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.my-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.ml-15px {
    margin-left: 15px !important;
}

.mr-15px {
    margin-right: 15px !important;
}

.mx-15px {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

@media (min-width: 568px) {
    .mx-sm-15px {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

.mx-30px {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.m-15px {
    margin: 15px !important;
}

.mt-n375 {
    margin-top: -.375rem;
}

.mt-2px {
    margin-top: 2px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-33px {
    margin-top: 33px !important;
}

.mb-n6px {
    margin-bottom: -6px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-33px {
    margin-bottom: 33px !important;
}

.mb-38px {
    margin-bottom: 38px !important;
}

.px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.px-15px {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.py-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-7-5px {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-30px {
    padding: 30px !important;
}

.pb-10px {
    padding-bottom: 10px !important;
}

.pb-15px {
    padding-bottom: 15px !important;
}

.pb-18px {
    padding-bottom: 18px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

.pb-33px {
    padding-bottom: 33px !important;
}

.pb-38px {
    padding-bottom: 38px !important;
}

.pb-2rem {
    padding-bottom: 2rem;
}

.pt-10px {
    padding-top: 10px !important;
}

.pt-15px {
    padding-top: 15px !important;
}

.pt-18px {
    padding-top: 18px !important;
}

.pt-30px {
    padding-top: 30px !important;
}

.pt-33px {
    padding-top: 33px !important;
}

.pt-38px {
    padding-top: 38px !important;
}

.p-15px {
    padding: 15px !important;
}


/* BP 2025 */

.hero-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #FFFFFF;
}

.hero-text h1 {
    font-size: 3rem;
    line-height: 1.1;
}

@media (max-width: 1199.98px) {
    .hero-text h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .hero-text h1 {
        font-size: 2.35rem;
    }

    .hero-text .btn-row {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .hero-text h1 {
        font-size: 2.25rem;
    }
}

@media (max-width: 575.98px) {
    .hero-text h1 {
        font-size: 2rem;
    }
}

.sticky-bot-cta-btn {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 9;
    left: 15px;
    bottom: 15px;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}

.sticky-bot-cta-btn.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}
