﻿				    /* SHI LANDING CSS */

/*----------------------------------------------------------------
RESETS
----------------------------------------------------------------*/
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, 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; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
i, em { font-style: italic; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/*----------------------------------------------------------------
DEFAULTS
----------------------------------------------------------------*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; -ms-touch-action: manipulation; touch-action: manipulation; }
html, body { height: 100%; }
html, body, table, select, input, button, textarea, a { font: 12px Verdana, Tahoma, Arial, sans-serif; line-height: 18px; color: #0f243e; letter-spacing: 0; }
body { overflow-x: hidden; background-color: #f2f2f2; }
p { margin: 5px 0; padding: 5px 0; }
em, em a { font-style: italic; }
img { border: 0; vertical-align: middle; }
table { width: 100%; border-spacing: 0; border-collapse: collapse; }
td { padding: 2px 0; vertical-align: top; }
input[type="text"], input[type="email"], input[type="password"], textarea, select { width: 100%; margin-bottom: 10px; padding: 10px; border: solid 1px #dbdbdb; border-radius: 5px; background-color: #fff; -webkit-appearance: none; }
textarea { height: 200px !important; }
input[readonly], input[disabled] { background-color: #f9f9f9; color: #6a6a6a; }
::-webkit-input-placeholder { font-style: italic; color: #0f243e; }
::-moz-placeholder { font-style: italic; color: #0f243e; }
:-ms-input-placeholder { font-style: italic; color: #0f243e; }
input:-moz-placeholder { font-style: italic; color: #0f243e; }
button, .btn { cursor: pointer; display: inline-block; width: 100%; margin-bottom: 10px; padding: 5px 10px; border: solid 1px #0f243e; border-radius: 3px; background-color: #39587d; font-weight: bold; color: #fff; text-align: center; -webkit-appearance: none; }
button:hover, .btn:hover { background-color: #0f243e; }
button.disabled, .btn.disabled, button.disabled:hover, .btn.disabled:hover { border-color: #939393; background-color: #b8b8b8; text-decoration: none; }
h1, h2 { display: block; margin: 0 0 10px; font-family: "futura-pt", sans-serif; }
h1, h1 a { font-size: 24px; font-weight: 400; line-height: 26px; color: #0f243e; }
h2 { padding: 10px 0; margin: 10px 0; }
h2, h2 a { font-size: 18px; font-weight: 400; line-height: 20px; color: #0f243e; }
a { outline: none; cursor: pointer; color: #0f243e; text-decoration: none; }
a:hover { text-decoration: underline; }

/*----------------------------------------------------------------
LAYOUT
----------------------------------------------------------------*/
#site
{
}
    /*header*/
    #site #header { background-color: #fff; color: #a6a6a6; }
    #site #header a { color: #a6a6a6; }
    #site #header .container { padding-top: 20px/*65px*/; padding-bottom: 20px; }
    #site #header .row.logo { padding-top: 10px; }

    /*content*/
    #site #content { }
    /*left*/
    #site #content #main { padding-top: 30px; padding-bottom: 30px; }
    #site #content #main img.prospectus { float: right; width: 160px; margin-left: 20px; }
    #site #content #main .form { }
    #site #content #main .form strong { display: block; padding: 5px 0; font-family: "futura-pt", sans-serif; font-size: 18px; font-weight: 400; }
    #site #content #main .logo-alt { margin: 20px 0; }
    #site #content #main .disclaimer { margin: 50px 0 0; }
    /*right*/
    #site #content #side { }
    #site #content #side img { max-width: 100%; margin: 0 0 20px; }

/*----------------------------------------------------------------
UTILITY
----------------------------------------------------------------*/
.clearer { clear: both; visibility: hidden; height: 0; }
.cropper { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.orange { color: #e36c0a; }
.larger { display: block; margin: 0 0 5px; font-size: 14px; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-small, .text-small a { font-size: 10px; line-height: 13px; }
.validator { float: right; color: red; }
ul.usp { padding: 5px 0 0 20px; list-style-type: disc; }
ul.usp li { margin: 5px 0 0; padding: 0; }

/* Fonts */
.futura { font-family: "futura-pt", sans-serif; font-size: 18px; }
h1.futura { font-size: 24px; }
.nofutura { font-family: "Helvetica", sans-serif; font-size: 20px; }
.larger .nofutura { font-size: 17px; }

/* Slider */
.slick { position: relative; height: 339px; overflow: hidden; }
.slick .slide { }
.slick .slide > div { height: 110px; margin-right: 5px; margin-bottom: 5px; background-color: #fff; background-size: cover; background-position: center center; }

/* Sticky */
.sticky.afm-message { position: fixed; z-index: 1; top: 0; left: 0; right: 0; padding: 5px 0; margin: 0 0 15px; border: solid 1px #000; background-color: #fff; text-align: center; overflow: hidden; }
.sticky.afm-message img { max-width: 100%; }

/* Expander */
.expandable { display: none; }
.expander { margin: -15px 0 5px; }
.expander a { text-decoration: underline; }

/* Formatted text */
.formatted { margin: -10px 0 5px 0; padding: 5px 0; }
ul.formatted > li { margin-left: 20px; list-style-type: disc; }
ol.formatted > li { margin-left: 20px; list-style-type: decimal; }
ul.inline { margin-left: 0; list-style-type: none; }
ul.inline > li { display: inline-block; margin-left: 0; list-style-type: none; }
ol.inline > li { margin-left: 0; list-style-type: none; }

/* Sharing */
.list-share li { padding-right: 5px; }
.list-share li a i { font-size: 24px; color: #9ab3d2; }

/*----------------------------------------------------------------
RESPONSIVE
----------------------------------------------------------------*/
@media only screen and (max-width : 767px)
{
    h1, h1 a { font-size: 20px; line-height: 22px; }
    h2, h2 a { font-size: 18px; line-height: 20px; }
    #site #header .container { padding-top: 35px; }
    #site #content #main img.prospectus { width: 120px; margin-left: 10px; margin-top: 10px; }
    .text-xs-left { text-align: left !important; }
    .text-xs-center { text-align: center !important; }
    .text-xs-right { text-align: right !important; }
    .validator { float: right; display: inline-block; margin-top: -20px; }
    ul.usp { padding: 10px 0 10px 40px; }
    ul.usp li { margin: 5px 0 0; padding: 0; }
    .slick .slide > div { height: 100px; }
}

/*----------------------------------------------------------------
BOOTSTRAP
----------------------------------------------------------------*/
.row{clear:both;margin-left:-15px;margin-right:-15px}.row-no-gutter{margin-left:0;margin-right:0}.row-no-gutter .col{padding-left:0;padding-right:0}.row-small-gutter{margin-left:-7px;margin-right:-8px}.row-small-gutter .col{padding-left:7px;padding-right:8px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.margin-top-5{margin-top:5px}.margin-top-10{margin-top:10px}.margin-top-15{margin-top:15px}.margin-top-20{margin-top:20px}.margin-top-30{margin-top:30px}.margin-bottom-5{margin-bottom:5px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-15{margin-bottom:15px}.margin-bottom-20{margin-bottom:20px}.margin-bottom-30{margin-bottom:30px}@media only screen and (max-width : 767px){.margin-xs-top-5{margin-top:5px}.margin-xs-top-10{margin-top:10px}.margin-xs-top-15{margin-top:15px}.margin-xs-top-20{margin-top:20px}.margin-xs-top-30{margin-top:30px}.margin-xs-top-40{margin-top:40px}.margin-xs-top-50{margin-top:50px}.margin-xs-top-60{margin-top:60px}.margin-xs-bottom-5{margin-bottom:5px}.margin-xs-bottom-10{margin-bottom:10px}.margin-xs-bottom-15{margin-bottom:15px}.margin-xs-bottom-20{margin-bottom:20px}.margin-xs-bottom-30{margin-bottom:30px}}@media only screen and (min-width : 768px){.margin-sm-top-5{margin-top:5px}.margin-sm-top-10{margin-top:10px}.margin-sm-top-15{margin-top:15px}.margin-sm-top-20{margin-top:20px}.margin-sm-top-30{margin-top:30px}.margin-sm-top-40{margin-top:40px}.margin-sm-top-50{margin-top:50px}.margin-sm-top-60{margin-top:60px}.margin-sm-bottom-5{margin-bottom:5px}.margin-sm-bottom-10{margin-bottom:10px}.margin-sm-bottom-15{margin-bottom:15px}.margin-sm-bottom-20{margin-bottom:20px}.margin-sm-bottom-30{margin-bottom:30px}}@media only screen and (min-width : 992px){.margin-md-top-5{margin-top:5px}.margin-md-top-10{margin-top:10px}.margin-md-top-15{margin-top:15px}.margin-md-top-20{margin-top:20px}.margin-md-top-30{margin-top:30px}.margin-md-top-40{margin-top:40px}.margin-md-top-50{margin-top:50px}.margin-md-top-60{margin-top:60px}.margin-md-bottom-5{margin-bottom:5px}.margin-md-bottom-10{margin-bottom:10px}.margin-md-bottom-15{margin-bottom:15px}.margin-md-bottom-20{margin-bottom:20px}.margin-md-bottom-30{margin-bottom:30px}}@media only screen and (min-width : 1200px){.margin-lg-top-5{margin-top:5px}.margin-lg-top-10{margin-top:10px}.margin-lg-top-15{margin-top:15px}.margin-lg-top-20{margin-top:20px}.margin-lg-top-30{margin-top:30px}.margin-lg-top-40{margin-top:40px}.margin-lg-top-50{margin-top:50px}.margin-lg-top-60{margin-top:60px}.margin-lg-bottom-5{margin-bottom:5px}.margin-lg-bottom-10{margin-bottom:10px}.margin-lg-bottom-15{margin-bottom:15px}.margin-lg-bottom-20{margin-bottom:20px}.margin-lg-bottom-30{margin-bottom:30px}}.container{position:relative;margin:0 auto;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.container{width:auto}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.container{width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.container{width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}@media (max-width: 767px){.hidden-xs{display:none!important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none!important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none!important}}@media (min-width: 1200px){.hidden-lg{display:none!important}}
