﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* GENERAL */
html
{
    font-size: 62.5%;
}

body {
    font-family: Montserrat, "Open Sans", Segoe, Tahoma, Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #333;
    background: #f9f9f9;
    line-height: 1.7;
}

h1, h2, h3, h4, h5 {
    font-family: Montserrat, "Open Sans", Segoe, Tahoma, Verdana, sans-serif;
    color: #009e99;
}

h1
{
    font-weight: normal;
    font-size: 26pt;
}

h2
{
    font-weight: normal;
    font-size: 1.6em;
}

h3
{
    font-weight: normal;
    font-size: 16pt;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    padding-bottom: 10px;
    font-weight: 400;
}

h4
{
    font-weight: normal;
    font-size: 1.3em;
}

h5
{
    font-weight: normal;
    font-size: 1.2em;
}

b, strong
{
    font-weight: 600;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.asterisk,
.color-red
{
    color: #FF0004;
}

#mobile_nav
{
    display: none;
}

a {
    color: #009e99;
    text-decoration: none;
    background-color: transparent;
}
    /* Override BS4 */
    a:hover
    {
        color: #009e99;
    }

    /* ACTIVE PAGE */
    a.breadcrumb_page
    {
        color: #009e99;
        text-decoration: none;
    }

/* INPUT VALIDATION HELPERS */
.field-validation-error
{
    display: block;
    color: #FF0004;
    font-weight: 500;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    border: 1px solid #FF0004;
}

.field-validation-error.field-validation-error-custom
{
    margin-top: 10px;
    margin-bottom: 15px;
}

/* BUTTON */
.btn-client {
    color: #fff;
    background-color: #006f9b;
    border-color: #006f9b;
    font-size: 0.85rem;
    font-weight: 600;
}

    .btn-client:hover {
        color: #fff !important;
        background-color: #009e99;
        border-color: #009e99;
    }

.btn-outline-secondary,
.btn-client-outline
{
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-outline-secondary:hover,
.btn-client-outline:hover
{
    color: #fff !important;
    background-color: #ccc;
    border-color: #ccc;
}

.btn.focus, .btn:focus, .btn:hover
{
    color: #fff !important;
    text-decoration: none;
}

/* TABLE */
.table > thead > tr > th
{
    color: #005250 !important;
}

.table > thead > tr > th
{
    font-weight: bold;
}

/* HEADER */
.header_wrap
{
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    position: fixed;
}

/* HEADER LINKS */
.logo_main
{
}

.logo_main > img
{
    width: 112px;
    height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.top_links
{
    font-size: 0.8rem;
    text-align: right;
    margin-bottom: 10px;
}

    .top_links a:hover
    {
        text-decoration: none;
    }

.login_lnk
{
    padding-left: 20px;
}

.top_links a.login_lnk:hover
{
    text-decoration: underline;
}

.top_links a.careers_lnk_txt:hover
{
    text-decoration: underline;
}

span.top_links-divider
{
    margin-left: 20px;
    margin-right: 20px;
}

footer .social div
{
    float: left;
    background-color: #009e99;
    padding: 8px;
    margin-top: 15px;
    margin-right: 20px;
    border-radius: 50%;
    width: 40px;
    text-align: center;
}

footer .social a
{
    color: #fefefe
}

.social_links a
{
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 24px;
    margin-left: 5px;
    text-indent: -9999px;
    -webkit-transition: background-position 0.25s ease 0s;
    -moz-transition: background-position 0.25s ease 0s;
    -ms-transition: background-position 0.25s ease 0s;
    -o-transition: background-position 0.25s ease 0s;
    transition: background-position 0.25s ease 0s;
    width: 24px;
}

    .social_links a:hover
    {
        background-position: 0 100%;
    }

.olleco_careers_lnk
{
    padding-left: 25px;
}

a.careers_lnk:before
{
    font-size: 1.2rem;
    font-family: "FontAwesome";
    content: "\f007";
    margin-right: 6px;
    color: #A2A2A2;
    position: relative;
    top: 3px;
}

/* NAVIGATION */
.nav_wrap {
    background: #009e99;
    width: 100%;
    margin-top: 0px;
}

.navbar {
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    border:none;
}

/* Override Bootstrap */
.navbar-nav .nav-item + .nav-item {
    margin-left: 0;
}

/*Override Bootstrap */
.navbar-default {
    background-color: #fff;
}

.nav-container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 32px;
    padding-top: 0.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    border-top: 4px solid transparent;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    background: none;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        text-decoration: none;
        background: #E7E7EC;
        color: #000000;
    }

.navbar-wrcs .navbar-nav .active > .nav-link {
    color: #fff;
}

.navbar-wrcs .navbar-toggler {
    border-color: rgba(255,255,255,1.00);
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 15px;
}

.navbar-wrcs .navbar-toggler:after {
    font-size: 1.2rem;
    font-family: "FontAwesome";
    content: "\f0c9";
    color: #fff;
}

.nav_clone {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.navbar-right {
    margin-top: 20px;
}

.nav-link-branded a {
    font-size: 14px;
    font-weight: 700;
    background-color: #fff !important;
    color: #2f2d55 !important;
}

/* SCROLL TO TOP */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: none;
    background-color: #009e99;
}

a.scrollup:hover
{
    text-decoration: none;
}

a.scrollup:before
{
    font-family: "FontAwesome";
    content: "\f062";
    color: #fff;
    position: relative;
    font-size: 1.6rem;
    margin-left: 10px;
}

/* BREADCRUMB */
.breadcrumb-wrap
{
    font-size: 1.2rem;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.breadcrumb-container
{
    padding-left: 1rem;
}

.breadcrumbs
{
    width: 100%;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 0.8rem;
}

    .breadcrumbs ul
    {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .breadcrumbs li
    {
        float: left;
    }

        .breadcrumbs li:last-child > a:after
        {
            content: '';
        }

        .breadcrumbs li a:hover
        {
            text-decoration: none;
        }

            .breadcrumbs li a:hover span
            {
                text-decoration: underline;
            }

.breadcrumb_separator
{
    margin: 0 5px;
    padding: 0;
}

/* SIDE BLOCK */
.side-block
{
    padding-right: 20px;
}

    .side-block ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .side-block li
    {
        border-bottom: 1px solid #ddd;
    }

    .side-block h4
    {
        display: block;
        border-bottom: 3px solid #ddd;
        padding-bottom: 12px;
        padding-top: 12px;
        font-size: 22pt;
        font-weight: 300;
        margin-bottom: 0;
    }

    .side-block li a
    {
        padding: 10px;
        display: block;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
        font-size: 16pt;
    }

        .side-block li a:hover
        {
            color: #5A26AA;
            text-decoration: none;
        }

.side-filters
{
    padding-top: 30px;
}

    .side-filters form label
    {
        font-weight: 600;
    }

/* MAIN PAGE */
.fullwidth-page, .career-support {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* FOOTER */
.footer-wrap
{
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    color: #fff;
}

.footer-wrap .container
{
    max-width: 1050px;
}

.footer-links .row
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-links a
{
    color: rgb(20, 19, 56);
    font-size: 16px;
    font-weight: 400;
}

.footer-links a:hover
{
    font-weight: bold;
    text-decoration: none;
}

.footer-info a
{
    color: #c1d72e;
}

.footer-contact a
{
    color: #fff;
}

    .footer-contact a:hover
    {
        color: #fff;
    }

.footer-social
{
    color: #fff;
    padding-top: 0;
    padding-bottom: 15px;
}

    .footer-social a.twitter_lnk:before
    {
        font-size: 1.4rem;
        font-family: "FontAwesome";
        content: "\f081";
        margin-left: 6px;
        margin-right: 3px;
        color: #c1d72e;
        position: relative;
        top: 3px;
    }

    .footer-social a.facebook_lnk:before
    {
        font-size: 1.4rem;
        font-family: "FontAwesome";
        content: "\f082";
        margin-left: 6px;
        margin-right: 3px;
        color: #c1d72e;
        position: relative;
        top: 3px;
    }

    .footer-social a:hover
    {
        text-decoration: none !important;
    }

.footer-phone:before
{
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f095";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

.footer-fax:before
{
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f02f";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

.footer-email:before
{
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f0e0";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

/* PAGINATION */
.pagination-block
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.pagination
{
    margin-left: auto;
    margin-right: auto;
}

    .pagination span
    {
        color: #006cc0;
        cursor: pointer;
    }

    .pagination a
    {
        padding: 5px;
    }

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover
{
    background-color: #009e99;
    border-color: #009e99;
}


/* POWERED BY WEBRECRUIT */
.base-wrap
{
    background-color: #005250;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 0.8rem;
}

.base-wrap
{
    color: #fff;
}

    .base-wrap a
    {
        color: #fff;
    }

        .base-wrap a:hover
        {
            color: #fff;
            text-decoration: none;
        }

.base-links a:hover
{
    text-decoration: underline;
}

.base-logo
{
    text-align: right;
}

span.base-text
{
    vertical-align: middle;
}

/* JOB SUMMARY */
.job-summary
{
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.job-summary-table-label
{
    font-weight: 600;
}

.job-summary-buttons
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.job-more-detail
{
    padding-bottom: 40px;
}

.job-summary h5 a
{
    font-size: 1.6em;
    font-weight: bold;
}

/* JOBSEEKER PAGES */
.job-seeker-header-title
{
    margin-bottom: 20px;
}

.job-seeker-buttons
{
    margin-top: 15px;
}

/* JOB ALERT PAGES */

.job-sector-list label::before
{
	top: 4px;
}

.job-sector-list label::after
{
	top: 3px;
}

.job-sector-list input
{
	top: 3px;
	left: 23px;
}

.job-location-list label::before
{
	top: 4px;
}

.job-location-list label::after
{
	top: 3px;
}

/* Team bio pages */
.team-bio
{
    margin-bottom: 30px;
}

/*
Theme Name: Kortext Marketing
Description: Bootstrap 4 + MD Icons
Version: 1.0.0
Text Domain: kortextmktg

*/

/* 
K Purple : #6e2cd0   |  rgba(110,44,208,1)



/* PAGE WRAPPERS */

.wrapper {
    padding: 30px 0;
}

#full-width-fullviewport-page-wrapper.wrapper {
    padding: 0;
    margin: 0;
}

#full-width-page-wrapper.wrapper,
#archive-wrapper.wrapper,
#error-404-wrapper.wrapper,
#author-wrapper.wrapper,
#page-wrapper.wrapper,
#search-wrapper.wrapper {
    margin-top: 80px;
}

#category-wrapper.wrapper,
#single-wrapper.wrapper {
    margin-top: 42px;
}

#wrapper-download.wrapper {
    background-color: #009e99;
    padding: 17px 0px 17px 0px;
}

#wrapper-footer-full.wrapper {
    background-color: #34009E;
    padding: 30px 0px 30px 0px;
}

#wrapper-footer.wrapper {
    background-color: #13075D;
    padding: 10px 0px;
}

.kt-footer-full, .kt-footer-full a {
    color: #ffffff;
}

    .kt-footer-full h3.widget-title {
        font-size: 1.8rem;
        color: #ffffff;
    }

    .kt-footer-full ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .kt-footer-full li {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

        .kt-footer-full li a {
            color: #B3ADD9;
            font-weight: 400;
        }

            .kt-footer-full li a:hover {
                text-decoration: none;
                color: #ffffff;
            }

.download-bar {
    color: #ffffff;
}

    .download-bar a {
        margin: 0px 8px 0px 8px;
    }

.download-bar-txt {
    color: #ffffff;
    font-weight: 400;
}

.footer-base a {
    color: #ffffff;
    font-size: 2.5rem;
    margin-right: 10px;
}

.footer-base img {
    opacity: 0.5;
}

    .footer-base img:hover {
        opacity: 1;
    }

.copyright {
    height: 100%;
}

    .copyright p {
        color: #B3ADD9;
        padding: 0;
        margin: 0px 0px 0px auto;
        font-size: 1.3rem;
        text-align: right;
    }

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.kt-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .kt-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .kt-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .kt-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .kt-container {
        max-width: 1140px;
    }
}

.kt-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.kt-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.kt-col-1,
.kt-col-2,
.kt-col-3,
.kt-col-4,
.kt-col-5,
.kt-col-6,
.kt-col-7,
.kt-col-8,
.kt-col-9,
.kt-col-10,
.kt-col-11,
.kt-col-12,
.kt-col,
.kt-col-auto,
.kt-col-sm-1,
.kt-col-sm-2,
.kt-col-sm-3,
.kt-col-sm-4,
.kt-col-sm-5,
.kt-col-sm-6,
.kt-col-sm-7,
.kt-col-sm-8,
.kt-col-sm-9,
.kt-col-sm-10,
.kt-col-sm-11,
.kt-col-sm-12,
.kt-col-sm,
.kt-col-sm-auto,
.kt-col-md-1,
.kt-col-md-2,
.kt-col-md-3,
.kt-col-md-4,
.kt-col-md-5,
.kt-col-md-6,
.kt-col-md-7,
.kt-col-md-8,
.kt-col-md-9,
.kt-col-md-10,
.kt-col-md-11,
.kt-col-md-12,
.kt-col-md,
.kt-col-md-auto,
.kt-col-lg-1,
.kt-col-lg-2,
.kt-col-lg-3,
.kt-col-lg-4,
.kt-col-lg-5,
.kt-col-lg-6,
.kt-col-lg-7,
.kt-col-lg-8,
.kt-col-lg-9,
.kt-col-lg-10,
.kt-col-lg-11,
.kt-col-lg-12,
.kt-col-lg,
.kt-col-lg-auto,
.kt-col-xl-1,
.kt-col-xl-2,
.kt-col-xl-3,
.kt-col-xl-4,
.kt-col-xl-5,
.kt-col-xl-6,
.kt-col-xl-7,
.kt-col-xl-8,
.kt-col-xl-9,
.kt-col-xl-10,
.kt-col-xl-11,
.kt-col-xl-12,
.kt-col-xl,
.kt-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.kt-col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.kt-col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.kt-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.kt-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.kt-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.kt-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.kt-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.kt-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.kt-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.kt-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.kt-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.kt-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.kt-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.kt-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .kt-col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .kt-col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .kt-col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .kt-col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .kt-col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .kt-col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .kt-col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .kt-col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .kt-col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .kt-col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .kt-col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .kt-col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .kt-col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .kt-col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .kt-col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .kt-col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .kt-col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .kt-col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .kt-col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .kt-col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .kt-col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .kt-col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .kt-col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .kt-col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .kt-col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .kt-col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .kt-col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .kt-col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .kt-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.kt-navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.kt-navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand-lg > .kt-container {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .kt-navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .kt-navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand-lg .kt-navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler.kt-mob-toggle {
        position: relative;
        float: right;
        padding: 12px;
        margin-top: 8px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        /* border: 1px solid transparent; */
        border: 1px solid rgba(255,255,255,0.35);
        border-radius: 4px;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .kt-navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.collapse:not(.show) {
    display: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.kt-hdr {
    padding: 1.2rem 1rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.35);
}

    .kt-hdr .nav-item {
        margin: 0px 5px;
    }

    .kt-hdr .kt-navbar-nav .nav-item, .kt-hdr .kt-custom-signin {
        border-bottom: #ffffff solid 3px;
    }

.kt-custom-signin {
    padding: 0px 0px 0px 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.ml-auto, .mx-auto, .aligncenter {
    margin-left: auto !important;
}

.nav-item a.mdc-button.mdc-button--outlined.ktnav.nav-link {
    line-height: 1.7;
}

.mdc-button {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    //line-height: 2.25rem !important;
    font-weight: 500;
    letter-spacing: .0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 8px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 4px;
}

.mdc-button {
    font-family: 'Open Sans', Segoe, Tahoma, Verdana, sans-serif;
    font-size: 1.7rem;
    height: auto;
    letter-spacing: normal;
    text-transform: none;
    padding: 8px 18px 8px 18px;
    margin-bottom: 10px;
}

.mdc-button--outlined {
    border-style: solid;
    padding: 0 15px;
    border-width: 1px;
}

.mdc-button.signin {
    background-color: #FDFBFF;
    color: #009e99;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px 13px 5px 13px;
    border: 1px solid #009e99;
    box-shadow: none;
}

.mdc-button.ktnav {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
    border: none;
    padding: 5px 9px 5px 9px;
    font-size: 1.5rem;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

a.mdc-button.ktnav, a.mdc-button.ktnav :hover {
    color: #000000;
    text-decoration: none;
}

.mdc-button.icon-on-purple {
    background-color: #009e99;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 12px 4px 12px;
    box-shadow: none;
}

    .mdc-button.icon-on-purple:hover, .mdc-button.icon-on-purple:focus, .mdc-button.icon-on-purple:active {
        background-color: #53219E;
        box-shadow: none;
    }

a.mdc-button.icon-on-purple, a.mdc-button.icon-on-purple:hover {
    color: #ffffff;
    text-decoration: none;
}

.mdc-button.icon-on-purple::before, .mdc-button.icon-on-purple::after {
    background-color: rgba(255,255,255,0.60);
}

.mdc-button--raised:hover::before, .mdc-button--unelevated:hover::before {
    opacity: .08;
}

.mdc-button::before {
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1;
}

.mdc-button::before, .mdc-button::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-button::before, .mdc-button::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.mdc-button:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.mdc-button.ktnav::before, .mdc-button.ktnav::after {
    background-color: rgba(000,000,000,0.25);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

    .material-icons.md-nav {
        font-size: 2rem;
        padding-left: 8px;
    }