/* START: JOIN NOW! Button */
.fegSignupButton {
    border: 0;
    border-radius:25px;
    color: white;
    padding:15px 20px;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    background-color: #db1529;
}
/* END: JOIN NOW! Button */

/* START: AGENT NAME */
#tcb_landing_page .tcb-style-wrap div.h2 h2 {
    font-size: 57px;
    margin-bottom: -5px;
    padding-bottom: 0px;
    font-weight: 900;
    letter-spacing: 1.25px;
}
/* END: AGENT NAME */

/* START:  A PROUD FEG AGENT READY TO SERVE YOU. */
#tcb_landing_page .tcb-style-wrap div.proudAgent {
    margin: -15px 0 0 0;
    padding: 0px;
}
#tcb_landing_page .tcb-style-wrap div.proudAgent p {
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    color: white;
    text-transform: uppercase;
}
/* END: A PROUD FEG AGENT READY TO SERVE YOU. */

/* START: Info below JOIN NOW! Button */
#tcb_landing_page .tcb-style-wrap div.infoBold,
#tcb_landing_page .tcb-style-wrap div.infoSmall {
    margin: 0px;
}

#tcb_landing_page .tcb-style-wrap div.infoBold h4,
#tcb_landing_page .tcb-style-wrap div.infoSmall h4 {
    color: white;
    font-size: 20px;
    padding-bottom: 0px; 
    line-height: 0.98em;
}

#tcb_landing_page .tcb-style-wrap div.infoBold h4 {
    font-weight: 600;
}

#tcb_landing_page .tcb-style-wrap div.infoSmall h4 {
    font-weight: 400;
}

#tcb_landing_page .tcb-style-wrap div.infoBold h4 a,
#tcb_landing_page .tcb-style-wrap div.infoSmall h4 a {
    color: inherit;
    text-decoration: none;
    text-transform: lowercase;
}

#tcb_landing_page .tcb-style-wrap div.infoSmall h4 a {
    color: #919191;
}

#tcb_landing_page .tcb-style-wrap div.infoSmall h4 a:hover,
#tcb_landing_page .tcb-style-wrap div.infoSmall h4 a:focus {
    color: white;
}

#tcb_landing_page .tcb-style-wrap div.infoSmall h4 a,
#tcb_landing_page .tcb-style-wrap div.infoSmall h4 a:hover,
#tcb_landing_page .tcb-style-wrap div.infoSmall h4 a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* END: Info below JOIN NOW! Button */

.thrv_wrapper.thrv-page-section {
    margin: 0px;
    padding-bottom: 0px !important;
}

.thrv_wrapper.thrv-page-section div.infoTag {
    margin-top: -20px;
}

.tve_flt .thrv_wrapper > hr.tve_sep {
    border-color: white !important;
    margin: 0 auto !important;
    width: 75% !important;
}

/* START: SWOOSH */
div.infoTag h3 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    box-sizing: border-box;
}

div.infoTag h3 svg path {
    color: #ce0000;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: elementor-headline-dash 10s infinite;
    animation: elementor-headline-dash 10s infinite;
/*    box-sizing: border-box;*/
}

div.infoTag h3 svg {
float: left;
}

.squiggle-wrap {
    display: inline-block;
    position: relative;
    text-align: left;
}

.squiggle {
    stroke-dasharray: 1500;
    stroke-dashoffset: 0;
    stroke-width: 9;
    animation: elementor-headline-dash 10s infinite;
}

@-webkit-keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}

@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
/* END: SWOOSH */
