﻿/*
    content.css
    - A simple css for basic formatting
    - Used to format the built-in snippets (content blocks) in ContentBuilder.js
    - You can adjust or customize this css according to your site design
    - Can be combined with popular css frameworks    
*/
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800'); /* default font */
@import url("/assets/ionicons/css/ionicons.css"); /* Icon support */
@import url("https://use.typekit.net/ckx4jmc.css");



.is-content-1600 {
    max-width: 1600px !important;
}

/**********************************
JDR CUSTOM
***********************************/

.ic_preview img {
    margin: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.is-breadcrumb {
    /*font-size:14px !important;*/ line-height:1 !important; vertical-align: middle !important;color:gray
}
.is-breadcrumb img{
   margin-bottom:5px
}

.divMenuSearch .icon {
    color: white !important
}

.footer a {
    font-weight: 300 !important; color:inherit !important; text-decoration:none;
}

.footer p.adres {
    line-height: 1.5 !important
}

.footer a:hover {
    text-decoration:underline !important
}

.is-shadow-1 {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#divFilter {
    padding: 5px 15px 25px 15px !important;
    background-color: #aed9ce !important;
    border-bottom: 3px solid #8fb9ae !important;
    border-left: none !important;
    border-radius: 0 20px 0 0 !important;
    background-image: url( '/resources/site1/General/_design/bg.svg' );
    background-repeat: no-repeat;
    /*  background-position-x: 10px;
    background-position-y: 10px*/
    background-size: 40%;
    background-position: right 10%
}

#divDatePicker {
    padding: 5px 15px 25px 15px !important;
    background-color: #aed9ce !important;
    border-left: none !important;
}

    #divDatePicker input {
        padding: 10px 10px 10px 10px !important;
        background-color: white !important;
        width: 70% !important;
        font-family: inherit !important;
        margin-right: 10px;
        border-radius: 0 20px 0 0 !important;
    }

    /*#divFilter::before {
        padding: 5px 15px 25px 15px !important;
        background-color: #aed9ce !important;
        border-bottom: 3px solid #8fb9ae !important;
        border-left: none !important;
        border-radius: 0 20px 0 0 !important;
        background-image: url( '/resources/site1/General/_design/bg.svg' );
        background-repeat: no-repeat;*/
        /*  background-position-x: 10px;
    background-position-y: 10px*/
        /*background-size: 40%;
        background-position: right 10%
    }*/

    #divFilter h2 {
        font-size: 150%;
        margin-bottom: 5px !important
    }

select.listingFilter {
    padding: 10px 10px 10px 10px !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 20px 0 0 !important;
    font-family: inherit !important;
    width: 90%;
    font-size: 110% !important
}

#checkboxFilterStatus1 label {
    font-size: 120% !important
}

@media (max-width: 768px) {
    #divFilterStatusCell {
        margin-top: 2rem;
    }
}

#divFilterStatus {
    padding: 10px;
    border: 3px solid #e8e8e8 !important;
}

    #divFilterStatus h3 {
        margin-bottom: -5px !important;
        font-size: 130% !important;
    }

.newshome {
    /*    display: flex;
    max-width: 100%;*/
}

.newsbox0 {
    position: relative;
    height: 450px;
    margin-top: 0px;
    margin-bottom: 20px !important;
    overflow: hidden;
    border-radius: 0px 30px 0 0px;
}

.imgNews0 {
    margin: 0 !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.textNews0 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
    /*max-width: 80%;*/
    line-height: 1;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

    .textNews0 h2 {
        display: inline-block !important;
        text-transform: uppercase;
    }

        .textNews0 h2.category {
            color: #aed9ce !important;
            text-transform: uppercase;
        }

            .textNews0 h2.category a {
                color: #aed9ce !important;
                text-transform: uppercase;
            }

.textNews1 h3 {
    display: inline-block !important;
    text-transform: uppercase;
    font-weight:700 
}

    .textNews1 h3.category {
        color: black !important;
        text-transform: none !important;
        font-weight: 400 !important
    }

        .textNews1 h3.category a {
            color: black !important;
            text-decoration: none;
            font-weight: 400 !important
        }

.textButton0 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: left;
    /*max-width: 80%;*/
    line-height: 1;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


@media(max-width:650px) {
    .textNews0 {
        font-size: 100%
    }
}

.textNews0 a:link {
    color: #fff;
}

.textNews0 a:visited {
    color: #fff;
}

.textNews0 a:hover {
    color: rgba(241, 231, 227, 1) !important;
}


.textNews0 p {
    color: #fff;
    font-size: 80%;
    line-height: 1;
}

/*.level3:hover {
    border-bottom: 2px solid #c0251e !important
}
*/


/*@media(max-width:1024px) {
    .newsbox0 {
        width: 48%;
        margin-bottom: 10px;
        height: fit-content
    }

    .newsbox03 {
        width: 48%;
        margin-bottom: 10px;
        height: fit-content
    }

    .imgNews0 {
        width: 100%
    }
}

@media(max-width:650px) {
    .newsbox0 {
        width: 100%;
        height: fit-content;
    }

    .newsbox03 {
        width: 100%;
        height: fit-content;
    }
}*/


/*.newsbox03::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, #000 110%) !important;
}

.newsbox0::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, #000 110%) !important;
}*/

/**********************************
    Adjustment for css frameworks
***********************************/

/* For UIKit */
html {
    color: #000;
}

/* For Material Design Lite */
.mdl-cell {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Images' default margin */
.container img {
    margin: 1.4rem 0 1rem;
}

/**********************************
    Default Typography
***********************************/

html {
    font-size: 100%;
}

body {
    margin: 0;
    font-family: "scandia-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    line-height: 2;
    font-weight: 300;
}

p, td, li, label {
    font-size: 1.07rem;
    line-height: 2;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: scandia-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.4;
}

h1 {
    font-size: 2.66rem;
    margin: 0.4rem 0;
}

h2 {
    font-size: 2rem;
    margin: 0.6rem 0;
}

h3 {
    font-size: 1.73rem;
    margin: 0.7rem 0;
}

h4 {
    font-size: 1.6rem;
    margin: 0.8rem 0;
}

h5 {
    font-size: 1.48rem;
    margin: 0.8rem 0;
}

h6 {
    font-size: 1.3rem;
    margin: 0.8rem 0;
}

p {
    margin: 1rem 0;
}

.display {
    margin-bottom: 0.5rem;
}

    .display h1 { /*border-bottom:2px solid red;*/
        font-size: 4rem;
        line-height: 1.1;
        letter-spacing: 2px;
        display: inline-block;
        font-weight: 700 !important
        /*    text-transform: uppercase;
*/
    }

        .display h1.category {
            border-bottom: 0px solid red;
            font-size: 1.6rem;
            line-height: 1.1;
            letter-spacing: 2px;
            display: inline-block;
            color: #aed9ce;
            /*    position:absolute;top:2.5rem
         text-transform: uppercase;*/
        }

    .display p {
        font-size: 1.8rem;
        margin-top: 0 !important;
        letter-spacing: 1px;
        margin-bottom: 20px !important;
    }

        .display p.size-18 {
            font-size: 1.8rem;
            margin-top: 0 !important;
            margin-bottom: -10px !important;
            letter-spacing: 2px; /*text-transform:uppercase*/
            ;
            opacity: 0.8
        }

@media all and (max-width: 1024px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.73rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.48rem;
    }

    h5 {
        font-size: 1.3rem;
        font-weight: bold;
    }

    h6 {
        font-size: 1rem;
        font-weight: bold;
    }

    .display h1 {
        font-size: 2.2rem;
    }

    .display p {
        font-size: 1.1rem;
    }
}


/**********************************
    Basic Elements
***********************************/

a, a:link, a:active, a:visited, a:focus {
    color: #60a593;
}

    a:hover {
        color: #8ecbbc
    }

hr {
    background: none;
    background-color: transparent;
    border: none;
    border-top: rgba(0, 0, 0, 0.18) 1px solid;
    margin: 30px 0 25px;
    padding: 5px;
}

img {
    max-width: 100%;
}

figure {
    margin: 0
}
/*ol, ul {line-height: inherit; font-weight: inherit;}
ul {
    list-style: initial;
    padding-left: 20px;
}
ul li {
    list-style: initial;
}
ol {padding-left: 20px;}
*/
table td {
    padding: 12px;
}

pre {
    font-family: courier;
    font-size: 1rem;
    white-space: pre-wrap;
    line-height: 1.4;
    padding: 15px;
    background: rgba(0, 0, 0, 0.03);
}

blockquote {
    margin: 16px 40px;
}

b, strong {
    font-weight: 600;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/**********************************
    Simple Grid 
    (if css framework not used)
***********************************/
.container {
    margin: initial auto;
    max-width: 980px;
}

@media (min-width: 40rem) {
    .column {
        float: left;
        padding-left: 1rem; /* beta3 */
        padding-right: 1rem; /* beta3 */
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .column.full {
            width: 100%;
        }

        .column.two-third {
            width: 66.7%;
        }

        .column.two-fourth {
            width: 75%;
        }

        .column.two-fifth {
            width: 80%;
        }

        .column.two-sixth {
            width: 83.3%;
        }

        .column.half {
            width: 50%;
        }

        .column.third {
            width: 33.3%;
        }

        .column.fourth {
            width: 25%;
        }

        .column.fifth {
            width: 20%;
        }

        .column.sixth {
            width: 16.6%;
        }

        .column.flow-opposite {
            float: right;
        }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/**********************************
    Useful Classes
***********************************/

.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.padding-20 {
    padding: 20px
}

.padding-25 {
    padding: 25px
}

.padding-30 {
    padding: 30px
}

.padding-35 {
    padding: 35px
}

.padding-40 {
    padding: 40px
}

@media all and (max-width: 540px) {
    /*.center {text-align:initial}
    .right {text-align:initial}
    .left {text-align:initial}*/
    .padding-20 {
        padding: 0
    }

    .padding-25 {
        padding: 0
    }

    .padding-30 {
        padding: 0
    }

    .padding-35 {
        padding: 0
    }

    .padding-40 {
        padding: 0
    }
}

.margin-0 {
    margin: 0 !important
}

.margin-20 {
    margin: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.margin-35 {
    margin: 35px !important
}

.margin-40 {
    margin: 40px !important
}

.is-card {
    display: table;
    background-color: #fff;
}

    .is-card > * {
        display: table;
    }

.is-card-circle {
    width: 280px;
    height: 280px;
    border-radius: 500px;
    padding: 70px;
    margin: 0 auto;
}

@media all and (max-width: 540px) {
    .is-card-circle {
        zoom: 0.7;
        -moz-transform: scale(0.7);
    }
}

.is-card-content-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.max-390 {
    max-width: 390px;
    margin: 0 auto;
}

.shadow-1 { /* card */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}

.shadow-2 { /* screenshot */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.shadow-3 { /* highlight */
    -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

img.circle {
    border-radius: 500px;
    margin-top: 0;
}

img.bordered {
    border: #ccc 1px solid;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1.4em;
    margin-bottom: 1em;
}

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

    .embed-responsive iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.list {
    position: relative;
    margin: 1.5em 0;
}

    .list > i {
        position: absolute;
        left: -3px;
        top: 7px;
        font-size: 1.7em;
        line-height: 1;
    }

    .list > h2, .list > h3 {
        margin: 0 0 0 50px;
    }

    .list > p {
        margin: 5px 0 0 50px
    }

.quote {
    position: relative;
    margin: 1.5em 0;
}

    .quote > i {
        position: absolute;
        top: -10px;
        left: -7px;
        font-size: 2em;
    }

    .quote > small {
        margin-left: 50px;
        opacity: 0.7;
        font-size: 1em;
    }

    .quote > p {
        margin-left: 50px;
        font-size: 1.5em;
    }

@media all and (max-width: 540px) {
    .quote > i {
        left: -15px;
        font-size: 1.5em;
    }

    .quote > small {
        margin-left: 20px;
        ont-size: 1em;
    }

    .quote > p {
        margin-left: 20px;
        font-size: 1.2em;
    }
}

.is-social {
    line-height: 1;
    margin-bottom: 1.5em
}

    .is-social a > i {
        text-decoration: none;
        color: #333;
        font-size: 1.2em;
        margin: 0 15px;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .is-social a:first-child > i {
        margin: 0 15px 0 0
    }

    .is-social a:last-child > i {
        margin: 0 0 0 15px
    }

    .is-social a:hover > i {
        color: #08c9b9;
    }

.is-light-text .is-social a > i {
    color: #fff
}

.is-light-text .is-social a:hover > i {
    color: #fff
}

.is-dark-text .is-social a > i {
    color: #000
}

.is-dark-text .is-social a:hover > i {
    color: #000
}

.is-rounded-button-big {
}

    .is-rounded-button-big a {
        display: inline-block;
        text-align: center;
        margin: 0 20px;
        border-radius: 500px;
        width: 110px;
        height: 110px;
        background-color: #aaa;
        overflow: hidden;
    }

        .is-rounded-button-big a i {
            display: inline-block;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 40px;
            line-height: 110px;
        }

        .is-rounded-button-big a:first-child {
            margin: 0 20px 0 0;
        }

        .is-rounded-button-big a:last-child {
            margin: 0 0 0 20px;
        }

.is-rounded-button-medium {
}

    .is-rounded-button-medium a {
        display: inline-block;
        text-align: center;
        margin: 0 20px;
        border-radius: 500px;
        width: 70px;
        height: 70px;
        background-color: #aaa;
        overflow: hidden;
    }

        .is-rounded-button-medium a i {
            display: inline-block;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 30px;
            line-height: 70px;
        }

        .is-rounded-button-medium a:first-child {
            margin: 0 20px 0 0;
        }

        .is-rounded-button-medium a:last-child {
            margin: 0 0 0 20px;
        }

.is-boxed-button-big {
    display: inline-block;
}

    .is-boxed-button-big a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        width: 110px;
        height: 110px;
        background-color: #aaa;
    }

        .is-boxed-button-big a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 40px
        }

.is-boxed-button-big2 {
    display: inline-block;
}

    .is-boxed-button-big2 a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        width: 150px;
        height: 70px;
        background-color: #aaa;
    }

        .is-boxed-button-big2 a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 35px
        }

.is-boxed-button-medium {
    display: inline-block;
}

    .is-boxed-button-medium a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        width: 70px;
        height: 70px;
        background-color: #aaa;
    }

        .is-boxed-button-medium a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 30px
        }

.is-boxed-button-medium2 {
    display: inline-block;
}

    .is-boxed-button-medium2 a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        width: 100px;
        height: 50px;
        background-color: #aaa;
    }

        .is-boxed-button-medium2 a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 25px
        }

.is-boxed-button-small {
    display: inline-block;
}

    .is-boxed-button-small a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 20px 0 0;
        width: 50px;
        height: 50px;
        background-color: #aaa;
    }

        .is-boxed-button-small a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 20px
        }

.height-20 {
    height: 20px
}

.height-40 {
    height: 40px
}

.height-60 {
    height: 60px
}

.height-80 {
    height: 80px
}

.height-100 {
    height: 100px
}

.height-120 {
    height: 120px
}

.height-140 {
    height: 140px
}

.height-160 {
    height: 160px
}

.height-180 {
    height: 180px
}

.height-200 {
    height: 200px
}

.height-220 {
    height: 220px
}

.height-240 {
    height: 240px
}

.height-260 {
    height: 260px
}

.height-280 {
    height: 280px
}

.height-300 {
    height: 300px
}

@media (max-width: 640px) {
    .height-20 {
        height: 20px
    }

    .height-40 {
        height: 40px
    }

    .height-60 {
        height: 40px
    }

    .height-80 {
        height: 40px
    }

    .height-100 {
        height: 40px
    }

    .height-120 {
        height: 40px
    }

    .height-140 {
        height: 40px
    }

    .height-160 {
        height: 40px
    }

    .height-180 {
        height: 40px
    }

    .height-200 {
        height: 40px
    }

    .height-220 {
        height: 40px
    }

    .height-240 {
        height: 40px
    }

    .height-260 {
        height: 40px
    }

    .height-280 {
        height: 40px
    }

    .height-300 {
        height: 40px
    }
}

.size-12 {
    font-size: 12px !important
}

.size-14 {
    font-size: 14px !important
}

.size-16 {
    font-size: 16px !important
}

.size-18 {
    font-size: 18px !important
}

.size-21 {
    font-size: 21px !important
}

.size-24 {
    font-size: 24px !important
}

.size-28 {
    font-size: 28px !important
}

.size-32 {
    font-size: 32px !important
}

.size-35 {
    font-size: 35px !important
}

.size-38 {
    font-size: 36px !important
}

.size-42 {
    font-size: 42px !important
}

.size-46 {
    font-size: 46px !important
}

.size-48 {
    font-size: 48px !important
}

.size-50 {
    font-size: 50px !important
}

.size-54 {
    font-size: 54px !important
}

.size-60 {
    font-size: 60px !important
}

.size-64 {
    font-size: 64px !important
}

.size-68 {
    font-size: 68px !important
}

.size-72 {
    font-size: 72px !important
}

.size-76 {
    font-size: 76px !important
}

.size-80 {
    font-size: 80px !important
}

.size-84 {
    font-size: 84px !important
}

.size-88 {
    font-size: 88px !important
}

.size-92 {
    font-size: 92px !important
}

.size-96 {
    font-size: 96px !important
}

.size-100 {
    font-size: 100px !important
}

.size-104 {
    font-size: 104px !important
}

.size-108 {
    font-size: 108px !important
}

.size-112 {
    font-size: 112px !important
}

.size-116 {
    font-size: 116px !important
}

.size-120 {
    font-size: 120px !important
}

.size-124 {
    font-size: 124px !important
}

.size-128 {
    font-size: 128px !important
}

.size-132 {
    font-size: 132px !important
}

.size-136 {
    font-size: 136px !important
}

.size-140 {
    font-size: 140px !important
}

.size-144 {
    font-size: 144px !important
}

.size-148 {
    font-size: 148px !important
}

.size-152 {
    font-size: 152px !important
}

.size-156 {
    font-size: 156px !important
}

.size-160 {
    font-size: 160px !important
}

.size-164 {
    font-size: 164px !important
}

.size-168 {
    font-size: 168px !important
}

.size-172 {
    font-size: 172px !important
}

.size-176 {
    font-size: 176px !important
}

.size-180 {
    font-size: 180px !important
}

.size-184 {
    font-size: 184px !important
}

.size-188 {
    font-size: 188px !important
}

.size-192 {
    font-size: 192px !important
}

.size-196 {
    font-size: 196px !important
}

.size-200 {
    font-size: 200px !important
}

.size-204 {
    font-size: 204px !important
}

.size-208 {
    font-size: 208px !important
}

.size-212 {
    font-size: 212px !important
}

.size-216 {
    font-size: 216px !important
}

.size-220 {
    font-size: 220px !important
}

@media all and (max-width: 1024px) {
    .size-12 {
        font-size: 12px !important
    }

    .size-14 {
        font-size: 14px !important
    }

    .size-16 {
        font-size: 16px !important
    }

    .size-18 {
        font-size: 18px !important
    }

    .size-21 {
        font-size: 21px !important
    }

    .size-24 {
        font-size: 22px !important
    }

    .size-28 {
        font-size: 24px !important
    }

    .size-32 {
        font-size: 26px !important
    }

    .size-35 {
        font-size: 28px !important
    }

    .size-38 {
        font-size: 30px !important
    }

    .size-42 {
        font-size: 32px !important
    }

    .size-46 {
        font-size: 34px !important
    }

    .size-48 {
        font-size: 36px !important
    }

    .size-50 {
        font-size: 36px !important
    }

    .size-54 {
        font-size: 36px !important
    }

    .size-60 {
        font-size: 36px !important
    }

    .size-64 {
        font-size: 36px !important
    }

    .size-68 {
        font-size: 36px !important
    }

    .size-72 {
        font-size: 36px !important
    }

    .size-76 {
        font-size: 36px !important
    }

    .size-80 {
        font-size: 36px !important
    }

    .size-84 {
        font-size: 36px !important
    }

    .size-88 {
        font-size: 36px !important
    }

    .size-92 {
        font-size: 36px !important
    }

    .size-96 {
        font-size: 36px !important
    }

    .size-100 {
        font-size: 36px !important
    }

    .size-104 {
        font-size: 36px !important
    }

    .size-108 {
        font-size: 36px !important
    }

    .size-112 {
        font-size: 36px !important
    }

    .size-116 {
        font-size: 36px !important
    }

    .size-120 {
        font-size: 36px !important
    }

    .size-124 {
        font-size: 36px !important
    }

    .size-128 {
        font-size: 36px !important
    }

    .size-132 {
        font-size: 36px !important
    }

    .size-136 {
        font-size: 36px !important
    }

    .size-140 {
        font-size: 36px !important
    }

    .size-144 {
        font-size: 36px !important
    }

    .size-148 {
        font-size: 36px !important
    }

    .size-152 {
        font-size: 36px !important
    }

    .size-156 {
        font-size: 36px !important
    }

    .size-160 {
        font-size: 36px !important
    }

    .size-164 {
        font-size: 36px !important
    }

    .size-168 {
        font-size: 36px !important
    }

    .size-172 {
        font-size: 36px !important
    }

    .size-176 {
        font-size: 36px !important
    }

    .size-180 {
        font-size: 36px !important
    }

    .size-184 {
        font-size: 36px !important
    }

    .size-188 {
        font-size: 36px !important
    }

    .size-192 {
        font-size: 36px !important
    }

    .size-196 {
        font-size: 36px !important
    }

    .size-200 {
        font-size: 36px !important
    }

    .size-204 {
        font-size: 36px !important
    }

    .size-208 {
        font-size: 36px !important
    }

    .size-212 {
        font-size: 36px !important
    }

    .size-216 {
        font-size: 36px !important
    }

    .size-220 {
        font-size: 36px !important
    }
}

/* If text wrapped with span-style during editing, don't apply the fix here (See line59) */
.size-12 span {
    font-size: 12px !important
}

.size-14 span {
    font-size: 14px !important
}

.size-16 span {
    font-size: 16px !important
}

.size-18 span {
    font-size: 18px !important
}

.size-21 span {
    font-size: 21px !important
}

.size-24 span {
    font-size: 24px !important
}

.size-28 span {
    font-size: 28px !important
}

.size-32 span {
    font-size: 32px !important
}

.size-35 span {
    font-size: 35px !important
}

.size-38 span {
    font-size: 36px !important
}

.size-42 span {
    font-size: 42px !important
}

.size-46 span {
    font-size: 46px !important
}

.size-48 span {
    font-size: 48px !important
}

.size-50 span {
    font-size: 50px !important
}

.size-54 span {
    font-size: 54px !important
}

.size-60 span {
    font-size: 60px !important
}

.size-64 span {
    font-size: 64px !important
}

.size-68 span {
    font-size: 68px !important
}

.size-72 span {
    font-size: 72px !important
}

.size-76 span {
    font-size: 76px !important
}

.size-80 span {
    font-size: 80px !important
}

.size-84 span {
    font-size: 84px !important
}

.size-88 span {
    font-size: 88px !important
}

.size-92 span {
    font-size: 92px !important
}

.size-96 span {
    font-size: 96px !important
}

.size-100 span {
    font-size: 100px !important
}

.size-104 span {
    font-size: 104px !important
}

.size-108 span {
    font-size: 108px !important
}

.size-112 span {
    font-size: 112px !important
}

.size-116 span {
    font-size: 116px !important
}

.size-120 span {
    font-size: 120px !important
}

.size-124 span {
    font-size: 124px !important
}

.size-128 span {
    font-size: 128px !important
}

.size-132 span {
    font-size: 132px !important
}

.size-136 span {
    font-size: 136px !important
}

.size-140 span {
    font-size: 140px !important
}

.size-144 span {
    font-size: 144px !important
}

.size-148 span {
    font-size: 148px !important
}

.size-152 span {
    font-size: 152px !important
}

.size-156 span {
    font-size: 156px !important
}

.size-160 span {
    font-size: 160px !important
}

.size-164 span {
    font-size: 164px !important
}

.size-168 span {
    font-size: 168px !important
}

.size-172 span {
    font-size: 172px !important
}

.size-176 span {
    font-size: 176px !important
}

.size-180 span {
    font-size: 180px !important
}

.size-184 span {
    font-size: 184px !important
}

.size-188 span {
    font-size: 188px !important
}

.size-192 span {
    font-size: 192px !important
}

.size-196 span {
    font-size: 196px !important
}

.size-200 span {
    font-size: 200px !important
}

.size-204 span {
    font-size: 204px !important
}

.size-208 span {
    font-size: 208px !important
}

.size-212 span {
    font-size: 212px !important
}

.size-216 span {
    font-size: 216px !important
}

.size-220 span {
    font-size: 220px !important
}

@media all and (max-width: 1024px) {
    .size-12 span {
        font-size: 12px !important
    }

    .size-14 span {
        font-size: 14px !important
    }

    .size-16 span {
        font-size: 16px !important
    }

    .size-18 span {
        font-size: 18px !important
    }

    .size-21 span {
        font-size: 21px !important
    }

    .size-24 span {
        font-size: 22px !important
    }

    .size-28 span {
        font-size: 24px !important
    }

    .size-32 span {
        font-size: 26px !important
    }

    .size-35 span {
        font-size: 28px !important
    }

    .size-38 span {
        font-size: 30px !important
    }

    .size-42 span {
        font-size: 32px !important
    }

    .size-46 span {
        font-size: 34px !important
    }

    .size-48 span {
        font-size: 36px !important
    }

    .size-50 span {
        font-size: 36px !important
    }

    .size-54 span {
        font-size: 36px !important
    }

    .size-60 span {
        font-size: 36px !important
    }

    .size-64 span {
        font-size: 36px !important
    }

    .size-68 span {
        font-size: 36px !important
    }

    .size-72 span {
        font-size: 36px !important
    }

    .size-76 span {
        font-size: 36px !important
    }

    .size-80 span {
        font-size: 36px !important
    }

    .size-84 span {
        font-size: 36px !important
    }

    .size-88 span {
        font-size: 36px !important
    }

    .size-92 span {
        font-size: 36px !important
    }

    .size-96 span {
        font-size: 36px !important
    }

    .size-100 span {
        font-size: 36px !important
    }

    .size-104 span {
        font-size: 36px !important
    }

    .size-108 span {
        font-size: 36px !important
    }

    .size-112 span {
        font-size: 36px !important
    }

    .size-116 span {
        font-size: 36px !important
    }

    .size-120 span {
        font-size: 36px !important
    }

    .size-124 span {
        font-size: 36px !important
    }

    .size-128 span {
        font-size: 36px !important
    }

    .size-132 span {
        font-size: 36px !important
    }

    .size-136 span {
        font-size: 36px !important
    }

    .size-140 span {
        font-size: 36px !important
    }

    .size-144 span {
        font-size: 36px !important
    }

    .size-148 span {
        font-size: 36px !important
    }

    .size-152 span {
        font-size: 36px !important
    }

    .size-156 span {
        font-size: 36px !important
    }

    .size-160 span {
        font-size: 36px !important
    }

    .size-164 span {
        font-size: 36px !important
    }

    .size-168 span {
        font-size: 36px !important
    }

    .size-172 span {
        font-size: 36px !important
    }

    .size-176 span {
        font-size: 36px !important
    }

    .size-180 span {
        font-size: 36px !important
    }

    .size-184 span {
        font-size: 36px !important
    }

    .size-188 span {
        font-size: 36px !important
    }

    .size-192 span {
        font-size: 36px !important
    }

    .size-196 span {
        font-size: 36px !important
    }

    .size-200 span {
        font-size: 36px !important
    }

    .size-204 span {
        font-size: 36px !important
    }

    .size-208 span {
        font-size: 36px !important
    }

    .size-212 span {
        font-size: 36px !important
    }

    .size-216 span {
        font-size: 36px !important
    }

    .size-220 span {
        font-size: 36px !important
    }
}

@media all and (max-width: 1024px) {
    .margin-left-1024-reset {
        margin-left: 0px !important;
    }

    .margin-right-1024-reset {
        margin-right: 0px !important;
    }
}

.letter-spacing-25 {
    letter-spacing: 25px !important
}

.letter-spacing-24 {
    letter-spacing: 24px !important
}

.letter-spacing-23 {
    letter-spacing: 23px !important
}

.letter-spacing-22 {
    letter-spacing: 22px !important
}

.letter-spacing-21 {
    letter-spacing: 21px !important
}

.letter-spacing-20 {
    letter-spacing: 20px !important
}

.letter-spacing-19 {
    letter-spacing: 19px !important
}

.letter-spacing-18 {
    letter-spacing: 18px !important
}

.letter-spacing-17 {
    letter-spacing: 17px !important
}

.letter-spacing-16 {
    letter-spacing: 16px !important
}

.letter-spacing-15 {
    letter-spacing: 15px !important
}

.letter-spacing-14 {
    letter-spacing: 14px !important
}

.letter-spacing-13 {
    letter-spacing: 13px !important
}

.letter-spacing-12 {
    letter-spacing: 12px !important
}

.letter-spacing-11 {
    letter-spacing: 11px !important
}

.letter-spacing-10 {
    letter-spacing: 10px !important
}

.letter-spacing-9 {
    letter-spacing: 9px !important
}

.letter-spacing-8 {
    letter-spacing: 8px !important
}

.letter-spacing-7 {
    letter-spacing: 7px !important
}

.letter-spacing-6 {
    letter-spacing: 6px !important
}

.letter-spacing-5 {
    letter-spacing: 5px !important
}

.letter-spacing-4 {
    letter-spacing: 4px !important
}

.letter-spacing-3 {
    letter-spacing: 3px !important
}

.letter-spacing-2 {
    letter-spacing: 2px !important
}

.letter-spacing-1 {
    letter-spacing: 1px !important
}

@media all and (max-width: 1024px) {
    .letter-spacing-25 {
        letter-spacing: 5px !important
    }

    .letter-spacing-24 {
        letter-spacing: 5px !important
    }

    .letter-spacing-23 {
        letter-spacing: 5px !important
    }

    .letter-spacing-22 {
        letter-spacing: 5px !important
    }

    .letter-spacing-21 {
        letter-spacing: 5px !important
    }

    .letter-spacing-20 {
        letter-spacing: 5px !important
    }

    .letter-spacing-19 {
        letter-spacing: 5px !important
    }

    .letter-spacing-18 {
        letter-spacing: 5px !important
    }

    .letter-spacing-17 {
        letter-spacing: 5px !important
    }

    .letter-spacing-16 {
        letter-spacing: 5px !important
    }

    .letter-spacing-15 {
        letter-spacing: 5px !important
    }

    .letter-spacing-14 {
        letter-spacing: 5px !important
    }

    .letter-spacing-13 {
        letter-spacing: 5px !important
    }

    .letter-spacing-12 {
        letter-spacing: 5px !important
    }

    .letter-spacing-11 {
        letter-spacing: 5px !important
    }

    .letter-spacing-10 {
        letter-spacing: 5px !important
    }

    .letter-spacing-9 {
        letter-spacing: 5px !important
    }

    .letter-spacing-8 {
        letter-spacing: 4px !important
    }

    .letter-spacing-7 {
        letter-spacing: 4px !important
    }

    .letter-spacing-6 {
        letter-spacing: 3px !important
    }

    .letter-spacing-5 {
        letter-spacing: 3px !important
    }
}


/**********************************
    Title Styles
***********************************/

.is-light-text * {
    color: #fff;
}

.is-dark-text * {
    color: #000;
}

/* Style 1 */

.is-title1-96 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.is-title1-80 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-64 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-48 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-32 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Style 2 */

.is-title2-96 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.is-title2-80 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.is-title2-64 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.is-title2-48 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title2-32 {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Style 3 */

.is-title3-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-light-text .is-title3-96 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-80 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-64 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-48 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-32 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-dark-text .is-title3-96 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-80 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-64 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-48 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-32 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

/* Style 4 */

.is-title4-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 30px;
    border: #000 2px solid;
}

.is-title4-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 30px;
    border: #000 2px solid;
}

.is-title4-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 28px;
    border: #000 2px solid;
}

.is-title4-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 25px;
    border: #000 2px solid;
}

.is-title4-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: #000 2px solid;
}

.is-light-text .is-title4-96 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-80 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-64 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-48 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-32 {
    border: #fff 2px solid;
}

.is-dark-text .is-title4-96 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-80 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-64 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-48 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-32 {
    border: #000 2px solid;
}

/* Style 5 */

.is-title5-96 {
    margin-top: 10px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid;
}

.is-title5-80 {
    margin-top: 10px;
    margin-bottom: 33px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid;
}

.is-title5-64 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-title5-48 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-title5-32 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-light-text .is-title5-96 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-80 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-64 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-48 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-32 {
    border-bottom: #fff 2px solid;
}

.is-dark-text .is-title5-96 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-80 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-64 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-48 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-32 {
    border-bottom: #000 2px solid;
}

/* Extra Title Styles */

.is-title-lite {
    letter-spacing: 3px;
    word-spacing: 5px;
}

    .is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {
        letter-spacing: 4px;
        word-spacing: 8px;
    }

    .is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {
        letter-spacing: 4px;
        word-spacing: 8px;
    }

    .is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {
        letter-spacing: 4px;
        word-spacing: 8px;
    }

    .is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {
        letter-spacing: 4px;
        word-spacing: 8px;
    }

    .is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {
        letter-spacing: 3px;
        word-spacing: 5px;
    }

.is-title-bold {
    font-weight: 800;
}

    .is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {
        border-width: 4px;
    }

    .is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {
        border-width: 4px;
    }

    .is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {
        border-width: 3px;
    }

    .is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {
        border-width: 3px;
    }

    .is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {
        border-width: 2px;
    }


/**********************************
    Into Styles
***********************************/

.is-info1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

    .is-info1.size-21 {
        margin-top: 12px;
    }

    .is-info1.size-24 {
        margin-top: 15px;
    }

.is-info2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

    .is-info2.size-21 {
        margin-top: 12px;
    }

    .is-info2.size-24 {
        margin-top: 15px;
    }


/**********************************
    Buttons Styles
***********************************/
#divSchoolButton { text-align:center
}

    .is-btn, a.is-btn {
    padding: 10px 50px;
    font-size: 1rem;
    line-height: 2rem;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin: 3px 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
    text-decoration: none;
    color: #000;
}

    .is-btn:hover, .is-btn:visited, .is-btn:focus,
    a.is-btn:hover, a.is-btn:visited, a.is-btn:focus {
        color: initial;
        text-decoration: initial;
        opacity: initial;
    }
/* prevent overide */

/* ghost1 default */
.is-btn-ghost1,
a.is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1,
.is-light-text a.is-btn-ghost1,
.is-dark-text .is-light-text a.is-btn-ghost1 {
    color: #fff;
    border: 2px solid #fff;
}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1,
.is-dark-text a.is-btn-ghost1,
.is-light-text .is-dark-text a.is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}

/* ghost4 default */


a:link.is-btn-ghost4 {
    color: #fff;
    border: 2px solid #60a593;
    background-color: #60a593;
    border-radius: 0 10px 0 0
}

a:visited.is-btn-ghost4 {
    color: #fff;
    border: 2px solid #60a593;
    background-color: #60a593;
    border-radius: 0 10px 0 0
}

a:hover.is-btn-ghost4 {
    color: #fff;
    border: 2px solid #c1e7dd;
    background-color: #c1e7dd;
    border-radius: 0 10px 0 0
}




/* ghost2 default */
/*.is-btn-ghost2,
a.is-btn-ghost2 {
    color: #fff;
    border: 2px solid #aed9ce;
    background-color: #aed9ce;
}*/
a:link.is-btn-ghost2 {
    color: #000;
    border: 2px solid #aed9ce;
    background-color: #aed9ce;
    border-radius: 0 10px 0 0
}

a:visited.is-btn-ghost2 {
    color: #000;
    border: 2px solid #aed9ce;
    background-color: #aed9ce;
    border-radius: 0 10px 0 0
}

a:hover.is-btn-ghost2 {
    color: #000;
    border: 2px solid #c1e7dd;
    background-color: #c1e7dd;
    border-radius: 0 10px 0 0
}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2,
.is-light-text a.is-btn-ghost2,
.is-dark-text .is-light-text a.is-btn-ghost2 {
    color: #000;
    /*    border: 2px solid #aed9ce;
*/ /* background-color: #aed9ce*/
    ;
    font-weight: 700 !important
}

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2,
.is-dark-text a.is-btn-ghost2,
.is-light-text .is-dark-text a.is-btn-ghost2 {
    color: #000;
    border: 2px solid #d7d7d7;
    background-color: #d7d7d7;
}

.is-btn.is-btn-small, .is-btn-small {
    padding: 5px 25px;
    font-size: 0.85em;
}

.is-btn.is-upper, .is-upper {
    text-transform: uppercase;
}

.is-btn.is-rounded-30, .is-rounded-30 {
    border-radius: 30px;
}

/* backward compatible */
.btn {
    padding: 7px 25px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}

    .btn.btn-primary {
        color: #ffffff;
        background-color: #08c9b9;
    }

    .btn.btn-primary:hover {
        color: #ffffff;
        background-color: #07b0a2;
        border-color: #07b0a2;
    }

    .btn.btn-default {
        color: #333333;
        background-color: #d3d3d3;
    }

    .btn.btn-default:hover {
        color: #111;
        background-color: #ccc;
        border-color: #ccc;
    }

/*Search CSS*/
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
/*--------------
      Sizes
---------------*/

.ui.mini.search {
    font-size: 0.78571429em;
}

.ui.small.search {
    font-size: 0.92857143em;
}

.ui.search {
    font-size: 1em;
}

.ui.large.search {
    font-size: 1.14285714em;
}

.ui.big.search {
    font-size: 1.28571429em;
}

.ui.huge.search {
    font-size: 1.42857143em;
}

.ui.massive.search {
    font-size: 1.71428571em;
}

/*******************************
Search - note by Andy - change textbox search here...
*******************************/

.ui.search {
    position: relative;
}

    .ui.search > .prompt {
        margin: 0em;
        outline: none;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        text-shadow: none;
        font-style: normal;
        font-weight: normal;
        line-height: 1.21428571em;
        padding: 0.67857143em 1em;
        background: #FFFFFF;
        border: 1px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        font-size: 24px;
        font-weight: 200;
        -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
        box-shadow: 0em 0em 0em 0em transparent inset;
        -webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
        transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
        transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
        transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    }

    .ui.search .prompt {
        border-radius: 5px;
        width: 100% !important;
        height: 50px !important;
    }

        /*--------------
     Icon
---------------*/

        .ui.search .prompt ~ .search.icon {
            cursor: pointer;
        }

/*--------------
    Results
---------------*/

.ui.search2 > .results {
    left: 0% !important;
}

.ui.category.search2 .results {
    width: 100% !important;
}

.ui.search > .results {
    display: none;
    position: absolute;
    top: 100%;
    left: 7%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: normal;
    text-align: left;
    text-transform: none;
    background: #FFFFFF;
    margin-top: 0.5em;
    width: 18em;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
    border: 1px solid #D4D4D5;
    z-index: 10000000;
}

    .ui.search > .results > :first-child {
        border-radius: 0.28571429rem 0.28571429rem 0em 0em;
    }

    .ui.search > .results > :last-child {
        border-radius: 0em 0em 0.28571429rem 0.28571429rem;
    }

    /*--------------
    Result
---------------*/

    .ui.search > .results .result {
        cursor: pointer;
        display: block;
        overflow: hidden;
        font-size: 1em;
        padding: 0.85714286em 2.14285714em;
        color: rgba(0, 0, 0, 0.87);
        line-height: 1.33;
        border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    }

        .ui.search > .results .result:last-child {
            border-bottom: none !important;
        }

        /* Image */

        .ui.search > .results .result .image {
            float: right;
            overflow: hidden;
            background: none;
            width: 5em;
            height: 3em;
            border-radius: 0.25em;
        }

            .ui.search > .results .result .image img {
                display: block;
                width: auto;
                height: 100%;
            }

            /*--------------
      Info
---------------*/

            .ui.search > .results .result .image + .content {
                margin: 0em 6em 0em 0em;
            }

        .ui.search > .results .result .title {
            margin: -0.14285714em 0em 0em;
            font-size: 1.0em;
            color: #575b4a !important;
            font-weight: 400;
            font-family: Aller, sans-serif;
        }

        .ui.search > .results .result .description {
            margin-top: 0;
            font-size: 90%;
            color: #575b4a !important
        }

        .ui.search > .results .result .price {
            float: right;
            color: #21BA45;
        }

/*--------------------
        Inputs
---------------------*/

.ui.input {
    position: relative;
    font-weight: normal;
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0, 0, 0, 0.87);
    width: 98%;
}

@media all and (max-width: 650px) {
    .ui.input {
        width: 100%
    }
}

.ui.input > input {
    margin: 0em;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: aller, sans-serif;
    padding: 0.67857143em 1em;
    background: rgba(255,255,255,0.4);
    border: 2px solid #797c6e;
    color: inherit;
    /*border-radius: 5px !important;*/
    /*-webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;*/
    transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 100%;
    color: rgba(255,255,255,0.5);
}

.ui[class*="left icon"].input > input {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.ui.icon.input > input {
    padding-right: 2.67142857em !important;
}



.ui.icon.input > i.icon:not(.link) {
    pointer-events: none;
}


/* Left Icon Input */

.ui[class*="left icon"].input > i.icon {
    right: auto;
    left: 1px;
    border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

.ui[class*="left icon"].input > i.circular.icon {
    right: auto;
    left: 0.5em;
}


.ui.icon.input > i.icon {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0px;
    right: 0px;
    margin: 0em;
    height: 100%;
    width: 2.67142857em;
    /*opacity: 0.5;*/
    border-radius: 0em 0.28571429rem 0.28571429rem 0em;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}




    .ui.icon.input > i.icon:before,
    .ui.icon.input > i.icon:after {
        left: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
        margin-top: -0.5em;
    }

.ui.icon.input > i.link.icon {
    cursor: pointer;
}

.ui.icon.input > i.circular.icon {
    top: 0.35em;
    right: 0.5em;
}

/*--------------------
        Size
---------------------*/

.ui.mini.input {
    font-size: 0.78571429em;
}

.ui.small.input {
    font-size: 0.92857143em;
}

.ui.input {
    font-size: 1em;
}

.ui.large.input {
    font-size: 1.14285714em;
}

.ui.big.input {
    font-size: 1.28571429em;
}

.ui.huge.input {
    font-size: 1.42857143em;
}

.ui.massive.input {
    font-size: 1.71428571em;
}

/*--------------
    Category - Note by Andy - Change here to edit search result dropdown
---------------*/
.ui.category.search > .results .category .results {
    display: table-cell;
    background: #FFFFFF;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    overflow-y: hidden
}

.ui.category.search .results {
    width: 85%;
    position: absolute;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
}

@media all and (max-width: 650px) {

    .ui.category.search .results {
        width: 100%;
    }

    .ui.search > .results {
        left: 0%;
    }

    .ui.category.search > .results .category .result {
        padding: 0.85714286em 1.14285714em;
    }
}

.ui.category.search .results.animating,
.ui.category.search .results.visible {
    display: table;
}

/* Category */

.ui.category.search > .results .category {
    display: table-row;
    background: #F3F4F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.1s ease, border-color 0.1s ease;
    transition: background 0.1s ease, border-color 0.1s ease;
}

    /* Last Category */

    .ui.category.search > .results .category:last-child {
        border-bottom: none;
    }

    /* First / Last */

    .ui.category.search > .results .category:first-child .name + .result {
        border-radius: 0em 0.28571429rem 0em 0em;
    }

    .ui.category.search > .results .category:last-child .result:last-child {
        border-radius: 0em 0em 0.28571429rem 0em;
    }

    /* Category Result Name */

    .ui.category.search > .results .category > .name {
        display: none;
        text-overflow: ellipsis;
        width: 100px;
        white-space: nowrap;
        background: transparent;
        font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        font-size: 1em;
        padding: 0.4em 1em;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.4);
        border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    }

/* Category Result */

@media all and (max-width: 650px) {
    .ui.category.search > .results .category .results {
        display: table-cell;
        background: #FFFFFF;
        border-left: 1px solid rgba(34, 36, 38, 0.15);
        border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    }
}

.ui.category.search > .results .category .results {
    display: table-cell;
    background: #FFFFFF;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    overflow-y: hidden
}

.ui.category.search > .results .category .result {
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    -webkit-transition: background 0.1s ease, border-color 0.1s ease;
    transition: background 0.1s ease, border-color 0.1s ease;
    padding: 0.85714286em 2.14285714em;
}

a.result {
    text-decoration: none !important
}
/*******************************
          Transitions
*******************************/

.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*******************************
            States
*******************************/

/* Animating */

.animating.transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible !important;
}

/* Loading */

.loading.transition {
    position: absolute;
    top: -99999px;
    left: -99999px;
}

/* Hidden */

.hidden.transition {
    display: none;
    visibility: hidden;
}

/* Visible */

.visible.transition {
    display: block !important;
    visibility: visible !important;
    /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/
}

/* Disabled */

.disabled.transition {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/*Adjustment for search*/
.search.adjust {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    width: 80% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.search3 .ion-ios-search-strong {
    display: none;
}

.search2 .ion-ios-search-strong {
    display: none;
}

.searchmodule .ion-ios-search-strong {
    display: block;
}

.inputmodule {
    width: 85% !important;
}

.searchlogo img {
    width: 15%;
}

@media (max-width: 650px) {
    .search.adjust {
        width: 100% !important;
    }

    .searchmodule .ion-ios-search-strong {
        display: none;
    }

    .searchlogo img {
        margin-top: 30px;
        margin-bottom: 10px;
        width: 40%;
    }

    .cl-form h1 {
        font-size: 2em !important;
        text-align: center !important;
    }

    .inputmodule {
        width: 98% !important;
    }

    .ui.category.search .results {
        width: 100%;
    }

    .ui.search > .results {
        left: 0%;
    }

    .ui.category.search > .results .category .result {
        padding: 0.85714286em 1.14285714em;
    }
}

/*Adjustment for settings link on module*/
.mod-set-wrapper {
    z-index: 1000 !important;
    width: 100px;
}

.clearfix > input {
    z-index: 1000 !important;
}

/*Adjustment for Search Result page*/
.title2 {
    margin: 40px 0px 0px 0px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    text-transform: uppercase;
}

.description2 {
    margin-top: 0px;
    font-size: 75% !important;
    color: rgba(0, 0, 0, 0.7);
}

/*Adjustment for search result*/
.ui.category.search .results {
    overflow-y: scroll !important;
    overflow-x: hidden;
    height: 300px;
    font-size: 100%;
}

.search > .results.transition.visible {
    overflow-y: hidden !important;
}

.search2 > .results.transition.visible {
    overflow-y: hidden !important;
}

.search3 > .results.transition.visible {
    overflow-y: hidden !important;
}

.search.adjust {
    margin-bottom: 100px !important;
}

/*Pagination Styling Chris*/

.pagination.paginationA.paginationA01 li a {
    color: #fff;
    border: 2px solid #aed9ce;
    background-color: #aed9ce;
    border-radius: 0 10px 0 0;
    text-transform: uppercase;
    font-weight: 900;

}

.pagination.paginationA.paginationA01 li a:hover {
    background-color: #c1e7dd;
    text-transform: uppercase;
    font-weight: 900;
}

.pagination.paginationA.paginationA01 li a.active {
    color: #fff; /* Change the color to your desired active color */
    border-color: #aed9ce;
    background-color: #c1e7dd;
    text-transform: uppercase;
    font-weight: 900;
}

