/*
	Theme Name: Deluxe Pro
	Description: Child theme of Genesis, by Mathias Media.
	Author: Mathias Media
	Author URI: http://www.mathiasmedia.com/

	Version: 2.3.0

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # 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;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{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{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{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;
}

*,
*::before,
*::after {
	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 > div {
	font-size: 20px;
	font-size: 2rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
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: #c3251d;
	text-decoration: underline;
}

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

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;
}

mark {
	background: #ddd;
	color: #000;
}

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: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

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

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

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## 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:focus,
.gallery img:hover {
	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,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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

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

.button {
	display: inline-block;
}

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

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.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-all;
}

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-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.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: 790px;
}

.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: 300px;
}

.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;
}

/* ## 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: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.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;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	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,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

.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;
}

.gallery-caption,
.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,
.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,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

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

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

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

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

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	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;
	list-style: none;
	width: 0;
}

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


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

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

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	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,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: 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: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.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: 630px;
    padding-top: 23.5px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

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

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

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

.genesis-nav-menu .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 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 {
	margin: -56px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .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;
}

.menu-toggle,
.sub-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;
}

/* ## 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: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.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 Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	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: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

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

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	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: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

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


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1170px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content {
		width: 815px;
	}
	
    body.archive.category .content {
		width: 830px;
	}
	
	body.blog .content {
		width: 830px;
	}
	
    body.search .content {
		width: 830px;
	}

    .site-header .widget-area {
        width: 630px;
        padding-top: 23.5px;
    }

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

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


@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 {
		width: 620px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #c3251d;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

@media only screen and (max-width: 860px) {

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

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		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%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.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: 0;
	}

	.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;
	}

}



















body {
    background-color: #fff;
    font-family: "Lato",sans-serif;
    font-size: medium;
    color: #71747A;
    line-height: 1.5;
}

body.single-post .content strong {
    font-weight: 300;
}

.entry {
  background-color: transparent;
}

.archive-description {
  background-color: transparent;
}

p {
    margin-bottom: 15px;
}

body > div {
    font-size: medium;
}

p.entry-meta {
    font-size: medium;
}

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

.header-image .title-area {
    max-width: 450px;
}

.title-area {
    width: 450px;
}

.header-image .site-title > a {
    min-height: 99px;
}

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

.nav-primary {
    background-color: #1B7BAD;
    border-top: none;
    text-align: center;
}

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

.genesis-nav-menu a {
    padding: 19px 38.5px 15px 38.5px;
    text-transform: uppercase;
    color: #fff !important;
}

.genesis-nav-menu {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    line-height: 1.2;
    color: #71747A;
}

.entry-title a, .sidebar .widget-title a {
    color: #71747A;
    font-size: xx-large;
}

a.post-edit-link {
  display: none;
}

.site-inner {
    padding-top: 0px;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: x-large;
    margin-top: 20px;
    margin-bottom: 15px;
}

h2.entry-title {
  margin-top: -15px;
}

.top-right-box {
    padding-right: 1.5px;
}

.top-right-box-text {
    margin-top: -6px;
  color: #01466D;
}

.entry {
    margin-bottom: 0px;
    padding: 40px 0px 40px 0px;
}

.after-entry-header {
    max-width: 200px;
    height: 2px;
    background-color: #71747A;
    margin-bottom: 35px;
    margin-top: 0px;
}

.sidebar .widget {
    padding-top: 40px;
}

.sidebar {
    margin-right: 0px;
    margin-top: 43px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #ED7113;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 12px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
}

.button:hover {
    background-color: #f18e42;
}

input#submit.submit:hover {
    background-color: #f18e42;
}

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

h3.widgettitle {
    margin-bottom: 15px;
}

a.wit-tab-title.wit-selected {
  
}

section#widgets_in_tabs-2 {
    padding-bottom: 25px;
}

.sidebar .widget-title a {
  font-size: 18px;
}

.wit-tab-title {
    padding: 0px !important;
}

a {
    text-decoration: none;
}

.sidebar .widget li li {
    margin: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .widget ul > li:last-of-type {
    border-bottom: none !important;
}

.sidebar .widget {
    border: 1px solid #e5e5e5;
}

.wit-tab-title {
    padding: 0px 10px 0px 0px !important;
}

.comment-respond, .entry-pings {
    display: none;
}

.site-footer {
    background-color: #666;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-footer .wrap {
    background-color: transparent;
}

.footer-all {
    background-color: #666;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

span.entry-comments-link {
  display: none;
}

.content {
  margin-bottom: 60px;
}

section#search-3 {
  padding: 0px;
  border: none;
}

input, select, textarea {
  border: 1px solid #ccc;
  font-size: 16px;
  color: #71747A;
  padding-left: 40px;
}

section#search-3 input::-webkit-input-placeholder {color: #71747A;}
section#search-3 input:-moz-placeholder {color: #71747A;}
section#search-3 input::-moz-placeholder {color: #71747A; opacity:1}
section#search-3 input:-ms-input-placeholder {color: #71747A;}
section#search-3 input::placeholder {color: #71747A; opacity:1}

section#search-3::before {
    background-image: url('https://www.aspencross.com/wp-content/uploads/2017/10/search-icon.png');
    height: 20px;
    position: absolute;
    background-size: 20px;
    width: 20px;
    margin-top: 20px;
    margin-left: 12px;
}

.widget {
    margin-bottom: 30px;
}

.after-entry, .archive-description, .author-box {
    padding: 0px 0px 20px 0px;
    margin-bottom: 0px;
    margin-top: -4px;
}

.read-more-button a {
    text-decoration: underline;
}

body.blog .entry:first-of-type {
  
}

body.blog .entry:first-of-type img.alignleft {

}

body.blog .entry:first-of-type .entry-title {

}

body.blog .entry:first-of-type p.entry-meta {

}

body.archive .entry:first-of-type {

}

body.archive .entry:first-of-type img.alignleft {

}

body.archive .entry:first-of-type .entry-title {

}

body.archive .entry:first-of-type p.entry-meta {

}

body.archive p.entry-meta {
  display: none;
}

body.archive .entry-content p {
  display: none;
}

body.blog p.entry-meta {
  display: none;
}

body.search.search-results p.entry-meta {
  display: none;
}

body.blog .entry-content p {
  display: none;
}

body.search.search-results .entry-content p {
  display: none;
}

body.blog .content {
    margin-bottom: 60px;
    margin-top: 43px;
    padding-left: 0px;
}

body.search.search-results .content {
    margin-bottom: 60px;
    margin-top: 43px;
    padding-left: 0px;
}

body.archive .content {
    margin-top: 43px;
}

body.search.search-results .content {
    margin-top: 43px;
}

body.archive img.alignleft {
    overflow: hidden !important;
    max-height: 127px !important;
    float: none;
}

body.archive .entry {
    max-width: 31.3%;
    padding: 12px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 2%;
    min-height: 285px;
    margin-bottom: 20px;
}

body.blog img.alignleft {
    overflow: hidden !important;
    max-height: 127px !important;
    float: none;
}

body.search.search-results img.alignleft {
    overflow: hidden !important;
    max-height: 127px !important;
    float: none;
}

body.blog .entry {
    max-width: 31.3%;
    padding: 12px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 2%;
    min-height: 285px;
    margin-bottom: 20px;
}

body.search.search-results .entry {
    max-width: 31.3%;
    padding: 12px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 2%;
    min-height: 285px;
    margin-bottom: 20px;
}

body.blog .after-entry-header {
  display: none;
}

body.archive .after-entry-header {
  display: none;
}

body.search.search-results .after-entry-header {
  display: none;
}

body.archive .entry-title a {
    font-size: 16px;
}

body.blog .entry-title a {
    font-size: 16px;
}

body.search.search-results h2.entry-title a {
    font-size: 16px;
}

body.blog .entry-title {
    font-size: 16px;
    min-height: 72px;
}

body.archive .entry-title {
    font-size: 16px;
    min-height: 72px;
}

body.search.search-results h2.entry-title {
    font-size: 16px;
    min-height: 72px;
}

.content {
    padding-left: 0px;
}

body.blog .entry-title {
    font-size: 2rem;
}

body.blog .entry-header {
  min-height: 228px;
}

body.archive .entry-header {
  min-height: 228px;
}

body.search.search-results .entry-header {
  min-height: 228px;
}

body.blog .entry:first-of-type {
    max-width: unset;
    float: none;
    margin-right: 0%;
    padding-top: 35px !important;
    min-height: unset;
    border: none;
    padding: 0px;
    padding: 20px;
        padding-top: 20px;
    background-color: #eaeaea;
    margin-right: 2%;
}

body.blog .entry-header:first-of-type {
  min-height: 134px;
}

body.blog .entry:first-of-type img.alignleft {
    max-height: unset !important;
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
    width: 415px;
}

body.blog .entry:first-of-type .entry-title {
    font-size: unset;
    margin-bottom: 10px;
}

body.blog .entry:first-of-type p.entry-meta {
    display: initial;
    font-size: 16px;
    font-style: italic;
}

body.blog p.entry-content:first-of-type {
   display: inline;
}

body.blog h1.archive-title {
    font-size: 2.5rem;
    min-height: unset;
    margin-top: -5px;
    margin-bottom: -5px;
}

body.blog .entry-footer:first-of-type {
  display: none;
}

body.blog .archive-description.blog-template-description {
    margin-bottom: -15px;
}

body.blog .entry:first-of-type .read-more-button a {
  display: none;  
}

body.blog .entry:first-of-type .entry-title a {
    font-size: 2.5rem;
}

body.blog time.entry-time:first-of-type {
  display: block;
}

body.archive.category .entry:first-of-type {
    max-width: unset;
    float: none;
    margin-right: 0%;
    padding-top: 35px !important;
    min-height: unset;
    border: none;
    padding: 0px;
    padding: 20px;
        padding-top: 20px;
    background-color: #eaeaea;
    margin-right: 2%;
}

body.archive.category .entry-header:first-of-type {
  min-height: 134px;
}

body.archive.category .entry:first-of-type img.alignleft {
    max-height: unset !important;
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
    width: 415px;
}

body.archive.category .entry:first-of-type .entry-title {
    font-size: unset;
    margin-bottom: 10px;
}

body.archive.category .entry:first-of-type p.entry-meta {
    display: initial;
    font-size: 16px;
    font-style: italic;
}

body.archive.category p.entry-content:first-of-type {
   display: inline;
}

body.archive.category h1.entry-title {
    font-size: 2.5rem;
    min-height: unset;
}

body.archive.category .entry-footer:first-of-type {
  display: none;
}

body.archive.category .archive-description.blog-template-description {
    margin-bottom: -15px;
}

body.archive.category .entry:first-of-type .read-more-button a {
  display: none;  
}

body.archive.category .entry:first-of-type .entry-title a {
    font-size: 2.5rem;
}

body.archive.category time.entry-time:first-of-type {
  display: block;
}

body.archive.category h1.archive-title {
    font-size: 2.5rem;
    min-height: unset;
}

body.archive.category .archive-description {
  padding: 0px 0px 5px 0px;
}

body.archive.author h1.archive-title {
    font-size: 2.5rem;
    min-height: 40px !important;
}

.author-profile-pic {
    float: left;
    margin-right: 20px;
    padding-top: 6px;
}

.expand-link {
    display: inline-block;
    margin-top: 25px;
}

@-moz-document url-prefix() {
    .expand-link {
    display: list-item;
    margin-left: 20px;
}
}

.social-links {
    margin-top: -11px;
    font-size: 16px;
    font-style: italic;
}

img#fb-link {
    margin-left: 7px;
    vertical-align: bottom;
}

img#twitter-link {
    margin-left: 10px;
    vertical-align: bottom;
}

img#investopedia-link {
    margin-left: 10px;
    vertical-align: bottom;
}

details {
    margin-bottom: 25px;
}

body.archive.author .archive-description {
  padding: 0px 0px 10px 0px;
}

body.blog.category .entry:first-of-type {
    max-width: unset;
    float: none;
    margin-right: 0%;
    padding-top: 35px !important;
    min-height: unset;
    border: none;
    padding: 0px;
    padding: 20px;
        padding-top: 20px;
    background-color: #eaeaea;
    margin-right: 2%;
}

body.blog.category .entry-header:first-of-type {
  min-height: 134px;
}

body.blog.category .entry:first-of-type img.alignleft {
    max-height: unset !important;
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
    width: 415px;
}

body.blog.category .entry:first-of-type .entry-title {
    font-size: unset;
    margin-bottom: 10px;
}

body.blog.category .entry:first-of-type p.entry-meta {
    display: initial;
    font-size: 16px;
    font-style: italic;
}

body.blog.category p.entry-content:first-of-type {
   display: inline;
}

body.blog.category h1.entry-title {
    font-size: 2.5rem;
    min-height: unset;
}

body.blog.category .entry-footer:first-of-type {
  display: none;
}

body.blog.category .archive-description.blog-template-description {
    margin-bottom: -15px;
}

body.blog.category .entry:first-of-type .read-more-button a {
  display: none;  
}

body.blog.category .entry:first-of-type .entry-title a {
    font-size: 2.5rem;
}

body.blog.category time.entry-time:first-of-type {
  display: block;
}

body.blog.category h1.archive-title {
    font-size: 2.5rem;
    min-height: unset;
}

body.blog.category .archive-description {
  padding: 0px 0px 5px 0px;
}

body.blog.author h1.archive-title {
    font-size: 2.5rem;
    min-height: 40px !important;
}

body.blog.author .archive-description {
  padding: 0px 0px 10px 0px;
}

body.blog .entry-header {
  min-height: 228px;
}

body.blog .content {
    margin-top: 43px;
}

body.blog img.alignleft {
    overflow: hidden !important;
    max-height: 127px !important;
    float: none;
}

body.blog .entry {
    max-width: 31.3%;
    padding: 12px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 2%;
    min-height: 285px;
    margin-bottom: 20px;
}

body.blog .after-entry-header {
  display: none;
}

body.blog .entry-title a {
    font-size: 16px;
}

body.blog .entry-title {
    font-size: 16px;
    min-height: 72px;
}

body.blog .entry-header .entry-meta {
  display: none;
}

body.blog .entry-content p {
  display: none;
}

body.blog .entry-footer {
  display: none;
}

.clearfloat {
    clear: both;
}

body.search .entry {
    max-width: 31.3%;
    padding: 12px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 2%;
    min-height: 285px;
    margin-bottom: 20px;
}

body.search .archive-description {
    padding: 0px 0px 10px 0px;
}

body.search h1.archive-title {
    font-size: 2.5rem;
    min-height: 40px !important;
}

body.search .content {
    margin-top: 43px;
}

section#classictextwidget-6 {
    background-color: #00476e;
    color: #fff;
}

section#classictextwidget-6 h3.widgettitle.widget-title {
    color: #fff;
    margin-bottom: 20px;
}

section#classictextwidget-6 a.button {
  margin-top: 20px;
}

.footer-all {
    text-align: left;
    color: #fff;
    padding: 45px 0px 0px 0px;
}

.footer-all p {
  font-size: small;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #000000 !important;
}

.footer-all p a {
  color: #fff;
  text-decoration: underline;
}

.footer-all p a:hover {
  color: #1b7bad;
  text-decoration: none;
}

.footer-left {
  max-width: 830px;
  float: left;
  margin-right: 41px;
}

.footer-right p.contact-footer {
    font-size: 1em;
    font-weight: 400;
    font-family: "Droid Serif",serif;
    margin-top: -3px;
    margin-bottom: 17px;
}

p.footer-line {
  line-height: 1.75;
}

.footer-right p a {
  text-decoration: none;
}

section#featured-post-2 {
  padding-bottom: 12px;
}

section#featured-post-2 .entry {
    padding: 0px;
}

section#featured-post-2 h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 35px;
}

section#featured-post-2 h2 a {
    color: #71747A;
}

section#featured-post-2 img.alignnone, .alignnone {
  margin-bottom: 0px;
}

section#featured-post-2 h3.widgettitle {
  margin-bottom: 25px;
  margin-top: -2px;
}

section#featured-post-3 {
  padding-bottom: 12px;
}

section#featured-post-3 .entry {
    padding: 0px;
}

section#featured-post-3 h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 35px;
}

section#featured-post-3 h2 a {
    color: #71747A;
}

section#featured-post-3 img.alignnone, .alignnone {
  margin-bottom: 0px;
}

section#featured-post-3 h3.widgettitle {
  margin-bottom: 25px;
  margin-top: -2px;
}

@media only screen and (max-width: 1200px) {

body.blog .entry:first-of-type img.alignleft {
    max-height: unset !important;
    float: left;
    margin-right: 0px;
    margin-bottom: 12px;
    width: 100%;
}
  
  body.archive.category .entry:first-of-type img.alignleft {
    max-height: unset !important;
    float: left;
    margin-right: 0px;
    margin-bottom: 12px;
    width: 100%;
}
  
  .content {
    width: 600px;
}
  
  .site-header .widget-area {
    max-width: 165px;
  }
  
  .genesis-nav-menu a {
    padding: 19px 23.5px 15px 23.5px;
}

}

@media only screen and (max-width: 1023px) {

  .content-sidebar .content {
  float: none;
}
  
  .content {
    width: 100%;    
  }
  
  .sidebar {
    margin-right: 0px;
    margin-top: 0px;
}
  
  body.blog .content {
    margin-bottom: 48px;
    padding-left: 16px;
}
  
  body.archive.category .content {
    margin-bottom: 48px;
    padding-left: 16px;
}
  
  body.archive.author .content {
    margin-bottom: 48px;
    padding-left: 16px;
}
  
  body.search.search-results .content {
    margin-bottom: 48px;
    padding-left: 16px;
}
  
  body.archive.author .archive-description {
    padding: 0px 16px 10px 0px;
}
  
  body.search.search-results .archive-description {
    padding: 0px 16px 10px 0px;
}
  
  .sidebar {
    padding-left: 15px;
    padding-right: 15px;
}
  
  .menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
    border-top: none;
    background-color: #1B7BAD;
    color: #fff;
    line-height: 34px;
}
  
  .dashicons-menu::before {
    padding-top: 7.5px;
}
  
  section#classictextwidget-2 {
    display: none;
  }
  
  body.single-post .content {
    padding-left: 40px;
    padding-right: 40px;
}
  
}

@media only screen and (max-width: 860px) {

.site-footer .wrap {
    padding-left: 0px;
    padding-right: 0px;
}
  
  body.single-post .content {
    padding-left: 0px;
    padding-right: 0px;
}
  
  body.single-post .sidebar {
    padding-left: 0px;
    padding-right: 0px;
}
  
}

@media only screen and (max-width: 779px) {

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

}



@media only screen and (max-width: 652px) {
  
.footer-left {
    max-width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 50px;
}

.footer-all {
    padding: 30px 30px 20px 30px;
}
  
}

@media only screen and (max-width: 574px) {
  
body.blog .entry {
    max-width: 100%;
    float: none;
    padding: 20px;
}
  
  body.archive.category .entry {
    max-width: 100%;
    float: none;
    padding: 20px;
  }
  
  body.archive.author .entry {
    max-width: 100%;
    float: none;
    padding: 20px;
}

  body.search.search-results .entry {
    max-width: 100%;
    float: none;
    padding: 20px;
}
  
  body.blog img.alignleft {
    overflow: hidden !important;
    max-height: unset !important;
    float: none;
    width: 100%;
}
  
  body.archive.category img.alignleft {
    overflow: hidden !important;
    max-height: unset !important;
    float: none;
    width: 100%;
}
  
  body.archive.author img.alignleft {
    overflow: hidden !important;
    max-height: unset !important;
    float: none;
    width: 100%;
}
  
  body.search.search-results img.alignleft {
    overflow: hidden !important;
    max-height: unset !important;
    float: none;
    width: 100%;
}
  
  body.blog .entry-title {
    font-size: 16px;
    min-height: 35px;
}
  
  body.archive.category .entry-title {
    font-size: 16px;
    min-height: 35px;
}
  
  body.archive.author .entry-title {
    font-size: 16px;
    min-height: 35px;
}
  
  body.search.search-results .entry-title {
    font-size: 16px;
    min-height: 35px;
}
  
  .header-image .title-area {
    max-width: 100%;
}
  
  .header-image .site-title > a {
    min-height: 55px;
}
  
}

@media only screen and (max-width: 479px) {

.author-profile-pic {
    float: none;
    margin-right: 0px;
}
  
  .social-links {
    margin-bottom: 20px;
}

}

@media only screen and (max-width: 420px) {
  
  .header-image .site-title > a {
    min-height: 45px;
}

}

.wit-tab-title {
    opacity: .4 !important;
}

.wit-tab-title.wit-selected, .wit-tab-title:hover {
    opacity: 1 !important;
}

#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0 0 2em 0 !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px !important;
    font-family: 'Droid Serif', serif !important;
}

.entry-title {
    font-size: 3.4rem;
}

img.author-logos {
    width: 100%;
}

.before-header.widget-area {
    background-color: #1B7BAD;
    height: 50px;
}

.genesis-nav-menu a {
    padding: 17px 22px 15px 22px;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

.site-header .genesis-nav-menu a {
    line-height: 95px;  
}

.header-image .title-area {
    max-width: 370px;
    padding-top: 14px;
}

.title-area {
    width: 370px;
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 755px;
    padding-top: 0px;
}

li#menu-item-356 a {
  padding-right: 0px;
}

.hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/04/hero-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
}

.hero-home-copy {
    width: 67%;
    float: right;
    margin-top: 125px;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
}

.hero-title {
    font-size: 4.6rem;
    color: #626469;
}

.hero-subtitle {
    margin-bottom: 22px;
}

.header-image .site-title > a {
    min-height: 97px;
}

.simple-social-icons ul li {
    background: none !important;
    border: none !important;
    float: left;
    list-style-type: none !important;
    margin: 5px 10px 3px 0px !important;
    padding: 0 !important;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
  font-size: 18px !important;
  padding: 10px !important;
  margin-top: 2px;
}

.simple-social-icons ul li.ssi-facebook a, .simple-social-icons ul li.ssi-facebook a:hover, .simple-social-icons ul li.ssi-facebook a:focus {
  padding-left: 0px !important;
}

.site-header {
    border-bottom: 1px solid #e5e5e5;
}

body.home .site-header {
    border-bottom: none;
}

.hero-subtitle {
    font-size: 18px;
}

.front-page-as-seen-on.widget-area {
    background-color: #666;
}

.front-page-as-seen-on.widget-area {
    background-color: #666;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.service-page-as-seen-on.widget-area {
    background-color: #666;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

body.home .after-entry-header {
  display: none;
}

:focus {
    color: #333;
    outline: none;
}

.front-page-2.widget-area {
  padding: 80px 0;
}

body.home h3.widgettitle {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
    color: #626469;
    font-weight: 400;
}

.front-page-2.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    max-width: 1170px;
    margin: 0 auto;
}

.service-page-2.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    max-width: 1170px;
    margin: 0 auto;
}

i.icon {
    font-size: 7rem;
}

.top-right-all i.icon {
    font-size: 2.75rem;  
}

.about-one {
    width: 23.3%;
    float: left;
    margin-right: 2%;
}

.about-two {
    width: 23.3%;
    float: left;
    margin-right: 2%;
}

.about-three {
    width: 23.3%;
    float: left;
    margin-right: 2%;
}

.about-four {
    width: 23.3%;
    float: left;
}

body.home .content {
    display: none;
}

.about-all {
    min-height: 285px;
}

.top-right-all {
    float: right;
    width: 332px;
    color: #fff;
    font-weight: normal;
}

.top-right-email {
    max-width: 200px;
    float: left;
    margin-right: 10px;
}

.top-right-all i.icon {
    font-size: 2.75rem;
    margin-right: 10px;
    line-height: 5.2rem;
}

section#simple-social-icons-2 {
    max-width: 300px;
    float: left;
    margin-bottom: 0px;
}

.top-right-all a {
    color: #fff;
    vertical-align: 20%;
}

.front-page-3.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    background-color: #efefef;
}

.service-page-3.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    background-color: #efefef;
}

.front-page-4.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    max-width: 1170px;
    margin: 0 auto;
}

.service-page-4.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    max-width: 1170px;
    margin: 0 auto;
}

.consultation {
    margin: 12px 0 22px 0;
}

.four-subtitle {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.front-page-4.widget-area .about-all {
    min-height: 295px;
}

.service-page-4.widget-area .about-all {
    min-height: 295px;
}

.front-page-4 .entry {
    width: 23.3%;
    float: left;
    margin-right: 2%;
    padding: 12px !important;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.service-page-4 .entry {
    width: 23.3%;
    float: left;
    margin-right: 2%;
    padding: 12px !important;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.front-page-4 .entry:nth-of-type(4) {
  margin-right: 0px;
}

.service-page-4 .entry:nth-of-type(4) {
  margin-right: 0px;
}


.front-page-4 .entry:nth-of-type(8) {
  margin-right: 0px;  
}

.service-page-4 .entry:nth-of-type(8) {
  margin-right: 0px;  
}

.front-page-4 section#featured-post-2 {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.service-page-4 section#featured-post-2 {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.five-subtitle {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 5px;
}

section#featured-post-2 h2 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    min-height: 57px;
}

section#featured-post-3 h2 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    min-height: 57px;
}

body.home .front-page-4 .entry p {
    display: none;
}

.service-page-4 .entry p {
    display: none;
}

body.home .read-more-button a {
    font-size: 16px;
}

body.page-template.page-template-service_landing .read-more-button a {
    font-size: 16px;
}

.front-page-4 .entry .aligncenter {
    margin: 0 auto 0px !important;
}

.service-page-4 .entry .aligncenter {
    margin: 0 auto 0px !important;
}

.footer-widgets {
    background-color: #666;
    clear: both;
    font-size: 14px;
    padding: 60px 0;
    color: #fff;
}

.footer-widgets a {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 1340px) {
.footer-widgets-1 {
    margin-right: 3%;
}
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 378px;
}

@media only screen and (max-width: 1340px) {
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 378px;
}
}

#genesis-footer-widgets h3.widgettitle {
    margin-bottom: 20px;
    color: #fff;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
}

.site-footer {
    background-color: #fff;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-all {
    text-align: left;
    color: #666;
    padding: 40px 0px 25px 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.footer-all a {
    color: #1b7bad !important;
}

.footer-left {
    max-width: unset;
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
}

section#simple-social-icons-3 {
    margin-top: -25px;
    margin-bottom: -10px;
}

.footer-widgets .simple-social-icons ul li a, .footer-widgets .simple-social-icons ul li a:hover, .footer-widgets .simple-social-icons ul li a:focus {
    background-color: transparent !important;
}

nav.nav-secondary {
    float: right;
}

nav.nav-secondary .wrap {
    max-width: 742px;
    float: right;
    margin-top: 40px;
}

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0px 4px 0px 4px;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: normal;
    border-right: solid 1px gray;
}

.genesis-nav-menu a:hover {
    color: #666 !important;
}

.genesis-nav-menu .sub-menu {
    width: 260px;
}

.genesis-nav-menu .sub-menu a {
    font-size: 12px;
    width: 260px;
    padding: 0px 20px;
    line-height: 45px;
}

body.archive .entry:first-of-type .entry-title {
    min-height: unset;
}

li#menu-item-383 a {
    padding-right: 0px;
    border-right: 0px;
}

body.page-template.page-template-service_landing .after-entry-header {
    max-width: 200px;
    height: 2px;
    background-color: #71747A;
    margin-bottom: 35px;
    margin-top: 0px;
    display: none;
}

body.page-template.page-template-service_landing h3.widgettitle {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
    color: #626469;
    font-weight: 400;
}

body.page-template.page-template-service_landing #content div.sharedaddy, body.page-template.page-template-service_landing #main div.sharedaddy, body.page-template.page-template-service_landing div.sharedaddy {
    clear: both;
    display: none;
}

body.page-template.page-template-service_landing .content {
  display: none;
}

section#classictextwidget-17 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/financial-planning-hero.jpg);
    background-position: center 12%;
}

section#classictextwidget-17 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 125px;
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
}

section#classictextwidget-17 .hero-subtitle {
    color: #d8d8d8;
}

section#classictextwidget-17 .hero-title {
    color: #fff;
}

body.page-template.page-template-service_landing .site-header {
  border-bottom: 0px;
}

section#classictextwidget-19 .about-one {
    width: 31.3%;
}

section#classictextwidget-19 .about-two {
    width: 31.3%;
}

section#classictextwidget-19 .about-four {
    width: 31.3%;
}

section#classictextwidget-19 i.icon {
    color: #1b7bad;
}

section#classictextwidget-19 ul {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-left: 40px;
}

section#classictextwidget-19 ul > li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-width: 280px;
    margin: 0 auto;
    list-style-type: disc;
}

section#classictextwidget-19 .about-all {
    min-height: 480px;
}

.service-page-on-the-go.widget-area {
    background-color: #1b7bad;
    padding: 90px 0 100px 0;
    text-align: center;
    color: #fff;
    font-size: 17.5px;
}

body.page-template.page-template-service_landing .service-page-on-the-go.widget-area h3.widgettitle {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 400;
}

.on-the-go-all p {
    margin-bottom: 20px;
    text-align: left;
}

.on-the-go-right ul {
  margin: 0;
  padding: 0;
}

.on-the-go-right ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
    list-style-type: disc;
    list-style-position: inside;
}

.on-the-go-left {
    width: 31.3%;
    float: left;
    margin-right: 2%;
}

.service-page-meet-planners.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    max-width: 1170px;
    margin: 0 auto;
}

.service-page-meet-planners .about-all {
    min-height: 277px;
}

.service-page-pricing.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    font-size: 17.5px;
}

body.page-template.page-template-service_landing .service-page-meet-planners.widget-area h3.widgettitle {
    margin-bottom: 35px;
}

body.page-template.page-template-service_landing .service-page-pricing.widget-area p.subtitle {
    margin-bottom: 35px;
}

section#classictextwidget-25 .about-one {
    width: 31.3%;
    background-color: rgb(126, 165, 209);
    min-height: 600px;
}

section#classictextwidget-25 .about-two {
    width: 31.3%;
    background-color: rgb(152, 194, 142);
    min-height: 600px;
}

section#classictextwidget-25 .about-four {
    width: 31.3%;
    background-color: rgb(203, 167, 50);
    min-height: 600px;
}

body.page-template.page-template-service_landing section#featured-post-3 {
    margin-bottom: 0px;
}

.service-page-4.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    max-width: unset;
    margin: 0 auto;
    background-color: #efefef;
}

.service-page-4 .entry {
    border: 1px solid #fff;
    background-color: #fff;
}

.pricing-heading {
    padding: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.pricing-prices {
    padding: 15px;
    font-weight: bold;
}

.about-one .pricing-prices {
  background-color: rgb(169, 195, 224);
}

.about-two .pricing-prices {
  background-color: rgb(187, 214, 180);
}

.about-four .pricing-prices {
  background-color: rgb(228, 210, 152);
}

.pricing-ideal-for {
    padding: 35px;
    min-height: 148px;
}

.about-one .pricing-ideal-for {
  background-color: rgb(223, 233, 244);
}

.about-two .pricing-ideal-for {
  background-color: rgb(229, 240, 227);
}

.about-four .pricing-ideal-for {
  background-color: rgb(245, 239, 216);
}

.pricing-topics-all {
  padding: 35px;
  background-color: #fff;
}

.service-page-pricing.widget-area .about-one {
  border: solid 1px rgb(84, 135, 193);
}

.service-page-pricing.widget-area .about-two {
  border: solid 1px rgb(118, 173, 105);
}

.service-page-pricing.widget-area .about-four {
  border: solid 1px rgb(203, 167, 50);
}

.pricing-topics-heading {
    margin-bottom: 20px;
}

.pricing-topics-list {
    text-align: left;
    font-weight: bold;
}

.pricing-topics-list ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    list-style-type: inherit;
    list-style-position: inside;
    margin-left: 10px;
}

.pricing-what-you-get-all {
    color: #fff;
    min-height: 576px;
    padding: 15px 30px 45px 30px;
}

.about-one .pricing-what-you-get-all {
    background-color: rgb(84, 135, 193);
}

.about-two .pricing-what-you-get-all {
    background-color: rgb(118, 173, 105);
}

.about-four .pricing-what-you-get-all {
    background-color: rgb(203, 167, 50);
}

.pricing-what-you-get-heading {
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px;
}

.service-page-pricing.widget-area hr {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}

.service-page-pricing.widget-area .button {
   margin-top: 25px;
}

.button:active {
    background-color: #ff7f1e;
}

.button:visited {
    background-color: #ff7f1e;
}

.enews-widget input {
    padding: 12px;
    width: 66%;
    float: left;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 29%;
    padding: 13px;
    background-color: #ED7113 !important;
}

.footer-all {
    padding: 40px 0px 55px 0px;
}

p.footerleft {
    float: left;
}

p.footerright {
    float: right;
}

section#enews-ext-2 p {
  margin-bottom: 20px;
}

.wit-tab-content {
    position: initial !important;
}

li#classictextwidget-26 {
    font-size: 2rem;
    margin-bottom: 0px;
}

li#classictextwidget-26 .wit-tab-title {
    opacity: 1 !important;  
    font-size: 2rem;
}

.wit-tab-title {
    font-size: 1.6rem;
    pointer-events: auto !important;
    cursor: auto !important;
}

.wit-tab-title:hover {
    opacity: .4 !important;
}

section#widgets_in_tabs-3 h3.widgettitle {
    display: none;
}

li.cat-item.current-cat {
    list-style: inside;
    list-style-image: none;
    padding-left: 0px;
    margin-left: 0px;
    list-style-image: url(https://www.aspencross.com/wp-content/uploads/2018/05/arrow-2.png);
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item {
    list-style: inside;
    list-style-image: none;
    padding-left: 0px;
    margin-left: 0px;
    list-style-image: url(https://www.aspencross.com/wp-content/uploads/2018/05/arrow-2.png);
}

.sidebar .widget {
    padding: 38px;
}

.team-grid-container {
    display: grid;
    grid-template-columns: 22.3% 22.3% 22.3% 22.3%;
    margin-top: 25px;
    grid-column-gap: 3%;
    grid-row-gap: 20px;
}

p.team {
    font-weight: 700;
    margin-bottom: 5px;
}

a.team {
    font-weight: 700;
    margin-bottom: 5px;
}

body.page-template-default input[type="submit"] {
    background-color: #ED7113 !important;
    color: #fff !important;
}

.entry-content h1 {
    margin-bottom: 18px;
    margin-top: 20px;
}

body.archive a.entry-image-link {
    min-height: unset !important;
    display: block;
}

body.archive img.alignleft {
    max-height: unset !important;
}

body.archive .entry {
    min-height: 310px;
}

body.search.search-results img.alignleft {
    max-height: unset !important;
}

body.archive.author .entry:first-of-type .entry-title {
    min-height: 72px;
}

body.search.search-results .entry {
    min-height: 310px;
}

body.blog img.alignleft {
    max-height: unset !important;
}

body.blog .entry {
    min-height: 310px;
}

.genesis-nav-menu a {
    padding: 17px 17px 15px 22px;
}

section#categories-4 ul li {
    padding-bottom: 3px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 3px;
}

body.page-template.page-template-service_landing .hero-subtitle {
    font-size: 17px;
    text-transform: uppercase;
    color: #828282;
    margin-bottom: 8px;
}

body.page-template.page-template-service_landing .hero-title {
    margin-bottom: 19px;
}

body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 134px;
    padding-bottom: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/investment-management-hero.jpg);
    background-size: 118%;
    background-repeat: no-repeat;
    height: 489px;
    background-position: center top;
}

body.page-template.page-template-service_landing section#classictextwidget-27 .hero-title {
    font-size: 4.6rem;
    color: #fff;
    margin-bottom: 20px;
}

body.page-template.page-template-service_landing section#classictextwidget-27 .hero-subtitle {
    color: #c5c5c5;
}

.fiduciary-box {
    background-color: #efefef;
    max-width: 68%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 30px;
    padding: 35px;
    padding-top: 35px;
    padding-bottom: 40px;
}

p.bold {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 18px;
}

ion-icon {
  font-size: 7rem;
}

body.page-template.page-template-service_landing .service-page-3.widget-area .about-one {
    width: 32.3%;
    float: left;
    margin-right: 1%;
}

body.page-template.page-template-service_landing .service-page-3.widget-area .about-two {
    width: 32.3%;
    float: left;
    margin-right: 1%;  
}

body.page-template.page-template-service_landing .service-page-3.widget-area .about-four {
    width: 32.3%;
    float: left;
}

body.page-template.page-template-service_landing .service-page-3.widget-area .about-all {
    min-height: 250px;
}

.thematic-box-one {
    width: 49%;
    float: left;
    margin-right: 2%;
    border: solid 1px #d4d4d4;
    padding-bottom: 40px;
}

.thematic-box-two {
    width: 49%;
    float: left;
    border: solid 1px #d4d4d4;
    padding-bottom: 40px;
}

.thematic-section {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.service-page-meet-planners section#classictextwidget-24 img {
  border-radius: 50%;
}

.padded-area {
    padding: 0px 35px;
}

.thematic-section img {
  margin-bottom: 25px;
}

section#classictextwidget-31 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

section#classictextwidget-31 img {
  margin-bottom: -10px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry {
    width: 23.3%;
    float: left;
    margin-right: 2%;
    padding: 12px !important;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry.gfwa-4 {
  margin-right: 0px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry.gfwa-8 {
  margin-right: 0px;
}

.service-page-pricing.widget-area section#featured-post-4 h2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 57px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry p {
    display: none;
}

.service-page-pricing.widget-area section#featured-post-4 h3.widgettitle {
  margin-bottom: 30px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry .aligncenter {
    margin: 0 auto 0px !important;
}

.service-page-pricing.widget-area section#featured-post-4 .entry p.byline.post-info {
    display: block;
    margin-bottom: 0px;
    line-height: 1.3;
    font-size: 15px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry .read-more-button a {
    font-size: 15px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry time.entry-time {
  display: block;
}

.service-page-pricing.widget-area section#featured-post-4 {
  margin-bottom: 10px;
}

.service-page-4.widget-area section#classictextwidget-32 a.button {
  margin-top: 2px;
}

.service-page-meet-planners .about-all {
    min-height: 350px;
}

.thematic-box-one-two {
    width: 49%;
    float: left;
    margin-right: 2%;
    padding-top: 20px;
    padding-bottom: 15px;
}

.thematic-box-two-two {
    width: 49%;
    float: left;
    padding-top: 20px;
    padding-bottom: 15px;
}

.thematic-section-two {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

body.page-template.page-template-service_landing section#classictextwidget-35 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 134px;
    padding-bottom: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-35 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/retirement-planning-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
    background-position: center 48%;
}

body.page-template.page-template-service_landing section#classictextwidget-35 .hero-subtitle {
    color: #efefef;
}

body.page-template.page-template-service_landing section#classictextwidget-35 .hero-title {
    font-size: 4.6rem;
    color: #efefef;
    margin-bottom: 20px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .about-one {
    width: 22.5%;
    float: left;
    margin-right: 3.33%;
    background-color: #fff;
    padding-top: 10px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .about-one ul::after {
    content: "";
    border: 35px solid transparent;
    border-left: 35px solid #71747A;
    position: absolute;
    left: 24.85%;
    margin-top: -148px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .about-two {
    width: 22.5%;
    float: left;
    margin-right: 3.33%;
    background-color: #fff;
    padding-top: 10px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .about-two ul::after {
    content: "";
    border: 35px solid transparent;
    border-left: 35px solid #71747A;
    position: absolute;
    left: 48.4%;
    margin-top: -200px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .about-three {
    width: 22.5%;
    float: left;
    margin-right: 3.33%;
    background-color: #fff;
    padding-top: 10px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .about-three ul::after {
    content: "";
    border: 35px solid transparent;
    border-left: 35px solid #71747A;
    position: absolute;
    left: 72.1%;
    margin-top: -200px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .about-four {
    width: 22.5%;
    float: left;
    margin-right: 0px;
    background-color: #fff;
    padding-top: 10px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .about-all {
    min-height: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-37 ul {
    margin: 0;
    text-align: left;
    margin-left: 0px;
    list-style-position: inside;
    padding: 0 30px 30px;
    min-height: 238px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 ul > li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-width: 280px;
    margin: 0 auto;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 8px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 h3.widgettitle {
    margin-bottom: 30px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 .clearfloat {
    height: 35px;
}

p.heading {
  min-height: 52px;
  padding: 0 20px;
}

body.page-template.page-template-service_landing section#classictextwidget-37 i.icon {
    font-size: 5rem;
}

body.page-template.page-template-service_landing section#classictextwidget-38 h3.widgettitle {
    margin-bottom: 10px;
}

section#classictextwidget-38 details {
    margin-bottom: 0px;
    margin-top: -30px;
}

section#classictextwidget-38 .fiduciary-box {
    margin-bottom: 25px;
}

section#classictextwidget-39 details {
    margin-bottom: 0px;
    margin-top: -25px;
}

.service-page-pricing.widget-area section#featured-post-5 {
    margin-bottom: 10px;
}

.service-page-pricing.widget-area section#featured-post-5 h3.widgettitle {
    margin-bottom: 30px;
}

.service-page-pricing.widget-area section#featured-post-5 .entry {
    width: 23.3%;
    float: left;
    margin-right: 2%;
    padding: 12px !important;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.service-page-pricing.widget-area section#featured-post-5 h2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 57px;
}

.service-page-pricing.widget-area section#featured-post-5 .entry p {
    display: none;
}

.service-page-pricing.widget-area section#featured-post-5 .entry p.byline.post-info {
    display: block;
    margin-bottom: 0px;
    line-height: 1.3;
    font-size: 15px;
}

.service-page-pricing.widget-area section#featured-post-5 .entry.gfwa-4 {
    margin-right: 0px;
}

.service-page-pricing.widget-area section#featured-post-5 .entry.gfwa-8 {
    margin-right: 0px;
}

.service-page-pricing.widget-area section#featured-post-5 .entry time.entry-time {
    display: block;
}

.entry-content {
    font-size: 17px;
}

body.page-template.page-template-service_landing section#classictextwidget-41 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/estate-planning-hero-new2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
    background-position: center 70%;
}

body.page-template.page-template-service_landing section#classictextwidget-41 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 134px;
    padding-bottom: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-41 .hero-subtitle {
    color: #efefef;
}

body.page-template.page-template-service_landing section#classictextwidget-41 .hero-title {
    font-size: 4.6rem;
    color: #efefef;
    margin-bottom: 20px;
}

.service-page-2-5.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    background-color: #efefef;
}

.pricing-prices {
    display: none;
}

section#classictextwidget-30 h3.widgettitle {
  margin-bottom: 10px;
}

.service-page-5.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
}

p.disclaimer {
    font-size: 14px;
    color: #a5a5a5;
}

img#bitcoin {
  margin-top: 8px;
}

.service-page-6.widget-area {
    padding: 90px 0 100px 0;
    text-align: center;
    font-size: 17.5px;
    max-width: unset;
    margin: 0 auto;
    background-color: #efefef;
}

section#classictextwidget-46 details {
    margin-bottom: 0px;
    margin-top: -25px;
}

p.strong-heading {
    min-height: 52px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

body.page-template.page-template-service_landing section#classictextwidget-43 .about-all {
    min-height: 300px;
}

.estate-planning-list {
    max-width: 68%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

ul.estate-planning li {
    background-color: #efefef;
    margin-bottom: 1.5%;
}

ul.estate-planning li ion-icon {
    font-size: 4rem;
    float: left;
    margin-right: 0%;
    padding: 17px 35px;
}

ul.estate-planning li p {
    padding: 30px 25px 20px 25px;
}

ul.estate-planning li:last-of-type p {
    padding-bottom: 30px;  
}

ul.estate-planning li:last-of-type {
    margin-bottom: 25px;  
}

section#classictextwidget-47 h3.widgettitle {
  margin-bottom: 25px;
}

section#classictextwidget-49 img#bitcoin {
    margin-top: 8px;
    margin-bottom: -4px;
}

section#classictextwidget-42 p {
  margin-bottom: -10px;
}

.bitcoin-section {
    margin-top: 25px;
    max-width: 68%;
    margin-left: auto;
    margin-right: auto;
    background-color: #efefef;
    padding: 40px;
    margin-bottom: 20px;
}

section#classictextwidget-49 img#bitcoin {
    margin-top: 0;
    margin-bottom: 5px;
}

.service-page-pricing.widget-area section#featured-post-6 {
    margin-bottom: 10px;
}

.service-page-pricing.widget-area section#featured-post-6 h3.widgettitle {
    margin-bottom: 30px;
}

.service-page-pricing.widget-area section#featured-post-6 .entry {
    width: 23.3%;
    float: left;
    margin-right: 2%;
    padding: 12px !important;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.service-page-pricing.widget-area section#featured-post-6 h2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 57px;
}

.service-page-pricing.widget-area section#featured-post-6 .entry p {
    display: none;
}

.service-page-pricing.widget-area section#featured-post-6 .entry p.byline.post-info {
    display: block;
    margin-bottom: 0px;
    line-height: 1.3;
    font-size: 15px;
}

.service-page-pricing.widget-area section#featured-post-6 .entry.gfwa-4 {
    margin-right: 0px;
}

.service-page-pricing.widget-area section#featured-post-6 .entry.gfwa-8 {
    margin-right: 0px;
}

.service-page-pricing.widget-area section#featured-post-6 .entry time.entry-time {
    display: block;
}

body.page-template.page-template-service_landing section#classictextwidget-52 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 125px;
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
}

body.page-template.page-template-service_landing section#classictextwidget-52 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/women-and-wealth-page-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
    background-position: 50% 13%;
}

body.page-template.page-template-service_landing section#classictextwidget-52 .hero-title {
    font-size: 4.7rem;
    color: #efefef;
    margin-bottom: 19px;
}

body.page-template.page-template-service_landing section#classictextwidget-52 .hero-subtitle {
    color: #efefef;
}

section#classictextwidget-53 .padded-area {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #efefef;
    min-height: 554px;
}

section#classictextwidget-53 .thematic-section img {
    margin-bottom: 10px;
}

section#classictextwidget-53 .thematic-box-one {
    border: 0px;
    padding-bottom: 0px;
}

section#classictextwidget-53 .thematic-box-two {
    border: 0px;
    padding-bottom: 0px;
}

p.team-up {
    margin-top: 25px;
}

section#classictextwidget-55 h3.widgettitle {
    margin-bottom: 10px;
}

section#classictextwidget-54 .about-one {
    background-color: #fff;
    padding: 35px;
    width: 32%;
    margin-right: 2%;
    min-height: 500px;
}

section#classictextwidget-54 .about-two {
    background-color: #fff;
    padding: 35px;
    width: 32%;
    margin-right: 2%;
    min-height: 500px;
}

section#classictextwidget-54 .about-four {
    background-color: #fff;
    padding: 35px;
    width: 32%;
    margin-right: 0%;
    min-height: 500px;
}

section#classictextwidget-54 h3.widgettitle {
  margin-bottom: 30px;
}

body.page-template.page-template-service_landing section#featured-post-7 {
    margin-bottom: 0px;
}

body.page-template.page-template-service_landing section#featured-post-7 .entry {
    border: 1px solid #fff;
    background-color: #fff;
}

body.page-template.page-template-service_landing section#featured-post-7 .entry:nth-of-type(4) {
    margin-right: 0px;
}

section#featured-post-7 h2 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    min-height: 57px;
}

section#featured-post-7 h2 a {
    color: #71747A;
}

section#featured-post-7 {
    padding-bottom: 12px;
}

section#classictextwidget-56 {
  margin-bottom: 20px;
}

body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/who-we-are-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
    background-position: center 62%;
}

body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-top: 131px;
    padding-bottom: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-58 .hero-subtitle {
    color: #c5c5c5;
}

body.page-template.page-template-service_landing section#classictextwidget-58 .hero-title {
    font-size: 4.5rem;
    color: #fff;
    margin-bottom: 20px;
}

body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/what-we-do-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
    background-position: 70% 34%;
}

body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 131px;
    padding-bottom: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-60 .hero-subtitle {
    color: #c5c5c5;
}

body.page-template.page-template-service_landing section#classictextwidget-60 .hero-title {
    font-size: 4.5rem;
    color: #fff;
    margin-bottom: 20px;
}

section#classictextwidget-61 .about-one {
    background-color: #efefef;
    padding: 35px;
    width: 32%;
    margin-right: 2%;
    min-height: 530px;
}

section#classictextwidget-61 .about-two {
    background-color: #efefef;
    padding: 35px;
    width: 32%;
    margin-right: 2%;
    min-height: 530px;
}

section#classictextwidget-61 .about-four {
    background-color: #efefef;
    padding: 35px;
    width: 32%;
    margin-right: 0%;
    min-height: 530px;
}

section#classictextwidget-61 .about-all {
    margin-top: 35px;
}

section#featured-post-8 h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    min-height: unset;
}

section#featured-post-8 .entry {
  min-height: 260px;
}

section#featured-post-8 {
  margin-bottom: 10px;
}

body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/what-to-expect-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
    background-position: 70% 34%;
}

body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 131px;
    padding-bottom: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-64 .hero-subtitle {
    color: #c5c5c5;
}

body.page-template.page-template-service_landing section#classictextwidget-64 .hero-title {
    font-size: 4.6rem;
    color: #fff;
    margin-bottom: 20px;
}

section#classictextwidget-66 .about-one {
    background-color: #fff;
    padding: 40px;
    margin-right: 2%;
    width: 32%;
    padding-top: 15px;
    min-height: 700px;
}

section#classictextwidget-66 .about-two {
    background-color: #fff;
    padding: 40px;
    margin-right: 2%;
    width: 32%;
    padding-top: 15px;
    min-height: 700px;
}

section#classictextwidget-66 .about-four {
    background-color: #fff;
    padding: 40px;
    margin-right: 0%;
    width: 32%;
    padding-top: 15px;
    min-height: 700px;
}

section#classictextwidget-66 p.heading {
    min-height: unset;
}

section#classictextwidget-66 h3.widgettitle {
    margin-bottom: 30px;
}

a#schedule {
  margin-top: 5px;
}

body.page-template.page-template-service_landing section#classictextwidget-68 .about-one {
    width: 23.875%;
    float: left;
    margin-right: 1.5%;
    background-color: #efefef;
    padding: 35px;
    padding-top: 10px;
    min-height: 700px;
}

body.page-template.page-template-service_landing section#classictextwidget-68 .about-two {
    width: 23.875%;
    float: left;
    margin-right: 1.5%;
    background-color: #efefef;
    padding: 35px;
    padding-top: 10px;
    min-height: 700px;
}

body.page-template.page-template-service_landing section#classictextwidget-68 .about-three {
    width: 23.875%;
    float: left;
    margin-right: 1.5%;
    background-color: #efefef;
    padding: 35px;
    padding-top: 10px;
    min-height: 700px;
}

body.page-template.page-template-service_landing section#classictextwidget-68 .about-four {
    width: 23.875%;
    float: left;
    margin-right: 0px;
    background-color: #efefef;
    padding: 35px;
    padding-top: 10px;
    min-height: 700px;
}

body.page-template.page-template-service_landing section#classictextwidget-68 .about-all {
    margin-top: 30px;
}

body.page-template.page-template-service_landing section#classictextwidget-68 p.heading {
    min-height: unset;
}

section#classictextwidget-66 p.heading {
    font-weight: bold;
}

section#classictextwidget-68 p.heading {
    font-weight: bold;
}

section#classictextwidget-68 .clearfloat {
    height: 25px;
}

body.error404 .entry-content input, body.error404 .entry-content select, body.error404 .entry-content textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px;
    width: 60%;
}

body.error404 .entry-content button, body.error404 .entry-content input[type="button"], body.error404 input[type="reset"], body.error404 .entry-content input[type="submit"], body.error404 .entry-content .button {
    background-color: #ED7113;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 17px 40px;
    text-decoration: none;
    white-space: normal;
    text-transform: uppercase;
}

body.error404 .entry-content .post-password-form input[type="submit"], body.error404 .entry-content .search-form input[type="submit"] {
    margin-top: 10px;
    width: 37% !important;
    padding: 18.5px;
}

.team-grid-container {
    display: grid;
    grid-template-columns: 49% 49%;
    margin-top: 25px;
    grid-column-gap: 2%;
    grid-row-gap: 20px;
}

.team-grid-container .grid-item {
    background-color: #efefef;
}

.team-grid-container .grid-item p {

}

.team-grid-container .grid-item img {
    float: left;
    margin-right: 3%;
}

.after-entry-header {
    display: none;
}

.entry-title {
    font-size: 3rem;
    color: #626469;
}

body.blog h1.archive-title {
    color: #626469;
}

body.archive.category h1.archive-title {
    color: #626469;
}

p.team {
    margin-top: 15px;
}

.team-grid-container .grid-item p {
    margin-bottom: 5px;
    padding: 0px 10px 0px 0px;
}

.team-grid-container .grid-item i.icon {
    font-size: 2.5rem;
    margin-right: 10px;
    line-height: 1;
    vertical-align: -15%;
    color: #1b7bad;
}

.team-grid-container .grid-item ion-icon {
    font-size: 2.5rem;
    margin-right: 6px;
    color: #1b7bad;
    vertical-align: -19%;
    margin-left: -2px;
    margin-top: -3px;
}

body.archive .entry {
    min-height: 315px;
}

section#featured-post-9 h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    min-height: unset;
}

section#featured-post-9 .entry {
    min-height: 260px;
}

section#featured-post-9 .entry {
    width: 23.3%;
    float: left;
    margin-right: 2%;
    padding: 12px !important;
    border: 0px;
    margin-bottom: 20px;
    background-color: #efefef;
}

section#featured-post-9 .entry:nth-of-type(4) {
    margin-right: 0px;
}

section#featured-post-9 .entry:nth-of-type(8) {
    margin-right: 0px;
}

p.intro {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 10px;
}

section#classictextwidget-12 {
  margin-bottom: 25px;
}

.front-page-4 .entry {
    width: 23.3%;
    float: left;
    margin-right: 2%;
    padding: 12px !important;
    border: 0px;
    margin-bottom: 20px;
    background-color: #efefef;
    min-height: 313px;
}

section#featured-post-9 {
  margin-bottom: 10px;
}

section#featured-post-2 h2 a {
    color: #1b7bad;

}

section#featured-post-2 p.byline.post-info {
    display: inline;
    font-size: 16px;
}

section#featured-post-2 p.byline.post-info body {
    line-height: 1.25;
}

.bylineinfo {
    line-height: 1.3;
    font-size: 16px;
}

section#featured-post-9 h2 {

}

.service-page-pricing.widget-area section#featured-post-5 .entry {
    min-height: 304px;
}

.service-page-pricing.widget-area section#featured-post-5 h2 {
    min-height: 76px;
}

.service-page-pricing.widget-area section#featured-post-5 .entry {
    background-color: #efefef;
    border: 0px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry {
    background-color: #efefef;
    border: 0px;
}

.service-page-pricing.widget-area section#featured-post-4 .entry .read-more-button a {
    font-size: 16px;
}

.service-page-pricing.widget-area section#featured-post-6 .entry {
    border: 0px;
    background-color: #efefef;
}

section#enews-ext-2 {
  margin-bottom: 6px;
}

body.page-template.page-template-service_landing section#classictextwidget-73 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/iStock-532108894.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
    background-position: center 33%;
}

body.page-template.page-template-service_landing section#classictextwidget-73 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 131px;
    padding-bottom: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-73 .hero-subtitle {
    color: #c5c5c5;
}

body.page-template.page-template-service_landing section#classictextwidget-73 .hero-title {
    font-size: 4.6rem;
    color: #fff;
    margin-bottom: 20px;
}

body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/iStock-538054574.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 489px;
    background-position: center 13%;
}

body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    width: 100%;
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 131px;
    padding-bottom: unset;
}

body.page-template.page-template-service_landing section#classictextwidget-75 .hero-subtitle {
    color: #c5c5c5;
}

body.page-template.page-template-service_landing section#classictextwidget-75 .hero-title {
    font-size: 4.6rem;
    color: #fff;
    margin-bottom: 20px;
}

section#classictextwidget-77 h3.widgettitle {
  margin-bottom: 10px;
}

section#classictextwidget-68 h3.widgettitle {
    margin-bottom: 5px;
}

.new-content {
    width: 830px;
    float: left;
}

.new-sidebar {
    width: 300px;
    float: right;
}

.new-content h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.address-section {
    padding: 38px 38px 28px 38px;
    background-color: #efefef;
}

.content-landing-page .site-inner {
    margin-top: 45px;
}

span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
    margin-left: 20px;
}

.checkbox-space {
  margin-bottom: -10px;
}

.checkbox-section {
    margin-top: -15px;
    margin-bottom: 20px;
}

.new-content input, .new-content select, .new-content textarea {
  padding-left: 20px;
}

.new-content button, .new-content input[type="button"], .new-content input[type="reset"], .new-content input[type="submit"], .new-content .button {
  padding-left: 40px !important;
}

div.wpcf7 {
    margin-bottom: -25px;
}

section#classictextwidget-46 summary {
    margin-bottom: -15px;
}

section#classictextwidget-46 ul {
    margin-top: 24px;
    margin-bottom: 24px;
}

section#classictextwidget-46 ul li {
    padding-bottom: 0px;
    max-width: 640px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25%;
    background-color: #fff;
    padding: 25px;
    list-style-type: disc;
    list-style-position: inside;
}

.investment-page-disclaimer {
    font-size: 14px;
    margin-top: 70px;
}

.post-retirement-section {
    margin-top: 22px;
    max-width: 870.4px;
    margin-left: auto;
    margin-right: auto;
}

.post-retirement-section img {
    margin-bottom: 25px;
}

.post-retirement-box-one {
    width: 48.5%;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: 735px;
}

.post-retirement-section .padded-area {
    padding: 35px;
}

.post-retirement-box-two {
    width: 48.5%;
    float: left;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: 735px;
}

.post-retirement-section-two {
    margin-top: 22px;
    max-width: 870.4px;
    margin-left: auto;
    margin-right: auto;
}

.post-retirement-section-two .padded-area {
    padding: 35px;
}

.post-retirement-box-one-two {
    width: 48.5%;
    float: left;
    margin-right: 2%;
    padding-top: 20px;
    padding-bottom: 15px;
}

.post-retirement-box-two-two {
    width: 48.5%;
    float: left;
    padding-top: 20px;
    padding-bottom: 15px;
}

.post-retirement-section ul li {
    padding-bottom: 0px;
    text-align: left;
    margin-bottom: 1.25%;
    background-color: #fff;
    padding: 0px 10px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

section#classictextwidget-39 summary {
    margin-bottom: 10px;
}

section#classictextwidget-38 summary {
    margin-bottom: -17px;
}

section#classictextwidget-39 .clearfloat {
    height: 25px;
}

section#classictextwidget-38 .clearfloat {
    height: 25px;
}

section#classictextwidget-39 .post-retirement-box-one {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: 670px;
}

section#classictextwidget-39 .post-retirement-box-two {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: 670px;
}

section#classictextwidget-39 .post-retirement-box-three {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: 670px;
}

section#classictextwidget-39 .post-retirement-box-four {
    width: 23.5%;
    float: left;
    margin-right: 0%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: 670px;
}

section#classictextwidget-39 .post-retirement-section {
    margin-top: 22px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.new-sidebar a.button {
    background-color: #1B7BAD;
    font-size: 1.45rem;
}

p.space-above {
    margin-top: 30px;
}

.disclaimer {
    clear: both;
    margin-top: 47px;
}

.footer-all {
    padding: 40px 0px 22px 0px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 31.3%;
}

.footer-widgets-1 {
    margin-right: 3% !important;
}

.footer-widgets-2 {
    padding-left: 3%;
}

.genesis-nav-menu a {
    padding: 17px 23px 15px 28px;
}

.genesis-nav-menu .sub-menu {
    top: 179px;
}

@media only screen and (min-width: 1480px) {
  .hero-home {
    background-position-y: 20%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home {
    background-position: center 56%;
}
  
    section#classictextwidget-58 .hero-home {
    background-position-y: 51% !important;
}
  
  section#classictextwidget-35 .hero-home {
    background-position-y: 40% !important;
}
  
  section#classictextwidget-41 .hero-home {
    background-position-y: 60% !important;
}
}

@media only screen and (min-width: 1680px) {
    section#classictextwidget-58 .hero-home {
    background-position-y: 46% !important;
}
  
  section#classictextwidget-35 .hero-home {
    background-position-y: 34% !important;
}
  
  section#classictextwidget-41 .hero-home {
    background-position-y: 54% !important;
}
  
}

@media only screen and (max-width: 1279px) {
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-one ul::after {
    display: none;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-two ul::after {
    display: none;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-three ul::after {
    display: none;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    padding-top: 108px;
}
}

.top-right-all {
width: 336px;
}

@media only screen and (max-width: 1200px) {
.site-header .widget-area {
    max-width: unset;
}
  
.header-image .title-area {
    max-width: 315px;
}
  
  .site-header .widget-area {
    width: 630px;
}
  
  .genesis-nav-menu a {
    padding: 17px 11px 15px 16px;
}
  
  .front-page-4 .entry {
    min-height: 345px;
}
  
  section#featured-post-2 h2 {
    min-height: 77px;
}
  
  section#featured-post-2 .bylineinfo {
    min-height: 60px;
}
  
  .enews-widget input {
    width: 65%;
}
  
  .enews-widget input[type="submit"] {
    width: 35%;
}
  
  p.footerleft {
    float: none;
}
  
  p.footerright {
    float: none;
}
  
  .disclaimer {
    margin-top: unset;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
  
  section#classictextwidget-19 .about-all {
    min-height: 555px;
}

.hero-home-copy {
    margin-top: 100px;
}
  
  .on-the-go-left {
    margin-bottom: 40px;
}
  
  .service-page-meet-planners section#classictextwidget-24 img {
    max-width: 120px;
}
  
  .service-page-meet-planners .about-all {
    min-height: 370px;
}
  
  section#featured-post-3 h2 {
    min-height: 76px;
}
  
  .pricing-ideal-for {
    min-height: 174px;
}
  
  .pricing-topics-list ul li {
    list-style-position: outside;
}
  
  .pricing-topics-all {
    min-height: 454px;
}
  
  .pricing-what-you-get-all {
    min-height: 602px;
}
  
  body.page-template.page-template-service_landing .service-page-3.widget-area .about-all {
    min-height: 275px;
}
  
  .service-page-pricing.widget-area section#featured-post-4 h2 {
    min-height: 78px;
}
  
  p.heading {
    padding: 0 0px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-one {
    min-height: 883px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-two {
    min-height: 883px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-three {
    min-height: 883px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-four {
    min-height: 883px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    padding-top: 108px;
}
  
  section#classictextwidget-61 .about-four {
    min-height: 576px;
}
  
  section#classictextwidget-66 .about-one {
    min-height: 836px;
}
  
  section#classictextwidget-66 .about-two {
    min-height: 836px;
}
  
  section#classictextwidget-66 .about-four {
    min-height: 836px;
}
  
  body.blog .content {
    width: 620px;
}
  
  body.blog .entry-title {
    min-height: 95px;
}
  
  body.blog .entry {
    min-height: 285px;
}
  
  body.archive.category .content {
    width: 620px;
}
  
  body.archive.category .entry-title {
    min-height: 95px;
}
  
  body.archive.category .entry {
    min-height: 285px;
}
  
  body.search.search-results .content {
    width: 620px;
}
  
  body.search.search-results .entry-title {
    min-height: 95px;
}
  
  body.search.search-results .entry {
    min-height: 285px;
}
  
  body.archive .entry {
    min-height: 295px;
}
  
  .new-content {
    width: 622px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-one {
    min-height: 494px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-two {
    min-height: 494px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-three {
    min-height: 494px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-four {
    min-height: 494px;
}
  
  .post-retirement-section .padded-area {
    min-height: 815px;
}
  
  .post-retirement-section .padded-area {
    min-height: 827px;
}
  
  .service-page-pricing.widget-area section#featured-post-5 h2 {
    min-height: 95px;
}
  
  .service-page-pricing.widget-area section#featured-post-5 .entry {
    min-height: 292px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-43 .about-all {
    min-height: 325px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-left: 12%;
    padding-right: 12%;
}
}

@media only screen and (max-width: 1188px) {
body.page-template.page-template-service_landing section#classictextwidget-35 .hero-home-copy {
    padding-top: 108px;
}
}

@media only screen and (max-width: 1152px) {
body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    padding-top: 108px;
}
}

@media only screen and (max-width: 1152px) {
  body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-top: 103px;
}
}

@media only screen and (max-width: 1023px) {
.header-image .title-area {
    max-width: unset;
    padding-top: 0px;
}
  
  .team-grid-container {
    grid-template-columns: 100%;
}
  
  .site-header .widget-area {
    width: 100%;
    float: none;
}
  
  .menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
    background-color: transparent;
    color: #000000;
}
  
  .site-header .widget-area button, .site-header .widget-area input[type="button"], .site-header .widget-area input[type="reset"], .site-header .widget-area input[type="submit"], .site-header .widget-area .button {
    padding: 0px 40px 18px 40px;
}
  
  .site-header .genesis-nav-menu a {
    line-height: unset;
}
  
  .genesis-nav-menu {
    margin-bottom: 20px;
}
  
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 5px;
    padding: 20px 20px 18px 20px;
    width: 100%;
    background-color: #efefef;
}
  
  .sub-menu-toggle {
    padding: 17px 10px !important;
    background-color: transparent;
}
  
  .sub-menu-toggle:hover, .sub-menu-toggle:active, .sub-menu-toggle:visited, .sub-menu-toggle:focus {
    padding: 17px 10px !important;
    background-color: transparent;
    color: unset;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-left: 8%;
    padding-right: 8%;
}

  section#classictextwidget-30 .thematic-box-two {
    min-height: 1016px;
}

.enews-widget input {
    width: 55%;
}

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

.service-page-pricing.widget-area section#featured-post-4 h2 {
    min-height: 76px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    padding-top: 108px;
}
  
  p.heading {
    padding: 0 0px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-one {
    padding: 25px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-two {
    padding: 25px;
    min-height: 991px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-three {
    padding: 25px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-four {
    padding: 25px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    padding-top: 108px;
}
  
  section#classictextwidget-61 .about-four {
    min-height: 680px;
}
  
section#nav_menu-3 {
    margin-bottom: 0px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home-copy {
    padding-top: 106px;
}
  
  section#classictextwidget-66 .about-one {
    min-height: 1045px;
}
  
    section#classictextwidget-66 .about-two {
    min-height: 1045px;
}
  
    section#classictextwidget-66 .about-four {
    min-height: 1045px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    padding-top: 108px;
}
  
  section#featured-post-2 h2 {
    min-height: 95px;
}
  
  .footer-widgets-2 {
    padding-left: 0%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home {
    background-size: 145%;
}
  
  section#classictextwidget-19 .about-all {
    min-height: 665px;
}
  
  .on-the-go-left {
    min-height: 252px;
  }
  
  .service-page-meet-planners section#classictextwidget-24 img {
    max-width: 115px;
}
  
.service-page-meet-planners .about-all {
    min-height: 410px;
}
  
section#classictextwidget-24 p {
    min-height: 52px;
}
  
  section#featured-post-3 h2 {
    min-height: 95px;
}
  
  .pricing-heading {
    min-height: 138px;
}
  
  .pricing-ideal-for {
    min-height: 200px;
}
  
  .pricing-topics-list ul li {
    list-style-position: outside;
}
  
  .pricing-topics-all {
    min-height: 610px;
}
  
  .pricing-what-you-get-all {
    min-height: 758px;
}
  
section#classictextwidget-19 p {
    min-height: 52px;
}
  
section#classictextwidget-29 p {
    min-height: 53px;
}
  
  body.page-template.page-template-service_landing .service-page-3.widget-area .about-all {
    min-height: 330px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-35 .hero-home-copy {
    padding-top: 108px;
}
  
  body.blog .content {
    width: 100%;
}
  
  body.archive.category .content {
    width: 100%;
}
  
  body.search.search-results .content {
    width: 100%;
}
  
  body.search.search-results h2.entry-title {
    min-height: unset;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-one {
    min-height: 624px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-two {
    min-height: 624px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-three {
    min-height: 624px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 .about-four {
    min-height: 624px;
}
  
section#classictextwidget-37 p.heading {
    min-height: 78px;
}
  
  .post-retirement-section .padded-area {
    padding: 25px;
}
  
  section#classictextwidget-39 .padded-area p:first-of-type {
    min-height: 130px;
  }
  
  section#classictextwidget-39 .post-retirement-section .padded-area {
    min-height: 931px;
}
  
  section#classictextwidget-38 .post-retirement-section .padded-area {
    min-height: 968px;
}
  
  .service-page-pricing.widget-area section#featured-post-5 .entry {
    min-height: 268px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-43 .about-all {
    min-height: 375px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-52 .hero-home-copy {
    margin-top: 106px;
}
  
  .thematic-box-two {
    min-height: unset;
}
  
  section#classictextwidget-54 .about-one {
    min-height: 680px;
}
  
  section#classictextwidget-54 .about-two {
    min-height: 680px;
}
  
  section#classictextwidget-54 .about-four {
    min-height: 680px;
}
  
  section#featured-post-7 h2 {
    min-height: 76px;
}
  
  section#featured-post-8 .entry {
    min-height: 225px;
}
  
  section#featured-post-9 .entry {
    min-height: 225px;
}
  
  .new-content {
    width: 100%;
    margin-bottom: 15px;
}
  
  .new-sidebar {
    width: 100%;
    float: right;
}
  
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    margin-bottom: 0px;
    background-color: #efefef;
    border-bottom: solid 2px #fff;
}
}

@media only screen and (max-width: 981px) {
body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-top: 106px;
}
}

@media only screen and (max-width: 964px) {
  section#classictextwidget-17 .hero-home-copy {
    margin-top: 106px;
}
}

@media only screen and (max-width: 960px) {
body.page-template.page-template-service_landing section#classictextwidget-41 .hero-home-copy {
    padding-top: 106px;
}
  
  .hero-home-copy {
    margin-top: 130px;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
  
  .hero-title {
    color: #fff;
}
  
  .hero-subtitle {
    color: #fff;
}
  
  .hero-home {
    background-image: url(https://www.aspencross.com/wp-content/uploads/2018/06/mobile-back.jpg);
    background-position-y: 29%;
    background-position-x: 27%;
}
}

@media only screen and (max-width: 911px) {
  .hero-home-copy {
    padding-left: 8%;
    padding-right: 8%;
}
}

@media only screen and (max-width: 867px) {
.hero-home-copy {
    margin-top: 100px;
}
}

@media only screen and (max-width: 860px) {
section#featured-post-9 .entry {
    min-height: unset;
    width: 100%;
    float: none;
    margin-right: 0%;
}
  
  .thematic-section {
    max-width: 100% !important;
}
  
  p.strong-heading {
    min-height: unset !important;
    max-width: 100% !important;
}
  
  .bitcoin-section {
    max-width: 100% !important;
}
  
  .estate-planning-list {
    max-width: 100% !important;
}
  
  .fiduciary-box {
    max-width: 100% !important;
  }
  
  section#featured-post-2 .entry {
    min-height: unset;
    width: 100%;
    float: none;
    margin-right: 0%;
}
  
  section#featured-post-2 h2 {
    min-height: unset;
}
  
  .footer-widgets-1 {
    margin-right: 0%;
    width: 100%;
}
  
  .footer-widgets-2 {
    padding-left: 0%;
    margin-right: 0%;
    width: 100%;
}
  
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 100%;
    float: none;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-one {
    margin-right: 0px;
    width: 100%;
    float: none;
    min-height: unset;
    margin-bottom: 1.5%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-two {
    min-height: unset;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1.5%;
    float: none;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-three {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1.5%;
    float: none;
    min-height: unset;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-68 .about-four {
    margin-right: 0%;
    width: 100%;
    float: none;
    min-height: unset;
}
  
    body.page-template.page-template-service_landing .about-one {
    margin-right: 0px !important;
    width: 100% !important;
    float: none !important;
    min-height: unset !important;
    margin-bottom: 1.5% !important;
}
  
  body.page-template.page-template-service_landing .about-two {
    min-height: unset !important;
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 1.5% !important;
    float: none !important;
}
  
  body.page-template.page-template-service_landing .about-three {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 1.5% !important;
    float: none !important;
    min-height: unset !important;
}
  
  body.page-template.page-template-service_landing .about-four {
    margin-right: 0% !important;
    width: 100% !important;
    float: none !important;
    min-height: unset !important;
}
  
    body.page-template.page-template-service_landing .entry {
    min-height: unset !important;
    width: 100% !important;
    float: none !important;
    margin-right: 0% !important;
}
  
  body.page-template.page-template-service_landing .entry {
    min-height: unset !important;
    width: 100% !important;
    float: none !important;
    margin-right: 0% !important;
}
  
    body.page-template.page-template-service_landing .entry img {
    width: 100% !important;
}
  
  body.home .entry img {
    width: 100% !important;
  }
  
  body.home .entry  a.alignnone {
    display: block !important;
}
  
  body.page-template.page-template-service_landing .entry h2 {
    min-height: unset !important;
}
  
  .footer-all {
    padding-left: 5%;
    padding-right: 5%;
}
  
  section#featured-post-8 a.alignnone {
    display: block !important;
}
  
  .on-the-go-left {
    min-height: unset;
    margin-bottom: 1.5%;
    width: 100%;
    float: none;
}
  
  section#classictextwidget-24 p {
    min-height: unset;
}
  
  .pricing-heading {
    min-height: unset;
}
  
  .pricing-ideal-for {
    min-height: unset;
}
  
  .pricing-topics-all {
    min-height: unset;
}
  
  .pricing-what-you-get-all {
    min-height: unset;
}
  
  a.about-link {
    clear: both !important;
    display: block !important;
    margin-top: 2% !important;
}
  
  .thematic-box-one {
    width: 100%;
    float: none;
    margin-right: 0%;
    border: solid 1px #d4d4d4;
    padding-bottom: 40px;
    margin-bottom: 1.5%;
}
  
  section#classictextwidget-30 .thematic-box-two {
    min-height: unset;
    width: 100%;
    float: none;
}
  
  .thematic-box-one-two {
    width: 100%;
    float: none;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 15px;
}
  
  .thematic-box-two-two {
    display: none;
}
  
  body.page-template.page-template-service_landing a.alignnone {
    display: block !important;
}
  
  section#classictextwidget-38 .post-retirement-section .padded-area {
    min-height: unset;
}
  
  .post-retirement-box-one {
    width: 100%;
    float: none;
    margin-right: 0%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: unset;
    margin-bottom: 1.5%;
}
  
  .post-retirement-box-two {
    width: 100%;
    float: none;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: unset;
}
  
  section#classictextwidget-39 .post-retirement-section .padded-area {
    min-height: unset;
}
  
  section#classictextwidget-39 .post-retirement-box-one {
    width: 100%;
    float: none;
    margin-right: 0%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: unset;
    margin-bottom: 1.5%;
}
  
  section#classictextwidget-39 .padded-area p:first-of-type {
    min-height: unset;
}
  
  section#classictextwidget-39 .post-retirement-box-two {
    width: 100%;
    float: none;
    margin-right: 0%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: unset;
    margin-bottom: 1.5%;
}
  
  section#classictextwidget-39 .post-retirement-box-three {
    width: 100%;
    float: none;
    margin-right: 0%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: unset;
    margin-bottom: 1.5%;
}
  
section#classictextwidget-39 .post-retirement-box-four {
    width: 100%;
    float: none;
    margin-right: 0%;
    background-color: #fff;
    padding-bottom: 0px;
    min-height: unset;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 ul > li {
    max-width: 100%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-37 ul {
    padding: 0 45px 30px;
    min-height: unset;
}
  
  section#classictextwidget-37 p.heading {
    min-height: unset;
}
  
  section#classictextwidget-53 .padded-area {
    min-height: unset;
}
  
  section#classictextwidget-53 .thematic-box-two {
    width: 100%;
    padding-bottom: 0px;
    border: 0px;
    clear: both;
    margin-bottom: 3%;
}
}

@media only screen and (max-width: 856px) {
body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    padding-top: 81px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home-copy {
    padding-top: 81px;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    padding-top: 81px;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-17 .hero-home-copy {

}
  
        body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {

}
}

@media only screen and (max-width: 838px) {
body.page-template.page-template-service_landing section#classictextwidget-73 .hero-home-copy {
    padding-top: 106px;
}
}

@media only screen and (max-width: 800px) {
body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    padding-top: 10%;
}
}

@media only screen and (max-width: 779px) {
.site-header > .wrap {
    padding: 0px 0 0px 0;
}
}

@media only screen and (max-width: 748px) {
body.page-template.page-template-service_landing section#classictextwidget-35 .hero-home-copy {
    padding-top: 81px;
}
}

@media only screen and (max-width: 718px) {
body.page-template.page-template-service_landing section#classictextwidget-52 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
}

@media only screen and (max-width: 663px) {
body.page-template.page-template-service_landing section#classictextwidget-52 .hero-home-copy {
    margin-top: 81px;
}
}

@media only screen and (max-width: 662px) {
body.page-template.page-template-service_landing section#classictextwidget-41 .hero-home-copy {
    padding-top: 81px;
}
}

@media only screen and (max-width: 626px) {
body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
  
        body.page-template.page-template-service_landing section#classictextwidget-17 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
  
body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 81px;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-73 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
}

@media only screen and (max-width: 596px) {
  .top-right-all a.link {
    display: none;
  }
  
  .simple-social-icons ul li {
    margin-right: 0px !important;
}
  
    .top-right-all {
    width: 72px;
}
}

@media only screen and (max-width: 587px) {
body.page-template.page-template-service_landing section#classictextwidget-35 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
}

@media only screen and (max-width: 585px) {
  .hero-home-copy {
    margin-top: 70px;
}
}

@media only screen and (max-width: 579px) {
body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    padding-top: 55px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home-copy {
    padding-top: 55px;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    padding-top: 55px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-17 .hero-home-copy {
    margin-top: 81px;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-73 .hero-home-copy {
    padding-top: 55px;
}
}

.top-right-all a.link {
    vertical-align: 36%;
}

@media only screen and (max-width: 539px) { body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    padding-left: 8%;
    padding-right: 8%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-52 .hero-home-copy {
    margin-top: 51px;
}
}

@media only screen and (max-width: 526px) { 
body.page-template.page-template-service_landing section#classictextwidget-27 .hero-title {
    font-size: 4.4rem;
}
}

@media only screen and (max-width: 523px) { 
body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    padding-left: 7%;
    padding-right: 7%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home-copy {
    padding-left: 7%;
    padding-right: 7%;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    padding-left: 7%;
    padding-right: 7%;
}
  
        body.page-template.page-template-service_landing section#classictextwidget-17 .hero-home-copy {
    padding-left: 7%;
    padding-right: 7%;
}
  
          body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-left: 7%;
    padding-right: 7%;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-73 .hero-home-copy {
    padding-left: 7%;
    padding-right: 7%;
}
}

@media only screen and (max-width: 514px) { 
body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    padding-left: 7%;
    padding-right: 7%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home {
    background-size: 200%;
}
}

@media only screen and (max-width: 513px) { 
body.page-template.page-template-service_landing section#classictextwidget-35 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
}

@media only screen and (max-width: 506px) { 
body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-top: 55px;
}
}

@media only screen and (max-width: 501px) {
body.page-template.page-template-service_landing section#classictextwidget-58 .hero-title {
    font-size: 4.4rem;
}
}

@media only screen and (max-width: 489px) {
  body.page-template.page-template-service_landing section#classictextwidget-58 .hero-title {
    font-size: 4.3rem;
}
}

@media only screen and (max-width: 488px) {
body.page-template.page-template-service_landing section#classictextwidget-41 .hero-home-copy {
    padding-top: 51px;
}
}

@media only screen and (max-width: 486px) {
body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
  
        body.page-template.page-template-service_landing section#classictextwidget-17 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
  
          body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-73 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
}

@media only screen and (max-width: 480px) {
.header-image .site-title > a {
    min-height: 75px;
    margin-top: 5px;
}
  
  .header-image .site-title > a {
    background-size: 290px !important;
}
  
  .site-header .widget-area button {
    padding: 0px 20px 10px 20px;
  }
  
  body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
  
  .team-grid-container .grid-item img {
    float: none;
    margin-right: 0%;
}
  
  .team-grid-container .grid-item {
    padding: 20px;
}
}

@media only screen and (max-width: 467px)  {
  body.page-template.page-template-service_landing section#classictextwidget-41 .hero-home-copy {
    padding-left: 10%;
    padding-right: 10%;
}
}

@media only screen and (max-width: 466px)  {
.hero-home-copy {
    margin-top: 57px;
}
}

@media only screen and (max-width: 465px) {
body.page-template.page-template-service_landing section#classictextwidget-60 .hero-title {
    font-size: 4.4rem;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-64 .hero-title {
    font-size: 4.4rem;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-75 .hero-title {
    font-size: 4.4rem;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-17 .hero-title {
    font-size: 4.4rem;
}
  
        body.page-template.page-template-service_landing section#classictextwidget-27 .hero-title {
    font-size: 4.4rem;
}
}

@media only screen and (max-width: 456px) {
body.page-template.page-template-service_landing section#classictextwidget-35 .hero-home-copy {
    padding-top: 51px;
}
}

@media only screen and (max-width: 454px)  {
  body.page-template.page-template-service_landing section#classictextwidget-60 .hero-home-copy {
    padding-top: 34px;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-64 .hero-home-copy {
    padding-top: 34px;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-75 .hero-home-copy {
    padding-top: 34px;
}
}

@media only screen and (max-width: 436px)  {
.hero-home-copy {
    margin-top: 32px;
}
}

@media only screen and (max-width: 432px)  {
  body.page-template.page-template-service_landing section#classictextwidget-41 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
}

@media only screen and (max-width: 425px)  {
body.page-template.page-template-service_landing section#classictextwidget-58 .hero-title {
    font-size: 4.1rem;
}
}

@media only screen and (max-width: 416px)  {
.hero-home-copy {
    padding-left: 6%;
    padding-right: 6%;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-27 .hero-title {
    font-size: 4.2rem;
}
}

@media only screen and (max-width: 408px)  {
  body.page-template.page-template-service_landing section#classictextwidget-17 .hero-home-copy {
    padding-left: 3%;
    padding-right: 3%;
}

  body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home-copy {
    padding-left: 3%;
    padding-right: 3%;
}
}

@media only screen and (max-width: 405px)  {
  body.page-template.page-template-service_landing section#classictextwidget-58 .hero-title {
    font-size: 4.0rem;
}
}

@media only screen and (max-width: 403px)  {
body.page-template.page-template-service_landing section#classictextwidget-52 .hero-title {
    font-size: 4.4rem;
    color: #efefef;
    margin-bottom: 19px;
}
}

@media only screen and (max-width: 400px)  {
.hero-home-copy {
    padding-left: 4%;
    padding-right: 4%;
}
  .hero-title {
    font-size: 4.3rem;
}
  
  body.home .hero-home-copy {
    margin-top: 40px;
}
  
body.home .hero-title {
    font-size: 4.4rem;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-27 .hero-title {
    font-size: 4.0rem;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-27 .hero-home {
    background-size: 300%;
}
}

@media only screen and (max-width: 390px)  {
    .hero-title {
    font-size: 3.8rem;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-58 .hero-home-copy {
    padding-left: 2%;
    padding-right: 2%;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-17 .hero-home-copy {
    margin-top: 61px;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-27 .hero-title {
    font-size: 3.9rem;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-35 .hero-title {
    font-size: 4.4rem;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-41 .hero-title {
    font-size: 4.4rem;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-52 .hero-home-copy {
    padding-left: 5%;
    padding-right: 5%;
}
}

@media only screen and (max-width: 360px)  {
  
  .header-image .site-title > a {
    background-size: 260px !important;
    background-position: 25% center !important;
    margin-top: 0px;
    min-height: 68px;
}
  
  .hero-title {
    font-size: 3.6rem;
}
  
  .top-right-all {
    margin-top: -5px;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-60 .hero-title {
    font-size: 4.0rem;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-64 .hero-title {
    font-size: 4.0rem;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-75 .hero-title {
    font-size: 4.0rem;
}
  
      body.page-template.page-template-service_landing section#classictextwidget-17 .hero-title {
    font-size: 4.0rem;
}
  
        body.page-template.page-template-service_landing section#classictextwidget-27 .hero-title {
    font-size: 4.0rem;
}
  
    body.page-template.page-template-service_landing section#classictextwidget-41 .hero-title {
    font-size: 4.0rem;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-52 .hero-title {
    font-size: 4.0rem;
}
  
  body.home .hero-title {
    font-size: 3.85rem;
}
  
  body.page-template.page-template-service_landing section#classictextwidget-73 .hero-title {
    font-size: 4.2rem;
}
}

ul#menu-authors.menu li {
    padding-bottom: 3px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 3px;
}

ul#menu-authors.menu li.cat-item.current-cat {
    list-style: inside;
    list-style-image: none;
    padding-left: 0px;
    margin-left: 0px;
    list-style-image: url(https://www.aspencross.com/wp-content/uploads/2018/05/arrow-2.png);
}