﻿

.li-logo {
    clear: both;
    margin: 0px -15px;
}

html, body {
    overflow: visible !important;
    font-family: Arial, Verdana, sans-serif;
}


dt {
    text-align: left !important;
}

html {
    background-color: #fff;
}

body {
    background-color: #fff;
}


.segesbutton,
input[type="submit"].orderbutton,
input[type="button"].orderbutton {
    color: #ffffff;
    background-color: rgb(0, 45, 53);
}

    .segesbutton:hover,
    .segesbutton:active,
    .segesbutton:focus,
    input[type="submit"].action135:hover,
    input[type="button"].action135:hover,
    input[type="submit"].action135:active,
    input[type="button"].action135:active,
    input[type="submit"].action135:focus,
    input[type="button"].action135:focus {
        background-color: rgb(10, 86, 93);
        color: #ffffff;
    }


.segesbuttondisable,
input[type="submit"].orderbutton,
input[type="button"].orderbutton {
    color: #ffffff;
    background-color: rgb(128, 128, 128);
}

    .segesbuttondisable:hover,
    .segesbuttondisable:active,
    .segesbuttondisable:focus,
    input[type="submit"].action135:hover,
    input[type="button"].action135:hover,
    input[type="submit"].action135:active,
    input[type="button"].action135:active,
    input[type="submit"].action135:focus,
    input[type="button"].action135:focus {
        background-color: rgb(128, 128, 128);
        color: #ffffff;
    }

h1 {
    font-family: 'LF Press Sans Heavy';
    color: rgb(88,89,91);
    margin: 10px 0px 20px;
}

h2, h3 {
    font-family: 'LF Press Sans';
    color: rgb(88,89,91);
    margin: 10px 0px 20px;
}

h1 {
    font-size: 45px;
    line-height: 45px;
    overflow: hidden;
    text-transform: uppercase;
    word-wrap: break-word;
}

h2 {
    font-size: 24px;
    line-height: 26px;
}

h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}

a, a:hover, a:focus {
    color: #ec6d08;
}

.content-logo {
   /* background-color: #002D35;*/
}

.regular-header {
    font-family: "LF Press Sans",Arial,Verdana,sans-serif;
    font-size: inherit;
}

.panel-title {
    font-weight: bold;
}

.header {
    margin-top: 48px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
}


a, a:hover, a:focus {
    color: #e95d0f;
}

label {
    margin-bottom: 0px;
    color: rgb(88, 89, 91);
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    padding-bottom: 20px;
}

.contact-box {
    background: #002D35;
    padding: 15px 0 25px 15px;
    overflow: hidden;
}

.contact-box .contact-box-primary-content {
    border-bottom: none;
    color: rgb(88,89,91);
}

.contact-box .contact-box-description, .contact-box .contact-box-primary-content {
    padding: 0;
    color: #FFF;
}

.contact-box h3
{
    color:#fff;
    font-weight:normal;
}

.read-more img {
    float: left;
    padding: 8px 8px 0 0;
}

span.field-validation-error {
    color:red;
}

.content-footer {
    background-color: #fff;
}

.footerText {
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 11px;
}

    .footerText a {
        color: #e95d0f;
    }

.userwarning
{
    color:red;
    font-weight:bold;
    font-size:15px;
}