@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    color: #666666;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.body-content {
/*    margin-top: 50px !important;*/
}

a,
.btn-link {
    text-decoration:none;
}

a:hover,
.btn-link:hover  {
    text-decoration:underline;
}

.container {
    max-width: 1140px;
}

.space-top {
    margin-top: 20px !important;
}

.space-htop {
    margin-top: 10px !important;
}

.space-bot {
    margin-bottom: 20px !important;
}

.space-hbot {
    margin-bottom: 10px !important;
}

.space-right {
    margin-right: 20px !important;
}

.space-hright {
    margin-right: 10px !important;
}

.space-left {
    margin-left: 20px !important;
}

.space-hleft {
    margin-left: 10px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar p, .sidebar li, .sidebar .text-blue {
    color: #fff
}

h1, h2, h3, h4, h5, h6 {
    color: #f28e20;
    font-weight: 600;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

.text-bold {
    font-weight: bold;
}

.text-blue {
    color: #005da7;
}

.text-orange {
    color: #f18d20;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #b94a48;
}

ul.styled {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

    ul.styled li {
        padding-left: 1em;
        text-indent: -.7em;
    }

        ul.styled li:before {
            content: "• ";
            color: #f28e20;
            font-weight: bold;
            font-size: 18px;
        }

.dotted-divider {
    border-top: dotted 2px #808080;
    margin: 20px 0 10px 0;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.img-center {
    margin: 0 auto;
}

.navbar-default .navbar-nav > li .active,
.navbar-default .navbar-nav > li .active:hover,
.navbar-default .navbar-nav > li a:focus {
    color: #555555;
    background-color: #1061a0;
    background: linear-gradient(#1061a0,#084f87);
}

.navbar-default .navbar-nav > li a:hover {
    background-color: #f18d20;
    background: linear-gradient(#f18d20,#f5af63) !important;
}

.navbar-default {
    background: #003864;
    background: linear-gradient(#003864,#084f87);
    border-bottom: solid 1px #000;
}

.navbar-nav li a,
.navbar-nav .caret {
    color: #fff !important;
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
    font-weight: bold;
}

    .navbar-nav li a img {
        margin: -5px 5px 0 0;
    }

.testimonial {
    border-color: #005da7;
}

    .testimonial > p {
        font-weight: normal;
        font-size: 14px !important;
    }

    .testimonial > footer {
        font-weight: bold;
        font-size: 11px !important;
    }

input[type=checkbox].form-control {
    border: none;
    display: block;
    box-sizing: inherit;
    box-shadow: none;
    width: 20px;
    height: 20px;
}

.support-link {
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
}
