﻿
body {
    background-color: white;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
    font-size: 16px;
    color: #555;
    overflow-y: scroll;
}

.White {
    color: white;
}

.Red {
    color: #db2224;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #808080;
}

a:hover {
    color: #ff8a00;
    text-decoration: none;
}

a.MenuLink:link,
a.MenuLink:visited,
a.MenuLink:active {
    color: #eeeeee;
    text-decoration: none;
}

a.MenuLink:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ff8a00;
}

a.BigLink:link,
a.BigLink:visited,
a.BigLink:active {
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
}

a.BigLink:hover {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    font-size: 18px;
    font-weight: bolder;
}

h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
h4 {
    color: #eb4200;
    margin-bottom: 10px;
}


div.MenuBarMobileRight {
    display: none;
    padding: 10px;
    font-size: 20px;
    background-color: rgba(255,255,255,0.9);
    color: gray;
    width: 60%;
    min-width: 100px;
    max-width: 250px;
    position: fixed;
    right: 0px;
    top: 45px;
    -webkit-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    -moz-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    border: 1px solid gray;
    border-right: none;
    z-index: 150;
}

div.MenuItemTopPhone {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    /*text-transform: uppercase; */
}

.Clickable {
    cursor: pointer;
}

@media screen and (min-width: 640px) {
    div.TopMenu {
        position: fixed;
        height: 46px;
        background-color: #909090;
        width: 100%;
        display: flex;
        box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.45);
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        color: white;
        font-weight: 500;
        z-index: 100;
    }
}

@media screen and (max-width: 449px) {
    div.MenuItem {
        display: none;
    }

    div.MobileMenu {
        display: block;
        position: absolute;
        right: 0px;
        font-size: 32px;
        color: white;
        padding-right: 10px;
    }
}

@media screen and (min-width: 450px) {
    div.MobileMenu {
        display: none;
    }

    div.MenuItem {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 899px) {
    div.MenuItemExt {
        display: none;
    }

    h1 {
        font-size: 24px;
        text-align: center;
    }
}

@media screen and (min-width: 900px) {
    div.MenuItemExt {
        display: block;
    }

    h1 {
        font-size: 32px;
        text-align: center;
    }

}

@media screen and (max-width: 639px) {
    div.TopMenu {
        position: fixed;
        height: 46px;
        background-color: #707070;
        width: 100%;
        display: flex;
        box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.45);
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        color: white;
        font-weight: 500;
        z-index: 100;
    }

}

div.FullWidthArticle {
    padding-left: 10px;
    padding-right: 10px;
}

div.LogoSmall {
    background-color: white;
    height: 40px;
    padding: 3px;
}

div.MenuRightPad {
    flex-grow: 2;
}


div.FinalFooter {
    display: flex;
    justify-content: space-around;
    background-color: #eeeeee;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

div.FinalFooterItem {
    min-width: 250px;
    width: 25%;
    padding-right: 20px;
    padding-left: 20px;
}

div.ArticlesInline {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    color: #3b3b3b;
    overflow-x: auto;
    text-align: center;
}


div.Articles {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    color: #3b3b3b;
    flex-wrap: wrap;
}

div.ArticleCol30Perc {
    width: 30%;
    max-width: 800px;
    min-width: 250px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

div.ArticleInline {
    width: 50%;
    max-width: 300px;
    min-width: 120px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.form-style-2 {
    /*margin:10px auto; center the form*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial;
}

    .form-style-2 li {
        padding: 0;
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
    }

    .form-style-2 label {
        margin: 0 0 3px 0;
        padding: 0px;
        display: block;
        font-weight: bold;
    }

    .form-style-2 input[type=text],
    .form-style-2 input[type=date],
    .form-style-2 input[type=datetime],
    .form-style-2 input[type=number],
    .form-style-2 input[type=search],
    .form-style-2 input[type=time],
    .form-style-2 input[type=url],
    .form-style-2 input[type=email],
    .form-style-2 input[type=password],
    textarea,
    select {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

        .form-style-2 input[type=text]:focus,
        .form-style-2 input[type=date]:focus,
        .form-style-2 input[type=datetime]:focus,
        .form-style-2 input[type=number]:focus,
        .form-style-2 input[type=search]:focus,
        .form-style-2 input[type=time]:focus,
        .form-style-2 input[type=url]:focus,
        .form-style-2 input[type=email]:focus,
        .form-style-2 input[type=password]:focus,
        .form-style-2 textarea:focus,
        .form-style-2 select:focus {
            -moz-box-shadow: 0 0 8px #e9c388;
            -webkit-box-shadow: 0 0 8px #e9c388;
            box-shadow: 0 0 8px #e9c388;
            border: 1px solid #e9c388;
            font-size: 16px;
        }

    .form-style-2 .field-divided {
        width: 49%;
        max-width: 200px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-long {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-select {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-select-divided {
        width: 49%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-select-small {
        width: 39%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-textarea {
        height: 100px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .form-style-2 input[type=submit],
    .form-style-2 input[type=button] {
        border: none;
        padding: 8px 15px 8px 15px;
        background: #FF8500;
        color: #fff;
        box-shadow: 1px 1px 4px #DADADA;
        -moz-box-shadow: 1px 1px 4px #DADADA;
        -webkit-box-shadow: 1px 1px 4px #DADADA;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

        .form-style-2 input[type=submit]:hover,
        .form-style-2 input[type=button]:hover {
            background: #EA7B00;
            color: #fff;
            font-size: 16px;
        }

    .form-style-2 input[type=checkbox] {
        border: none;
        padding: 8px 15px 8px 15px;
        background: #FF8500;
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .required {
        color: red;
    }

div.BasicFlexView {
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
    margin-top:10px;
}

div.BasicFlexViewTopLine {
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
    margin-top: 15px;
}

div.BasicFlexViewBottomLine {
    display: flex;
    flex-wrap:wrap;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid gray;
    margin-bottom:10px;
}
div.Box25Perc {
    flex-grow: 1;
    width: 25%;
    min-width: 120px;
    max-width: 800px;
    margin: 0px;
    padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #686868;
    position: relative;
}

div.BoxRest {
    flex-grow: 2;
    width: 70%;
    min-width: 120px;
    margin: 0px;
    padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #686868;
    position: relative;
}

div.BodyBasicComp {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 100px;
    min-height: 600px;
    max-width: 1900px;
}

div.InfoBoxThird {
    flex-grow: 1;
    width: 30%;
    min-width: 220px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    background-color: #EAEAEA;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #686868;
    border: 1px solid gray;
    position: relative;
}

div.InfoBoxFull {
    flex-grow: 1;
    min-width: 220px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #EAEAEA;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #686868;
    cursor: pointer;
    border: 1px solid gray;
    position: relative;
}
h2.InfoBox {
    text-align: left;
    color: #787878;
    margin-bottom: 10px;
}

h1.InfoBox {
    text-align: left;
    color: #787878;
    margin-bottom: 10px;
}

a.blue:link,
a.blue:visited,
a.blue:active {
    color: #eb4200;
    text-decoration: none;
}

a.blue:hover {
    color: #ff8a00;
    text-decoration: underline;
}
a.bluelt:link,
a.bluelt:visited,
a.bluelt:active {
    color: #eb4200;
    text-decoration: none;
}

a.bluelt:hover {
    color: #ff8a00;
    text-decoration: underline;
}

img.ProductThnSimple {
    width: 100%;
    max-width: 200px;
}

img.ArticleImageSimple {
    width: 100%;
    max-width: 800px;
}

