a:hover {
    color: #0a58ca !important;
}

* {
    outline: none !important;
}

p {
    font-family: 'canada-type-gibson', arial;
    color: black;
    font-size: 18px;
    font-weight: 300;
}

h1 {
    font-size: calc(46px + 1vmax) !important;
    width: 100%;
    line-height: 1em;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    margin-bottom: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #242a75;
}

h3 {
    color: #242a75;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
}

.threecol-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border: none;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
}

.threecol-col {
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 !important;
    list-style: none;
    height: auto !important;
}

/* START - NEW - fourcol */
.fourcol-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border: none;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
}

.fourcol-col {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 !important;
    list-style: none;
    height: auto !important;
}

.fourcol-box-img {
    text-align: center;
}

.fourcol-box-img img {
    max-width: 170px;
    max-height: 150px;
}

.fourcol-box-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
    height: 160px;
    align-items: center;
}

/* END - NEW - fourcol */

section.bannerOne {
    background-image: url('https://www6.thalesgroup.com/mega/images/imperva-grad-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.titlehead img {
    display: block;
    margin: 0 auto 30px;
}

.plus {
    width: 30px;
}

.thaleslogo {
    width: 320px;
}

.impervalogo {
    width: 250px;
}

.roundedimg {
    border-radius: 50%;
}

section.bannerOne .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border: none;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
}

section.bannerOne .col-md-12 {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px !important;
    list-style: none;
    height: auto !important;
}

section.bannerOne {
    color: #fff;
}

a.CTA {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 8px 21px 8px 19px;
    color: #ffffff;
    background: #00bbdd;
    border-radius: 5px;
    border: 2px solid #00bbdd;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    min-width: 120px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #0a58ca !important;
}

a.CTA:hover {
    background: #66d6eb;
    color: #ffffff !important;
    text-decoration: none;
    border: 2px solid #66d6eb;
    padding: 8px 19px 8px 21px;
}

section.bannerOne img {
    margin: 15px auto;
    display: block;
}

section.bannerTwo {
    position: relative;
    z-index: 0;
    min-height: calc(100vh - 104px);
    background-image: url('https://storage.pardot.com/51442/1705673517aVDamSwO/moneylive_london_lpbanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 170px;
}

section.bannerTwo:after {
    background-image: url('https://www6.thalesgroup.com/l/51442/2022-10-10/dq67ck/51442/1665416829Eg4W5Kcj/curve.svg');
    content: '';
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.section1-wrap {
    box-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.175) !important;
    padding: 40px 80px;
    background: #ffffff;
}

section.section1 {
    padding: 60px 0;
}

section.section2 {
    padding: 60px 0;
    background-color: #f2f2f2;
}

section.Section3 {
    padding: 60px 0;
}

section.Section4 {
    padding: 60px 0;
    background: #f2f2f2;
}

section.Section4 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border: none;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
}

img {
    max-width: 100%;
}

section.Section5 {
    padding: 60px 0;
}

section.Section5 .col-md-12:last-child .mktoText {
    margin-top: 30px;
}

section.Section6 {
    padding: 20px 0;
    background: #f2f2f2;
}

.multiColHeader {
    padding-top: 20px;
}

.threecol-box-img,
.fourcol-box-img {
    text-align: center;
}

.threecol-box-img img,
.fourcol-box-img img {
    max-width: 170px;
    max-height: 150px;
}

.threecol-box-img,
.fourcol-box-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
    height: 160px;
    align-items: center;
}

section.Section6 .threecol-row,
section.Section6 .fourcol-row {
    justify-content: center;
    align-items: initial;
}

section.Section7 {
    padding: 60px 0;
}

section.Section6 .threecol-box,
section.Section6 .fourcol-box {
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.175) !important;
    background: #fff;
    padding: 20px;
    height: 100%;
}

section.Section8 {
    padding: 60px 0;
    background: #f2f2f2;
}

section.Section8 .threecol-box-img img {
    max-width: 100%;
    max-height: none;
}

section.Section8 .threecol-box-img {
    height: auto;
    margin: 0 0 15px;
}

section.Section8 .threecol-row {
    align-items: initial;
}

section.Section8 p {
}

section.Section8 a,
section.Section8 p {
    color: #0a58ca;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

section.Section11 {
    padding: 60px 0;
    background: #f2f2f2;
}

section.Section13 {
    padding: 60px 0;
    background: #f2f2f2;
}

section.Section15 {
    padding: 60px 0;
    background: #f2f2f2;
}

section.Section16 {
    padding: 80px 0;
    background-size: cover;
    background-image: url('https://storage.pardot.com/51442/1702314802eE0SLCPk/blue_grad_bg.jpg');
    text-align: center;
    color: #fff;
}

section.Section17 {
    padding: 60px 0;
}

.Section17_wrap {
    box-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.175) !important;
    padding: 40px 80px;
    background: #fff;
}

.Section17_wrap .col-md-12 {
    text-align: center;
}

.Section17-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border: none;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
}

.Section17-col {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 !important;
    list-style: none;
    height: auto !important;
}

.Section17-col-order1 {
    order: 1;
}

.Section17-col-order2 {
    order: 2;
}

section.Section16 * {
    color: #fff;
}

section.Section14 {
    padding: 60px 0;
}

section.Section12 {
    padding: 60px 0;
}

blockquote {
    font-weight: 400;
    color: #242a75;
    font-size: 29px;
    line-height: 43px;
    background-image: url('https://www6.thalesgroup.com/l/51442/2023-01-05/drbnzn/51442/1672926265SjzdysEV/quote_mark.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    padding: 10px 0 0 60px;
}

section.Section12 .mktoText {
    max-width: 570px;
    display: block;
    margin: auto;
    text-align: center;
}

section.Section11 .threecol-box-img {
    height: auto;
}

section.Section11 .threecol-row {
    align-items: initial;
    text-align: center;
}

section.Section11 .threecol-box {
    padding: 0 30px;
}

section.Section11 .col-md-12 {
    text-align: center;
}

section.Section17 img {
    box-shadow: 5px 5px 15px #ccc;
}

.map-box {
    padding: 0 0;
}

.map-box .row {
    margin: 0;
}

.map-box .row .col-md-12 {
    padding: 0;
}

section.Section10 {
    padding: 60px 0 0;
}

section.Section9 {
    padding: 60px 0;
}

.carousel-box {
    position: relative;
    padding: 0 60px;
    margin: 30px 0 0;
}

.carousel-box img {
    display: inline-block !important;
    margin: 0 10px;
}

.carousel-box .item {
    text-align: center;
}

.carousel-box .item.active {
}

.carousel-control {
    background: #dddddd !important;
    width: 60px;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    box-shadow: none;
    height: 60px;
}

.carousel-control span {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    font-size: 27px !important;
    top: 25px !important;
}

section.Section9 .col-md-12 {
    text-align: center;
}

.mktoForm * {
    font-family: inherit !important;
    color: rgb(68, 68, 68) !important;
}

.mktoForm {
    width: 100% !important;
}

span.formSpan {
    width: 100% !important;
    display: block;
}

.mktoForm .mktoFormRow {
    clear: both;
    margin: 0 -10px;
}

.mktoForm .mktoFormRow .mktoFormCol {
    width: 50%;
    margin: 0 0 17px !important;
    float: left;
    padding: 0 10px;
}

.mktoForm .mktoFormRow .mktoFormCol:nth-last-child(2):first-child {
    width: 100% !important;
}

.mktoForm .mktoFieldWrap {
    float: left;
    width: 100% !important;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoOffset,
.mktoForm .mktoFormRow .mktoFormCol .mktoGutter {
    display: none;
}

.mktoForm .mktoFormRow .mktoFormCol label.mktoLabel {
    width: auto !important;
    clear: both;
    font-size: 14px !important;
    line-height: 22px !important;
    float: left;
    color: #5c5c5c;
    padding: 0 0 6px;
    display: inline-block !important;
}

.mktoForm input[type='text'],
.mktoForm input[type='url'],
.mktoForm input[type='email'],
.mktoForm input[type='tel'],
.mktoForm input[type='number'],
.mktoForm input[type='date'],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    /* width: 100% !important; */
    padding: 8px 10px !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-family: inherit !important;
    color: #000000 !important;
    border: none !important;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
    display: block;
    color: #fff !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.mktoForm input[type='text']::-webkit-input-placeholder,
.mktoForm input[type='url']::-webkit-input-placeholder,
.mktoForm input[type='email']::-webkit-input-placeholder,
.mktoForm input[type='tel']::-webkit-input-placeholder,
.mktoForm input[type='number']::-webkit-input-placeholder,
.mktoForm input[type='date']::-webkit-input-placeholder,
.mktoForm textarea.mktoField::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b3b3b3;
}

.mktoForm input[type='text']::-moz-placeholder,
.mktoForm input[type='url']::-moz-placeholder,
.mktoForm input[type='email']::-moz-placeholder,
.mktoForm input[type='tel']::-moz-placeholder,
.mktoForm input[type='number']::-moz-placeholder,
.mktoForm input[type='date']::-moz-placeholder,
.mktoForm textarea.mktoField::-moz-placeholder {
    /* Firefox 19+ */
    color: #b3b3b3;
}

.mktoForm input[type='text']:-ms-input-placeholder,
.mktoForm input[type='url']:-ms-input-placeholder,
.mktoForm input[type='email']:-ms-input-placeholder,
.mktoForm input[type='tel']:-ms-input-placeholder,
.mktoForm input[type='number']:-ms-input-placeholder,
.mktoForm input[type='date']:-ms-input-placeholder,
.mktoForm textarea.mktoField:-ms-input-placeholder {
    /* IE 10+ */
    color: #b3b3b3;
}

.mktoForm input[type='text']:-moz-placeholder,
.mktoForm input[type='url']:-moz-placeholder,
.mktoForm input[type='email']:-moz-placeholder,
.mktoForm input[type='tel']:-moz-placeholder,
.mktoForm input[type='number']:-moz-placeholder,
.mktoForm input[type='date']:-moz-placeholder,
.mktoForm textarea.mktoField:-moz-placeholder {
    /* width: 95% !important; */
    float: right !important;
    color: #b3b3b3;
}

.mktoForm select.mktoField {
    padding: 5px 0 6px !important;
    line-height: 1.3;
}

.mktoForm .mktoError .mktoErrorMsg {
    color: #f3f3f3 !important;
    font-size: 12px !important;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
    font-size: 14px !important;
    line-height: 1 !important;
    min-height: auto !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 7px 20px;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
    padding: 0 !important;
    width: 20px !important;
}

.mktoButtonRow {
    display: block !important;
}

.mktoButtonRow button.mktoButton {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #00bbdd !important;
    border-radius: 3px;
    background: #00bbdd !important;
    font-size: 16px !important;
    font-family: inherit !important;
    color: white !important;
    line-height: 1.2;
    text-align: center;
    text-shadow: none !important;
    padding: 7px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mktoButtonRow span.mktoButtonWrap {
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

.mktoForm select.mktoField {
    -moz-appearance: none;
    background-image: url('https://go.imperva.com/rs/727-WRL-406/images/60995.png');
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 6px 25px 6px 10px !important;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 3px;
    background-size: 22px;
    background-position: right center;
}

.mktoForm select.mktoField::-ms-expand {
    display: none !important;
}

.mktoForm #LblPolicy_Consent__c {
  width: 80% !important;
}

.mktoForm .mktoHtmlText,
.mktoForm .mktoHtmlText span,
.mktoForm .mktoHtmlText a,
.mktoForm .mktoHtmlText p{
  font-size: 10px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 480px) {
    .mktoForm input[type='url'],
    .mktoForm input[type='text'],
    .mktoForm input[type='date'],
    .mktoForm input[type='tel'],
    .mktoForm input[type='email'],
    .mktoForm input[type='number'],
    .mktoForm textarea.mktoField {
        padding: 17px 8px !important;
    }

    .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: right !important;
        padding-right: 0 !important;
        padding-left: 5px !important;
    }

    .mktoForm a {
        padding: 0 !important;
        display: inline !important;
    }

    .mktoForm .mktoFormRow .mktoFormCol {
        width: 100% !important;
        margin: 0 0 17px !important;
        float: left;
        padding: 0 10px;
    }
}

.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
    font-weight: normal !important;
    text-shadow: none !important;
    font-family: inherit !important;
}

.inner-form-container {
    padding: 0 15px;
    max-width: 768px;
    margin: auto;
    display: block;
    float: none;
    clear: both;
}

section.Section15 .col-md-12 {
    text-align: center;
}

.inner-form-container {
}

section.bannerThree {
    background-image: url('https://www6.thalesgroup.com/l/51442/2023-12-20/dx4k3t/51442/170310704710qTUWzA/holiday_landing_page_v5.jpg');
    padding: 78px 0 155px;
    color: #fff;
    position: relative;
    z-index: 0;
    background-position: center;
    background-size: cover;
}

section.bannerThree:after {
    content: '';
    display: block;
    background-image: url('https://www6.thalesgroup.com/l/51442/2022-10-10/dq67ck/51442/1665416829Eg4W5Kcj/curve.svg');
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    background-size: cover;
    background-position: center;
}

section.bannerThree * {
    color: #fff;
}

section.bannerFour {
    position: relative;
    z-index: 0;
    padding: 150px 0;
}

section.bannerFour:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #012060;
}

section.bannerFour:after {
    content: '';
    display: block;
    width: calc(44% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('https://go.imperva.com/rs/727-WRL-406/images/Gartner_IAM_UK_2024___The_O2_London.jpg');
    background-size: cover;
    background-position: center;
}

section.bannerFour * {
    color: #fff;
}

section.bannerFour h1 {
    font-size: 46px !important;
    line-height: 70px;
}

section.bannerFour h2 {
    font-size: 30px !important;
}

.header1-light {
    background: url(https://www6.thalesgroup.com/l/51442/2022-10-10/dq67d5/51442/1665416831heK8g9fm/white_head.png) left top repeat;
}

.header1-dark {
    background: url(https://www6.thalesgroup.com/l/51442/2022-10-10/dq67c5/51442/1665416829StSyDT5P/black_head.png) left top repeat;
}

#header1 {
    padding: 30px 0;
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
}


/*body#bodyId {
    padding-top: 103px;
}
*/
#header1 nav.navbar {
    border-radius: 0;
    min-height: auto;
    border: none;
    margin: 0;
}

#header1 nav.navbar a.navbar-brand {
    height: auto;
    padding: 0;
}

#header1 nav.navbar .navbar-collapse {
    width: auto;
    /*display: inline-block;*/
    float: right;
}

ul.navbar-nav {
    margin: 0;
    padding: 0;
}

ul.navbar-nav li {
    list-style: none;
    padding: 9px 0;
}

ul.navbar-nav li a {
    min-width: 130px;
    font-size: 16px;
    padding: 6px 20px;
    text-decoration: none;
    color: #707070;
    text-transform: uppercase;
}

section.bannerTwo .mktoText {
    text-align: center;
    color: #fff;
}

section.bannerTwo .mktoText * {
    color: #ecf0f1;
}

section.bannerTwo .mktoText h1 {
    text-shadow: none;
}

section.bannerTwo .mktoText h2 {
    color: #ecf0f1;
    font-size: 32px;
    margin: 0 0 20px;
}

section.bannerTwo .mktoText h3 {
    font-size: 18px;
    font-weight: 300;
}

div#countdown {
    margin-top: 50px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

div#countdown div {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 160px;
    margin: 0 15px;
}

div#countdown div p {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 10px 0 9px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#countdown div p span.number {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 25px;
    color: white;
    display: block;
}

div#countdown div p span.ctitle {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin: 20px 0 10px;
    display: block;
}

footer#footer1 {
    padding: 50px 0;
    background-color: #141534;
    color: white;
}

.footerlogo img {
    padding-left: 0 !important;
}

.footer-social {
    margin-top: 0;
    float: right;
}

.footer-social a {
    width: 30px;
    height: 30px;
    text-indent: -999px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0;
}

.linkedin {
    background: url('https://www6.thalesgroup.com/l/51442/2019-10-08/chzclv/51442/241763/linkedin_icon.png') center center no-repeat;
    background-size: 100%;
}

.twitter {
    background: url('https://www6.thalesgroup.com/social/twitter-icon.png') center center no-repeat;
    background-size: 100%;
}

.facebook {
    background: url('https://www6.thalesgroup.com/l/51442/2021-01-18/ddj86y/51442/1611006241lIfp9siA/facebook_icon.png') center center no-repeat;
    background-size: 100%;
}

.youtube {
    background: url('https://www6.thalesgroup.com/l/51442/2019-10-08/chzclz/51442/241767/youtube_icon.png') center center no-repeat;
    background-size: 100%;
}

.blog {
    background: url('https://www6.thalesgroup.com/l/51442/2021-01-18/ddj86w/51442/1611006241JYAZykBg/blog.png') center center no-repeat;
    background-size: 100%;
}

.podcast {
    background: url('https://www6.thalesgroup.com/l/51442/2021-01-18/ddj871/51442/1611006242ViQdOsfQ/podcast.png') center center no-repeat;
    background-size: 100%;
}

div#Footer_Privacy {
    float: right;
}

#footer1 ul {
    list-style: none;
    font-size: 0.8em;
    margin-top: 30px;
    display: inline-flex;
    float: right;
    flex-wrap: wrap;
}

#footer1 ul li {
    padding: 0 15px;
    border-right: 1px solid #fff;
    font-weight: 100;
}

#footer1 ul li a {
    color: white;
}

p.privacy {
    margin-top: 30px;
    font-weight: 100;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.popupform {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

section.Section7 .threecol-box {
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.175) !important;
    padding: 25px 20px;
    height: 100%;
    background: #fff;
}

section.Section7 .threecol-row {
    justify-content: center;
    align-items: initial;
}

section.Section6 .threecol-box {
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.175) !important;
    padding: 25px 20px;
    height: 100%;
    background: #fff;
}

section.Section6 .threecol-row {
    justify-content: center;
    align-items: initial;
}

.form-container {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 0;
    padding: 30px;
    background-color: #eee;
    border-bottom: solid 1px #242a75;
    width: calc(100% - 70px);
    right: 0;
    margin: auto;
    max-width: 634px;
}

.formclose {
    background: #00bbdd !important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.form-box h2 {
    font-size: 30px;
}

footer#footer2 {
    padding: 50px 0;
    background-color: #141534;
    color: white;
    margin-bottom: 0;
    border-bottom: none;
}

div#Footer2_Logo img {
    padding-bottom: 20px;
    max-width: 70%;
}

.col-sm-4.col-md-3 p {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}

.flex-services {
    display: flex;
}

.flex-services div {
    flex-basis: 17%;
}

.flex-services p {
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1em;
    color: #fff;
    font-weight: 100;
}

.flex-services a {
    font-size: 14px;
    color: #9e9e9e;
}

p.social a {
    width: 30px;
    height: 30px;
    text-indent: -999px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.privacy {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 100;
    display: inline-block;
}

div#Footer2_Copyright1 ul {
    list-style: none;
    font-size: 14px;
    margin-top: 30px;
    display: inline-flex;
    float: right;
    flex-wrap: wrap;
}

div#Footer2_Copyright1 ul li {
    padding: 0 15px;
    border-right: 1px solid #fff;
    font-weight: 100;
}

div#Footer2_Copyright1 ul li a {
    color: white;
}

.last {
    border: none !important;
    padding-right: 0 !important;
}

.navbar-brand > img {
    max-width: 200px;
    width: 100% !important;
    max-height: 44px;
}

section.Section7 .threecol-box-img {
    margin-bottom: 15px;
}

section.Section3 .col-md-6:first-child {
    padding-right: 30px;
}

section.Section3 .col-md-6:last-child {
    padding-left: 30px;
}

.Section18 {
    padding: 60px 0;
}

.Section19 {
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.Section20 {
    padding: 60px 0;
}

.timetable {
    width: 100%;
}
.timetable td,
.timetable th {
    padding: 10px 15px;
    border: solid 1px #bbb;
}
.timetable td:nth-child(even),
.timetable th:nth-child(even) {
    background-color: #eff0fa;
}
.timetable td:first-child,
.timetable th {
    font-size: 1 em;
    font-weight: bold;
}
.timetable th {
    color: #242a75;
    border-bottom: solid 2px #000000;
}

@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
}

@media (max-width: 1199px) {
    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    p {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    h2 {
        font-size: 32px;
    }

    blockquote {
        font-size: 24px;
        line-height: 30px;
    }

    section.Section8 a,
    section.Section8 p {
        font-size: 18px;
        line-height: 22px;
    }

    section.bannerFour h1 {
        font-size: 36px !important;
        line-height: 1.3;
    }

    section.bannerFour h2 {
        font-size: 24px !important;
    }

    h1 {
        font-size: calc(36px + 1vmax) !important;
    }

    section.bannerThree h2 {
        font-size: 26px;
    }

    div#countdown div p span.number {
        font-size: 55px;
        line-height: 40px;
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .navbar-brand > img {
        max-width: 140px;
        width: 100% !important;
    }

    section.Section3 .col-md-6:first-child,
    section.Section3 .col-md-6:last-child {
        padding: 0 15px;
    }

    footer#footer1 .col-md-6 {
        width: 100%;
        text-align: left;
    }

    .footer-social {
        float: none;
        margin: auto;
        text-align: center;
    }

    div#Footer_Privacy,
    div#Footer_Copyright {
        float: none;
        margin: auto;
        text-align: center;
    }

    div#Footer_Privacy ul {
        padding-left: 0;
        margin-top: 10px;
        float: none;
    }

    div#Footer_Privacy ul li:first-child {
        padding-left: 0;
    }

    p.privacy {
        margin-top: 15px;
    }

    .footerlogo img {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .footerlogo {
        text-align: center;
    }

    /* body#bodyId {
        padding-top: 91px;
    } */

    ul.navbar-nav li {
        padding: 4px 0px;
    }

    section.bannerOne .row {
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    ul.navbar-nav li a {
        font-size: 14px !important;
        padding: 4px 10px !important;
    }

    section.bannerOne .row .col-md-6:last-child {
        margin-top: 30px;
    }

    section.bannerOne {
        padding: 60px 0;
    }

    section.bannerOne img {
        max-width: 280px !important;
        width: 100%;
        height: auto;
    }

    section.bannerThree {
        padding: 60px 0 120px;
    }

    section.bannerFour {
        padding: 60px 0;
    }

    .section1-wrap {
        padding: 30px 40px;
    }

    section.Section3 .col-md-6:last-child {
        margin-top: 30px;
    }

    section.Section4 .col-md-6:last-child {
        margin-top: 30px;
    }

    .threecol-col,
    .fourcol-col {
        width: 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .threecol-row,
    .fourcol-row {
        justify-content: center;
        align-items: inherit;
    }

    .Section17-col {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .Section17-col-order1,
    .Section17-col-order2 {
        order: initial;
    }
}

.page_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}

@media (max-width: 767px) {
    .Section17_wrap {
        padding: 20px 35px;
    }

    section.bannerFour:after {
        width: 100%;
        z-index: -2;
    }

    section.bannerFour:before {
        opacity: 0.5;
    }

    button.navbar-toggle {
        margin: 0;
    }

    .navbar-toggle .icon-bar {
        background: #313271;
    }

    #header1 nav.navbar .navbar-collapse {
        width: 100%;
        text-align: right;
        padding: 0 10px 0 0;
    }

    ul.navbar-nav li a {
        padding-right: 0 !important;
    }

    .threecol-col,
    .fourcol-col {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #header1 {
        padding: 29px 0;
    }

    div#Footer2_Logo img {
        max-width: 147px;
    }

    div#countdown div p span.number {
        font-size: 30px;
        line-height: 40px;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    div#countdown div {
        margin: 0 10px;
    }

    .flex-services div {
        flex-basis: 33%;
    }

    .flex-services {
        flex-wrap: wrap;
    }

    div#Footer2_Copyright1 ul {
        margin-top: 20px;
        padding-left: 0;
        margin-bottom: 0;
        justify-content: center;
    }

    div#Footer2_Copyright1 ul li {
    }

    p.privacy {
        text-align: center;
        width: 100%;
    }

    .flex-services {
        margin-top: 20px;
    }

    .carousel-control {
        top: initial;
        bottom: 0;
    }

    .carousel-box {
        padding: 0 30px 90px;
    }

    .carousel-control.left {
        left: calc(50% - 70px);
    }

    .carousel-control.right {
        right: calc(50% - 70px);
    }
}

@media only screen and (max-width: 480px) {
    .mktoForm,
    form.mktoForm {
        padding: 0;
    }
}

section.bannerFive {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
}

section.bannerFive h2 {
    color: #00bbdd;
}

@media (max-width: 575px) {
    .threecol-col,
    .fourcol-col {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

body#bodyId.stopscroll {
    overflow: hidden;
}