

@font-face {
    font-family: 'BrandonText';
    font-stretch: normal;
    src: url('../Fonts/BrandonText/normal_normal_normal.woff2') format('woff2'), url('../Fonts/BrandonText/normal_normal_normal.woff') format('woff');
    font-weight: 400; /* regular */
    font-style: normal;
    font-display: swap;
    }
    @font-face {
    font-family: 'BrandonText';
    src: url('../Fonts/BrandonText/BrandonTextWeb-Medium/font.woff2') format('woff2'), url('../Fonts/BrandonText/BrandonTextWeb-Medium/font.woff') format('woff');
    font-weight: 600; /* medium */
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    }
      
    @font-face {
    font-family: 'BrandonText';
    src: url('../Fonts/BrandonText/normal_normal_bold.woff2') format('woff2'), url('.../Fonts/BrandonText/normal_normal_bold.woff') format('woff');
    font-weight: 700; /* bold */
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family:'BrandonText';
    src: url('../Fonts/BrandonText/BrandonTextWeb-Black/font.woff2') format('woff2'), url('../Fonts/BrandonText/BrandonTextWeb-Black/font.woff') format('woff');
    font-weight: 800; /* black */
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    }
  
    
    
    .search-destinations {
        background: url(../images/top-destinations.webp) rgba(0, 0, 0, 0.5) no-repeat center center fixed;
        background-blend-mode: multiply;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-family: "BrandonText", sans-serif;
    
    }
    h1, h2, h3, h4, h5, h6,a,p{
        font-family: "BrandonText", sans-serif;
        font-style: normal;
        font-weight: 600;
        color: inherit;
        text-rendering: optimizeLegibility;
     }
    
    #fixed-form-container,
    #fixed-form-container-noresult {
        display: none;
    }
    
    .search-destinations .main-container h1 {
        display: none;
    }
    
    .search-destinations .main-container h2 {
        color: #fff;
        font-family: "BrandonText", sans-serif;
        font-size: 24px;
        margin-top: 25px;
        line-height: 1.4;
    }
    
    .search-destinations .main-container h2 span {
        color: #F1D169;
        font-family: "BrandonText", sans-serif;
        font-size: 24px;
        margin-top: 50px;
        line-height: 1.4;
    }
    
    .search-destinations .main-container .cvent-logo {
        margin-top: 40%;
        margin-bottom: 5%;
        width: 55%;
        max-width: 200px;
    }

    .search-destinations .top-dest-logo{
        display: flex;
        justify-content: center;
    }
    
    .search-destinations .get-touch {
        background: #fff;
	    width: 100%;
    }
    
    .search-destinations .form-get-touch h3 {
        color: #fff;
        font-size: 18px;
        font-family: "BrandonText", sans-serif;
        margin-bottom: 10px;
        font-weight: 500;
    }
    
    .search-destinations.ty h2 {
        margin-top: 30%;
        margin-bottom: 10px;
        font-size: 2.5em;
    }
    
    .search-destinations.ty h3 {
        color: #ffffff;
        margin-bottom: 10px;
        font-weight: 300;
    }
    
    .search-destinations .search-box,
    .close-icon,
    .search-wrapper {
        position: relative;
        padding: 10px 0 10px 20px;
    }
    
    .search-destinations .search-wrapper {
        width: 500px;
        margin: auto;
        margin-top: 50px;
    }
    
    .search-destinations .search-box {
        width: 82%;
        border: 0;
        outline: 0;
        border-radius: 4px;
        display: inline-block;
        height: 40px;
        color:#000;
    }
    
    .cta-white-stroke.expanded {
        position: absolute;
        right: 0;
        top: -6px;
        border-radius: 50px;
        outline: none;
        padding: 4px 10px;
    }
    
    .search-destinations .search-box:focus {
        box-shadow: 0 0 6px 0px #b0e0ee;
    
    }
    
    .search-destinations .close-icon {
        border: 1px solid transparent;
        background-color: transparent;
        display: inline-block;
        vertical-align: middle;
        outline: 0;
        cursor: pointer;
        position: absolute;
        top: 17%;
    }
    
    .search-destinations .know-rank {
        background: #006ae1;
        border: none;
        font-family: "BrandonText", sans-serif;
        border-radius: 4px;
        padding: 8px 30px;
        margin-left: -8px;
        color: #fff;
        position: absolute;
        font-weight: 600;
        transition: 1s;
        font-size: 16px;
        height: 40px;
        cursor: pointer;
        text-decoration: none;
    }
    
    .search-destinations .know-rank:hover {
        background: #161851;
        transition: 1s;
        cursor: pointer;
        text-decoration: none;
    }
    
    .search-destinations .form-section h2 {
        color: #fff;
        font-family: "BrandonText", sans-serif;
    }
    
    .search-destinations .close-icon:after {
        content: "X";
        display: block;
        width: 21px;
        height: 21px;
        position: absolute;
        background-color: #e04b4b;
        z-index: 1;
        right: 63px;
        top: 2px;
        bottom: 0;
        margin: auto;
        padding: 2px;
        border-radius: 50%;
        text-align: center;
        color: white;
        font-weight: normal;
        font-size: 12px;
        box-shadow: 0 0 2px #E50F0F;
        cursor: pointer;
        transition: 1s;
    }
    
    .search-destinations .search-box:not(:valid)~.close-icon {
        display: none;
        transition: 1s;
    }
    
    
    #fixed-form-container {
        position: fixed;
        text-align: center;
        margin: 0;
        padding: 16px;
        left: 50%;
        width: 100%;
        max-width: 700px;
        transform: translate(-50%, -50%);
        border-radius: 8pt;
        z-index: 500;
        top: 50%;
        right: 50%;
        
    }
    #fixed-form-container .form-inner{
        border: 1px solid #DDD;
        border-radius: 4px;
        padding: 1.9em;
    }
    
    .form-inner h3{
        text-align: left;
        line-height: 1.2;
        margin-bottom: 24px;
    }
    
    .form-inner .form-group.ph span{
        font-size: .7em;
        font-style: normal;
        font-weight: 400;
    }
    /*#fixed-form-container .open-form:before { 
       content: "Get in touch ";
       cursor:pointer;
    }*/
    #fixed-form-container .expanded {
        content: "";
        visibility: hidden;
    }
    
    #fixed-form-container .expanded:before {
        content: "x";
        cursor: pointer;
        visibility: visible;
        width: auto;
        position: absolute;
        right: 6px;
        top: 0;
        font-size: 16px;
    }
    
    #fixed-form-container .expanded:hover::before {
        color: #d3d3d3;
        background: none;
    }
    
    .cta.cta-white-stroke {
        cursor: pointer;
        border-radius: 4px;
        background-color: #006ae1;
        border: none;
    }
    .cta.cta-white-stroke:hover{
        background-color: #161851;
    }
    
    
    .form-get-touch {
    margin-top: 30px;
    }
    
    #fixed-form-container .form-get-touch .checkbox label,
    .radio label {
        color: #fff;
    }
    
    #fixed-form-container .form-get-touch .form-group .form-control {
        height: 50px;
    }
    
    @media only screen and (max-width :1400px) {
        .search-destinations .main-container .cvent-logo {
            margin-top: 45%;
        }
    }
    
    @media only screen and (max-width :1199px) {
        .search-destinations .main-container .cvent-logo {
            margin-top: 78%;
        }
    
        .search-destinations .search-box {
            width: 73%;
        }
    }
    
    
    @media only screen and (max-width :992px) {
        .search-destinations .main-container h2 {
            font-size: 28px;
        }
    }
    
    @media only screen and (max-width :991px) {
        .search-destinations .main-container .cvent-logo {
            margin-top: 40%;
            width: 92%;
        }
    
        .search-destinations .search-box {
            width: 79%;
        }
    }
    
    @media only screen and (max-width :768px) {
        #fixed-form-container .open-form {
            margin: 12px 6px;
        }
    
        #fixed-form-container {
            padding-left: 30px;
            padding-right: 30px;
        }
        .search-destinations .get-touch p {
            margin-bottom: 0px;
            padding: 0px 20px;
        }
    
        .cta-white-stroke.expanded {
            padding: 4px 8px;
        }
    
        .search-destinations .search-box {
            width: 78%;
        }
    
        #fixed-form-container {
            height: 100%;
		width: 100%;
		text-align: center;
		border-radius: 0;
		padding-bottom: 30px;
        }
        #fixed-form-container .form-inner{
            border: 0;
            padding:  2em 0.75em;
        }
        #fixed-form-container .form-get-touch {
            padding: 30px;
            border-radius: 0;
        }
        #close-m-btn{
            top: 18px;
            right: 30px;
        }
        .know-the-rank{
            margin-left: 40px;
        }
    }
    
    .input-fields {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 17px;
        justify-content: space-between;
    }
    
    .input-fields .form-group {
        flex: 47%;
        max-width: 50%;
        padding: 0;
        text-align: left;

    }
    
    .form-group label.error {
        display: none;
        line-height: 1;
        position: absolute;
        left: 0;
        text-align: left;
        margin: 0;
        color: red;
        text-transform: unset;
        font-size: 14px;
        height: auto;
        font-family: 'BrandonText';
    
    }
    
    .form-group.focused label.labelFocus.error,
    .form-group.focused label.error {
        color: red;
        top: unset;
        transform: unset;
        font-size: 14px
    }
    
    #mkto_submit {
        border-radius: 8px;
        font-weight: 700;
        font-family: 'BrandonText';
    }
    
    @media only screen and (max-width :767px) {
        .search-destinations .know-rank {
            padding: 11px 30px 10px 30px;
            font-size: 15px;
        }
    
        .search-destinations .get-touch p {
            margin-bottom: 0px;
        }
    
        .search-destinations .main-container .cvent-logo {
            width: 90%;
		    margin: 60% auto 20px auto;
        }
    
        .search-destinations .search-box {
            width: 80%;
        }
    
        .search-destinations .main-container {
            padding: 0 65px 0 55px;
        }
    
        .search-destinations .main-container h2 {
            font-size: 25px;
            padding-left: 29px;
        }
    
    }
    
    @media only screen and (max-width :640px) {
        .search-destinations .search-box {
            width: 75%
        }
    
        .search-destinations .know-rank {
            font-size: 15px;
        }
    
        .search-destinations .main-container {
            padding: 0 25px 0 25px;
        }
    
        .form-section .container {
            width: auto;
            padding: 20px 0;
        }
    
    }
    
    @media only screen and (max-width :518px) {
        .col-xs-offset-1 {
            margin-left: 0;
        }
    
        .search-destinations .search-box {
            width: 73%
        }
    
        .search-destinations .main-container {
            padding: 0 5px 0 4px;
        }
    
    }
    
    
    @media only screen and (max-width :479px) {
        .search-destinations .main-container .cvent-logo {
            width: 84%;
            margin-left: 33px;
        }
    
        .search-destinations .search-box {
            width: 100%;
        }
    
        .search-destinations .know-rank {
            width: auto;
            margin-left: 0%;
            display: block;
            text-align: center;
            position: relative;
		    margin-top: 3%;
        }
    
        .search-destinations .main-container h2 {
            font-size: 22px;
            padding-left: 0;
        }
    
        #fixed-form-container {
            padding-left: 10px;
            padding-right: 10px;
        }
    
        #fixed-form-container .form-get-touch {
            padding: 0;
        }
    
        .search-destinations .main-container {
            padding: 0;
        }
        .know-the-rank{
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
    }
    
    @media only screen and (max-width :320px) {
    
        .search-destinations .know-rank {
            width: auto;
            margin-left: 19%;
            display: block;
            text-align: center;
        }
    
    }
    
    body.thank-you {
        color: #000;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        font-family: BrandonText;
    }
    
    .thank-you a {
        text-decoration: none;
    }
    
    .thank-you .footer-learn a:hover {
        color: #808080;
    }
    
    .thank-you .footer-learn {
        width: 100%;
        padding-top: 10px;
        background-color: #1c2c43;
        color: #EFF3FD;
    }
    
    .thank-you .footer-learn a {
        color: #EFF3FD;
    }
    
    .thank-you ul {
        list-style-type: none;
    }
    
    .thank-you a img.cvent-logo {
        padding-top: 30px;
    }
    
    .ninjas-resource img {
        width: 100%;
    }
    
    .cvent-logo-container {
        height: 70px;
    }
    
    .hero-meems {
        background-color: #006ae1;
        color: #fff;
    }
    
    .hero-meems h1 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 16px;
    }
    
    .hero-meems p {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 400;
    }
    
    .hero-meems .row {
        padding: 5em 0;
    }
    
    .ninjas-resource>.container {
        margin-top: 3rem;
        font-size: 16px;
    }
    
    .ninjas-resource li.linked-resource {
        background-color: #fff;
        transition: all .2s ease-in-out;
        transform: none;
        box-shadow: 0 5px 10px rgba(154, 160, 185, .1), 0 15px 40px rgba(166, 173, 201, .3);
        border: 0;
        border-radius: 8px;
        border-radius: 0.25rem;
        overflow: hidden;
        margin-bottom: 2.5rem;
        position: relative;
        max-width: 31%;
        top: 0;
        left: 0;
        z-index: 2;
        border-radius: 8px;
        flex: 0 0 33.33%;
    }
    
    .ninjas-resource li.linked-resource:hover {
        transition: all ease .3s;
        top: -5px;
    }
    
    .ninjas-resource .resources ul {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        flex-direction: 15px;
    }
    
    .ninjas-resource .resources ul li h3 {
        margin-bottom: 20px;
    }
    
    .ninjas-resource .resources ul li a.cta-link {
        color: #006ae1;
        text-decoration: none;
        font-weight: 600;
        position: relative;
    }
    
    .resource-thumbnail {
        position: relative;
        height: auto;
    }
    
    .resource-thumbnail .category {
        color: #fefefe;
        position: absolute;
        bottom: 0;
        left: 3px;
        font-size: .75em;
        line-height: 1.5;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 400;
        padding-left: 16px;
        padding-top: 1rem;
        z-index: 4;
    }
    
    .resource-thumbnail::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, .38) 30%, transparent 100%);
        width: 100%;
        height: 100%;
        z-index: 2;
        left: 0;
        bottom: 0;
    }
    
    .ninjas-resource .resources ul li a.cta-link:after {
        content: "";
        position: absolute;
        right: -13px;
        display: inline-block;
        height: 12px;
        width: 12px;
        background-color: transparent;
        bottom: 5px;
        border: 2px solid transparent;
        border-top-color: red;
        border-right-color: red;
        border-radius: 3px;
        transform: rotate(45deg);
        transition: all ease .3s;
    
    }
    
    .para-header {
        margin-bottom: 15px;
        font-weight: 600;
        font-family: BrandonText;
    }
    .para-header h2{
        font-weight: 600;
    }
    .ninjas-resource .resources .resource-header {
        padding: 16px;
    }
    
    .ninjas-resource .resources .resource-header a {
        color: #000;
    }
    
    .ninjas-resource .resources ul li a.cta-link:hover::after {
        transition: all ease .3s;
        right: -15px;
    }
    
    .footer-container {
        width: 100%;
        padding: 0;
        margin-top: auto;
    }
    #form-background-overlay{
        background: rgba(0, 0, 0, .35);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 400;
        display: none;
    }
    
    #close-m-btn{
        position: absolute;
        cursor: pointer;
        width: 18px;
        height: 18px;
        right: 33px;
        top: 28px;
    }
    #close-m-btn:before{
        content: "";
        background-color: #9a9fa6;
        height: 2px;
        width: 25px;
        position: absolute;
        right: -25px;
        top: 1px;
        transform: rotate(135deg);
        transition: all .5s;
        transform-origin: 0 0;
        border-radius: 2pt;
    }
    #close-m-btn:after {
        content: "";
        background-color: #9a9fa6;
        height: 2px;
        width: 25px;
        position: absolute;
        right: -8px;
        top: 0;
        transform: rotate(45deg);
        transition: all .5s;
        transform-origin: 0 0;
        border-radius: 2pt;
    }
    #close-m-btn:hover::before, #close-m-btn:hover::after{
        background-color: #000;
    }
    #fixed-form-container.active{
        display: block;
        /* animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 0.5; */
    }
    /* @keyframes fadeInOpacity {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    } */