/* MAKE ALL BUTTONS UPPERCASE */
#main_body .custombutt_block .custombutt {
 text-transform: uppercase; 
}

#main_body .text_block .text_block_text ul, #main_body #blog_main .text_block .text_block_text ul {
    list-style: none;
    margin-left: 0;
}

#main_body .text_block .text_block_text ul li {
    padding-left: 1.875rem;
    margin-top: 0.9375rem;
    position: relative;
}

#main_body .text_block .text_block_text ul li:before {
    background-image: url('/site_files/1/custom/1/images/bullet.svg');
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    margin-top: 5px;
}

@-webkit-keyframes customLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes customLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

table.pricing-table {
    text-align: center;
    color: #464a53;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 300;
    position: relative;
    margin: 0 auto;
}

table.pricing-table tr {
    height: 2.6875rem;
}

table.pricing-table svg {
    fill: #7694f6;
    width: 0.9375rem;
    height: 1.625rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

table.pricing-table span.dashboard-tooltips {
    border-bottom: 1px solid #a3d0ed;
}

table.pricing-table .disabled svg, table.pricing-table .disabled .plan-price, table.pricing-table .disabled .plan-title, table.pricing-table .disabled .plan-change-text {
    opacity: 0.3;
}

table.pricing-table thead th {
    border-bottom: 1px solid #e9ecec;
    border-right: 1px solid #e9ecec;
    color: #1d2428;
    font-size: 1rem;
    font-weight: 500;
    max-width: 10.625rem;
    height: 10.6875rem;
    background: #ffffff;
    text-align: center !important;
}

table.pricing-table thead th:first-child {
    background-color: #426292;
    background-color: rgba(66, 98, 146, 0.4);
    border-right: none;
}

table.pricing-table thead th:last-child {
    border-right: none;
}

table.pricing-table tbody tr td {
    background: #ffffff;
    border-bottom: 1px solid #e9ecec;
    border-right: 1px solid #e9ecec;
    font-weight: 500;
    line-height: 2.0625rem;
    position: relative;
    vertical-align: middle;
}

table.pricing-table tbody tr td a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

table.pricing-table tbody tr td span.rs-tooltips {
    border-bottom: 1px solid #a3d0ed;
    text-decoration: none;
}

table.pricing-table tbody tr td:first-child {
    border-right: none;
    text-align: left;
}

table.pricing-table tbody tr td:last-child {
    border-right: none;
}

table.pricing-table tbody tr:hover td:not(.plan-change-description-page) {
    background: #fafafa;
}

table.pricing-table tbody tr.spacer-row, table.pricing-table tbody tr.spacer-row:hover {
    height: 35px;
    height: 2.1875rem;
    background: transparent;
}

table.pricing-table tbody tr.spacer-row td, table.pricing-table tbody tr.spacer-row:hover td {
    background: transparent;
    height: 35px;
    height: 2.1875rem;
}

#shadow #main_body .custom-support-search .custom-support-search__search {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 0px rgba(27, 35, 72, 0.29);
    border-radius: 0.1875rem 0 0 0.1875rem;
    color: #1b2348;
    height: 3rem;
    font-size: 1rem;
    -webkit-appearance: none;
    padding: 0 0.625rem;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    resize: none;
    outline: none;
    width: 100%;
}

.custom-support-search__submit {
    display: block;
    right: 0;
    width: 3rem;
    border: 0;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    background-image: url(/site_files/1/custom/1/images/search.svg);
    background-color: #7694f6;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0.1875rem 0.1875rem 0;
}

.custom-support-search {
    display: flex;
}



@media (max-width: 1080px) and (min-width: 740px) {
    #header #header-inner, #footer-1-inner, #footer-inner {
        width: 860px !important;
    }

    .globalisation-country-warning__left {
        margin-left: 16px;

    }



    #shadow_inner .globalisation-country-warning .wrap .globalisation-country-warning__right svg {
        margin-top: 0;
    }

}

@media (max-width: 500px) {
    .globalisation-country-warning__left {
        flex-wrap: wrap;
    }

    #shadow_inner .globalisation-country-warning .wrap .globalisation-country-warning__left .globalisation-country-selector {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 740px) {
    
   


    #shadow_inner .globalisation-country-warning .wrap {
        padding-left: 16px !important;
        padding-right: 5vw !important;
    }


    #shadow_inner .globalisation-country-warning .wrap .globalisation-country-warning__right {
        margin-right: 10px;
    }


    .mobile-powered-by {
        display: none;
    }
}

@media (min-width: 740px) {
    

    .globalisation-country-warning__right {
        padding-right: 1rem;
    }

    .globalisation-country-warning .wrap .globalisation-country-warning__right svg {
        margin-top: 0.25rem;
    }

  
}

#main_body .stack:not(.stack--footer) .text_block .text_block_text br ~ a:after, #main_body .stack:not(.stack--footer) .text_block .text_block_text strong > a:after, a.croc-arrow:after {
    content: "";
    background-image: url(/site_files/1/custom/1/images/arrow-right.svg);
    display: inline-block;
    background-size: contain;
    transition: transform .2s ease-in-out;
    background-repeat: no-repeat;
    margin-left: 0.2941176471em;
    width: 0.5882352941em;
    height: 0.5882352941em;
}

#main_body .text_block .text_block_text br ~ a:hover, #main_body .text_block .text_block_text strong > a:hover, a.croc-arrow:hover {
    text-decoration: none !important;
}

#main_body .text_block .text_block_text br ~ a:hover:after, #main_body .text_block .text_block_text strong > a:hover:after, a.croc-arrow:hover:after {
    transform: translate3d(3px, 0px, 0);
}

.accordion-category {
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
}

.accordion-category:after {
    content: "";
    background-image: url(/site_files/1/custom/1/images/arrow-down-support-accordion.svg);
    display: inline-block;
    background-size: contain;
    transition: transform .2s ease-in-out;
    background-repeat: no-repeat;
    margin-left: 0.2941176471em;
    transform: rotate(0deg);
    width: 0.5882352941em;
    height: 0.5882352941em;
    background-position: center;
}

.accordion-category.accordion__open:after {
    transform: rotate(180deg);
}

.globalisation-country-warning ~ #header-area {
    position: relative;
}


#main_body .form-builder-block .rs-form-builder_row input:focus, #main_body .form-builder-block .rs-form-builder_row textarea.rs-form-builder--basic:focus {
    border: 2px solid #2c3035 !important;
    box-shadow: none !important;
}

.globalisation-country-warning {
    position: relative;
    z-index: 151;
  background: #F2EBE5;
}



#footer-1-inner {
    background-image: url(/site_files/1/custom/1/images/proudly-made-on.svg);
    background-position: 1rem 2.375rem;
    background-repeat: no-repeat;
    background-size: 16.125rem;
}

.footer__decal {
    display: none;
}



.custom-jump-menu {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    height: auto;
}

.custom-jump-menu a {
    display: inline-block;
    text-decoration: none;
    color: #748393;
    opacity: 1;
    text-align: center;
    height: 1.75rem;
    line-height: 1.75rem;
    font-style: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    padding: 0 0.875rem 0 0;
    margin: 0.625rem 0.25rem 0.625rem 0;
    border-radius: 0.1875rem;
}

.custom-jump-menu a:hover {
    color: #7694f6;
}

/* the badge classes below are for a small toggle to display above new features and events featured on the home page */
span.badge-new-pink {
    display:inline-block;color:#ffffff;background-color:#FDBCC2;border-radius:4px;font-size:0.8125rem;padding:0 0.375rem 0.125rem 0.375rem;letter-spacing:1px;font-family:phxy,Arial;font-weight:600;
}
span.badge-event-blue {
    display:inline-block;color:#ffffff;background-color:#81CAFF;border-radius:4px;font-size:0.8125rem;padding:0 0.375rem 0.125rem 0.375rem;letter-spacing:1px;font-family:phxy,Arial;font-weight:600;
}

.globalisation-country-selector .choices {
	width:11rem !important;
}
