@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

/*changes*/
h1 {
    font-size: 2em;
    margin: .67em 0;
    margin-top:100px;
}


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

/*changes - swee chye*/


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
     font-size: 100%; 
    line-height: 1.15;
    margin: 0;
    min-width: 60px;
}



button,
input {
    /* overflow: visible; */
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.sr-only,
.vh {
    border: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    background: none;
    text-indent: 999px
}

.clearfix,
.container,
.rte .-align-left+:not(.-align-left) {
    zoom: 1
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.rte .-align-left+:not(.-align-left):after,
.rte .-align-left+:not(.-align-left):before {
    content: "";
    display: table
}

.clearfix:after,
.container:after,
.rte .-align-left+:not(.-align-left):after {
    clear: both
}

.container {
    margin: auto;
/*    position: relative;*/
    width: 100%;
    padding: 0 20px
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.img-responsive {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: 100%
}

.row {
    margin: 0 -8px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.reverse-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

[class*=" col-"],
[class^=col-] {
    width: 100%;
    padding: 0 8px
}

[class*=" col-offset-"],
[class^=col-offset-] {
    margin: auto
}

.desktop-only,
.tablet-only {
    display: none
}

@media only screen and (min-width:576px) {
    .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 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col-xs-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-offset-xs-1 {
    margin-left: 8.33333%
}

.col-xs-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-offset-xs-2 {
    margin-left: 16.66667%
}

.col-xs-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-offset-xs-3 {
    margin-left: 25%
}

.col-xs-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-offset-xs-4 {
    margin-left: 33.33333%
}

.col-xs-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-offset-xs-5 {
    margin-left: 41.66667%
}

.col-xs-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-offset-xs-6 {
    margin-left: 50%
}

.col-xs-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-offset-xs-7 {
    margin-left: 58.33333%
}

.col-xs-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-offset-xs-8 {
    margin-left: 66.66667%
}

.col-xs-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-offset-xs-9 {
    margin-left: 75%
}

.col-xs-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-offset-xs-10 {
    margin-left: 83.33333%
}

.col-xs-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-offset-xs-11 {
    margin-left: 91.66667%
}

.col-xs-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.col-offset-xs-12 {
    margin-left: 100%
}

@media only screen and (max-width:767px) {
    .no-mobile {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-offset-sm-1 {
        margin-left: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-offset-sm-2 {
        margin-left: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-offset-sm-3 {
        margin-left: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-offset-sm-4 {
        margin-left: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-offset-sm-5 {
        margin-left: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-offset-sm-6 {
        margin-left: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-offset-sm-7 {
        margin-left: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-offset-sm-8 {
        margin-left: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-offset-sm-9 {
        margin-left: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-offset-sm-10 {
        margin-left: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-offset-sm-11 {
        margin-left: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .col-offset-sm-12 {
        margin-left: 100%
    }
    .mobile-only {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .tablet-only {
        display: block
    }
    .no-tablet {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-offset-md-1 {
        margin-left: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-offset-md-2 {
        margin-left: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-offset-md-3 {
        margin-left: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-offset-md-4 {
        margin-left: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-offset-md-5 {
        margin-left: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-offset-md-6 {
        margin-left: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-offset-md-7 {
        margin-left: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-offset-md-8 {
        margin-left: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-offset-md-9 {
        margin-left: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-offset-md-10 {
        margin-left: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-offset-md-11 {
        margin-left: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .col-offset-md-12 {
        margin-left: 100%
    }
    .desktop-only {
        display: block
    }
    .no-desktop {
        display: none
    }
}

@media only screen and (min-width:1280px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-offset-lg-1 {
        margin-left: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-offset-lg-2 {
        margin-left: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-offset-lg-3 {
        margin-left: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-offset-lg-4 {
        margin-left: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-offset-lg-5 {
        margin-left: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-offset-lg-6 {
        margin-left: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-offset-lg-7 {
        margin-left: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-offset-lg-8 {
        margin-left: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-offset-lg-9 {
        margin-left: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-offset-lg-10 {
        margin-left: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-offset-lg-11 {
        margin-left: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .col-offset-lg-12 {
        margin-left: 100%
    }
}

@media print {

center#sftheader{
margin-top:-30px;
}

h1 {
   
    margin-top:-30px;
}

.site-footer{
display:none;
}
button, input[type=button], input[type=submit], input[type=reset] {
display:none;
}
table{
width:98%;
}
    
    .row {
        display: block
    }
    [class*=" col-"],
    [class^=col-] {
        float: left
    }
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/lato-v16-latin-regular.woff2) format("woff2"), url(../fonts/lato-v16-latin-regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    src: local("Lato Italic"), local("Lato-Italic"), url(../fonts/lato-v16-latin-italic.woff2) format("woff2"), url(../fonts/lato-v16-latin-italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(../fonts/lato-v16-latin-700.woff2) format("woff2"), url(../fonts/lato-v16-latin-700.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url(../fonts/lato-v16-latin-700italic.woff2) format("woff2"), url(../fonts/lato-v16-latin-700italic.woff) format("woff");
    font-display: swap
}

.rte blockquote:before {
    speak: none
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?8kw9vh);
    src: url(../fonts/icomoon.eot?8kw9vh#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?8kw9vh) format("truetype"), url(../fonts/icomoon.woff?8kw9vh) format("woff"), url(../fonts/icomoon.svg?8kw9vh#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.rte blockquote:before,
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"],
[class^=icon-] {
    speak: never
}

.icon-form:before {
    content: "\E927"
}

.icon-graduation:before {
    content: "\E922"
}

.icon-people:before {
    content: "\E923"
}

.icon-share-outline:before {
    content: "\E924"
}

.icon-certificate:before {
    content: "\E925"
}

.icon-acad-unit:before {
    content: "\E926"
}

.icon-email:before {
    content: "\E91F"
}

.icon-fax:before {
    content: "\E921"
}

.icon-external-link:before {
    content: "\E917"
}

.icon-lock:before {
    content: "\E91D"
}

.icon-panoview:before {
    content: "\E920"
}

.icon-filter:before {
    content: "\E91C"
}

.icon-clock:before {
    content: "\E91B"
}

.icon-quote:before {
    content: "\E91E"
}

.icon-download:before {
    content: "\E91A"
}

.icon-accommodation:before {
    content: "\E916"
}

.icon-location:before {
    content: "\E918"
}

.icon-phone:before {
    content: "\E919"
}

.icon-pdf:before {
    content: "\E915"
}

.icon-envelope:before {
    content: "\E913"
}

.icon-printer:before {
    content: "\E914"
}

.icon-home:before {
    content: "\E910"
}

.icon-arrow-right:before {
    content: "\E911"
}

.icon-play:before {
    content: "\E90F"
}

.icon-calendar:before {
    content: "\E90E"
}

.icon-youtube:before {
    content: "\E909"
}

.icon-facebook:before {
    content: "\E90A"
}

.icon-instagram:before {
    content: "\E90B"
}

.icon-linkedin:before {
    content: "\E90C"
}

.icon-twitter:before {
    content: "\E90D"
}

.icon-arrow-up:before {
    content: "\E907"
}

.icon-arrow-down:before {
    content: "\E908"
}

.icon-bell:before {
    content: "\E906"
}

.icon-cross:before {
    content: "\E903"
}

.icon-angle-right:before {
    content: "\E901"
}

.icon-angle-left:before {
    content: "\E904"
}

.icon-angle-down:before {
    content: "\E902"
}

.icon-angle-up:before {
    content: "\E905"
}

.icon-glass:before {
    content: "\E900"
}

.icon-play-arrow:before {
    content: "\E912"
}

.icon-smiley:before {
    content: "\E928"
}

*,
:after,
:before {
    /* box-sizing: border-box; */
}

html {
    font-size: 1em
}

body {
    background: #fff;
    color: #333;
    font: 1em/1.55 Lato, Arial, sans-serif;
    margin: auto;
    max-width: 1920px
}

.main-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.75, 0, 0, .75);
    transition: all .3s cubic-bezier(.75, 0, 0, .75)
}

.js-loaded .main-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

a,
button {
    -webkit-transition: all .3s cubic-bezier(.75, 0, 0, .75);
    transition: all .3s cubic-bezier(.75, 0, 0, .75);
    cursor: pointer
}

a {
    color: #d71440
}

/*changes - swee chye*/

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    font-size: 13px;
}


iframe,
video {
    display: block;
    max-width: 100%;
    margin-bottom: 1rem
}

/*changes - swee chye*/
/* 
iframe {

    border: none
}
*/

/* changes
img {
    max-width: 100%
}
*/

.rte img {
    display: block;
    margin-bottom: 1rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.container {
    max-width: 1440px
}

.container--small {
    max-width: 1140px
}

.container--medium {
    max-width: 1280px
}

.table-responsive {
    width: 100%;
    overflow-x: auto
}

.table-responsive>table {
    width: auto
}

.btn {
    border-radius: 0
}

.btn:focus,
.btn:hover {
    box-shadow: none
}

.btn {
    -webkit-box-align: center;
    align-items: center;
    background: none;
    border: 1px solid transparent;
    color: #333;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none
}

.btn--block {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.btn--stroke {
    background: none;
    border: 1px solid #333;
    color: #333
}

.btn--stroke:focus,
.btn--stroke:hover {
    background: #fff;
    border-color: #d71440;
    color: #d71440
}

.btn--stroke.btn--red {
    background: none;
    color: #d71440
}

.btn--stroke.btn--red:focus,
.btn--stroke.btn--red:hover {
    background: #d71440
}

.btn--stroke.btn--blue {
    background: none;
    color: #0054a6
}

.btn--stroke.btn--white {
    background: none;
    border-color: #fff;
    color: #fff
}

.btn--pill {
    border-radius: 50px;
    padding: 5px 15px
}

.btn--large {
    padding: 15px 20px
}

.btn--xlarge {
    font-size: 1.25em;
    font-weight: 700;
    padding: 30px 20px
}

.btn.has-icon {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px
}

.btn.has-icon .label {
    margin-right: 10px;
    text-align: left
}

.btn.has-icon .icon-holder {
    -webkit-box-align: center;
    align-items: center;
    background: rgba(51, 51, 51, .3);
    border-radius: 50%;
    box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px
}

.btn--red,
.btn.bg-red {
    background: #d71440;
    border-color: #d71440;
    color: #fff
}

.btn--red:focus,
.btn--red:hover,
.btn.bg-red:focus,
.btn.bg-red:hover {
    background: #f06181;
    border-color: #f06181;
    color: #fff
}

.btn--blue,
.btn.bg-blue {
    background: #0054a6;
    border-color: #0054a6;
    color: #fff
}

.btn--blue:focus,
.btn--blue:hover,
.btn.bg-blue:focus,
.btn.bg-blue:hover {
    background: #0d87ff;
    border-color: #0d87ff;
    color: #fff
}

.btn--maroon,
.btn.bg-maroon {
    background: #7c223f;
    border-color: #7c223f;
    color: #fff
}

.btn--maroon:focus,
.btn--maroon:hover,
.btn.bg-maroon:focus,
.btn.bg-maroon:hover {
    background: #c93b69;
    border-color: #c93b69;
    color: #fff
}

.btn--purple,
.btn.bg-purple {
    background: #56004e;
    border-color: #56004e;
    color: #fff
}

.btn--purple:focus,
.btn--purple:hover,
.btn.bg-purple:focus,
.btn.bg-purple:hover {
    background: #bc00ab;
    border-color: #bc00ab;
    color: #fff
}

.btn--lightgrey,
.btn.bg-lightgrey {
    background: #8c8c8c;
    border-color: #8c8c8c;
    color: #fff
}

.btn--lightgrey:focus,
.btn--lightgrey:hover,
.btn.bg-lightgrey:focus,
.btn.bg-lightgrey:hover {
    background: #bfbfbf;
    border-color: #bfbfbf;
    color: #fff
}

.btn--teal,
.btn.bg-teal {
    background: #32bcad;
    border-color: #32bcad;
    color: #333
}

.btn--teal:focus,
.btn--teal:hover,
.btn.bg-teal:focus,
.btn.bg-teal:hover {
    background: #79dbd1;
    border-color: #79dbd1;
    color: #333
}

.btn--skyblue,
.btn.bg-skyblue {
    background: #5da9dd;
    border-color: #5da9dd;
    color: #333
}

.btn--skyblue:focus,
.btn--skyblue:hover,
.btn.bg-skyblue:focus,
.btn.bg-skyblue:hover {
    background: #b1d6ef;
    border-color: #b1d6ef;
    color: #333
}

.btn--skyblue.has-icon .icon-holder,
.btn--teal.has-icon .icon-holder,
.btn.bg-skyblue.has-icon .icon-holder,
.btn.bg-teal.has-icon .icon-holder {
    background: hsla(0, 0%, 100%, .2)
}

.dual-container .row [class*=" col-"] .btn--xlarge:only-child,
.dual-container .row [class^=col-] .btn--xlarge:only-child,
.eyd-section .row [class*=" col-"] .btn--xlarge:only-child,
.eyd-section .row [class^=col-] .btn--xlarge:only-child,
.full-container .row [class*=" col-"] .btn--xlarge:only-child,
.full-container .row [class^=col-] .btn--xlarge:only-child {
    height: 100%
}

.link {
    background: none;
    border: 0;
    color: #333;
    outline: 0;
    padding: 0;
    position: relative;
    text-decoration: none
}

.link:focus,
.link:hover {
    color: #d71440;
    text-decoration: none
}

.link--icon .name {
    margin-right: 10px
}

.link--icon .name .icon {
    font-size: 1.3em;
    margin-left: 10px;
    top: 3px;
    position: relative
}

.link--arrow .name {
    margin-right: 10px;
    vertical-align: middle
}

.link--arrow .icon-arrow-right {
    font-size: .5em
}

.link--arrow .icon-arrow-right,
.link--arrow .icon-external-link {
    display: inline-block;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.75, 0, 0, .75);
    transition: -webkit-transform .25s cubic-bezier(.75, 0, 0, .75);
    transition: transform .25s cubic-bezier(.75, 0, 0, .75);
    transition: transform .25s cubic-bezier(.75, 0, 0, .75), -webkit-transform .25s cubic-bezier(.75, 0, 0, .75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    vertical-align: middle
}

.link--arrow .icon-external-link {
    font-size: 1.2em
}

.link--arrow:focus,
.link--arrow:hover {
    text-decoration: none
}

.link--arrow:focus .icon-arrow-right,
.link--arrow:hover .icon-arrow-right {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.link--arrow:focus .icon-external-link,
.link--arrow:hover .icon-external-link {
    -webkit-transform: translateX(3px) translateY(-3px);
    transform: translateX(3px) translateY(-3px)
}

.link--block {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.link--down .name {
    font-size: .9375em
}

.link--down .icon {
    font-size: .8em
}

.link--angle {
    color: #d71440
}

.link--angle .icon {
    font-size: .8em;
    display: inline-block;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.75, 0, 0, .75);
    transition: -webkit-transform .25s cubic-bezier(.75, 0, 0, .75);
    transition: transform .25s cubic-bezier(.75, 0, 0, .75);
    transition: transform .25s cubic-bezier(.75, 0, 0, .75), -webkit-transform .25s cubic-bezier(.75, 0, 0, .75)
}

.link--angle:focus .icon,
.link--angle:hover .icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.link--back .icon {
    margin-right: 10px
}

.link--back:focus .icon,
.link--back:hover .icon {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.link--download .icon {
    font-size: 1.125em;
    margin-right: 10px;
    display: inline-block
}

.link--image {
    -webkit-box-pack: start;
    justify-content: flex-start;
    color: #d71440
}

.link--image .icon {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.75, 0, 0, .75);
    transition: -webkit-transform .3s cubic-bezier(.75, 0, 0, .75);
    transition: transform .3s cubic-bezier(.75, 0, 0, .75);
    transition: transform .3s cubic-bezier(.75, 0, 0, .75), -webkit-transform .3s cubic-bezier(.75, 0, 0, .75)
}

.link--image .name {
    width: 100%;
    padding: 18px 0;
    margin-right: 0;
    margin-left: 23px;
    border-bottom: 1px dotted #333;
    font-weight: 700
}

.link--image:focus,
.link--image:hover {
    color: #d71440;
    background: #e0e0e0
}

.link--image:focus .icon,
.link--image:hover .icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.section-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 24px
}

.section-header:before {
    content: "";
    border-color: #333 transparent transparent #333;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0;
    left: 0;
    position: absolute;
    top: 0
}

.section-header--center {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0
}

.section-header--center:before {
    display: none
}

.section-header .h1,
.section-header .h2,
.section-header .h3,
.section-header .h4,
.section-header .h5,
.section-header .h6 {
    margin: 0 10px 10px 0
}

.section-header .h1 {
    font-size: 2.125em
}

.section-header .h2 {
    font-size: 2em
}

.section-header .h3 {
    font-size: 1.875em
}

@media screen and (max-width:1023px) {
    .section-header .h3 {
        font-size: 1.5em
    }
}

.section-header .h4 {
    font-size: 1.5em
}

.section-header .h5 {
    font-size: 1.25em
}

.section-header .h6 {
    font-size: 1.125em
}

.section-header .link {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.section-header .link--arrow .name {
    font-weight: 700
}

.dual-container.bg-blue .section-header:before,
.dual-container .bg-blue .section-header:before,
.dual-container.bg-lightgrey .section-header:before,
.dual-container .bg-lightgrey .section-header:before,
.dual-container.bg-maroon .section-header:before,
.dual-container .bg-maroon .section-header:before,
.dual-container.bg-purple .section-header:before,
.dual-container .bg-purple .section-header:before,
.dual-container.bg-red .section-header:before,
.dual-container .bg-red .section-header:before,
.full-container.bg-blue .section-header:before,
.full-container.bg-lightgrey .section-header:before,
.full-container.bg-maroon .section-header:before,
.full-container.bg-purple .section-header:before,
.full-container.bg-red .section-header:before {
    border-color: #fff transparent transparent #fff
}

.dual-container.bg-blue .section-header .link,
.dual-container .bg-blue .section-header .link,
.dual-container.bg-blue .section-header .link:hover,
.dual-container .bg-blue .section-header .link:hover,
.dual-container.bg-lightgrey .section-header .link,
.dual-container .bg-lightgrey .section-header .link,
.dual-container.bg-lightgrey .section-header .link:hover,
.dual-container .bg-lightgrey .section-header .link:hover,
.dual-container.bg-maroon .section-header .link,
.dual-container .bg-maroon .section-header .link,
.dual-container.bg-maroon .section-header .link:hover,
.dual-container .bg-maroon .section-header .link:hover,
.dual-container.bg-purple .section-header .link,
.dual-container .bg-purple .section-header .link,
.dual-container.bg-purple .section-header .link:hover,
.dual-container .bg-purple .section-header .link:hover,
.dual-container.bg-red .section-header .link,
.dual-container .bg-red .section-header .link,
.dual-container.bg-red .section-header .link:hover,
.dual-container .bg-red .section-header .link:hover,
.full-container.bg-blue .section-header .link,
.full-container.bg-blue .section-header .link:hover,
.full-container.bg-lightgrey .section-header .link,
.full-container.bg-lightgrey .section-header .link:hover,
.full-container.bg-maroon .section-header .link,
.full-container.bg-maroon .section-header .link:hover,
.full-container.bg-purple .section-header .link,
.full-container.bg-purple .section-header .link:hover,
.full-container.bg-red .section-header .link,
.full-container.bg-red .section-header .link:hover {
    color: #fff
}

.dual-container.bg-skyblue .section-header:before,
.dual-container .bg-skyblue .section-header:before,
.dual-container.bg-teal .section-header:before,
.dual-container .bg-teal .section-header:before,
.full-container.bg-skyblue .section-header:before,
.full-container.bg-teal .section-header:before {
    border-color: #333 transparent transparent #333
}

.dual-container.bg-skyblue .section-header .link,
.dual-container .bg-skyblue .section-header .link,
.dual-container.bg-skyblue .section-header .link:focus,
.dual-container .bg-skyblue .section-header .link:focus,
.dual-container.bg-skyblue .section-header .link:hover,
.dual-container .bg-skyblue .section-header .link:hover,
.dual-container.bg-teal .section-header .link,
.dual-container .bg-teal .section-header .link,
.dual-container.bg-teal .section-header .link:focus,
.dual-container .bg-teal .section-header .link:focus,
.dual-container.bg-teal .section-header .link:hover,
.dual-container .bg-teal .section-header .link:hover,
.full-container.bg-skyblue .section-header .link,
.full-container.bg-skyblue .section-header .link:focus,
.full-container.bg-skyblue .section-header .link:hover,
.full-container.bg-teal .section-header .link,
.full-container.bg-teal .section-header .link:focus,
.full-container.bg-teal .section-header .link:hover {
    color: #333
}

.dual-container__right-wrapper.bg-blue .section-header:before,
.dual-container__right-wrapper.bg-lightgrey .section-header:before,
.dual-container__right-wrapper.bg-purple .section-header:before,
.dual-container__right-wrapper.bg-red .section-header:before {
    border-color: #fff transparent transparent #fff
}

.dual-container__right-wrapper.bg-blue .section-header .link,
.dual-container__right-wrapper.bg-blue .section-header .link:hover,
.dual-container__right-wrapper.bg-lightgrey .section-header .link,
.dual-container__right-wrapper.bg-lightgrey .section-header .link:hover,
.dual-container__right-wrapper.bg-purple .section-header .link,
.dual-container__right-wrapper.bg-purple .section-header .link:hover,
.dual-container__right-wrapper.bg-red .section-header .link,
.dual-container__right-wrapper.bg-red .section-header .link:hover {
    color: #fff
}

@media only screen and (min-width:1024px) {
    .eyd-section .row .col-md-3 .section-header,
    .full-container .row .col-md-3 .section-header {
        padding-left: 16px
    }
    .eyd-section .row .col-md-3 .section-header:before,
    .full-container .row .col-md-3 .section-header:before {
        border-width: 8px
    }
    .eyd-section .row .col-md-3 .section-header .h3,
    .full-container .row .col-md-3 .section-header .h3 {
        font-size: 1.5em
    }
}

.social-btn {
    font-size: 1.3125em
}

.social-btn,
.social-btn:focus,
.social-btn:hover {
    text-decoration: none
}

.rte>:first-child {
    margin-top: 0
}

.rte h1 {
    font-size: 2em
}

.rte h2 {
    font-size: 1.875em
}

.rte h3 {
    font-size: 1.5em
}

.rte h4 {
    font-size: 1.25em
}

.rte h5 {
    font-size: 1.125em
}

.rte h6 {
    font-size: .9375em
}

.rte table {
    border: 1px solid #e3e3e3;
    border-collapse: collapse
}

.rte table td,
.rte table th {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    min-height: 40px
}

.rte table th {
    background-color: #333;
    color: #fff
}

.rte table tr:nth-child(odd) {
    background-color: #f9f9f9
}

.rte table tr:nth-child(2n) {
    background-color: #fff
}

.rte p {
    word-wrap: break-word
}

.rte p img {
    margin-bottom: 0
}

.rte a {
    color: #d71440
}

.rte a:visited {
    color: #7c223f
}

.rte ol {
    padding-left: 15px
}

.rte ol>li>ul {
    padding-left: 4px
}

.rte ul {
    padding-left: 19px
}

.rte blockquote {
    padding-top: 70px;
    text-align: center;
    position: relative;
    font-size: 1.5em
}

.rte blockquote:before {
    content: "\E91E";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 2em;
    color: #d71440
}

@media print {
    .rte blockquote {
        border: none
    }
}

.rte .-align-right {
    margin-left: 1rem
}

.rte .-align-left {
    margin-right: 1rem
}

.site-header__body {
    background: #fff;
    padding: 22px 0;
    position: fixed;
    max-width: 1920px;
    -webkit-transition: background .25s ease-in-out, box-shadow .25s ease-in-out;
    transition: background .25s ease-in-out, box-shadow .25s ease-in-out;
    top: 0;
    width: 100%;
    z-index: 1000
}

@media print {
    .site-header__body {
        position: relative
    }
}

.site-header__bottom {
    position: relative
}

.site-header__bottom .breadcrumbs {
    border-top: 1px solid #e3e3e3;
    margin-top: 22px;
    margin-bottom: -12px;
    padding-top: 15px;
    -webkit-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out
}

.site-header__bottom .notification,
.site-header__bottom .site-search {
    position: absolute;
    top: 10px;
    z-index: 999
}

.site-header.inverted .site-header__body {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2)
}

.site-header .site-logo,
.site-header .site-logo a {
    display: inline-block
}

.site-header .site-logo img {
    margin-bottom: 0
}

.site-header .btn-search {
    background: rgba(0, 0, 0, .6);
    border: 0;
    display: block;
    color: #fff;
    height: 52px;
    outline: 0;
    position: absolute;
    right: 81px;
    top: 0;
    width: 52px
}

.site-header .btn-search:hover {
    background: #000
}

.site-header .btn-search:focus {
    background: rgba(0, 0, 0, .6)
}

.site-header .btn-search .icon {
    display: block;
    font-size: 1.4em
}

.site-header .btn-search.active {
    background: #d71440
}

.site-header .btn-notification {
    background: rgba(0, 0, 0, .6);
    border: 0;
    display: none;
    color: #fff;
    height: 52px;
    outline: 0;
    position: absolute;
    right: 147px;
    top: 0;
    width: 52px
}

.site-header .btn-notification:before {
    content: "!";
    background: #d71440;
    border-radius: 50%;
    display: inline-block;
    font-size: .6875em;
    height: 14px;
    line-height: 1.3;
    position: absolute;
    right: 7px;
    top: 12px;
    width: 14px
}

.site-header .btn-notification:hover {
    background: #000
}

.site-header .btn-notification:focus {
    background: rgba(0, 0, 0, .6)
}

.site-header .btn-notification .icon {
    display: block;
    font-size: 1.4em
}

.site-header .btn-notification.active {
    background: #d71440
}

.site-header .btn-menu-toggle {
    background: #d71440;
    border: 0;
    display: block;
    font-size: 1.2em;
    height: 52px;
    right: 15px;
    outline: 0;
    position: absolute;
    top: 0;
    width: 52px
}

.site-header .btn-menu-toggle:hover .line:nth-child(3),
.site-header .btn-menu-toggle:hover .line:nth-child(4) {
    width: 30px
}

.site-header .btn-menu-toggle .line {
    background: #fff;
    display: block;
    height: 2px;
    left: 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: width .25s cubic-bezier(.75, 0, 0, .75);
    transition: width .25s cubic-bezier(.75, 0, 0, .75);
    width: 30px
}

.site-header .btn-menu-toggle .line:nth-child(2) {
    margin-top: -8px
}

.site-header .btn-menu-toggle .line:nth-child(3) {
    width: 22px
}

.site-header .btn-menu-toggle .line:nth-child(4) {
    margin-top: 8px;
    width: 15px
}

/*changes - hide
.site-header--transparent .site-header__body {
    background: none
}
*/

.site-header--transparent .site-header__bottom .breadcrumbs {
    border-color: transparent;
    padding-top: 0
}

.site-header--transparent.inverted .site-header__bottom .breadcrumbs {
    border-color: #e3e3e3;
    padding-top: 15px
}

@media only screen and (max-width:767px) {
    .site-header .site-logo {
        max-width: 150px
    }
    .site-header__body {
        position: relative
    }
    .site-header--transparent .site-header__body {
        position: absolute
    }
}

@media only screen and (max-width:374px) {
    .site-header .site-logo {
        width: 105px
    }
    .site-header .btn-search {
        height: 38px;
        right: 63px;
        width: 38px
    }
    .site-header .btn-search .icon {
        font-size: 1em
    }
    .site-header .btn-notification {
        height: 38px;
        width: 38px;
        right: 111px
    }
    .site-header .btn-notification .icon {
        font-size: 1em
    }
    .site-header .btn-menu-toggle {
        height: 38px;
        width: 38px
    }
    .site-header .btn-menu-toggle:focus .line:nth-child(3),
    .site-header .btn-menu-toggle:focus .line:nth-child(4),
    .site-header .btn-menu-toggle:hover .line:nth-child(3),
    .site-header .btn-menu-toggle:hover .line:nth-child(4) {
        width: 22px
    }
    .site-header .btn-menu-toggle .line {
        left: 8px;
        width: 22px
    }
    .site-header .btn-menu-toggle .line:nth-child(3) {
        width: 16px
    }
    .site-header .btn-menu-toggle .line:nth-child(4) {
        width: 10px
    }
}

.site-footer {
    background: #1b1c62;
    color: #fff;
    padding: 30px 0;
    position: relative
}

@media print {
    .site-footer {
        page-break-inside: avoid;
        page-break-after: avoid
    }
}

.site-footer a,
.site-footer a:visited {
    color: #fff
}

.site-footer .btn-scroll-top {
    color: #1b1c62 !important;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f7f8f9
}

.site-footer .btn-scroll-top .label {
    font-weight: 700;
    font-size: .6875em;
    text-transform: uppercase
}

.site-footer .btn-scroll-top .icon {
    font-size: .7em;
    margin-left: 5px
}

@media only screen and (max-width:767px) {
    .site-footer .btn-scroll-top {
        position: fixed;
        top: auto;
        bottom: 25px;
        right: 22px;
        width: 50px;
        height: 50px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
        border: 1px solid #d6d6d6;
        border-radius: 50%;
        background-color: #fff;
        z-index: 999
    }
    .site-footer .btn-scroll-top.non-sticky {
        position: absolute;
        top: 0;
        margin-top: -25px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    .site-footer .btn-scroll-top .label {
        display: none
    }
    .site-footer .btn-scroll-top .icon {
        margin-left: 0;
        font-size: 1.5em
    }
    .site-footer .btn-scroll-top .icon:before {
        content: "\E905"
    }
}

@media only screen and (min-width:1440px) {
    .site-footer .btn-scroll-top {
        right: calc(50% - 720px)
    }
}

.site-footer address {
    font-style: normal;
    font-size: .9375em;
    margin-bottom: 15px;
    letter-spacing: .03em
}

.site-footer .row>div:nth-child(2) h4,
.site-footer__label {
    font-size: .9375em;
    font-weight: 700;
    letter-spacing: .03em;
    margin: 0 0 15px
}

@media only screen and (max-width:1023px) {
    .site-footer .row>div:nth-child(2) h4 {
        margin: 20px 0 15px
    }
}

.site-footer__nav select {
    display: none
}

.site-footer__nav ul li {
    margin-bottom: 10px
}

.site-footer__nav .nav-link {
    font-size: .9375em;
    letter-spacing: .03em;
    text-decoration: none;
    padding: 0;
    display: inline
}

.site-footer__nav .nav-link:focus,
.site-footer__nav .nav-link:hover {
    text-decoration: underline
}

.site-footer__social {
    margin-bottom: 10px
}

@media only screen and (max-width:1023px) {
    .site-footer__social {
        margin-bottom: 20px
    }
}

.site-footer__social ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

.site-footer__social a {
    color: #fff;
    letter-spacing: .03em
}

.site-footer__label {
    line-height: 1.2
}

@media only screen and (max-width:1023px) {
    .site-footer__label {
        margin: 20px 0 15px
    }
}

.site-footer .row>div:nth-child(4) .rte small {
    display: block;
    font-size: .9375em;
    margin-top: 10px
}