@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:9999; }
.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; }

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

/***************************************Home Intro Css**************************************************/

.banner{ display:block; width:100%; max-width:100%; text-align:center; border:30px solid #fff; margin:0 0 0; background:#fff;  background:#0c2075; position:relative; overflow:hidden; }
/*.banner:after{ content:""; position:absolute; right:-30px; top:0; width:30px; height:100%; background:#fff; z-index:999; display:none;  }*/

.banner .banner_img{ display:block; width:100%; /*min-height:500px; height:calc(100vh - 116px);*/ background-size:cover !important; background:none !important; position:relative; overflow:hidden; }
.banner .banner_img img{ vertical-align:top; display:none; }


.banner .banner_img video{/*position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;*/ display:block; width:100%; max-width:100%; z-index:1; /*transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);*/ background-color:rgba(0,0,0,0);background-size:cover !important;}
.banner .banner_img video::-webkit-media-controls{display:none !important;-webkit-appearance:none;}
.banner .banner_img video::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none;}
.banner .banner_img video::--webkit-media-controls-play-button{display:none!important;-webkit-appearance:none;}
.banner .banner_img video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none;}







.banner .banner_img:after{ content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); width:100%; height:100%; background:#0c2075; z-index:9; }

@-moz-keyframes bg_overlay {
	0%{width:100%; height:100%;}
	50%{width:50%; height:100%;}
	100%{width:0%; height:0%;}
}
@-webkit-keyframes bg_overlay {
	0%{width:100%; height:100%;}
	50%{width:50%; height:100%;}
	100%{width:0%; height:0%;}
}
@keyframes bg_overlay {
	0%{width:100%; height:100%;}
	50%{width:50%; height:100%;}
	100%{width:0%; height:0%;}
}
.banner.active .banner_img:after{ -webkit-animation: bg_overlay 1s linear 1; animation: bg_overlay 1s linear 1; -moz-animation: bg_overlay 1s linear 1; animation-delay: 1.6s; -webkit-animation-delay: 1.6s; -moz-animation-delay: 1.6s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards;
	}


.banner .banner_anim1{ position:absolute; left:8px; bottom:-100%; margin:0; display:flex; width:calc(100% - 8px); font-size:0; z-index:999;  }

@-moz-keyframes banner_anim1 {
	0%{ bottom:-100%; }
	100%{ bottom:0%; }
}
@-webkit-keyframes banner_anim1 {
	0%{ bottom:-100%; }
	100%{ bottom:0%; }
}
@keyframes banner_anim1 {
	0%{ bottom:-100%; }
	100%{ bottom:0%; }
}
.banner.active .banner_anim1 {
 -webkit-animation: banner_anim1 0.6s linear 1; animation: banner_anim1 0.6s linear 1; -moz-animation: banner_anim1 0.6s linear 1; animation-delay: 2s; -webkit-animation-delay: 2s; -moz-animation-delay: 2s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards;
	}


.banner .banner_anim1 .head_anim{ display:flex; align-items:center; background:#0c2075; min-width:calc(100% - 523px); max-width:calc(100% - 523px); justify-content:center; }
.banner .banner_anim1 .head_anim h3{ font-family: 'HelveticaNeue-Bold'; font-size:75px; line-height:66px; color:#fff; padding:0; }
.banner .banner_anim1 .head_anim h3 br{ display:none; }

.banner .banner_anim1 .desc_anim{ display:flex; align-items:center; justify-content:center; background:#000; min-width:523px; max-width:523px; padding:18px 20px 19px 20px; }
.banner .banner_anim1 .desc_anim p{ font-family: 'HelveticaNeue-BoldItalic'; font-size:22px; line-height:31px; color:#fff; text-align:left; max-width:450px; }
.banner .banner_anim1 .desc_anim p span{ color:#e30f2c; line-height:inherit;  }



.banner .banner_anim{ position:absolute; left:50%; top:50%; margin:-90px 0 0 -340px; display:block; width:680px; font-size:0; z-index:999; }


@-moz-keyframes banner_anim {
	0%{left:50%; margin:-90px 0 0 -340px;}
	50%{left:50%; margin:-90px 0 0 -340px;}
	100%{left:0; margin:-90px 0 0 -194px;}
}
@-webkit-keyframes banner_anim {
	0%{left:50%; margin:-90px 0 0 -340px;}
	50%{left:50%; margin:-90px 0 0 -340px;}
	100%{left:0; margin:-90px 0 0 -194px;}
}
@keyframes banner_anim {
	0%{left:50%; margin:-90px 0 0 -340px;}
	50%{left:50%; margin:-90px 0 0 -340px;}
	100%{left:0; margin:-90px 0 0 -194px;}
}

.banner.active .banner_anim{ -webkit-animation: banner_anim 1s linear 1; animation: banner_anim 1s linear 1; -moz-animation: banner_anim 1s linear 1; animation-delay: 1.5s; -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s;animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; }


.banner_anim .text_box{ display:inline-block; vertical-align:top; width:calc(100% - 202px);  padding:0 0 25px 20px; text-align:left; margin:0 0 0; position:relative; }
/*.banner_anim .text_box:after{ content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); width:0%; height:0%; background:#0c2075; z-index:-1; }

@-moz-keyframes bg_anim {
	0%{width:0%; height:0%;}
	100%{width:100%; height:100%;}
}
@-webkit-keyframes bg_anim {
	0%{width:0%; height:0%;}
	100%{width:100%; height:100%;}
}
@keyframes bg_anim {
	0%{width:0%; height:0%;}
	100%{width:100%; height:100%;}
}
.banner.active .banner_anim .text_box:after{
 -webkit-animation: bg_anim 0.6s linear 1; animation: bg_anim 0.6s linear 1; -moz-animation: bg_anim 0.6s linear 1; animation-delay: 1.8s; -webkit-animation-delay: 1.8s; -moz-animation-delay: 1.8s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards;
	}*/


.chrome_b .banner_anim .text_box{ margin:7px 0 0; padding:10px 0 20px 20px; }
.chrome_b.mac-os .banner_anim .text_box{ margin:9px 0 0; padding:15px 0 15px 20px; }
.safari_b .banner_anim .text_box{ margin:-5px 0 0; padding:15px 20px 18px 20px; }


.banner_anim .text_box h3{ font-family: 'HelveticaNeue-Bold'; font-size:75px; line-height:66px; color:#fff; padding:0; }

@-moz-keyframes head_anim {
	0%{ transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%); }
	100%{ transform:translateX(-110%); -webkit-transform:translateX(-110%); -moz-transform:translateX(-110%); }
}
@-webkit-keyframes head_anim {
	0%{ transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%); }
	100%{ transform:translateX(-110%); -webkit-transform:translateX(-110%); -moz-transform:translateX(-110%); }
}
@keyframes head_anim {
	0%{ transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%); }
	100%{ transform:translateX(-110%); -webkit-transform:translateX(-110%); -moz-transform:translateX(-110%); }
}
.banner.active .banner_anim .text_box h3{
 -webkit-animation: head_anim 0.6s linear 1; animation: head_anim 0.6s linear 1; -moz-animation: head_anim 0.6s linear 1; animation-delay: 1.8s; -webkit-animation-delay: 1.8s; -moz-animation-delay: 1.8s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards;
	}


.banner_anim .text_box h3 span{ line-height:inherit;}

@-moz-keyframes color_anim {
	0%{color:#ffffff;}
	100%{color:#ffffff;}
}
@-webkit-keyframes color_anim {
	0%{color:#ffffff;}
	100%{color:#ffffff;}
}
@keyframes color_anim {
	0%{color:#ffffff;}
	100%{color:#ffffff;}
}
.banner.active .banner_anim .text_box h3 span { 
-webkit-animation: color_anim 0.6s linear 1; animation: color_anim 0.6s linear 1; -moz-animation: color_anim 0.6s linear 1; animation-delay: 1s; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; }





.banner_anim .text_box .home_desc{ position:absolute; left:0; top:100%; display:block; width:100%; background:#000; padding:20px 20px 20px 20px; margin:14px 0 0; box-shadow:11px 0 12px rgba(0,0,0,0.36); opacity:0; display:none; }

@-moz-keyframes box_anim {
	0%{opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes box_anim {
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes box_anim {
	0%{opacity:0;}
	100%{opacity:1;}
}
.banner.active .banner_anim .text_box .home_desc{ 
-webkit-animation: box_anim 0.5s linear 1; animation: box_anim 0.5s linear 1; -moz-animation: box_anim 0.5s linear 1; animation-delay: 2.2s; -webkit-animation-delay: 2.2s; -moz-animation-delay: 2.2s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards;
	}

.banner_anim .text_box .home_desc p{ font-family: 'HelveticaNeue-BoldItalic'; font-size:22px; line-height:31px; color:#fff; }
.banner_anim .text_box .home_desc p span{ color:#e30f2c; line-height:inherit;  }






.banner_anim .red_box{ display:inline-block; vertical-align:top; width:202px; height:124px; /*background:#fff;*/ margin:21px 0 0; position:relative; }

.banner_anim .red_box span{ position:absolute; }
.banner_anim .red_box span:after{ content:""; position:absolute; width:100%; height:100%; background:#de162b; }

.banner_anim .red_box .l_strip { width:8px; height:100%; left:0; bottom:0; }
.banner_anim .red_box .l_strip:after{ left:0; bottom:0; }

.banner_anim .red_box .t_strip { width:100%; height:8px; right:0; top:0; }
.banner_anim .red_box .t_strip:after{ right:0; bottom:0; }

.banner_anim .red_box .r_strip { width:8px; height:100%; right:0; bottom:0; }
.banner_anim .red_box .r_strip:after{ right:0; top:50%; transform:translateY(-50%); }

.banner_anim .red_box .lb_strip{ width:53%; height:8px; left:-2px; bottom:-18px; transform:rotate(19deg);}
.banner_anim .red_box .lb_strip:after{ right:0; bottom:0; }

.banner_anim .red_box .rb_strip{ width:53%; height:8px; right:-2px; bottom:-18px; transform:rotate(-19deg);}
.banner_anim .red_box .rb_strip:after{ right:0; bottom:0; }


@-moz-keyframes l_strip {
	0%{height:100%;}
	33.33%{height:0%;}
	66.66%{height:0%;}
	100%{height:0%;}
}
@-webkit-keyframes l_strip {
	0%{height:100%;}
	33.33%{height:0%;}
	66.66%{height:0%;}
	100%{height:0%;}
}
@keyframes l_strip {
	0%{height:100%;}
	33.33%{height:0%;}
	66.66%{height:0%;}
	100%{height:0%;}
}
.banner.active .banner_anim .red_box .l_strip:after { 
-webkit-animation: l_strip 0.6s linear 1; animation: l_strip 0.6s linear 1; -moz-animation: l_strip 0.6s linear 1; animation-delay: 1s; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; }



@-moz-keyframes t_strip {
	0%{width:100%;}
	100%{width:0%;}
}
@-webkit-keyframes t_strip {
	0%{width:100%;}
	100%{width:0%;}
}
@keyframes t_strip {
	0%{width:100%;}
	100%{width:0%;}
}
.banner.active .banner_anim .red_box .t_strip:after { 
-webkit-animation: t_strip 0.6s linear 1; animation: t_strip 0.6s linear 1; -moz-animation: t_strip 0.6s linear 1; animation-delay: 1s; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; }


@-moz-keyframes r_strip {
	0%{height:100%; }
	100%{height:3000px; margin:7px 0 0; }
}
@-webkit-keyframes r_strip {
	0%{height:100%; }
	100%{height:3000px; margin:7px 0 0; }
}
@keyframes r_strip {
	0%{height:100%; }
	100%{height:3000px; margin:7px 0 0; }
}
.banner.active .banner_anim .red_box .r_strip:after { 
-webkit-animation: r_strip 0.6s linear 1; animation: r_strip 0.6s linear 1; -moz-animation: r_strip 0.6s linear 1; animation-delay: 1.6s; -webkit-animation-delay: 1.6s; -moz-animation-delay: 1.6s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; }



@-moz-keyframes lb_strip {
	0%{width:100%;}
	33.33%{width:100%;}
	66.66%{width:0%;}
	100%{width:0%;}
}
@-webkit-keyframes lb_strip {
	0%{width:100%;}
	33.33%{width:100%;}
	66.66%{width:0%;}
	100%{width:0%;}
}
@keyframes lb_strip {
	0%{width:100%;}
	33.33%{width:100%;}
	66.66%{width:0%;}
	100%{width:0%;}
}
.banner.active .banner_anim .red_box .lb_strip:after { 
-webkit-animation: lb_strip 0.6s linear 1; animation: lb_strip 0.6s linear 1; -moz-animation: lb_strip 0.6s linear 1; animation-delay: 1s; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; }



@-moz-keyframes rb_strip {
	0%{width:100%;}
	33.33%{width:100%;}
	66.66%{width:100%;}
	100%{width:0%;}
}
@-webkit-keyframes rb_strip {
	0%{width:100%;}
	33.33%{width:100%;}
	66.66%{width:100%;}
	100%{width:0%;}
}
@keyframes rb_strip {
	0%{width:100%;}
	33.33%{width:100%;}
	66.66%{width:100%;}
	100%{width:0%;}
}
.banner.active .banner_anim .red_box .rb_strip:after { 
-webkit-animation: rb_strip 0.6s linear 1; animation: rb_strip 0.6s linear 1; -moz-animation: rb_strip 0.6s linear 1; animation-delay: 1s; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; }







/*.slider_container{ display:block; width:100%; max-width:100%; overflow:hidden; }

@-moz-keyframes slider_anim {
	0%{transform:translateX(100%); -webkit-transform:translateX(100%); -moz-transform:translateX(100%);}
	50%{transform:translateX(50%); -webkit-transform:translateX(50%); -moz-transform:translateX(50%);}
	100%{transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%);}
}
@-webkit-keyframes slider_anim {
	0%{transform:translateX(100%); -webkit-transform:translateX(100%); -moz-transform:translateX(100%);}
	50%{transform:translateX(50%); -webkit-transform:translateX(50%); -moz-transform:translateX(50%);}
	100%{transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%);}
}
@keyframes slider_anim {
	0%{transform:translateX(100%); -webkit-transform:translateX(100%); -moz-transform:translateX(100%);}
	50%{transform:translateX(50%); -webkit-transform:translateX(50%); -moz-transform:translateX(50%);}
	100%{transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%);}
}

.slider_container .home_slider{ display:block; width:100%; transform:translateX(100%); -webkit-transform:translateX(100%); -moz-transform:translateX(100%); }

.banner.active .slider_container .home_slider{  -webkit-animation: slider_anim 1s linear 1; animation: slider_anim 1s linear 1; -moz-animation: slider_anim 1s linear 1; animation-delay: 2.2s; -webkit-animation-delay: 2.2s; -moz-animation-delay: 2.2s; 
animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards;}


.home_slider .home_slide{ display:block; width:100%; vertical-align:top; display:none; }

.home_slider .home_slide:first-of-type{ display:block; }
.home_slider.slick-initialized .home_slide{ display:block; }


.home_slider .home_slide figure{ display:block; width:100%; min-height:386px; height:calc(100vh - 116px); background-size:cover !important; position:relative; }
.home_slider .home_slide figure:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.2);}

.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:18px; width:100%; z-index:999; }
.home_slider .slick-dots li{ display:inline-block; height:auto; margin: 0; padding: 0 6px; vertical-align: middle; width: auto;}
.home_slider .slick-dots li button{ border:none; border-radius: 50%; display: block;  padding:0; width:14px; height: 14px; background: #ffffff; cursor:pointer; font-size:0; box-shadow:0 0 5px rgba(0,0,0,0.3); }
.home_slider .slick-dots li.slick-active button { background: #db2029;}*/





/*.home_desc{ display:block; width:100%; background:#000; padding:33px 50px 33px; }
.home_desc p{ font-family: 'Helvetica'; font-size:22px; line-height:33px; color:#fff; max-width:1264px; margin:0 auto; }
.home_desc p strong{ font-weight:normal; color:#fff; font-family: 'Helvetica-Bold'; }
*/



.tiles_row{ display:block; width:100%; max-width:1440px; margin:0 auto; font-size:0; }
.tiles_row .tile_col{ display:inline-block; vertical-align:top; width:33.33%; min-height:525px; background-size:cover !important; position:relative; text-align:center; overflow:hidden; }
.tiles_row .tile_col figure{ position:absolute; width:100%; height:100%; left:0; top:0; background-size:cover !important;  transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; }
.tiles_row .tile_col figure.unsat_img{ z-index:5;}
.tiles_row .tile_col figure.sat_img{ opacity:0; z-index:9; }

.tiles_row .tile_col:hover figure{ opacity:1; transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); }

.tiles_row .tile_col .click_box{ display:block; position:absolute; width:200px; right:0; top:0; background:#de162b; font-family: 'Helvetica'; font-size:20px; line-height:24px; padding:13px 0 13px; color:#fff; z-index:99; opacity:0; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; }
.tiles_row .tile_col:hover .click_box{ opacity:1; }
.tiles_row .tile_col .click_box span{ display:inline-block; font-family: 'Helvetica-Bold'; }

.tiles_row .tile_col .person_details{ position:absolute; width:100%; left:0; bottom:0; background:#0c2074; color:#fff; z-index:99; text-align:center; padding:11px 0 10px; opacity:0; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; }
.chrome_b.mac-os .tiles_row .tile_col .person_details{ padding:9px 0 12px; }


.tiles_row .tile_col:hover .person_details{ opacity:1; }
.tiles_row .tile_col .person_details h3{ font-family: 'Helvetica-Bold'; font-size:26px; line-height:30px; padding:0 0 3px; color:#fff; }
.tiles_row .tile_col .person_details p{ font-family: 'HelveticaOblique'; font-size:22px; line-height:26px; color:#fff; }

.tiles_row .tile_col a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:999; }

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

.banner_container{ display:block; width:100%; }
.banner_inner{ display:block; width:100%; min-height:386px; height:calc(100vh - 116px); background-size:cover !important; position:relative;  }
.banner_inner img{ vertical-align:top; display:none; }
.banner_inner .play_btn{ position:absolute; width:100%; height:100%; left:0; top:0; background: url(../images/play-icon.png) no-repeat center center; background-size: 101px; cursor:pointer;  }



.intro_cont{ display:block; width:100%; padding:0 15px 42px; position:relative; margin:0; z-index:99; text-align:center; }
.intro_cont .home_btn{ position:absolute; right:0; top:65px; min-width:97px; text-align:center; font-family: 'HelveticaNeue-Bold'; font-size:16px; line-height:20px; color:#fff; background:#de162b; text-transform:uppercase; padding:13px 0 14px; z-index:9999;  }

.intro_cont .heading{ display:block; width:100%; max-width:854px; background:#fff; margin:-65px auto 0; padding:19px 20px 27px; }

/*Article3*/
.article3 .intro_cont .heading{ max-width:1054px; }
.article5 .intro_cont .heading{ max-width:994px; }
.article6 .intro_cont .heading{ max-width:974px; }
/*Article3*/

.intro_cont .heading h1{ font-family: 'HelveticaNeue-Bold'; font-size:66px; line-height:66px; color:#000; padding:0; margin:0; }
.intro_cont .heading h1 span{ line-height:inherit; color:#0b2383; }

.article4 .intro_cont .heading h1, .article5 .intro_cont .heading h1, .article6 .intro_cont .heading h1 { font-size: 60px; margin: 0 -30px; line-height:62px; }
.article4 .intro_cont p, .article5 .intro_cont p, .article6 .intro_cont p { max-width: 900px; padding-top:8px; padding-bottom:40px; }



.intro_cont p{ font-family: 'HelveticaNeue-Bold'; font-size:28px; line-height:36px; color:#0c2074; margin:0 auto; padding:0; max-width:800px; text-align:center; }
.intro_cont p strong{ font-weight:normal; font-family: 'ProximaNova-Bold'; }
.intro_cont p a{ font-size:inherit; line-height:inherit; text-decoration:none; color:#0c2074; }
.intro_cont p a:hover{ text-decoration:underline; }





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


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

.article4 .cont_row1{ margin:0 0 50px; }
.article5 .cont_row1{ margin:0 0 50px; }


.cont_row .cont_row_inner{ display:flex; flex-wrap:wrap; width:100%; max-width:1240px; margin:0 auto; 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:50%; vertical-align:top; }
.cont_row.bottom_row .img_col{ width:47.5%; padding:0 38px 0 0; }


.cont_row .full-image { margin:-10px 0; width: 100%; }
.cont_row .full-image img { width:100%; }




/*Article2*/
.article2 .cont_row .img_col{ padding:0 54px 0 22px; }
.article2 .cont_row.left .img_col{ padding:0 22px 0 0; }

.article2 .cont_row .cont_row_inner.bottom .img_col{ margin:-128px 0 0; }
.article2 .cont_row.bottom_row .img_col{ padding:0 0 0 48px; }
/*Article2*/


/*Article3*/
.article3 .cont_row .img_col{ padding:0 0 0 35px; }
.article3 .cont_row.left .img_col{ padding:0 35px 0 0; }
.article3 .cont_row .cont_row_inner.bottom .img_col{ margin:-170px 0 0; }
/*Article3*/

/*Article4*/
.article4 .cont_row .img_col{ padding:0 0 0 30px; }
.article4 .cont_row.left .img_col{ padding:0 30px 0 0; }
.article4 .cont_row.bottom_row .img_col{ padding:0 0 0 20px; }
/*Article4*/


/*Article5*/
.article5 .cont_row .img_col{ padding:0 0 0 30px; }
.article5 .cont_row.left .img_col{ padding:0 30px 0 0; }
.article5 .cont_row.bottom_row .img_col{ width:50%; padding:0 0 0 30px; }
.article5 .cont_row.left.bottom_row .img_col{ padding:0 30px 0 0; }
.article5 .cont_row.left.bottom_row .img_col figure{ margin:-50px 0 0;}
/*Article5*/


/*Article6*/
.article6 .cont_row .img_col{ padding:0 0 0 30px; }
.article6 .cont_row.left .img_col{ padding:0 30px 0 0; }

.article6 .cont_row .cont_row_inner.bottom .img_col{ margin:-80px 0 0; }
.article6 .cont_row.bottom_row .img_col{ width:50%; padding:0 30px 0 0; }
/*Article6*/



/** Image column **************************************************************************/


/** Text column **************************************************************************/
.cont_row .text_col{ display:inline-block; width:50%; vertical-align:top; padding:0 83px 0 53px; }
.cont_row.bottom_row .text_col{width:52.5%; padding:0 83px 0 54px; }


/*Article2*/
.article2 .cont_row .text_col{ padding:0 50px 0 54px; }
.article2 .cont_row.left .text_col{ padding:0 70px 0 48px; }
.article2 .cont_row.bottom_row .text_col{ padding:0 60px 0 54px; }
/*Article2*/


/*Article3*/
.article3 .cont_row .text_col{ padding:0 80px 0 15px; }
.article3 .cont_row.left .text_col{ padding:0 80px 0 35px; }
/*Article3*/

/*Article4*/
.article4 .cont_row .text_col{ padding:0 50px 0 48px; }
.article4 .cont_row.left .text_col{ padding:0 90px 0 40px; }
.article4 .cont_row.bottom_row .text_col{ padding:0 40px 0 45px; }
/*Article4*/

/*Article5*/
.article5 .cont_row .text_col{ padding:0 65px 0 45px; }
.article5 .cont_row.left .text_col{ padding:0 70px 0 40px; }
.article5 .cont_row.bottom_row .text_col{ width:50%; padding:60px 65px 0 45px; }
.article5 .cont_row.left.bottom_row .text_col{ padding:0 110px 0 40px; }
/*Article5*/

/*Article6*/
.article6 .cont_row .text_col{ padding:0 75px 0 45px; }
.article6 .cont_row.left .text_col{ padding:40px 110px 0 30px; }
.article6 .cont_row.bottom_row .text_col{ width:50%; padding:0 60px 0 30px; }
/*Article6*/


.cont_row.left .text_col{ order:2; }
.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:33px; color:#272727; padding:0 0 32px; margin:0; }
.cont_row .text_col .animatedParent:last-of-type p{ padding:0; }

.cont_row .text_col p strong{ font-weight:normal; font-family: 'HelveticaNeue-Bold'; line-height:inherit; }
.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:22px 0 0; }

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


.img_row{ display:flex; flex-wrap:wrap; justify-content:space-between; max-width:1270px; margin:50px auto 0; padding:0 15px; } 
.img_row .img_col{ width:calc(50% - 22px); }





.text_row{ display:block; width:100%; max-width:1162px; padding:60px 15px 0; margin:0 auto; }
/*Article3*/
.article3 .text_row{ padding:50px 15px 41px; max-width:1240px; }
/*Article3*/

.text_row p{ font-family: 'HelveticaNeue'; font-size:22px; line-height:33px; color:#272727; padding:0 0 32px; margin:0; }
.text_row p strong{ font-weight:normal; font-family: 'HelveticaNeue-Bold'; line-height:inherit; }
.text_row p a{ font-size:inherit; line-height:inherit; text-decoration:underline; color:#272727; }
.text_row p a:hover{ text-decoration:none; }


.full_img{ display:block; width:100%; max-width:1270px; padding:0 15px 0; margin:48px auto 0; }
.full_img img{ vertical-align:top; }


.testimonial_desc{ display:block; width:100%; padding:22px 15px 48px;  }
/*Article3*/
.article3 .testimonial_desc{ padding:54px 15px 48px; }
/*Article3*/

.testimonial_desc p{ font-family: 'HelveticaNeue-Medium'; font-size:41px; line-height:53px; color:#0b2383; position:relative; padding:50px 0 15px 69px; max-width:1148px; margin:0 auto;  }
.testimonial_desc p strong{ font-weight:normal; font-family: 'HelveticaNeue-Bold'; font-size:52px; line-height:inherit; }
.testimonial_desc p span.quote_icon{ position:absolute; left:0; top:0; width:62px; }
.testimonial_desc p span.person{ display:block; font-family: 'HelveticaNeue-Bold'; font-size:28px; line-height:33px; color:#de162b; padding:34px 0 0; text-align:right; }

/*Article4*/
.article4 .testimonial_desc p { max-width: 1070px; }
/*Article4*/

/*Article5*/
.article5 .testimonial_desc p { max-width: 1110px; }
/*Article5*/

/*Article6*/
.article6 .testimonial_desc p { max-width: 1100px; }
/*Article6*/


.blue_box{ display:block; width:100%; background:#0c2074; padding:35px 15px 35px; margin:65px 0 0; }
.blue_box img{ vertical-align:top; }
.blue_box .blue_box_inner{ display:flex; align-items:center; width:100%; max-width:1190px; margin:0 auto; }
.blue_box figure{ min-width:264px; max-width:264px; padding:0 40px 0 0; }
.blue_box .text_part{ min-width:calc(100% - 264px); border-left:1px solid #fff; padding:0 0 0 47px; }
.blue_box .text_part p{ font-family: 'HelveticaNeue-Bold'; font-size:20px; line-height:22px; color:#fff; padding:5px 0 5px; }
.blue_box .text_part p a{ font-size:inherit; line-height:inherit; text-decoration:none; color:#e30f2c; }
.blue_box .text_part p a:hover{ text-decoration:underline; }



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