/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*--------------------------------------*/
/* Home Page Header
 /*--------------------------------------*/
.home-header {
  color: #fff;
  background-color: #00769c;
  margin: -1.875rem -2.5rem 1.25rem;
  padding: 0.62rem 2.5rem;
  border-top: 4px solid #fff;
  text-transform: uppercase; }

.home-header h3 {
  line-height: 0.55rem;
  color: #fff;
  font-size: 1rem; }

h4 a:link, h4 a:visited {
  color: #2e363f;
  text-decoration: none; }

@media only screen and (max-width: 467px) {
  #modal-launcher {
    margin-top: 2%; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.owl-card {
  font-size: 0.875em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0.17rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  margin: 5px;
  min-height: 280px; }

.owl-card-block {
  font-size: 0.875em;
  position: relative;
  margin: 0;
  padding: 0.875em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, .1);
  box-shadow: none; }

.owl-card-title {
  font-size: 1.06em;
  line-height: 1.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.owl-card-text {
  clear: both;
  margin-top: 0.43em;
  color: rgba(0, 0, 0, .68); }

.owl-card-footer {
  font-size: 0.875em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 0.625em 0.875em;
  color: rgba(0, 0, 0, .4);
  border-top: 1px solid rgba(0, 0, 0, .05) !important;
  background: #fff; }

.sw09-carousel .owl-nav {
  margin: 10px 0 15px 45%; }
  .sw09-carousel .owl-nav .owl-next, .sw09-carousel .owl-nav .owl-prev {
    width: 32px;
    height: 10px;
    z-index: 0;
    background: #ffd400;
    margin: 5px;
    opacity: 1;
    text-align: center;
    display: inline-table;
    float: none;
    vertical-align: bottom; }
  .sw09-carousel .owl-nav .fa {
    color: #1d1d1d; }
  .sw09-carousel .owl-nav .owl-next.disabled, .sw09-carousel .owl-nav .owl-next:hover, .sw09-carousel .owl-nav .owl-prev.disabled, .sw09-carousel .owl-nav .owl-nav .owl-prev:hover {
    background: #ddd; }
  .sw09-carousel .owl-nav .owl-next.active, .sw09-carousel .owl-nav .owl-prev.active {
    background: #ddd; }
  @media only screen and (min-width: 75em) {
    .sw09-carousel .owl-nav {
      position: absolute;
      top: -3.75rem;
      right: 0; } }
  @media only screen and (min-width: 37.5em) {
    .sw09-carousel .owl-nav {
      margin: 0px;
      text-align: center; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.fprlv02 .fa-map-marker-alt {
  color: #ffd400;
  font-size: 2.97em;
  display: inline-block !important;
  vertical-align: middle;
  text-shadow: 2px 2px 2px #1d1d1d; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.pkg2 {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 3.12rem 0.9rem;
  text-align: center;
  margin-top: 1.87rem;
  color: #1d1d1d;
  perspective: 43.75rem;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  background-color: #ccc; }
  @media only screen and (max-width: 37.5em) {
  .pkg2 {
    margin-bottom: 3.12rem; } }
  @media only screen and (max-width: 75em) {
  .pkg2 {
    margin-bottom: 1.87rem; } }
  .pkg2.active, .pkg2:hover {
    background-color: #ffd400;
    color: #1d1d1d; }
  .pkg2::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffd400;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transform: rotateY(70deg);
    transition: all 0.3s ease-in-out 0s; }
  .pkg2:hover:after {
    opacity: 1;
    transform: rotateY(0deg); }
  .pkg2 .icon {
    width: 4.3rem;
    height: 4.3rem;
    line-height: 4.3rem;
    border-radius: 50%;
    background: #ffd400;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    font-size: 1.5rem;
    color: #1d1d1d;
    position: absolute;
    top: -2.12rem;
    left: 0;
    right: 0; }
    .pkg2 .icon:hover, .pkg2 .icon:focus {
      background: #ccc;
      color: #1d1d1d; }
  .pkg2.active .icon {
    background: #ccc;
    color: #1d1d1d; }
    .pkg2.active .icon:hover, .pkg2.active .icon:focus {
      background: #ffd400;
      color: #1d1d1d; }
  .pkg2:hover .icon, .pkg2:focus .icon {
    background: #ccc;
    color: #1d1d1d; }
  .pkg2.active:hover .icon, .pkg2.active:focus .icon {
    background: #ffd400;
    color: #1d1d1d; }
  .pkg2-duration {
    font-size: 0.9rem; }
  .pkg2.active:hover {
    color: #1d1d1d;
    background-color: #fff;
    background: #fff; }
    .pkg2.active:hover .price-value {
      border-bottom: 5px solid #ffd400; }
    .pkg2.active:hover .pkg2-signup {
      background: #ffd400;
      color: #1d1d1d; }
  .pkg2 .pkg2-header {
    margin-bottom: 1.875rem; }
    .pkg2 .pkg2-content {
      list-style: none;
      padding: 0;
      margin: 0 0 1.25rem 0; }
      .pkg2 .pkg2-content li {
        font-size: 0.9rem;
        line-height: 2.5rem; }
    .pkg2 .pkg2-signup {
      display: inline-block;
      padding: 0.6rem 1.4rem;
      background: #ffd400;
      font-size: 0.9rem;
      font-weight: 600;
      color: #1d1d1d;
      text-transform: uppercase;
      position: relative;
      transition: all 0.25s ease-in-out 0s; }
      .pkg2 .pkg2-signup:before, .pkg2 .pkg2-signup:after {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        border-top: 1.12rem solid transparent;
        border-bottom: 1.12rem solid transparent;
        transition: all 0.25s ease-in-out 0s; }
  .pkg2 .title {
    display: block;
    font-size: 1.12rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0.62rem 0; }
  .pkg2 .price-value {
    display: inline-block;
    border-bottom: 5px solid #ffd400;
    font-size: 1.87rem;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s; }
  .pkg2:hover .price-value, .pkg2.active .price-value {
    border-bottom-color: #1d1d1d; }
  .pkg2:hover .pkg2-signup, .pkg2.active .pkg2-signup {
    background: #1d1d1d;
    color: #ffd400; }

.pkg2 .pkg2-signup:before, .pkg2.active:hover .pkg2-signup:before {
  left: -0.75rem;
  border-right: 0.75rem solid #ffd400; }

.pkg2 .pkg2-signup:after, .pkg2.active:hover .pkg2-signup:after {
  right: -0.75rem;
  border-left: 0.75rem solid #ffd400; }

.pkg2:hover .pkg2-signup:before, .pkg2.active .pkg2-signup:before {
  border-right-color: #1d1d1d; }

.pkg2:hover .pkg2-signup:after, .pkg2.active .pkg2-signup:after {
  border-left-color: #1d1d1d; }

.pkg2.active::after {
  background-color: #ccc; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.15;
  overflow: hidden; }
  .bg-video_content {
    height: auto;
    width: 100%;
    object-fit: cover; }
    @media only screen and (max-width: 75em) {
  .bg-video_content {
    height: 100%; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.cat-grid-item > .row {
  margin-bottom: 1em; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.fprlv04-icon {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
  padding-left: 0px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #ffd400;
  color: #1d1d1d;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 4px 4px 4px rgba(0, 0, 0, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.15), -1px -1px 0 rgba(255, 255, 255, 0.2);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.4rem; }
  .fprlv04-icon:focus, .fprlv04-icon.focus {
    color: #1d1d1d;
    background-color: #ffc700;
    border-color: #ffc700; }
  .fprlv04-icon:hover, .fprlv04-icon:active, .fprlv04-icon.active {
    color: #1d1d1d;
    background-color: #ffc700;
    border-color: #ffc700; }
  .fprlv04-icon h4 {
    margin-top: 0px; }
  .fprlv04 li:not(:last-child) {
    border-bottom: 1px dotted #2e363f;
    margin-bottom: 1.5rem; }
  .fprlv04-heading {
    color: #2e363f;
    font-style: italic;
    font-size: 0.93rem; }
  .fprlv04-heading:hover {
    text-decoration: none; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*--------------------------------------*/
/* Home Page News Carousel
 /*--------------------------------------*/
.sw07-bg {
  background-color: #f0f9ff; }

#sw07-carousel {
  padding: 0 0.62rem 1.9rem 0.62rem; }
  #sw07-carousel .carousel-control {
    /* Control buttons  */
    background: none;
    font-size: 2.01em;
    text-shadow: none;
    margin-top: 1.9rem; }
    #sw07-carousel .carousel-control.left {
      /* Previous button  */
      left: -0.75rem; }
    #sw07-carousel .carousel-control.right {
      right: -0.75rem !important; }
  #sw07-carousel .carousel-indicators {
    /* Changes the position of the indicators */
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -1.18rem; }
    #sw07-carousel .carousel-indicators li {
      /* Changes the color of the indicators */
      background: #f0f9ff; }
    #sw07-carousel .carousel-indicators .active {
      background: #00769c;
      border-color: #00769c; }
  #sw07-carousel img {
    width: 15.62rem;
    height: 6.25rem; }
/* End carousel */
.sw07-item blockquote {
  border-left: none;
  margin: 0;
  padding: 0.62rem 1.25rem; }
  .sw07-item blockquote img {
    margin-bottom: 0.62rem; }
  .sw07-item blockquote p:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    float: left;
    margin-right: 0.62rem; }

.sw07-headline:hover {
  text-decoration: none; }

.sw07-story {
  font-size: 0.875rem;
  color: #2e363f; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.panel-subscribers {
  background-color: #e1e1e1;
  color: #2e363f;
  border-radius: 0px; }

.subscriber > .input-group-addon, .subscriber > .input-group-btn {
  vertical-align: top; }
