 /*example popup*/
 /* The Modal (background) */
 
 .modal {
     display: none;
     /* Hidden by default */
     position: fixed;
     /* Stay in place */
     z-index: 3;
     /* Sit on top */
     padding-top: 100px;
     /* Location of the box */
     left: 0;
     top: 0;
     width: 100%;
     /* Full width */
     height: 100%;
     /* Full height */
     overflow: auto;
     /* Enable scroll if needed */
     background-color: rgba(7, 28, 100, 0.9);
     /* Black w/ opacity */
 }
 /* Modal Content */
 
 .modal-content {
     position: relative;
     background-color: transparent;
     margin: auto;
     padding: 0;
     border: 1px solid transparent;
     -webkit-animation-name: animatetop;
     -webkit-animation-duration: 0.4s;
     animation-name: animatetop;
     animation-duration: 0.4s
 }
 /* Add Animation */
 
 @-webkit-keyframes animatetop {
     from {
         top: -300px;
         opacity: 0
     }
     to {
         top: 0;
         opacity: 1
     }
 }
 
 @keyframes animatetop {
     from {
         top: -300px;
         opacity: 0
     }
     to {
         top: 0;
         opacity: 1
     }
 }
 
 .modal-header {
     width: 250px;
     margin: auto;
     display: flex;
     justify-content: flex-end;
 }
 /* The Close Button */
 
 .close {
     background-image: url(/wp-content/uploads/2020/10/x-popup-icon.svg);
     float: right;
     width: 15px;
     height: 15px;
     cursor: pointer;
     display: block;
     background-repeat: no-repeat;
     background-size: contain;
 }
 
 .ex-popup-video {
     margin: auto;
     display: inherit;
     margin-top: 5px;
     margin-bottom: 20px;
     height: auto;
 }
 
 .ex-popup-cta {
     margin: auto;
     width: 189px;
     height: 50px;
     font-size: 18px;
     line-height: 25px;
     padding: 0px;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 /*sign-up popup*/
 
 .wrap-popup-content {
     margin: auto;
     width: 412px;
     height: 510px;
     max-width: 412px;
     max-height: 510px;
     background: #FFFFFF;
     border-radius: 10px;
     padding: 52px 46px 50px 52px;
     margin-top: 5px;
 }
 
 #exSignPopup .modal-header {
     width: 442px;
 }
 
 .sign-up-boosted-logo img {
     width: 160px;
     height: 30.53px;
 }
 
 .sign-modal-body .popup-heading {
     font-family: Optima !important;
     font-weight: bold;
     font-size: 42px;
     line-height: 54px;
     color: #122255;
     text-align: left;
     margin-top: 36px;
     margin-bottom: 37px;
 }
 
 .sign-modal-body .wrap-popup-btns {
     font-family: Roboto;
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 16px;
     align-items: center;
     text-align: center;
     letter-spacing: 0.21875px;
     display: flex;
     flex-direction: column;
 }
 
 .sign-modal-body .wrap-popup-btns a {
     height: 40px;
     border-radius: 2px;
     color: #FFFFFF !important;
     width: 100%;
     display: flex;
 }
 
 .sign-modal-body .wrap-popup-btns a.google {
     background: #4285F4;
     border: 0.5px solid #4285F4;
     margin-bottom: 12px;
 }
 
 .sign-modal-body .wrap-popup-btns a.facebook {
     background: #2553B4;
     border: 0.5px solid #2553B4;
 }
 
 .sign-modal-body .wrap-popup-btns a span:not(.a-image) {
     align-self: center;
     margin: auto;
 }
 
 .sign-modal-body .wrap-popup-btn .a-image img {
     width: 38px;
     height: 38px;
 }
 
 .sign-modal-body .wrap-popup-check {
     display: flex;
     margin: auto;
     margin-top: 21px;
     justify-content: center;
     align-items: center;
     width: 266.5px;
     font-family: Avenir;
     font-size: 12px;
     line-height: 24px;
     color: #0E1D4F;
 }
 
 .sign-modal-body .wrap-popup-check input {
     width: 16px;
     height: 16px;
     margin: 0px;
     font-size: 12px;
 }
 
 .sign-modal-body .wrap-popup-check label {
     margin: 0px;
     margin-left: 4px;
     font-size: 12px;
 }
 /*invite popup*/
 
 div#invitePopup {
     background: linear-gradient(180deg, #D0E2F8 0%, #A2C9F6 100%);
     padding-top: 18px;
     padding-bottom: 42px;
 }
 
 h1.invite-head {
     font-family: Optima;
     font-weight: bold;
     font-size: 32px;
     line-height: 36px;
     text-align: center;
     color: #0C1C52;
     max-width: 318px;
     margin-bottom: 30px;
 }
 
 #invitePopup .modal-header {
     width: 100%;
     padding-right: 14px;
 }
 
 span#closeInvite {
     background-image: url("/wp-content/uploads/2020/11/Vector-9.svg");
 }
 
 #invitePopup .modal-body {
     padding-top: 42px;
     display: flex;
     flex-direction: column;
     align-items: center;
 }
 
 #invitePopup .modal-footer {
     width: max-content;
     margin: auto;
     padding-top: 61px;
 }
 
 #invitePopup img.invite-popup-logo {
     width: 140px;
     height: 35px;
 }
 
 #invitePopup .modal-content {
     height: 100%;
 }
 
 img.invite-img {
     margin-top: -67px;
 }
 /* blog popup */
 
 .mobile-blog-popup-only {
     display: none;
 }
 
 .desktop-blog-popup-only {
     display: block;
 }
 
 div#signBlogPopup>.signup-blog-modal-content {
     max-width: 747px;
     max-height: 491px;
     background: #B8D6F9;
     border-radius: 10px;
     margin: auto;
 }
 
 div#signBlogPopup {
     position: fixed;
     z-index: 3;
     padding-top: 198px;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background: rgba(48, 54, 74, 0.6);
 }
 
 .signup-blog-modal-body {
     display: grid;
     grid-template-columns: max-content 1fr;
     column-gap: 45px;
     position: relative;
 }
 
 .wrap-popup-blog-img {
     position: relative;
     height: 491px;
 }
 
 .wrap-popup-blog-img>img:not(.signup-blog-logo) {
     width: 339px;
     height: 491.5px;
     border-radius: 10px 0px 0px 10px;
 }
 
 img.signup-blog-logo.desktop-blog-popup-only {
     position: absolute;
     bottom: 25px;
     left: 25px;
 }
 
 .wrap-popup-body-content {
     padding: 97px 0px 0px;
     max-width: 320px;
 }
 
 .wrap-popup-body-content>h1 {
     font-family: Avenir !important;
     font-style: normal;
     font-weight: 800;
     font-size: 34px;
     line-height: 38px;
     color: #0C1C52;
     margin-bottom: 10px;
 }
 
 .wrap-popup-body-content>p {
     font-family: Avenir;
     font-style: normal;
     font-weight: normal;
     font-size: 20px;
     line-height: 25px;
     color: #0C1C52;
     margin-bottom: 26px;
 }
 
 .small-text {
     display: flex;
     justify-content: center;
 }
 
 .wrap-popup-body-content>.small-text p,
 .wrap-popup-body-content>.small-text a {
     font-family: Avenir;
     font-size: 10px;
     line-height: 17px;
     display: flex;
     align-items: center;
     color: rgba(12, 28, 82, 0.4) !important;
 }
 
 .wrap-popup-body-content>.small-text p {
     margin-top: 10px;
 }
 
 .wrap-popup-body-content form .form-item {
     display: grid;
     grid-template-rows: max-content 0px max-content 0px;
 }
 
 .wrap-popup-body-content form .form-item input[type=email] {
     background: #FFFFFF;
     mix-blend-mode: normal;
     border-radius: 5px;
     height: 50px;
     padding-left: 16px;
     font-family: Avenir;
     font-size: 15px;
     line-height: 23px;
     display: flex;
     align-items: center;
     color: #709ACE;
     padding-right: 16px;
     margin-bottom: 10px;
 }
 
 .wrap-popup-body-content form .form-item input[type=email]::placeholder {
     color: #8A8C90;
 }
 
 .wrap-popup-body-content form .form-item input[type=submit] {
     background: #5162FF;
     mix-blend-mode: normal;
     border-radius: 5px;
     font-family: Avenir;
     font-style: normal;
     font-weight: normal;
     font-size: 15px;
     line-height: 23px;
     display: flex;
     align-items: center;
     text-align: center;
     color: #FFFFFF;
     justify-content: center;
 }
 
 .signup-blog-modal-header {
     padding: 20px;
     position: relative;
 }
 
 span.signup-blog-close {
     width: 18.71px;
     height: 18.71px;
     position: absolute;
     top: 21.82px;
     right: 19.75px;
     display: inline-block;
     cursor: pointer;
 }
 
 span.signup-blog-close::before,
 span.signup-blog-close::after {
     position: absolute;
     content: ' ';
     height: 20px;
     width: 2px;
     background-color: black;
 }
 
 span.signup-blog-close::before {
     transform: rotate(45deg);
 }
 
 span.signup-blog-close::after {
     transform: rotate(-45deg);
 }
 
 div#signBlogPopup .wpcf7-response-output {
     display: none;
 }
 /*tablet*/
 
 @media screen and (min-width: 768px) and (max-width: 1439px) {
     div#signBlogPopup {
         padding-top: 100px;
     }
 }
 /*mobile*/
 
 @media screen and (max-width: 767px) {
     .mobile-blog-popup-only {
         display: block;
     }
     .desktop-blog-popup-only {
         display: none !important;
     }
     div#signBlogPopup {
         padding-top: 87px;
     }
     .wrap-popup-blog-img>img:not(.signup-blog-logo) {
         width: 291px;
         height: 221.37px;
         border-radius: 10px 10px 0px 0px;
     }
     .wrap-popup-blog-img>h1 {
         left: 20px;
         bottom: 17px;
         margin-bottom: 0px;
         font-family: Avenir !important;
         font-style: normal;
         font-weight: 800;
         line-height: 34px;
         color: #FFFFFF;
         text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
         position: absolute;
         font-size: 25px;
         max-width: 224.28px;
     }
     .signup-blog-modal-body {
         grid-template-columns: 1fr;
         grid-template-rows: max-content max-content;
         column-gap: 0px;
     }
     .wrap-popup-blog-img {
         height: max-content;
         position: relative;
     }
     .signup-blog-modal-header.mobile-blog-popup-only {
         position: absolute;
         top: 0;
         z-index: 4;
         width: 291px;
         height: 221.37px;
         padding: 20px;
     }
     .signup-blog-modal-content {
         position: relative;
         max-width: 291px !important;
         max-height: unset !important;
     }
     .wrap-popup-body-content {
         max-width: 254px;
         padding: 16.63px 0px 0px;
         margin: auto;
     }
     .wrap-popup-body-content>h1 {
         display: none;
     }
     .wrap-popup-body-content>p {
         line-height: 22px;
         color: #071C64;
         font-size: 15px;
         margin-bottom: 10.79px;
     }
     .wrap-popup-body-content>.small-text p {
         margin-bottom: 18.1px;
         font-size: 10px;
     }
     img.signup-blog-logo {
         width: 112.24px;
     }
     span.signup-blog-close::before,
     span.signup-blog-close::after {
         background-color: #fff;
     }
 }
 /*End blog popup */