/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

progress { vertical-align: baseline; }

template, [hidden] { display: none; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; }

a:active, a:hover { outline-width: 0; }

abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

b, strong { font-weight: inherit; }

b, strong { font-weight: bolder; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background-color: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; }

svg:not(:root) { overflow: hidden; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

figure { margin: 1em 40px; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

button, input, optgroup, select, textarea { font: inherit; margin: 0; }

optgroup { font-weight: bold; }

button, input { overflow: visible; }

button, select { text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-input-placeholder { color: inherit; opacity: 0.54; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html, input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before { content: " "; display: table; }

.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after { clear: both; content: " "; display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html { font-size: 62.5%; /* 10px browser default */ }

/* Chrome fix */
body { background-color: #fff; color: #333; font-family: Roboto, sans-serif; font-size: 18px; font-size: 1.8rem; -webkit-font-smoothing: antialiased; font-weight: 400; line-height: 1.625; margin: 0; }

body > div { font-size: 1.8rem; }

a, button { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

input:focus, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

textarea:focus, .button, .gallery img { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

a { color: #3aafd8; text-decoration: none; }

a:hover, a:focus { text-decoration: underline; }

p { margin: 0 0 28px; padding: 0; }

ol, ul { margin: 0; padding: 0; }

li { list-style-type: none; }

hr { border: 0; border-collapse: collapse; border-top: 1px solid #eee; clear: both; margin: 1em 0; }

b, strong { font-weight: 700; }

blockquote, cite, em, i { font-style: italic; }

blockquote { margin: 40px; }

blockquote::before { content: "\201C"; display: block; font-size: 30px; font-size: 3rem; height: 0; left: -20px; position: relative; top: -10px; }

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-family: 'Source Sans Pro', sans-serif; font-weight: 700; line-height: 1.2; margin: 0 0 10px; }

h1 { font-size: 38px; font-size: 3.8rem; }

h2 { font-size: 30px; font-size: 3rem; }

h3 { font-size: 26px; font-size: 2.6rem; }

h4 { font-size: 22px; font-size: 2.2rem; }

h5 { font-size: 20px; font-size: 2rem; }

h6 { font-size: 18px; font-size: 1.8rem; }

/* ## Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption { max-width: 100%; }

img { height: auto; }

figure { margin: 0; }

/* ## Gallery
--------------------------------------------- */
.gallery { overflow: hidden; }

.gallery-item { float: left; margin: 0 0 28px; text-align: center; }

.gallery-columns-1 .gallery-item { width: 100%; }

.gallery-columns-2 .gallery-item { width: 50%; }

.gallery-columns-3 .gallery-item { width: 33%; }

.gallery-columns-4 .gallery-item { width: 25%; }

.gallery-columns-5 .gallery-item { width: 20%; }

.gallery-columns-6 .gallery-item { width: 16.6666%; }

.gallery-columns-7 .gallery-item { width: 14.2857%; }

.gallery-columns-8 .gallery-item { width: 12.5%; }

.gallery-columns-9 .gallery-item { width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) { clear: left; }

.gallery img { border: 1px solid #eee; height: auto; padding: 4px; }

.gallery img:hover, .gallery img:focus { border: 1px solid #999; }

/* ## Forms
--------------------------------------------- */
input, select, textarea { background-color: #fff; border: 1px solid #ddd; color: #333; font-size: 18px; font-size: 1.8rem; font-weight: 400; padding: 16px; width: 100%; }

input:focus, textarea:focus { border: 1px solid #999; outline: none; }

input[type="checkbox"], input[type="image"], input[type="radio"] { width: auto; }

::-moz-placeholder { color: #333; opacity: 1; }

::-webkit-input-placeholder { color: #333; }

button { background-color: #333; border: 0; color: #fff; cursor: pointer; font-size: 18px; font-size: 1.8rem; font-weight: 700; padding: 16px 24px; text-decoration: none; white-space: normal; width: auto; }

input[type="button"], input[type="reset"], input[type="submit"] { background-color: #333; border: 0; color: #fff; cursor: pointer; font-size: 18px; font-size: 1.8rem; font-weight: 700; padding: 16px 24px; text-decoration: none; white-space: normal; width: auto; }

.button { background-color: #333; border: 0; color: #fff; cursor: pointer; font-size: 18px; font-size: 1.8rem; font-weight: 700; padding: 16px 24px; text-decoration: none; white-space: normal; width: auto; }

button:hover { background-color: #C3251D; color: #fff; }

input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] { background-color: #C3251D; color: #fff; }

.button:hover, button:focus { background-color: #C3251D; color: #fff; }

input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"] { background-color: #C3251D; color: #fff; }

.button:focus { background-color: #C3251D; color: #fff; }

.entry-content .button:hover, .entry-content .button:focus { color: #fff; }

.button { display: inline-block; }

a.button.small, button.small { padding: 8px 16px; }

input[type="button"].small, input[type="reset"].small, input[type="submit"].small { padding: 8px 16px; }

.site-container button:disabled { background-color: #eee; border-width: 0; color: #777; cursor: not-allowed; }

.site-container button:disabled:hover { background-color: #eee; border-width: 0; color: #777; cursor: not-allowed; }

.site-container input:disabled, .site-container input[type="button"]:disabled, .site-container input[type="reset"]:disabled, .site-container input[type="submit"]:disabled { background-color: #eee; border-width: 0; color: #777; cursor: not-allowed; }

.site-container input:disabled:hover, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled:hover { background-color: #eee; border-width: 0; color: #777; cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button { display: none; }

/* ## Tables
--------------------------------------------- */
table { border-collapse: collapse; border-spacing: 0; line-height: 2; margin-bottom: 40px; width: 100%; word-break: break-word; }

tbody { border-bottom: 1px solid #eee; }

td, th { text-align: left; }

td { border-top: 1px solid #eee; padding: 6px; }

th { font-weight: 400; padding: 0 6px; }

td:first-child, th:first-child { padding-left: 0; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text { position: absolute !important; clip: rect(0, 0, 0, 0); height: 1px; width: 1px; border: 0; overflow: hidden; }

.screen-reader-text span { position: absolute !important; clip: rect(0, 0, 0, 0); height: 1px; width: 1px; border: 0; overflow: hidden; }

.screen-reader-shortcut { position: absolute !important; clip: rect(0, 0, 0, 0); height: 1px; width: 1px; border: 0; overflow: hidden; }

.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus { clip: auto !important; height: auto; width: auto; display: block; font-size: 1em; font-weight: bold; padding: 15px 23px 14px; color: #333; background: #fff; z-index: 100000; /* Above WP toolbar. */ text-decoration: none; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link { position: relative; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner, .wrap { margin: 0 auto; max-width: 1280px; }

.site-inner { clear: both; padding-top: 40px; word-wrap: break-word; }

.landing-page .site-inner { max-width: 800px; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { width: 1060px; }

.content-sidebar-sidebar .content-sidebar-wrap { float: left; }

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { float: right; }

/* ### Content */
.content { float: right; width: 880px; }

.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content { float: left; }

.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content { width: 660px; }

.full-width-content .content { width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary { float: right; width: 360px; }

.sidebar-primary h2 { font-size: 20px; font-size: 2rem; }

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary { float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary { float: left; width: 180px; }

.content-sidebar-sidebar .sidebar-secondary { float: right; }

.home .content { width: 946px; }

.sidebar-primary { width: 294px; }

.sidebar-primary .ebook-signup { width: 220px; }

.sidebar-primary .ebook-signup input { width: 100%; margin-bottom: 10px; }

.sidebar-primary .ebook-signup input[type="text"] { margin-top: 15px; }

.sidebar-primary .ebook-signup input[type="submit"] { background: #ffbe4c; color: #fff; text-transform: uppercase; }

.sidebar-primary .featuredpost .post, .sidebar-primary .featuredpost .page { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px; border-bottom: 1px solid #d4d2d2; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-primary .featuredpost .post > a, .sidebar-primary .featuredpost .page > a { width: 62px; -ms-flex-negative: 1; flex-shrink: 1; min-width: 62px; margin-bottom: 0; height: auto; display: block; margin-right: 0; }

.sidebar-primary .featuredpost .post > a img, .sidebar-primary .featuredpost .page > a img { margin-bottom: 0; }

.sidebar-primary .featuredpost .post h2, .sidebar-primary .featuredpost .page h2 { font-size: 15px; font-size: 1.5rem; -ms-flex-negative: 2; flex-shrink: 2; padding-left: 10px; font-weight: 300; }

.sidebar-primary .featuredpost .post h2 a, .sidebar-primary .featuredpost .page h2 a { color: #000; text-decoration: none; }

.sidebar-primary .featuredpost .post > a img { margin-bottom: 0; }

.sidebar-primary .featuredpost .post h2 a { color: black; text-decoration: none; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: left; margin-left: 2.564102564102564%; }

.one-half, .three-sixths, .two-fourths { width: 48.717948717948715%; }

.one-third, .two-sixths { width: 31.623931623931625%; }

.four-sixths, .two-thirds { width: 65.81196581196582%; }

.one-fourth { width: 23.076923076923077%; }

.three-fourths { width: 74.35897435897436%; }

.one-sixth { width: 14.52991452991453%; }

.five-sixths { width: 82.90598290598291%; }

.first { clear: both; margin-left: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar { border-radius: 50%; float: left; }

.author-box .avatar, .alignleft .avatar { margin-right: 24px; }

.alignright .avatar { margin-left: 24px; }

.comment .avatar { margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb { background-color: #fff; font-size: 18px; font-size: 1.8rem; margin-bottom: 1px; padding: 12px 0; }

.after-entry, .archive-description, .author-box { background-color: #fff; font-size: 18px; font-size: 1.8rem; margin-bottom: 40px; padding: 60px; }

.archive-description p:last-child, .author-box p:last-child { margin-bottom: 0; }

.archive-description { background: #f9f7f5; padding-bottom: 0; }

.author-box { border: 1px solid #828282; padding: 30px; }

.after-entry.widget-area { background: #f9f7f5; clear: both; }

/* ## Search Form
--------------------------------------------- */
.search-form { overflow: hidden; }

.entry-content .search-form { margin-bottom: 40px; width: 50%; }

.site-header .search-form { margin-bottom: 40px; width: 50%; float: right; margin: 12px auto 0; }

.post-password-form input[type="submit"], .search-form input[type="submit"] { margin-top: 10px; }

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; padding: 0; position: absolute; width: 1px; }

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title, .archive-title, .author-box-title { font-size: 20px; font-size: 2rem; }

.entry-title { font-size: 36px; font-size: 3.6rem; }

.entry-title a { color: #333; text-decoration: none; }

.sidebar .widget-title a { color: #333; text-decoration: none; }

.entry-title a:hover, .entry-title a:focus { color: #3aafd8; text-decoration: underline; }

.widget-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img { display: block; margin: 0 auto; }

a.alignnone { display: inline-block; }

.alignleft { float: left; text-align: left; }

.alignright { float: right; text-align: right; }

a.alignleft, a.alignnone, a.alignright { max-width: 100%; }

img.centered, .aligncenter { display: block; margin: 0 auto 24px; }

img.alignnone, .alignnone { margin-bottom: 12px; }

a.alignleft, img.alignleft, .wp-caption.alignleft { margin: 0 24px 24px 0; }

a.alignright, img.alignright, .wp-caption.alignright { margin: 0 0 24px 24px; }

.wp-caption-text { font-size: 14px; font-size: 1.4rem; font-weight: 600; margin: 0; text-align: center; }

.entry-content p.wp-caption-text { margin-bottom: 0; }

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video { margin: 0 0 28px; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget { margin-bottom: 40px; word-wrap: break-word; }

.widget p:last-child, .widget ul > li:last-of-type { margin-bottom: 0; }

.widget-area .widget:last-of-type { margin-bottom: 0; }

.widget ul > li { margin-bottom: 10px; padding-bottom: 10px; }

.widget ul > li:last-of-type { padding-bottom: 0; }

.widget ol > li { list-style-position: inside; list-style-type: decimal; padding-left: 20px; text-indent: -20px; }

.widget li li { border: 0; margin: 0 0 0 30px; padding: 0; }

.widget_calendar table { width: 100%; }

.widget_calendar td, .widget_calendar th { text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry { background: none; padding: 0; }

.featured-content .entry:last-of-type { margin-bottom: 0; }

.featured-content .entry-title { font-size: 20px; font-size: 2rem; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget { color: #fff; }

.sidebar .enews-widget .widget-title { color: #fff; }

.sidebar .widget.enews-widget { background-color: #333; }

.sidebar .enews-widget input { border: 1px solid #333; }

.sidebar .enews-widget input:focus { border: 1px solid #333; }

.sidebar .enews-widget input[type="submit"] { background-color: #C3251D; color: #fff; }

.sidebar .enews-widget input:hover[type="submit"], .sidebar .enews-widget input:focus[type="submit"] { background-color: #fff; color: #333; }

.enews-widget input { font-size: 18px; font-size: 1.8rem; margin-bottom: 16px; }

.enews-widget input[type="submit"] { margin: 0; width: 100%; }

.enews form + p { margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats { display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link { margin: 0; }

.genesis-skip-link li { height: 0; width: 0; list-style: none; }

/* Display outline on focus */
:focus { color: #333; outline: #ccc solid 1px; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header { background-color: #fff; }

.site-header > .wrap { padding: 0; }

/* ## Title Area
--------------------------------------------- */
.title-area { float: left; padding: 0; width: 450px; }

.header-image .title-area { margin: 0 auto; max-width: 450px; padding: 0; }

.header-full-width .title-area { float: none; width: 100%; }

.site-title { font-size: 30px; font-size: 3rem; font-weight: 700; line-height: 1.2; }

.site-title a { color: #333; text-decoration: none; text-indent: -9999px; background: url(images/college-investor-logo.png) no-repeat top center; background-size: contain; width: 450px; height: 78px; display: block; }

.site-title a:hover, .site-title a:focus { color: #333; text-decoration: none; }

.site-description { display: none; }

.header-image .site-title > a { background-position: center !important; background-size: contain !important; float: left; min-height: 80px; width: 100%; }

.site-description { font-size: 18px; font-size: 1.8rem; font-weight: 400; line-height: 1.5; margin-bottom: 0; }

.site-title { margin-bottom: 0; }

.header-image .site-description, .header-image .site-title { display: block; text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area { float: right; text-align: right; width: 800px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu, .ubermenu-nav { clear: both; font-size: 18px; font-size: 1.8rem; font-weight: 800; line-height: 1; width: 100%; }

.genesis-nav-menu .menu-item, .ubermenu-nav .menu-item { display: inline-block; margin-bottom: 0; padding-bottom: 0; text-align: left; }

.genesis-nav-menu a, .ubermenu-nav a { color: #333; text-decoration: none; display: block; padding: 32px 20px; }

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .ubermenu-nav a:hover, .ubermenu-nav a:focus { color: #C3251D; text-decoration: underline; }

.genesis-nav-menu .sub-menu, .ubermenu-nav .sub-menu { border-top: 1px solid #eee; left: -9999px; opacity: 0; position: absolute; -webkit-transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -ms-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out; width: 200px; z-index: 99; }

.genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .ubermenu-nav .sub-menu .current-menu-item > a:hover, .ubermenu-nav .sub-menu .current-menu-item > a:focus { color: #C3251D; text-decoration: underline; }

.genesis-nav-menu .sub-menu a, .ubermenu-nav .sub-menu a { background-color: #fff; border: 1px solid #eee; border-top: 0; font-size: 14px; font-size: 1.4rem; padding: 20px; position: relative; width: 200px; word-wrap: break-word; }

.genesis-nav-menu .sub-menu .sub-menu, .ubermenu-nav .sub-menu .sub-menu { margin: -56px 0 0 199px; }

.genesis-nav-menu .menu-item:hover, .ubermenu-nav .menu-item:hover { position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu, .ubermenu-nav .menu-item:hover > .sub-menu { left: auto; opacity: 1; }

.genesis-nav-menu > .first > a, .ubermenu-nav > .first > a { padding-left: 0; }

.genesis-nav-menu > .last > a, .ubermenu-nav > .last > a { padding-right: 0; }

.genesis-nav-menu > .right, .ubermenu-nav > .right { float: right; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus { position: static; }

.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu { left: auto; opacity: 1; }

.sub-menu-toggle, .menu-toggle { display: none; visibility: hidden; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li { margin-left: 0; }

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary { background-color: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }

/* .home .nav-primary {
  border-bottom: none;
}
*/
/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu { padding-bottom: 20px; }

.site-footer .genesis-nav-menu a { padding: 0 20px 10px; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry { background-color: transparent; margin-bottom: 40px; padding: 0; }

.entry-content ol, .entry-content ul { margin-bottom: 28px; margin-left: 40px; }

.entry-content ol > li { list-style-type: decimal; }

.entry-content ul > li { list-style-type: disc; }

.entry-content ol ol, .entry-content ul ul { margin-bottom: 0; }

.entry-content code { background-color: #333; color: #eee; }

.entry-content a { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

.entry-content a:link { border-bottom: 1.5px solid #3aafd8; }

.entry-content a:hover { text-decoration: none; border-bottom: 1.5px solid #1c7290; color: #1c7290; }

.entry-content .entry-title a:link { border-bottom: none; }

.entry-content .entry-title a:hover { border-bottom: none; }

.entry-content .review-links { margin-left: 0; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta { font-size: 18px; font-size: 1.8rem; margin-bottom: 0; }

.entry-header .entry-meta { margin-bottom: 24px; }

.entry-footer .entry-meta { border-top: 1px solid #eee; padding-top: 24px; }

.entry-categories, .entry-tags { display: block; }

.entry-comments-link::before { content: "\2014"; margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination { clear: both; margin: 40px 0; }

.adjacent-entry-pagination { margin-bottom: 0; }

.archive-pagination li { display: inline; }

.archive-pagination a { background-color: #fff; color: #333; cursor: pointer; display: inline-block; font-size: 18px; font-size: 1.8rem; font-weight: 600; padding: 8px 12px; text-decoration: none; }

.archive-pagination a:hover, .archive-pagination a:focus { background-color: #C3251D; color: #fff; }

.archive-pagination .active a { background-color: #C3251D; color: #fff; }

/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings { background-color: #fff; font-size: 18px; font-size: 1.8rem; margin-bottom: 40px; }

.comment-respond, .entry-pings { padding: 60px 60px 32px; }

.entry-comments { padding: 60px; }

.comment-list li { padding: 40px 0 0 30px; }

.comment-list .depth-1 { padding-left: 0; }

.comment-header { margin-bottom: 30px; }

.comment-content { clear: both; }

.comment-content ul > li { list-style-type: disc; }

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] { width: 50%; }

.comment-respond label { display: block; margin-right: 12px; }

.comment-header p { margin-bottom: 0; }

.entry-pings .reply { display: none; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar { font-size: 18px; font-size: 1.8rem; margin-bottom: 40px; }

.sidebar .widget-title { font-size: 20px; font-size: 2rem; font-weight: bold; }

.sidebar .widget-title:after { content: ""; display: block; border-bottom: 3px solid #f9b640; padding-top: 10px; }

.sidebar .widget { background-color: transparent; }

.sidebar .sidebar-about { background: #f9f7f5; text-align: center; padding: 20px; }

.sidebar .sidebar-about .about-image { max-width: 33%; border-radius: 50%; }

.sidebar .signup-form { background: #ffbe4c; padding: 20px; }

.sidebar .signup-form input[type="submit"] { width: 100%; margin-top: 10px; background: #ffbe4c; color: #fff; border: 2px solid white; }

.sidebar .social-media { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 44px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.sidebar .social-media a { color: #d4d2d2; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets { background-color: #fff; font-size: 18px; font-size: 1.8rem; clear: both; padding: 100px 0; }

.footer-widgets .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.footer-widgets .wrap:before, .footer-widgets .wrap:after { width: 100%; }

.footer-widgets .wrap .widget { margin-bottom: 29px; }

.footer-widgets .wrap .widgettitle { font-weight: bold; font-size: 20px; font-size: 2rem; }

.footer-widgets .wrap .widget-area .widget_nav_menu ul > li { margin-bottom: 7px; padding-bottom: 0; font-size: 18px; font-size: 1.8rem; }

.footer-widgets .wrap .widget-area .widget_nav_menu ul > li a { text-decoration: none; color: #828282; }

.footer-widgets .wrap .widget-area .widget_nav_menu ul > li a:hover { color: #C3251D; }

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 { width: 16%; padding-top: 50px; }

.footer-widgets-5 { width: 30%; background: #f9b640; padding: 50px 30px 30px 30px; color: #fff; }

.footer-widgets-5 h3.widgettitle { color: #fff; }

.footer-widgets-5 form input { width: 100%; text-align: center; border-radius: 5px; margin-bottom: 15px; }

.footer-widgets-5 form input[type="submit"] { background: #000; text-transform: uppercase; }

.footer-widgets-5 form input[type="submit"]:hover { background: #C3251D; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer { background-color: #f9f7f5; font-size: 18px; font-size: 1.8rem; line-height: 1; padding: 40px 0; text-align: center; }

.site-footer p { margin-bottom: 0; }

.site-footer .footer-copyright { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #828282; }

.site-footer .footer-copyright a { color: #828282; text-decoration: none; }

.site-footer .footer-copyright a:hover { color: #C3251D; }

.site-footer .footer-copyright .fc { text-align: right; }

.site-footer .footer-copyright .fc:first-child { text-align: left; }

.site-footer .footer-copyright .fc ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }

.site-footer .footer-copyright .fc.fc-social { font-size: 26px; font-size: 2.6rem; }

.site-footer .footer-copyright .fc.fc-social a { margin-left: 25px; color: #828282; }

.site-footer .footer-copyright .fc.fc-social a:hover { color: #C3251D; }

.site-footer .fc.fc-social { font-size: 26px; }

.site-footer .fc.fc-social a { margin-left: 25px; }

/* Custom Styles for Millenial Money Expert */
.site-header > .wrap { padding: 0; }

.site-header .widget-area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-top: 8px; }

.site-header .title-area { margin-top: 0; }

.header-widget-area .social-media, .footer-widget-area .social-media { display: -webkit-box; display: -ms-flexbox; display: flex; }

.header-widget-area .social-media li, .footer-widget-area .social-media li { margin-left: 20px; font-size: 22px; font-size: 2.2rem; }

.header-widget-area .social-media .fab, .header-widget-area .social-media .fas, .header-widget-area .social-media .far, .header-widget-area .social-media .fal, .header-widget-area .social-media .fad, .footer-widget-area .social-media .fab, .footer-widget-area .social-media .fas, .footer-widget-area .social-media .far, .footer-widget-area .social-media .fal, .footer-widget-area .social-media .fad { color: #4b4b4b; }

.header-widget-area .social-media .fab:hover, .header-widget-area .social-media .fas:hover, .header-widget-area .social-media .far:hover, .header-widget-area .social-media .fal:hover, .header-widget-area .social-media .fad:hover, .footer-widget-area .social-media .fab:hover, .footer-widget-area .social-media .fas:hover, .footer-widget-area .social-media .far:hover, .footer-widget-area .social-media .fal:hover, .footer-widget-area .social-media .fad:hover { color: #181818; }

.footer-widget-area .social-media { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.header-widget-area > section { float: right; }

.header-widget-area .simple-social-icons { margin-bottom: 0; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.header-widget-area .nav-header .genesis-nav-menu li, .header-widget-area .nav-header .ubermenu-nav li { padding-top: 9px; }

.header-widget-area .nav-header .genesis-nav-menu li a, .header-widget-area .nav-header .ubermenu-nav li a { padding: 0 20px; font-weight: 300; color: #4b4b4b; border-right: 1px solid #4b4b4b; }

.header-widget-area .nav-header .genesis-nav-menu li:last-child a, .header-widget-area .nav-header .ubermenu-nav li:last-child a { border-right: none; }

.nav-primary .genesis-nav-menu, .nav-primary .ubermenu-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.nav-primary .genesis-nav-menu a, .nav-primary .ubermenu-nav a { padding: 15px 20px; font-family: 'Raleway', sans-serif; }

.nav-primary .genesis-nav-menu li > a, .nav-primary .ubermenu-nav li > a { font-family: Roboto, sans-serif; }

.nav-primary .genesis-nav-menu .menu-item:last-child, .nav-primary .genesis-nav-menu .ubermenu-item:last-child, .nav-primary .ubermenu-nav .menu-item:last-child, .nav-primary .ubermenu-nav .ubermenu-item:last-child { border-right: none; }

.gold { background: #ffbe4c; }

.underline { text-decoration: underline; }

h2.latest-articles { font-weight: bold; }

h2.latest-articles:after { content: ""; width: 30%; display: block; border-bottom: 3px solid #ffbe4c; padding-top: 15px; margin-bottom: 30px; }

.ubermenu-transition-shift .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop { background: #fff; border: 1px solid black; }

nav.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator { right: 8px; margin-top: -8px; }

.home-welcome { background: #f9f9f9; -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); border-top: 2px solid #dfdfdf; padding-top: 15px; padding-bottom: 15px; }

.home-welcome .intro-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.home-welcome .intro-text .intro-image { width: 30%; }

.home-welcome .intro-text p { width: 50%; color: #978b76; margin-bottom: 0; line-height: 1.2; padding: 0 15px; }

.home-welcome .intro-button { text-align: right; width: 20%; }

.home-welcome .button { padding: 5px 24px; }

.post-tag { padding: 5px 25px; font-weight: bold; text-transform: uppercase; color: #fff; background: #000; }

.post-tag.student-loans { background: #f98023; }

.post-tag.investing { background: #0465b2; }

.post-tag.business { background: #253f97; }

.post-tag.taxes { background: #73bc41; }

.post-tag.career { background: #ee3f3c; }

.post-tag.real-estate { background: #faa31e; }

.post-tag.daily-investing-tip { background: #00adac; }

.post-tag.earn-more-money { background: #05a35e; }

.post-tag.insurance { background: #f7a41a; }

.post-tag.life { background: #a1228d; }

.post-tag.millionaire-investor-profile { background: #583093; }

.post-tag.saving { background: #ed1d25; }

.post-tag.spending { background: #fef102; }

.home-top-alt { margin-top: 0; /* was 25px */ margin-bottom: 50px; padding-bottom: 50px; background: #fcfbfa; }

.home-top-alt .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.home-top-alt .wrap > div { width: 48%; }

.home-featured-post { position: relative; }

.featured { font-family: 'Roboto'; color: #fff; }

.featured .featured-content { position: absolute; bottom: 0; left: 0; width: 90%; }

.featured .featured-content .entry-meta { text-transform: uppercase; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 5%; margin-top: 5%; margin-bottom: 5%; }

.featured .featured-content .entry-meta .post-tag, .featured .featured-content .entry-meta .post-date { font-weight: bold; }

.featured .featured-content .entry-meta .post-date { margin-left: 25px; }

.featured .featured-content .featured-text { color: #000; padding: 5%; background: #fcfbfa; }

.featured .featured-content h2 { font-size: 30px; font-size: 3rem; font-weight: 700; }

.featured .featured-content p { font-size: 23px; font-size: 2.3rem; text-align: justify; margin-bottom: 0; }

.home-under .featuredpost .widget-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.home-under .featuredpost .widget-wrap:before, .home-under .featuredpost .widget-wrap:after { display: none; }

.home-under .featuredpost .widget-wrap .entry { width: 48%; padding: 0; margin-bottom: 0; }

.home-under .entry { padding: 0; }

.home-under .entry > a { position: relative; color: #fff; }

.home-under h2 { font-size: 20px; font-size: 2rem; margin-left: 10px; }

.home-under h2 a { color: #333; text-decoration: none; }

.home-under .post-tag { display: inline-block; position: absolute; bottom: 0; left: 10px; }

.home-under .post-meta { display: none; }

.featured-text h2 a { color: #333; }

.home .site-inner, .archive .site-inner, .page-template-page_blog .site-inner { padding-top: 0; }

.home .content article, .archive .content article, .page-template-page_blog .content article { display: -webkit-box; display: -ms-flexbox; display: flex; }

.home .content article .entry-header, .archive .content article .entry-header, .page-template-page_blog .content article .entry-header { width: 300px; }

.home .content article .entry-content, .archive .content article .entry-content, .page-template-page_blog .content article .entry-content { -ms-flex-negative: 3; flex-shrink: 3; padding-left: 15px; color: #717171; }

.home .content article .entry-content p, .archive .content article .entry-content p, .page-template-page_blog .content article .entry-content p { color: #717171; }

.home .content article .entry-meta, .archive .content article .entry-meta, .page-template-page_blog .content article .entry-meta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.home .content article .entry-meta .post-date, .archive .content article .entry-meta .post-date, .page-template-page_blog .content article .entry-meta .post-date { padding-left: 15px; text-transform: uppercase; color: #a0a0a0; }

.archive .content article .entry-meta .post-date { padding-left: 0; }

.page-template-page_blog .archive-description { display: none; }

.trending-articles { background: #f9f7f5; padding-top: 55px; padding-top: 5.5rem; padding-bottom: 55px; padding-bottom: 5.5rem; }

.trending-articles section li a { color: #333; text-decoration: none; font-size: 20px; font-size: 2rem; font-weight: 700; font-family: "Source Sans Pro", sans-serif; }

.trending-articles section li a:hover { color: #1c7290; }

.trending-articles .latest-articles { width: 100%; }

.trending-articles .featuredpost h3 { width: 100%; font-weight: bold; font-size: 25px; font-size: 2.5rem; }

.trending-articles .featuredpost h3:after { content: ""; border-bottom: 3px solid #000; width: 20%; display: block; margin: 25px 0; }

.trending-articles .featuredpost .widget-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.trending-articles .featuredpost .widget-wrap .entry { width: 23%; position: relative; margin-bottom: 0; }

.trending-articles .featuredpost .widget-wrap .entry .post-meta { display: none; }

.trending-articles .featuredpost .widget-wrap .entry h2 { font-size: 30px; font-size: 3rem; }

.trending-articles .featuredpost .widget-wrap .entry h2 a { color: #333; text-decoration: none; }

.trending-articles .featuredpost .widget-wrap .entry h2 a:hover { color: #1c7290; }

.trending-articles .featuredpost .widget-wrap .entry .trending-content { position: absolute; bottom: 45px; left: 10px; width: 75%; }

.trending-articles .featuredpost .widget-wrap .entry .trending-content .post-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.trending-articles .featuredpost .widget-wrap .entry .trending-content .post-info .entry-time { padding-left: 15px; text-transform: uppercase; color: #fff; }

.trending-articles .featuredpost .widget-wrap .entry .trending-content h2 { font-size: 20px; font-size: 2rem; font-weight: bold; }

.trending-articles .featuredpost .widget-wrap .entry .trending-content h2 a { color: #fff; text-decoration: none; }

.trending-articles .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.trending-articles section:nth-child(2) { width: 269px; padding-right: 15px; height: 446px; }

.trending-articles .widget_rss .widget-title .rsswidget:first-child { display: none; }

.trending-articles .widget_rss .widget-title .rsswidget .fa, .trending-articles .widget_rss .widget-title .rsswidget .fas { display: none; }

.trending-articles .widget_rss ul span { display: block; }

.trending-articles .widget_rss ul li .fa, .trending-articles .widget_rss ul li .fas { margin-right: 10px; }

.archive .archive-featured { background: #f9f7f5; border-top: 1px solid #eee; padding: 20px 0 30px; margin-bottom: 20px; }

.archive .archive-featured h1 { float: left; }

.archive .archive-featured .featured-label { display: inline-block; float: right; padding: 5px 20px; background: #ffbe4c; color: #fff; text-transform: uppercase; font-weight: 600; }

.archive .archive-featured .home-under { clear: both; }

.archive .breadcrumb { padding-left: 0; background: none; }

.breadcrumb { color: #828282; }

.breadcrumb .breadcrumb-link-wrap { color: #000; }

.breadcrumb .breadcrumb-link-wrap a { text-decoration: none; color: #000; }

.breadcrumb .breadcrumb-link-wrap a span { color: #000; }

.product-title { color: #828282; text-transform: uppercase; font-weight: 300; font-size: 30px; }

.product-sections { text-align: center; margin-top: 20px; }

.product-sections a { margin-right: 16px; padding-left: 40px; padding-right: 40px; }

.product-sections a:last-child { margin-right: 0; }

.product-section-title { margin-top: 65px; margin-bottom: 40px; text-align: center; font-weight: 300; font-size: 30px; text-transform: uppercase; }

.product-section-title:before, .product-section-title:after { content: " "; border-bottom: 2px solid #333; width: 20%; display: inline-block; margin: 0 10px 10px 10px; }

.products { margin-left: 0 !important; }

.products:after { content: ""; display: block; clear: both; }

.products li { list-style: none !important; width: 48%; float: left; margin-bottom: 40px; }

.products li:nth-child(odd) { padding-right: 25px; }

.products li:nth-child(even) { padding-left: 25px; }

.products li > div { background: #fff; padding: 15px; }

.products li > div:after { content: ""; display: block; clear: both; }

.products li a.alignleft { margin-right: 0; margin-bottom: 0; }

.products li img { float: left; margin-right: 15px; }

.products li .product-container h3 { text-transform: uppercase; font-size: 18px; }

.products li .product-container p:last-child { margin-bottom: 0; }

.about-page .site-inner { width: 100%; max-width: none; padding-top: 0; }

.about-page .about-hero { background: #f9f7f5 url(images/about-hero.png) right top no-repeat; }

.about-page .about-hero .left-content { width: 600px; padding: 53px 0; }

.about-page .about-featured ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.about-page .about-featured ul li { list-style: none; }

.about-page .about-subscribe { background: #f9f7f5; padding: 40px 0; }

.about-page .about-subscribe .subscribe-section { background: #fff; width: 97%; margin: 0 auto; padding: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.about-page .about-subscribe .subscribe-section .text-section { width: 60%; }

.about-page .about-subscribe .subscribe-section .text-section form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.about-page .about-subscribe .subscribe-section .text-section form input { width: 44%; margin-bottom: 10px; }

.about-page .about-subscribe .subscribe-section .text-section form input[type="submit"] { width: 100%; background: #ffbe4c; }

.about-page .about-subscribe .subscribe-section .text-section form input[type="submit"]:hover { background: #C3251D; }

.about-page .about-title:after { content: ""; display: block; border-bottom: 2px solid #ffbe4c; width: 100px; margin: 30px auto; }

.about-page .about-family-photo { background: url(images/about-family-background.jpg) no-repeat; background-size: contain; width: 100%; padding-top: 48%; }

.about-page h3.sub-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.about-page h3.sub-title:before { background: url(images/about-icons.png) no-repeat 0 0; content: ""; display: inline-block; width: 80px; height: 80px; }

.about-page h3.sub-title.buy-products:before { background-position: 0 -80px; }

.about-page h3.sub-title.hire-coach:before { background-position: -80px -80px; }

.about-page h3.sub-title.subscribe-updates:before { background-position: -160px -0px; }

.about-page h3.sub-title.hire-speaker:before { background-position: -160px -80px; }

.about-page h3.sub-title.sizth-balance:before { background-position: -80px 0px; }

.gray-background { background: #f9f7f5; }

.white-background { background: #fff; padding: 25px; }

.comment-author-date { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 1.2em; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

.comment article { display: -webkit-box; display: -ms-flexbox; display: flex; }

.comment p:last-of-type { margin-bottom: 0; }

.comment-reply { margin-top: 1.2em; }

.comment span[itemprop="name"] { font-size: 25px; font-weight: bold; padding-right: 15px; }

a.comment-reply-link { display: inline-block; border: #f9b640 1px solid; padding: 5px 21px; border-radius: 6px; text-decoration: none; }

a.comment-reply-link:hover { border-color: #fff; background: #f9b640; color: #fff; }

.thrv-button a.tcb-button-link { border-bottom: none; }

.entry-content .tve_contents_table a:link { border-bottom: none; }

/* Single Page Setup
------------------------------------------------------------------------------------------------*/
.tooltip-wrap { position: relative; display: inline-block; }

.tooltip-wrap .tooltip { position: absolute; display: none; background: #fff; padding: 10px; top: 14px; z-index: 999; border: 2px solid black; width: calc(47vw - 14px); right: -45px; }

.disclaimer { background: #f5f6f7; padding: 10px; color: #6c7f87; font-size: 1.4rem; margin-bottom: 25px; }

.author-box { display: -webkit-box; display: -ms-flexbox; display: flex; }

.author-box .author-image { -ms-flex-negative: 0; flex-shrink: 0; margin-right: 10px; }

.author-box .author-social-links { margin-top: 15px; }

.author-box .author-social-links a { padding-right: 15px; font-size: 2rem; }

.author-box .author-box-content { text-align: justify; font-size: 1.4rem; }

.home .entry-title { font-size: 30px; font-size: 3rem; }

.header-search { position: relative; }

.header-search:hover { position: relative !important; }

.header-search-content { position: absolute; display: none; width: 300px; right: 0; }

.header-search-content form { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

.featured_archive_posts { margin-bottom: 15px; }

.featured_archive_posts ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.featured_archive_posts ul li { width: 23%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.featured_archive_posts ul li h4 { font-size: 18px; font-size: 1.8rem; }

.featured_archive_posts ul li .featured_archive_excerpt { font-size: 14px; font-size: 1.4rem; }

.featured_archive_posts ul li .featured_archive_image { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; }

.featured_archive_posts ul li .featured_archive_image img { -ms-flex-item-align: end; align-self: flex-end; }

#review a:link { border-bottom: none; background: #3aafd8; color: #fff; }

#review .review-title { background: #3aafd8; color: #fff; }

.page .entry-title { display: none; }

.rotating .featuredpost .widget-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.rotating .featuredpost .widget-wrap > h2 { width: 100%; }

.rotating .featuredpost .widget-wrap > div { width: 23%; }

.rotating .featuredpost .widget-wrap .entry-categories { display: none; }

.rotating .featuredpost .widget-wrap h2 a { color: #333; }

.rotating .featuredpost .widget-wrap h2 a:link { color: #333; }

.rotating .featuredpost .widget-wrap h2 a:hover { color: #1c7290; text-decoration: none; }

.rotating .featuredpost .widget-wrap .byline.post-info { font-size: .8em; }

.rotating .post-meta { position: absolute; right: 10px; bottom: 0; }

.rotating .post > a { position: relative; }

.saboxplugin-wrap a, .saboxplugin-wrap a:link { text-decoration: none !important; border-bottom: none; }

.single .entry-footer { margin-top: 25px; }

.iphone { -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #999, 0 0 30px 0px rgba(0, 0, 0, 0.7); box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #999, 0 0 30px 0px rgba(0, 0, 0, 0.7); border: 5px solid #d9dbdc; background: #f8f8f8; padding: 15px; border-radius: 50px; height: 877px; width: 423px; position: absolute; margin: 30px auto; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; margin-top: 0; }

.iphone .iphone-top { padding: 5px 110px 40px; position: relative; }

.iphone .iphone-top .speaker { display: block; width: 70px; height: 6px; margin: 0 auto; border-radius: 6px; background: #292728; }

.iphone .iphone-top .camera { display: block; margin: 0 auto; height: 10px; width: 10px; border-radius: 50%; margin-bottom: 13px; background: #333; }

.iphone .iphone-top .sensor { display: block; width: 15px; height: 15px; float: left; background: #333; margin-top: -5px; border-radius: 50%; }

.iphone .top-bar, .iphone .bottom-bar { display: block; width: 423px; height: 15px; border-left: 5px solid #BBB; border-right: 5px solid #BBB; position: absolute; left: -5px; }

.iphone .top-bar { top: 65px; }

.iphone .bottom-bar { bottom: 65px; }

.iphone .iphone-screen { background: #fff; border: 1px solid #fff; height: 677px; width: 375px; margin: 0 auto; border: 2px solid rgba(0, 0, 0, 0.9); border-radius: 3px; overflow: hidden; background-size: cover; background-repeat: no-repeat; padding: 0 40px; }

.iphone .iphone-screen img { width: 100%; }

.iphone .buttons .on-off, .iphone .buttons .up, .iphone .buttons .down, .iphone .buttons .sleep { display: block; background: #CCC; position: absolute; border-radius: 2px 0px 0px 2px; }

.iphone .buttons .on-off { height: 40px; width: 3px; top: 100px; left: -8px; }

.iphone .buttons .up, .iphone .buttons .down, .iphone .buttons .sleep { height: 60px; width: 5px; left: -10px; }

.iphone .buttons .up { top: 170px; }

.iphone .buttons .down { top: 250px; }

.iphone .buttons .sleep { left: auto; right: -10px; top: 170px; border-radius: 0px 2px 2px 0px; }

.iphone .iphone-bottom { padding: 10px 0 0; }

.iphone .iphone-bottom span { display: block; margin: 0 auto; width: 68px; height: 68px; background: #ccc; border-radius: 50%; background: -webkit-linear-gradient(315deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%); background: -o-linear-gradient(315deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%); background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%); position: relative; }

.iphone .iphone-bottom span:after { content: ""; display: block; width: 60px; height: 60px; background: #fff; border-radius: 50%; position: absolute; left: 4px; top: 4px; }

.disclaimer-opt-mobile { display: none; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) { .site-inner, .wrap { max-width: 1140px; }
  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { width: 920px; }
  .content, .home .content { width: 800px; }
  .site-header .widget-area { width: 675px; }
  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content { width: 580px; }
  .sidebar-primary { width: 300px; } }

@media only screen and (max-width: 1200px) { .site-inner, .wrap { max-width: 960px; }
  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { width: 740px; }
  .content, .site-header .widget-area, .home .content { width: 620px; }
  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content { width: 400px; }
  .nav-primary .genesis-nav-menu li, .nav-primary .ubermenu-nav li { border-bottom: 1px solid #eee; border-right: none; }
  .nav-primary .genesis-nav-menu a, .nav-primary .ubermenu-nav a { padding: 10px 25px; }
  .nav-primary .genesis-nav-menu li > a, .nav-primary .ubermenu-nav li > a { padding: 10px 20px; }
  .featured .featured-content h2 { font-size: 37px; font-size: 3.7rem; }
  .featured .featured-content p { font-size: 20px; font-size: 2rem; } }

@media only screen and (max-width: 1023px) { .site-inner, .wrap { max-width: 800px; }
  .content, .home .content { width: 100%; }
  .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap { width: 100%; }
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 { width: 50%; }
  .footer-widgets-5 { width: 100%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .js .genesis-nav-menu .sub-menu { width: 100%; }
  .js .genesis-nav-menu .sub-menu a { width: 100%; }
  .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap { width: 100%; }
  .sidebar-primary, .sidebar-secondary { width: 100%; }
  .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap { width: 100%; }
  .site-header .widget-area, .title-area { width: 100%; }
  .site-header .wrap { padding-left: 5%; padding-right: 10%; }
  .genesis-nav-menu li, .header-image .title-area { float: none; }
  .site-header ul.genesis-nav-menu, .site-header .search-form { float: none; }
  .genesis-nav-menu, .site-description { text-align: center; }
  .site-header .title-area, .site-header .widget-area { text-align: center; }
  .site-title { text-align: center; }
  .site-title a { margin: 0 auto; max-width: 100%; height: 0; padding-top: 18%; }
  .site-header .widget-area { display: block; }
  .site-header .search-form { margin: 16px auto; }
  .js nav.nav-primary { display: none; position: relative; }
  .js .site-header nav { display: none; position: relative; }
  .js .site-header nav .wrap { padding: 0; }
  .js nav.pagination { display: block; }
  .menu-toggle { border-width: 0; background-color: #fff; color: #333; display: block; margin: 0 auto; overflow: hidden; text-align: center; visibility: visible; }
  .sub-menu-toggle { border-width: 0; background-color: #fff; color: #333; display: block; margin: 0 auto; overflow: hidden; text-align: center; visibility: visible; }
  .sub-menu-toggle:hover, .sub-menu-toggle:focus { border-width: 0; }
  .menu-toggle { border-top: 1px solid #eee; line-height: 20px; position: relative; right: 0; z-index: 1000; width: auto; position: absolute; top: 0; right: 0; padding: 24px 0; }
  .admin-bar .menu-toggle { top: 32px; }
  .site-header .menu-toggle { border: 0; }
  .menu-toggle:before, .menu-toggle.activated:before { margin-right: 10px; text-rendering: auto; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
  .sub-menu-toggle { float: right; padding: 10px; position: absolute; right: 0; top: 0; z-index: 100; }
  .sub-menu-toggle:before { display: inline-block; text-rendering: auto; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
  .sub-menu-toggle.activated:before { content: "\f142"; }
  .js .nav-primary .genesis-nav-menu .menu-item, .js .site-header .genesis-nav-menu .menu-item { display: block; float: none; margin: 1px 0; position: relative; text-align: left; }
  .js .genesis-nav-menu .menu-item:hover { position: relative; }
  .js .nav-primary .genesis-nav-menu .menu-item a, .js .site-header .genesis-nav-menu .menu-item a { border: none; padding: 12px 0; width: 100%; text-align: center; }
  .js .genesis-nav-menu .sub-menu { border: none; }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu { left: 0; margin-left: 0; }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu { left: 0; margin-left: 0; }
  .js .genesis-nav-menu > .menu-item-has-children > a:after { content: none; }
  .js .genesis-nav-menu .sub-menu { clear: both; display: none; margin: 0; opacity: 1; padding-left: 15px; position: static; width: 100%; }
  .js .genesis-nav-menu .sub-menu .sub-menu { margin: 0; }
  .js nav button:hover, .js .menu-toggle:hover, .js .nav-primary { background-color: #fff; color: #000; }
  .js nav button:focus, .js .menu-toggle:focus { background-color: #fff; color: #C3251D; }
  .footer-widgets-1, .footer-widgets-2 { margin: 0 auto 40px; }
  .nav-primary .genesis-nav-menu { display: block; }
  .header-widget-area .social-media { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: none; }
  .header-widget-area > section { float: none; }
  .featured .featured-content h2 { font-size: 30px; font-size: 3rem; }
  .featured .featured-content p { font-size: 15px; font-size: 1.5rem; }
  .featured .featured-content .entry-meta { font-size: 14px; font-size: 1.4rem; }
  .home-under .post-tag { font-size: 14px; font-size: 1.4rem; }
  .trending-articles .featuredpost .widget-wrap .entry { width: 100%; }
  .header-widget-area .widget.widget_nav_menu { display: none; }
  .home-welcome { display: none; }
  .disclaimer-opt { display: none; }
  .disclaimer-opt-mobile { display: block; }
  .tooltip-wrap { display: block; }
  .tooltip-wrap .tooltip { width: 100%; right: auto; left: 0; } }

@media only screen and (max-width: 959px) { .nav-primary .ubermenu-responsive-toggle, .nav-primary .ubermenu-sticky-toggle-wrapper { position: absolute; right: 0; top: 0; color: #000; padding: 15px 10px 15px 0; font-size: 30px; font-size: 3rem; }
  .admin-bar .nav-primary .ubermenu-responsive-toggle, .admin-bar .nav-primary .ubermenu-sticky-toggle-wrapper { top: 46px; }
  .ubermenu ul .ubermenu-sub-indicator, .ubermenu ul .ubermenu-sub-indicator-close { display: none !important; }
  .rotating .featuredpost .widget-wrap > div { width: 46%; }
  .rotating .featuredpost .widget-wrap > div h2 { font-size: 14px; font-size: 1.4rem; }
  .breadcrumb { display: none; } }

@media only screen and (max-width: 860px) { body { font-size: 18px; font-size: 1.8rem; }
  body > div { font-size: 1.8rem; }
  .site-inner { padding: 5% 5% 0; }
  .wrap { padding-left: 5%; padding-right: 5%; }
  .nav-primary .wrap { padding: 0; }
  .after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings { padding: 30px; margin-bottom: 5%; }
  .entry { padding: 0; }
  .sidebar { margin-bottom: 5%; }
  .sidebar .widget { padding: 30px; margin-bottom: 5%; }
  .pagination { margin: 5% auto; }
  .archive-pagination li a { margin-bottom: 4px; }
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { margin: 0; width: 100%; }
  .featured .featured-content h2 { font-size: 20px; font-size: 2rem; }
  .featured .featured-content p { font-size: 12px; font-size: 1.2rem; }
  .featured .featured-content .entry-meta { font-size: 10px; font-size: 1rem; }
  .home-under .post-tag { font-size: 10px; font-size: 1rem; }
  .home-under h2 { font-size: 14px; font-size: 1.4rem; }
  .post-tag { padding: 5px 17px; }
  .trending-articles .featuredpost .widget-wrap .entry .trending-content { position: static; width: 100%; }
  .trending-articles .featuredpost .widget-wrap .entry .trending-content .post-info .entry-time { color: #000; }
  .trending-articles .featuredpost .widget-wrap .entry .trending-content h2 a { color: #000; } }

@media only screen and (max-width: 650px) { .site-footer .footer-copyright { display: block; }
  .site-footer .footer-copyright .fc { width: 100%; text-align: center; margin-bottom: 25px; }
  .site-footer .footer-copyright .fc:first-child { text-align: center; }
  .featured .featured-content h2 { font-size: 20px; font-size: 2rem; }
  .featured .featured-content p { font-size: 10px; font-size: 1rem; line-height: 1.4; }
  .featured .featured-content .entry-meta { display: block; }
  .featured .featured-content .entry-meta .post-date { margin-left: 0; margin-top: 10px; }
  .home-under .post-tag { font-size: 10px; font-size: 1rem; }
  .home-under h2 { font-size: 20px; font-size: 2rem; }
  .rotating .post-tag { font-size: 10px; font-size: 1rem; }
  .rotating .featuredpost .widget-wrap > div h2 { font-size: 20px; font-size: 2rem; } }

@media only screen and (max-width: 516px) { .site-header { width: 95%; } }

@media only screen and (max-width: 468px) { .home-welcome .intro-button { text-align: center; width: auto; margin-top: 10px; }
  .home-welcome .intro-text { display: block; }
  .home-welcome .intro-text p { width: 100%; }
  .home-welcome .intro-text .intro-image { display: block; width: 100%; height: auto; text-align: center; }
  .home-under { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .featured { color: #000; }
  .featured .featured-content { position: relative; width: 100%; margin-top: -10px; z-index: 25; top: 0; left: 0; }
  .featured .featured-content .entry-meta { margin-bottom: 5px; padding-left: 0; }
  .featured .featured-content .featured-text { padding-top: 5px; padding-left: 0; }
  .home .content article { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .home .content article .entry-meta { font-size: 14px; font-size: 1.4rem; }
  .home .content article .entry-title { font-size: 27px; font-size: 2.7rem; }
  .home-top-alt .wrap > div { width: 100%; }
  .entry-content .entry-meta, .featured-content .post-date { display: none !important; }
  .entry-title { font-size: 30px; font-size: 3rem; }
  .disclaimer { position: relative; }
  .tooltip-wrap { position: static; }
  .tooltip-wrap .tooltip { right: auto; left: 0; width: 90vw; top: 100%; }
  .home-featured-post .featured-content p, .home-featured-post .featured-content .entry-meta { display: none; }
  .archive .content article { display: block; }
  .archive .content article .entry-header { width: 100%; } }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print { * { background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; color: #000 !important; text-shadow: none !important; }
  *:before, *:after { background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; color: #000 !important; text-shadow: none !important; }
  a { text-decoration: underline; }
  a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  .site-title > a:after { content: ""; }
  thead { display: table-header-group; }
  img, tr { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 2cm 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  blockquote, pre { border: 1px solid #999; page-break-inside: avoid; }
  .content, .content-sidebar { width: 100%; }
  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar { display: none !important; }
  .title-area { text-align: center; width: 100%; }
  .site-title > a { margin: 0; text-decoration: none; text-indent: -9999px; }
  .site-inner { padding-top: 0; position: relative; top: -100px; }
  .author-box { margin-bottom: 0; }
  h1, h2, h3, h4, h5, h6 { orphans: 3; page-break-after: avoid; page-break-inside: avoid; widows: 3; }
  img { page-break-after: avoid; page-break-inside: avoid; }
  blockquote, pre, table { page-break-inside: avoid; }
  dl, ol, ul { page-break-before: avoid; } }

@media only screen and (max-width: 1023px) { body.single.tci-amp-request .site-header .wrap { padding-right: 20%; } }

body.single.tci-amp-request.header-image .site-title > a { background-size: 95% !important; }

body.single.tci-amp-request button.menu-toggle { padding: 24px 14px; /* Make sure this media query always matches the responsive-menus.php config */ }

@media only screen and (min-width: 960px) { body.single.tci-amp-request button.menu-toggle { display: none; } }

body.single.tci-amp-request button.menu-toggle:before { margin-left: 10px; margin-right: 10px; font-size: 36px; width: 36px; height: 30px; }

body.single.tci-amp-request button.menu-toggle:hover, body.single.tci-amp-request button.menu-toggle:focus { background: none; color: #000000; }

body.single.tci-amp-request .nav-primary.genesis-responsive-menu .genesis-nav-menu > li { display: block; text-align: center; }

body.single.tci-amp-request .nav-primary.genesis-responsive-menu .genesis-nav-menu > li .sub-menu-toggle { display: none; }

body.single.tci-amp-request .nav-primary.genesis-responsive-menu .genesis-nav-menu > li .sub-menu { display: none !important; }

body.single.tci-amp-request .entry-content amp-img.lazyloaded { display: none; }

body.single.tci-amp-request .tve_contents_table { background-color: #fff; --tve-applied-background-color: #fff; }

body.single.tci-amp-request .tve_contents_table .tve_ct_title { background-color: #f9f7f5; }

body.single.tci-amp-request .tve_contents_table .tve_ct_content .ct_column a { color: var(--tve-color, #000); }

body.single.tci-amp-request a.tcb-button-link { background-color: white !important; -tve-font-weight: var(--g-bold-weight, bold); --tve-letter-spacing: 1px; --tve-color: rgb(0, 0, 0); --tcb-local-color-ef6da: rgb(19, 114, 211); float: none; --tve-applied---tve-color: var$(--tcb-color-1); --tcb-local-color-f8570: rgb(255, 190, 76) !important; }

body.single.tci-amp-request a.tcb-button-link:hover span { color: white !important; }

body.single.tci-amp-request a.tcb-button-link:before { background-attachment: scroll; background-image: none; background-position: 0% 0%; background-repeat: repeat; background-size: auto; background-color: transparent !important; }

body.single.tci-amp-request a.tcb-button-link:after { background-color: transparent !important; background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tcb-local-color-f8570)), to(var(--tcb-local-color-f8570))) !important; background-image: -webkit-linear-gradient(var(--tcb-local-color-f8570), var(--tcb-local-color-f8570)) !important; background-image: -o-linear-gradient(var(--tcb-local-color-f8570), var(--tcb-local-color-f8570)) !important; background-image: linear-gradient(var(--tcb-local-color-f8570), var(--tcb-local-color-f8570)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }

body.single.tci-amp-request span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, black); --tcb-applied-color: var$(--tcb-color-1); --tve-applied-color: var$(--tve-color, var$(--tcb-color-1)); }

body.single.tci-amp-request .saboxplugin-wrap { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border: 1px solid #eee; width: 100%; clear: both; display: block; overflow: hidden; word-wrap: break-word; position: relative; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-gravatar { float: left; padding: 20px; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-gravatar img { max-width: 100px; height: auto; border-radius: 0; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-authorname { font-size: 18px; line-height: 1; margin: 20px 0 0 20px; display: block; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-authorname a { text-decoration: none; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-authorname a:focus { outline: 0; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-desc { display: block; margin: 5px 20px; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-desc a { text-decoration: underline; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-desc p { margin: 5px 0 12px; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-web { margin: 0 20px 15px; text-align: left; }

body.single.tci-amp-request .saboxplugin-wrap .sab-web-position { text-align: right; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-web a { color: #ccc; text-decoration: none; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials { position: relative; display: block; background: #fcfcfc; padding: 5px; border-top: 1px solid #eee; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials a svg { width: 20px; height: 20px; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials a svg .st2 { fill: #fff; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials a svg .st1 { fill: rgba(0, 0, 0, 0.3); }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials a:hover { opacity: .8; -webkit-transition: opacity .4s; -moz-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; box-shadow: none !important; -webkit-box-shadow: none !important; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color { -webkit-box-shadow: none; box-shadow: none; padding: 0; border: 0; -webkit-transition: opacity .4s; -moz-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; display: inline-block; color: #fff; font-size: 0; text-decoration: inherit; margin: 5px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; overflow: hidden; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey { text-decoration: inherit; -webkit-box-shadow: none; box-shadow: none; position: relative; display: -moz-inline-stack; display: inline-block; vertical-align: middle; zoom: 1; margin: 10px 5px; color: #444; fill: #444; }

body.single.tci-amp-request .clearfix:after, body.single.tci-amp-request .clearfix:before { content: ' '; display: table; line-height: 0; clear: both; }

body.single.tci-amp-request .ie7 .clearfix { zoom: 1; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch { border-color: #38245c; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis { border-color: #e91c00; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance { border-color: #003eb0; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious { border-color: #06c; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart { border-color: #036824; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg { border-color: #00327c; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble { border-color: #ba1655; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook { border-color: #1e2e4f; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr { border-color: #003576; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github { border-color: #264874; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google { border-color: #0b51c5; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus { border-color: #96271a; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5 { border-color: #902e13; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram { border-color: #1630aa; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin { border-color: #00344f; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest { border-color: #5b040e; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit { border-color: #992900; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss { border-color: #a43b0a; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis { border-color: #5d8420; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype { border-color: #00658a; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud { border-color: #995200; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify { border-color: #0f612c; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow { border-color: #a95009; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam { border-color: #006388; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email { border-color: #b84e05; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon { border-color: #9b280e; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr { border-color: #10151b; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter { border-color: #0967a0; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo { border-color: #0d7091; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows { border-color: #003f71; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-whatsapp { border-color: #003f71; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress { border-color: #0f3647; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo { border-color: #14002d; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube { border-color: #900; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing { border-color: #000202; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud { border-color: #2475a0; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk { border-color: #243549; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium { border-color: #00452c; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora { border-color: #420e00; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup { border-color: #9b181c; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads { border-color: #000; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat { border-color: #999700; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px { border-color: #00557f; }

body.single.tci-amp-request .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont { border-color: #185886; }

body.single.tci-amp-request .sabox-plus-item { margin-bottom: 20px; }

@media screen and (max-width: 480px) { body.single.tci-amp-request .saboxplugin-wrap { text-align: center; }
  body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-gravatar { float: none; padding: 20px 0; text-align: center; margin: 0 auto; display: block; }
  body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-gravatar img { float: none; display: inline-block; display: -moz-inline-stack; vertical-align: middle; zoom: 1; }
  body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-desc { margin: 0 10px 20px; text-align: center; }
  body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-authorname { text-align: center; margin: 10px 0 20px; } }

body.single.tci-amp-request .saboxplugin-authorname a, body.single.tci-amp-request .saboxplugin-authorname a:hover { box-shadow: none; -webkit-box-shadow: none; }

body.single.tci-amp-request a.sab-profile-edit { font-size: 16px !important; line-height: 1 !important; }

body.single.tci-amp-request .sab-edit-settings a, body.single.tci-amp-request a.sab-profile-edit { color: #0073aa !important; box-shadow: none !important; -webkit-box-shadow: none !important; }

body.single.tci-amp-request .sab-edit-settings { margin-right: 15px; position: absolute; right: 0; z-index: 2; bottom: 10px; line-height: 20px; }

body.single.tci-amp-request .sab-edit-settings i { margin-left: 5px; }

body.single.tci-amp-request .saboxplugin-socials { line-height: 1 !important; }

body.single.tci-amp-request .rtl .saboxplugin-wrap .saboxplugin-gravatar { float: right; }

body.single.tci-amp-request .rtl .saboxplugin-wrap .saboxplugin-authorname { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

body.single.tci-amp-request .rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit { margin-right: 10px; }

body.single.tci-amp-request .rtl .sab-edit-settings { right: auto; left: 0; }

body.single.tci-amp-request img.sab-custom-avatar { max-width: 75px; }

body.single.tci-amp-request .saboxplugin-wrap { border-color: #999999; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials { border-color: #999999; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-gravatar img { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }

body.single.tci-amp-request .saboxplugin-wrap { margin-top: 0px; margin-bottom: 0px; padding: 0px 0px; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-authorname { font-size: 18px; line-height: 25px; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-desc p, body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-desc { font-size: 14px !important; line-height: 21px !important; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-web { font-size: 14px; }

body.single.tci-amp-request .saboxplugin-wrap .saboxplugin-socials a svg { width: 18px; height: 18px; }

body.single.tci-amp-request .site-header .wrap { padding-right: 15%; }

body.single.tci-amp-request .disclaimer span.disclaimer-opt { display: block !important; }

body.single.tci-amp-request .disclaimer a.tooltip-show.disclaimer-opt, body.single.tci-amp-request .disclaimer a.tooltip-show.disclaimer-opt-mobile { display: none !important; }
