﻿body {
}
.teal {
    color: #39b1bf;
}
.dkBlue {
    color: #1a0e38;
}
hr {
    border: 2px solid #39b1bf;    ;
    height: 2px;
    margin: 10px 0;
}
/*-----------------------------------------------------------------------------*/
.entry-content ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 40px;
    margin-top: .5em;
}
.plusListUL {
    list-style: none !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

.plusListLI_Txt {
    font-size: clamp(2rem, 3vw, 2.5rem);
    color: #FFFFFF;
    line-height: clamp(1, 2vw, 2.5);
}

.plusListLI_Plus {
    font-size: clamp(2rem, 3vw, 2.5rem);
    color: #39b1bf;
    font-weight: bold;
    padding-right: 0.25em;
    padding-left: 0.25em;
    line-height: clamp(1, 2vw, 2.5);
}
.bullLI {
    color: #39b1bf;
    margin-right: 0.5em;
}
/*-----------------------------------------------------------------------------*/
.fp_tile {
    width: 300px !important;
    padding: 0px !important;
    display: inline-block;
    vertical-align: top;
}
.fp_tile_img_h {
    width: 100%;
    height: 100%;
}
.fp_tile_img {
    padding: 0px !important;
    margin: 0px !important;
}
.fp_tile_hr {
    width:100%;
    height:0.5em;
    background-color:#ffffff;
}
.fp_tile_txt {
    width: 100%;
    min-height: 80px;
    color: #ffffff;
    background-color: #97999b;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 0.5em;
}
/*=============================================================================================*/
.catNav {
    /*text-align: left !important;*/
    padding-top: 1em !important;
    /*padding-bottom: 1em !important;*/
    padding-left: 1em !important;
    padding-right: 1em !important;
    background-color: #eee;
}

    .catNav ul {
        position: relative;
        list-style: none;
        margin: 0;
    }

    .catNav li {
        display: inline-block;
        position: relative;
        height: 2.4em;
        overflow: hidden;
        font-family: "Balthazar",Georgia,"Times New Roman",serif;
        font-size: 2em;
        color: #97999b;
        background-color: #FFFFFF;
        border-radius: 20px;
        margin: 5px;
        /*min-width:100px;*/
        box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
    }

        .catNav li:hover {
            color: #333333;
        }

    .catNav a {
        color: inherit;
        text-decoration: none;
        text-align: center;
        margin-left: 0.5em;
        margin-right: 0.5em;
        /* transition: .3s background-color;*/
    }

        .catNav a:link {
            color: inherit;
            text-decoration: none;
        }

        .catNav a:hover {
            color: inherit;
        }

        .catNav a.active {
            color: inherit;
        }

    /* Sub Menus */
    .catNav li li {
        font-size: 1.0em;
    }

.catMenuTable {
    border: 0 !Important;
    border-collapse: collapse !important;
}

    .catMenuTable tr {
        border: 0 !Important;
    }

        .catMenuTable tr td {
            border: 0 !Important;
        }

.catMenu {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    text-align: center;
    line-height: 2.4em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.catMenuTxt {
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-family: "Balthazar",Georgia,"Times New Roman",serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: smaller;
}

.catMenuImgHolder {
    height: 2.4em;
    display: inline-block;
    padding: 0 !Important;
}

.catMenuAHolder {
    height: 2.4em;
    display: inline-block;
    padding: 0 !Important;
}

.catMenuImg {
    height: 2.4em;
}

#CatSecTitle {
    font-family: "Balthazar",Georgia,"Times New Roman",serif;
    font-size: 2.5em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*=====================*/
.icoOn {
    color: #333333;
}

.icoOff {
    color: #97999b;
}

#myIco_Tiles {
    cursor: pointer;
}

#myIco_List {
    cursor: pointer;
}

#myIco_Tiles:hover {
    color: #008384;
}

#myIco_List:hover {
    color: #008384;
}

/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/
#AccordionOffersDisplayTable {
    /*This is actualy a UL now*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    text-decoration: none !important;
    position: relative;
    font-family: "Balthazar",Georgia,"Times New Roman",serif;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #97999b !important;
    border-radius: 20px;
    padding: 10px;
}

.LI_CatItemRow {
    border-radius: 20px;
    border: 0 !Important;
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    line-height: 0 !important;
}

.isList {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px
}

.isTile {
    width: 23% !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px
}

@media only screen and (max-width: 1043px) {
    .isTile {
        width: 31% !important;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 725px) {
    .isTile {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* Test sections ===================================================*/
/*text box with header*/
.TB_h {
    margin-bottom: 1em;
}
/*text box normal Para*/
.TB_np {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
/*Text box with List Range Left*/
.TB_List_RL {
    display: inline-block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cccccc;
    padding: 1em;
    text-align: center;
}

    .TB_List_RL > ul {
        text-align: left;
    }

@media only screen and (max-width: 1043px) {
    .TB_List_RL {
        max-width: 85%;
    }
}

@media only screen and (max-width: 725px) {
    .TB_List_RL {
        max-width: 95%;
    }
}
/*==============================================================*/
.TB_CatItemRow {
    width: 100%;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-collapse: collapse;
    text-align: left;
}

.isTile > .TB_CatItemRow {
    text-align: center;
}


.TB_CatItemRow tr {
    border: 0 !Important;
}

    .TB_CatItemRow tr td {
        border: 0 !important;
        padding: 0 !important;
        line-height: 1rem;
    }

.offers_mt_tra {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.isTile > .TB_CatItemRow > .offers_mt_tra {
    flex-direction: column;
}


.offers_mt_img_tda {
    box-sizing: border-box;
    align-self: flex-start;
}

.isTile > .TB_CatItemRow > .offers_mt_tra > .offers_mt_img_tda {
    align-self: center;
}

.isList > .TB_CatItemRow > .offers_mt_tra > .offers_mt_img_tda {
    align-self: flex-start !important;
    max-width: 250px;
}

.NewstyleTileImage {
    height: 200px;
    max-width: none;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    box-sizing: border-box;
}

    .NewstyleTileImage:hover {
        opacity: .75;
        -webkit-filter: grayscale(100%);
    }

.offers_mt_txt_tda {
    box-sizing: border-box;
    line-height: 1.5em;
    margin-left: 10px;
    margin-right: 10px;
    color: #333333;
    /*font-family: "Balthazar",Georgia,"Times New Roman",serif;*/
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}

.isTile > .TB_CatItemRow > .offers_mt_tra > .offers_mt_txt_tda {
    align-self: center;
    padding: 10px;
}

.offers_mt_imga {
    width: 100%;
}

.isTile > .TB_CatItemRow > .offers_mt_tra > .offers_mt_img_tda > .offers_mt_imga {
    margin-top: 15px;
}

.offers_mt_txt_headera {
    padding: 5px;
    margin-bottom: 0.75em;
    color: #008384; /*Marine teal*/
    font-weight:400;
}

.offers_mt_txt_bodya {
}

.Popover_BlueBorderRow {
}

.Popover_ImgHolder {
    padding: 0 !important;
    background-color: #151275;
}

.Popover_Textbox {
    padding: 0 !important;
}

.Popover_TitleBar {
    background-color: #151275;
    color: #FFFFFF;
    padding: 12px;
    font-size: 1.6em;
    margin: 0;
    box-sizing: border-box;
    border: 0;
}

.Popover_DescText {
    padding: 1em;
}
/*==============================================*/
.MyAccountDisplayArea {
}
/*==============================================*/
#Cat_Item_Detail {
}

#Cat_Item_Detail_Content {
}

#Cat_Item_Detail_Content_Img {
}

#Cat_Item_Detail_Content_Head {
}

#Cat_Item_Detail_Content_Txt {
}
/*==============================================*/
.PopoverVidHolder {
    width: 55%;
    margin: 1.5vw;
}

.PopOverClose {
    color: #FFFFFF;
    background-color: #d62028;
    font-size: 2vw;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    border: 2px solid #d62028;
}

    .PopOverClose:hover {
        color: #d62028;
        background-color: #FFFFFF;
    }
/*Placeholder :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #cccccc;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cccccc;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cccccc;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #cccccc;
}
/*==================================================================================*/
.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: "Roboto";
font-size: 1.2rem;
line-height: 1.5rem;
background-color: #ffffff;
color: #97999b;
border: 1px solid #999999;
padding: 0.25em 0.5em;
}
/*======================================================================*/
.gdpr_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    margin: 0 auto;
    padding: 1em;
}

.form-flex-gdpr {
    list-style-type: none;
    padding: 0;
    max-width: 600px;    
}
.form-flex-gdpr li {
    display: flex;
    flex-wrap: wrap;
    align-items: left;
}
.form-flex-gdpr li:not(:last-child) {
    margin-bottom: 0.75rem;
}
.form-flex-gdpr > li > label {
    flex: 1 0 120px;
    max-width: 220px;
}
.form-flex-gdpr > li > label[class="switch"] {
    flex: 1 0 60px;
    max-width: 60px;
    margin-right: 1rem;
}
.form-flex-gdpr > li > label[class="myradio"] {
    flex: 1 0 30px;
    max-width: 30px;
    margin-left: 2rem;
    margin-right: 1rem;
    margin-bottom: 0.25rem;
}   
.form-flex-gdpr > li > label + * {
    /* flex: 1 0 220px; */
}

/*======================================================================*/


.tnc_cb_FrmItm {
    font-family: "Roboto";
    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;
    color: #ffffff;
    background-color: rgba(0,0,0,0.30) !important;
    background-image: linear-gradient(rgba(0,0,0,0.30),rgba(0,0,0,0.05));
    cursor:pointer;
}

.inpFormSubmitButt:hover {
    background-color: rgba(0,0,0,0.20) !important;
    color: #333333 !important;
    background-image: linear-gradient(rgba(0,0,0,0.20),rgba(0,0,0,0.05));   
}

.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: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -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: 150px;
    width: 100%;
}

.MyBlurbImg {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.MyBlurbImg img {
        height: 150px;
        max-width: none;
    }

.MyBlurbTxt {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.MyBlurbTxt_Header {
    margin-top: 0.5rem;
}

.MyBlurbTxt_Body {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
/*===================*/
/* Greyscale Images on hover*/
.ModHover {
}

    .ModHover:hover {
        opacity: .75;
        -webkit-filter: grayscale(100%);
    }
/*=====================*/