/* IE 9 and 10 */
@media screen and (min-width:0\0) {
 html { font-size: 101%; }
}

html {
 font-size: 62.5%;
}

body {
 margin: 0;
 padding: 0;
}

#t_mobile_menu {
 display: none;
 position: fixed;
 top: 84px;
 width: 100%;
 z-index: 1001;
}

#t_fxd {
    position: fixed;
    width: 100%;
    z-index: 1000;
}


#t_fxd_top {
    display: flex;
    background-color: black;
}

#t_fxd_logo {
    padding: 0px 0 0 82px;
    display: flex;
    align-items: center;
}

#t_fxd_logo img {
    width: 100%;
}
#logo_res { width: 100%; text-align: center; display: none; }

div#logo_res img {
    width: 100%;
    max-width: fit-content;
}

#t_mm_btn {
 align-items: center;
 background-image: url('../images/nav.png');
 background-repeat: no-repeat;
 background-position: left center;
 cursor: pointer;
 display: none;
 padding: 0 0 0 45px;
}

#t_mm_lbl {
 color: #518431;
 font-family: Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
 user-select: none;
 display: none;
}

#t_fxd_social {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    padding: 0px 20px 0px 0px;
}

.t_fsb {
    color: #ffffff;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
}


.t_fsb > img {
 vertical-align: middle;
 height: 52px;
 width: 52px;
}

#t_fxd_bot {
   background-color: rgb(5 5 5 / 52%);
}

#t_fxd_mnu {
 text-align: right;
}

#t_fxd_mnu ul {
 list-style-type: none;
 padding: 0;
}

#t_fxd_mnu li {
 display: inline-block;
 padding-left: 40px;
}

#t_fxd_mnu a {
 color: white;
 font-size: 16px;
 font-family: Arial, sans-serif;
 line-height: 2.5;
 text-decoration: none;
}

#t_hdr {
    position: relative;
    width: 100%;
}

#t_hdr_bg {
 z-index: 1; 
}

#t_ss {
    top: 0px;
}


#t_ss .vgc_ss_prev,
#t_ss .vgc_ss_next {
 display: none;
}


#t_ssm {
    top: 0px;
}


#t_ssm .vgc_ss_prev,
#t_ssm .vgc_ss_next {
 display: none;
}



#t_hdr_fg {
 bottom: 0;
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 
}

#t_hdr_logo {
    bottom: -20px;
    position: absolute;
    margin: 0 auto;
    right: 80px;
}


#t_hdr_logo_img {
    vertical-align: middle;
    width: 100%;
    max-width: fit-content;
}
.is-home #t_hdr_logo {
    bottom: 180px;
    position: absolute;
    margin: 0 auto;
    right: 80px;
}


.is-home #t_hdr_logo_img {
    vertical-align: middle;
    width: 100%;
    max-width: fit-content;
}

#t_hdr_portal {
    width: 191px;
    margin: 0 auto;
}

#t_mdl {
 position: relative;
 width: 100%;
}

#t_content {
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 10px 10px 10px;
    position: relative;
}


#t_cnt_top {
    background-color: white;
    border-bottom: solid 3px #eaeaea;
}


#t_cnt_top_img {
 display: block;
 margin: 0 auto;
 max-width: 100%;
 vertical-align: middle;
}

#t_cnt_bot {
    background-image: url("../header/images/dumbbells.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 375px;
    align-items: center;
}

#t_ach_top {
   /*display: flex;*/
   margin-top: 30px;
}

#t_ach_top_lft {
    padding: 10px;
    font-size: 20px;
}

#t_ach_head {
    font-weight: bold;
    font-size: 28px;
}
#t_ach_top_lft a:link {
    text-decoration: none;
    color: black;
}

#t_ach_top_lft a:visited {
    color: black;
}
#t_ach_top_img {
 display: block;
 margin: 0 auto;
 max-width: 100%;
 vertical-align: middle;
}

#t_ach_bot {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 0 10px 0;
    text-align: center;
    background-image: url("../header/images/mid_background.jpg");
}


#t_ach_bot_txt {
    color: black;
    font-family: Trebuchet MS;
    font-size: 22px;
    line-height: 1.5;
    margin: 10px auto;
    max-width: 80%;
    padding: 20px;
}


#t_ach_bot_txt:before,
#t_ach_bot_txt:after {
 font-size: 36px;
 vertical-align: middle;
 line-height: 0.5;
}

#t_ach_bot_txt:before {
}

#t_ach_bot_txt:after {
}

#t_ach_bot_btn {
 background-color: grey;
 border: 2px solid #bd0d17;
 border-radius: 10px;
 color: black;
 cursor: pointer;
 font-family: Arial, sans-serif;
 font-size: 18px;
 padding: 6px 10px;
 text-decoration: none;
}

#t_ftr {
    background-image: url(../header/images_res/footer-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background-position-y: top;
    background-position-x: center;
}

#t_ftr_ctr {
 display: flex;
 flex-direction: column;
 margin: 0 auto;
 width: 100%;
}

#t_ftr_top, #t_ftr_bot {
    display: flex;
    justify-content: center;
}

#t_ftr_top_lft,
#t_ftr_top_rgt,
#t_ftr_bot_lft,
#t_ftr_bot_rgt {
 align-items: center;
 display: flex;
 flex-basis: 0;
 flex-grow: 1;
 justify-content: center;
 /*overflow: auto;*/
 padding: 10px;
}

#t_addr {
    color: white;
    font-family: Airal,sans-serif;
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
    padding: 10px;
    line-height: 2;
}
#t_addr a {
    color: white;
    text-decoration: none;
}

#t_addr a:link {
    color: white;
    text-decoration: none;
}

.t_fsb_ft {
    color: white;
    text-decoration: none;
}
.t_fsb_ft img {
    vertical-align: middle;
    margin-right: 10px;
}


#t_ftr_bot {
/* background-color: rgba(0, 0, 0, 0.4);*/
}

#t_swn {
 color: white;
 font-family: Airal, sans-serif;
 font-size: 12px;
 text-decoration: none;
}

#t_swn_img {
    vertical-align: middle;
    padding-bottom: 10px;
}
#t_ftr_web {
    text-align: center;
}
#t_cpy {
 color: white;
 font-family: Airal, sans-serif;
 font-size: 15px;
 text-align: center;
}

#t_cpy a {
    color: red;
    
}

#PMainMenu {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#PMainMenu li {
 background-repeat: no-repeat;
 background-position: right, center;
}

#PMainMenu li a {
    color: #6bbf60;
    font-family: Oswald;
    font-size: 18px;
    text-decoration: none;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*#PMainMenu li ul li a:visited {
 color: white;
}

#PMainMenu li a:visited {
 color: #6bbf60;
}*/

#PMainMenu li a:hover {
 color: #ee2024;;
}

#PMainMenu li ul {
    background-color: #000000a6;
    border: 1.5px solid #ed2327;
    box-shadow: 5px 5px 5px #000;
    left: -999em;
    margin: 0;
    padding: 8px;
    position: absolute;
    text-align: left;
    z-index: 1001;
}

#PMainMenu li:hover ul {
 left: auto;
}
#PMainMenu li ul li:first-child {
    margin: 0;
    border: 0;
    padding-left: 10px;
}

#PMainMenu li ul li {
 border-width: 0 0 0 0;
 padding: 0 10px 0 10px;
 float: none;
 margin: 0 0 0 0;
 display: block;
}

#PMainMenu li:first-child {
    margin: 0;
    border: 0;
    padding-left: 0px;
}

#PMainMenu li ul li a {
 color: #fefeff;
 line-height: 2;
 white-space: nowrap;
 font-size: 18px;
}

#MobileMenu {
 background-color: #518431;
 border: 1px solid #112c17;
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#MobileMenu li {
 margin: 0;
 padding: 0 10px 0 10px;
}

#MobileMenu li.VGC_MENU_DADDY {
 background-image: url('../header/images/arrow.png');
 background-position: right, center;
 background-repeat: no-repeat;
 margin-right: 10px;
 position: relative;
}

#MobileMenu li:first-child {
 border-left: 0;
}

#MobileMenu li a, #MobileMenu li span {
    color: #ffffff;
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 2;
    text-decoration: none;
    white-space: nowrap;
}


#MobileMenu li a:visited {
 color: #ffffff;
}

#MobileMenu li ul {
 /*-moz-box-shadow: 5px 5px 5px #000;
 -webkit-box-shadow: 5px 5px 5px #000;
 box-shadow: 5px 5px 5px #000;*/
 background-color: black;
 border: 1px solid white;
 display: none;
 margin: 0;
 padding: 0;
 /*padding: 10px;*/
 position: absolute;
 z-index: 6;
     opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

#MobileMenu li ul li {
    font-size: 18px; 
}

/*#MobileMenu li ul li {
 display: block;
 margin: 0;
 padding: 0 10px 0 10px;
}*/

/*#MobileMenu li ul li a {
 color: white;
 font-size: 19px;
 line-height: 2;
 white-space: nowrap;
}*/

/*#MobileMenu li ul li:first-child {
 margin: 0;
 border: 0;
}*/

.span_1_of_1c {
    /*width: 98.4%;*/
    text-align: left;
    position: relative;
    min-height: 100%;
    padding-right: 10px;
}
.span_1_of_1c img {
    float: left;
    margin: 2px 35px 15px 5px;
}

.col {
    display: block;
    float: none;
    margin: 0 0 0 0%;
}
.col p {
    display: block;
    width: auto;
    right: 0px;
    left: 0px;
   /* position: relative;*/
}

.group {
    zoom: 1;
}

.section {
    clear: both;
    /*padding: 10px 10px 20px 10px;*/
    margin: 0px auto;
    max-width: 1720px;
    overflow: visible;
    max-height: 100%;
}

.section img {
    max-width: 100%;
    height: inherit;
}
.section1 {
    width: 100%;
    clear: both;
    padding: 10px 0px 10px 0px;
    margin: 0px auto;
    overflow: visible;
    max-height: 100%;
}
.span_1_of_1r {
    width: 101%;
    text-align: left;
    position: relative;
    min-height: 100%;
}
.span_1_of_1r img {
    float: right;
    margin: 2px 5px 20px 15px;
}
.span_1_of_1h {
    width: 98.4%;
    text-align: center;
    position: relative;
    min-height: 100%;
}


#t_content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
}

#t_content span {
    line-height: normal;
}

#t_content h1,
#t_content h2,
#t_content h3,
#t_content h4,
#t_content h5,
#t_content h6 { 
 line-height: .5;
}

#t_content h1 { font-size: 2.5rem; }
#t_content h2 { font-size: 2.0rem; }
#t_content h3 { font-size: 1.6rem; }
#t_content h4 { font-size: 1.2rem; }
#t_content h5 { font-size: 1.0rem; }
#t_content h6 { font-size: 1.0rem; }

#t_content h1 *,
#t_content h2 *,
#t_content h3 *,
#t_content h4 *,
#t_content h5 *,
#t_content h6 * { font-size: inherit; }

#t_content a {
color: #235CCF;
 text-decoration: none;
}
/* #t_content a:hover { color: #235CCF; }
#t_content a:visited { color: #235CCF; }
#t_content a:active { color: #235CCF; }*/

#t_content .img_left {
 float: left;
 margin: 0 1rem 1rem 0;
 text-align: left;
}
#t_content .img_left img { display: block; }
#t_content .img_left span { font-size: 1.2rem; font-style: italic; }

#t_content .img_right {
 float: right;
 margin: 0 0 1rem 1rem;
 text-align: right;
}
#t_content .img_right img { display: block; }
#t_content .img_right span { font-size: 1.2rem; font-style: italic; }

#t_content *.clear { clear: both; } 

@media only screen and (max-width: 1850px) {
#t_hdr_logo { !important; bottom: 160px; right: 0px; }
.is-home #t_hdr_logo { !important; bottom: 160px; right: 0px; }
}

@media only screen and (max-width: 1780px) {
.story-container-home iframe { width: 450px !important; padding: 0px 0px 0px 0px; height: 253px !important; }
}



@media only screen and (max-width: 1560px) {
#t_hdr_logo { width: 300px !important; bottom: 140px; right: 0px; }
.is-home #t_hdr_logo { width: 300px !important; bottom: 140px; right: 0px; }
#t_slogan_endurance { top: 300px !important; left: 50px !important; }
}


@media only screen and (max-width: 1480px) {
.story-container-home iframe { width: 400px !important; padding: 0px 0px 0px 0px; height: 225px !important; }
}


@media only screen and (max-width: 1410px) {
#t_hdr_logo { width: 250px !important; }
.is-home #t_hdr_logo { width: 250px !important; }
}
@media only screen and (max-width: 1350px) {
#PMainMenu li a { font-size: 17px !important; }
#t_slogan_endurance { top: 220px !important; left: 50px !important; }
.story-container-home iframe { width: 370px !important; padding: 0px 0px 0px 0px; height: 208px !important; }
}

@media only screen and (max-width: 1280px) {
#t_hdr_logo { width: 200px !important; bottom: 145px !important; }
.is-home #t_hdr_logo { width: 200px !important; bottom: 145px !important; }
#t_hdr { top: 0px; }
#t_slogan_endurance { font-size: 59px !important; top: 180px !important; left: 40px !important; }
#t_order { font-size: 20px !important; margin-top: 10px !important; }
p.story-text-home { font-size: 20px !important; padding: 5px !important; }
span.story-home-quote { font-size: 23px !important; line-height: 1 !important; }
}

@media only screen and (max-width: 1024px) {
#t_hdr_logo { width: 150px !important; bottom: 200px !important }
.is-home #t_hdr_logo { width: 180px !important; bottom: 200px !important }
#VGC_MAIL_FORM 151px; 
#t_fxd_logo { padding: 0px 0 0 5px; }
#t_fxd_social > .t_fsb:last-child { display: none; }
#t_slogan_ss { font-size: 30px !important; bottom: 5px !important; }
div#t-video-container iframe { max-width: 560px !important; max-height: 315px !important; }
div#t-video-container-cont iframe { max-width: 560px !important; max-height: 315px !important; }
#t_ss-order-link { font-size: 12px !important; padding: 5px !important; }
}

@media only screen and (max-width: 950px) {

div#t-video-container-cont  { display: flex;
    padding: 0px !important;
    flex-direction: column;
    width: 100%;
    max-width: 950px;
    float: none !important;
    margin: 0px auto !important; }
div#t-video-container-cont iframe { max-width: 560px !important; max-height: 315px !important; }

}

@media only screen and (max-width: 835px) {
#t_fxd_social > .t_fsb > img { width: 52px; }
#t_mm_btn { display: flex; }
#t_mm_lbl { display: block;}
#t_fxd_mnu { display: none; }
#t_hdr_logo { width: 180px !important; bottom: 0px !important; right: 0px; }
.is-home #t_hdr_logo { width: 180px !important; bottom: 0px !important; right: 0px; }
#t_addr { font-size: 18px; }
#t_ftr_logo { width: 200px; }
#t_ftr_bot { flex-direction: column-reverse; }
#VGC_MAIL_FORM label { width: 45% !important; }
#t_fxd_logo { display: none; }
#t_hdr { top: 0px; }
#pats_story p { margin: 0px !important; }
#t_ftr_top, #t_ftr_bot { display: block; }
#logo_res { text-align: left !important; display: block !important; width: 100%; background-color: black; }
#t_fxd_social > .t_fsb:last-child { display: none; }
#t_mobile_menu { top: 50px; }
#t_slogan_ss { font-size: 26px !important; line-height: 1.5 !important; bottom: 10px !important; text-align: left !important; margin: 0px 25% 0px 20px !important; }
#t_slogan_ss_links { justify-content: left !important; }
#t_ss-slogan-link { margin: 5px 10px 5px 0px !important; }
p.red-text { margin: 0px !important; font-size: 28px !important; }
#logo_res img { max-width: 220px !important; }
}

@media only screen and (max-width: 830px) {
#VGC_MAIL_FORM label { width: 45% !important; }
#t_hdr { top: 0px; }
#t_slogan_endurance { font-size: 50px !important; top: 80px !important; left: 30px !important; }
#t_slogan_ss { font-size: 20px !important; line-height: 1.5 !important; bottom: 10px !important; text-align: left !important; margin: 0px 25% 0px 20px !important; }
#t_slogan_ss_links { justify-content: left !important; }
#t_ss-slogan-link { margin: 5px 10px 5px 0px !important; }
p.red-text { margin: 0px !important; font-size: 22px !important; }
}

@media only screen and (max-width: 700px) {
#t_hdr_logo { width: 150px !important; }
.is-home #t_hdr_logo { width: 180px !important; }
#t_hdr { top: 0px; }
#t_hdr_portal { width: 160px !important;}
#pats_story p { margin: 0px !important; }
#t_ach_top { display: block !important; }
#t_ftr_top, #t_ftr_bot { display: block; }
#t_fxd_amazon img { width: 100%; }
#t_fxd_social > .t_fsb:last-child { display: none; }
a.tile-box { padding: 20px 0px 0px 0px !important; }
}


@media only screen and (max-width: 580px) {
#t_hdr_logo { width: 120px !important; margin-right: 20px; bottom: 120px !important; }
.is-home #t_hdr_logo { width: 150px !important; margin-right: 0px; bottom: 120px !important; }
#logo_res img { width: 100%; max-width: 180px; }
p.red-text { margin: 0px !important; font-size: 16px !important; }
#t_slogan_ss { font-size: 14px !important;
    line-height: 1.5 !important;
    bottom: 10px !important;
    text-align: center !important;
    margin: 0px 30% 0px 20px !important;
    display: block !important;
    padding: 10px !important;
}
#t_slogan_endurance {
    font-size: 40px !important;
    top: 80px !important;
    left: 20px !important;
}
#t_order {
    font-size: 15px !important;
    padding: 10px !important;
    margin-top: 10px !important;
}
#t_slogan_ss_links { justify-content: center !important; }
div#t-story-container iframe { max-width: 540px !important; max-height: 305px !important; }
div.story-container.story-container-page iframe { max-width: 540px !important; max-height: 305px !important; }
div#t-video-container iframe { max-width: 430px !important; max-height: 265px !important; }
.video-container-box iframe { padding: 0px 10px 0px 0px; !important; }
div#t-video-container-cont iframe { max-width: 430px !important; max-height: 265px !important; }
.video-container-box-cont iframe { padding: 0px 10px 0px 0px; !important; }
}


@media only screen and (min-width: 481px) {
 #t_ssm { display: none; }
}


@media only screen and (max-width: 480px) {
#t_fxd_social > .t_fsb:last-child { display: none; }
#t_hdr_logo { width: 150px !important; margin-right: 0px; bottom: 210px !important; }
.is-home #t_hdr_logo { width: 150px !important; margin-right: 0px; bottom: 210px !important; }
#t_ftr_top { flex-direction: column; }
#t_addr { font-size: 16px; }
#t_swn_img { display: block; margin: 0 auto; }
#VGC_MAIL_FORM label { width: 45% !important; }
#t_hdr { top: 0px; }
#t_hdr_portal { width: 120px !important; }
#t_fxd_social { padding: 0px 0px 0px 0px; }
#pats_story p { margin: 0px !important; }
#t_ach_top { display: block !important; }
#t_ftr_top, #t_ftr_bot { display: block; }
.t_fsb { margin-right: 0px !important; }
#t_ss { display: none; }
#t_ssm { display: block; }
#t_mobile_menu { top: 100px; }
#logo_res img { width: 100%; max-width: 180px; }
#t_slogan_ss { font-size: 14px !important; line-height: 1.5 !important; bottom: 10px !important; text-align: center !important; margin: 0px !important; display: block !important; padding: 10px !important; }
#t_ss-slogan-link { font-size: 12px !important; }
div#t-story-container iframe { max-width: 440px !important; max-height: 248px !important; }
div.story-container.story-container-page iframe { max-width: 440px !important; max-height: 248px !important; }
.story-container.story-container-page { padding: 0px !important; width: 100% !important; }
#t-video-container { width: 90% !important; }
div#t-video-container iframe { max-width: 440px !important; max-height: 220px !important; }
.video-container-box iframe { padding: 0px !important; }
#t-video-container-cont { width: 90% !important; }
div#t-video-container-cont iframe { max-width: 440px !important; max-height: 220px !important; }
.video-container-box-cont iframe { padding: 0px !important; }
div#t-story-container { padding: 0px 10px 0px 10px !important; }
p.story-text-home { font-size: 16px !important; }
h1.story-title-home { font-size: 25px !important; }
p.story-subtitle-home { font-size: 20px !important; }
p.story-main-title-home { font-size: 25px !important; padding: 5px !important; }
span.story-home-quote { font-size: 18px !important; line-height: 1 !important; }
div#home-slug { font-size: 30px !important; }
}


@media only screen and (max-width: 420px) {
#t_slogan_ss { font-size: 12px !important; line-height: 1.5 !important; bottom: 5px !important; text-align: center !important; margin: 0px !important; display: block !important; padding: 10px !important; }
p.red-text { margin: 0px !important; font-size: 14px !important; }
#t_hdr_logo { width: 150px !important; margin-right: 0px; bottom: 200px !important; }
.is-home #t_hdr_logo { width: 150px !important; margin-right: 0px; bottom: 200px !important; }
#t_slogan_endurance { font-size: 40px !important; top: 80px !important; left: 20px !important; }
#t_order { font-size: 15px !important; padding: 10px !important; margin-top: 10px !important; }
div#t-video-container iframe { max-width: 440px !important; max-height: 190px !important; }
div#t-video-container-cont iframe { max-width: 440px !important; max-height: 190px !important; }
}

@media only screen and (max-width: 415px) {
.story-container-home iframe { width: 280px !important; padding: 0px 0px 0px 0px !important; height: 158px !important; }
}

@media only screen and (max-width: 360px) {
#t_fxd_social > .t_fsb:last-child { display: none; }
#t_ftr_top { flex-direction: column; }
#t_addr { font-size: 16px; }
#t_swn_img { display: block; margin: 0 auto; }
#VGC_MAIL_FORM label { width: 45% !important; }
#t_hdr { top: 0px; }
#t_hdr_portal { width: 90px !important;}
#pats_story p { margin: 0px !important; }
#t_ach_top { display: block !important; }
#t_ftr_top, #t_ftr_bot { display: block; }
.t_fsb { margin-right: 0px !important; }
#t_mobile_menu { top: 58px; }
#t_hdr_logo { width: 120px !important; margin-right: 2px; bottom: 200px !important; }
.is-home #t_hdr_logo { width: 150px !important; margin-right: 0px; bottom: 200px !important; }
div#t-story-container iframe { max-width: 340px !important; max-height: 192px !important; }
div.story-container.story-container-page iframe { max-width: 340px !important; max-height: 192px !important; }
.video-container-box iframe { padding: 0px !important; }
div#t-video-container iframe { max-width: 340px !important; max-height: 192px !important; }
.video-container-box-cont iframe { padding: 0px !important; }
div#t-video-container-cont iframe { max-width: 340px !important; max-height: 192px !important; }
#logo_res img { max-width: 180px !important; }
#t_ss-order-link { font-size: 10px !important; padding: 4px !important; }
#t_order {
    font-size: 10px !important;
    padding: 10px !important;
    margin-top: 5px !important;
}
#t_slogan_endurance {
    font-size: 30px !important;
    top: 60px !important;
    left: 10px !important;
}
p.red-text { margin: 0px !important; font-size: 12px !important; }
#t_slogan_ss { font-size: 11px !important; }
/*#uriah-right li { margin-left: -30px; }
#uriah-mid li { margin-left: -30px; }*/
#t_ss-slogan-link { font-size: 12px !important; margin: 5px 20px !important; }
#footer-quote { font-size: 40px !important; }
#footer-quote-name { font-size: 20px !important; }
div#t-video-container iframe { max-width: 340px !important; max-height: 160px !important; }
div#t-video-container-cont iframe { max-width: 340px !important; max-height: 160px !important; }
}



@media only screen and (max-width: 330px) {
#t_mobile_menu { top: 50px; }
div#t-story-container iframe { max-width: 300px !important; max-height: 169px !important; }
div.story-container.story-container-page iframe { max-width: 300px !important; max-height: 169px !important; }
div#t-video-container iframe { max-width: 300px !important; max-height: 169px !important; }
div#t-video-container-cont iframe { max-width: 300px !important; max-height: 169px !important; }
.story-container-home iframe { width: 260px !important; padding: 0px 0px 0px 0px; height: 146px !important; }
#t_ss-order-link { font-size: 10px !important; padding: 4px !important; }
}


/*.section {
 overflow: auto;
 width: 100%;
}

.section .header {
 font-size: 1.8em;
}

.section .image {
 margin-bottom: 0.5em;
}

.section .image img {
 border-width: 0;
 display: block;
 margin-bottom: 0.5em;
}

.section td img {
 margin: 0.5em;
}

.section .image .caption {
 font-size: 1.2em;
 font-style: italic;
}

.section .left {
 float: left;
 margin-right: 1em;
 text-align: left;
}

.section .right {
 float: right;
 margin-left: 1em;
 text-align: right;
}

.section .left_half {
 float: left;
 margin-right: 2%;
 width: 49%;
}

.section .right_half {
 float: left;
 width: 49%;
}*/




/******************
 * Gallery Styles *
 *****************/

table.GalleryThumbBox {
 background-color: #b8dc9a;
 float: left;
 height: 32rem;
 margin: 1rem 1rem 1rem 1rem;
 padding: 0;
 width: 29rem;
}

table.GalleryThumbBox:hover {
 background-color: #97c96d;
}


img.GalleryThumb {
 display: block;
 margin: 0;
 border: 0;
 cursor: pointer;
}

span.ThumbCaption {
 color: white;
 font-size: 0.9rem;
}

hr.GalleryRule {
 clear: left;
}

img.GalleryLargeImage {

}

select.GalleryCategory {
 margin-top: 2px;
}



.VGC_LIST_TITLE {
 font-weight: bold;
}

/****************************
 INFO REQUEST PAGE STYLES
****************************/

/* Everything in the mail form is inside this division. */
#VGC_MAIL_FORM {
    width: 85%;
    margin: 0px auto;
}

#VGC_MAIL_FORM fieldset legend {
 color: black;
 font-family: Arial, sans-serif;
 font-size: 1.4rem;
 font-weight: bold;
}

.VGC_MAIL_TEXT {
 float: left;
 font-family: Arial;
 font-size: 1.8rem;
 font-weight: normal;
 margin: 0 0 0.5rem 1rem;
}

/* Each input element has a label. */
#VGC_MAIL_FORM label {
 float: left;
 margin: 0 0 0.5rem 1rem;
 font-family: Arial, sans-serif;
 font-size: 1.8rem;
 font-weight: bold;
 width: 15%;
}

/* The style for each input element. */
#VGC_MAIL_FORM input, #VGC_MAIL_FORM select, #VGC_MAIL_FORM textarea {
 border: 1px solid black;
 float: left;
 margin-bottom: 0.5rem;
}

/* This helps format the page. */
#VGC_MAIL_FORM br {
 clear: left;
}

/* The security code elements are inside this division. */
#VGC_MAIL_SECURITY {

}

/* Style for the security code message. */
#VGC_MAIL_SECURITY p {

}

/* Style for the security code input box. */
#VGC_MAIL_SECURITY input {

}

/* style for the security code image. */
#VGC_MAIL_SECURITY img {

}

.VGC_MAIL_STATUS {
 font-family: Arial, sans-serif;
 font-size: 1.5rem;
 font-weight: bold;
 color: #ff0000;
}


   .calendar {
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    /*width: 100%;*/
   }

   .calendar td, .calendar th {
    border: 1px solid black;
   }

   .calendar th {
    background-color: #dff2cf;
   }

   .calendar th span {
    font-size: 1.6rem;
   }

   .calendar tr.calendar_nav th {
    background-color: white;
    text-align: center;
   }

   .calendar tr.calendar_nav th h1 {
    color: black;
    font-size: 2rem;
   }

   .calendar tr.calendar_nav th a {
    color: black;
    font-size: 1.4rem;
    text-decoration: none;
   }

   .calendar tr.calendar_nav th h1 a {
    color: blue;
    font-size: 1rem; 
   }
   .calendar tr.calendar_nav th h1 a:visited {
    color blue;
   }
   .calendar tr.calendar_nav th h1 a:hover {
    color blue;
   }

   .calendar tr.calendar_nav th a:visited {
    color: black;
   }

   .calendar tr.calendar_nav th a:hover {
    color: black;
   }

   .calendar div {
    background-color: white;
    height: 7.6rem;
    overflow: hidden;
    padding: 2rem 0 0 0;
    position: relative;
    width: 100%;
   }

   .calendar div.not_in_month {
    background-color: #64855a;
   }

   .calendar div.has_events {
    background-color: #b7d69a;
   }

   .calendar div span {
    background-color: #76b663;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
   }

   .calendar div ul {
    margin: 0 0 0 2rem;
    padding: 0;
   }

   .calendar a {
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    text-decoration: none;
   }


   .calendar_event_list {
    background-color: white;
    border: 1px solid black;
    display: none;
    padding: 1rem;
    position: absolute;
    min-height: 9.6rem;
    min-width: 200px;
   }

   .calendar_event_list ul {
    margin: 0 0 0 2rem;
    padding: 0;
   }

   .calendar_event_list li {
    font-size: 1rem;
   }

   .calendar_event_list a {
    color: blue;
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    text-decoration: none;
   }

   .calendar_event_list a:visited {
    color: blue;
   }

   .calendar_event_list a:hover {
    color: blue;
   }

   .calendar_left {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
   }

   .calendar_right {
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
   }

   .calendar_event_details {
    display: none;
    position: absolute;
    z-index: 400;
   }

   .calendar_event_arrow {
    border-bottom: 1rem solid transparent;
    border-top: 1rem solid transparent;
    height: 0;
    position: absolute;
    top: 0.4rem;
    width: 0;
   }

   .calendar_left  .calendar_arrow {
    border-right: 2rem solid white;
    left: 0.2rem;
    z-index: 6;
   }

   .calendar_right .calendar_arrow {
    border-left: 2rem solid white;
    right: 0.2rem;
    z-index: 6;
   }

   .calendar_left .calendar_shadow {
    border-right: 2rem solid black;
    left: 0;
    z-index: 2;
   }

   .calendar_right .calendar_shadow {
    border-left: 2rem solid black;
    right: 0;
    z-index: 2;
   }

   .calendar_bubble {
    background-color: white;
    border: 1px solid black;
    border-radius: 0.5rem;
    padding: 1rem;
    position: absolute;
    top: 0;
    width: 25rem;
    z-index: 4;
   }

   .calendar_left .calendar_bubble {
    -mos-box-shadow: 0.5rem 0.5rem 0.5rem black;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem black;
    box-shadow: 0.5rem 0.5rem 0.5rem black;
    left: 2rem;
   }

   .calendar_right .calendar_bubble {
    -mos-box-shadow: -0.5rem 0.5rem 0.5rem black;
    -webkit-box-shadow: -0.5rem 0.5rem 0.5rem black;
    box-shadow: -0.5rem 0.5rem 0.5rem black;
    right: 2rem;
   }

   .calendar_bubble span {
    font-family: Arial, sans-serif;
    font-size: 1.8rem;
   }

   .calendar_bubble p {
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
   }

   .calendar_bubble a {
    font-family: Arial, sans-serif;
    color: blue;
    font-size: 1.4rem;
   }

   .calendar_help {
    font-size: 1.2rem;
    position: absolute;
    right: 35%;
    text-align: right;
    top: 2.4rem;
   }

   .calendar tr.calendar_nav th a.calendar_help2 {
    font-size: 1.2rem;
    text-align: right;
    top: 2.6rem;
   }


.calendar_event_info {
 font-family: Arial, sans-serif; 
}

.calendar_event_info h1 {
 font-size: 2rem;
}

.calendar_event_info .date {
 
}

.calendar_event_info .date h3 {
 font-size: 1.6rem;
}

.calendar_event_info .date span {
 font-size: 1.4rem;
}

.calendar_event_info .date p {
 font-size: 1.4rem;
}

.calendar_event_info .desc p {
 font-size: 1.4rem;
}


.calendar td.no_border {
 border-width: 0;
}

.VGC_MINI_MONTH {
 border-collapse: collapse;
 margin: 1rem;
}

.VGC_MINI_MONTH th, .VGC_MINI_MONTH td {
 font-size: 1rem;
 text-align: center;
}

.VGC_MINI_MONTH thead th {
 background-color: white;
}

.VGC_MINI_MONTH thead th a {

}

.VGC_MINI_MONTH th {

}

.VGC_MINI_MONTH td.mini_blank {
 background-color: #64855a;
}

.VGC_MINI_MONTH td.mini_day {

}

.VGC_MINI_MONTH td.has_events {
 background-color: #b7d69a;
}

.VGC_MINI_MONTH a, .VGC_MINI_MONTH span {
 font-size: 1.4rem;
}

.calendar .VGC_MINI_MONTH th span {
 font-size: 1.4rem;
}

.calendar {
 width: 100%;
 margin-bottom: 10px;
}

.calendar_years {
 text-align: center;
 -ms-text-justify: distribute-all-lines;
 text-justify: distribute-all-lines;
}

.calendar_years .VGC_MINI_MONTH {
 display: inline-block;
 *display: inline;
 margin: 1rem;
}

.calendar_years .stretch {
 display: inline-block;
 font-size: 0;
 line-height: 0;
 width: 100%;
}

.CALENDAR_MONTH_EVENT {
 font-family: Arial, sans-serif;
 overflow: auto;
 margin: 0 0 1rem 0;
}

.CALENDAR_MONTH_EVENT .date {
 background-color: navy;
 border-radius: 1rem;
 float: left;
 height: 4.8rem;
 margin: 0 1rem 1rem 0;
 overflow: hidden;
 padding: 1rem;
 text-align: center;
 width: 4.8rem;
 line-height: 1.2;
}

.CALENDAR_MONTH_EVENT .date .day {
 color: white;
 font-size: 3rem;
}

.CALENDAR_MONTH_EVENT .date .day a {
 color: white;
 font-size: 1rem;
 text-decoration: none;
}

.CALENDAR_MONTH_EVENT .date .month {
 color: white;
 font-size: 1.4rem;
}

.CALENDAR_MONTH_EVENT .title {
 font-size: 2rem;
 margin: 0 0 2px 0;
}

.CALENDAR_MONTH_EVENT .title a {
 color: black;
 font-size: 1rem;
 text-decoration: none;
}

.CALENDAR_MONTH_EVENT .time{
 font-size: 1.4rem;
 font-style: italic;
}

.CALENDAR_MONTH_EVENT p {
 font-size: 1.4rem;
}

.vgc_ss {
 overflow: hidden;
 position: relative;
}

.vgc_ss_Dark {
 border-color: white;
 color: white;
}

.vgc_ss_Light {
 border-color: black;
 color: black;
}

.vgc_ss_slide {
 overflow: hidden;
 width: 100%;
}

.vgc_ss_image {
 vertical-align: middle;
 width: 100vw;
}

.vgc_ss_text {
 bottom: 0;
 font-family: Arial, sans-serif;
 left: 0; 
 position: absolute;
 right: 0;
}

.vgc_ss_bg {
 height: 100%;
 opacity: 0.66;
 position: absolute;
 width: 100%;
 z-index: 1;
}

.vgc_ss_Dark .vgc_ss_bg {
 background-color: black;
}

.vgc_ss_Light .vgc_ss_bg {
 background-color: white;
}

.vgc_ss_title {
 font-size: 1.8rem;
 font-weight: bold;
 margin: 8px;
 position: relative;
 z-index: 2;
}

.vgc_ss_caption {
 font-size: 1.4rem;
 font-style: italic;
 margin: 8px;
 position: relative;
 z-index: 2;
}

.vgc_ss_Fade > .vgc_ss_slide {
 opacity: 0;
 position: absolute;
 top: 0;
 transition: opacity 0.5s;
}

.vgc_ss_Fade > .vgc_ss_slide:first-child {
 position: relative;
}

.vgc_ss_Fade[data-slide="1"] > .vgc_ss_slide:nth-of-type(1) { opacity: 1; }
.vgc_ss_Fade[data-slide="2"] > .vgc_ss_slide:nth-of-type(2) { opacity: 1; }
.vgc_ss_Fade[data-slide="3"] > .vgc_ss_slide:nth-of-type(3) { opacity: 1; }
.vgc_ss_Fade[data-slide="4"] > .vgc_ss_slide:nth-of-type(4) { opacity: 1; }
.vgc_ss_Fade[data-slide="5"] > .vgc_ss_slide:nth-of-type(5) { opacity: 1; }
.vgc_ss_Fade[data-slide="6"] > .vgc_ss_slide:nth-of-type(6) { opacity: 1; }
.vgc_ss_Fade[data-slide="7"] > .vgc_ss_slide:nth-of-type(7) { opacity: 1; }
.vgc_ss_Fade[data-slide="8"] > .vgc_ss_slide:nth-of-type(8) { opacity: 1; }
.vgc_ss_Fade[data-slide="9"] > .vgc_ss_slide:nth-of-type(9) { opacity: 1; }
.vgc_ss_Fade[data-slide="10"] > .vgc_ss_slide:nth-of-type(10) { opacity: 1; }
.vgc_ss_Fade[data-slide="11"] > .vgc_ss_slide:nth-of-type(11) { opacity: 1; }
.vgc_ss_Fade[data-slide="12"] > .vgc_ss_slide:nth-of-type(12) { opacity: 1; }
.vgc_ss_Fade[data-slide="13"] > .vgc_ss_slide:nth-of-type(13) { opacity: 1; }
.vgc_ss_Fade[data-slide="14"] > .vgc_ss_slide:nth-of-type(14) { opacity: 1; }
.vgc_ss_Fade[data-slide="15"] > .vgc_ss_slide:nth-of-type(15) { opacity: 1; }
.vgc_ss_Fade[data-slide="16"] > .vgc_ss_slide:nth-of-type(16) { opacity: 1; }
.vgc_ss_Fade[data-slide="17"] > .vgc_ss_slide:nth-of-type(17) { opacity: 1; }
.vgc_ss_Fade[data-slide="18"] > .vgc_ss_slide:nth-of-type(18) { opacity: 1; }
.vgc_ss_Fade[data-slide="19"] > .vgc_ss_slide:nth-of-type(19) { opacity: 1; }
.vgc_ss_Fade[data-slide="20"] > .vgc_ss_slide:nth-of-type(20) { opacity: 1; }

.vgc_ss_Slide > .vgc_ss_slide {
 margin-left: 100%;
 position: absolute;
 top: 0;
 transition: margin 0.5s;
 z-index: 1;
}

.vgc_ss_Slide > .vgc_ss_slide:first-child {
 position: relative; 
}

.vgc_ss_Slide[data-slide="1"] > .vgc_ss_slide:nth-of-type(1)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="1"] > .vgc_ss_slide:last-of-type
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="2"] > .vgc_ss_slide:nth-of-type(2)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="2"] > .vgc_ss_slide:nth-of-type(1)
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="3"] > .vgc_ss_slide:nth-of-type(3)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="3"] > .vgc_ss_slide:nth-of-type(2)
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="4"] > .vgc_ss_slide:nth-of-type(4)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="4"] > .vgc_ss_slide:nth-of-type(3)
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="5"] > .vgc_ss_slide:nth-of-type(5)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="5"] > .vgc_ss_slide:nth-of-type(4)
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="6"] > .vgc_ss_slide:nth-of-type(6)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="5"] > .vgc_ss_slide:nth-of-type(5)
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="7"] > .vgc_ss_slide:nth-of-type(7)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="7"] > .vgc_ss_slide:nth-of-type(6)
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="8"] > .vgc_ss_slide:nth-of-type(8)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="8"] > .vgc_ss_slide:nth-of-type(7)
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="9"] > .vgc_ss_slide:nth-of-type(9)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="9"] > .vgc_ss_slide:nth-of-type(8)
{ margin-left: -100%; z-index: 2; } 
.vgc_ss_Slide[data-slide="10"] > .vgc_ss_slide:nth-of-type(10)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="10"] > .vgc_ss_slide:nth-of-type(9)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="11"] > .vgc_ss_slide:nth-of-type(11)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="11"] > .vgc_ss_slide:nth-of-type(10)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="12"] > .vgc_ss_slide:nth-of-type(12)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="12"] > .vgc_ss_slide:nth-of-type(11)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="13"] > .vgc_ss_slide:nth-of-type(13)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="13"] > .vgc_ss_slide:nth-of-type(12)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="14"] > .vgc_ss_slide:nth-of-type(14)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="14"] > .vgc_ss_slide:nth-of-type(13)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="15"] > .vgc_ss_slide:nth-of-type(15)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="15"] > .vgc_ss_slide:nth-of-type(14)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="16"] > .vgc_ss_slide:nth-of-type(16)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="16"] > .vgc_ss_slide:nth-of-type(15)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="17"] > .vgc_ss_slide:nth-of-type(17)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="17"] > .vgc_ss_slide:nth-of-type(16)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="18"] > .vgc_ss_slide:nth-of-type(18)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="18"] > .vgc_ss_slide:nth-of-type(17)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="19"] > .vgc_ss_slide:nth-of-type(19)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="19"] > .vgc_ss_slide:nth-of-type(18)
{ margin-left: -100%; z-index: 3; } 
.vgc_ss_Slide[data-slide="20"] > .vgc_ss_slide:nth-of-type(20)
{ margin-left: 0; z-index: 3; } 
.vgc_ss_Slide[data-slide="20"] > .vgc_ss_slide:nth-of-type(19)
{ margin-left: -100%; z-index: 3; } 

.vgc_ss_prev, .vgc_ss_next {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 45%;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
    opacity: 0.4;
}

.vgc_ss:hover .vgc_ss_prev,
.vgc_ss:hover .vgc_ss_next {
 display: block;
}

.vgc_ss_prev {
    left: 10px;
    border-right: 25px solid #ffffff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.vgc_ss_next {
    right: 10px;
    border-left: 25px solid #ffffff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.vgc_ss_arrow {
 height: 0; 
 width: 0; 
 z-index: 2;
}

.vgc_ss_prev > .vgc_ss_arrow {
}

.vgc_ss_next > .vgc_ss_arrow {
}

#t_are {
 background-color: white;
 overflow: auto;
 position: relative;
 width: 100%;
}

#t_are_cnt {
 max-width: 1600px;
 margin: 0 auto;
 padding: 0 10px;
}

#t_are_hdr {
 color: #0e3b7e;
 font-family: Airal, sans-serif;
 font-size: 22px;
 text-align: center;
}

#t_are_txt {
 color: #0e3b7e;
 font-family: Airal, sans-serif;
 font-size: 16px;
 text-align: center;
}

#t_are_lst {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

#t_are_lst > a > img {
 max-width: 100%;
 max-height: 160px;
}

#t_weather {
    background-color: #2b638c;
    position: relative;
    margin: 0px auto;
    width: 100%;
    z-index: 1;
}
.t_footer_top_line_grey3 {
    width: 100%;
    z-index: 1;
    text-align: center;
    position: relative;
    height: 100%;
    background-color: #f58039;
    border-bottom: solid 6px #0e3b7e;
}

.t_footer_top_line_grey3 p {
    font-size: 3em;
    font-weight: bold;
    color: white;
    margin: auto;
    text-align: center;
}
.t_footer_top_line_grey3 img {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.home_box {
 border: 0.1em solid grey;
 float: left;
 margin: 0 0 1em 1em;
 overflow: auto;
 padding: 1em;
 text-align: center;
}

.home_box_image {
    display: block;
    margin: 0 auto 1em auto;
    max-width: 50em;
    width: 100%;
}

.home_box_name {
 color: black;
 font-family: Arial, sans-serif;
 font-size: 1.9em;
}

.home {
 margin: 0 0 1em 0;
 overflow: auto;
}

.home_slideshow {
 float: left;
 margin: 0 1em 1em 0;
}

.home_name {
 color: black;
 font-family: Arial, sans-serif;
 font-size: 2em;
 font-weight: bold;
}

.home_desc {
 color: black;
 font-family: Arial, sans-serif;
 font-size: 1em;
}

.home_slideshow .vgc_ss_image {
    max-width: 100%;
}
.home_slideshow div[style] {
    width: auto !important;
    height: auto !important;
}

.lodging_links li {
    width: 12em;
    background-color: #00a3d9;
    margin-bottom: 1.1em;
    padding: 1em 0em;
    text-align: center;
    list-style-type: none;
    border-radius: .7em;
}

ul.lodging_features {
    justify-content: space-between;
}

.home_html {
    display: flex;
}

div#t__camp_content {
    align-items: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 0 0 10px 0;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 11px;
}

div#t__camp_content_bx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kv-same, .kv-less, .kv-greater { color: black !important; }
.kv-same { background-color: #F9E076; }
.kv-less { background-color: #f08080; }
.kv-greater { background-color: #90ee90; }
#kv_calc {
    border-radius: 10px;
    background-color: #eeeeee;
    color: black;
    padding: 30px;
    font-family: Arial, sans-serif;
    background-image: url(../header/images/bg3.jpg);
    margin-bottom: 5px;
}

.kv_calc_stage {
 display: none;
}

.kv_calc_header {
    font-size: 2em !important;
    line-height: normal !important;
}

.kv_calc_p {
 font-size: 1.4em;
}

.kv_label {
 font-size: 1.4em;
 font-weight: bold;
 white-space: nowrap;
}

th > .kv_label {
 font-size: 1em;
}

.kv_out {
 font-size: 1.4em;
}

.kv_input {
 width: 75px;
 font-size: 1.4em;
}

.kv_select {
 font-size: 1em;
}

td > .kv_input {
 font-size: 1em;
}

.kv_buttons {
 display: flex;
 justify-content: space-around;
 margin-top: 8px;
}

.kv_button {
 font-size: 1.8em;
}

#kv_amnt_table {
 margin: 0 auto;
}

#kv_summ_table {
 border-collapse: collapse;
 margin: 0 auto;
}

#kv_summ_table,
#kv_summ_table td,
#kv_summ_table th {
 border-color: #676767;
 border-style: solid;
 border-width: 1px;
}


#kv_k_abbr { display: none; text-decoration: none; }
#kv_comp_abbr { display: none; text-decoration: none; }
#kv_per_abbr { display: none; text-decoration: none; }
#kv_k1_abbr { display: none; text-decoration: none; }
#kv_mk4_abbr { display: none; text-decoration: none; }
#kv_mk7_abbr { display: none; text-decoration: none; }
#kv_asta_abbr { display: none; text-decoration: none; }
#kv_d3_abbr { display: none; text-decoration: none; }

@media only screen and (max-width : 414px) {
#kv_k_label { display: none; }
#kv_comp_label { display: none; }
#kv_per_label { display: none; }
#kv_k1_label { display: none; }
#kv_mk4_label { display: none; }
#kv_mk7_label { display: none; }
#kv_asta_label { display: none; }
#kv_d3_label { display: none; }
#kv_k_abbr { display: block; }
#kv_comp_abbr { display: block; }
#kv_per_abbr { display: block; }
#kv_k1_abbr { display: block; }
#kv_mk4_abbr { display: block; }
#kv_mk7_abbr { display: block; }
#kv_asta_abbr { display: block; }
#kv_d3_abbr { display: block; }
}

div#pats_story a:link {
    color: white;
    text-decoration: none;
}div#pats_story a:visited{
    color: white;
    text-decoration: none;
}
div#pats_story {
    font-size: 24px;
    color: white;
    background: rgb(64 45 36 / 53%);
    padding: 50px;
}
div#pats_story p {
    margin: 0px 100px 0px 100px;
    text-align: center;
}
#t_ftr_logo {
    width: 100%;
    max-width: fit-content;
}


.home_research_title {
 color: grey;
 text-align: center;
}

.all_items {
 display: flex;
 flex-wrap: wrap;
 margin: 8px 0 0 8px;
 justify-content: space-around;
}

.all_items_item {
 align-items: center;
 display: flex;
 flex-direction: column;
 font-family: Ariel, sans-serif;
 margin: 0 8px 45px 0;
 width: 450px;
}

.all_items_img {
 width: 100%;
 margin-bottom: 8px;
}

.all_items_nam {
 font-size: 18px;
 font-wieght: bold;
 margin-bottom: 8px;
}

.all_items_desc {
 font-size: 14px;
}

.item_details {

}

.item_details_img {
 float: left;
 margin: 0 35px 10px 0;
 max-width: 100%;
}

.item_details_name {
 
}


.k_bottles {
 display: flex;
 flex-direction: column;
 float: right;
 max-width: 500px;
    width: 100%;
}

.k_bottles_top {
 display: flex;
 margin-top: 30px;
}

.k_bottles_l,
.k_bottles_r {
 align-items: center;
 color: grey;
 cursor: pointer;
 display: flex;
 font-family: sans-serif;
 font-size: 22px;
 justify-content: center;
 user-select: none;
 width: 25px;
}

.k_bottles_m {
 flex-grow: 1;
}

.k_bottles_img {
 width: 100%;
 height: 100%;
}

.k_bottles_bot {
 display: flex;
 justify-content: center;
}

.k_bottles_f,
.k_bottles_s,
.k_bottles_b {
 align-items: center;
 display: flex;
 justify-content: center;
 /*height: 100px;
 width: 100px;*/
}

.k_bottles_tmb {
 height: 90%;
 width: 90%;
}

div#t_fxd_amazon {    
    display: flex;
    flex-direction: column;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link:visited {
    color: red !important;
    font-weight: bold !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-cart-coupon__text {
  background-color: yellow;
    padding: 20px 10px;
    text-align: center;
    border: solid 1px black;
    animation: promo 3s infinite;
    animation-timing-function: ease-in;
    box-shadow: 5px 5px 12px black;
}
@keyframes promo {
  from {background-color: white;}
  to {background-color: yellow;}
}


.kwhghlght { 
 background-color: yellow;
}


.search_page {
     font-size: 1rem;
    font-family: Arial, sans-serif;
    padding: 5px;
    text-align: center;
}

.search_box {
    justify-content: left;
    border: 0px;
    display: none;
}
.search_box > legend {
    */display: none;*/
}
/*.form-control.form-control--flexible.form-control--empty {
    display: none !important;
    overflow: hidden;
}*/

/*html#ecwid_html body#ecwid_body .ec-size .ec-store * p   {
    background-color: yellow;
    padding: 20px 10px;
    text-align: center;
    border: solid 1px black;
    animation: promo 4s infinite;
    animation-timing-function: linear;
    box-shadow: 5px 5px 12px black;
    color: black !important;
    font-weight: bold;
    font-size: 16px !important;
}*/

.ec-cart-step__section.ec-cart-step__section--lx31001  {
    /*background-color: yellow !important;*/
   padding: 5px 10px !important;
    text-align: center !important;
    border: solid 1px black !important;
    animation: promo 4s infinite !important;
    animation-timing-function: linear !important;
    box-shadow: 5px 5px 12px black !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 12px !important;
    margin-bottom: 15px !important;
}
.ec-cart-step__section.ec-cart-step__section--lx31001 p  {

    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 1px;
 
}
.ec-form__row.ec-form__row--lx31001 {
    display: none !important;
}

#t_slogan_endurance {
    color: #ffffff;
    font-family: Anton;
    font-size: 99px;
    letter-spacing: 4px;
    position: absolute;
    z-index: 3;
    line-height: 1;
    top: 280px;
    left: 100px;
}
#t_order {
    color: #ffffff;
    font-family: Anton;
    font-size: 30px;
    letter-spacing: 4px;
    position: absolute;
    z-index: 1;
    line-height: 1;
    padding: 17px;
    background-color: #A52727;
    margin-top: 30px;
    font-weight: lighter;
}
#t_order a {
    color: #ffffff;
    text-decoration: none;
}
#t_slogan_ss {
    color: black;
    font-family: Anton;
    font-size: 30px;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    line-height: 1.4;
    bottom: 45px;
    text-align: center;
    text-shadow: 0px 0px 12px white;
}
p.red-text {
    color: #a52727;
    line-height: 1;
    margin: 10px;
    font-size: 36px;
}
button {
    cursor: pointer;
}
#t_calc-temp {
    color: #ffffff;
    font-family: Anton;
    font-size: 20px;
    letter-spacing: 4px;
    position: absolute;
    line-height: 1;
    padding: 17px;
    background-color: #000000;
    font-weight: lighter;
    margin-left: 35px;
    border-radius: 15px;
}
#t_calc-temp a {
    color: #ffffff;
    text-decoration: none;
}
#footer-quote {
    color: #ffffff;
    font-family: Anton;
    font-size: 70px;
    letter-spacing: 4px;
    line-height: 1;
    font-variant: all-small-caps;
    text-align: center;
}
#footer-quote-name {
    color: #ffffff;
    font-family: Anton;
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 2;
    font-variant: none;
}

#uriah-home {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #dddad2;
    margin: 0px -10px -10px -10px;
}
#uriah-pic {
   
}
#uriah-pic img {
    width: 100%;
    max-width: fit-content;
    height: auto;
    max-height: 440px;
    vertical-align: middle;
}
#uriah-mid {
    color: black;
    font-family: 'Oswald';
    font-size: 18px;
    line-height: 2;
    padding: 10px 40px;
width: 300px;
}
#uriah-mid h2 {
    font-size: 20px;
    margin: 30px 0px;
}
#uriah-mid li {
    list-style-type: none;
}
#uriah-mid li::before {
    content: url(../header/images_res/check-mark.png);
    vertical-align: middle;
    margin-right: 5px;
}
div#uriah-mid ul {
    margin-left: -30px;
}
#uriah-right {
      color: black;
    font-family: 'Oswald';
    font-size: 18px;
    line-height: 2;
    padding: 10px 40px;
width: 300px;
}
#uriah-right h2 {
    font-size: 20px;
    margin: 30px 0px;
}
#uriah-right li {
    list-style-type: none;
}
#uriah-right li::before {
    content: url(../header/images_res/check-mark.png);
    vertical-align: middle;
    margin-right: 5px;
}
div#uriah-right ul {
    margin-left: -30px;
}
#t_uriah-link {
    color: #000000;
    font-family: 'Oswald';
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1;
    padding: 10px;
    background-color: #ffffff;
    margin-top: 0px;
    text-align: center;
    border: 1px solid black;
}
#t_uriah-link a {
    color: #000000;
    text-decoration: none;
}
div#t_uriah-link::after {
    content: "\27A4";
}
#t_ss-slogan-link {
    color: #000000;
    font-family: 'Oswald';
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1;
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid black;
    width: fit-content;
    margin: 5px 20px;
}
#t_ss-slogan-link a {
    color: #000000;
    text-decoration: none;
}
#t_ss-order-link {
    font-family: 'Oswald';
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    border: 1px solid black;
    width: fit-content;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background-color: #A52727;
    border-radius: 5px;
    box-shadow: 1px 3px 10px black;
    border: 1px white solid;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#t_ss-order-link a {
    color: #ffffff;
    text-decoration: none;
}
div#t_ss-order-link::after {
    content: "\27A4";
}
#t_ss-order-link:hover {
    box-shadow: 1px 2px 5px black;
     background-color: #9d0205;
}
#t_slogan_ss_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
padding: 10px;
}
.t-tile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*flex-direction: row-reverse;*/
    /*margin-top: 20px;*/
}
a.tile-box {
    padding: 20px;
}
a.tile-box:hover img {
filter: brightness(100%);
   transform: scale(105%);
}
h1.tile-name {
    display: none;
}
img.tile-img {
    width: 100%;
    max-width: 585px;
    max-height: 660px;
    transition: transform .7s ease;
filter: brightness(60%);
}
div#t-story-container {
    display: flex;
    padding: 40px 10px 40px 10px;
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-size: 16px;
    flex-direction: column;
    /*width: 85%;*/
    margin: 0px auto;
    background-color: black;
    color: white;
}
.story-box {
    margin-top: 20px;
    border: 1px solid black;
    padding: 3px;
    width: 85%;
    margin: 20px auto;
}
h1.story-title {
    line-height: 1.5 !important;
    padding: 0px 5px;
}
p.story-subtitle {
    font-weight: bold;
    padding: 0px 5px;
}
p.story-text {
    font-size: 20px;
    padding: 0px 5px;
}
.story-box iframe {
    float: left;
    padding: 20px;
}
div#t-story-container iframe {
    width: 100%;
    max-width: 560px;
    padding: 0px 10px 0px 0px;
}
img.story-img {
    width: 100%;
    float: left;
    max-width: 560px;
    padding: 0px 10px 0px 0px;
}
.story-box img {
    /*padding: 20px;*/
}
.story-container.story-container-page {
    display: flex;
    padding: 20px 10px 60px 10px;
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-size: 16px;
    flex-direction: column;
    width: 85%;
    margin: 0px auto;
}
div.story-container.story-container-page iframe {
    width: 100%;
    max-width: 560px;
    padding: 0px 10px 0px 0px;
}
.colv {
    display: block;
    float: right;
    margin: 0;
}
#t-video-container {
 display: flex;
    /*padding: 20px 10px 60px 10px;*/
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-size: 20px;
    flex-direction: column;
    width: 100%;
    margin: 0px auto;
    max-width: 1780px;
}
.video-container-box {
   margin-top: 20px;
    padding: 3px;
}
.video-container-box iframe {
 width: 100%;
    max-width: 900px;
    padding: 0px 10px 0px 0px;
float: left;
}

.video-container-box iframe {
    
    padding: 20px;
}

#t-video-container-cont {
    display: flex;
    padding: 20px 50px 50px 50px;
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-size: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 950px;
    float: right;
}
.video-container-box-cont {
   margin-top: 20px;
    padding: 3px;
}
.video-container-box-cont iframe {
 width: 100%;
    max-width: 900px;
    padding: 0px 10px 0px 0px;
float: left;
}

.video-container-box-cont iframe {
    
    padding: 20px;
}
div#t_order::after {
    content: "\27A4" ;
}
div#t_ss-slogan-link::after {
    content: "\27A4" ;
}

.story-container-home {
    display: flex;
    padding: 10px;
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-size: 16px;
    flex-wrap: wrap;
    margin: 0px -10px -10px -10px;
    background-color: black;
    color: white;
}
.story-box-home {
    border: 1px solid grey;
    padding: 3px;
    margin: 20px auto;
}
h1.story-title-home {
    padding: 0px 5px;
    font-size: 30px !important;
    line-height: 2 !important;
}
p.story-subtitle-home {
    font-weight: bold;
    padding: 0px 5px;
    font-size: 26px;
    margin: 0px;
    text-align: center;
}
p.story-main-title-home {
    font-weight: bold;
    font-size: 35px;
    margin: 0px -10px 0px -10px;
    text-align: center;
    /* background-color: #ed2327; */
    padding: 20px 10px 10px 10px;
    color: #519748;
    font-family: 'Oswald';
}
p.story-text-home {
    font-size: 20px;
    padding: 20px 100px 0px 100px;
    /* background-color: #5b5858; */
    margin: 0px -10px 0px -10px;
    text-align: center;
    color: black;
}
span.story-home-quote {
    font-size: 25px;
    text-align: center;
    color: black;
    font-weight: bold;
    font-style: italic;
    line-height: 3;
}
.story-box-home iframe {
    float: left;
    padding: 20px;
}
.story-container-home iframe {
    width: 560px;
    padding: 0px 0px 0px 0px;
    height: 315px;
}
img.story-img-home {
    width: 100%;
    
    max-width: 560px;
    padding: 0px 10px 0px 0px;
}
div#story-container-home-wrapper {
    background-color: #ee2125;
    color: white;
    text-align: center;
    font-family: 'Oswald';
    padding: 10px;
    margin: 0px -10px -10px -10px;
    text-shadow: 1px 1px 4px black;
}
#story-container-hide { display: none; }

div#home-slug {
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #519748;
    
}
div#home-slug p {
 margin: 0px;
}

#equa-table {

}
div#home-slug-sm {
    font-family: 'Oswald';
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    
}

#equa-table img {
    border: 2px solid black;
}
#equa-table td {
    padding: 5px;
}
h1.ultra-k-vitamins-athletes {
    font-size: 40px !important;
    font-weight: bold;
    font-family: 'Oswald';
    line-height: 1 !important;
}

.tile-stuff {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div#tile-content {
    padding: 0px 20px 20px 0px;
}
div#tile-content-links {
    border: 1px solid black;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 22px;
    width: fit-content;
    height: fit-content;
}

#tile-content table {
    float: right;
    padding: 10px 10px 150px 10px;
    border: 1px solid black;
    margin: 0px 0px 20px 20px;
    background-color: white;
    border-radius: 0px;
    font-size: 19px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    /*text-indent: 20px;*/
    z-index: 1;
    position: relative;
    font-weight: bold;
}
#tile-content table a {
    color: black;
}
#tile-content table a::after {
    content: "\27A4";
    margin-left: 8px;
    color: black;
    font-size: 14px;
    vertical-align: 2px;
}
#tile-content table a:hover {
    text-shadow: 3px 3px 2px grey;
}
.related-links {
    color: white;
    font-size: 27px;
    text-align: center;
    border: 1px solid black;
    border-radius: 0px;
    background-color: black;
    padding: 0px 5px;
    text-indent: 0px;
}
ul#SiteMap2 {
    width: 700px;
    margin: 0px auto;
}
ul#SiteMap {
    width: 700px;
    margin: 0px auto;
}
ul#SiteMap2 {
    font-family: 'Oswald';
    color: black;
}
ul#SiteMap {
    font-family: 'Oswald';
    color: black;
}
ul#SiteMap li {
    font-size: 25px;
    color: black;
}
ul#SiteMap li ul li {
    font-size: 18px;
    color: black;
}
ul#SiteMap2 li {
    font-size: 25px;
    color: black;
}
ul#SiteMap2 li ul li {
    font-size: 18px;
    color: black;
}
ul#SiteMap2 a {
    color: black;
}
ul#SiteMap a {
    color: black;
}
li.VGC_MENU_DADDY a {
    pointer-events: none;
}


li.VGC_MENU_DADDY ul li a {
    pointer-events: all;
}

#blog-body {
 display: grid;
 grid-template-columns: 1fr;
 grid-template-rows: min-content 1fr min-content;
 min-height: 100vh;
 --blog-content-width: calc(100% - 20px);
 --blog-gutter: auto;
}

@media(min-width: 768px) {
#blog-body { --blog-content-width: 600px; }
}

@media(min-width: 1024px) {
#blog-body { --blog-content-width: 800px; }
}

@media(min-width: 1280px) {
#blog-body { --blog-content-width: 1000px; }
}

#blog-header {
 background-color: #1e3a14;
 background-image: url('');
 background-repeat: no-repeat;
 display: flex;
 flex-direction: column;

}
#blog-header-content {
 align-items: center;
 box-sizing: border-box;
 display: flex;
 flex-direction: row;
/* margin: 0 var(--blog-gutter);
 width: var(--blog-content-width); */
padding: 3%;
position: absolute;
}

img#blog-bottle-img {
    width: 100%;
max-width: 268px;
}

img#blog-pt-img {
    width: 100%;
max-width: 356px;
}

img#blog-logo-img {
    width: 100%;
max-width: 900px;
}

#blog-header-img {
 max-width: 100%;
}

#blog-nav {
 background-color: #000000BB;
 padding: 10px 0;
 width: 100%;
}

#blog-nav ul {
 display: flex;
 flex-wrap: wrap;
 gap: 16px;
 justify-content: center;
 list-style-type: none;
 margin: 0;
 padding: 0;
}

.blog-nav-link {
 color: white;
 font-size: 18px;
 text-decoration: none;
}

.blog-nav-link:visited {
 color: white;
}

#blog-main {

}

#blog-footer {
 background-color: green;
 background-image: url('../images/Blog/tt-footer-background.jpg');
 background-repeat: no-repeat;
background-size: cover;
}

#blog-footer-content {
 align-items: center;
 box-sizing: border-box;
 display: flex;
 flex-direction: column;
 margin: 0 var(--blog-gutter);
 width: var(--blog-content-width);
padding: 3%;
}

#blog-footer-quote {
      font-family: 'Oswald';
    font-size: 22px;
    color: white;
    text-align: center;
}

#blog-footer-addr {
 text-align: center;
    font-family: 'Oswald';
font-size: 24px;
    color: white;
}

#blog-footer-img {
 max-width: 100%;
}

#blog-top {
 box-sizing: border-box;
 margin: 0 var(--blog-gutter);
 width: var(--blog-content-width);
 font-size: 18px;
}

.blog-tiles {
 background-color: lightgrey;
 display: flex;
 flex-direction: column;
 gap: 10px;
 padding: 10px 0;
}

.blog-tile {
 background-color: white;
 border: 1px solid grey;
 border-radius: 8px;
 box-sizing: border-box;
 color: black;
 display: grid;
 gap: 8px;
 grid-template-areas:
  "thumb title"
  "thumb date"
  "thumb blurb";
 grid-template-columns: min-content 1fr;
 margin: 0 var(--blog-gutter);
 padding: 10px;
 text-decoration: none;
 width: var(--blog-content-width);
}

.blog-tile-title {
 grid-area: title;
 margin: 0;
 font-size: 22px;
}

.blog-tile-date {
 grid-area: date;
 font-size: 16px;
}

.blog-tile-thumb {
 grid-area: thumb;
 max-width: 200px;
}

.blog-tile-blurb {
 grid-area: blurb;
}

.blog-tile-blurb {
 margin: 0;
 font-size: 18px;
}



.blog-entry {
 box-sizing: border-box;
 margin: 0 var(--blog-gutter);
 width: var(--blog-content-width);
}

.blog-entry-title {
 font-size: 22px;
 text-align: center;
}

.blog-entry-date {
 display: block;
 font-size: 18px;
 text-align: center;
}

.blog-entry-content {
    font-size: 18px;
    color: black;
}