﻿/* Typeface */

html,body{

    font-family: 'Montserrat', Arial,Helvetica,Sans-Serif;
    color:#636666;
    font-size: 14px;
    line-height: 1.42857143;
    justify-content: left;

}

.ft-ums-Calibri{

    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.ft-ums-Montserrat{

    font-family: 'Montserrat', Arial,Helvetica,Sans-Serif;
}

h1,h2,h3,h4,h5,h6.secondLine{

  line-height: .5;
}


@media only screen and (max-width: 600px) {
    h1, h2, h3, h4, h5, h6.secondLine {
        line-height: .8;
        
    }
}



    h1,
    h2,
    h3,
    h4 {
        margin: 0;
        font-weight: 300;
        text-transform: uppercase;
    }

    h1 {
        letter-spacing: -1px;
        font-size: 24px;
        margin: 10px 0;
    }

        h1 small {
            font-size: 18px;
            font-weight: 300;
            letter-spacing: -1px;
        }

    .lead {
        font-size: 19px;
    }

    h2 {
        letter-spacing: -1px;
        font-size: 22px;
        margin: 20px 0;
        line-height: normal;
    }

    h3 {
        display: block;
        font-size: 19px;
        font-weight: 400;
        margin: 20px 0;
        line-height: normal;
    }

    h4 {
        line-height: normal;
    }

    h5 {
        font-size: 17px;
        font-weight: 300;
        margin: 10px 0;
        line-height: normal;
    }

    h6 {
        font-size: 15px;
        margin: 10px 0;
        font-weight: bold;
        line-height: normal;
    }


    /*
 * padding
 */
    .no-padding-bottom {
        padding-bottom: 0px !important;
    }

    .padding-5 {
        padding: 5px !important;
    }

    .padding-7 {
        padding: 7px !important;
    }

    .padding-10 {
        padding: 10px !important;
    }

    .padding-gutter {
        padding: 13px !important;
    }

    .padding-top-10 {
        padding-top: 10px !important;
    }

    .padding-top-15 {
        padding-top: 15px !important;
    }

    .padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .padding-bottom-0 {
        padding-bottom: 0px !important;
    }

    .padding-top-0 {
        padding-top: 0px !important;
    }

    .padding-right-0 {
        padding-top: 0px !important;
    }

    .padding-left-10 {
        padding-left: 10px !important;
    }

    .padding-left-0 {
        padding-left: 0px !important;
    }

    .padding-left-15 {
        padding-left: 15px !important;
    }

    .padding-right-5 {
        padding-top: 0px !important;
    }

    .padding-right-10 {
        padding-top: 0px !important;
    }

    .padding-right-15 {
        padding-top: 0px !important;
    }

    .semi-bold {
        font-weight: 400 !important;
    }

    .ultra-light {
        font-weight: 300 !important;
    }
    /*
   * Font Sizes
   */
    .font-xs {
        font-size: 85% !important;
    }

    .font-sm {
        font-size: 95% !important;
    }

    .font-md {
        font-size: 130% !important;
    }

    .font-lg {
        font-size: 160% !important;
    }

    .font-xl {
        font-size: 200% !important;
    }

    .font-400 {
        font-size: 400% !important;
    }

    /*
 * Margins
 */
    .no-margin {
        margin: 0px !important;
    }

    .margin-top-5 {
        margin-top: 5px !important;
    }

    .margin-top-10 {
        margin-top: 10px !important;
    }

    .margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .margin-bottom-15 {
        margin-bottom: 10px !important;
    }

    .margin-right-5 {
        margin-right: 5px !important;
    }

    .margin-top-0 {
        margin-top: 0px !important;
    }

    .margin-bottom-0 {
        margin-bottom: 0px !important;
    }

    /* end typeface*/






    blockquote {
        background: #ffffff;
        border-left: 10px solid #36bcf2;
        margin: 1.5em 10px;
        padding: 0.5em 10px;
    }

        blockquote:before {
            color: #636666;
            content: open-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
        }

        blockquote p {
            display: inline;
        }


    /* End white background */

    /*colors*/
    .txt-ums-lochmara {
        color: #0083ca !important;
    }

    .txt-ums-malibu {
        color: #36bcf2 !important;
    }

    .txt-ums-black {
        color: #000000 !important;
    }

    .txt-ums-white {
        color: #ffffff !important;
    }

    .card-text.txt-ums-white {
        color: #ffffff !important;
    }

    .txt-ums-gray {
        color: #636666 !important;
    }

    .txt-ums-alto {
        color: #d6d9db !important;
    }

    .txt-ums-sushi {
        color: #89c540 !important;
    }

    .txt-ums-pear {
        color: #bed73b !important;
    }

    .txt-ums-carror-orange {
        color: #F08B1D !important;
    }

    .txt-ums-orange-roughy {
        color: #e75b21 !important;
    }

    .color-good {
        color: #40ac2b !important;
    }

    .color-bad {
        color: #ed1c24 !important;
    }


    /* backgrounds colors */
    .bk-ums-lochmara {
        background-color: #0083ca !important;
    }

    .bk-ums-malibu {
        background-color: #36bcf2 !important;
    }

    .bk-ums-black {
        background-color: #000000 !important;
    }

    .bk-ums-white {
        background-color: #ffffff !important;
    }

    .bk-ums-gray {
        background-color: #636666 !important;
    }

    .bk-ums-alto {
        background-color: #d6d9db !important;
    }

    .bk-ums-sushi {
        background-color: #89c540 !important;
    }

    .bk-ums-pear {
        background: #bed73b !important;
    }

    .bk-ums-carror-orange {
        background-color: #F08B1D !important;
        /*
    F08B1D
    f00d15 -- red
    */
    }

    .bk-ums-orange-roughy {
        background-color: #e75b21 !important;
    }


    /* fill colors */
    .fill-ums-lochmara {
        color: #0083ca !important;
    }

    .fill-ums-malibu {
        fill: #36bcf2 !important;
    }

    .fill-ums-black {
        fill: #000000 !important;
    }

    .fill-ums-white {
        fill: #ffffff !important;
    }

    .fill-ums-gray {
        fill: #636666 !important;
    }

    .fill-ums-alto {
        fill: #d6d9db !important;
    }

    .fill-ums-sushi {
        fill: #89c540 !important;
    }

    .fill-ums-pear {
        fill: #bed73b !important;
    }

    .fill-ums-color-carror-orange {
        fill: #f00d15 !important;
    }

    .fill-ums-orange-roughy {
        fill: #e75b21 !important;
    }
    /*
/*End Colors*/



    /* Dividers*/

    hr.ums-divider {
        top: 10px;
        border: none;
        height: 3px;
        background: #636666;
        margin-bottom: 15px;
    }


    .ums-logo {
        margin: 10px;
    }

    .pull-right {
        float: right !Important;
    }

    .pull-left {
        float: left !Important;
    }

    /* Buttons */

    .btn-ums-sushi {
        background-color: #89c540;
        border: none;
        color: #ffffff;
        cursor: pointer;
    }

        /* Darker background on mouse-over */
        .btn-ums-sushi:hover {
            background-color: #84bd3e;
            color: #ffffff;
        }




    .btn-ums-pear {
        background-color: #bed73b;
        border: none;
        color: white;
        cursor: pointer;
    }

        /* Darker background on mouse-over */
        .btn-ums-pear:hover {
            background-color: #8fa32a;
            color: white;
        }


    .btn-ums-lochmara {
        background-color: #0083ca;
        border: none;
        color: white;
        cursor: pointer;
    }

        /* Darker background on mouse-over */
        .btn-ums-lochmara:hover {
            background-color: #046ea7;
            color: white;
        }

    .btn-ums-malibu {
        background-color: #36bcf2;
        border: none;
        color: #636666;
        cursor: pointer;
    }

        /* Darker background on mouse-over */
        .btn-ums-malibu:hover {
            background-color: #1ca0d4;
            color: #ffffff;
        }

    .btn-ums-gray {
        background-color: #636666;
        border: none;
        color: #ffffff;
        cursor: pointer;
    }

        /* Darker background on mouse-over */
        .btn-ums-gray:hover {
            background-color: #3a3b3b;
            color: #ffffff;
        }

    .btn-ums-alto {
        background-color: #d6d9db;
        border: none;
        color: #000000;
        cursor: pointer;
    }

        /* Darker background on mouse-over */
        .btn-ums-alto:hover {
            background-color: #a7a9aa;
            color: #000000;
        }



    .btn-ums-carrot-orange {
        background-color: #F08B1D;
        border: none;
        color: #ffffff;
        cursor: pointer;
    }

        /* Darker background on mouse-over */
        .btn-ums-carrot-orange:hover {
            background-color: #be6e17;
            color: #ffffff;
        }

    .btn-ums-orange-rughy {
        background-color: #e75b21;
        border: none;
        color: #ffffff;
        cursor: pointer;
    }

        /* Darker background on mouse-over */
        .btn-ums-orange-rughy:hover {
            background-color: #be4e1e;
            color: #ffffff;
        }
    /* End Buttons */