﻿body {
    font: 13px/1.231 'Lato',sans-serif;
    color: #000;
}

.MainRegion {
    width: 100%;
    background-color: #FFFFFF;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
}

.MainRegionHeaderRow {
    background: url(../images/pic_dig_white_ent.png) top right no-repeat;
    background-color: #003C71;
    border: 0;
    margin: 0;
}

a {
    color: #0054a6;
    text-decoration: none;
}

    a:focus,
    a:hover {
        color: #00aeef;
        text-decoration: underline;
    }

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

ol {
    padding-left: 20px;
}

small {
    font-size: 76%;
}

.black {
    background: #595959; /*grey*/
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#595959), to(#252525));
    background: -webkit-linear-gradient(#595959, #252525);
    background: -moz-linear-gradient(#595959, #252525);
    background: -ms-linear-gradient(#595959, #252525);
    background: -o-linear-gradient(#595959, #252525);
    background: linear-gradient(#595959, #252525);
}

input[type=submit].black,
input[type=button].black,
input[type=reset].black {
    border: 1px solid #fff;
    font-size: 77%;
    color: #FFF; /*white*/
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 21px 4px;
    margin-bottom: 6px;
    cursor: pointer;
}

    input[type=submit].black:hover,
    input[type=button].black:hover,
    input[type=reset].black:hover {
        color: #A6192E; /*red*/
    }

.box-shadow {
    -webkit-box-shadow: #666 0 2px 6px;
    -moz-box-shadow: #666 0 2px 6px;
    box-shadow: #666 0 2px 6px;
}

.box-shadow-lg {
    -webkit-box-shadow: #999 4px 4px 10px;
    -moz-box-shadow: #999 4px 4px 10px;
    box-shadow: #999 4px 4px 10px;
}

h2.caption {
    font-weight: bold;
    padding-bottom: 0.5em;
    font-size: 135.5%;
    color: #003C71;
}

.btn-primary,
.btn-primary input,
.btn-primary button,
.btn-secondary,
.btn-secondary input,
.btn-secondary button,
.btn-disabled,
.btn-disabled input,
.btn-disabled button,
.btn-success,
.btn-success input,
.btn-success button,
.btn-danger,
.btn-danger input,
.btn-danger button {
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
    border: 0 solid #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.iframe-modal .modal-body {
    padding: 10px;
}

.modal-footer button {
    width: auto;
}

.btn-secondary-red input[type=submit],
.btn-secondary-red input[type=reset],
.btn-secondary-red input[type=button],
.btn-secondary-red {
    background-color: #A6192E !important;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
    border: 0 solid #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.btn-blue,
.btn-blue input[type=submit],
.btn-blue input[type=reset],
.btn-blue input[type=button] {
    background-color: #0072bc !important;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
    border: 0 solid #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.btn-primary {
    background-color: #0072bc !important;
}


    .btn-primary:hover,
    .btn-primary:hover button,
    .btn-primary:hover input {
        color: #afcce0;
    }

.btn-blue:hover,
.btn-blue input[type=submit]:hover,
.btn-blue input[type=reset]:hover,
.btn-blue input[type=button]:hover {
    color: rgba(255,255,255,0.6);
}

.btn-secondary {
    background-color: #4c4c4c !important;
}

    .btn-secondary:hover,
    .btn-secondary:hover input,
    .btn-secondary:hover button {
        color: #afcce0;
        background-color: #333 !important;
    }

.btn-disabled,
.btn-disabled input,
.btn-disabled button,
.btn-disabled:hover,
.btn-disabled:hover input,
.btn-disabled:hover button {
    color: #fff;
    background-color: #989898 !important;
}

.checker-pattern {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /*background: transparent url(../Images/bg_diagonal_tile.png);*/
}

.required,
.errorText {
    color: #c00;
}

.expired {
    color: #A6192E;
}

.small-text {
    font-weight: normal;
    font-size: 69%;
    color: #000000;
}

.control-label {
    font-weight: 700;
}

.gradient-black {
    display: block;
    text-align: center;
    background-color: #252525;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#808080), to(#252525));
    background-image: -webkit-linear-gradient(#808080, #252525);
    background-image: -moz-linear-gradient(#808080, #252525);
    background-image: -ms-linear-gradient(#808080, #252525);
    background-image: -o-linear-gradient(#808080, #252525);
    background-image: linear-gradient(#808080, #252525);
}

h1.heading {
    color: #A6192E;
    font-size: 238.46% !important;
    line-height: 1em !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    padding: 14px 0 20px 0 !important;
}

h2.heading {
    color: #75787B;
    font-size: 153.9% !important;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    font-weight: bold;
}

h3.heading {
    color: #464646;
    font-size: 123.1% !important;
    line-height: 1em !important;
    padding-bottom: 25px !important;
    padding-top: 3px !important;
}

.image-shadow,
.img-shadow {
    border: 1px solid #fff;
    border-bottom: 0;
    -webkit-box-shadow: #666 0 0 12px;
    -moz-box-shadow: #666 0 0 12px;
    box-shadow: #666 0 0 12px;
}

.main-menu {
    padding: 0;
}

    .main-menu a.logo {
        text-indent: -9999px;
        padding: 0 12px;
        margin: 4px 0;
    }

.sidebar-menu .logo a,
.sidebar-menu .logo a:hover {
    color: transparent;
    margin-top: 5px;
}

.main-menu a.agency-services-logo,
.sidebar-menu .agency-services-logo a {
    background: transparent url(../images/mainnav_logo_agancy_services.jpg) 0 0 no-repeat;
    height: 34px;
}

    .main-menu a.agency-services-logo:hover,
    .sidebar-menu .agency-services-logo a:hover {
        /*background: transparent url(../images/mainnav_logo_agancy_services.jpg) 0 -34px no-repeat;*/
    }

.main-menu a.writepro-logo,
.sidebar-menu .writepro-logo a {
    background: transparent url(../images/mainnav_logo_writepro.jpg) 0 0 no-repeat;
    height: 54px;
}
/*new PC WritePRO logo for Nautilus R2 go-live*/
.main-menu a.writepro-pc-logo,
.sidebar-menu .writepro-pc-logo a {
    background: transparent url(../images/mainnav_logo_writepro.png) 0 0 no-repeat;
    height: 40px;
}

.main-menu a.writepro-logo:hover,
.sidebar-menu .writepro-logo a:hover {
    /*background: transparent url(../images/mainnav_logo_writepro.jpg) 0 -54px no-repeat;*/
}

.main-menu a.writebiz-logo,
.sidebar-menu .writebiz-logo a {
    /*background: transparent url(../images/mainnav_logo_writebiz.jpg) 0 0 no-repeat;*/
    background: transparent url(../images/mainnav_logo_writebiz.png) 0 0 no-repeat; /*WEBNET-1115*/
    height: 41px;
}

    .main-menu a.writebiz-logo:hover,
    .sidebar-menu .writebiz-logo a:hover {
        /*background: transparent url(../images/mainnav_logo_writebiz.jpg) 0 -30px no-repeat;*/
    }

.main-menu a.writefarm-logo,
.sidebar-menu .writefarm-logo a {
    background: transparent url(../images/mainnav_logo_writefarm.jpg) 0 0 no-repeat;
    height: 70px;
}

    .main-menu a.writefarm-logo:hover,
    .sidebar-menu .writefarm-logo a:hover {
        /*background: transparent url(../images/mainnav_logo_writefarm.jpg) 0 -70px no-repeat;*/
    }

.round-4px {
    border-radius: 4px;
}

.round-6px {
    border-radius: 6px;
}

.shadow-panel {
    position: relative;
    width: 100%;
    z-index: 2;
    top: -16px;
    left: 0;
}

    .shadow-panel > img {
        width: 100%;
    }

.text-shadow {
    display: block;
    text-shadow: 2px 2px 5px #000000;
    filter: DropShadow(Color=#000000, OffX=1, OffY=1);
}

.viewport-contents {
    min-height: 500px;
}

.app-release-container {
    margin-top: .4rem;
}

    .app-release-container .carousel-inner {
        margin-left: 5%;
        width: 90%;
    }

    .app-release-container .alert-dismissible .close {
        padding-top: .5rem;
    }

    .app-release-container .carousel-control-prev {
        color: #000;
        width: 20px;
        height: 20px;
        margin-top: 10px;
    }

    .app-release-container .carousel-control-next {
        color: #000;
        width: 20px;
        height: 20px;
        margin-top: 10px;
        margin-left: 20px;
    }
/*
    helper formatting classes
*/
.padding-l-0 {
    padding-left: 0;
}

.padding-r-0 {
    padding-right: 0;
}

.margin-r-15 {
    margin-right: 15px;
}
/*logo style*/
.header {
    padding-top: 10px;
    padding-bottom: 10px
}

.no-shadow {
    box-shadow: none !important;
}

.portal-logo {
    text-indent: -9999px;
    overflow: hidden;
}

    .portal-logo a {
        display: block;
    }

.portal-logo-external-donegal {
    height: 73px;
    /*width: 220px;*/
    background: url(../Images/pic_dig_white.png) right no-repeat #003C71 !important;
}

.portal-logo-external-mountain {
    height: 73px;
    /*width: 220px;*/
    background: url(../Images/pic_mountain_white.png) 98% no-repeat #003C71 !important;
}

.portal-logo-external-michigan {
    height: 73px;
    /*width: 220px;*/
    background: url(../Images/pic_mico_white.png) right no-repeat #003C71 !important;
}

.portal-logo-external-tribrand {
    height: 90px;
    /*width: 220px;*/
    background: url(../Images/allbrands.jpg) center no-repeat #003C71 !important;
    background-size: cover !important;
}

.portal-logo-donegal {
    height: 73px;
    width: 220px;
    background: url(../Images/logo_donegal.jpg) top left no-repeat;
}

    .portal-logo-donegal a {
        height: 73px;
        width: 220px;
    }

.portal-logo-southern {
    height: 73px;
    width: 363px;
    background: url(../Images/logo_southern_mutual.jpg) top left no-repeat;
}

    .portal-logo-southern a {
        height: 73px;
        width: 363px;
    }

.portal-logo-mountain {
    height: 61px;
    width: 239px;
    background: url(../Images/logo_mountain_states.png) top left no-repeat;
}

    .portal-logo-mountain a {
        height: 61px;
        width: 239px;
    }

.portal-logo-michigan {
    height: 73px;
    width: 218px;
    background: url(../Images/logo_michigan.jpg) top left no-repeat;
}

    .portal-logo-michigan a {
        height: 73px;
        width: 218px;
    }

/*
        portal header classes
*/
.portal-header-utility .gradient-black:hover {
    background-color: #1a1a1a;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#252525), to(#1a1a1a));
    background-image: -webkit-linear-gradient(#252525, #1a1a1a);
    background-image: -moz-linear-gradient(#252525, #1a1a1a);
    background-image: -ms-linear-gradient(#252525, #1a1a1a);
    background-image: -o-linear-gradient(#252525, #1a1a1a);
    background-image: linear-gradient(#252525, #1a1a1a);
}

.portal-header-utility .gradient-black {
    width: 116px;
    border: 1px solid #fff;
}

.portal-header-utility .dropdown {
    z-index: 1040;
}

.portal-header-utility .dropdown-menu {
    margin-top: 0;
    min-width: 116px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
}

    .portal-header-utility .dropdown-menu > li > a:focus,
    .portal-header-utility .dropdown-menu > li > a:hover {
        color: #75787B; /*Donegal Grey*/
        background-color: #75787B; /*Donegal Grey*/
        /*background-color: #ffc20e;*/ /*yellow*/
    }

.portal-header-utility .btn-default {
    /*color: #333;*/
    color: #75787B; /*Donegal Grey*/
    background-color: transparent;
    border-color: transparent;
}

.portal-header-utility a.btn-default {
    font-size: 85%;
    font-weight: bold;
    display: block;
    /*color: #ffc20e;*/ /*yellow*/
    color: #75787B; /*Donegal Grey*/
    text-align: left;
    text-transform: uppercase;
    padding: 2px 8px;
}

    .portal-header-utility a.btn-default img {
        padding-left: 15px;
        position: absolute;
        margin-top: -2px;
        right: 4px;
    }

.portal-header-utility .dropdown-menu a {
    /*color: #0054a6;*/
    font-weight: bold;
    padding: 4px 12px;
    text-shadow: 0 0 0 #fff;
}

.portal-header-utility > li:last-child {
    padding-bottom: 0;
}

.portal-header-utility {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right
}

    .portal-header-utility > li {
        padding-bottom: 12px;
    }

    .portal-header-utility .search {
        float: right;
        width: 120px;
        margin: 1px 15px 0 0;
        padding: 0;
        border: 1px solid #e5e5e5;
        background-color: #e5e5e5;
        -moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.3);
        box-shadow: inset 2px 2px 2px rgba(0,0,0,.3);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .portal-header-utility .search input[type=text] {
            width: 96px !important;
            color: #959595 !important;
            background-color: transparent !important;
            border: 0 !important;
            padding: 4px 5px 2px !important;
            font-size: 93% !important;
            float: left !important;
        }

            .portal-header-utility .search input[type=text]:focus {
                color: #000 !important;
            }

        .portal-header-utility .search input[type=image] {
            vertical-align: middle;
            padding-left: 2px !important;
        }

    .portal-header-utility .welcome-message {
        font-size: 85%;
        padding-bottom: 12px;
    }

        .portal-header-utility .welcome-message a {
            text-decoration: underline;
        }

    .portal-header-utility .corporate-links {
        clear: both;
        padding-top: 14px;
        color: #0054a6;
        font-size: 93%
    }

    .portal-header-utility .corporate-links {
        clear: both;
        padding-top: 14px;
        color: #0054a6;
        font-size: 93%
    }

.portal-validation-summary {
    background: #ffebeb url(../images/redx16.gif) no-repeat;
    background-position: 7px 7px;
    border: 1px solid #f5c1c2;
    padding: 6px 6px 6px 28px;
    font: normal 300 13px 'Lato';
    color: #CC0000;
}

input.portal-validation-error,
select.portal-validation-error,
textarea.portal-validation-error {
    background-color: #ffffd5;
    margin: 0;
    border: 1px solid rgb(204, 0, 0);
}

.portal-custom-error {
    color: red;
    font-size: 8.5pt;
}

.home .header-quick-links #header-link-home,
.home .header-quick-links #header-link-family {
    display: none;
}

.header-quick-links {
    padding-top: 12px;
    list-style: none;
    clear: both;
}

    .header-quick-links li a:hover {
        text-decoration: none;
    }

    .header-quick-links li {
        float: left;
        padding-right: 0.5em;
        margin-right: 0.5em;
        border-right: 1px solid #0054A6;
        *display: inline;
    }

        .header-quick-links li:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: 0;
        }

        .header-quick-links li a.active,
        .header-quick-links li a.active:hover {
            color: #00aeef;
        }

/*Banner styles*/
.banner-mobile {
    position: relative;
}

    .banner-mobile h1 {
        position: absolute;
        font-size: 16px;
        font-style: italic;
        color: #0072bc;
        font-weight: bold;
        margin-top: 2%;
        margin-left: 0;
        text-shadow: 1px 1px #ffffff;
    }

    .banner-mobile h3 {
        position: absolute;
        font-size: 14px;
        font-style: italic;
        color: #00aeef;
        font-weight: bold;
        margin-top: 19.5%;
        margin-left: 0;
        text-shadow: 1px 1px #ffffff;
    }
/*
    login for small mobile device classes
*/

.login-nav-xs {
    position: absolute;
    right: 6px;
    margin-top: -45px;
}

    .login-nav-xs .btn {
        border: 0 solid transparent;
        border-radius: 0;
        color: #0072bc;
        padding: 6px;
    }

    .login-nav-xs .btn-default:hover {
        color: #333;
        background-color: transparent;
    }

    .login-nav-xs .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        padding: 4px 0;
    }

        .login-nav-xs .dropdown-menu > li > a {
            padding: 3px 16px;
        }

    .login-nav-xs .btn-default.active.focus,
    .login-nav-xs .btn-default.active:focus,
    .login-nav-xs .btn-default.active:hover,
    .login-nav-xs .btn-default:active.focus,
    .login-nav-xs .btn-default:active:focus,
    .login-nav-xs .btn-default:active:hover,
    .login-nav-xs .open > .dropdown-toggle .btn-default .focus,
    .login-nav-xs .open > .dropdown-toggle .btn-default:focus,
    .login-nav-xs .open > .dropdown-toggle .btn-default:hover {
        color: #333;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
    }

    .login-nav-xs .btn.active,
    .login-nav-xs .btn:active {
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0);
        box-shadow: inset 0 0 0 rgba(0,0,0,.0);
    }

/*
    main content classes
*/
/* Removed background gradiant as part of home page rework
.main-container {
	background: #fff url(../Images/bg_main_home.jpg) bottom left repeat-x;
	/*border-bottom: 1px solid #000;*/
}

*/
.main-container .content > .row {
    margin-top: 20px;
}

.content,
.content-full-width {
    font-size: 14px;
    line-height: 1.6em;
}

    .content h3,
    .content-full-width h3 {
        font-weight: bold;
        padding-bottom: 0.4em;
        font-size: 108%;
        line-height: 1.6em;
        margin: 0;
    }

    .content h3 {
        color: #003C71;
    }

    .content h2 {
        font-weight: bold;
        padding-bottom: 0.5em;
        font-size: 135.5%;
        color: #003C71;
    }

    .content a,
    .content-full-width a {
        color: #0054a6;
        text-decoration: underline;
    }

        .content a:focus,
        .content a:hover,
        .content-full-width a:focus,
        .content-full-width a:hover {
            color: #A6192E;
            text-decoration: none;
        }

    .content ul {
        list-style: disc;
        padding-left: 20px;
    }

        .content ul li {
            margin-top: 0.2em;
        }

        .content ul.arrow {
            padding-left: 0;
            margin-left: 0;
            margin-bottom: 1em;
            list-style: none;
        }

.arrow li {
    margin-top: 0.2em;
    font-weight: bold;
    line-height: 1.6em;
}

.content ul.arrow a,
.content ul.arrow a:visited {
    display: inline-block;
    color: #0054A6;
    text-decoration: none;
    padding-left: 14px;
}

    .content ul.arrow a, .content ul.arrow a:visited {
        background: transparent url(../Images/bullet_arrow_blue.png) 0 5px no-repeat;
    }

        .content ul.arrow a:hover,
        .content ul.arrow a:visited:hover {
            color: #A6192E;
            text-decoration: none;
            background: transparent url(../Images/bullet_arrow_red.png) 0 5px no-repeat;
        }

.content p.footnote {
    font-size: 77%;
    line-height: 1.2em;
}

/*
    datatable overrides for content
*/
.content .dt-bootstrap4 ul {
    list-style: none;
}

.content .dt-bootstrap4 li a {
    text-decoration: none;
}

/*
    form control classes
*/
.content .form-control,
.content-full-width .form-control,
.content-inner .form-control,
.input-group-addon {
    color: #000;
}
/*
    sidebar classes
*/


/* Side menu*/
.sidebar-menu {
    z-index: 1030;
    background-color: #003C71; /*donegal blue*/
    border: 0 solid #fff;
    border-radius: 0;
    -webkit-box-shadow: #666 0 2px 4px;
    -moz-box-shadow: #666 0 2px 4px;
    box-shadow: #666 0 2px 4px;
    /*background: url(../Images/bg_mainnav.gif) repeat-x;*/
}

    .sidebar-menu .nav,
    .sidebar-menu .dropdown-menu {
        flex-direction: column;
        background-color: #fff;
        padding: 5px 0;
        -webit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        min-width: 170px;
        border: 1px solid #4496cc; /*light blue*/
    }

    .sidebar-menu .dropdown-menu,
    .sidebar-menu .dropdown-submenu + .dropdown-menu {
        position: absolute;
        left: 100%;
        top: auto;
        margin-top: -32px;
        margin-left: -1px;
        -webit-border-radius: 0 4px 4px 4px;
        -moz-border-radius: 0 4px 4px 4px;
        border-radius: 0 4px 4px 4px;
    }

    .sidebar-menu .nav-item {
        display: flex;
        flex-direction: column;
        flex: none;
    }

    .sidebar-menu a,
    .sidebar-menu a:visited,
    .sidebar-menu a:hover,
    .sidebar-menu a:active,
    .sidebar-menu .dropdown-menu > a {
        font-size: 13px;
        white-space: normal;
        font-weight: bold;
        /* color: #0054a6;*/ /*light blue*/
        text-decoration: none;
    }

    .sidebar-menu .dropdown-menu > a {
        padding: 5px 10px;
    }

        .sidebar-menu .navbar-nav .nav-item a:hover,
        .sidebar-menu .dropdown-menu > a:focus,
        .sidebar-menu .dropdown-menu > a:hover {
            background-color: #75787B; /*Donegal Grey*/
        }

    .sidebar-menu .sidebar-menu-header {
        height: 38px;
        line-height: 38px;
        padding: 0 10px;
    }

    .sidebar-menu .navbar-nav .nav-item a {
        padding: 5px 10px;
    }

    .sidebar-menu .sidebar-menu-header a,
    .sidebar-menu .sidebar-menu-header a:visited {
        color: #fff;
    }

        .sidebar-menu .sidebar-menu-header a:hover {
            /*color: #00aeef;*/ /*light blue*/
        }

/*find an agent classes*/
.find-agent-get-quote .checker-pattern {
    padding: 13px;
}

.home .find-agent-get-quote .checker-pattern {
    padding: 0;
    width: 350px;
}

.find-agent-get-quote h3 {
    font-size: 123.1%;
    font-weight: bold;
    color: #fff;
}

    .find-agent-get-quote h3 span {
        font-size: 72.22%;
        display: block;
        padding: 0 0 12px 0;
    }

.zip-code {
    width: 66px;
    text-align: center;
    background-color: #ffffff;
    font-size: 93%;
    font-weight: normal;
    /*color: #0054a6;*/ /*light blue*/
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    padding: 2px 4px;
    margin: 0;
}

.agent-search input[type=submit] {
    padding: 5px 10px 4px;
    text-transform: uppercase;
}

.home .find-agent-get-quote {
    position: absolute;
    z-index: 1003;
    width: 350px;
    height: 100px;
    padding: 0;
    top: 66%;
    text-align: left !important;
    vertical-align: middle;
    border: 1px solid #fff;
}

.find-agent-get-quote .checker-pattern {
    padding: 0;
}

.home .find-agent-get-quote h3 {
    float: left;
    font-size: 182%;
    width: 175px;
    font-weight: bold;
    /*color: #FFC20E;*/ /*yellow*/
    text-transform: none;
    padding: 20px 0 6px 0;
    line-height: 1.3;
}

.find-agent-get-quote h3 span {
    font-size: 70.83%;
}

.find-agent-get-quote img {
    float: left;
    padding: 22px 10px 0 15px;
}

.find-agent-get-quote a:hover,
.find-agent-get-quote a:visited:hover {
    color: #A6192E
}

.sidebar .find-agent-get-quote {
    position: relative;
    width: 170px;
    margin: 0;
    text-align: left;
    margin-bottom: 16px;
    border: 1px solid #fff;
}

    .sidebar .find-agent-get-quote .checker-pattern {
        padding: 13px;
        width: 170px;
    }

.sidebar input[type=submit] .black {
    padding: 5px 10px 4px;
    text-transform: uppercase;
}

.home .zip-code {
    width: 82px;
    margin-top: 18px;
    margin-bottom: 6px;
}

.home .find-agent-get-quote input[type="submit"] {
    position: relative;
    z-index: 1000;
    vertical-align: middle;
    text-transform: uppercase;
}

.home .find-agent-get-quote input[type=text] {
    border: 1px solid #8d8d8d;
    color: #000;
}

.home .zip-code:focus {
    color: #000
}

.home .find-agent-get-quote a {
    /*color: #FFC20E;*/ /*yellow*/
    text-decoration: none;
    font-size: 93%;
}

.home .find-agent-get-quote a {
    font-size: 85%;
}
/*end*/

/*eSign classes*/



.eSigPendingDoc {
    background-image: url(../images/plainPage.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 61px;
}

.eSigCompletedDoc {
    background-image: url(../images/completedPage.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 61px;
}

.eSigButton {
    height: 27px;
    width: 27px;
    padding-left: 6px;
    padding-right: 16px;
    display: inline-block;
    border-right-width: 1px;
    border-left-width: 1px;
}

.eSigActionButton {
    color: inherit;
    cursor: inherit;
}

.eSigTransactionOuter {
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    background-color: #d1ecf1;
}

.eSigTransactionInner {
    margin: 5px;
}

/*end*/
/*
    tree classes
*/

/*footer classes*/
.bottom-footer {
    margin-bottom: 10px;
}

.top-footer,
.bottom-footer {
    font-size: 85%;
    color: #595959;
    line-height: 1.2em;
}

.footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
    width: 100%;
}

    .footer-nav a {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #595959;
        text-decoration: none;
    }

        .footer-nav a:last-child {
            margin: 0;
            padding: 0;
            border: 0;
        }

.link-am-best {
    display: block;
    margin-top: 24px;
}

.footer-divider {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bottom-footer {
    padding: 0;
}

ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    ul.footer-menu li {
        padding-left: 0;
        padding-bottom: 0.6em;
        margin-left: 0;
        list-style-type: none;
    }

        ul.footer-menu li > ul {
            padding-top: 0.6em;
            padding-left: 0;
            margin-left: 0;
        }

            ul.footer-menu li > ul li:last-of-type {
                padding: 0;
            }

/*ul.footer-menu li{ padding-bottom:0.6em }*/
.top-footer a,
.bottom-footer a,
.top-footer a:visited,
.footer-sitemap a:visited {
    text-decoration: none;
    color: #595959;
}

    .top-footer a:hover,
    .bottom-footer a:hover,
    .bottom-footer a strong:hover {
        color: #A6192E !important;
    }

.footer-social-row {
    display: flex;
    text-align: center;
}

.footer-social-row-col {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    flex-direction: row;
}
/* end footer */

/*
    begin tab classes
*/
.tab-container {
}

    .tab-container .nav-tabs a.nav-link {
        text-decoration: none;
        font-size: 19.6px;
        font-weight: bold;
    }

    .tab-container .nav-tabs {
        border-bottom: 2px solid rgba(1,57,142,1);
    }

        .tab-container .nav-tabs .nav-link {
            border-top-left-radius: .5rem;
            border-top-right-radius: .5rem;
        }

            .tab-container .nav-tabs .nav-link.active {
                color: #fff;
                background: -moz-linear-gradient(top, rgba(4,113,235,1) 0%, rgba(1,57,142,1) 100%) !important;
                background: -o-linear-gradient(top, rgba(4,113,235,1) 0%,rgba(1,57,142,1) 100%) !important;
                background: -ms-linear-gradient(top, rgba(4,113,235,1) 0%,rgba(1,57,142,1) 100%) !important;
                background: linear-gradient(to bottom, rgba(4,113,235,1) 0%,rgba(1,57,142,1) 100%) !important;
            }

        .tab-container .nav-tabs .nav-link {
            color: #fff;
            background: -moz-linear-gradient(top, #7c7c7c 0%, #4c4c4c 100%) !important;
            background: -o-linear-gradient(top, #7c7c7c 0%, #4c4c4c 100%) !important;
            background: -ms-linear-gradient(top, #7c7c7c 0%, #4c4c4c 100%) !important;
            background: linear-gradient(to bottom, #7c7c7c 0%, #4c4c4c 100%) !important;
            padding: .75rem 1.25rem;
        }

/*
    end tab classes
*/

/*
    global classes
*/
.login-modal .modal-header {
    padding: 0;
    border-bottom: 0;
}

.login-modal button.close {
    padding: 20px 7px 0 4px;
    margin: -1rem 0 -1rem auto;
    height: 60px;
    width: 60px;
}

div#pages .pageNumFocus {
    cursor: pointer;
}

div#pages span.contactTabPageNum {
    padding: 3px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .main-container {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    /*
        sidebar classes
    */
    .sidebar .find-agent-get-quote,
    .sidebar .find-agent-get-quote .checker-pattern {
        width: 100% !important;
        text-align: center;
    }

        .sidebar .find-agent-get-quote h3 span {
            display: inline-block;
        }

    /*
        footer classes
    */
    .footer-nav {
        justify-content: center;
        margin-bottom: 10px;
        /*color: #75787B;*/
    }

    #footer-nav.footer-nav-sm {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 1em !important;
    }

    .footer-divider {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer-nav a,
    .footer-nav a:visited {
        color: #0072bc;
    }

        .footer-nav a:hover {
            color: #A6192E;
        }

    #footer-nav.footer-nav-sm a,
    #footer-nav.footer-nav-sm a:visited {
        text-decoration: none;
        color: #595959 !important;
    }

    /*.tree div a {
        display: block;
        padding: 10px 0 10px 22px;
        font-weight: 600;
        background-color: #fff;
    }*/

    .tree .dropdown-menu-dynamic a {
        display: block;
        padding: 10px 15px 10px 22px;
        font-weight: bold;
        background-color: #fff;
        border-top: 1px solid #0054a6;
    }

    .tree .dropdown-menu-dynamic .dropdown-menu-dynamic a {
        display: block;
        padding: 10px 15px 10px 28px;
        font-size: 13px;
        font-weight: normal;
        background-color: #fff;
        border-top: 1px dashed #0054a6;
    }

    .tree .dropdown-menu-dynamic .dropdown-menu-dynamic .dropdown-menu-dynamic a {
        display: block;
        padding: 10px 15px 10px 36px;
        background-color: #fff;
        border-top: 1px dotted #0054a6;
    }

    .tree div div {
        padding: 0;
        margin: 0;
    }

    .tree .hideTree {
        display: none;
    }

    .tree .dropdown-menu-dynamic {
        width: 100%;
    }

    .tree .multi-level a {
        border-top: 1px solid #0054a6;
    }

    .tree .multi-level .multi-level a {
        border-top: 1px dashed #0054a6;
    }

    .tree .multi-level .multi-level .multi-level a {
        border-top: 1px dotted #0054a6;
    }

    .tree > .nav-item {
        margin: 0;
        border-bottom: 1px solid #ddd;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .portal-logo-peninsula {
        width: 200px;
        height: 54px;
        background-size: 200px 54px !important;
    }

    .header-quick-links li {
        padding-left: 0.3em;
        margin-left: 0.3em;
    }

    h1.heading {
        font-size: 180%;
    }

    h2.heading,
    .content-full-width h2.heading1 {
        font-size: 130%;
    }

    h3.heading {
        font-size: 120%;
    }

    h2.caption {
        font-size: 130%;
    }
}

@media (min-width: 992px) {
    .portal-header-utility .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .main-container {
        margin-bottom: 15px;
        padding-bottom: 15px;
        min-height: 500px;
    }

    /*
        sidebar classes
    */
    .sidebar {
        width: 170px;
        float: left;
        margin: 0 30px 40px 0;
    }

    .find-agent-get-quote-container {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    input[type=submit].black,
    input[type=button].black,
    input[type=reset].black {
        padding: 5px 21px 4px;
        margin-bottom: 6px;
    }

    .portal-logo-donegal {
        background-position: 0 15px;
    }

    .portal-header-utility .gradient-black {
        display: block;
        text-align: center;
        background-color: #252525; /*black*/
        background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#808080), to(#252525));
        background-image: -webkit-linear-gradient(#808080, #252525);
        background-image: -moz-linear-gradient(#808080, #252525);
        background-image: -ms-linear-gradient(#808080, #252525);
        background-image: -o-linear-gradient(#808080, #252525);
        background-image: linear-gradient(#808080, #252525);
    }

    .portal-header-utility .checker-pattern,
    .agency-dbr .checker-pattern,
    .dashboard-cstm .checker-pattern,
    #forgot-password .panel-heading.gradient-blue
    .checker-pattern {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        /*background: transparent url(../Images/bg_diagonal_tile.png);*/
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    /* checker pattern */
    .portal-header-utility .checker-pattern {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        /*background: transparent url(../Images/bg_diagonal_tile.png);*/
    }

    /*
        footer classes
    */
    .bottom-footer .footer-p-r-sm,
    .top-footer .footer-p-r-sm {
        padding-right: 0;
    }

    .bottom-footer .footer-p-all-sm {
        padding: 0;
    }

    /*
        form control classes
    */
    .form-horizontal .control-label {
        text-align: left;
        padding-top: 6px;
    }

    /*
        noteworthy classes, may move to page css
    */
    .noteworthy {
        float: left;
        width: 220px;
        min-width: 220px;
        font-size: 93%;
        height: 89px;
        padding: 12px 15px 0 15px;
        background-color: #75787B;
        /*background: url(../Images/home_noteworthy_bg.png) left top no-repeat;	*/
    }

        .noteworthy h3 {
            font-size: 93%;
            /*color: #ffc20e;*/ /*yellow*/
            margin: 0;
            padding-bottom: 0.4em;
            font-weight: bold;
            background-color: transparent;
        }

        .noteworthy a, .noteworthy a:visited {
            background-image: none;
            display: inline;
            font-weight: normal;
            text-decoration: underline;
            color: #fff;
        }

            .noteworthy a:hover, .noteworthy a:visited:hover {
                /*color: #ffc20e;*/ /*yellow*/
                text-decoration: underline;
            }
}

@media (max-width: 767px) {
    /*logo style*/
    .portal-logo-donegal {
        width: 200px;
        height: 50px;
        margin: auto;
        background-size: 200px 42px !important;
    }

    .portal-logo-lemars, .portal-logo-sheboygan {
        width: 170px;
        height: 68px;
        margin: auto;
        background-size: 170px 68px !important;
    }

        .portal-logo-lemars + .login-nav-xs,
        .portal-logo-sheboygan + .login-nav-xs {
            margin-top: -54px;
        }

    .portal-logo-michigan {
        width: 200px;
        height: 67px;
        margin: auto;
        background-size: 200px 67px !important;
    }

    .portal-logo-peninsula {
        width: 180px;
        height: 54px;
        margin: auto;
        background-size: 180px 49px !important;
    }

    .portal-logo-southern {
        width: 220px;
        height: 50px;
        margin: auto;
        background-size: 210px 42px !important;
    }

    .portal-logo-external-tribrand {
        height: 63px;
        /*width: 220px;*/
        background: url(../Images/allbrands.jpg) center no-repeat #003C71 !important;
        background-size: cover !important;
    }
    /*end*/


    .header {
        position: relative;
        z-index: 1;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-shadow: #9E9E9E 0 3px 13px;
        -moz-box-shadow: #9E9E9E 0 3px 13px;
        box-shadow: #9E9E9E 0 3px 13px;
    }


    .portal-header-utility .gradient-black {
        width: 80px;
    }

    /*
            footer classes
        */
    .footer-color {
        background-color: #75787B;
    }


    .footer-nav {
        justify-content: center;
        margin-bottom: 0;
    }

    .top-footer,
    .bottom-footer {
        font-size: 88%;
        line-height: 1.5em;
    }

    .footer-nav a {
        margin-bottom: 6px;
        margin-right: 4px;
        padding-right: 4px;
    }

        .footer-nav a + a + a {
            border-right: 0;
        }

    .footer-xs {
        display: none !important;
    }

    .footer-sitemap .footer-menu a,
    .footer-sitemap .footer-menu a:visited {
        text-decoration: none;
        color: #0072bc;
        line-height: 1.4em;
        font-size: 13px;
    }

        .footer-sitemap .footer-menu a:hover {
            color: #A6192E;
        }

    h1.heading {
        font-size: 150%;
        line-height: 1.2em;
        padding: 10px 0px;
    }

    h2.heading,
    .content-full-width h2.heading1 {
        font-size: 120%;
    }

    h3.heading {
        font-size: 110%;
        padding-bottom: 4px;
    }

    h2.caption {
        font-size: 120%;
    }

    .shadow-panel {
        top: 0;
    }

    .small-p {
        font-size: 10px;
        padding: 2px 0 0;
    }

    h2.caption {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 560px) {
}

@media all and (max-width: 420px) and (min-width: 390px) {
    div.inner-banner {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media all and (max-wdith: 420px) and (min-width: 0) {
}


@media (max-width: 315px) {
}


/*custom popper styling*/
.popover {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
}

    .popover .popover-header {
        font-weight: bold;
        line-height: 1.6em;
        padding: 6px;
        font-size: 12px;
    }

.cb_padding_bottom {
    padding-bottom: 9px;
}

#logoLink:hover, #logoLink:focus {
    border-bottom-color: #003C71 !important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

@media screen and (max-width: 770px) {
    #logoLink:hover, #logoLink:focus {
        height: 50px !important;
    }
}

#search-agent:hover, #search-agent:focus {
    transform: translateY(1px);
    background: white;
    color: rgb(117, 120, 123);
    border-color: rgb(117, 120, 123) !important;
    border-width: thin;
    border-style: solid;
}

.dropdown-menu-dynamic-OnMobile-view {
    z-index: 0 !important;
    position: unset !important;
    left: 0 !important;
}

.navbar-inverse .navbar-nav > .nav-item:hover,
.navbar-inverse .navbar-nav > .nav-item:focus {
    color: #fff;
}

#policy-panel, #billing-panel, #activity-panel, #txhistory-panel,
#correspondence-panel, #agency-panel, #tools-panel, #carrierinfo-panel,
#documents-panel, #claims-panel, #coverages-panel, #forms-panel,
#account-panel, #invoices-panel, #payments-panel, #refunds-panel,
#installments-panel, #fees-panel, #payref-panel, #claim-panel,
#summary-panel, #transactions-panel {
    color: #fff;
}

    #policy-panel:hover, #billing-panel:hover, #activity-panel:hover,
    #correspondence-panel:hover, #agency-panel:hover, #tools-panel:hover, #carrierinfo-panel:hover,
    #txhistory-panel:hover, #documents-panel:hover, #claims-panel:hover,
    #coverages-panel:hover, #forms-panel:hover, #account-panel:hover,
    #invoices-panel:hover, #payments-panel:hover, #refunds-panel:hover,
    #installments-panel:hover, #fees-panel:hover, #payref-panel:hover,
    #claim-panel:hover, #summary-panel:hover, #transactions-panel:hover {
        background-color: #fff;
        color: #003c71;
    }

.ql-blue,
.ql-blue:hover,
.ql-blue:focus {
    background-color: #003c71 !important;
    color: #fff;
}

.ql-grey,
.ql-grey:hover,
.ql-grey:focus {
    background-color: #666666 !important;
    color: #fff;
}

.dgic-status-spinner {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 60px;
    height: 60px;
    border: 8px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #003C71;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.dgic-recording-stopped {
    border: dashed darkred;
    border-width: thick;
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
    color: transparent;
}

@keyframes skeleton-loading {
    0% {
        background-color: #003C71; /* FROM Color 1 */
    }

    100% {
        background-color: #CCD8E3; /* TO Color 2 */
    }
}
