body {
	background-color: #fff;
	color:#313a45;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
}
body, button, input, optgroup, select, textarea, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif, Arial;
}
button, input, optgroup, select, textarea {
	font-weight:400;
}
.form-control {
    border-radius: .125rem;
}
a, a *, button, .btn, .button-primary, input[type=submit] {
	cursor:pointer;
	transition:all .5s ease;
}
a {
	color: #0e5975;
}
a:focus, a:hover {
	color: #1d7598;
}
:focus {
	outline: none;
}
table {
    line-height: inherit;
    word-break: normal;
}
.btn-primary {
    color: #fff;
    background-color: #3db0d8;
    border: 0px #3db0d8 solid;
    padding: 0.5rem 1.75rem;
}
button, input[type="button"], input[type="reset"], input[type="submit"], 
.site-container div.wpforms-container-full .wpforms-form input[type="submit"], 
.site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
    color: #fff;
    background-color: #3db0d8;
    border: 0px #3db0d8 solid;
    padding: 0.5rem 1.75rem;
    font-family: 'Raleway', sans-serif, Arial;
    border-radius: .125rem;
    font-weight: 400;
}
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, 
input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, 
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, 
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, 
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, 
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, 
.button:focus, .button:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: #fff;
	background-color: #0e5975;
	border-color: #0e5975;
}
.pl-6 {
	padding-left: 3.5rem !important;
}
.pr-6 {
	padding-right: 3.5rem !important;
}
.mb-4-5 {
	margin-bottom: 2rem !important;
}
.mt-6 {
	margin-top: 4rem !important;
}
.mb-6 {
	margin-bottom: 4rem !important;
}
.mb-7 {
	margin-bottom: 4.5rem !important;
}
.mt-7 {
	margin-top: 4.5rem !important;
}
.mb-8 {
	margin-bottom: 5rem !important;
}
.mb-85 {
	margin-bottom: 6rem !important;
}
.mt-8 {
	margin-top: 5rem !important;
}
.mb-9 {
	margin-bottom: 8rem !important;
}
.mt-9 {
	margin-top: 8rem !important;
}
.h1, h1 {
	font-size: 3rem;
	line-height: 120%;
	font-weight:700;
    margin: 1rem 0;
}
.h2, h2 {
    margin: 2rem 0 1rem;
    font-weight: 700;
}
h3, .h3 {
    font-size: 1.5rem;
	font-weight: 400;
    margin: 2rem 0 1rem;
}
h4, .h4 {
    margin: 1rem 0;
}
.btn {
    border-radius: .125rem;
}
.home-main-content h3, .home-main-content .h3, .footer h3, .footer .h3 {
    margin: 0.5rem 0;
    color: #0e5975;
    font-weight: 700;
}
.btn-outline-primary {
    border-color: #3db0d8;
    color: #3db0d8;
    border-width: 1px !important;
}
.btn-outline-* {
    border-width: 1px !important;
}
.btn-outline-primary:hover {
    background-color: #3db0d8;
    color: #fff;
    border-color: #3db0d8;
}
.banner-home {
    padding: 1rem 0 3rem 0;
}
.home-main-content {
    padding: 2rem 0 3rem 0;
}
.banner-home {
	font-size: 1.25rem;  
}
.banner-home h1, .h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #0e5975;
}
.home-icons {
    background-color: #999;
    color: #fff;
    padding: 2rem 0;
    -webkit-user-select: none;
}
.insurance-types {
    background-color: #e8f9ff;
    padding: 3rem 0 1.5rem;
}
.insurance-types-icons {
    background: linear-gradient(#e8f9ff 50%, #fff 50%);
    padding: 3rem 0;
}
.insurance-types-icons h4 {
    text-transform: uppercase;
    font-size: 1rem;
    color: #0e5975;
    font-family: 'Raleway', sans-serif, Arial;
    margin-top: 0.75rem;
}
.insurance-icon-img-container {
    min-height: 75px;
}
.insurance-icon {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(204,204,204,0.3);
    -moz-box-shadow: 0px 0px 3px 2px rgba(204,204,204,0.3);
    box-shadow: 0px 0px 3px 2px rgba(204,204,204,0.3);
    padding: 1rem .85rem 0.5rem;
    transition: transform .2s;
    display: block;
    height: 100%;
}
.insurance-icon:hover {
    transform: scale(1.1);
    text-decoration: none;
}
.featured-icons {
    padding: 2rem 0 4rem 0;
}
.featured-icon-img-container {
    min-height: 90px;
}
.featured-icon h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #0e5975;
}
.popular-articles .widget {
	margin-bottom: 0px;
}
.popular-articles {
    background-color: #fcfaf8;
    padding: 4rem 0;
}
.popular-articles ul {
    padding: 0;
}
.popular-articles ul li {
    color: #0e5975;
    font-weight: 700;
    padding: 0;
    list-style-type: none;
    background: url(../images/arrow-right.svg) no-repeat 95% 50%;
    right: 0;
    margin-bottom: 0;
}
.popular-articles ul {
    border-top: 1px solid #eee;
}
.popular-articles ul li:last-of-type {
    padding: 0;
}
.popular-articles ul a {
    display: block;
    padding-right: 35px;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    border-bottom: 1px solid #eee;
}
.homepage-popular-articles-container ul li {
    height:0;
    overflow: hidden;
    transition: all .3s ease; 
}
.homepage-popular-articles-container ul li.show {
    height:auto;
}
.pre-footer {
    color: #fff;
    background-color: #1d7598;
    padding: 2.5rem 0 3rem 0;
}
.pre-footer h4 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    margin: 0.5rem 0;
    font-weight: 700;
}
.footer {
    padding: 3rem 0 2rem 0;
}
.copyright {
    border-top: 1px solid #eee;
    padding: 1.5rem 0 0 0;
    font-weight: 700;
    margin-top: 1.5rem;
}
.footer h5{
    color: #0e5975;
    font-weight: 700;
    padding: 0.5rem 0;
}
.footer ul {
    padding: 0;
}
.footer ul li {
    list-style-type: none;
    padding: 0.375rem 0;
}
.small-text {
    font-family: 'Raleway', sans-serif, Arial;
    font-size: 0.75rem;
    opacity: 0.5; 
}
.main-header {
    padding: 1rem 0;
    position: relative;
    box-shadow: none;
}
.front-page .main-header {
    padding: 2rem 0;
}
.custom-dropdown {
    position: absolute;
    margin-top: -10px;
	background-color: #fff;
	padding: 0;
    z-index: 99;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    left: -15px;
    right: -15px;
    width: auto;
}
.custom-dropdown > .container {
    padding: 0 30px;
}
.navbar-brand {
    z-index: 100;
}
.navbar-nav {
	margin: 0 15px 0 0;
}
img.aligncenter {
    margin: 1.5rem auto;
}
/*
#main-menu .custom-dropdown-toggle:hover + .custom-dropdown, .custom-dropdown:hover, .custom-dropdown:focus, .custom-dropdown:active, .custom-dropdown.show {
    height: auto;
    padding: 2.5rem 0 2rem 0;
    box-shadow: 0px 20px 15px -20px rgba(0, 0, 0, 0.05);
}*/
/* Main Menu */
@media only screen and (min-width: 1200px) {
    #main-menu .custom-dropdown-toggle:hover + .custom-dropdown, .custom-dropdown:hover, .custom-dropdown:focus, .custom-dropdown:active {
        height: auto;
        padding: 2.5rem 0 2rem 0;
        box-shadow: 0px 20px 15px -20px rgba(0, 0, 0, 0.05);
    }
}
.custom-dropdown.show {
    height: auto;
    padding: 2.5rem 0 2rem 0;
    box-shadow: 0px 20px 15px -20px rgba(0, 0, 0, 0.05);
}
#main-menu .custom-dropdown.hide {
    height: 0;
    padding: 0;
}
.close-dropdown {
	margin: 0 1.5rem 0 0;
}
.close-dropdown::before {
	content: "\d7";
    font-size: 2rem;
	line-height: 70%;
}
.search-close {
    display:none;
}
.search-close::before {
    content: "\d7";
	font-size: 24px;
	line-height: 70%;
}
.search-btn {
    transition: all .3s ease;
	height: 34px;
	padding: 0 .35rem;
    cursor: pointer;
    background-color: transparent;
}
.search-btn svg {
    width:24px;
}
.main-search .input-group .form-control {
	height: 34px;
    padding: 0 .75rem;
    display: none;
}
.main-search.open .input-group {
    border: 1px solid #eee;
    border-radius: .125rem;
}
.main-search.open .input-group {
    background-color: #fff;
    z-index: 99;
}
.main-search.open .input-group .form-control {
    display: block;
    z-index: 99;
}
.main-search.open .search-close {
	display: inline-block;
	position: absolute;
	padding: .35rem;
    z-index: 100;
    cursor: pointer;
    opacity: .3;
}
.main-search .input-group .form-control {
	padding: 0.15rem 1.75rem 0.2rem 1.75rem;
	width: 0;
	border: none;
	background-color: transparent;
}
.main-search.open .search-btn {
	background-color: #3db0d8;
	color: #fff;
}
.main-search.open #icon-search {
	fill: #fff;
}
.main-search {
    position: absolute;
}
.main-search.open {
    width: 200px;
    position: absolute;
}
#main-menu a {
    color: #0e5975;
}
.custom-dropdown-toggle .navbar-toggler-icon {
	width: 16px;
	vertical-align: -7px;
}
.main-header .navbar {
    padding-right: 0;
    padding-left: 0;
}
#main-menu a {
	padding: .25rem 0;
	display: inline-block;
}
#main-menu ul.menu > li > a, #main-menu .menu-item-has-children > a {
	font-weight: 700;
}
.dropdown-item {
	max-width: 1140px;
	margin: 0 auto;
}
.custom-dropdown-container {
    margin-right: 2rem;
}
.front-page .site-inner, .full-width-layout .site-inner, .about-page .site-inner, .custom-blog-page .site-inner, .contact-page .site-inner {
	max-width: 100%;
	padding: 0;
}
.front-page .site-inner {
    margin-top: 0;
}
.footer .widget ul > li {
	margin-bottom: 0;
}
.footer .widget-title {
	margin-bottom: 15px;
}
.btn-xp {
	padding: 1rem 2.75rem;
}
.footer-logo-container {
    margin-bottom: 2rem;
}
.footer-logo-container img {
	max-width: 100%;
}
.site-inner {
    padding: 25px 15px 4rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0 !important;
}

/* Blog */
.blog-posts-section {
    padding: 2.5rem 0 3rem;
}
.list-post {
    padding: 1rem 0 1.5rem 0;
}
.list-post .h3 {
    margin-bottom: 1.5rem;
}
.entry-title {
	font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-top: 0;
}
.entry-title a:focus, .entry-title a:hover {
	color: #1d7598;
}
.archive-title {
	font-family: 'Playfair Display', serif;
	background-color: #edf1f3;
    padding: 1rem 1rem 1.25rem 1rem;
    margin-top: 5px;
	border-radius: .125rem;
	line-height: 100%;
}
.entry-header .entry-meta {
	margin-bottom: 0;
}
.content-sidebar .content-sidebar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.content-sidebar .content-sidebar-wrap .content, .content-sidebar .content-sidebar-wrap .sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.content-sidebar .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
}
.content-sidebar .content-sidebar-wrap .sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3rem;
}
.content-sidebar .content-sidebar-wrap .sidebar .widget {
	z-index: 1020;
}
.sidebar .widget {
    margin-bottom: 2rem;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.after-entry, .archive-description, .author-box, .entry, .entry-comments, .entry-pings {
    margin-bottom: 3rem;
}
.archive-description {
    min-width: 100%;
    padding: 0;
}
.comment-respond, .entry.page {
    margin-bottom: 0;
}
.pagination {
    padding: 0;
    margin: 0;
}
.pagination-omission {
    margin-right: .125rem;
    padding: 0 .5rem;
}
.archive-pagination li a {
    color: #0e5975;
    border-radius: .125rem;
    padding: .5rem 1rem;
    margin-right: .125rem;
    font-weight: 400;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #1d7598;
	color: #fff;
}
.widgettitle {
	margin-top: 0;
}
.entry-image {
	width: 100%;
	max-width: 100%;
    margin: 0;
}
.entry-image-link {
	max-height: 250px;
	overflow: hidden;
	display: block;
	border-radius: .125rem;
	margin-bottom: 2rem;
}
.blue-background {
    background-color: #1d7598;
    border-radius: .125rem;
    padding: .5rem;
    color: #fff;
}
.form-submit {
    margin-bottom: 0;
}
.entry-content {
    margin-top: 2rem;
}
.entry-content .container-fluid {
    padding: 0;
}
ul.unstyled {
	margin: .5rem 0;
	padding: 0;
}
ul.unstyled li {
	list-style: none;
}
.single-post.full-width-content .entry {
    margin-bottom: 0;
}
.content li {
	margin-bottom: .25rem;
}
.get-quote-btn {
	margin: 1rem auto;
	color: #fff !important;
}
.modal .nqwgt {
    width: 100% !important;
}
.quote-modal .modal-body {
    padding: 0;
}
.quote-modal .modal-body p {
    margin: 0;
}
.quote-modal .modal-body button.close {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 11px;
}
.close {
    text-shadow: none;
    background: transparent !important;
    font-size: 2rem;
    font-weight: 300;
}
.close:focus, .close:hover {
    opacity: 1;
}
.pagination ul {
    margin-bottom: 0;
}
.content-sidebar-wrap .sidebar {
	z-index: 1;
}
.sidebar .nqwgt.nq_widget_width {
	width: 100% !important;
}
.container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.inline-sidebar {
    margin-bottom: 3rem;
    padding: 0 !important;
}
.responsive-table-container {
	overflow-y: auto;
}
.responsive-table-container table {
	min-width: 620px !important;
}
.responsive-table-container table colgroup {
    width: auto !important;
}
.navbar {
    position: unset !important;
}
.hide-sidebar {
    display: none;
}
.comment-author {
	font-weight: 700;
}
.comment-meta {
	font-size: 85%;
}
.comment-list li {
	padding: 2.5rem 0 0 2.5rem;
}
.comment-header {
    margin-bottom: 1rem;
}
.comment article {
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
}
.footer .widget {
    margin-bottom: 1rem;
}
.related-posts-container ol {
    margin: 0;
}
ol li {
	list-style: decimal;
	margin-left: 15px;
	padding-left: 10px;
	margin-bottom: .5rem;
}
.author-box-title {
    font-weight: 400;
    margin-bottom: 1rem;
}
.author-box-container {
	margin-top: 3rem;
	background-color: #edf1f3;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	border-radius: .125rem;
}
.author-box-avatar-container {
    float: left;
}
.author-box-avatar-container img {
	max-width: 150px;
	height: auto;
	margin: 8px 25px 20px 0;
	border-radius: .125rem;
}
.subscription-form ._error {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: left;
	font-size: 90%;
	color: #8f0d0d;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230e5975' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler-text {
	display: inline-block;
	margin-right: 5px;
}

/*disable sticky nav*/
.main-header .container, .main-header .row, .main-header .col-12 {
    position: unset;
}

@media only screen and (max-width: 1200px) {
    .custom-dropdown > .container {
        padding: 0 30px !important;
    }
}

/* Media Queries*/
@media only screen and (min-width: 1200px) {
    .site-inner, .container {
        max-width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 960px) {
    .site-header {
        z-index: 999;
    }
    .navbar {
        position: relative;
    }
    /*.front-page .navbar {
        position: unset;
    }
    .front-page .custom-dropdown > .container {
        padding: 0 15px;
    }*/
    .custom-dropdown > .container {
        padding: 0 15px;
    }
    .custom-dropdown {
        width: 100%;
        left: 0;
        right: 0;
    }
    .posts-list .posts-list-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .posts-list .posts-list-wrap article.post:not(:nth-of-type(3n+1)){
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .posts-list .posts-list-wrap article.post:nth-of-type(3n+1) {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .content-sidebar .content-sidebar-wrap .content {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-right: 3rem;
    }
    .content-sidebar .content-sidebar-wrap > .sidebar + .content {
        padding-right: 15px;
        padding-left: 3rem;
    }
    .content-sidebar .content-sidebar-wrap .sidebar {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-top: 0;
    }
    .content-sidebar .content-sidebar-wrap .sidebar .widget {
        top: 30px;
        position: -webkit-sticky;
        position: sticky;
    }
    .sidebar.inline-sidebar {
        display: none;
    }
    .posts-list-wrap .archive-description, .pagination {
        padding: 0 1.5rem;
    }
    .hide-sidebar {
        display: block;
    }
    .site-inner {
        max-width: 1200px;
        padding: 25px 15px 4rem;
        /*padding: 85px 30px 4rem;
        margin-top: 70px !important;*/
    }
    .front-page .site-inner {
        margin-top: 0 !important;
    }
    .insurance-icon {
        padding: 1rem 1.75rem 0.5rem;
    }
}
@media only screen and (max-width: 960px) {
    .custom-dropdown > .container {
        padding: 0 45px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .site-inner {
        padding-right:30px !important;
        padding-left:30px !important;
    }
    .front-page .site-inner {
        padding-right:0 !important;
        padding-left:0 !important;
    }
}
@media only screen and (max-width: 800px) {
    /*.custom-dropdown > .container {
        overflow-y: auto;
        max-height: 50vh;
    }*/
    .custom-dropdown > .container .col {
        flex-basis: auto;
    }
    .close-dropdown {
        position: absolute;
        right: 15px;
    }
    .insurance-icon {
        padding: 1rem .5rem 0.5rem;
    }
    .insurance-types-icons {
        background: #e8f9ff;
        padding: 2rem 0 4rem 0;
    }
    .insurance-types-icons .col-md-auto {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .home-main-content {
        padding: 3rem 0;
    }
    .home-main-content img {
        margin-top: 3rem;
    }
    .popular-articles .h1 {
        margin-top: 0;
    }
    .homepage-popular-articles-container {
        margin-top: 2.5rem;
    }
    .popular-articles ul a {
        padding: 1.5rem 2rem 1.5rem 0;
    }
    .popular-articles ul li {
        background-position: 100% 50%;
    }
}

@media (max-width: 768px) {
    .banner-home img {
        margin-top: 3rem;
    }
    .banner-home {
        padding: 0 0 4rem 0;
    }
    .insurance-types-icons .col-md-auto {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
    .main-search.open {
        z-index: 100;
    }
    .featured-icons {
        padding: 0 0 3.5rem 0;
    }
    .featured-icon {
        margin-top: 2rem;
    }
    .home-icons img.mw-100 {
        padding: 0.5rem 0;
    }
}

@media (min-width: 576px) {
    .footer .widget {
        margin-bottom: 2.5rem;
    }
    .copyright {
        margin-top: 0;
    }
    .footer-logo-container {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
        width: 100%;
    }
    .main-header {
        padding: 0.5rem 0 1rem 0 !important;
    }
    .banner-home header span {
        display: block;
    }
    /*.custom-dropdown > .container {
        max-height: calc(100vh - 140px);
    }*/
    .insurance-types-icons .col-md-auto {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .insurance-icon-img-container {
        margin: .25rem 1rem .25rem .5rem;
        max-width: 32px;
        min-height: auto;
        display: inline-block;
        vertical-align: middle;
    }
    .insurance-icon br {
        display: none;
    }
    .insurance-icon {
        padding: .5rem;
        text-align: left;
    }
    .insurance-types-icons h4 {
        display: inline-block;
        vertical-align: middle;
        margin: 0.75rem 0;
    }
    .insurance-types-icons .col-md-auto {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .home-icon-1, .home-icon-3 {
        width: 150px;
    }
    .home-icon-2, .home-icon-4 {
        width: 120px;
    }
    .footer ul li {
        padding: 0.1rem 0;
    }
    .footer ul {
        margin-bottom: 0;
    }
    .subscription-form button {
        font-size: 0;
        padding: 0.5rem 1rem;
    }
    .subscription-form button::after {
        content: '>';
        font-size: 1rem;
    }
}

@media (max-width: 380px) {
    .navbar-toggler-text {
        display:none;
    }
    .main-search.open {
        width: calc(100% - 30px);
    }
    h1, .h1 {
        font-size: 2.5rem;
    }
}


/* policy genius widget */
.policygenius_wgt{font-size:16px;margin:0 auto;border-radius:0;background-color:#fff;font-family:'Roboto',sans-serif;font-weight:500;width:100%;max-height:600px;}.policygenius_wgt aside{font-size:13px;margin-top:-20px;color:#187cc1;font-weight:500;margin-bottom:20px}.policygenius_wgt article{box-shadow:inset -1px 0 0 #f2f2f2,inset 1px 0 0 #f2f2f2;background:#f2f2f2}.policygenius_wgt .group{position:relative}.policygenius_wgt .postfix:after{content:""attr(data-postfix)"";background-color:#fff;border-left:1px solid #DDD;color:#222;display:inline-block;padding:0 10px;line-height:34px;position:absolute;top:0;right:0}.policygenius_wgt .pg_headline_text{background-color:#187cc1;border-radius:0;color:#fff;font-size:19px;padding:13px 15px;text-align:left;font-weight:500;line-height:1}.policygenius_wgt article header{background:#333;font-weight:300;font-size:16px;padding:5px 15px;text-transform:uppercase;margin-bottom:8px;color:#fff}.policygenius_wgt article header .pagetab{color:#999;font-size:14px;position:relative;top:1px;float:right;text-transform:none}.policygenius_wgt .form-item{padding:10px 17px}.policygenius_wgt label{color:#000;display:block;margin-bottom:11px;line-height:1;font-weight:500}.policygenius_wgt input{border:none;padding:8px 5px;margin:0;width:100%;font-size:16px;color:#222;background:#fff;font-weight:500}.policygenius_wgt input::placeholder{text-transform:uppercase;color:#CCC;font-size:14px}.policygenius_wgt select{position:relative;z-index:1;width:100%;border:0;padding:0 2.25rem 0 .75rem;font-weight:500;font-size:16px;color:#222;line-height:1.5rem;margin:0;height:35px;-moz-appearance:none;-webkit-appearance:none;background:#fff;border-radius:0}.policygenius_wgt .selectbox{position:relative}.policygenius_wgt .selectbox:after{content:"";position:absolute;right:15px;top:15px;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #222;z-index:1}.policygenius_wgt .radiobuttons{list-style-type:none;padding:0;display:flex;margin:0}.policygenius_wgt .radiobuttons li{height:36px;position:relative;display:inline-flex;margin-right:3px; border-bottom: 0;}.policygenius_wgt .radiobuttons li:last-of-type{margin-right:0}.policygenius_wgt .radiobuttons.two_up li{width:50%}.policygenius_wgt .radiobuttons label,.policygenius_wgt .radiobuttons input{display:block;position:absolute;top:0;left:0;right:0;bottom:0}.policygenius_wgt .radiobuttons input[type="radio"]{opacity:0}.policygenius_wgt .radiobuttons input[type="radio"]:checked+label{background:#187cc1;color:#FFF!important}.policygenius_wgt .radiobuttons label{cursor:pointer;background:#fff;color:#187cc1!important;padding:11px 0;z-index:90;font-size:14px;text-align:center;text-transform:uppercase;font-weight:500!important;margin-bottom:0!important}.policygenius_wgt .radiobuttons label:hover{background:#dedede}.policygenius_wgt button{text-align:center;padding:15px;text-decoration:none;display:block;font-size:14px;text-transform:uppercase;margin:0;margin-top:10px!important;cursor:pointer;background:#faaf4d;color:#FFF;border:0;font-weight:500;border-radius:0;transition:all ease-in .15s;width:100%}.policygenius_wgt button:hover{box-shadow:none}.policygenius_wgt button:disabled{background:#dedede;color:#fff!important}.policygenius_wgt label.error{font-size:12px;color:#d40000;text-transform:uppercase;font-weight:500;margin-top:4px;margin-bottom:0}.entry-content .policygenius_wgt { margin-bottom: 30px; }