/*
Theme Name: HSM 2025
Theme URI: https://github.com/tidythemes/blankslate
Based on: blankslate
Adapted by: e-Motive Media Ltd for Western Business Media

Blankslate WordPress Theme � 2011-2021 TidyThemes
Blankslate is distributed under the terms of the GNU GPL
*/
@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/HSM25/fonts/Raleway-VariableFont_wght.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Raleway-Italic";
  src: url("/wp-content/themes/HSM25/fonts/Raleway-Italic-VariableFont_wght.woff2") format("woff2");
  font-display: swap;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

#wrapper {
  overflow: hidden;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  /*quotes:none;*/
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.benefitsComparison {
  border: 1px solid #cccccc;
}


th,
td {
  padding: 20px;
  font-size: 1.7em;
  line-height: 150%;
}

th {
  text-align: left;
}



table.benefitsComparison th,
table.benefitsComparison td {
  padding: 10px;
  line-height: 125%;
}

table.benefitsComparison tr th {
  background-color: #eeeeee;
}

table.benefitsComparison tr td:first-of-type {
  background-color: #f5f5f5;
}

table.benefitsComparison td .fa-circle-check {
  color: #00CC33;
  display: block;
  text-align: center;
}

table.benefitsComparison td,
table.benefitsComparison th {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

th td:last-child {
  padding-right: 0 !important;
}

table.propertyListing {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}

table.propertyListing td {
  width: 50%;
}

table.propertyListing td h3 {
  font-size: inherit;
  margin: 0;
  line-height: 120%;
}

table.propertyListing td p {
  font-size: 90%;
  margin: 0;
  line-height: 120%;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

div.alignright,
img.alignright {
  float: right;
  margin-top: 9px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 350px;
  max-width: 60%;
  height: auto;
}

div.alignleft,
img.alignleft {
  float: left;
  margin-top: 9px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 350px;
  max-width: 60%;
  height: auto;
}

div.aligncenter,
img.aligncenter,
p img.aligncenter {
  float: none;
  clear: both;
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 720px;
  height: auto;
}


div.alignnone,
img.alignnone,
p img.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.wp-caption-text {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}



.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* My styles */
body {
  font-size: 62.5%;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #1d1d1b;
  line-height: 150%;
  /*margin-top:63px;*/
}




hr {
  border: 0;
  height: 0;
  border-top: 1px solid #dddddd;
  margin: 30px 0;
}

p.clear {
  clear: both;
  height: 0px;
  line-height: 0.0000001px;
  font-size: 0.0000001px;
}

.hidden {
  display: none;
}

a:link {
  color: #E98A15;
  text-decoration: none;
}

a:visited {
  color: #E98A15;
}

a:hover {
  color: #ee7202;
  text-decoration: underline;
}

a:active {
  color: #ee7202;
}

p {
  font-size: 1.7em;
  line-height: 175%;
  margin: 1.2em 0;
  font-family: "Raleway", Arial;
  font-weight: 400;
}

h1 {
  line-height: 120%;
  font-size: 3.4em;
  font-weight: 700;
  margin: 0;
  font-family: "Raleway", Arial;
  letter-spacing: 1px;
}

h2 {
  font-size: 2.4em;
  line-height: 125%;
  margin: 0.8em 0;
  font-weight: 600;
  font-family: "Raleway", Arial;
}

h2 strong,
h2 b {
  font-weight: 600;
}

h3 {
  font-size: 2em;
  line-height: 125%;
  margin: 0.6em 0;
  font-family: "Raleway", Arial;
  font-weight: 600;
}

h3 strong,
h3 b {
  font-weight: 600;
}


h4 {
  font-size: 1.8em;
  line-height: 125%;
  margin: 0.6em 0;
  font-family: "Raleway", Arial;
  font-weight: 600;
}

h4 strong,
h4 b {
  font-weight: 600;
}


h5 {
  font-size: 1.6em;
  line-height: 125%;
  margin: 0.6em 0;
  font-family: "Raleway", Arial;
  font-weight: 500;
}

h5 strong,
h5 b {
  font-weight: 600;
}


#headerContainer {
  width: 100%;
  z-index: 1000;
}


header {
  width: 100%;
  /* background-color: #ee7202; */
}

#headerPrimaryNav {
  width: 100%;
  position: relative;
  background-color: #ee7202;
  z-index: 2000;
}

#headerSecondaryNav {
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
  border-top: 1px solid #f5f5f5;
  z-index: 200;
}

#primary,
#secondary {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sticky header {
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: opacity 1s;
  transition: height 0.7s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-bottom: 45px inset #ee7202;
}

#headerMain {
  width: 100%;
  position: relative;

}

.admin-bar .sticky header {
  margin-top: 32px;
}

#headerContainer.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 1s;
  /*height:75px;*/
  transition: height 0.7s;
  background-color: #ffffff;
}

.admin-bar #headerContainer.sticky {}

.sticky #headerMainContent .sticky #headerMain {
  height: 75px;
  background-color: #ffffff;
}

#headerMain #primary {
  display: none;
}

.sticky #headerMain #primary {
  display: block;
}

.sticky #header #primary {
  position: relative;
  bottom: -45px;
  background-color: #ee7202;
}


#headerMainContent {

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}

#headerMainContent.flex {
  align-items: end;
  justify-content: space-between;
}

.companyName {
  width: 250px;
  display: block;
  max-width: 40%;
}

.sticky .companyName {
  width: 150px;
  margin: 15px 0 -25px 0;
  height: auto;
}

.sticky #headerSecondaryNav,
.sticky .headerLinks {
  display: none;
}

.sticky #headerPrimaryNav {
  display: none;
}

.headerRight.flex {
  align-items: flex-end;
}

.headshot p {
  width: 150px;
  margin-right: 5px;
  font-size: 1.75em;
  line-height: 1.5rem;
  /* color: #ffffff; */
  color: #ee7202;
  margin-bottom: 0;
}

.headshot p:last-of-type {
  margin-right: 30px;
}

.sticky .headshot {
  display: none;
}

span.headshot.flex {
  align-items: center;
}

.headshot img {
  float: left;
  width: 125px;
  height: auto;
  /*border-radius: 20px;*/
}

.headshot p img.alignnone {
  margin-bottom: 0;
  margin-top: 0;
}

.headerLinks {
  height: 160px;
}

.companyName img {
  width: 400px;
  height: auto;
  max-width: 100%;
  margin: 0 0 10px 0;
}

.headerLinks.flex {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;

}

.headerLinks p {
  font-size: 1.5em;
  text-align: right;
  line-height: 140%;
  margin: 10px 0;
  text-transform: uppercase;
  /* color: #ffffff; */
  color: #ee7202;
  width: 100%;
}

.headerLinks .social a {
  margin-left: 10px;
}

.headerLinks .links a {
  margin: 0;
}

.headerLinks .links a::after {
  content: '\00a0\00a0\007C\00a0\00a0';
}

.headerLinks .links a:last-of-type::after {
  content: '';
}

.headerLinks a:last-of-type {
  margin-right: 0;
}

.headerLinks a:link,
.headerLinks a:visited {
  /* color: #ffffff; */
  color: #ee7202;
}

.headerLinks a:hover,
.headerLinks a:active {
  /* color: #ffffff; */
  color: #ee7202;
  text-decoration: none;
}

.headerLinks p.social {
  display: inline-flex;
  align-items: center;
  margin: 16px 0 0;
  font-size: 3em;
  text-align: right;
}

.headerLinks .social .partner {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 15px;
  line-height: 110%;
  text-transform: capitalize;
}

.headerLinks .social .partner img {
  margin-left: 15px;
}

.social.flex {
  justify-content: flex-end;
}

.headerLinks p.social a:link,
.headerLinks p.social a:visited {
  /* color: #ffffff; */
  color: #ee7202;
}

.headerLinks p.social a:hover,
.headerLinks p.social a:active {
  color: #E98A15;
}

.headerLinks input[type="text"] {
  border-radius: 3px;
  width: 310px;
}

.headerLinks input[type="text"]:hover {
  background: #f4f6f7;
}

.printOnly {
  display: none;
}

section p {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 175%;
}

.excerpt p {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 150%;
}

.archiveContent {
  border-top: 4px solid #E98A15;
}

.archiveContent#archiveSection2 {
  margin-top: 25px;
  border-top: none;
}


#relatedContent section p,
.pageContent section p,
.postContent section p,
.archiveContent section p,
.featuredPost section p,
.postContent aside p,
#caseStudies section p,
.page-template-page-home section#hero p,
#ourServices section p,
#ourExpertise section p {

  text-align: left;
}

a.button {
  color: #ffffff;
  background: #E98A15;
  margin-right: 0;
  padding: 8px 10px;
  margin-top: 0;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: 600;

}

button {
  color: #ffffff;
  background: #E98A15;
  margin-right: 0;
  padding: 8px 10px;
  margin-top: 0;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border: 0;

}

a.button::after {
  font: var(--fa-font-sharp-regular);
  content: '\f324';
  margin-left: 5px;
  position: relative;
  transition: transform .25s ease-out;
  z-index: 1;
}

button::after {
  font: var(--fa-font-sharp-regular);
  content: '\f324';
  margin-left: 5px;
  position: relative;
  transition: transform .25s ease-out;
  z-index: 1;
}

button.previous::after {
  font: var(--fa-font-sharp-regular);
  content: '';
  margin-left: 5px;
  position: relative;
  transition: transform .25s ease-out;
  z-index: 1;
}

button.previous::before {
  font: var(--fa-font-sharp-regular);
  content: '\f323';
  margin-right: 5px;
  position: relative;
  transition: transform .25s ease-out;
  z-index: 1;
}

a.button:hover::after {
  transform: translateX(50%);
}

button:hover::after {
  transform: translateX(50%);
}

a.button:hover {
  color: #ffffff;
  background-color: #ee7202;
  text-decoration: 0;
}

button:hover {
  color: #ffffff;
  background-color: #ee7202;
  text-decoration: 0;
}

p a:link.button,
p a:visited.button,
p a:hover.button,
p a:active.button {
  color: #ffffff;
}

#contentContainer {
  width: 100%;
  float: left;
  /*display:flex;
justify-content:center;*/
  position: relative;
}


#content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

.page-template-page-home #content {
  margin-top: 25px;
}

.sectionContainer {
  width: 100%;
  /*float:left;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px 0 0;
}

section {
  /*margin-left:auto;
margin-right:auto;*/
  width: 100%;
  max-width: 1200px;
}

div.section {
  /*margin-left:auto;
margin-right:auto;*/
  width: 100%;
  max-width: 1200px;
}

.terms a {
  width: auto;
  margin-right: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.articleExcerpt div.terms {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.video-container {
  margin: 0 auto;
  position: relative;
  width: 1920px;
}

section.sectionLeft {
  width: calc(50% - 25px);
  /*float:left;*/
  margin-right: 50px;
}

section.sectionRight {
  width: calc(50% - 25px);
  /*float:right;*/
  max-width: 625px;
}

#footerContainer {
  width: 100%;
  background-color: #231f21;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: solid #E98A15 8px;    
}

#copyrightContainer {
  width: 100%;
  background-color: #E98A15;
  /*float:left;*/
  display: flex;
  justify-content: center;
  position: relative;

}

#creditContainer {
  width: 100%;
  background-color: #000000;
  /*float:left;*/
  display: flex;
  justify-content: center;
  position: relative;

}

footer {
  width: 100%;
  max-width: 1200px;
  /*margin-left:auto;
margin-right:auto;*/
  padding: 25px;
  color: #333333;

}

#footerHeader p {
  font-size: 2.3em;
  text-align: center;
  color: #ffffff;
}

#footerHeader p br {
  display: none;
}

#footerHeader span.tel {
  text-align: left;
  display: inline;
  color: #b3b3b3;
  font-size: inherit;
  margin-right: 20px;
}


#footerContent {
  width: 100%;
  display: flex;
  justify-content: center;
}


#footerColumns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  /*margin:0 auto;*/
}


.footerColumn {
  width: 32%;
  min-width: 300px;
  margin-bottom: 25px;

}

.footerColumn ul {
  margin-top: 1.4em;
}

.footerColumn li {
  width: 100%;
  margin-bottom: 8px;
  font-size: 1.5em;
  font-weight: 400;
}

.footerColumn li::before {
  font: var(--fa-font-sharp-regular);
  content: '\f054';
  color: #e98a15;
  margin-right: 10px;
}

.footerColumn a:hover {
  color: #E98A15;
  background-color: transparent;

}

.footerColumn a {
  padding: 0;
  color: #ffffff;
}

.footerColumn i {
  margin-right: 10px;
}

.footerColumn .footerHeading {
  font-size: 1.7em;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 30px;
  color: #ffffff;
  border-top: 3px solid #e98a15;
  padding-top: 15px;
}

.footerHeading::after {
  font: var(--fa-font-sharp-regular);
  content: '\f324';
  color: #e98a15;
  margin-left: 10px;
}

.footerColumn p {
  font-size: 1.5em;
  line-height: 180%;
  font-weight: 400;
  margin-right: 15px;
  color: #ffffff;
}

.footerColumn p.social {
  font-size: 3em;
  margin: 0;
}

#footer4.footerColumn {
  margin-right: 0;
}

#footer2 ul:first-of-type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#footer2 ul:first-of-type li {
  width: 48%;
  margin-right: 4%;
}

#footer2 ul li:nth-of-type(even) {
  margin-right: 0;
}

#copyright {
  width: 100%;
  max-width: 1200px;
  /*margin: 0 auto;*/
  clear: both;
}

#copyright p {
  color: #ffffff;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", Arial;
  margin: 0.6em 0;
  max-width: 50%;
}

#copyright.flex {
  align-items: center;
  justify-content: space-between;
}

#copyright a {
  color: #ffffff;
  text-decoration: none;
}

#credit {
  width: 100%;
  max-width: 1200px;
  /*margin: 0 auto;*/
  clear: both;
}

#credit.flex {
  align-items: center;
  justify-content: flex-start;
}

#credit p {
  color: #ffffff;
  font-size: 1.3em;
  font-family: "Raleway", Arial;
  margin: 0.6em 0;
  text-align: right;
  max-width: 100%;
}

#credit a {
  color: #ffffff;
}

section blockquote {
  margin: 35px 0;
}

blockquote {
  float: left;
  width: 100%;
}

blockquote p {
  font-weight: 400;
  color: #1d1d1b;
  font-style: italic;
  text-align: center;
  font-size: 1.8em;
  line-height: 120%;
  margin-bottom: 0;
  margin-top: 20px;
}

blockquote p cite {
  text-transform: none;
  font-size: 60%;
  line-height: 100%;
  font-style: normal;
  margin: 0;
  font-weight: 500;
  color: #003f51;
}

blockquote p:last-of-type {
  margin-top: 0;
}

.archive .main,
.archive aside {
  margin-top: 0;
}


.page-template-page-home .main {
  margin-top: 0;
}

.readMore {
  margin-bottom: 20px;
}

a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: 0 !important;
}

.main ul {
  margin-top: 20px;
}

.main ul li,
#contentContainer section ul li {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 175%;
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 5px;
}

#contentContainer section .company-tags ul li {
  margin-left: 0;
  font-size: 1.3em;
}

.main ul li li,
section ul li li,
#contentContainer section ul li li {
  font-size: inherit;
}

.main ol li,
section ol li,
#contentContainer section ol li {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 175%;
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 5px;
}

.main ol li li,
section ol li li,
#contentContainer section ol li li {
  font-size: inherit;
}

.jump {
  margin-top: -150px;
  padding-top: 150px;
  float: left;
}

#backTop {
  font-family: "Raleway", Arial;
  font-weight: 400;
  position: fixed;
  /* Fixed/sticky position */
  bottom: 0;
  /* Place the button at the bottom of the page */
  right: 85px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #E98A15;
  /* Set a background color */
  color: #ffffff;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 2px;
  /* Rounded corners */
  font-size: 1.8em;
  /* Increase font size */
}

#backTop:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

iframe {

  max-width: 100% !important;
}

.archive .articleExcerpt {
  width: 100%;
  display: block;
}

.archive .articleExcerpt h3 {
  font-size: 1.7em;
  color: #1d1d1b;
  font-weight: 700;
  line-height: 125%;
}

.archive .articleImage img {
  width: 100%;
  height: auto;
}

.articleExcerpt .date {
  font-size: 1rem;
  font-style: italic;
}

label {
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: 3px;
  display: block;
}

label.gf__control__label__checkbox {
  width: 90%;
  float: left;
  padding-bottom: 0;
  font-weight: 400;
}

input.gf__control__input--checkbox[type=checkbox] {
  float: left;
  width: 15px;
}

label.gf__control__label {
  padding-bottom: 0;
}

div.gf__control {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.gf__control--CP_ThirdParty--67 {
  padding-bottom: 40px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
select {
  border: 1px solid #cccccc;
  padding: 7px;
  color: #1d1d1b;
  font-size: 1.5em;
  width: calc(100% - 2px);
  max-width: 400px;
  font-family: "Raleway", Arial;
  margin-top: 5px;
}

.ubermenu-search input[type=text] {
  font-size: inherit;
}

input:hover,
select:hover,
textarea:hover {
  background: #d7dbdd;
}

input[type=checkbox] {
  border: 1px solid #cccccc;
}

input[type=submit] {
  color: #ffffff;
  background: #E98A15;
  margin-right: 0;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  width: auto;
  display: block;
  text-align: center;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  font-family: "Raleway", Arial;
  position: relative;
}


input[type=submit]:hover {
  cursor: pointer;
  background-color: #ee7202;
}

input[type=submit]:active {
  cursor: pointer;
  background-color: #E98A15;
  top: 1px;
}

button#download-button {
  background-color: #009ddd;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 5px;
  font-family: "Raleway", Arial;
  position: relative;
  margin-top: 15px;
}

button#download-button:hover {
  background-color: #E98A15;
  cursor: pointer;
}

button#download-button:active {
  top: 1px;
}

textarea {
  border: 1px solid #cccccc;
  padding: 5px;
  line-height: 25px;
  color: #1d1d1b;
  width: calc(100% - 2px);
  max-width: 400px;
  font-family: "Raleway", Arial;
  height: 100px;
}

.checkboxes .wpcf7-list-item,
.checkbox .wpcf7-list-item {
  margin-left: 0;
}

.checkboxes span:nth-of-type(odd) {
  width: 40%;
}

.checkboxes span:nth-of-type(even) {
  width: 60%;
}


.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}


.row3 .articleImage img::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}


article {
  position: relative;
}

.articleImage {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.articleImage img {
  width: 100%;
  height: auto;
}

.articleExcerpt {
  width: 100%;
  display: block;
}

.articleExcerpt h3 {
  font-size: 1.5em;
  color: #1d1d1b;
  font-weight: 700;
  line-height: 125%;
}

.row4 .articleExcerpt h3 {
  min-height: auto;
  text-align: center;
}

a.facetwp-page {
  font-size: 1.8em;
}

img.alignright.size-full,
img.alignleft.size-full {
  width: auto;

}

.content {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}


#archiveSection1 {
  border-top: 4px solid #E98A15;
  padding-top: 0;
  margin-top: 25px;
}

.homeSection:last-of-type {
  border-bottom: none;
}

#homeSection2 .aside:first-of-type {
  padding-left: 25px;
}

#homeSection2 .aside:last-of-type,
#homeSection3 .aside {
  padding-right: 25px;
}



.content .flex {
  width: 100%;
}

#homeSection3.homeSection .flex .main article.flex {
  width: 30%;
}



.page-template-page-home #homeSection2 section.aside {
  width: 325px;
  margin: 0;
}

.page-template-page-home #homeSection1 section.main,
.page-template-page-home #homeSection3 section.main,
section.main {
  width: calc(100% - 325px);
  margin-left: 0;
  margin-right: 25px;
}

.archive section.main {
  width: calc(100% - 325px);
  padding: 0;

}

.page-template-page-home #homeSection2 section.main {
  width: calc(100% - 700px);
  margin-left: 25px;
  margin-right: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.page-template-page-home #homeSection1 section.aside {
  width: 300px;
  margin: 0;
}

.page-template-page-home #homeSection3 section.aside {
  width: 325px;
  margin: 0;
}

article.leadNews .articleImage {
  position: relative;

}

article.leadNews .articleExcerpt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0)0, rgba(0, 0, 0, 1) 100%);
  display: block;

}

.articleImage span.postType {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #ffffff;
  background-color: #000000;
  margin-bottom: 4px;
  padding: 5px;
  text-transform: capitalize;

}

.articleImage span.postType a {
  color: #ffffff;
}

article.leadNews .articleExcerpt h2 {
  padding: 50px 0;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  font-size: 2.4em;
  font-weight: 600;
}

article.leadNews .articleExcerpt h2 a {
  color: #ffffff;

}


.page-template-page-home #homeSection1 section.main article.leadNews .articleImage {
  width: 60%;

}

.page-template-page-home #homeSection1 section.main .articleImage img {
  width: 100%;
  height: auto;
}

article.leadNews {
  margin-bottom: 20px;

}

.leadNews .articleExcerpt.flex {

  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: center;


}

.leadNews h2 {
  margin: 10px 0;
}

article.row3 {
  max-width: 300px;
  width: 30%;

}

article.row4 {
  max-width: 300px;
  width: 24%;

}

div.row2.flex {
  width: 100%;
  justify-content: space-between;
}

div.row2 {
  width: 48%;
}

.responsive-tabs-wrapper article.row3 {
  width: 32.5%;
  margin-bottom: 0;
}

.responsive-tabs-wrapper .row3 {
  margin-bottom: 0;
}

article.row3 .articleExcerpt {}

article.row3 h3 {
  font-size: 1.6em;
}

section.row3.flex,
section.row3 .flex,
.row3.flex {
  justify-content: space-between;
}

section.row4.flex,
section.row4 .flex,
.row4.flex {
  justify-content: flex-start;
  gap: 10px;
}

article h2 a:link,
article h2 a:visited,
article h3 a:link,
article h3 a:visited,
article p a:link,
article p a:visited,
article a:link p,
article a:visited p {
  color: #1d1d1b;
}

article h2 a:hover,
article h3 a:hover,
article p a:hover,
article a:hover p,
article a:hover {
  color: #333333;
  text-decoration: none;
}

.articleExcerpt .postType+h3 {
  margin-top: 0;
}

.postType {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 10px;
  display: inline-block;
}

.meta {
  color: #777777;
  margin-bottom: 15px;
}

.single .meta {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.single .meta span {
  font-size: 1.3em;
  margin: 1em 0;
}

.single .meta span.share {
  font-size: 1.7em;
  margin: 1em 0;
}

.single .meta a {
  color: #333333;
  margin-left: 5px;
}

.single .meta a:hover {
  color: #E98A15;
}

.single .meta.flex {
  justify-content: space-between;
  align-items: center;
}


.aside article {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  width: 100%;
}

.aside .issue .articleImage {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.aside .articleImage {
  width: 100px;
  margin-right: 10px;
}

.aside .top .articleImage {
  width: 100%;
  float: left;
  margin-right: 0;
}

.aside #video article {
  background-color: #f5f5f5;
}

.aside #video .articleImage {
  width: 100%;
  margin-right: 0;
}

.aside #video .articleExcerpt {
  width: 100%;
}

.aside #video .articleExcerpt h3 {
  padding: 0 20px;
  font-size: 1.7em;
}

.aside #video .articleExcerpt p {
  padding: 0 20px;
  font-size: 1.5em;
}

.featurePanel {
    background-color: #f5f5f5;
    padding: 0 20px 20px 20px;
    margin-bottom: 25px;
    text-align: center;
}

.featurePanel .asideHeading {
    font-size: 1.7em;
    text-align: left;
}

.featurePanel p {
    width: 100%;
    font-size: 1.5em;
    text-align: left;
}

.featurePanel .button {
  font-size: 16px;
}

.aside .issue .articleImage img {
  border: 1px solid #cccccc;
}

.aside .issue .articleExcerpt {
  width: calc(100% - 110px);
}

.aside .articleExcerpt {
  width: calc(100% - 110px);
}

.aside .articleExcerpt h3 {
  font-size: 1.5em;
}

.aside .top .articleExcerpt h3 {
  font-size: 1.7em;
}

.aside .latestExcerpt,
.aside .top .articleExcerpt {
  width: 100%;
}

.aside .latestIssues {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.aside .latestIssues .button {
  font-size: 16px;
}
  
.aside .latestIssue .asideHeading {
  line-height: 1.25rem;
}

.aside .latestIssue img {
  display: block;
  max-width: 85%;
  margin: auto;
  margin-bottom: 25px;
  line-height: 1.25rem;
}

.latestExcerpt ul li::before,
.articleExcerpt ul li::before {
  content: ">";
  color: #E98A15;
  padding-right: 5px;
}

#contentContainer section .latestExcerpt ul li,
#contentContainer section .articleExcerpt ul li {
  margin-left: 0;
  list-style-type: none;
  font-size: 1.4em;
}

.issueButtons {
  width: 100%;
  float: left;
}

.issueButtons p {
  margin-top: 15px;
}

.issueButtons a.button {

  color: #ffffff;
  background: #009ddd;
  margin-right: 0;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  width: calc(50% - 5px);
  display: block;
  text-align: center;
  font-weight: 700;
  border-radius: 2px;
  float: left;
}

.issueButtons a:hover.button {
  background-color: #E98A15;
}


.issueButtons p a:first-of-type.button {
  margin-right: 10px;
}

.issueButtons p:last-of-type a.button {
  width: 100%;
}

.articleImage img {
  /*outline: 1px solid rgba(245, 245, 245, .7);
    outline-offset: -10px;*/
}

.featuredImage img {
  /*outline: 1px solid rgba(245, 245, 245, .7);
    outline-offset: -15px;*/
}

.articleImage:hover img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  /*  outline-offset: -12px;*/
}

.aside .articleImage img {
  /*    outline-offset: -5px;*/
}

.aside .top .articleImage img {
  /*outline-offset: -10px;*/
}

.issue .articleImage img {
  outline: none;
}

#homeSection2 .aside article:first-of-type .postType {
  margin-top: 10px;

}

#homeSection2 .main .top {
  border-bottom: 1px solid #cccccc;
}

#homeSection2 .main .top .articleExcerpt h3 {
  font-size: 2.5em;
}

#homeSection2 .main article {
  float: left;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding: 10px 0;
}

#homeSection2 .main article.top {
  padding-top: 0;
}

#homeSection2 .main .articleExcerpt {
  float: left;
  width: 60%;
  margin-right: 10px;
}

#homeSection2 .main .articleImage {
  float: right;
  width: calc(40% - 10px);
}

#homeSection2 .main .top .articleExcerpt {
  float: left;
  width: 100%;
  margin-right: 0;
}

#homeSection2 .main .top .articleImage {
  float: left;
  width: 100%;
}

.border img {
  border: 1px solid #f5f5f5;
}

.row3 {
  margin-bottom: 25px;
}



.flex.inpage {
  justify-content: center;
  border-bottom: 1px solid #cccccc;
}








footer label {
  font-size: 1.3em;
}

p label {
  font-size: inherit;
}

input {
  margin-bottom: 10px;
}


#footer4 span {
  margin-top: 25px;
  display: block;
}

#footer4 p {
  clear: both;
}

div.facetwp-type-pager {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}

div.facetwp-type-pager.facetwp-facet-pager_load_more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}


.content section.aside {
  width: 300px;
  margin: 0px;
  /*border-top: 4px solid #E98A15;*/
  /*padding-top: 15px;*/
}

section.postFooter {
  border-top: 3px solid #E98A15;
  margin-bottom: 30px;
}

section.postFooter h3 {
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 600;
}

section#share.postFooter h3,
section#related.postFooter h3 {
  padding-bottom: 20px;
}


.postFooter h3::after {
  font: var(--fa-font-sharp-regular);
  content: '\f324';
  color: #99191d;
  margin-left: 5px;
}

section.postFooter p {
  font-size: 1.4em;
}

section#share a {
  font-size: 1.5em;
  font-weight: 600;
  padding: 8px;
  border-radius: 3px;
  margin-right: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  white-space: nowrap;
  line-height: 250%;
}

section#share a.facebook {
  background-color: #0084ff;
}

section#share a.twitter {
  background-color: #1DA1F2;
}

section#share a.linkedin {
  background-color: #0072b1;
}

section#related a {
  font-size: 1.4em;
  font-weight: 400;
  padding: 8px;
  border-radius: 3px;
  margin-right: 8px;
  color: #ffffff;
  background-color: #333333;
  margin-bottom: 20px;
  line-height: 300%;
  white-space: nowrap;
}


#filters {
  width: 100%;
  margin-bottom: 25px;
}

#filters .facetwp-facet {
  width: 100%;
  margin-bottom: 15px;
}

#filters button {
  background-color: #ee7202;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 5px;
  font-family: "Raleway", Arial;
  position: relative;
}

#filters button:hover {
  background-color: #E98A15;
  cursor: pointer;
}

#filters button:active {
  top: 1px;
}

#filters .facetwp-facet select {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 7px !important;
  color: #333333;
  font-size: 1.4em;
  font-family: "Raleway", Arial;
}

#filters .facetwp-facet select option {
  font-size: inherit;
  font-family: "Raleway", Arial;
}

#filters .myFacet span {
  font-size: 1.5em;
  font-weight: 500;

}

#filters .facetwp-slider-wrap {
  padding-bottom: 5px;
}

#filters .myFacet span.facetwp-slider-label {
  font-style: italic;
  font-size: 1.4em;
  font-weight: 400;
}

#filters .facetwp-type-slider {
  margin-top: 5px;
}

#filters p {
  padding-top: 10px;
}

.facetwp-type-fselect {
  background-color: #ffffff;
  font-size: 1.5em;
}

.page p,
.single p,
.page h1,
.single h2,
.page h2,
.single h3,
.page h3,
.single h4,
.page h4,
.page section ul,
.single #contentContainer ul {
  /*max-width:625px;*/
}

.page #contentContainer li,
.single #contentContainer li {
  /*max-width:600px;
margin-left:25px;*/
}

.wpcf7-form-control-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 625px;
}

.single .articleContent p,
.single .articleContent h2,
.single .articleContent h3,
.single .articleContent h4,
.single .articleContent ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 625px;
}

.single.single-company_listing .articleContent p,
.single.single-company_listing .articleContent h2,
.single.single-company_listing .articleContent h3,
.single.single-company_listing .articleContent h4,
.single.single-company_listing .articleContent ul {
  margin-left: 0;
  margin-right: 0;
}

.single.single-company_listing .articleContent h2.tabtitle {
  max-width: none;
}

.page .articleContent p,
.post-type-archive-company_listing .pageContent p {
  max-width: 625px;
}

.single.single-property .articleContent p,
.single.single-property .articleContent h2,
.single.single-property .articleContent h3,
.single.single-property .articleContent h4,
.single.single-property .articleContent ul {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.single .main h1,
.single .main h2,
.single .main h3,
.single .main h4,
.single .articleContent p,
.single .excerpt p {
  max-width: 625px;
}

.single .main h2 {
  font-size: 2em;
}

.single .main .h3 {
  font-size: 1.8em;
}

.single .articleContent,
.page .articleContent {
  margin: 0 auto 25px;
}

.single h1 {
  margin-bottom: 5px;
}


.related .postType {
  margin-bottom: 3px;
}

.single .aside h3 {
  font-size: 1.8em;
}

.single .aside .articleExcerpt h3 {
  font-size: 1.7em;
  font-weight: 400;
  margin-top: 0;
}

.single .aside .articleExcerpt h3 a {
  margin-top: 0;
  color: #E98A15;
}

.asidePanel,
.homeSection {
  border-top: 4px solid #E98A15;
}

.asidePanel {
  width: 100%;
}

.asidePanel .responsive-tabs ul.responsive-tabs__list {
  border-top: 2px solid #f5f5f5;
}

p.more {
  text-align: center;
}

.asideHeading,
.homeHeading,
.archiveHeading {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
  margin: 15px 0;
  display: block;
  color: #ee7202;
  letter-spacing: 1px;
}

.search .archiveHeading {
  margin-bottom: 30px;
}

.asideHeading a,
.homeHeading a,
.archiveHeading a {
  color: #ee7202;
}

.asideHeading::after,
.homeHeading::after,
.archiveHeading::after {
  font: var(--fa-font-sharp-regular);
  content: '\f324';
  color: #E98A15;
  margin-left: 5px;
  font-weight: 700;
}

.post-type-archive-webinar .archiveHeading {


  padding-top: 25px;
  margin-top: 0;
}

.post-type-archive-webinar .main .archiveHeading {
  border-top: 4px solid #E98A15;
}

.post-type-archive-webinar #archiveSection1 {

  border-top: 0;
  padding-top: 0;
  margin-top: 0;

}

.asidePanel li {
  list-style-type: none !important;
  margin-left: 0 !important;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0 !important;
  padding: 10px 0;
  line-height: 150% !important;
}

.asidePanel li::before {
  font: var(--fa-font-sharp-regular);
  content: '\f054';
  color: #E98A15;
  margin-right: 8px;
  font-weight: 700;
}


span.related {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.term-back-issue .articleImage {
  border: 1px solid #cccccc;

}

.term-back-issue .articleImage img {
  outline: none;
}

.single-issue .featuredImage {
  width: 30%;
  max-width: 300px;
}

.single-issue .featuredImage img {
  width: 100%;
  height: auto;
  outline: none;
}

.single-issue .articleContent {
  width: 65%;
  margin-left: 5%;
}

.issue.flex {
  margin: 25px 0;
}

.featuredImage {
  margin-bottom: 25px;
  width: 100%;
}

.featuredImage img {
  width: 100%;
  height: auto;
}


p i.fa-sharp,
p i.fas {
  color: #e98a15;
}

.footerLogo {
  width: 300px;
  max-width: 100%;
}

.footerLogo img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.watermarkCorporate {
  background-image: url(../../../wp-content/themes/HSM25/images/watermark-corporate.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */

.main ul.responsive-tabs__list {
  /*overflow:visible;*/
}

#contentContainer section ul li.responsive-tabs__list__item {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 150%;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-bottom: none;
  position: relative;
  top: 1px;
}

#contentContainer section ul li.responsive-tabs__list__item::before {
  content: "";
}

.responsive-tabs .responsive-tabs__heading {
  display: none;
  clear: both;
}

.responsive-tabs .responsive-tabs__list__item {
  display: inline;
  cursor: pointer;
  color: #1d1d1b !important;
  font-weight: 600 !important;
  background-color: #f5f5f5 !important;
}

.responsive-tabs-wrapper {
  clear: both;
  margin-bottom: 20px;
  zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
  content: "";
  display: table;
}

.responsive-tabs-wrapper:after {
  clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
  outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
  outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
  font-size: 1em !important;
  line-height: 150% !important;
  margin: 0 !important;
  padding: 0;
}

.responsive-tabs .responsive-tabs__list__item {
  width: 50%;
  text-align: center;
  background: transparent;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 14px;
  line-height: 19px;
  text-transform: inherit;
  margin: 0 !important;
  padding: 10px 12px 10px;
  white-space: nowrap;
  float: left;
}


#contentContainer section ul.datasheets li {
  list-style-type: none;
}


.company-listing-details .responsive-tabs .responsive-tabs__list__item {
  width: auto;
  margin-right: 10px !important;
}

.asidePanel .responsive-tabs .responsive-tabs__list__item {
  width: 50%;
  border: none !important;

}

.homeSection .responsive-tabs .responsive-tabs__list__item {
  width: 25%;
  border: none !important;
}

.responsive-tabs .responsive-tabs__list__item .fa {
  margin-right: 8px;
  line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
  color: #333;
}

.responsive-tabs .responsive-tabs__list__item--active {
  background: #fff !important;
  border: 1px solid #dddddd !important;
  border-bottom: none !important;
  color: #E98A15 !important;
  font-weight: 600 !important;
  padding-bottom: 11px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.asidePanel .responsive-tabs .responsive-tabs__list__item--active,
.homeSection .responsive-tabs .responsive-tabs__list__item--active {

  border: none !important;


}


.responsive-tabs .responsive-tabs__list__item--active:hover {
  background: #ddd;
}

.responsive-tabs .responsive-tabs__panel {
  background: #fff;
  clear: left;
  margin-bottom: 0;
  padding: 5px 0 0 0 !important;
  word-wrap: break-word;
  float: left;
  width: 100%;
}

.asidePanel .responsive-tabs .responsive-tabs__panel,
.homeSection .responsive-tabs .responsive-tabs__panel,
.asidePanel .responsive-tabs .responsive-tabs__panel:after,
.homeSection .responsive-tabs .responsive-tabs__panel:after {
  border: none !important;
}


.tabcontent {
  padding-left: 2.5% !important;
  padding-right: 2.5% !important;
}

@media (min-width: 768px) {

  .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
    display: block;
  }
}

@media (max-width: 767px) {

  .responsive-tabs .responsive-tabs__list {
    display: none;
  }

  .responsive-tabs .responsive-tabs__heading {
    display: block;
    cursor: pointer;
  }

  .responsive-tabs-wrapper {
    border-top: 1px solid #ccc;
  }

  .responsive-tabs .responsive-tabs__heading {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    color: #777;
    font-size: 18px;
    font-weight: normal;
    text-transform: inherit;
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
  }

  .responsive-tabs .responsive-tabs__heading .fa {
    margin-right: 8px;
    display: none;
  }

  .responsive-tabs .responsive-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0;
  }

  .responsive-tabs .responsive-tabs__heading:hover {
    background: #f5f5f5 !important;
    color: #777;
  }

  .responsive-tabs .responsive-tabs__heading:hover:after {
    border-top: 6px solid #777;
  }

  .responsive-tabs .responsive-tabs__heading--active,
  .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #333 !important;
    color: #fff;
  }

  .responsive-tabs .responsive-tabs__heading--active:after,
  .responsive-tabs .responsive-tabs__heading--active:hover:after {
    border-bottom: 6px solid #fff;
    border-top: 0;
    top: 18px;
  }

  .responsive-tabs .responsive-tabs__panel {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none;
    margin: 0;
    padding: 0 20px;
    padding-top: 20px;
  }
}

@media print {
  .responsive-tabs .responsive-tabs__list {
    display: none;
  }

  .responsive-tabs .responsive-tabs__heading {
    background: none;
    border: none;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-transform: inherit;
    margin: 0 !important;
    padding: 10px 0 0;
  }

  .responsive-tabs .responsive-tabs__panel {
    display: block !important;
    background: none;
    border: none;
    padding: 0;
  }
}

.row2 article.row1 {
  margin-bottom: 10px;
}

.row2 article.row1 .articleImage {
  width: 100px;
  margin-right: 10px;
}

.row2 article.row1 .articleExcerpt {
  width: calc(100% - 110px);
}

.row2 article.row1 .articleExcerpt h3 {
  font-size: 1.5em;
}

#archiveSection1 article.row2 {
  width: 25%;
}

.gridWrapper {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}


.grid1 {
  grid-area: 1 / 1 / 3 / 2;
}

.grid2 {
  grid-area: 1 / 2 / 2 / 3;
}

.grid3 {
  grid-area: 1 / 3 / 2 / 4;
}

.grid4 {
  grid-area: 2 / 2 / 3 / 3;
}

.grid5 {
  grid-area: 2 / 3 / 3 / 4;
}

.gridWrapper .articleImage img {
  height: 100%;
  object-fit: cover;
}

.gridWrapper .articleExcerpt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%);
  display: block;


}

.gridWrapper .articleExcerpt h3 {
  color: #ffffff;
  padding: 25px 15px 0 15px;
  font-weight: 600;
  text-shadow: 0 0 3px #000;
  line-height: 110%;
}

.gridWrapper .grid1 .articleExcerpt h3 {
  font-size: 3em;
  padding: 25px 25px 0 25px;
}

.gridWrapper .articleExcerpt h3 a {
  color: #ffffff;

}

.gridWrapper .articleExcerpt span.postType {
  top: 0;
  left: 15px;
  padding: 3px;
  bottom: unset;
}

.gridWrapper .grid1 .articleExcerpt span.postType {

  left: 25px;

}

article.row1 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0;
  padding-bottom: 20px;
}

.row1.flex {
  justify-content: space-between;
}

.row1 .articleImage {
  width: 30%;
  max-width: 300px;
}

.row1 .articleExcerpt {
  width: 65%;
}

.row1 .articleExcerpt h3 {
  margin: 0;
}

.row1 .articleExcerpt p {
  margin-top: 10px;
}

#homeSection3 article:nth-of-type(3),
#homeSection5 article:nth-of-type(3),
#homeSection3 article:nth-of-type(4),
#homeSection5 article:nth-of-type(4) {
  display: none;
}

.contact .articleImage img {
  max-width: 92px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

section .contact .articleExcerpt p {
  text-align: center;
  font-size: 1.3em;
}

section .contact .articleExcerpt p strong {
  text-align: center;
  font-size: 1.5em;
}

section article.contact p a:link {
  color: #E98A15;

}

section article.contact .articleImage i {
  color: #1d1d1b;
  display: block;
  text-align: center;
  font-size: 9.15em;

}

/* Soliloquy stuff*/

.mobileOnly {
  display: none;
}

.page #contentContainer section#homeSection1 ul li {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 175%;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

.soliloquy-outer-container {
  margin-bottom: 20px;
}


#homeSection1 .soliloquy-wrapper {
  overflow: hidden !important;
}

#homeSection1 .soliloquy-viewport {
  /*overflow: visible !important;*/
}

#homeSection1 .soliloquy-caption {
  position: relative !important;
  width: 100% !important;
}

#homeSection1 .soliloquy-caption p {
  display: none !important;
}



#homeSection1 .soliloquy-caption .soliloquy-caption-inside {
  padding: 30px 20px !important;
  font-style: normal !important;
}

#homeSection1 .soliloquy-caption .soliloquy-caption-inside p {
  font-size: 2em !important;
  line-height: 140% !important;
}

article.leadNews .articleExcerpt h2 {
  padding: 50px 0;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  font-size: 2.4em;
  font-weight: 600;
}

#homeSection1 .soliloquy-container.soliloquy-theme-karma .soliloquy-caption-inside h2.soliloquy-fc-title {
  font-family: "Raleway", serif;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  font-size: 2.4em;
  font-weight: 600;

}

#homeSection1 .soliloquy-theme-karma .soliloquy-caption-inside a

/*#homeSection1 .soliloquy-theme-karma .soliloquy-caption-inside .soliloquy-fc-title-link*/
  {
  color: #ffffff !important;
  font-family: "Raleway", Arial !important;
  font-weight: 700 !important;
  line-height: 140% !important;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
}

#homeSection1 .soliloquy-theme-karma .soliloquy-caption-inside a,
#homeSection1 .soliloquy-theme-karma .soliloquy-caption-inside .soliloquy-fc-title-link:hover {
  /*color:#009ddd !important;*/
}

#homeSection1 .soliloquy-theme-karma .soliloquy-prev span,
#homeSection1 .soliloquy-theme-karma .soliloquy-prev span.soliloquy-next {
  /* background-color: #009ddd;
color: #009ddd;*/
}

#homeSection1 .soliloquy-prev:hover,
#homeSection1 .soliloquy-next:hover {
  background-color: #6495ED;
}

#homeSection1 .soliloquy-caption {
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  z-index: 100 !important;
  bottom: 0;
}

#homeSection1 .soliloquy-container.soliloquy-theme-karma .soliloquy-pager {
  width: auto;
  height: 11px;
  left: 50%;
  right: 0;
  bottom: 16px;
  transform: translate(-50%, -50%);
}

#homeSection1 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background-color: transparent !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0)0, rgba(0, 0, 0, 1) 100%);
}

#homeSection1 .soliloquy-caption .soliloquy-caption-inside p {
  color: #ffffff;
  font-size: 1.5em !important;
  font-weight: 700;
  text-transform: uppercase !important;
  font-family: "Raleway", Arial !important;
  font-style: normal;
}

.webinarSponsor {
  float: right;
  width: 300px;
}

.webinarSponsor span {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  display: block;
}

/*Directory homepage logos*/

.premium-logos-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}

.premium-logo {
  max-width: 200px;
  width: 20%;
  margin: 20px 0;
}

.premium-logo img {
  width: 100%;
  height: auto;
}


.boxout {
  background-color: #f5f5f5;
  padding: 5px 30px;
  margin: 25px auto;
  max-width: 625px;
}

/* ACF Google Map */

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}


.acf-map img {
  max-width: inherit !important;
}

.page-id-82 .content .flex {

  margin-top: 25px;
}

#ignitePanel {
  font-size: 100%;
  color: #ffffff;
  background-image: url(../../../wp-content/uploads/2025/09/ignitecpd-bg.jpg);
  background-size: cover;
  padding: 25px;
  border-radius: 15px;
  align-items: stretch;
  margin-bottom: 25px;
}

#ignitePanel h3 {
  font-size: 1.5rem !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

#ignitePanel a.button {
  padding: 15px 25px;
  font-size: 1rem;
}

#ignitePanel .articleImage {
  display: flex;
  height: auto;
  align-items: center;
  justify-items: center;
}