/*
	Theme Name: Dermatology Authority
	Theme URI: https://dermatologyauthority.com/
	Description: Dermatology Authority theme is based on Authority Pro by StudioPress.
	Author: Jeremy Scott, StudioPress

	Version: 2.2.1.2

	Template: genesis
	Template Version: 2.5.1

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

	Text Domain: derm-auth-theme
*/

/* Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Brandon Text';
    src: url('fonts/BrandonText-Regular.woff2') format('woff2'),
    url('fonts/BrandonText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('fonts/BrandonText-RegularItalic.woff2') format('woff2'),
    url('fonts/BrandonText-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('fonts/BrandonText-Bold.woff2') format('woff2'),
    url('fonts/BrandonText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 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 35px
}

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: 2rem;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Brandon Text', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
    -webkit-transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44, .51, .24, .99), box-shadow 1s cubic-bezier(.44, .51, .24, .99);
    -moz-transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44, .51, .24, .99), box-shadow 1s cubic-bezier(.44, .51, .24, .99);
    -ms-transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44, .51, .24, .99), box-shadow 1s cubic-bezier(.44, .51, .24, .99);
    -o-transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44, .51, .24, .99), box-shadow 1s cubic-bezier(.44, .51, .24, .99);
    transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44, .51, .24, .99), box-shadow 1s cubic-bezier(.44, .51, .24, .99);
}

a {
    color: #40295d;
    text-decoration: underline;
}

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

p {
    margin: 0 0 1.6rem;
    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: bold;
}

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

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

blockquote {
    color: #555;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.67;
    margin: 35px;
    position: relative;
}

blockquote::before {
    color: #ddd;
    content: "\201C";
    display: block;
    font-size: 80px;
    font-size: 8rem;
    height: 0;
    left: -.75em;
    position: absolute;
    top: -.5em;
}

blockquote cite {
    color: #707070;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-top: 24px;
    text-transform: uppercase;
}

.flexible-widgets blockquote,
.flexible-widgets blockquote p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.66;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px;
}

h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1,
.is-style-headline1 {
    font-size: 56px;
    font-size: 5.6rem;
    letter-spacing: -.03em;
    line-height: 1;
}

h2,
.is-style-headline2 {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: -.02em;
    line-height: 1.1;
}

h3,
.is-style-headline3 {
    color: #111;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: -.01em;
    line-height: 1.23;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

h4,
.is-style-headline4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}

h5,
.is-style-headline5,
h6,
.is-style-headline6 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 1.5;
    text-transform: uppercase;
}

h6,
.is-style-headline6 {
    color: #555;
}

/* 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: 2px solid #ccc;
    color: #111;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 2px 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,
.genesis-nav-menu .highlight a,
.more-link,
.wp-block-button .wp-block-button__link {
    background-color: #40295d;
    box-shadow: 0 0 0 rgba(0, 0, 0, .24);
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    padding: 2rem 4rem;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border: 0;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.genesis-nav-menu .highlight a:focus,
.genesis-nav-menu .highlight a:hover,
.more-link:focus,
.more-link:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
    color: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
    text-decoration: none;
    transform: translate3d(0, -3px, 0);
}

.button {
    display: inline-block;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.button.primary,
.more-link {
    background-color: #40295d;
    color: #ffffff;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary {
    background-color: #111;
    border-color: #111;
    color: #ffffff;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.button.secondary:focus,
.button.secondary:hover {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 9px 24px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
    font-size: 20px;
    font-size: 2rem;
    padding: 24px;
}

.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;
    box-shadow: none;
    border-width: 0;
    color: #ababab;
    cursor: not-allowed;
    transform: none;
}

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

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    background: #ffffff;
    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;
}

.more-link-wrap a:not(.more-link) {
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}


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

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

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 5rem;
}

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

.full-width-content.page .site-inner {
    padding-top: 0;
}

.single.has-featured-image .site-inner {
    padding-top: 20px;
}

.single-post .site-inner {
    max-width: 800px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    float: right;
    width: 880px;
}

.content-sidebar .content,
.sidebar-content .content {
    max-width: 680px;
}

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

.authority-grid .content,
.full-width-content .content {
    width: 100%;
}

.full-width-content.single .content,
.full-width-content.page .content {
    float: none;
}

.full-width-content.page .content {
    margin-top: 0;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 375px;
}

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

/* 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 {
    float: left;
    position: relative;
    z-index: 2;
}

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

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

.comment .avatar {
    margin-right: 20px;
}

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

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.author-box {
    background-color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.87;
    margin-bottom: 70px;
    padding: 35px 70px;
}

.after-entry {
    margin-bottom: 70px;
}

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

.archive-description {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 0 0 35px 0;
    margin-bottom: 70px;
}

.full-width-content .archive-description {
    margin-bottom: 40px;
}

.author-box .avatar {
    border: 7px solid #fff;
    border-radius: 0;
    box-shadow: 0 9px 45px rgba(0, 0, 0, .14);
    transform: translate3d(-35px, 0, 0);
    margin: 0 15px 35px -70px;
}

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

.search-form {
    overflow: hidden;
}

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

.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,
.author-box-title {
    color: #111;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.23;
    margin-bottom: 20px;
}

.archive-title {
    font-size: 56px;
    font-size: 5.6rem;
    margin: 0 0 30px 0;
}

.entry-title {
    font-size: 42px;
    font-size: 4.2rem;
}

.single .entry-title {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1;
    letter-spacing: -.03em;
}

.authority-subtitle {
    color: #40295d;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: .07em;
    line-height: 1.5;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.entry-title a,
.sidebar .widget-title a {
    color: #111;
    text-decoration: none;
}

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

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

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

.flexible-widgets .widget-title,
.flexible-widgets .entry-title {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.flexible-widgets .featuredpost .widget-title {
    padding: 0 0 10px;
}

.flexible-widgets .featuredpost .more-posts-title {
    display: block;
    margin-top: 20px;
}

.footer-widgets .featured-content .entry-title,
.flexible-widgets .featuredpost .entry-title,
.authority-grid.archive:not(.woocommerce-page) .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: -.01em;
}

.enews-widget .widget-title {
    color: #111;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -.01em;
}

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

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


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

.sidebar .widget {
    padding: 50px;
}

.after-entry .widget {
    margin-bottom: 35px;
}

.widget {
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li: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;
}

.sidebar .widget:first-of-type {
    background-color: #fff;
    box-shadow: 0 15px 80px rgba(0, 0, 0, .14);
    margin-bottom: 20px;
}

.single .sidebar .widget:first-of-type {
    margin-top: -60px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets > .wrap {
    padding: 35px 0;
}

.flexible-widgets .widget {
    padding: 35px;
    width: 48%;
}

.flexible-widgets .widget:nth-child(odd) {
    clear: both;
    float: left;
}

.flexible-widgets .widget:nth-child(even) {
    float: right;
}

.flexible-widgets.widget-odd .widget:last-of-type {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    text-align: center;
    width: 100%;
}

.flexible-widgets .entry-content,
.flexible-widgets .textwidget {
    margin-left: 35px;
}

.flexible-widgets.widget-odd .widget:last-of-type .entry-content,
.flexible-widgets.widget-odd .widget:last-of-type .textwidget {
    margin-left: 0;
}

.flexible-widgets .featuredpost .entry-content {
    margin-left: 0;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type {
    max-width: none;
    padding: 70px 0 0;
    text-align: left;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: none;
    margin-bottom: 35px;
    padding: 0;
}

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

.content .featuredpage .entry-image {
    box-shadow: 0 20px 80px rgba(0, 0, 0, .2);
    box-sizing: content-box;
    border: 10px solid #fff;
    vertical-align: middle;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    background: #fff;
    box-shadow: 0 15px 80px rgba(0, 0, 0, .14);
    padding: 40px 60px;
    position: relative;
    text-align: center;
}

.flexible-widgets .enews-widget {
    padding: 60px 100px;
}

.footer-widgets .enews-widget:nth-child(1),
.footer-widgets .enews-widget:nth-child(2) {
    margin: -60px 0;
}

.footer-widgets .widget-odd .enews-widget:nth-child(1),
.footer-widgets .widget-odd .enews-widget:nth-child(2) {
    margin-bottom: 35px;
}

.footer-widgets .widget-odd .enews-widget:last-child {
    margin-bottom: -60px;
}

.enews-widget::after,
.sidebar .enews-widget:nth-child(2n+1)::after {
    background: #40295d;
    content: "";
    display: block;
    height: 5px;
    left: auto;
    position: absolute;
    right: 0;
    top: 70px;
    transform: translateX(50%);
    width: 40px;
}

.enews-widget:nth-child(odd)::after {
    right: auto;
    left: 0;
    transform: translateX(-50%);
}

.enews-widget p:first-of-type {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
}

.enews-widget .enews form + p {
    color: #707070;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: normal;
    margin-top: 12px;
}

.enews-widget form {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.enews-widget input[type="submit"] {
    background-color: #40295d;
    color: #ffffff;
}

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

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-align: center;
}

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

/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}

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

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


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

.site-header {
    background-color: #fff;
}
.site-header > .wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

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

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

.header-image .title-area {
    max-width: 240px;
    padding: 0;
}

.site-title {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -.03em;
}

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

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

.site-description {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

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


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

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: -.01em;
    width: 100%;
}

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

.genesis-nav-menu a {
    color: #111;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 8px 24px 8px 0;
}

.genesis-nav-menu .highlight {
    margin-left: 20px;
}

.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: #111 !important;
    position: relative;
    text-decoration: none;
}
.genesis-nav-menu a:focus:before,
.genesis-nav-menu a:hover:before,
.genesis-nav-menu .current-menu-item > a:before,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus:before,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover:before {
    content: '';
    display: block;
    height: 3px;
    width: 36px;
    background: #40295d;
    bottom: 0;
    left: 0;
    position: absolute;
}

.genesis-nav-menu .sub-menu {
    box-shadow: 0 16px 45px rgba(0, 0, 0, .18);
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 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 .nav-primary {
    flex-grow: 1;
    text-align: center;
}

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

.menu-toggle,
.search-toggle {
    border: 0;
    color: #111;
    font-size: 0;
    background: none !important;
}
.menu-toggle:before,
.search-toggle:before {
    font-size: 28px;
    color: #111;
    height: 28px;
    width: 28px;
}

.search-box {
    position: absolute;
    width: 440px;
    z-index: 100;
    background: white;
    right: 0px;
    padding: 1em;
}

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

/* Featured Images
--------------------------------------------- */

.authority-featured-image {
    margin: 0 0 24px;
    padding: 0;
}

.authority-featured-image,
.featuredpost .has-post-thumbnail > a {
    position: relative;
    z-index: 1;
}

.authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
    background: #ffffff;
    content: "";
    left: -30px;
    height: calc(100% + 20px);
    position: absolute;
    top: 30px;
    width: calc(100% + 60px);
    z-index: -1;
}

.single .authority-featured-image::before {
    height: calc(100% + 45px);
}

.authority-grid.archive:not(.woocommerce-page) .authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
    height: calc(100% + 10px);
}

.sidebar-content.single .authority-featured-image::before {
    left: auto;
    right: 0;
}

.featuredpost .alignnone {
    margin-bottom: 24px;
}

.authority-featured-image.authority-image-alignleft {
    float: left;
    margin: 0 24px 24px 0;
}

.authority-featured-image.authority-image-alignright {
    float: right;
    margin: 0 0 24px 24px;
}

.authority-featured-image.authority-image-alignleft img,
.authority-featured-image.authority-image-alignright img {
    margin: 0;
}

.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
    box-shadow: 0 16px 65px rgba(0, 0, 0, .18);
    vertical-align: middle;
}

.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
    -webkit-transition: transform .5s cubic-bezier(.44, .51, .24, .99), box-shadow .75s cubic-bezier(.44, .51, .24, .99);
    -moz-transition: transform .5s cubic-bezier(.44, .51, .24, .99), box-shadow .75s cubic-bezier(.44, .51, .24, .99);
    -ms-transition: transform .5s cubic-bezier(.44, .51, .24, .99), box-shadow .75s cubic-bezier(.44, .51, .24, .99);
    -o-transition: transform .5s cubic-bezier(.44, .51, .24, .99), box-shadow .75s cubic-bezier(.44, .51, .24, .99);
    transition: transform .5s cubic-bezier(.44, .51, .24, .99), box-shadow .75s cubic-bezier(.44, .51, .24, .99);
    transform: translate3d(0, 0, 0);
}

.authority-featured-image a:focus img,
.authority-featured-image a:hover img,
.featuredpost .has-post-thumbnail > a:focus img,
.featuredpost .has-post-thumbnail > a:hover img {
    box-shadow: 0 6px 15px rgba(0, 0, 0, .30);
    transform: translate3d(0, 10px, 0);
}

.has-featured-image .content {
    margin-top: 24px;
}

.has-featured-image .content,
.has-featured-image .sidebar,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-header {
    position: relative;
    z-index: 2;
}


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

.entry {
    margin-bottom: 70px;
}

.entry-header {
    margin-bottom: 35px;
}
.page .entry-header,
.page .entry {
    margin-bottom: 0;
}

.entry-content .intro {
    color: #111;
    font-size: 20px;
    font-size: 2rem;
    font-style: italic;
    line-height: 1.7;
}

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

.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: #111;
    color: #eee;
}

p.center {
    text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
    background-color: #111;
    padding: 25px 30px;
}

.message,
.message a {
    color: #fff;
}

.message.green {
    background-color: #00a86d;
}

.message.orange {
    background-color: #cc4b00;
}

.message.red {
    background-color: #be0040;
}

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

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
.authority-grid.archive:not(.woocommerce-page) .content .entry {
    float: left;
    padding: 0 35px;
    width: 33.3%;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
    padding-bottom: 35px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry:nth-of-type(3n+1),
.authority-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1) {
    clear: left;
}

.featuredpost .entry-header,
.authority-grid.archive:not(.woocommerce-page) .entry-header {
    margin-bottom: 24px;
}

.featuredpost .entry-content p,
.authority-grid.archive:not(.woocommerce-page) .entry-content p {
    margin-bottom: 12px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
    padding-left: 35px;
    padding-right: 35px;
}


/* Entry Meta
--------------------------------------------- */

.entry-meta {
    color: #707070;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 10px;
}

.entry-meta > * {
    color: #555;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}

.entry-meta > .entry-author {
    margin-left: 5px;
}

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

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

.entry-footer {
    position: relative;
    z-index: 2;
}

/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 35px 0 70px;
}

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

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 20px;
    text-decoration: none;
}

.archive-pagination .pagination-next > a,
.archive-pagination .pagination-previous > a {
    border: 2px solid #40295d;
    color: #40295d;
    padding: 6px 20px;
}

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

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

.entry-comments > h3,
.entry-pings > h3,
.comment-respond > h3 {
    color: #111;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -1px;
}

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85;
    margin-bottom: 70px;
}

.comment-list li {
    border-left: 2px solid #eee;
    margin: 35px 0 0 15px;
    padding: 0 0 0 35px;
}

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

.comment-header {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-header a {
    color: #555;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
}

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

.says {
    color: #707070;
    font-style: italic;
    margin-left: 5px;
}

.comment-content {
    clear: both;
}

.comment-content p {
    margin-bottom: 15px;
}

.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-reply {
    color: #40295d;
    font-weight: bold;
    letter-spacing: .08em;
    text-transform: uppercase;
}

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

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

.sidebar {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 35px;
}


/* Top Banner
---------------------------------------------------------------------------------------------------- */

.authority-top-banner {
    background: #40295d;
    display: none;
    padding: 24px 80px 24px 24px;
    position: relative;
    text-align: center;
}

.authority-top-banner,
.authority-top-banner a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1.55;
}

.authority-top-banner,
.authority-top-banner a,
.authority-top-banner a:focus,
.authority-top-banner a:hover {
    color: #fff;
}

#authority-top-banner-close,
#authority-top-banner-close:focus,
#authority-top-banner-close:hover {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
}

#authority-top-banner-close {
    padding-left: 35px;
    padding-right: 35px;
}


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

.footer-widgets {
    background-color: #ffffff;
    clear: both;
}

.footer-widgets .widget_media_image::after {
    display: none;
}


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

.site-footer {
    background-color: #40295d;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .08em;
    padding: 5rem 0;
    text-transform: uppercase;
}

.site-footer .wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.site-footer .footer-logo {
    flex: 0 1 100%;
    padding-bottom: 5rem;
    text-align: center;
}
.site-footer .footer-logo img {
    margin: 0 auto 2rem;
    max-width: 320px;
}
.site-footer nav {
    flex: 0 1 50%;
    max-width: 180px;
}
.site-footer nav .wrap {
    padding: 0;
}
.site-footer .nav-secondary {
    padding-right: 2.5rem;
}
.site-footer .nav-social {
    padding-left: 2.5rem;
}

.site-footer p {
    margin-bottom: 0;
    margin-top: 7px;
}
.site-footer nav p {
    font-weight: bold;
    margin-bottom: .5rem;
}


@media only screen and (min-width: 801px) {
    .site-footer .footer-logo {
        flex: 0 1 40%;
        padding-bottom: 0;
        text-align: left;
    }
    .site-footer .footer-logo img {
        margin: 0 auto 0 0;
    }
    .site-footer nav {
        flex: 0 1 30%;
    }
}

/* Footer Navigation
--------------------------------------------- */

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

}
.site-footer .genesis-nav-menu .menu-item {
    display: block;
    margin-bottom: .5rem;
}

.site-footer .genesis-nav-menu a {
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu .current-menu-item > a {
    color: #aaa !important;
}

.site-footer .genesis-nav-menu .current-menu-item > a:hover,
.site-footer .genesis-nav-menu .current-menu-item > a:focus {
    color: #fff !important;
}

.site-footer .nav-social .genesis-nav-menu .menu-item {
    display: inline-block;
    padding-left: .5rem;
}

.site-footer .nav-social .genesis-nav-menu .menu-item:first-child {
    padding-left: 0;
}
.site-footer .nav-social .genesis-nav-menu .menu-item a {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.site-footer .nav-social .genesis-nav-menu .menu-item a:before {
    display: block;
    content: '';
    background-size: contain;
    height: 24px;
    width: 24px;
    position: relative;
    top: 3px;
}
.site-footer .nav-social .genesis-nav-menu .menu-item.social-link-linkedin a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M2.5 18h3V6.9h-3V18zM4 2c-1 0-1.8.8-1.8 1.8S3 5.6 4 5.6s1.8-.8 1.8-1.8S5 2 4 2zm6.6 6.6V6.9h-3V18h3v-5.7c0-3.2 4.1-3.4 4.1 0V18h3v-6.8c0-5.4-5.7-5.2-7.1-2.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.site-footer .nav-social .genesis-nav-menu .menu-item.social-link-youtube a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M17.7 5.3c-.2-.7-.7-1.2-1.4-1.4-2.1-.2-4.2-.4-6.3-.3-2.1 0-4.2.1-6.3.3-.6.2-1.2.8-1.4 1.4C2.1 6.9 2 8.4 2 10s.1 3.1.3 4.7c.2.7.7 1.2 1.4 1.4 2.1.2 4.2.4 6.3.3 2.1 0 4.2-.1 6.3-.3.7-.2 1.2-.7 1.4-1.4.2-1.5.3-3.1.3-4.7s-.1-3.1-.3-4.7zM8 13V7l5.2 3L8 13z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.site-footer .nav-social .genesis-nav-menu .menu-item.social-link-instagram a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M12.7 10c0-1.5-1.2-2.7-2.7-2.7S7.3 8.5 7.3 10s1.2 2.7 2.7 2.7c1.5 0 2.7-1.2 2.7-2.7zm1.4 0c0 2.3-1.8 4.1-4.1 4.1S5.9 12.3 5.9 10 7.7 5.9 10 5.9s4.1 1.8 4.1 4.1zm1.1-4.3c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .5 1 1zM10 3.4c-1.2 0-3.7-.1-4.7.3-.7.3-1.3.9-1.5 1.6-.4 1-.3 3.5-.3 4.7s-.1 3.7.3 4.7c.2.7.8 1.3 1.5 1.5 1 .4 3.6.3 4.7.3s3.7.1 4.7-.3c.7-.3 1.2-.8 1.5-1.5.4-1.1.3-3.6.3-4.7s.1-3.7-.3-4.7c-.2-.7-.8-1.3-1.5-1.5-1-.5-3.5-.4-4.7-.4zm8 6.6v3.3c0 1.2-.4 2.4-1.3 3.4-.9.9-2.1 1.3-3.4 1.3H6.7c-1.2 0-2.4-.4-3.4-1.3-.8-.9-1.3-2.1-1.3-3.4V10 6.7c0-1.3.5-2.5 1.3-3.4C4.3 2.5 5.5 2 6.7 2h6.6c1.2 0 2.4.4 3.4 1.3.8.9 1.3 2.1 1.3 3.4V10z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.site-footer .nav-social .genesis-nav-menu .menu-item.social-link-twitter a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M18.94 4.46c-.49.73-1.11 1.38-1.83 1.9.01.15.01.31.01.47 0 4.85-3.69 10.44-10.43 10.44-2.07 0-4-.61-5.63-1.65.29.03.58.05.88.05 1.72 0 3.3-.59 4.55-1.57-1.6-.03-2.95-1.09-3.42-2.55.22.04.45.07.69.07.33 0 .66-.05.96-.13-1.67-.34-2.94-1.82-2.94-3.6v-.04c.5.27 1.06.44 1.66.46-.98-.66-1.63-1.78-1.63-3.06 0-.67.18-1.3.5-1.84 1.81 2.22 4.51 3.68 7.56 3.83-.06-.27-.1-.55-.1-.84 0-2.02 1.65-3.66 3.67-3.66 1.06 0 2.01.44 2.68 1.16.83-.17 1.62-.47 2.33-.89-.28.85-.86 1.57-1.62 2.02.75-.08 1.45-.28 2.11-.57z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.site-footer .nav-social .genesis-nav-menu .menu-item.social-link-facebook a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M8.46 18h2.93v-7.3h2.45l.37-2.84h-2.82V6.04c0-.82.23-1.38 1.41-1.38h1.51V2.11c-.26-.03-1.15-.11-2.19-.11-2.18 0-3.66 1.33-3.66 3.76v2.1H6v2.84h2.46V18z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.site-footer .nav-social .genesis-nav-menu .menu-item.social-link-email a:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='envelope' class='svg-inline--fa fa-envelope fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z'%3E%3C/path%3E%3C/svg%3E");
}

/* Block Editor Styles
---------------------------------------------------------------------------------------------------- */
.alignfull,
.wp-block-cover.alignfull,
.wp-block-group.alignfull,
.wp-block-columns.alignfull {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}
.wp-block-group__inner-container,
.wp-block-cover__inner-container {
    margin: 0 auto;
    max-width: 1440px;
}

.wp-block-group.is-style-narrowWidth {
    max-width: 800px;
    margin: 0 auto;
}

.wp-block-cover {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.is-style-no-gutters .wp-block-columns {
    margin-bottom: 0;
}
.is-style-no-gutters .wp-block-column {
    margin: 0 !important;
}
.is-style-no-gutters .wp-block-column .wp-block-cover {
    padding: 2rem;
}
.wp-block-column .wp-block-cover {
    min-height: 100%;
}
.wp-block-group__inner-container > *:last-child {
    margin-bottom: 0;
}
.wp-block-group.no-padding {
    padding: 0 !important;
}


.has-smallest-font-size {
    font-size: 1.2rem !important;
}
.has-small-font-size,
.has-smaller-font-size {
    font-size: 1.6rem !important;
}
.has-normal-font-size,
.has-regular-font-size {
    font-size: 2.0rem !important;
}
.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.8rem !important;
    line-height: 1.5;
}
.has-largest-font-size {
    font-size: 3.6rem !important;
    line-height: 1.25;
}

.has-white-color,
.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-color h4,
.has-white-color h5,
.has-white-color h6 {
    color: #ffffff !important;;
}
.has-light-purple-color,
.has-light-purple-color h1,
.has-light-purple-color h2,
.has-light-purple-color h3,
.has-light-purple-color h4,
.has-light-purple-color h5,
.has-light-purple-color h6 {
    color: #b38ebb !important;;
}
.has-medium-purple-color,
.has-medium-purple-color h1,
.has-medium-purple-color h2,
.has-medium-purple-color h3,
.has-medium-purple-color h4,
.has-medium-purple-color h5,
.has-medium-purple-color h6 {
    color: #854293 !important;;
}
.has-dark-purple-color,
.has-dark-purple-color h1,
.has-dark-purple-color h2,
.has-dark-purple-color h3,
.has-dark-purple-color h4,
.has-dark-purple-color h5,
.has-dark-purple-color h6 {
    color: #40295d !important;
}
.has-light-gray-color,
.has-light-gray-color h1,
.has-light-gray-color h2,
.has-light-gray-color h3,
.has-light-gray-color h4,
.has-light-gray-color h5,
.has-light-gray-color h6 {
    color: #f2f2f2 !important;;
}
.has-black-color {
    color: #111111 !important;;
}

.has-white-background-color {
    background-color: #ffffff;
}
.has-light-purple-background-color {
    background-color: #b38ebb;
}
.has-medium-purple-background-color {
    background-color: #854293;
}
.has-dark-purple-background-color {
    background-color: #40295d;
}
.has-light-gray-background-color {
    background-color: #f2f2f2;
}
.has-black-background-color {
    background-color: #111111;
}


@media only screen and (min-width: 782px) {
    .wp-block-columns.icon-table.has-two-centered-quarters {
        justify-content: center;
    }
    .wp-block-columns.icon-table.has-two-centered-quarters .wp-block-column {
        max-width: 25%;
        margin-left: 0 !important;
    }
}

.logos-row.wp-block-gallery {
    margin-left: 20px;
    margin-right: 20px;
}

.logos-row .wp-block-image {
    margin-bottom: unset !important;
}

/* Shared Page Block Styles */

.wp-block-columns.icon-table p {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.wp-block-columns.icon-table a {
    color: #111;
}
.wp-block-columns.icon-table a:hover {
    color: #40295d;
}

/* New Front Page Block Styles */

.purple-highlight {
    display: inline-block;
    background: rgba(64,41,93,.7);
    padding: 12px 24px;
}

.job-board-blocks.wp-block-columns {
    position: relative;
    margin-bottom: -40px;
    top: -100px;
    box-shadow: 0 4px 10px 1px rgba(64,41,93,0.75);
    z-index: 1;
}



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

@emdia only screen and (max-width: 1075px) {

    .content,
    .content-sidebar .content,
    .sidebar-content .content,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .sidebar-primary,
    .site-header .nav-primary,
    .title-area {
        max-width: 100%;
        width: 100%;
    }

    .archive-description {
        margin-bottom: 35px;
        padding-bottom: 20px;
    }

    .archive-description,
    .entry {
        margin-left: auto;
        margin-right: auto;
        max-width: 680px;
    }

    .pricing-page .entry {
        max-width: none;
    }

    .authority-grid .archive-description {
        max-width: none;
    }

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

    .title-area {
        margin-right: auto;
    }

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

    .header-image .site-title > a {
        background-position: center !important;
    }

    /* Genesis Responsive Menus */
    .genesis-responsive-menu .wrap {
        padding: 0;
    }

    .site-header .nav-primary {
        display: none;
        position: absolute;
        max-width: 320px;
        right: 0;
        top:100%;
        z-index: 10;
        background: #40295d;
    }

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

    .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 a:focus,
    .genesis-responsive-menu .genesis-nav-menu a:hover {
        color: #40295d;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px;
        text-align: left;
        width: 100%;
        color: #fff !important;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a:active {
        background-color: #f2f2f2;
        color: #111 !important;
    }

    .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,
    .genesis-nav-menu .highlight {
        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 {
        box-shadow: none;
        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;
    }

    .genesis-responsive-menu .highlight a,
    .genesis-responsive-menu .highlight a:focus,
    .genesis-responsive-menu .highlight a:hover {
        background: transparent;
        box-shadow: none;
        transform: none;
    }

    .genesis-responsive-menu .highlight a:focus,
    .genesis-responsive-menu .highlight a:hover {
        color: #40295d;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        visibility: visible;
    }

    .flexible-widgets .widget {
        padding-left: 25px;
        padding-right: 25px;
    }

    .flexible-widgets .entry-content,
    .flexible-widgets .textwidget {
        margin-left: 0;
    }

    .enews-widget {
        padding: 20px 40px;
    }

    .flexible-widgets .enews-widget {
        padding: 40px 60px;
    }

    .authority-featured-image::before,
    .featuredpost .has-post-thumbnail > a::before {
        left: -20px;
        width: calc(100% + 40px);
    }

    .flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
    .authority-grid.archive:not(.woocommerce-page) .content .entry {
        padding: 0 25px;
    }

    .flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
    .flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
        padding-left: 25px;
        padding-right: 25px;
    }

    .single .sidebar .widget:first-of-type {
        margin-top: 0;
    }

    .pricing-table .one-fifth,
    .pricing-table .one-fourth,
    .pricing-table .one-half,
    .pricing-table .one-third {
        padding: 30px 40px;
    }

    .pricing-table .one-fourth,
    .pricing-table .one-fifth {
        width: 50%;
    }

}

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

    .author-box .avatar {
        margin-left: 35px;
    }

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

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

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

    .authority-featured-image,
    .entry,
    .comment-respond,
    .entry-comments,
    .entry-pings {
        padding: 0;
    }

    .entry-footer {
        margin-left: 0;
    }

    .archive-description {
        text-align: center;
    }

    .archive-title {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .enews-widget .widget-title {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .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,
    .pricing-table .one-fifth,
    .pricing-table .one-fourth,
    .pricing-table .one-half,
    .pricing-table .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    #authority-top-banner-close {
        padding-left: 20px;
        padding-right: 20px;
    }

    .authority-top-banner {
        padding-left: 18px;
        padding-right: 60px;
    }

    .enews-widget::after {
        display: none;
    }

    .flexible-widgets .widget-title,
    .flexible-widgets .entry-title {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .flexible-widgets.widget-odd .featuredpost:last-of-type {
        padding-top: 20px;
    }

    .authority-featured-image::before,
    .featuredpost .has-post-thumbnail > a::before {
        left: -15px;
        width: calc(100% + 30px);
    }

    .flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
    .authority-grid.archive:not(.woocommerce-page) .content .entry {
        padding: 0 20px;
    }

    .flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
        padding: 0 20px 10px;
    }

    .flexible-widgets .featuredpost .entry-title,
    .footer-widgets .featured-content .entry-title,
    .authority-grid.archive:not(.woocommerce-page) .entry-title {
        font-size: 22px;
        font-size: 2.2rem;
    }

}

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

    h2,
    .entry-comments > h3,
    .entry-pings > h3,
    .comment-respond > h3,
    .entry-title,
    .is-style-headline2{
        font-size: 32px;
        font-size: 3.2rem;
    }

    h1,
    .single .entry-title,
    .is-style-headline1{
        font-size: 42px;
        font-size: 4.2rem;
    }

    .full-width-content.single .content {
        margin-top: 20px;
    }

    .flexible-widgets .widget,
    .flexible-widgets .widget:nth-child(odd),
    .flexible-widgets.widget-odd .widget:last-of-type,
    .flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
    .authority-grid.archive:not(.woocommerce-page) .content .entry {
        clear: both;
        float: none;
        position: static;
        text-align: center;
        max-width: none;
        padding: 20px 0;
        width: 100%;
    }

    .footer-widgets .enews-widget:nth-child(1),
    .footer-widgets .enews-widget:nth-child(2) {
        margin: 0;
    }

    blockquote {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0;
    }

    blockquote::before {
        position: relative;
        left: -8px;
        height: 80px;
        top: auto;
    }

    .flexible-widgets blockquote p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
    .authority-grid.archive:not(.woocommerce-page) .content .entry {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .flexible-widgets .featuredpost .more-posts,
    .flexible-widgets .featuredpost .widget-title {
        padding-left: 0;
        padding-right: 0;
    }

    .authority-featured-image::before,
    .featuredpost .has-post-thumbnail > a::before {
        display: none;
    }

    .flexible-widgets .enews-widget,
    .flexible-widgets .enews-widget:last-of-type,
    .flexible-widgets.widget-odd .enews-widget:last-of-type {
        padding: 30px 40px;
    }

}

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

    .flexible-widgets > .wrap {
        padding: 15px 0;
    }

    .enews-widget,
    .flexible-widgets .enews-widget,
    .flexible-widgets .enews-widget:last-of-type,
    .flexible-widgets.widget-odd .enews-widget:last-of-type {
        padding: 20px;
    }

}


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

    p {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        clear: both;
        padding: 20px;
    }

    .authority-grid.archive .content .entry,
    .content,
    .content-sidebar,
    .flexible-widgets .featured-content .entry,
    .flexible-widgets .widget,
    .header-image .title-area,
    .title-area,
    .woocommerce.archive .content .entry {
        max-width: 100% !important;
        width: 100% !important;
    }

    .flexible-widgets .widget,
    .flexible-widgets .widget:nth-child(2n) {
        float: none;
    }

    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,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .nav-social,
    .pagination,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .author-box {
        margin-bottom: 0;
    }

    .hero-section {
        margin-top: 0;
    }

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

    .more-link {
        border-width: 0;
        display: block;
        margin-bottom: 20px;
        position: static;
    }

    .more-link-wrap {
        border-width: 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.archive.marketplace {

}

body.archive.marketplace #genesis-content {
    max-width: 100%;
    width: 100%;
}

body.archive.marketplace #genesis-content .offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

body.archive.marketplace #genesis-content .offers .offer {
    background: #f4e0ef;
    position: relative;
    margin-bottom: 25px;
    min-height: 200px;
    width: 32%;
}

body.archive.marketplace #genesis-content .offers .offer .container {
    padding: 15px;
}

body.archive.marketplace #genesis-content .offers .offer .container .excerpt {
    margin-bottom: 50px;
}

body.archive.marketplace #genesis-content .offers .offer .container .offer-image {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;

    height: auto;
    margin: 5px 0 15px;
    max-width: 100%;
}

body.archive.marketplace #genesis-content .offers .offer > a {
    color: #3a255d;
    text-decoration: none;
}

body.archive.marketplace #genesis-content .offers .offer .name {
    background: #886a8f;
    color: #fff;
    margin: 0;
    padding: 15px;
}

body.archive.marketplace #genesis-content .offers .offer .get-started {
    bottom: 15px;
    font-size: 0.85em;
    position: absolute;
}

body.archive.marketplace #genesis-content .offers .offer .get-started:before {
    border-top: 10px solid transparent;
    border-left: 15px solid #3a255d;
    border-bottom: 10px solid transparent;
    content: " ";
    display: inline-block;
    height: 0;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
    width: 0;
}

#front-page-4 .flexible-widgets .widget {
    clear: both;
    float: none;
    width: 100%;
}

#front-page-4 .flexible-widgets .widget .one-half {
    text-align: right;
}


#front-page-4 .flexible-widgets .widget .one-half.first {
    text-align: left;
}


/* Job Feed */
#front-page-4 .widget_rss .widget-title {
    display: none;
}

#front-page-4 .widget_rss ul {
    display: flex;
}

#front-page-4 .widget_rss ul li {
    padding: 0 35px 35px;
    position: relative;
}

#front-page-4 .widget_rss ul li:before {
    background: #ffffff;
    content: "";
    height: 80px;
    left: 10px;
    position: absolute;
    top: -25px;
    width: calc(100% - 20px);
    z-index: -1;
}

#front-page-4 .widget_rss ul li:after {
}

#front-page-4 .widget_rss ul li a.rsswidget {
    color: #111;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
    text-decoration: none;
}

#front-page-4 .widget_rss ul li a.rsswidget:hover {
    color: #886a8f;
}


#front-page-4 .widget_rss ul li .rss-date {
    color: #555;
    display: block;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.5;
    margin: 0 5px 20px 0;
    text-transform: uppercase;
}

#front-page-4 .widget_rss ul li .rss-date:before {
    content: "posted on ";
    font-style: italic;
    line-height: 1.3;
    text-transform: none;
}


body.page-template-page_gated .footer-widgets {
    display: none;
}


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

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

}

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

    body.archive.marketplace #genesis-content .offers .offer {
        width: 49%;
    }

}


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

}

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

    #front-page-4 .widget_rss ul {
        flex-wrap: wrap;
    }

    #front-page-4 .widget_rss ul li {
        padding: 0 35px 35px;
        width: 100%;
    }

    body.archive.marketplace #genesis-content .offers .offer {
        width: 100%;
    }

}

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

}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 641px) {
    html .gform_wrapper .top_label input.medium,
    html .gform_wrapper .top_label select.medium {
        width: 100%;
    }
}

/**
 * Archives
 */

/* Archives > Archives Header */
.archive-header .wrap {
    display: flex;
    flex-flow: row wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and ( min-width: 768px ) {
    .archive-header-courses .wrap {
        flex-flow: row nowrap;
        align-items: center;
    }
    .archive-header .wrap > .archive-header-content {
        flex: 0 1 70%;
    }

    .archive-header .wrap > .archive-header-adspace {
        flex: 0 1 25%;
        margin-left: 5%;
    }
}

@media only screen and (max-width: 1075px) {
    .archive-header .wrap {
        padding: 0 5%;
    }
}

.archive-header .wrap > div {
    flex: 0 1 100%;
    padding-bottom: 2rem;
}

/* Archives > Archives Body */

.post-type-archive .content {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 6rem;
}

.post-type-archive .content article {
    flex: 0 1 98%;
    padding: 8px 12px;
    margin: 20px 1%;
    box-shadow: 0 15px 80px rgb(0 0 0 / 14%);
    display: flex;
    flex-flow: column;
    position: relative;
}

@media only screen and (  min-width: 600px  ) {
    .post-type-archive .content article {
        flex: 0 1 48%;
        padding: 16px 24px;
    }
}

.post-type-archive .content article.sponsored-entry {
    box-shadow: 0 15px 20px rgb(136 106 143 / 90%)
}

.post-type-archive .content .featured-image {
    margin: -8px -12px 8px -12px;
    aspect-ratio: 1200 / 630;
}

@media only screen and (  min-width: 600px  ) {
    .post-type-archive .content .featured-image {
        margin: -16px -24px 16px -24px;
    }
}

.post-type-archive .content .featured-image img {
    display: none;
}

.post-type-archive .content .featured-image .featured-image-flex {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.post-type-archive .content article > h2 {
    font-size: 18px;
}
.post-type-archive .content article > h2 a {
    color: inherit;
    text-decoration: none;
}

.post-type-archive p {
    margin: 1.5rem 0;
}

.post-type-archive .content article > p {
    font-size: 13px;
}

.post-type-archive .content article .meta {
    font-size: 15px;
    font-weight: bold;
}

.post-type-archive .content article span {
    margin-right: 4px;
}

.post-type-archive .content article .action {
    margin-top: 16px;
}

.post-type-archive .content article .button {
    display: block;
}

.post-type-archive .content .entry-meta {
    margin-top: auto;
}

.post-type-archive.content-sidebar .content,
.post-type-archive.sidebar-content .content {
    max-width: 800px;
}

.post-type-archive .pagination {
    flex: 0 1 100%;
    margin: 2rem 1% 4rem;
    text-align: center;
}

/* Tooltip container */
.post-type-archive .sponsored-entry-tag {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23886a8f' d='M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1 4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 9V9H9v6h2z'/%3E%3C/g%3E%3C/svg%3E%0A");
    height: 24px;
    width: 24px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

/* Tooltip text */
.post-type-archive .sponsored-entry-tag span {
    visibility: hidden;
    width: 120px;
    background-color: #886a8f;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 12px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.post-type-archive .sponsored-entry-tag:hover span {
    visibility: visible;
}

.post-type-archive .sponsored-entry-tag span a {
    display: block;
    color: #fff;
}

/* Archives > Webinars Archive Specifics */

@media only screen and (  min-width: 1250px  ) {
    .webinars .content article {
        flex: 0 1 31.3333%;
    }
}

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

.webinars .content > h2 {
    flex: 0 1 100%;
    margin-left: 1%;
    margin-right: 1%;
}

/* Archives > Courses Archive Specifics */

@media only screen and (  min-width: 1250px  ) {
    .courses .content article {
        flex: 0 1 23%;
    }
}

.courses .cme-topics,
.courses .cme-types {
    font-size: 14px;
}

.courses .cme-topics strong,
.courses .cme-types strong {
    text-transform: uppercase;
}


/* Archives > Events Archive Specifics */

.post-type-archive-tribe_events .content article {
    flex: 0 1 100%;
}

.post-type-archive-tribe_events .content .entry-title {
    font-size: 1.25rem;
    margin: 1rem 0 1.5rem;
}

/**
 * Single Templates
 */

.single .content ul {
    margin-left: 4rem;
    margin-bottom: 2rem;
}
.single .content ul li {
    list-style-type: disc;
}

.single-webinars .featured-image {
    aspect-ratio: 1200 / 630;
    position: relative;
}

.single-webinars .featured-image img {
    display: none;
}

.single-webinars .featured-image .featured-image-flex {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-webinars .meta {
    font-size: 15px;
    font-weight: bold;
}

.single-webinars .embed-container {
    background: black;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
}
.single-webinars .embed-container > * {
    flex: 0 1 100%;
}


/* CME SEARCH */

.cme-search #cme_s {
    line-height: 25px;
}

.cme-search {
    flex: 0 1 100%;
    margin: 0 1% 2rem;
    display: flex;
    flex-flow: row wrap;
}

.cme-search .search-field {
    flex: 1 1 100%;
    margin-bottom: 16px;
}

.cme-search .search-field.sort {
    padding-right: 1rem;
}

.cme-search .search-field.sort,
.cme-search .search-field:last-child {
    flex: 0 1 50%;
}

@media only screen and ( min-width: 768px ) {
    .cme-search {
        flex: 0 1 100%;
        margin: 0 1% 2rem;
        display: flex;
        flex-flow: row nowrap;
    }

    .cme-search .search-field {
        flex: 1 1 33.33%;
        padding-right: 1rem;
    }

    .cme-search .search-field.sort {
        flex: 0 1 200px;
    }

    .cme-search .search-field:last-child {
        flex: 0 1 160px;
        padding-right: 0;
    }
}

.cme-search .search-field:last-child button {
    width: 154px;
    padding: 20px;
}


/*
 * AdPlugg & Adspaces
 */
.archive-header .adplugg-tag {
    text-align: right;
}

.adplugg-tag.sidebar {
    text-align: center;
}

.archive-loop-adspace {
    flex: 0 1 100%;
    margin: 2rem 1%;
}

.archive-loop-adspace img {
    width: 100%;
}

.adspace {
    height: 160px;
    width: 100%;
    background: #886a8f;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.adspace .disclaimer {
    text-align: center;
    display: block;
    font-weight: bold;
}

.expired-hidden {
    display: none;
    visibility: hidden;
}

.header-image .site-title>a {
    background: url(/wp-content/uploads/2018/02/dermatology-authority-logo-600x160x1.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.site-footer .footer-logo > a {
    display: flex;
    margin-bottom: 25px;
}
@media(max-width: 800px) {
.site-footer .footer-logo>a {
    margin-bottom: 0;
}	
}