.back-to-top, .textBanner {
    display: none;
}

li, p { font-size: 16px;}

section {
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    padding: 189px 0px 40px;
}

.banner-container {
    height: calc(100vw * 0.31);
    position: initial;
}

.banner-text {
    position: absolute;
    margin: 7% 10%;
}

.banner-container h2 {
    position: static;
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    margin: 0;
    min-width: 300px;
    max-width: 600px;
    width: 100%;
    font-family: Conv_Helvetica-Light, Helvetica, Arial, sans-serif;
}

.banner-text p {
    margin: 24px 0;
    color: #fff;
    max-width: 535px;
    font-size: 23px;
    font-family: Conv_Helvetica-Light, Helveatica, Arial, sans-serif;
    line-height: 33px;
}

.inneraccordion p.sub-title {
    color: #e31738;
    font-size: 18px;
}

.banner-text.align-right { right: 0px; }
.banner-text p.quote, .banner-text p.quoted-by {
    text-align: right;
}
.banner-text p.quote {
    font-style: italic;
    color: #f5f5f5b8;
    background: transparent;
}

.banner-container a.button {
    background: #fff;
    color: #000;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    padding: 12px 18px;
    font-family: Conv_Helvetica-Light, Helvetica, Arial, sans-serif;
}

.introNavBar {
    background: #fff;
    width: 100%;
    max-width: 900px;
    margin: -80px auto 0;
    z-index: 9999;
    padding: 0px;
}

.align-center { text-align: center;}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    .introNavBar {
        margin: 0px auto 0 !important;
    }
}


@media (max-width: 1400px) and (min-width: 1281px) {
    .banner-text {
        padding: 20px 2px;
    }
}

@media (max-width: 1280px) and (min-width: 900px) {
    .banner-text {
        padding: 20px 20px;
    }

    .banner-container h2 {
        font-size: 36px;
        max-width: 700px;
    }
}

@media (max-width: 1080px) and (min-width: 900px) {
    .banner-text p {
        max-width: 700px
    }
}

@media (min-width: 1080px) {
    .banner-text {
        max-width: 1300px
    }

    article {
        max-width: 980px;
    }

    section.form-container {
        max-width: 800px;
    }

}

@media (max-width: 1080px) and (min-width: 768px) {
    .banner-text {
        max-width: 700px
    }
}

@media (min-width: 768px) {

    .banner-text .calendar-icon {
        float: right;
        width: 230px;
        margin-right: 80px;
        margin-top: -25px;
    }

    #faqright {
        float: right;
        width: 70%;
        margin-right: 10px;
    }

    #faqright #accordion {
        margin-top: -10px;
    }

    #faqleft {
        float: left;
        width: 24%;
        margin-right: 10px;
    }
}


.ta.banner-text h2 {font-size: 44px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1.16;color: #ffffff;margin-top: 25px;}

.ta.banner-text p {

    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    color: #ffffff;
}

a.direct-link {
    color: #252525;
    text-decoration: underline;
}

a.direct-link:visited, a.direct-link:hover {
    color: #252525;
    text-decoration: underline;
}

a.banner-button {
    width: 170px;
    height: 28px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 10px 35px 10px 35px;
    font-family: Conv_Helvetica-Light, Helvetica, Arial, sans-serif;
}
a.banner-button.red-button {
    background-color: #e31738;
    border: 1px solid #e31738;
}

a.banner-button.white-button {
    color: #70717b;
    background-color: #ffffff;
}

a.enquire-button {
    width: 170px;
    height: 28px;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 15px 40px;
    font-family: Conv_Helvetica-Light, Helvetica, Arial, sans-serif;
}

.navy-bg {
    background-color: #00092e!important;
}

span.button-splitter {
    color: #ffffff;
    padding: 0 10px;
    font-size: 18px;
}

.enrol-now .banner-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.enrol-now .banner-text p {
    margin: 10px 0 25px;
}


article {
    margin: 40px auto;
}

article h2 {
    font-family: 'HelveticaNeueLT-Light', sans-serif;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0 auto 20px;
}

article.article-title h2 {
    text-align: center;
}

article.article-title h2.in-red {
    text-align: center;
    color: #e31738;
}

article ul {
    margin: 0 20px 30px 55px;
    padding: 0;
    
}
article li {
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: disc;
    padding: 5px 0px;
}
article table {
    width: 100%;
    padding: 0 20px;
}
article tr.collapsed {
    display: none;
}
article th {
    background-color: #00092e;
    color: #ffffff;
    font-size: 23px;
}

article td {
    font-size: 16px;
}

article td.bold-center {
    text-align: center;
    font-weight: 500;
}

article th, article td {
    padding: 23px;
    font-weight: 100;
    /*font-family: 'HelveticaNeueLT-Light', sans-serif;*/
}

article tr:nth-child(odd) {
    background-color: #d9d9d9;
}

article figure.next-row, article figure.hide-row {
    text-align: center;
}

article figure.hide-row img {
   transform: rotate(180deg);
}
article figure figcaption {
    font-size: 18px;
    padding-bottom: 10px;
}

aside {
    float: right;
    width: 40%;
    margin-right: 10%;
}

aside div.testimoni {
    margin: 50px;
    position: absolute;
    width: 250px;
    color: #d6d6d6;
    line-height: 1.25;
    font-style: italic;
    text-align: justify;
}

aside div.testimoni .testimoni-owner {
    display: block;
    width: 250px;
    text-align: right;
    color: #ffffff;
    font-style: normal;
    margin-top: 5px;
}

aside figure {
    margin: 0px;
    width: 88%;
}

aside figure img {
    width: 100%;
}

section.enrol-now {
    padding-top: 0px;
    padding-bottom: 0px;   
}


section.form-container {
    padding: 0px;
    margin: 0 auto;
    max-width: 800px;
}

.hide-row {
    display: none;
}

.form-container td {
    text-align: left;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.form-container td input {
    line-height: 40px;
    width: 100%!important;
    font-size: 16px;
    background-color: #d9d9d9;
}
.form-container td select {
    padding: 10px;
    width: 101%!important;
    font-size: 18px!important;
    background-color: #d9d9d9;
}

.form-container input[type="image"] {
    border-radius: 5px;
    width: 45% !important;
    float: right;
}


#faqleft,
#faqright {
    margin-bottom: 20px;
}

#faqleft ul {
    list-style: none;
}

#faqleft ul li {
    border: solid 1px #ddd9d9;
    border-bottom: none;
    padding: 13px 13px 13px 13px;
    margin: 0px;
    list-style: none;
    cursor: pointer;
}

#faqleft ul li:last-child {
    border-bottom: solid 1px #ddd9d9;
}

#faqleft ul li a {

    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #8b8b8b;
    font-family: Conv_Helvetica-Light, helvetica, arial, sans-serif;
}

#faqright p {
    font-family: Conv_Helvetica-Light, helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: -0.3px;
    color: #2b2b2b;
}

#faqright h3 {
    font-family: Conv_Helvetica-Light, helvetica, arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #2b2b2b;
    margin: 5px 15px;
}

#accordion .ui-accordion-header {
    background-color: #e31738 !important;
    border: solid 1px #e31738 !important;
    padding: 10px;
    margin: 10px 0 0 0;
    transition: all linear 800ms;
    color: #fff;
    font-size: 16px;
}

#accordion .ui-accordion-header.ui-state-active {
    border-bottom: none !important;
}

#accordion .ui-accordion-content {
    background-color: #fafafa;
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #2b2b2b;
    border: solid 1px #e31738;
    border-top: 0px !important;
    padding: 10px 10px 10px 10px;
}

#accordion .ui-icon {
    background-image: url(http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png);
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    background: none;
}

#accordion .ui-accordion-header-icon:before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-indent: 0;
    font-family: Conv_Helvetica-Light, helvetica, arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 16px;
    transition: all linear 1s;
    transform: rotate(90deg);
}

#accordion .ui-accordion-header-icon.ui-icon-caret-1-n:before {
    content: '<';
}

#faqleft li.selected {
    background-color: #e01d3d;
}

#faqleft li.selected a {
    color: #ffffff;
}

#faqright .ui-state-active,
.ui-state-active:hover,
.ui-state-focus {
    border: 0px;
    outline: none;
    background: none;
}


#faqright #accordion > p {
    margin: 15px 28px;
}


@media (max-width: 768px) {
	
    section {
        font-size: 13px;
        box-sizing: border-box;
        padding: 83px 0px 0px;
    }

    .banner-container {
        min-height: 525px;
    }

    .banner-text {
        padding: 50px 25px;
        margin: 7% 2%;
    }

    .banner-container h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-text p {
        font-size: 23px;
    }


    .enrol-now .banner-text h2 {
        margin-top: 25px;
    }

    .form-container td select {
        width: 102%!important;
    }

   
}

@media (max-width: 1024px)  {
    
    aside {
        width: 45%;
        margin-right: 0;
    }

}

@media (max-width: 1000px)  {
    
    aside {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    aside figure {
        width: 95%;
        margin: 0px 20px;
    }
}

@media (min-width: 500px) and (max-width: 700px) {
    .banner-text p {
        font-size: 14px;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .enrol-now .banner-container {
        height: 300px;
    }

    .enrol-now .banner-text {
        padding-left: 0px;
    }


    .enrol-now .banner-text h2 {
        margin-top: 0px;
    }
}

@media (max-width: 500px) {

     a.banner-button {
        display: block;
        height: 21px;
        width: 50%;
        margin: 0 auto;
    }

    .banner-text .calendar-icon {
        width: 75%;
        margin: 0 4em;
    }

    span.button-splitter {
        display: block;
        width: 65%;
        text-align: center;
        margin: 0 auto;
        padding: 10px 10px;
    }

    article.article-title h2 {
        text-align: left;
    }

    article table {
        width: 100%;
    }

    aside figure {
        width: 92%;
        margin: 0px 20px;
    }

    .enrol-now .banner-container {
        min-height: 505px;
    }

    .enrol-now .banner-text {
        margin: 7% 2%;
    }
    
    .form-container td {
       display: block;
        width: 95%;
    }
    
    .form-container td select {
        width: 101%!important;
    }

    .form-container input[type="image"] {
        border-radius: 5px;
        width: 100% !important;
        float: none;
    }
}

@media (min-width: 370px) and (max-width: 400px) {
   
}

@media (max-width: 370px) {
    .enrol-now .banner-text {
        padding: 20px 5px;
    }

    .banner-text .calendar-icon {
        margin: 0 3em;
    }

}

@media (min-width: 768) and (max-width: 900px) {
    
}

@media (max-width: 1400px) and (min-width: 900px) {
    .enrol-now .banner-container {
        height: 423px;
    }

    .enrol-now .banner-text {
        padding-left: 0px;
        margin-left: 80px;
    }

    
}

@media (max-width: 1280px) and (min-width: 900px) {
    section.enrol-now {
        padding-bottom: 20px;
    }
    
}

@media (max-width: 1423px) and (min-width: 1281px) {
   
}

@media (max-width: 1600px) and (min-width: 1425px) {

   
}

@media (max-width: 1707px) and (min-width: 1601px) {

    
}

@media (max-width: 1920px) and (min-width: 1708px) {

   
}


@media (min-width: 2500px) {

}