/* Bootstrap theme customized with Pinegrow Web Editor */
/* Nothing goes below this note */
:root {
  --primary: #5FD0DF;
  --primary-dark: #D06A1B;
  --secondary: #002B49;
  --tertiary: #5C9BD2;
  --light: #A7A9AC;
  --light-blue-gray: #F7FAFC;
  --dark: #263238;
  --black: #000;
  --white: #fff;
  --transparent: rgba(0, 0, 0, 0);
  --gray-light: #DEDEDE;
  --gray-med: #90A4AE;
  --gray-med-dark: #495057;
  --gray-dark: #212529;
  --border-radius: 1.25rem;
  --border-radius-sm: 1.25rem;
  --border-radius-lg: 5rem;
  --font-family-sans-serif: "Raleway", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* Create Guetenburg Color Options
--------------------------------------------- */
.has-primary-color {
  color: #5FD0DF; }

.has-primary-background-color {
  background-color: #5FD0DF; }

.has-primary-dark-color {
  color: #D06A1B; }

.has-primary-dark-background-color {
  background-color: #D06A1B; }

.has-secondary-color {
  color: #002B49; }

.has-secondary-background-color {
  background-color: #002B49; }

.has-tertiary-color {
  color: #5C9BD2; }

.has-tertiary-background-color {
  background-color: #5C9BD2; }

.has-light-color {
  color: #A7A9AC; }

.has-light-background-color {
  background-color: #A7A9AC; }

.has-light-blue-gray-color {
  color: #F7FAFC; }

.has-light-blue-gray-background-color {
  background-color: #F7FAFC; }

.has-dark-color {
  color: #263238; }

.has-dark-background-color {
  background-color: #263238; }

.has-black-color {
  color: #000; }

.has-black-background-color {
  background-color: #000; }

.has-white-color {
  color: #fff; }

.has-white-background-color {
  background-color: #fff; }

.has-transparent-color {
  color: rgba(0, 0, 0, 0); }

.has-transparent-background-color {
  background-color: rgba(0, 0, 0, 0); }

.has-gray-light-color {
  color: #DEDEDE; }

.has-gray-light-background-color {
  background-color: #DEDEDE; }

.has-gray-med-color {
  color: #90A4AE; }

.has-gray-med-background-color {
  background-color: #90A4AE; }

.has-gray-med-dark-color {
  color: #495057; }

.has-gray-med-dark-background-color {
  background-color: #495057; }

.has-gray-dark-color {
  color: #212529; }

.has-gray-dark-background-color {
  background-color: #212529; }

h1 {
  margin-bottom: 1.5rem; }

h2 {
  margin-bottom: 1.25rem; }

@media (max-width: 576px) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.5rem; } }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* Global Variables and JR SCSS ONLY - Custom theme CSS goes in theme.scss */
@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }

.a_jr_pad_sm {
  padding: 1rem 0; }
  @media (min-width: 576px) {
    .a_jr_pad_sm {
      padding: 1.25rem 0; } }
  @media (min-width: 768px) {
    .a_jr_pad_sm {
      padding: 1.5rem 0; } }
  @media (min-width: 992px) {
    .a_jr_pad_sm {
      padding: 1.75rem 0; } }

.a_jr_pad_md {
  padding: 2rem 0; }
  @media (min-width: 576px) {
    .a_jr_pad_md {
      padding: 2.25rem 0; } }
  @media (min-width: 768px) {
    .a_jr_pad_md {
      padding: 2.5rem 0; } }
  @media (min-width: 992px) {
    .a_jr_pad_md {
      padding: 2.75rem 0; } }

.a_jr_pad_lg {
  padding: 3rem 0; }
  @media (min-width: 576px) {
    .a_jr_pad_lg {
      padding: 3.25rem 0; } }
  @media (min-width: 768px) {
    .a_jr_pad_lg {
      padding: 3.5rem 0; } }
  @media (min-width: 992px) {
    .a_jr_pad_lg {
      padding: 3.75rem 0; } }

.content-area {
  display: block;
  width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

aside {
  padding-bottom: 10px;
  padding-top: 10px; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.site {
  word-wrap: break-word; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .wp-block-image .alignleft {
    display: table;
    float: left;
    margin-right: 1.5em; }
    @media (max-width: 768px) {
      .wp-block-image .alignleft {
        float: none;
        margin: 1rem auto; } }
  .wp-block-image .alignright {
    display: table;
    float: right;
    margin-left: 1.5em; }
    @media (max-width: 768px) {
      .wp-block-image .alignright {
        float: none;
        margin: 1rem auto; } }
  .wp-block-image .aligncenter {
    text-align: center;
    margin: 0 auto; }

.entry-footer span {
  padding-right: 10px; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

article figure {
  margin: 0px; }

article figure.wp-block-table {
  width: 100%; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote,
blockquote.has-text-align-left {
  margin: .5rem 0 1.5rem 1.5rem;
  padding: .5rem 0 .5rem 1.5rem;
  border-left: 3px solid #5FD0DF;
  overflow: hidden; }
  blockquote p:last-of-type,
  blockquote.has-text-align-left p:last-of-type {
    margin-bottom: 0; }

blockquote.has-text-align-right {
  margin: .5rem 1.5rem 1.5rem 0;
  padding: .5rem 1.5rem .5rem 0;
  border-right: 3px solid #5FD0DF;
  border-left: none; }

blockquote.has-text-align-center {
  border: none;
  margin: .5rem 1.5rem 1.5rem 1.5rem; }

.wp-block-table {
  display: table;
  width: 100%; }
  .wp-block-table th {
    padding: 4px 4px;
    text-align: left; }
  .wp-block-table td {
    margin: 0;
    padding: 15px;
    border: 1px solid #989696; }

.jr-clear {
  clear: both; }

#TB_window {
  padding-bottom: 15px; }
  #comments label:not(label.wp-comment-cookies-consent) {
    width: 100%; }
  #comments input,
  #comments area {
    border: 1px solid #263238; }
  #comments input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px 40px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000;
    border: 3px solid #5FD0DF;
    min-width: 100%; }
    #comments input[type="submit"]:hover {
      background-color: #002B49; }
  #comments .comment-form-comment textarea {
    width: 100%; }
  #comments .comment-form-email,
  #comments .comment-form-author {
    width: 50%;
    float: left; }
  .widget-area .widget {
    list-style-type: none;
    margin-bottom: 1.5em; }
  .widget-area .widget_ul_outer {
    padding: .5rem; }
  .widget-area .widget ul li {
    margin-bottom: 5px; }
  .widget-area .widget li {
    list-style-type: none; }
  .widget-area .widget ul {
    padding-left: 0; }

aside .widget_search {
  margin-bottom: 1rem; }

.aligncenter {
  text-align: center; }
  .woocommerce .woocommerce-column--1, .woocommerce .woocommerce-column--2 {
    max-width: 100% !important; }
  .woocommerce .quantity .qty {
    border-radius: .75rem;
    font-size: 20px;
    margin-right: 1rem; }
  .woocommerce button.button.alt,
  .woocommerce a.button.alt {
    color: #ffffff;
    background-color: #5FD0DF;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: .75rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .woocommerce button.button.alt:hover,
    .woocommerce a.button.alt:hover {
      background-color: #002B49; }
  .woocommerce .woocommerce-breadcrumb {
    margin: 1em auto; }
  .woocommerce .woocommerce-result-count {
    width: 50%;
    float: left; }
  .woocommerce .woocommerce-products-header__title page-title {
    margin-bottom: 25px; }
  .woocommerce .woocommerce-product-gallery figure {
    max-width: initial; }
    .woocommerce.archive .product mark, .woocommerce #single_woo .related .product mark {
      display: none; }
    .woocommerce.archive .product h2, .woocommerce #single_woo .related .product h2 {
      font-size: 20px;
      font-weight: bold;
      display: block;
      padding-top: 15px;
      margin: .5rem 0 0 0;
      padding: 10px 5px;
      text-align: center; }
      @media (min-width: 768px) {
        .woocommerce.archive .product h2, .woocommerce #single_woo .related .product h2 {
          text-align: left; } }
    .woocommerce.archive .product span.price, .woocommerce #single_woo .related .product span.price {
      display: block;
      width: 100%;
      padding-bottom: 15px;
      text-align: center;
      color: #2E2E2E; }
      @media (min-width: 768px) {
        .woocommerce.archive .product span.price, .woocommerce #single_woo .related .product span.price {
          text-align: left; } }
    .woocommerce.archive .product a, .woocommerce #single_woo .related .product a {
      color: #2E2E2E;
      text-decoration: none; }
      .woocommerce.archive .product a img, .woocommerce #single_woo .related .product a img {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.33);
                box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.33);
        padding: 2rem .5rem; }
    .woocommerce.archive .product a.button, .woocommerce #single_woo .related .product a.button {
      margin-bottom: 15px;
      padding: 1rem 0.5rem;
      border-radius: .75rem;
      border: 4px #5FD0DF solid;
      font-weight: bold;
      min-width: 290px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-size: 16px;
      background-color: #fff;
      text-align: center;
      color: #5FD0DF; }
      .woocommerce.archive .product a.button:hover, .woocommerce #single_woo .related .product a.button:hover {
        text-decoration: none;
        background: #5FD0DF;
        color: #fff; }
    .woocommerce.archive .product span.onsale, .woocommerce #single_woo .related .product span.onsale {
      background-color: #2d9004;
      border-radius: 0px;
      font-weight: 400;
      text-transform: uppercase; }
  .woocommerce #single_woo .related h2:first-of-type {
    text-transform: capitalize; }
  .woocommerce .woocommerce-pagination {
    margin-top: 30px; }
    .woocommerce .woocommerce-checkout label,
    .woocommerce .woocommerce-checkout input,
    .woocommerce .woocommerce-checkout span.woocommerce-input-wrapper {
      display: block;
      width: 100%; }
    .woocommerce .woocommerce-checkout input[type="radio"],
    .woocommerce .woocommerce-checkout input[type="checkbox"] {
      width: 20px !important;
      float: left;
      margin-top: 10px !important; }
    .woocommerce .woocommerce-checkout span input {
      border: 1px solid #ced4da;
      border-radius: 5px;
      padding: 5px; }
    .woocommerce .woocommerce-checkout #order_review_heading {
      clear: both; }
    .woocommerce .woocommerce-checkout .create-account label, .woocommerce .woocommerce-checkout .create-account #createaccount {
      width: inherit; }
    .woocommerce .woocommerce-checkout .col-1, .woocommerce .woocommerce-checkout .col-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
      float: left; }
    .woocommerce .woocommerce-MyAccount-navigation ul {
      padding: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .woocommerce .woocommerce-MyAccount-navigation ul li {
        list-style: none; }
        .woocommerce .woocommerce-MyAccount-navigation ul li a {
          display: block;
          width: 100%;
          padding: 15px;
          text-transform: uppercase;
          font-weight: 300; }
  .woocommerce .widget-area {
    padding-top: 40px; }
  .woocommerce .widget-area .widget {
    margin-bottom: 25px; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #5FD0DF; }
    .gform_wrapper.gravity-theme .gform_body textarea,
    .gform_wrapper.gravity-theme .gform_body select,
    .gform_wrapper.gravity-theme .gform_body input[type] {
      border-radius: 0;
      padding: 1rem; }
    .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
      color: #ffffff;
      outline: none;
      border: 0px;
      background-color: #002B49;
      padding: 1rem 1.75rem;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-radius: 5rem; }
      .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
        background: #004062;
        color: #fff; }

/* *  Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
  .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* * 	Owl Carousel - Lazy Load Plugin */
  .owl-carousel .owl-item {
    /* *
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts */ }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      -webkit-transition: opacity 400ms ease;
      -o-transition: opacity 400ms ease;
      transition: opacity 400ms ease; }
    .owl-carousel .owl-item .owl-lazy[src^=""],
    .owl-carousel .owl-item .owl-lazy:not([src]) {
      max-height: 0; }
    .owl-carousel .owl-item img.owl-lazy {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }

/* * 	Owl Carousel - Video Plugin */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px; }
      .owl-theme .owl-nav [class*='owl-']:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none; }
    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        border-radius: 30px; }
        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
          background: #869791; }

.green_none {
  visibility: hidden; }

.gray_light_b {
  background-color: #DEDEDE; }

.gray_med_b {
  background-color: #90A4AE; }

.gray_med_dark_b {
  background-color: #495057; }

.gray_dark_b {
  background-color: #212529; }

.green_none {
  visibility: hidden; }

.faq_wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .faq_wrapper .faq_q .v_plus {
    width: 2.25px;
    height: 18px;
    background-color: #002B49;
    position: absolute; }
  .faq_wrapper .faq_q .h_plus {
    width: 18px;
    height: 2.25px;
    position: absolute;
    background-color: #002B49; }
  .faq_wrapper .faq_q .plus_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: #fff; }
  .faq_wrapper .faq_q:hover .pm_icons {
    background-color: #000;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .faq_wrapper .faq_q:hover {
    color: #263238;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .faq_wrapper .faq_q.active {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .faq_wrapper .faq_q.active .v_plus {
      opacity: 0; }
  .faq_wrapper .faq_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .75rem 1.5rem;
    cursor: pointer;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #DEDEDE; }
  .faq_wrapper .faq_q span {
    color: #263238;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold; }
  .faq_wrapper .faq_q:hover span {
    color: #000; }
  .faq_wrapper .icon {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 4rem; }
  .faq_wrapper .faq_a {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    height: 0; }
  .faq_wrapper .faq_a .inner {
    padding: 2rem 1.5rem; }
    .faq_wrapper .faq_a .inner .row {
      margin-bottom: 1rem; }
  .faq_wrapper .faqs_list {
    margin-bottom: 2px; }
  .faq_wrapper .faq_swipe {
    /* border-right: 10px solid $primary; */
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0; }

.jr_col_card {
  margin-bottom: 1rem;
  margin-top: 0.5rem; }

.jr_card {
  border-radius: 1.25rem;
  border: 1px solid #dee2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden; }
  .jr_card .icon_circle {
    border-radius: 50%;
    background-color: #5C9BD2;
    padding: 1.25rem;
    margin-top: 1rem; }
  .jr_card .icon_wrapper i {
    font-size: 3rem;
    color: #002B49; }
  .jr_card .inner_wrapper {
    padding: 0 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%; }
  .jr_card .read_m i {
    margin-left: .25rem;
    top: 1px;
    position: relative; }
  .jr_card .sub_title_wrapper {
    font-weight: lighter;
    margin-bottom: 1rem; }
  .jr_card .center_wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .jr_card .icon_wrapper {
    margin-bottom: 1rem; }

.site {
  overflow: hidden;
  /* Make sure embeds and iframes fit their containers. */ }
  .site a.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0px; }
  .site #site_content #content:focus {
    outline: none; }
  .site embed,
  .site iframe,
  .site object {
    max-width: 100%; }

footer.jr_footer {
  margin-top: 1.5rem; }

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px; }
  .gform_body ul {
    padding: 0px; }
    .gform_body ul li {
      list-style: none;
      margin-bottom: 15px; }
      .gform_body ul li input {
        display: block;
        width: 100%; }
      .gform_body ul li label {
        margin: 0px; }
      .gform_body ul li textarea {
        display: block;
        width: 100%;
        max-height: 130px; }
      .gform_body ul li .ginput_container_name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .gform_body ul li .ginput_container_name span {
          width: 50%; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: keep-all; }
  .gform_footer input[type="submit"] {
    color: #ffffff;
    outline: none;
    border: 0px;
    background-color: #5FD0DF;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .gform_footer input[type="submit"]:hover {
      background-color: #002B49; }

#page #primary {
  margin-top: 1em; }

.jr_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.blog_left_image {
  margin-bottom: 1.5em;
  margin-right: 1em;
  float: left; }

#jumbotron_wrapper {
  border-bottom: 1px solid; }
  #jumbotron_wrapper h1 {
    margin-bottom: 0; }

#search_box {
  margin-bottom: 2rem; }

.our_state_locations {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.about_our_location {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.gray_back_section {
  background-color: #DEDEDE;
  padding-top: 3rem;
  padding-bottom: 3rem; }

#jr_head_logo {
  max-height: 100px; }
  @media (max-width: 991px) {
    #jr_head_logo {
      display: none; } }

#top-header {
  background: #002B49;
  padding: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #top-header a {
    color: #fff; }
    #top-header a:hover {
      text-decoration: none; }
  #top-header .middle {
    font-weight: bold; }
  @media (max-width: 575px) {
    #top-header {
      display: none; } }

#jr-header .nav-link {
  color: #263238;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  margin-right: 1rem; }
  #jr-header .nav-link:hover {
    color: #002B49; }
  #jr-header .nav-link:hover:after {
    display: inline-block;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg); }

#jr-header .menu-item-has-children .nav-link:after {
  content: "\f078";
  padding: 3px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-family: "Font Awesome 5 Pro";
  border: none; }

a.btn-outline-secondary {
  border: 2px solid #002B49;
  color: #002B49;
  font-weight: bold;
  padding: 10px 35px; }
  a.btn-outline-secondary:hover {
    background-color: #002B49;
    color: #fff; }

.btn {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold; }

@media (min-width: 576px) {
  #sign-in {
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dropdown-toggle:after {
    content: "\f078";
    padding: 3px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: "Font Awesome 5 Pro";
    border: none; }
  .dropdown-toggle:hover:after {
    display: inline-block;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg); }
  #wrapper-navbar .navbar-nav .menu-item:last-child .dropdown-menu {
    right: 0;
    left: auto; }
  footer p {
    font-size: 14px; }
  footer #logo {
    max-width: 267px;
    margin-bottom: 2rem; }
  footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem; }
    footer .social img,
    footer .social .fab {
      margin-right: 1rem; }
  footer .equal {
    color: #263238;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 2rem; }
    footer .equal img {
      margin-right: 1rem; }
    footer .equal p {
      margin-bottom: 0; }
  footer .footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .footer-buttons a {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      margin-bottom: 1rem;
      min-width: 174px; }
    @media (max-width: 767px) {
      footer .footer-buttons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 1rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  footer #hover-links {
    padding-left: 0.5rem;
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer #hover-links .right {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    footer #hover-links .nav-item {
      border-bottom: none;
      margin-bottom: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    @media (min-width: 768px) {
      footer #hover-links .left {
        margin-right: 2rem; }
      footer #hover-links .right {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (max-width: 767px) {
      footer #hover-links {
        margin-bottom: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        footer #hover-links .left {
          margin-bottom: 1rem; }
        footer #hover-links .vertical-tabs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
        footer #hover-links .nav-item {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }

.equal {
  color: #263238;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 2rem; }
  .equal img {
    margin-right: 1rem;
    max-height: 80px; }
  .equal p {
    margin-bottom: 0; }

a.btn-primary {
  border: 2px solid #5FD0DF;
  color: #fff;
  font-weight: bold; }
  a.btn-primary:hover {
    color: #fff; }

#blue-swirl-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #blue-swirl-hero .white-bg {
    background-color: #fff;
    border-radius: 1.25rem;
    padding-top: 3.375rem;
    padding-bottom: 3.5rem;
    padding-left: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #blue-swirl-hero h4,
  #blue-swirl-hero .h4 {
    margin-bottom: 1.25rem; }
  #blue-swirl-hero p {
    color: #263238; }
  #blue-swirl-hero .img-col img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    max-height: 500px;
    -webkit-box-shadow: 0px 56px 120px rgba(0, 0, 0, 0.33);
            box-shadow: 0px 56px 120px rgba(0, 0, 0, 0.33);
    background-color: #fff; }
    @media (max-width: 767px) {
      #blue-swirl-hero .img-col img {
        margin-top: 2rem; } }

h1,
.h1 {
  font-weight: bold;
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    h1,
    .h1 {
      font-size: 1.875rem; } }

h3,
.h3 {
  font-size: 1.75rem; }
  @media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 1.25rem; } }

@media (min-width: 768px) {
  .page-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

.page-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

h2,
.h2 {
  margin-bottom: 1.875rem;
  font-weight: bold; }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 1.5rem; } }

#blue-rectangles {
  color: #fff; }
  #blue-rectangles #left-blue {
    background-color: #002B49;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
  #blue-rectangles #left-blue,
  #blue-rectangles #right-blue {
    min-height: 100%; }
    #blue-rectangles #left-blue null,
    #blue-rectangles #right-blue null {
      max-width: 60%;
      margin: 0 auto; }
  #blue-rectangles #right-blue {
    background-color: #5C9BD2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    text-align: center;
    min-height: 100%; }
  #blue-rectangles .row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  #blue-rectangles .h1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

a.btn-outline-white {
  border: 2px solid #fff;
  padding: 10px 50px;
  border-radius: 5rem;
  color: #fff; }
  a.btn-outline-white:hover {
    color: #002B49;
    background-color: #fff; }
  .full-width-images .third {
    width: 100%; }
    .full-width-images .third img {
      width: 100%; }
  @media (min-width: 768px) {
    .full-width-images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .full-width-images .third {
        width: 33.33%; }
        .full-width-images .third img {
          width: 100%; } }

.bg-light-blue {
  background-color: #F7FAFC; }

.img-wrapper {
  position: relative;
  width: 100%; }
  .img-wrapper img {
    bottom: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px; }
    @media (max-width: 991px) {
      .img-wrapper img {
        margin-top: 1rem;
        margin-bottom: 2rem; } }

#resource-list {
  border-top: 1px solid #90A4AE;
  padding-bottom: 2rem; }
  #resource-list .inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #90A4AE; }
    #resource-list .inner h4 {
      color: #263238;
      font-weight: bold;
      margin-bottom: 1.25rem; }
    #resource-list .inner p {
      color: #263238;
      margin-bottom: 1.25rem; }

a.btn-secondary {
  border: 2px solid #002B49;
  color: #fff !important; }
  a.btn-secondary:hover {
    background-color: #5C9BD2;
    color: #fff;
    border: 2px solid #5C9BD2; }

.disclaimer {
  font-size: 12px;
  line-height: 20px; }

#key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #key .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem; }
  #key .square {
    height: 25px;
    width: 25px;
    margin-right: 0.5rem;
    border-radius: 5px; }
  #key .text {
    font-weight: bold;
    font-size: 14px;
    color: #263238; }
  #key #orange {
    background-color: #5FD0DF; }
  #key #blue {
    background-color: #002B49; }
  #key #gray {
    background-color: #DFE7EB; }
  #key #white {
    border: 1px solid #90A4AE; }

@media (min-width: 992px) {
  .mw-75 {
    max-width: 75%; } }
  .blog-card img {
    margin-bottom: 1.5rem;
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover; }
  .blog-card a {
    font-weight: bold; }
    .blog-card a:hover {
      color: #5C9BD2;
      text-decoration: none; }

#testimonial-slider {
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #testimonial-slider .inner {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center; }
    @media (max-width: 768px) {
      #testimonial-slider .inner {
        margin-bottom: 1rem; } }
    #testimonial-slider .inner strong,
    #testimonial-slider .inner span {
      color: #263238; }
    #testimonial-slider .inner .testDate {
      display: block;
      color: #002B49;
      font-weight: bold;
      padding-top: 1rem; }

#slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem; }
  @media (max-width: 576px) {
    #slider-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .right-arrow img,
  .left-arrow img {
    height: 50px;
    width: 50px; }
  @media (max-width: 576px) {
    .right-arrow,
    .left-arrow {
      margin: 0 .25rem 1rem .25rem; } }

#arrow_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#ready-cta {
  background-color: #5FD0DF;
  color: #fff; }
  #ready-cta p {
    font-size: 16px; }
    @media (max-width: 768px) {
      #ready-cta p {
        margin-bottom: 2rem; } }
  #ready-cta .btn {
    width: 75%; }
  @media (max-width: 767px) {
    #ready-cta {
      text-align: center; } }

@media (min-width: 992px) {
  #perks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #perks .inner {
      width: 50%;
      padding-right: 2rem; }
    #perks h3 {
      font-weight: bold; } }

#blue-swirl-cta {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }

.bg-white-shadow {
  background-color: #fff;
  border-radius: 1.25rem;
  padding-top: 3.375rem;
  padding-bottom: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 100%; }
  @media (max-width: 992px) {
    .bg-white-shadow {
      padding-top: 1.375rem;
      padding-bottom: 1.5rem;
      padding-left: 1.5rem;
      margin-top: 3rem; } }

.bold-32 {
  font-weight: bold;
  font-size: 32px;
  font-family: 'Rubik'; }

.box-shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }

.white-hr {
  height: 1px;
  background-color: #fff; }

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .contact-row .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-row .h3-wrap {
    border-bottom: 1px solid #90A4AE;
    margin-bottom: 1rem; }

#options h3 {
  color: #263238;
  border-bottom: 1px solid #90A4AE;
  padding-bottom: 0.75rem; }

.rate_table {
  margin-top: 2rem;
  width: 100%;
  margin-bottom: 2rem; }
  .rate_table th.large {
    width: 50%; }
  .rate_table tr {
    border-bottom: 1px solid #90A4AE; }
  .rate_table th {
    padding-bottom: 0.5rem;
    color: #263238;
    font-weight: bold;
    font-size: 20px; }
  .rate_table td {
    color: #002B49;
    padding-top: 1rem;
    padding-bottom: 0.5rem; }

.vertical-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: none; }
  .vertical-tabs .active {
    border-radius: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #002B49 !important; }
  .vertical-tabs .nav-item {
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 1px solid #90A4AE;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .vertical-tabs .nav-link {
    padding-left: 0;
    color: #263238;
    padding-bottom: 1rem;
    border-color: #fff !important; }
    .vertical-tabs .nav-link:hover {
      color: #002B49;
      border: 1px solid transparent; }
    @media (max-width: 767px) {
      .vertical-tabs .nav-link {
        padding-bottom: 0.5rem; } }
  .vertical-tabs .h3 {
    margin-bottom: 0;
    font-weight: bold; }

.vertical-content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%; }
  .vertical-content .tab-pane {
    background-color: #002B49;
    padding: 2rem;
    border-radius: 1.25rem;
    color: #fff;
    height: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .vertical-content .tab-pane h3 {
      font-weight: bold; }

#blue-cta {
  color: #fff; }
  #blue-cta select {
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    background-color: #002B49;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: normal;
    outline: none;
    vertical-align: middle;
    font-size: 24px;
    font-family: 'Rubik';
    height: 50px;
    width: 100%;
    border-radius: 0; }
    #blue-cta select option {
      background-color: #fff;
      color: #002B49; }
  #blue-cta .h2 {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #blue-cta {
      text-align: center; }
      #blue-cta .h2 {
        margin-bottom: 1rem; }
      #blue-cta select {
        margin: 0 auto; }
      #blue-cta #button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }

a.btn-white {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5rem;
  color: #002B49; }
  a.btn-white:hover {
    background-color: #002B49;
    color: #fff; }

a.btn-white-lg {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5rem;
  color: #5FD0DF; }
  a.btn-white-lg:hover {
    background-color: #5FD0DF;
    color: #fff; }

@media (min-width: 992px) {
  .img-wrapper {
    width: 150%;
    height: 100%;
    right: 55%; } }

@media (min-width: 992px) {
  .right-img-wrapper {
    left: 5%; } }

.extend-wrapper {
  position: relative; }

@media (min-width: 768px) {
  .extend-wrapper {
    width: 100%;
    height: 100%; }
    .extend-wrapper img {
      height: 100%;
      width: 100%; } }

@media (max-width: 767px) {
  .extend-wrapper {
    padding-top: 2rem;
    max-height: 400px; }
  .extend-wrapper img {
    max-height: 100%; } }

#perks .inner {
  color: #263238;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

@media (max-width: 767px) {
  #perks {
    padding-top: 2rem; } }

.find_a_loan_wrapper {
  color: #263238; }
  @media (min-width: 992px) {
    img.extend {
      margin-top: -25%;
      margin-bottom: -35%;
      min-width: 100%;
      min-height: 500px; } }

#why-choose #left p {
  margin-bottom: 2.5rem;
  color: #263238; }

.popover {
  border-radius: .5rem;
  text-align: center; }
  .popover .popover-header {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
    width: 100%;
    text-align: center; }
  .popover .arrow {
    margin: 0 !important; }

.has_location {
  fill: #002B49 !important;
  -webkit-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease; }

.has_location:hover {
  opacity: .8;
  cursor: pointer; }

.fill_license {
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: #dfe7eb !important; }

.fill_license:hover {
  fill: #edf2f4 !important; }
  .officer-wrapper .bio-image {
    height: 375px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-bottom: 1rem;
    border-radius: 1.25rem; }
  @media (min-width: 768px) {
    .officer-wrapper .bio-image {
      height: 425px; } }
  .officer-wrapper .loc-image {
    height: 260px;
    border-radius: 1.25rem;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden; }
    .officer-wrapper .loc-image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .officer-wrapper .name {
    font-weight: bold;
    color: #002B49;
    font-size: 20px;
    margin-bottom: 0.5rem; }
    .officer-wrapper .name a {
      font-weight: bold;
      color: #002B49;
      font-size: 20px;
      margin-bottom: 0.5rem; }
  .officer-wrapper .title {
    color: #263238;
    margin-bottom: 0.5rem; }
  .officer-wrapper .located_in_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #263238;
    margin-bottom: 1rem; }
    .officer-wrapper .located_in_wrapper .icon {
      color: #5FD0DF;
      background-color: #F7FAFC;
      padding: 0.5rem;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .officer-wrapper .located_in_wrapper .icon-img {
      margin-right: 1rem;
      height: 40px; }
  .officer-wrapper .nmls_officer {
    font-weight: bold;
    color: #263238;
    margin-bottom: 1.25rem; }
  .officer-wrapper .btn {
    width: 100%; }

.jr_col {
  margin-bottom: 2rem; }

.hero-links {
  color: #263238; }
    @media (min-width: 768px) {
      .hero-links .top,
      .hero-links .bottom,
      .hero-links .middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 1rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .hero-links .inner {
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .hero-links .bottom .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .hero-links .bottom img {
      height: 50px;
      width: 50px;
      margin-right: 0.5rem; }

.bold-20 {
  font-weight: bolder;
  font-size: 20px; }

#blogs {
  color: #263238; }

#option-row a {
  font-size: 24px;
  font-weight: bold;
  color: #263238;
  border-bottom: 1px solid #90A4AE;
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  display: block; }
  #option-row a:hover {
    color: #002B49;
    text-decoration: none; }

#option-row {
  padding-left: 15px;
  padding-right: 15px; }
  #option-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  #option-row li {
    display: block;
    width: 100%;
    list-style-type: none; }
    @media (min-width: 768px) {
      #option-row li {
        width: 45%; } }
  .contact-form input[type=submit] {
    background-color: #002B49;
    border: none !important;
    color: #ffffff;
    width: 50% !important;
    margin: 0 auto !important;
    text-transform: none !important;
    font-size: 16px !important;
    border-radius: 250px;
    height: 50px !important; }
    .contact-form input[type=submit]:hover {
      background-color: #5C9BD2;
      border: none !important; }
  .contact-form .gform_wrapper li.hidden_label input {
    margin-top: 0 !important; }
  .contact-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
  .contact-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0 !important; }
  .contact-form input[type=text] {
    background-color: #FFFFFF !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 16px !important;
    color: #262729;
    height: 50px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #262729 !important; }
    .contact-form input[type=text]:focus {
      outline: none !important; }
  .contact-form textarea {
    background-color: #FFFFFF !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 16px !important;
    color: #262729;
    height: 50px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #262729 !important; }
    .contact-form textarea:focus {
      outline: none !important; }
  .contact-form select {
    background-color: #FFFFFF !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 16px !important;
    color: #262729 !important;
    height: 50px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #262729 !important; }
    .contact-form select:focus {
      outline: none !important; }
  .contact-form li {
    padding-right: 0px !important;
    margin-bottom: 0 !important; }
  .contact-form .gform_footer {
    text-align: center; }
  .contact-form ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .contact-form ::-webkit-input-placeholder {
    color: #262729 !important; }
  .contact-form :-ms-input-placeholder {
    color: #262729 !important; }
  .contact-form ::-ms-input-placeholder {
    color: #262729 !important; }
  .contact-form ::placeholder {
    color: #262729 !important; }
  .branch_mngr .name {
    font-size: 40px;
    font-weight: bold;
    color: #263238; }
  .branch_mngr img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.25rem;
    max-height: 320px; }

.map-col .js-wpv-addon-maps-render-map-1 {
  border-radius: 1.25rem; }

#featured-resources {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #263238; }
  #featured-resources h3 {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #90A4AE;
    font-weight: bold; }
  #featured-resources a {
    color: #002B49;
    font-weight: bold;
    font-size: 14px; }

.content-container .fancy_pin {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.content-container .fancy_pin img {
  position: absolute;
  top: 0;
  left: 0; }

#single-wrapper #social {
  border-bottom: 2px solid #D5DDE0;
  margin-bottom: 3rem;
  padding: 1rem 0; }
  #single-wrapper #social a {
    margin-right: 1rem;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

#single-wrapper .entry-content {
  color: #263238; }

#single-wrapper #right-sidebar {
  background-color: #F7FAFC;
  color: #263238; }
  #single-wrapper #right-sidebar .widget_recent_entries a {
    color: #002B49;
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0; }
  #single-wrapper #right-sidebar .widget_ul_outer .widgettitle {
    padding-bottom: 1rem; }
  #single-wrapper #right-sidebar .widget_ul_outer li:first-child .widgettitle {
    border-bottom: 2px solid #D5DDE0; }
  #single-wrapper #right-sidebar h3 {
    font-weight: bold; }
  #single-wrapper #right-sidebar a {
    display: block;
    font-size: 20px;
    border-bottom: 2px solid #D5DDE0;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    color: #263238; }
  #single-wrapper #posts a {
    font-style: italic;
    margin-bottom: 0.5rem; }

.content-container #col_right {
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
  position: relative; }

.content-container .contentMarker {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-container #col_left_gifs {
  background-color: #fff;
  z-index: 2;
  position: relative; }
  @media (min-width: 768px) {
    #blue-cta .col-md-8 {
      padding-right: 3rem; } }

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 8% 0 0 !important; }
  #calculator .mcalc .mcalc-main {
    color: #263238; }
  #calculator label {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    font-family: "Rubik";
    margin-bottom: 20px; }
  #calculator input,
  #calculator select,
  #calculator .mcalc-percent {
    font-size: 24px !important;
    line-height: 34px !important;
    font-family: "Rubik" !important;
    font-weight: 400; }
  #calculator .mcalc input[type=email] {
    background: #ffffff !important;
    border-radius: 250px 0 0 250px !important;
    padding: 1.5rem !important;
    height: 50px;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: bold !important;
    color: #002B49 !important;
    font-family: "Raleway" !important; }
  #calculator ::-webkit-input-placeholder {
    color: #002B49 !important; }
  #calculator :-ms-input-placeholder {
    color: #002B49 !important; }
  #calculator ::-ms-input-placeholder {
    color: #002B49 !important; }
  #calculator ::placeholder {
    color: #002B49 !important; }
  #calculator .mcalc .mcwp-submit {
    border-radius: 0 250px 250px 0 !important;
    height: 50px;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: bold !important;
    color: #fff !important;
    font-family: "Raleway" !important; }
  #calculator .mcalc i {
    color: #263238 !important; }
    #calculator .mcalc-results p,
    #calculator .mcalc-results strong {
      font-size: 24px !important;
      line-height: 34px !important;
      font-weight: bold !important;
      margin-bottom: 30px; }
    #calculator .mcalc-results h3 {
      color: #ffffff !important;
      font-weight: 400 !important;
      text-transform: none !important;
      letter-spacing: 0px !important;
      font-size: 24px !important; }
  @media (max-width: 767px) {
    #calculator .mcalc .mcwp-submit {
      border-radius: 250px !important; }
    #calculator .mcalc input[type=email] {
      border-radius: 250px !important; } }

@media (min-width: 768px) {
  .navbar li:hover > .dropdown-menu {
    display: block; } }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #002B49;
  text-decoration: none;
  background-color: #fff; }

.dropdown-item {
  color: #263238;
  text-decoration: none;
  background-color: #fff;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .dropdown-item:first-child {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem; }
  .dropdown-item:last-child {
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem; }

.dropdown-menu {
  top: 95%;
  -webkit-box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  border: 3px solid #fff;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px; }

#navbarToggler6 {
  max-width: 100%; }

#resource-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

a.text-secondary {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  a.text-secondary:hover {
    text-decoration: none;
    color: #5C9BD2; }

a.text-tertiary {
  color: #5C9BD2; }

a.text-dark {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  a.text-dark:hover {
    color: #002B49 !important;
    text-decoration: none; }

#wrapper-navbar .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 992px) {
    .footerMenuesUL ul {
      display: block;
      -webkit-column-count: 2;
              column-count: 2;
      width: 100%; } }
  .footerMenuesUL ul li {
    margin-bottom: 0.5rem; }

.dropdown-menu .nav-item {
  border-bottom: 0.5px solid #90A4AE; }
  .dropdown-menu .nav-item:last-child {
    border-bottom: none; }

@media (max-width: 767px) {
  #img-col {
    text-align: center;
    margin-top: 2rem; }
  .map_svg_wrapper {
    margin-top: 2.5rem; } }

#learn-more {
  padding-top: 4.5rem; }
  #bios #top,
  #bios #bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    #bios #top .inner-link,
    #bios #bottom .inner-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      width: 100%; }
  #bios .card {
    width: 100%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #bios .card .card-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      width: 100%; }
    @media (min-width: 576px) {
      #bios .card {
        width: 50%; } }
    @media (min-width: 768px) {
      #bios .card {
        width: 25%; } }
    #bios .card img.headshot {
      width: 100%;
      max-height: 450px;
      -o-object-fit: cover;
         object-fit: cover; }
    #bios .card .title {
      margin-bottom: 1rem;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    #bios .card a:hover {
      text-decoration: none; }
      #bios .card a[aria-expanded="true"] .name-title {
        background-color: #5C9BD2; }
        #bios .card a[aria-expanded="true"] .name-title h4 {
          color: #fff;
          font-weight: bold; }
        #bios .card a[aria-expanded="true"] .name-title .title {
          color: #fff;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        #bios .card a[aria-expanded="true"] .name-title .up {
          display: inline-block;
          visibility: visible; }
        #bios .card a[aria-expanded="true"] .name-title .down {
          display: none; }
    #bios .card .name-title {
      background-color: #F7FAFC;
      padding: 1rem;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #bios .card .name-title h4 {
        font-weight: bold;
        color: #263238; }
      #bios .card .name-title .title {
        color: #002B49;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      #bios .card .name-title .up {
        display: none;
        visibility: hidden; }
      #bios .card .name-title .down {
        display: inline-block; }
      #bios .card .name-title .up,
      #bios .card .name-title .down {
        height: 13.5px;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
  #bios .card-body {
    padding: 3rem;
    background-color: #002B49;
    color: #fff;
    width: 100%; }

.rounded {
  border-radius: 1.25rem; }
  .rounded img {
    border-radius: 1.25rem; }

.masonary_area .mason_cols .inner_wrapper {
  padding: 6rem 1rem 4rem;
  color: #fff; }

.masonary_area .mason_cols {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#mobile_jr_menu {
  background-color: rgba(0, 0, 0, 0.49);
  position: fixed;
  top: 0;
  height: 100%;
  display: none;
  width: 100%;
  z-index: 99999;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow-y: scroll; }
  #mobile_jr_menu .inner_jr_mobile {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    height: 100%; }
    #mobile_jr_menu .inner_jr_mobile .sub_mobile {
      padding-top: 1rem; }
    @media (min-width: 576px) {
      #mobile_jr_menu .inner_jr_mobile {
        width: 70%; } }
    @media (min-width: 768px) {
      #mobile_jr_menu .inner_jr_mobile {
        width: 40%; } }
  #mobile_jr_menu .inner_jr_mobile .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  #mobile_jr_menu .inner_jr_mobile .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%; }
  #mobile_jr_menu .inner_jr_mobile > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 10px; }
  #mobile_jr_menu .inner_jr_mobile li {
    list-style-type: none;
    padding: 0.5rem 10px;
    width: 100%; }
  #mobile_jr_menu .inner_jr_mobile .ubermenu-search-submit {
    background-color: #002B49;
    width: 40px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    border: none; }
  #mobile_jr_menu .inner_jr_mobile #search_mobile {
    width: 100%;
    border: 0 solid;
    background-color: #e6e6e6;
    font-size: 20px;
    padding: 4px 10px; }
  #mobile_jr_menu .inner_jr_mobile #menu_search_form_mobile {
    margin: 10px 20px 30px; }
  #mobile_jr_menu #inner_mobile_2.mobile_click {
    border-top: 1px solid #c3c3c3; }
  #mobile_jr_menu #inner_mobile_2 ul {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 10px; }
  #mobile_jr_menu .inner_jr_mobile #inner_location_ul a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #mobile_jr_menu .inner_jr_mobile #inner_location_ul a:hover {
      text-decoration: none; }
  #mobile_jr_menu #mobile_search {
    margin-bottom: .5rem; }
  #mobile_jr_menu .head_searches form {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 1.25rem; }
  #mobile_jr_menu .head_searches form > .input-group {
    position: relative; }
  #mobile_jr_menu .head_searches .input-group input#s {
    padding: .5rem .5rem .5rem 30px;
    height: 100%;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem; }
  #mobile_jr_menu .head_searches .input-group .submit.btn-primary {
    padding: .25rem .5rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem; }
  #mobile_jr_menu .input-group > .search_icon_menu {
    z-index: 2;
    position: relative;
    margin-right: -15px;
    left: 10px; }
  #mobile_jr_menu #locations_menu {
    width: 100%;
    z-index: 3;
    background-color: #002B49;
    height: 100%;
    padding: 2rem; }
  #mobile_jr_menu #locations_menu ul#inner_location_ul {
    padding-left: .5rem;
    margin-bottom: 2rem; }
  #mobile_jr_menu #locations_menu .locations_title_wrapper .location_title .rght_ions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem; }
  #mobile_jr_menu #locations_menu .locations_title_wrapper .rght_ions .img_collapsed {
    width: 12px; }
  #mobile_jr_menu #mobile_jr_inner #inner_location_ul .rght_ions .active {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  #mobile_jr_menu #mobile_jr_menu #inner_location_ul .location_title .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    -ms-flex-item-align: center;
        align-self: center; }
  #mobile_jr_menu #mobile_jr_inner #inner_location_ul .rght_ions .active {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  #mobile_jr_menu #mobile_jr_inner .inner_location_ul li .location_title {
    font-size: 1.25rem;
    color: #525252; }
  #mobile_jr_menu #mobile_jr_inner #mobile_upper_content #topper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem 1rem;
    font-size: 1.25rem;
    color: #5FD0DF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #mobile_jr_menu .location_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #mobile_jr_menu span.locations_arrow {
    width: 80px;
    background-color: #002B49;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    margin-top: -10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media (min-width: 992px) {
  .masonary_area #right {
    width: 49%;
    margin-left: 0.5rem; } }

.icon-text {
  word-break: keep-all;
  color: #263238;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  .icon-text .left {
    margin-right: 1.5rem; }
  .icon-text .right {
    width: 80%; }
  .icon-text img {
    min-width: 50px; }

.product-card {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .product-card img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1.25rem; }
  .product-card .regular-20 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-card .caption-text a {
    color: #002B49; }

.caption-text {
  font-size: 14px;
  line-height: 24px; }

.regular-20 {
  font-size: 20px;
  line-height: 30px; }

.bold-24 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px; }

.category-card {
  max-height: 100%;
  padding-bottom: 1rem; }
  .category-card img {
    position: static;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 992px) {
      .category-card img {
        height: 350px; } }
  .category-card .banner {
    background-color: #002B49;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: -25%;
    position: relative;
    z-index: 99;
    width: 100%;
    text-align: center;
    max-height: 100px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .category-card .banner {
        margin-top: -40%; } }

.category-col {
  height: 100%; }

.normal-32 {
  font-size: 32px;
  font-family: 'Rubik'; }

.gray-overlay {
  background-color: rgba(38, 39, 41, 0.35);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

.higher-z {
  z-index: 99; }
  .woo-header #logo {
    padding: 1rem; }
  .woo-header #navbarToggler6 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; }
  .woo-header #creds_av {
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    background-color: #002B49;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 3rem;
    max-width: 300px; }
    .woo-header #creds_av .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding-bottom: 0.5rem; }
    .woo-header #creds_av img {
      max-height: 40px;
      margin-left: 0.5rem; }
  .woo-header .navbar {
    padding: 0;
    height: 100%;
    width: 100%; }
  .woo-header #wrapper-navbar {
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .woocommerce a.button.alt,
  .woocommerce button.button.alt {
    border-radius: 250px;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    background-color: #002B49;
    padding: 1rem 2rem;
    border: 2px solid #002B49; }
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover {
      background-color: #fff;
      color: #002B49; }
  .woocommerce form .form-row .required {
    color: #002B49; }
  .woocommerce .attributes .cart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce .attributes .cart .attributes {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .woocommerce .attributes .cart .value select {
      border-radius: 250px;
      width: 100%;
      padding: 0.5rem;
      font-weight: bold;
      font-family: "Raleway"";
      font-size: 16px; }
      .woocommerce .attributes .cart .value select option {
        font-family: "Raleway";
        font-size: 16px; }
    .woocommerce .attributes .cart .quantity .qty {
      border-radius: 250px;
      width: 100%;
      border: 2px solid #90A4AE;
      font-weight: bold;
      font-family: "Raleway"";
      font-size: 20px; }
    .woocommerce .attributes .cart .quantity {
      width: 35%; }
    .woocommerce .attributes .cart button.button.alt {
      width: 60%;
      border-radius: 250px;
      border: 1px solid #002B49;
      color: #fff;
      padding: 10px 41px;
      background-color: #002B49;
      text-transform: none;
      font-family: "Raleway";
      font-weight: bold;
      font-size: 16px; }
      .woocommerce .attributes .cart button.button.alt:hover {
        background-color: #5C9BD2;
        color: #fff;
        border: 1px solid #5C9BD2; }
    .woocommerce .attributes .cart .woocommerce-variation-add-to-cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .woocommerce .attributes .cart table.variations {
      width: 100%; }
      .woocommerce .attributes .cart table.variations tr {
        margin-bottom: 1rem; }
    .woocommerce .attributes .cart .single_variation_wrap {
      width: 100%; }
    .woocommerce .attributes .cart label {
      font-weight: bold;
      font-family: "Raleway"; }
    .woocommerce .attributes .cart td.label {
      vertical-align: middle;
      padding-bottom: 1rem; }
    .woocommerce .attributes .cart td.value {
      vertical-align: middle;
      padding-bottom: 1rem; }
  .woocommerce .cart-collaterals {
    padding-top: 1rem; }
    @media (min-width: 768px) {
      .woocommerce .cart-collaterals .cart_totals {
        float: left; }
      .woocommerce .cart-collaterals .cart_totals h2 {
        font-size: 48px;
        line-height: 58px; } }
      .woocommerce .cart-collaterals .cart_totals h2 {
        color: #263238; }
        .woocommerce .cart-collaterals .cart_totals table th {
          border-top: none;
          vertical-align: middle;
          font-family: "Rubik";
          font-size: 20px;
          line-height: 30px; }
        .woocommerce .cart-collaterals .cart_totals table td {
          vertical-align: middle;
          border-top: none;
          font-family: "Rubik";
          font-size: 20px;
          line-height: 30px; }
          .woocommerce .cart-collaterals .cart_totals table tr.order-total strong {
            font-weight: bold; }
          .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal .amount {
            font-weight: normal; }
          .woocommerce .cart-collaterals .cart_totals table tr.fee .amount {
            font-weight: normal; }
    .woocommerce .cart-collaterals tr {
      background-color: #F7FAFC;
      color: #263238;
      font-weight: bold;
      height: 75px; }
      .woocommerce .cart-collaterals tr th {
        vertical-align: middle; }
  .woocommerce .woocommerce-cart-form table.shop_table {
    border: none;
    margin-top: 3rem; }
    .woocommerce .woocommerce-cart-form table.shop_table thead {
      background-color: #F7FAFC;
      color: #263238;
      font-weight: bold; }
      .woocommerce .woocommerce-cart-form table.shop_table thead th {
        font-family: "Rubik"; }
      .woocommerce .woocommerce-cart-form table.shop_table thead tr {
        height: 75px; }
    .woocommerce .woocommerce-cart-form table.shop_table a.remove {
      font-size: 3.5rem;
      font-weight: 400;
      color: #002B49 !important; }
      .woocommerce .woocommerce-cart-form table.shop_table a.remove:hover {
        background: #002B49;
        color: #fff !important; }
    .woocommerce .woocommerce-cart-form table.shop_table td.product-name a {
      font-weight: bold;
      color: #263238;
      font-family: "Raleway"; }
    .woocommerce .woocommerce-cart-form table.shop_table td.product-price {
      font-size: 24px;
      line-height: 34px;
      font-family: "Rubik";
      color: #263238; }
    .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
      font-size: 24px;
      line-height: 34px;
      font-family: "Rubik";
      color: #263238; }
    .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
      font-size: 24px;
      line-height: 34px;
      font-family: "Rubik";
      color: #263238; }
      .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity input {
        border: 2px solid #90A4AE;
        border-radius: 250px; }
      .woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail img {
        width: 100px;
        height: 100px; }
    .woocommerce .woocommerce-cart-form table.shop_table td.actions {
      background-color: #F7FAFC;
      color: #263238;
      font-weight: bold;
      height: 75px;
      margin-top: 1rem;
      text-align: left; }
      .woocommerce .woocommerce-cart-form table.shop_table td.actions button.button {
        background-color: #F7FAFC;
        border: 2px solid #002B49;
        color: #002B49;
        font-family: "Raleway";
        border-radius: 250px;
        padding: 1rem 3rem; }
        .woocommerce .woocommerce-cart-form table.shop_table td.actions button.button:hover {
          background-color: #002B49;
          color: #fff; }
    .woocommerce .woocommerce-cart-form table.shop_table td {
      border-top: none;
      border-bottom: none;
      border: none; }
  .woocommerce .woocommerce-checkout {
    margin-top: 3rem; }
    .woocommerce .woocommerce-checkout textarea {
      border: 2px solid #90A4AE;
      padding: 1rem; }
    .woocommerce .woocommerce-checkout h3 {
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-weight: normal;
      font-size: 32px;
      color: #263238;
      background-color: #F7FAFC;
      padding-left: 1rem;
      min-width: 100%; }
    .woocommerce .woocommerce-checkout .woocommerce-input-wrapper input,
    .woocommerce .woocommerce-checkout .woocommerce-input-wrapper .select2 {
      border: 2px solid #90A4AE;
      border-radius: 250px;
      padding: 1rem;
      color: #263238; }
      .woocommerce .woocommerce-checkout .woocommerce-input-wrapper input .select2-selection,
      .woocommerce .woocommerce-checkout .woocommerce-input-wrapper .select2 .select2-selection {
        border: none; }
      .woocommerce .woocommerce-checkout .woocommerce-input-wrapper input b[role="presentation"],
      .woocommerce .woocommerce-checkout .woocommerce-input-wrapper .select2 b[role="presentation"] {
        content: "\f078";
        padding: 3px;
        font-family: "Font Awesome 5 Pro";
        border: none; }
      .woocommerce .woocommerce-checkout .woocommerce-input-wrapper input span:focus,
      .woocommerce .woocommerce-checkout .woocommerce-input-wrapper .select2 span:focus {
        outline: none; }
    .woocommerce .woocommerce-checkout label {
      font-size: 20px;
      line-height: 30px;
      font-family: "Rubik";
      font-weight: bold;
      color: #263238; }
    .woocommerce .woocommerce-checkout h3#order_review_heading {
      margin-top: 1rem; }
    .woocommerce .woocommerce-checkout table.woocommerce-checkout-review-order-table {
      border: none; }
    .woocommerce .woocommerce-checkout #customer_details .col-1,
    .woocommerce .woocommerce-checkout #customer_details .col-2 {
      margin-bottom: 1rem; }
    .woocommerce .woocommerce-checkout table.shop_table {
      color: #263238; }
      .woocommerce .woocommerce-checkout table.shop_table th {
        font-weight: bold; }
      .woocommerce .woocommerce-checkout table.shop_table td {
        border: none; }
      .woocommerce .woocommerce-checkout table.shop_table tfoot {
        border-top: 1px solid #A7A9AC;
        border-bottom: 1px solid #A7A9AC; }
        .woocommerce .woocommerce-checkout table.shop_table tfoot td,
        .woocommerce .woocommerce-checkout table.shop_table tfoot th {
          border-top: none; }
  .woocommerce #payment {
    background: #ffffff; }
    .woocommerce #payment div.payment_box {
      background-color: #DFE7EB;
      font-family: "Rubik"; }
      .woocommerce #payment div.payment_box:before {
        border: 1em solid #DFE7EB;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent; }
      .woocommerce #payment div.payment_box:after {
        border: 1em solid #DFE7EB;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent; }
    .woocommerce #payment a {
      color: #002B49; }
  .woocommerce strong {
    font-weight: bold; }

.breadcrumbs {
  color: #fff;
  padding-bottom: 1rem; }
  .breadcrumbs a {
    color: #fff; }
  .navbar-nav #cart img {
    height: 30px;
    margin-right: 0.25rem; }
  .navbar-nav #cart span {
    background-color: #DFE7EB;
    border-radius: 50%;
    padding: 0.45rem;
    font-size: 14px;
    min-width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .masonary_area #spot_1 {
    background-image: url("../images/shop-images/Speaker%20on%20boat-min.jpg"); }

#menu_items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 9999999; }

@media (max-width: 575px) {
  #jr-header #menu_items {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    background-color: #5FD0DF;
    min-width: 100%;
    padding: .5rem 0;
    bottom: 0;
    width: 100%; } }

#menu_items .motion_wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 13px 0; }
  #menu_items .motion_wrapper .inner {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold; }
    #menu_items .motion_wrapper .inner img {
      margin-bottom: 10px; }

.input-group .mobile_s_icon {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 10px; }

#page-wrapper .tb-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .page-wrapper .tb-container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .page-wrapper .tb-container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .page-wrapper .tb-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .page-wrapper .tb-container {
    max-width: 1140px; } }

#testimonial-slider.owl-carousel .owl-stage-outer {
  overflow: hidden; }

.navbar-toggler {
  border: none; }
  @media (max-width: 1150px) {
    #sign-in {
      display: none; } }

#jr_mobile_logo {
  max-height: 29px; }
  @media (min-width: 992px) {
    #jr_mobile_logo {
      display: none; } }

#wrapper-navbar .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0; }

#mobile_m_close {
  height: 16px; }
  .category-loop .inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    .category-loop .inner h2 a {
      color: #263238; }
    .category-loop .inner img {
      border-radius: 10px; }
    @media (min-width: 768px) {
      .category-loop .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .category-loop .inner h2 {
          max-width: 70%; }
        .category-loop .inner .entry-content {
          width: 60%; } }

#category_hero {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.explore_other .container {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

#bios .card .card-header .mb-0 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%; }

#imgCol img {
  max-height: 450px;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 56px 120px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 56px 120px rgba(0, 0, 0, 0.3); }

.white-background-good {
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 767px) {
  #blue-swirl-hero .row > div:first-child {
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 1.25rem; } }

.hero-links .bottom .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#option-row > a {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    #option-row > a {
      width: 45%; } }

.soc_link .fab {
  width: 30px;
  color: #90A4AE;
  font-size: 32px; }

.categoryHeader {
  text-align: center;
  font-weight: bold;
  color: #263238;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #90A4AE; }
    #right-sidebar .gform_widget .gform-body input[type="text"],
    #right-sidebar .gform_widget .gform-body textarea {
      border: none;
      outline: none;
      border-radius: 5px;
      padding: 1.25rem; }
    #right-sidebar .gform_widget .gform-body ::-webkit-input-placeholder {
      color: #A7A9AC; }
    #right-sidebar .gform_widget .gform-body :-ms-input-placeholder {
      color: #A7A9AC; }
    #right-sidebar .gform_widget .gform-body ::-ms-input-placeholder {
      color: #A7A9AC; }
    #right-sidebar .gform_widget .gform-body ::placeholder {
      color: #A7A9AC; }
  #right-sidebar .gform_widget input[type="submit"] {
    border: 2px solid #002B49;
    background-color: #002B49;
    color: #fff;
    padding: 10px 41px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    width: 100%;
    text-transform: none; }
    #right-sidebar .gform_widget input[type="submit"]:hover {
      background-color: #5C9BD2;
      color: #fff;
      border: 2px solid #5C9BD2; }

#list-row {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

#list-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#list-row ul li {
  width: 100%;
  list-style-type: none;
  font-size: 24px;
  font-weight: bold;
  color: #263238;
  border-bottom: 1px solid #90A4AE;
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
  display: block; }
  @media (min-width: 768px) {
    #list-row ul li {
      width: 45%; } }

#blue-swirl-cta .text-white {
  text-shadow: 1px 0px 8px rgba(131, 131, 131, 0.48); }

#bios #bottom .collapse {
  min-width: 100%; }

#blue-swirl-hero .sub_description {
  margin-bottom: 2rem; }

#blue-swirl-hero .row .btn {
  margin-top: 1rem; }

#testimonials h2 {
  margin-bottom: 0.25rem; }

#testimonials > .container > a {
  font-weight: bold;
  color: var(--primary);
  font-size: 1.25rem; }

#appCTA #appRightCol img {
  height: 60px; }

@media (min-width: 768px) {
  #appCTA #appRightCol img {
    height: 40px; } }

.footer_columns .vertical-tabs .nav-item {
  border-bottom: 1px solid transparent;
  margin-bottom: 0rem; }

.hero > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.hero {
  position: relative; }

.hero .heroShadRadius {
  background-color: var(--white);
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.2);
  margin: 0 1rem; }
  .hero .heroShadRadius img {
    max-height: 500px; }
  @media (min-width: 992px) {
    .hero .heroShadRadius {
      margin: 0; } }

.hero .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hero.hero2 > img {
  -o-object-position: bottom;
     object-position: bottom;
  padding-bottom: 2rem; }

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

.homeShadRadius {
  background-color: var(--white);
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.2);
  margin: 0 1rem; }
  .homeShadRadius img {
    max-height: auto;
    width: 100%;
    height: 100%;
    margin: -25% 1rem -35% 1rem; }
  @media (min-width: 992px) {
    .homeShadRadius {
      margin: 0; } }

.cls-1 {
  fill: #fff;
  stroke: #939598;
  stroke-miterlimit: 10;
  stroke-width: 0.5px; }

.areaTitle {
  border-bottom: solid 1px #90A4AE;
  padding-bottom: .75rem; }
  .exploreMore a {
    color: #fff; }
  .exploreMore h3 {
    border-bottom: solid 1px #fff;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .corpConInfo a {
    color: #263238; }
  .corpConInfo h3 {
    border-bottom: solid 1px #90A4AE;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #002B49; }
  .corpConInfo #equalHouse {
    min-width: 75px; }
  .ahInfoCol p a {
    color: #002B49; }

.wp-site-blocks {
  overflow: hidden; }

.tab-menu ul {
  font-size: 16px;
  list-style: none;
  padding-left: 0; }
  @media (min-width: 768px) {
    .tab-menu ul {
      -webkit-column-count: 2;
              column-count: 2; } }
  .tab-menu ul a {
    color: #fff; }
  .tab-menu ul li {
    margin-bottom: 0.5rem; }
