/******KINGSTONE INSURANCE CSS******/

/* COLORS */
/* dk green 	=	#174822 */
/* lt green     =   #9adfa9 */
/* lt grey		= 	#eeeeec */
/* lt teal		= 	#75ad99 */
/* dk teal		= 	#477e6a */
/* black		=	#303030 */
/* red			= 	#a50f0f */
/* lime green   =   #1dd647 */

/* FONTS */
/* "Muli" */
/* "Source Serif Pro" */

html {
    height: 100%;
}

html, body {
    padding: 0;
    margin: 0;
    min-width: 1220px;
    overflow-wrap: break-word;
}

body {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    background-color: white;
    transition: all .5s ease;
    font-family: 'Muli', sans-serif;
    position: relative;
}

.center {
    width: 1130px;
    margin: auto;
    position: relative;
}

.thin-center {
    width: 800px;
    margin: auto;
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

p {
    text-align: justify;
}

.clear-floats {
    clear: both;
}

.hidden {
    display: none !important;
}

.horiz-slice {
    width: 100%;
    height: auto;
    position: relative;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.cursor-drag {
    cursor: move;
}

.cursor-move {
    cursor: ns-resize;
}

.pointer-events-none {
    pointer-events: none;
}


.ajax-cursor-wait {
    cursor: progress !important;
}

.ajax-cursor-pointer {
    cursor: pointer;
}

ul a {
    color: #477e6a;
}

    ul a:hover {
        color: #303030;
    }

/*************
    Tables
*************/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 3px 5px;
}

.table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.tr {
    display: table-row;
}

.thr {
    display: table-row;
}

.td {
    display: table-cell;
    padding: 3px 5px;
}

table.style1 td,
table.basic-border td,
.table.style1 .td,
.table.basic-border .td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    table.style1 td:first-child,
    table.basic-border td:first-child,
    .table.style1 .td:first-child,
    .table.basic-border .td:first-child {
        border-left: 1px solid #ddd;
    }

table.style1 tr:first-child td,
table.basic-border tr:first-child td,
.table.style1 .tr:first-child .td,
.table.basic-border .tr:first-child .td {
    border-top: 1px solid #ddd;
}

table.style1 td,
table.medium-pad td,
.table.style1 .td,
.table.medium-pad .td {
    padding: 5px 7px;
}

table.style1 tr:nth-child(2n) td,
table.alt-row-color tr:nth-child(2n) td,
.table.style1 .tr:nth-child(2n) .td,
.table.alt-row-color .tr:nth-child(2n) .td {
    background-color: #eaeaea;
}

/*****************
    Text Styles
*****************/

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-full {
    text-align: justify;
}

.text-small {
    font-size: 12px;
    color: #aaa;
}

.text-red {
    color: #a50f0f;
}

.text-green {
    color: #174822;
}

.float-none {
    float: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.popup-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ececec;
    background-color: rgba(0,0,0,.6);
    z-index: 999;
}

.popup-overlay-content {
    width: 1000px;
    height: auto;
    max-height: 70%;
    overflow-y: scroll;
    position: absolute;
    left: 23%;
    top: 20%;
    padding: 10px;
    background-color: #eeeeec;
}

.popup-content-topbar {
    width: 100%;
    max-height: 32px;
    height: auto;
    position: relative;
}

.popup-hide {
    position: absolute;
    right: -6px;
    top: -6px;
}

.popup-overlay hr {
    width: 75%;
    text-align: center;
    margin: 7px auto 3px auto;
    border: none;
    height: 1px;
    background-color: #cccccc;
}

.small-pad {
    padding: 5px 0;
}

/*    Ajax popup boxes created by main.js KIC object   */
.ajax-message-box {
    width: auto;
    max-width: 350px;
    height: auto;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 5px;
    background-color: #174822;
    color: white;
    font-family: "Muli", sans-serif;
    vertical-align: middle;
    position: fixed;
    right: -400px;
    bottom: 25px;
    border: 1px solid black;
    border-radius: 3px;
    z-index: 1000;
}

    .ajax-message-box i {
        padding-left: 10px;
    }

    .ajax-message-box span {
        height: auto;
        width: auto;
        max-width: 285px;
        line-height: 20px;
    }

.jconfirm-box {
    max-width: 400px;
}

    .jconfirm-box input {
        width: 95%;
    }

    .jconfirm-box select {
        width: 100%;
        padding: 3px 0;
        border-radius: 5px;
    }

    .jconfirm-box a {
        color: #477e6a;
    }

    .jconfirm-box, .jconfirm-box * {
        font-family: 'Muli', sans-serif;
    }

        .jconfirm-box textarea {
            width: 100%;
            resize: vertical;
            max-height: 500px;
            height: 4em;
        }

.jconfirm .jconfirm-box .jconfirm-content-pane {
    overflow: visible !important;
}

.jconfirm-vendor-notice {
    word-break: break-word;
    width: 350px;
    color: #174822;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 17px;
    left: 20px;
}

.remit-payment-notice {
    word-break: break-word;
    width: 380px;
    color: #174822;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    position: relative;
    line-height: 20px;
}

.nested-dropdown-target {
    width: 170px;
    position: absolute;
    right: -170px;
    background-color: #174822;
    color: white;
    height: 50px;
    padding: 5px 5px 5px 5px;
    top: 88px;
}

    .nested-dropdown-target i {
        float: right;
    }

    .nested-dropdown-target a {
        color: white;
        display: block;
        padding: 5px;
        text-transform: uppercase;
        font-size: 12px;
        transition: 0s;
    }

        .nested-dropdown-target a:hover {
            color: white;
            background-color: rgba(255, 255, 255, .3);
        }

.site-body {
    height: auto;
    width: 100%;
    margin: auto;
    padding-bottom: 75px;
}

#__AjaxAntiForgeryForm {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

#context-menu {
    position: absolute;
    z-index: 10;
    width: 150px;
    padding: 5px;
    background-color: #eee;
    border-radius: 0 3px 3px 3px;
}

    #context-menu > div {
        padding: 6px 3px;
        cursor: pointer;
    }

        #context-menu > div:hover {
            background-color: #174822;
            color: white;
        }

    #context-menu .td {
        padding-right: 5px;
    }

.hover:hover.hover-ul,
.hover:hover .hover-ul {
    text-decoration: underline;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

/********************
*** State  Select ***
********************/
.state-select {
    width: 700px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -175px;
    background-color: #eeeeec;
    border-bottom: 6px solid #75ad99;
}
    .state-select h2 {
        display: block;
        text-align: center;
    }

    .state-select p {
        display: block;
        padding: 0 110px;
        line-height: 1.7em;
        text-align: center;
    }

    .state-select .state-small-txt {
        display: block;
        font-size: 13px;
        color: #999;
        text-align: center;
        padding: 7px 0 0 0;
        line-height: 1.3em;
    }

        .state-select .state-small-txt .state-dg {
            color: #555;
        }

    .state-select .states-button-ctr {
        width: 100%;
        height: 100px;
        position: relative;
    }

    .state-select .state-button {
        position: absolute;
        height: 80px;
        width: 150px;
        top: 10px;
        color: #174822;
        border: 2px solid #ddd;
        border-radius: 40px;
        font-size: 16px;
        display: table;
        cursor: pointer;
        transition: .5s;
    }

        .state-select .state-button:hover {
            background-color: rgba(117, 173, 153, .4);
            border-color: #75ad99;
            color: black;
        }

        .state-select .state-button.lsb {
            right: 400px;
        }

        .state-select .state-button.rsb {
            left: 400px;
        }

        .state-select .state-button span {
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            font-size: 22px;
            line-height: 1.1em;
        }

    .state-select .fa-times {
        font-size: 2em;
        position: absolute;
        right: 3px;
        top: 0;
        cursor: pointer;
        color: #174822;
    }

    a.nostyle:link {
        text-decoration: inherit;
        color: inherit;
        cursor: inherit;
    }

    a.nostyle:visited {
        text-decoration: inherit;
        color: inherit;
        cursor: inherit;
    }

.state-container-alert {
    max-width: 300px;
    position: absolute;
    left: 50%;
    top: 42px;
    margin-left: -420px;
    z-index: 2;
    background-color: #174822;
    padding: 7px;
}

    .state-container-alert .state-alert-triangle {
        border-style: solid;
        border-width: 0 7.5px 10px 7.5px;
        border-color: transparent;
        border-bottom-color: #174822;
        width: 0;
        height: 0;
        position: absolute;
        left: 15px;
        top: -7px;
    }

    .state-container-alert span {
        color: white;
        font-size: 13px;
        text-align: center;
        display: block;
        line-height: 1.3em;
    }

    .state-container-alert .fa-times {
        font-size: .75em;
        color: white;
        position: absolute;
        right: 2px;
        top: 2px;
    }

/********************
*** Topbar Module *** grey bar that appears at the top of a screen
********************/
.top-bar {
    display: block;
    background: #eeeeec;
    width: 100%;
    height: 45px;
    transition: .5s ease;
}

    .top-bar .state-container {
        height: 45px;
        width: auto;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        cursor: pointer;
        float: left;
        padding: 0 10px 0 10px; /*TOP RIGHT BOTTOM LEFT*/
    }
        .top-bar .state-container.selected {
            background-color:#174822;
            color:#fff;
        }

        .top-bar .state-container span {
            height: 1em;
            width: 100%;
            position: relative;
            text-align: center;
            top: 14px;
            left: 0;
        }

    .top-bar ul {
        text-align: right;
        margin: 0;
        float: right;
    }

        .top-bar ul li {
            font-family: 'Muli', sans-serif;
            font-weight: 500;
            font-size: 13.5px;
            color: #174822; /*dk green*/
            display: inline-block;
            vertical-align: middle;
            padding: 15px 10px 10px 0;
            position: relative;
        }

            .top-bar ul li:after {
                content: "|"; /*dynamically adds seperator*/
                padding-left: 10px;
            }

            .top-bar ul li:last-child:after {
                content: none; /*removes seperator from last element in the list*/
                padding: 0 20px 0 0;
            }

            .top-bar ul li a {
                color: #174822; /*dk green*/
            }

    .top-bar .beyondnysubmenu {
        position: absolute;
        width: 200px;
        padding: 2px 5px 10px 5px;
        margin-left: -40px;
        margin-top: 30px;
        background-color: #174822;
        z-index: 2;
    }

    .top-bar .aboutussubmenu {
        position: absolute;
        width: 200px;
        padding: 3px 5px 8px 5px;
        left: 50%;
        margin-left: -115px;
        margin-top: 26px;
        background-color: #174822;
        z-index: 2;
    }

    .top-bar .submenu-padding {
        height: 10px;
        width: 100%;
        position: relative;
        top: -20px;
    }

    .top-bar .hover-dropdown .submenu {
        display: none;
    }

    .top-bar .hover-dropdown:hover .submenu {
        display: block;
    }

    .top-bar .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 10px 7.5px;
        border-color: transparent transparent #174822 transparent;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: -10px;
    }

    .top-bar .subitem {
        color: white;
        text-align: left;
        padding: 3px 3px;
    }

    .top-bar .submenu a:hover {
        text-decoration: none;
    }

    .top-bar .subitem:hover {
        background-color: #75ad99;
    }

    .top-bar .subitem i {
        float: right;
        margin-right: 7px;
        margin-top: 2px;
    }

    .top-bar .phone-number {
        float: right;
        background: #174822; /*dk green*/
        height: 45px;
        width: 170px;
        display: table;
    }

        .top-bar .phone-number span {
            height: 100%;
            width: 100%;
            text-align: center;
            font-family: 'Serif-Pro', serif;
            font-size: 20px;
            color: #fff;
            display: table-cell;
            vertical-align: middle;
        }

        .top-bar .phone-number a {
            color: white;
        }

/************************
*** Navigation Module ***
************************/
.navigation {
    width: 100%;
    background-color: #ffffff;
    height: 135px;
}

    .navigation #NavbarLogo {
        width: 325px;
        height: 89px;
        margin: 20px 0 0 10px;
    }

    .navigation ul {
        position: absolute;
        top: 54px;
        right: -25px;
    }

        .navigation ul li {
            font-family: 'Muli', sans-serif;
            font-weight: bold;
            font-size: 15px;
            color: #75ad99;
            display: inline-block;
            vertical-align: middle;
            margin-right: 43px;
            position: relative;
        }

            .navigation ul li .submenu,
            .navigation ul li .subitem {
                font-size: 13px;
                z-index: 2;
            }

        .navigation ul .hover-dropdown .submenu {
            display: none;
        }

        .navigation ul .hover-dropdown:hover .submenu {
            display: block;
        }

    .navigation .submenu {
        width: 300px;
        background-color: #174822;
        position: absolute;
        margin-top: 33px;
        padding: 10px 0 25px;
        display: none;
        left: 50%;
        top: 0;
        margin-left: -150px;
    }

    .navigation .submenu .submenu {
        width: 300px;
        background-color: #174822;
        position: absolute;
        margin-top: -94px;
        padding: 10px 0 25px;
        display: none;
        left: 50%;
        top: 0;
        margin-left: -5px;
    }

    .navigation ul .hover-dropdown:hover .submenu ul .submenu{
        display: none;
    }

    .navigation ul .hover-dropdown .submenu li:hover .submenu {
        display: block;
    }

    .navigation .submenu-padding {
        height: 10px;
        width: 100%;
        position: relative;
        top: -20px;
    }

    .navigation .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 10px 7.5px;
        border-color: transparent transparent #174822 transparent;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: -10px;
    }

    .navigation .subitem,
    .navigation .subitem .subitem{
        /*height: 25px;*/
        width: 265px;
        margin: auto;
        text-align: left;
        color: white;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 7px;
        cursor: pointer;
    }

        .navigation .subitem:hover {
            background-color: #75ad99;
            text-decoration: underline;
        }

        .navigation .subitem > i,
        .navigation .subitem > span,
        .navigation .subitem > ul {
            float: right;
            margin-right: 15px;
        }

/************************
***       Footer      ***
************************/
.footer-container {
    background: #174822; /*dk green*/
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    padding-top: 20px;
    width: 1100px;
    height: 55px;
}

.footer-lft, .footer-social, .footer-rt {
    position: absolute;
    display: inline-block;
    text-align: center;
    font-family: Multi;
    font-weight: bold;
}

.footer-lft {
    color: #477e6a; /*dk teal*/
    font-size: 11px;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
    text-align: left;
    top: 10px;
    height: 22px;
}

    .footer-lft img {
        position: absolute;
        height: 19px;
        width: 251px;
        top: -8px;
        left: -3px;
    }

.footer-social {
    left: 50%;
    top: 15px;
    margin-left: -60px;
}

    .footer-social i {
        color: #fff;
        border: 1px solid #fff;
        height: 25px;
        width: 25px;
        font-size: 24px;
        text-align: center;
        padding: 5px;
    }

.footer-rt {
    top: 10px;
    right: -60px;
}

/* Collapsible Module */
.collapsible-content strong {
    font-weight: bold;
}

.collapsible-content em {
    font-style: italic;
}
/*************************************/
/***********account pages*************/
/*************************************/
.login-slice {
    background-color: #eeeeec;
    height: 100%;
}

.form-container {
    width: 375px;
    margin: 5px auto;
    padding: 5px;
}

    .form-container form {
        border: 2px solid #174822;
        padding: 5px;
    }

    .form-container a {
        color: #174822;
    }

.form-group {
    margin: auto;
    text-align: center;
    padding: 5px 0;
}

    .form-group * {
        font-family: 'Muli', sans-serif;
        color: #303030;
    }

    .form-group button {
        border: 2px solid #174822;
        cursor: pointer;
    }

    .form-group button:hover {
        background-color: #174822;
        color: white;
    }

    .form-group label.lbl-NY-CT-NJ {
        margin-right: 10px;
        font-weight: bold;
        display: inline-block;
        background: #75ad99;
        border: none;
        border-radius: 30%;
        padding: 20px 45px 20px 45px;
    }

    .lbl-all-other-states {
        font-weight: bold;
        display: inline-block;
        background: lightgray;
        border: none;
        border-radius: 30%;
        padding: 20px 17px 20px 17px;
        color:grey;
    }
    .lbl-all-other-states:hover {
        background: gray;
        cursor: pointer;
        background-color: #174822
    }
    .lbl-all-other-states:hover > .link-all-other-states {
        color: white;
    }
    .link-all-other-states {
        color:gray;
    }
    .link-all-other-states:hover {
        text-decoration: none;
        color: white;
    }