/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
}
main {
  display: block;
}
hr {
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[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-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
/*!
	Theme Name: Minimum Pro Custom
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A stunning execution of "less is more," the Minimum child theme expresses everything you're about, with very little effort.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.2 

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

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
.archive-description a,
.archive-description a:active,
.archive-description a:focus,
.archive-description a:hover,
.archive .author-box a,
.archive .author-box a:active,
.archive .author-box a:focus,
.archive .author-box a:hover,
.author-box-content a,
.author-box-content a:active,
.author-box-content a:focus,
.author-box-content a:hover,
.entry-content a,
.entry-content a:active,
.entry-content a:focus,
.entry-content a:hover,
.featured-content .entry-title a,
.featured-content .entry-title a:active,
.featured-content .entry-title a:focus,
.featured-content .entry-title a:hover,
.grid-post.entry .entry-title a,
.grid-post.entry .entry-title a:active,
.grid-post.entry .entry-title a:focus,
.grid-post.entry .entry-title a:hover,
.home-featured a,
.home-featured a:active,
.home-featured a:focus,
.home-featured a:hover,
.pagination li a,
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover,
.post-type-archive-portfolio .entry .entry-title a,
.post-type-archive-portfolio .entry .entry-title a:active,
.post-type-archive-portfolio .entry .entry-title a:focus,
.post-type-archive-portfolio .entry .entry-title a:hover,
body
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a,
body
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a:active,
body
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a:focus,
body
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a:hover {
  color: #ff4d4d;
}
.no-scroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@-webkit-keyframes promo-fade-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes promo-fade-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
.container,
.container-fluid,
.container-narrow {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.container-fluid:after,
.container-narrow:after,
.container:after {
  display: table;
  clear: both;
  content: "";
}
.container {
  max-width: 1200px;
}
.container-fluid {
  max-width: 100%;
}
.container-narrow {
  max-width: 1440px;
}
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-right: -10px;
  margin-left: -10px;
}
.row:after {
  display: table;
  clear: both;
  content: "";
}
.row.nowrap {
  flex-wrap: nowrap;
}
.row.justify-start {
  justify-content: flex-start;
}
.row.justify-end {
  justify-content: flex-end;
}
.row.justify-center {
  justify-content: center;
}
.row.justify-between {
  justify-content: space-between;
}
.row.justify-between:after {
  content: none;
}
.row.justify-around {
  justify-content: space-around;
}
.row.justify-around:after {
  content: none;
}
@media (max-width: 1023px) {
  .row.md-reverse-col {
    flex-direction: column-reverse;
  }
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.align-top {
  align-items: flex-start;
}
.row.align-bottom {
  align-items: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-baseline {
  align-items: baseline;
}
.row.align-stretch {
  align-items: stretch;
}
.row.gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}
.row.gutter-50 [class*=" col-"],
.row.gutter-50 [class^="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.row .flex-item {
  flex: 0 0 auto;
}
.row .flex-item.grow {
  flex-grow: 1;
}
.row .flex-item-auto {
  flex: 1 1 auto;
}
.row .flex-auto {
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
[class*=" col-"],
[class^="col-"] {
  position: relative;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
article.grid-post {
  width: 100%;
  max-width: 100%;
}
article.grid-post .entry-image {
  margin-bottom: 0;
}
article.grid-post.entry .entry-title {
  margin-top: 15px;
  margin-bottom: 10px;
}
article.grid-post.entry .entry-title a {
  font-weight: 500;
}
article.grid-post .entry-content p:first-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .full-width-content article.grid-post {
    float: left;
    width: 47.972972973%;
    margin-left: 4.0540540541%;
  }
  .full-width-content article.grid-post:nth-of-type(odd) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .full-width-content article.grid-post {
    float: left;
    width: 30.6306306306%;
    margin-left: 4.0540540541%;
  }
  .full-width-content article.grid-post:nth-of-type(3n + 1) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (min-width: 600px) {
  .content-sidebar article.grid-post,
  .sidebar-content article.grid-post {
    float: left;
    width: 47.972972973%;
    margin-left: 4.0540540541%;
  }
  .content-sidebar article.grid-post:nth-of-type(odd),
  .sidebar-content article.grid-post:nth-of-type(odd) {
    clear: both;
    margin-left: 0;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  color: #000;
  background: #ff0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  overflow: auto;
  max-width: 100%;
  margin: 2.5em 0;
  padding: 1.5em;
  white-space: pre-wrap;
  letter-spacing: 0.02em;
  color: #333;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #f4f4f4;
  font-size: 14px;
}
code.code-words,
pre {
  word-wrap: break-word;
}
code.code-words {
  display: inline-block;
  margin: 0 4px;
  padding: 0 8px;
  color: #000;
  border: 1px solid #cecece;
  border-radius: 4px;
  background-color: #f4f4f4;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table td,
table th {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
table:not(.simple-table):not(.clear-table) th {
  background-color: #d8ecf7;
}
table:not(.simple-table):not(.clear-table).table-grey th {
  background-color: #f4f4f4;
}
table:not(.simple-table):not(.clear-table).table-green th {
  background-color: #eaf5de;
}
table:not(.simple-table):not(.clear-table).table-purple th {
  background-color: #efeffc;
}
table:not(.simple-table):not(.clear-table).table-red th {
  background-color: #fdf1f1;
}
table:not(.simple-table):not(.clear-table).table-yellow th {
  background-color: #fffbe7;
}
table:not(.simple-table):not(.clear-table) tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.clear-table td {
  border-top: 0;
}
table.clear-table tbody {
  border-bottom: 0;
}
table.table--highlight-header th {
  background-color: #d8ecf7;
}
table.table--alternate-rows tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-fix {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 0px;
}
.table-fix table {
  margin-bottom: 0;
}
.table-wrap--scrollable .fix-first-column {
  border-collapse: separate;
}
.table-wrap--scrollable .fix-first-column td:first-child,
.table-wrap--scrollable .fix-first-column th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  border-right: 1px solid #ddd;
}
.table-wrap--scrollable .fix-first-column td:first-child {
  background-color: #fff;
}
.table-wrap--scrollable
  .fix-first-column:not(.simple-table):not(.clear-table)
  tr:nth-child(odd)
  td:first-child {
  background-color: #f9f9f9;
}
.table--transformed-copy {
  display: none;
}
@media only screen and (min-width: 769px) {
  .table--transformed-copy {
    display: table;
  }
}
.table--transformed {
  display: none;
}
@media only screen and (max-width: 768px) {
  .table--transformed {
    display: table;
  }
}
.table--transformed td {
  border-top: 0;
}
.table--transformed tbody {
  border-bottom: 0;
}
.table--transformed tbody td.res__label {
  font-weight: 700 !important;
}
.res__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #d0d0d0;
  border-top: 0;
}
.res__row:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.res__row td {
  display: inline-block;
  flex: 1 1 100%;
  max-width: 50%;
}
.res__row .res__label {
  font-weight: 700;
}
*,
input[type="search"] {
  box-sizing: border-box;
}
.author-box:before,
.clearfix:before,
.entry-content:before,
.entry: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 {
  display: table;
  content: " ";
}
.author-box:after,
.clearfix:after,
.entry-content:after,
.entry: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 {
  display: table;
  clear: both;
  content: " ";
}
body {
  position: relative;
  color: #333;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.625;
}
body.theme-font--mp-base-font {
  font-family: Noto Sans, Helvetica, Arial, sans-serif;
}
body.theme-font--mp-blue-font {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
body.theme-font--mp-green-font {
  font-family: Lato, Helvetica, Arial, sans-serif;
}
body.theme-font--mp-orange-font {
  font-family: PT Sans, Helvetica, Arial, sans-serif;
}
body.theme-font--mp-light-font {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
}
.button,
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  color: #fff;
  background-color: #333;
}
::selection {
  color: #fff;
  background-color: #333;
}
a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
}
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none !important;
}
p {
  margin: 0 0 24px;
  padding: 0;
}
hr {
  clear: both;
  margin: 26px 0;
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #f5f5f5;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
blockquote,
blockquote:before {
  color: #666;
}
blockquote {
  margin: 40px;
}
blockquote:before {
  position: relative;
  top: -10px;
  left: -20px;
  display: block;
  height: 0;
  content: "\201C";
  font-size: 30px;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased !important;
}
h1 {
  font-size: 36px;
}
@media only screen and (max-width: 859px) {
  h1 {
    font-size: 30px;
	text-align: center;
  }
}
h2 {
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 859px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 859px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 18px;
  line-height: 1.11;
}
h5 {
  font-size: 16px;
  line-height: 1.125;
}
h6 {
  font-size: 14px;
  font-size: 1.143;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
.fontS18 {
  font-style: 18px;
}
.wp-caption,
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}
img {
  height: auto;
}
.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}
.gallery-item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 4px;
  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(odd),
.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 .gallery-item a {
  border-width: 0;
}
.gallery .gallery-item img {
  height: auto;
  margin: 0;
  border: none;
}
input,
select,
textarea {
  width: 100%;
  padding: 10px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
}
input:focus,
textarea:focus {
  border: 1px solid #333;
  outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder,
::-moz-placeholder {
  opacity: 1;
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}
.placeholder {
  color: #999;
}
.button,
.entry-content .button,
.footer-widgets .button,
a.cta-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  padding: 8px 15px;
  cursor: pointer;
  white-space: normal;
  text-transform: uppercase;
  color: #fff;
  border-width: 0;
  border-radius: 5px;
  background-color: grey;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}
.button:active,
.button:focus,
.button:hover,
.entry-content .button:active,
.entry-content .button:focus,
.entry-content .button:hover,
.footer-widgets .button:active,
.footer-widgets .button:focus,
.footer-widgets .button:hover,
a.cta-button:active,
a.cta-button:focus,
a.cta-button:hover,
button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #6e6e6e;
}
.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 6px 12px;
}
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  color: #fff;
}
.button {
  display: inline-block;
}
.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 {
  cursor: not-allowed;
  color: #777;
  border-width: 0;
  background-color: #ddd;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
.post-password-form input[type="password"] {
  margin-bottom: 15px;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
}
.table-wrap {
  margin-bottom: 25px;
}
.table-wrap.table-wrap--scrollable {
  cursor: move;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td,
th {
  text-align: left;
}
th {
  min-width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}
td {
  padding: 6px 0;
  border-top: 1px solid #ddd;
}
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  color: #222;
  border: 0;
  background-color: #fff;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  z-index: 100000;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 20px;
  text-decoration: none;
}
.entry-content a.more-link {
  position: relative;
  display: inline-block;
  padding: 12px 22px 11px;
  color: #333;
  border: 1px solid #444;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.entry-content a.more-link:active,
.entry-content a.more-link:focus,
.entry-content a.more-link:hover {
  color: #f7f7f7 !important;
  border-color: #444;
  background-color: #333;
}
.wrap {
  max-width: 1110px;
  margin: 0 auto;
}
.site-inner {
  clear: both;
  padding-top: 40px;
  padding-bottom: 1px;
  background-color: #fff;
}
.with-breadcrumbs .site-inner {
  padding-top: 0 !important;
}
.home.blog .site-inner {
  padding-bottom: 0;
}
.minimum-landing .site-inner {
  width: 840px;
  margin: 40px auto;
  padding: 30px 30px 20px;
}
.minimum-landing h1.entry-title {
  text-align: center;
}
.content-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-sidebar-wrap:after,
.content-sidebar-wrap:before {
  display: none;
  content: unset;
}
.sidebar-content .content-sidebar-wrap {
  flex-direction: row-reverse;
}
.widget-area--home .widget-title {
  position: relative;
  margin-bottom: 15px;
  text-transform: none;
  font-size: 24px;
}
.widget-area--home li {
  list-style-type: none;
}
.home-featured {
  margin-bottom: 40px;
  padding: 40px 0;
}
.home-featured p:last-child {
  padding: 0 0 24px;
}
.home-featured-top {
  margin-bottom: 13px;
  padding-top: 0;
  padding-bottom: 10px;
}
.home-featured-top--bottom {
  margin-bottom: 50px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .home-featured-top--bottom {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
  float: left;
  width: 25%;
  text-align: center;
}
.home-featured .simple-social-icons ul li a {
  padding: 40px !important;
}
.home-featured .simple-social-icons ul li {
  margin: 0 0 30px !important;
}
a.cta-button {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  border-bottom-width: 0;
  border-radius: 5px;
  background-color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
a.cta-button:hover {
  color: #fff;
  background-color: #0ebfe9;
}
.home-below,
.home-middle {
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #f8f9f9;
}
.home-below .widget:last-child,
.home-middle .widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .home-middle {
    margin-right: -5%;
    margin-left: -5%;
  }
  .home-below,
  .home-middle {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.content {
  float: left;
  width: 720px;
}
.sidebar-content .content {
  float: right;
}
.full-width-content .content {
  width: 100%;
}
.page.full-width-content:not(.page-template-full-width-narrow)
  .content
  .entry-header
  h1.entry-title,
.page.full-width-content:not(.page-template-full-width-narrow):not(.entry)
  .content
  .entry-content
  .entry-meta,
.page.full-width-content:not(.page-template-full-width-narrow):not(.entry)
  .content
  .entry-header
  .entry-meta,
.single-post.full-width-content:not(.page-template-full-width-narrow)
  .content
  .entry-header
  h1.entry-title,
.single-post.full-width-content:not(.page-template-full-width-narrow):not(.entry)
  .content
  .entry-content
  .entry-meta,
.single-post.full-width-content:not(.page-template-full-width-narrow):not(.entry)
  .content
  .entry-header
  .entry-meta {
  text-align: center;
}
.page.full-width-content:not(.page-template-full-width-narrow)
  .content
  .entry-header
  h1.entry-title,
.single-post.full-width-content:not(.page-template-full-width-narrow)
  .content
  .entry-header
  h1.entry-title {
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  .page.full-width-content:not(.page-template-full-width-narrow)
    .content
    .entry-header
    h1.entry-title,
  .single-post.full-width-content:not(.page-template-full-width-narrow)
    .content
    .entry-header
    h1.entry-title {
    font-size: 36px;
  }
}
.minimum-full-width-narrow .site-inner,
.portfolio-template-default .site-inner {
  width: 840px;
  margin: 0 auto;
  padding: 40px 30px 20px;
}
.column-35,
.column-65,
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.7027027027%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 47.972972973%;
  width: 48.6486486486%;
}
.one-third,
.two-sixths {
  width: 30.6306306306%;
  width: 31.5315315315%;
}
.four-sixths,
.two-thirds {
  width: 65.3153153153%;
  width: 65.7657657658%;
}
.one-fourth {
  width: 21.9594594595%;
  width: 22.972972973%;
}
.three-fourths {
  width: 73.9864864865%;
  width: 74.3243243243%;
}
.one-fifth {
  width: 16.7567567568%;
  width: 17.8378378378%;
}
.two-fifths {
  width: 37.5675675676%;
  width: 38.3783783784%;
}
.three-fifths {
  width: 58.3783783784%;
  width: 58.9189189189%;
}
.four-fifths {
  width: 79.1891891892%;
  width: 79.4594594595%;
}
.one-sixth {
  width: 13.2882882883%;
  width: 14.4144144144%;
}
.five-sixths {
  width: 82.6576576577%;
  width: 82.8828828829%;
}
.column-65 {
  width: 62.972972973%;
  width: 63.243243243%;
}
.column-35 {
  width: 32.972972973%;
  width: 34.054054054%;
}
.first {
  clear: both;
  margin-left: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .one-third {
    width: 100%;
    margin: 0;
  }
  .one-fourth {
    width: 47.972972973%;
    width: 48.6486486486%;
  }
  .one-fourth:nth-child(odd) {
    margin-left: 0;
  }
  .one-sixth {
    width: 30.6306306306%;
    width: 31.5315315315%;
  }
  .one-sixth:nth-child(3n + 1) {
    margin-left: 0;
  }
  .halfs-on-tablet:after {
    display: table;
    clear: both;
    content: "";
  }
  .halfs-on-tablet .five-sixths,
  .halfs-on-tablet .four-fifths,
  .halfs-on-tablet .four-sixths,
  .halfs-on-tablet .one-fifth,
  .halfs-on-tablet .one-fourth,
  .halfs-on-tablet .one-half,
  .halfs-on-tablet .one-sixth,
  .halfs-on-tablet .one-third,
  .halfs-on-tablet .three-fifths,
  .halfs-on-tablet .three-fourths,
  .halfs-on-tablet .three-sixths,
  .halfs-on-tablet .two-fifths,
  .halfs-on-tablet .two-fourths,
  .halfs-on-tablet .two-sixths,
  .halfs-on-tablet .two-thirds {
    width: 47.972972973%;
    width: 48.6486486486%;
  }
}
@media only screen and (max-width: 768px) {
  .column-35,
  .column-65,
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    width: 100%;
    margin: 0;
  }
  .one-sixth {
    width: 47.972972973%;
    width: 48.6486486486%;
    margin-left: 2.7027027027%;
  }
  .one-sixth:nth-child(odd) {
    margin-left: 0;
  }
}
.column-mobile-full {
  width: 100%;
}
.column-mobile-full:after {
  display: table;
  clear: both;
  content: "";
}
@media only screen and (min-width: 769px) {
  .column-mobile-full {
    float: left;
    margin-left: 2.7027027027%;
  }
  .column-mobile-full.first {
    margin-left: 0;
  }
  .column-mobile-full--33 {
    width: 31.5315315315%;
  }
  .column-mobile-full--25 {
    width: 21.9594594595%;
    width: 22.972972973%;
  }
  .column-mobile-full--50 {
    width: 47.972972973%;
    width: 48.6486486486%;
  }
}
.column-tablet-halves {
  float: left;
  width: 47.972972973%;
  width: 48.6486486486%;
  margin-left: 0.90%;
}
.column-tablet-halves:after {
  display: table;
  clear: both;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .column-tablet-halves:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .column-tablet-halves--25 {
    width: 21.9594594595%;
    width: 22.972972973%;
    margin-left: 2.7027027027%;
  }
  .column-tablet-halves.first {
    margin-left: 0;
  }
}
.column-desktop {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .column-desktop {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .column-desktop {
    margin-right: auto;
    margin-left: auto;
  }
  .column-desktop--60 {
    width: 60%;
  }
  .column-desktop--70 {
    width: 70%;
  }
  .column-desktop--80 {
    width: 80%;
  }
  .column-desktop--90 {
    width: 90%;
  }
}
.avatar {
  float: left;
}
.alignleft .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.author-box .avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.entry-comments .avatar {
  border-radius: 50%;
}
#fullscreensearch input[type="submit"],
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sidebar-primary .search-form {
  position: relative;
}
.sidebar-primary .widget_search input[type="submit"] {
  top: 4px;
  right: 4px;
  clip: auto;
  width: 34px;
  height: 40px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='search' class='svg-inline--fa fa-search fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='gray' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 20px;
  font-size: 0;
}
.nav-header .dashicons-search {
  width: 25px;
  height: 25px;
  font-size: 25px;
}
.nav-header .menu > .menu-item-has-children {
  cursor: pointer !important;
}
.nav-header .menu > .menu-item-has-children:active > a,
.nav-header .menu > .menu-item-has-children:focus > a,
.nav-header .menu > .menu-item-has-children:hover > a {
  color: #0ebfe9;
}
.nav-header .menu > .menu-item-has-children > a[href="#"] {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  body.search-opened {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
#fullscreensearch {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, -100%, 0) scale(0);
  transform: translate3d(0, -100%, 0) scale(0);
  opacity: 0;
  background-color: #fff;
}
#fullscreensearch .search-wrap {
  padding: 70px 30px 30px;
}
#fullscreensearch .search-form {
  float: none;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
#fullscreensearch.visible {
  z-index: 10000000 !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  transition: all 0.195s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  opacity: 1;
}
#fullscreensearch input[type="search"] {
  display: block;
  box-sizing: content-box;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  text-align: left;
  color: #999;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: 60px;
  line-height: 1.5;
  -webkit-appearance: none;
}
@media only screen and (max-width: 859px) {
  #fullscreensearch input[type="search"] {
    font-size: 1.62em;
  }
}
#fullscreensearch input[type="search"].placeholder,
#fullscreensearch input[type="search"]:-moz-placeholder,
#fullscreensearch input[type="search"]:-ms-input-placeholder,
#fullscreensearch input[type="search"]::-moz-placeholder,
#fullscreensearch input[type="search"]::-ms-input-placeholder,
#fullscreensearch input[type="search"]::-webkit-input-placeholder {
  text-align: center;
}
#fullscreensearch .closesearch a {
  position: fixed;
  z-index: 100001;
  top: 0.2em;
  right: 0.2em;
  width: 50px;
  height: 50px;
  text-align: center;
  opacity: 1;
  color: #999;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (min-width: 1024px) {
  #fullscreensearch .closesearch a {
    top: 0.5em;
    right: 0.5em;
  }
}
#fullscreensearch .closesearch a:active,
#fullscreensearch .closesearch a:focus,
#fullscreensearch .closesearch a:hover {
  text-decoration: none;
  color: #ff4d4d;
}
.nav-header .genesis-nav-menu a[href="#search"] {
  display: none;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .nav-header .genesis-nav-menu a[href="#search"] {
    display: inline-block;
  }
}
.mobile-search {
  position: absolute;
  top: 15px;
  right: 50px;
  padding: 12px 5px;
  text-decoration: none !important;
}
@media only screen and (min-width: 860px) {
  .mobile-search {
    right: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-search {
    display: none !important;
  }
}
.mobile-search .dashicons-search {
  width: 30px;
  height: 30px;
  font-size: 28px !important;
  line-height: 1.1 !important;
}
.search-form {
  overflow: hidden;
  width: 100%;
  padding: 3px;
}
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
.aligncenter,
img.centered {
  display: block;
  margin: 0 auto 24px;
}
.elementor-text-editor .aligncenter,
.elementor-text-editor img.centered,
.entry-content .aligncenter,
.entry-content img.centered {
  margin-bottom: 24px;
}
a.alignnone,
img.alignnone {
  margin-bottom: 12px;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
a.alignnone {
  display: inline-block;
}
.wp-caption.alignleft,
a.alignleft,
img.alignleft {
  margin: 0 24px 24px 0;
}
.elementor-text-editor .wp-caption.alignleft,
.elementor-text-editor a.alignleft,
.elementor-text-editor img.alignleft,
.entry-content .wp-caption.alignleft,
.entry-content a.alignleft,
.entry-content img.alignleft {
  margin-top: 24px;
}
.wp-caption.alignright,
a.alignright,
img.alignright {
  margin: 0 0 24px 24px;
}
.elementor-text-editor .wp-caption.alignright,
.elementor-text-editor a.alignright,
.elementor-text-editor img.alignright,
.entry-content .wp-caption.alignright,
.entry-content a.alignright,
.entry-content img.alignright {
  margin-top: 24px;
}
a.alignleft,
a.alignright {
  border: none;
}
.wp-caption-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.gallery-caption {
  margin: 0 0 10px;
}
.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 28px;
}
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover,
a[rel~="attachment"],
a[rel~="attachment"]:hover {
  border-width: 0 !important;
}
.widget {
  word-wrap: break-word;
}
.home-featured-top ol,
.home-featured-top ul {
  margin-bottom: 1em;
}
.widget li {
  margin-bottom: 6px;
  list-style-type: none;
  text-align: left;
}
.home-featured-top ul > li,
.widget ol > li {
  padding-left: 20px;
  list-style-position: inside;
  list-style-type: decimal;
  text-indent: -20px;
}
.home-featured-top ul > li {
  list-style-type: disc;
}
.widget li li {
  margin: 0 0 0 30px;
  padding: 0;
  border: none;
}
.widget p:last-child,
.widget ul > li:last-child {
  margin-bottom: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
.widget-area--before-entry {
  padding-bottom: 1.5em;
}
.widget-area--before-entry div:last-child,
.widget-area--before-entry p:last-child {
  margin-bottom: 0;
}
.breadcrumb {
  margin: 15px 0 15px;
  color: #666;
  font-size: 14px;
}
.archive:not(.post-type-archive-portfolio) .breadcrumb {
  margin-bottom: 20px;
}
.archive.archive-breadcrumbs-small .breadcrumb {
  margin-bottom: 15px;
}
.breadcrumb a {
  color: #666;
  font-weight: 400;
}
.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover {
  text-decoration: underline;
  color: #666 !important;
}
.archive-description,
.author-box {
  background-color: #fff;
}
.archive-description,
.archive .author-box {
  margin-bottom: 34px;
  font-size: 18px;
}
.author-box,
.single .author-box {
  margin-bottom: 40px;
}
.author-box-title {
  margin-bottom: 24px;
  color: #333;
  font-size: 16px;
}
.author-box p {
  margin-bottom: 0;
}
.author-box .avatar {
  margin-right: 24px;
}
.genesis-grid-even,
.genesis-grid-odd {
  width: 47%;
  margin-bottom: 30px;
  padding: 0;
  border-bottom: 1px solid #f5f5f5;
}
.genesis-grid-even {
  float: right;
}
.genesis-grid-odd {
  float: left;
  clear: both;
}
@media only screen and (max-width: 859px) {
  .entry-title {
    font-size: 30px;
  }
}
.archive .entry-title,
.blog .entry-title,
.page-template-page_blog .entry-title,
.search .entry-title {
  font-size: 18px !important;
}
.archive .entry-title a,
.blog .entry-title a,
.page-template-page_blog .entry-title a,
.search .entry-title a {
  font-weight: 500;
}
.archive .content article.entry,
.blog .content article.entry,
.home .content article.entry,
.page-template-page_blog .content article.entry,
.search .content article.entry {
  margin-bottom: 40px;
}
.archive.post-type-archive-portfolio .content article.entry {
  margin-bottom: 40px;
}
.genesis-grid .entry-title {
  margin: 0 0 10px;
  font-size: 24px;
}
.single-portfolio .entry-title {
  margin-bottom: 20px;
}
.minimum-pro-portfolio {
  word-wrap: break-word;
}
.portfolio-image img {
  border-radius: 5px;
}
.entry-title a,
.sidebar .widget-title a {
  color: #333;
  border: none;
}
.grid-post.entry .entry-title a,
.post-type-archive-portfolio .entry .entry-title a {
  font-weight: 500;
}
.widget-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 16px;
}
.sidebar .widget-title {
  font-size: 20px;
  font-weight: 600;
}
#home-featured .widget-title {
  margin-bottom: 10px;
}
.sidebar .widget-title a {
  border: none;
}
.archive .author-box-title {
  font-size: 22px;
}
.archive-title {
  margin-bottom: 24px;
  text-transform: none;
}
@media only screen and (min-width: 860px) {
  .archive-title {
    padding-right: 250px;
  }
}
.search .archive-title {
  font-size: 22px;
}
.page-template-page_blog .archive-title {
  margin-bottom: 15px;
}
.entry-image-link img {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.featured-content .entry {
  float: none;
  width: 100%;
  margin: 0;
  padding-bottom: 8px;
}
.featured-content .entry img {
  margin: 0;
}
.featured-content .entry a.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}
.featured-content .entry-title {
  border: none;
  font-size: 16px;
  line-height: 1.2;
}
.featured-content .entry-title a {
  border: none;
  font-weight: 400;
}
.enews-widget {
  color: #666;
}
.enews-widget input {
  margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
  width: 100%;
  margin: 0;
  color: #fff;
  background-color: #ff4d4d;
}
.enews-widget input:hover[type="submit"] {
  color: #fff;
  background-color: #ff3434;
}
.enews form + p {
  margin-top: 24px;
}
.sidebar .enews-widget {
  padding: 30px;
  border-radius: 3px;
  background-color: #efefef;
}
.sidebar .enews-widget .widget-title {
  color: #333;
}
.sidebar-primary {
  margin-bottom: 25px;
}
.sidebar-primary img {
  width: auto;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar-primary a {
  color: #ff4d4d;
}
.sidebar-primary .search-form input[type="search"] {
  padding-right: 34px;
}
.latest-tweets ul li {
  margin-bottom: 16px;
}
img#wpstats {
  display: none;
}
.sd-title:before {
  border-top: 0 !important;
}
.entry-meta .sharedaddy {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 860px) {
  .entry-meta .sharedaddy {
    display: inline-block;
    margin-bottom: 0;
	text-align: center;
  }
}
.entry-meta .sharedaddy .sd-content,
.entry-meta .sharedaddy .sd-title {
  display: inline-block;
}
.entry-meta .sharedaddy .sd-title {
  margin-bottom: 0 !important;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: initial !important;
}
.entry-meta .sharedaddy .sd-content {
  position: relative;
  bottom: 3px;
  padding-right: 3px;
}
.entry-meta .sharedaddy .sd-content ul,
.entry-meta .sharedaddy .sd-content ul li {
  margin-bottom: 0 !important;
}
.jp-relatedposts-post img {
  margin-bottom: 0.7em;
  border-radius: 3px;
}
body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
}
body #jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: none;
}
#jp-relatedposts
  .jp-relatedposts-items-visual
  .jp-relatedposts-post
  img.jp-relatedposts-post-img {
  width: 100%;
}
.site-header {
  width: 100%;
  letter-spacing: 0.045em;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.site-header,
.site-header .wrap {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  body.header-image .title-area,
  body .title-area,
  body.wp-custom-logo .title-area {
    float: none;
    width: 100%;
    padding-right: 100px;
  }
}
.title-area {
  float: left;
  width: 150px;
  padding: 18px 0;
}
.site-title {
  margin: 0;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1;
}
.site-title a,
.site-title a:hover {
  color: #333;
  border: none;
}
.site-description {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}
.header-full-width .site-title,
.header-full-width .title-area {
  width: 100%;
}
.header-image .title-area,
.wp-custom-logo .title-area {
  width: auto;
  padding: 0;
}
.site-header .widget-area {
  float: right;
  width: 960px;
  text-align: right;
}
.site-header .search-form {
  float: right;
  margin-top: 10px;
}
.genesis-nav-menu {
  clear: both;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.genesis-nav-menu a {
  text-decoration: none;
}
.nav-header .genesis-nav-menu a {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.nav-header .genesis-nav-menu li.coupons a {
  color: #1A9F9B;
}
.nav-header .genesis-nav-menu li.header-button a {
  margin: 10px 20px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  .nav-header .genesis-nav-menu li.header-button a {
    margin: 10px 0;
  }
}
.nav-header .genesis-nav-menu li.header-button a:active,
.nav-header .genesis-nav-menu li.header-button a:focus,
.nav-header .genesis-nav-menu li.header-button a:hover {
  color: #fff !important;
}
body.theme-variant--mp-custom .nav-header .genesis-nav-menu li.header-button a {
  background-color: #fb0322;
}
body.theme-variant--mp-custom
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:active,
body.theme-variant--mp-custom
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:focus,
body.theme-variant--mp-custom
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:hover {
  background-color: #e2031f;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  margin: 0;
  text-align: left;
  padding-left: 4px;
}
.nav-header .genesis-nav-menu > .menu-item-has-children > a span {
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .nav-header .genesis-nav-menu > .menu-item-has-children > a:after {
    display: inline-block;
    padding-left: 3px;
    content: "\F347";
    vertical-align: middle;
    font: 700 12px/1 dashicons;
  }
}
.genesis-nav-menu a {
  position: relative;
  display: block;
  padding: 20px 15px;
  color: #333;
  border: none;
  font-size: 14px;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover {
  color: #0ebfe9;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.nav-header .menu > .menu-item-has-children:active > a,
.nav-header .menu > .menu-item-has-children:focus > a,
.nav-header .menu > .menu-item-has-children:hover > a,
.nav-primary .sub-menu a:hover {
  color: #ff4d4d;
}
.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
  position: absolute;
  z-index: 99;
  left: -9999px;
  width: 260px;
  transition: opacity 0.4s ease-in-out;
  letter-spacing: 0;
  opacity: 0;
}
.genesis-nav-menu .sub-menu a {
  position: relative;
  width: 260px;
  padding: 16px 18px;
  border: 1px solid #eee;
  border-top: none;
  background-color: #fff;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 259px;
}
.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 {
  display: inline-block;
  float: right;
  padding: 20px 0;
  list-style-type: none;
  text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  padding: 6px 0 0;
}
.site-header .sub-menu {
  border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}
.nav-primary {
  background-color: #333;
}
.nav-primary,
.nav-primary .genesis-nav-menu .sub-menu a,
.nav-primary a {
  color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
  border: 1px solid #444;
  border-top: none;
  background-color: #333;
}
.nav-primary .sub-menu a:hover {
  color: #0ebfe9;
}
.nav-secondary {
  margin-bottom: 0;
}
.site-footer .nav-secondary a {
  margin: 0 0.87em 5px;
  padding: 0;
  letter-spacing: 1px;
  color: #fff;
  font-size: 12.1px;
}
.site-footer .nav-secondary a:hover {
  color: #999;
}
.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
  padding: 16px;
  border: 1px solid #444;
  border-top: none;
  background-color: #333;
}
.site-footer .nav-secondary .sub-menu a:hover {
  color: #0ebfe9;
}
.responsive-menu-icon {
  display: none;
  cursor: pointer;
}
.responsive-menu-icon:before {
  display: block;
  margin: 0 auto;
  padding: 10px;
  content: "\F333";
  text-align: center;
  font: normal 20px/1 dashicons;
}
.nav-header .responsive-menu-icon:before {
  width: 38px !important;
  height: 38px !important;
  font-size: 38px !important;
  line-height: 1.1;
}
.site-header .responsive-menu-icon:before {
  padding: 0;
}
.entry,
.entry.one-third {
  margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  .entry .entry-content .wp-block-image .alignleft,
  .entry .entry-content .wp-block-image .alignright,
  .entry .entry-content .wp-caption.alignleft,
  .entry .entry-content .wp-caption.alignright,
  .entry .entry-content img.alignleft,
  .entry .entry-content img.alignright,
  .entry.one-third .entry-content .wp-block-image .alignleft,
  .entry.one-third .entry-content .wp-block-image .alignright,
  .entry.one-third .entry-content .wp-caption.alignleft,
  .entry.one-third .entry-content .wp-caption.alignright,
  .entry.one-third .entry-content img.alignleft,
  .entry.one-third .entry-content img.alignright {
    float: none;
    margin: 24px auto;
  }
}
main.content article.entry {
  margin-bottom: 25px;
}
.entry-content,
.home-featured {
  color: #272727;
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width: 859px) {
  .entry-content,
  .home-featured {
    font-size: 18px;
    line-height: 1.6;
  }
}
.entry-content p,
.home-featured p {
  margin-bottom: 20px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.home-featured h1,
.home-featured h2,
.home-featured h3,
.home-featured h4,
.home-featured h5,
.home-featured h6 {
  color: #272727;
  line-height: 1.2;
}
.grid-post .entry-content,
.grid-post .home-featured {
  font-size: 16px;
}
.grid-post .entry-content p,
.grid-post .home-featured p {
  margin-bottom: 20px;
}
.entry-content a,
.home-featured a {
  font-weight: 400;
}
.home-featured {
  font-size: 18px;
}
.minimum-pro-portfolio .content .entry {
  float: left;
  width: 50%;
  margin-bottom: 60px;
}
.minimum-pro-portfolio .content .entry:nth-of-type(2n) {
  float: right;
  padding-left: 30px;
}
.minimum-pro-portfolio .content .entry:nth-of-type(odd) {
  clear: left;
  padding-right: 30px;
}
.single-portfolio .entry {
  text-align: center;
}
.archive-description ol,
.archive-description ul,
.entry-content ol,
.entry-content p,
.entry-content ul,
.home-featured ol,
.home-featured ul,
.quote-caption {
  margin-bottom: 20px;
}
.archive-description ol,
.archive-description ul,
.entry-content ol,
.entry-content ul,
.home-featured ol,
.home-featured ul {
  margin-left: 40px;
}
.archive-description ol li,
.archive-description ul li,
.entry-content ol li,
.entry-content ul li,
.home-featured ol li,
.home-featured ul li {
  margin-bottom: 0;
}
.archive-description ol > li,
.entry-content ol > li,
.home-featured ol > li {
  list-style-type: decimal;
}
.archive-description ul > li,
.entry-content ul > li,
.home-featured ul > li {
  list-style-type: disc;
}
.archive-description ol ol,
.archive-description ul ul,
.entry-content ol ol,
.entry-content ul ul,
.home-featured ol ol,
.home-featured ul ul {
  margin-bottom: 0;
}
.entry-content .search-form {
  width: 50%;
}
.entry-content .search-form input {
  margin-bottom: 16px;
}
.entry-meta {
  color: #666;
  font-size: 14px;
}
.entry-footer .entry-meta {
  margin-bottom: 10px;
}
.entry-meta a {
  text-decoration: none;
  color: #666;
  border: none;
  font-weight: 400;
}
.entry-meta a:active,
.entry-meta a:focus,
.entry-meta a:hover {
  text-decoration: underline;
  color: #666 !important;
}
.entry-header .entry-meta {
  margin-top: 22px;
  margin-bottom: 20px;
  line-height: 1.65;
}
.entry-content .entry-meta {
  margin-top: 7px;
}
@media only screen and (max-width: 1023px) {
  .entry-header .entry-image-link {
    display: block;
  }
  .entry-header .entry-image-link img {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .featured-content a img {
    display: block;
    width: 100%;
  }
}
p:empty {
  display: none;
}
.entry-comments-link:before {
  margin: 0 6px 0 2px;
  content: "\2014";
}
.entry-categories,
.entry-tags {
  display: inline-block;
}
.after-entry {
  text-align: center;
  background-color: #fff;
}
.after-entry,
.after-entry .widget {
  margin-bottom: 40px;
}
.after-entry .widget .enews {
  padding: 1em;
  border-radius: 3px;
  background-color: #efefef;
}
.after-entry .widget .enews .widget-title {
  color: #333;
}
.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
  margin: 0;
  padding: 0;
}
.after-entry li {
  list-style-type: none;
}
.pagination {
  clear: both;
  margin: 40px 0 25px;
}
.pagination li {
  display: inline;
}
.pagination {
  position: relative;
  margin: 0 -10px 20px;
}
.pagination li a {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-color: transparent;
  font-weight: 400;
}
.pagination li.active a,
.pagination li a:hover {
  background-color: transparent !important;
}
.pagination li.active a {
  text-decoration: none;
  color: #000 !important;
}
.entry-comments h3 {
  margin-bottom: 0;
}
li.pingback article {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .entry-comments {
    margin-bottom: 0;
  }
}
.comment-content {
  clear: both;
}
.comment-reply-link {
  text-decoration: none;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.comment-header {
  margin-bottom: 30px;
}
.comment-content p {
  margin-bottom: 14px;
}
.comment-content + .comment-reply {
  display: none !important;
}
.comment-meta {
  color: #666;
  font-size: 14px;
}
.comment-meta a {
  color: #666;
}
.comment-time-link {
  pointer-events: none;
  color: #666;
  font-size: 14px;
}
.comment-respond {
  margin-top: 40px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%;
  }
}
#cancel-comment-reply-link,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover {
  color: #ff4d4d;
}
#cancel-comment-reply-link:before {
  display: inline-block;
  padding: 0 5px;
  content: " - ";
  color: #333;
  font-weight: 400;
}
.comment-form-cookies-consent input {
  position: relative;
  top: -3px;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-bottom: 0.3em;
}
.comment-respond label[for="wp-comment-cookies-consent"] {
  display: inline-block;
  padding-left: 0.5em;
  vertical-align: middle;
}
.comment-list li,
.ping-list li {
  list-style-type: none;
}
.comment-list li {
  padding: 30px 0 5px 30px;
}
.comment-list > li:first-child {
  padding-top: 25px;
}
.comment-list .depth-1 {
  padding-left: 0;
}
li.comment {
  border-right: none;
  background-color: #fff;
}
.comment .avatar {
  margin: 0 16px 24px 0;
}
.entry-pings .reply {
  display: none;
}
.content-sidebar-wrap > .comment-respond .comments-title,
.content-sidebar-wrap > .entry-comments .comments-title {
  margin-top: 1.5em;
}
.sidebar {
  float: right;
  width: 340px;
  margin-top: 10px;
}
.content-sidebar .sidebar,
.sidebar-content .sidebar,
.with-breadcrumbs .sidebar {
  margin-top: 0;
}
.sidebar-content .sidebar {
  float: left;
}
.sidebar img {
  margin-bottom: 15px;
}
.sidebar .featured-content img {
  margin-bottom: 0;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget.user-profile img {
  display: block;
  margin-bottom: 0;
}
.sidebar .widget.user-profile .alignleft,
.sidebar .widget.user-profile .alignright {
  margin-bottom: 0.5em;
}
.sidebar .widget.user-profile .alignleft {
  margin-right: 1em;
}
.sidebar .widget.user-profile .alignright {
  margin-left: 1em;
}
.sidebar .tagcloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  border: none;
  border-radius: 3px;
  background-color: grey;
  font-family: Noto Sans, Helvetica, Arial, sans-serif;
}
.sidebar .tagcloud a:hover {
  color: #fff !important;
  background-color: #6e6e6e;
}
.content-table-parent {
  position: -webkit-sticky;
  position: sticky;
  top: 2em !important;
}
.admin-bar .content-table-parent,
.with-hello-bar .content-table-parent {
  top: 4em !important;
}
.with-hello-bar.admin-bar .content-table-parent {
  top: 6em !important;
}
main.content .entry-content .content-table {
  margin: 2em 0;
  padding: 1.5em 0 2em;
}
main.content .entry-content .content-table li,
main.content .entry-content .content-table ol,
main.content .entry-content .content-table ul {
  margin: 0;
  list-style-type: none;
}
main.content .entry-content .content-table .widget-title {
  font-size: 20px;
}
.footer-widgets {
  clear: both;
  color: #999;
  background-color: #333;
  font-size: 15px;
  font-weight: 400;
}
body .jetpack_widget_social_icons ul {
  margin-bottom: 0;
}
.footer-widgets .wrap {
  max-width: 1140px;
  padding: 40px 0 16px;
  border-bottom: 1px solid #444;
}
@media only screen and (max-width: 1179px) {
  .footer-widgets .wrap {
    max-width: 990px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-widgets .wrap {
    max-width: 798px;
  }
}
.footer-widgets .wrap .widget-area {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  width: 25%;
}
.footer-widgets .footer-widgets-5 {
  float: none;
  clear: both;
  width: 100%;
  padding-top: 26px;
  font-size: 14px;
}
.footer-widgets .footer-widgets-5 a {
  color: #999;
}
.footer-widgets .footer-widgets-5 a:active,
.footer-widgets .footer-widgets-5 a:focus,
.footer-widgets .footer-widgets-5 a:hover {
  color: #fff;
}
.footer-widgets .footer-widgets-5 .widget-title.widgettitle {
  margin-bottom: 10px;
}
.footer-widgets .footer-widgets-5 .widget:last-child {
  margin-bottom: 20px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  float: left;
}
.footer-widgets a {
  text-decoration: none;
  color: #fff;
}
.footer-widgets a:hover {
  color: #999;
}
.footer-widgets .widget {
  margin-bottom: 17px;
}
.footer-widgets .widget-title,
.latest-home-title {
  color: #999;
  font-size: 1.1em;
  font-weight: 700;
}
.footer-widgets-1,
.footer-widgets-1 .widget-title,
.footer-widgets-2,
.footer-widgets-2 .widget-title,
.footer-widgets-3,
.footer-widgets-3 .widget-title,
.footer-widgets-4,
.footer-widgets-4 .widget-title {
  color: #fff;
}
.footer-widgets .widget-title {
  letter-spacing: normal;
  font-size: 17px;
  font-weight: 700;
}
.latest-home-title {
  margin-bottom: 33px;
  text-transform: capitalize;
  color: #333;
  font-size: 24px;
}
.latest-home-title--archive {
  padding-top: 13px;
  border-top: 1px solid #f5f5f5;
}
.footer-widgets li {
  margin-bottom: 6px;
  list-style-type: none;
  word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
  border: 1px solid #ddd;
}
.site-footer {
  padding: 20px 0;
  text-align: center;
  color: #999;
  background-color: #333;
}
.site-footer a {
  text-decoration: none;
  color: #999;
  -webkit-font-smoothing: subpixel-antialiased;
}
.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
  color: #fff;
}
.site-footer p {
  margin-top: 0.5em;
}
.site-footer a {
  border: none;
  font-weight: 400;
}
.site-footer p {
  margin-bottom: 0;
  font-family: Noto Sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-shadow,
.content-box-yellow {
  clear: both;
  overflow: hidden;
  margin: 0 0 25px;
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
}
.content-box-blue.content-box--disclosure,
.content-box-gray.content-box--disclosure,
.content-box-green.content-box--disclosure,
.content-box-purple.content-box--disclosure,
.content-box-red.content-box--disclosure,
.content-box-shadow.content-box--disclosure,
.content-box-yellow.content-box--disclosure {
  margin: 1em 0 1.5em;
  padding: 1em;
  font-size: 0.8125em;
  line-height: 1.125;
}
@media only screen and (min-width: 860px) {
  .content-box-blue.content-box--disclosure,
  .content-box-gray.content-box--disclosure,
  .content-box-green.content-box--disclosure,
  .content-box-purple.content-box--disclosure,
  .content-box-red.content-box--disclosure,
  .content-box-shadow.content-box--disclosure,
  .content-box-yellow.content-box--disclosure {
    float: right;
    width: 200px;
    max-width: 100%;
    margin-left: 2em;
    font-size: 1em;
  }
  .content-box-blue.content-box--disclosure.content-box--disclosure-wide,
  .content-box-gray.content-box--disclosure.content-box--disclosure-wide,
  .content-box-green.content-box--disclosure.content-box--disclosure-wide,
  .content-box-purple.content-box--disclosure.content-box--disclosure-wide,
  .content-box-red.content-box--disclosure.content-box--disclosure-wide,
  .content-box-shadow.content-box--disclosure.content-box--disclosure-wide,
  .content-box-yellow.content-box--disclosure.content-box--disclosure-wide {
    width: 400px;
  }
  .content-box-blue.content-box--disclosure.content-box--disclosure-left,
  .content-box-gray.content-box--disclosure.content-box--disclosure-left,
  .content-box-green.content-box--disclosure.content-box--disclosure-left,
  .content-box-purple.content-box--disclosure.content-box--disclosure-left,
  .content-box-red.content-box--disclosure.content-box--disclosure-left,
  .content-box-shadow.content-box--disclosure.content-box--disclosure-left,
  .content-box-yellow.content-box--disclosure.content-box--disclosure-left {
    float: left;
    margin-right: 2em;
    margin-left: unset;
  }
}
.content-box-blue.content-box--disclosure p,
.content-box-gray.content-box--disclosure p,
.content-box-green.content-box--disclosure p,
.content-box-purple.content-box--disclosure p,
.content-box-red.content-box--disclosure p,
.content-box-shadow.content-box--disclosure p,
.content-box-yellow.content-box--disclosure p {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.content-box-blue.content-box--disclosure p:last-child,
.content-box-gray.content-box--disclosure p:last-child,
.content-box-green.content-box--disclosure p:last-child,
.content-box-purple.content-box--disclosure p:last-child,
.content-box-red.content-box--disclosure p:last-child,
.content-box-shadow.content-box--disclosure p:last-child,
.content-box-yellow.content-box--disclosure p:last-child {
  margin-bottom: 0;
}
.content-box-blue.border--thick,
.content-box-gray.border--thick,
.content-box-green.border--thick,
.content-box-purple.border--thick,
.content-box-red.border--thick,
.content-box-shadow.border--thick,
.content-box-yellow.border--thick {
  border-width: 3px;
}
.content-box-blue.outline,
.content-box-gray.outline,
.content-box-green.outline,
.content-box-purple.outline,
.content-box-red.outline,
.content-box-shadow.outline,
.content-box-yellow.outline {
  border-width: 3px;
  background-color: #fff;
}
.content-box-blue.outline.outline--thin,
.content-box-gray.outline.outline--thin,
.content-box-green.outline.outline--thin,
.content-box-purple.outline.outline--thin,
.content-box-red.outline.outline--thin,
.content-box-shadow.outline.outline--thin,
.content-box-yellow.outline.outline--thin {
  border-width: 1px;
}
.content-box-blue.no-border,
.content-box-gray.no-border,
.content-box-green.no-border,
.content-box-purple.no-border,
.content-box-red.no-border,
.content-box-shadow.no-border,
.content-box-yellow.no-border {
  border: 0;
}
.content-box-blue.static,
.content-box-gray.static,
.content-box-green.static,
.content-box-purple.static,
.content-box-red.static,
.content-box-shadow.static,
.content-box-yellow.static {
  margin-bottom: 80px;
}
.content-box-blue {
  border: 1px solid #08f;
  background-color: #edf6fb;
}
.content-box-gray {
  border: 1px solid #d7d7d7;
  background-color: #f4f4f4;
}
.content-box-green {
  border: 1px solid #ccdeb9;
  background-color: #eaf5de;
}
.content-box-purple {
  border: 1px solid #d8d8f2;
  background-color: #efeffc;
}
.content-box-red {
  border: 1px solid #f4dbdb;
  background-color: #fdf1f1;
}
.content-box-yellow {
  border: 1px solid #fceaba;
  background-color: #fffbe7;
}
.content-box-shadow {
  box-shadow: 0px 0px 3px 0.5px rgba(0, 0, 0, 0.2);
}
[class^="content-box"] {
  position: relative;
  overflow: visible;
}
[class^="content-box"].with-box-title {
  padding-top: 40px;
}
.content-box-title {
  position: absolute;
  top: -1px;
  left: -1px;
  margin-bottom: 1em;
  padding: 0.5em 1.3em;
  color: #fff;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 90%;
  line-height: 1;
}
.content-box-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  border-width: 0.98em 0 0.98em 0.98em;
  border-style: solid;
}
.no-border .content-box-title {
  top: 0;
}
.border--thick .content-box-title,
.outline:not(.outline--thin) .content-box-title {
  top: -3px;
  left: -3px;
}
.content-box-title.content-box-title--center {
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-border .content-box-title {
  left: 0;
}
.border--thick .content-box-title,
.outline .content-box-title {
  left: -3px;
}
.outline--thin .content-box-title {
  left: -1px;
}
.content-box-blue .content-box-title,
.content-box-title.content-box-title--blue {
  background-color: #08f;
}
.content-box-blue .content-box-title:after,
.content-box-title.content-box-title--blue:after {
  border-color: transparent transparent transparent #08f;
}
.content-box-gray .content-box-title,
.content-box-title.content-box-title--gray {
  background-color: #636363;
}
.content-box-gray .content-box-title:after,
.content-box-title.content-box-title--gray:after {
  border-color: transparent transparent transparent #636363;
}
.content-box-green .content-box-title,
.content-box-title.content-box-title--green {
  background-color: #00b66c;
}
.content-box-green .content-box-title:after,
.content-box-title.content-box-title--green:after {
  border-color: transparent transparent transparent #00b66c;
}
.content-box-purple .content-box-title,
.content-box-title.content-box-title--purple {
  background-color: #673ab7;
}
.content-box-purple .content-box-title:after,
.content-box-title.content-box-title--purple:after {
  border-color: transparent transparent transparent #673ab7;
}
.content-box-red .content-box-title,
.content-box-title.content-box-title--red {
  background-color: #ff2d55;
}
.content-box-red .content-box-title:after,
.content-box-title.content-box-title--red:after {
  border-color: transparent transparent transparent #ff2d55;
}
.content-box-title.content-box-title--yellow,
.content-box-yellow .content-box-title {
  background-color: #f60;
}
.content-box-title.content-box-title--yellow:after,
.content-box-yellow .content-box-title:after {
  border-color: transparent transparent transparent #f60;
}
.disclosure-box {
  margin: 1em 0 1.5em;
  padding: 1em;
  text-align: left;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0.8125em;
  line-height: 1.125;
}
.disclosure-box p {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.disclosure-box.primary {
  border: 1px solid #0ebfe9;
}
.disclosure-box.secondary {
  border: 1px solid #ff4d4d;
}
.disclosure-box--with-shadow {
  box-shadow: 0 2px 5.76px 0.24px rgba(0, 0, 0, 0.2);
}
.disclosure-box p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 860px) {
  .disclosure-box {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    font-size: 1em;
  }
  .disclosure-box--wide {
    width: 400px;
  }
  .disclosure-box.alignright {
    margin-left: 2em;
  }
  .disclosure-box.alignleft {
    margin-right: 2em;
  }
}
a.button-blue,
a.button-gray,
a.button-green,
a.button-orange,
a.button-purple,
a.button-red,
button.button-blue,
button.button-gray,
button.button-green,
button.button-orange,
button.button-purple,
button.button-red {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
a.button-blue:active,
a.button-blue:focus,
a.button-blue:hover,
a.button-gray:active,
a.button-gray:focus,
a.button-gray:hover,
a.button-green:active,
a.button-green:focus,
a.button-green:hover,
a.button-orange:active,
a.button-orange:focus,
a.button-orange:hover,
a.button-purple:active,
a.button-purple:focus,
a.button-purple:hover,
a.button-red:active,
a.button-red:focus,
a.button-red:hover,
button.button-blue:active,
button.button-blue:focus,
button.button-blue:hover,
button.button-gray:active,
button.button-gray:focus,
button.button-gray:hover,
button.button-green:active,
button.button-green:focus,
button.button-green:hover,
button.button-orange:active,
button.button-orange:focus,
button.button-orange:hover,
button.button-purple:active,
button.button-purple:focus,
button.button-purple:hover,
button.button-red:active,
button.button-red:focus,
button.button-red:hover {
  text-decoration: none !important;
  color: #fff !important;
  border-style: solid;
}
a.button-blue.button--outlined,
a.button-gray.button--outlined,
a.button-green.button--outlined,
a.button-orange.button--outlined,
a.button-purple.button--outlined,
a.button-red.button--outlined,
button.button-blue.button--outlined,
button.button-gray.button--outlined,
button.button-green.button--outlined,
button.button-orange.button--outlined,
button.button-purple.button--outlined,
button.button-red.button--outlined {
  border-width: 3px;
  border-color: currentColor;
  background: #fff;
}
a.button-blue.button--outlined.button--outlined-thin,
a.button-gray.button--outlined.button--outlined-thin,
a.button-green.button--outlined.button--outlined-thin,
a.button-orange.button--outlined.button--outlined-thin,
a.button-purple.button--outlined.button--outlined-thin,
a.button-red.button--outlined.button--outlined-thin,
button.button-blue.button--outlined.button--outlined-thin,
button.button-gray.button--outlined.button--outlined-thin,
button.button-green.button--outlined.button--outlined-thin,
button.button-orange.button--outlined.button--outlined-thin,
button.button-purple.button--outlined.button--outlined-thin,
button.button-red.button--outlined.button--outlined-thin {
  border-width: 1px;
}
a.button-blue.button--outlined:active,
a.button-blue.button--outlined:focus,
a.button-blue.button--outlined:hover,
a.button-gray.button--outlined:active,
a.button-gray.button--outlined:focus,
a.button-gray.button--outlined:hover,
a.button-green.button--outlined:active,
a.button-green.button--outlined:focus,
a.button-green.button--outlined:hover,
a.button-orange.button--outlined:active,
a.button-orange.button--outlined:focus,
a.button-orange.button--outlined:hover,
a.button-purple.button--outlined:active,
a.button-purple.button--outlined:focus,
a.button-purple.button--outlined:hover,
a.button-red.button--outlined:active,
a.button-red.button--outlined:focus,
a.button-red.button--outlined:hover,
button.button-blue.button--outlined:active,
button.button-blue.button--outlined:focus,
button.button-blue.button--outlined:hover,
button.button-gray.button--outlined:active,
button.button-gray.button--outlined:focus,
button.button-gray.button--outlined:hover,
button.button-green.button--outlined:active,
button.button-green.button--outlined:focus,
button.button-green.button--outlined:hover,
button.button-orange.button--outlined:active,
button.button-orange.button--outlined:focus,
button.button-orange.button--outlined:hover,
button.button-purple.button--outlined:active,
button.button-purple.button--outlined:focus,
button.button-purple.button--outlined:hover,
button.button-red.button--outlined:active,
button.button-red.button--outlined:focus,
button.button-red.button--outlined:hover {
  color: #fff !important;
}
a.button-blue.button--dashed,
a.button-gray.button--dashed,
a.button-green.button--dashed,
a.button-orange.button--dashed,
a.button-purple.button--dashed,
a.button-red.button--dashed,
button.button-blue.button--dashed,
button.button-gray.button--dashed,
button.button-green.button--dashed,
button.button-orange.button--dashed,
button.button-purple.button--dashed,
button.button-red.button--dashed {
  border-style: dashed;
}
a.button-blue.button--xs,
a.button-gray.button--xs,
a.button-green.button--xs,
a.button-orange.button--xs,
a.button-purple.button--xs,
a.button-red.button--xs,
button.button-blue.button--xs,
button.button-gray.button--xs,
button.button-green.button--xs,
button.button-orange.button--xs,
button.button-purple.button--xs,
button.button-red.button--xs {
  font-size: 0.75rem;
}
a.button-blue.button--sm,
a.button-gray.button--sm,
a.button-green.button--sm,
a.button-orange.button--sm,
a.button-purple.button--sm,
a.button-red.button--sm,
button.button-blue.button--sm,
button.button-gray.button--sm,
button.button-green.button--sm,
button.button-orange.button--sm,
button.button-purple.button--sm,
button.button-red.button--sm {
  font-size: 0.875rem;
}
a.button-blue.button--md,
a.button-gray.button--md,
a.button-green.button--md,
a.button-orange.button--md,
a.button-purple.button--md,
a.button-red.button--md,
button.button-blue.button--md,
button.button-gray.button--md,
button.button-green.button--md,
button.button-orange.button--md,
button.button-purple.button--md,
button.button-red.button--md {
  font-size: 1.125rem;
}
a.button-blue.button--lg,
a.button-gray.button--lg,
a.button-green.button--lg,
a.button-orange.button--lg,
a.button-purple.button--lg,
a.button-red.button--lg,
button.button-blue.button--lg,
button.button-gray.button--lg,
button.button-green.button--lg,
button.button-orange.button--lg,
button.button-purple.button--lg,
button.button-red.button--lg {
  font-size: 1.25rem;
}
a.button-blue.button--xl,
a.button-gray.button--xl,
a.button-green.button--xl,
a.button-orange.button--xl,
a.button-purple.button--xl,
a.button-red.button--xl,
button.button-blue.button--xl,
button.button-gray.button--xl,
button.button-green.button--xl,
button.button-orange.button--xl,
button.button-purple.button--xl,
button.button-red.button--xl {
  font-size: 1.375rem;
  font-weight: 500;
}
a.button-blue.button--xl2,
a.button-gray.button--xl2,
a.button-green.button--xl2,
a.button-orange.button--xl2,
a.button-purple.button--xl2,
a.button-red.button--xl2,
button.button-blue.button--xl2,
button.button-gray.button--xl2,
button.button-green.button--xl2,
button.button-orange.button--xl2,
button.button-purple.button--xl2,
button.button-red.button--xl2 {
  letter-spacing: 0.025em;
  font-size: 1.375rem;
}
a.button-blue.button--block,
a.button-gray.button--block,
a.button-green.button--block,
a.button-orange.button--block,
a.button-purple.button--block,
a.button-red.button--block,
button.button-blue.button--block,
button.button-gray.button--block,
button.button-green.button--block,
button.button-orange.button--block,
button.button-purple.button--block,
button.button-red.button--block {
  display: block;
  max-width: 100%;
  text-align: center;
}
a.button-blue .button--icon,
a.button-blue .dashicons,
a.button-gray .button--icon,
a.button-gray .dashicons,
a.button-green .button--icon,
a.button-green .dashicons,
a.button-orange .button--icon,
a.button-orange .dashicons,
a.button-purple .button--icon,
a.button-purple .dashicons,
a.button-red .button--icon,
a.button-red .dashicons,
button.button-blue .button--icon,
button.button-blue .dashicons,
button.button-gray .button--icon,
button.button-gray .dashicons,
button.button-green .button--icon,
button.button-green .dashicons,
button.button-orange .button--icon,
button.button-orange .dashicons,
button.button-purple .button--icon,
button.button-purple .dashicons,
button.button-red .button--icon,
button.button-red .dashicons {
  margin: 0 5px;
  vertical-align: sub;
  line-height: 1;
}
a.button-blue.button--icon-left .button--icon,
a.button-blue.button--icon-left .dashicons,
a.button-gray.button--icon-left .button--icon,
a.button-gray.button--icon-left .dashicons,
a.button-green.button--icon-left .button--icon,
a.button-green.button--icon-left .dashicons,
a.button-orange.button--icon-left .button--icon,
a.button-orange.button--icon-left .dashicons,
a.button-purple.button--icon-left .button--icon,
a.button-purple.button--icon-left .dashicons,
a.button-red.button--icon-left .button--icon,
a.button-red.button--icon-left .dashicons,
button.button-blue.button--icon-left .button--icon,
button.button-blue.button--icon-left .dashicons,
button.button-gray.button--icon-left .button--icon,
button.button-gray.button--icon-left .dashicons,
button.button-green.button--icon-left .button--icon,
button.button-green.button--icon-left .dashicons,
button.button-orange.button--icon-left .button--icon,
button.button-orange.button--icon-left .dashicons,
button.button-purple.button--icon-left .button--icon,
button.button-purple.button--icon-left .dashicons,
button.button-red.button--icon-left .button--icon,
button.button-red.button--icon-left .dashicons {
  margin-left: -3px;
}
a.button-blue.button--icon-right .button--icon,
a.button-blue.button--icon-right .dashicons,
a.button-gray.button--icon-right .button--icon,
a.button-gray.button--icon-right .dashicons,
a.button-green.button--icon-right .button--icon,
a.button-green.button--icon-right .dashicons,
a.button-orange.button--icon-right .button--icon,
a.button-orange.button--icon-right .dashicons,
a.button-purple.button--icon-right .button--icon,
a.button-purple.button--icon-right .dashicons,
a.button-red.button--icon-right .button--icon,
a.button-red.button--icon-right .dashicons,
button.button-blue.button--icon-right .button--icon,
button.button-blue.button--icon-right .dashicons,
button.button-gray.button--icon-right .button--icon,
button.button-gray.button--icon-right .dashicons,
button.button-green.button--icon-right .button--icon,
button.button-green.button--icon-right .dashicons,
button.button-orange.button--icon-right .button--icon,
button.button-orange.button--icon-right .dashicons,
button.button-purple.button--icon-right .button--icon,
button.button-purple.button--icon-right .dashicons,
button.button-red.button--icon-right .button--icon,
button.button-red.button--icon-right .dashicons {
  margin-right: -3px;
}
.button-blue,
a.button-blue,
button.button-blue {
  border: 1px solid #08f;
  background-color: #08f;
}
.button-blue.button--outlined,
a.button-blue.button--outlined,
button.button-blue.button--outlined {
  color: #08f !important;
}
.button-blue.button--outlined:active,
.button-blue.button--outlined:focus,
.button-blue.button--outlined:hover,
a.button-blue.button--outlined:active,
a.button-blue.button--outlined:focus,
a.button-blue.button--outlined:hover,
button.button-blue.button--outlined:active,
button.button-blue.button--outlined:focus,
button.button-blue.button--outlined:hover {
  border-color: #08f;
  background: #08f;
}
.button-blue--shadow,
a.button-blue--shadow,
button.button-blue--shadow {
  border-bottom: 0.135em solid #006dcc;
  box-shadow: inset 0 -0.135em #006dcc;
}
.button-blue.button--dashed:not(.button--outlined),
a.button-blue.button--dashed:not(.button--outlined),
button.button-blue.button--dashed:not(.button--outlined) {
  border-width: 3px;
  border-color: #005fb3;
}
.button-blue:active:not(.button--outlined),
.button-blue:focus:not(.button--outlined),
.button-blue:hover:not(.button--outlined),
a.button-blue:active:not(.button--outlined),
a.button-blue:focus:not(.button--outlined),
a.button-blue:hover:not(.button--outlined),
button.button-blue:active:not(.button--outlined),
button.button-blue:focus:not(.button--outlined),
button.button-blue:hover:not(.button--outlined) {
  border-color: #007ae6;
  background-color: #007ae6;
}
.button-gray,
a.button-gray,
button.button-gray {
  border: 1px solid #757575;
  background-color: #757575;
}
.button-gray.button--dashed:not(.button--outlined),
a.button-gray.button--dashed:not(.button--outlined),
button.button-gray.button--dashed:not(.button--outlined) {
  border-width: 3px;
  border-color: #4f4f4f;
}
.button-gray.button--outlined,
a.button-gray.button--outlined,
button.button-gray.button--outlined {
  color: #757575 !important;
}
.button-gray.button--outlined:active,
.button-gray.button--outlined:focus,
.button-gray.button--outlined:hover,
a.button-gray.button--outlined:active,
a.button-gray.button--outlined:focus,
a.button-gray.button--outlined:hover,
button.button-gray.button--outlined:active,
button.button-gray.button--outlined:focus,
button.button-gray.button--outlined:hover {
  border-color: #757575;
  background: #757575;
}
.button-gray--shadow,
a.button-gray--shadow,
button.button-gray--shadow {
  border-bottom: 0.135em solid #5c5c5c;
  box-shadow: inset 0 -0.135em #5c5c5c;
}
.button-gray:active:not(.button--outlined),
.button-gray:focus:not(.button--outlined),
.button-gray:hover:not(.button--outlined),
a.button-gray:active:not(.button--outlined),
a.button-gray:focus:not(.button--outlined),
a.button-gray:hover:not(.button--outlined),
button.button-gray:active:not(.button--outlined),
button.button-gray:focus:not(.button--outlined),
button.button-gray:hover:not(.button--outlined) {
  border-color: #636363;
  background-color: #636363;
}
.button-green,
a.button-green,
button.button-green {
  border: 1px solid #00b66c;
  background-color: #00b66c;
}
.button-green.button--dashed:not(.button--outlined),
a.button-green.button--dashed:not(.button--outlined),
button.button-green.button--dashed:not(.button--outlined) {
  border-width: 3px;
  border-color: #007445;
}
.button-green.button--outlined,
a.button-green.button--outlined,
button.button-green.button--outlined {
  color: #00b66c !important;
}
.button-green.button--outlined:active,
.button-green.button--outlined:focus,
.button-green.button--outlined:hover,
a.button-green.button--outlined:active,
a.button-green.button--outlined:focus,
a.button-green.button--outlined:hover,
button.button-green.button--outlined:active,
button.button-green.button--outlined:focus,
button.button-green.button--outlined:hover {
  border-color: #00b66c;
  background: #00b66c;
}
.button-green--shadow,
a.button-green--shadow,
button.button-green--shadow {
  border-bottom: 0.135em solid #00834e;
  box-shadow: inset 0 -0.135em #00834e;
}
.button-green:active:not(.button--outlined),
.button-green:focus:not(.button--outlined),
.button-green:hover:not(.button--outlined),
a.button-green:active:not(.button--outlined),
a.button-green:focus:not(.button--outlined),
a.button-green:hover:not(.button--outlined),
button.button-green:active:not(.button--outlined),
button.button-green:focus:not(.button--outlined),
button.button-green:hover:not(.button--outlined) {
  border-color: #009d5d;
  background-color: #009d5d;
}
.button-purple,
a.button-purple,
button.button-purple {
  border: 1px solid #673ab7;
  background-color: #673ab7;
}
.button-purple.button--dashed:not(.button--outlined),
a.button-purple.button--dashed:not(.button--outlined),
button.button-purple.button--dashed:not(.button--outlined) {
  border-width: 3px;
  border-color: #3b216a;
}
.button-purple.button--outlined,
a.button-purple.button--outlined,
button.button-purple.button--outlined {
  color: #673ab7 !important;
}
.button-purple.button--outlined:active,
.button-purple.button--outlined:focus,
.button-purple.button--outlined:hover,
a.button-purple.button--outlined:active,
a.button-purple.button--outlined:focus,
a.button-purple.button--outlined:hover,
button.button-purple.button--outlined:active,
button.button-purple.button--outlined:focus,
button.button-purple.button--outlined:hover {
  border-color: #673ab7;
  background: #673ab7;
}
.button-purple--shadow,
a.button-purple--shadow,
button.button-purple--shadow {
  border-bottom: 0.135em solid #46287d;
  box-shadow: inset 0 -0.135em #46287d;
}
.button-purple:active:not(.button--outlined),
.button-purple:focus:not(.button--outlined),
.button-purple:hover:not(.button--outlined),
a.button-purple:active:not(.button--outlined),
a.button-purple:focus:not(.button--outlined),
a.button-purple:hover:not(.button--outlined),
button.button-purple:active:not(.button--outlined),
button.button-purple:focus:not(.button--outlined),
button.button-purple:hover:not(.button--outlined) {
  border-color: #58319c;
  background-color: #58319c;
}
.button-red,
a.button-red,
button.button-red {
  border: 1px solid #ff2d55;
  background-color: #ff2d55;
}
.button-red.button--dashed:not(.button--outlined),
a.button-red.button--dashed:not(.button--outlined),
button.button-red.button--dashed:not(.button--outlined) {
  border-width: 3px;
  border-color: #c60026;
}
.button-red.button--outlined,
a.button-red.button--outlined,
button.button-red.button--outlined {
  color: #ff2d55 !important;
}
.button-red.button--outlined:active,
.button-red.button--outlined:focus,
.button-red.button--outlined:hover,
a.button-red.button--outlined:active,
a.button-red.button--outlined:focus,
a.button-red.button--outlined:hover,
button.button-red.button--outlined:active,
button.button-red.button--outlined:focus,
button.button-red.button--outlined:hover {
  border-color: #ff2d55;
  background: #ff2d55;
}
.button-red--shadow,
a.button-red--shadow,
button.button-red--shadow {
  border-bottom: 0.135em solid #c60026;
  box-shadow: inset 0 -0.135em #c60026;
}
.button-red:active:not(.button--outlined),
.button-red:focus:not(.button--outlined),
.button-red:hover:not(.button--outlined),
a.button-red:active:not(.button--outlined),
a.button-red:focus:not(.button--outlined),
a.button-red:hover:not(.button--outlined),
button.button-red:active:not(.button--outlined),
button.button-red:focus:not(.button--outlined),
button.button-red:hover:not(.button--outlined) {
  border-color: #e4294d;
  background-color: #e4294d;
}
.button-orange,
a.button-orange,
button.button-orange {
  border: 1px solid #f60;
  background-color: #f60;
}
.button-orange.button--dashed:not(.button--outlined),
a.button-orange.button--dashed:not(.button--outlined),
button.button-orange.button--dashed:not(.button--outlined) {
  border-width: 3px;
  border-color: #bd4b00;
}
.button-orange.button--outlined,
a.button-orange.button--outlined,
button.button-orange.button--outlined {
  color: #f60 !important;
}
.button-orange.button--outlined:active,
.button-orange.button--outlined:focus,
.button-orange.button--outlined:hover,
a.button-orange.button--outlined:active,
a.button-orange.button--outlined:focus,
a.button-orange.button--outlined:hover,
button.button-orange.button--outlined:active,
button.button-orange.button--outlined:focus,
button.button-orange.button--outlined:hover {
  border-color: #f60;
  background: #f60;
}
.button-orange--shadow,
a.button-orange--shadow,
button.button-orange--shadow {
  border-bottom: 0.135em solid #bd4b00;
  box-shadow: inset 0 -0.135em #bd4b00;
}
.button-orange:active:not(.button--outlined),
.button-orange:focus:not(.button--outlined),
.button-orange:hover:not(.button--outlined),
a.button-orange:active:not(.button--outlined),
a.button-orange:focus:not(.button--outlined),
a.button-orange:hover:not(.button--outlined),
button.button-orange:active:not(.button--outlined),
button.button-orange:focus:not(.button--outlined),
button.button-orange:hover:not(.button--outlined) {
  border-color: #e65c00;
  background-color: #e65c00;
}
@media only screen and (max-width: 1179px) {
  .wrap {
    max-width: 960px;
  }
  .site-header .widget-area {
    width: 790px;
  }
  .content {
    width: 610px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 240px;
  }
  .sidebar {
    width: 310px;
  }
}
@media only screen and (max-width: 1023px) {
  .wrap {
    max-width: 768px;
  }
  .content,
  .minimum-full-width-narrow .site-inner,
  .minimum-landing .site-inner,
  .portfolio-template-default .site-inner,
  .sidebar,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 50%;
  }
  .site-header {
    position: static;
  }
  .site-inner {
    padding: 40px 5% 1px;
  }
  .minimum-pro-portfolio .content .entry,
  .site-header .search-form,
  .site-header .title-area,
  .site-header .widget-area {
    text-align: center;
  }
  .site-title {
    padding: 10px;
  }
  .header-image .site-title,
  .wp-custom-logo .site-title {
    padding: 10px 0;
  }
  .header-image .site-title a,
  .wp-custom-logo .site-title a {
    margin: 0 auto;
  }
  .site-header .search-form {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
  .site-header .widget-area {
    padding: 0 5%;
  }
  .site-description {
    font-size: 30px;
  }
  .menu-primary {
    text-align: center;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu {
    float: none;
  }
  .minimum-landing .site-inner {
    margin: 0;
    padding: 30px 0 0;
  }
  .minimum-landing .site-container {
    padding: 5%;
  }
  .minimum-full-width-narrow .site-inner,
  .portfolio-template-default .site-inner {
    padding: 30px 5%;
  }
  .footer-widgets,
  .nav-primary .wrap,
  .site-footer .wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
  .footer-widgets {
    padding-right: calc(5% - 15px);
    padding-left: calc(5% - 15px);
  }
  .site-footer {
    padding: 15px 0 20px;
  }
  .title-area {
    padding-bottom: 18px;
  }
  .header-image .title-area,
  .wp-custom-logo .title-area {
    padding-bottom: 0;
  }
  .title-area .site-title {
    padding-left: 16px;
    text-align: left;
  }
  .header-image .title-area .site-title,
  .wp-custom-logo .title-area .site-title {
    padding-left: 0;
  }
  .header-image .site-title a,
  .wp-custom-logo .site-title a {
    margin-left: 0;
  }
  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }
  .nav-header .responsive-menu-icon {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 10px;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 860px) {
  .nav-header .responsive-menu-icon {
    right: -5px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-header .responsive-menu-icon:active,
  .nav-header .responsive-menu-icon:focus,
  .nav-header .responsive-menu-icon:hover {
    outline: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover,
  .nav-header .genesis-nav-menu li.header-button a {
    display: block;
    padding: 16px 20px;
    border: none;
    background: none;
    line-height: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    z-index: 9999;
    right: 0;
    float: right;
    height: 16px;
    padding: 15px 20px;
    content: "\F347";
    text-align: right;
    font: normal 16px/1 dashicons;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\F343";
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu .sub-menu {
    position: relative;
    z-index: 99;
    left: auto;
    width: 100%;
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
    border: none;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
    padding-left: 25px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    position: relative;
    width: 100%;
    padding: 14px 20px;
    text-transform: none;
    border: none;
    background: none;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-primary .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 800px) {
  .header-image .site-title a,
  .wp-custom-logo .site-title a {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .nav-secondary a {
    margin: 10px;
  }
  .site-footer .nav-secondary {
    margin-bottom: 7px;
  }
  .home-featured .simple-social-icons ul li a {
    padding: 20px !important;
    font-size: 36px !important;
  }
  .genesis-grid-even,
  .genesis-grid-odd,
  .minimum-pro-portfolio .content .entry {
    width: 100%;
  }
  .minimum-pro-portfolio .content .entry:nth-of-type(2n),
  .minimum-pro-portfolio .content .entry:nth-of-type(odd) {
    float: none;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .home-featured-1,
  .home-featured-2,
  .home-featured-3,
  .home-featured-4 {
    width: 50%;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    font-size: 14px;
  }
  .home-featured .widget-area:nth-of-type(odd) {
    clear: left;
  }
  .header-image .site-title a,
  .wp-custom-logo .site-title a {
    max-width: 220px;
    height: 40px;
    background-position: 50%;
    background-size: contain !important;
  }
  .header-image .mobile-search,
  .header-image .nav-header .responsive-menu-icon,
  .wp-custom-logo .mobile-search,
  .wp-custom-logo .nav-header .responsive-menu-icon {
    top: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .header-image .site-header .title-area .site-title a,
  .wp-custom-logo .site-header .title-area .site-title a {
    background-position: 50%;
  }
}
html.with-admin-bar {
  margin-top: 32px !important;
}
@media screen and (max-width: 782px) {
  html.with-admin-bar {
    margin-top: 46px !important;
  }
}
.hidden {
  display: none;
}
.widget_hero_section_widget {
  margin-top: 50px;
  margin-bottom: 50px;
}
.widget_hero_section_widget:first-child {
  margin-top: 10px;
}
.widget_hero_section_widget:last-child {
  margin-bottom: 30px;
}
.wrapp-hero-block {
  display: flex;
  flex-direction: row;
}
.wrapp-hero-block-left {
  width: 45%;
  padding-right: 30px;
}
.wrapp-hero-block-right {
  width: 55%;
}
.wrapp-hero-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.wrapp-hero-block-title {
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  .wrapp-hero-block-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapp-hero-block-title {
    font-size: 45px;
  }
}
.wrapp-hero-block-date {
  padding-bottom: 15px;
}
.wrapp-hero-block-subtitle {
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #686868;
}
.wrapp-hero-block-image {
  height: 100%;
}
.wrapp-hero-block-left .wrapp-hero-block-image {
  display: none;
}
@media screen and (max-width: 1023px) {
  .wrapp-hero-block-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
  .wrapp-hero-block-right {
    width: 100%;
  }
  .wrapp-hero-block {
    flex-direction: column;
  }
  .hide-image-on-mobile {
    display: none;
  }
  .wrapp-hero-block-title {
    order: 1;
    text-align: center;
  }
  .wrapp-hero-block-date {
    order: 2;
    text-align: center;
  }
  .wrapp-hero-block-subtitle {
    order: 3;
    text-align: center;
  }
  .wrapp-hero-block-image {
    text-align: center;
  }
  .wrapp-hero-block-left .wrapp-hero-block-image {
    order: 4;
  }
  .wrapp-hero-block-text {
    order: 5;
  }
  .wrapp-hero-block-right.before-text-image {
    display: block;
  }
  .wrapp-hero-block-right.after-text-image {
    display: none;
  }
  .wrapp-hero-block-left .wrapp-hero-block-image.after-text-image {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .wrapp-hero-block-left .wrapp-hero-block-image.hide-image-on-mobile,
  .wrapp-hero-block-right.hide-image-on-mobile {
    display: none;
  }
}
.wp-custom-logo .title-area {
  width: auto;
  max-width: none;
  margin-top: 0;
  padding: 0;
}
.wp-custom-logo .site-title {
  height: 100%;
  text-indent: 0;
}
.wp-custom-logo .site-title > a {
  min-height: 0;
}
.custom-logo-link {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-width: 250px;
  height: 60px;
}
.custom-logo-link img {
  width: auto;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .wp-custom-logo .site-header > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wp-custom-logo .site-header > .wrap:after,
  .wp-custom-logo .site-header > .wrap:before {
    display: none !important;
  }
  .wp-custom-logo .site-header > .wrap .title-area {
    flex: 0 0 auto;
    margin-right: 1em;
  }
  .wp-custom-logo .site-header > .wrap .site-header .widget-area {
    flex: 1 1 auto;
    width: unset;
  }
  .wp-custom-logo .site-header > .wrap .nav-header .genesis-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.nav-header .genesis-nav-menu .sub-menu a {
  padding-left: 30px !important;
}
.nav-header .genesis-nav-menu > li:not(.header-button) a {
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  body.js .nav-header .genesis-nav-menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-header .genesis-nav-menu > li:not(.header-button) a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
  .nav-header .genesis-nav-menu .sub-menu a {
    padding-left: 10px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-header .genesis-nav-menu > li:not(.header-button) a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }
  .nav-header .genesis-nav-menu .sub-menu > li:not(.header-button) a {
    font-size: 14px;
    font-weight: 600;
  }
}
.icon-box {
  display: flex;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.icon-box img {
  width: 100%;
  height: auto;
}
.icon-box .icon-box__icon {
  width: 70px;
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .icon-box .icon-box__icon {
    width: 100px;
  }
}
.icon-box .icon-box__content {
  line-height: 1.3;
}
.rt-instrunctions {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  line-height: 24px;
}
.archive-title,
.author-box-title {
  position: relative;
}
.mc_today_date {
  display: block;
  text-transform: none;
  color: #666;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
@media only screen and (min-width: 860px) {
  .mc_today_date {
    font-size: 19px;
  }
}
.mc_today_date:not(.wrapp-hero-block-date) {
  margin-top: 22px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 860px) {
  .mc_today_date:not(.wrapp-hero-block-date) {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    margin: 0;
    padding-top: 13px;
    line-height: 1;
  }
  .home .mc_today_date:not(.wrapp-hero-block-date) {
    padding-top: 9px;
  }
  .author .mc_today_date:not(.wrapp-hero-block-date),
  .search .mc_today_date:not(.wrapp-hero-block-date) {
    padding-top: 3px;
  }
}
.mc-header-bar {
  padding: 10px 15px;
  text-align: center;
  color: #000;
  background-color: #f8f9f9;
  font-size: 12.5px;
  line-height: 1;
}
.mc-header-bar .widgettitle {
  display: none !important;
}
.mc-header-bar a {
  text-decoration: underline;
  color: #000;
}
.mc-header-bar a:active,
.mc-header-bar a:focus,
.mc-header-bar a:hover {
  color: #000 !important;
}
.helloBar {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.32s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-align: left;
  letter-spacing: 0.02em;
  will-change: transform;
}
.helloBar.headroom--not-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.helloBar.headroom--bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (min-width: 1024px) {
  .helloBar--mobile {
    display: none !important;
  }
}
.helloBar .button,
.helloBar button,
.helloBar input[type="submit"] {
  padding: 6px 10px;
}
.helloBar .wrap {
  max-width: 1224px;
  padding: 21px 5%;
}
@media only screen and (min-width: 1024px) {
  .helloBar .wrap {
    padding-right: 57px;
    padding-left: 57px;
  }
}
.helloBar a:not([class*="button"]) {
  text-decoration: underline;
}
.helloBar a:not([class*="button"]):active,
.helloBar a:not([class*="button"]):focus,
.helloBar a:not([class*="button"]):hover {
  text-decoration: none;
}
.helloBar .helloBar__btn a {
  text-align: center;
}
.helloBar h1,
.helloBar h2,
.helloBar h3,
.helloBar h4,
.helloBar h5,
.helloBar h6,
.helloBar p {
  margin-bottom: 0;
}
.helloBar a.JS-close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 0.5em 0.8em;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .helloBar a.JS-close {
    right: 17px;
  }
}
@media only screen and (min-width: 400px) {
  .helloBar a.JS-close {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 320px) {
  .helloBar a.JS-close {
    display: inline-block;
  }
}
.helloBar a.JS-close:active,
.helloBar a.JS-close:focus,
.helloBar a.JS-close:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 480px) {
  .helloBar .helloBar__btn,
  .helloBar .helloBar__content {
    display: inline-block;
    padding: 0 0.5em;
  }
}
.helloBar .wrap {
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .helloBar--centered .helloBar__btn {
    margin-top: 0;
  }
}
.helloBar--centered .helloBar__btn {
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .helloBar--inline .wrap {
    margin: 0 auto;
    text-align: center;
  }
  .helloBar--inline .helloBar__btn,
  .helloBar--inline .helloBar__content {
    flex: initial;
    width: auto;
    text-align: center;
  }
}
.helloBar--inline .wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 -0.5em;
  padding-right: 55px;
  text-align: left;
}
.helloBar--inline .wrap:after,
.helloBar--inline .wrap:before {
  display: none !important;
}
.helloBar--inline .helloBar__content {
  padding: 0 0.5em;
}
.helloBar--inline .helloBar__btn,
.helloBar--inline .helloBar__content {
  display: inline-block;
}
.helloBar--inline .helloBar__content {
  flex: 1 1;
}
.helloBar--inline .helloBar__btn {
  flex: none;
}
@media only screen and (max-width: 768px) {
  body .sharedaddy ul li {
    margin: 0;
    padding: 3px !important;
  }
  body .sharedaddy ul li.share-end {
    display: none;
  }
}
body .sharedaddy {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: calc(1rem - 4px);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
body .sharedaddy ul {
  margin-bottom: 0 !important;
}
body .sharedaddy .sd-title {
  position: relative;
  top: -13px;
  margin-bottom: 0 !important;
}
body .sd-social-text .sd-content ul li a.sd-button {
  padding: 5px 10px;
  text-align: center;
  color: #fff !important;
  border: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body .sd-social-text .sd-content ul li a.sd-button {
    padding: 3px 8px;
    font-size: 13px;
  }
}
body .sd-social-text .sd-content ul li a.sd-button:active,
body .sd-social-text .sd-content ul li a.sd-button:focus,
body .sd-social-text .sd-content ul li a.sd-button:hover {
  border: 0;
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.1);
}
body .sd-social-text .sd-content ul li a.sd-button.share-twitter {
  background-color: #1da1f2;
}
body .sd-social-text .sd-content ul li a.sd-button.share-skype {
  background-color: #00aff0;
}
body .sd-social-text .sd-content ul li a.sd-button.share-facebook {
  background-color: #1877f2;
}
body .sd-social-text .sd-content ul li a.sd-button.share-tumblr {
  background-color: #2c4762;
}
body .sd-social-text .sd-content ul li a.sd-button.share-jetpack-whatsapp {
  background-color: #25d366;
}
body .sd-social-text .sd-content ul li a.sd-button.share-linkedin {
  background-color: #007bb5;
}
body .sd-social-text .sd-content ul li a.sd-button.share-reddit {
  background-color: #ff5700;
}
body .sd-social-text .sd-content ul li a.sd-button.share-telegram {
  background-color: #08c;
}
body .sd-social-text .sd-content ul li a.sd-button.share-print {
  color: #333 !important;
  background-color: #efefef;
}
body .sd-social-text .sd-content ul li a.sd-button.share-pinterest {
  background-color: #bd081c;
}
body .sd-social-text .sd-content ul li a.sd-button.share-pocket {
  background-color: #ee4056;
}
body .sd-social-text .sd-content ul li a.sd-button.share-email {
  background-color: grey;
}
.minimum-landing .site-container,
.page-template-landing-header-footer .site-container {
  padding: 0;
}
.minimum-landing .site-inner,
.page-template-landing-header-footer .site-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.minimum-landing .site-inner main.content article.entry,
.page-template-landing-header-footer .site-inner main.content article.entry {
  margin-bottom: 0;
}
.elementor .sidebar img {
  border-radius: 5px;
}
div.elementor-image-gallery .gallery-item img {
  margin: 10px auto;
}
.page-sidebar--thin .content,
.page-sidebar--thin .sidebar {
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .page-sidebar--thin .content {
    width: 700px;
  }
  .page-sidebar--thin .sidebar {
    width: 240px;
  }
}
@media only screen and (min-width: 1180px) {
  .page-sidebar--thin .content {
    width: 825px;
  }
  .page-sidebar--thin .sidebar {
    width: 250px;
  }
}
body.theme-variant--mp-light #cancel-comment-reply-link,
body.theme-variant--mp-light
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a,
body.theme-variant--mp-light .archive-description a,
body.theme-variant--mp-light.archive .author-box a,
body.theme-variant--mp-light .author-box-content a,
body.theme-variant--mp-light .entry-content a,
body.theme-variant--mp-light .featured-content .entry-title a,
body.theme-variant--mp-light .grid-post.entry .entry-title a,
body.theme-variant--mp-light .home-featured a,
body.theme-variant--mp-light .pagination li a,
body.theme-variant--mp-light.post-type-archive-portfolio .entry .entry-title a {
  color: #08f;
}

body.theme-variant--mp-light .sidebar-primary a {
  color: #606060;
}

body.theme-variant--mp-light .sidebar-primary a:hover {
  color: #08f;
  text-decoration: none;
}

body.theme-variant--mp-light .site-footer .nav-secondary .sub-menu a:active,
body.theme-variant--mp-light .site-footer .nav-secondary .sub-menu a:focus,
body.theme-variant--mp-light .site-footer .nav-secondary .sub-menu a:hover {
  color: #ff002f;
}
body.theme-variant--mp-light .comment-edit-link:active,
body.theme-variant--mp-light .comment-edit-link:focus,
body.theme-variant--mp-light .comment-edit-link:hover,
body.theme-variant--mp-light .comment-reply-link:active,
body.theme-variant--mp-light .comment-reply-link:focus,
body.theme-variant--mp-light .comment-reply-link:hover,
body.theme-variant--mp-light .logged-in-as a:active,
body.theme-variant--mp-light .logged-in-as a:focus,
body.theme-variant--mp-light .logged-in-as a:hover {
  color: #08f;
}
body.theme-variant--mp-light .enews-widget input[type="submit"] {
  background-color: #08f;
}
body.theme-variant--mp-light .enews-widget input[type="submit"]:active,
body.theme-variant--mp-light .enews-widget input[type="submit"]:focus,
body.theme-variant--mp-light .enews-widget input[type="submit"]:hover {
  background-color: #007ae6;
}
body.theme-variant--mp-light #fullscreensearch .closesearch a:active,
body.theme-variant--mp-light #fullscreensearch .closesearch a:focus,
body.theme-variant--mp-light #fullscreensearch .closesearch a:hover {
  color: #08f;
}
body.theme-variant--mp-light .nav-header .genesis-nav-menu li.header-button a {
  background-color: #0074d9;
}
body.theme-variant--mp-light
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:active,
body.theme-variant--mp-light
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:focus,
body.theme-variant--mp-light
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:hover {
  background-color: #0066c0;
}
body.theme-variant--mp-light
  .genesis-nav-menu
  .sub-menu
  .current-menu-item
  > a:hover,
body.theme-variant--mp-light .nav-header .genesis-nav-menu a:hover,
body.theme-variant--mp-light
  .nav-header
  .menu
  > .menu-item-has-children:active
  > a,
body.theme-variant--mp-light
  .nav-header
  .menu
  > .menu-item-has-children:focus
  > a,
body.theme-variant--mp-light
  .nav-header
  .menu
  > .menu-item-has-children:hover
  > a,
body.theme-variant--mp-light .nav-primary .sub-menu a:hover {
  color: #08f;
}
body.theme-variant--mp-light .footer-widgets,
body.theme-variant--mp-light .site-footer {
  background-color: #f2f2f2;
}
body.theme-variant--mp-light .footer-widgets .wrap {
  border-bottom-color: #eee;
}
body.theme-variant--mp-light .footer-widgets,
body.theme-variant--mp-light .footer-widgets-1,
body.theme-variant--mp-light .footer-widgets-2,
body.theme-variant--mp-light .footer-widgets-3,
body.theme-variant--mp-light .footer-widgets-4,
body.theme-variant--mp-light .footer-widgets-5,
body.theme-variant--mp-light .footer-widgets .widget-title,
body.theme-variant--mp-light .footer-widgets a,
body.theme-variant--mp-light .site-footer a,
body.theme-variant--mp-light .site-footer p,
body.theme-variant--mp-light .site-footer p a {
  color: #000;
}
body.theme-variant--mp-light .footer-widgets-1 a:active,
body.theme-variant--mp-light .footer-widgets-1 a:focus,
body.theme-variant--mp-light .footer-widgets-1 a:hover,
body.theme-variant--mp-light .footer-widgets-2 a:active,
body.theme-variant--mp-light .footer-widgets-2 a:focus,
body.theme-variant--mp-light .footer-widgets-2 a:hover,
body.theme-variant--mp-light .footer-widgets-3 a:active,
body.theme-variant--mp-light .footer-widgets-3 a:focus,
body.theme-variant--mp-light .footer-widgets-3 a:hover,
body.theme-variant--mp-light .footer-widgets-4 a:active,
body.theme-variant--mp-light .footer-widgets-4 a:focus,
body.theme-variant--mp-light .footer-widgets-4 a:hover,
body.theme-variant--mp-light .footer-widgets a:active,
body.theme-variant--mp-light .footer-widgets a:focus,
body.theme-variant--mp-light .footer-widgets a:hover,
body.theme-variant--mp-light .site-footer a:active,
body.theme-variant--mp-light .site-footer a:focus,
body.theme-variant--mp-light .site-footer a:hover,
body.theme-variant--mp-light .site-footer p a:active,
body.theme-variant--mp-light .site-footer p a:focus,
body.theme-variant--mp-light .site-footer p a:hover {
  color: #08f;
}
body.theme-variant--mp-light .disclosure-box.primary {
  border: 1px solid #ff002f;
}
body.theme-variant--mp-light .disclosure-box.secondary {
  border: 1px solid #08f;
}
body.theme-variant--mp-orange #cancel-comment-reply-link,
body.theme-variant--mp-orange
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a,
body.theme-variant--mp-orange .archive-description a,
body.theme-variant--mp-orange.archive .author-box a,
body.theme-variant--mp-orange .author-box-content a,
body.theme-variant--mp-orange .entry-content a,
body.theme-variant--mp-orange .featured-content .entry-title a,
body.theme-variant--mp-orange .grid-post.entry .entry-title a,
body.theme-variant--mp-orange .home-featured a,
body.theme-variant--mp-orange .pagination li a,
body.theme-variant--mp-orange.post-type-archive-portfolio .entry .entry-title a,
body.theme-variant--mp-orange .sidebar-primary a {
  color: #f60;
}
body.theme-variant--mp-orange .site-footer .nav-secondary .sub-menu a:active,
body.theme-variant--mp-orange .site-footer .nav-secondary .sub-menu a:focus,
body.theme-variant--mp-orange .site-footer .nav-secondary .sub-menu a:hover {
  color: #0074d9;
}
body.theme-variant--mp-orange .comment-edit-link:active,
body.theme-variant--mp-orange .comment-edit-link:focus,
body.theme-variant--mp-orange .comment-edit-link:hover,
body.theme-variant--mp-orange .comment-reply-link:active,
body.theme-variant--mp-orange .comment-reply-link:focus,
body.theme-variant--mp-orange .comment-reply-link:hover,
body.theme-variant--mp-orange .logged-in-as a:active,
body.theme-variant--mp-orange .logged-in-as a:focus,
body.theme-variant--mp-orange .logged-in-as a:hover {
  color: #f60;
}
body.theme-variant--mp-orange .enews-widget input[type="submit"] {
  background-color: #f60;
}
body.theme-variant--mp-orange .enews-widget input[type="submit"]:active,
body.theme-variant--mp-orange .enews-widget input[type="submit"]:focus,
body.theme-variant--mp-orange .enews-widget input[type="submit"]:hover {
  background-color: #e65c00;
}
body.theme-variant--mp-orange #fullscreensearch .closesearch a:active,
body.theme-variant--mp-orange #fullscreensearch .closesearch a:focus,
body.theme-variant--mp-orange #fullscreensearch .closesearch a:hover {
  color: #f60;
}
body.theme-variant--mp-orange .nav-header .genesis-nav-menu li.header-button a {
  background-color: #ff7f00;
}
body.theme-variant--mp-orange
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:active,
body.theme-variant--mp-orange
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:focus,
body.theme-variant--mp-orange
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:hover {
  background-color: #e67200;
}
body.theme-variant--mp-orange
  .genesis-nav-menu
  .sub-menu
  .current-menu-item
  > a:hover,
body.theme-variant--mp-orange .nav-header .genesis-nav-menu a:hover,
body.theme-variant--mp-orange
  .nav-header
  .menu
  > .menu-item-has-children:active
  > a,
body.theme-variant--mp-orange
  .nav-header
  .menu
  > .menu-item-has-children:focus
  > a,
body.theme-variant--mp-orange
  .nav-header
  .menu
  > .menu-item-has-children:hover
  > a,
body.theme-variant--mp-orange .nav-primary .sub-menu a:hover {
  color: #f60;
}
body.theme-variant--mp-orange .footer-widgets,
body.theme-variant--mp-orange .site-footer {
  background-color: #f2f2f2;
}
body.theme-variant--mp-orange .footer-widgets .wrap {
  border-bottom-color: #eee;
}
body.theme-variant--mp-orange .footer-widgets,
body.theme-variant--mp-orange .footer-widgets-1,
body.theme-variant--mp-orange .footer-widgets-2,
body.theme-variant--mp-orange .footer-widgets-3,
body.theme-variant--mp-orange .footer-widgets-4,
body.theme-variant--mp-orange .footer-widgets-5,
body.theme-variant--mp-orange .footer-widgets .widget-title,
body.theme-variant--mp-orange .footer-widgets a,
body.theme-variant--mp-orange .site-footer a,
body.theme-variant--mp-orange .site-footer p,
body.theme-variant--mp-orange .site-footer p a {
  color: #000;
}
body.theme-variant--mp-orange .footer-widgets-1 a:active,
body.theme-variant--mp-orange .footer-widgets-1 a:focus,
body.theme-variant--mp-orange .footer-widgets-1 a:hover,
body.theme-variant--mp-orange .footer-widgets-2 a:active,
body.theme-variant--mp-orange .footer-widgets-2 a:focus,
body.theme-variant--mp-orange .footer-widgets-2 a:hover,
body.theme-variant--mp-orange .footer-widgets-3 a:active,
body.theme-variant--mp-orange .footer-widgets-3 a:focus,
body.theme-variant--mp-orange .footer-widgets-3 a:hover,
body.theme-variant--mp-orange .footer-widgets-4 a:active,
body.theme-variant--mp-orange .footer-widgets-4 a:focus,
body.theme-variant--mp-orange .footer-widgets-4 a:hover,
body.theme-variant--mp-orange .footer-widgets a:active,
body.theme-variant--mp-orange .footer-widgets a:focus,
body.theme-variant--mp-orange .footer-widgets a:hover,
body.theme-variant--mp-orange .site-footer a:active,
body.theme-variant--mp-orange .site-footer a:focus,
body.theme-variant--mp-orange .site-footer a:hover,
body.theme-variant--mp-orange .site-footer p a:active,
body.theme-variant--mp-orange .site-footer p a:focus,
body.theme-variant--mp-orange .site-footer p a:hover {
  color: #f70;
}
body.theme-variant--mp-orange .disclosure-box.primary {
  border: 1px solid #0074d9;
}
body.theme-variant--mp-orange .disclosure-box.secondary {
  border: 1px solid #f60;
}
body.theme-variant--mp-green #cancel-comment-reply-link,
body.theme-variant--mp-green
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a,
body.theme-variant--mp-green .archive-description a,
body.theme-variant--mp-green.archive .author-box a,
body.theme-variant--mp-green .author-box-content a,
body.theme-variant--mp-green .entry-content a,
body.theme-variant--mp-green .featured-content .entry-title a,
body.theme-variant--mp-green .grid-post.entry .entry-title a,
body.theme-variant--mp-green .home-featured a,
body.theme-variant--mp-green .pagination li a,
body.theme-variant--mp-green.post-type-archive-portfolio .entry .entry-title a,
body.theme-variant--mp-green .sidebar-primary a {
  color: #00b66c;
}
body.theme-variant--mp-green .site-footer .nav-secondary .sub-menu a:active,
body.theme-variant--mp-green .site-footer .nav-secondary .sub-menu a:focus,
body.theme-variant--mp-green .site-footer .nav-secondary .sub-menu a:hover {
  color: #ff2d55;
}
body.theme-variant--mp-green .comment-edit-link:active,
body.theme-variant--mp-green .comment-edit-link:focus,
body.theme-variant--mp-green .comment-edit-link:hover,
body.theme-variant--mp-green .comment-reply-link:active,
body.theme-variant--mp-green .comment-reply-link:focus,
body.theme-variant--mp-green .comment-reply-link:hover,
body.theme-variant--mp-green .logged-in-as a:active,
body.theme-variant--mp-green .logged-in-as a:focus,
body.theme-variant--mp-green .logged-in-as a:hover {
  color: #00b66c;
}
body.theme-variant--mp-green .enews-widget input[type="submit"] {
  background-color: #00b66c;
}
body.theme-variant--mp-green .enews-widget input[type="submit"]:active,
body.theme-variant--mp-green .enews-widget input[type="submit"]:focus,
body.theme-variant--mp-green .enews-widget input[type="submit"]:hover {
  background-color: #009d5d;
}
body.theme-variant--mp-green #fullscreensearch .closesearch a:active,
body.theme-variant--mp-green #fullscreensearch .closesearch a:focus,
body.theme-variant--mp-green #fullscreensearch .closesearch a:hover {
  color: #00b66c;
}
body.theme-variant--mp-green .nav-header .genesis-nav-menu li.header-button a {
  background-color: #3d9970;
}
body.theme-variant--mp-green
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:active,
body.theme-variant--mp-green
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:focus,
body.theme-variant--mp-green
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:hover {
  background-color: #368763;
}
body.theme-variant--mp-green
  .genesis-nav-menu
  .sub-menu
  .current-menu-item
  > a:hover,
body.theme-variant--mp-green .nav-header .genesis-nav-menu a:hover,
body.theme-variant--mp-green
  .nav-header
  .menu
  > .menu-item-has-children:active
  > a,
body.theme-variant--mp-green
  .nav-header
  .menu
  > .menu-item-has-children:focus
  > a,
body.theme-variant--mp-green
  .nav-header
  .menu
  > .menu-item-has-children:hover
  > a,
body.theme-variant--mp-green .nav-primary .sub-menu a:hover {
  color: #00b66c;
}
body.theme-variant--mp-green .footer-widgets,
body.theme-variant--mp-green .site-footer {
  background-color: #f2f2f2;
}
body.theme-variant--mp-green .footer-widgets .wrap {
  border-bottom-color: #eee;
}
body.theme-variant--mp-green .footer-widgets,
body.theme-variant--mp-green .footer-widgets-1,
body.theme-variant--mp-green .footer-widgets-2,
body.theme-variant--mp-green .footer-widgets-3,
body.theme-variant--mp-green .footer-widgets-4,
body.theme-variant--mp-green .footer-widgets-5,
body.theme-variant--mp-green .footer-widgets .widget-title,
body.theme-variant--mp-green .footer-widgets a,
body.theme-variant--mp-green .site-footer a,
body.theme-variant--mp-green .site-footer p,
body.theme-variant--mp-green .site-footer p a {
  color: #000;
}
body.theme-variant--mp-green .footer-widgets-1 a,
body.theme-variant--mp-green .footer-widgets-2 a,
body.theme-variant--mp-green .footer-widgets-3 a,
body.theme-variant--mp-green .footer-widgets-4 a,
body.theme-variant--mp-green .footer-widgets a:active,
body.theme-variant--mp-green .footer-widgets a:focus,
body.theme-variant--mp-green .footer-widgets a:hover,
body.theme-variant--mp-green .site-footer a:active,
body.theme-variant--mp-green .site-footer a:focus,
body.theme-variant--mp-green .site-footer a:hover,
body.theme-variant--mp-green .site-footer p a:active,
body.theme-variant--mp-green .site-footer p a:focus,
body.theme-variant--mp-green .site-footer p a:hover {
  color: #00b66c;
}
body.theme-variant--mp-green .footer-widgets-1 a:active,
body.theme-variant--mp-green .footer-widgets-1 a:focus,
body.theme-variant--mp-green .footer-widgets-1 a:hover,
body.theme-variant--mp-green .footer-widgets-2 a:active,
body.theme-variant--mp-green .footer-widgets-2 a:focus,
body.theme-variant--mp-green .footer-widgets-2 a:hover,
body.theme-variant--mp-green .footer-widgets-3 a:active,
body.theme-variant--mp-green .footer-widgets-3 a:focus,
body.theme-variant--mp-green .footer-widgets-3 a:hover,
body.theme-variant--mp-green .footer-widgets-4 a:active,
body.theme-variant--mp-green .footer-widgets-4 a:focus,
body.theme-variant--mp-green .footer-widgets-4 a:hover {
  color: #00b66c;
  text-decoration: underline;
}
body.theme-variant--mp-green .disclosure-box.primary {
  border: 1px solid #ff2d55;
}
body.theme-variant--mp-green .disclosure-box.secondary {
  border: 1px solid #00b66c;
}
body.theme-variant--mp-blue #cancel-comment-reply-link,
body.theme-variant--mp-blue
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a,
body.theme-variant--mp-blue .archive-description a,
body.theme-variant--mp-blue.archive .author-box a,
body.theme-variant--mp-blue .author-box-content a,
body.theme-variant--mp-blue .entry-content a,
body.theme-variant--mp-blue .featured-content .entry-title a,
body.theme-variant--mp-blue .grid-post.entry .entry-title a,
body.theme-variant--mp-blue .home-featured a,
body.theme-variant--mp-blue .pagination li a,
body.theme-variant--mp-blue.post-type-archive-portfolio .entry .entry-title a,
body.theme-variant--mp-blue .sidebar-primary a {
  color: #08f;
}
body.theme-variant--mp-blue .site-footer .nav-secondary .sub-menu a:active,
body.theme-variant--mp-blue .site-footer .nav-secondary .sub-menu a:focus,
body.theme-variant--mp-blue .site-footer .nav-secondary .sub-menu a:hover {
  color: #ff2d55;
}
body.theme-variant--mp-blue .comment-edit-link:active,
body.theme-variant--mp-blue .comment-edit-link:focus,
body.theme-variant--mp-blue .comment-edit-link:hover,
body.theme-variant--mp-blue .comment-reply-link:active,
body.theme-variant--mp-blue .comment-reply-link:focus,
body.theme-variant--mp-blue .comment-reply-link:hover,
body.theme-variant--mp-blue .logged-in-as a:active,
body.theme-variant--mp-blue .logged-in-as a:focus,
body.theme-variant--mp-blue .logged-in-as a:hover {
  color: #08f;
}
body.theme-variant--mp-blue .enews-widget input[type="submit"] {
  background-color: #08f;
}
body.theme-variant--mp-blue .enews-widget input[type="submit"]:active,
body.theme-variant--mp-blue .enews-widget input[type="submit"]:focus,
body.theme-variant--mp-blue .enews-widget input[type="submit"]:hover {
  background-color: #007ae6;
}
body.theme-variant--mp-blue #fullscreensearch .closesearch a:active,
body.theme-variant--mp-blue #fullscreensearch .closesearch a:focus,
body.theme-variant--mp-blue #fullscreensearch .closesearch a:hover {
  color: #08f;
}
body.theme-variant--mp-blue .nav-header .genesis-nav-menu li.header-button a {
  background-color: #0074d9;
}
body.theme-variant--mp-blue
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:active,
body.theme-variant--mp-blue
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:focus,
body.theme-variant--mp-blue
  .nav-header
  .genesis-nav-menu
  li.header-button
  a:hover {
  background-color: #0066c0;
}
body.theme-variant--mp-blue
  .genesis-nav-menu
  .sub-menu
  .current-menu-item
  > a:hover,
body.theme-variant--mp-blue .nav-header .genesis-nav-menu a:hover,
body.theme-variant--mp-blue
  .nav-header
  .menu
  > .menu-item-has-children:active
  > a,
body.theme-variant--mp-blue
  .nav-header
  .menu
  > .menu-item-has-children:focus
  > a,
body.theme-variant--mp-blue
  .nav-header
  .menu
  > .menu-item-has-children:hover
  > a,
body.theme-variant--mp-blue .nav-primary .sub-menu a:hover {
  color: #08f;
}
body.theme-variant--mp-blue .footer-widgets,
body.theme-variant--mp-blue .site-footer {
  background-color: #1a2535;
}
body.theme-variant--mp-blue .footer-widgets .wrap {
  border-bottom-color: #172130;
}
body.theme-variant--mp-blue .footer-widgets,
body.theme-variant--mp-blue .footer-widgets-1,
body.theme-variant--mp-blue .footer-widgets-2,
body.theme-variant--mp-blue .footer-widgets-3,
body.theme-variant--mp-blue .footer-widgets-4,
body.theme-variant--mp-blue .footer-widgets-5,
body.theme-variant--mp-blue .footer-widgets .widget-title,
body.theme-variant--mp-blue .footer-widgets a,
body.theme-variant--mp-blue .site-footer a,
body.theme-variant--mp-blue .site-footer p,
body.theme-variant--mp-blue .site-footer p a {
  color: #adb5bd;
}
body.theme-variant--mp-blue .footer-widgets a:active,
body.theme-variant--mp-blue .footer-widgets a:focus,
body.theme-variant--mp-blue .footer-widgets a:hover,
body.theme-variant--mp-blue .site-footer a:active,
body.theme-variant--mp-blue .site-footer a:focus,
body.theme-variant--mp-blue .site-footer a:hover,
body.theme-variant--mp-blue .site-footer p a:active,
body.theme-variant--mp-blue .site-footer p a:focus,
body.theme-variant--mp-blue .site-footer p a:hover {
  color: #08f;
}
body.theme-variant--mp-blue .footer-widgets-1 a,
body.theme-variant--mp-blue .footer-widgets-2 a,
body.theme-variant--mp-blue .footer-widgets-3 a,
body.theme-variant--mp-blue .footer-widgets-4 a {
  color: #fff;
}
body.theme-variant--mp-blue .footer-widgets-1 a:active,
body.theme-variant--mp-blue .footer-widgets-1 a:focus,
body.theme-variant--mp-blue .footer-widgets-1 a:hover,
body.theme-variant--mp-blue .footer-widgets-2 a:active,
body.theme-variant--mp-blue .footer-widgets-2 a:focus,
body.theme-variant--mp-blue .footer-widgets-2 a:hover,
body.theme-variant--mp-blue .footer-widgets-3 a:active,
body.theme-variant--mp-blue .footer-widgets-3 a:focus,
body.theme-variant--mp-blue .footer-widgets-3 a:hover,
body.theme-variant--mp-blue .footer-widgets-4 a:active,
body.theme-variant--mp-blue .footer-widgets-4 a:focus,
body.theme-variant--mp-blue .footer-widgets-4 a:hover {
  color: #08f;
}
body.theme-variant--mp-blue .disclosure-box.primary {
  border: 1px solid #ff2d55;
}
body.theme-variant--mp-blue .disclosure-box.secondary {
  border: 1px solid #08f;
}
#comments .gpur-comment-count {
  margin-bottom: 0 !important;
}
.comment-list .gpur-clear + li {
  padding-top: 25px;
}
.gpur-rating-summary {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.gpur-rating-summary .gpur-show-rating-wrapper:first-child {
  margin-bottom: 0;
}