
.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before
{
    content: "";
    display: table
}

.cf:after,
.clearfix:after
{
    clear: both
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif!important;
    font-style: italic
}

.last-col {
    float: right;
    padding-right: 0!important
}

@media (max-width:767px) {
    .m-all {
        float: left;
        width: 100%;
        padding-right: 0
    }
    .m-1of2,
    .m-1of3,
    .m-1of4,
    .m-2of3,
    .m-3of4 {
        float: left;
        padding-right: .75em
    }
    .m-1of2 {
        width: 50%
    }
    .m-1of3 {
        width: 33.33%
    }
    .m-2of3 {
        width: 66.66%
    }
    .m-1of4 {
        width: 25%
    }
    .m-3of4 {
        width: 75%
    }
}

@media (min-width:768px) and (max-width:1029px) {
    .t-all {
        float: left;
        width: 100%;
        padding-right: 0
    }
    .t-1of2,
    .t-1of3,
    .t-1of4,
    .t-1of5,
    .t-2of3,
    .t-2of5,
    .t-3of4,
    .t-3of5,
    .t-4of5 {
        float: left;
        padding-right: .75em
    }
    .t-1of2 {
        width: 50%
    }
    .t-1of3 {
        width: 33.33%
    }
    .t-2of3 {
        width: 66.66%
    }
    .t-1of4 {
        width: 25%
    }
    .t-3of4 {
        width: 75%
    }
    .t-1of5 {
        width: 20%
    }
    .t-2of5 {
        width: 40%
    }
    .t-3of5 {
        width: 60%
    }
    .t-4of5 {
        width: 80%
    }
}

@media (min-width:1030px) {
    .d-all {
        float: left;
        width: 100%;
        padding-right: 0
    }
    .d-1of10,
    .d-1of11,
    .d-1of12,
    .d-1of2,
    .d-1of3,
    .d-1of4,
    .d-1of5,
    .d-1of6,
    .d-1of8,
    .d-1of9,
    .d-2of3,
    .d-2of5,
    .d-2of7,
    .d-3of4,
    .d-3of5,
    .d-3of7,
    .d-4of5,
    .d-4of7,
    .d-5of7,
    .d-6of7 {
        float: left;
        padding-right: .75em
    }
    .d-1of2 {
        width: 50%
    }
    .d-1of3 {
        width: 33.33%
    }
    .d-2of3 {
        width: 66.66%
    }
    .d-1of4 {
        width: 25%
    }
    .d-3of4 {
        width: 75%
    }
    .d-1of5 {
        width: 20%
    }
    .d-2of5 {
        width: 40%
    }
    .d-3of5 {
        width: 60%
    }
    .d-4of5 {
        width: 80%
    }
    .d-1of6 {
        width: 16.6666666667%
    }
    .d-1of7 {
        float: left;
        padding-right: .75em;
        width: 14.2857142857%
    }
    .d-2of7 {
        width: 28.5714286%
    }
    .d-3of7 {
        width: 42.8571429%
    }
    .d-4of7 {
        width: 57.1428572%
    }
    .d-5of7 {
        width: 71.4285715%
    }
    .d-6of7 {
        width: 85.7142857%
    }
    .d-1of8 {
        width: 12.5%
    }
    .d-1of9 {
        width: 11.1111111111%
    }
    .d-1of10 {
        width: 10%
    }
    .d-1of11 {
        width: 9.09090909091%
    }
    .d-1of12 {
        width: 8.33%
    }
}


#submit,
.gold-btn,
.red-btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff!important;
    text-align: center;
    font-weight: 600;
    padding: .7em 1em;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color .14s ease-in-out;
    transition: background-color .14s ease-in-out
}

#submit:focus,
#submit:hover,
.gold-btn:focus,
.gold-btn:hover,
.red-btn:focus,
.red-btn:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

#submit{
    background-color: #2980b9
}

#submit:focus,
#submit:hover
{
    background-color: #2574a8
}

#submit:active
{
    background-color: #2472a4
}

.red-btn {
    background-color: #BB1133;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.red-btn:focus,
.red-btn:hover {
    background-color: #710b1b
}

.red-btn:active {
    background-color: #6d0b1a
}

.gold-btn {
    background-color: #8E6C4A;
    border-radius: 5px
}

.gold-btn:focus,
.gold-btn:hover {
    background-color: #ae8437
}

.gold-btn:active {
    background-color: #aa8136
}

.faqBtn {
    width: 250px;
    font-size: 1.5em;
}


.popup-body,
.hs-popup-body {
    max-height: calc(100vh - 50px);
    overflow: auto scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popup-body::-webkit-scrollbar,
.hs-popup-body::-webkit-scrollbar {
    display: none;
}



 /*Close Button for video popups + update video popups */
.popupBg .video .video-popup-close-btn,
.successVideo .inner .vidClose,
.videoPlayer .inner .vidCloser,
.heroVideoPlayer .inner .heroVidCloser {
    width: 14px !important;
    height: 14px !important;
    position: absolute !important;
    cursor: pointer !important;
    top: -28px !important;
    right: 5px !important;
    transition: all .14s ease-in-out !important;
    padding: 0 !important;
    background: transparent !important;
}


.successVideo,
.videoPlayer,
.heroVideoPlayer
{
    background: url(/wp-content/uploads/2020/04/popupbg.png) repeat !important;
}

.successVideo .inner,
.videoPlayer .inner
{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    width: 50vw !important;
    height: 28vw !important;
    box-shadow: 0 0 50px #000 !important;
    padding: 0 !important;
}

.heroVideoPlayer .inner {
    max-width: 800px;
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 50px #000;
    background: #000;
}
.heroVideoPlayer .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.successVideo .inner .wrapper .youtube iframe,
.videoPlayer .inner iframe
{
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
    max-height: unset !important;   
}

@media only screen and (max-width: 949px) {
    .successVideo .inner,
    .videoPlayer .inner
    {
        width: 90vw !important;
        height: 50vw !important;
    }
}

.popupBg .video .video-popup-close-btn:before,
.successVideo .inner .vidClose:before,
.videoPlayer .inner .vidCloser:before,
.heroVideoPlayer .inner .heroVidCloser:before
{
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492; fill:%23f9f5ef;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M300.188,246L484.14,62.04c5.06-5.064,7.852-11.82,7.86-19.024c0-7.208-2.792-13.972-7.86-19.028L468.02,7.872 c-5.068-5.076-11.824-7.856-19.036-7.856c-7.2,0-13.956,2.78-19.024,7.856L246.008,191.82L62.048,7.872 c-5.06-5.076-11.82-7.856-19.028-7.856c-7.2,0-13.96,2.78-19.02,7.856L7.872,23.988c-10.496,10.496-10.496,27.568,0,38.052 L191.828,246L7.872,429.952c-5.064,5.072-7.852,11.828-7.852,19.032c0,7.204,2.788,13.96,7.852,19.028l16.124,16.116 c5.06,5.072,11.824,7.856,19.02,7.856c7.208,0,13.968-2.784,19.028-7.856l183.96-183.952l183.952,183.952 c5.068,5.072,11.824,7.856,19.024,7.856h0.008c7.204,0,13.96-2.784,19.028-7.856l16.12-16.116 c5.06-5.064,7.852-11.824,7.852-19.028c0-7.204-2.792-13.96-7.852-19.028L300.188,246z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    transition: all .14s ease-in-out;
}

.popupBg .video .video-popup-close-btn:hover:before,
.successVideo .inner .vidClose:hover:before,
.videoPlayer .inner .vidCloser:hover:before,
.heroVideoPlayer .inner .heroVidCloser:hover:before
{
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492; fill:%23997755;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M300.188,246L484.14,62.04c5.06-5.064,7.852-11.82,7.86-19.024c0-7.208-2.792-13.972-7.86-19.028L468.02,7.872 c-5.068-5.076-11.824-7.856-19.036-7.856c-7.2,0-13.956,2.78-19.024,7.856L246.008,191.82L62.048,7.872 c-5.06-5.076-11.82-7.856-19.028-7.856c-7.2,0-13.96,2.78-19.02,7.856L7.872,23.988c-10.496,10.496-10.496,27.568,0,38.052 L191.828,246L7.872,429.952c-5.064,5.072-7.852,11.828-7.852,19.032c0,7.204,2.788,13.96,7.852,19.028l16.124,16.116 c5.06,5.072,11.824,7.856,19.02,7.856c7.208,0,13.968-2.784,19.028-7.856l183.96-183.952l183.952,183.952 c5.068,5.072,11.824,7.856,19.024,7.856h0.008c7.204,0,13.96-2.784,19.028-7.856l16.12-16.116 c5.06-5.064,7.852-11.824,7.852-19.028c0-7.204-2.792-13.96-7.852-19.028L300.188,246z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    transition: all .14s ease-in-out;
}


/* Global newsletter form */
.clear-before-form {
    clear: both;
}

.tl-video-thumb {
  position: relative;
  cursor: pointer;
  line-height: 0;
}
.tl-video-thumb:focus {
    outline: 2px solid #252525;
    outline-offset: 2px;
}
.tl-vid-thumb {
  width: 100%;
  height: auto;
}
.tl-play-btn {
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='40' fill='black'/%3E%3Cpath d='M29.2401 21.3813L62.1859 40.1264L29.2401 58.8714V21.3813Z' fill='white'/%3E%3Cpath d='M29.2402 61.7123C28.6721 61.7123 28.3881 61.7123 27.8201 61.4283C26.968 60.8602 26.4 60.0082 26.4 58.8721V21.3821C26.4 20.246 26.968 19.394 27.8201 18.8259C28.6721 18.2579 29.8082 18.2579 30.6602 18.8259L63.322 37.571C64.1741 38.139 64.7421 38.991 64.7421 40.1271C64.7421 41.2632 64.1741 42.1152 63.322 42.6832L30.6602 61.4283C30.3762 61.7123 29.8082 61.7123 29.2402 61.7123ZM32.0803 26.2103V54.0439L56.2216 40.1271L32.0803 26.2103Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tl-video-thumb:hover .tl-play-btn {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='40' fill='white'/%3E%3Cpath d='M29.2401 21.3813L62.1859 40.1264L29.2401 58.8714V21.3813Z' fill='black'/%3E%3Cpath d='M29.2402 61.7123C28.6721 61.7123 28.3881 61.7123 27.8201 61.4283C26.968 60.8602 26.4 60.0082 26.4 58.8721V21.3821C26.4 20.246 26.968 19.394 27.8201 18.8259C28.6721 18.2579 29.8082 18.2579 30.6602 18.8259L63.322 37.571C64.1741 38.139 64.7421 38.991 64.7421 40.1271C64.7421 41.2632 64.1741 42.1152 63.322 42.6832L30.6602 61.4283C30.3762 61.7123 29.8082 61.7123 29.2402 61.7123ZM32.0803 26.2103V54.0439L56.2216 40.1271L32.0803 26.2103Z' fill='black'/%3E%3C/svg%3E");
}
.tl-video-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .75);
    z-index: 10001;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
}
.tl-video-wrap {
    max-width: 800px;
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 50px #000;
    background: #000;
}
.tl-video-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -32px;
    right: 0;
    cursor: pointer;
}
.tl-video-close:focus {
    outline: 1px solid #fff;
}
.tl-video-close:before,
.tl-video-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
.tl-video-close:before {
    transform: rotate(45deg);
}
.tl-video-close:after {
    transform: rotate(-45deg);
}
.tl-video-close:hover:before,
.tl-video-close:hover:after {
    background: #cccccc;
}
.tl-vid {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.tl-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.tl-quote {
    margin: 70px auto;
    max-width: 960px;
    padding: 0 1rem;
    width: 96%;
}
.tl-quote h2 {
    text-align: left;
    color: #8E6C4A!important;
    position: relative;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px!important;
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
}
.tl-quote h2 span {
    color: #8E6C4A;
    display: inline-block;
    vertical-align: top;
    height: .6em;
    width: .6em;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%23997755' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%23997755' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}
.tl-quote-block {
    max-width: 660px;
    margin: 0 auto;
    padding-left: 120px;
    position: relative;
}
.tl-quote-block img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: auto;
    border-radius: 200px;
}
.tl-quote-block p {
    font-size: 24px;
    line-height: 29px!important;
    color: #5C6B80;
    font-family: TradeGothic;
    margin: 0;
}
.tl-quote-block span {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8E6C4A;
}
@media (max-width: 767px){
    .tl-play-btn {
        width: 52px;
        height: 52px;
        top: calc(50% - 26px);
        left: calc(50% - 26px);
    }
}
@media(min-width: 768px) {
    .tl-quote h2 {
        font-size: 45px!important;
    }
}
@media only screen and (min-width: 1030px) {
    .tl-quote h2 {
        transform: translateX(60px);
    }
}
 /*Youtube lazy shortcode */
.aic-embed-video-wrap {
    margin-bottom: 40px;
}

.video.aic-embed-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}
.video.aic-embed-video.aic-youtube-short {
    padding-bottom: 0;
    height: auto;
    aspect-ratio: 9 / 16;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.video.aic-embed-video .video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video.aic-embed-video .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video.aic-embed-video .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video.aic-embed-video .video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video.aic-embed-video .video__button-icon {
    fill: #ffffff;
}

.video.aic-embed-video .video__button:focus {
    outline: none;
}

.video.aic-embed-video:hover .video__button-shape,
.video.aic-embed-video .video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

/* Tiktok lazy embed shortcode */
.video.tmm-tiktok-video {
    width: 100%;
}

.video.tmm-tiktok-video .video__media {
    display: block;
    margin: 0 auto;
    height: 760px;
}

/* Enabled */

.video.aic-embed-video.video--enabled {
    cursor: pointer;
}

.video.aic-embed-video.video--enabled .video__button {
    display: block;
}


.shortcode-stand-out-text-1 {
    font-family: TradeGothic;
    font-size: 24.5px;
    margin: inherit;
    color: rgb(92, 107, 128);
}
.shortcode-red-arrow-right {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 24px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1575 0.245935C15.8298 -0.0819783 15.2887 -0.0819783 14.9457 0.245935C14.618 0.566396 14.618 1.09553 14.9457 1.41599L21.081 7.41531H0.845983C0.373452 7.41531 0 7.78049 0 8.24255C0 8.70461 0.373452 9.08469 0.845983 9.08469H21.081L14.9457 15.0691C14.618 15.397 14.618 15.9336 14.9457 16.2541C15.281 16.582 15.8298 16.582 16.1575 16.2541L23.7409 8.83875C24.0762 8.51829 24.0762 7.98916 23.7409 7.6687L16.1575 0.245935Z' fill='%23BB1133'/%3E%3C/svg%3E%0A");
}
.shortcode-red-arrow-left {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 24px;
    height: 17px;
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1575 0.245935C15.8298 -0.0819783 15.2887 -0.0819783 14.9457 0.245935C14.618 0.566396 14.618 1.09553 14.9457 1.41599L21.081 7.41531H0.845983C0.373452 7.41531 0 7.78049 0 8.24255C0 8.70461 0.373452 9.08469 0.845983 9.08469H21.081L14.9457 15.0691C14.618 15.397 14.618 15.9336 14.9457 16.2541C15.281 16.582 15.8298 16.582 16.1575 16.2541L23.7409 8.83875C24.0762 8.51829 24.0762 7.98916 23.7409 7.6687L16.1575 0.245935Z' fill='%23BB1133'/%3E%3C/svg%3E%0A");
}
.shortcode-red-arrow-list {
    list-style: none;

}
.shortcode-red-arrow-list > li {
    padding-left: 43px;
    min-height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1575 0.245935C15.8298 -0.0819783 15.2887 -0.0819783 14.9457 0.245935C14.618 0.566396 14.618 1.09553 14.9457 1.41599L21.081 7.41531H0.845983C0.373452 7.41531 0 7.78049 0 8.24255C0 8.70461 0.373452 9.08469 0.845983 9.08469H21.081L14.9457 15.0691C14.618 15.397 14.618 15.9336 14.9457 16.2541C15.281 16.582 15.8298 16.582 16.1575 16.2541L23.7409 8.83875C24.0762 8.51829 24.0762 7.98916 23.7409 7.6687L16.1575 0.245935Z' fill='%23BB1133'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 24px 17px;
    background-position: left 6px;
    margin-bottom: 20px;
    list-style: none;
}
.entry-content .shortcode-red-arrow-list > li {
    list-style: none; 
}

@media (max-width: 991px) {
    #chat-widget-container {
        z-index: 99999 !important;
    }
}
.btn-close.light-version {
    background-color: #fff !important;
}
.btn-close.light-version:before,
.btn-close.light-version:after {
    background-color: #252525 !important;
}
.btn-close.light-version:hover {
    background-color: #fff;
}
.btn-close.light-version:hover:before,
.btn-close.light-version:hover:after {
    background-color: #b13 !important;
}
.btn-close.light-version:focus {
    background-color: #fff !important;
    outline: 1px solid #252525 !important;
    outline-offset: 1px !important;
}
.gform-body input,
.gform-body select {
    outline: 1px solid #8e8d8d;
}
.gform-body input:focus,
.gform-body select:focus {
    outline: 2px solid #252525;
}
.gform_footer input[type="submit"]:focus {
    outline: 2px solid #b13;
    outline-offset: 2px;
}

.page-template-page-campuses #testimonial-slider testimonial .testimonial .quote p:after {
    content: '*';
}
.page-template-page-campuses .footer {
    margin-top: 70px;
}
@media (min-width: 1030px) {
    body.page-template-gutenberg-blocks.parent-pageid-512 #inner-header:not(.desktop-scroll-menu) .navigation:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -8px;
        height: 8px;
        width: 100%;
        background-image: linear-gradient(#dcdcdc, #fdfdfd);
    }
}
body.page-template-gutenberg-blocks.parent-pageid-512 .newsletter-global-form {
    display: none;
}

.postid-52188 .single-hero .image {
    background-position: left top;
}
@media (min-width: 1030px) {
    .main-menu-line-break {
        display: block;
    }
}
