/* Minification failed. Returning unminified contents.
(2137,16): run-time error CSS1036: Expected expression, found '@default-font-size'
 */
@charset "UTF-8";
/******** GM 6-23-2023 ***** BEGIN ***** Styles for Logout Warning *******/
.logout-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

}

.logout-modal > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 100px;
    margin-top: -50px;
    margin-left: -150px;
    padding: 6px;
    background-color: white;
    border: solid 1px #000;
}

    .logout-modal > div p {
        margin: 6px 10px 6px 12px;
        display: inline-block;
        text-align: left;
        /*  changes */
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        color: black;
    }
    .logout-modal > div span {
        margin: 6px;
        display: inline-block;
        text-align: left;
        /*  changes */
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        color: black;
    }

.logout-modal > div span {
    display: inline-block;
}

.logout-modal > div > div {
    margin: 10px 6px 6px 6px;
}

.logout-modal > div > div button {
    margin: 6px;
}

/******** GM 6-23-2023 ***** END   ***** Styles for Logout Warning *******/


/* GM new style for refresh - not for header area */
#BaseFormatting .NoPaddingNoMargin {
    padding: 0;
    margin: 0;
}

#BaseFormatting .DefaultHorizontalPadding {
    padding-left: 60px;
    padding-right: 60px;
}

#BaseFormatting .DefaultVerticalPadding {
    padding-top: 60px;
    padding-bottom: 60px;
}

#BaseFormatting .Clear {
    clear: both;
}

#BaseFormatting .FloatLeft {
    float: left;
}

#BaseFormatting .FloatRight {
    float: right;
}

#BaseFormatting .DisplayInline {
    display: inline;
}

#BaseFormatting .Width100 {
    width: 100%;
}

#BaseFormatting .BoxSizing-BorderBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#BorderStyles .None {
    border: none;
}

#BorderStyles .All {
    border: solid 1px #d0d0d0;
}

#BorderStyles .All2 {
    border: solid 1px #c2c2c2;
}

#BorderStyles .Left {
    border-left: solid 1px #d0d0d0;
}

#BorderStyles .Right {
    border-right: solid 1px #d0d0d0;
}

#BorderStyles .Top {
    border-top: solid 1px #d0d0d0;
}

#BorderStyles .Bottom {
    border-bottom: solid 1px #d0d0d0;
}

#BorderStyles .Transparent-All {
    border: solid 1px transparent;
}

#BorderStyles .LightBottom {
    border-bottom: solid 1px #ececec;
}

#BorderStyles .NoTableBorder {
    border-collapse: separate;
    border-spacing: 0;
}

#Icons .Base {
    background-repeat: no-repeat;
    background-position: center;
}

#Icons .ActionDropdown .DropdownArrow {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/General/Icon_DropdownArrow.png);
}

#Icons .ActionDropdown .DropdownArrowWhite {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/General/Icon_DropdownArrowWhite.png);
}

#Icons .ActionDropdown .Lightning {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/General/Icon_Action.png);
}

#Icons .ActionDropdown .LightningWhite {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/General/Icon_ActionWhite.png);
}

#Icons .SideMenu {
    /* GM 10-17-2017 Added */
    /* END GM 10-17-2017 Added */
}

    #Icons .SideMenu .Base {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
    }

    #Icons .SideMenu .TitleBase {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        position: absolute;
    }

    #Icons .SideMenu .IconBase {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
    }

    #Icons .SideMenu .ExpandMenu {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        position: absolute;
        background-image: url(/Images/Icons/SideMenu/icon_collapse-menu.png);
    }

    #Icons .SideMenu .ExpandMenuHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        position: absolute;
        background-image: url(/Images/Icons/SideMenu/icon_expand-menu_hover.png);
    }

    #Icons .SideMenu .CollapseMenu {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        position: absolute;
        background-image: url(/Images/Icons/SideMenu/icon_expand-menu.png);
    }

    #Icons .SideMenu .CollapseMenuHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        position: absolute;
        background-image: url(/Images/Icons/SideMenu/icon_collapse-menu_hover.png);
    }

    #Icons .SideMenu .Summary {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_policy.png);
    }

    #Icons .SideMenu .SummaryHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_policy_white.png);
    }

    #Icons .SideMenu .Customer {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_customer-info.png);
    }

    #Icons .SideMenu .CustomerHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_customer-info_white.png);
    }

    #Icons .SideMenu .Funder {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_funder-info.png);
    }

    #Icons .SideMenu .FunderHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_funder-info_white.png);
    }

    #Icons .SideMenu .BillingInfo {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_billing-info.png);
    }

    #Icons .SideMenu .BillingInfoHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_billing-info_white.png);
    }

    #Icons .SideMenu .BillingHistory {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_billing-history.png);
    }

    #Icons .SideMenu .BillingHistoryHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_billing-history_white.png);
    }

    #Icons .SideMenu .Claims {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/navicon_claims.png);
    }

    #Icons .SideMenu .ClaimsHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/navicon_claims_white.png);
    }

    #Icons .SideMenu .Documents {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_docs.png);
    }

    #Icons .SideMenu .DocumentsHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_docs_white.png);
    }

    #Icons .SideMenu .CoPays {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/images/Icons/Icon_CoPays.png);
    }

    #Icons .SideMenu .CoPaysHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/images/Icons/Icon_CoPays_White.png);
    }

    #Icons .SideMenu .EventHistory {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_event-history.png);
    }

    #Icons .SideMenu .EventHistoryHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_event-history_white.png);
    }

    #Icons .SideMenu .Notes {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_notes.png);
    }

    #Icons .SideMenu .NotesHover {
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 50px;
        float: left;
        background-image: url(/Images/Icons/SideMenu/icon_notes_white.png);
    }

#Icons .Common .Edit {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/Icons/Icon_Edit.png);
}

#Icons .Common .Info {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/Icons/Icon_Info.png);
}

#Icons .Common .Warning {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/Icons/icon_warning.png);
}

#Icons .Common .Letter {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/Icons/Icon_Letter.png);
}

#Icons .Common .Pdf {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/Icons/Icon_Pdf.png);
}

#Icons .Common .Email {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/Icons/icon_email.png);
}

#Icons .Common .Print {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/icons/icon_print.png);
}

#Icons .Common .PrintGray {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/Icons/icon_print_gray.png);
}

#Icons .Search .Icon {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/general/button_RedSearch.gif);
}

#Form {
    /* GM 6-1-16 fix IE dropdown padding problem*/
}

    #Form .TextInput {
        border: solid 1px #d0d0d0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        height: 35px;
    }

    #Form .SelectInput {
        border: solid 1px #d0d0d0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 14px;
        height: 35px;
    }

    #Form .TextArea {
        border: solid 1px #d0d0d0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        min-height: 200px;
    }

    #Form .DropdownInput {
        padding-left: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: solid 1px #c2c2c2;
        font-size: 14px;
        height: 35px;
    }

#TableStyles .Table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}

#TableStyles .DefaultCellFormat {
    border-bottom: solid 1px #d0d0d0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
}

#BaseShapes .Arrow {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
}

#Shapes .RightRedArrowEq {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #bf311a;
    border-bottom: 5px solid transparent;
    margin-top: -3px;
}

#Shapes .RightRedArrow {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #bf311a;
    border-bottom: 12px solid transparent;
    margin-top: -8px;
}

#Shapes .RightWhiteArrowEq {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid transparent;
    margin-top: -3px;
}

#Shapes .RightBlackArrowEq {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid black;
    border-bottom: 5px solid transparent;
    margin-top: -3px;
}

#Shapes .DownRedArrow {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 6px solid #bf311a;
    border-left: 8px solid transparent;
    margin-top: -6px;
}

#Shapes .DownWhiteArrowEq {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    margin-top: -3px;
}

#Shapes .DownBlackArrowEq {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-top: -3px;
}

#Shapes .UpBlackArrowEq {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    margin-bottom: -3px;
}

#Shapes .LeftBlueChevron {
    position: relative;
    display: block;
    height: 5px;
    width: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    #Shapes .LeftBlueChevron:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 51%;
        background: #1f92c2;
        -webkit-transform: skew(0deg, 30deg);
        -moz-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
        -o-transform: skew(0deg, 30deg);
        transform: skew(0deg, 30deg);
    }

    #Shapes .LeftBlueChevron:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: #1f92c2;
        -webkit-transform: skew(0deg, -30deg);
        -moz-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
        -o-transform: skew(0deg, -30deg);
        transform: skew(0deg, -30deg);
    }

#Shapes .LefttWhiteChevron {
    position: relative;
    display: block;
    height: 5px;
    width: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    #Shapes .LefttWhiteChevron:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 51%;
        background: #ffffff;
        -webkit-transform: skew(0deg, 30deg);
        -moz-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
        -o-transform: skew(0deg, 30deg);
        transform: skew(0deg, 30deg);
    }

    #Shapes .LefttWhiteChevron:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: #ffffff;
        -webkit-transform: skew(0deg, -30deg);
        -moz-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
        -o-transform: skew(0deg, -30deg);
        transform: skew(0deg, -30deg);
    }

#Shapes .RightWhiteChevron {
    position: relative;
    display: block;
    height: 5px;
    width: 15px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

    #Shapes .RightWhiteChevron:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 51%;
        background: #ffffff;
        -webkit-transform: skew(0deg, 30deg);
        -moz-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
        -o-transform: skew(0deg, 30deg);
        transform: skew(0deg, 30deg);
    }

    #Shapes .RightWhiteChevron:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: #ffffff;
        -webkit-transform: skew(0deg, -30deg);
        -moz-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
        -o-transform: skew(0deg, -30deg);
        transform: skew(0deg, -30deg);
    }

#Shapes .GrayCheck {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 3px;
    height: 6px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #ececec;
    border-width: 0 3px 3px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#Shapes .GrayCheckLarge {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 4px;
    height: 8px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #d0d0d0;
    border-width: 0 4px 4px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#Shapes .WhiteCheckMed {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 4px;
    height: 8px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #ffffff;
    border-width: 0 4px 4px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#Shapes .GreenCheck {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 3px;
    height: 6px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid green;
    border-width: 0 3px 3px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#Shapes .GreenCheckLarge {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 4px;
    height: 8px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid green;
    border-width: 0 4px 4px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#Shapes .BlackL {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}

#Shapes .GrayCircle {
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    background: #b0b0b0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

#Shapes .GraySmallCircle {
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    background: #b0b0b0;
    height: 18px;
    width: 18px;
    text-align: center;
}

#Shapes .DarkGrayCircle {
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    background: #4d4d4d;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

#Shapes .RedSmallCircle {
    border: 1px solid #bf311a;
    border-radius: 50%;
    background: #bf311a;
    height: 18px;
    width: 18px;
    text-align: center;
}

html {
    height: 100%;
}

body {
    margin: 0;
    position: relative;
    height: 100%;
    background-color: #f1efea;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

* {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: black;
}

h1,
h2 {
    font-size: 18px;
    font-weight: 300;
}

h3,
h4,
h5,
p {
    font-size: 14px;
    font-weight: 300;
}

button {
    border: none;
    background: none;
}

.module-container {
    padding-bottom: 20px;
}

    .module-container p {
        margin-top: 0.6em;
        margin-bottom: 0.7em;
        font-size: 14px;
        line-height: 14px;
    }

    .module-container .inlineblock {
        display: block;
    }

.module-spacing {
    margin-top: 50px;
    margin-bottom: 50px;
}

.module {
    float: left;
    margin-right: 80px;
}

.module--large-right {
    margin-right: 180px;
}

.module__module-form--inline {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 100%;
}

    .module__module-form--inline input[type=text] {
        border: solid 1px #d0d0d0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        height: 35px;
        width: 100%;
    }

.module__module-form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 100%;
    padding-right: 40px;
}

    .module__module-form input[type=text] {
        border: solid 1px #d0d0d0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        height: 35px;
        width: 100%;
    }

.module__header {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    vertical-align: bottom;
}

    .module__header h1 {
        float: left;
        margin-right: 20px;
        vertical-align: middle;
    }

    .module__header .actions-container {
        display: inline;
    }

.module__header__summary {
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11.2px;
}

.module__header__summary--text {
    margin-top: -11.2px;
}

.module__header__summary--options {
    margin-top: -14px;
}

.module__icon__container {
    display: block;
    height: 100%;
    width: 20px;
    margin-left: 10px;
}

.module__3-column {
    width: 32%;
    margin-right: 0;
}

.module__3-column--span {
    width: 64%;
    margin-right: 0;
}

.module__2-column {
    width: 49%;
    margin-right: 0;
}

.module__group {
    margin-bottom: 15px;
}
/* This was 30 - 3-18-16*/
.module__group--bottom-space {
    margin-bottom: 30px;
}

.module__group--fixed-width {
    max-width: 520px;
}

.module__tile {
    float: left;
    position: relative;
    margin-right: 30px;
}

.module__tile_nofloat {
    position: relative;
    margin-right: 30px;
}

.module__tile--dark {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #4d4d4d;
}

    .module__tile--dark p {
        color: #ffffff;
    }

.module__tab {
    float: left;
    position: relative;
    margin-right: 15px;
}

.module__tile__inline-container {
    float: left;
    padding: 10px 20px;
    margin-right: 40px;
}

.module__tile__inline-label {
    float: left;
    margin-right: 20px;
}

.module__tile__inline-option {
    float: left;
    margin-right: 10px;
}

.module__tile__inline {
    float: left;
}

.module__tile__inline--last {
    margin: 0;
}

.module__inline-container {
    overflow: hidden;
}

.module__inline-first {
    float: left;
    width: 160px;
}

.module__inline-last {
    overflow: hidden;
}

.module__padding {
    padding: 10px;
}

.module--indent-left {
    margin-left: 50px;
}

.module-indent-left__icon-container {
    position: relative;
}

.module--indent-left__icon:before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    position: absolute;
    top: 5px;
    left: -24px;
}

.module--no-margin {
    margin-right: 0 !important;
}

.module-lg-box {
    height: 60px;
}

.l-iframe {
    width: 100%;
    height: 550px;
    border: none;
}

.l-clear-both {
    clear: both;
}

.l-clear-both-space {
    clear: both;
    display: block;
    height: 100px;
}

.l-clear-left {
    clear: left;
}

.l-clear-right {
    clear: right;
}

.l-text-right {
    text-align: right;
}

.l-space {
    display: block;
    height: 30px;
}

.l-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.l-vertical-divider {
    border-left: solid 1px #d0d0d0;
}

.l-horizontal-divider {
    clear: both;
    border-bottom: solid 1px #d0d0d0;
}

.l-horizontal-divider-light {
    clear: both;
    border-bottom: solid 1px #ececec;
}

.l-horizontal-container {
    clear: both;
    line-height: 24px;
    min-width: 260px;
}

.l-horizontal-container-padding {
    padding-left: 60px;
    padding-right: 60px;
}

.l-vertical-container-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.l-info-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ececec;
}

.l-warning-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #ececec;
}

.l-right-space-1 {
    margin-right: 15px;
}

.l-right-space-2 {
    margin-right: 30px;
}

.l-margin-left__10 {
    margin-left: 10px;
}

.l-margin-left__20 {
    margin-left: 20px;
}

.l-margin-left__30 {
    margin-left: 30px;
}

.l-margin-bottom__30 {
    margin-bottom: 30px;
}

.l-margin-top__5 {
    margin-top: 5px;
}

.l-margin-top__10 {
    margin-top: 10px;
}

.l-margin-top__30 {
    margin-top: 30px;
}

.l-full-width {
    width: 100%;
}

.l-half-width-input {
    width: 48%;
}

.l-standard-input {
    width: 200px;
}

.l-max-width__100 {
    max-width: 100px;
}

.l-overflow-hidden {
    overflow: hidden;
}

.l-float-left {
    float: left !important;
}

.l-float-right {
    float: right !important;
}

.l-display-inline {
    display: inline;
}

.l-display-none {
    display: none;
}

.l-sub-header-text {
    font-size: 14px;
    line-height: 14px;
    margin-left: 20px;
}

.l-main-container {
    width: 1200px;
    min-height: 995px;
    margin: auto;
    background-color: #ffffff;
    position: relative;
}

a {
    color: #1f92c2;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #bf311a;
        text-decoration: none;
    }

select {
    padding-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #c2c2c2;
    font-size: 14px;
    height: 35px;
}
/* This is for a grey background in the header area */
.select-disabled {
    background-color: #e1e1e1;
    color: #9a9a9a;
}
/* GM new disabled input  2-26-2016 */
input[disabled="disabled"] {
    background-color: #eeeeee;
    color: #9e9e9e;
}

div[disabled="disabled"] * {
    background-color: #eeeeee !important;
    color: #9e9e9e !important;
}
/* This is in the quote view - lower half*/
div.select-quote-configuration {
    width: 600px;
}

.select--required {
    background-color: #f2dedf;
}

.select-max-width {
    max-width: 450px;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer;
}

.form-element-label {
    font-size: 12px !important;
}

.input-text {
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    height: 35px;
}

.input-text--disabled {
    background-color: #ececec;
}

.input-textarea {
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    min-height: 200px;
}

.standard-text-box {
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    height: 35px;
    width: 200px;
}

.standard-radio-button {
    padding-left: 20px;
    padding-right: 20px;
}

.standard-input-header {
    width: 210px;
}

.standard-input-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 300px;
}

    .standard-input-container input {
        border: solid 1px #d0d0d0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        height: 35px;
        width: 100%;
    }

    .standard-input-container select {
        border: solid 1px #d0d0d0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 14px;
        height: 35px;
        width: 100%;
    }

    .standard-input-container .standard-input__inline {
        width: 145px;
    }

.button-gray {
    float: left;
    cursor: pointer;
    border: none;
    font-size: 1em;
    width: 120px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #b0b0b0;
    color: #ffffff;
}

    .button-gray p {
        font-size: 1em;
    }

    .button-gray p {
        color: #ffffff;
    }

    .button-gray.Selected {
        float: left;
        background-color: #bf311a;
        color: #ffffff;
    }

a.button-gray:hover {
    color: #ffffff;
}

.button-gray:hover {
    background-color: #bf311a;
    color: #ffffff;
}

.button-auto-gray {
    float: left;
    cursor: pointer;
    border: none;
    font-size: 1em;
    width: auto;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #b0b0b0;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

    .button-auto-gray p {
        font-size: 1em;
    }

    .button-auto-gray p {
        color: #ffffff;
    }

    .button-auto-gray.Selected {
        float: left;
        background-color: #bf311a;
        color: #ffffff;
    }

a.button-auto-gray:hover {
    color: #ffffff;
}

.button-auto-gray:hover {
    background-color: #bf311a;
    color: #ffffff;
}

.button-auto-gray--selected {
    float: left;
    cursor: pointer;
    border: none;
    font-size: 1em;
    width: auto;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #bf311a;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

    .button-auto-gray--selected p {
        font-size: 1em;
    }

    .button-auto-gray--selected p {
        color: #ffffff;
    }

    .button-auto-gray--selected.Selected {
        float: left;
        background-color: #ffffff;
        color: #bf311a;
    }

a.button-auto-gray--selected:hover {
    color: #ffffff;
}

.button-auto-gray--selected:after {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 6px solid #bf311a;
    border-left: 8px solid transparent;
    margin-top: -6px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    margin-top: 0;
}

.button-auto-dark-gray-right {
    float: right;
    cursor: pointer;
    border: none;
    font-size: 1em;
    width: auto;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #4d4d4d;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

    .button-auto-dark-gray-right p {
        font-size: 1em;
    }

    .button-auto-dark-gray-right p {
        color: #ffffff;
    }

    .button-auto-dark-gray-right.Selected {
        float: right;
    }

a.button-auto-dark-gray-right:hover {
    color: #ffffff;
}

.button-auto-red {
    float: left;
    cursor: pointer;
    border: none;
    font-size: 1em;
    width: auto;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #bf311a;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

    .button-auto-red p {
        font-size: 1em;
    }

    .button-auto-red p {
        color: #ffffff;
    }

    .button-auto-red.Selected {
        float: left;
        background-color: #ffffff;
        color: #bf311a;
    }

a.button-auto-red:hover {
    color: #ffffff;
}

.button-auto-red:hover {
    background-color: #a62a16;
    color: #ffffff;
}

.button-auto-red-action {
    float: left;
    cursor: pointer;
    border: none;
    font-size: 1em;
    width: auto;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #bf311a;
    color: #ffffff;
}

    .button-auto-red-action p {
        font-size: 1em;
    }

    .button-auto-red-action p {
        color: #ffffff;
    }

    .button-auto-red-action.Selected {
        float: left;
        background-color: #ffffff;
        color: #bf311a;
    }

a.button-auto-red-action:hover {
    color: #ffffff;
}

.button-auto-red-action:hover {
    background-color: #ffffff;
    color: black;
}

.button--disabled {
    background-color: #ececec !important;
    color: #d0d0d0 !important;
    cursor: default !important;
}

.button-edit {
    border: solid 1px #d0d0d0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.text-black {
    color: black;
}

.text-white {
    color: #ffffff;
}

.text-white--hover:hover {
    color: #ffffff;
}

.text-orange {
    color: #f38c3f;
}

.text-red {
    color: #bf311a;
}

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

.field-validation-error {
    color: #bf311a;
}

.text-green {
    color: green;
}

.text-light-gray {
    color: #c8c8c8;
}

.text-dark-gray {
    color: #4d4d4d;
}

.text-link-blue {
    color: #1f92c2;
}

.text-sub-text {
    font-size: 12.6px !important;
}

.background-gray {
    background-color: #ececec;
}

.background-dark-gray {
    background-color: #4d4d4d;
}

.circle-dark-gray {
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    background: #4d4d4d;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    color: #ffffff;
}

a.circle-dark-gray:hover {
    color: #1f92c2;
}

.circle-gray {
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    background: #b0b0b0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}

a.circle-gray:hover {
    color: #1f92c2;
}

.gray-hover:hover {
    background-color: #ececec;
}

/*.l-main-logo {
    float: left;
    padding-left: 45px;
    padding-right: 20px;
}*/
/*---------------------- GM 5-2-2024 Customer Search Page ------------------*/
.l-main-logo {
    float: left;
    padding-left: 52px;
    padding-right: 27px;
}

.l-main-logo a {
    display: flex !important;
    height: 130px !important;
    width: 160px !important;
}
/*---------------------- END GM 5-2-2024 Customer Search Page ------------------*/

/*---------------------- GM 5-2-2024 Login Page  ------------------*/
a.InstacoverLogo {
    display: flex;
    height: 120px;
    width: 160px;
}
/*---------------------- END Login Page  ------------------*/
    .l-main-logo img {
        border: none;
        width: 100%;
    }

.l-main-menu {
    padding: 0;
    margin: 0;
}

    .l-main-menu a {
        float: left;
        text-align: center;
        display: inline-block;
        height: 100%;
        width: 100%;
        color: #bf311a;
    }

    .l-main-menu .menu-text {
        padding: 25px;
    }

    .l-main-menu li {
        float: left;
        list-style: none;
        height: 130px;
        line-height: 130px;
        color: #bf311a;
        font-size: 1.0em;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        white-space: nowrap;
        z-index: 99;
        position: relative;
        display: block;
    }

        .l-main-menu li.active,
        .l-main-menu li:hover {
            color: #ffffff;
            background-color: #bf311a;
            cursor: pointer;
        }

            .l-main-menu li.active .menu-text,
            .l-main-menu li:hover .menu-text {
                color: #ffffff;
            }

        .l-main-menu li:last-child {
            padding-left: 35px;
            padding-right: 35px;
        }

.l-main-menu--active {
    color: #ffffff !important;
    background-color: #bf311a;
    cursor: pointer;
}

    .l-main-menu--active a {
        color: #ffffff;
    }

.l-header-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    /* height: 30px;  */
    line-height: 30px;
}

    .l-header-bar .HeaderBarSelectContainer {
        display: inline;
    }

        .l-header-bar .HeaderBarSelectContainer select {
            margin-left: 20px;
            margin-right: 50px;
        }

.l-header-bar-brokerlogin {
    height: 20px;
}

.l-header-bar__select {
    margin-left: 20px;
    margin-right: 50px;
}

.l-header-bar-success {
    background-color: #e4f0cc;
}

    .l-header-bar-success p {
        margin: 0;
    }

.l-header-enrollment-status {
    display: inline;
    background-color: #ececec;
    padding: 10px;
    margin-left: 20px;
}

.payment-options-main-container {
    position: relative;
}

.billing-payment-options-container {
    position: absolute;
    top: 100px;
    right: 0;
    display: block;
    min-width: 200px;
}

.quote-payment-options-container {
    float: right;
    width: 220px;
}

.purchase-payment-options-container {
    position: absolute;
    top: 0;
    right: 0;
}

.purchase-payment-options-header {
    position: relative;
}

.purchase-payment-options-header__link {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.payment-option {
    float: right;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.payment-option__header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 35px;
}

.payment-option__info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
    position: relative;
    background-color: #ececec;
    height: 70px;
    cursor: pointer;
}

.payment-option__info--selected {
    background-color: #ddeeba;
    -moz-box-shadow: 0 0 10px #668821;
    -webkit-box-shadow: 0 0 10px #668821;
    box-shadow: 0 0 10px #668821;
    z-index: 99;
}

    .payment-option__info--selected .payment-option__icon {
        margin-top: -35px;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        content: " ";
        display: block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 4px;
        height: 8px;
        /*Add a white border on the bottom and left, creating that 'L' */
        border: solid green;
        border-width: 0 4px 4px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

.purchase-page-coverage-summary {
    background-color: #ddeeba;
    -moz-box-shadow: 0 0 10px #668821;
    -webkit-box-shadow: 0 0 10px #668821;
    box-shadow: 0 0 10px #668821;
    z-index: 99;
}

    .purchase-page-coverage-summary .payment-option__icon {
        margin-top: -35px;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        content: " ";
        display: block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 4px;
        height: 8px;
        /*Add a white border on the bottom and left, creating that 'L' */
        border: solid green;
        border-width: 0 4px 4px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

.payment-option__details {
    position: relative;
    display: block;
    margin-left: 20px;
}

.payment-option__freq {
    display: block;
}

.payment-option__icon {
    margin-top: -35px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 4px;
    height: 8px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #d0d0d0;
    border-width: 0 4px 4px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.payment-option__icon--selected {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 4px;
    height: 8px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid green;
    border-width: 0 4px 4px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    vertical-align: middle;
    margin-top: 10px;
}

.payment-option__amount {
    display: block;
    margin-top: 10px;
    font-size: 16.8px;
}

.payment-option__breakdown {
    font-size: 11.2px;
}

.payment-option__gray {
    background-color: #4d4d4d;
    color: #ffffff;
}

.payment-option__orange {
    background-color: #f38c3f;
    color: #ffffff;
}
/*GM 9-5-2024 updated*/
.bread-crumb-container {
    position: relative;
    font-size: @default-font-size;
    background-color: #f5f5f5;
    height: 30px;
    padding: 15px;
}

.bread-crumb {
    float: left;
    position: relative;
    margin-right: 10px;
    line-height: 30px;
}
/*
.bread-crumb-container {
    position: relative;
    font-size: 14px;
}

.bread-crumb {
    float: left;
    position: relative;
    margin-right: 10px;
}
*/

.bread-crumb-arrow {
    width: 20px;
    height: 30px;
}

.icon-chevron-left {
    position: relative;
    display: block;
    height: 5px;
    width: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

    .icon-chevron-left:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 51%;
        background: #1f92c2;
        -webkit-transform: skew(0deg, 30deg);
        -moz-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
        -o-transform: skew(0deg, 30deg);
        transform: skew(0deg, 30deg);
    }

    .icon-chevron-left:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: #1f92c2;
        -webkit-transform: skew(0deg, -30deg);
        -moz-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
        -o-transform: skew(0deg, -30deg);
        transform: skew(0deg, -30deg);
    }

.icon-continue {
    display: block;
    height: 5px;
    width: 15px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
}

    .icon-continue:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 51%;
        background: #ffffff;
        -webkit-transform: skew(0deg, 30deg);
        -moz-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
        -o-transform: skew(0deg, 30deg);
        transform: skew(0deg, 30deg);
    }

    .icon-continue:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: #ffffff;
        -webkit-transform: skew(0deg, -30deg);
        -moz-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
        -o-transform: skew(0deg, -30deg);
        transform: skew(0deg, -30deg);
    }

.icon-save {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 4px;
    height: 8px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #ffffff;
    border-width: 0 4px 4px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: auto;
}

.icon-arrow-down {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-top: -3px;
}

.icon-arrow-down-white {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    margin-top: -3px;
}

.icon-arrow-right {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid black;
    border-bottom: 5px solid transparent;
    margin-top: -3px;
}

.icon-arrow-right-white {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid transparent;
    margin-top: -3px;
}

.icon-lightning {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/General/Icon_Action.png);
}

.icon-edit {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/Icons/Icon_Edit.png);
    display: inline-block;
    height: 13px;
    width: 14px;
}

.icon-pdf {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/Icons/Icon_Pdf.png);
    display: block;
    height: 16px;
    width: 16px;
}
/* GM 6-9-2023 */
.icon-doc {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/Icons/Icon_Summary.png);
    display: block;
    height: 16px;
    width: 16px;
}

.icon-info {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/Icons/Icon_Info.png);
    display: inline-block;
    height: 28px;
    width: 28px;
    vertical-align: middle;
}

.icon-question--hover-info {
    display: none;
}

.icon-question {
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    background: #b0b0b0;
    text-align: center;
    position: relative;
    color: #ffffff;
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
}

    .icon-question:hover {
        border: 1px solid #bf311a;
        border-radius: 50%;
        background: #bf311a;
        height: 18px;
        width: 18px;
        text-align: center;
    }

        .icon-question:hover .icon-question--hover-info {
            border: solid 1px #d0d0d0;
            padding: 5px;
            background-color: #ffffff;
            display: block;
            width: 180px;
            position: absolute;
            left: 20px;
            top: 0;
            z-index: 99;
        }

.icon-warning {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/Icons/icon_warning.png);
    display: inline-block;
    height: 27px;
    width: 31px;
    vertical-align: middle;
}

.icon-letter {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/Icons/Icon_Letter.png);
    display: inline-block;
    height: 11px;
    width: 16px;
    vertical-align: middle;
}

.icon-email {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/Icons/icon_email.png);
    display: inline-block;
    height: 10px;
    width: 12px;
    vertical-align: middle;
}

.icon-print-gray {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/Icons/icon_print_gray.png);
    display: inline-block;
    height: 14px;
    width: 16px;
    vertical-align: middle;
}

.icon-print {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/icons/icon_print.png);
    display: inline-block;
    height: 14px;
    width: 16px;
    vertical-align: middle;
}

.icon-search {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/general/button_RedSearch.gif);
    display: inline-block;
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.collapse-initiator-container {
    position: relative;
    cursor: pointer;
}

.collapse-initiator-icon-container {
    top: 50%;
    margin-top: -15px;
    display: block;
    position: absolute;
    left: -30px;
    height: 30px;
    width: 30px;
}

.collapse-arrow {
    position: absolute;
    cursor: pointer;
}

.collapse-arrow--grid {
    position: absolute;
    cursor: pointer;
}

.input-validation-error {
    color: #bf311a;
    background-color: #F2DEDE !important;
}

.coverage-validation-error {
    background-color: #F2DEDE;
}

.validation-summary-errors li {
    color: #bf311a;
    font-size: 18px;
}

.validation-message {
    color: #bf311a;
}

.auto-complete-parent-container {
    position: relative;
}

.auto-complete-list-container {
    border: solid 1px #d0d0d0;
    border-top: 0;
    position: absolute;
    top: 35px;
    left: 0;
    width: 198px;
    background-color: #ffffff;
    z-index: 99;
}

.auto-complete-list-item {
    display: block;
    width: 180px;
    padding: 10px;
}

    .auto-complete-list-item.selected {
        background-color: #ececec;
    }

.phonefont {
    font-size: 13px !important;
}

.broker-company-name {
    font-size: 16px;
}

.TutorialLinksContainer {
    position: fixed;
    right: 15px;
    top: 0px;
    background-color: #e49100;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    z-index: 5000;
    text-align: center;
}

    .TutorialLinksContainer a {
        background-color: #e49100;
        color: #ffffff;
    }

        .TutorialLinksContainer a:hover {
            color: #000000;
        }

.adpextendedmenu {
    /* This is for the extended menu for ADP on the top banner - ONLY appears of ADP menu item is present*/
    z-index: 100;
    color: #ffffff;
    background-color: #bf311a;
    cursor: pointer;
    display: none;
    position: absolute;
}
/* GM 2-24-2017 */
.nowrap {
    white-space: nowrap;
    overflow: hidden;
}

.grid-col-size-default {
    width: 55px;
    white-space: nowrap;
    overflow: hidden;
}

.grid-min-col-size-default {
    min-width: 55px;
}

/*  GM 5-23-2025 - Need to make STATUS column on main search page wider */
.grid__min-col-size-search-status{
    min-width:70px;
}

.grid-col-size-1 {
    width: 50px;
}

.grid-col-size-2 {
    width: 100px;
}

.grid-col-size-2 {
    width: 150px;
}

.grid-container--top-space {
    margin-top: 40px;
}

.grid-container--bottom-space {
    margin-bottom: 50px;
}

.grid-container {
    width: 100%;
}

.grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    margin-bottom: 20px;
}

    .grid tr {
        vertical-align: bottom;
    }

    .grid th {
        position: relative;
        font-weight: 300;
    }

    .grid th,
    .grid td {
        border-bottom: solid 1px #d0d0d0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        vertical-align: middle;
        text-align: left;
    }

    .grid .sort {
        white-space: nowrap;
    }

    .grid .sort--ascending {
        content: ' ';
        top: 50%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
        margin-bottom: -3px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .grid .sort--descending {
        content: ' ';
        top: 50%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
        margin-top: -3px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .grid .grid--no-border {
        border: none;
    }

    .grid .grid__dropdown-cell {
        width: 230px;
    }

        .grid .grid__dropdown-cell select {
            width: 100%;
            padding-right: 0;
        }

    .grid .grid__dynamic-cell {
        min-width: 150px;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .grid .grid__small-cell {
        width: 100px;
    }

    .grid .grid__small-cell-2 {
        width: 120px;
    }

    .grid .grid__med-cell {
        width: 170px;
    }

        .grid .grid__med-cell input {
            width: 119px;
        }

    .grid .grid__right-cell {
        text-align: right;
    }

        .grid .grid__right-cell input {
            text-align: right;
        }

    .grid th.grid__right-cell {
        text-align: right;
    }

    .grid .grid__top-cell {
        vertical-align: top;
    }

    .grid .grid__last-cell {
        padding-right: 0;
    }

    .grid .grid__last-cell--padding {
        padding-left: 10px;
    }

    .grid .grid__total-cell {
        padding-right: 25px;
    }

    .grid .grid__icon-cell {
        vertical-align: middle;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .grid .grid__multiline {
        line-height: 22.4px;
        white-space: nowrap;
    }

    .grid .grid__highlight-cell {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 10px;
    }

    .grid .grid__indent-cell {
        position: relative;
        margin-left: 50px;
    }

    .grid .grid__indent-cell__icon:before {
        content: " ";
        display: block;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        position: absolute;
        left: -30px;
        top: 0;
    }

    .grid .grid__multi-row--first td {
        border-bottom: none;
    }

    .grid .grid__multi-row--last {
        height: 35px;
        vertical-align: middle;
        padding-top: 0;
    }

.grid--hover tr:hover td {
    background-color: #ececec;
}

.grid--no-margin {
    margin-bottom: 0;
}

.grid-paging {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    line-height: 32px;
}

.grid-paging__element--left {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.grid-paging__element--right {
    padding-left: 5px;
    padding-right: 5px;
    float: right;
}

.grid-paging__text {
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    height: 35px;
    width: 52.5px;
    text-align: right;
    position: relative;
    bottom: 1px;
}

.grid-paging__icon__container {
    position: relative;
    display: block;
    height: 35px;
    width: 30px;
    background-color: #bf311a;
    cursor: pointer;
}

    .grid-paging__icon__container.disabled {
        background-color: #ececec;
        cursor: default;
    }

    .grid-paging__icon__container:not(.disabled):hover {
        background-color: #a62a16;
    }

.grid-paging__icon--left {
    position: relative;
    display: block;
    height: 5px;
    width: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
    margin-top: -3px;
    position: absolute;
    left: 50%;
    margin-left: -7px;
}

    .grid-paging__icon--left:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 51%;
        background: #ffffff;
        -webkit-transform: skew(0deg, 30deg);
        -moz-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
        -o-transform: skew(0deg, 30deg);
        transform: skew(0deg, 30deg);
    }

    .grid-paging__icon--left:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: #ffffff;
        -webkit-transform: skew(0deg, -30deg);
        -moz-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
        -o-transform: skew(0deg, -30deg);
        transform: skew(0deg, -30deg);
    }

.grid-paging__icon--right {
    position: relative;
    display: block;
    height: 5px;
    width: 15px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 50%;
    margin-top: -3px;
    position: absolute;
    left: 50%;
    margin-left: -7px;
}

    .grid-paging__icon--right:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 51%;
        background: #ffffff;
        -webkit-transform: skew(0deg, 30deg);
        -moz-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
        -o-transform: skew(0deg, 30deg);
        transform: skew(0deg, 30deg);
    }

    .grid-paging__icon--right:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: #ffffff;
        -webkit-transform: skew(0deg, -30deg);
        -moz-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
        -o-transform: skew(0deg, -30deg);
        transform: skew(0deg, -30deg);
    }

.search-setting {
    float: left;
    position: relative;
    padding: 15px 30px;
    height: 100px;
}

    .search-setting img {
        float: left;
        cursor: pointer;
    }

.search-area {
    position: relative;
    float: left;
    line-height: 35px;
}

.search-area__text {
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    float: left;
    width: 300px;
    height: 35px;
    padding-left: 8px;
    padding-right: 18px;
}

.search-area__clear-button {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 5px;
    cursor: pointer;
}

.search-area__search-button {
    border: solid 1px #d0d0d0;
    border-left: none;
}

.search-setting--first {
    padding-left: 60px;
    padding-right: 60px;
    border-right: solid 1px #d0d0d0;
}

.search-setting--last {
    padding-left: 60px;
    padding-right: 60px;
    border-left: solid 1px #d0d0d0;
    float: right;
    text-align: center;
    min-width: 150px;
}

    .search-setting--last a {
        display: block;
        position: relative;
        top: 50%;
        margin-top: -17.5px;
        float: none;
    }

.search-setting__buttons {
    position: relative;
    height: 35px;
    margin-top: 7px;
}

    .search-setting__buttons:last-child {
        margin-top: 18px;
    }

.search-setting__buttons--selected:after {
    content: ' ';
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #bf311a;
    border-bottom: 5px solid transparent;
    margin-top: -3px;
    position: absolute;
    right: -5px;
}

.side-menu-container {
    float: left;
    margin-left: -210px;
    width: 210px;
    position: absolute;
}

.side-menu-container__width {
    display: none;
    width: 210px;
}

.side-menu {
    padding: 0;
    margin: 0;
    height: 100%;
}

    .side-menu li {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 16px;
        width: 210px;
        height: 55px;
        line-height: 55px;
    }

        .side-menu li:hover {
            background-color: #bf311a;
        }

            .side-menu li:hover .side-menu__title,
            .side-menu li:hover .side-menu__label {
                color: #ffffff;
            }

.side-menu__link {
    display: block;
    height: 55px;
}

.side-menu__title {
    float: left;
}

.side-menu__title-icon {
    float: right;
    height: 55px;
    width: 60px;
}

.side-menu__icon {
    float: left;
    clear: both;
    position: relative;
    height: 55px;
    width: 60px;
}

    .side-menu__icon img {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 50%;
        margin-left: -10px;
    }

.side-menu__expand-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    position: absolute;
    background-image: url(/Images/Icons/SideMenu/icon_collapse-menu.png);
}

.side-menu-container--collapse:hover .side-menu__expand-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    position: absolute;
    background-image: url(/Images/Icons/SideMenu/icon_collapse-menu_hover.png);
}

.side-menu__collapse-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    position: absolute;
    background-image: url(/Images/Icons/SideMenu/icon_expand-menu.png);
}

.side-menu-container--expand:hover .side-menu__collapse-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    position: absolute;
    background-image: url(/Images/Icons/SideMenu/icon_expand-menu_hover.png);
}

.side-menu__summary-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_policy.png);
}

.side-menu__link:hover .side-menu__summary-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_policy_white.png);
}

.side-menu__customer-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_customer-info.png);
}

.side-menu__link:hover .side-menu__customer-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_customer-info_white.png);
}

.side-menu__funder-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_funder-info.png);
}

.side-menu__link:hover .side-menu__funder-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_funder-info_white.png);
}

.side-menu__billing-info-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_billing-info.png);
}

.side-menu__link:hover .side-menu__billing-info-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_billing-info_white.png);
}

.side-menu__billing-history-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_billing-history.png);
}

.side-menu__link:hover .side-menu__billing-history-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_billing-history_white.png);
}

.side-menu__claims-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/navicon_claims.png);
}

.side-menu__link:hover .side-menu__claims-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/navicon_claims_white.png);
}

.side-menu__documents-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_docs.png);
}

.side-menu__link:hover .side-menu__documents-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_docs_white.png);
}

.side-menu__copays-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/images/Icons/Icon_CoPays.png);
}

.side-menu__link:hover .side-menu__copays-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/images/Icons/Icon_CoPays_White.png);
}

.side-menu__event-history-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_event-history.png);
}

.side-menu__link:hover .side-menu__event-history-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_event-history_white.png);
}

.side-menu__notes-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_notes.png);
}

.side-menu__link:hover .side-menu__notes-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(/Images/Icons/SideMenu/icon_notes_white.png);
}

.side-menu__label {
    float: left;
}

.side-menu__active {
    background-color: #bf311a;
    color: #ffffff !important;
    position: relative;
}

    .side-menu__active .side-menu__label {
        color: #ffffff;
    }

    .side-menu__active:after {
        content: ' ';
        top: 50%;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 8px solid #bf311a;
        border-bottom: 12px solid transparent;
        margin-top: -8px;
        position: absolute;
        display: block;
        right: -8px;
    }

.side-menu-container--expand {
    border-bottom: solid 1px #d0d0d0;
    width: 60px;
    display: none;
}

.side-menu-container--collapse {
    border-bottom: solid 1px #d0d0d0;
    padding-left: 15px !important;
    width: 195px !important;
}

.l-main-container-side-menu {
    border-left: solid 1px #d0d0d0;
    min-height: 910px;
}

.l-content-container {
    clear: both;
    padding-left: 210px;
}

.l-grid-side-menu {
    float: left;
    margin-top: 30px;
}

.mix-ActionDropdownCommon {
    float: right;
    position: relative;
    height: 34px;
    line-height: 34px;
}

.mix-ActionDropdownHover {
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
}

.mix-action-icon {
    float: right;
    position: relative;
    height: 34px;
    line-height: 34px;
    background-position: center;
}

.actions-container {
    position: relative;
}

    .actions-container:hover .actions__action-icons {
        background-color: #ffffff;
        border: solid 1px #d0d0d0;
    }

    .actions-container:hover .actions-text {
        color: black;
    }

    .actions-container:hover .actions__action-icons__lightning {
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/Images/General/Icon_Action.png);
    }

.actions__action-icons {
    float: right;
    border: solid 1px transparent;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

    .actions__action-icons:hover {
        border-bottom: solid 1px red;
    }

.actions__action-icons__lightning {
    background-repeat: no-repeat;
    background-image: url(/Images/General/Icon_Action.png);
    float: left;
    float: right;
    position: relative;
    height: 34px;
    line-height: 34px;
    background-position: center;
    width: 8px;
}
/* Extends the hover are for action menu */
.ActionDropdownMenu_Spacer {
    position: absolute;
    top: -3px;
    width: 263px;
    left: -223px;
    height: 234px;
}

.ActionHoverInit {
    overflow: hidden;
    padding: 2px;
}

.actions__action-icons__dropdown {
    background-repeat: no-repeat;
    background-image: url(/Images/General/Icon_DropdownArrow.png);
    clear: both;
    float: right;
    position: relative;
    height: 34px;
    line-height: 34px;
    background-position: center;
    width: 7px;
    margin-left: 5px;
}

.actions-text {
    color: #1f92c2;
    font-size: 14px;
    line-height: 34px;
}

.actions__menus {
    display: none;
    position: absolute;
    top: 34px;
    right: -1px;
    min-width: 250px;
    max-height: 300px;
    text-align: left;
    background-color: #ffffff;
    z-index: 300;
    border: solid 1px #d0d0d0;
    overflow: hidden;
}

    .actions__menus a,
    .actions__menus .action-link {
        font-weight: 300;
    }

.actions__menu {
    padding: 0;
    margin: 0;
    float: left;
}

    .actions__menu li {
        position: relative;
        list-style: none;
        line-height: 24px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .actions__menu li:hover {
            background-color: #bf311a;
            color: #ffffff;
            cursor: pointer;
        }

        .actions__menu li .action-link:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .actions__menu li a {
            color: #2d2d2d;
            display: block;
            text-decoration: none;
            width: 240px;
        }

.actionDropdown_1Column {
    padding-top: 15px;
    padding-bottom: 15px;
}

.actionDropdown_2Columns {
    width: 500px;
}

    .actionDropdown_2Columns > .actions__menu {
        padding: 15px;
    }

    .actionDropdown_2Columns .actions__menu {
        width: 220px;
    }

.actions__menu-header {
    color: #bf311a;
}

li.actions__menu-header:hover {
    background-color: #ffffff;
    color: #bf311a;
    cursor: default;
}

li.actions__sub-menu {
    padding: 0;
    margin: 0;
    padding-left: 0;
    width: 220px;
}

    li.actions__sub-menu li {
        padding-left: 10px;
    }

    li.actions__sub-menu .actions__menu {
        padding: 0;
        margin: 0;
    }

.actions__menus__border-mask {
    display: none;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    right: 0px;
    background-color: #ffffff;
    z-index: 301;
}

.button-actions-container {
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
}

    .button-actions-container:hover {
        color: black !important;
        border: solid 1px #d0d0d0;
        border-bottom: none;
    }

        .button-actions-container:hover .actions__action-icons__dropdown {
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(/Images/General/Icon_DropdownArrow.png);
        }

        .button-actions-container:hover .actions__action-icons__lightning {
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(/Images/General/Icon_Action.png);
        }

    .button-actions-container .actions__action-icons:hover {
        border: solid 1px transparent;
    }

    .button-actions-container .actions__action-icons__dropdown {
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/Images/General/Icon_DropdownArrowWhite.png);
    }

    .button-actions-container .actions__action-icons__lightning {
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/Images/General/Icon_ActionWhite.png);
    }

    .button-actions-container .actions__menus {
        right: -12px;
    }

.close-modal-button {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
}

    .close-modal-button:hover {
        color: #ffffff;
    }

.modal {
    position: fixed;
    height: auto;
    width: 750px;
    top: 200px;
    left: 50%;
    margin-left: -375px;
    background-color: #ffffff;
    z-index: 99999;
}

.buttonset-checkbox {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.quote-pricing-options .module .ui-buttonset .ui-state-active {
    border: solid 1px #d0d0d0;
    background: none;
    background-color: #cccccc;
    color: black;
}

.module .ui-buttonset.module__tile {
    margin-right: 30px;
}

.module .ui-buttonset.module__tile-payment-frequency {
    margin-right: 15px;
    min-height: 65px;
}

    .module .ui-buttonset.module__tile-payment-frequency label.ui-button .ui-button-text {
        width: 135px;
    }

.module .ui-buttonset.module__tile-payment-method {
    margin-right: 15px;
    min-height: 100px;
}
    /* GM 1-4-2021 - This was 135, I changed to 147 to help with Group Pay ACH*/
    .module .ui-buttonset.module__tile-payment-method label.ui-button .ui-button-text {
        width: 147px;
    }

.module .ui-buttonset label.ui-button {
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0;
    margin-right: 0;
}

.module .ui-buttonset .ui-button-text {
    position: relative;
    font-size: 14px;
}

    .module .ui-buttonset .ui-button-text img {
        vertical-align: middle;
    }

.module .ui-buttonset .module-lg-box .ui-button-text {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.module .ui-buttonset .ui-state-default {
    border: solid 1px #d0d0d0;
    background: none;
    background-color: #ffffff;
    color: black;
}

.module .ui-buttonset .ui-state-active {
    border: solid 1px #d0d0d0;
    background: none;
    background-color: #ececec;
    color: black;
}

.module .ui-buttonset .ui-state-hover {
    border: solid 1px #d0d0d0;
    background: none;
    background-color: #ececec;
    color: black;
}

.module .ui-buttonset .standard-checkbox-group .ui-button-text {
    font-size: 12.6px;
}

.module .ui-buttonset .standard-radio-button.ui-state-active .ui-button-text:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 3px;
    height: 6px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid green;
    border-width: 0 3px 3px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: 0;
    margin-left: 10px;
}

.module .ui-buttonset .standard-checkbox-group.ui-state-default .ui-button-text:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 3px;
    height: 6px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #ececec;
    border-width: 0 3px 3px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.module .ui-buttonset .standard-checkbox-group.ui-state-active .ui-button-text:after,
.module .ui-buttonset .standard-checkbox-group.ui-state-hover .ui-button-text:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: " ";
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 3px;
    height: 6px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid green;
    border-width: 0 3px 3px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.ui-widget-overlay {
    background-image: none;
    background-color: black;
}

.quote-modal {
    position: fixed;
}

    .quote-modal .ui-dialog-titlebar {
        display: none;
    }

    .quote-modal.ui-dialog {
        padding: 0;
        border-radius: 0;
    }

        .quote-modal.ui-dialog .ui-dialog-content {
            overflow: hidden;
        }

    .quote-modal .ui-dialog-content {
        padding: 0;
    }

    .quote-modal .ui-dialog-buttonpane {
        display: none;
    }

.ui-widget-content .close-modal-button {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
}

    .ui-widget-content .close-modal-button:hover {
        color: #ffffff;
    }

.payment-option .ui-helper-hidden-accessible {
    height: 0;
}

.payment-option .ui-state-default {
    border: none;
    background: none;
}

.payment-option .ui-buttonset {
    margin-right: 0;
}

    .payment-option .ui-buttonset .ui-button {
        margin: 0;
    }

.payment-option .ui-button {
    text-align: left;
}

.payment-option .ui-button-text-only .ui-button-text {
    padding: 0;
}

.payment-option .ui-state-active .payment-option__info {
    background-color: #ddeeba;
    -moz-box-shadow: 0 0 10px #668821;
    -webkit-box-shadow: 0 0 10px #668821;
    box-shadow: 0 0 10px #668821;
    z-index: 99;
}

    .payment-option .ui-state-active .payment-option__info .payment-option__icon {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        content: " ";
        display: block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 4px;
        height: 8px;
        /*Add a white border on the bottom and left, creating that 'L' */
        border: solid green;
        border-width: 0 4px 4px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

.payment-option .ui-state-default .payment-option__info {
    border-bottom: solid 1px #cbcbcb;
}

.payment-option .ui-state-default .payment-option__info--no-border {
    border-bottom: none;
}

#js-quote-area .quote-pricing-options {
    margin-top: 9px;
    margin-left: 30px;
    margin-bottom: 7px;
}

    #js-quote-area .quote-pricing-options .disabledpolicytype {
        background-color: #eeeeee !important;
        color: #9e9e9e !important;
    }

    #js-quote-area .quote-pricing-options input:disabled {
        background-color: #eeeeee !important;
        color: #9e9e9e !important;
    }

#js-quote-area .outer-quote-container {
    margin-top: 9px;
}

#js-quote-area .payment-frequency-container {
    margin-bottom: 33px;
}

#js-quote-area .coverage-dropdowns-container {
    max-width: 520px;
    float: left;
    margin-right: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #js-quote-area .coverage-dropdowns-container .coverage-dropdown-asset-class {
        position: relative;
    }

    #js-quote-area .coverage-dropdowns-container .coverage-dropdowns {
        margin-left: 4px;
    }

#js-quote-area .quote-information-message {
    clear: both;
    line-height: 24px;
    min-width: 260px;
}

#js-quote-area .helpful-message-about-quotes {
    clear: both;
    margin-top: 16px;
}

.quote-pricing-options {
    max-width: 600px;
}

div.quote-pricing-child {
    margin-top: 16px;
}

.input-special-message {
    color: red;
    font-weight: bold;
}

.assetclass-special-message {
    color: #bf5711;
    background-color: #fce4d6;
}

/*# sourceMappingURL=Main.css.map */

/*  We have a new header (for new 2024 ("24") top level menu) that we need to put in multiple places */

/*----------------------------------------------------- Header --------------------------------------------*/
.HeaderContainer {
    position: relative;
}

.LogoContainer {
    float: left;
    margin-left: 50px;
    margin-right: 25px;
}

    .LogoContainer img {
        width: 160px;
        display: block;
        height: 120px;
    }
/*----------------------------------------------------- Main Menu --------------------------------------------*/
.MainMenuContainer {
    float: right;
}

.MainMenu {
    margin: 0px;
    padding: 0px;
}

    .MainMenu > li {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .MainMenu > li > a {
            display: block;
            padding: 0px 30px;
            height: 120px;
            line-height: 120px;
            color: #000000;
            text-decoration: none;
            font-size: 14px;
        }

        .MainMenu > li:hover > a {
            background-color: #22252e;
            color: #ffffff;
            cursor: pointer;
        }

    .MainMenu > .Active > a {
        background-color: #bf311a;
        color: #ffffff;
    }

    .MainMenu > li.Active:hover > a {
        background-color: #bf311a;
        color: #ffffff;
    }
/*----------------------------------------------------- Main Menu - Dropdown Menu --------------------------------------------*/
.HasDropdown {
    position: relative;
}

    .HasDropdown a {
        padding-right: 40px !important;
    }

.DropdownMenuContainer {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 100;
    width: 250px;
    padding: 15px 0px;
    background-color: #22252e;
}

.RightDropdownMenuContainer {
    right: 0px;
}

.HasDropdown:hover .DropdownMenuContainer {
    display: inline;
}

.DropdownMenu {
    padding: 0;
    margin: 0;
}

    .DropdownMenu li {
        float: none;
        width: 100%;
        list-style: none;
    }

        .DropdownMenu li a {
            padding: 7px 25px;
            color: #ffffff;
            background-color: #22252e;
            width: 100%;
            display: block;
            box-sizing: border-box;
        }

        .DropdownMenu li:hover a {
            color: #ffffff;
            background-color: #bf311a;
        }

.TopLink {
    height: 10px !important;
    background-color: #bf311a;
}

.BottomLink {
    height: 10px !important;
    background-color: #bf311a;
}

.TopLink:hover {
    background-color: #bf311a !important;
}

.BottomLink:hover {
    background-color: #bf311a !important;
}
/*----------------------------------------------------- Main Menu - Icons --------------------------------------------*/
.NavArrow::before {
    border-style: solid;
    border-color: #000000;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 5px;
    position: relative;
    width: 5px;
}

.NavArrow.DownArrow::before {
    top: -4px;
    left: 15px;
    transform: rotate(135deg);
}

.MainMenu li:hover .NavArrow::before, .AltMenu li:hover .NavArrow::before {
    border-color: #ffffff;
}

.MainMenu .Active .NavArrow::before {
    border-color: #ffffff;
}
/*------------------------------------------------------ Main Menu - Mobile Menu ----------------------------------------------------- */
.MobileMenuIcon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    width: 25px;
    height: 25px;
    background-image: url("../../images/icons/icon_menu.svg");
    background-repeat: no-repeat;
}

.PopoutMenuContainer {
    background-color: #22252e;
    position: absolute;
    overflow-y: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 260px;
    background-repeat: repeat-y;
    background-position: left;
    display: none;
}

.PopoutMenu {
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

    .PopoutMenu li {
        list-style: none;
        text-align: right;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .PopoutMenu li h1 {
            width: 100%;
            font-size: 24px;
            color: #ffffff !important;
            position: relative;
            text-decoration: none;
            font-weight: 300;
            padding-right: 50px;
            padding-left: 20px;
            display: block;
        }

        .PopoutMenu li a {
            width: 100%;
            font-size: 16px;
            color: #ffffff !important;
            cursor: pointer;
            position: relative;
            text-decoration: none;
            font-weight: 300;
            padding-right: 50px;
            padding-left: 20px;
            display: block;
        }

    .PopoutMenu img {
        vertical-align: middle
    }

@media (max-width: 1399px) {

    /*----------------------------------------------------- Header --------------------------------------------*/
    .LogoContainer {
        margin-left: 30px;
    }
    /*----------------------------------------------------- Main Menu --------------------------------------------*/
    .MainMenuContainer {
        display: none;
    }
    /*------------------------------------------------------ Main Menu - Mobile Menu ----------------------------------------------------- */
    .MobileMenuIcon {
        display: inline;
    }
    /*----------------------------------------------------- Page Header --------------------------------------------*/
     
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
   
    /*----------------------------------------------------- Header --------------------------------------------*/
    .LogoContainer {
        margin-left: 15px;
    }

    .LogoContainer img {
        height: 90px;
        width: auto;
    }

    /*------------------------------------------------------ Main Menu - Mobile Menu ----------------------------------------------------- */
    .MobileMenuIcon {
        right: 20px;
    }

    .BackLink {
        margin-left: 15px;
    }

}

@media (max-width: 374px) {
}

