/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: 0.08em solid #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-circle:before {
  content: "\f111";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comments:before {
  content: "\f086";
}
.fa-download:before {
  content: "\f019";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-home:before {
  content: "\f015";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-plus:before {
  content: "\f067";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-search:before {
  content: "\f002";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-university:before {
  content: "\f19c";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-youtube:before {
  content: "\f167";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/includes/default/fonts/fa-solid-900.eot);
  src:
    url(/includes/default/fonts/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(/includes/default/fonts/fa-solid-900.woff2) format("woff2"),
    url(/includes/default/fonts/fa-solid-900.woff) format("woff"),
    url(/includes/default/fonts/fa-solid-900.ttf) format("truetype"),
    url(/includes/default/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: Font Awesome\5;
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/includes/default/fonts/fa-brands-400.eot);
  src:
    url(/includes/default/fonts/fa-brands-400.eot?#iefix)
      format("embedded-opentype"),
    url(/includes/default/fonts/fa-brands-400.woff2) format("woff2"),
    url(/includes/default/fonts/fa-brands-400.woff) format("woff"),
    url(/includes/default/fonts/fa-brands-400.ttf) format("truetype"),
    url(/includes/default/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font Awesome\5 Brands;
  font-weight: 400;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.validation .tooltip-inner {
  background-color: #c90808;
}
.tooltip.top-left.validation .tooltip-arrow,
.tooltip.top-right.validation .tooltip-arrow,
.tooltip.top.validation .tooltip-arrow {
  border-top-color: #c90808;
}
.tooltip.right.validation .tooltip-arrow {
  border-right-color: #c90808;
}
.tooltip.left.validation .tooltip-arrow {
  border-left-color: #c90808;
}
.tooltip.bottom-left.validation .tooltip-arrow,
.tooltip.bottom-right.validation .tooltip-arrow,
.tooltip.bottom.validation .tooltip-arrow {
  border-bottom-color: #c90808;
}
#copy .dss-form,
.panel.ckeditor .dss-form {
  background: #f6f3ec;
  border: 1px solid #e6ddc9;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  width: 100%;
}
#copy .dss-form .heading,
.panel.ckeditor .dss-form .heading {
  color: #34292c;
  margin: 0 0 10px;
}
#copy .dss-form .dss-form-footer,
#copy .dss-form .dss-form-intro,
.panel.ckeditor .dss-form .dss-form-footer,
.panel.ckeditor .dss-form .dss-form-intro {
  color: #34292c;
}
#copy .dss-form .dss-form-footer a,
#copy .dss-form .dss-form-intro a,
.panel.ckeditor .dss-form .dss-form-footer a,
.panel.ckeditor .dss-form .dss-form-intro a {
  color: #714f32;
  text-decoration: none;
}
#copy .dss-form .dss-form-footer,
.panel.ckeditor .dss-form .dss-form-footer {
  font-size: 85%;
  line-height: 1.3;
}
#copy .dss-form ::-moz-placeholder,
.panel.ckeditor .dss-form ::-moz-placeholder {
  color: rgba(52, 41, 44, 0.65);
  opacity: 1;
}
#copy .dss-form ::placeholder,
.panel.ckeditor .dss-form ::placeholder {
  color: rgba(52, 41, 44, 0.65);
}
#copy .dss-form form,
.panel.ckeditor .dss-form form {
  display: grid;
  margin-top: 30px;
  position: relative;
  row-gap: 30px;
}
#copy .dss-form form input[type="hidden"],
.panel.ckeditor .dss-form form input[type="hidden"] {
  display: none;
}
#copy .dss-form form .form-group,
.panel.ckeditor .dss-form form .form-group {
  color: rgba(52, 41, 44, 0.65);
  display: block;
  position: relative;
  width: 100%;
}
#copy .dss-form form .form-group > input,
#copy .dss-form form .form-group > select,
#copy .dss-form form .form-group > textarea,
.panel.ckeditor .dss-form form .form-group > input,
.panel.ckeditor .dss-form form .form-group > select,
.panel.ckeditor .dss-form form .form-group > textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(52, 41, 44, 0.25);
  color: #34292c;
  display: block;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  height: 32px;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease;
  width: 100%;
}
#copy .dss-form form .form-group > input:focus,
#copy .dss-form form .form-group > select:focus,
#copy .dss-form form .form-group > textarea:focus,
.panel.ckeditor .dss-form form .form-group > input:focus,
.panel.ckeditor .dss-form form .form-group > select:focus,
.panel.ckeditor .dss-form form .form-group > textarea:focus {
  outline: none;
}
#copy .dss-form form .form-group > select,
.panel.ckeditor .dss-form form .form-group > select {
  color: rgba(52, 41, 44, 0.65);
}
#copy .dss-form form .form-group.type-select,
.panel.ckeditor .dss-form form .form-group.type-select {
  position: relative;
}
#copy .dss-form form .form-group.type-select:after,
.panel.ckeditor .dss-form form .form-group.type-select:after {
  color: rgba(52, 41, 44, 0.65);
  content: "\f0d7";
  font-family: Font Awesome\5;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 14px;
}
#copy .dss-form form .form-group.type-select select,
.panel.ckeditor .dss-form form .form-group.type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}
#copy .dss-form form .form-group.type-select select::-ms-expand,
.panel.ckeditor .dss-form form .form-group.type-select select::-ms-expand {
  display: none;
}
#copy .dss-form form .form-group.type-select select option,
.panel.ckeditor .dss-form form .form-group.type-select select option {
  color: #34292c;
}
#copy .dss-form form .form-group .checkbox input:hover,
#copy .dss-form form .form-group .checkbox label:hover,
#copy .dss-form form .form-group .radio input:hover,
#copy .dss-form form .form-group .radio label:hover,
#copy .dss-form form .form-group select:hover,
.panel.ckeditor .dss-form form .form-group .checkbox input:hover,
.panel.ckeditor .dss-form form .form-group .checkbox label:hover,
.panel.ckeditor .dss-form form .form-group .radio input:hover,
.panel.ckeditor .dss-form form .form-group .radio label:hover,
.panel.ckeditor .dss-form form .form-group select:hover {
  cursor: pointer;
}
#copy .dss-form form .form-group.input-display-privacy-agree label,
.panel.ckeditor .dss-form form .form-group.input-display-privacy-agree label {
  align-items: center;
  display: flex;
}
#copy .dss-form form .form-group.input-display-privacy-agree label input,
.panel.ckeditor
  .dss-form
  form
  .form-group.input-display-privacy-agree
  label
  input {
  margin-right: 10px;
}
#copy .dss-form form .form-group.input-display-privacy-agree a,
.panel.ckeditor .dss-form form .form-group.input-display-privacy-agree a {
  color: #714f32;
  margin-left: 5px;
  text-decoration: none;
}
#copy .dss-form form .form-group.input-display-privacy-agree a:hover,
.panel.ckeditor .dss-form form .form-group.input-display-privacy-agree a:hover {
  text-decoration: underline;
}
#copy
  .dss-form
  form
  .form-group:not(.type-radio):not(.type-checkbox):not(.checkbox)
  label,
.panel.ckeditor
  .dss-form
  form
  .form-group:not(.type-radio):not(.type-checkbox):not(.checkbox)
  label {
  transition: all 0.25s ease;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
#copy
  .dss-form
  form
  .form-group:not(.type-radio):not(.type-checkbox):not(.checkbox)
  .active-label,
.panel.ckeditor
  .dss-form
  form
  .form-group:not(.type-radio):not(.type-checkbox):not(.checkbox)
  .active-label {
  color: #34292c;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  position: absolute;
  top: -25px;
  opacity: 1;
  visibility: visible;
}
#copy
  .dss-form
  form
  .form-group:not(.type-radio):not(.type-checkbox):not(.checkbox)
  .active-label
  + .form-control,
.panel.ckeditor
  .dss-form
  form
  .form-group:not(.type-radio):not(.type-checkbox):not(.checkbox)
  .active-label
  + .form-control {
  border-top-left-radius: 0;
}
#copy .dss-form form .form-group .form-label,
#copy .dss-form form .form-group.type-checkbox > label,
#copy .dss-form form .form-group.type-radio > label,
.panel.ckeditor .dss-form form .form-group .form-label,
.panel.ckeditor .dss-form form .form-group.type-checkbox > label,
.panel.ckeditor .dss-form form .form-group.type-radio > label {
  color: #34292c;
}
#copy .dss-form form .form-group input:focus::-webkit-input-placeholder,
#copy .dss-form form .form-group textarea:focus::-webkit-input-placeholder,
.panel.ckeditor
  .dss-form
  form
  .form-group
  input:focus::-webkit-input-placeholder,
.panel.ckeditor
  .dss-form
  form
  .form-group
  textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
#copy .dss-form form #recaptcha-div-0,
#copy .dss-form form #recaptcha-div-1,
#copy .dss-form form #recaptcha-div-2,
.panel.ckeditor .dss-form form #recaptcha-div-0,
.panel.ckeditor .dss-form form #recaptcha-div-1,
.panel.ckeditor .dss-form form #recaptcha-div-2 {
  position: absolute;
  left: 0;
  top: 0;
}
#copy .dss-form .recaptcha-footer,
.panel.ckeditor .dss-form .recaptcha-footer {
  color: #34292c;
}
#copy .dss-form .recaptcha-footer a,
.panel.ckeditor .dss-form .recaptcha-footer a {
  color: #0076dc;
}
#copy .dss-form .recaptcha-footer .inner-text,
.panel.ckeditor .dss-form .recaptcha-footer .inner-text {
  border-right-color: rgba(52, 41, 44, 0.65);
  margin-right: 5px;
}
.dss-content-footer,
.dss-footer,
.dss-header,
.pa-footer,
.pa-header {
  clear: both;
  padding: 20px 0;
}
#copy > #author {
  margin-bottom: 30px;
}
#author {
  background: rgba(154, 0, 48, 0.1);
  border: 1px solid rgba(154, 0, 48, 0.2);
  display: grid;
  overflow: hidden;
}
#author:has(.author-thumb) {
  grid-template-columns: 150px 1fr;
}
@media (max-width: 559px) {
  #author:has(.author-thumb) {
    grid-template-columns: 1fr;
  }
}
#author:has(.author-thumb) .author-name-email {
  align-self: center;
}
#author:has(.author-name-email + .author-social) {
  grid-template-columns: 1fr 200px;
}
@media (max-width: 859px) {
  #author:has(.author-name-email + .author-social) {
    grid-template-columns: 1fr;
  }
}
#author:has(.author-name-email + .author-social) .author-name-email {
  align-self: center;
}
#author:has(.author-name-email + .author-social) .author-social {
  grid-row: auto;
}
@media (max-width: 859px) {
  #author:has(.author-name-email + .author-social) .author-social {
    grid-column: auto;
  }
}
#author:has(.author-thumb + .author-name-email + .author-summary)
  .author-thumb {
  grid-row: span 2;
}
#author:has(.author-thumb + .author-name-email + .author-social) {
  grid-template-columns: 150px 1fr 200px;
}
@media (max-width: 859px) {
  #author:has(.author-thumb + .author-name-email + .author-social) {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 559px) {
  #author:has(.author-thumb + .author-name-email + .author-social) {
    grid-template-columns: 1fr;
  }
}
#author:has(.author-thumb + .author-name-email + .author-social) .author-thumb {
  grid-row: auto;
}
@media (max-width: 859px) {
  #author:has(.author-thumb + .author-name-email + .author-social)
    .author-social {
    grid-column: span 2;
  }
}
@media (max-width: 559px) {
  #author:has(.author-thumb + .author-name-email + .author-social)
    .author-social {
    grid-column: auto;
    grid-row: auto;
  }
}
#author:has(.author-name-email + .author-social + .author-summary) {
  grid-template-columns: 1fr 200px;
}
@media (max-width: 859px) {
  #author:has(.author-name-email + .author-social + .author-summary) {
    grid-template-columns: 1fr;
  }
}
#author:has(.author-name-email + .author-social + .author-summary)
  .author-name-email {
  align-self: end;
}
#author:has(.author-name-email + .author-social + .author-summary)
  .author-social {
  grid-row: span 2;
}
@media (max-width: 559px) {
  #author:has(.author-name-email + .author-social + .author-summary)
    .author-social {
    grid-column: auto;
    grid-row: auto;
  }
}
#author:has(
  .author-thumb + .author-name-email + .author-social + .author-summary
) {
  grid-template-columns: 150px 1fr 200px;
}
@media (max-width: 859px) {
  #author:has(
    .author-thumb + .author-name-email + .author-social + .author-summary
  ) {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 559px) {
  #author:has(
    .author-thumb + .author-name-email + .author-social + .author-summary
  ) {
    grid-template-columns: 1fr;
  }
}
#author:has(
    .author-thumb + .author-name-email + .author-social + .author-summary
  )
  .author-name-email {
  align-self: end;
}
#author:has(
    .author-thumb + .author-name-email + .author-social + .author-summary
  )
  .author-thumb {
  grid-row: span 2;
}
#author:has(
    .author-thumb + .author-name-email + .author-social + .author-summary
  )
  .author-social {
  grid-row: span 2;
}
@media (max-width: 859px) {
  #author:has(
      .author-thumb + .author-name-email + .author-social + .author-summary
    )
    .author-social {
    grid-column: span 2;
  }
}
@media (max-width: 559px) {
  #author:has(
      .author-thumb + .author-name-email + .author-social + .author-summary
    )
    .author-social {
    grid-column: auto;
    grid-row: auto;
  }
}
#author .author-thumb {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 150px;
  width: 100%;
}
@media (max-width: 559px) {
  #author .author-thumb {
    border-radius: 100%;
    height: auto;
    margin: 20px auto 0;
  }
}
#author .author-name-email {
  display: flex;
  padding: 15px;
}
@media (max-width: 559px) {
  #author .author-name-email {
    justify-content: center;
  }
}
#author .author-name-email .name {
  color: #9a0030;
  font-weight: 700;
  text-decoration: none;
}
#author .author-name-email .email {
  color: transparent;
  display: block;
  position: relative;
  left: 10px;
  width: 30px;
}
#author .author-name-email .email:after {
  color: #9a0030;
  content: "\f0e0";
  display: inline-block;
  font-family: Font Awesome\5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#author .author-social {
  align-self: center;
  border-left: 1px solid rgba(154, 0, 48, 0.2);
  grid-row: span 2;
  padding: 10px 20px;
}
@media (max-width: 859px) {
  #author .author-social {
    background: rgba(154, 0, 48, 0.1);
    border-left: none;
    border-top: 1px solid rgba(154, 0, 48, 0.2);
    order: 4;
    padding: 8px;
  }
}
#author .author-social .heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 859px) {
  #author .author-social .heading {
    display: none;
  }
}
#author .author-social ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 859px) {
  #author .author-social ul {
    justify-content: space-around;
  }
}
#author .author-social ul li {
  margin: 0;
}
#author .author-social ul li a {
  color: transparent;
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  text-decoration: none;
  width: 30px;
}
#author .author-social ul li a:before {
  align-items: center;
  color: #666;
  display: flex;
  font-family: Font Awesome\5 Brands;
  justify-content: center;
  height: 22px;
  width: 22px;
}
#author .author-social ul li a:hover {
  border-bottom: none;
}
#author .author-social ul .facebook a:before {
  content: "\f39e";
}
#author .author-social ul .facebook a:hover:before {
  color: #4267b2;
}
#author .author-social ul .instagram a:before {
  content: "\f16d";
}
#author .author-social ul .instagram a:hover:before {
  color: #9b58b6;
}
#author .author-social ul .twitter a:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23666'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9L389.2 48zm-24.8 373.8h39.1L151.1 88h-42l255.3 333.8z'/%3E%3C/svg%3E");
  content: "";
  fill: rgba(154, 0, 48, 0.8);
}
#author .author-social ul .twitter a:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9L389.2 48zm-24.8 373.8h39.1L151.1 88h-42l255.3 333.8z'/%3E%3C/svg%3E");
}
#author .author-social ul .linkedin a:before {
  content: "\f0e1";
}
#author .author-social ul .linkedin a:hover:before {
  color: #0077b5;
}
#author .author-social ul .youtube a:before {
  content: "\f167";
}
#author .author-social ul .youtube a:hover:before {
  color: red;
}
#author .author-summary {
  margin-top: -15px;
  padding: 0 15px 15px;
}
@media (max-width: 559px) {
  #author .author-summary {
    text-align: center;
  }
}
.search-box {
  display: flex;
}
.search-box .search-field-input {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #333;
  display: inline-block;
  font-size: 18px;
  padding: 12px 10px 10px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 100%;
}
.search-box .button {
  border-radius: 0;
  font-size: 18px;
  margin-left: 10px;
  max-width: 120px;
  padding: 0;
  width: 80px;
}
.search-box .button:after,
.search-box .button:before,
img[src*="http://www.googleadservices.com/pagead/conversion/"] {
  display: none;
}
@media print {
  * {
    transition: none !important;
  }
  @page {
    margin: 0.75in 0.5in 0.5in;
    orphans: 4;
    widows: 3;
  }
  blockquote,
  figure,
  li,
  p,
  pre {
    page-break-inside: avoid;
  }
  .button{
    display: none !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    page-break-after: avoid;
  }
  article,
  body {
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #copy .dss-content {
    overflow: visible !important;
  }
  #aside,
  #author,
  #comments,
  #copy img,
  #footer,
  #main-header,
  #nav,
  #ngageMobileInvite,
  #th__phone-icon,
  .commentform,
  .dss-form,
  .google-map,
  .liveChatFloatingButton,
  .liveChatFloatingButtonMobile,
  .member-detail-container,
  .mobile-icons,
  .mod.chat,
  .panel,
  .read-more,
  .social-search,
  .thumb-container,
  .video-wrapper {
    display: none !important;
  }
  .heading-section {
    background: transparent;
    border: none;
  }
  .heading-section .padded-container {
    padding: 20px 0 0;
  }
  #copy .heading {
    margin: 0 0 15px;
  }
  #top-header {
    height: auto !important;
    position: relative;
  }
  #top-header #th__logo {
    width: 40% !important;
  }
  #top-header #th__contact-info {
    display: block !important;
    margin: 0 !important;
    text-align: right !important;
    width: 60% !important;
  }
  .myDSSlinks {
    background: #fff !important;
    border: 1px solid #fff !important;
  }
}
