.figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 400px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.figure img {
  /*object-fit: contain;*/
  width: 100%;
  height: 100%;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 30px;
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.list-inline-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list_img {
  margin-bottom: 10px;
  box-shadow: 4px 8px 7px;
}

.icon {
  font-size: 2rem!imortant;
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  text-align: center;
  color: #3b99e0;
}

.icon1 {
  color: #3b99e0;
}

.text-info {
  color: #030406!important;
}

.nav-link {
  outline: 0px solid #0198fa;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  border: 2px solid #0198fa;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown {
  outline: 0px solid #0198fa;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all .2s ease-in-out;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}

.area.below {
  fill: lightgreen;
}

.area.above {
  fill: lightcoral;
}

.dot {
  fill: steelblue;
}

.dropdown:hover {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #0198fa;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.save_early {
  border-style: solid;
  border-color: rgb(59,151,222);
  padding: 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.info {
  /*padding-left: 0px!important;*/
  padding-right: 0px!important;
}

@media (min-width: 300px) {
  .clean-block.clean-hero {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    z-index: 1;
    align-items: center;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .title {
    color: #ffffff;
    margin: 0px;
    margin-top: 0px;
    padding: 24px;
    background: rgba(0,0,0,0.8);
    box-shadow: 2px 2px 8px 0px rgb(38,134,212);
    /*max-width: 595px;*/
  }
}

@media (min-width: 300px) {
  .title {
    color: #ffffff;
    /*margin-top: 0px;*/
    padding: 24px;
    /*font-size: 35px;*/
    background: rgba(0,0,0,0.8);
    box-shadow: 2px 2px 8px 0px rgb(38,134,212);
    width: 728px;
    margin-top: 50px;
  }
}

@media (min-width: 576px) {
  .title {
    color: #ffffff;
    margin-top: 0px;
    padding: 24px;
    /*font-size: 35px;*/
    background: #000000cc;
    box-shadow: 2px 2px 8px 0px rgb(38,134,212);
    width: 728px;
    margin-top: 50px;
  }
}

.clean-block.clean-hero:before {
  content: !important;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  /*z-index: 1;*/
}

.income_row {
  margin-top: 5px;
}

label {
  padding-top: 5px;
}

@media (min-width: 300px) {
  .navbar.navbar-light.navbar-expand-xl.sticky-top.bg-white.d-flex.clean-navbar {
    border-bottom-style: solid;
    border-bottom-color: #017bff;
    /*padding-bottom: 15px;*/
  }
}

.heresHowTitle {
  /*box-shadow: -3px 4px rgb(59,153,224);*/
  /*padding-left: 9px;*/
  border: 3px solid rgb(59,153,224);
  text-align: center;
}

.card-text {
  padding-left: 3px;
  padding-right: 3px;
}

.card-link {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
}

.row.faq_block {
  border-top-style: solid;
  border-top-color: #3c99e0;
  border-bottom: 1px solid #3c99e0;
}

.faq_paragraph {
  margin-left: 20px;
}

.tab-paragraph {
  padding: 20px;
}

@media (max-width: 992px) {
  .clean-block.clean-info {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    text-align: center;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .row.mission_statement {
    margin-top: -3rem;
  }
}

.col.mission_statement_col {
  background: #ffffff!important;
  /*border: 1px solid var(--blue);*/
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
  /*border-bottom-right-radius: 5px;*/
  /*border-bottom-left-radius: 5px;*/
}

@media (min-width: 992px) {
  .col.mission_statement_col {
    margin-left: 1rem;
    background: #ffffff!important;
    /*border: 1px solid var(--blue);*/
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    /*border-bottom-left-radius: 5px;*/
  }
}

@media (min-width: 300px) {
  .titleParagraph {
    /*margin-bottom: 0px!important;*/
    font-size: 1.5rem!important;
  }
}

.titleParagraph {
  /*margin-bottom: 0px!important;*/
  font-size: 2rem;
}

what-we-do-list > li {
  /*padding-bottom: 20px;*/
}

@media (min-width: 300px) {
  .header {
    font-size: 30px;
  }
}

#home {
  color: transparent;
  /*background: url("https://imagedelivery.net/EYncR9rELpbKaEyEyu6D_A/81e2af3a-db4f-4185-fd3b-cd9acdc1bd00/mobile") center / cover;*/
  /*z-index: 1!important;*/
  /*box-shadow: 8px 0px 5px 3px rgb(35,95,141);*/
  background: url("../img/pyrennes.jpg") center / cover!important;
}

.blue_shadow {
  box-shadow: 3px 3px 5px rgb(79,164,227);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  padding: 3rem;
  backface-visibility: hidden;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform 1s ease-in-out;
  /*transition: transform 15s ease-in-out,-webkit-transform 15s ease-in-out;*/
}

.carousel slide .col {
  padding: 2rem;
  margin: 1rem;
}

.carousel-item .col {
  padding: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

ho {
  margin: 0;
  font-family: Montserrat,sans-serif;
  /*font-size: 1rem;*/
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 750px;
  }
}

@media (min-width:992px) {
  .container, .container-md, .container-sm {
    max-width: 850px;
  }
}

.clean-navbar .navbar-nav .nav-link {
  /*font-weight: 600;*/
  font-size: .9rem!important;
  text-transform: uppercase;
}

.nav-item {
  border-color: rgb(255,255,255);
}

@media (min-width: 1200px) {
  #robby_pic {
    width: 500px!important;
    height: inherit;
  }
}

@media (min-width: 360px) {
  #robby_pic {
    width: 405px;
    height: inherit;
  }
}

@media (min-width: 300px) {
  .mission_statement {
    padding: 0px!important;
  }
}

#bobby_img {
  width: 400px;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: left;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .5s ease!important;
}

.contact_icon {
  /*color: #3b99e0;*/
  font-size: 4rem;
  color: rgb(4,123,251);
}

.row {
}

@media (min-width: 992px) {
  .contact_card_row {
    position: fixed;
    bottom: 0;
    margin-bottom: 2rem;
    left: 0;
    right: 0;
  }
}

.contact_card_row {
  position: fixed;
  bottom: 0;
  margin-bottom: 1rem;
  left: 0;
  right: 0;
}

.contact_form {
  margin-top: 1rem;
}

.phone_input {
  max-width: 350px;
}

.positionTitle {
  font-size: 1.75rem!important;
}

@media (min-width: 360px) {
  .header_title {
    font-size: 2.5rem!important;
    padding-right: 1rem;
    padding-left: 1rem;
    border-bottom-style: solid;
    border-bottom-color: var(--blue);
    /*font-size: 3rem!important;*/
    -webkit-font-smoothing: antialiased;
    /*-webkit-font-smoothing: antialiased;*/
  }
}

@media (min-width: 768px) {
  .header_title {
    /*font-size: 3rem;*/
    padding-right: 3rem;
    padding-left: 3rem;
    border-bottom-width: 3px;
    /*border-bottom-width: 3px;*/
    /*border-bottom-style: solid;*/
    /*border-image: linear-gradient( to right, #047bfb 10%, white 120% ) 0 0 100% 0;*/
    /*border-bottom-color: linear-gradient(89deg, #047bfb 81%, white 19%);*/
    -webkit-font-smoothing: antialiased;
    /*-webkit-font-smoothing: antialiased;*/
  }
}

@media (min-width: 768px) {
  .header_contact_info {
    text-align: center!important;
    font-size: 1.5rem!important;
    margin-bottom: 1rem!important;
    /*margin-top: 2rem!important;*/
  }
}

@media (min-width: 300px) {
  .header_contact_info {
    font-size: 1rem!important;
    /*margin-bottom: 1rem!important;*/
    /*margin-top: 2rem!important;*/
  }
}

@media (min-width: 576px) {
  .header_contact_info {
    font-size: 1.5rem!important;
    margin-bottom: 1rem!important;
    /*margin-top: 2rem!important;*/
  }
}

.header_contact_icon {
  background: var(--blue);
  padding: 10px;
  padding-right: 13px;
  padding-left: 13px;
}

@media (min-width: 1200px) {
  .mission_statement_text {
    margin-top: 1rem!important;
    padding: 2rem!important;
    font-size: 1.75rem!important;
  }
}

@media (min-width: 300px) {
  .mission_statement_text {
    margin-top: 1rem;
    padding: 0rem;
    font-size: 1.75rem;
  }
}

.header_title_block {
  /*border-bottom-style: solid!important;*/
  /*border-bottom-color: var(--blue)!important;*/
  /*display: block;*/
}

.contact_button {
  background: rgba(0,0,0,0.9);
  z-index: 1;
  box-shadow: 0px 0px 7px 2px rgb(35,95,141);
  /*background: rgba(0,0,0,0.47);*/
  /*z-index: 1;*/
  /*box-shadow: 0px 0px 7px 2px rgb(35,95,141);*/
  font-size: 1.5rem;
}

@media (min-width: 300px) {
  .license {
    font-size: 1.0rem;
    color: var(--blue);
  }
}

@media (min-width: 576px) {
  .license {
    font-size: 1.5rem!important;
    color: var(--blue);
  }
}

.mission_statement_header {
  margin-top: .5rem;
  /*border-bottom-style: solid;*/
  /*border-bottom-color: var(--blue);*/
  text-align: center;
}

.mission_statement_col {
  background: white!important;
}

.underline {
  /*border-color: rgb(59,153,224);*/
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image: linear-gradient( to right, #047bfb 10%, white 120% ) 0 0 100% 0;
}

.card-header {
  padding: 1.5rem;
}

.what_we_offer_list li {
}

.what-we-do-list li {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .agent_name {
    font-size: 3.5rem!important;
  }
}

@media (min-width: 300px) {
  .agent_name {
    font-size: 1.5rem;
  }
}

.state_list ul {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .acuity {
    display: block;
    border: none;
    /*width: 100vw;*/
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .acuity {
    display: block;
    border: none;
    /*width: 100vw;*/
    height: 100%;
  }
}

@media (min-width: 300px) and (max-width: 576px) {
  .district_carousel {
    display: block;
    min-height: 700px!important;
  }
}

@media (min-width: 577px) and (max-width:768px) {
  .district_carousel {
    display: block;
    min-height: 300px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .district_carousel {
    display: block;
    min-height: 650px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .district_carousel {
    display: block;
    min-height: 650px;
  }
}

@media (min-width: 1200px) {
  .district_carousel {
    display: block;
    min-height: 475px;
  }
}

.nominate {
  font-size: 1rem;
}

.nominate_head {
  font-size: 1.25rem;
}

@media (min-width: 761px) {
  .head_subtitle {
    font-size: 1.5rem!important;
  }
}

@media (max-width: 760px) {
  .head_subtitle {
    font-size: 1.25rem!important;
  }
}

#accordion-1 .card-header a:last-child {
  font-size: 1rem;
}

#accordion-1 .card-header h5 a i {
  font-size: 1rem;
}

#accordion-1 h4 {
}

#accordion-1 .card-header {
  padding: 1rem;
}

html {
  font-size: 16px;
}

#begin col heading {
  height: 70px;
}

#begin .col h4 {
  height: 70px;
}

#begin h4 {
  height: 77px;
  margin-top: 1rem;
}

.header_title {
  font-size: 1.75rem!important;
}

.abc {
}

.abc:hover {
  background-color: red;
}

.vendor_logo {
  width: 150px;
  height: 65px;
}

@media (min-width: 992px) {
  #calendar_sched {
    padding-bottom: 0px!important;
  }
}

.cardImage {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

@media (min-width: 576px) {
  .clean-card {
    box-shadow: 0 2px 10px rgba(0,0,0,.075);
    border-radius: 3px;
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
    /*max-height: 100vh;*/
    height: 600px!important;
  }
}

@media (min-width: 300px) {
  .clean-card {
    box-shadow: 0 2px 10px rgba(0,0,0,.075);
    border-radius: 3px;
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
    /*max-height: 100vh;*/
    height: auto!important;
  }
}

.imageBlock {
  height: 100%;
}

.imageLink {
  height: 100%;
}

.clean-block.clean-form form {
  border-top: 5px solid #017bff;
  background-color: #fff;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,.075);
}

.cards-row .col .card {
  height: 465px;
}

.mission {
}

.chat-window {
  /*display: none;*/
}

#minimizeBtn {
  /*display: none;*/
}

@media (min-width: 300px) {
  .ntsa {
    /*height: 150px!important;*/
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
}

@media (min-width: 992px) {
  .ntsa {
    height: 151px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.figure-container {
  position: relative;
  width: 100%;
  perspective: 1000px;
}

.figure-container img {
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.8s;
  position: absolute;
  top: 0;
  left: 0;
}

.figure-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  transition: opacity 0.8s;
  opacity: 0;
  z-index: 1;
}

.figure-container .front-img {
  z-index: 2;
}

.figure-container .back-img {
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 1;
}

.figure-container figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  width: calc(100% - 20px);
  width: 100%;
  box-sizing: border-box;
  backface-visibility: hidden;
  transition: transform 0.8s, opacity 0.8s;
}

.figure-container .front-text {
  z-index: 2;
  backdrop-filter: brightness(35%);
  -webkit-backdrop-filter: brightness(35%);
}

.figure-container .back-text {
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.figure-container:hover .front-img {
  transform: rotateY(180deg);
  z-index: 1;
}

.figure-container:hover .back-img {
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 2;
}

.figure-container:hover .front-text {
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 1;
  backdrop-filter: brightness(35%);
  -webkit-backdrop-filter: brightness(35%);
}

.figure-container:hover .back-text {
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 2;
  font-size: 1.5rem!important;
}

.figure-container:hover .front-overlay {
  opacity: 1;
}

.figure-container:hover .back-overlay {
  opacity: .9;
  z-index: 100;
  background-color: 'black';
}

.figure-shadow {
  text-shadow: 4px 4px 20px var(--bs-emphasis-color);
}

/* .typewriter {
  overflow: hidden;
  border-right: 2px solid black;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 2px;
  visibility: visible;
  animation: typing 3s steps(40, end) forwards, blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}

.hidden {
  visibility: hidden;
} */

.opacity-layer {
  background: rgba(0,0,0,0.5);
}

.fas.fa-star.star {
}

.star {
  color: var(--bs-warning);
  font-size: 1.2rem;
}

#rmd .row {
  margin-bottom: 2rem;
  margin-top: 2re;
}

annuity-faq h {
  font-weight: bold;
}

.custom-list li {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .calendly-badge-widget {
    display: block!important;
  }
}

@media (min-width: 300px) {
  .calendly-badge-widget {
    display: none;
  }
}

