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

.nowrap{
    white-space: nowrap;
}

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

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

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

th,
td {
    padding: 0.4em;
}

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

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

input {
    border: 0;
    outline: none
}

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

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

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

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

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

.clearfix {
    display: inline-block
}

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

.block-link{display: block;}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin-bottom: 0;
}

dl {
    margin: 0 1.625em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.625em;
}

strong {
    font-weight: bold;
}

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

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

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

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

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

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

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

a img { border: 0; }

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

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

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

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

:focus { outline: 0; }

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

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

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

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

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

body { font-size: 14px; color: #000; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; background: #151515; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: auto; }
body.popup_view { overflow: hidden; }
body > img{ position:absolute; left:0; bottom:0; z-index:-1;}



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


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

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


.head-wrap { /*float: left;*/ display:block; overflow:hidden; width: 100%; position: relative; padding-top:55px; z-index:999999; }

.ad_container { padding-top: 8px; min-height: 125px; width: 100%; display: block !important; }
.head-wrap .ad_container{ background:#EEEEEE; }
.ad_container .ad { display: block; width: 100%; text-align: center; max-width: 100%; margin: 10px auto 10px; max-height: 90px; max-width:728px; background:#ccc; }
.ad_container .ad img { vertical-align: top; }

/*header { float: left; width: 100%; background: #fff; text-align: center; z-index:999999; position:absolute; left:0; bottom:0; }*/
header { float: left; width: 100%; background: #fff; text-align: center; z-index:999999; position: fixed; left:0; top:0; }
header.show { position: fixed; top:0; bottom: auto; }

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

header ul.left_logos { float: left; padding: 10px 0 0 0; font-size:0; }
header ul.left_logos li { display: inline-block; vertical-align: middle; }
header ul.left_logos li a { display: block; vertical-align: top; }
header ul.left_logos li a img { vertical-align: top; }
header ul.left_logos li.delta_logo { background: url(../images/plus-icon.png) no-repeat right center; padding: 0 24px 0 0; background-size: 10px auto !important; }
header ul.left_logos li.delta_logo a { width: 128px; }
header ul.left_logos li.tl_logo { padding: 0 0 0 12px; }
header ul.left_logos li.tl_logo a { width: 136px; }

header ul.left_logos{}
header ul.left_logos li.delta_logo2 { background: url(../images/plus-icon-dark.png) no-repeat right center; padding: 0 20px 0 0; background-size: 10px auto !important; }
header ul.left_logos li.delta_logo2 a { width: 128px; }

header ul.left_logos li.shape_logo { padding: 0 0 0 8px; }
header ul.left_logos li.shape_logo a { width: 88px; }

header ul.left_logos li.pesp_logo { padding: 0 0 0 8px; }
header ul.left_logos li.pesp_logo a { width: 85px; }

header ul.left_logos li.sl_logo { padding: 0 0 0 8px; }
header ul.left_logos li.sl_logo a { width: 122px; }

header ul.left_logos li.tl_logo2 { padding: 0 0 0 8px; }
header ul.left_logos li.tl_logo2 a { width: 93px; }





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; line-height: 18px; font-weight:600; background:#bce2f1; padding:0 10px 3px 10px; position:absolute; top:0; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%);}
a.paid_logo i{ padding:0 0 0 5px; font-size:13px; }
header .show_text { float:left; width:100%; font-family: 'Source Sans Pro', 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 a { color: #003865; }
header .show_text span.close{ position:absolute; right:2px; top:10px; width:20px; height:20px; cursor:pointer;}
header .show_text span.close:before, header .show_text span.close:after { position:absolute; left:10px; content:""; height:13px; width:1px; background-color:#151515; }
header .show_text span.close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }
header .show_text span.close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }

header 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 #303030; 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: #303030; display: inline-block; }
header ul.social_icon li a:hover { opacity: 0.7; }


/****Top Banner*************************/
.banner{ display:block; width:100%; position:relative; }
.banner .banner_img{ display:block; width:100%; position:relative; background-size:cover !important; height:calc(100vh - 55px); }
.banner .banner_img:after{ content:""; position:absolute; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.25); z-index:99; display:none; }
.banner .banner_img figure{ display:none; }
.banner .banner_img img{ vertical-align:top; }
.banner .banner_cont{ font-family: 'WhitneyCondensed-Book'; display:block; width:100%; position:absolute; left:50%; top:0; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); z-index:999; max-width:920px; padding:80px 0 0; }
.banner .banner_cont h1{ font-family: 'WhitneyCondensed-Book'; font-size: 72px; line-height: 86%; text-align: center; letter-spacing: -1px; color: #FFFFFF; padding:0 0 21px; }
.banner .banner_cont p{font-size: 24px; line-height: 110%; text-align: center; color: #FFFFFF; }
/****Top Banner*************************/


.intro_sec{ display:block; width:100%; max-width:950px; margin:0 auto; padding:43px 20px 43px; text-align:center; position:relative; }
.intro_sec p{ font-family: 'WhitneyCondensed-Book'; font-size: 24px; line-height: 110%; text-align: center; color: #01243D; }
.intro_sec p strong{ font-weight:normal; font-family: 'WhitneyCondensed-Semibold'; font-size:inherit; line-height:inherit; }
.intro_sec p a{ color:inherit; text-decoration:underline; }
.intro_sec p a:hover{ text-decoration:none; }


.vid_block{ display:block; width:100%; padding:0 20px;  background: url(../images/infographic.png) no-repeat left top; background-size: 238px auto !important; }
.vid_block img{ vertical-align:top; }
.vid_block figure{ display:block; width:100%; max-width:1039px; margin:0 auto; position:relative; }
.vid_block figure a{ position:absolute; left:0; top:0; width:100%; height:100%; font-size:0; z-index:999; background: url(../images/play-btn.png) no-repeat 12px 12px; background-size: 61px auto !important; }


.desc_sec{ display:block; width:100%; max-width:710px; margin:0 auto; padding:0 20px; text-align:center; position:relative; }
.desc_sec.wide{ max-width:900px; }
.desc_sec h2{ font-family: 'WhitneyCondensed-Book'; font-size: 65px; line-height: 95%; text-align: center; letter-spacing: -1px; color: #01243D; padding:0 0 20px; }
.desc_sec p{ font-family: 'WhitneyCondensed-Book'; font-size: 24px; line-height: 108%; text-align: center; color: #01243D; padding:0 0 52px; }
.desc_sec p strong{ font-weight:normal; font-family: 'WhitneyCondensed-Semibold'; font-size:inherit; line-height:inherit; }
.desc_sec p a{ color:inherit; text-decoration:underline; }
.desc_sec p a:hover{ text-decoration:none; }
.desc_sec .explore_btn{ display:inline-block; width:240px; border: 3px solid #01243D; background:#fff; border-radius: 120px; font-family: 'WhitneyCondensed-Book'; font-size: 24px; line-height: 108%; text-align: center; color: #01243D; padding:16px 5px; margin:0 0 75px; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; position:relative; overflow:hidden; }
.desc_sec .explore_btn:hover{ /*background:#01243D;*/ color:#fff; }
.desc_sec .explore_btn span{ display:block; text-align:center; position:relative; z-index:99; }
.desc_sec .explore_btn:after{ content:""; position:absolute; left:0; bottom:0; width:100%; height:0%; background:#01243D; z-index:1; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
.desc_sec .explore_btn:hover:after{ height:100%; }


ul.the_logos { padding: 80px 0 25px; font-size:0; text-align:center; }
ul.the_logos li { display: inline-block; vertical-align: middle; }
ul.the_logos li a { display: block; vertical-align: top; }
ul.the_logos li a img { vertical-align: top; }
ul.the_logos li.delta_logo { background: url(../images/logo-sep.png) no-repeat right center; padding: 0 26px 0 0; background-size: 2px auto !important; }
ul.the_logos li.delta_logo a { width: 258px; }
ul.the_logos li.as_logo { padding: 0 0 0 30px; }
ul.the_logos li.as_logo a { width: 247px; }

.caption_cont{ display:block; width:100%; padding:11px 20px 0; }
.caption_cont p{ font-family: 'WhitneyCondensed-Book'; font-size: 14px; line-height: 129%; text-align: center; color: #818382; }


.img_gal{ display:block; width:100%; padding:0 0 20px; }
.img_gal img{ vertical-align:top; }
.img_gal .img_slider{ display:block; width:100%; max-width:1440px; margin:0 auto; position:relative; }
.img_gal .img_slider .img_slide{ display:block; width:100%; display:none; }
.img_gal .img_slider .img_slide:first-child{ display:block; }
.img_gal .img_slider.slick-initialized .img_slide{ display:block; }
.img_gal .img_slider .img_slide figure{ min-height:443px; background-size:cover !important; }

.img_gal .img_slider .slick-prev{ position:absolute; font-size:0; width:71px; height:15px; left: calc(50% - 96px); bottom: auto; top: -35px; margin:0; cursor:pointer; border-radius:0; border:none; z-index:999; background: url(../images/prev-arr.png) no-repeat left center; background-size:71px auto !important; }
.img_gal .img_slider .slick-prev.slick-disabled{ opacity:0.4; cursor:default;}
.img_gal .img_slider .slick-prev:before{ content:"";}
.img_gal .img_slider .slick-next{ position:absolute; font-size:0; width:71px; height:15px; right: calc(50% - 96px); bottom: auto; top: -35px; margin:0; cursor:pointer; border-radius:0; border:none; z-index:999; background: url(../images/next-arr.png) no-repeat right center; background-size:71px auto !important; }
.img_gal .img_slider .slick-next.slick-disabled{ opacity:0.4; cursor:default;}
.img_gal .img_slider .slick-next:before {content:"";}



.full_img{ display:block; width:100%; padding:10px 0 20px; }
.full_img img{ vertical-align:top; }
.full_img figure{ display:block; width:100%; max-width:1440px; margin:0 auto; position:relative; }



.journey_sec{ display:block; width:100%; padding:0 0 12px; }
.journey_sec .journey_slider{ display:block; width:100%; max-width:1440px; margin:0 auto; }
.journey_sec .journey_slider .journey_slide{ padding:0 5px;}
.journey_sec .journey_slider .slide_inner{ min-height:465px; background-size:cover !important; position:relative; overflow:hidden; }
.journey_sec .journey_slider .slide_inner:after{ content:""; position:absolute; left:50%; top:0; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); width:0%; height:100%; background: #2E2E2E; z-index:9; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
.journey_sec .journey_slider .slide_inner:hover:after{ width:100%; }
.journey_sec .journey_slider .hover_cont{ position:absolute; text-align:center; left:0; top:0; width:100%; height:100%; /*background: #2E2E2E;*/ /*opacity: 0.9;*/ display:flex; flex-wrap:wrap; justify-content:center; align-items:center; padding:0 33px; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; opacity:0; visibility:hidden; z-index:99; }
.journey_sec .journey_slider .slide_inner:hover .hover_cont{ opacity:1; visibility:visible; }
.journey_sec .journey_slider .slide_inner .talent_link{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:999; font-size:0; }


.journey_sec .journey_slider .hover_cont h3{ font-family: 'WhitneyCondensed-Semibold'; font-size: 29px; line-height: 73%; color: #FFFFFF; padding:0 0 5px; }
.journey_sec .journey_slider .hover_cont h4{ font-family: 'WhitneyCondensed-Semibold'; font-size: 21px; line-height: 23px; text-transform: capitalize; color: #FFFFFF; padding:0 0 10px; }
.journey_sec .journey_slider .hover_cont .small_text{ display:block; font-family: 'WhitneyCondensed-Light'; font-size: 15px; line-height: 29px; color: #FFFFFF; }
.journey_sec .journey_slider .hover_cont .brand_logo{ display:inline-block; vertical-align:top; margin:0 0 10px; }
.journey_sec .journey_slider .hover_cont .shape{ width:146px; }
.journey_sec .journey_slider .hover_cont .pesp{ width:124px; }
.journey_sec .journey_slider .hover_cont .sl{ width:209px; }
.journey_sec .journey_slider .hover_cont .tl{ width:167px; }
.journey_sec .journey_slider .hover_cont .fw{ width:222px; }
.journey_sec .journey_slider .hover_cont p{ font-family: 'WhitneyCondensed-Book'; font-size: 19px; line-height: 140%; text-align: center; color: #FFFFFF; position:relative; }
.journey_sec .journey_slider .hover_cont p:after{ content:""; position:absolute; left:0; top:calc(100% + 7px); width:100%; height:12px; background: url(../images/arr-icon.png) no-repeat center top; background-size: 30px auto !important; }
.journey_sec .slick-dots li:only-child { display: none; }
.journey_sec .slick-dots { width: 100%; text-align: center; line-height:0; }
.journey_sec .slick-dots li { margin: 10px 5px; display: inline-block; vertical-align: top; }
.journey_sec .slick-dots li button { font-size:0; line-height:0; width: 13px; height: 13px; border-radius: 50%; border: 1px solid #000; background: none; }
.journey_sec .slick-dots li.slick-active button,
.journey_sec .slick-dots li button:hover { background: #000; }  



/**************************************Inner Page Css**************************************************/
.article_intro{ display:block; width:100%; max-width:800px; margin:0 auto; padding:52px 20px 52px; text-align:center; position:relative; }
.article_intro h1{ font-family: 'WhitneyCondensed-Semibold'; font-size: 65px; line-height: 95%; text-align: center; letter-spacing: -1px; color: #01243D; padding:0 0 15px; }
.article_intro h1 span{ font-family: 'WhitneyCondensed-Book'; font-size: 32px; line-height: 81%; }
.article_intro p{ font-family: 'WhitneyCondensed-Book'; font-size: 24px; line-height: 108%; text-align: center; color: #818382; padding:0 0 25px; }
.article_intro p:last-of-type{ padding:0; }
.article_intro p strong{ font-weight:normal; font-family: 'WhitneyCondensed-Semibold'; font-size:inherit; line-height:inherit; }
.article_intro p a{ color:#003366; text-decoration:none; }
.article_intro p a:hover{ text-decoration:underline; }


.img_capt{ position:absolute; left:0; top:100%; width:100%; font-family: 'WhitneyCondensed-Book'; font-size: 14px; line-height: 129%; color: #818382; padding:10px 0 0; }

.img_block{ display:block; width:100%; padding:0 20px 52px; }
.img_block img{ vertical-align:top; }
.img_block figure{ display:block; width:100%; max-width:1040px; margin:0 auto; position:relative; }
.img_block figure a{ position:absolute; left:0; top:0; width:100%; height:100%; font-size:0; z-index:999; background: url(../images/play-btn.png) no-repeat 12px 12px; background-size: 61px auto !important; }


.tiles_row{ display:flex; flex-wrap:wrap; align-items:center; width:100%; max-width:1080px; padding:0 20px; margin:0 auto; }
.tiles_row .img_part{ width:45.86%; }
.tiles_row.right .img_part{ order:2; }
.tiles_row .img_part figure{ position:relative; }

.tiles_row .cont_part{ width:54.14%; padding:0 0 0 60px; }
.tiles_row.right .cont_part{ padding:0 65px 0 0; }
.tiles_row .cont_part h2{ font-family: 'WhitneyCondensed-Book'; font-size: 48px; line-height: 104%; color: #01243D; padding:0 0 15px; }
.tiles_row .cont_part h2 br{ line-height:0; }
.tiles_row .cont_part p{ font-family: 'WhitneyCondensed-Book'; font-size: 22px; line-height: 24px; color:#818382; padding:0 0 25px; }
.tiles_row .cont_part p:last-of-type{ padding:0; }
.tiles_row .cont_part p em{ font-family: 'Whitney-BookItalic'; font-style:normal; font-size:18px; line-height:inherit; }
.tiles_row .cont_part p a{ color:#003366; text-decoration:none; }


.quote_sec{ display:block; width:100%; padding:100px 20px 70px; }
.quote_sec blockquote{ display:block; width:100%; max-width:800px; margin:0 auto; padding:0; font-style:normal; }
.quote_sec blockquote p{ font-family: 'Cardillac'; font-weight: bold; font-style: italic; font-size: 48px; line-height: 104%; text-align: center; letter-spacing: -1px; color: #003366; }


.img_row{ display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; max-width:1040px; margin:0 auto 65px; }
.img_row .img_col{ width:calc(33.33% - 10px); }


.intro_part{ display:block; width:100%; max-width:660px; margin:0 auto; padding:67px 20px 37px; text-align:center; position:relative; }
.intro_part h2{ font-family: 'WhitneyCondensed-Book'; font-size: 40px; line-height: 108%; text-align: center; letter-spacing: 0.75px; text-transform: uppercase; color: #041C2C; padding:0 0 10px; }
.intro_part h2 a{ text-decoration:none; color: #041C2C; font-size:inherit; line-height:inherit; }
.intro_part p{ font-family: 'WhitneyCondensed-Book'; font-size: 24px; line-height: 108%; text-align: center; color: #041C2C; }
.intro_part p a{ text-decoration:none; color: #041C2C; font-size:inherit; line-height:inherit; }


.inner_page .journey_sec{ padding:0 0 39px; }
.inner_page .journey_sec .journey_slider{ max-width:1040px; }
.inner_page .journey_sec .journey_slider .journey_slide{ padding:0 4px;}
.inner_page .journey_sec .journey_slider .slide_inner{ min-height:360px; }
.inner_page .journey_sec .journey_slider .slide_inner .hover_cont{ padding:0 10px; }

.inner_page .journey_sec .journey_slider .hover_cont h3{ font-size: 26px; padding:0 0 5px; }
.inner_page .journey_sec .journey_slider .hover_cont h4{ font-size: 18px; line-height: 21px; padding:0 0 5px; }
.inner_page .journey_sec .journey_slider .hover_cont .small_text{ font-size: 14px; line-height: 28px; }
.inner_page .journey_sec .journey_slider .hover_cont .shape{ width:100px; }
.inner_page .journey_sec .journey_slider .hover_cont .pesp{ width:90px; }
.inner_page .journey_sec .journey_slider .hover_cont .sl{ width:160px; }
.inner_page .journey_sec .journey_slider .hover_cont .tl{ width:130px; }
.inner_page .journey_sec .journey_slider .hover_cont .fw{ width:160px; }
.inner_page .journey_sec .journey_slider .hover_cont p{ font-size: 16px; line-height: 120%; }








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

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

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

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

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


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

.vid_box .jumpstart-control-big-play svg { left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); margin: 0 0 0 5px; }

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

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