/* Minification failed. Returning unminified contents.
(567,27): run-time error CSS1038: Expected hex color, found '#white'
(667,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(736,27): run-time error CSS1038: Expected hex color, found '#white'
 */

/* Added for Bitsight Issue fix */
.htmlactionlink {
    background-color: #00609c;
    border: 1px solid #787878;
    color: White !important;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    padding: 8px;
    margin-right: 8px !important;
    width: auto;
    text-decoration: none;
}

    .htmlactionlink.call-to-action {
        border: 1px solid #e36f1e;
        background: #e36f1e;
        border-radius: 6px;
        appearance: auto;
        margin: 5px 0 6px 0;
    }

    .htmlactionlink.buttonsize {
        width: 175px;
    }


.htmlrisksummary {
    background-color: #00609c;
    border: 1px solid #787878;
    color: White !important;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    padding: 8px;
    margin-right: 8px !important;
    text-decoration: none;
    width: 175px;
    margin: 5px 0 6px 0;
    display: inline-block;
}

.spinner {
    height: 10px;
    width: 45px;
}

.htmlrisksummary.call-to-action {
    font-weight: 700;
    text-shadow: 1px 1px 1px white;
    color: #A0A0A0 !important;
}

.htmlrisksummary.editor {
    cursor: default;
}

.hrefbutton {
    background: none !important;
    color: #00A4E4 !important;
    font-weight: normal !important;
    margin: 2px !important;
    padding: 0 !important;
    text-decoration: none;
    cursor: pointer !important;
    outline: none !important;
    font-size: 1em !important;
    font-family: Arial, Helvetica, Sans-Serif !important;
    /*margin: 0 0 12px !important;*/
    text-align: center !important;
    /*display: block;*/
    border: none !important;
    /*border: none;
    color: #00a4e4;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    width: auto;*/
}

    .hrefbutton.call-to-action {
        color: #0073AE !important;
        text-decoration: underline !important;
    }

/*.hrefeditbutton {

}*/

.hrefdescbutton {
    background: none !important;
    color: #0073AE !important;
    font-weight: normal !important;
    margin: 2px !important;
    padding: 0 !important;
    text-decoration: underline;
    cursor: pointer !important;
    outline: none !important;
    font-size: 1em !important;
    font-family: Arial, Helvetica, Sans-Serif !important;
    /*margin: 0 0 12px !important;*/
    text-align: center !important;
    /*display: block;*/
    border: none !important;
    width: auto;
}

.hrefbutton:hover {
    color: #0073AE !important;
    text-decoration: underline !important;
}

.a-link-colour {
    color: #0073AE;
}

.programvisible {
    display: none
}

.endotable {
    width: 30%;
}

.endotable36 {
    width: 36%;
}

.nonownedsearch {
    margin-top: 10px;
}

html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    /*font-size: .85em;*/
    font-size: 10pt;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
}



a {
    color: #00a4e4;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}



    a:visited,
    a:active, a:hover {
        color: #0073AE;
    }


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    margin-right: 5px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    background-color: #0073AE;
    color: White;
    text-align: center;
}

h3 {
    font-size: 1.2em;
}

h4, .tablerowheader {
    font-size: 1.1em;
    text-align: center;
    background-color: #0073AE;
    color: White;
    font-weight: bold;
    white-space: nowrap;
}

.tablerowheader {
    padding: 0.1em 1em 0.1em 1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

h6 {
    background: #D1D0CE;
}

/* Loading animation for page load
   Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    /*display: none;*/
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Content/themes/base/images/ajax-loader.gif') 50% 50% no-repeat;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#container {
    min-height: 100%;
    position: relative;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    /*padding-bottom: 35px;*/
    padding-bottom: 100px;
    padding-top: 0px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 0px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #D1D0CE;
    font-size: .8em;
    height: 100px;
    bottom: 0px;
    width: 100%;
    position: absolute;
}

/*hide for screen*/
.displayhidden {
    visibility: hidden;
}

.nowrap {
    white-space: nowrap;
    display: inline-block;
    padding-right: 5px;
}

.pad-left {
    padding-left: 1em;
}

.pad-right {
    padding-right: 1em;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.bold-red {
    font-weight: bold;
    color: #C41C30;
}

.pdf {
    width: 100%;
    height: 400px;
}

#tblDiscounts {
    width: 60%;
}

#divnamedinsured {
    width: 50%;
}

#divproducerinfo {
    width: 45%;
}

#divaircraft {
    width: 27%;
    float: left;
}

#divpilotinfo {
    width: 73%;
}

#divpilot {
    width: 50%;
    float: left;
}

#divhours {
    width: 18%;
}

#divtraining {
    width: 27%;
}

#divliability {
    width: 71%;
    float: left;
}

#divmedother {
    width: 28%;
    padding-right: 0px;
}

#divdiscounts {
    width: 68%;
}

#divannualpremium {
    width: 18%;
}

#pageContent {
    display: none;
}

#divlossreportemail label {
    width: 10%;
}

.small-font {
    font-size: .8em;
}

.large-font {
    font-size: 1.1em;
}

.small-dropdown select {
    padding: 0px;
    margin: 1px
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #00A4E4;
    font-family: Arial;
    font-size: 2.1em;
    margin: 0;
}
/*Added for Bitsight issue fix - RLSE0103564*/
.site-title-image {
    height: 50px;
    vertical-align: middle;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #00A4E4;
    outline: none;
    text-decoration: none;
    font-weight: bold;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 1em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        color: #00A4E4;
    }

        #login a:hover {
            text-decoration: underline;
            color: #0073AE;
        }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
            color: #00A4E4;
        }

            #login a.username:hover {
                color: #0073AE;
            }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* eLAD menu
----------------------------------------------------------*/
.menueLAD {
    margin: 0 auto;
    width: 100%;
    float: left;
    position: relative;
    z-index: 4;
    /*height: 36px;*/
    background: white;
    border: 1px solid white;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0px;
    display: inline;
    /*display: inline; Modified for Bitsight issue fix - RLSE0103564*/
    /*display: inline-flex;*/
}

    .menueLAD li {
        padding: 0;
        float: left;
        position: relative;
        color: white;
        z-index: 5;
        /*display: inline; Modified for Bitsight issue fix - RLSE0103564 */
        display: inline-flex;
    }

        .menueLAD li:hover, .menueLAD li.onhover {
            border-top: 2px solid #0073AE;
        }

    .menueLAD a {
        padding: 0 20px;
        line-height: 35px;
        font-size: 1.1em;
        font-weight: bold;
        display: inline-block;
        outline: 0;
        text-decoration: none;
        color: #00A4E4;
        position: relative;
    }

    .menueLAD li:hover a, .menuTemplate4 li.onhover a {
        background-color: white;
        color: #0073AE;
        z-index: 9;
    }

    .menueLAD a.arrow {
        /*background: url(arrow.gif) no-repeat right center;*/
    }

    .menueLAD li.menuRight {
        float: right;
        margin-right: 0px;
    }

    .menueLAD li.separator {
        display: block;
    }

    .menueLAD .drop {
        position: absolute;
        z-index: 5;
        left: -9999px;
        border: 1px solid #white;
        border-bottom: 1px solid #0073AE;
        background: #00A4E4;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #00A4E4;
        /*top:34px;*/
        width: 100%;
    }

        .menueLAD .drop a {
            padding-left: 0px;
            padding-right: 0px;
            margin-left: 10px;
            line-height: 26px;
            font-size: 1em;
            font-weight: normal;
            display: inline;
            text-align: left;
            position: static;
            z-index: 0;
            background-image: none;
        }

    .menueLAD li:hover .drop, .menueLAD li.onhover .drop {
        left: 1px;
        background: #ADE0EE;
    }

    .menueLAD li:hover .dropToLeft, .menueLAD li.onhover .dropToLeft {
        left: auto;
        right: -1px;
        background: white;
    }

    .menueLAD li:hover .dropToLeft2, .menueLAD li.onhover .dropToLeft2 {
        left: auto;
        right: -60px;
    }

    .menueLAD div.drop div div {
        padding: 0px 2px;
    }

    .menueLAD li:hover .drop a, .menuTemplate4 li.onhover .drop a {
        background: none;
        background-image: none;
        padding: 0 0;
    }

    .menueLAD div.drop div a {
        /*line-height: 24px;  */
        color: #0073AE;
        background: none;
    }

        .menueLAD div.drop div a:hover {
            text-decoration: underline;
            cursor: pointer;
            color: #005984;
        }

    .menueLAD div.left {
        float: left;
    }

.decor4_1 {
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0px 1px 4px #999;
    -webkit-box-shadow: 0px 1px 4px #999;
    box-shadow: 0px 1px 4px #999;*/
}

.decor4_2 {
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0 4px 10px #CCC;
    -webkit-box-shadow: 0 4px 10px #CCC;
    box-shadow: 0 4px 10px #CCC;  */
}

/*using this menu now so works with touch screens -- no longer using menueLAD above*/
#nav {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0 auto;
    float: left;
    z-index: 4;
    background: white;
    border: 1px solid white;
    list-style: none;
    padding: 0px;
    display: inline; /*Modified for Bitsight issue fix - RLSE0103564*/
    /*display: inline-flex;*/ */
}

    #nav > a {
        display: none;
    }

    #nav li {
        padding: 0;
        float: left;
        position: relative;
        color: white;
        z-index: 5;
        display: inline;
        /*display: inline; Modified for Bitsight issue fix - RLSE0103564*/
        /*display: inline-flex;*/
    }

        #nav li a {
            color: #00A4E4;
            display: block;
        }

    /* first level */

    #nav > ul {
        background-color: white;
        color: #0073AE;
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
    }

        #nav > ul > li {
            padding: 0;
            float: left;
            position: relative;
            color: white;
            z-index: 5;
            display: inline;
            /*display: inline; Modified for Bitsight issue fix - RLSE0103564*/
            /*display: inline-flex;*/
        }

            #nav > ul > li > a {
                padding: 0 20px;
                line-height: 35px;
                font-size: 1.1em;
                font-weight: bold;
                display: inline-block;
                outline: 0;
                text-decoration: none;
                color: #00A4E4;
                position: relative;
            }

            #nav > ul > li:hover > a {
                border-top: 2px solid #0073AE;
                background-color: white;
                color: #0073AE;
                z-index: 9;
            }


    /* second level */

    #nav li > ul {
        position: absolute;
        z-index: 5;
        left: -9999px;
        border: 1px solid #white;
        border-bottom: 1px solid #0073AE;
        background: #ADE0EE;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    #nav li:hover ul {
        display: block;
        left: 0;
        right: 0;
        background: #ADE0EE;
    }

    #nav li ul li {
        text-align: left;
        width: 100%;
        background: #ADE0EE;
    }

    #nav li ul a {
        padding-left: 0px;
        padding-right: 0px;
        line-height: 26px;
        font-size: 1em;
        font-weight: normal;
        background-image: none;
        text-align: left;
        position: static;
        z-index: 0;
        color: #0073AE;
        display: inline;
        text-decoration: none;
    }

    #nav li ul li:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #005984;
        background-image: none;
    }

/* main menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0 0 15px;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #D1D0CE;
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        color: #3e5667;
        padding: 10px 20px 10px 20px;
        margin-top: 10px;
        border: 5px ridge #D1D0CE;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: black;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
    margin-top: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
        background-color: #D1D0CE;
        font-size: 1.25em;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: bold;
    color: #76777B;
}

.table-cell {
    display: table-cell;
    padding: 0 .5em 0 0;
}

.alternating-row {
    background-color: #D1D0CE;
}

.fullwidth {
    width: 100%;
}

.editor {
    width: 100%;
}

    .editor label {
        float: left;
        width: 25%;
        margin-top: 10px;
    }

    .editor input, select {
        width: auto;
        margin: 10px 0 0 0;
    }

.displaytext {
    margin-top: 10px;
}

.editorlongtext {
    width: 100%;
}

    .editorlongtext label {
        float: left;
        width: 25%;
        margin-top: 10px;
    }

    .editorlongtext input, select {
        margin: 10px 0 0 0;
    }

.editor-2-column {
    width: 50%;
    float: left;
}

.editor-3-column {
    width: 10%;
    float: left;
}

.editor-3-column-center {
    width: 15%;
    float: left;
    margin-top: 5%;
}

    .editor-3-column-center input[type="button"] {
        width: 70%;
    }


.smallwidthleft {
    width: 10%;
    float: left;
}

.longwidthright {
    width: 85%;
}

.editor-2-column label {
    float: left;
    width: 35%;
    margin-top: 10px;
}

.editor input, select {
    width: auto;
    margin: 10px 0 0 0;
}

.smalltext input {
    width: 50px;
}

.mediumtext input {
    width: 75px;
}

.mediumlongtext input {
    width: 200px;
}

.longtext input {
    width: 200px;
}

.tdwrap {
    white-space: normal;
}

.text-right {
    text-align: right;
}

/*FAQ*/
.FAQ ol li {
    font-weight: bold;
}
/* login page */
#loginForm {
    /*border-right: solid 2px #c8c8c8;*/
    /*float: left;*/
    /*width: 55%;*/
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        /*display: inline; Modified for Bitsight issue fix - RLSE0103564*/
        /*display: inline-block;*/
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 0;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.divborder {
    border: 1px solid;
    border-radius: 10px;
    padding: 0px 5px 5px 5px;
    overflow: hidden;
}

.aircraftinfo table {
    width: 100%;
}

.aircraftinfo fieldset {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 5px 0 5px;
}

fieldset legend {
    display: none;
}

.aircraftinfo fieldset legend {
    display: block;
    color: #0073AE;
    font-weight: 700;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

    fieldset ol li {
        padding-bottom: 5px;
    }

.aircraftinfo td label {
    margin: 5px 5px 5px 5px;
}

.aircraftinfo input {
    margin: 5px 5px 5px 5px;
}



label {
    display: block;
    font-size: 1em;
    font-weight: 600;
    color: #54565B;
}

    label.checkbox {
        display: inline;
    }

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 5px;
}

    input[type="file"] {
        width: 500px;
        background: #D1D0CE;
    }

    /*this is to get browsers other than IE to have the same disabled input effect IE has by default*/
    input[disabled="disabled"],
    input:disabled {
        color: #A0A0A0;
    }

    button[disabled="disabled"],
    input[type="submit"]:disabled,
    input[type="button"]:disabled {
        font-weight: 700;
        text-shadow: 1px 1px 1px white;
        color: #A0A0A0;
    }
/*end disabled input */

input, textarea {
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}


.longtext input, textarea {
    width: 90%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="radio"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #00609c;
    border: 1px solid #787878;
    color: White;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    padding: 8px;
    margin-right: 8px;
    width: auto;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover {
        background: #005285;
    }

    input[disabled]:hover,
    button[disabled]:hover {
        color: #A0A0A0;
    }

    input[type="submit"]:active,
    input[type="button"]:active,
    button:active {
        background: #004E72;
    }

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

input[type="button"].buttonsize {
    width: 175px;
}

/*call to action button (like Get Quote, Act Now) - normal, rollover and click --note click not supported in IE8*/
input[type="submit"].call-to-action,
input[type="button"].call-to-action,
button.call-to-action {
    border: 1px solid #e36f1e;
    background: #e36f1e;
    border-radius: 6px;
}

    input[type="submit"].call-to-action:hover,
    input[type="button"].call-to-action:hover,
    button.call-to-action:hover {
        background: #c85c11;
    }

    input[type="submit"].call-to-action:active,
    input[type="button"].call-to-action:active,
    button.call-to-action:active {
        background: #b44a01;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #C41C30;
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #C41C30;
}

/* styles for validation helpers */
.field-validation-error {
    color: #C41C30;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #C41C30;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    margin-right: 1em;
}

th {
    font-size: 1em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    background-color: #FEEEC4;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.1em 1em 0.1em 0em;
    border: 0 none;
    white-space: nowrap;
}

.centerTableRowText {
    text-align: center;
    padding: 0.1em 0.25em 0.1em 0.25em;
}

.centerTable {
    margin-left: auto;
    margin-right: auto;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

@media print {
    body {
        font-size: 8pt;
    }

    h2 {
        font-size: 1.5em;
        margin-top: 0;
        padding-top: 0;
    }

    h4, .tablerowheader {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    input, textarea, select {
        margin: 0px 0 5px 0;
        padding: 0px;
    }

    .printhide {
        display: none;
        visibility: hidden;
    }

    /*show for print*/
    .displayhidden {
        visibility: visible;
    }

    .top-bottom-margrin {
        margin: 5px 0 0px 0;
    }

    #divannualpremium {
        width: 18%;
    }

    #divdiscounts {
        width: 63%;
    }

    #body {
        padding-bottom: 0;
    }
}

/********************
*   Mobile Styles   *
********************/
/*@media only screen and (min-width : 768px) 
and (max-width : 1024px) -- hack for ipad for testing with simulator*/
@media only screen and (max-width: 850px)
/*@media only screen and (min-device-width : 768px) 
and (max-device-width : 1024px) -- for ipad*/
{

    /* new eLAD menu for mobile */
    #nav {
        position: relative;
        top: auto;
        left: auto;
    }

        #nav > a {
            width: 3.125em; /* 50 */
            height: 3.125em; /* 50 */
            text-align: left;
            text-indent: -9999px;
            background-color: #0073AE;
            position: relative;
        }

            #nav > a:before,
            #nav > a:after {
                position: absolute;
                border: 2px solid #fff;
                top: 35%;
                left: 25%;
                right: 25%;
                content: '';
            }

            #nav > a:after {
                top: 60%;
            }

        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type {
            display: block;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            position: static;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
            display: block;
            position: static;
        }

            #nav > ul > li > a {
                padding: 0 20px 0 10px;
            }

            #nav > ul > li:hover > a {
                width: 100%;
            }


        /* second level */

        #nav li > ul {
            height: 100%;
            width: auto;
            display: none;
            position: static;
            border: 0;
            border-bottom: 0;
            background: white;
            padding-top: 0px;
        }

        #nav li:hover ul {
            position: static;
            display: block;
            left: 10px;
            background: white;
        }

        #nav li ul li {
            padding-left: 5px;
        }

            #nav li ul li:last-child {
                border-bottom: 1px solid #0073AE;
            }

    /* end eLAD menu for mobile */

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
        background-color: #00A4E4;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            /*display: inline; Modified for Bitsight issue fix - RLSE0103564*/
            /*display: inline-block;*/
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 0px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }




    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

#floatingBarsG {
    position: relative;
    width: 60px;
    height: 75px;
    margin: auto;
}

.blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 27px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 8px;
    top: 10px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 25px;
    top: 3px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 8px;
    top: 10px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 27px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 8px;
    bottom: 7px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 25px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 8px;
    bottom: 7px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}



@keyframes fadeG {
    0% {
        background-color: rgba(242,148,97,0.4);
    }

    100% {
        background-color: rgba(242,148,97,0.96);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgba(242,148,97,0.4);
    }

    100% {
        background-color: rgba(242,148,97,0.96);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgba(242,148,97,0.4);
    }

    100% {
        background-color: rgba(242,148,97,0.96);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgba(242,148,97,0.4);
    }

    100% {
        background-color: rgba(242,148,97,0.96);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgba(242,148,97,0.4);
    }

    100% {
        background-color: rgba(242,148,97,0.96);
    }
}


.loader {
    position: relative;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
}

.container {
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
    height: 100px;
}

.h1style {
    margin-top: -50px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

