/*
Theme Name: FSE
Author: Worcester Web Studio
Author URI: https://www.worcesterwebstudio.com
Description: Add a nice description
Version: 1.0.0
*/

.grey-vision {
  background: #eeeeee;
}

.wp-block-gallery.has-nested-images
  figure.wp-block-image.grey-vision
  figcaption {
  background: none;
  color: #333;
}

.eee-back {
  background: #eeeeee;
}

#menu-item-1324 > a,
.page-template-MMDSubpage .sidebar.sticky-header h5 {
  color: #47b754;
}

.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}

.page-template-MMDSubpage .menu-item a {
  color: black;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

body.home section {
  padding: 40px 0;
}

body.home .nineSixty section {
  padding: 0;
}

body.home section p {
  padding: 10px 15px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
i,
br,
a,
span {
  line-height: normal;
}

h1 {
  font-size: 2em;
  color: black;
}

h2 {
  font-size: 1.75em;
  text-align: center;
  font-weight: 600;
}

h3 {
  font-size: 1.75em;
  font-weight: 600;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

p,
li {
  font-size: 1.125em;
}

/* nav li {
	font-size: 18px;
} */

a {
  font-weight: 700;
  text-decoration: none;
  color: #a31919;
}

a:hover {
  text-decoration: none;
}

hr {
  border: solid 3px #a31919;
  max-width: 60px;
  margin: 25px auto 40px;
}

body {
  word-wrap: break-word;
  font-size: 100%;
}

/* html, body {
	overflow-x: hidden !important;
} */

.fourteenForty {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.twelveHundred {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tenEighty {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.nineSixty {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.fullWidth {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.imgHolder img {
  max-width: 100%;
  height: auto;
}

/* HEADER */

.headerLogos {
  padding: 25px 0;
}

.headerLogo {
  margin: 0 20px;
}

.headerLogo {
  display: inline-block;
}

.headerIcon {
  text-align: right;
  padding-right: 15px;
  display: inline-block;
}

.headerText {
  display: inline-block;
  text-align: left;
}

.headerContact {
  padding-top: 60px;
}

.headerContact a,
.mainFooter a {
  color: #a31919;
}

.headerPhone,
.headerEmail {
  width: 100%;
  float: right;
  font-size: 1.25em;
}

.headerPhone {
  text-align: right;
  max-width: 200px;
}

.headerEmail {
  max-width: 225px;
}

.headerContact .fa-phone,
.headerContact .fa-envelope {
  color: #a31919;
  padding-top: 0px;
  height: 1.875em;
}

header {
  margin-bottom: 40px;
}

body.home header {
  margin-bottom: 0px;
}

/* END HEADER */

/* NAV */

/* Desktop Menu */

.desktopMenu {
  background-color: #eee;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  text-align: right;
}

.desktopMenu li {
  position: relative;
  display: inline-block;
}

.desktopMenu li a {
  padding: 15px 20px;
  display: inline-block;
  color: black;
  font-size: 18px;
}

.desktopMenu li a:hover {
  text-decoration: none;
  background-color: #3f3f3f;
  color: white;
}

.desktopMenu li ul {
  position: absolute;
  display: none;
  z-index: 999;
  background-color: #eee;
  text-align: left;
}

.desktopMenu li:hover ul {
  display: block;
}

.desktopMenu li ul li {
  position: relative;
  display: block;
}

.desktopMenu li ul li a {
  display: block;
  font-size: 0.875em;
  padding: 10px 15px;
}

#menu-item-36 ul,
#menu-item-37 ul {
  left: 100%;
  top: 0%;
  /* 	width: 150px;
	text-align: center; */
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #eee;
}

#menu-item-36:hover ul,
#menu-item-37:hover ul {
  display: block;
}

li#menu-item-66 a {
  display: block;
  background-image: url("img/headerNOPLogo.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  padding: 35px 20px 20px;
  font-size: 0;
}

li#menu-item-66 > a:hover {
  background-image: url("img/headerNOPLogoWhite.png");
}

li#menu-item-66 ul li a {
  display: block;
  background-image: none;
  font-size: 0.875em;
  padding: 10px 15px;
  width: auto;
  height: auto;
}

/* li#menu-item-66 li li {
  width: 150px;
} */

#menu-item-6 li,
#menu-item-12 li,
.menu-item-66 li {
  white-space: nowrap;
}

/* Mobile Menu */

.mm-listview .mm-next {
  background: #a31919;
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: white;
}

.mobileMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  color: #fff;
  background-color: #a31919;
  z-index: 9999;
  padding: 0;
  display: none;
}

.mobileMenu .navButton {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.mobileMenu .navButton i {
  font-size: 28px;
}

.mobileMenu .navButton p {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.mobileMenu .navButton a:hover {
  text-decoration: none;
}

.mobileMenu p {
  padding: 5px 0;
}

.mm-menu {
  background: rgba(163, 25, 25, 0.5) !important;
  color: white !important;
}

.mm-listview li {
  font-size: 16px;
  padding-bottom: 0;
}

a.mm-title {
  display: none;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 120px;
}

.mm-listview > li:not(.mm-divider):after,
.mm-navbar {
  border-bottom: 0 !important;
}

#my-menu img {
  margin-top: 20px;
  margin-left: 20px;
}

#wpadminbar.mobile {
  display: none;
}

li.closeMenu {
  font-weight: 700;
  padding-top: 25px;
  font-style: italic;
}

li.closeMenu a {
  font-size: 14px;
}

.mobileMenu .navButton svg {
  font-size: 28px;
}
/* END MOBILE NAV */

/* END NAV */

/* BODY */
/* General Stuff */

.headerContact svg {
  font-size: 1.625em;
}

.gallery {
  text-align: center;
  padding-bottom: 40px;
}

body.page-template-service .entry-content {
  padding-bottom: 40px;
}

section.entry-content p {
  padding: 10px 15px;
}

.button {
  margin: 40px auto;
  text-align: center;
}

.button a {
  display: inline-block;
  background-color: #a31919;
  color: white;
  padding: 15px 60px;
  font-size: 1.125em;
}

.entry-content .imgHolder img {
  width: 75%;
  height: auto;
  margin: 0 auto;
}

.entry-content .imgHolder {
  text-align: center;
}

/* Page Specific Stuff */

.jumbotron {
  margin-bottom: 0;
}

.jumbotron,
.sectionTwo {
  position: relative;
  padding: 0;
}
.jumbotron .imgHolder,
.sectionTwo .imageHolder {
  position: absolute;
}
.jumbotronText {
  position: absolute;
  top: 20%;
  left: 10%;
  background-color: #eee;
  padding: 35px 40px;
}

.jumbotron h4,
.jumbotron h2,
.jumbotron h3 {
  font-style: italic;
  font-weight: 700;
}

.jumbotron h4 {
  font-size: 2.125em;
  font-weight: 600;
}

.jumbotron h2 {
  font-size: 3em;
  padding-left: 15px;
  color: #a31919;
}

.jumbotron h3 {
  padding-left: 40px;
}

section h1 {
  font-size: 2.5em;
  text-align: center;
  font-weight: 600;
  padding: 0;
}

.sectionTwoText {
  position: absolute;
  top: 75px;
  left: 240px;
  background-color: #eee;
  padding: 35px 40px;
}

.sectionThree {
  background-color: #eee;
  text-align: center;
  padding: 50px 0;
  margin-top: 50px;
}

.sectionThree .button {
  margin-bottom: 0;
}

.sectionFour {
  padding: 50px 0;
}

body.home .sectionTwo {
  padding-top: 0px;
}

body.home .rollingOptionsText {
  position: absolute;
  top: 90px;
  left: 180px;
  background-color: #eee;
}

.rollingOptionsText h3 {
  padding: 30px 50px;
  font-size: 2em;
  font-style: italic;
  color: #a31919;
}

.sp-arrow:before,
.sp-arrow:after {
  background-color: #a31919 !important;
}

.sp-button {
  border: 2px solid #a31919 !important;
}

.sp-selected-button {
  background-color: #a31919 !important;
}

/* SHOP PAGE */

.woocommerce div.product form.cart .variations {
	width:auto;
}

.woocommerce div.product form.cart .variations th {
	font-size: 1.125em;	
	color:black;
	padding:0;
	font-weight:400;
}

.woocommerce div.product form.cart .variations label {
	font-weight:400!important;
}

.woocommerce div.product .product_title {
	font-weight:700;
}

.woocommerce div.product form.cart .variations select {
	padding-left: 10px;
}

.summary.entry-summary .price {
	font-weight:700;
}

.woocommerce-product-details__short-description {
	margin-bottom: 20px;
	margin-top: 20px;
}

.main-shop {
  margin: 0 50px;
}

.tabs.wc-tabs {
  display: none;
}

.woocommerce-Tabs-panel h2,
.related.products h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px !important;
}

.panel {
  border: none;
  box-shadow: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
}

.woocommerce .woocommerce-ordering select {
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px;
  line-height: 1.5;
  cursor: pointer;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
body .woocommerce-message .button,
.wc-block-cart__submit-button,
.wc-block-components-button {
  background-color: #a31919 !important;
  color: white !important;
  border-radius: 0 !important;
  border: none !important;
}

body .wp-block-woocommerce-checkout {
  margin-bottom: 50px;
}

.woocommerce-loop-product__title {
  text-align: left;
  font-size: 24px !important;
}

.woocommerce span.onsale {
  background-color: #a31919 !important;
  height: 50px !important;
  width: 50px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price,
bdi,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: #a31919 !important;
}

.summary .price {
  margin: 10px 0;
}

.woocommerce div.product form.cart div.quantity {
  float: none !important;
  margin: 10px 4px 10px 0px !important;
}

.woocommerce div.product div.summary {
  margin-top: 30px;
}

.product.type-product {
  margin: 30px 0;
}

.woocommerce-message {
  border-top-color: #a31919 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #a31919 !important;
}

.woocommerce-message:before {
  color: #a31919 !important;
}

.page-id-1655 h1 {
  text-align: left !important;
}

.page-id-1656 .titleHolder h1,
.page-id-1656 h2,
.page-id-1656 h3 {
  text-align: left !important;
}

.page-id-1655 .titleHolder hr,
.page-id-1655 .btnHolder,
.page-id-1655 .sectionOne,
.page-id-1656 .titleHolder hr,
.page-id-1656 .btnHolder,
.page-id-1656 .sectionOne,
.page-id-1655 .sidebar-rails,
.page-id-1656 .sidebar-rails {
  display: none;
}

body .is-large .wc-block-checkout__sidebar {
  top: 200px;
}

/* PRODUCTS PAGE */

.titleHolder {
  margin: 40px auto;
}

.titleHolder h1 {
  font-size: 2.5em;
  text-align: center;
}

.productBoxes {
  margin-bottom: 60px;
}

.productBox {
  background-color: #eee;
  margin-bottom: 40px;
}

.productBoxTitle h2 {
  font-size: 1.5em;
}

.productBoxTitle a {
  display: block;
  font-weight: 600;
  padding: 20px;
  font-style: italic;
  color: #a31919;
}

/* PRODUCT PAGE */

.btnHolder {
  text-align: center;
}

.btnHolder .button {
  margin: 40px 30px 100px;
  display: inline-block;
}

.sp-thumbnail {
  width: 100% !important;
  height: auto !important;
  max-width: 240px !important;
  max-height: 135px !important;
  left: 0;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  left: 0;
  border-bottom: 5px solid #666 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: none !important;
}

.sp-thumbnail-arrow {
  color: #a31919 !important;
}

/* SERVICE PAGE */

body.page-template-serviceSubpage .titleHolder,
body.page-template-NOPPage .titleHolder,
body.page-template-default .titleHolder {
  /* 	margin: 0 auto; */
}

/* NOP PAGE */
.NOPSection {
  margin: 40px auto;
}

.NOPSection .titleHolder hr {
  margin: 20px auto 60px;
}

.NOPSection h2,
.NOPSubpageContent h2 {
  font-size: 1.5em;
  font-weight: 400;
}

.NOPSection hr,
.NOPSubpageContent hr {
  margin: 20px auto 30px;
}

.NOPSection p,
.NOPSubpageContent p {
  margin: 10px auto;
}

.NOPSection ul {
  padding-left: 30px;
}

.NOPSection ul ul {
  padding-bottom: 20px;
}

.NOPSection .asterisk {
  font-size: 14px;
  font-weight: 700;
}

.NOPSection .imgHolder {
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.NOPImage .imgHolder {
  max-width: 650px;
}

.NOPSubpageTable {
  margin-top: 40px;
}

.NOPSubpageImgMobile {
  text-align: center;
}

/* PRODUCT FINDER */

label.gfield_label {
  font-size: 1.3em !important;
  font-weight: 400 !important;
}

.gfield_radio input[type="radio"] {
  display: none !important;
}

.gfield_radio li {
  text-align: center;
  padding: 0 15px !important;
}

.gform_wrapper .gfield_radio li label {
  margin: 0 !important;
  white-space: normal !important;
  max-width: 90% !important;
}

.radioImgHolder {
  margin-bottom: 15px;
}

.radioImgHolder h2 {
  font-size: 1.5em;
  font-weight: 600 !important;
  padding: 10px 0;
  font-style: italic;
  color: #a31919;
  background-color: #eee !important;
}

.activeFinder h2 {
  transition: 0.2s;
  color: #eee;
  background-color: #a31919 !important;
}

.productFinderResult {
  margin: 30px 0;
}

.productFinderResult h4 {
  text-align: center;
  margin-bottom: 40px;
}

/* VIDEOS */
.wp-block-embed-youtube .wp-block-embed__wrapper,
.videoHolder {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.videoHolder iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.videoHolder object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed,
.videoHolder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.techVideos {
  padding-bottom: 30px;
}

.techVideo .user-content h4 {
  text-align: center;
  padding: 20px 0 30px;
}

/* CONTACT */

.gform_body {
  padding: 0 15px;
}

.button a,
#gform_submit_button_1,
#gform_submit_button_2 {
  display: inline-block;
  background-color: #a31919;
  color: white;
  width: 100%;
  padding: 15px 30px;
  font-family: "Open Sans", serif;
  transition: 0.3s ease-in-out;
  border: 2px solid #a31919;
}

.button a:hover,
#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
  color: #a31919;
  background-color: white;
}

.button,
#gform_submit_button_1,
#gform_submit_button_2 {
  max-width: 240px;
  margin: 40px auto;
  text-align: center;
  font-size: 1.125em;
}

.gform_wrapper .gform_footer {
  text-align: center;
}
.contactBottom {
  margin-top: 30px;
}

/* END BODY */
.gform_page_footer input[type="button" i] {
  background-color: #a31919 !important;
  color: white !important;
  padding: 15px 60px !important;
  font-size: 1.125em !important;
  font-weight: 700 !important;
}

/* SIDEBAR */

.sidebar {
  background-color: #eee;
  padding: 35px 30px 40px;
  margin-bottom: 40px;
}

.sidebar hr {
  border: solid 3px #333;
  margin: 15px auto 20px;
}

.sidebar h5 {
  color: #a31919;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  font-style: italic;
}

.sidebar ul {
  list-style-type: none;
  font-size: 0.875em;
  margin-bottom: 30px;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul a,
.sidebar ul a:hover {
  font-size: 14px;
  text-decoration: none;
  color: #a31919;
  font-weight: 400;
}

.sidebar ul ul {
  margin-bottom: 0;
}

.sidebar ul ul li {
  margin-bottom: 0;
}

.sidebar ul ul a {
  padding-left: 15px;
}

.sidebarHolder {
  margin-top: 30px;
}

.sidebarSearch {
  text-align: center;
}

.sidebarSearch .search-submit {
  background-color: inherit;
  border: none;
  font-size: 1.125em;
}
/* END SIDEBAR */

/* Gallery */

.gallery h2 {
  text-align: center;
  margin-bottom: 40px;
}

.gallery h2,
.mainImage,
.galleryNav {
  padding-left: 15px;
  padding-right: 15px;
}

.mainImage {
  margin-bottom: 20px;
  padding: 0 60px;
  position: relative;
}

#arrowLeft,
#arrowRight {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  height: 30px;
  width: 30px;
  font-size: 30px;
  z-index: 100;
}

#arrowLeft {
  left: 15px;
}

#arrowRight {
  right: 15px;
}

.mainSlide img,
.navSlide img {
  margin: 0 auto;
}

.navSlide {
  padding: 0 15px;
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

.caption p {
  text-align: center;
}

.caption {
  margin-bottom: 40px;
}

/* END GALLERY */

/* SEARCH */

body.search h2 a,
body.search h2 a:hover {
  font-size: 0.75em;
  text-align: center;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

body.search p a,
body.search p a:hover,
body.search .navigation a,
body.search .navigation a:hover {
  color: #a31919;
}

/* END SEARCH */

/* FOOTER */
.mainFooter {
  padding: 40px 0 65px;
  background-color: #eee;
  text-align: center;
}

.mainFooter hr {
  margin: 20px auto 25px;
}

.mainFooter h4 {
  text-align: center;
  font-size: 1.875em;
  font-weight: 600;
  font-style: italic;
}

.findUsText {
  text-align: left;
  display: block;
  margin: 0 auto;
  max-width: 280px;
}

.footerLogoHolder {
  margin-top: 25px;
}

.subFooter {
  height: 50px;
  line-height: 50px;
  background-color: #a31919;
  color: white;
}

.subFooter span {
  padding: 0 15px;
}

.subFooter a {
  color: white;
}

.copyright {
  float: right;
  line-height: 50px;
}

@media screen and (max-width: 1199px) {
  .titleHolder h1 {
    font-size: 2em;
    text-align: center;
  }

  .jumbotronText {
    font-size: 80%;
    top: 20%;
    left: 10%;
    padding: 25px 30px;
  }
}

@media screen and (max-width: 991px) {
  section h1 {
    font-size: 1.9em;
    padding: 10px;
  }

  section h2 {
    font-size: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
  }

  body {
    font-size: 90%;
  }

  .jumbotronText {
    font-size: 60%;
    top: 15%;
    left: 10%;
    padding: 25px 30px;
  }

  .mobileMenu {
    display: block;
  }

  .mobileMenu a {
    color: white;
  }

  nav ul li:hover > a {
    border-bottom: 0;
  }

  nav ul li.current-menu-item {
    border: 0;
  }

  body.home .sectionTwo {
    display: none;
  }

  body.home section p {
    padding: 10px 15px;
  }

  .sidebar {
    display: none;
  }

  footer {
    display: none;
  }

  .map {
    margin-bottom: 30px;
  }

  body {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .headerLogos {
    text-align: center;
  }

  .entry-content p {
    text-align: justify;
  }

  .jumbotron {
    display: none;
  }

  body.home section {
    padding: 20px 0;
  }

  body.page-template-deafult .btnHolder {
    margin-bottom: 72px;
  }

  .btnHolder .button {
    margin: 20px auto;
    max-width: 240px;
    width: 100%;
  }

  .sp-thumbnails-container {
    display: none;
  }

  header {
    margin-bottom: 0px;
  }

  .headerLogos {
    text-align: center;
  }
}

/* HYPHEN UPDATES MAY 2023 START */

body.home {
  padding-top: 208px !important;
}

body {
  padding-top: 268px !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: white;
}

header .fourteenForty {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.headerContact {
  padding-top: 0;
}

header.xs .headerLogo {
  display: none;
}

header.xs .headerLogos {
  padding: 15px 0;
}

header.xs .headerLogo.logo-small {
  display: inline-block;
}

header {
  font-size: 100%;
  transition: font-size 0.25s ease-in-out;
}

header.xs {
  font-size: 80%;
}

header.xs li#menu-item-66 > a {
  padding: 30px 20px 20px;
}

header.xs .headerLogo img {
  height: 55px;
}

.headerLogo {
  animation: opacity-fade-in 0.25s ease-in-out 1 forwards;
}

.headerLogo.logo-small {
  display: none;
}

@keyframes opacity-fade-in {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #a31919 !important;
  background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #a31919 !important;
}

.desktopMenu .sub-menu li {
  white-space: nowrap;
}

.desktopMenu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  /* width: 150px;
text-align: center; */
  position: absolute;
  z-index: 9999;
  background-color: #eee;
  display: none;
}

.desktopMenu .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

section.entry-content p,
section.entry-content ul,
section.entry-content img {
  padding: 0;
  margin-bottom: 1rem;
  list-style-position: inside;
}

.flex-content {
  display: flex;
}

.sidebar-rails {
  margin-top: 0;
  position: relative;
  margin-bottom: 100px;
}

#sidebar {
  position: sticky;
  top: 288px;
  bottom: 0px;
}

.sidebarSearch form > div {
  display: flex;
}

@media screen and (max-width: 992px) {
  .headerLogo {
    width: 100px;
  }
  body {
    padding-top: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .owl-home-slider {
    display: none !important;
  }
}

a:hover {
  cursor: pointer;
}

/* HYPHEN UPDATES MAY 2023 END */
