/*
	Theme Name: Challenge
	Description: Base WordPress Theme
	Version: 1.0.0
	Author: Challenge Media Solutions Inc.
	Tags: Awesome, HTML5

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    BOOTSTRAP OVERRIDES
\*------------------------------------*/
.modal .modal-dialog {
    margin: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .modal .modal-dialog {
        margin: 200px auto 0;
        width: 828px;
    }
}
.modal .modal-dialog .modal-content {
    border: none;
    overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-header {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    padding: 20px 38px 20px 20px;
}
.modal .modal-dialog .modal-content .modal-header .title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
    color: #000;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 15px;
    text-shadow: none;
    top: 18px;
    transition: 300ms color ease;
}
.modal .modal-dialog .modal-content .modal-header .close:hover,
.modal .modal-dialog .modal-content .modal-header .close:active,
.modal .modal-dialog .modal-content .modal-header .close:focus {
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-body iframe {
    display: block;
    height: 58vw;
    width: 100%;
}
@media (min-width: 992px) {
    .modal .modal-dialog .modal-content .modal-body iframe {
        height: 500px;
    }
}
.modal-backdrop.fade {
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {
    --color-red: #F72A38;
    --color-black: #000;
    --color-gray: #777;
    --color-blue: #1C62B6;
    --color-blue-alt: #1155A9;
    --color-green: #0CC46E;
    --color-white: #FFF;

    --color-linkedin: rgb(0, 123, 181);
    --color-twitter: rgb(85, 172, 238);
    --color-facebook: rgb(24, 119, 242);

    --font-family-1: "Google Sans", sans-serif;
    --font-family-2: "Outfit", sans-serif;
}
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
    color: #000;
    font-family: var(--font-family-1);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    /* -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; */
}
body.mobile-nav-open {
    overflow: hidden;
}
@media (min-width: 992px) {
    body.mobile-nav-open {
        overflow: visible;
    }
}
h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
}
.desktop-only {
    display: none;
}
@media (min-width: 992px) {
    .desktop-only {
        display: inline;
    }
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    clear: both;
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
img.error {
    display: none !important;
}
p {
    margin-bottom: 20px;
}
a {
	text-decoration: none;
    transition: 300ms color ease-in;
}
a:hover {
    text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
a.cta {
    background-color: var(--color-blue);
    color: var(--color-white);
    display: inline-block;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 700;
    line-height: 44px;
    padding: 0 24px;
    text-transform: uppercase;
    transition: 300ms background-color ease;
}
a.cta:hover,
a.cta:active,
a.cta:focus {
    background-color: var(--color-blue-alt);
}
input:focus {
	outline: 0;
}
section {
    display: block;
}
.cta-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (min-width: 992px) {
    .cta-wrapper {
        flex-direction: row;
        justify-content: center;
    }
}
.mb-0 {
    margin-bottom: 0 !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
#map {
    height: 300px;
    max-width: 500px;
    width: 100%;
}

/* HEADER */
/* General */
header {
    background-color: var(--color-white);
    position: relative;
    transition: 300ms background-color ease;
    z-index: 2;
}
/* Mobile */
header.header-mobile {
    height: 80px;
}
header.header-mobile .top-section {
}
header.header-mobile .top-section .mobile-nav-toggle {
    color: #000;
    display: block;
    font-size: 30px;
    left: 25px;
    height: 30px;
    position: absolute;
    top: 24px;
    transition: 300ms color ease;
    width: 30px;
    z-index: 1;
}
header.header-mobile .top-section .mobile-nav-toggle:hover,
header.header-mobile .top-section .mobile-nav-toggle:active,
header.header-mobile .top-section .mobile-nav-toggle:focus {
}
header.header-mobile .top-section .logo-column {
}
header.header-mobile .top-section .logo-column .logo {
    display: block;
    margin: 13px auto 0;
    max-width: 70px;
    opacity: 1;
    text-align: center;
    transition: 300ms opacity ease;
}
header.header-mobile .top-section .logo-column .logo:hover,
header.header-mobile .top-section .logo-column .logo:active,
header.header-mobile .top-section .logo-column .logo:focus {
    opacity: 0.8;
}
header.header-mobile .top-section .logo-column .logo .logo-img {
}
header.header-mobile.mobile-nav-open .top-section .mobile-nav-toggle {
}
header.header-mobile .bottom-section {
    /* background-color: rgba(255,255,255,0.9); */
    background-color: var(--color-white);
    display: none;
    height: calc(100vh - 80px);
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 32px 10px;
    position: absolute;
    top: 80px;
    width: 100vw;
}
header.header-mobile.mobile-nav-open .bottom-section {
    display: block;
}
header.header-mobile .bottom-section nav > ul {
    list-style: none;
    padding: 0;
}
header.header-mobile .bottom-section nav > ul > li {
    margin-left: 0;
}
header.header-mobile .bottom-section nav > ul > li > a {
    color: var(--color-black);
    display: block;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
    transition: 300ms color ease;
}
header.header-mobile .bottom-section nav > ul > li > ul {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}
header.header-mobile .bottom-section nav > ul > li > ul > li {
    margin-left: 0;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > a {
    color: #FFF;
    display: block;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    transition: 300ms color ease;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > a:hover,
header.header-mobile .bottom-section nav > ul > li > ul > li > a:active,
header.header-mobile .bottom-section nav > ul > li > ul > li > a:focus {
    color: #000;
}
header.header-mobile .bottom-section nav > ul > li > ul > li.menu-item-has-children > a {
    cursor: default;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > ul {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li {
    margin-left: 0;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li > a {
    color: #FFF;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    transition: 300ms color ease;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li > a:hover,
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li > a:active,
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li > a:focus {
    color: #000;
}
/* Desktop */
header.header-desktop {
    height: 100px;
    position: sticky;
    top: 0;
}
body.scrolled header.header-desktop {
    background-color: rgba(255,255,255,0.8);
}
header.header-desktop .top-section {
}
header.header-desktop .top-section .announcement-column {
}
header.header-desktop .bottom-section {
    display: block;
}
header.header-desktop .bottom-section .logo-column {
    margin-bottom: 0;
}
header.header-desktop .bottom-section .logo-column .logo {
    display: inline-block;
    margin-top: 14px;
    opacity: 1;
    text-align: left;
    transition: 300ms opacity ease;
}
header.header-desktop .bottom-section .logo-column .logo:hover,
header.header-desktop .bottom-section .logo-column .logo:active,
header.header-desktop .bottom-section .logo-column .logo:focus {
    opacity: 0.8;
}
header.header-desktop .bottom-section .logo-column .logo .logo-img {
    height: auto;
    max-width: 90px;
}
header.header-desktop .bottom-section nav {
    margin-top: 35px;
    position: relative;
    text-align: right;
}
header.header-desktop .bottom-section nav ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
header.header-desktop .bottom-section nav ul li {
    position: relative;
}
header.header-desktop .bottom-section nav > ul > li {
    display: inline-block;
    height: 19px;
    margin-right: 27px;
    padding-right: 27px;
    position: relative;
}
header.header-desktop .bottom-section nav > ul > li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
header.header-desktop .bottom-section nav > ul > li > a {
    color: var(--color-black);
    display: block;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    padding-bottom: 0;
    text-transform: uppercase;
    transition: 300ms color ease;
}
header.header-desktop .bottom-section nav > ul > li > a:hover {
    color: var(--color-blue);
}
header.header-desktop .bottom-section nav > ul > li > ul {
    box-shadow: 0 1px 15px rgba(0,0,0,0.8);
    display: none;
    left: 0;
    position: absolute;
    top: 35px;
    text-align: left;
    width: 342px;
    z-index: 1;
}
header.header-desktop .bottom-section nav > ul > li:last-of-type > ul {
    left: auto;
    right: 0;
    width: 356px;
}
header.header-desktop .bottom-section nav > ul > li:hover > ul {
    display: block;
}
header.header-desktop .bottom-section nav > ul > li > ul > li {
    position: relative;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > a {
    border-bottom: 1px solid #B9B4B3;
    color: #FFF;
    display: block;
    font-size: 18px;
    height: 51px;
    line-height: 51px;
    padding: 0 22px;
    transition: 300ms background-color ease;
}
header.header-desktop .bottom-section nav > ul > li > ul > li:last-child > a {
    border-bottom: none;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > ul {
    box-shadow: 0 1px 15px rgba(0,0,0,0.8);
    display: none;
    left: 342px;
    position: absolute;
    top: 0;
    width: 305px;
    z-index: 1;
}
header.header-desktop .bottom-section nav > ul > li > ul > li:hover > a {
}
header.header-desktop .bottom-section nav > ul > li > ul > li:hover > ul {
    display: block;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > ul > li > a {
    border-bottom: 1px solid #B9B4B3;
    color: #FFF;
    display: block;
    font-size: 18px;
    height: 51px;
    line-height: 51px;
    padding: 0 22px;
    transition: 300ms background-color ease;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > ul > li:hover > a {
}

/* TODO: revisit */
/* HERO */
.hero {
    background-position: center top;
}
@media (min-width: 992px) {
    .hero {
        position: relative;
    }
}
.hero .hero-inner-wrapper {
    padding: 0;
}
.hero .hero-inner-wrapper img,
.hero .hero-inner-wrapper video {
    display: block;
    height: 55vw;
    object-fit: cover;
    width: 100%;
}
@media (min-width: 992px) {
    .hero .hero-inner-wrapper img,
    .hero .hero-inner-wrapper video {
        max-height: 600px;
        min-height: 320px;
    }
    .hero .hero-inner-wrapper img {
        height: 30vw;        
    }
    .hero .hero-inner-wrapper video {
        height: 55vw;
        max-height: 800px;
    }
}
.hero .hero-inner-wrapper .content-wrapper {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;;
    left: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.hero .hero-inner-wrapper .content-wrapper .title {
    animation: 2000ms ease-out 500ms 1 both fadeSlideIn;
    color: #333;
    font-family: var(--font-heading);
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0;
    text-shadow: 0 0 15px #FFF;
}
@media (min-width: 992px) {
    .hero .hero-inner-wrapper .content-wrapper .title {
        font-size: 50px;
        line-height: 54px;
    }
}
.hero .hero-inner-wrapper .content-wrapper .cta-wrapper {
}
.hero .hero-inner-wrapper .content-wrapper .cta-wrapper .cta {
}

/* MAIN */
main {
    min-height: 300px;
}
@media (min-width: 992px) {
    main {
    }
}
footer {
    background-color: #000;
    padding: 12px 20px;
}
footer .copyright {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

/* PAGE/TEMPLATE-SPECIFIC */
body.home .section-1 {
    align-items: flex-end;
    background-position: center;
    display: flex;
    height: 500px;
    justify-content: center;
    padding: 50px 20px;
    text-align: center;
}
@media (min-width: 992px) {
    body.home .section-1 {
        background-attachment: fixed;
    }
}
body.home .section-1 .title {
    margin-bottom: 0;
    text-shadow: 0 0 12px var(--color-white);
}
body.home .section-1 .title .level-up {
    color: var(--color-white);
    font-family: var(--font-family-2);
    font-size: 53px;
    font-weight: 800;
    text-shadow: 0 0 54px var(--color-black);
    text-transform: uppercase;
}
body.home .section-2 {
    padding: 50px 20px;
}
body.home .section-3 {
    padding: 24px 20px;
}
body.home .section-3 .title {
    color: var(--color-white);
    font-family: var(--font-family-2);
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
}
body.home .section-2-5 {
    padding: 50px 20px;
}
body.home .section-4 {
    padding: 50px 20px;
}
body.home .section-4 .title {
    font-family: var(--font-family-2);
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}
body.home .section-4 .description {
    text-align: center;
}

body.services .section-1 {
    padding: 30px 20px;
}
body.services .section-1 .title {
    color: var(--color-white);
    font-family: var(--font-family-2);
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 992px) {
    body.services .section-1 .title {
        text-align: left;
    }
}
body.services .section-2 {
    padding: 50px 20px;
}
body.services .section-2 .repeatable-list-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
}
body.services .section-2 .repeatable-list-block .repeatable-list-block-item {
    width: 300px;
}
body.services .section-2 .repeatable-list-block .repeatable-list-block-item .image {
    display: block;
    height: 160px;
    margin-bottom: 20px;
    object-fit: contain;
    width: 100%;
}
body.services .section-2 .repeatable-list-block .repeatable-list-block-item .description {
    margin-bottom: 20px;
}
body.services .section-2 .repeatable-list-block .repeatable-list-block-item .description p {
    border-bottom: 2px solid var(--color-black);
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
body.services .section-2 .repeatable-list-block .repeatable-list-block-item .description-2 ul {
    margin: 0;
    padding: 0;
}
body.services .section-2 .repeatable-list-block .repeatable-list-block-item .description-2 ul li {
    margin-left: 20px;
    margin-bottom: 5px;
}

body.our-values .section-1 {
    padding: 30px 20px;
}
body.our-values .section-1 .title {
    color: var(--color-white);
    font-family: var(--font-family-2);
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 992px) {
    body.our-values .section-1 .title {
        text-align: left;
    }
}
body.our-values .section-2 {
    padding: 50px 20px;
}
body.our-values .section-3 {
    padding: 0 20px 50px;
}
body.our-values .section-3 .image {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}

body.get-started .section-1 {
    padding: 30px 20px;
}
body.get-started .section-1 .title {
    color: var(--color-white);
    font-family: var(--font-family-2);
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 992px) {
    body.get-started .section-1 .title {
        text-align: left;
    }
}
body.get-started .section-2 {
    padding: 50px 20px;
}
@media (min-width: 992px) {
    body.get-started .section-2 {
        min-height: 425px;
    }
}
body.get-started .section-2 .column:nth-of-type(1) {
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    body.get-started .section-2 .column:nth-of-type(1) {
        margin-bottom: 0;
        padding-right: 60px;
    }
}

body.error .section-1 {
    padding: 30px 20px;
}
body.error .section-1 .title {
    color: var(--color-white);
    font-family: var(--font-family-2);
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 992px) {
    body.error .section-1 .title {
        text-align: left;
    }
}
body.error .section-2 {
    padding: 50px 20px;
}

/* PLUGIN OVERRIDES */
/* FORMINATOR */
@media (min-width: 783px) {
    .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-row:not(:last-child) {
        margin-bottom: 20px !important;
    }
    .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-row-last:not(:last-child) {
        margin-bottom: 0 !important;
        margin-top: -10px !important;
    }
}
.forminator-ui.forminator-design--default .forminator-label {
    font-size: 16px !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-input {
    border: 1px solid var(--color-black) !important;
    border-radius: 0 !important;
    padding: 10px !important;
}
.forminator-select-dropdown-container--open .forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted {
    background-color: var(--color-white) !important;
    outline: none !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option {
    color: var(--color-black) !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:hover {
    background-color: var(--color-gray) !important;
    color: var(--color-white) !important;
}
.forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    border-color: var(--color-black) !important;
    outline: none !important;
}
.forminator-ui.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
    background-color: var(--color-white) !important;
    border-radius: 0 !important;
    outline: none !important;
    padding: 10px !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select {
    outline: none !important;
}
.forminator-select-dropdown-container--open .forminator-dropdown--default {
    background-color: var(--color-white) !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default {
    border: 1px solid var(--color-black) !important;
    border-top: none !important;
    padding: 0 !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--single .select2-selection__arrow [class*="forminator-icon-"]::before {
    color: var(--color-blue) !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
    background-color: var(--color-blue) !important;
    color: var(--color-white) !important;
    outline: none !important;
}
.forminator-ui.forminator-design--default .forminator-button-submit {
    background-color: var(--color-blue) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--color-white) !important;
    display: inline-block !important;
    font-family: var(--font-family-2);
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
    padding: 0 24px !important;
    text-transform: uppercase !important;
    transition: 300ms background-color ease !important;
}
.forminator-ui.forminator-design--default .forminator-button-submit:hover,
.forminator-ui.forminator-design--default .forminator-button-submit:active,
.forminator-ui.forminator-design--default .forminator-button-submit:focus {
    background-color: var(--color-blue-alt) !important;
}
.forminator-ui.forminator-design--default .forminator-error-message {
    background-color: var(--color-red) !important;
    color: var(--color-white) !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 0 !important;
    padding: 10px !important;
}
.forminator-ui.forminator-design--default .forminator-response-message.forminator-success {
    background-color: var(--color-green) !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
    text-align: center !important;
}
.forminator-ui.forminator-design--default .forminator-response-message.forminator-success p {
    color: var(--color-white) !important;
    font-weight: 600 !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] {
    margin-bottom: 0 !important;
}
.forminator-edit-module {
    display: none !important;
}

/* SIMPLE PAGE ANIMATOR */

/* Base state for all animated elements */
[data-effect] {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
}

/* When animation is active */
[data-effect].is-animated {
    opacity: 1;
}

/* Individual effects – combos supported via ~= */
[data-effect~="fade-in"] {
    /* fade just controls opacity; transform offset is defined by slide effect */
}

[data-effect~="slide-from-left"] {
    transform: translate3d(-30px, 0, 0);
}

[data-effect~="slide-from-right"] {
    transform: translate3d(30px, 0, 0);
}

[data-effect~="slide-from-top"] {
    transform: translate3d(0, -30px, 0);
}

[data-effect~="slide-from-bottom"] {
    transform: translate3d(0, 30px, 0);
}

/* When animated, reset transform */
[data-effect].is-animated {
    transform: translate3d(0, 0, 0);
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
