/*
	Theme Name: AppleToolbox 4
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.3.1

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	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
	- Genesis Simple FAQ
	- 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 {
    color: #bc4a4a;
    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 > .site-container {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease-in;
    /* Safari and Chrome */
    -o-transition: all 0.3s ease-in;
    /* Opera */
    -ms-transition: all 0.3s ease-in;
    /* Explorer 10 */
}

.site-container-open {
    margin-left: 355px;
    width: 100%;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', 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 {
    text-decoration: none;
}

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

p {
    margin: 0 0 30px;
    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 30px;
    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;
}



/* 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: 1190px;
}

.wrap {
    padding: 0 15px;
}

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

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

.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 {
    display: none;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding: 0;
}

.breadcrumb a {
    color: #bc4a4a;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb .returnhome {
    position: relative;
    padding-left: 42px;
}

.breadcrumb .returnhome:before {
    content: "";
    /*background-image: url(images/backtohome.svg);*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNnB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODEsIC0xMDgpIiBmaWxsPSIjQkM0QTRBIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTgxLCAxMDYpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAyKSI+PHBhdGggZD0iTTI0LjUwNzc1NzYsOC4xODE4MTgxOCBMMi41ODI2NjY2Nyw4LjE4MTgxODE4IEw5LjE0MTc1NzU4LDEuMzk2NjM2MzYgQzkuNDQ5ODE4MTgsMS4wNzY3MjcyNyA5LjQ0OTgxODE4LDAuNTU4ODE4MTgyIDkuMTQxNzU3NTgsMC4yMzk3MjcyNzMgQzguODMzNjk2OTcsLTAuMDgwMTgxODE4MiA4LjMzNDk2OTcsLTAuMDgwMTgxODE4MiA4LjAyNzY5Njk3LDAuMjM5NzI3MjczIEwwLjIyNzY5Njk3LDguMzM4OTA5MDkgQy0wLjA3NTYzNjM2MzYsOC42NTM5MDkwOSAtMC4wNzU2MzYzNjM2LDkuMTgwODE4MTggMC4yMjc2OTY5Nyw5LjQ5NTgxODE4IEw4LjAyNzY5Njk3LDE3LjU5NTgxODIgQzguMzM1NzU3NTgsMTcuOTE1NzI3MyA4LjgzNDQ4NDg1LDE3LjkxNTcyNzMgOS4xNDE3NTc1OCwxNy41OTU4MTgyIEM5LjQ0OTgxODE4LDE3LjI3NTkwOTEgOS40NDk4MTgxOCwxNi43NTggOS4xNDE3NTc1OCwxNi40Mzg5MDkxIEwyLjU4MjY2NjY3LDkuODE4MTgxODIgTDI0LjUwNzc1NzYsOS44MTgxODE4MiBDMjQuOTQyNjY2Nyw5LjgxODE4MTgyIDI1LjI5NTYzNjQsOS40NTE2MzYzNiAyNS4yOTU2MzY0LDkgQzI1LjI5NTYzNjQsOC41NDgzNjM2NCAyNC45NDI2NjY3LDguMTgxODE4MTggMjQuNTA3NzU3Niw4LjE4MTgxODE4IFoiIGlkPSJBcnJvd19CYWNrIj48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 27px;
    position: absolute;
    left: 0;
    top: 2px;
}

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

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

ol > li {
    word-wrap: normal;
}

/* 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 {
    color: #fff!important;
    font-size: 14px!important;
}

.sidebar .enews-widget .widget-title {
    color: #fff!important;
    font-size: 20px!important;
}

.sidebar .widget.enews-widget {
    background-color: #1e1e1e;
    padding: 40px 35px!important;
}

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

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

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #c3251d;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: "dashicons";
    float: right;
}

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}

/* 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: #efefef;
    padding: 10px 0px;
}

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

.h-menu-top {
    width: 33px;
    height: 23px;
    /*background-image: url('images/hamburgermenu.svg');*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzM3B4IiBoZWlnaHQ9IjIzcHgiIHZpZXdCb3g9IjAgMCAzMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4LCAtMjApIiBzdHJva2U9IiM0QTRBNEEiIHN0cm9rZS13aWR0aD0iMy4yIj48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMCwgMjIpIj48cGF0aCBkPSJNMCw5LjY5MjMwNzY5IEwyOSw5LjY5MjMwNzY5Ij48L3BhdGg+PHBhdGggZD0iTTAsMCBMMjksMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wLDE5LjM4NDYxNTQgTDI5LDE5LjM4NDYxNTQiPjwvcGF0aD48L2c+PC9nPjwvZz48L2c+PC9zdmc+');
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 8px;
}

.h-search-top {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    margin-left: 20px;
    position: relative;
}

.h-search-top form {
    width: 100%;
}

.h-search-top form h3 {
    display: none;
}

.h-search-top input[type="text"] {
    background-color: #fff;
    width: 100%;
    border-radius: 50px;
    color: #000000;
    font-size: 14px;
    padding: 8px 40px 8px 20px;
    border: 1px solid #e6e6e6;
}

.h-search-top input[type="submit"] {
    position: absolute;
    background-color: transparent;
    /*background-image: url('images/searchicon.svg');*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjIycHgiIHZpZXdCb3g9IjAgMCAyMiAyMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01OTgsIC0yMSkiIGZpbGw9IiM0QTRBNEEiIGZpbGwtcnVsZT0ibm9uemVybyI+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjkzLCAxMCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNSwgMTEpIj48cGF0aCBkPSJNMTMuNDI3MTE2NCwxNS40MjcxMTY0IEMxMi4wMzcyNDk1LDE2LjQxNzQ4MDMgMTAuMzM2NjUyMiwxNyA4LjUsMTcgQzMuODA1NTc5MzksMTcgMCwxMy4xOTQ0MjA2IDAsOC41IEMwLDMuODA1NTc5MzkgMy44MDU1NzkzOSwwIDguNSwwIEMxMy4xOTQ0MjA2LDAgMTcsMy44MDU1NzkzOSAxNyw4LjUgQzE3LDEwLjMzNjY1MjIgMTYuNDE3NDgwMywxMi4wMzcyNDk1IDE1LjQyNzExNjQsMTMuNDI3MTE2NCBMMjEuMDExOTE3NiwxOS4wMTE5MTc2IEMyMS41NjIxMTg2LDE5LjU2MjExODYgMjEuNTU3NTMxMywyMC40NDI0Njg3IDIxLjAxMTcxODUsMjAuOTg4MjgxNSBMMjAuOTg4MjgxNSwyMS4wMTE3MTg1IEMyMC40NDM4NjQ4LDIxLjU1NjEzNTIgMTkuNTU3NjIwNCwyMS41NTc2MjA0IDE5LjAxMTkxNzYsMjEuMDExOTE3NiBMMTMuNDI3MTE2NCwxNS40MjcxMTY0IFogTTguNSwxNSBDMTIuMDg5ODUxMSwxNSAxNSwxMi4wODk4NTExIDE1LDguNSBDMTUsNC45MTAxNDg5IDEyLjA4OTg1MTEsMiA4LjUsMiBDNC45MTAxNDg5LDIgMiw0LjkxMDE0ODkgMiw4LjUgQzIsMTIuMDg5ODUxMSA0LjkxMDE0ODksMTUgOC41LDE1IFoiPjwvcGF0aD48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==');
    background-size: contain;
    right: 18px;
    background-repeat: no-repeat;
    top: 11px;
    overflow: hidden;
    height: 22px;
    width: 22px;
    padding: 0;
    text-indent: 230px;
}

.m-search-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    overflow-y: scroll;
}

.m-search-overlay .overlay-wrapper {
    position: fixed;
    width: 100%;
    max-width: 330px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    z-index: 999;
    padding: 30px 25px;
    transition: all 0.3s ease-in;
}

.popupopenmsearch {
    display: none;
    /*background-image: url('images/searchicon.svg');*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjIycHgiIHZpZXdCb3g9IjAgMCAyMiAyMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01OTgsIC0yMSkiIGZpbGw9IiM0QTRBNEEiIGZpbGwtcnVsZT0ibm9uemVybyI+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjkzLCAxMCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNSwgMTEpIj48cGF0aCBkPSJNMTMuNDI3MTE2NCwxNS40MjcxMTY0IEMxMi4wMzcyNDk1LDE2LjQxNzQ4MDMgMTAuMzM2NjUyMiwxNyA4LjUsMTcgQzMuODA1NTc5MzksMTcgMCwxMy4xOTQ0MjA2IDAsOC41IEMwLDMuODA1NTc5MzkgMy44MDU1NzkzOSwwIDguNSwwIEMxMy4xOTQ0MjA2LDAgMTcsMy44MDU1NzkzOSAxNyw4LjUgQzE3LDEwLjMzNjY1MjIgMTYuNDE3NDgwMywxMi4wMzcyNDk1IDE1LjQyNzExNjQsMTMuNDI3MTE2NCBMMjEuMDExOTE3NiwxOS4wMTE5MTc2IEMyMS41NjIxMTg2LDE5LjU2MjExODYgMjEuNTU3NTMxMywyMC40NDI0Njg3IDIxLjAxMTcxODUsMjAuOTg4MjgxNSBMMjAuOTg4MjgxNSwyMS4wMTE3MTg1IEMyMC40NDM4NjQ4LDIxLjU1NjEzNTIgMTkuNTU3NjIwNCwyMS41NTc2MjA0IDE5LjAxMTkxNzYsMjEuMDExOTE3NiBMMTMuNDI3MTE2NCwxNS40MjcxMTY0IFogTTguNSwxNSBDMTIuMDg5ODUxMSwxNSAxNSwxMi4wODk4NTExIDE1LDguNSBDMTUsNC45MTAxNDg5IDEyLjA4OTg1MTEsMiA4LjUsMiBDNC45MTAxNDg5LDIgMiw0LjkxMDE0ODkgMiw4LjUgQzIsMTIuMDg5ODUxMSA0LjkxMDE0ODksMTUgOC41LDE1IFoiPjwvcGF0aD48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==');
    height: 22px;
    width: 22px;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
}

.m-search-overlay .popupclose {
    position: absolute;
    right: 0;
    width: 30px;
    top: -50px;
    height: 30px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url(images/closeIcon.svg);*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjM2cHgiIHZpZXdCb3g9IjAgMCAzNiAzNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNzEuMDAwMDAwLCAtMTUuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzEuMDAwMDAwLCAxNS4wMDAwMDApIj48cGF0aCBkPSJNMzQuOTI3NDYxMSwzMC4xODAzMTA5IEwyMi43NDcxNTAzLDE4IEwzNC45Mjc0NjExLDUuODE5Njg5MTIgQzM2LjI0MjQ4Nyw0LjUwNDY2MzIxIDM2LjI0MjQ4NywyLjM4NzU2NDc3IDM0LjkyNzQ2MTEsMS4wNzI1Mzg4NiBDMzMuNjEyNDM1MiwtMC4yNDI0ODcwNDcgMzEuNDk1MzM2OCwtMC4yNDI0ODcwNDcgMzAuMTgwMzEwOSwxLjA3MjUzODg2IEwxOCwxMy4yNTI4NDk3IEw1LjgxOTY4OTEyLDEuMDcyNTM4ODYgQzQuNTA0NjYzMjEsLTAuMjQyNDg3MDQ3IDIuMzg3NTY0NzcsLTAuMjQyNDg3MDQ3IDEuMDcyNTM4ODYsMS4wNzI1Mzg4NiBDLTAuMjQyNDg3MDQ3LDIuMzg3NTY0NzcgLTAuMjQyNDg3MDQ3LDQuNTA0NjYzMjEgMS4wNzI1Mzg4Niw1LjgxOTY4OTEyIEwxMy4yNTI4NDk3LDE4IEwxLjA3MjUzODg2LDMwLjE4MDMxMDkgQy0wLjI0MjQ4NzA0NywzMS40OTUzMzY4IC0wLjI0MjQ4NzA0NywzMy42MTI0MzUyIDEuMDcyNTM4ODYsMzQuOTI3NDYxMSBDMi4zODc1NjQ3NywzNi4yNDI0ODcgNC41MDQ2NjMyMSwzNi4yNDI0ODcgNS44MTk2ODkxMiwzNC45Mjc0NjExIEwxOCwyMi43NDcxNTAzIEwzMC4xODAzMTA5LDM0LjkyNzQ2MTEgQzMxLjQ5NTMzNjgsMzYuMjQyNDg3IDMzLjYxMjQzNTIsMzYuMjQyNDg3IDM0LjkyNzQ2MTEsMzQuOTI3NDYxMSBDMzYuMjMzMTYwNiwzMy42MTI0MzUyIDM2LjIzMzE2MDYsMzEuNDg2MDEwNCAzNC45Mjc0NjExLDMwLjE4MDMxMDkgWiIgaWQ9IlNoYXBlIj48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==');
}

.m-search-overlay h3 {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 5px;
}

.m-search-overlay input[type="text"] {
    color: #979797;
    width: 100%;
    border: none;
    border-bottom: 1px solid #979797;
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 16px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #979797;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #979797;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #979797;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #979797;
}


.m-search-overlay input[type="submit"] {
    color: #fff;
    background-color: #d0021b;
    padding: 15px;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.home-banner {
    background-image: url('images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 115px 0;
}

.home-banner p {
    color: #fff;
    margin: 0;
    font-size: 30px;
}

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

.title-area {
    display: inline-block;
    padding: 10px 0;
    width: 220px;
    vertical-align: top;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 300px;
    padding: 2px 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;
    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;
    margin-right: 65px;
}


/* 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: 18px 20px;
    text-decoration: none;
}


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

#genesis-nav-primary {
    padding: 15px 0;
    margin-bottom: 55px;
}

#genesis-nav-primary a {
    font-weight: 600;
    color: #000;
    position: relative;
    padding: 18px 20px;
    font-size: 18px;
}

#genesis-nav-primary li {
    margin-right: 15px;
}

#genesis-nav-primar li:last-child {
    margin-right: 0px;
}

#genesis-nav-primary .current-menu-item a:after {
    content: "";
    background-color: #bc4a4a;
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    position: absolute;
}

#genesis-nav-primary a:hover:after {
    content: "";
    background-color: #bc4a4a;
    height: 4px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 3px;
    position: absolute;
}

/*------------ Sidebar Menu --------------*/

.sidebar-menu-main {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease-in;
    /* Safari and Chrome */
    -o-transition: all 0.3s ease-in;
    /* Opera */
    -ms-transition: all 0.3s ease-in;
    /* Explorer 10 */
}



.sidebar-menu-wrap {
    background-color: #fff;
    position: fixed;
    left: -355px;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 40px;
    width: 355px;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease-in;
    /* Safari and Chrome */
    -o-transition: all 0.3s ease-in;
    /* Opera */
    -ms-transition: all 0.3s ease-in;
    /* Explorer 10 */
}

.sidebar-menu-main-open {
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible;
}

.sidebar-menu-wrap-open {
    left: 0;
}

.sidebar-menu-wrap {
	background-color: #fff;
}

.sidebar-menu-wrap .menu-section {
    margin-bottom: 25px;
}

.sidebar-menu-main .sidebar-menu-wrap h3 {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-menu-main .sidebar-menu-wrap li {
    padding: 0;
    margin: 0 0 10px;
}

.sidebar-menu-main .sidebar-menu-wrap li a {
    color: #141414;
    font-size: 24px;
    position: relative;
}

.sidebar-menu-main .sidebar-menu-wrap .current_page_item a:after {
    content: "";
    background-color: #141414;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;

}

.sidebar-menu-main .sidebar-menu-wrap .sidebar-menu-social li {
    display: inline-block;
}

@font-face{
    font-family:fab-min;
    font-style:normal;
    font-weight:400;
    src:url('data:font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPQAA0AAAAACLAAAAN6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GVgCCXhEICoRYhAALEAABNgIkAxYEIAWEcwdnG18HAI7Cca/EMJn8RLtFRL8fuvdeAElHEarERuH4FFBXoWJX26lyFaaaXYVh/X8+z3q/ddIO+VdIR2baoXFcaXhdAHciE9ekjxJ6jhR5xKf/RaSNKoD2ukLfjSvPo88nONuIJt5vOkPyiBi6mU57yjpqIQS+hYx/BPyIuvmgrTvowRhQRNUmWlCQbKUPWnXEF0kBnMCz+g+TmkDRWgHAAABweu2WCo6/6r8aoa1my2rmYeExCKCiYgYCF9iCGRx7QJcOReFXw8eur0YMA7/qx4v3PyLvCToArSppgzDZFAAp8PIEu540jALaQR+68An4CcAIABBV0bLCVsAKhoocgaascx3K4zWCQGQEgepJEq0QHbfp0q3rxQZi12+SEWGhKXZukc4m9lvp/hOtiaMjD7uIjsNLGkNT4LHm+JHhB91k57FR9KhPbXHLJq1qLx2Wto2NdXFK82Hw0N1PjIyoQd34uurQUIfa+CXyItFBLO93dz76nHpZ5/DwJENEIQI+d27Wb3Ss1dGofmbivAf7ogqBCOj2TZJrh/Fh8HZW5YpKopyxfcya8HAzOHpc3+6s9qkDEgsHT4exdoM0XP4Wb7YHOB8UtTjnCaa0Kmr4jDtbT7fgwnCUrY2CvG1VpLIUONwazY1ilZeWzFD3jh3wLbEJOayjwvnmFswJ6FE6dC/vXQpSeFrwNrBP6BiioWpDCflxEh2rCKvjIRQX3s8KH78R1IkPiuFY0tqHzg8VPmOpvhSH6zsIizWC/sppqLOzka7jQ5cMzX/qol8ueqI0UAJoXmcr8wzTv805CMLD59ttCfK23wQkC64AZvuHmQc6FBDygXltNVsNQz4KRrZkiwEt4zUiaHeEAwoiOAKAHu8gWJhlC1Gy3e2xlGrDa6rFVPyoVt2p691mKjuqtAghdgBQRZ8rqrqrgGqxFnWq1VjS7G3HDtsFx3LlKII5KUUrlCsbDTODOSuQJEeqQlgwmkyxLEkKwGvnhFMpXfC5zH7Pb/4yXF3wsCyWqMb+IgVkaJgxCUOYNWyjz0klPclQZu+CMWOURAxdRnmq0lcga1XGEkNsjXXmtF1mRFCaQczYmOKGmqr9kEiTEKAbwBlagULpkycxo7N2w7PyvxlJDAMHC6a0eWYSiL7tiBIWYiMO4srXhi7q1pySK88trkQsKnMlBbgEtU4gPQcAAA==') format("woff2")
}

.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'fab-min';
}

.fa-youtube-square:before { content: "\f431" }
.fa-twitter-square:before { content: "\f081" }
.fa-facebook-square:before { content: "\f082" }
.fa-linkedin:before { content: "\f08c" }

.fa-youtube-square:before { color: #cf3427; }

.fa-twitter-square:before { color: #55acee; }

.fa-facebook-square:before { color: #3b5998; }

.fa-google-plus-square:before { color: #e02f2f; }

.fa-linkedin:before { color: #007bb5; }


.sidebar-menu-main .sidebar-menu-wrap .fa-youtube-square {
    color: #cf3427;
}

.sidebar-menu-main .sidebar-menu-wrap .fa-twitter-square {
    color: #55acee;
}

.sidebar-menu-main .sidebar-menu-wrap .fa-facebook-square {
    color: #3b5998;
}

.sidebar-menu-main .sidebar-menu-wrap .fa-google-plus-square {
    color: #e02f2f;
}

.sidebar-menu-main .sidebar-menu-wrap .fa-linkedin {
    color: #007bb5;
}

.social-menu-section {
    margin-bottom: 10px;
}

.social-menu-section h3 {
    margin-bottom: 10px;
}

.sidebar-menu-main .cross-menu {
    /*background-image: url(images/closeIcon.svg);*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjM2cHgiIHZpZXdCb3g9IjAgMCAzNiAzNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNzEuMDAwMDAwLCAtMTUuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzEuMDAwMDAwLCAxNS4wMDAwMDApIj48cGF0aCBkPSJNMzQuOTI3NDYxMSwzMC4xODAzMTA5IEwyMi43NDcxNTAzLDE4IEwzNC45Mjc0NjExLDUuODE5Njg5MTIgQzM2LjI0MjQ4Nyw0LjUwNDY2MzIxIDM2LjI0MjQ4NywyLjM4NzU2NDc3IDM0LjkyNzQ2MTEsMS4wNzI1Mzg4NiBDMzMuNjEyNDM1MiwtMC4yNDI0ODcwNDcgMzEuNDk1MzM2OCwtMC4yNDI0ODcwNDcgMzAuMTgwMzEwOSwxLjA3MjUzODg2IEwxOCwxMy4yNTI4NDk3IEw1LjgxOTY4OTEyLDEuMDcyNTM4ODYgQzQuNTA0NjYzMjEsLTAuMjQyNDg3MDQ3IDIuMzg3NTY0NzcsLTAuMjQyNDg3MDQ3IDEuMDcyNTM4ODYsMS4wNzI1Mzg4NiBDLTAuMjQyNDg3MDQ3LDIuMzg3NTY0NzcgLTAuMjQyNDg3MDQ3LDQuNTA0NjYzMjEgMS4wNzI1Mzg4Niw1LjgxOTY4OTEyIEwxMy4yNTI4NDk3LDE4IEwxLjA3MjUzODg2LDMwLjE4MDMxMDkgQy0wLjI0MjQ4NzA0NywzMS40OTUzMzY4IC0wLjI0MjQ4NzA0NywzMy42MTI0MzUyIDEuMDcyNTM4ODYsMzQuOTI3NDYxMSBDMi4zODc1NjQ3NywzNi4yNDI0ODcgNC41MDQ2NjMyMSwzNi4yNDI0ODcgNS44MTk2ODkxMiwzNC45Mjc0NjExIEwxOCwyMi43NDcxNTAzIEwzMC4xODAzMTA5LDM0LjkyNzQ2MTEgQzMxLjQ5NTMzNjgsMzYuMjQyNDg3IDMzLjYxMjQzNTIsMzYuMjQyNDg3IDM0LjkyNzQ2MTEsMzQuOTI3NDYxMSBDMzYuMjMzMTYwNiwzMy42MTI0MzUyIDM2LjIzMzE2MDYsMzEuNDg2MDEwNCAzNC45Mjc0NjExLDMwLjE4MDMxMDkgWiIgaWQ9IlNoYXBlIj48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==');
    height: 38px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 370px;
    cursor: pointer;
    top: 15px;
}

.dpsp-facebook:after {
    content: "\f082" !important;
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    font-size: 30px;
    color: #3b5998;
}

.dpsp-twitter:after {
    content: "\f081" !important;
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    font-size: 30px;
    color: #55acee;
}

.dpsp-linkedin:after {
    content: "\f08c" !important;
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    font-size: 30px;
    color: #007bb5;
}

.dpsp-google-plus:after {
    content: "\f0d4" !important;
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    font-size: 30px;
    color: #e02f2f;
}

.dpsp-pinterest:after {
    content: "\f0d3" !important;
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    font-size: 30px;
    color: #c92228;
}

.dpsp-facebook:before {
    content: "" !important;
    border: none !important;
}

.dpsp-twitter:before {
    content: "" !important;
    border: none !important;
}

.dpsp-linkedin:before {
    content: "" !important;
    border: none !important;
}

.dpsp-google-plus:before {
    content: "" !important;
    border: none !important;
}

.dpsp-pinterest:before {
    content: "" !important;
    border: none !important;
}


.shareaholic-canvas {
    display: none !important;
}

.dpsp-facebook {
    background-color: transparent !important;
    border: none !important;
    line-height: 30px !important;
    min-width: 30px !important;
    max-height: 30px !important;
}

.dpsp-twitter {
    background-color: transparent !important;
    border: none !important;
    line-height: 30px !important;
    min-width: 30px !important;
    max-height: 30px !important;
}

.dpsp-linkedin {
    background-color: transparent !important;
    border: none !important;
    line-height: 30px !important;
    min-width: 30px !important;
    max-height: 30px !important;
}

.dpsp-google-plus {
    background-color: transparent !important;
    border: none !important;
    line-height: 30px !important;
    min-width: 30px !important;
    max-height: 30px !important;
}

.dpsp-pinterest {
    background-color: transparent !important;
    border: none !important;
    line-height: 30px !important;
    min-width: 30px !important;
    max-height: 30px !important;
}

.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin-right: 3px !important;
}

.dpsp-total-share-wrapper span {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: lowercase !important;
    text-align: left !important;
    color: #898989 !important;
}

#dpsp-content-top {
    width: 240px;
    margin-bottom: 25px !important;
    margin-top: 5px;
}

.dpsp-content-wrapper .dpsp-total-share-wrapper {
    width: auto !important;
    margin-top: -20px !important;
    padding-left: 0 !important;
}

.dpsp-total-share-wrapper .dpsp-total-share-count {
    margin: 5px;
}

.dpsp-total-share-wrapper .dpsp-icon-total-share {
    display: none !important;
}

.postsizeinc {
    float: right;
    /*margin-top: 15px;*/
}

.postsizeinc span {
    width: 30px;
    height: 30px;
    margin-left: 3px;
    display: inline-block;
}

.postsizeinc .dec {
    /*background-image: url(images/textsize_decrease.svg);*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMXB4IiBoZWlnaHQ9IjMxcHgiIHZpZXdCb3g9IjAgMCAzMSAzMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMywgLTQ0NykiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzLCA0NDQpIj48Zz48cmVjdCBpZD0iUmVjdGFuZ2xlLTMiIGZpbGw9IiM0RTRFNEUiIHg9IjAiIHk9IjMuMiIgd2lkdGg9IjMwLjQiIGhlaWdodD0iMzAuNCIgcng9IjQiPjwvcmVjdD48dGV4dCBpZD0iLSIgZm9udC1mYW1pbHk9Ik9wZW5TYW5zLUJvbGQsIE9wZW4gU2FucyIgZm9udC1zaXplPSIyNCIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiNGRkZGRkYiPjx0c3BhbiB4PSIxMS4yIiB5PSIyNiI+LTwvdHNwYW4+PC90ZXh0PjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=');
    background-size: contain;
    cursor: pointer;
    background-position: center;
}

.postsizeinc .alpha {
    /*background-image: url(images/textsize_aA.svg);*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMXB4IiBoZWlnaHQ9IjMxcHgiIHZpZXdCb3g9IjAgMCAzMSAzMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NSwgLTQ0NykiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzLCA0NDQpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMiwgMykiPjxyZWN0IGZpbGw9IiM0RTRFNEUiIHg9IjAiIHk9IjAuMiIgd2lkdGg9IjMwLjQiIGhlaWdodD0iMzAuNCIgcng9IjQiPjwvcmVjdD48dGV4dCBmb250LWZhbWlseT0iT3BlblNhbnMtQm9sZCwgT3BlbiBTYW5zIiBmb250LXNpemU9IjExLjIiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjRkZGRkZGIj48dHNwYW4geD0iOCIgeT0iMTkuNCI+YUE8L3RzcGFuPjwvdGV4dD48L2c+PC9nPjwvZz48L2c+PC9zdmc+');
    background-size: contain;
    background-position: center;
}

.postsizeinc .inc {
    /*background-image: url(images/textsize_increase.svg);*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMXB4IiBoZWlnaHQ9IjMxcHgiIHZpZXdCb3g9IjAgMCAzMSAzMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NywgLTQ0NykiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzLCA0NDQpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NCwgMC44KSI+PHJlY3QgZmlsbD0iIzRFNEU0RSIgeD0iMCIgeT0iMi40IiB3aWR0aD0iMzAuNCIgaGVpZ2h0PSIzMC40IiByeD0iNCI+PC9yZWN0Pjx0ZXh0IGZvbnQtZmFtaWx5PSJPcGVuU2Fucy1Cb2xkLCBPcGVuIFNhbnMiIGZvbnQtc2l6ZT0iMjQiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjRkZGRkZGIj48dHNwYW4geD0iOCIgeT0iMjYiPis8L3RzcGFuPjwvdGV4dD48L2c+PC9nPjwvZz48L2c+PC9zdmc+');
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

/* 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 .genesis-nav-menu a {
    color: #000;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
    margin-left: 45px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    text-align: center;
}
article .entry-content {
    position: relative;
}
/* Footer Navigation
--------------------------------------------- */

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

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


/* Content Area
---------------------------------------------------------------------------------------------------- */

.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
    width: 245px !important;
}

.nc_socialPanel .iconFiller {
    width: 30px !important;
}

.nc_tweetContainer.totesalt:before {
    content: "" !important;
}

.nc_socialPanel .totes.totesalt .swp_count {
    color: #898989 !important;
    font-size: 16px !important;
    min-width: 50px !important;
}


.nc_socialPanel .totes.totesalt .swp_count .swp_label {
    color: #898989 !important;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: lowercase;
    left: 0;
    right: 0;
}

/* Loop */

.article-feature-image {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    float: left;
    border-radius: 5px;
    margin-right: 20px;
}

.article-content .entry-header {
    float: right;
    width: calc( 100% - 220px);
    display: inline-block;
}

.article-content .entry-content {
    float: right;
    width: calc( 100% - 220px);
    display: inline-block;
    font-size: 18px;
    color: #4a4a4a;
}

.article-content .entry-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.article-content .article-author-name {
    margin-right: 70px;
    color: #898989;
    font-size: 16px;
}

.article-content .article-comment-icon .entry-comments-link {
    position: relative;
    padding-left: 35px;
}

.article-content .article-comment-icon .entry-comments-link a {
    color: #898989;
    font-size: 16px;
}

.article-content .entry-header .entry-meta {
    margin-bottom: 15px;
}

.article-content .article-comment-icon .entry-comments-link:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url(images/chat-icon.png);*/
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAACAUlEQVR42qzUTUhUYRTG8euoKRpIpGCa5soCE10EoosWikVJqNsEkVZhWYtoQFxLzECICApqieHCVRGaBuUHUiiIC7VoYRREQaFobkTRQf8HngtDzJ3KuQd+jN6585z3vR8nKRQKOR6Vg3pcRgkKkaXvtvENHzGHl8FgcD1WSFKMBmXoQCNSdMzCvmJT/59GkZpaHeAFOmm07NUgFY9wX8HTeIbX+OWxy1xcRTOq1agb7TTatxMCOjEDk3iAFVSiBsNxwq1+EjSMGv1mRRmT4XA4I7rBgAJHUIUF5z+LJgv67Yiy+t0GV3ATb9CCPeeYRZM9ZbxFE7uotQatOMQdRJwEiyaRqMzWgLa1ijXHp6LJmjKrrMEprDv+14ZlB/SMF9sj61cy196yzlu2NXiFAtzwcfWWlW+PqzXowg56cdaH1VtGH3YtO6ARcBd5mMXFBMLLNZss6x43+4s7a4aQhh4s4bGdj9//GGwj46EWaotuI3wg1rCz1/0pLuhZ7tPxM3pHtjVvsnEOl3AdtTiBD7hN+Hs3MOWPxczjs56qMR1rwiDSPTZgjWc0Gp7rRXO8GtjKr+leRDRXrMEPjOMkkrGF71rxO0I3vS5fdAPb4hMFZOrNts8J3PKaqoTHvT/uNLXQUY0Nqwp8QgPq/jKy45a7g1LdqEVM2bXU3wnXkQADAMdQjqVnxBilAAAAAElFTkSuQmCC');
    height: 20px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0px;
}

.single-post .article-author-name {
    margin-right: 40px;
    color: #898989;
    font-size: 16px;
}

.single-post .article-update-date {
    color: #898989;
    font-size: 16px;
}

.single-post .article-comment-icon .entry-comments-link {
    position: relative;
    padding-left: 35px;
    margin-right: 50px;
}

.single-post .article-comment-icon .entry-comments-link a {
    color: #898989;
    font-size: 16px;
}

.single-post .entry-header .entry-meta {
    margin-bottom: 15px;
}

.single-post .article-comment-icon .entry-comments-link:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url(images/chat-icon.png);*/
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAACAUlEQVR42qzUTUhUYRTG8euoKRpIpGCa5soCE10EoosWikVJqNsEkVZhWYtoQFxLzECICApqieHCVRGaBuUHUiiIC7VoYRREQaFobkTRQf8HngtDzJ3KuQd+jN6585z3vR8nKRQKOR6Vg3pcRgkKkaXvtvENHzGHl8FgcD1WSFKMBmXoQCNSdMzCvmJT/59GkZpaHeAFOmm07NUgFY9wX8HTeIbX+OWxy1xcRTOq1agb7TTatxMCOjEDk3iAFVSiBsNxwq1+EjSMGv1mRRmT4XA4I7rBgAJHUIUF5z+LJgv67Yiy+t0GV3ATb9CCPeeYRZM9ZbxFE7uotQatOMQdRJwEiyaRqMzWgLa1ijXHp6LJmjKrrMEprDv+14ZlB/SMF9sj61cy196yzlu2NXiFAtzwcfWWlW+PqzXowg56cdaH1VtGH3YtO6ARcBd5mMXFBMLLNZss6x43+4s7a4aQhh4s4bGdj9//GGwj46EWaotuI3wg1rCz1/0pLuhZ7tPxM3pHtjVvsnEOl3AdtTiBD7hN+Hs3MOWPxczjs56qMR1rwiDSPTZgjWc0Gp7rRXO8GtjKr+leRDRXrMEPjOMkkrGF71rxO0I3vS5fdAPb4hMFZOrNts8J3PKaqoTHvT/uNLXQUY0Nqwp8QgPq/jKy45a7g1LdqEVM2bXU3wnXkQADAMdQjqVnxBilAAAAAElFTkSuQmCC');
    height: 20px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0px;
}

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 60px;
    padding: 0px;
}

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

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

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

.entry-content .dpsp-content-wrapper ul > li {
    clear: initial;
}

.entry-content .crp_related ul > li {
    clear: initial;
}

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

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

.singular-featured-image {
    margin-bottom: 25px;
}

.singular-featured-image img {
    width: 100%;
    border-radius: 5px;
}

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

.single-post article .entry-header .entry-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.single-post article .entry-content {
    font-size: 20px;
    color: #4a4a4a;
}

/* 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: 50px;
}


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

.single-post .comment-reply-title {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 25px;
}

.single-post .comment-respond form .comment-form-author {
    display: inline-block;
    float: none;
    width: 50%;
    margin-right: 10px;
}

.single-post .comment-respond form .comment-form-email {
    display: inline-block;
    float: none;
    width: calc( 100% - 15px - 50%);
}

.single-post .comment-respond {
    margin-bottom: 50px;
}

.single-post .comment-respond form label {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 600;
}

.single-post .comment-respond form input {
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    color: #4a4a4a;
    font-size: 14px;
    width: 100%;
    outline: 0;
}

.single-post .comment-respond form input[type="submit"] {
    width: 100%;
    color: #fff;
    background-color: #d0021b;
}

.single-post .comment-respond form textarea {
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    resize: none;
    font-size: 14px;
    height: 220px;
    width: 100%;
    color: #4a4a4a;
    outline: 0;
}

.single-post .entry-comments .comment-header {
    margin-bottom: 15px;
}

.single-post .entry-comments .comment-header .says {
    display: none;
}

.single-post .entry-comments .comment-header .comment-author {
    font-size: 14px;
    color: #4a4a4a;
    display: inline-block;
    font-weight: 600;
}

.single-post .entry-comments .comment-header .comment-author a {
    color: #4a4a4a;
}

.single-post .entry-comments .comment-header .comment-meta {
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.single-post .entry-comments .comment-header .comment-meta a {
    color: #a4a4a4;
}

.single-post .entry-comments .comment-reply a {
    font-size: 12px;
}

.single-post .entry-comments h3 {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 40px;
}

.single-post .entry-comments h3 span {
    display: none;
}

.single-post .entry-comments .comment-list {
    border-top: 2px solid #f6f6f6;
}

.single-post .entry-comments .comment-list li {
    border-bottom: 2px solid #f6f6f6;
    padding: 15px 0;
}

.single-post .entry-comments p {
    margin-bottom: 0;
}

.single-post .entry-comments .comment-content {
    font-size: 14px;
    color: #4a4a4a;
}

.single-post .entry-comments .children {
    padding-left: 40px;
}

.related-posts .related-title {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 30px;
}

.btotop {
    /*background-image: url(images/backtotop.svg);*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI0NnB4IiBoZWlnaHQ9IjQ3cHgiIHZpZXdCb3g9IjAgMCA0NiA0NyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuMjczNjA3MzM3Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA4LCAtNzkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzA4LCA3OTApIj48ZyBmaWxsPSIjNjE2MTYxIj48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNDYiIGhlaWdodD0iNDciIHJ4PSI1Ij48L3JlY3Q+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzLCAyMy41KSByb3RhdGUoOTApIHRyYW5zbGF0ZSgtMjMsIC0yMy41KSB0cmFuc2xhdGUoMTIsIDE1KSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNMjAuNjI1LDUuNjY2NjY2NjcgTDExLDUuNjY2NjY2NjcgTDExLDEuNDE2NjY2NjcgQzExLDAuNzMxIDEwLjQ4NDM3NSwwIDkuNjI1LDAgQzguOTkxMTI1LDAgOC42NjkzNzUsMC40MDY1ODMzMzMgOC4yNSwwLjc2NSBMMC44NTkzNzUsNy4wODMzMzMzMyBDMC4zMzI3NSw3LjUyNjc1IDAsNy44Njk1ODMzMyAwLDguNSBDMCw5LjEzMDQxNjY3IDAuMzMyNzUsOS40NzQ2NjY2NyAwLjg1OTM3NSw5LjkxNjY2NjY3IEw4LjI1LDE2LjIzNSBDOC42NjkzNzUsMTYuNTkzNDE2NyA4Ljk5MTEyNSwxNyA5LjYyNSwxNyBDMTAuNDg0Mzc1LDE3IDExLDE2LjI2OSAxMSwxNS41ODMzMzMzIEwxMSwxMS4zMzMzMzMzIEwyMC42MjUsMTEuMzMzMzMzMyBDMjEuMzgxMjUsMTEuMzMzMzMzMyAyMiwxMC42OTU4MzMzIDIyLDkuOTE2NjY2NjcgTDIyLDcuMDgzMzMzMzMgQzIyLDYuMzA0MTY2NjcgMjEuMzgxMjUsNS42NjY2NjY2NyAyMC42MjUsNS42NjY2NjY2NyBaIj48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==');
    height: 25px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 99;
    right: 20px;
    display: none;
    bottom: 20px;
    cursor: pointer;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

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

#genesis-sidebar-primary .widget {
    padding: 0;
}

#genesis-sidebar-primary .widget-title {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 15px;
}

#genesis-sidebar-primary .entry {
    margin-bottom: 0;
}

#genesis-sidebar-primary .entry-image {
    border-radius: 5px;
    height: 88px;
    width: 88px;
}

.widget.popular-posts .wpp-thumbnail {
    border-radius: 5px;
    height: 88px;
    width: 88px;
    margin-right: 15px;
}

.widget.popular-posts .wpp-post-title {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

#genesis-sidebar-primary a.alignleft {
    margin-bottom: 5px;
    margin-right: 15px;
}

#genesis-sidebar-primary .entry-title a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

#genesis-sidebar-primary .widget_display_forums li {
    /*border-bottom: 2px solid #cbcbcb;
    padding: 10px 0;
    margin-bottom: 0;
    line-height: 20px;
    min-height: 55px;*/
}

#genesis-sidebar-primary .widget_display_forums a {
    font-size: 14px;
    color: #bc4a4a;
}

#genesis-sidebar-primary .widget_display_topics li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#genesis-sidebar-primary .widget_display_topics a {
    font-size: 16px;
    color: #bc4a4a;
}

.primary-sidebar-social ul {
    margin: 0;
    padding: 0;
}

.primary-sidebar-social li {
    display: inline-block;
    margin-right: 5px;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.primary-sidebar-social li:last-child {
    margin: 0;
}

.primary-sidebar-social li a {
    font-size: 36px;
}

.primary-sidebar-social li .fa-youtube-square {
    color: #cf3427;
}

.primary-sidebar-social li .fa-twitter-square {
    color: #55acee;
}

.primary-sidebar-social li .fa-facebook-square {
    color: #3b5998;
}

.primary-sidebar-social li .fa-google-plus-square {
    color: #e02f2f;
}

.primary-sidebar-social li .fa-linkedin {
    color: #007bb5;
}

#bbp_search_submit {
    margin-top: 10px;
}

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

.footer-widgets {
    background-color: #1E1E1E;
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 70px 0;
    margin-top: 60px;
}

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

.footer-widgets-4 {
    width: 210px;
}


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

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


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

.site-footer {
    background-color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 40px 0 35px;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}

#genesis-footer-widgets .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

#genesis-footer-widgets .footer-widget-m li {
    margin-bottom: 5px;
    padding-bottom: 0;
}


#genesis-footer-widgets .footer-widget-m a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* Forum Styling
---------------------------------------------------------------------------------------------------- */

body.bbpress .entry-content ul > li {
    clear: none!important;
}

body.bbpress .entry-content .bbp-search-form {
    margin-bottom: 15px!important;
}

body.bbpress .entry-content .bbp-search-form input {
    padding: 6px!important;
}

body.bbpress .entry-content .bbp-search-form button,
body.bbpress .entry-content .bbp-search-form input[type="button"],
body.bbpress .entry-content .bbp-search-form input[type="reset"],
body.bbpress .entry-content .bbp-search-form input[type="submit"],
body.bbpress .entry-content .bbp-search-form .button {
    font-size: 14px!important;
    font-size: 1.4rem!important;
    margin-top: 0px!important;
    padding: 10px!important;
    vertical-align: top!important;
}

/* -- 11-6-18 Additions -- */

body.bbpress #bbpress-forums div.bbp-breadcrumb {
    margin-right: 5px!important;
}

body.bbpress #bbpress-forums,
body.bbpress #bbpress-forums div.bbp-breadcrumb,
body.bbpress #bbpress-forums ul.bbp-lead-topic,
body.bbpress #bbpress-forums ul.bbp-topics,
body.bbpress #bbpress-forums ul.bbp-forums,
body.bbpress #bbpress-forums ul.bbp-replies,
body.bbpress #bbpress-forums ul.bbp-search-results {
    font-size: 16px!important;
}

body.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content,
body.bbpress #bbpress-forums p.bbp-topic-meta {
    font-size: 14px!important;
}

body.bbpress #bbpress-forums ul.bbp-lead-topic,
body.bbpress #bbpress-forums ul.bbp-topics,
body.bbpress #bbpress-forums ul.bbp-forums,
body.bbpress #bbpress-forums ul.bbp-replies,
body.bbpress #bbpress-forums ul.bbp-search-results {
    border: 1px solid #aaa!important;
}

body.bbpress #bbpress-forums li.bbp-body ul.forum,
body.bbpress #bbpress-forums li.bbp-body ul.topic {
     border-top: 1px solid #aaa!important;
}

body.bbpress #bbpress-forums li.bbp-header {
    background: #eaeaea!important;
    border: 0px!important;
}

body.bbpress #bbpress-forums li.bbp-footer {
    background: #eaeaea!important;
    border: 0px!important;
    border-top: 1px solid #aaa!important;
}

body.bbpress #bbpress-forums div.odd,
body.bbpress #bbpress-forums ul.odd {
    background: #f6f6f6!important;
}

body.bbpress .bbp-pagination-links a:hover,
body.bbpress .bbp-pagination-links span.current {
    background: #eaeaea!important;
    border: 1px solid #aaa!important;
}

body.bbpress #bbpress-forums div.bbp-forum-header,
body.bbpress #bbpress-forums div.bbp-topic-header,
body.bbpress #bbpress-forums div.bbp-reply-header {
    background: #eaeaea!important;
    border-bottom: 1px solid #aaa!important;
    border-top: 1px solid #aaa!important;
}

body.bbpress span.bbp-admin-links a,
body.bbpress .bbp-forum-header a.bbp-forum-permalink,
body.bbpress .bbp-topic-header a.bbp-topic-permalink,
body.bbpress .bbp-reply-header a.bbp-reply-permalink {
    color: #333!important;
}

body.bbpress span.bbp-admin-links a:hover,
body.bbpress .bbp-forum-header a.bbp-forum-permalink:hover,
body.bbpress .bbp-topic-header a.bbp-topic-permalink:hover,
body.bbpress .bbp-reply-header a.bbp-reply-permalink:hover {
    color: #bc4a4a!important;
}

body.bbpress span.bbp-admin-links {
    color: #aaa!important;
}

body.bbpress #bbpress-forums .bbp-threaded-replies div.bbp-reply-header {
    border-left: 1px solid #aaa !important;
}

body.bbpress #bbpress-forums .bbp-replies .entry .bbp-reply-author,
body.bbpress #bbpress-forums .bbp-replies .bbp-reply-post-date {
    font-weight: 600!important;
}

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

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

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

    .content {
        width: 560px;
    }

    .sidebar-primary {
        width: 270px;
    }
    .article-feature-image {
        height: 150px;
        width: 150px;
    }
    .article-content .entry-content {
        width: calc( 100% - 170px);
    }
    .article-content .entry-header {
        width: calc( 100% - 170px);
    }
}

@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::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,
    .footer-widgets-3 {
        width: 200px;
    }
    .sidebar-primary {
        padding: 0 15px;
    }
    .header-widget-area {
        display: none;
    }
    .footer-widgets-4 {

        width: 150px;

    }
}

@media only screen and (max-width: 767px) {
    .site-header {
        text-align: center;
    }
    .single-post article .entry-content {
        font-size: 16px;
    }
    .header-image .title-area {
        max-width: 190px;
    }
    .h-menu-top {
        float: left;
    }
    .h-search-top {
        float: right;
        right: 25px;
        margin-top: 10px;
        width: auto;
    }
    .h-search-top #searchform {
        display: none;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
        width: 100%;
        margin-bottom: 40px;
        float: none;
    }
    .sidebar-menu-wrap {
        width: 250px;
        left: -250px;
        padding: 25px;
    }
    .sidebar-menu-main .sidebar-menu-wrap li a {
        font-size: 16px;
        margin-bottom: 0;
    }
    .sidebar-menu-main .sidebar-menu-wrap .current_page_item a:after {
        height: 1px;
        bottom: 2px;
    }
    .sidebar-menu-main .sidebar-menu-wrap h3 {
        margin-bottom: 10px;
    }
    .sidebar-menu-main .sidebar-menu-wrap h3 {
        margin-bottom: 0;
    }
    .sidebar-menu-wrap-open {
        left: 0;
    }
    .site-container-open {
        margin-left: 245px;
        width: 100%;
    }
    .sidebar-menu-main .cross-menu {
        left: 270px;
    }
    .home-banner {
        display: none;
    }
    #genesis-nav-primary {
        display: none;
    }

    .article-feature-image {
        height: 100px;
        width: 100px;
        margin-bottom: 10px;
    }
    .article-content .entry-content {
        width: 100%;
    }
    .article-content .entry-header {
        width: calc( 100% - 120px);
    }
    .article-content .entry-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .article-content .entry-header .entry-meta span {
        font-size: 12px;
    }
    .article-content .article-comment-icon .entry-comments-link a {
        font-size: 12px;
    }
    .related-posts article .entry-header .entry-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .article-content .article-comment-icon .entry-comments-link:before {
        height: 16px;
        width: 16px;
        top: 1px;
    }
    .article-content .article-author-name {
        margin-right: 20px;
    }
    .article-content .article-comment-icon .entry-comments-link {
        padding-left: 25px;
    }
    .article-content .article-comment-icon .entry-comments-link a > span {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .single-post .site-inner {
        padding-top: 0;
    }
    .singular-featured-image img {
        border-radius: 0;
    }
    .single-post .site-inner > .wrap {
        padding: 0;
    }
    .single-post .site-inner > .wrap .post.entry,
    .single-post .site-inner > .wrap .comment-respond,
    .single-post .site-inner > .wrap .related-posts,
    .single-post .site-inner > .wrap .entry-comments {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-post .article-update-date {
        display: block;
        margin-top: 5px;
    }
    .sidebar-menu-social li {
        margin-bottom: 0 !important;
    }
    .sidebar-menu-social a {
        font-size: 30px !important;
    }
    .popupopenmsearch {
        display: block;
    }
    .single-post .article-author-name {
        font-size: 14px;
    }
    .single-post .article-comment-icon .entry-comments-link {
        padding-left: 28px;
    }
    .single-post .article-comment-icon .entry-comments-link a {
        font-size: 14px;
    }
    .single-post .article-update-date {
        font-size: 14px;
    }
    .single-post .article-comment-icon .entry-comments-link:before {
        height: 16px;
        width: 16px;
        top: 4px;
    }
    .dpsp-total-share-wrapper span {
        font-size: 14px !important;
    }
    #comments > h3 {
        width: 100%;
        color: #fff;
        background-color: #616161;
        border-radius: 3px;
        font-size: 14px;
        outline: 0;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
        padding: 20px 24px;
    }
    .comment-respond .form-submit,
    .single-post .comment-respond {
        margin-bottom: 10px;
    }
    .single-post .comment-respond form .comment-form-email,
    .single-post .comment-respond form .comment-form-author {
        width: 100%;
    }
    #comments .comment-list {
        display: none;
        transition: all 0.3s ease-in;
    }
    .single-post article .entry-header .entry-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .singular-featured-image {
        margin-bottom: 15px;
    }
    .home.blog #genesis-content > .entry {
        position: relative;
        margin-bottom: 15px;
    }
    .home.blog #genesis-content > .entry:after {
        content: "";
        height: 2px;
        width: calc( 100% + 30px);
        background-color: #e6e6e6;
        bottom: 0;
        margin-left: -15px;
    }
    .home.blog #genesis-content .article-content .entry-content {
        padding-bottom: 15px;
    }
    .site-header {
        box-shadow: 0px 0px 5px 0px #a8a8a8;
    }

    .single-post .entry-comments h3 span {
        display: inline-block;
    }
	
	.editorschoice-cta .shotcta-item__column-image {
		flex-basis: 45%;
		width: initial !important;
		text-align: center;
	}
	
	.editorschoice-cta .shotcta-item__column-features {
		flex-basis: 55%;
		width: initial !important;
	}
	
	.editorschoice-cta .shotcta-item {
		flex-direction: column;
	}

}

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

    .article-feature-image {
        height: 60px;
        width: 60px;
        margin-right: 10px;
        margin-bottom: 10px
    }
    .article-content .entry-header {
        width: calc( 100% - 70px);
    }
    .article-content .entry-header .entry-meta span {
        font-size: 12px;
    }
    .related-posts article .entry-header .entry-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .article-content .article-comment-icon .entry-comments-link a {
        font-size: 12px;
    }
    .article-content .entry-content {
        font-size: 12px;
    }
    .postsizeinc {
        clear: both;
        float: none;
        margin-top: 15px;
        /*position: absolute;
        top: 50px;*/
    }
    #dpsp-content-top {
        margin-bottom: 55px !important;
    }
    .postsizeinc span {
        margin-left: 0;
        margin-right: 3px;
    }
	.editorschoice-cta .shotcta-item__column-image {
		flex-basis: 100%;
	}
	
	.editorschoice-cta .shotcta-item__column-features {
		flex-basis: 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;
    }

}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
fieldset.quick-tips {
  border: 1px solid #333;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px;
}

fieldset.quick-tips legend {
  padding: 0 15px;
  font-weight: bold;
}

fieldset.quick-tips ul {
  margin-left: 30px;
  margin-bottom:0;
}

fieldset.quick-tips ul li {
  font-size: 18px;
}

fieldset.quick-tips ul li::marker {
  color: #333;
}

fieldset.quick-tips ul li:last-child {
  margin-bottom: 0;
}

