﻿h5.e-p-m-z {
    padding-bottom: 5px;
    margin: 0;
    font-size: 12px;
}

.toolbox-widget-container {
    line-height: 1.3em;
}

    .toolbox-widget-container a {
        text-decoration: none;
    }

		.toolbox-widget-container a:focus,
		.toolbox-widget-container a:hover {
			color: #003C71;
		}

.toolbox-widget-header {
    font-weight: bold;
    line-height: 1.6em;
    padding-bottom: 0.4em;
    padding-top: 2px;
    color: #000;
}

h3.toolbox-widget-header {
    font-size: 1rem;
}

/*
    quoting widget classes
*/
.secure-quoting .toolbox-widget-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
}

    .secure-quoting .toolbox-widget-menu a {
        text-align: center;
    }

        .secure-quoting .toolbox-widget-menu a > .secure-quoting-logo {
            height: 54px;
            margin-bottom: 5px;
        }

/*
    tool links widget classes
*/
.generic-action-links .toolbox-widget-menu,
.secure-tools .toolbox-widget-menu,
.secure-quick-links .toolbox-widget-menu,
.secure-news-noteworthy .toolbox-widget-menu,
.secure-news-noteworthy .toolbox-widget-menu .news-section-topics {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

    .generic-action-links .toolbox-widget-menu a,
    .secure-tools .toolbox-widget-menu a,
    .secure-quick-links .toolbox-widget-menu a {
        font-size: 13.5px;
        margin-left: 1.3em;
        padding-bottom: 3px;
        text-indent: -14px;
    }

        .generic-action-links .toolbox-widget-menu a:before,
        .secure-tools .toolbox-widget-menu a:before,
        .secure-quick-links .toolbox-widget-menu a:before {
            color: #0054a6;
            content: ">";
            padding-right: 6px;
        }

		.generic-action-links .toolbox-widget-menu a:hover:before,
		.secure-tools .toolbox-widget-menu a:hover:before,
		.secure-quick-links .toolbox-widget-menu a:hover:before {
			color: #A6192E;
		}


/*
    secure news and noteworthy classes
*/
h5.news-section-heading {
    font-size: 14px;
    margin-bottom: 5px;
}

.secure-news-noteworthy .news-section-topics a {
    margin-bottom: 3px;
}

/*
    search widget classes
*/
.secure-search .secure-search-form {
    position: relative;
}

.secure-search .search-field {
    position: relative;
    background: url(../Images/search-bg.png) repeat-x;
    border-radius: 5px;
    z-index: 0;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 5px;
    color: #959595;
    border: 1px solid #d0d0d0;
}

.secure-search a.secure-search-advanced,
.secure-search a.secure-search-advanced:visited {
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
}

	.secure-search a.secure-search-advanced:hover {
		color: #A6192E;
	}

.secure-search .search-button {
    position: absolute;
    z-index: 0;
    top: 4px;
    right: 9px;
    background: url(../Images/search-button.png) no-repeat;
    width: 19px;
    height: 22px;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
/**  WEBNET-167 - MW - 01/18/2019 */

.secure-search .search-button-loading {
    position: absolute;
    z-index: 0;
    top: 4px;
    background: none;
    right: 9px;
    width: 26px;
    color:#777;
    height: 24px;
    border: 0;
    cursor: pointer;
}

.secure-search .search-button:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.secure-insured-pay-your-bills {
	/*background-color: #ffc20e;*/ /*yellow*/
	border-radius: 5px;
	padding-left: 5px;
}

/*.secure-insured-pay-your-bills h3.toolbox-widget-header {
    font-size: .8rem;
}*/
