@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.home_page { background: #000; }
body.popup_view { overflow: hidden; }


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

/* layout */
#layout { float: left; width: 100%; position: relative; }


.head-wrap { width: 100%; position: relative; padding-bottom:56px; background: #fff; z-index:999999; }
.ad_container { width: 100%; min-height:110px; background-color: #fff}
.ad_container .ad { display: block; width: 100%; text-align: center; max-width: 100%; margin: 0px auto; padding: 10px 0; max-height: 110px; }
.ad_container .ad img { vertical-align: top; }



/*********Header Css*********/
header { float: left; width: 100%; background: #151515; text-align: center; position: absolute; z-index: 999999; left: 0; bottom: 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.show { position: fixed; top:0; bottom: auto; }

header ul.left_logos { float: left; padding: 9px 0 0 0; font-size:0; }
ul.left_logos li { display: inline-block; vertical-align: middle; }
ul.left_logos li a { display: block; vertical-align: top; }
ul.left_logos li a img { vertical-align: top; }
ul.left_logos li.us_bank_logo { background: url(../images/plus-icon.png) no-repeat right center; padding: 0 19px 0 0; background-size: 11px; }
ul.left_logos li.us_bank_logo a { width: 102px; }
ul.left_logos li.people_logo { padding: 0 0 0 12px; }
ul.left_logos li.people_logo a { width: 85px; }
span.animated { display: inline-block; }
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%);
}

.pt-0 { padding-top:0 !important; }
.pb-0 { padding-bottom:0 !important; }


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*********/

/***************************************Home Page Css**************************************************/
.banner{ display:block; width:100%; max-width:100%;  margin:0 0 0; background:#0C2074; position:relative; padding:70px 0 67px; }

.slider_container{ display:block; width:100%; max-width:100%; position:relative; }
.slider_container .slider_capt{ position:absolute; left:calc(15% - 140px); top:50%; transform:translateY(-50%); display:block; width:100%; max-width:642px; background:none; z-index:999; }
.slider_container .slider_capt:before { content: ""; position: absolute; bottom: -35px; left: -15px; display: block; width: 670px; height: 183px; background: url(../images/shadow.png) bottom center no-repeat; background-size: 100% auto; }
.slider_container .slider_capt h1{ max-width:642px; position: relative; }
.slider_container .slider_capt p{ font-family: 'HelveticaNeue-Bold'; font-size: 28px; line-height: 100%; color: #FFFFFF; /*text-shadow:0 0 20px rgba(0,0,0,0.5);*/ padding:0 0 0 36px; margin:-16px 0 0; position: relative; }

.slider_container .us_bank_logo { width: 150px; height:150px; position:absolute; right: calc(15% - 125px); bottom: -45px; padding: 10px 15px; display: flex; -webkit-display: flex; align-items:center; -webkit-align-items:center; background: #fff; border-radius: 50%; -webkit-border-radius: 50%; z-index:999; }
.slider_container .us_bank_logo img { width: 100%; height:auto; position:static; object-fit:contain; }


.home_slider{ display:block; width:100%; margin:0 auto; }
.home_slider .home_slide{ display:block; width:100%; vertical-align:top; }
.home_slider .home_slide .home_slide_inner{ display:block; width:100%; height:calc(100vh - 190px); min-height:604px; position:relative; border-width:48px 24px; border-color:#0C2074; border-style:solid; }
.slick-current.slick-active .home_slide .home_slide_inner{ border-width:48px 48px; border-color:#8C9FED;  }

.home_slider .home_slide .home_slide_inner figure{ display:block; height:100%; background-size:cover !important; position:relative; }
.home_slider .home_slide .home_slide_inner figure:before { content: ""; display: block; opacity: 0.4; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; transition: all 350ms; -webkit-transition: all 350ms; background: #00111A; }
.home_slider .home_slide.slick-current .home_slide_inner:before, .home_slider .slick-current .home_slide .home_slide_inner figure:before { opacity: 0; }
.home_slider .home_slide .home_slide_inner figure .brand_logo{ position:absolute; left:33px; bottom:0; display:none; }
.home_slider .home_slide .home_slide_inner figure .brand_logo{ flex-wrap:wrap; align-items:center; min-height:70px; z-index:99; }
.slick-current.slick-active .home_slide .home_slide_inner figure .brand_logo{ display:flex; }
.home_slider .home_slide .home_slide_inner figure .people_logo{ width:125px; }
.home_slider .home_slide .home_slide_inner figure .rs_logo{ width:220px; }
.home_slider .home_slide .home_slide_inner figure .pesp_logo{ width:150px; }
.home_slider .home_slide .home_slide_inner figure .parents_logo{ width:154px; }

.home_slider .home_slide .home_slide_inner figure .link_desc{ position:absolute; right:0; bottom:0; display:none; align-items:center; justify-content:flex-end; width:100%; max-width:100%; background:#8C9FED; font-family: 'HelveticaNeue-Bold'; font-size: 16px; line-height: 145%; text-align: right; color: #FFFFFF; padding:5px 20px; min-height:70px; }
.home_slider .home_slide .home_slide_inner figure .link_desc.short span{ max-width:390px; }
.slick-current.slick-active .home_slide .home_slide_inner figure .link_desc{ display:flex; }

.home_slider .home_slide .home_slide_inner figure .article_link{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:999; font-size:0; display:none; }
.slick-current.slick-active .home_slide .home_slide_inner figure .article_link{ display:block; }


.home_slider .slick-dots{ display:block; padding:0; margin:0 0 0; text-align:center; transition:all ease 0.3s; position:absolute; left:0; bottom:-45px; width:100%; z-index:999; }
.home_slider .slick-dots li{ display:inline-block; height:auto; margin: 0; padding: 0 8px; vertical-align: middle; width: auto;}
.home_slider .slick-dots li a{ border:none; border-radius: 50%; display: block;  padding:0; width:19px; height: 19px; background: #79728C; cursor:pointer; font-size:0; box-shadow:none; }
.home_slider .slick-dots li.slick-active a { background: #EDE9F7;}

.home_slider .slick-prev{ position:absolute; font-size:0; background:url(../images/arr-left.png) no-repeat center center; background-size:40px; width:15%; height:100%; margin:0; left:0; top:0; cursor:pointer; border-radius:0; border:none; z-index:99; /*background-color:rgba(0,0,0,0.4);*/ }
.home_slider .slick-prev.slick-disabled{ opacity:0.30;  cursor:default;}
.home_slider .slick-prev:before{ content:"";}
.home_slider .slick-prev:hover{ }

.home_slider .slick-next{ padding-top: 80px; position:absolute; font-size: 16px; line-height: 24px; color: #FFFFFF; letter-spacing: 1px; font-family: 'HelveticaNeue-Medium'; text-align: center; display: flex; align-items: center; justify-content: center; background:url(../images/arr-right.png) no-repeat center center;  background-size:40px; width:15%; height:100%; margin:0; right:0; top:0; cursor:pointer; border-radius:0; border:none; z-index:99; /*background-color:rgba(0,0,0,0.4);*/ }
.home_slider .slick-next.slick-disabled{ opacity:0.30; cursor:default; }
.home_slider .slick-next:before {content:"";}
.home_slider .slick-next:hover{ }
/***************************************Home Page Css**************************************************/


/*********Inner Page Css*********************************************************************************/

.banner_container{ display:block; width:100%; position: relative; }
.banner_inner{ display:block; width:100%; min-height:400px; height:calc(100vh - 166px); /*height: 615px;*/ background-size:cover !important; position:relative;  }
.banner_inner > img{ vertical-align:top; display:none; }
.banner_inner .leap_logo{ position:absolute; width:382px; left:35px; top:42px; z-index:99; }
.banner_inner .play_btn{ position:absolute; width:100%; height:100%; left:0; top:0; font-size: 0px; line-height: 0px; background:rgba(0,0,0,0.2) url(../images/play-btn.png) no-repeat center center; background-size: 100px auto !important; cursor:pointer; }
.banner_container .heading { padding: 25px 42px 28px; position: absolute; bottom: 0px; left: 0px; width: 648px; background: #fff; }
.banner_container .heading.cs-space { width: 700px; }
.banner_container .heading.cs-space h1 { background-position: bottom 8px right 130px; }
.banner_container .heading h1 { padding: 0px; margin: 0px; font-size: 50px; line-height: 50px; font-family: 'HelveticaNeue-Bold'; color:#000; background: url(../images/arrow-down.png) bottom 8px right 38px no-repeat; background-size: 24px auto; }
.banner_container .heading h1 span { line-height:inherit; color:#DE162B; }

.intro_cont{ display:block; width:100%; padding:79px 15px 65px; position:relative; margin:0; z-index:99; text-align:center; }
.intro_cont .home_btn{ position:absolute; right:0; top:78px; min-width:225px; text-align:center; font-family: 'HelveticaNeue-Bold'; font-size:28px; line-height:34px; color:#fff; background:#0C2074; text-transform:uppercase; padding:15px 0 16px; z-index:9999;  }
.intro_cont .home_btn:hover { background: #0c153c; }

.intro_cont .heading{ display:block; width:100%; max-width:972px; background:#fff; margin:0 auto 0; padding:67px 0 78px; }
.intro_cont .heading.wide{ max-width:1250px; }
.intro_cont .heading h1 { font-family: 'HelveticaNeue-Bold'; font-size:82px; line-height:110%; color:#000; padding:0; margin:0; }
.intro_cont .heading h1 span{ line-height:inherit; color:#DE162B; }
.intro_cont .heading.wide h1 { font-size: 78px; }

.intro_cont p{ font-family: 'HelveticaNeue-Medium'; font-size: 24px; line-height: 32px; text-align: center; letter-spacing: 1px; color: #505258; margin:0 auto; padding:0; max-width:854px; }
.intro_cont p br{ line-height:0; }


/*********bodycontent********/
.bodycontent { float: left; width: 100%; background: #fff; position: relative; }

.mt-2{ margin-top:20px; }
.mt-3{ margin-top:30px; }
.mt-4{ margin-top:40px; }
.mt-5{ margin-top:50px; }

.mb-2{ margin-bottom:20px; }
.mb-3{ margin-bottom:30px; }
.mb-4{ margin-bottom:40px; }
.mb-5{ margin-bottom:50px; }


.cont_row{ display:block; width:100%; position:relative;  background:#fff; padding:20px 20px 20px; }
.cont_row img{ vertical-align:top; }

.cont_row .cont_row_inner.v-center { align-items:center; -webkit-align-items:center; }
.cont_row .cont_row_inner{ display:flex; flex-wrap:wrap; width:100%; max-width:1240px; margin:0 auto 0; font-size:0; }

.cont_row .cont_row_inner.center{ align-items:center; }
.cont_row .cont_row_inner.bottom{ align-items:flex-end; }



/** Image column **************************************************************************/
.cont_row .img_col{ display:inline-block; width:47.5%; vertical-align:top; position:relative; }
.cont_row.ratio2 .img_col{ width:31.5%; }
.cont_row .img_col figure{ margin-bottom: 20px; position:relative; z-index:99; }
.cont_row .img_col figure.left_align{ margin:0 0 0 -95px; max-width:calc(100% + 95px); }
.cont_row .img_col.border figure:after{ content:""; position:absolute; left:-24px; top:-24px; width:calc(100% + 48px); height:calc(100% + 48px); background:#DE162B; z-index:-1; }
/** Image column **************************************************************************/


/** Text column **************************************************************************/
.cont_row .text_col{ display:inline-block; width:52.5%; vertical-align:top; padding:0 65px 0 0; }
.cont_row.left .text_col{ order:2; padding:0 20px 0 65px; }
.cont_row.ratio2 .text_col{ width:68.5%; padding:0 0 0 38px; }

.cont_row .text_col .text_col_inner{ display:block; width:100%; text-align:left; position:relative; }
.cont_row .text_col p{ font-family: 'HelveticaNeue'; font-size:22px; line-height:150%; color:#272727; padding:0 0 32px; margin:0; }
.cont_row .text_col .text_col_inner .animatedParent:last-of-type p{ padding:0; }
.cont_row .text_col p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#272727; }
.cont_row .text_col p a:hover{ text-decoration:none; }
.cont_row .text_col figure{ display:block; margin:45px 0 0; }
.cont_row .text_col figure.right_align{ margin:45px -118px 0 0; max-width:calc(100% + 118px); }
.cont_row .text_col figure.left_align{ margin:45px 0 0 -118px; max-width:calc(100% + 118px); }

/** Text column **************************************************************************/


/** Image Row **************************************************************************/
.img_row{ display:flex; flex-wrap:wrap; justify-content:space-between; max-width:1440px; margin:40px auto 0; padding:0 0; } 
.img_row .img_col{ width:calc(50% - 12px); }
.img_row .img_col.small{ width:calc(29.16% - 12px); }
.img_row .img_col.big{ width:calc(70.84% - 12px); }
/** Image Row **************************************************************************/


/** Text Row **************************************************************************/
.text_row{ display:block; width:100%; max-width:1280px; padding:10px 20px 30px; margin:0 auto; }
.text_row p{ font-family: 'HelveticaNeue'; font-size:22px; line-height:150%; color:#272727; padding:0 0 32px; margin:0; }
.text_row .animatedParent:last-of-type p{ padding:0; }
.text_row p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#272727; }
.text_row p a:hover{ text-decoration:none; }
/** Text Row **************************************************************************/


/** Full Image **************************************************************************/
.full_img{ display:flex; flex-wrap:wrap; justify-content:center; width:100%; max-width:1440px;  margin:0 auto 0; padding:20px 0 20px; }
.full_img.mid{  justify-content:flex-end; }
.full_img img{ vertical-align:top; }
.full_img.mid figure{ max-width:1206px; }
/** Full Image **************************************************************************/


/** Testimonials **************************************************************************/
.testimonial_desc{ display:block; width:100%; padding:30px 20px 40px; text-align:center; }
.testimonial_desc p { display: block; font-family: 'HelveticaNeue-Bold'; font-size:64px; line-height:94%; color:#0C2074; position:relative; padding:40px 100px 5px 100px; max-width:1020px; margin:0 auto;  }
.testimonial_desc p span.quote_left{ position:absolute; left:0; top:0; width:62px; }
.testimonial_desc p span.quote_right{ position:absolute; right:0; bottom:0; width:62px; }
.testimonial_desc span.person{ display:block; font-family: 'HelveticaNeue-Bold'; font-size:28px; line-height:34px; color:#DE162B; padding:30px 0 0; }
.testimonial_desc.large p { max-width: 1165px; }
/** Testimonials **************************************************************************/


/** Audio Sec **************************************************************************/
.audio_sec{ display:block; width:100%; padding:30px 15px 40px; }
.audio_sec .audio_sec_inner{ display:block; width:100%; max-width:1200px; margin:0 auto; }
.audio_sec .audio_sec_inner p{ font-family: 'HelveticaNeue-Bold'; font-size: 24px; line-height: 28px; text-align: center; letter-spacing: 1px; color: #DE162B; padding:0 0 24px; }
.audio_sec .audio_sec_inner .audio_cont{ display: flex; flex-wrap:wrap; align-items: center; justify-content:space-between; padding: 0 65px; background: #0C2074; min-height: 222px; }
.audio_sec .audio_sec_inner .audio_box { display: flex; align-items: center; position: relative; width: 100px; padding:0; }
.audio_sec .audio_sec_inner .audio_stripe{ display:block; width:calc(100% - 145px); }
.audio_sec .audio_sec_inner .audio_box .audio_box_inner{ font-size:0; }
.audio_sec .audio_sec_inner .audio_box .audio_box_inner .audio_trigger{ font-size:0; }
/** Audio Sec **************************************************************************/


/** Blue Box **************************************************************************/
.blue_box{ display:block; width:100%; background:#0c2074; padding:30px 15px 30px; margin:65px 0 0; }
.blue_box img{ vertical-align:top; }
.blue_box .blue_box_inner{ display:flex; align-items:center; width:100%; max-width:1320px; margin:0 auto; }
.blue_box figure{ min-width:250px; max-width:250px; padding:0 28px 0 0; }
.blue_box .text_part{ min-width:calc(100% - 264px); border-left:1px solid #fff; padding:0 0 0 54px; }
.blue_box .text_part p{ font-family: 'HelveticaNeue-Bold'; font-size:20px; line-height:1.6; color:#fff; padding:0; }
.blue_box .text_part p a{ font-size: 24px; line-height: 1; text-decoration:none; color:#e30f2c; }
.blue_box .text_part p a:hover{ text-decoration:underline; }
/** Blue Box **************************************************************************/


/**************************************Footer Css**************************************************/
footer { float: left; width: 100%; background: #000; 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********************************************/
.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;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; cursor:pointer;
}
.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; }

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