:root {
    --MainColor: rgba(240, 78, 35, 1);
    --SecondaryColor: #212529;
    --Mont-Font: 'Montserrat', sans-serif;
}

.maxWidth400 {
    max-width: 400px;
}

.maxwidth200 {
    max-width: 200px;
}

.minWidth200 {
    min-width: 200px;
}

.maxwidth150 {
    max-width:150px;
}

.minwidth150 {
    min-width: 150px;
}
.cursorPointer {
    cursor:pointer;
}

.outlineNone {
    outline:none;

}
.displayGrid3Columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center
}


.redBorder {
    border:solid red 2px;
}

/*.mont-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.mont-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.mont-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}*/
.comic-sans-light {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-weight: 300;
}

.comic-sans-medium {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-weight: 500;
}

.comic-sans-bold {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-weight: 700;
}

/* Font weights for Safari */
body.safari .comic-sans-light {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

body.safari .comic-sans-medium {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

body.safari .comic-sans-bold {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.mainColor {
    color: rgba(240, 78, 35, 1);
}

.mainBGColor {
    background-color: rgba(240, 78, 35, 1);
}

.secondaryColor {
    color: #212529;
}

.secondaryBGColor {
    background-color: #212529;
}

.GreenColor4h2o {
    color: #107058;
}

.GreenBGColor4h2o {
    background-color: #107058;
}


.greybgColor {
    background-color: #ebebeb;
}

.fontSize12 {
    font-size: 1.2em;
}


.fontSize15 {
    font-size: 1.5em;
}


.fontSize2 {
    font-size: 2em;
}
.borderRadius6 {
    border-radius:6px;
}

.text-underline {
    text-decoration:underline;
}
.button4H2O {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    outline: none;
}

.searchContainer {
    height:45px;

}
.searchContainer .searchBar {
    width: 400px;
}

#elasticSearchListPartial {
    background-color: #f3f3f3;
    padding: 1.2rem 0rem;
}

#elasticSearchListPartial li {
    padding: 1rem 0.5rem;
    border-bottom: solid #d9d9d9 2px;
}



.bannerHeight {
    min-height: 150px;
}



.quoteListPartial {
    max-height: 250px;
    overflow-y: auto;
    padding: 10px 10px ;
}


.quoteListPartial .quoteName {
    max-width: 150px;
    min-width: 150px;
    text-overflow: ellipsis;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
}

.form-control:focus {
    color: #212529;
    border-color: #ed6844 !important;
    box-shadow: 0 0 0 0.25rem rgba(240, 78, 35, 0.25) !important;
}
.errorMsg {
    color: var(--SecondaryColor);
    font-family: var(--Mont-Font);
    font-weight: 500;
    font-size:1em;
}

.field-validation-valid:before {
   
    display: none; /* hide the icon by default */
}

.field-validation-error:before {
    content: '\e12e\e12e';
    color: red;
    font-family: 'Font Awesome 6 Duotone';
    display: inline-block;
    padding-right: 2%;
    margin-top:2%;
}

.validation-summary-errors ul li {
    color: var(--SecondaryColor);
    font-family: var(--Mont-Font);
    font-weight: 500;
    font-size: 1em;
}

.validation-summary-errors ul li:before {
    content: '\e12e\e12e';
    color: red;
    font-family: 'Font Awesome 6 Duotone';
    display: inline-block;
    padding-right: 2%;
    margin-top: 2%;
}


#blackout {
    background-color: #213038;
    opacity: .75;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
}

.index-bottom-banner {
    padding-bottom: 5%;
}

.bodyPadding {
    padding-top: 136px;
}

nav .logo img {
    max-width: 50%;
}

nav a {
    text-decoration: none;
    color: inherit;
}

    nav a:hover {
        text-decoration: none;
        color: inherit;
    }

.wrapper {
    background: #107058;
    position: fixed;
    width: 100%;
    z-index: 10000;
}


.wrapper nav {
    position: relative;
    display: flex;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    height: 90px;
    align-items: center;
    justify-content: space-between;
}

nav .content {
    display: flex;
    align-items: center;
}

nav .content .links {
    display: flex;
}

.content .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.content .links li {
    list-style: none;
    line-height: 90px;
}

.content .links li a,
.content .links li label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 50px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.content .links li label {
    display: none;
}

.content .links li a:hover,
.content .links li label:hover {
    background: var(--MainColor);
    }

.wrapper .search-icon,
.wrapper .menu-icon {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.wrapper .menu-icon {
    display: none;
}


.wrapper .search-box {
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.wrapper #show-search:checked ~ .search-box {
    opacity: 1;
    pointer-events: auto;
}

.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #fff;
    background: #171c24;
    padding: 0 100px 0 15px;
}

    .search-box input::placeholder {
        color: #f2f2f2;
    }

.search-box .go-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    width: 70px;
    background: #171c24;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.wrapper input[type="checkbox"] {
    display: none;
}

/* Dropdown Menu code start */
.content .links ul {
    position: absolute;
    background: #171c24;
    top: 80px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.content .links li:hover > ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.content .links ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px !important;
}

.content .links ul ul {
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}

.content .links ul li {
    position: relative;
}

.content .links ul li:hover ul {
    top: 0;
}

#customEmailList li {
    max-width: 400px;
    background-color: #eeeeee;
    border-radius: 3px;
    margin: 15px 0px;
    display: flex;
    justify-content: space-between;
    padding:10px 15px;
}

#customEmailList i {
    font-size: 1.4rem;
}

.socialmediaIcons {
    width: 50px;
    height: 50px;
    background: var(--MainColor);
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}


/* Responsive code start */
@media screen and (max-width: 1250px) {
    .wrapper nav {
        max-width: 100%;
        padding: 0 20px;
    }

    nav .content .links {
        margin-left: 30px;
    }

    .content .links li a {
        padding: 8px 30px;
    }

    .wrapper .search-box {
        max-width: calc(100% - 100px);
    }

        .wrapper .search-box input {
            padding: 0 100px 0 15px;
        }
}

@media screen and (max-width: 900px) {
    .wrapper .menu-icon {
        display: block;
    }

    nav .content {
        text-align: center;
    }


        nav .content .links {
            display: block;
            position: fixed;
            background: var(--SecondaryColor);
            height: 100%;
            width: 100%;
            top: 90px;
            left: -100%;
            margin-left: 0;
            overflow-y: auto;
            padding-bottom: 100px;
            transition: all 0.3s ease;
        }

    nav #show-menu:checked ~ .content .links {
        left: 0%;
    }

    .content .links li {
        margin: 15px 20px;
    }

        .content .links li a,
        .content .links li label {
            line-height: 40px;
            font-size: 20px;
            display: block;
            padding: 8px 18px;
            cursor: pointer;
        }

            .content .links li a.desktop-link {
                display: none;
            }

    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }

    .content .links #show-features:checked ~ ul,
    .content .links #show-services:checked ~ ul,
    .content .links #show-items:checked ~ ul {
        max-height: 100vh;
    }

    .content .links ul li {
        margin: 7px 20px;
    }

        .content .links ul li a {
            font-size: 18px;
            line-height: 30px;
            border-radius: 5px !important;
        }
}

@media screen and (max-width: 400px) {
    .wrapper nav {
        padding: 0 10px;
    }

    .content .logo a {
        font-size: 27px;
    }

    .wrapper .search-box {
        max-width: calc(100% - 70px);
    }

        .wrapper .search-box .go-icon {
            width: 30px;
            right: 0;
        }

        .wrapper .search-box input {
            padding-right: 30px;
        }
}





@media(max-width:700px) {
    .displayGrid3Columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:400px) {
    .displayGrid3Columns {
        grid-template-columns: repeat(1, 1fr);
    }
}

.footer-logo {
    padding: 4% 12%
}

.footer-background {
    background-color: #000000;
}

.footer-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding: 0% 12%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-text {
    font-size: 1.1em;
    color: #FFFFFF;
}

.footer-icon {
    color: #F04E23;
    padding-right: 5%;
}

.footer-links {
    font-size: 1.1em;
    color: #FFFFFF;
}


.loading {
    display: none;
}

    .loading svg {
        background-color: #ffffff;
        border-radius: 50%;
        animation: spin 3s ease infinite alternate;
    }

/*Give each dot a radius of 20*/
.shape {
    r: 20;
}

/*Give each dot its positioning and set the default animation and color for each */
.shape:nth-child(1) {
    cy: 50;
    cx: 50;
    fill: #107058;
    animation: movein 3s ease infinite alternate;
}

.shape:nth-child(2) {
    cy: 50;
    cx: 150;
    fill: var(--SecondaryColor);
    animation: movein 3s ease infinite alternate;
}

.shape:nth-child(3) {
    cy: 150;
    cx: 50;
    fill: var(--MainColor);
    animation: movein 3s ease infinite alternate;
}

.shape:nth-child(4) {
    cy: 150;
    cx: 150;
    fill: #EFAC97;
    animation: movein 3s ease infinite alternate;
}

/* Put the two interface options at the bottom of the screen */
.control-panel {
    position: fixed;
    bottom: 5px;
    display: flex;
    align-items: center;
}

/* Set color and placement of labels */
.switch-label {
    display: inline-block;
    color: #000000;
    margin: 5px;
}

/* Set area of switches */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Get rid of checkbox defaults */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* Create the slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffdd22;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 3px;
        bottom: 3px;
        background-color: #000000;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

/* Change color on checked */
input:checked + .slider {
    background-color: #c20f00;
}

/* Set second color change */
.movement input:checked + .slider {
    background-color: #2374c6;
}

/* Set the focus to same color as when checked*/
input:focus + .slider {
    box-shadow: 0 0 3px #c20f00;
}

.movement input:focus + .slider {
    box-shadow: 0 0 3px #2374c6;
}

/* Actually move the slider when checked*/
input:checked + .slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

/* Round the sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*Spin the svg so all the dots spin*/
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

/* Move all the dots toward the center */
@keyframes movein {
    to {
        cy: 100;
        cx: 100;
    }
}

/* Set a bouncy ball type movement for the dots */
@keyframes moveup {
    to {
        cy: 20;
    }
}

@media (max-width: 760px) {
    .footer-grid {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .footer-grid {
        gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
    }
}




/*Slider*/
.appleStyle {
    position: relative;
    justify-content: center;
}

.appleStyle .toggleQuote {
    display: none;
}

.appleStyle .toggleQuote:checked ~ #container {
    background: var(--MainColor);
    border: 1px solid var(--MainColor);
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.appleStyle .toggleQuote:checked ~ #control {
    transform: translate(35px);
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.appleStyle #control {
    background: white;
    border-radius: 40px;
    display: block;
    height: 25px;
    margin-left: 4px;
    position: relative;
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    width: 25px;
    z-index: 2;
    cursor: pointer;
}

.appleStyle #container {
    background: #bdc3c7;
    border-radius: 38px;
    border: 1px solid #bdc3c7;
    height: 30px;
    position: relative;
    transform: translateY(-28px);
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    width: 70px;
}


/*Scroll*/
.style-10::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.style-10::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.style-10::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent)
}

