<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------- Typography --------- */

.RAE1P{
    font-family:'Trebuchet MS';
    font-size:14px;
    list-style-type:georgian;
}
span {
    display:inherit;
}

.RAE1span {
    display:inline-flex;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
}
.RAE1_inline {
    display: inline !important;
}

.section {
    padding: 0px 0px 25px;
}

.RAE1_banner_heading {
    font-family: 'Open Sans';
    font-size: 40px;
    text-transform: capitalize;
    font-weight: bold;
}

.RAE1_banner_subheading {
    font-family: 'Open Sans';
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    text-align:inherit;
    color:ghostwhite;

}

.RAE1_banner_focus {
    font-family: 'Open Sans';
    font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
}

.RAE1_banner_body {
    font-family: 'Open Sans';
    font-size: 22px;
    margin-top: 2em;
}

.RAE1_tagline {
    padding: 0px 50px;
}

.RAE1_sec {
    margin: 20px 0px;
    padding: 0 20px;
}


.RAE1_h1, .RAE1_heading {
    font-family: 'Open Sans';
    font-size: 40px;
    color: #337ab7;
}

.RAE1_h2 {
    font-family: 'Open Sans';
    font-size: 28px;
    color: #3a6983;
}

.RAE1_h3 {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #3a6983;
}

.RAE1_body {
    font-size: 14px;
    font-family: 'Open Sans';
    margin-bottom: 2em;
}

.RAE1_h1, .RAE1_h2, .RAE1_h3 {
    margin: 0.5em 0;
}

.RAE1_h1, .RAE1_h2, .RAE1_h3, .RAE1_h4, .RAE1_h5, .RAE1_h6, strong {
    font-weight: bold;
    display:inline-flex;
}

.RAE1_h3 {
    font-size: 24px;
    font-family: 'Open Sans';
    color: #3a6983;
}
.RAE1_h4 {
    font-size: 20px;
    font-family: 'Open Sans';
    color: #3a6983;
}

.RAE1_h5 {
    font-size: 18px;
    font-family: 'Open Sans';
    color: #3a6983;
}

.RAE1_h6 {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #3a6983;
}

.RAE1_section1 {
    height: 565px;
}

#canvas_sec {
    height: 565px;
}


ul, ol, dl {
    margin: 1em;
}

ol, ul, dl {
    margin-left: 2em;
}

    ol li {
        list-style:none;
    }

    ul li {
        list-style:none;
        
    }

.RAE1_li {
    list-style: inherit;
    list-style-type: armenian;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans';
    color: #3a6983;
}

.RAE2_li {
    
    list-style-type:none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans';
    color: #3a6983;
}

.RAE3_li {
    list-style: inherit;
    list-style-type:square;
    font-size: 12px;
    font-weight:bold;
    font-family: 'Open Sans';
    color: #3a6983;
}

.RAE4_li {
    list-style: inherit;
    list-style-type: square;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #3a6983;
}
    dl dd {
        margin-left: 1em;
    }

th, td {
    border: 1px solid #000;
    padding: .5em;
}

th {
    font-weight: bold;
    text-align: center;
}

p {
    margin-bottom: 1em;
}

.RAE1_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.RAE1_button {
    padding: 3px 12px;
    border-radius: 10px;
}

.RAE1_banner {
    height: 100%;
    text-align: center;
}

.RAE1_banner_text {
    position: absolute;
    top: 190px;
    width: 100%;
    padding: 20px;
}

.RAE1_italic {
    font-style: italic;
}

.RAE1_bg_layer {
    opacity: 0.1;
    height: inherit;
    width: inherit;
}


.RAE1_subMenu {
    padding: 10px;
    /*     margin: 20px; */
    text-align: center;
}

    .RAE1_subMenu &gt; ul li {
        display: inline !important;
    }

    .RAE1_subMenu a {
        color: #198AC9 !important;
        margin-right: 20px;
        font-size: 14px;
        text-decoration: underline;
    }


/* ------- padding ------- */

.RAE1_padding_40 {
    padding: 40px;
}

.RAE1_padding_20 {
    padding: 20px;
}

.RAE1_padding_10 {
    padding: 10px;
}

/* ------- margin -------- */

.RAE1_margin_40 {
    margin: 40px;
}

.RAE1_margin_20 {
    margin: 20px;
}

.RAE1_margin_10 {
    margin: 10px;
}

/* -------- Layout ------- */

body {
    margin: 10px 10px 0 10px;
    background-color: white;
    padding: 0px;
}


/* ------ Media Queries ------- */



@media only screen and (max-width: 530px) {

    .RAE1_section1 {
        height: 640px;
    }
}



@media only screen and (max-width: 767px) {

    .RAE1_banner_heading {
        font-family: 'montserratLight';
        font-size: 30px;
    }

    .RAE1_banner_focus {
        font-family: 'montserratLight';
        font-size: 30px;
        font-weight: bold;
    }

    .RAE1_banner_body {
        font-family: 'montserratLight';
        font-size: 18px;
        margin-top: 2em;
    }

    .RAE1_h1 {
        font-family: 'montserratBold';
        font-size: 30px;
    }

    .RAE1_h2 {
        font-family: 'montserratBold';
        font-size: 24px;
    }

    .RAE1_h3 {
        font-family: 'montserratSemiBold';
        font-size: 20px;
    }

    .RAE1_banner_text {
        position: absolute;
        top: 80px;
        width: 100%;
        padding: 20px;
    }

    .RAE1_body {
        font-size: 18px;
    }

    .RAE1_subMenu {
        padding: 10px;
        /* margin: 20px; */
        text-align: center;
        font-size: 22px;
        font-size: 18px;
    }

        .RAE1_subMenu &gt; ul li {
            display: block !important;
        }

        .RAE1_subMenu a {
            color: #198AC9 !important;
            /*    margin-right:20px;*/
            font-size: 14px;
            text-decoration: underline;
        }

    .RAE1_tagline {
        padding: 0px 0px !important;
    }
}

@media only screen and (max-width: 380px) {

    .RAE1_banner_text {
        position: absolute;
        top: 200px;
        width: 100%;
        padding: 20px;
    }

    .RAE1_banner_heading {
        font-family: 'montserratLight';
        font-size: 25px;
    }

    .RAE1_banner_focus {
        font-family: 'montserratLight';
        font-size: 25px;
        /*    font-weight: bold;*/
    }

    .RAE1_banner_body {
        font-family: 'montserratLight';
        font-size: 15px;
        margin-top: 2em;
    }

    .RAE1_h1 {
        font-family: 'montserratBold';
        font-size: 25px;
        margin-bottom: 1em;
    }

    .RAE1_h2 {
        font-family: 'montserratBold';
        font-size: 22px;
    }

    .RAE1_h3 {
        font-family: 'montserratSemiBold';
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1000px) {
    .RAE1_subMenu a {
        color: #198AC9 !important;
        margin-right: 20px;
        font-size: 15px;
        text-decoration: underline;
    }
}
</pre></body></html>