@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300i,400,600');

span.demofont {
    font-family: 'Source Sans Pro', sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table,
th,
td {
    border: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4em;
}

th {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 28px;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    line-height: normal
}

input {
    border: 0;
    outline: none
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto
}

ul,
ul li {
    list-style: none;
}

ol,
ol li {
    list-style: decimal;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

.clear {
    display: block;
    width: 100%;
    height: 1px;
    background: none;
    clear: both;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    resize: none;
    max-width: 100%;
}

p,
span,
a,
small,
blockquote,
ul,
li {
    line-height: normal;
}

figure {
    max-width: 100%;
    position: relative;
}

blockquote,
q {
    quotes: """";
    font-size: 26px;
    font-style: italic;
    line-height: 1;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 0;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: normal;
    color: #151515;
    padding-bottom: 5px;
}

h1 {
    font-size: 34px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 32px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

p {
    margin-bottom: 0;
}

dl {
    margin: 0 1.625em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.625em;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

sup,
sub {
    font-size: 70%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

blockquote {
    font-style: italic;
    font-weight: normal;
    margin: 0 1em;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

a img {
    border: 0;
}

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

sup,
sub {
    font-size: 70%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

a {
    text-decoration: none;
    transition: all .15s ease-in-out 0s;
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

th,
td {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

table img {
    margin: 0 !important;
    width: 100%;
}

.spacer_bottom { display: block; width: 100%; clear: both; min-height: 90px; }

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; }

body { font-size: 14px; color: #000; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: auto; }
body.popup_view { overflow: hidden; }

.wrapper { max-width: 1210px; margin: 0 auto; padding:0 15px; }

.mob-show { display: none !important; }

/* layout */
#layout { float: left; width: 100%; position: relative; padding: 56px 0 0; background:#fff7de; }
body.home_page #layout{ height:100%; }


/*********Header Css*********/
header { float: left; width: 100%; background: #151515; text-align: center; position: fixed; z-index: 999999; left: 0; top: 0; }
header .header_inner { float: left; width: 100%; padding: 0 20px; border-top: 4px solid #bce2f1; position: relative; min-height: 56px; z-index: 99; }

header ul.left_logos { float: left; padding: 11px 0 0 0; font-size:0; }
ul.left_logos li { display: inline-block; vertical-align: bottom; }
ul.left_logos li a { display: block; vertical-align: top; }
ul.left_logos li a img { vertical-align: top; }
ul.left_logos li.hnc_logo { background: url(../images/plus_icon.png) no-repeat right 14px; padding: 0 14px 0 0; background-size: 9px; }
ul.left_logos li.hnc_logo a { width: 71px; }

ul.left_logos li.rs_logo { padding: 0 0 0 5px; }
ul.left_logos li.rs_logo a { width: 143px; }

ul.left_logos li.shape_logo { padding: 0 0 0 5px; }
ul.left_logos li.shape_logo a { width: 75px; }

ul.left_logos li.ew_logo { padding: 0 0 0 5px; margin:0 0 -3px; }
ul.left_logos li.ew_logo a { width: 77px; }

ul.left_logos li.health_logo { padding: 0 0 0 5px; }
ul.left_logos li.health_logo a { width: 71px; }

header a.paid_logo {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    vertical-align: top;
    color: #000;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    background: #bce2f1;
    padding: 0 5px 3px 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
a.paid_logo i { padding: 0 0 0 5px; font-size: 13px; }

header .show_text { float: left; width: 100%; font-family: 'Source Sans Pro', sans-serif; font-size: 11px; font-weight: 600; color: #151515; text-transform: uppercase; text-align: center; background: #fff; padding: 8px 20px; margin: 0; position: relative; display: none; line-height: 14px }
header .show_text span.close { position: absolute; right: 2px; top: 10px; width: 20px; height: 20px; cursor: pointer; }
header .show_text span.close:before,
header .show_text span.close:after { position: absolute; left: 10px; content: ""; height: 13px; width: 1px; background-color: #151515; }
header .show_text span.close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }
header .show_text span.close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }

header ul.social_icon { list-style: none; float: right; width: auto; margin-top: 11px; }
header ul.social_icon li { list-style: none; display: inline-block; float: left; margin-left: 10px; }
header ul.social_icon li:first-child { margin-left: 0; }
header ul.social_icon li a { display: block; width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; opacity: 1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
header ul.social_icon li a i { font-size: 15px; line-height: 27px; color: #fff; display: inline-block; }
header ul.social_icon li a:hover { opacity: 0.7; }

/*********Header Css*********/

.nav_box_container{ display:block; width:100%; height:100%; position:relative; }
.nav_box{ display:flex; flex-wrap:wrap; width:100%; height:100%; }
.nav_box .nav_item{ width:50%; height:50%; overflow:hidden; position:relative; }
.nav_box .nav_item:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.40); opacity:0; z-index:99; transition: all ease 0.4s; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; }
.nav_box .nav_item.active:after{ opacity:0; }
.nav_box .nav_item.inactive:after{ opacity:1; }

.nav_box .nav_item figure{ display:block; width:100%; height:100%; background-size:cover !important; transform:scale(1.06,1.06); -webkit-transform:scale(1.06,1.06); -moz-transform:scale(1.06,1.06); transition: all ease 0.4s; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; }
.nav_box .nav_item:hover figure{ transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); }

.nav_box .nav_item .hover_cont{ display:block; position:absolute; left:50%; top:50%; width:328px; min-height:178px; background:rgba(255,247,222,0.85); text-align:center; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); opacity:0; transition: all ease 0.4s; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; }
.nav_box .nav_item:hover .hover_cont{ opacity:1; }
.nav_box .nav_item .hover_cont h3{ font-family: 'Cheerios-Regular'; font-size:80px; line-height:84px; color:#de6328; padding:19px 0 6px; }
.nav_box .nav_item .hover_cont h3 img{ display:none; }
.nav_box .nav_item .hover_cont h3 svg{ display:none; }
.nav_box .nav_item .hover_cont span{ display:block; font-family: 'Graphik-Black'; font-size:11px; line-height:15px; color:#de6328; letter-spacing:1.84px; text-transform:uppercase; padding:0 0 5px; }
.nav_box .nav_item .hover_cont img{ vertical-align:top; }
.nav_box .nav_item .hover_cont .rs_logo{ width:201px; }
.nav_box .nav_item .hover_cont .shape_logo{ width:103px; }
.nav_box .nav_item .hover_cont .ew_logo{ width:107px; }
.nav_box .nav_item .hover_cont .health_logo{ width:102px; }

.nav_box .nav_item a{ position:absolute; width:100%; height:100%; left:0; top:0; z-index:9999; }

.nav_box .nav_item a + img{ position:absolute; vertical-align:top; /*display:none;*/ opacity:0; z-index:99; }

.nav_box .nav_item:nth-child(1) a + img.lt{ right:0; bottom:0; width:193px; }
.nav_box .nav_item:nth-child(2) a + img.rt{ left:0; bottom:0; width:193px; }
.nav_box .nav_item:nth-child(3) a + img.lb{ right:0; top:0; width:183px; }
.nav_box .nav_item:nth-child(4) a + img.rb{ left:0; top:0; width:183px; }

/*.nav_box .nav_item a.style1 img{ opacity:1; }
.nav_box .nav_item a.style2 img{ opacity:1; }
.nav_box .nav_item a.style3 img{ opacity:1; }
.nav_box .nav_item a.style4 img{ opacity:1; }*/
.nav_box .nav_item a.active + img{ opacity:1; }
.nav_box .nav_item a:visited + img{ opacity:1;  }

.heart_image{ position:absolute; width:386px; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); margin:20px 0 0; z-index:9; }
.heart_image img{ vertical-align:top; }

.heart_cont{ position:absolute; width:360px; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); margin:20px 0 0; z-index:999; text-align:center; }
.heart_cont .heart_cont_initial{ display:block; position:relative; }
.heart_cont .heart_cont_final{ display:none; position:relative; }
.heart_cont.active .heart_cont_initial{ display:none; }
.heart_cont.active .heart_cont_final{ display:block; }



.heart_cont h3{ font-family: 'Cheerios-Regular'; font-size:43px; line-height:47px; letter-spacing:-0.49px; color:#fff; padding:0 0 8px; }
.heart_cont h3 span{ display:inline-block; line-height:inherit; }
.heart_cont h3 img{ vertical-align:top; display:none; width:54px; }
.heart_cont p{ font-family: 'Graphik-Medium'; font-size:15px; line-height:27px; color:#fff; max-width:280px; margin:0 auto; padding:0 0 10px; }
.heart_cont .hnc_img{ vertical-align:top; width:53px; }



/*********Inner Page Css*********/
.intro_cont{ width:100%; padding:52px 30px 38px; position:relative; margin:0; z-index:99; text-align:center; }

.intro_cont a.home_link{ position:absolute; top:49px; right:56px; width:68px; z-index:9999; }
.intro_cont a.home_link img{ vertical-align:top; }
.intro_cont a.home_link img.mob_img{ display:none; }



.intro_cont .heading{ width:100%; }
.intro_cont .heading span.tagline{ display:block; font-family: 'Graphik-Black'; font-size:24px; line-height:28px; color:#de6328; letter-spacing:10px; padding:0 0 13px; position:relative; z-index:999; }
.intro_cont .heading h1{ font-family: 'Cheerios-Regular'; font-size:200px; line-height:204px; color:#de6328; letter-spacing:-1.56px; padding:0; margin:0; }
.intro_cont .heading h1 span{ display:inline-block; line-height:inherit; vertical-align:top; }
.intro_cont .heading h1 img{ vertical-align:top; }
.intro_cont .heading h1 .flowerpot{ width:140px; margin:-35px 0 0 7px; }
.intro_cont .heading h1 .bicycle{ width:277px; margin: 36px 0 -2px -40px; }
.intro_cont .heading h1 .cherry{ width:197px; margin: 18px 0 -33px -25px; }
.intro_cont .heading h1 .notepad{ width:182px; margin:31px 0 0 16px; }

.intro_cont .heading .title_vid{ display:block; width:100%; }
.intro_cont .heading .title_vid video{ background-color:rgba(0,0,0,0); width:100%; max-width:100%; }
.intro_cont .heading .title_vid video::-webkit-media-controls{display:none !important;-webkit-appearance:none;}
.intro_cont .heading .title_vid video::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none;}
.intro_cont .heading .title_vid video::--webkit-media-controls-play-button{display:none!important;-webkit-appearance:none;}
.intro_cont .heading .title_vid video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none;}

.intro_cont .heading .title_vid .passions_vid{ max-width:710px; margin:-30px 0 18px; }
.intro_cont .heading .title_vid .fitness_vid{ max-width:736px; margin:24px 0 8px; }
.intro_cont .heading .title_vid .nutrition_vid{ max-width:821px; margin:15px 0 -22px; }
.intro_cont .heading .title_vid .wellness_vid{ max-width:939px; margin:17px 0 14px; }

.intro_cont .heading .title_vid #pot_anim{ max-width:710px; margin:-30px auto 18px; }
.intro_cont .heading .title_vid #bike_anim{ max-width:736px; margin:24px auto 8px; }
.intro_cont .heading .title_vid #cherries_anim{ max-width:821px; margin:15px auto -22px; }

.intro_cont .heading .title_vid #yoga_anim { max-width:939px; margin:17px auto 14px; position:relative; }
.intro_cont .heading .title_vid #yoga_anim figure{ opacity:0; }
.intro_cont .heading .title_vid #yoga_anim figure img{ vertical-align:top; }
.intro_cont .heading .title_vid #yoga_anim ul { position: absolute; font-size:0; width: 100%; left: 0; top: 0; }
.intro_cont .heading .title_vid #yoga_anim ul li { position: absolute; width: 100%; left: 0; top: 0; opacity: 0; }
.intro_cont .heading .title_vid #yoga_anim ul li.active { opacity: 1; }
.intro_cont .heading .title_vid #yoga_anim ul li img { vertical-align: top; }


.intro_cont ul.the_logos { display: block; width:100%; padding: 18px 0 32px 0; margin:0; font-size:0; letter-spacing:0; position:relative; z-index:999; }
.intro_cont ul.the_logos li { display: inline-block; vertical-align: bottom; margin:0; }
.intro_cont ul.the_logos li a { display: block; vertical-align: top; }
.intro_cont ul.the_logos li a img { vertical-align: top; }
.intro_cont ul.the_logos li.hnc_logo { background: url(../images/plus_icon_black.png) no-repeat right 27px; padding: 0 30px 0 0; background-size: 19px; }
.intro_cont ul.the_logos li.hnc_logo a { width: 133px; }

.intro_cont ul.the_logos li.rs_logo { padding: 0 0 0 13px; }
.intro_cont ul.the_logos li.rs_logo a { width: 282px; }

.intro_cont ul.the_logos li.shape_logo { padding: 0 0 0 13px; }
.intro_cont ul.the_logos li.shape_logo a { width: 151px; }

.intro_cont ul.the_logos li.ew_logo { padding: 0 0 0 13px; margin:0 0 -8px; }
.intro_cont ul.the_logos li.ew_logo a { width: 161px; }

.intro_cont ul.the_logos li.health_logo { padding: 0 0 0 13px; }
.intro_cont ul.the_logos li.health_logo a { width: 142px; }




.intro_cont p{ font-family: 'Graphik-Regular'; font-size:20px; line-height:32px; color:#3e3e3e; margin:0 auto; padding:0; max-width:785px; text-align:center; }
.intro_cont p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#3e3e3e; }
.intro_cont p a:hover{ text-decoration:none; }


.intro_cont ul.social_icon{ display:block; list-style:none; text-align:center; font-size:0; margin:21px 0 0; padding:0; letter-spacing:0; }
.intro_cont ul.social_icon li{ display:inline-block; list-style:none; width:30px; margin:0 12px; vertical-align:top; }
.intro_cont ul.social_icon li a{ display:block;}
.intro_cont ul.social_icon li a img{ vertical-align:top; }



/*********bodycontent********/
.bodycontent { display:block; width: 100%; position: relative; }

.mid_sec{ display:block; width: 100%; background:#fff; padding:56px 29px 28px; }

.mid_sec .tile_box{ display:flex; flex-wrap:wrap; justify-content: right; align-items: flex-start; }
.mid_sec img{ vertical-align:top; }

.tile_box .tile{ width:calc(50% - 102px); margin:0 51px 0; }
.tile_box .tile.odd{ margin:110px 51px 0; }

.tile_box .tile.odd.odd-space { margin-top: 25px; }

.tile_box .tile > a{ display:block; margin:0 0 70px; }
.tile_box .tile > a > figure{ display:block; box-shadow:20px 20px 40px rgba(0,0,0,0.30); position:relative; overflow:hidden; }
/*.tile_box .tile > a > figure:after{ content:""; position:absolute; width:100%; height:100%; left:0; top:0; background-color: rgba(0,0,0,0.3); z-index:9;
background: -webkit-linear-gradient(to top, rgba(0,0,0,0.70),rgba(0,0,0,0.20),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0)); 
background: linear-gradient(to top,rgba(0,0,0,0.70),rgba(0,0,0,0.20),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0)); 
background: -o-linear-gradient(to top, rgba(0,0,0,0.70),rgba(0,0,0,0.20),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));  
background: -moz-linear-gradient(to top, rgba(0,0,0,0.70),rgba(0,0,0,0.20),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));
}*/
.tile_box .tile > a > figure img{ transition: all ease 0.4s; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; }
.tile_box .tile > a:hover > figure img{ transform:scale(1.06,1.06); -webkit-transform:scale(1.06,1.06); -moz-transform:scale(1.06,1.06); }
.tile_box .tile > a > figure .caption_cont{ position:absolute; left:0; bottom:20px; padding:0 0 0 32px; font-family: 'Graphik-Black'; font-size:15px; line-height:19px; color:#fff; z-index:99; letter-spacing: 3px; }
.tile_box .tile > a > figure .vid_icon{ position:absolute; left:50%; top:50%; margin:-45px 0 0 -45px; width:90px; height:90px; background: url(../images/play_icon.png) no-repeat center center; background-size: 90px auto; z-index:99; }

.tile_box .tile > a > h3{ font-family: 'GraphikCond-Medium'; font-size: 32px; line-height: 42px; color:#000; text-align:center; padding:35px 40px 0; margin:0 0 0; }

.tile_box .tip{ display:flex; align-items:center; width:100%; background:#fff7de; margin:0 0 87px; box-shadow:20px 20px 40px rgba(0,0,0,0.30); padding:22px 40px 22px 15px; }
.tile_box .tip figure{ min-width:115px; max-width:115px; }
.tile_box .tip figure > div{ background:#fff7de; position:relative; }
.tile_box .tip figure > div:after{ content:""; position:absolute; left:0; top:0; width:100%; height:3px; background:#fff7de; z-index:999; }
.tile_box .tip .tip_cont{ padding:0 0 0 20px; }
.tile_box .tip .tip_cont h3{ font-family: 'Graphik-Black'; font-size: 16px; line-height: 20px; letter-spacing:5px; color:#de6328; padding: 0 0 9px 48px; }
.tile_box .tip .tip_cont p{ font-family: 'Graphik-Regular'; font-size: 18px; line-height: 25px; color:#3e3e3e; }



.mid_sec .bottom_cont{ width:100%; text-align:center; font-size:0; }
.mid_sec .bottom_cont a.hnc_logo{ display:inline-block; width:133px; margin:0 0 20px; }
.mid_sec .bottom_cont p{ font-family: 'GraphikCompact-Regular'; font-size: 16px; line-height: 22px; color:#3e3e3e; }
.mid_sec .bottom_cont p strong{ font-family: 'GraphikCompact-Black'; font-weight:normal; }


.return_cont{ width:100%; text-align:center; padding:40px 0; }
.return_cont  a { display: flex; align-items: center; justify-content: center; width: 100%; text-decoration: none; }
.return_cont  a:hover { text-decoration: none; }
.return_cont .return_left{ margin-right: 50px; display:inline-block; }
.return_cont .return_video { width: 376px; }
.return_cont .return_video video { display: block; width: 100%; height: 212px; object-fit: cover; }
.return_cont span{ display:inline-block; font-family: 'Graphik-Bold'; font-size:10px; line-height:14px; letter-spacing:1px; color:#de6328; background: url(../images/back_arrow.png) no-repeat left center; background-size: 25px auto; 
padding: 3px 0 3px 38px; margin: 0 0 15px; }
.return_cont p{ font-family: 'Cheerios-Regular'; font-size:48px; line-height:51px; color: #de6328; }


/**************************************Footer Css**************************************************/
footer { float: left; width: 100%; background: #151515; padding: 20px 0; text-align: center; z-index: 9999; }
footer a.footer_logo { display: inline-block; }
a.footer_logo img { vertical-align: top; width: 169px; }

footer ul { list-style: none; padding: 12px 0 0; }
footer ul li { display: inline-block; font-family: 'Source Sans Pro', sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; 
color: #fff; padding: 0 5px 0 8px; background: url(../images/link_sep.jpg) no-repeat left center; }
footer ul li:first-child { background: none; }
footer ul li a { display: block; color: #fff; }
footer ul li a:hover, footer ul li a:focus { color: #888888; }


/****************************Video Popup Css********************************************/
.vid_box .v_box { position: relative; height: 0; width: 100%; /*padding-bottom:0%;*/ padding-bottom: 56.25%; }
.vid_box .video-js { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }

/******* CSS LIGHTBOX *******/
.vid_box {
    position: fixed;
    top: 100%;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow-y: scroll;
    z-index: -1;
    width: 100%;
    max-width: 100%;
    padding: 0 15px 0;
	display:flex; 
	align-items:center; 
	justify-content: center; 
	flex-wrap: wrap;
}

.vid_box_inner {
    display: block;
    /*width:100%;*/
    width: 1100px;
    /*margin: 0 auto;*/
    padding: 10px 0 10px;
    position: relative;
    max-width: 100%;
}

.vid_box video {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    border: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */
a.vid-close {
    display: block;
    width: 14px;
    height: 16px;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: -30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
a.vid-close img{ vertical-align:top; width:14px; height:16px; }

.vid_box.active { opacity: 1; top: 0; bottom: 0; z-index: 999999; }
.vid_box.active .v_box { padding-bottom: 56.25%; border:2px solid #fff; }
.vid_box.active .video-js { background: #000; }
.vid_box.active video { max-height: 100%; max-width: 100%; }
.vid_box.active a.vid-close { top: 0; }

html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */ }

.just-placeholder { opacity: 0; visibility: hidden; pointer-events: none; }  