/*
Theme Name: 401kquote2021

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/* =Reset
-------------------------------------------------------------- */
p:empty::before {
    content: none;
}
button:focus, input:focus, textarea:focus {outline:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
body {line-height: 1;}
ol,ul {	list-style: none;}
blockquote,q {	quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
caption,th,td {	font-weight: normal;	text-align: left;}
h1,h2,h3,h4,h5,h6 {clear: both; font-family: 'Spartan', sans-serif;}
html {overflow-y: scroll;font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
a:focus {outline: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {	display: none;}
del {color: #333;}
ins {background: #fff9c0;text-decoration: none;}
hr {background-color: #ccc;	border: 0;	height: 1px;	margin: 24px 0px;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
small {font-size: smaller;}
img {border: 0;	-ms-interpolation-mode: bicubic;}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* = Column Shortcode Fix
-------------------------------------------------------------- */
.one_half {
    width: 48% !important;
    margin-right: 4% !important;
}
.one_half.last_column {
    width: 48% !important;
    margin-right: 0px !important;
}
.one_third {
    width: 31% !important;
    margin-right: 3% !important;
}
.one_third.last_column {
    width: 31% !important;
    margin-right: 0px !important;
}
.two_third {
    width: 66% !important;
    margin-right: 2% !important;
}
.two_third.last_column {
    width: 66% !important;
    margin-right: 0px !important;
}
.one_fourth {
    width: 23.5% !important;
    margin-right: 2% !important;
}
.one_fourth.last_column {
    width: 23.5% !important;
    margin-right: 0px !important;
}
.three_fourth {
    width: 74.5% !important;
    margin-right: 2% !important;
}
.three_fourth.last_column {
    width: 74.5% !important;
    margin-right: 0px !important;
}
.one_fifth {
    width: 18.4% !important;
    margin-right: 2% !important;
}
.one_fifth.last_column {
    width: 18.4% !important;
    margin-right: 0px !important;
}
.two_fifth {
    width: 39% !important;
    margin-right: 2% !important;
}
.two_fifth.last_column {
    width: 39% !important;
    margin-right: 0px !important;
}
.three_fifth {
    width: 59% !important;
    margin-right: 2% !important;
}
.three_fifth.last_column {
    width: 59% !important;
    margin-right: 0px !important;
}
.four_fifth {
    width: 79.6% !important;
    margin-right: 2% !important;
}
.four_fifth.last_column {
    width: 79.6% !important;
    margin-right: 0px !important;
}
.one_sixth {
    width: 15% !important;
    margin-right: 2% !important;
}
.one_sixth.last_column {
    width: 15% !important;
    margin-right: 0px !important;
}

.five_sixth {
    width: 82.4% !important;;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,input,textarea {	border: 1px solid #ccc;	border-radius: 3px;	font-family: inherit;	padding: 6px;}
button,input {line-height: normal;}
textarea {font-size: 100%;overflow: auto;	vertical-align: top; }
.gform_legacy_markup_wrapper textarea.small {border-radius: 0px;}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}
.menu-toggle,button,input[type="submit"],input[type="button"],input[type="reset"] {cursor: pointer;}
button[disabled],input[disabled] {cursor: default;}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {float: left;margin: 0px 20px 20px 0px;}
.alignright {float: right;margin: 0px 0px 20px 20px;}
.aligncenter {display: block;margin-left: auto;	margin-right: auto;}
.wp-caption {max-width: 100%; /* Keep wide captions from overflowing their container. */padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
.entry-content dl.gallery-item {margin: 0;}
.gallery-item a,.gallery-caption {width: 90%;}
.gallery-item a {display: block;}
.gallery-caption a {display: inline;}
.gallery-columns-1 .gallery-item a {max-width: 100%;width: auto;}
.gallery .gallery-icon img {height: auto;max-width: 90%;padding: 5%;}
.gallery-columns-1 .gallery-icon img {padding: 3%;}

/* Navigation */
.site-content nav {clear: both;line-height: 2;overflow: hidden;}
#nav-above {padding: 24px 0;}
#nav-above {display: none;}
.paged #nav-above {display: block;}
.nav-previous,.previous-image {	float: left;	width: 50%;}
.nav-next,.next-image {	float: right;	text-align: right;width: 50%;}
.nav-single + .comments-area,#comment-nav-above {margin: 48px 0;}

/* Author profiles */
.author .archive-header {margin-bottom: 24px;}
.author-info {border-top: 1px solid #ededed;margin: 24px 0;padding-top: 24px;overflow: hidden;}
.author-description p {color: #757575;font-size: 13px;line-height: 1.846153846;}
.author.archive .author-info {border-top: 0;margin: 0 0 48px;}
.author.archive .author-avatar {margin-top: 0;}

/* =Basic structure
-------------------------------------------------------------- */

body {font-size: 16px;text-rendering: optimizeLegibility; background-color: #fff; color: #3F403F; font-family: 'Open Sans', sans-serif;}

a {outline: none;color: #DBAB0B;}
a:hover {color: #333;}


/* Sidebar */
.widget-area .widget {margin-bottom: 48px; text-align: left; line-height: 1.5; }
.widget-area .widget a { color: #1f1f1f; font-size: 15px; font-weight: 600;}
.widget-area .widget h3 { text-align: center !important;  color: #173161; font-size: 20px; text-transform: none;  margin-bottom: 15px;}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {font-size: 16px; line-height: 2;}
.widget-area .widget p {margin-bottom: 24px; text-align: left !important;}
.widget-area .textwidget ul {list-style: disc outside; margin: 0 0 24px;}
.widget-area .textwidget li {margin-left: 15px;}
.widget-area #s {width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */}

#custom_html-2 .textwidget {text-align: center;}
#recent-posts-2 ul li {margin-bottom: 8px;}

.widget-area .menu a {padding: 5px 10px; color: #fff; border-radius: 0; background-color: #01336E; font-size: 16px; display: block; text-decoration: none; margin-bottom: 5px;  transition: all .3s ease-in-out; }
.widget-area .sub-menu a {padding: 0 10px; font-size: 14px; background-color: transparent; color: #444;}
.widget-area .menu a:hover {background-color: #01336E; transform:scale(1.1);}
.widget-area .sub-menu a:hover {background-color: transparent;}

.widget-area .gform_wrapper input[type="submit"] {display: block !important;    width: 100% !important;}

.widget-area .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 8px !important;
}
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {	clear: both;}
.entry-header img.wp-post-image, .entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {width: 100%;}

.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 2;    overflow-wrap: break-word;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 24px 0;
	line-height: 1.5; color: #173161;
	font-family: 'Spartan', sans-serif;
}


.entry-content h1,
.comment-content h1 {
	font-size: 48px;
	line-height:1.3;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 42px;
	line-height:1.3; font-weight: 700;
}
.entry-content h3,
.comment-content h3 {
	font-size: 24px;
	line-height: 1.3; font-weight: 700;
}
.entry-content h4,
.comment-content h4 {
	font-size: 20px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 2;     overflow-wrap: break-word;

} 
.entry-content {line-height: 2;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style-type: disc;
padding: 0;
margin: 0 0 24px 0;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom:36px;
	padding: 24px;
	font-style: italic; border-left: 4px solid #336e8e;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;  max-width: 100%; 
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #333;
	font-size: 16px; width: 100%;
	line-height: 2;
	margin: 0 auto 24px;
	text-align: center;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content th {background-color: #01336e;  padding: 10px; line-height: 2; text-align: center; color: #fff; font-size: 16px; font-weight: bold; vertical-align: middle;}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed; background-color: #fff;
	padding: 10px; text-align: left; font-size: 14px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {overflow: hidden;}
.image-attachment div.attachment {text-align: center;}
.image-attachment div.attachment p {text-align: center;}
.image-attachment div.attachment img {display: block;height: auto;margin: 0 auto;max-width: 100%;}
.image-attachment .entry-caption {margin-top: 8px;}



/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {margin-left: 12px;}
.widget_rss li {margin: 12px 0;}
.widget_recent_entries .post-date,.widget_rss .rss-date {color: #aaa;font-size: 11px;margin-left: 12px;}
#wp-calendar {margin: 0;width: 100%;font-size: 13px;line-height: 1.846153846;color: #686868;}
#wp-calendar th,#wp-calendar td,#wp-calendar caption {text-align: left;}
#wp-calendar #next {padding-right: 24px;text-align: right;}
.widget_search label {display: block;font-size: 13px;line-height: 1.846153846;}


/* =Custom Site-wide Font/Image Style CSS
-------------------------------------------------------------- */

.bold {font-weight: bold !important;}
.semibold {font-weight: 600 !important;}
.normal {font-weight: 400 !important;}
.thin {font-weight: 300 !important;}
.italic {font-style: italic !important;}
.uppercase {text-transform: uppercase !important;}
.block {display: block !important;}

.sixteen {font-size: 16px !important;}
.eighteen {font-size: 18px !important;}
.twenty {font-size: 20px !important;}
.twentyfour {font-size: 24px !important;}
.thirty {font-size: 30px !important;}
.forty {font-size: 40px !important;}
.fifty {font-size: 50px !important;}
.sixty {font-size: 60px !important;}

.clicknum {color: inherit !important; text-decoration: none;}
.fullwidth {width: 100%;}

.black {color: #000 !important;}
.white {color: #fff !important;}
.blue {color: #01336E !important;}
.yellow {color: #DBAB0B !important;}
.maroon {color: #DBAB0B !important;}

.bluebg {background-color: #01336E !important;}
.yellowbg {background-color: #DBAB0B !important;}
.maroonbg {background-color: #DBAB0B !important;}
.graybg {background-color: #f1f1f1 !important;}

.beigebg {background-color: #F6F5EF !important;}
.dkbluebg {background-color: #01336E !important;}


.block {display: block !important;}
.nosidepadding {padding-left: 0 !important; padding-right: 0 !important;}
.nopadding {padding: 0 !important;}
.nomargin {margin: 0 !important;}
.nogap {margin-bottom: -56px;}
.margintop {margin-top: 24px !important;}
.inline {display: inline !important;}
.center {text-align: center; display: block !important;}
.lrmargin {margin-left: 12px !important; margin-right: 12px !important;}

.three-col-list {-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}
.two-col-list {	-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}

.clearfixspacedouble {width: 100%; margin: 0 auto; height: 80px; clear: both;}
.clearfixspace {width: 100%; margin: 0 auto; height: 40px; clear: both;}
.clearfix {width: 100%; margin: 0 auto; height: 1px; clear: both;}



.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {padding: 10px !important; border: 1px solid #ccc !important; border-radius: 4px;}
#gform_wrapper_3 .top_label .gfield_label {display: inline-block !important;}
.gform_wrapper input[type="submit"] {background-color: #01336E; color: #fff; padding: 15px 30px !important; border: 0 !important; font-size: 20px; font-weight: bold; text-decoration: none; border-radius: 0px; display: inline-block; transition: all .2s ease-in-out;}
.gform_wrapper input[type="submit"]:hover {padding: 15px 40px !important;}

.gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100% !important;
    max-width: 100% !important;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
}
.gform_wrapper .top_label .gfield_label { color: #173161;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {border-radius: 0px;}


.disc-text {font-style: italic; font-size: 13px;}

.sl-caption {
display: none !important;
}

/* =Custom Site CSS
-------------------------------------------------------------- */


/* Footer */
#footer {clear: both;font-size: 16px;max-width: 100%;position: relative; background-color: #9D764B;	margin: 0px auto; line-height: 1.7; background-size: cover;}
#footerinside {max-width: 1000px;margin: 0px auto; padding: 80px 15px 20px; text-align: center;}

#footer-sep {height: 72px; width: 100% !important; background-color: transparent; text-align: center; background-image: url('https://www.401kquote.com/wp-content/uploads/2021/05/border_1.png'); background-size: 100% 72px; background-position: center bottom; background-repeat: no-repeat; position: absolute; bottom: 0; z-index: 10;}

#copyright {margin: 0px auto 0; width: 100%; padding: 25px 0; background-color: #01336E; font-size: 12px; line-height: 2; text-align: center; color: #fff;}
#copyright .site {text-align: center;}

#copyright a {color: #fff;}

.footer-menu {	-moz-column-count: 1;-webkit-column-count:1;column-count: 1;  line-height: 1.7;}
.footer-menu li {display: block; line-height: 2; }
.footer-menu ul {margin: 0 0 0px;}
.footer-menu li li {display: block;line-height: 2; margin: 0;}
.footer-menu li a {display: block; color: #5F5F5F;  font-size: 14px; font-weight: 400; text-decoration: none; transition: all .2s ease-in-out;  margin-bottom: 0px; }
.footer-menu li a:hover {color: #333333; text-decoration: underline;}
.footer-menu li li a {font-size: 17px; pointer-events: all; font-weight: 300; color: #333; margin: 0;}
.footer-menu li li a:hover {font-weight: 500;}

ul.block-with-icons {margin: 0;padding: 0;margin-bottom: 30px;list-style: none;}
ul.block-with-icons > li {position: relative;margin: 0 auto;min-height: 200px;float: left;width: 22%; margin-right: 2%; line-height: 1.7; font-size: 15px; color: #333; text-align: left;}
ul.block-with-icons > li img {max-width: 100%;}
ul.block-with-icons > li:first-child {width: 44%; margin-right:6%; }
ul.block-with-icons > li:last-child {margin-right: 0%; width: 100%; margin-top: 48px; font-size: 13px;  border-top: #ccc solid 1px;}
ul.block-with-icons h3 {font-weight: 700 !importnat; margin: 0 0 24px 0; font-size: 24px;  line-height: 1.4;}

ul.block-with-icons > li {display: block; line-height: 2; }
ul.block-with-icons > li a {

    color: #5F5F5F;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s ease-in-out;
    margin-bottom: 0px;
}
ul.block-with-icons > li a:hover {color: #333333; text-decoration: underline;}

ul.block-with-icons .b4 a {text-decoration: none; }
.sidemarg {margin-left: 12px !important; margin-right: 12px !important;}

#footer-blurb { color: #5F5F5F; font-size: 14px; line-height: 2; margin: 34px auto;}
#footer-blurb-2 { color: #5F5F5F; font-size: 13px; line-height: 2; margin: 34px auto;}
#footer-blurb-3 { color: #5F5F5F; font-size: 13px; line-height: 2; margin: 34px auto;}

#footer-address { color: #5F5F5F; font-size: 14px; line-height: 2; margin: 0 auto 0;}
#footerlogo {max-height: 72px;}

#footer-logos {display: block; width: 100%; margin: 44px auto 0;}
#footer-logos img {display: inline-block; margin: 15px; vertical-align: middle; max-height: 60px;}
#footer-logos a {text-decoration: none;}

#footer-social {display: block; width: 100%; margin: 36px auto;}
#footer-social a {display: inline-block; width: 50px; text-align: center; height: 50px; line-height: 50px; background-color: #01336E;}
#footer-social .fab { float: none; color: #fff; font-size: 22px; display: inline-block; transition: all .2s ease-in-out; }
#footer-social a:hover .fab {transform: scale(1.2);}

#footerlocations {padding: 24px 0; width: 100%; margin: 0 auto; background: #DBAB0B; position: relative; z-index: 2;}
#footerlocations .site {text-align: center; font-size: 20px; max-width: 100%; font-weight: 500; line-height: 1.5; color: #fff;}


#bodycta {padding: 80px 0 140px; width: 100%; margin: 0 auto; background: #01336E; position: relative; z-index: 2; background-image: url('https://www.401kquote.com/wp-content/uploads/2021/05/border_1.png'); background-size: 101% 72px; background-position: center bottom; background-repeat: no-repeat;}
#bodycta .site {text-align: left; font-size: 16px; font-weight: 300; line-height: 1.5; color: #fff;}
#bodycta .site h2 {font-size: 42px; font-style: normal; display: inline-block;}
#bodycta .site .smallheader {color: #fff;}
#bodycta .site .clearbutton {float: right; margin-top:24px;}


#main-newsletter  {background-color: #F6F5EF; }

#main-newsletter .site .entry-content {padding: 60px 0px;}
#main-newsletter h3 {font-size: 32px; line-height: 50px;  font-weight: bold !important; text-align: center;}
#shop-newsletter-form {float: right; max-width: 55%; width: 55%; margin-left: 5%;}
#main-newsletter .entry-content {max-width: 1000px; margin: 0 auto; text-align: center;}

#gform_wrapper_4
{
    position: relative;
    top: 0px; width: 100%;
    margin: 0px auto !important; margin-top: 0PX !IMPORTANT;
}

#gform_wrapper_4 input {height: 50px; margin: 0 !Important; font-size: 16px; font-weight: 500; background-color: #fff !important; border: 1px solid #939598 !important;  border-radius: 4px; text-indent:0px;  color: #333 !important; width: 72%; float: left; }

#gform_wrapper_ ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}
#gform_wrapper_4 .gform_footer {
    padding: 0 !important; clear: none !important; margin: 0 !important; text-align: right; position: absolute; right: 0; top: 0; width: auto !important;

}
#gform_wrapper_4 input[type="submit"] {float: none; color: #fff !important; width: auto; background-color: #01336E !important; border: 0 !important; font-weight: 500 !important; border-radius: 0px;}

#footercta {padding: 180px 0; width: 100%; margin: 0 auto; overflow: hidden; background: url('https://www.401kquote.com/wp-content/uploads/2022/05/footer_cta_crop.jpg') no-repeat; position: relative; z-index: 2;  background-attachment: fixed; background-size: cover;}
#footercta h3 {margin: 0 auto 24px; font-weight: 700; font-size: 32px;}
#footercta .site {text-align: center;  position: relative; z-index: 10; font-weight: 600; line-height: 1.5; color: #fff;}
.sectionoverlay {
   background: rgba(0,0,0,.5);
    height: 5000px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Header */

#topbar {width: 100%; padding: 10px 0; background-color: #01336E;}
#topbar .site {text-align: center; font-size: 13px; color: #fff;}
#topbar .site a {color: #fff;}

.secondary-menu {float: right;}
.secondary-menu li {display: inline-block; margin-left: 15px;}
.secondary-menu li a {display: inline-block; padding: 0 0px; text-decoration: none; color: #333;}

#headerwrap {max-width: 100%;width: 100%; margin: 0%; text-align: center;  position: relative;      min-height: 840px;    height: 840px; overflow:hidden; background: url('https://www.401kquote.com/wp-content/uploads/2022/05/hero_crop.jpg') no-repeat; background-size: cover; background-position: top center; background-attachment: scroll; margin-top: 0px;}

#headerwrapint {max-width: 100%;width: 100%; margin: 0%; text-align: center;  position: relative; min-height: 540px; background: url('https://www.401kquote.com/wp-content/uploads/2021/05/what_happens_after-header.jpg') no-repeat; background-size: cover; background-position: top center; margin-top: 0px; margin-bottom: 0px;overflow:hidden;}

#headerinsidewrap { transition: all .2s ease-in-out; position: fixed; top: 0; left: 0; max-width: 100%; width: 100%; text-align: center; margin: 0 auto; right: 0; z-index: 50; background-color: rgba(255,255,255,0);}
#headerinside {max-width: 1200px;width: 100%; margin: 0 auto; text-align: left; padding: 20px 20px; position: relative; min-height: 60px;  transition: all .2s ease-in-out;}


.logged-in #headerinsidewrap {margin-top: 32px;}

.logo {display: inline-block; position: absolute; left: 0px; z-index: 5; margin: 0 auto; top: 20px;transition: all .2s ease-in-out; background-image: url('https://www.401kquote.com/wp-content/uploads/2021/05/401k_quote_logo.png'); background-size: contain; width: 256px; height: 60px; background-repeat: no-repeat;}

#navwrap {width: auto; position: absolute; right: 0px; left: 300px; bottom: 20px;z-index: 2;  transition: all .2s ease-in-out; }
.home #headerfade {
background: rgba(255,255,255,.4);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.3) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.3) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: 200vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#headerfade {
    background-image: url(https://www.401kquote.com/wp-content/uploads/2021/05/bgfade.png);
    background-repeat: repeat-x;
    background-size: 1px 650px;
    height: 650px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.home #headerfadehome {
    background-image: url(https://www.401kquote.com/wp-content/uploads/2021/05/bgfade.png);
    background-repeat: repeat-x;
    background-size: 1px 650px;
    height: 650px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#headerbottom {
    background-image: url(https://www.401kquote.com/wp-content/uploads/2021/05/border_1.png);
    background-repeat: no-repeat;
   background-size: 100% 72px; height: 72px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}



 #headeroverlay{
    background:rgba(0,0,0,.1);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; z-index: 1;
}

.phone {text-decoration: none !important; color: inherit !Important; }
#topcta {position: absolute; z-index: 5; right: 0px; top: 30px; font-size: 15px; text-align: right; color: #0C0C0C !important; transition: all .2s ease-in-out; font-family: 'Spartan', sans-serif;}
#topcta a { font-weight: 600; color: #fff !important;  text-decoration: none; background-color: #01336E; padding: 0 10px; display: inline-block; border-radius: 0px; margin-left: 8px;transition: all .2s ease-in-out; height: 36px; line-height: 36px;}
#topbutton { background-color: #DBAB0B !important;  margin-left: 8px; }
#topcta-text {visibility: visible; display: inline; opacity: 1;transition: all .2s ease-in-out; font-weight: 400;}

#topcta a:hover {transform: scale(1.1);}

#brokercheck {position: absolute; top: 80px; right: 0; width: 226px; height: 60px; display: inline-block; text-decoration: none; background-image: url('https://www.401kquote.com/wp-content/uploads/2021/07/brokercheck.png'); background-size: cover; background-repeat: no-repeat;}


#inthead {text-align: left; min-height: 540px; position: relative;}
#inthead h1 {font-size: 36px; font-weight: 700 !important;  color: #fff; display: inline-block; background-color: #01336E; border-radius: 0; padding: 20px 40px; margin: 0 auto;}
#inthead .entry-header {position: absolute; bottom: 200px; left: 40px; right:0; margin: 0 auto; width: 100%;  padding: 0px 0px; z-index: 1;}

#headerwrap .hphomehero {position: absolute; z-index: 10; bottom: 0px; width: 100%; left: 0; right: 0;}

#hpherotext { color: #0C0C0C;  position: absolute; top: 260px; left: 0; right: 0; max-width: 1200px; margin: 0 auto; line-height: 1.5; text-align: left; z-index: 1; font-family: 'Spartan', sans-serif;}
#hpherotext-line1 {font-size: 46px; font-weight: 700; max-width: 55%; line-height: 1.3; margin-bottom: 24px;}
#hpherotext-line2 {font-size: 17px; margin: 0 auto 15px 32px; font-weight: 600; line-height: 2; letter-spacing: 1px; display: inline-block; max-width: 55%; }
#hpherotext-line2 ul {list-style-type: none; text-align: left; }

#hpherotext-line2 ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    margin: 0 15px 0 -30px; font-weight: 700;
    font-size: 17px; color: #0C0C0C;
}

#hpbtns {display: block; font-weight: 600; position: relative; top: 24px; margin: 0 auto; font-size: 20px; text-align: left;}
.hpbtn1 {background-color: #01336E; color: #fff; padding: 15px 30px; text-decoration: none; border-radius: 0px; display: inline-block; margin-right: 16px; transition: all .2s ease-in-out; line-height: 1.5;}
.hpbtn2 {background-color: #DBAB0B; color: #fff; padding: 15px 30px; text-decoration: none; border-radius: 0px; display: inline-block; transition: all .2s ease-in-out; line-height: 1.5;}
.hpbtn1:hover, .hpbtn2:hover {transform: scale(1.1); color: #fff; }


#logobar {padding: 60px 0; width: 100%; margin: 0 auto; background: #f4f4f4; position: relative; z-index: 2;}
#logobar  .site {text-align: center;}
#logobar  .site h2 {font-size: 30px; font-weight: 300; margin: 0 auto 24px;}
#logobar  img {max-height: 120px; width: auto; display: inline-block;    vertical-align: middle;}

.logocontainer {padding: 20px; border: 1px solid #cecece; min-height: 180px; border-radius: 300px; line-height: 180px; min-width: 180px; background-color: #fff; width: auto; margin: 20px; display: inline-block; }


#headerinsidewrap.smaller { background-color: rgba(255,255,255,1); box-shadow: 0 2px 3px rgba(0,0,0,.2);}
#headerinsidewrap.smaller #headerinside {min-height: 60px;}
#headerinsidewrap.smaller #brokercheck {display: none;}
#headerinsidewrap.smaller #topcta {color: #0C0C0C !important;}

#headerinsidewrap.smaller .main-navigation li a {color: #0C0C0C;}
#headerinsidewrap.smaller button#responsive-menu-pro-button {top: 26px;}


#hpmain {padding: 80px 0; background-color: #fff; background-image: url('https://www.401kquote.com/wp-content/uploads/2021/05/border_2.png'); background-size: 101% 72px; background-position: center bottom; background-repeat: no-repeat;}

#hpmain .site {
    margin: 0 auto;
    background-color: #fff;
}
#hpmain .entry-content .one_half img {max-width: 120px; max-height: 120px;  }
#hpmain .entry-content .one_half .bluebutton {font-weight: 600; max-width: 360px;}
#hpmain .entry-content .one_half .bluebutton img {max-width: 52px; max-height: 52px; display: block; margin: 0 12px 0 0; padding: 10px; }
.btntext {
    position: relative;
    margin: 10px 0 0px; line-height: 1.6;
    display: block;
}
#hpmain .fourteen {font-size: 14px !important; line-height: 1.6;}

#hpmain .entry-content .one_half.last_column { background-color: #fff; padding: 3%; width: 42% !important;  position: relative;transition: all .2s ease-in-out; min-height: 440px;   box-shadow: 0 0 30px rgba(0,0,0,0.15);  top: -250px; z-index: 2; margin-bottom: -250px !important;}
#hpmain .entry-content .one_half.last_column h2 { text-align: center; font-size: 30px;}
#hpmain h3 { color: #DBAB0B;}


#hp-partners {padding: 80px 0; background-color: #F6F5EF; }
#hp-partners h2 {text-align: center;}
#hp-partners img {max-height: 72px; margin: 15px 20px; width: auto; display: inline-block; vertical-align: middle;}
#hp-partners .entry-content {text-align: center;}

#hp-contact  {padding: 80px 0; background-color: #fff; background-image: url('https://www.401kquote.com/wp-content/uploads/2021/05/border_2.png'); background-size: 101% 72px; background-position: center bottom; background-repeat: no-repeat;}

#hp-request {padding: 80px 0; background-color: #F6F5EF; }
#hp-request .entry-content .one_sixth img {max-width: 72px; max-height: 72px; display: block; margin: 0 12px 0 0; padding: 10px; }

#hp-mission {padding: 120px 0; background-color: #01336E; color: #fff;}
#hp-mission .entry-content {text-align: center; margin: 0 auto 24px; max-width: 800px; }
#hp-mission h2 { color: #fff; }

#hp-numbers {overflow: hidden; position: relative; background-image: url('https://www.401kquote.com/wp-content/uploads/2022/05/statistics_crop.jpg'); background-size: cover; background-attachment: fixed; padding: 100px 0; color: #fff;}
#hp-numbers .entry-content {}
#hp-numbers-overlay { z-index: 1;
    background: rgba(0,0,0,.3);
    width:100%; height: 2000px;
    position: absolute;
    right: 0;
    top: 0;
}
#hp-numbers-content {z-index: 2; position: relative; color: #fff;}

#hp-numbers-content .entry-content {position: relative; text-align: center;  color: #fff;}
#hp-numbers-content .entry-content h2 {color: #fff; margin: 0 auto 8px; font-size: 32px;}
#hp-numbers-content .entry-content .one_fourth h2 {color: #fff; font-size: 40px; margin: 0 auto 12px;}

#hp-numbers-bottom {height: 72px; width: 100% !important; background-color: transparent; text-align: center; background-image: url('https://www.401kquote.com/wp-content/uploads/2021/05/border_2.png'); background-size: 100% 72px; background-position: center bottom; background-repeat: no-repeat; position: absolute; bottom: 0; z-index: 10;}


#hptest  {padding: 80px 0 130px; background-color: #fff; background-image: url('https://www.401kquote.com/wp-content/uploads/2021/05/border_2.png'); background-size: 101% 72px; background-position: center bottom; background-repeat: no-repeat;}

#hptest .flexslider li {font-style: italic; font-size: 24px; max-width: 800px; text-align: center; line-height: 1.5; }
.byline {font-weight: 600 !important; margin-top: 50px; font-size: 16px; display: block; font-style: normal; font-family: 'Spartan', sans-serif;}
.testitle {font-weight: 400 !important; font-size: 16px; color: #01336E; font-style: normal;}

#hptest .margintop {margin-top: 80px !important;}


.clearbutton {background-color: transparent; color: #fff; border: 1px solid #fff; padding: 15px 30px;font-size: 15px; text-transform: none; font-weight: normal; text-decoration: none; border-radius: 0px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 600;}
.clearbutton:hover {background-color: transparent; color: #fff; padding: 15px 40px;}

.bluebutton {background-color: #01336E; color: #fff; padding: 15px 30px;font-size: 15px; text-transform: none; font-weight: normal; text-decoration: none; border-radius: 0px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;}
.bluebutton:hover {background-color: #01336E; color: #fff; padding: 15px 40px;}

.whitebutton {background-color: #fff; color: #DBAB0B; padding: 10px 30px;font-size: 15px; text-transform: none; font-weight: normal; text-decoration: none; border-radius: 0px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;}
.whitebutton:hover {background-color: #fff; color: #DBAB0B;padding: 15px 40px;}


#mainbody {background: #fff; padding: 60px 0;}
.home #mainbody {display: none;}



body .gform_wrapper .top_label div.ginput_container {  margin-top: 0 !important;}




.testimonial {background-color: #fff; box-shadow: 0 0 35px #eee; margin: 0 0 40px 0; text-align: left; padding: 60px 10% 30px; width: 80%;}
.testimonial .fa {font-size: 50px; margin: 0 12px 12px 0;    vertical-align: top;    float: left;}

.smallheader {color: #DBAB0B; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; display: block; font-weight: 600; font-family: 'Spartan', sans-serif;}




#footerblogs {padding: 80px 0; text-align: center; background-color: #f4f4f4;}
#footerblogs .entry-content h2 {text-align: center !important;}

#bloghead { display: block; text-align: center; margin: 0 auto 48px auto; }

#blog-block {text-align: left;  line-height: 1.3;}
#blog-block li {display: inline-block; float: left !important;
    width: 30.66%; position: relative; margin-right: 4%; background-color: #fff;}
#blog-block li img {max-width: 100%; width: 100%;}
#blog-block li:last-child {margin-right: 0%;}
.blog-blockimg {float: none; margin: 0px auto;  overflow: hidden; max-width: 100%; background-size: cover; background-position: center center;}
.readmorelink {color: #fff; left: 0; right: 0; margin: 0 auto; max-width: 240px; border-radius: 4px; background-color: #DBAB0B; position: absolute; bottom: 20px; display: block; text-align: center; padding: 10px; text-decoration: none; text-transform:  uppercase; font-size: 16px; font-weight: 600;}
.readmorelink:hover {color: #fff;}

.blog-content {width: 90%;
    margin: 0 0%;
    top: 0px; text-align: center;
    position: relative;min-height: 260px;
    padding: 5%;}
.blog-date {margin: 10px auto 0; font-size: 13px; color: #333; font-weight: 500;}
.blog-title a {text-decoration: none; display: block; margin: 15px auto 0; color: #333; text-decoration: none; font-weight: 400; font-size: 20px; line-height: 1.5;}
.blog-excerpt { margin: 24px auto; color: #333; font-size: 15px; line-height: 2;}

.blog-feat img {max-width: 100%;}
.postfeed-article li {width: 48%; margin: 0 4% 0 0; float: left;background-color: #f1f1f1; margin-bottom: 34px; min-height: 640px; position: relative;}
.postfeed-article li:nth-child(2n) {margin: 0 0 0 0;}
.postfeed-content .entry-header {margin: 0 0 12px 0;}
.postfeed-article a img {max-height: 310px; max-width: 100%;}
.postfeed-article h1 a, .postfeed-article h1 {color: #DBAB0B; line-height: 1.5 !important; font-weight: 400;  font-size: 22px !important; text-decoration: none; border-left: 0 !important; padding-left: 0 !important;}
.postfeed-date {margin: 0 0 12px 0; font-size: 13px; color: #888;}
.postfeed-content {width: 90%; padding: 5%;}
.postfeed-excerpt {line-height: 1.5; font-size: 16px;}
.postfeed-readmore {position: absolute; bottom: 20px; text-decoration: none; text-transform: none; color: #fff; padding: 8px 20px; border-radius: 4px; font-weight: 300; background-color: #DBAB0B;}
.postfeed-readmore:hover {color: #DBAB0B; background-color: #fff;}

.single-post .site-content {max-width: 960px; float: none;     margin: 48px auto 24px;}
.single-post #blog-featured-image {max-width: 960px; }



#mobilecta {visibility: hidden; opacity: 0; display: none;transition: all .3s ease-in-out;}




.colorsection, .ctabar {padding: 60px 0;}
.ctabar h3, .ctabar h2 {margin: 0 !important;    text-align: center;}

.imagebox, .imageboxhalf {width: 100%; position: relative;}

.imagebox-image {float: right; width: 35%; background-size: cover; background-repeat: no-repeat;height: 100%;    position: absolute;    right: 0;}
.imagebox-content {float: left; width: 65%; text-align: left; padding: 150px 0;}
.imagebox-content .entry-content {max-width: 800px; margin-right: 100px; float: right; width: 80%;}

.imagebox-left .imagebox-image {float: left;position: absolute;    right: auto; left: 0;}
.imagebox-left .imagebox-content {float: right;}
.imagebox-left .imagebox-content .entry-content  {margin-right: 0px; margin-left: 100px; float: left;}

.colorsection .entry-content, .imagebox .entry-content, .colorsection .entry-content h2, .imagebox .entry-content h2 {color: #fff;}
.colorsection.graybg .entry-content, .imagebox.graybg .entry-content {color: #333;}
.colorsection.graybg .entry-content h2, .imagebox.graybg .entry-content h2 {color: #333 !important;}
.colorsection.graybg .entry-content h3, .imagebox.graybg .entry-content h3 {color: #333 !important;}

.colorsection.beigebg .entry-content, .imagebox.beigebg .entry-content {color:#0D0D0D;}
.colorsection.beigebg .entry-content h2, .imagebox.beigebg .entry-content h2 {color:#0D0D0D;}
.colorsection.beigebg .entry-content h3, .imagebox.beigebg .entry-content h3 {color:#0D0D0D;}

.su-spoiler-title p {margin: 0;}
.su-spoiler-title, .su-spoiler-title h3, .su-spoiler-title h2 {margin: 0; padding: 0; color: #003562 !important;;  font-weight: 400; font-size: 18px !important;}
.su-spoiler-title {padding: 30px 50px 30px 15px !Important; background-color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.1); border-radius: 3px; }
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    left: auto !important; right: 20px !important; top: 38px;
}
.su-accordion .su-spoiler {
    margin-bottom: 30px !important;
}
.su-spoiler.su-spoiler-closed > .su-spoiler-content{
    padding: 0px 0 0 0 !important;
}

 
.su-spoiler-style-default > .su-spoiler-content {
    padding: 30px 5% 0 5% !important;
}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    content: "\f078" !important; color: #333 !important;}

.su-spoiler-icon-plus .su-spoiler-icon:before {
    content: "\f077" !important;color: #333 !important;}


/* =Media queries
-------------------------------------------------------------- */
/* Maximum width of 1280 pixels. */
@media screen and (max-width: 1280px) {
	#headerinside {text-align: center; padding: 10px 2%; width: 96%; max-width: 96%;}

	#navwrap {right: 15px;}
	#topcta {right: 15px;}
	.logo {left: 15px;}
	.main-navigation li a {	font-size: 14px !important;}
	.site {padding: 0 15px;}


	#hpherotext {max-width: 90%; padding: 10px; width: auto;top: 280px;  margin: 0 5%; }
	.imagebox-content .entry-content {margin-right: 10%;margin-left: 5%; width: 85%;}
}

/* Maximum width of 960 pixels. */
@media screen and (max-width: 960px) {

#brokercheck {
    position: relative;
    top: 0px; 
    right: 0; left: 0; margin: 0 auto 6px;
    width: 114px;
    height: 30px;
    display: block;
    text-decoration: none;
    background-image: url(https://www.401kquote.com/wp-content/uploads/2021/07/brokercheck.png);
    background-size: cover;
    background-repeat: no-repeat;
}

	#mobilecta {visibility: hidden; opacity: 0; display: none;transition: all .3s ease-in-out;}
	#headerinsidewrap.smaller #mobilecta {display: block; visibility: visible; opacity: 1; position: absolute; right: 4%; top:25px; font-size: 34px; text-decoration: none; color: #DBAB0B;}
	button#responsive-menu-pro-button {top: 15px !important;    width: 55px !important; left: 4% !important; background-color: #fff !important;}
	.responsive-menu-pro-label {display: none !important;}
	#headerinsidewrap.smaller #topcta {display: none;}

	#headerwrapint, #inthead {min-height: 340px; margin-bottom: 0px;}

	#headerinside, #headerinsidewrap.smaller #headerinside {font-size: 0; text-align: center; padding: 0 15px 0px 15px; min-height: 43px;}
	.logo {margin: 20px auto 20px; position: relative; top: 0px; left: 0; right: 0; width: 180px; height: 43px; background-repeat: no-repeat;}

	#topcta {position: relative; right: 0px; top: 0px; text-align: center; font-size: 15px; margin: 5px auto 5px;}
	#topcta-text {display: block;}
	#topcta a {display: inline-block; margin-top: 7px; font-size: 15px; padding: 0 8px !important;}
	#topcta .login {display: none;}

	#navwrap {right: 15px;}
	.menu-toggle {border: 0; display: block; border-radius: 0;}
	

	#hpmain {
	    position: relative;
	    top: 0px; padding: 50px 0;
	    margin-bottom: 0px !important;
	}
	#hpmain .site {
	    margin: 0 auto;
	    background-color: #fff;
	}
	#hpmain .lrmargin {display: block; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 12px;}
	
	#blog-block li {display: inline-block; float: none !important; min-height: auto !important; width: 100%; position: relative; margin-right: 0%; margin-bottom: 24px;}
	.blog-title {margin: 0 0 12px 0;}
	#blog-block li .bluebutton {position: relative; bottom: 0; margin: 12px 0 24px 0;}


	.alignleft, .alignright {margin: 12px auto !important; display: block; float: none !important;}

	#footerinside {padding: 30px 15px;}
	#copyright {padding: 30px 0; line-height: 1.5;}

	ul.block-with-icons > li {position: relative;margin: 0 auto;min-height: 0px;float: left;width: 90% !important; padding: 0 5% !important; margin-bottom: 30px;}
	ul.block-with-icons > li:first-child {margin-right: 0%;}
	ul.block-with-icons > li:last-child {margin-left: 0%;}

	.postfeed-article li {width: 100%; margin: 0 0% 0 0; float: none; margin-bottom: 24px; min-height: 0px;}
	.postfeed-article li:nth-child(3n) {margin-bottom: 24px;}
	.postfeed-readmore {position: relative; bottom: 0px; margin: 12px 0 0; display: inline-block;}

	#hpherotext {position: relative;top: 0px; text-align: left; left: 0; width: 90%; right: 0;margin: 250px 5% 120px 5%;}
	#hpherotext-line1 { font-size: 28px;margin: 0px auto 12px; line-height: 1.5; max-width: 100%;}
	#hpherotext-line2 {font-size: 14px;     margin: 0 auto 15px 32px;line-height: 1.8; max-width: 100%; }

	#hpbtns {display: block; margin: 10px 0% 40px; text-align: center; max-width: 100%; position: relative; top: 0;}
	.hpbtn1 {padding: 10px 20px; font-size: 16px; display: block; margin: 0 0 15px 0;}
	.hpbtn2 {padding: 10px 20px;font-size: 16px; display: block; }
	.hpbtn1:hover, .hpbtn2:hover {transform: scale(1.2); color: #fff; }


	#headerwrap {min-height: 0; width: auto; height: auto;background-attachment: scroll;}


	#headerwrap .hphomehero {position: relative; top: 0px;}
	#headerinside {width: auto;}
#inthead {text-align: center;}
	#inthead h1 {font-size: 22px; padding: 10px; left: 0; margin: 0 auto; right: 0; line-height: 1.4;}
	#inthead .entry-header {bottom: 40px; left: 0; right: 0; max-width: 100%;}

	#footercta .site {font-size: 18px;line-height: 1.5;	}
	#footerctanum {font-size: 26px; display: block;}
	#footercta .phone {display: block;}

	.logged-in #headerinsidewrap {margin-top: 46px;}


	.imagebox, .imageboxhalf {width: 100%; position: relative;}
	.imagebox-image {float: none; width: 100%; background-size: cover; background-repeat: no-repeat;height: 100%;    position: relative; height: 300px;    right: 0;}
	.imagebox-content {float: none; width: 100%; text-align: left; padding: 50px 0;background-image: none !important;}
	.imagebox-content .entry-content {max-width: 90%; margin: 0 5% !important; float: none; width: 90%; }
	.imagebox-left .imagebox-image {float: none;position: relative; }
	.imagebox-left .imagebox-content .entry-content  {max-width: 90%; margin: 0 5% !important; width: 90%;float: none;}


#headerbottom {
    background-size: 100% 26px;
    height:26px;
}

#hpmain .entry-content .one_half img {
    max-width: 100px;
    max-height: 100px;
    display: inline-block;
    margin: 0 0;
    padding: 0px;
}
#hpmain .entry-content .one_half .bluebutton {
   text-align: center; max-width: 100%;
}
#hpmain .entry-content .one_half .bluebutton img {
    max-width: 26px;
    max-height: 26px;
    display: block;
    margin: 0 12px 0 0;
    padding: 0px;
}
#hpmain .entry-content .one_half.last_column {
    background-color: #fff;
    padding: 5%;
    width: 90% !important;
    min-height: 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    top: 0px;
    z-index: 2;
    margin-bottom: 0px !important;
}

#hpmain {
    background-size: 101% 26px;
}
#bodycta {
    background-size: 101% 26px;
}
#hp-contact {
    background-size: 101% 26px;
}
#hp-numbers-bottom {
    background-size: 101% 26px;
}
#footer-sep {
    height: 26px;
    background-size: 100% 26px;
    z-index: 10;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

	/* = Column Shortcode Fix for Mobile
	-------------------------------------------------------------- */
	.one_half {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_half.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_third {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_third.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.two_third {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.two_third.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_fourth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_fourth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.three_fourth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.three_fourth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_fifth {
		width: 100% !important;
		margin-right: 0% !important; text-align: center;
	}
	.one_fifth.last_column {
		width: 100% !important;
		margin-right: 0% !important; text-align: center;
	}
	.two_fifth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.two_fifth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.three_fifth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.three_fifth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.four_fifth {
		width: 100% !important;
		margin-right: 0% !important; text-align: center;
	}
	.four_fifth.last_column {
		width: 100% !important;
		margin-right: 0% !important; text-align: center;
	}
	.one_sixth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_sixth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
.five_sixth {
    width: 100%!important;
}
	.three-col-list {-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}
	.two-col-list {	-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}

}

/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {




}

/* Minimum width of 961 pixels. */
@media screen and (min-width: 961px) {
	.author-avatar {float: left;margin-top: 8px;}
	.author-description {float: right;width: 80%;}
	.sitewrap {width: 100% !important; margin: 0% !important; text-align: center;}
	.site {	text-align: left;margin: 0 auto;max-width: 1200px; padding: 0 40px;}
	.site-content {	float: left;width: 65%;	}
	body.template-front-page .site-content,	body.single-attachment .site-content,	body.full-width .site-content {	width: 100%;}
	.widget-area {float: right;width: 25%; padding: 3% 2.5%; background-color: #fff; position: relative;transition: all .2s ease-in-out; min-height: 440px;   box-shadow: 0 0 30px rgba(0,0,0,0.15);  top: -220px; z-index: 2; margin-bottom: -220px !important;}

	.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul {display: inline-block !important;text-align: left;width: 100%;	}
	.main-navigation ul {margin: 0;	text-indent: 0;	}
	.main-navigation li a,	.main-navigation li {	display: inline-block;	text-decoration: none;}
	.main-navigation li a {	padding: 0 15px; border-bottom: 0;color: #0C0C0C;line-height: 60px; font-size:15px; font-weight: 600; text-transform: none;white-space: nowrap;transition: all .3s ease-in-out; margin-top: 0px;border-bottom: 4px solid transparent;}
	.main-navigation li a:hover {border-bottom:4px solid #01336E;}
	.main-navigation li {margin: 0 5px 0 0;font-weight: normal;position: relative;}
	.main-navigation li li{	margin: 0; text-align: left;}
	.main-navigation li:last-child {margin: 0;}
	.main-navigation li ul {display: none;margin: 0;padding: 0;position: absolute;top: 100%;z-index: 1;}
	.main-navigation li ul ul {top: 0;left: 100%;}
	.main-navigation .menu-item-20 ul {right: 0; text-align: right !important;}
	.main-navigation .menu-item-20 ul li { text-align: right !important;}
	.main-navigation ul li:hover > ul {border-left: 0;display: block;}
	.main-navigation li ul li a {background: #01336E; border: 0 !important; display: block;font-size: 14px; font-weight: 400; line-height: 2; color: #fff !important; text-shadow: none;	padding: 4px 10px;width: 260px;white-space: normal;}
	.main-navigation li ul li ul li a {width: 220px;}
	.main-navigation li ul li a:hover {background: #DBAB0B;color: #fff;}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {}
	.menu-toggle {display: none;}
	.archive-header h1, .entry-header .entry-title {font-size: 40px; font-weight: 300 !important; }
	.archive-header h1 {margin: 0 0 24px 0;}
	#respond form input[type="text"] {width: 46.333333333%;}
	#respond form textarea.blog-textarea {width: 79.666666667%;}
	.commentlist .children {
		margin-left: 48px;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}


.vid {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0; margin-bottom: 24px;
}
.vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pum-theme-default-theme .pum-container {padding: 60px 30px !important;}
.pum-theme-default-theme .pum-content h2 {font-size: 28px; color: #01336E;}


.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
	outline: none !important;
}