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

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%;
}

.nowrap{
    white-space: nowrap;
}

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;
}

.block-link{display: block;}

* 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: 0;
}

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%; }

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

body { font-size: 14px; color: #000; font-family: 'Source Sans Pro'; 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; }
body > img{ position:absolute; left:0; bottom:0; z-index:-1;}

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

#layout #section0.section { z-index: 99; }
#layout .section { position: relative; z-index: 100; }
#layout .section .intro { width: 100%; }

/* layout */
#layout { display:block; width: 100%; position: relative; z-index:9; background:#fff; }
#layout img{ vertical-align:top; }
#layout sup { font-size: 70% !important; height: 0; line-height: 1; position: relative; vertical-align: baseline; bottom: 1ex; display:inline-block; }

.wrapper { width: 100%; max-width: 1310px; padding: 0 15px; margin: 0 auto; position: relative; }


.head-wrap { /*float: left;*/ display:block; /*overflow:hidden;*/ width: 100%; position: relative; padding-bottom:105px; }

.ad_container { /*float: left;*/ display: block; width: 100%; background:#fff; overflow:hidden; }
.ad_container .ad { display: block; width: 100%; text-align: center; max-width: 100%; margin: 10px auto 10px; max-height: 90px; }
.ad_container .ad img { vertical-align: top; }
header { /*float: left;*/ display: block; width: 100%; background: #000000; text-align: center; position:absolute; z-index:999999; left:0; bottom:0; }
header.show { position: fixed; top:0; bottom: auto; }

/*********Header Css*********/
header .header_inner{/*float:left;*/ display: block; width:100%; padding:0 20px 0 30px; border-top:4px solid #bce2f1; position:relative; min-height:50px; z-index:99; overflow:hidden; }

header ul.left_logos { float: left; padding: 7px 0 0 0; font-size:0; }
header ul.left_logos li { display: inline-block; vertical-align: middle; }
header ul.left_logos li a { display: block; }
header ul.left_logos li a img { vertical-align: top; }
header ul.left_logos li.bhg_logo { background: url(../images/plus-icon.png) no-repeat right center; padding: 0 24px 0 0; background-size: 11px; }
header ul.left_logos li.bhg_logo a { width: 120px; }
header ul.left_logos li.home_depot_logo { padding: 0 0 0 14px; }
header ul.left_logos li.home_depot_logo a { width: 33px; }

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'; font-size:13px; line-height: 18px; font-weight:600; background:#bce2f1; padding:0 10px 3px 10px; 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'; 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 a { color: #003865; }
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 .social_part{ float:right; position:relative; text-align:right; }
header .social_part .toggle_social{ width:29px; display:none; }
header .social_part .toggle_social img{ vertical-align:top; }
header .social_part .social_icons{ float:right; text-align:center; }
header ul.social_icon{ list-style:none; float:right; width:auto; margin-top:10px;}
header ul.social_icon li{ list-style:none; float:left; margin-left:10px;  }
header ul.social_icon li:first-child{ margin-left:0; }
header ul.social_icon li a{ display:block; width:27px; height:27px; 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:26px; vertical-align: top; color:#fff; display:inline-block; }
header ul.social_icon li a:hover{opacity:0.7;}


header .menu_bar{ float:left; width:100%; min-height:55px; position:relative; background: #FFFFFF; box-shadow: 0px 1.77778px 2.66667px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 1.77778px 2.66667px rgba(0, 0, 0, 0.07); }
header .menu_bar a.toggle_tabs{ display:block; width:100%; font-family: 'BrandonGrotesque-Medium'; font-size: 12px; line-height: 14px; text-transform: uppercase; text-align: center; letter-spacing: 0.888889px; color: #000000; position:relative; padding: 8px 10px; display:none; background: #ffffff; }
header .menu_bar a.toggle_tabs span{ display:inline-block; line-height:9px; width:12px; margin:0 0 0 8px; vertical-align:middle; padding:0; }
header .menu_bar a.toggle_tabs span img{ vertical-align:top; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
header .menu_bar a.toggle_tabs.active span img{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg);  }
/*header .menu_bar .menu_items{ position:absolute; left:0; top:100%; width:100%;  background-color:#222222; padding:62px 0 80px; display:none; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); max-height:calc(100vh - 86px); overflow:auto; }*/

header .menu_bar .menu_items{ display:block; width:100%; padding:0 0 0; }
header .menu_bar .menu_items ul{ display:block; width:100%; max-width:100%; font-size:0; }
header .menu_bar .menu_items ul li{ display:inline-block; width: 20%; padding: 0; position:relative; vertical-align:top; }
header .menu_bar .menu_items ul li a{ padding:0; display:block; font-family: 'BrandonGrotesque-Regular'; font-size: 12px; line-height: 15px; text-transform: uppercase; text-align: center; letter-spacing: 0.888889px; color: #000000; position:relative; padding: 20px 10px; }
header .menu_bar .menu_items ul li a.active, header .menu_bar .menu_items ul li a:hover{ color: #F96404; }
header .menu_bar .menu_items ul li a.active:after, header .menu_bar .menu_items ul li a:hover:after{ content:""; position:absolute; left:0; top:0; width:100%; height:3px; background:#F96404; margin:0; }



/****Intro Content*************************/
.welcome_cont{ display: block; width:100%; position:relative; text-align:center; padding:60px 0 55px; max-width: 768px; margin: 0 auto; }
.welcome_cont h1{ font-family: 'BrandonGrotesque-Regular'; font-size: 58px; line-height: 110%; text-align: center; text-transform: uppercase; color: #F96404; padding:0; margin:0; }
.welcome_cont p{ font-family: 'BrandonGrotesque-Regular'; font-size: 22px; line-height: 115%; text-align: center; color: #000000; max-width:632px; margin:0 auto; padding:5px 0 48px; }
.welcome_cont p strong{ font-weight: normal; font-family: 'BrandonGrotesque-Bold'; }
.welcome_cont p em{ font-family: 'BrandonGrotesque-RegularItalic'; font-style: normal; }

.welcome_cont ul.social_icon{ list-style:none; display:block; width:100%; margin:0; font-size:0; text-align:center; }
.welcome_cont ul.social_icon li{ list-style:none; display:inline-block; margin:0 15px;  }
.welcome_cont ul.social_icon li a{ display:block; width:27px; height:27px; opacity:1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
.welcome_cont ul.social_icon li a i{ font-size:19px; line-height:27px; vertical-align: top; color:#000000; display:inline-block; }
.welcome_cont ul.social_icon li a:hover{opacity:0.7;}
/****Intro Content*************************/

.nav_container{ display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; max-width: 1018px; margin: 0 auto 50px; padding: 45px 20px 0; }
.nav_container .nav_tile{ display: block; width: calc(50% - 12px); margin: 0 0 60px; position: relative; }
.nav_container .nav_tile.big{ width: 100%; }
.nav_container .nav_tile img{ vertical-align: top; }
.nav_container .nav_tile h2{ font-family: 'BrandonGrotesque-Regular'; font-size: 24px; line-height: 46px; color: #F96404; padding: 0 0 8px; }
.nav_container .nav_tile h2 span{ display: block; font-family: 'BrandonGrotesque-Medium'; font-size: 8px; line-height: 10px; letter-spacing: 2px; color: #9E76B1; }
.nav_container .nav_tile h3{ font-family: 'BrandonGrotesque-Regular'; font-size: 21px; line-height: 41px; color: #F96404; padding: 0 0 2px; }
.nav_container .nav_tile figure{ display: block; width: 100%; position: relative; }
.nav_container .nav_tile figure .play_icon{ position:absolute; width: 100%; height: 100%; left: 0; top:0; background: url(../images/play-icon.png) no-repeat center center; background-size: 89px auto !important; font-size: 0; z-index: 9; }
.nav_container .nav_tile a{ font-size: 0; position:absolute; width: 100%; height: 100%; left: 0; top:0; z-index: 999; }

.nav_container.short{ justify-content: center; max-width: 930px; padding: 10px 20px 0; }
.nav_container.short .nav_tile{ width: calc(50% - 28px); margin: 0 14px 50px; }


.desc_sec{ display:block; width:100%; padding:0 30px; text-align:center; position:relative; }
.desc_sec p{ font-family: 'BrandonGrotesque-Regular'; font-size: 22px; line-height: 115%; text-align: center; color: #000000; max-width:632px; margin:0 auto; padding:0 0 48px; }
.desc_sec p strong{ font-weight: normal; font-family: 'BrandonGrotesque-Bold'; }
.desc_sec p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#000000; }
.desc_sec p a:hover{ text-decoration:none; }


.vid_sec{ display:block; width:100%; max-width:978px; margin:0 auto; }
.vid_sec figure{ display: block; width: 100%; position: relative; }
.vid_sec figure .play_icon{ position:absolute; width: 100%; height: 100%; left: 0; top:0; background:rgba(0,0,0,0.26) url(../images/play-icon.png) no-repeat center center; background-size: 89px auto !important; font-size: 0; z-index: 9; }
.vid_sec figure a{ position:absolute; width: 100%; height: 100%; left: 0; top:0; font-size: 0; z-index: 99; }


.cta{ display:block; width:100%; padding:30px 30px 60px; text-align:center; position:relative; }
.cta p{ font-family: 'BrandonGrotesque-Bold'; font-size: 22px; line-height: 115%; text-align: center; color: #000000; max-width:980px; margin:0 auto; padding:0; }
.cta p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#000000; }
.cta p a:hover{ text-decoration:none; }


/**Animation Pages********************/

/*---------------------------*/
/*landing_sec*/
.landing_sec { display: block; width: 100%; position: relative; }
.landing_sec:after { content: ""; clear: both; overflow: hidden; height: 0px; width: 100%; display: block; }
.landing_sec .right_img { position: sticky; float: right; width: 50%; height: 100vh; top: 0; right: 0; background-size: cover !important; z-index: 1; }
.landing_sec .right_img img { vertical-align: top; display: none; }
.landing_sec .left_cont { position: relative; display: block; width: 50%; min-height: calc(100vh - 180px); background: #fff; position: relative; z-index: 999; }
.landing_sec .intro_cont .intro_cont_inner { width: 100%; max-width: 604px; padding: 50px 15px; text-align:center; }

.landing_sec .intro_cont { display: flex; width: 100%; flex-wrap:wrap; min-height: 100vh; align-items: center; justify-content: center; text-align: left; }
.landing_sec .intro_cont img { width:100%; vertical-align: top; }

.landing_sec .intro_cont h1{ font-family: 'BrandonGrotesque-Regular'; font-size: 58px; line-height: 90%; text-align: center; text-transform: uppercase; color: #F96404; padding:0; margin:0; }
.landing_sec .intro_cont p{ font-family: 'BrandonGrotesque-Regular'; font-size: 22px; line-height: 115%; text-align: center; color: #000000; max-width:540px; margin:0 auto; }
.landing_sec .intro_cont p strong{ font-weight: normal; font-family: 'BrandonGrotesque-Bold'; }
.landing_sec .intro_cont p em{ font-family: 'BrandonGrotesque-RegularItalic'; font-style: normal; }
.landing_sec .intro_cont p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#000000; }
.landing_sec .intro_cont p a:hover{ text-decoration:none; }
.landing_sec .intro_cont p .quote_icon { display:block; width: 46px; margin:0 auto 24px; }

.landing_sec .intro_cont ul.the_logos { display: block; width: 100%; padding:0; margin: 0; font-size: 0; letter-spacing: 0; position: relative; z-index: 999; }
.landing_sec .intro_cont ul.the_logos li { display: inline-block; vertical-align: middle; margin: 0; }
.landing_sec .intro_cont ul.the_logos li a { display: block; }
.landing_sec .intro_cont ul.the_logos li.home_depot_logo { background: url(../images/plus-icon-dark.png) no-repeat right center; padding: 0 32px 0 0; background-size: 16px auto !important; }
.landing_sec .intro_cont ul.the_logos li.home_depot_logo a { width: 50px; }

.landing_sec .intro_cont ul.the_logos li.rs_logo { padding: 0 0 0 25px; }
.landing_sec .intro_cont ul.the_logos li.rs_logo a { width: 178px; }

.landing_sec .intro_cont ul.the_logos li.sl_logo { padding: 0 0 0 25px; }
.landing_sec .intro_cont ul.the_logos li.sl_logo a { width: 178px; }


.landing_sec .intro_cont ul.social_icon{ list-style:none; display:block; width:100%; margin:0; font-size:0; text-align:center; padding: 35px 0 25px 0; }
.landing_sec .intro_cont ul.social_icon li{ list-style:none; display:inline-block; margin:0 15px;  }
.landing_sec .intro_cont ul.social_icon li a{ display:block; width:27px; height:27px; opacity:1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
.landing_sec .intro_cont ul.social_icon li a i{ font-size:19px; line-height:27px; vertical-align: top; color:#000000; display:inline-block; }
.landing_sec .intro_cont ul.social_icon li a:hover{opacity:0.7;}

.landing_sec .intro_cont .scroll_more { display: table; margin: 0 auto; vertical-align: top; text-align: center; }
.landing_sec .intro_cont .scroll_more span { display: block; font-family: 'BrandonGrotesque-Bold'; font-size: 11px; line-height: 25px; text-align: center; color: #F96404; text-transform: uppercase; margin: 0 0 10px; }
.landing_sec .intro_cont .scroll_more img { display: inline-block; width: 15px; }

.landing_sec .intro_cont .btn { display: block; width: 100%; font-family: 'BrandonGrotesque-Regular'; font-size: 20px; line-height: 125%; color: #000000; border: 3px solid #F96404; padding:13px 0; margin: 10px auto 30px; max-width: 356px; }
.landing_sec .intro_cont .person_img { display: block; width: 320px; margin: 25px auto 30px; }
.landing_sec .intro_cont .person_name { display: block; font-family: 'BrandonGrotesque-Bold'; font-size: 22px; line-height: 114%; text-align: center; color: #F96404; }
.landing_sec .intro_cont .brand_name { display: block; font-family: 'BrandonGrotesque-BoldItalic'; font-size: 22px; line-height: 114%; text-align: center; color: #000000; padding:0 0 40px; }

.landing_sec .intro1 p{ padding:30px 0 37px; }
.landing_sec .intro2 p{ padding:0 0 25px; }
.landing_sec .intro2 { padding: 0 0 50px; position:relative; }
.landing_sec .intro2 .side_img{ position:absolute; width:50vw; height:100vh; left:100%; top:0; z-index:99; background-size: cover !important; }
.landing_sec .intro2 .side_img.sticky{ position:fixed; left:50%; }
.landing_sec .intro2 .side_img.sticky.stick_bottom{ position:absolute; left:100%; top:auto; bottom:0; }

.landing_sec .show_on_mobile { display: none; }
/*landing_sec*/
/*---------------------------*/

/*---------------------------*/
/*information_sec*/
.information_sec { width: 100%; height: 100%; position: relative; z-index: 1; }
.information_sec .full_image { width: 100%; height: 100vh; position: sticky; left: 0; top: 0; overflow: hidden; }
.information_sec .full_image .image { display: block; width: 100%; height: 100%; object-fit: cover; transition: all 1s; -webkit-transition: all 1s; backface-visibility: hidden; max-width: none; position: relative; }
.information_sec .full_image .image.mob { display: none; }
.information_sec .full_image[class*="loc-"] .full_image_zoom { width: 1920px; height: 1080px; }
.information_sec .full_image .full_image_zoom { width: 100%; height: 100%; position: relative; transition: all 1s; -webkit-transition: all 1s; backface-visibility: hidden; }

.information_sec .full_image .hotspot { position: absolute; width: 42px; height: 42px; overflow: hidden; }
.section .information_sec .full_image .hotspot { opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s; }
.section .information_sec .full_image .hotspot.active { opacity: 1; }

.cs_d_flex { display: flex; flex-wrap: wrap; align-items: flex-start; min-height: calc(100vh - 180px); }
.cs_d_flex > div{ width:100%; }
.information_sec .text { padding: 100px 20px; /*margin-top: -100vh;*/ display: flex; -webkit-display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; align-items: center; -webkit-align-items: center; min-height: 100vh; position: relative; z-index: 1; min-width: 350px; width: 27.16%; background: #fff; text-align: left; }
.section.active .information_sec .text { opacity: 100; transform: translate(0%, 0); -webkit-transform: translate(0%, 0); }
.information_sec .text .internal { width: 100%; max-width: 356px; margin: 0 auto; }
.information_sec .text h3 { font-family: 'BrandonGrotesque-Bold'; font-size: 25px; line-height: 100%; color: #F96404; text-transform: uppercase; margin: 0; padding: 0 0 10px; }
.information_sec .text p { font-family: 'BrandonGrotesque-Regular'; font-size: 22px; line-height: 25px; color: #000000; margin: 0; padding: 0 0 27px; }

.information_sec .hotspot_list { list-style: none; margin: 0; padding: 0; }
.information_sec .hotspot_list li { width: 100%; padding: 15px 0 0 0; }
.information_sec .hotspot_list li:first-child { padding-top: 0; }
.information_sec .hotspot_list li .hotspot_list_wrapper { width: 100%; align-items: center; -webkit-align-items: center; display: flex; -webkit-display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
.information_sec .hotspot_list li .icon { width: 42px; height: 42px; overflow: hidden; }
.information_sec .hotspot_list li .icon img { width: 100%; }
.information_sec .hotspot_list li .info_text { width: calc(100% - 42px); padding: 0 0 0 14px; font-family: 'BrandonGrotesque-Regular'; font-size: 20px; line-height: 25px; color: #000000; min-height: 42px; display: flex; align-items: center; }
.information_sec .btn_container { display: block; width: 100%; position: relative; z-index: 99; border-top: 2px solid #b0b0b0; margin: 50px 0 0; padding: 30px 0 0; text-align: center; }
.btn_container_cs { display: block; width: 27.16%; min-width: 356px; position:-webkit-sticky; position:sticky; bottom:0; z-index: 120; padding: 30px 0; text-align: center; background: #fff; }

.information_sec .exp_btn .shopping-list-button, .btn_container_cs .shopping-list-button { display: block; width: 100%; font-family: 'BrandonGrotesque-Regular'; font-size: 20px; line-height: 125%; color: #000000; background:#fff; border: 3px solid #F96404; padding:13px 0; margin: 0 auto; max-width: 356px; text-align: center; cursor: pointer; }

.buy-look-button { display: block; width: 356px; max-width: 100%; font-family: 'BrandonGrotesque-Regular'; font-size: 20px; line-height: 125%; color: #000000; background:#fff; border: 3px solid #F96404; padding:13px 0; margin: 0 auto; text-align: center; cursor: pointer; }


 /*#layout #section1.section { margin-bottom: -117px; }*/
 #section1 .information_sec .text { padding-top: 64px; }
.information_sec .exp_btn .shopping-list-button { cursor: pointer; }
/*information_sec*/
/*---------------------------*/

.cta_sec{ display:block; width:100%; padding:45px 20px; background:#F96404; text-align:center; }
.cta_sec p{ font-family: 'BrandonGrotesque-Bold'; font-size: 25px; line-height: 114%; text-align: center; color: #FFFFFF; }
.cta_sec p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#FFFFFF; }
.cta_sec p a:hover{ text-decoration:none; }

/**Animation Pages********************/




/**social_icons_box********************/
.social_icons_box{ position:fixed; width:100%; max-width: 100%; height:100%; left:0; top: 100%; background: rgba(0, 0, 0, 0.7); z-index:9999999; padding:62px 30px 0;  overflow-y: scroll; }
.social_icons_box .social_icons{ display:block; width: 315px; max-width:100%; background: none; margin:0 auto; }
.social_icons_box ul.social_icon{ list-style:none; display:block; width:100%; padding:48px 32px 48px; background: #fff; }
.social_icons_box ul.social_icon li{ list-style:none; display:block; width:100%; margin:24px 0 0; }
.social_icons_box ul.social_icon li:first-child{ margin-top:0; }
.social_icons_box ul.social_icon li a{ display:inline-block; opacity:1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; vertical-align:top; font-size:0; }
.social_icons_box ul.social_icon li a .icon{ display:inline-block; width:29px; height:29px; vertical-align:top; margin:0 12px 0 0; }
.social_icons_box ul.social_icon li a img{ vertical-align: top; }
.social_icons_box ul.social_icon li a:hover{opacity:0.7;}
.social_icons_box ul.social_icon li a .text_part{ display:inline-block; font-family: 'DMSans-Medium'; font-size: 15px; line-height: 28px; color: #151515; vertical-align:top; }
.social_icons_box a.close_social{ display:block; margin:11px auto 0; width:62px; max-width:100%; }



/**************************************Footer Css**************************************************/
footer { display:block; width: 100%; background: #000000; padding: 20px 0; text-align: center; z-index: 9999; overflow:hidden; position: relative; }
footer a.footer_logo { display: inline-block; }
a.footer_logo img { vertical-align: top; width: 160px; }

footer ul { list-style: none; padding: 12px 0 0; }
footer ul li { display: inline-block; font-family: 'Source Sans Pro'; 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; }
/**************************************Footer Css**************************************************/ 



/******* CSS LIGHTBOX *******/
.modal_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: 999999;
    width: 100%;
    max-width: 100%;
    padding: 0 20px 0;
	display:flex; 
	align-items:center; 
	justify-content: center; 
	flex-wrap: wrap;
}
.modal_box_inner { display: block; width: 1010px; padding: 20px 0 20px; position: relative; max-width: 100%; }
.modal_box .modal_box_cont { display: block; width: 100%; background: #FFFFFF; border: 2px solid #F96404; padding:40px 55px 40px 55px; position:relative; }
.modal_box .modal_box_cont p{ font-family: 'BrandonGrotesque-Regular'; font-size: 22px; line-height: 115%; color: #000000; padding:0 0 27px; }
.modal_box .modal_box_cont p:last-of-type{ padding:0; }
.modal_box .modal_box_cont p strong{ font-weight: normal; font-family: 'BrandonGrotesque-Bold'; }
.modal_box .modal_box_cont p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#000000; }
.modal_box .modal_box_cont p a:hover{ text-decoration:none; }

.modal_box .modal-close { display: block; width: 20px; top: 30px; right: 15px; position:absolute; cursor:pointer; }
.modal_box .modal-close img{ vertical-align:top; }
.modal_box.active { opacity: 1; top: 0; bottom: 0; }



/****************************Video Popup Css********************************************/
.v_box { position: relative; height: 0; width: 100%; /*padding-bottom:0%;*/ padding-bottom: 56.25%; }
.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: 999999;
    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 */
.vid-close {
    display: block;
    width: 14px;
    height: 16px;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: -30px; cursor:pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.vid-close img{ vertical-align:top; width:14px; height:16px; }

.vid_box.active { opacity: 1; top: 0; bottom: 0; }
.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 .vid-close { top: 0; }




#div-gpt-interstitial { height: 1px; overflow: hidden; position:absolute; left:0; bottom:0; z-index:-1; }
#div-gpt-wallpaper { height: 1px; overflow: hidden; position:absolute; left:0; bottom:0; z-index:-1; }

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