﻿@charset "utf-8";
/* CSS Document */
@media only screen {

html, body {
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #FFFFFF;
    }
.u-underline-curved {
  position:relative
}
.u-underline-curved:after {
  content:"";
  position:absolute;
  bottom:-7.5px;
  left:0;
  height:7px;
  width:100%;
  border:4.5px solid transparent;
  border-top-color:#f4ee62;
  border-radius:50%
}
.badge {
	padding: 1vw;
	width: 50px;
	height: 50px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: #f4ee62;
	color: #000000;
	font-size: 2vw;
	margin-bottom:1.5vw;
}

    /*Popover Close Button ===============================================*/
    #et-boc [data-da-area] .da-close-wrap .da-close {
        border-radius: 20px;
        margin-right: -10px;
        margin-top: -10px;
        /*margin-right: 0px;*/
        /*margin-top: 0px;*/
        background-color: #FFFFFF;
        color: #25454F;
        border: 4px solid #25454F;
        transform-origin: top right;
        transform: scale(1.3);
        font-size: 32px;
        opacity: 1;
        text-shadow: none !important;
    }

.ActivateForm {
}

.LoginForm {
}

.form-flex {
list-style-type: none;
padding: 0;
max-width: 800px;
margin: 0 auto;
}

.form-flex li {
display: flex;
flex-wrap: wrap;
align-items: center;
}

.form-flex li:not(:last-child) {
margin-bottom: 0.75rem;
}

.form-flex > li > label {
flex: 1 0 120px;
max-width: 220px;
}

.form-flex > li > label[class="switch"] {
flex: 1 0 60px;
max-width: 60px;
margin-right: 1rem;
}

.form-flex > li > label[class="myradio"] {
flex: 1 0 30px;
max-width: 30px;
margin-left: 2rem;
margin-right: 1rem;
margin-bottom: 0.25rem;
}

.form-flex > li > label + * {
flex: 1 0 220px;
}

.form-flex > li > input {
    border: 0;
    font-family: Inter,sans-serif !important;
    font-size: 1.2rem;
    line-height: 1.5rem;
    background-color: #f4ee62;
    border: solid 1px #002632;
    color: #002632;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}

.tnc_cb_FrmItm {
	font-family: Inter,sans-serif !important;
	font-size: 1.1rem;
	color: #160a4f;
	width: 100%;
	text-align: center;
}

.indent1 {
margin-left: 1rem;
margin-right: 1rem;
}

.indent2 {
margin-left: 2rem;
margin-right: 2rem;
}

.indent3 {
margin-left: 3rem;
margin-right: 3rem;
}

.inpFormSubmitButt {
    font-size: 24px !important;
    border-radius: 10px !important;
    color: #002632;
    background-color: #f4ee62 !important;
    border: 1px solid #ebe660 !important;
    cursor: pointer;
    padding: 0.5rem 1rem;
}

.inpFormSubmitButt:hover {
			
}

.inpFormSubmitButt:hover::after {
	line-height: 1.25em;
}

/* Toggle Switch =============================================================*/
        /* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #f4ee62;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: #4D6870;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #000000;
}

input:focus + .slider {
box-shadow: 0 0 1px #000000;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}
/*=========================================================================*/
        .MyBlurbImgHolder {
        display: inline-block;
        overflow: hidden;
        position: relative;
        margin-top: 0;
        margin-bottom: 1vw;
        height: 200px;
        width: 100%;
    }

    .MyBlurbImg {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .MyBlurbImg img {
            height: 200px;
            max-width: none;
        }

    .MyBlurbTxt {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .MyBlurbTxt_Header {
        margin-top: 1rem;
    }

    .MyBlurbTxt_Body {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    /*===================*/

    .vertical-align {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .myCarouselImg {
        width: 350px;
        height: 250px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        cursor: pointer;
    }

    .myCarouselCaption {
        text-align: center;
        padding-left: 0.5rem;
        padding-right: 0.8rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        background-color: #002632;
        color: #FFFFFF;
        position: absolute;
        bottom: 15px;
        box-sizing: border-box;
        border-radius: 0 15px 15px 0;
        border-left: 4px solid #F4EE62;
        cursor: pointer;
    }

    .CarouselControls {
        text-align: center;
        color: #25454F;
    }

    .see_full_list_btn, .showActivation_btn {
        margin: 0.5rem;
        cursor: pointer;
        border: 3px solid #25454F;
        font-size: 24px !important;
        border-radius: 10px !important;
        color: #002632;
        background-color: #f4ee62 !important;
        border: 1px solid #ebe660 !important;
        cursor: pointer;
        padding: 0.5rem 1rem;
    }
        .see_full_list_btn:hover::after {
            line-height: 2.55rem !important;
        }

    .showMore_btn {
        margin-top: 0.5rem;
        margin-left: 0;
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
        font-size: 24px !important;
        border-radius: 10px !important;
        color: #002632;
        background-color: #f4ee62 !important;
        border: 1px solid #ebe660 !important;
        cursor: pointer;
        padding: 0.5rem 1rem;
    }
    .prevControl {
        float: left;
        padding: 0.5rem;
        cursor: pointer;
    }

    .nextControl {
        float: right;
        padding: 0.5rem;
        cursor: pointer;
    }

    .prevControl:hover {
        color: #999999;
    }

    .nextControl:hover {
        color: #999999;
    }

    .noHover {
        pointer-events: none;
    }

    .see_full_list_btn:hover, .showActivation_btn:hover, .showMore_btn:hover {
        border: 3px solid #ffffff !important;
    }

    .showActivation_btn:disabled {
        border: 3px solid #999999 !important;
        color: #999999 !important;
        background-color: #CCCCCC;
    }

    /*
    .et_pb_button:hover::after {
        line-height: 1.25em;
    }
    */

    .showMore_btn:hover::after {
        line-height: 1.6rem !important;
    }

    .clearfix::after {
        content: "";
        display: table;
        clear: both;
    }
    .Listing_oneitem_display_holder,
    .FullListing_oneitem_display_holder {
        padding: 2em;
        background-color: #002632;
        color: #FFFFFF;
        font-size: 1.2rem;
        border-radius: 2em;
        margin: 1em;
        min-height: 280px;
        display: block;
    }
    .Listing_ItemImg,
    .FullListing_ItemImg {
        width: 350px;
        height: 250px;
        max-width: 350px;
        max-height: 250px;
        margin-right: 2em;
        margin-bottom: 1em;
        border-top-left-radius: 2em;
        background-size: cover;
        background-position: center;
        float: left;
    }
    .Listing_ItemDesc,
    .FullListing_ItemDesc {
    }
    .Listing_ItemDesc ul,
    .FullListing_ItemDesc ul {
        list-style-position: inside;
        /*padding-left: 2em !important;*/ /* Adjust the value as needed */
        position: relative;
    }
    .Listing_ItemDesc ul li,
    .FullListing_ItemDesc ul li {
    }

    .CatItemTitle {
        font-size: 1.5rem;
        font-weight: bold;
        color: #f4ee62;
        margin-bottom: 0.5rem;
    }

}

/* Phone (up to 767px), Tablet (768px - 980px), and Desktop (981px and above) */

/* Divi Desktop */
@media only screen and (min-width: 981px) {

}
/*  Divi Tablet */
@media only screen and (max-width: 980px) and (min-width: 768px) {
    
}
/* Divi Phone */
@media only screen and (max-width: 767px) {    

}
