/*!
Theme Name: ISL
Theme URI: http://underscores.me/
Author: Gravity Digital
Author URI: https://gravity.digital/
Description: Custom theme: ISL, developed by Gravity Digital
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: isl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* ===================================================
   SCSS VARIABLES
   =================================================== */
/* You can add more variables as needed if you see other repeated values. */
/* ===================================================
   RESET STYLES
 =================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: bottom;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
/* ===================================================
   GLOBAL STYLES
   =================================================== */
body {
  background: #FFFFFF;
  color: #333333;
  font: 62.5%/160% "Open Sans", Arial, sans-serif;
}
.wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1440px;
  width: 90%;
}
/**********************************************************************
  TYPOGRAPGHY & COLOUR
**********************************************************************/
section#content.front-page {
  /* Also includes these: */
}
section#content.front-page h1, section#content.front-page h2, section#content.front-page h3, section#content.front-page div#hero .slideshow-content .slide h1, section#content.front-page div#buttons ul li a {
  font-weight: 800;
}
header p, div#page-title h1, div#hero .slideshow-content .slide .left p, div#hero .slideshow-content .slide a, section#content.front-page p.more, section#content p#breadcrumbs, section#content h1, section#content h2, section#content h3, section#content aside.right section.contact p a.bold, section#content aside.right section.news h1, section#content.inner-page .product-detail ul#downloads li, footer h2, footer .left ul, footer .right form button {
  font-weight: 700;
}
section#content aside.right section.contact p {
  font-weight: 300;
}
section#content aside.right section h2, section#content aside.right section.news p, section#content.inner-page .product-listing h2, section#content.inner-page .product-listing article a p strong {
  font-weight: normal;
}
.blue {
  color: #0090B0;
}
.green {
  color: #CCCC00;
}
.grey {
  color: #999999;
}
.bg-blue {
  background: #0090B0;
  color: #FFFFFF;
}
.bg-green {
  background: #BAC529;
  color: #FFFFFF;
}
.bg-grey {
  background: #F5F5F5;
}
/**********************************************************************
  MOBILE NAV
**********************************************************************/
nav.mobile {
  display: none;
}
nav.mobile ul {
  background: #EEE;
}
nav.mobile ul li {
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
nav.mobile ul li a {
  height: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
nav.mobile ul li a:hover {
  background: #0086a3;
  color: #FFFFFF;
}
nav.mobile ul li .indicator {
  background: #EEE;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-right: 1px solid #CCCCCC;
}
nav.mobile ul li .indicator:before {
  top: 50%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
nav.mobile ul li .indicator.open:before {
  border-color: #000000 transparent transparent transparent;
  border-width: 9px 6px 0 6px;
  margin: -3px 0 0 -6px;
}
nav.mobile ul li .indicator.closed:before {
  border-color: transparent transparent transparent #000000;
  border-width: 6px 0 6px 9px;
  margin: -6px 0 0 -3px;
}
nav.mobile ul li .indicator:hover {
  background: #0086a3;
}
nav.mobile ul li .indicator.open:hover:before {
  border-color: #FFFFFF transparent transparent transparent;
}
nav.mobile ul li .indicator.closed:hover:before {
  border-color: transparent transparent transparent #FFFFFF;
}
nav.mobile ul li ul.sub {
  background: #E7E7E7;
}
nav.mobile ul li ul.sub li {
  border-bottom: 0;
  border-top: 1px solid #CCCCCC;
}
/**********************************************************************
  HEADER
**********************************************************************/
header {
  background: #F3F3F3;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 900;
}
header .wrapper {
  height: 73px;
  overflow: visible;
  padding: 30px 0;
  position: relative;
}
header h1 {
  background: url(/wp-content/themes/isl/images/isl.png) 50% 50% no-repeat;
  float: left;
  height: 73px;
  width: 205px;
}
header h1 a {
  display: block;
  height: 73px;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 205px;
}
header p {
  float: right;
  font-size: 20px;
  line-height: 110%;
  text-align: right;
  text-transform: uppercase;
}
header nav {
  bottom: 30px;
  float: right;
  position: absolute;
  right: 0;
}
header nav ul {
  float: right;
}
header nav ul li {
  border-left: 1px solid #CCCCCC;
  float: left;
  font-size: 14px;
  margin-left: 10px;
  padding-left: 10px;
  text-transform: uppercase;
}
header nav ul li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
header nav ul li a {
  color: #666666;
  display: block;
  text-decoration: none;
}
header nav ul li a:hover, header nav ul li a.active {
  color: #D3DE42;
}
header nav ul li ul {
  background: #E0E0E0;
  display: none;
  height: auto;
  float: none;
  padding: 10px 10px 0;
  position: absolute;
  width: 200px;
  z-index: 9999;
  top: 18px;
}
header nav ul li ul li {
  border-left: none;
  border-bottom: 1px solid #CCCCCC;
  float: none;
  font-size: 12px;
  height: auto;
  margin: 0 0 10px;
  padding: 0 0 10px;
  width: auto;
}
header nav ul li ul li a, header nav ul li ul li a.active {
  color: #9D9D9D;
}
header nav ul li ul li a:hover {
  color: #333333;
}
header.small .wrapper {
  height: 35px;
}
header.small h1, header.small h1 a {
  height: 35px;
  width: 101px;
}
header.small h1 {
  background-image: url(/wp-content/themes/isl/images/isl-small.png);
}
header.small p {
  display: none;
}
header.small nav {
  bottom: 28px;
}
header .menu-reveal {
  display: none;
}
div.container {
  clear: both;
  padding-top: 133px;
}
/**********************************************************************
  DIV :: HERO BANNER
**********************************************************************/
div#hero {
  color: #FFFFFF;
  height: 415px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
div#hero #slideshow div {
  background-color: #333333;
  background-position: center;
  background-repeat: no-repeat;
  height: 415px;
  width: 100%;
}
div#hero #slideshow .slide-1 {
  background-image: url(/wp-content/themes/isl/images/hero-1.jpg);
}
div#hero #slideshow .slide-2 {
  background-image: url(/wp-content/themes/isl/images/hero-2.jpg);
}
div#hero .slideshow-content {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100;
}
div#hero .slideshow-content #slideshow-text-wrap {
  min-height: 165px;
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
div#hero .slideshow-content #slideshow-text-wrap #slideshow-text {
  background-image: url(/wp-content/themes/isl/images/turquoise.png);
  float: left;
  width: 640px;
}
@media (max-width: 782px) {
  div#hero .slideshow-content #slideshow-text-wrap #slideshow-text {
    width: 100%;
  }
}
div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 20px;
}
div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide .left {
  float: left;
  margin-right: 20px;
  width: 200px;
}
@media (max-width: 782px) {
  div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide .left {
    width: auto;
    float: unset;
  }
}
div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide .left h1 {
  font-size: 28px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 400;
}
div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide .left p {
  font-size: 12px;
}
div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide .right {
  float: right;
  width: 380px;
}
@media (max-width: 782px) {
  div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide .right {
    width: auto;
    float: unset;
  }
}
div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide p {
  font-size: 14px;
  line-height: 140%;
}
div#hero .slideshow-content #slideshow-text-wrap #slideshow-text .cycle-slide a {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
div#hero .slideshow-content .slide-navigation {
  float: left;
  height: 110px;
  margin-left: 2px;
  margin-top: 59px;
  position: relative;
  width: 60px;
}
div#hero .slideshow-content .slide-navigation .next a {
  background-image: url(/wp-content/themes/isl/images/hero-nav-arrows.png);
  cursor: pointer;
  display: block;
  height: 50px;
  margin-top: 2px;
  background-position: 0 51px;
}
div#hero .slideshow-content .slide-navigation .next a:hover {
  background-position: 0 159px;
}
div#hero .slideshow-content .slide-navigation .previous a {
  background-image: url(/wp-content/themes/isl/images/hero-nav-arrows.png);
  cursor: pointer;
  display: block;
  height: 50px;
  margin-top: 2px;
  background-position: 0 105px;
}
div#hero .slideshow-content .slide-navigation .previous a:hover {
  background-position: 0 0;
}
/**********************************************************************
  DIV :: PAGE TITLE
**********************************************************************/
div#page-title {
  background-image: url(/wp-content/themes/isl/images/internal-banner.jpg);
  background-position: center;
  height: 70px;
}
div#page-title h1 {
  color: #FFFFFF;
  float: left;
  font-size: 24px;
  padding: 28px 0 6px 0;
  text-transform: uppercase;
}
/**********************************************************************
  SECTION :: CONTENT
**********************************************************************/
section#content {
  /* NEWS */
  /* CASE STUDIES */
  /* CAREERS */
}
section#content {
  border-right: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 50px;
  padding-right: 50px;
  width: 680px;
  position: relative;
}
section#content h1 {
  font-size: 28px;
  line-height: 115%;
  margin-bottom: 15px;
}
section#content h2 {
  font-size: 20px;
  line-height: 115%;
  margin-bottom: 20px;
}
section#content h3 {
  font-size: 16px;
  line-height: 115%;
  margin-bottom: 20px;
}
section#content p {
  font-size: 13px;
  line-height: 160%;
  margin-bottom: 20px;
}
section#content p.intro {
  font-weight: bold;
}
section#content p #breadcrumbs {
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
}
section#content p #breadcrumbs a {
  color: #999999;
}
section#content ul, section#content ol {
  margin: 0 20px 20px;
}
section#content ul li, section#content ol li {
  font-size: 13px;
  line-height: 150%;
  list-style: disc;
  margin-bottom: 5px;
}
section#content ol li {
  list-style: decimal;
}
section#content a {
  color: #333333;
}
section#content a:hover {
  text-decoration: none;
}
section#content table {
  margin-bottom: 30px;
  width: 100%;
}
section#content table thead tr th {
  background: #F5F5F5;
  border-bottom: 1px dotted #CCCCCC;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
}
section#content table tbody tr td {
  font-size: 13px;
  padding: 15px 0 0;
}
section#content .page.news h1 {
  margin-bottom: 30px;
}
section#content .page.news h2 {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 10px;
}
section#content .page.news p.details strong {
  color: #0090B0;
  font-size: 14px;
}
section#content .page.news article {
  margin-bottom: 30px;
}
section#content .page.news article img {
  border: 1px solid #DEDEDE;
  float: left;
  margin: 0 15px 20px 0;
  padding: 1px;
}
section#content .page.news article h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
section#content .page.news article h1 a {
  color: #0090B0;
  text-decoration: none;
}
section#content .page.news article h1 a:hover {
  color: #006C84;
}
section#content .page.news article p.date {
  font-weight: bold;
  margin-bottom: 10px;
}
section#content .page.news article p a.more {
  font-weight: bold;
  text-decoration: none;
}
section#content .page.news article p a.more:hover {
  text-decoration: underline;
}
section#content .page.news #pagination {
  border-top: 1px dotted #CCCCCC;
  color: #666666;
  overflow: hidden;
  padding-top: 20px;
}
section#content .page.news #pagination p {
  float: left;
  height: 24px;
  line-height: 24px;
}
section#content .page.news #pagination ul {
  float: right;
  margin: 0;
}
section#content .page.news #pagination ul li {
  float: left;
  height: 24px;
  line-height: 24px;
  list-style: none;
  text-align: center;
  width: 24px;
}
section#content .page.news #pagination ul li a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
section#content .page.news #pagination ul li.current {
  background: #F5F5F5;
  border: 1px solid #DEDEDE;
}
section#content .page.news #pagination ul li:hover, section#content .page.news #pagination ul li.current a {
  color: #0090B0;
}
section#content .page.case-study h2 {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 10px;
}
section#content .page.case-study p.details strong {
  color: #0090B0;
  font-size: 14px;
}
section#content .page.case-study article {
  margin-bottom: 0px;
}
section#content .page.case-study article img {
  border: 1px solid #DEDEDE;
  float: left;
  margin: 0 15px 50px 0;
  padding: 1px;
}
section#content .page.case-study article h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
section#content .page.case-study article h1 a {
  color: #0090B0;
  text-decoration: none;
}
section#content .page.case-study article h1 a:hover {
  color: #006C84;
}
section#content .page.case-study article p.category {
  font-weight: bold;
  margin-bottom: 10px;
}
section#content .page.case-study article p a.more {
  font-weight: bold;
  text-decoration: none;
}
section#content .page.case-study article p a.more:hover {
  text-decoration: underline;
}
section#content .page.case-study #pagination {
  border-top: 1px dotted #CCCCCC;
  color: #666666;
  overflow: hidden;
  padding-top: 20px;
}
section#content .page.case-study #pagination p {
  float: left;
  height: 24px;
  line-height: 24px;
}
section#content .page.case-study #pagination ul {
  float: right;
  margin: 0;
}
section#content .page.case-study #pagination ul li {
  float: left;
  height: 24px;
  line-height: 24px;
  list-style: none;
  text-align: center;
  width: 24px;
}
section#content .page.case-study #pagination ul li a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
section#content .page.case-study #pagination ul li.current {
  background: #F5F5F5;
  border: 1px solid #DEDEDE;
}
section#content .page.case-study #pagination ul li:hover, section#content .page.case-study #pagination ul li.current a {
  color: #0090B0;
}
section#content .page.careers h2 {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 10px;
}
section#content .page.careers p.details strong {
  color: #0090B0;
  font-size: 14px;
}
section#content .page.careers .job {
  margin-bottom: 30px;
}
section#content .page.careers .job h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
section#content .page.careers .job h1 a {
  color: #0090B0;
  text-decoration: none;
}
section#content .page.careers .job h1 a:hover {
  color: #006C84;
}
section#content .page.careers .job p {
  font-size: 13px;
}
section#content .page.careers .job p.details {
  margin-bottom: 5px;
}
section#content .page.careers .job p.details strong {
  color: #333333;
  margin-bottom: 5px;
}
section#content .page.careers .job p a {
  font-weight: bold;
  text-decoration: none;
}
section#content .page.careers .job p a:hover {
  text-decoration: underline;
}
section#content .page.careers #applyOnline {
  background: #F5F5F5;
  padding: 15px;
}
section#content .page.careers #applyOnline .row {
  clear: both;
  margin-bottom: 10px;
  text-align: right;
}
section#content .page.careers #applyOnline .row label {
  border-bottom: 1px dotted #D4D4D4;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: left;
  width: 150px;
}
section#content .page.careers #applyOnline .row input {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  font: 13px/110% "Open Sans", Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 280px;
}
section#content .page.careers #applyOnline .row input:focus {
  border-color: #999999;
}
section#content .page.careers #applyOnline .row input.error {
  background: #FFE2E3;
  border-color: #CC0011;
  color: #CC0011;
}
section#content .page.careers #applyOnline .button {
  margin-bottom: 0;
}
section#content .page.careers #applyOnline .button button {
  background: #0090B0;
  border: 1px solid #0090B0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: underline;
  text-transform: uppercase;
}
section#content .page.careers #applyOnline .button button:hover {
  background: #006C84;
  border-color: #006C84;
}
section#content .page.careers #pagination {
  border-top: 1px dotted #CCCCCC;
  color: #666666;
  overflow: hidden;
  padding-top: 20px;
}
section#content .page.careers #pagination p {
  float: left;
  height: 24px;
  line-height: 24px;
}
section#content .page.careers #pagination ul {
  float: right;
  margin: 0;
}
section#content .page.careers #pagination ul li {
  float: left;
  height: 24px;
  line-height: 24px;
  list-style: none;
  text-align: center;
  width: 24px;
}
section#content .page.careers #pagination ul li a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
section#content .page.careers #pagination ul li.current {
  background: #F5F5F5;
  border: 1px solid #DEDEDE;
}
section#content .page.careers #pagination ul li:hover, section#content .page.careers #pagination ul li.current a {
  color: #0090B0;
}
section#content.inner-page {
  border-right: none;
  float: none;
  margin: 0 0 50px;
  overflow: hidden;
  padding: 20px 0 0;
  position: relative;
  width: 100%;
}
section#content.inner-page .sub-nav {
  background: url(/wp-content/themes/isl/images/bg-sub-nav.png) top right no-repeat;
  float: left;
  margin-right: 4%;
  min-height: 350px;
  width: 20%;
}
section#content.inner-page .sub-nav ul {
  margin: 0 10px 0 0;
}
section#content.inner-page .sub-nav ul li {
  border-bottom: 1px dotted #F3F3F3;
  font-size: 14px;
  line-height: 120%;
  list-style: none;
  margin-bottom: 5px;
  padding: 5px 0 10px;
  text-transform: uppercase;
}
section#content.inner-page .sub-nav ul li a {
  text-decoration: none;
}
section#content.inner-page .sub-nav ul li.current ul {
  margin: 20px 20px 0;
}
section#content.inner-page .sub-nav ul li.current ul li {
  border-bottom: none;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0;
}
section#content.inner-page .sub-nav ul li.current ul li a {
  color: #333333;
}
section#content.inner-page .sub-nav ul li.current ul li.current {
  font-weight: bold;
}
section#content.inner-page .sub-nav ul li.current a, section#content.inner-page .sub-nav ul li.current ul li a:hover {
  color: #0090B0;
}
section#content.inner-page .sub-nav ul li:hover a {
  color: #0090B0;
}
section#content.inner-page .page {
  border-top: 1px dotted #CCCCCC;
  float: left;
  padding-top: 30px;
  width: 47%;
}
section#content.inner-page .product-listing {
  float: right;
  width: 76%;
}
section#content.inner-page .product-listing .group {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
section#content.inner-page .product-listing h2 {
  clear: both;
  color: #C1C1C1;
  font-size: 16px;
  text-transform: uppercase;
}
section#content.inner-page .product-listing article {
  float: left;
  margin: 0 2% 0 0;
  width: 49%;
}
section#content.inner-page .product-listing article:nth-of-type(2n) {
  margin-right: 0;
}
section#content.inner-page .product-listing article a {
  background: url(/wp-content/themes/isl/images/bg-product-more.png) 100% 50% no-repeat;
  display: block;
  overflow: hidden;
  padding: 10px 10px 0;
  text-decoration: none;
}
section#content.inner-page .product-listing article a:hover {
  background: #F5F5F5 url(/wp-content/themes/isl/images/bg-product-more.png) 100% 50% no-repeat;
}
section#content.inner-page .product-listing article a img {
  float: left;
  margin: 10px 10px 10px 0;
}
section#content.inner-page .product-listing article a h1 {
  font-size: 18px;
  margin-bottom: 0;
}
section#content.inner-page .product-listing article a p {
  color: #666666;
  font-size: 12px;
  margin-bottom: 10px;
}
section#content.inner-page .product-listing article a p strong {
  margin-right: 10px;
  width: 140px;
  /* cross-browser inline-block trick */
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
section#content.inner-page .sidebar {
  width: 25%;
  float: right;
}
section#content.inner-page .sidebar img {
  width: 100% !important;
  height: auto !important;
}
section#content.inner-page .sidebar .right {
  width: 100%;
}
section#content.inner-page p#breadcrumbs {
  color: #999999;
  font-size: 11px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section#content.inner-page p#breadcrumbs a {
  color: #999999;
}
section#content.inner-page img {
  margin-bottom: 20px;
  max-width: 100% !important;
  height: auto !important;
}
section#content.inner-page .product-detail img.product, section#content.inner-page .product-detail .page img.product {
  float: right;
  margin: 0 0 20px 20px;
}
section#content.inner-page .product-detail p.sub-title {
  color: #C1C1C1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section#content.inner-page .product-detail h1 {
  margin-bottom: 30px;
}
section#content.inner-page .product-detail ul#downloads {
  border-top: 1px dotted #B2B2B2;
  margin: 0 0 40px;
  width: 230px;
}
section#content.inner-page .product-detail ul#downloads li {
  background: url(/wp-content/themes/isl/images/bg-downloads.png) 0 50% no-repeat;
  border-bottom: 1px dotted #CCCCCC;
  color: #A1A1A1;
  list-style: none;
  margin: 0;
  padding: 10px 0 10px 35px;
  text-transform: uppercase;
}
section#content.inner-page .product-detail ul#downloads li.title {
  background: url(/wp-content/themes/isl/images/bg-downloads-title.png) 6px 50% no-repeat;
  border-bottom: 1px dotted #B2B2B2;
}
section#content.inner-page .product-detail ul#downloads li a {
  color: #0090B0;
  font-size: 12px;
  text-decoration: none;
}
section#content.inner-page .product-detail ul#downloads li a:hover {
  color: #A1A1A1;
}
section#content.front-page {
  /* background: url(/wp-content/themes/isl/images/bg-front-content.png) top center repeat-y; */
  border-right: none;
  float: none;
  margin: 0 0 50px;
  overflow: hidden;
  padding: 0 0 40px;
  position: relative;
  width: 100%;
}
section#content.front-page h1, section#content.front-page h2 {
  text-transform: uppercase;
}
section#content.front-page p.more {
  bottom: 0;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
section#content.front-page p.more a {
  color: #999999;
  text-decoration: none;
}
section#content.front-page p.more a:hover {
  text-decoration: underline;
}
section#content.front-page .intro {
  float: left;
  width: 46%;
}
section#content.front-page .services {
  float: left;
  width: 22%;
  margin: 0 0 0 5%;
}
section#content.front-page .services ul li {
  font-size: 13px;
}
section#content.front-page .services ul li a {
  color: #0090B0;
  text-decoration: none;
}
section#content.front-page .services ul li a:hover {
  text-decoration: underline;
}
section#content.front-page .news {
  float: right;
  width: 22%;
  margin: 0 0 0 5%;
}
section#content.front-page .news article h1 {
  font-size: 16px;
  margin-bottom: 5px;
}
section#content.front-page .news article h1 a {
  text-decoration: none;
}
section#content.front-page .news article h1 a:hover {
  color: #CCCC00;
}
section#content.front-page .news article p.date {
  font-style: italic;
  margin-bottom: 10px;
}
section#content.front-page .services:before, section#content.front-page .news:before {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #CCCCCC;
  width: 1px;
  content: "";
  margin: 0 0 0 -2.5%;
}
section#content.front-page #tweet {
  float: left;
  width: 100%;
  margin-top: 40px;
}
section#content.front-page #tweet p {
  margin-bottom: 3px;
}
section#content.front-page #tweet p.text {
  margin-bottom: 8px;
}
section#content aside.sidebar section {
  margin-bottom: 10px;
  padding: 15px 0 1px;
}
section#content aside.sidebar section h2 {
  margin: 0 15px 15px;
  text-transform: uppercase;
}
section#content aside.sidebar section p {
  font-size: 12px;
  margin: 0 15px 14px;
}
section#content aside.sidebar section img {
  margin: 0 0 15px;
}
section#content aside.sidebar section.contact {
  padding-bottom: 6px;
}
section#content aside.sidebar section.contact h2 {
  margin-bottom: 10px;
}
section#content aside.sidebar section.contact p {
  font-size: 15px;
  margin-bottom: 9px;
}
section#content aside.sidebar section.contact p a {
  color: #FFFFFF;
  text-decoration: none;
}
section#content aside.sidebar section.contact p a:hover {
  text-decoration: underline;
}
section#content aside.sidebar section.news {
  padding: 0 0 6px;
}
section#content aside.sidebar section.news h2 {
  background: #666666;
  color: #FFFFFF;
  margin: 0 0 15px;
  padding: 15px;
}
section#content aside.sidebar section.news article {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 15px 10px;
}
section#content aside.sidebar section.news article.last {
  border-bottom: none;
  margin-bottom: 0;
}
section#content aside.sidebar section.news article h1 {
  font-size: 13px;
  line-height: 140%;
  margin: 0;
}
section#content aside.sidebar section.news article h1 a {
  text-decoration: none;
}
section#content aside.sidebar section.news article h1 a:hover {
  text-decoration: underline;
}
section#content aside.sidebar section.news article p {
  font-size: 13px;
  margin: 0 0 9px;
}
section#content aside.sidebar section.apply h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}
section#content aside.sidebar section.apply p a {
  text-decoration: none;
}
section#content aside.sidebar section.apply p a:hover {
  text-decoration: underline;
}
section#content #tweet.bg-grey h2 {
  background: #666666;
  color: #FFFFFF;
  margin: 0 0 15px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
section#content #tweet.bg-grey article {
  margin: 0 15px 0;
}
section#content #tweet.bg-grey .text {
  font-size: 13px;
  line-height: 140%;
  margin: 0;
  font-weight: 700;
}
section#content #tweet.bg-grey a {
  text-decoration: none;
}
section#content #tweet.bg-grey a:hover {
  text-decoration: underline;
}
section#content #tweet.bg-grey p {
  font-size: 13px;
  margin: 0 0 9px;
}
section#content #tweet.bg-grey p.more {
  font-weight: 700;
  text-transform: uppercase;
}
/**********************************************************************
  PAGE :: PRODUCT CATS
**********************************************************************/
section#content.inner-page .page-products {
  padding-top: 5px;
}
section#content.inner-page ul#product-cats, section#content.inner-page ul#product-cats-static {
  margin: 0;
}
section#content.inner-page ul#product-cats > li.active > a, section#content.inner-page ul#product-cats-static > li.active > a {
  background: url(/wp-content/themes/isl/images/products-open.png) 100% 50% no-repeat;
  color: #0090B0;
}
section#content.inner-page ul#product-cats li, section#content.inner-page ul#product-cats-static li {
  border-bottom: 1px dotted #CCCCCC;
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
section#content.inner-page ul#product-cats li.vibration-mounts, section#content.inner-page ul#product-cats-static li.vibration-mounts {
  background: url(/wp-content/themes/isl/images/cat-vibration-products.png) 0 8px no-repeat;
}
section#content.inner-page ul#product-cats li.expansion-compensators, section#content.inner-page ul#product-cats-static li.expansion-compensators {
  background: url(/wp-content/themes/isl/images/cat-expansion-compensators.png) 0 9px no-repeat;
}
section#content.inner-page ul#product-cats li.flexible-connectors, section#content.inner-page ul#product-cats-static li.flexible-connectors {
  background: url(/wp-content/themes/isl/images/cat-flexible-connectors.png) 0 8px no-repeat;
}
section#content.inner-page ul#product-cats li.acoustic-products, section#content.inner-page ul#product-cats-static li.acoustic-products {
  background: url(/wp-content/themes/isl/images/cat-acoustic-products.png) 0 8px no-repeat;
}
section#content.inner-page ul#product-cats li.thermal-insulation, section#content.inner-page ul#product-cats-static li.thermal-insulation {
  background: url(/wp-content/themes/isl/images/cat-thermal-insulation.png) 0 10px no-repeat;
}
section#content.inner-page ul#product-cats li a, section#content.inner-page ul#product-cats-static li a {
  background: url(/wp-content/themes/isl/images/products-closed.png) 100% 50% no-repeat;
  display: block;
  padding: 25px 40px 25px 120px;
  text-decoration: none;
  text-transform: uppercase;
}
section#content.inner-page ul#product-cats li a img, section#content.inner-page ul#product-cats-static li a img {
  height: 140px !important;
  object-fit: contain;
}
section#content.inner-page ul#product-cats li div, section#content.inner-page ul#product-cats-static li div {
  display: block;
  margin: 0;
  padding: 10px 0;
}
section#content.inner-page ul#product-cats li div ul, section#content.inner-page ul#product-cats-static li div ul {
  clear: both;
  display: block !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
section#content.inner-page ul#product-cats li div ul li, section#content.inner-page ul#product-cats-static li div ul li {
  border: none;
  float: left;
  font-size: 11px;
  margin: 0 4% 2% 0;
  padding: 0;
  width: 29%;
}
section#content.inner-page ul#product-cats li div ul li:nth-of-type(3n), section#content.inner-page ul#product-cats-static li div ul li:nth-of-type(3n) {
  margin-right: 0;
}
section#content.inner-page ul#product-cats li div ul li:nth-of-type(3n+1), section#content.inner-page ul#product-cats-static li div ul li:nth-of-type(3n+1) {
  clear: both;
}
section#content.inner-page ul#product-cats li div ul li a, section#content.inner-page ul#product-cats-static li div ul li a {
  background: none;
  color: #333333;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
section#content.inner-page ul#product-cats li div ul li a:hover, section#content.inner-page ul#product-cats-static li div ul li a:hover {
  color: #0090B0;
}
section#content.inner-page ul#product-cats li div ul li a img, section#content.inner-page ul#product-cats-static li div ul li a img {
  border: 5px solid #EFF5F7;
  margin: 0 0 10px;
  width: 100%;
}
section#content.inner-page ul#product-cats li div ul li a img:hover, section#content.inner-page ul#product-cats-static li div ul li a img:hover {
  border: 5px solid #0090B0;
}
/**********************************************************************
  DIV :: BUTTONS
**********************************************************************/
div#buttons {
  background: #D4D4D4;
  clear: both;
  padding: 25px 0;
}
div#buttons ul {
  text-align: center;
}
div#buttons ul li {
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 18px;
  height: 115px;
  margin: 0 0 1% 1%;
  width: 19%;
  vertical-align: middle;
}
div#buttons ul li:first-child {
  margin: 0 0 1%;
}
div#buttons ul li.vibration-mounts {
  background-image: url(/wp-content/themes/isl/images/button-vibration-mounts.png);
}
div#buttons ul li.expansion-compensators {
  background-image: url(/wp-content/themes/isl/images/button-expansion-compensators.png);
}
div#buttons ul li.flexible-connectors {
  background-image: url(/wp-content/themes/isl/images/button-flexible-connectors.png);
}
div#buttons ul li.acoustic-products {
  background-image: url(/wp-content/themes/isl/images/button-acoustic-products.png);
}
div#buttons ul li.thermal-insulation {
  background-image: url(/wp-content/themes/isl/images/button-thermal-insulation.png);
}
div#buttons ul li a {
  color: #FFFFFF;
  display: block;
  height: 75px;
  padding: 38px 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
}
/**********************************************************************
  FOOTER
**********************************************************************/
footer {
  background: #1B1B1B;
  color: #666666;
  padding: 25px 0;
}
footer .wrapper {
  border-bottom: 1px solid #999999;
}
footer h2 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 115%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer p {
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 10px;
}
footer a {
  color: #CCCCCC;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .left {
  float: left;
  margin: 0 25px 25px 0;
  width: 45%;
}
footer .left ul {
  float: left;
  margin: 0 0 25px;
  width: 33.33%;
}
footer .left ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
footer .left p {
  clear: both;
  color: #999999;
  font-size: 11px;
  margin: 0;
}
footer .middle {
  float: left;
  margin-bottom: 25px;
  width: 25%;
}
footer .middle p.findus {
  background: url(/wp-content/themes/isl/images/footer-location.png) 0 50% no-repeat;
  margin-bottom: 0;
  padding: 2px 0 0 15px;
}
footer .right {
  float: right;
  margin-bottom: 25px;
  width: 25%;
}
footer .right form input {
  border: 1px solid #FFFFFF;
  color: #666666;
  font-size: 11px;
  margin-bottom: 10px;
  padding: 5px;
  width: 290px;
}
footer .right form button {
  background: #1B1B1B;
  border: 1px solid #1B1B1B;
  color: #CCCCCC;
  cursor: pointer;
  font-size: 12px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
}
footer .right form button:hover {
  color: #FFFFFF;
}
/**********************************************************************
  DAN'S PRODUCT TABLE EXAMPLE
**********************************************************************/
.product-detail table {
  width: 100%;
}
.product-detail table tbody td {
  text-align: left;
  padding: 4px !important;
}
.product-detail table tbody tr:first-child {
  background: #F5F5F5;
  border-bottom: 1px dotted #CCCCCC;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
}
.product-detail table tbody tr:first-child td {
  font-weight: bold;
}
section#content table {
  margin-bottom: 30px;
  width: 100%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   FORM ITEMS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
section#content.inner-page #recaptcha_area {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
section#content.inner-page #recaptcha_area img {
  margin-bottom: 0;
}
section#content.inner-page #recaptcha_area input {
  border: 1px solid #CCCCCC;
  color: #9B9386;
  font-size: 14px;
  border-radius: 3px;
  font-family: "Merriweather", "Georgia", "Times New Roman", Times, serif;
}
label {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  text-align: left;
}
input[type=text], input[type=password] {
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
input[type=submit], button, section.content a.button {
  padding: 8px 20px;
  background: #00BBDA;
  color: #FFFFFF;
  border-radius: 4px;
  border: 0 none;
  font-size: 15px;
  margin: 0;
  display: block;
  float: left;
}
input[type=submit]:hover, button:hover, section.content a.button:hover {
  cursor: pointer;
  background-color: #00ACC8;
  color: #FFFFFF;
}
input.error, textarea.error, select.error {
  background-image: url(/wp-content/themes/isl/images/backgrounds/bg_input_error.jpg);
  border-color: #D87933;
}
section#content form {
  margin-bottom: 15px;
}
section#content form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section#content form ul li {
  margin: 0 0 10px;
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  border: 0;
  list-style: none;
}
section#content form ul li input[type=text] {
  margin: 0;
  color: #9B9386;
  width: 50%;
  font-size: 14px;
  height: 25px;
  border-radius: 3px;
  float: right;
  font-family: "Merriweather", "Georgia", "Times New Roman", Times, serif;
}
section#content form ul li input[type=submit] {
  float: right;
}
section#content form ul li select {
  border: 1px solid #CCCCCC;
  margin: 0;
  color: #9B9386;
  width: 53.6%;
  height: 30px;
  font-size: 14px;
  border-radius: 3px;
  padding: 10px;
  float: right;
  margin-top: 4px;
  height: 40px;
}
section#content form ul li label {
  display: block;
  float: left;
  margin: 0;
  padding: 12px 0;
  width: 42%;
  text-align: left;
  border-bottom: 1px #CCCCCC dotted;
}
section#content form ul li em {
  font-size: 11px;
  color: #888;
}
section#content form ul li textarea {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  height: 110px;
  padding: 5px 10px;
  color: #9B9386;
  font-family: "Merriweather", "Georgia", "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0;
  width: 50%;
  float: right;
  border-radius: 3px;
  resize: none;
}
section#content form ul li textarea:focus {
  color: #333333;
}
section#content form ul li input:focus, section#content form ul li select:focus {
  color: #333333;
}
section#content form ul li span.required-label {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 32px;
  top: 14px;
  width: auto;
  font-style: italic;
  font-size: 11px;
  color: #C32C26;
}
.brochure-download.disabled {
  pointer-events: visible;
  cursor: not-allowed;
  position: relative;
}
#gform_2 {
  display: flex;
  align-items: center;
  width: 100%;
}
#gform_2 .gform-body {
  width: 100%;
}
#gform_2 .gform-footer {
  margin-top: 0;
}
#gform_2 #input_2_3 {
  border-radius: 0;
}
#gform_2 #validation_message_2_3 {
  display: none;
}
#gform_2 #gform_ajax_spinner_2 {
  display: none !important;
}
#gform_submit_button_2 {
  border-radius: 0;
  background-color: #0090B0;
}
.brochure-download.disabled:hover::before {
  content: "Please enter email address below to access downloads.";
  position: absolute;
  width: 100%;
  height: auto;
  top: -193%;
  left: 50%;
  transform: translateX(-50%);
  background: #1e1e1e;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  font-size: 14px;
  line-height: 23px;
  text-transform: unset;
}
/*
==================================================================
Responsive (less than 1000px)
==================================================================
*/
@media screen and (max-width: 1000px) {
  header {
    position: relative;
  }
  header .wrapper {
    padding: 20px 0;
  }
  header h1 {
    width: 149px;
    height: 53px;
    margin: 10px 0;
    background-size: cover;
  }
  header h1 a {
    width: 149px;
    height: 53px;
  }
  header p {
    font-size: 16px;
  }
  header nav {
    display: none;
  }
  header .menu-reveal {
    background: url("/wp-content/themes/isl/images/menu-icon.png") no-repeat;
    padding: 0 0 0 32px;
    display: block;
    line-height: 18px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 22px;
    font-size: 16px;
    cursor: pointer;
  }
  div.container {
    padding: 0;
  }
  section#content.front-page .intro {
    width: 100%;
    margin: 0 0 20px;
  }
  section#content.front-page .services {
    width: 47.5%;
    margin: 0;
    clear: both;
  }
  section#content.front-page .news {
    width: 47.5%;
  }
  section#content.front-page .services:before, section#content.front-page .news:before {
    display: none;
  }
  section#content.inner-page .sidebar {
    width: 100%;
  }
  section#content.inner-page aside.right, section#content aside.sidebar section.contact {
    width: 32%;
    margin: 0 2% 0 0;
    float: left;
  }
  section#content.inner-page #tweet {
    width: 32%;
    float: right;
    margin: 0;
  }
  section#content.inner-page .sub-nav {
    width: 26%;
    margin: 0 4% 40px 0;
  }
  section#content.inner-page .page {
    width: 70%;
    margin: 0 0 40px;
  }
  div#buttons ul li {
    width: 32%;
    background-size: cover;
  }
}
/*
==================================================================
Responsive (less than 782px) (Wordpress break point)
==================================================================
*/
@media screen and (max-width: 782px) {
  div#hero .slideshow-content #slideshow-text-wrap {
    padding: 0 60px 0 0;
    box-sizing: border-box;
  }
  div#hero .slideshow-content #slideshow-text .cycle-slide {
    width: auto;
  }
  div#hero .slideshow-content #slideshow-text .cycle-slide .left {
    margin: 0 0 10px;
  }
  div#hero .slideshow-content #slideshow-text .cycle-slide .left, div#hero .slideshow-content #slideshow-text .cycle-slide .right {
    float: none;
    width: 100%;
  }
  div#hero .slideshow-content .slide-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  section#content.inner-page .sub-nav {
    width: 100%;
    background: none;
    min-height: 0;
    margin: 0;
  }
  section#content.inner-page .page {
    width: 100%;
    margin: 0 0 20px;
  }
  section#content.inner-page .product-listing article {
    width: 100%;
    margin: 0;
  }
  section#content.inner-page aside.right, section#content.inner-page aside.sidebar section.contact {
    width: 100%;
    margin: 0 0 20px;
  }
  section#content.inner-page #tweet {
    width: 100%;
  }
  footer .left {
    width: 100%;
  }
  footer .middle, footer .right {
    width: 47%;
    margin: 0 0 20px;
  }
}
/*
==================================================================
Responsive (less than 600px)
==================================================================
*/
@media screen and (max-width: 600px) {
  header .wrapper {
    padding: 10px 0;
  }
  header h1 {
    width: 121px;
    height: 43px;
    margin: 15px 0;
    background-size: cover;
  }
  header h1 a {
    width: 121px;
    height: 43px;
  }
  header p {
    display: none;
  }
  section#content, section#content.front-page {
    margin: 0;
  }
  section#content ul#product-cats li a, section#content ul#product-cats-static li a {
    padding: 25px 0;
  }
  section#content ul#product-cats li div ul li, section#content ul#product-cats-static li div ul li {
    width: 49%;
  }
  section#content ul#product-cats li div ul li:nth-of-type(3n), section#content ul#product-cats-static li div ul li:nth-of-type(3n) {
    margin: 0 2% 2% 0;
  }
  section#content ul#product-cats li div ul li:nth-of-type(3n+1), section#content ul#product-cats-static li div ul li:nth-of-type(3n+1) {
    clear: none;
  }
  section#content ul#product-cats li div ul li:nth-of-type(2n), section#content ul#product-cats-static li div ul li:nth-of-type(2n) {
    margin: 0 0 2%;
  }
  section#content ul#product-cats li div ul li:nth-of-type(2n+1), section#content ul#product-cats-static li div ul li:nth-of-type(2n+1) {
    clear: both;
  }
  .contact-details-col {
    width: 100% !important;
  }
  section#content form ul {
    width: 100%;
  }
  section#content form ul li input[type=text] {
    box-sizing: border-box;
    height: 34px;
  }
  section#content form ul li textarea {
    box-sizing: border-box;
  }
  section#content.inner-page #recaptcha_area {
    -ms-transform: scale(0.8, 0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8, 0.8);
    /* Safari */
    transform: scale(0.8, 0.8);
    -ms-transform-origin: 0% 0%;
    /* IE 9 */
    -webkit-transform-origin: 0% 0%;
    /* Chrome, Safari, Opera */
    transform-origin: 0% 0%;
  }
  div#buttons ul li {
    width: 100%;
    margin: 0 0 2%;
  }
  div#buttons ul li:first-child {
    margin: 0 0 2%;
  }
}
/*
==================================================================
Responsive (less than 460px)
==================================================================
*/
@media screen and (max-width: 460px) {
  div#hero, div#hero #slideshow div {
    height: 360px;
  }
  div#hero .slideshow-content .cycle-slide .left h1 {
    font-size: 15px;
  }
  div#hero .slideshow-content .cycle-slide p {
    font-size: 12px;
  }
  div#hero .slideshow-content .cycle-slide a {
    font-size: 13px;
  }
  section#content.front-page .services {
    width: 100%;
    margin: 0 0 40px;
  }
  section#content.front-page .news {
    width: 100%;
    margin: 0;
  }
  section#content.front-page .news:before {
    display: none;
  }
  section#content.front-page #tweet .text {
    font-size: 13px;
  }
  section#content.inner-page #recaptcha_area {
    -ms-transform: scale(0.7, 0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7, 0.7);
    /* Safari */
    transform: scale(0.7, 0.7);
    -ms-transform-origin: 0% 0%;
    /* IE 9 */
    -webkit-transform-origin: 0% 0%;
    /* Chrome, Safari, Opera */
    transform-origin: 0% 0%;
  }
  footer .middle, footer .right {
    width: 100%;
  }
}
ul.wrapper li.footer-links {
  background-size: 100% 100% !important;
  height: 140px !important;
  display: inline-flex !important;
  padding: 0 !important;
}
ul.wrapper li.footer-links a {
  height: auto !important;
  align-content: center !important;
  padding: 0 10px !important;
}
.wp-block-image :where(figcaption) {
  font-size: 0.9rem;
  font-weight: 700;
}
#gform_wrapper_2 {
  scroll-margin-top: 100px;
}
.product-description {
  clear: both;
}
