/* -------------------------------------------------------------------------

* Filename:		style.css
* Description:	global CSS
* Version:		1.0.1 (2020-05-23)
* Website:		http://fitnessmechanics.ca
* Author:		Andrew Cooper

------------------------------------------------------------------------- */


/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

body {
    margin: 0;
    line-height: 1.5;
    background-color: rgb(0, 0, 0);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
}

button,
input,
select,
textarea {
    color: rgb(255, 255, 255);
}

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d9e790;
    color: #fff;
    text-shadow: none;
}

a {
    color: #00e;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active {
    outline: 0;
    color: #dedce1;
}

a.a-style {
    text-decoration: underline;
    font-style: italic;
}

a.a-style:hover {
    color: #584c7a;
}

a.a-style-2 {
    color: #484266;
    /*font-family: 'Amaranth', sans-serif;*/
    font-family: sans-serif;
    font-size: 18px;
    font-style: italic;
}

a.a-style-2:hover {
    color: #dedce1;
}

#featured-products a {
    /*font-family: 'Amaranth', sans-serif;*/
    font-family: sans-serif;
    font-style: italic;
    font-weight: bold;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

.centertext {
    text-align: center;
}

legend h2 {
    width: 100%;
    display: inline-block;
}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    /*font-family: monospace, monospace;*/
    font-family: sans-serif;
    /*font-family: 'courier new', monospace;*/
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

div.sectionFootindex {
    display: block;
    margin-top: -30px;
    padding-bottom: 150px;
}

div.Youtube {
    max-height: 400px;
    display: block;
    float: right;
    width: 50%;
    padding-left: 75px;
}

div.mail {
    /* aligh: right; */
    text-align: right;
    max-height: 400px;
    max-width: 560px;
    display: block;
    margin-left: auto;
    padding-right: 75px;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

table button,
table input {
    *overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* ==|== non-semantic helper classes ======================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

legend h2 {
    width: 100%;
    display: inline-block;
}

div.sectionFootindex {
    display: block;
    margin-top: -30px;
    padding-bottom: 150px;
}

.text-style-1 {
    font-size: 14px;
    color: #7d7a7c;
}

.signup-button {
    display: none;
}

.signup-button:hover {
    display: none;
}


/*
    Mobile Menu Core Style
*/

.slicknav_btn {
    position: relative;
    /* vertical-align: middle; */
    display: block;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}


/* IE6/7 support */

.slicknav_menu {
    *zoom: 1;
}


/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}


/* Button */

.slicknav_btn {
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #484266;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}


/* Button Lines */

 .mwbs {
    margin-top: 82px;
    background-color: rgb(0, 0, 0);
    position: fixed;
    display: none;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

ul.menu-wide {
    display: none;
}

.mobile-menu-item,
.search-menu-mobile {
    display: block;
}

.mobile-menu-item input,
.search-menu-mobile input {
    padding: 3px;
}

li.search-menu-wide {
    display: none;
}

.js .slicknav_menu {
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.section {
    margin: 20px;
}

.grid {
    *zoom: 1;
}

.grid:before,
.grid:after {
    content: "";
    display: table;
}

.grid:after {
    clear: both;
}

[class*='col-'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    content: attr(title);
    left: 0;
    padding: 15px;
    position: absolute;
    top: 20px;
    z-index: 98;
    width: 220px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: -4px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

blockquote {
    margin: 1em 40px;
    margin: 0 auto;
}

blockquote p.quote-footer {
    text-align: right;
    font-size: 14px;
    font-style: italic;
}

blockquote.test {
    display: none;
}

blockquote .f-quote {
    width: 37px;
    height: 25px;
    float: left;
    margin-right: 5px;
    background: url("../img/icon-sprite.png") no-repeat -288px -243px;
}

blockquote .l-quote {
    width: 37px;
    height: 25px;
    float: right;
    margin-left: 5px;
    background: url("../img/icon-sprite.png") no-repeat -347px -243px;
}

#faq dt {
    cursor: pointer;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
}

#faq dt {
    *zoom: 1;
}

#faq dt:before,
#faq dt:after {
    content: "";
    display: table;
}

#faq dt:after {
    clear: both;
}

#faq dt .style-text {
    color:  rgb(199, 153, 94);
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    float: left;
}



#faq dt .plus-icon {
    width: 25px;
    height: 25px;
    float: right;
    background: url("../img/icon-sprite.png") no-repeat -406px -200px;
}

#faq dt.expanded .plus-icon {
    width: 25px;
    height: 25px;
    float: right;
    background: url("../img/icon-sprite.png") no-repeat -431px -200px;
}

#faq dd {
    color: #7d7a7c;
    margin: 0 0 35px 35px;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);*/
}

ul.contact-info {
    width: 100%;
    list-style-type: none;
    margin-bottom: 35px;
    color: rgb(255, 255, 255);
}

ul.contact-info .days {
    list-style-type: none;
    color: rgb(255, 255, 255);
}

ul.contact-info .days li {
    font-size: 14px;
    height: 45px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.map-container {
    width: 100%;
    height: 400px;
    border: solid 2px #484266;
    overflow: hidden;
}

.map-container iframe {
    width: 100% !important;
    height: 100% !important;
}

.map-container.map2 {
    margin-top: 20px;
}

#login {
    background: #d9e790;
    width: 100%;
    padding: 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#login .fieldgroup {
    display: inline-block;
    padding: 8px 10px;
    width: 260px;
    min-height: 50px;
}

#login .fieldgroup label {
    display: block;
}

#login .fieldgroup label.error {
    width: 219px;
    padding-top: 5px;
    font-size: 12px;
    color: #CD0000;
    font-style: italic;
}

#login .fieldgroup .label-style {
    font-size: 12px;
}

#login .fieldgroup input {
    padding: 3px;
}

#login .fieldgroup input[type=file] {
    width: 219px;
}

#login .fieldgroup ul {
    list-style-type: none;
    margin: 10px 0 15px 0;
}

#login .fieldgroup textarea {
    width: 260px;
    min-height: 100px;
}

#login input.a-button {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

#login legend {
    margin: 0 auto;
    width: 260px;
}

#login p {
    margin: 15px 0 0 35px;
}


footer li {
    margin-bottom: 12px;
}

footer a#facebook-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon-sprite.png");
    background-position: -40px -17px;
    background-repeat: no-repeat;
}

footer a:hover#facebook-icon {
    background-position: 0 -17px;
}

footer a#insta-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/insta_logo.png");
    background-repeat: no-repeat;
}








/********************************************* RESPONSIVE *************************************************************/


/*main global*/
div.episode div.podcast_name {
    color: rgba(255,255,255,0.9)!important;
    display: none;
}
div.episode h3.episode_name span {
    color: rgb(98, 26, 46);
}

.m-w{
    max-width: 1000px;
    margin: auto;
}

.r-rv{
    flex-direction: row-reverse;
}
.p-a {
    color: rgba(222, 220, 225, 0.35);
    margin: 15px auto;
    font-style: italic;
}
.ep-col{
   color: rgb(255, 255, 255);
}
#fitlogo{
    margin:-5px 10px;
    display: initial;
}
.flex{
    display: flex;
    align-items: center;
}

.credit p{
    margin: 25px auto;
}
.credit h1{
    border-left:10px solid rgb(98, 26, 46);
    padding-left: 5px; 
    width: fit-content;
    margin: auto auto 50px auto;
}
.credit p span.opad {
    display: inline-block;
}
.space{
    padding: 0px 15px;
}
.webcred {
    text-align: center;
}
.webcred a {
    color: rgb(255, 255, 255);
    border-bottom:1px solid white;
}
footer a:hover, ul.footer-map h3.opa a:hover {
    color: rgb(98, 26, 46);
}
footer a {
   color:rgb(187, 187, 187);
}
footer a.opad, .credit p span.opad {
    opacity: 0.5;
}
ul.footer-map h3.opa a {
    opacity: 1;
    color: rgb(255, 255, 255);
}
.footer-map h3{
    margin-bottom: 30px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255);
    background-color: black;
    margin: 0px;
    z-index: 1;
}
.sticky + .content {
    padding-top: 100px;
  }

.mar-h{
    margin-top: -25px;
    padding: 20px 0px;
}
.email{
    color: rgb(255, 255, 255);
    font-weight: bold;
}

#online-shopping-container, #sportactivities-container{
    display: none;
}
.page-wrap {
    max-width: 1200px;
    margin: auto;
}

div#service-box {
    background-color: lightgray;
    padding: 10px;
    max-width: 25%;
    margin: 0 auto;
}

div#service-box a {
    color: black;
}

.col-1-2 {
    width: 100%;
    text-align: center;
}

.contact-container {
    border-bottom: 1px solid #926289;
}

.contact-container h1 {
    margin-bottom: 0px;
}

.line {
    border-bottom: 3px solid black;
    margin-bottom: 30px;
}

.bid-h1 {
    background-color: #4b4f56;
    border-bottom: 1px solid #4b4f56;
    padding: 15px;
}

.bid-h1 h1 {
    margin-bottom: unset;
}

.favcath1 {
    color: darkred;
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 35px;
}

.mySlides {
    display: none;
}

h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: sans-serif;
    line-height: 1;
    font-size: 1.5em;
    margin-bottom: 20px;
}

h2 {
    color:  rgb(255, 255, 255);
    text-align: center;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 20px;
}
h3 {
    color: rgb(255, 255, 255);
    font-size: 1em;
    line-height: 1.5;
}
p{
    color: rgb(255, 255, 255);
}
.container {
    width: 100%;
    height: auto;
    margin: 50px auto;
}

.inner-container1 {
    margin-right: 5%;
    margin-left: 5%;
    padding: 15px;
}



header {
    width: -webkit-fill-available;
    padding: 0;
    margin: 10px;
}

.footer-container {
    max-width: -webkit-fill-available;
    margin-bottom: 0px;
    border-top: 1px solid rgb(255 255 255 / 28%);
}


h2.stylecenter {
    font-style: italic;
    font-weight: bolder;
    font-size: 20px;
}

.selection-cont,
.contact-cont {
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

a.contact-button {
    color: black;
}

.logo {
    padding: unset;
    display: unset;
    margin: unset;
    max-height: unset;
    max-width: unset;
}

.show {
    display: block;
}

.cadetblue {
    background-color: aliceblue;
}

.color-mix {
    color: rgb(98, 26, 46);
    text-shadow: 1px 1px black;
    font-weight: 600;
}
.marginT30{
    margin-top: 30px;
}
.bg-red {
    background-color: rgb(98, 26, 46);
}

.green {
    color: rgb(0, 88, 86);
}
.yellow {
    color: rgb(199, 153, 94);
}
.red{
    color: rgb(98, 26, 46);
}
.menu-wide li a:hover {
    color:  rgb(193, 149, 88);
}

.menu-wide li a {
    color: rgb(255, 255, 255);
}
.input_height {
    height: 40px;
}

.bg-color-gray {
    /* background-color: lightgray; */
    border-top: 1px solid rgb(255 255 255 / 28%);
}

.bg-color-green {
    background-color: rgb(43, 65, 63);
    color: rgb(255, 255, 255);
}

.bg-color-yellow {
    background-color:  rgb(199, 153, 94);
}

.pod-cont p {
    padding: 10px;
}
.pod-cont{
    border-radius: 10px 10px 0px 0px;
}

.row-sponsors {
    display: flex;
    flex-wrap: wrap;
}
.btn-item:hover{
    border: 4px solid rgb(0,0,0);
    background-color: rgb(255, 255, 255);
}
.btn-item:hover {
    color: rgb(0,0,0);
    
}
.btn-item:hover span{
    color: rgb(0,0,0);
}
.btn-sub-sub:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0,0,0);
}
footer ul.footer-map {
    list-style: none;
    font-size: 12px;
}

a.btn-sub-sub {
    color: rgb(255,255,255);
    background-color: rgb(0, 88, 86);
    font-weight: bolder;
    padding: 12px;
    border-radius: 5px;
}
.subsc
{
    color: rgb(0, 88, 86);
}
.subsc-tagl
{
    color: rgba(255,255,255);
}
.bg-list{
    background-color: rgb(98, 26, 46);
    border-radius: 10px 10px 0px 0px;
    padding: 15px;
}
h1.subsc {
    font-size: x-large;
    font-weight: 900;
}
.btn-supp-cont a, .btn-pat-cont a{
    color: rgb(255,255,255);
}
.f-r{
    float: right;
}

/*PHONE*/

@media (min-width: 360px) {
    div.episode {
        margin-bottom: 50px!important;
    }
    .float-l, .float-r{
        margin:25px auto 40px auto;
        color: rgb(255, 255, 255);
    }
    .tagline {
        text-align: center;
        display: block;
        position: relative;
        top: -70px;
        margin: auto;
        width: fit-content;
        margin-bottom: -65px;
        padding: 0px 10px;
    }
    #faq dt .question {
        float: left;
        width: 70%;
    }
    img#f-logo-r {
        width: auto;
        height: 65px;
    }
    img#f-logo-l {
        width: auto;
    }
    footer {
        display: block;
        margin: auto;
        width: fit-content;
        width: intrinsic;
        /* Safari/WebKit uses a non-standard name */
        width: -moz-fit-content;
        /* Firefox/Gecko */
        width: -webkit-fit-content;
        height: auto;
        text-align: center;
        padding: 35px 20px;
        color: rgb(255, 255, 255);
    }
    .f-left{
        margin: 25px auto;
    }
    .f-right{
        margin: 50px auto 25px auto;
    }
    .f-m-s{
        display: block;
    }
    .bdr-sub {
        border: 4px solid rgb(255, 255, 255);
        border-radius: 10px;
        padding: 15px;
        background-color: rgb(199, 153, 94);
    }
    .sub-fl {
        display: block;
    }
    .sub-fl input {
        padding: 10px;
        border: 2px solid rgb(187, 187, 187);
        border-radius: 5px;
        margin: 10px;
        width: fit-content;
        width: intrinsic;
        /* Safari/WebKit uses a non-standard name */
        width: -moz-fit-content;
        /* Firefox/Gecko */
        width: -webkit-fit-content;
    }
    h1.pat-st {
        font-size: xx-large;
        text-align: start;
        margin-left: 15px;
    }
    .ab-fl{
        display: block;
    }
    .ab-fl>div{
        flex:auto;
        margin: 10px auto;
    }
    .credit {
        text-align: center;
        margin: 25px auto;
    }
    .btnmobile{
        width: 45px;
        height: auto;
        object-fit: cover;
        float: right;
        margin: 8px 40px;
    }
    ul.menu-wide li {
        text-align: center;
        margin: 35px auto;
        text-transform: uppercase;
        font-weight: 600;
        font-size: x-large;
    }
    footer ul.footer-map {
        margin: 25px auto;
    }
    .inner-container2 {
        margin: 0 auto;
        padding: 15px;
        overflow: hidden;
        position: relative;
    }
    .btn-item{
        border: 4px solid rgb(255, 255, 255);
        margin: 25px 15px;
        padding: 15px;
    }
    .btn-item a{
        color: rgb(255, 255, 255);
    }
    .btn-item a span{
        color: rgb(255, 255, 255);
        font-weight: bolder;
        float: right;
    }
    .btn-supp-cont{
        display: block;
    }
    .btn-supp-cont>div{
        flex: 1;
    }
    img.img-pos-a.lef {
        margin: auto auto -35px -20px;
        float: left;
    }
    img.img-pos-a.rig {
        float: right;
        margin: auto -20px -65px auto;
    }
    h2#t-s1, h2#t-s2 {
        border-bottom: 1px solid rgb(199 153 94 / 50%);
        color: rgb(199 153 94 / 50%);
        margin: 20px 20%;
        padding-bottom: 5px;
    }
    div#s1, div#s2, div#s3 {
        display: block;
        flex-wrap: nowrap;
        margin: 25px auto;
    }
    div#s1>div,div#s2>div,div#s3>div {
        flex: 1;
        margin: 25px;
    }
    .hosts p {
        text-align: center;
    }
    .grp-cont{
        display: block;
    }
    /* test submenu*/
    .sub-menu-cont #myLinks,
    .sub-menu-cont #myClasses {
        display: none;
    }
    .sub-menu-cont a {
        color: rgb(255, 255, 255);
        padding: 2px;
        text-decoration: none;
        display: block;
    }
    /* END test submenu*/
    img {
        padding: 0;
        display: block;
        margin: 10px auto;
        max-height: 100%;
        max-width: 100%;
    }
    .spons-img{
        padding: 0;
        display: block;
        margin: 10px auto;
        max-height: 100%;
        max-width: 100%;
    }
    a {
        font-size: 1em;
    }
    h1 {
        font-size: 1.4em;
    }
    h2,h3 {
        font-size: 1.25em;
    }
    p {
        font-size: 1.1em;
    }
    section {
        margin: 30px auto;
    }
    .col-sponsor img {
        display: block;
        margin: 15px auto;
        width: 200px;
        height: 200px;
        object-fit: contain;
    }
    .col-sponsor {
        flex: 85%;
        border: 2px solid rgb(255 255 255 / 28%);
        margin: 20px;
    }
    .col-sponsor h2 {
        border-bottom: 2px solid rgb(255 255 255 / 28%);
        padding: 10px;
    }
    ul.slicknav_nav li a {
        /* font-size: 1.2em; */
        font-size: 2em;
        text-transform: uppercase;
        margin: 20px auto;
    }
    .em-img, .jen-img {
        padding: 0;
        display: block;
        margin: 15px auto;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .img-pos-a {
        width: 40%;
        border-radius: 1%;
        object-fit: cover;
        /* position: relative;
        bottom: -95px;
        z-index: 1;
        margin: 0;
        margin-top: -115px;
        left: 50%;
        transform: translateX(-50%); */
    }
    .img-pos-r {
        /* padding-top: 100px; */
        border-radius: 10px 10px 0px 0px;
    }
    .img-pos-r-s {
        /* background-color:  rgb(193, 149, 88); */
        padding-top: 10px;
        /* border-radius: 10px; */
    }
    .wrap-ep {
        margin: auto 10%;
    }
    .chk-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .contact-grp {
        text-align: center;
    }
    .learn-cont {
        margin: 50px auto;
    }
    .learn-cont h2 {
        text-align: center;
        font-family: sans-serif;
        line-height: 1;
        margin-bottom: 15px;
    }
    .contact-info h2 {
        margin-bottom: 15px;
        text-shadow: unset;
        color: rgb(193, 149, 88);
    }
    .cont-p {
        font-weight: bold;
        color: white;
    }
    .cont_cont {
        text-align: center;
    }
    .r-cont {
        margin-bottom: 0px;
    }
    .r-cont h1,
    .inf-cont h1 {
        color: #a3248f;
        border-bottom: 1px solid #a3248f;
        margin-bottom: unset;
    }
    .inf-cont {
        margin: 50px auto;
    }
    .inf-cont h1 .episode-cont {
        margin: 25px auto;
    }
    .classes-title h1 {
        border-bottom: 1px solid black;
        margin: 20px auto;
    }
    .sub-menu-cont {
        background-color: rgb(0, 88, 86);
        text-align: center;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding: 10px;
        margin-top: 15px;
        margin-bottom: 50px;
        border-radius: 2px;
    }
    .sub-classes-cont {
        display: flex;
        flex-wrap: wrap;
    }
    .sub-class {
        margin: auto;
        padding: 10px;
    }
    .sub-class a {
        color: white;
    }
    .chk-cont {
        margin: 25px auto;
    }
    .chk-cont h1 {
        color: #365899;
        margin-bottom: 15px;
    }
    .grp-sgnup {
        text-align: center;
        max-width: 650px;
        margin: auto;
    }
    
    .inscription-cont input {
        border-radius: 4px;
        text-align: center;
        padding: 5px;
        margin-bottom: 10px;
        width: 80%;
    }
    .inscription-cont h1,
    .inscription-cont p {
        font-family: Poppins;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0em;
        text-transform: none;
        line-height: 1.4em;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .inscription-cont h1 {
        font-weight: bold;
    }
    .inscription-cont a,
    .b-button {
        background: rgb(98, 26, 46);
        color: white;
        font-weight: bold;
        display: inline-block;
        padding: 10px;
        margin-top: 10px;
        border-radius: 3px;
        font-style: italic;
    }
    .sgnbtn {
        margin: 10px auto;
    }
    .ph-ab-me {
        text-align: end;
    }
    .ph-ab-me a {
        padding: 5px;
    }
    img.logo {
        width: 35px;
        height: 35px;
    }
    .tr-cont {
        background-color: #911412;
    }
    .tr-h h1 {
        padding: 25px;
        color: white;
        font-weight: 900;
        text-align: center;
        margin: 0px;
    }
    .tr-p p {
        color: #ccc;
        text-align: center;
        padding: 5px;
    }
    .why-cont {
        max-width: 500px;
        margin: 45px auto;
    }
    .why-h h1 {
        font-family: Poppins;
        font-weight: bold;
        font-style: normal;
        letter-spacing: 0em;
        text-transform: none;
        line-height: 1.4em;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .why-p p {
        color: black;
        margin: auto;
        padding: 5px;
    }
    .h1-items {
        font-weight: 900;
        text-align: center;
        margin: 20px;
        border-bottom: 2px solid rgb(193, 149, 88);
        color: rgb(193, 149, 88);
        padding: 15px;
    }
    .bdr-style {
        border: 2px solid  rgb(98, 26, 46);
        margin: 80px auto 30px auto;
    }
    .h1-client {
        top: -15px;
        position: relative;
        width: fit-content;
        width: intrinsic;
        /* Safari/WebKit uses a non-standard name */
        width: -moz-fit-content;
        /* Firefox/Gecko */
        width: -webkit-fit-content;
        /* Chrome */
        margin: auto;
        font-weight: 900;
        background-color: rgb(0, 0, 0);
    }
    .client-cont {
        display: flex;
        margin: 10px auto;
        color: white;
    }
    .client {
        margin: 5px;
        padding: 5px;
    }
    .client-n {
        flex: 0;
        margin: auto;
        padding: 5px;
    }
    .client-img {
        flex: 3;
        padding: 5px;
        margin: auto;
    }
    .client-t {
        flex: 6;
        padding: 5px;
    }
    .client-t h3{
        color: rgb(193, 149, 88);
    }
    .client a {
        color: blue;
        font-family: sans-serif;
        font-style: italic;
        font-weight: 600;
    }
    
    .episode-items {
        text-align: center;
    }
    .items-cont {
        display: flex;
        flex-wrap: wrap;
    }
    .item {
        width: 100%;
        margin: 20px auto;
        text-align: start;
    }
    
    .item h2{
        text-align: start;
        line-height: initial;
    }
    .item img {
        margin: 20px auto;
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .client-cont img {
        padding: 0;
        display: block;
        margin: auto;
        max-height: 100%;
        max-width: 65%;
    }
    .item .contact-button {
        background: rgb(98, 26, 46);
        color: white;
        font-weight: bold;
        display: inline-block;
        padding: 10px;
        margin-top: 10px;
        border-radius: 3px;
        font-style: italic;
    }
    .pod-t {
        vertical-align: baseline;
    }
    .icon-txt {
        color: rgb(0, 88, 86);
        text-shadow: rgb(255, 255, 255);
        font-weight: 900;
    }
    .underm-btn a.a-button {
        background-color: white;
        padding: 5px;
        border-radius: 5px;
        color: black;
        font-weight: bold;
    }
    .underm-btn {
        margin-top: 20px;
        text-align: center;
    }
    .why-btn a.a-button {
        background: #c32428;
        color: white;
        font-weight: bold;
        display: inline-block;
        padding: 5px 5px;
        margin-top: 10px;
        border-radius: 3px;
        font-style: italic;
    }
    .why-btn {
        margin-top: 20px;
        text-align: center;
    }
    .tr-btn a.a-button {
        background-color: white;
        padding: 5px;
        border-radius: 5px;
        color: #669a3f;
        font-weight: bold;
    }
    .tr-btn {
        margin-top: 20px;
        text-align: center;
    }
    h4 {
        text-align: center;
    }
    .blockquote p {
        color: black
    }
    .menu {
        position: unset;
        margin: auto;
    }
    .under-menu img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    
    header .logo {
        max-width: 100%;
        width: 200px;
        margin-left: 10px;
        margin-top: 18px;
        height: 60px;
        background: url("../img/LogoWhitebg.png") no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        z-index: 1;
    }
    .slicknav_menu .slicknav_no-text {
        margin: 25px;
    }
    .slicknav_menutxt {
        margin-bottom: 70px;
    }
    .slicknav_nav {
        text-align: center;
    }
    .slicknav_btn {
        text-decoration: none;
    }
    
}


/*IPAD*/

@media (min-width: 768px) {
    div.episode {
        margin-bottom: 100px!important;
    }
    .float-l{
        float: left;
        margin-left: 5%;
    }
    .float-r{
        float: right;
        margin-right: 5%;
    }
    #faq dt .question {
        float: left;
        width: auto;
    }
    .under-menu img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .f-left, .f-right{
        margin: auto 15px;
    }
    .f-m-s{
        display: flex;
        justify-content: center;
    }
    .bdr-sub{
        border: 4px solid rgb(255, 255, 255);
        border-radius: 10px;
        margin: auto 15px;
        padding:30px;
        background-color: rgb(199, 153, 94);
    }
    .sub-fl {
        text-align: center;
    }
    .sub-fl input{
        padding: 20px;
        border:2px solid rgb(187, 187, 187);
        border-radius: 5px;
        margin: 15px;
    }
    .btn-pat-cont {
        width: 50%;
    }
    .ab-fl{
        display: flex;
    }
    .ab-fl>div{
        flex:1;
        margin: 10px;
    }
    .credit {
        text-align: center;
        margin: 50px auto;
    }
    .tagline {
        display: block;
        position: relative;
        top: -65px;
        margin: auto;
        width: fit-content;
        padding: 0px;
    }
    .tagline p{
        font-size: x-large;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-style: italic;
    }
    .inner-container2 {
        margin: 0 auto;
        padding: 35px 20px;
        overflow: hidden;
        position: relative;
    }
    footer ul.footer-map {
        margin: 15px;
    }
    .btn-item{
        border: 4px solid rgb(255, 255, 255);
        margin: 15px;
        padding: 15px;
    }
    .btn-supp-cont{
        display: flex;
    }
    div#s1, div#s2, div#s3 {
        display: flex;
    }
    .grp-cont{
        display: flex;
    }
    .grp-cont>div{
        flex: 1;
    }
    .spons-img{
        max-width: 25%;
    }
    .em-img, .jen-img {
        padding: 0;
        display: block;
        width: 350px;
        height: auto;
        object-fit: cover;
    }
    .em-img {
        margin: 8px 10px auto 0px;
    }
    .jen-img {
        margin: 8px 0px auto 10px;
    }
    .hosts img{
        max-width: 70%;
        border-radius: 50%;
    }
    /* test submenu*/
    .sub-menu-cont #myLinks,
    .sub-menu-cont #myClasses {
        display: flex;
    }
    .sub-menu-cont .fa {
        display: none;
    }
    .sub-menu-cont a {
        color: rgb(255, 255, 255);
        padding: 2px;
        text-decoration: none;
        display: block;
    }
    /* END test submenu*/
    img {
        padding: 0;
        display: block;
        margin: 10px auto;
    }
    p {
        font-size: 1.25em;
    }
    a {
        font-size: 1.25em;
    }
    h1 {
        font-size: 1.8em;
    }
    h2,h3 {
        font-size: 1.35em;
    }
    section {
        margin: 60px auto;
    }
    
    .col-sponsor img {
        width: 200px;
        height: 200px;
        object-fit: contain;
    }
    .col-sponsor {
        flex: 0 1 44%;
    }
    .img-pos-a {
        width: 25%;
        object-fit: cover;
        /* position: relative;
        bottom: -95px;
        z-index: 1;
        margin-top: -190px; */
    }
    
    .wrap-ep {
        margin: auto 2%;
    }
    .chk-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .learn-cont {
        margin: 50px auto;
    }
    .learn-cont h2 {
        color: black;
        text-align: center;
        font-family: sans-serif;
        line-height: 1;
        margin-bottom: 15px;
    }
    .contact-info h2 {
        margin-bottom: 15px;
        text-shadow: unset;
    }
    .cont-p {
        font-weight: bold;
        color: white;
    }
    .cont_cont {
        text-align: center;
    }
    .r-cont {
        margin-bottom: 0px;
    }
    .r-cont h1,
    .inf-cont h1 {
        color: #a3248f;
        border-bottom: 1px solid #a3248f;
        margin-bottom: unset;
    }
    .inf-cont {
        margin: 50px auto;
    }
    .inf-cont h1 .episode-cont {
        margin: 25px auto;
    }
    
    .classes-title h1 {
        border-bottom: 1px solid black;
        margin: 20px auto;
    }
    .sub-menu-cont {
        text-align: center;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding: 10px;
    }
    .sub-classes-cont {
        display: flex;
        flex-wrap: wrap;
    }
    .sub-class {
        margin: auto;
        padding: 10px;
    }
    .sub-class a {
        color: white;
    }
    .chk-cont {
        margin: 25px auto;
    }
    .chk-cont h1 {
        color: #365899;
        margin-bottom: 15px;
    }
    .grp-sgnup {
        text-align: center;
        max-width: 650px;
        margin: auto;
    }
    .faq-mx-wth {
        max-width: 550px;
        margin: auto;
    }
    
    .inscription-cont input {
        border-radius: 4px;
        text-align: center;
        padding: 5px;
        margin-bottom: 10px;
        width: 80%;
    }
    .inscription-cont h1,
    .inscription-cont p {
        font-family: Poppins;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0em;
        text-transform: none;
        line-height: 1.4em;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .inscription-cont h1 {
        font-weight: bold;
    }
   
    .sgnbtn {
        margin: 10px auto;
    }
    .ph-ab-me {
        text-align: end;
    }
    .ph-ab-me a {
        padding: 5px;
    }
    img.logo {
        width: 35px;
        height: 35px;
    }
    .tr-cont {
        background-color: #911412;
    }
    .tr-h h1 {
        padding: 25px;
        color: white;
        font-weight: 900;
        text-align: center;
        margin: 0px;
    }
    .tr-p p {
        color: #ccc;
        text-align: center;
        padding: 5px;
    }
    .why-cont {
        max-width: 500px;
        margin: 0px auto;
    }
    
    .why-p p {
        color: black;
        margin: auto;
        padding: 5px;
    }
    .h1-items {
        font-weight: 900;
        text-align: center;
    }
    
    
    .client {
        margin: 5px;
        padding: 5px;
    }
    .client-n {
        flex: 0;
        margin: auto;
        padding: 5px;
    }
    .client-img {
        flex: 3;
        padding: 5px;
        margin: auto;
    }
    .client-t {
        flex: 6;
        padding: 5px;
    }
    .client a {
        color: blue;
        font-family: sans-serif;
        font-style: italic;
        font-weight: 600;
    }
    .episode-items {
        text-align: center;
    }
    .items-cont {
        display: flex;
        flex-wrap: wrap;
    }
    .item {
        width: 25%;
        margin: 20px auto;
    }
    .item img {
        margin: 25px auto;
        width: 100%;
        height: 115px;
        object-fit: cover;
    }
    .client-cont img {
        padding: 0;
        display: block;
        margin: auto;
        max-height: 100%;
        max-width: 30%;
    }
  
   
    .pod-t {
        vertical-align: baseline;
    }
    .icon-txt {
        font-weight: 900;
    }
    .underm-btn a.a-button {
        background-color: white;
        padding: 5px;
        border-radius: 5px;
        color: black;
        font-weight: bold;
    }
    .underm-btn {
        margin-top: 20px;
        text-align: center;
    }
    .why-btn a.a-button {
        background: #c32428;
        color: white;
        font-weight: bold;
        display: inline-block;
        padding: 5px 5px;
        margin-top: 10px;
        border-radius: 3px;
        font-style: italic;
    }
    .why-btn {
        margin-top: 20px;
        text-align: center;
    }
    .tr-btn a.a-button {
        background-color: white;
        padding: 5px;
        border-radius: 5px;
        color: #669a3f;
        font-weight: bold;
    }
    .tr-btn {
        margin-top: 20px;
        text-align: center;
    }
    h4 {
        text-align: center;
    }
    .blockquote p {
        color: black
    }
    .menu {
        position: unset;
        margin: auto;
    }
    
    .spe {
        padding: 10px;
    }
   
    header .logo {
        max-width: 100%;
        width: 60%;
        margin-left: 10px;
        margin-top: 10px;
        height: 60px;
        background: url("../img/LogoWhitebg.png") no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        z-index: 1;
    }
    
    .footer-col {
        margin: 15px;
    }
    .slicknav_menu .slicknav_no-text {
        margin: 25px;
    }
    .slicknav_menutxt {
        margin-bottom: 70px;
    }
    .slicknav_nav {
        text-align: center;
    }
    .slicknav_btn {
        text-decoration: none;
    }
    
}


/*FULL SCREEN*/

@media (min-width: 1280px) {
    img#f-logo-r {
        width: auto;
        height: 65px;
        margin-top: -10px;
    }
    img#f-logo-l {
        width: auto;
        height: 50px;
    }
    footer {
        display: flex;
        justify-content: center;
    }
    .sub-fl {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .sub-fl>div {
       flex: 1;
    }
    .credit {
        text-align: center;
        margin: 100px auto;
    }
    .tagline p{
        font-size: xx-large;
    }
    .tagline{
        top: -95px;
    }
    .btnmobile{
        display: none;
    }
    ul.menu-wide li {
        text-align: center;
        margin: 10px auto;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
    }
    img {
        padding: 0;
        display: block;
        margin: 10px auto;
        max-height: 100%;
        max-width: 100%;
    }
    a {
        /* font-size: 1.5em; */
        font-size: 16px;
    }
    p {
        /* font-size: 1.5em; */
        font-size: 16px;
    }
    h1 {
        /* font-size: 2em; */
        font-size: 20px;
    }
    h2,h3 {
        /* font-size: 1.5em; */
        font-size: 16px;
    }
    footer ul.footer-map {
        margin: 25px 35px;
    }
    section {
        margin: 60px auto;
    }
    .em-img {
        margin: 8px auto auto 0px;
    }
    .jen-img {
        margin: 8px 0px auto auto;
    }
    h1#emily-t{
        text-align: start;
        margin-left: 10%;
    }
    h1#jen-t{
        text-align: end;
        margin-right: 10%;
    }
    .col-sponsor {
        flex: 0 1 46%;
    }
    /* test submenu*/
    .sub-menu-cont #myLinks,
    .sub-menu-cont #myClasses {
        display: flex;
    }
    .sub-menu-cont .fa {
        display: none;
    }
    .sub-menu-cont a {
        color: rgb(255, 255, 255);
        padding: 2px;
        text-decoration: none;
        display: block;
    }
    /* END test submenu*/
    .img-pos-a {
        width: 20%;
        object-fit: cover;
        /* position: relative;
        bottom: -90px;
        z-index: 1;
        margin-top: -190px; */
    }
    .wrap-ep {
        margin: auto 2%;
    }
    .chk-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .learn-cont {
        margin: 50px auto;
    }
    .learn-cont h2 {
        color: black;
        text-align: center;
        font-family: sans-serif;
        line-height: 1;
        margin-bottom: 15px;
    }
    .contact-info h2 {
        margin-bottom: 15px;
        text-shadow: unset;
    }
    .cont-p {
        font-weight: bold;
        color: white;
    }
    .cont_cont {
        text-align: center;
    }
    .r-cont {
        margin-bottom: 0px;
    }
    .r-cont h1,
    .inf-cont h1 {
        color: #a3248f;
        border-bottom: 1px solid #a3248f;
        margin-bottom: unset;
    }
    .inf-cont {
        margin: 50px auto;
    }
    .inf-cont h1 .episode-cont {
        margin: 25px auto;
    }
    
    .classes-title h1 {
        border-bottom: 1px solid black;
        margin: 20px auto;
    }
    .sub-menu-cont {
        text-align: center;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding: 10px;
    }
    .sub-classes-cont {
        display: flex;
        flex-wrap: wrap;
    }
    .sub-class {
        margin: auto;
        padding: 10px;
    }
    .sub-class a {
        color: white;
    }
    .chk-cont {
        margin: 25px auto;
    }
    .chk-cont h1 {
        color: #365899;
        margin-bottom: 15px;
    }
    .grp-sgnup {
        text-align: center;
        max-width: 650px;
        margin: auto;
    }
    .faq-mx-wth {
        max-width: 550px;
        margin: auto;
    }
    
    .inscription-cont input {
        border-radius: 4px;
        text-align: center;
        padding: 5px;
        margin-bottom: 10px;
        width: 80%;
    }
    .inscription-cont h1,
    .inscription-cont p {
        font-family: Poppins;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0em;
        text-transform: none;
        line-height: 1.4em;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .inscription-cont h1 {
        font-weight: bold;
    }
    
    .sgnbtn {
        margin: 10px auto;
    }
    .ph-ab-me {
        text-align: end;
    }
    .ph-ab-me a {
        padding: 5px;
    }
    img.logo {
        width: 35px;
        height: 35px;
    }
    .tr-cont {
        background-color: rgb(98, 26, 46);
    }
    .tr-h h1 {
        padding: 25px;
        color: white;
        font-weight: 900;
        text-align: center;
        margin: 0px;
    }
    .tr-p p {
        color: #ccc;
        text-align: center;
        padding: 5px;
    }
    .why-cont {
        max-width: 500px;
        margin: 0px auto;
    }
    
    .why-p p {
        color: black;
        margin: auto;
        padding: 5px;
    }
    .h1-items {
        font-weight: 900;
        text-align: center;
    }
    
    .client {
        margin: 5px;
        padding: 5px;
    }
    .client-n {
        flex: 0;
        margin: auto;
        padding: 5px;
    }
    .client-img {
        flex: 3;
        padding: 5px;
        margin: auto;
    }
    .client-t {
        flex: 6;
        padding: 5px;
    }
    .client a {
        color: blue;
        font-family: sans-serif;
        font-style: italic;
        font-weight: 600;
    }
    .episode-items {
        text-align: center;
    }
    .items-cont {
        display: flex;
        flex-wrap: wrap;
    }
    .item {
        width: 30%;
        margin: 20px auto;
    }
    
    .client-cont img {
        padding: 0;
        display: block;
        margin: auto;
        max-height: 100%;
        max-width: 25%;
    }
    
    
    .col-1-2 {
        width: 50%;
        text-align: center;
    }
    .col-1-2-end {
        width: 50%;
    }
    .pod-t {
        vertical-align: baseline;
    }
    .icon-txt {
        font-weight: 900;
    }
    .underm-btn a.a-button {
        background-color: white;
        padding: 5px;
        border-radius: 5px;
        color: black;
        font-weight: bold;
    }
    .underm-btn {
        margin-top: 20px;
        text-align: center;
    }
    .why-btn a.a-button {
        background: #c32428;
        color: white;
        font-weight: bold;
        display: inline-block;
        padding: 5px 5px;
        margin-top: 10px;
        border-radius: 3px;
        font-style: italic;
    }
    .why-btn {
        margin-top: 20px;
        text-align: center;
    }
    .tr-btn a.a-button {
        background-color: white;
        padding: 5px;
        border-radius: 5px;
        color: #669a3f;
        font-weight: bold;
    }
    .tr-btn {
        margin-top: 20px;
        text-align: center;
    }
    h4 {
        text-align: center;
    }
    .blockquote p {
        color: black
    }
    .menu {
        position: unset;
        margin: auto;
    }
    
    .spe {
        padding: 25px;
    }
    
    
    header .logo {
        width: 25%;
        margin-left: 10px;
        margin-top: 15px;
        height: 65px;
        background: url("../img/LogoWhitebg.png") no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        z-index: 1;
    }
    header {
        display: flex;
    }
    .logo-wrap {
        flex: 1;
    }
    .menu {
        flex: 2;
    }
    .js .slicknav_menu,
    li.mobile-menu-item,
    .underlogo {
        display: none;
    }
    ul.menu-wide {
        display: flex;
        height: 100px;
        margin: auto;
        list-style: none;
        font-weight: bold;
        font-size: 15px;
    }
    
    .menu-wide li {
        padding: 30px;
    }
    
}


/*FYI GOOD PRACTICE
Always Design for Mobile First
Mobile First means designing for mobile before designing for desktop or any other device 
(This will make the page display faster on smaller devices).
This means that we must make some changes in our CSS.
Instead of changing styles when the width gets smaller than 768px, we should change the design 
when the width gets larger than 768px. This will make our design Mobile First:
*/


/*Template use for later - March 26, 2020 -ML*/


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}