@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; }
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 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 .the_banner { width: 100%; height:0; padding-bottom:50.7%; position: relative; display: block; }
.banner .the_banner img { width: 100%; height:100%; position:absolute; left:0; top:0; object-fit:cover; display: block; }
.banner .the_banner .banner_logo { width: 200px; height:200px; position:absolute; right: 50px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); padding: 10px; display: flex; -webkit-display: flex; align-items:center; -webkit-align-items:center; background: #fff; border-radius: 50%; -webkit-border-radius: 50%; }
.banner .the_banner .banner_logo img { width: 100%; height:auto; position:static; object-fit:contain; }

.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:0; /*bottom:0%;*/ bottom:-100%; margin:0; display:block; width:700px; 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:block; /*align-items:center;*/ /*background:#0c2075;*/ /*min-width:calc(100% - 523px); max-width:calc(100% - 523px);*/ /*justify-content:center;*/ padding:0 0 0 52px; margin:0 0 50px; text-align:left; }
.banner .banner_anim1 .head_anim h3{ font-family: 'HelveticaNeue-Bold'; font-size:108px; line-height:90px; color:#fff; padding:0; text-transform:uppercase; text-align:left; position:relative; display:inline-block; vertical-align:top; }
.banner .banner_anim1 .head_anim h3 br{ /*display:none;*/ line-height:0; }
.banner .banner_anim1 .head_anim h3:after{ content:""; position:absolute; left:0; bottom:0; height:12px; background:#de162b; width:92%; }

.banner .banner_anim1 .desc_anim{ display:block; /*align-items:center; justify-content:center;*/ background:#0c2074; /*min-width:523px;*/ max-width:687px; padding:18px 20px 19px 58px; text-align:left; }
.banner .banner_anim1 .desc_anim p{ font-family: 'HelveticaNeue-BoldItalic'; font-size:22px; line-height:31px; color:#fff; text-align:left; max-width:560px; }
.banner .banner_anim1 .desc_anim p span{ display:block; color:#e30f2c; font-size:28px; 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 -202px;}
}
@-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 -202px;}
}
@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 -202px;}
}

.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; text-transform:uppercase; }

@-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.col2 { width: 50%; min-height:400px; }
.tiles_row .tile_col.col2:after { width: 100%; height:100%; content:''; border: 16px solid #6e1690; box-sizing:border-box; -webkit-box-sizing:border-box; position:absolute; left:0; top:0; z-index:9; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; opacity:0; } 
.tiles_row .tile_col.col2.maroon:after { border-color: #c80252; }
.tiles_row .tile_col.col2 .name { transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; color: #ffffff; font-family: "HelveticaNeue-Bold"; font-size: 80px; line-height: 0.8; text-transform: uppercase; display:block; position:absolute; left:16px; bottom:16px; z-index:9; text-align: left; opacity:0; }
.tiles_row .tile_col.col2 .name br { display: block; }
.tiles_row .tile_col.col2 .desc { transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; position:absolute; left:16px; top: 70px; text-align: left; max-width: 325px; background: rgba(0,0,0,0.7); padding: 10px 30px; z-index:9; opacity:0; }
.tiles_row .tile_col.col2:nth-of-type(even) .desc { left:auto; right:16px; padding: 10px 20px; }
.tiles_row .tile_col.col2 .desc p { font-family: "HelveticaNeue-Bold"; font-size: 22px; line-height: 1.1; color: #fff; letter-spacing: 0.04em; }

.tiles_row .tile_col.col2.alicia figure { background-position: right center !important; }

.tiles_row .tile_col.col2:hover .name,
.tiles_row .tile_col.col2:hover .desc,
.tiles_row .tile_col.col2:hover:after { opacity:100; }

.tiles_row .tile_col.col2.alicia .desc { left:15px; top:30px; right:auto; max-width:414px; }
.tiles_row .tile_col.col2.alicia::after { border-color: #f94242; }

.tiles_row .tile_col.col2.roe .desc { right:15px; top:30px; left:auto; max-width:280px; }
.tiles_row .tile_col.col2.roe::after { border-color: #e71242; }
.tiles_row .tile_col.col2.roe .desc p { font-size: 20px; }

.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); /*max-height: 615px;*/ 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:225px; text-align:center; font-family: 'HelveticaNeue-Bold'; font-size:28px; line-height:38px; color:#fff; background:#0c2074; text-transform:uppercase; padding:13px 0 14px; z-index:9999;  }
.intro_cont .home_btn:hover { background: #0c153c; }
.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; }
.updated .intro_cont .the-heading { max-width:855px; }
.updated .intro_cont .the-heading h1 { margin: 0 -80px; font-size: 64px; line-height:1; padding-bottom: 15px; }
.updated .intro_cont .the-heading h1 br { display: block; }

/*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; }
.intro_cont .heading h1.small { font-size: 56px; line-height:1.1; }
.roe_article .intro_cont .heading h1.small { padding-bottom: 25px; }
.alicia_article .intro_cont .heading h1 { font-size: 64px; }


.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; }
.roe_article .intro_cont p { max-width: 860px; }
.roe_article .intro_cont { padding-bottom: 80px; }



/*********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.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; font-size:0; }
.updated .cont_row .cont_row_inner { max-width: 1225px; }
.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; }
.updated .cont_row .img_col { width:52%; }
.updated .cont_row .text_col { width: 48%; }

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

/*Article3*/
.updated .cont_row.bottom_row .cont_row_inner { padding-top:10px; padding-bottom:70px; }
.updated .cont_row.bottom_row .img_col { width: 52%; }
.updated .cont_row.bottom_row .text_col { width: 48%; padding-right:30px; padding-left:0; }

.updated .cont_row.bottom_row .text_col.seventyfive{width: 75%}
.updated .cont_row.bottom_row .img_col.twentyfive{width: 25%}

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

/*updated*/
.updated .cont_row .text_col{ padding:0 80px 0 15px; }
.updated .cont_row.left .text_col{ padding:0 0px 0 30px; }
/*updated*/

/*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 h3 { font-family: 'HelveticaNeue'; font-size:32px; line-height:1.2; 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; 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; }
.text_row.pb-20 { padding-bottom: 20px; }
.article3 .text_row .full_img { padding-left:0; padding-right:0; }
/*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; 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; }
.full_img.mt-0 { margin-top:0; }
.updated .full_img { max-width: 1250px; }

.testimonial_desc{ display:block; width:100%; padding:22px 15px 48px;  }
/*Article3*/
.article3 .testimonial_desc{ padding:54px 15px 48px; }
.alicia_article.article3 .testimonial_desc,
.roe_article.article3 .testimonial_desc { padding-bottom: 20px; }
/*Article3*/

.testimonial_desc p { display: block; 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; }
.updated .testimonial_desc p span.quote_icon { top:50px; }
.updated .testimonial_desc p { line-height: 1.02; }

/*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: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 30px; }
.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:inherit; line-height:inherit; text-decoration:none; color:#e30f2c; }
.blue_box .text_part p a:hover{ text-decoration:underline; }


/*recirc_row*/
.recirc_row { padding: 160px 0 190px; width: 100%; background: #fff; }  
.recirc_row .cont_wrapper { max-width: 1200px; padding: 0 15px; margin:0 auto; }
.recirc_row ul { position: relative; width: 100%; height:255px; display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; background:url(../images/graphic.png) no-repeat; background-size:100% auto; }
.recirc_row li { width: 195px; margin: 0 0 0 -56px; }
.recirc_row li:first-child { margin:0; }
.recirc_row li .inner,
.recirc_row li a { display: flex; -webkit-display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
.recirc_row li:nth-of-type(even) .title { order:-1; padding-top:0; padding-bottom: 80px;}
.recirc_row li:nth-of-type(even) a { margin: -45px 0 0 0; }
.recirc_row li br { display: block; }
.recirc_row li.red a { color: #de162b; }
.recirc_row li.orange a { color: #f77800; }
.recirc_row li.yellow a { color: #ffb70f; }
.recirc_row li.green a { color: #386300; }
.recirc_row li.blue a { color: #007cbe; }
.recirc_row li.ingido a { color: #0c2074; }
.recirc_row li.purple a { color: #6e1690; }
.recirc_row li.maroon a { color: #c80252}
.recirc_row li a:hover { color: #000; }
.recirc_row li a:hover .title { transform: translate(0,5px); }
.recirc_row li:nth-of-type(even) a:hover .title { transform: translate(0,-5px); }
.recirc_row li .circle { font-size:0; line-height:0; width: 100%; height:195px; display: block; }
.recirc_row li .title { transition:all 0.3s; -webkit-transition:all 0.3s; padding: 45px 0px 0px 35px; font-size: 28px; line-height: 1; text-transform: uppercase; display: block; font-weight:normal; font-family: 'HelveticaNeue-Bold'; text-align: left; }  
.recirc_row .mob_show { display: none; }
.updated .recirc_row { padding: 90px 0; margin-bottom: 85px; }

.recirc_row.home { padding: 200px 0 175px; width: 100%; background: #fff; }  
.recirc_row.home .cont_wrapper { max-width: 1332px; padding: 0 15px; margin:0 auto; }
.recirc_row.home ul { background-image:url(../images/graphic10.png); }
.recirc_row.home li { width: 175px; margin-left:-51px; }
.recirc_row.home li:first-child { margin-left:0; }
.recirc_row.home li .circle { height: 175px; }
.recirc_row.home li .title { font-size: 25px; padding-top: 40px; padding-left:30px; }
.recirc_row.home li:nth-of-type(2n) .title { padding-top:0; padding-bottom: 43px; }
.recirc_row.home li:nth-of-type(2n) a { margin-top:-40px; }
.recirc_row.home li.red2 a { color: #e71242; }
.recirc_row.home li.red3 a { color: #f94242; }



/*tatyana*/
.tatyana.recirc_row ul { background-image:url(../images/tatyana-graphic.png); }
.updated .recirc_row li .title { padding-top:65px; text-transform: none; }
.tatyana.recirc_row li.one .title { color: #250731; min-width: 245px; max-width: 100%; padding-left: 0; margin: 0 0 0 -24px; }
.tatyana.recirc_row li.two .title { color: #4b0f62; }
.tatyana.recirc_row li.three .title { color: #701693; }
.tatyana.recirc_row li.four .title { color: #961ec4; }
.tatyana.recirc_row li.five .title { color: #b23ae0; min-width: 225px; max-width: 100%; padding-left: 0; margin: 0 0 0 0px; }
.tatyana.recirc_row li.six .title { color: #c56be8; min-width: 245px; max-width: 100%; padding-left: 0; margin: 0 0 0 -40px; }
.tatyana.recirc_row li.seven .title { color: #d89cef; min-width: 225px; max-width: 100%; padding-left: 0; margin: 0 0 0 10px; }
.tatyana.recirc_row li.eight .title { color: #ebcdf7; min-width: 290px; max-width: 100%; padding-left: 0; margin: 0 0 0 -45px; }
.tatyana.recirc_row li:nth-of-type(even) .title { padding-left: 23px; order:-1; padding-top:0; padding-bottom: 80px;}
.tatyana.recirc_row li:nth-of-type(even) .inner { margin: -98px 0 0 0; }

/*roe*/
.roe.recirc_row ul { background-image:url(../images/roe-graphic.png); }
.roe.recirc_row li.one .title { color: #31070a; min-width: 290px; margin: 0 0 0 -34px; }
.roe.recirc_row li.two .title { color: #620f23; padding-left: 0; min-width: 250px; margin-left: -20px; }
.roe.recirc_row li.three .title { color: #e71242; padding-left: 0; min-width: 236px; }
.roe.recirc_row li.four .title { color: #ff2a5a; padding-left: 0; margin-left:15px; min-width: 190px; }
.roe.recirc_row li.five .title { color: #ff5076; min-width:260px;  margin:0 0 0 -34px; }
.roe.recirc_row li.six .title { color: #ff7593; min-width:285px; }
.roe.recirc_row li.seven .title { color: #ff96ad; min-width: 285px; margin: 0 0 0 -25px; }
.roe.recirc_row li.eight .title { color: #ffc4d1; margin-left:-37px; }
.roe.recirc_row li:nth-of-type(even) .title { transform: translate(0,10px); -webkit-transform: translate(0,10px); }

/*alicia*/
.alicia.recirc_row ul { background-image:url(../images/alicia-graphic.png); }
.alicia.recirc_row li.one .title { color: #370000; min-width: 290px; margin: 0 0 0 -34px; }
.alicia.recirc_row li.two .title { color: #70012e; padding-left: 0; min-width: 250px; margin-left: 0px; font-size: 26px; }
.alicia.recirc_row li.three .title { color: #f94242; padding-left: 0; min-width: 236px; }
.alicia.recirc_row li.four .title { color: #ff6f6f; padding-left: 0; margin-left:-30px; min-width: 260px; }
.alicia.recirc_row li.five .title { color: #ff8080; min-width:210px;  margin:0 0 0 -0px; }
.alicia.recirc_row li.six .title { color: #ffa2a2; min-width:285px; padding-left: 15px; }
.alicia.recirc_row li.seven .title { color: #ffbbbb; min-width: 285px; margin: 0 0 0 -25px; }
.alicia.recirc_row li.eight .title { color: #ffcdcd; margin-left:-42px; min-width:325px; padding-left:0; }
.alicia.recirc_row li:nth-of-type(even) .title { transform: translate(0,0px); -webkit-transform: translate(0,0px); }


/*carla*/
.carla.recirc_row ul { max-width: 1021px; margin:0 auto; }
.carla.recirc_row li:not(:first-child) { margin-left: -58px; }
.carla.recirc_row li:nth-of-type(odd) .title { margin-top:-10px !important; }
.carla.recirc_row ul { background-image:url(../images/carla-graphic.png); }
.carla.recirc_row li.one .title { color: #380017; }
.carla.recirc_row li.two .title { color: #70012e; min-width: 245px; margin: 0 0 0 -23px; }
.carla.recirc_row li.three .title { color: #a80145; min-width: 240px; margin: 0 0 0 -35px; }
.carla.recirc_row li.four .title { color: #e0025c; min-width: 253px; margin: 0 0 0 -30px; }
.carla.recirc_row li.five .title { color: #fc1e78; }
.carla.recirc_row li.six .title { color: #fd569a; margin: 0 0 0 -45px; }
.carla.recirc_row li.seven .title { color: #fd8ebb; margin-left:0; }
.carla.recirc_row li.eight .title { color: #fec6dd; padding-left: 0; min-width: 195px; margin: 0 0 0 0; }





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




.cont_row .adjustable { display: block; overflow:hidden; }
.article3 .cont_row.left .adjustable .img_col,
.cont_row .adjustable .img_col { width:54%; float: left; margin-bottom:15px; padding-right:70px; }
.cont_row .adjustable .text_col { width:auto; padding:0 !important; display:inherit; }
.cont_row .adjustable .text_col p { overflow: hidden; }

.cont_row .adjustable.no-desktop { display: flex; -webkit-display: flex; align-items:flex-end; -webkit-align-items:flex-end; }
.cont_row .adjustable.no-desktop .text_col { width: 46%; padding-bottom: 30px !important; }