/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/*
Defaults
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'museo900regular';
  src: url("/wp-content/themes/euroswitch/css/fonts/museo900regular.eot");
  src: local("museo900regular"), url("/wp-content/themes/euroswitch/css/fonts/museo900regular.woff") format("woff"), url("/wp-content/themes/euroswitch/css/fonts/museo900regular.ttf") format("truetype"); }
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #5a5a5a;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

a {
  color: #243d5b;
  font-weight: 400;
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 10px;
  padding: 0; }

p.tight {
  margin-top: 5px;
  margin-bottom: 5px !important; }

b,
strong {
  font-weight: 700; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #f5f5f5;
  clear: both;
  margin: 26px 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

blockquote,
blockquote::before {
  color: #999; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

cite {
  font-style: normal; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 15px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px; }

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery .gallery-item a {
  border-width: 0; }

.gallery .gallery-item img {
  border: none;
  height: auto;
  margin: 0; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: none;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #333;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #999; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #00ae8e;
  border-width: 0;
  border-radius: 8px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.1;
  padding: 9px 22px;
  white-space: normal;
  width: auto; }

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
  padding: 6px 12px; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #fff;
  border-width: 0;
  color: #333; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover {
  background-color: #009c7f;
  color: #fff; }

.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #ddd;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

.post-password-form input[type="password"] {
  margin-bottom: 15px; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

th,
td {
  text-align: left; }

th {
  font-weight: bold;
  /* 	text-transform: uppercase; */ }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  background-color: #fff;
  border: 0;
  clip: rect(0, 0, 0, 0);
  color: #222;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  display: block;
  height: auto;
  padding: 15px 20px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto !important;
  max-width: 1440px;
  padding: 0; }

.site-inner {
  background-color: #fff;
  clear: both;
  padding-top: 20px;
  overflow: hidden; }

.minimum-landing .site-inner {
  margin: 40px auto;
  padding: 60px 60px 20px;
  width: 800px; }

/* Site Containers
--------------------------------------------- */
.home-featured .soliloquy-container .soliloquy-image {
  width: 75%;
  float: right; }

.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: #243d5b;
  padding: 25px 15px 15px;
  position: relative;
  /*top: 0;
  left: 0;
  bottom: 0;
*/
  z-index: 999999999;
  /*     max-width: 350px; */
  /* 	min-height: 370px; */
  text-shadow: none; }

.home-featured .soliloquy-container .soliloquy-caption {
  width: 25%;
  bottom: 0;
  float: left;
  position: relative;
  height: 100%; }

.home-featured .soliloquy-html-content {
  overflow: hidden; }

.home-featured .soliloquy-html-content .slide-content {
  width: 25% !important;
  bottom: 0;
  float: left;
  position: relative;
  height: 100%;
  background: #243d5b;
  color: #fff;
  padding: 25px 15px 15px;
  position: relative;
  text-shadow: none; }

.home-featured .soliloquy-html-content .slide-image {
  width: 75%;
  float: right; }

.home-featured .soliloquy-html-content p {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 15px; }

.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p,
.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside * {
  margin-bottom: 10px;
  line-height: 1.2; }

.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .more-info,
.home-featured .soliloquy-html-content .more-info {
  display: inline-block;
  background-color: #00ae8e;
  border-color: #00ae8e;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  padding: 9px 20px;
  position: absolute;
  bottom: 20px;
  left: 25%; }

.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .more-info:hover {
  background-color: #009c7f;
  border-color: #009c7f; }

.home-featured .soliloquy-container .soliloquy-pager-link {
  background-image: none;
  background-color: #d8d8d8;
  border-radius: 100%;
  width: 10px;
  height: 10px; }

.home-featured .soliloquy-container .soliloquy-pager-link.active,
.home-featured .soliloquy-container .soliloquy-pager-link:hover {
  background: #00ae8e; }

.home-featured {
  /* 	border-bottom: 5px solid #f5f5f5; */
  /*width:75%;*/
  /*float:left;*/
  /*margin-bottom: 60px;*/
  padding: 0 0 30px; }

.home-featured li {
  list-style-type: none; }

.home-sidebar {
  /*width: 25%;*/
  /*float:right;*/
  /*position:relative*/ }

.home-sidebarx:before {
  content: "";
  background: #d8d8d8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 1px;
  /*border-left: 1px solid #d8d8d8;*/ }

.home-row {
  width: 100%;
  clear: both; }

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
  float: left;
  text-align: center;
  width: 25%; }

.home-featured .simple-social-icons ul li a {
  padding: 40px !important; }

.home-featured .simple-social-icons ul li {
  margin: 0 0 30px !important; }

/* Homepage sub-hero section
--------------------------------------------- */
.home .sub-hero-wrapper {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 20px;
  margin-bottom: 20px; }

.home .sub-hero-item {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-rows: 0.7fr 1.3fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex: 1;
  /* Ensure equal width for all items */ }

.home .qr-code-item {
  display: block;
  flex: 1;
  /* Ensure equal width for all items */ }

.home .qr-code-item .qr-code {
  min-width: 190px; }

.home .sub-hero-item .icon {
  grid-area: 1 / 1 / 2 / 2; }

.home .sub-hero-item .heading {
  grid-area: 1 / 2 / 2 / 3;
  font-weight: 500; }

.home .sub-hero-item .text {
  grid-area: 2 / 1 / 3 / 3; }

@media (max-width: 1000px) {
  .kb-row-layout-id29559_8fc1a8-b6 > .kt-row-column-wrap {
    min-height: unset !important; }

  .home .sub-hero-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    /* Adjust the vertical space between items */ }

  .home .sub-hero-item .icon {
    grid-area: 1 / 1 / 3 / 2; }

  .home .sub-hero-item .heading {
    grid-area: 1 / 2 / 2 / 3; }

  .home .sub-hero-item .text {
    grid-area: 2 / 2 / 3 / 3; } }
/* Tagline
--------------------------------------------- */
.site-tagline {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  margin-top: 60px;
  padding: 40px 0; }

.site-tagline p {
  margin: 0; }

.site-tagline-left {
  float: left;
  width: 50%; }

.site-tagline-right {
  float: right;
  text-align: right;
  width: 50%; }

.minimum .site-tagline {
  margin-top: 600px; }

a.cta-button {
  background-color: #333;
  border-bottom-width: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  padding: 15px 20px; }

a.cta-button:hover {
  background-color: #0ebfe9;
  color: #fff; }

/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
  float: left;
  width: 75%; }

.sidebar-content .content {
  float: right; }

.full-width-content .content {
  width: 100%; }

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.author-box .avatar {
  height: 72px;
  margin-right: 24px;
  width: 72px; }

.entry-comments .avatar {
  height: 48px;
  width: 48px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

.search-form {
  overflow: hidden;
  padding: 3px;
  width: 100%; }

a.aligncenter img {
  display: block;
  margin: 0 auto; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 15px; }

a.alignnone,
img.alignnone {
  margin-bottom: 12px; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

a.alignnone {
  display: inline-block; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 15px 15px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 15px 15px; }

a.alignleft,
a.alignright {
  border: none; }

.wp-caption-text {
  font-size: 14px;
  font-weight: 400;
  text-align: center; }

.gallery-caption {
  margin: 0 0 10px; }

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 28px; }

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
  border-width: 0 !important; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget li {
  list-style-type: none;
  margin-bottom: 6px;
  text-align: left; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0; }

.widget ul > li:last-child,
.widget p:last-child {
  margin-bottom: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 40px; }

.archive-description,
.author-box {
  background-color: #f5f5f5; }

.archive-description {
  margin-bottom: 40px;
  padding: 40px 40px 16px; }

.author-box {
  margin-bottom: 40px;
  padding: 40px; }

.single .author-box {
  margin-bottom: 60px; }

.author-box-title {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px; }

.author-box p {
  margin-bottom: 0; }

.author-box .avatar {
  margin-right: 24px; }

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
  padding: 0;
  width: 47%; }

.genesis-grid-even {
  float: right; }

.genesis-grid-odd {
  clear: both;
  float: left; }

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 35px;
  line-height: 1;
  color: #243d5b;
  font-weight: 300;
  margin-bottom: 30px; }

body.full-width-content .entry-title {
  text-align: center;
  margin-bottom: 54px; }

.genesis-grid .entry-title {
  font-size: 24px;
  margin: 0 0 10px; }

.single-portfolio .entry-title {
  margin-bottom: 20px; }

.minimum-pro-portfolio {
  word-wrap: break-word; }

.entry-title a,
.sidebar .widget-title a {
  border: none;
  color: #333; }

.entry-title a:hover {
  color: #23527c; }

.widget-title {
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase; }

#home-featured .widget-title {
  margin-bottom: 10px; }

.sidebar .widget-title {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #5c5959;
  text-transform: none;
  line-height: 40px; }

.sidebar .widget-title:after {
  content: "";
  /*     border-bottom: 1px solid #d8d8d8; */
  width: 80%;
  display: block;
  margin: 0 auto; }

.sidebar .widget-title a {
  border: none; }

.archive-title {
  font-size: 20px;
  margin-bottom: 24px; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 24px;
  padding: 0 0 24px; }

.featured-content .entry:last-child {
  border-width: 0;
  margin-bottom: 0;
  padding: 0; }

.featured-content .entry-title {
  border: none;
  font-size: 18px;
  line-height: 1.2; }

.featured-content .entry-title a {
  border: none; }

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  color: #999; }

.enews-widget input {
  margin-bottom: 16px; }

.enews-widget input:focus {
  border: 1px solid #ddd; }

.enews-widget input[type="submit"] {
  background-color: #0ebfe9;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333; }

.enews form + p {
  margin-top: 24px; }

.sidebar .enews-widget {
  background-color: #333;
  padding: 30px; }

.sidebar .enews-widget .widget-title {
  color: #fff; }

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px; }

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none; }

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff; }

.admin-bar .site-header {
  top: 32px; }

.site-header > .wrap {
  padding: 0; }

.euroswitch-site-header {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.header-left {
  display: flex;
  align-items: center; }

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 70%; }

.head-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px; }

.head-numbers .header-icon {
  width: 25px; }

.es-dev-server #weglot_here {
  width: 75px;
  height: 30px;
  background: blue; }

/*.header-left {
  float: left;
  display: inline-block;
  overflow: hidden;
}*/
.header-left img {
  width: 220px;
  margin-top: 0px; }

/*
.header-right {float: right; text-align: right; font-size: 16px; font-weight: normal; color: #363333;width: 70%;}

.header-right .widget p {
  margin-bottom: 10px;
}
*/
/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 18px 0;
  width: 320px; }

.header-image .title-area {
  padding: 0; }

.site-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.site-title a,
.site-title a:hover {
  border: none;
  color: #333; }

.site-description {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0; }

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%; }

.header-image .site-title a {
  display: block;
  text-indent: -9999px; }

/* Custom header */
.header-image .title-area {
  padding: 0; }

.header-image .site-title a {
  height: 80px;
  display: block;
  text-indent: -9999px;
  max-width: 380px; }

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  /*
float: right;
  text-align: right;
  width: 800px;
*/ }

.site-header .search-form {
  float: right;
  margin-top: 10px; }

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.mobile-nav-button-wrapper {
  float: right;
  padding: 10px; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 5h22M4 15h22M4 25h22'/%3e%3c/svg%3e"); }

/*.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.navbar-toggle:hover {
  background: none;
}*/
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  width: 100%; }

.genesis-nav-menu .menu-item {
  float: left;
  list-style: none;
  margin: 0;
  text-align: left;
  border-right: 1px solid #8C8C8C; }

.genesis-nav-menu .menu-item.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: 5px; }

.genesis-nav-menu .sub-menu .menu-item.menu-item-has-children > a:after {
  right: 10px;
  top: 25px;
  position: absolute;
  border-top: 6px dashed transparent;
  border-left: 6px solid;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.genesis-nav-menu a {
  border: none;
  color: #333;
  display: block;
  font-size: 16px;
  padding: 20px 25px;
  position: relative; }

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.product-range-menu.on {
  background: #00ae8e none repeat scroll 0 0;
  transition: all 300ms linear 0s;
  color: #fff; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99; }

.genesis-nav-menu .sub-menu .menu-item {
  float: none;
  border: 0; }

.genesis-nav-menu .sub-menu a {
  background-color: #243d5b;
  border: 0;
  border-top: none;
  width: 100%;
  font-size: 16px;
  position: relative;
  padding: 17px 20px;
  border-bottom: 1px solid #b4b4b4; }

.genesis-nav-menu .sub-menu li:hover > a {
  color: #00ae8e !important; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -67px 0 0 299px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.series-list-item.on {
  color: #00ae8e !important; }

@media only screen and (min-width: 767px) {
  .genesis-nav-menu > .right, .mega-menu-item.right {
    display: inline-block !important;
    float: right !important;
    width: 22%;
    list-style-type: none !important;
    padding: 20px 0 !important;
    text-transform: uppercase !important; } }
.genesis-nav-menu > .right > a, .mega-menu-item.right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search, .mega-menu-item.search {
  padding: 18px 0 0 !important; }

.genesis-nav-menu > .search form, .mega-menu-item.search form {
  padding: 0; }

.genesis-nav-menu > .search input[type="search"], .mega-menu-item.search input[type="search"] {
  width: 87%;
  float: right;
  padding: 5px 5px 5px 10px;
  font-size: 17px;
  font-weight: 400;
  color: #6D6D6D; }

.genesis-nav-menu > .search input[type="search"]::-webkit-input-placeholder, .mega-menu-item.search input[type="search"]::-webkit-input-placeholder {
  color: #6D6D6D; }

.genesis-nav-menu > .search input[type="submit"], .mega-menu-item.search input[type="submit"] {
  float: left;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -99999px;
  padding: 0;
  width: 11%;
  height: 0px;
  background-color: transparent; }

/* Mega-menu styling
--------------------------------------------- */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
  float: left; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
  float: left; }

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }

.site-header .sub-menu .sub-menu {
  margin-top: -55px; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #243D5B;
  border-bottom: 8px solid #00ae8e;
  z-index: 15; }

.nav-primary,
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #fff; }

.nav-primary .genesis-nav-menu .sub-menu a {
  border-top: none; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  margin-bottom: 20px; }

.site-footer .nav-secondary a {
  color: #fff;
  margin: 0 30px;
  padding: 0; }

.site-footer .nav-secondary a:hover {
  color: #999; }

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
  background-color: #333;
  border: 1px solid #444;
  border-top: none;
  padding: 16px; }

.site-footer .nav-secondary .sub-menu a:hover {
  color: #0ebfe9; }

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none; }

.responsive-menu-icon::before {
  content: "\f333";
  display: block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
  text-align: center; }

.site-header .responsive-menu-icon::before {
  padding: 0; }

.responsive-search {
  display: none; }

div#sidr {
  font-family: inherit;
  background: #00ae8e;
  box-shadow: none;
  padding-top: 30px;
  box-shadow: inset 5px 0px 6px -4px #6f6e6e; }

.sidr p {
  text-align: center;
  color: #fff; }

.sidr p a {
  color: #fff; }

.sidr ul {
  margin: 35px 0 15px;
  border: 0px; }

.sidr ul li {
  border: 0px;
  float: none !important;
  position: relative; }

/*.sidr ul li.menu-item-has-children .sub-menu > li:last-child {
	padding-bottom: 0;
}*/
.sidr ul li a,
.sidr ul li ul li a {
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  background: none !important; }

.sidr ul li.current-menu-item a {
  background: none !important; }

.sidr ul li span {
  color: #fff; }

.sidr ul li span.wpml-ls-native {
  display: inline-block; }

.sidr ul li:hover > a {
  box-shadow: none; }

.sidr ul li a:hover {
  background: none; }

.sidr ul li.search,
.sidr .responsive-search,
.sidr .navbar-toggle {
  display: none; }

.sidr .genesis-nav-menu .menu-item.menu-item-has-children > a:after {
  right: 10px;
  top: 18px;
  position: absolute; }

.sidr .genesis-nav-menu .sub-menu .menu-item.menu-item-has-children > a:after {
  top: 8px;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent; }

.sidr .genesis-nav-menu .sub-menu .sub-menu {
  margin: 0; }

.sidr-open .menu-Open-Panel {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(234, 234, 234, 0.53);
  z-index: 17; }

.sidr .genesis-nav-menu .sub-menu {
  border: none;
  left: auto;
  opacity: 1;
  position: relative;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 100%;
  z-index: 99;
  display: none;
  padding-top: 10px; }

.sidr .genesis-nav-menu .sub-menu a {
  background-color: transparent !important;
  box-shadow: none;
  line-height: 20px;
  padding: 10px 15px; }

.sidr .genesis-nav-menu .menu-item a span, .sidr .genesis-nav-menu .sub-menu a span {
  color: white; }

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.no-bottom-margin .entry {
  margin-bottom: 0; }

.minimum-pro-portfolio .content .entry {
  float: left;
  margin-bottom: 60px;
  width: 50%; }

.minimum-pro-portfolio .content .entry:nth-of-type(2n) {
  float: right;
  padding-left: 30px; }

.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
  clear: left;
  padding-right: 30px; }

.single-portfolio .entry {
  text-align: center; }

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 20px; }

.entry-content ol,
.entry-content ul {
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content .search-form {
  width: 50%; }

.entry-content .search-form input {
  margin-bottom: 16px; }

.entry-meta {
  font-family: 'Lato', sans-serif;
  font-size: 14px; }

.entry-meta a {
  border: none;
  font-weight: 300; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

.entry-categories,
.entry-tags {
  display: block; }

/* After Entry
--------------------------------------------- */
.after-entry {
  background-color: #f5f5f5;
  margin-bottom: 60px;
  padding: 40px;
  text-align: center; }

.after-entry .widget {
  margin-bottom: 40px; }

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
  padding: 0;
  margin: 0; }

.after-entry li {
  list-style-type: none; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.pagination li {
  display: inline; }

.pagination li a {
  background-color: #333;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 12px; }

.pagination li a:hover,
.pagination li.active a {
  background-color: #0ebfe9; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 60px; }

.comment-content {
  clear: both; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-list li,
.ping-list li {
  list-style-type: none; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment .avatar {
  margin: 0 16px 24px 0; }

.entry-pings .reply {
  display: none; }

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  float: right;
  margin-top: 10px;
  width: 25%;
  margin-bottom: 30px; }

.sidebar-content .sidebar {
  float: left; }

.sidebar img {
  margin-bottom: 15px; }

.sidebar .featured-content img {
  margin-bottom: 0; }

.sidebar .widget {
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  padding: 15px;
  text-align: center; }

.sidebar .tagcloud a {
  background-color: #333;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  margin: 0 5px 5px 0;
  padding: 5px 10px; }

.sidebar .tagcloud a:hover {
  background-color: #0ebfe9;
  color: #fff; }

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
/* 4-column Footer Widgets
--------------------------------------------- */
.footer-widgets {
  background-color: #243d5b;
  color: #fff;
  clear: both;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 300;
  padding: 60px 0 25px; }

.footer-widgets a {
  font-weight: 300;
  color: #fff; }

.footer-widgets a:hover {
  color: #63a990; }

.footer-widgets-1 .footer-widgets a:hover {
  color: white; }

/* General Styles */
.footer-widgets .wrap {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1%; }

.footer-widgets .footer-widget-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer-widgets .footer-widget-group {
  margin-bottom: 20px; }

/* Group Specific Styles */
.footer-widgets .group-1 {
  flex: 0 0 45%; }

.footer-widgets .group-2 {
  display: flex;
  justify-content: space-between;
  flex: 0 0 30%; }

.footer-widgets .group-3 {
  display: flex; }

.footer-widgets .group-4 {
  display: flex;
  justify-content: space-between;
  width: 100%; }

/* Tagline & Queens-Award-logo */
.widget-area, #custom_html-2 .textwidget {
  display: flex; }

.footer-widgets .tagLine {
  flex: 1 1 80%; }

.footer-widgets .tagLine p {
  font-size: 22px;
  font-weight: 300; }

.footer-widgets .queens-award-logo {
  flex: 0 0 20%; }

.footer-widgets .queens-award-logo figure {
  max-width: 84px;
  margin-bottom: 0; }

.footer-widgets-1 {
  display: flex;
  flex-direction: column; }

/* Support & Social Networks */
.footer-widgets-4 {
  display: flex;
  flex-direction: column; }

.footer-widgets-5 {
  display: block; }

.footer-widgets-6 {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.footer-widgets-6 .footnote, .footer-widgets-6 .footnote a {
  color: #63a990;
  font-size: 13px;
  line-height: 1.3rem;
  font-weight: 300; }

.footer-widgets-1 ul {
  list-style-type: none; }

.footerContact, .footerAddress {
  font-size: 15px;
  line-height: 1.4em;
  color: #fff;
  font-weight: 300;
  text-align: right; }

.footerContact {
  padding-top: 28px;
  padding-right: 65px; }

.footer-widgets-5 img.logo {
  width: 206px;
  margin-bottom: 10px; }

.footer-widgets h4.widget-title, .footer-widgets .menu-footer-heading a {
  color: #63a990;
  margin-bottom: 10px;
  text-transform: none; }

/* Responsive Styles */
@media (max-width: 1200px) {
  .footer-widgets .footer-widget-wrap {
    display: flex; }

  .footer-widgets .group-1,
  .footer-widgets .group-2,
  .footer-widgets .group-4 {
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 20px; }

  .footer-widgets .group-2 {
    display: flex;
    justify-content: space-around;
    padding: 0; }

  .footer-widgets .group-3 {
    display: block;
    width: 100%; }

  .footer-widgets .group-4 {
    display: flex;
    justify-content: space-between; }

  #custom_html-6 .widget_text {
    display: flex; }

  #custom_html-6 .textwidget {
    display: flex;
    justify-content: space-between;
    width: 100%; }

  #custom_html-6 .textwidget .footer-logo {
    flex: 0 0 60%;
    /* Takes 60% of the width */ }

  #custom_html-6 .textwidget .footerAddress {
    flex: 0 0 32%;
    /* Takes 40% of the width */
    text-align: left;
    /* Optional: Align the text to the right for better spacing */ } }
.footer-widgets .social-network-links {
  margin-top: 10px; }

.footer-widgets .menu-footer-heading {
  margin: 10px 0 !important; }

.footer-widgets .widget-title {
  color: #fff; }

.footer-widgets li {
  list-style-type: none;
  margin-bottom: 0;
  word-wrap: break-word;
  font-size: 15px;
  line-height: 1.4; }

.footer-widgets .search-form input:focus {
  border: 1px solid #ddd; }

/* Footer Email Form*/
.footer-email-form .widget-wrap {
  margin-top: 20px;
  margin-bottom: 10px; }

.footer-email-form h4.widget-title {
  color: #63a990;
  margin-bottom: 10px;
  font-size: 21px; }

.footer-email-form .gform_wrapper {
  margin: 0; }

.footer-email-form .gform_wrapper .gform_heading {
  margin-bottom: 0px; }

.footer-email-form #gform_4 {
  display: flex; }

.footer-email-form #gform_4 .gform_body {
  flex: 0 0 70%; }

.footer-email-form .gform_wrapper .gform_footer.top_label {
  width: 100%;
  margin: 0; }

.footer-email-form .gform_wrapper .top_label div.ginput_container {
  margin: 0; }

.footer-email-form .gform_wrapper input:not([type=submit]):not([type=button]) {
  padding: 9px 8px !important;
  margin: 0 !important; }

.footer-email-form .gform_wrapper input[type=submit] {
  background-color: #63a990;
  color: white;
  padding: 11px 15px; }

.footer-email-form .gform_wrapper .top_label input.medium {
  width: calc(90%); }

@media only screen and (min-width: 641px) {
  .footer-email-form .gform_wrapper .top_label input.medium {
    width: calc(80%); } }
.queens-award-logo-widget {
  width: 106px;
  float: right; }

@media only screen and (max-width: 568px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5,
  .footer-widgets-6 {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 20px;
    margin-left: 0; }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-3,
  .footer-widgets-4 {
    margin-right: 0; }

  .footer-widgets {
    padding: 20px 0; }

  .footer-widgets .widget-area {
    width: 100%;
    float: none; }

  .footer-email-form .gform_wrapper .top_label div.ginput_container {
    margin: 0 20px; }

  .footer-email-form .gform_wrapper .gform_footer.top_label {
    float: none;
    margin: auto;
    width: 150px; } }
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #333;
  letter-spacing: 1px;
  padding: 60px 0;
  text-align: center; }

.site-footer a,
.site-footer p {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #999; }

.site-footer a:hover {
  color: #fff; }

.site-footer a {
  border: none;
  font-weight: 300; }

.site-footer p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0; }

/* Accordion
------------------------------------------------------------------------------------------------------------------- */
#Certifications .ui-accordion .ui-accordion-header {
  padding: 0.1em 0.5em 0.1em 2.2em; }

#Certifications .ui-accordion-content {
  padding: 10px; }

#Certifications row.approvalHeader {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-weight: 500; }

#Certifications row.approvalDetail {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 10px;
  font-weight: 300; }

#Certifications .approvalDetail .col-xs-4 {
  overflow-y: scroll;
  padding-bottom: 10px; }

#Certifications .col-heading {
  font-weight: 500; }

/* Custom CSS */
.photo-caption .fl-photo-caption {
  background: #ebebeb;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 20px 0; }

.photo-caption .fl-module-content {
  margin: 0; }

.ls-list-content .fl-rich-text {
  border: 1px solid #eaeaea;
  padding: 15px; }

.ls-list-content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style-position: inside; }

.ls-list-content p {
  margin-bototm: 20px; }

.contact-details p {
  margin-bottom: 7px !important; }

.contact-details h3 {
  margin-bottom: 24px;
  margin-top: 25px;
  font-weight: 400; }

.ps-list-content ul {
  font-weight: 400;
  border: 1px solid #707070;
  padding: 15px;
  list-style: inside;
  margin-bottom: 20px;
  margin-left: 20px; }

.ps-contact-button a.fl-button,
.ls-contact-button a.fl-button {
  font-weight: 700; }

.vibration-sensors-content {
  font-weight: 400; }

.vibration-sensors-content .fl-node-content h3 {
  background: #ebebeb;
  font-weight: 300;
  padding: 20px;
  margin: 0 -20px 10px; }

.page-id-440 .fl-node-598c6e2068588 > .fl-module-content, .page-id-440 .fl-node-598c6ea2d8c95 > .fl-module-content {
  margin-top: 0px; }

.vibration-sensors .photo-caption .fl-photo-caption {
  font-size: 24px;
  color: #243d5b;
  margin-top: 8px; }

.rail-content {
  line-height: 1.5; }

.rail-content p {
  margin-bottom: 11px; }

.rail-column {
  line-height: 1.5; }

.rail-column img {
  margin: 0;
  padding: 7px; }

.military-content {
  line-height: 30px;
  text-align: justify; }

.military-content p {
  margin-bottom: 32px; }

.military-column,
.nuclear-column {
  line-height: 1.5; }

.military-column img,
.nuclear-column img {
  margin: 0;
  padding: 7px; }

.military-column p,
.nuclear-column p {
  margin-bottom: 13px; }

.nuclear-content {
  line-heighT: 31px; }

.nuclear-content p {
  margin-bottom: 10px; }

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  #wp-admin-bar-customize, #wp-admin-bar-wp-logo, #wp-admin-bar-site-name,
  #wp-admin-bar-updates, #wp-admin-bar-comments, #wp-admin-bar-new-content, #wp-admin-bar-duplicate-post,
  #wp-admin-bar-wpseo-menu, #wp-admin-bar-view {
    display: none; } }
@media only screen and (max-width: 1480px) {
  .wrap {
    max-width: 1380px; }

  .genesis-nav-menu > .right {
    width: 21%;
    margin-right: 0; } }
@media only screen and (max-width: 1380px) {
  .wrap {
    max-width: 1280px; }

  .genesis-nav-menu > .search input[type=search], .mega-menu-item.search input[type=search] {
    width: 100%; }

  .genesis-nav-menu > .right {
    width: 90%;
    padding-left: 10% !important;
    float: none !important; } }
@media only screen and (max-width: 1280px) {
  .wrap {
    max-width: 1180px; }

  .content {
    width: 650px; }

  .sidebar {
    width: 280px; }

  .sidebar .widget-title {
    font-size: 21px; }

  .genesis-nav-menu a {
    padding: 20px 22px; }

  .genesis-nav-menu > .search input[type="submit"] {
    display: none; }

  .genesis-nav-menu > .search input[type="search"] {
    width: 100%; }

  .home-featured .soliloquy-container {
    max-height: none !important;
    overflow: hidden; }

  .home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    position: relative;
    max-width: none; }

  .home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .more-info {
    position: relative;
    left: inherit;
    bottom: inherit; }

  .home-featured .soliloquy-html-content {
    position: relative !important;
    overflow: visible; }

  .home-featured .soliloquy-html-content .slide-content,
  .home-featured .soliloquy-html-content .slide-image {
    width: 100% !important;
    height: auto;
    float: none;
    position: relative;
    clear: both; }

  .home-featured .soliloquy-html-content .slide-content {
    text-align: left; }

  .home-featured .soliloquy-html-content .more-info {
    position: relative;
    bottom: 0;
    left: 0; } }
@media only screen and (max-width: 1179px) {
  .wrap {
    max-width: 1080px; }

  .site-header .widget-area {
    /* 		width: 620px; */ }

  .content {
    width: 580px; }

  .sidebar {
    width: 280px; } }
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .wrap {
    max-width: 1000px; }

  .genesis-nav-menu a {
    padding: 10px 22px; }

  /*.header-right {
    width:400px;
  }*/ }
@media only screen and (max-width: 1023px) {
  .wrap {
    max-width: 960px; }

  .content,
  .minimum-landing .site-inner,
  .sidebar,
  .site-header .widget-area,
  .site-tagline-left,
  .site-tagline-right,
  .title-area {
    width: 100%; }

  .site-header {
    position: static; }

  .site-inner {
    padding: 20px 3% 0; }

  .minimum-pro-portfolio .content .entry,
  .site-header .title-area,
  .site-header .search-form,
  .site-tagline-left,
  .site-tagline-right {
    text-align: center; }

  .header-image .site-title a {
    margin: 0 auto 10px; }

  .site-header .search-form {
    float: none;
    margin: 0 auto;
    width: 50%; }

  .site-header .widget-area {
    /* 		padding: 0 5%; */ }

  .site-description {
    font-size: 30px; }

  .site-tagline {
    margin-top: 0;
    padding: 20px 0; }

  .minimum .site-tagline {
    margin-top: 400px; }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-tagline-left,
  .site-tagline-right {
    float: none; }

  .site-tagline-left p {
    margin-bottom: 20px; }

  .minimum-landing .site-inner {
    margin: 0;
    padding: 40px 40px 0; }

  .minimum-landing .site-container {
    padding: 5%; }

  .footer-widgets .widget,
  .nav-primary .wrap,
  .site-footer .wrap,
  .site-tagline {
    /*
padding-left: 5%;
    padding-right: 5%;
*/ }

  .site-footer {
    padding: 40px 0; } }
@media only screen and (max-width: 998px) {
  .euroswitch-site-header {
    flex-direction: column;
    align-items: center; }

  .header-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  #weglot_here {
    order: 2;
    margin-left: auto; }

  .header-right {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px; }

  .head-numbers {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px; }

  .head-numbers .header-icon {
    display: none; }

  /*
    .header-right .head-email {float:right; margin-right: 0; font-size: 16px; }
  .header-right .head-numbers {float:right; text-align: right; font-size: 16px;}

  .header-right .email {margin: 0; }
  .header-right .phone-numbers { margin: 0; border-right: none;}
  .header-right .textwidget img { max-height: 1.3em; }

  */ }
@media only screen and (max-width: 991px) {
  .wrap {
    max-width: 750px; }

  .genesis-nav-menu a {
    padding: 10px 10px;
    font-size: 15px; }

  .about-page-content > .fl-row-content-wrap,
  .oil-page-content > .fl-row-content-wrap,
  .rail-page-content > .fl-row-content-wrap,
  .military-page-content > .fl-row-content-wrap,
  .nuclear-page-content > .fl-row-content-wrap {
    padding-bottom: 0 !important; }

  .rail-column:last-child > .fl-col-content,
  .military-column:last-child > .fl-col-content,
  .nuclear-column:last-child > .fl-col-content {
    margin-bottom: 0 !important; } }
@media only screen and (max-width: 767px) {
  .site-header {
    /* 		padding-bottom: 10px; */ }

  .title-area {
    padding-bottom: 6px; }

  .header-right .widget p {
    font-size: 14px; }

  .site-footer .nav-secondary a {
    margin: 0 10px; }

  .nav-primary .genesis-nav-menu {
    display: none; }

  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none; }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block; }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static; }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    display: block;
    line-height: 1;
    padding: 16px 20px; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px; }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999; }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343"; }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px; }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    padding: 14px 20px;
    position: relative;
    text-transform: none;
    width: 100%; }

  .nav-primary .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px; }

  .home-featured .simple-social-icons ul li a {
    font-size: 36px !important;
    padding: 20px !important; }

  .genesis-grid-even,
  .genesis-grid-odd,
  .minimum-pro-portfolio .content .entry {
    width: 100%; }

  .minimum-pro-portfolio .content .entry:nth-of-type(2n),
  .minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
    float: none;
    padding: 0; }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }

  .wrap {
    max-width: 100%; }

  /*
    .euroswitch-site-header {
      text-align: center;
      padding: 10px;

    }

    .header-left,
    .header-right {
      justify-content: space-between;
      text-align: center;
    }
  */
  .responsive-search {
    width: 200px;
    display: inline-block;
    padding-top: 13px;
    margin-left: 15px; }

  .responsive-search form {
    padding: 0; }

  .responsive-search input[type="search"] {
    width: 100%;
    padding: 4px 5px 4px 10px;
    font-size: 17px;
    font-weight: 400;
    color: #6D6D6D; }

  .responsive-search input[type="search"]::-webkit-input-placeholder {
    color: #6D6D6D; }

  .responsive-search input[type="submit"] {
    display: none; }

  .navbar-toggle {
    cursor: pointer;
    display: block; }

  .home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 14px; }

  .home-featured .soliloquy-html-content .slide-content {
    font-size: 14px; }

  .fl-col.vs-column {
    width: 100% !important;
    max-width: 100%; }

  .vs-column > .fl-col-content {
    margin: 0 40px 30px !important; }

  .header-right .phone-numbers {
    border-right: none;
    margin-right: 0; }

  .header-right .head-numbers {
    width: 300px; } }
@media only screen and (max-width: 600px) {
  .home-featured-1,
  .home-featured-2,
  .home-featured-3,
  .home-featured-4 {
    width: 50%; }

  .home-featured .widget-area:nth-of-type(2n+1) {
    clear: left; }

  .minimum .site-tagline {
    margin-top: 200px; }

  .home-featured .soliloquy-container .soliloquy-caption {
    display: block; }

  .home-featured .soliloquy-container .soliloquy-pager {
    display: block !important; } }
@media only screen and (max-width: 479px) {
  .contact-details {
    text-align: center; }

  .rail-column .rail-column-heading h3,
  .military-column .military-column-heading h3,
  .nuclear-column .nuclear-column-heading h3 {
    text-align: center !important; }

  .rail-content,
  .military-content,
  .nuclear-content,
  .wc-content {
    text-align: center; }

  .wc-box p,
  .wc-box p span {
    font-size: 16px !important; } }
/* Weglot menu */
.country-selector.weglot-dropdown .wgcurrent {
  border: none !important; }

.country-selector.weglot-dropdown a,
.country-selector.weglot-dropdown span {
  line-height: 13px !important;
  height: 25px !important; }

.country-selector.weglot-dropdown .wgcurrent:after {
  top: 7px !important;
  right: 10px !important; }

@media (min-width: 350px) {
  /*
  .header-right .head-email {float:left; margin-right: 30px; }
  .header-right .head-numbers {float:right; text-align: left; }

  .header-right .country-selector.weglot-dropdown{ float: right; }
  .header-right .email {float:right; margin-right: 10px; }
  .header-right .phone-numbers {float:right; text-align: left; margin-right: 10px; /*margin-right: 20px; padding-right: 20px; border-right: 1px solid #ccc;}
  .header-right .textwidget img, .header-right img { max-height: 1.5em; }
*/ }
@media only screen and (max-width: 320px) {
  .header-image .site-header .title-area .site-title a {
    background-size: contain !important; } }
@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
/* .content-sidebar .content { width: 1050px; } */
.content-sidebar .product-filter-count-wrapper {
  margin: -32px 0 0 0; }

/* bootstrap layout helpers
------------------------------------------------------------------------------------------------------------------- */
.mt-half {
  margin-top: .5em; }

.mt-1 {
  margin-top: 1em; }

.mb-1 {
  margin-bottom: 1em; }

.ml-1 {
  margin-left: 1em; }

.ewsSpecifications dd {
  margin-bottom: 0; }

.page-id-17322 a.ek-link {
  text-decoration: underline; }

.home h1 {
  color: #233d5b;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 0;
  font-weight: 400; }

.home h2 {
  color: #233d5b;
  font-size: 26px;
  line-height: 40px;
  margin: 0;
  font-weight: 400; }

.home .home-logos-intro {
  padding-bottom: 25px;
  padding-top: 0px;
  margin-top: 20px;
  border-bottom: 1px solid #d8d8d8;
  min-height: 120px; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent; }

.genesis-nav-menu .sub-menu {
  width: auto !important;
  border: 8px solid #00ae8e; }

.genesis-nav-menu .sub-menu .sub-menu {
  min-width: max-content; }

#wp-admin-bar-es-product-search-form-in-admin-bar .ab-item .button,
#wp-admin-bar-es-product-search-form-in-admin-bar .ab-item input[type=search],
#wp-admin-bar-jira-button-in-admin-bar .button, .wp-admin-bar-button {
  min-height: 27px;
  margin: 2px 0 !important;
  padding: 0 10px !important;
  height: 27px;
  border: none;
  border-radius: 5px !important; }

#wp-admin-bar-es-product-search-form-in-admin-bar .ab-item .button, #wp-admin-bar-jira-button-in-admin-bar .button, .wp-admin-bar-button {
  line-height: 27px !important;
  font-size: 13px !important;
  font-weight: 400; }

#wpadminbar #wp-admin-bar-product_functions > .ab-item:before {
  content: "\f140"; }

.euro_hist_logo img {
  width: 200px;
  margin-top: 10px; }

.es-staging-server .nav-primary {
  border-bottom: 16px solid !important;
  border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, yellow 0, yellow 2em); }

.es-pdez-migration-cookie-set {
  border-image: 16 repeating-linear-gradient(-45deg, blue 0, blue 1em, orange 0, orange 2em); }

.es-dev-server .nav-primary {
  border-bottom: 16px solid !important;
  border-image: 16 repeating-linear-gradient(-45deg, blue 0, blue 1em, yellow 0, yellow 2em); }

.engineer-validation__field .form-group {
  margin-left: 15px; }

/* Gutenberg block colours */
.has-euroswitch-navy-background-color {
  background: #2D3D56; }

.has-euroswitch-green-background-color {
  background: #00ae8e; }

.has-euroswitch-light-grey-background-color {
  background: #eee; }

.has-white-color {
  color: #fff !important; }

.has-euroswitch-navy-color {
  color: #2D3D56 !important; }

.has-euroswitch-green-color {
  color: #00ae8e !important; }

.has-light-grey-color {
  color: #eee !important; }

.Company_name span.tmEuro {
  float: left;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 300; }

.Company_name span.Euro_History {
  float: left;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 300; }

#ewsAboutUsContactUsPage h2 {
  font-size: 21px;
  line-height: 28px; }

#ewsAboutUsContactUsPage .firstRowHead.aboutus_page h2 {
  margin: 54px 0;
  font-size: 35px;
  line-height: 40px; }

#ewsAboutUsContactUsPage .firstRowHead.aboutus_page img {
  width: 100%; }

.ewsaboutus h1.pageTitle {
  padding: 10px 0; }

.AboutUs_notes {
  clear: both; }

.AboutUs_notes p {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 20px; }

.Company_name span.tmEuro {
  float: left;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 300; }

.Company_name span.Euro_History {
  float: left;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 300; }

.euro_hist_logo img {
  width: 200px;
  margin-top: 10px; }

.Company_name span {
  line-height: 40px; }

.Company_name {
  margin-top: 20px; }

.Contact p.contect_text {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 35px;
  color: #5a5a5a;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 35px; }

.ewsHistory_notes p {
  font-size: 16px;
  font-weight: 300; }

.History .articleTop {
  display: none; }

.Locations .articleTop {
  display: none; }

.ewsHistory h2.text-left {
  text-align: center;
  margin: 54px 0;
  font-weight: 300;
  font-size: 35px;
  color: #243d5b; }

.History .firstRowHead {
  margin-bottom: 0; }

.ewslocation h2.text-left {
  text-align: center;
  margin: 54px 0;
  font-weight: 300;
  font-size: 35px;
  color: #243d5b; }

.ewslocation_notes p {
  font-size: 16px;
  font-weight: 300;
  clear: both;
  margin-bottom: 20px;
  text-align: Center; }

.ewslocation_bttn {
  text-align: center;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 25px; }

.euro_comp_logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.ewslocation h2.text-left {
  text-align: center;
  margin: 54px 0;
  font-weight: 300;
  font-size: 35px;
  color: #243d5b; }

.sitepage.Oil .articleTop,
.sitepage.Rail .articleTop,
.sitepage.Military .articleTop,
.sitepage.Nuclear .articleTop {
  display: none; }

.sitepage.Oil .mainImage,
.sitepage.Rail .mainImage,
.sitepage.Military .mainImage,
.sitepage.Nuclear .mainImage {
  margin-top: 20px;
  background: none; }

.sitepage.Oil .mainImage .oilgas_ewsfeaturetext,
.sitepage.Rail .mainImage .oilgas_ewsfeaturetext,
.sitepage.Military .mainImage .oilgas_ewsfeaturetext,
.sitepage.Nuclear .mainImage .oilgas_ewsfeaturetext {
  margin: 20px 15px; }

.sitepage.Oil .oilgas_page img,
.sitepage.Rail .oilgas_page img,
.sitepage.Military .oilgas_page img,
.sitepage.Nuclear .oilgas_page img {
  width: 100%; }

h2.headingCompanyPage {
  margin: 20px auto;
  font-weight: 300;
  font-size: 50px;
  padding: 10px 20px;
  line-height: 48px; }

.oilgas_ewsfeaturetext p {
  font-size: 22px;
  line-height: 32px; }

.modal-lg {
  width: 1200px; }

.wp-block-kadence-advancedheading.shadow {
  box-shadow: none !important; }

/* Homepage Product widgets
------------------------------------------------------------------------------------------------------------------- */
.product-container .series-details .productbrand {
  font-family: 'museo900regular';
  font-size: 30px;
  font-size: 52px\9;
  font-style: italic;
  color: #233d5b;
  line-height: 35px; }

.product-container:hover .series-details {
  display: block;
  opacity: 1; }

.product-container .series-details {
  display: none;
  position: absolute;
  top: 0px;
  height: 72%;
  padding: 8% 10px 0;
  transition: all 300ms linear 0s;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background.png) 0 0 repeat;
  width: 91%; }

.product-container .series-details p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 10px; }

.product-container .bottom-block {
  background: #ebebeb;
  text-align: center; }

.product-container .bottom-block h5 {
  font-size: 14px;
  text-transform: none; }

.product-container .bottom-block h5 a {
  margin-top: 0;
  display: block;
  height: 60px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px; }

/* Homepage video-widget
------------------------------------------------------------------------------------------------------------------- */
.video-widget {
  margin: 20px 0;
  padding: 1px;
  border: 1px solid #d8d8d8; }

/* Homepage image-widget
------------------------------------------------------------------------------------------------------------------- */
.es-image-widget {
  margin: 20px 0 0 0;
  border: 1px solid #d8d8d8; }

.es-image-widget h4 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0; }

.es-image-widget .separator {
  border-top: 1px solid #d8d8d8;
  max-width: 90%;
  margin: auto; }

.es-image-widget .content-wrap.center {
  display: flex;
  justify-content: center; }

.es-image-widget .button {
  background-color: #233d5b;
  border-bottom: 4px solid #00ae8e;
  border-radius: 0;
  width: 100%; }

/* Homepage Brochure box
------------------------------------------------------------------------------------------------------------------- */
.home .home-row-4 {
  margin-top: 30px;
  padding-top: 33px; }

.home .home-brochure-links {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
  background-color: #eeeeee;
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding: 0px 30px 0px 0px;
  width: calc(75% - 30px);
  margin-right: 14px;
  margin-left: 16px; }

.home .home-brochure-links .description-box {
  background-color: #233d5b;
  color: #fff;
  border-top: 9px solid #00ae8e; }

.home .home-brochure-links .description-box h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 30px;
  padding-left: 10px; }

.home .home-brochure-links .description-box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 10px; }

.home .home-brochure-links .description-box span {
  color: #00ae8e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }

.home .home-brochure-links .brochure-box {
  margin-top: 30px;
  margin-bottom: 10px; }

.home .home-brochure-links .brochure-box .ews-content-item {
  text-align: center; }

.home .home-brochure-links .brochure-box .ews-brochure-image a {
  font-size: 23px;
  line-height: 28px;
  color: #233d5b;
  font-weight: 300; }

.home .home-brochure-links .brochure-box .ews-brochure-image .photo {
  box-shadow: 1px 3px 68px -19px rgba(0, 0, 0, 0.82); }

.home .home-brochure-links .brochure-box .ews-brochure h2 {
  margin-top: 20px; }

.home .home-brochure-links .brochure-box .ews-brochure h2 span a {
  color: #233d5b;
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 10px;
  font-weight: 300; }

/*  Homepage Feature Box - Wireable Heads
------------------------------------------------------------------------------------------------------------------- */
.home .feature-box {
  border: 1px solid #d8d8d8;
  height: 315px; }

.home .feature-box h4 {
  font-size: 25px;
  color: #5c5959;
  padding: 10px 8px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  font-weight: 300;
  text-transform: none !important; }

.home .feature-box h4:after {
  content: "";
  border-bottom: 1px solid #d8d8d8;
  width: 80%;
  display: block;
  margin: 0 auto; }

.home .feature-box .feature-text {
  margin-bottom: 10px; }

.home .feature-box h3 {
  margin: 39% 0;
  font-size: 18px;
  font-weight: 300;
  margin: 30% 0;
  vertical-align: middle; }

.home .feature-box .techno-button {
  width: 100%;
  clear: both;
  text-align: center; }

.home .notes {
  margin-top: 40px;
  max-height: 200px;
  overflow-y: scroll;
  font-size: 12px;
  color: #5A5A5C;
  font-weight: 400; }

/* Product Overview Grid
------------------------------------------------------------------------------------------------------------------- */
.product-overview-grid .series-details .productbrand {
  font-family: 'museo900regular';
  font-size: 30px;
  font-style: italic;
  color: #233d5b;
  line-height: 35px; }

.product-overview-grid:hover .series-details {
  display: block;
  opacity: 1; }

.product-overview-grid .sub-series-details {
  padding: 5px 10px;
  width: 80%;
  margin: auto; }

.product-overview-grid {
  position: relative; }

.product-overview-grid .sub-series-details:hover {
  background-color: #ddd;
  opacity: 0.8; }

.product-overview-grid .sub-series-details.full-height {
  height: 75%;
  margin-top: 20%; }

.product-overview-grid .sub-series-details.full-height:hover {
  background-color: transparent;
  opacity: 1; }

.product-overview-grid .series-details {
  display: none;
  position: absolute;
  top: 0;
  height: calc(100% - 60px);
  padding: 8% 10px 0;
  transition: all 300ms linear 0.05s;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background.png) 0 0 repeat;
  width: 100%;
  object-fit: contain; }

.product-overview-grid .series-details.dpdt {
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background-dpdt.png) 0 0 no-repeat; }

.product-overview-grid .series-details.dpdt-w-wl-wlr {
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background-dpdt-w-wl-wlr.png) 0 0 no-repeat; }

.product-overview-grid .series-details.spdt {
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background-spdt.png) 0 0 no-repeat; }

.product-overview-grid .series-details.spdt-dpdt {
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background-spdt-dpdt.png) 0 0 no-repeat; }

.product-overview-grid .series-details.spdt-se {
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background-spdt-se.png) 0 0 no-repeat; }

.product-overview-grid .series-details.spdt-wlr {
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background-spdt-wlr.png) 0 0 no-repeat; }

.product-overview-grid .series-details.spdt-w-wl-wlr {
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background-spdt-w-wl-wlr.png) 0 0 no-repeat; }

.es-product-range-sub-menu .product-overview-grid .series-details.dpdt, .es-product-range-sub-menu .product-overview-grid .series-details.dpdt-w-wl-wlr,
.es-product-range-sub-menu .product-overview-grid .series-details.spdt, .es-product-range-sub-menu .product-overview-grid .series-details.spdt-se,
.es-product-range-sub-menu .product-overview-grid .series-details.spdt-wlr, .es-product-range-sub-menu .product-overview-grid .series-details.spdt-w-wl-wlr, .es-product-range-sub-menu .product-overview-grid .series-details.spdt-dpdt {
  background: url(/wp-content/themes/euroswitch/images/homepage/product-background.png) 0 0 repeat; }

.product-overview-grid .series-details p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 3px; }

.product-overview-grid .top-block {
  height: 240px; }

.product-overview-grid .product-image-container {
  height: 100%;
  text-align: center; }

.product-overview-grid .product-image-container .product-overview-image {
  height: 100%;
  object-fit: contain;
  margin: auto; }

.product-overview-grid .bottom-block {
  background: #ebebeb;
  text-align: center; }

.product-overview-grid .bottom-block h5 {
  font-size: 14px;
  text-transform: none; }

.product-overview-grid .bottom-block h5 a {
  margin-top: 0;
  display: block;
  height: 60px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px; }

.es-product-range-sub-menu .product-overview-grid .top-block {
  height: 160px; }

.es-product-range-sub-menu .product-overview-grid .series-details .productbrand {
  font-size: 20px;
  line-height: 23px; }

.es-product-range-sub-menu .product-overview-grid .sub-series-details {
  padding: 5px 0;
  width: 100%; }

.product-overview-grid .sub-series-details .unit-of-measurement {
  color: #233d5b; }

.product-overview-grid .series-details p, .product-overview-grid .sub-series-details p {
  color: #233d5b;
  font-size: 11px;
  line-height: 13px; }

.es-product-range-sub-menu .product-overview-grid .bottom-block h5 a {
  height: 45px;
  line-height: 45px;
  color: #233d5b;
  font-size: 14px; }

.es-product-range-sub-menu .product-overview-grid .series-details {
  /*height:160px; width: 169.5px;*/
  height: calc(100% - 45px); }

@media only screen and (max-width: 768px) {
  .product-overview-grid .product-image-container {
    height: 75%; }

  /*.product-overview-grid .series-details { height:75%; width: 85%; padding: 3% 10px 0; }*/
  .es-product-range-sub-menu .product-overview-grid .top-block {
    height: 150px; } }
/* for a 5 column layout (used on mega menu)
------------------------------------------------------------------------------------------------------------------- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }
/* Page Featured Image
------------------------------------------------------------------------------------------------------------------- */
/*.es-featured-image-page .content { margin: 0 20px; }
.es-featured-image-page .entry-title { margin: 54px 0; }
.es-featured-image-page .entry-content { margin: 0 15px; }
*/
/* References page
------------------------------------------------------------------------------------------------------------------- */
#references table {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 60%; }

#references table tr td:first-child {
  text-align: center; }

#references .ui-widget-content {
  border: none; }

/* Core Values Page
------------------------------------------------------------------------------------------------------------------- */
.core-values .core-values-icon-img {
  min-width: 170px; }

.core-values .core-values-icon-text-wrapper {
  row-gap: 10px; }

.core-values mark {
  padding: 0; }

@media only screen and (max-width: 768px) {
  .core-values .core-value-heading {
    flex-direction: column; } }
/* Low Temp Page
------------------------------------------------------------------------------------------------------------------- */
.low-temp-page h4 {
  font-size: 16px;
  color: #243d5b;
  font-weight: 600; }

.low-temp-page .entry-content > p {
  font-size: 17px;
  text-align: left; }

/* Subsea page
------------------------------------------------------------------------------------------------------------------- */
.subsea-page .flexible-content-row-1 {
  margin-bottom: 50px; }

.subsea-page .subsea-item {
  border: 1px solid #d8d8d8;
  width: 100%; }

.subsea-page .subsea-item .img-holder {
  position: relative; }

.subsea-page .subsea-item .img-holder img {
  position: relative;
  top: -77px;
  max-height: 200px;
  max-width: 100%; }

.subsea-page .subsea-item .img-holder h3 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 300; }

.subsea-page .subsea-bottom {
  border: 1px solid #d8d8d8;
  height: 600px; }

.subsea-page .subsea-bottom .img-holder img {
  max-width: 215px;
  max-height: 200px; }

.subsea-page .subsea-bottom h3 {
  border-bottom: 1px solid #253e5a;
  margin: 0;
  padding: 25px 0px 25px 48px;
  font-size: 22px;
  font-weight: 400; }

.subsea-page .subsea-bottom .series-features {
  padding: 10px; }

.subsea-page .subsea-bottom .series-features ul {
  padding-left: 30px; }

.subsea-page .subsea-bottom .series-features ul li {
  padding: 5px 0; }

.subsea-page .flexible-content-row-3 {
  margin-top: 50px;
  text-align: center; }

.contact-button {
  background: #00ae8e;
  color: #fff;
  padding: 20px 45px;
  border-radius: 6px;
  margin: 20px 0;
  display: inline-block; }

/* Contact Page
------------------------------------------------------------------------------------------------------------------- */
.contactus-page .contact-text {
  margin-top: 28px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 35px;
  color: #5a5a5a;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 35px; }

.contactus-page .contact-right h3 {
  border-bottom: 0;
  padding: 0;
  margin: 30px 0;
  font-size: 16px; }

.contactus-page ul.contact-details {
  /* list-style-type: none; */
  margin-left: 0; }

.contactus-page .contact-details li {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
  list-style-type: none;
  font-weight: normal; }

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important; }

/* Certification Details Page
------------------------------------------------------------------------------------------------------------------- */
.es-certification-details .row.description {
  margin: 0 0 20px;
  list-style-type: lower-roman; }

.es-certification-details .row.description ol {
  margin-bottom: 10px; }

.es-certification-details .row.description li {
  margin-left: 20px;
  list-style-type: lower-roman; }

.es-certification-details .row.approvalHeader .col-heading {
  font-weight: 500; }

/* Information Accordion Template
------------------------------------------------------------------------------------------------------------------- */
.euroswitch-information-accordion .entry-title {
  color: #243d5b;
  font-size: 24px;
  font-family: "lato", open sans;
  font-weight: bold;
  line-height: 38px;
  margin: 0 0 15px !important;
  text-align: left !important; }

.euroswitch-information-accordion .approvalHeader, .euroswitch-information-accordion .approvalDetail {
  font-family: "lato", open sans; }

.euroswitch-information-accordion .col-heading {
  font-weight: 500; }

.euroswitch-information-accordion .entry-content > p {
  font-weight: 400; }

.euroswitch-information-accordion .approvalDetail {
  font-weight: 300;
  margin-bottom: 15px;
  border-top: 1px solid #efefef;
  padding-top: 10px; }

.euroswitch-information-accordion .approvalDetail .product-series {
  margin-left: 10px;
  display: block; }

/* Product Page
------------------------------------------------------------------------------------------------------------------- */
.single-product .site-inner {
  padding-top: 10px; }

.single-product .entry a {
  color: #63a990; }

.single-product .entry .button {
  color: white; }

.single-product .product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }

.single-product .product-header .product-range {
  font-size: 24px;
  font-weight: 600;
  color: #243d5b; }

@media only screen and (max-width: 780px) {
  .single-product .product-header .product-range {
    display: none; } }
.single-product .product-type, .single-product .breadcrumbs {
  font-size: 16px;
  color: #243d5b;
  font-weight: bold;
  line-height: 38px;
  margin: 0 0 15px; }

.single-product .pn-logo-wrapper {
  display: flex;
  column-gap: 20px;
  margin-bottom: 25px;
  align-items: flex-end; }

.single-product .pn-logo-wrapper .product-logo {
  width: 220px;
  margin-bottom: 3px; }

.single-product .pn-logo-wrapper .product-logo img {
  display: block; }

.single-product .pn-logo-wrapper .part-number {
  line-height: 1;
  margin-top: 0 !important; }

.single-product .entry-title, .single-product .part-number {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 15px !important;
  font-family: "lato", open sans;
  text-align: left !important;
  color: #243d5b; }

.single-product .part-number {
  font-size: 30px;
  margin: 4px 0 0 !important; }

.single-product .main_product_image {
  border: 1px solid #243d5b;
  padding: 1px; }

.single-product .main_product_image img {
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/*
.single-product .main_product_image.rotated { height:450px; overflow:hidden; }
.single-product .main_product_image.rotated img { transform: rotate(265.5deg) ; height: 300px;  margin-top: 60px; }

.single-product .main_product_image.vertical img { max-height: 400px; }
*/
.single-product .details-right h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 15px;
  font-size: 16px;
  color: #243d5b; }

.single-product .bodyText p {
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  font-weight: 400; }

.single-product .product-thumbnail-row {
  margin: 15px auto; }

.single-product .product-thumbnail-row .thumbnail {
  width: 115px;
  height: 115px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  max-height: 115px;
  display: grid; }

.single-product .product-thumbnail-row .thumbnail img {
  max-height: 105px;
  margin: auto; }

.single-product h3 {
  color: #243d5b;
  font-size: 16px;
  font-family: "lato", open sans;
  font-weight: bold;
  line-height: 38px;
  margin: 10px 0 10px; }

.single-product .approvals {
  margin-bottom: 15px; }

.single-product .approvals .approvalHeader {
  margin-bottom: 15px; }

.single-product .approvals .approvalDetail {
  font-size: 12px; }

.single-product .approvals .approvalDetail.ewsOdd {
  background: #ebebeb; }

.single-product .approvals .approvalDetail.ewsEven {
  background: #fff; }

.single-product .approvals .col-heading {
  font-weight: 500; }

.single-product .approvals .col-lg-2, .single-product .approvals .col-md-2, .single-product .approvals .col-sm-2, .single-product .approvals .col-xs-2,
.single-product .approvals .col-lg-3, .single-product .approvals .col-md-3, .single-product .approvals .col-sm-3, .single-product .approvals .col-xs-3 {
  padding-right: 10px;
  padding-left: 10px; }

.single-product .nav > li > a {
  padding: 10px 9px;
  font-size: 14px; }

.single-product .cad-form, .single-product .es-datasheet-form {
  padding: 20px; }

.single-product .pricing-link {
  margin-left: 30px;
  margin-bottom: 15px;
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .single-product .details-right h2 {
    margin: 0 10px; }

  .single-product .bodyText p {
    margin: 0 10px 10px; } }
/* Product Specification Tabs
------------------------------------------------------------------------------------------------------------------- */
.single-product .nav-tabs > li.active a, .single-product .nav-tabs > li .active {
  background: #243d5b;
  color: white; }

.single-product .nav-tabs > li {
  background: #ebebeb none repeat scroll 0 0;
  margin-right: 3px; }

.moreinfoTabs {
  border: 1px solid #243d5b; }

#responsiveTabs {
  margin-top: 20px; }

.tabscontent {
  display: none;
  padding: 10px 20px;
  min-height: 250px; }

.constrain-tab-image-height img {
  max-height: 500px;
  width: auto; }

#tab-1.tabscontent,
#tab-8.tabscontent {
  padding: 0; }

.tabscontent.active {
  display: block;
  overflow: hidden; }

.ewsSpecifications {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  color: #383838; }

.tabscontent .ewsSpecifications {
  color: #222222; }

dl.ewsSpecifications dt.ewsOdd, dl.ewsSpecifications dt.ewsEven, .spcWrapper dt.ewsEven {
  padding: 5px 20px;
  text-align: left;
  font-size: 12px;
  /*width: 260px; */ }

.VSCertsBox .ewsEven {
  padding: 0 15px 0 10px; }

dl.ewsSpecifications dd.ewsOdd, dl.ewsSpecifications dd.ewsEven, .title1Atr dd.ewsEven {
  font-size: 12px;
  line-height: 27px;
  padding: 0 17px;
  /*margin-left: 210px;*/ }

.relatedProducts dl.ewsSpecifications dd.ewsOdd, .relatedProducts dl.ewsSpecifications dd.ewsEven, .relatedProducts .title1Atr dd.ewsEven {
  display: table-cell;
  font-size: 14px;
  height: 100px;
  line-height: 27px;
  padding: 0;
  vertical-align: middle; }

.single-product-page-features-footer {
  height: 18px;
  margin-left: 260px;
  font-size: 12px;
  line-height: 1.3; }

.title1Atr dd.ewsEven {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  padding: 0 20px;
  text-align: left; }

dl.ewsSpecifications dt.ewsOdd,
dl.ewsSpecifications dd.ewsOdd,
.ewsSpecifications .ewsOdd {
  background: #ebebeb !important;
  font-size: 12px; }

.dl-horizontal dt {
  background: none !important;
  float: left; }

.ewsSpecifications tr {
  line-height: 15px;
  padding-left: 5px; }

.ewsSpecifications tr th.col-1, .ewsSpecifications tr td.col-1 {
  padding-left: 10px;
  font-weight: 700; }

#tab-8 h4 {
  padding: 10px 0 0 10px; }

#tab-8 a {
  color: #243d5b;
  font-weight: 700; }

#tab-8 a:hover {
  text-decoration: underline; }

#docList {
  border: 1px solid #243d5b; }

#docList > h2 {
  padding: 0 25px;
  color: #243d5b;
  font-size: 16px;
  font-family: "lato", open sans;
  font-weight: bold;
  line-height: 38px;
  margin: 10px 0 10px; }

#docList > ul {
  margin: 0; }

#docList li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none; }

#docList .pdfImage {
  color: #222222;
  display: block;
  height: 40px;
  padding: 0 0 0 10px;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/euroswitch/images/iconPdf-sm.png) no-repeat scroll 50% 0;
  float: left;
  width: 40px;
  margin-left: 15px; }

#docList .cadIconImage {
  color: #222222;
  display: block;
  height: 40px;
  padding: 0 0 0 10px;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/euroswitch/images/cad-file-icon-sm.png) no-repeat scroll 50% 0;
  float: left;
  width: 40px;
  margin-left: 15px; }

.certDiv table.notOverviewPage {
  display: table; }

.certDiv table.notOverviewPage, .certDiv {
  margin-bottom: 10px; }

.certDiv {
  margin-top: 30px; }

@media only screen and (max-width: 767px) {
  dl.ewsSpecifications dd.ewsOdd, dl.ewsSpecifications dd.ewsEven, dl.ewsSpecifications dt.ewsOdd, dl.ewsSpecifications dt.ewsEven, .title1Atr dd.ewsEven {
    width: 100%;
    margin-left: 0; }

  .single-product .nav > li > a {
    font-size: 13px; } }
.overviewTable table {
  margin-bottom: 0; }

.overviewTable tbody {
  border-bottom: 1px solid #ddd; }

.overviewTable tbody tr {
  border-top: 1px solid #ddd; }

.overviewTable tbody td {
  padding: 0;
  font-size: 13px;
  border: none; }

/* Product Series template page
------------------------------------------------------------------------------------------------------------------- */
.partBuilderLoading {
  margin: 20px auto;
  display: block;
  max-width: 50px; }

/* .euroswitch-product-series .content	{ width: 75%; } */
.euroswitch-product-series .entry-title {
  font-size: 24px;
  font-family: 'Lato', Arial;
  font-style: normal;
  color: #243d5b;
  padding: 10px 0 57px;
  margin: 0;
  font-weight: bold;
  text-transform: capitalize; }

.euroswitch-product-series .entry-content > p {
  font-weight: 400; }

.euroswitch-product-series .product-filter-wrapper {
  padding-top: 10px !important; }

.euroswitch-product-series .sidebar {
  margin-top: -10px;
  margin-bottom: 50px; }

.euroswitch-product-series .sidebar .widget-title:after {
  border: none; }

.single-product .patented-stamp {
  float: right;
  max-height: 50px; }

/* ACF Google Maps 
------------------------------------------------------------------------------------------------------------------- */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.acf-field #wp-content-editor-tools {
  background: transparent;
  padding-top: 0; }

#disti-map {
  height: 500px; }

/* Distributor Archive Page
------------------------------------------------------------------------------------------------------------------- */
#disti-map-sidebar {
  background: #243d5b;
  background: #243d5a;
  height: 500px; }

.post-type-archive-distributor #distributor {
  border-bottom: 0px solid #d8d8d8;
  min-height: 280px;
  transition: all 400ms ease-in; }

.post-type-archive-distributor #distributor h3 {
  margin-top: 20px;
  padding: 5px 0 0 15px;
  background: #e2e2e2;
  height: 60px; }

.post-type-archive-distributor #distributor h3 a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  width: 240px;
  display: inline-block; }

.post-type-archive-distributor #distributor .inner-fields {
  padding-left: 15px; }

.post-type-archive-distributor #distributor img.flag {
  width: 50px;
  float: right;
  margin: 0 15px 0 0; }

.post-type-archive-distributor .button-secondary {
  background-color: #00ae8e;
  margin: 20px auto 0;
  clear: both;
  display: block;
  width: 60%;
  text-align: center;
  border-radius: 5px; }

.post-type-archive-distributor .button-secondary:focus {
  color: white;
  text-decoration: none; }

@media only screen and (max-width: 1500px) {
  .post-type-archive-distributor #distributor h3 a {
    font-size: 16px;
    width: 170px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px; } }
@media only screen and (max-width: 1200px) {
  .post-type-archive-distributor #distributor h3 a {
    width: 120px; } }
.single-distributor .breadcrumbs {
  font-size: 16px;
  color: #63a990;
  font-weight: bold;
  line-height: 38px;
  margin: 0 0 15px; }

.single-distributor .breadcrumbs a {
  color: #63a990; }

.single-distributor .entry-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px !important;
  font-family: "lato", open sans;
  text-align: left !important;
  color: #243d5b; }

.single-distributor .acf-map {
  margin: 0; }

.single-distributor .distributor-fields {
  margin-top: 20px;
  border: 1px solid #243d5b; }

/* ODM debug
------------------------------------------------------------------------------------------------------------------- */
.pre-dump-heading {
  background: #EFC366;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 9.5px; }

/* Product filter
------------------------------------------------------------------------------------------------------------------- */
#product-filter-list .product-row {
  width: 100%;
  margin-top: 10px; }

#product-filter-list .product-row div {
  float: left; }

#product-filter-list .product-row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

#product-filter-list .product-row-right {
  background: #f2f8ff; }

.product-row-left {
  float: left;
  width: 11%;
  border: 1px solid #F2F8FF; }

.product-row-right {
  float: left;
  width: 89%; }

.product-row-title {
  width: 100%;
  background: #243d5b;
  color: #fff;
  font-weight: bold;
  padding: 2px 0 2px 15px; }

.product-row-title a {
  color: #fff; }

.product-row-image {
  background: white;
  margin: 1%;
  width: 96%;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.product-row-image img {
  display: block;
  max-width: 95px; }

.product-row-form, .product-cols-5 {
  width: 20%;
  padding: 10px;
  color: #000;
  text-align: center; }

.product-row-column-1.product-cols-5 {
  width: 20%;
  padding: 10px;
  color: #000;
  text-align: center;
  min-height: 45px; }

.product-filter-table-header {
  background: #243d5b !important;
  font-weight: bold; }

.product-filter-table-header .product-row-left {
  border: none; }

.product-filter-table-header .product-row-right {
  background: #243d5b !important; }

.product-filter-table-header div {
  color: #fff !important; }

.product-row-right .responsive-heading {
  display: none; }

.product-row-right .product-row-standard {
  border-right: #ebebeb solid 1px;
  min-height: 80px; }

select[disabled] {
  color: grey;
  background: #eee; }

#product-filter-fields {
  background: #00ae8e none repeat scroll 0 0;
  margin: 15px 0;
  padding: 20px;
  transition: 300ms;
  position: relative; }

#product-filter-fields label {
  color: white;
  font-weight: normal;
  font-size: 15px;
  max-width: 200px;
  margin-right: 20px; }

#product-filter-fields select {
  margin-top: 5px; }

#product-filter-fields, .product-filter-count-wrapper {
  /*display: none*/ }

#product-filter-fields.disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3); }

#product-filter-fields .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #00ae8e; }

/*.select2 { width: 100% !important; }*/
.select2-dropdown {
  min-width: 300px; }

.select2-results__option {
  border-bottom: 1px solid #eee; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important; }

.filter-name {
  font-size: 14px;
  font-weight: 400;
  position: relative; }

.filter-name:after {
  content: " ";
  clear: both;
  display: block; }

.filter-name span:first-child {
  display: block;
  width: 15%;
  float: left; }

.options_data-dropdown-wrapper .filter-name span:first-child {
  width: 20% !important; }

.adders_data-dropdown-wrapper .filter-name span:first-child {
  width: 15% !important; }

.filter-name span:nth-child(2) {
  display: block;
  width: 80%;
  float: left; }

.filter-name .text-after-codes {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 300; }

.filter-heading, .select2-results__group {
  font-size: 12px;
  padding: 4px; }

.probe_lengths_data-dropdown-wrapper .filter-name span:first-child {
  width: 20%; }

span.product-count {
  position: absolute;
  display: block;
  background: #243d5b;
  padding: 4px;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  font-size: 10px;
  right: 0; }

#product-filter-partcode .partcode-builder-display .partcode {
  min-width: 50px;
  background: #ebebeb;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  color: #00ae8e;
  font-weight: 700;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px; }

.select2-results__group {
  background: #f5f5f5; }

span.part-number-label {
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px; }

#product-filter-partcode .partcode-builder-display {
  color: #00ae8e;
  font-weight: 700; }

#product-filter-partcode .partcode-builder-display span.hyphen, #product-filter-partcode .partcode-builder-display span.partcode-prefix {
  margin-right: 10px;
  margin-top: 10px; }

#product-filter-partcode .partcode-builder-display input {
  width: 50px;
  background: #ebebeb;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  color: #00ae8e;
  font-weight: 700; }

.partcode-builder-display span.part-number-label {
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px; }

#reset-product-filter {
  font-size: 14px;
  margin-left: 10px;
  background-color: #00ae8e;
  border-color: #00ae8e;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 400;
  padding: 9px 20px; }

.product-filter-count-wrapper {
  float: right;
  margin: -17px 0 0 0;
  background: #ececec;
  padding: 6px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

#reset-product-filter:hover {
  background-color: #009c7f;
  border-color: #009c7f; }

#filter-submit, #reset-product-filter {
  margin-top: 10px; }

.product-filter-wrapper {
  padding-top: 20px; }

.single-product .product-filter-wrapper {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px; }

.product-filter-wrapper-v2.no-filter {
  padding-top: 50px;
  display: none; }

.no-filter .product-filter-count-wrapper {
  margin: -23px 0 0 0; }

div#loading-message {
  text-align: center; }

div#loading-message img {
  max-width: 80px; }

#bottom-of-lazy-load {
  margin: 30px 0; }

@media only screen and (max-width: 768px) {
  .product-filter-table-header {
    display: none; }

  #product-filter-list .product-row div {
    float: none; }

  #product-filter-list .product-row {
    background: #fff; }

  .product-row {
    border: 1px solid #243d5b; }

  .product-row-right {
    background: #f2f8ff; }

  .product-row-title {
    font-size: 13px; }

  .product-row-left, .product-row-right, .product-row-column-1, .product-row-form, .product-cols-5, .product-row-column-1.product-cols-5 {
    width: 100%;
    float: none !important; }

  .product-row-right .responsive-heading, .product-row-right .product-data {
    float: left;
    width: 50%;
    font-size: 12px;
    text-align: left; }

  .product-row-right .responsive-heading {
    font-weight: 700;
    display: block; }

  .product-row-left {
    background: #fff;
    text-align: center;
    padding: 5px;
    margin: auto; }

  .product-row-left img {
    max-height: 100px; }

  .product-row-column-1, .product-row-form, .product-cols-5 {
    border-bottom: 1px solid #ebebeb; }

  .product-row-column-1.product-cols-5 {
    padding: 10px 5px; }

  .product-row-right .product-row-standard {
    border-right: #ebebeb solid 1px; }

  .product-row-right .product-row-standard:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

  .product-row-column-1, .product-row-form, .product-cols-5 {
    padding: 5px; }

  #product-filter-fields label {
    width: 100%;
    max-width: 100%; }

  #product-filter-fields label .select2 {
    width: 100% !important; } }
/* Search Page
------------------------------------------------------------------------------------------------------------------- */
.search-results .search-post-type-heading {
  background: #243d5b !important;
  font-weight: bold;
  color: white;
  padding: 10px; }

.search-results .entry .entry-title {
  text-align: left !important;
  margin-bottom: 30px !important; }

.search-results .entry .entry-content {
  width: 75%; }

.search-results .entry {
  margin-bottom: 20px !important;
  margin-top: 10px; }

.search-content .no-posts {
  margin-bottom: 20px !important;
  margin-top: 10px; }

/* Certification logos
------------------------------------------------------------------------------------------------------------------- */
.certification-logo {
  max-height: 50px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px; }

.home .certification-logo {
  max-height: 50px; }

.home .logos-wrapper {
  margin-top: 20px; }

#product-filter-list .certification-logo {
  max-height: 20px; }

.privacy {
  font-size: 13px;
  line-height: 50px;
  color: #fff;
  font-weight: 300; }

/* Partner Login form
------------------------------------------------------------------------------------------------------------------- */
.wppb-user-forms {
  width: 60%;
  margin-top: 50px; }

.partner-login h1 {
  margin-top: 30px; }

#wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label {
  text-align: right;
  width: 30% !important;
  margin-right: 10px; }

#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input {
  width: 68% !important; }

#wppb-login-wrap .login-remember label {
  text-align: right;
  width: 50% !important;
  margin-right: 10px; }

/* partner-portal
------------------------------------------------------------------------------------------------------------------- */
#partner-pages {
  padding-right: 30px;
  margin-bottom: 30px; }

#secure-files {
  padding: 1em 2.2em;
  margin-bottom: 7em; }

.go-switch-converter {
  margin-bottom: 20px; }

.go-switch-converter select {
  width: auto;
  margin-right: 20px; }

.go-switch-converter label {
  display: block;
  margin-right: 20px; }

.go-switch-converter .field-elements {
  display: inline;
  float: left; }

.go-switch-converter .field-elements.divider {
  display: inline-block;
  width: 40px;
  font-size: 3em;
  font-weight: 700; }

.go-switch-converter-buttons {
  clear: both;
  padding-top: 30px; }

#partner-pages #product-filter-list {
  margin: 30px 0; }

@media only screen and (max-width: 767px) {
  .home .home-brochure-links {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0; }

  .home .certification-logo {
    max-height: 26px; }

  .euroswitch-product-series .entry-title {
    margin-left: 15px; } }
/* kint debug
------------------------------------------------------------------------------------------------------------------- */
.kint dt {
  width: 100%;
  text-align: left; }

/* competitor alternative product page
------------------------------------------------------------------------------------------------------------------- */
.single-alternative #main-product-image {
  border: 1px solid #243d5b;
  padding: 1px;
  margin-bottom: 20px; }

.single-alternative #main-product-image img {
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.single-alternative .go-switch-tm {
  font-size: smaller; }

.single-alternative .button {
  float: right;
  margin: 20px 0; }

.single-alternative .ewsSpecifications {
  margin-bottom: 20px; }

.single-alternative h3 {
  color: #243d5b;
  font-size: 16px;
  font-family: "lato", open sans;
  font-weight: bold;
  line-height: 38px;
  margin: 10px 0 10px; }

.clear {
  clear: both;
  display: block; }

/* general utility styles
------------------------------------------------------------------------------------------------------------------- */
.left-1px-green-border {
  border-left: 1px solid #00ae8e; }

.left-3px-green-border {
  border-left: 3px solid #00ae8e; }

/* for a 5 column layout (used on homepage)
------------------------------------------------------------------------------------------------------------------- */
.col-20pc,
.col-sm-20pc,
.col-md-20pc,
.col-lg-20pc,
.col-xl-20pc {
  position: relative;
  /* width: 100%; */
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-20pc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 540px) {
  .col-sm-20pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 720px) {
  .col-md-20pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 960px) {
  .col-lg-20pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .hide-on-tablet {
    display: none; } }
@media (min-width: 1140px) {
  .col-xl-20pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
/* main menu
------------------------------------------------------------------------------------------------------------------- */
.menu-primary .sub-menu li {
  min-width: 150px; }

.menu-primary .product-range-menu > .sub-menu {
  font-size: 12px;
  width: 247px !important;
  min-height: 690px;
  background: #243d5b; }

.menu-primary {
  position: relative; }

.product-range-block {
  background: #fff;
  padding: 0;
  height: 100%;
  width: calc(100% - 174px);
  position: absolute;
  right: 0; }

.es-product-range-sub-menu {
  opacity: 0;
  position: absolute;
  top: 64px;
  width: 1460px;
  height: auto;
  z-index: 500;
  background-color: #243d5b;
  border: 8px solid #00ae8e;
  color: #ffffff;
  overflow: hidden;
  transition: 0.3s;
  margin-left: 0;
  display: none; }

.es-product-range-sub-menu li {
  min-height: 30px;
  font-size: 14px; }

.nav-primary {
  position: relative; }

.product-range-menu-items {
  padding: 0; }

.product-range-menu-items ul {
  list-style: none; }

.product-range-menu-items {
  width: 174px; }

.product-range-menu-items li a {
  padding: 17px 15px;
  position: relative;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #B4B4B4; }

.product-range-menu-items a:hover, .product-range-menu-items .on {
  color: #00ae8e; }

.product-range-menu-items a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  right: 10px;
  top: 21px;
  position: absolute;
  border-top: 6px dashed transparent;
  border-left: 6px solid;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.responsive-product-range, .es-product-range-sub-menu .range-content:not(:first-child), #menu-main-menu .product-range-menu .sub-menu {
  display: none; }

.responsive-menu-wrapper .sub-menu {
  background: #243D5B; }

.responsive-menu-wrapper .sub-menu a {
  color: #fff; }

.mega-menu-sub-menu {
  display: none;
  width: 229px; }

.on .mega-menu-sub-menu {
  display: block;
  position: absolute;
  left: 174px;
  background: #00ae8e;
  z-index: 99;
  margin-top: -56px; }

.selected-series a, .mega-menu-sub-menu li:hover {
  background: #243d5b;
  color: #00ae8e; }

.sub-menu-background {
  flex-basis: 18%;
  height: 446px;
  background: #67ac8e url("../images/mega-menu/sub-menu-background.png") no-repeat;
  background-size: cover; }

.series-details-wrapper {
  background: #243d5b;
  padding: 35px 25px;
  display: flex;
  flex-basis: 82%; }

.series-details {
  width: 54%;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 16px; }
  .series-details .series-logo {
    max-width: 450px; }
  .series-details img {
    height: 30px; }
  .series-details h2 {
    color: #fff;
    font-style: italic;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    margin-top: -13px; }
  .series-details h3 {
    font-size: 21px;
    color: #00ae8e;
    margin-top: 16px; }
  .series-details .overview-text {
    padding-right: 40px; }

.series-info {
  background: #00ae8e;
  padding: 2px;
  font-size: 14px;
  text-align: center;
  border-radius: 10px; }
  .series-info h5 {
    font-weight: bold;
    margin-bottom: 1px; }
  .series-info p {
    margin-bottom: 1px; }

.series-selector {
  display: flex; }
  .series-selector .series-list {
    height: 274px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 50%; }
  .series-selector h4 {
    color: #00ae8e;
    font-size: 21px;
    line-height: 25px;
    margin-top: -5px; }
  .series-selector li {
    font-size: 15px;
    min-height: auto;
    margin-bottom: -3px;
    list-style: none;
    padding-left: 10px; }
    .series-selector li:before {
      content: ">";
      color: #00ae8e;
      padding-right: 7px;
      font-size: 19px; }

.series-list-wrapper {
  flex-basis: 55%; }

.series-image-wrapper {
  width: 229px;
  height: 229px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .series-image-wrapper img {
    max-height: 170px;
    border-radius: 10px; }

.series-info-wrapper {
  flex-basis: 45%; }

.series-selector {
  width: 46%; }

.no-configurator .series-details {
  width: 55%; }

.no-configurator .series-selector {
  width: 45%; }

.btn-start-configurator {
  background: #00ae8e;
  color: #fff;
  padding: 10px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .btn-start-configurator:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: middle;
    border-top: 6px dashed transparent;
    border-left: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent; }
  .btn-start-configurator:before {
    content: "";
    background: url(../images/mega-menu/configuration-icon-blue-white.png) no-repeat;
    width: 50px;
    height: 40px; }

.btn-validated, .label-validated {
  color: inherit;
  background: #009c7f;
  border: 1px solid #009c7f; }

.label-validated {
  background-color: #009c7f; }

.help-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between; }
  .help-wrapper h4 {
    font-size: 21px;
    color: #00ae8e;
    margin-top: 16px;
    text-transform: uppercase;
    margin-bottom: 0; }

.help-text {
  flex-basis: 52%; }
  .help-text p:last-child {
    margin-bottom: 0; }

.btn-start-configurator-wrapper {
  flex-basis: 48%; }

#range-default {
  display: flex;
  background: url(../images/mega-menu/menu-background.jpg);
  height: 391px;
  background-size: cover;
  padding: 0 70px; }
  #range-default .help-text {
    flex-basis: 45%; }
  #range-default .btn-start-configurator-wrapper {
    flex-basis: 55%; }
  #range-default h2 {
    color: #243d5b;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 34px; }
  #range-default .default-col-left {
    flex-basis: 56%;
    margin-top: 65px; }
  #range-default .default-col-right {
    flex-basis: 32%;
    padding-top: 20px; }
  #range-default .help-text {
    padding-right: 10px; }
    #range-default .help-text h4 {
      font-size: 18px; }
    #range-default .help-text p {
      font-weight: 400;
      color: #243d5b; }

@media only screen and (max-width: 1500px) {
  .es-product-range-sub-menu {
    width: 1200px; }

  .on .mega-menu-sub-menu {
    left: 164px; }

  .mega-menu-sub-menu {
    width: 183px; }

  .sub-menu-background {
    flex-basis: 19%; }

  .series-details-wrapper {
    padding: 25px 25px;
    flex-basis: 87%; }

  .series-selector li {
    font-size: 14px;
    padding-left: 0; }

  #menu-main-menu .series-details {
    font-size: 14px;
    width: 47%; }

  .series-details .series-logo {
    /* max-width: 160px; */ }

  #menu-main-menu .series-selector {
    width: 53%; }

  .product-range-menu-items li a {
    font-size: 14px;
    padding: 17px 10px; }

  .product-range-menu-items {
    width: 164px; }

  .product-range-block {
    width: calc(100% - 164px); }

  .on .mega-menu-sub-menu {
    margin-top: -53px; }

  .product-range-block .series-details {
    font-size: 15px; }
  .product-range-block .series-image-wrapper {
    width: 180px;
    height: 180px; } }
.batch-details {
  margin: 0 30px; }

@media only screen and (max-width: 1140px) {
  #menu-main-menu .series-info-wrapper {
    display: none; }

  .es-product-range-sub-menu {
    width: 800px;
    height: 600px; }

  .sub-menu-background {
    flex-basis: 34%;
    height: 600px; }

  .mega-menu-sub-menu {
    width: 172px; }

  .help-wrapper {
    display: block; }

  .btn-start-configurator-wrapper {
    margin-top: 20px; }

  .series-details {
    width: 53%; }

  .series-selector {
    width: 47%; }

  .series-selector .series-list {
    height: 500px; }

  .series-list-wrapper {
    flex-basis: 100%; }

  #range-default {
    height: 585px; }

  .product-range-menu-items li a {
    font-size: 13px;
    padding: 17px 6px; }

  .on .mega-menu-sub-menu {
    margin-top: -52px; }

  .product-range-block .series-details {
    font-size: 14px; }
  .product-range-block .series-info-wrapper {
    display: none; }

  .series-details .series-logo {
    max-width: 190px;
    height: auto; } }
/*@media only screen and (max-width: 1140px) {
    .es-product-range-sub-menu {
        width: 1020px
    }

    .es-product-range-sub-menu .product-overview-grid .series-details .productbrand,
    .product-overview-grid .sub-series-details .unit-of-measurement {
        font-size: 14px;
    }

    .es-product-range-sub-menu .product-overview-grid .sub-series-details {
        padding: 2px;
    }

    .product-overview-grid .series-details {
        padding: 5px;
    }
}

@media only screen and (max-width: 1024px) {
    .es-product-range-sub-menu {
        width: 750px
    }

    .es-product-range-sub-menu li {
        font-size: 12px;
    }

    .es-product-range-sub-menu .product-series-block {
        padding: 0 4px
    }

    .es-product-range-sub-menu .product-range-block {
        padding: 5px
    }

    .product-range-menu-items a:after {
        right: 5px;
    }

    .product-overview-grid .series-details {
        padding: 0;
    }

    .es-product-range-sub-menu .product-overview-grid .series-details .productbrand,
    .product-overview-grid .sub-series-details .unit-of-measurement {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .responsive-product-range {
        display: block;
    }

    .es-product-range-sub-menu {
    }

    .genesis-nav-menu > .right, .mega-menu-item.right {
        float: none !important;
        width: 89% !important;
        display: block !important;
    }
}
*/
.rail-column .rail-column-heading h3 {
  font-weight: 400; }

.justify-text {
  text-align: justify; }

.heading-400,
.heading-400 h3 {
  font-weight: 400; }

.wc-list-content ul {
  font-weight: 400; }

.wc-list-content ul li {
  padding: 5px 0; }

.wc-box strong {
  font-weight: 500; }

.vibration-sensors .photo-caption .fl-photo-caption {
  font-size: 18px !important; }

/**************** Customer area ****************/
.thead-es {
  background: #243D5B; }

.thead-dark th {
  background-color: #243D5B !important;
  border-color: #243D5B !important; }

textarea.disabled-field {
  background: #eee; }

/**************** Gravity forms ****************/
.gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover,
.gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating:not(:checked) > label,
.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label,
.gsurvey-rating > input:checked ~ label {
  width: 65px !important;
  line-height: 50px !important;
  background-size: 50px 50px !important;
  color: rgba(221, 221, 221, 0) !important; }

ul.gsurvey-rank {
  margin-left: 10px; }

li.gsurvey-rank-choice {
  list-style: none !important; }

.gsurvey-likert {
  color: #1b365d;
  border-left: none !important;
  border-bottom: none !important; }

.gsurvey-likert tbody {
  border-bottom: none !important; }

.gsurvey-likert th {
  background: #f4f4f7 !important;
  border-top: 6px solid #fff !important;
  border-right: 4px solid #fff !important; }

table.gsurvey-likert tr td.gsurvey-likert-choice, table.gsurvey-likert {
  border-top: 6px solid #fff !important;
  border-right: none; }

td.gsurvey-likert-row-label {
  border-top: 6px solid #fff !important;
  border-right: 4px solid #fff !important;
  border-left: none !important;
  background: #f4f4f7 !important; }

.gsurvey-likert th, .gsurvey-likert td {
  font-size: 18px;
  font-weight: 500 !important;
  padding: 0px !important; }

.customer-feedback-form .gfield_label, .customer-feedback-form .gfield_description:not(.validation_message) {
  font-size: 18px !important;
  line-height: 1.5;
  font-weight: 500 !important; }

.customer-feedback-form .gfield_label {
  color: #2D3D56; }

.customer-feedback-form .gfield_description:not(.validation_message) {
  color: #00ae8e !important;
  font-style: italic;
  font-size: 17px !important; }

.customer-feedback-intro {
  max-width: 844px; }

.customer-feedback-image {
  margin-top: 10px !important; }

.customer-feedback-form-body p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500 !important; }

.customer-feedback-disclaimer a {
  border-bottom: 1px solid #06ae8d; }

.customer-feedback-disclaimer p {
  margin-bottom: 0px !important; }

.customer-feedback-disclaimer {
  max-width: 500px; }

.margin-pull-up {
  margin-bottom: -16px !important; }

.customer-feedback-form input {
  border-radius: 0px;
  padding: 10px; }
.customer-feedback-form input#gform_submit_button_5 {
  float: left;
  margin: 0 20px 20px 0; }
.customer-feedback-form .customer-feedback-disclaimer {
  margin-top: 20px; }
.customer-feedback-form .contact-me-permission legend, .customer-feedback-form .contact-me-permission .ginput_container_checkbox {
  float: left; }
.customer-feedback-form .contact-me-permission legend {
  width: 90%; }
.customer-feedback-form .contact-me-permission {
  margin-bottom: 15px !important; }
  .customer-feedback-form .contact-me-permission .gchoice label {
    margin-left: 10px; }
.customer-feedback-form .customer-feedback-form-contact {
  margin-bottom: 35px; }
.customer-feedback-form .customer-feedback-likert table th:first-child {
  background-color: #243d5b !important; }
  .customer-feedback-form .customer-feedback-likert table th:first-child label {
    color: #fff !important;
    text-align: center;
    line-height: 1.1; }
  .customer-feedback-form .customer-feedback-likert table th:first-child table.gsurvey-likert td {
    padding: 0 !important; }
.customer-feedback-form input {
  border: 1px solid #bcbcbc;
  padding: 14px !important; }
.customer-feedback-form input[type=checkbox] {
  transform: scale(1.5); }
.customer-feedback-form textarea {
  height: 76px !important;
  width: 95% !important; }
.customer-feedback-form .customer-feedback-form-full-name, .customer-feedback-form .customer-feedback-form-company-name {
  grid-column: span 4 !important; }
.customer-feedback-form ::-webkit-input-placeholder {
  font-style: italic; }
.customer-feedback-form :-moz-placeholder {
  font-style: italic; }
.customer-feedback-form ::-moz-placeholder {
  font-style: italic; }
.customer-feedback-form :-ms-input-placeholder {
  font-style: italic; }
.customer-feedback-form .customer-feedback-likert {
  margin-top: 18px; }

@media only screen and (min-width: 769px) {
  table.gsurvey-likert tr th {
    padding: 2px !important; } }
@media only screen and (max-width: 768px) {
  .col-right {
    margin-top: 40px; }

  .customer-feedback-form .customer-feedback-form-full-name, .customer-feedback-form .customer-feedback-form-company-name {
    grid-column: span 8 !important; } }
@media only screen and (max-width: 600px) {
  .customer-feedback-form .customer-feedback-form-full-name, .customer-feedback-form .customer-feedback-form-company-name {
    grid-column: span 12 !important; } }
.font-larger {
  font-size: 130% !important; }

.highlight-italic em {
  color: #243d5b; }

.modal-header.ui-draggable-handle {
  cursor: grab; }

/*** Certification screen ***/
.certificate-browser-desktop-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  background-size: contain;
  background: url(../images/certification-map-grey.png) no-repeat top center; }
  .certificate-browser-desktop-wrapper .certifications {
    display: flex; }
  .certificate-browser-desktop-wrapper .balloon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #243d5b;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 200px;
    z-index: 0;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer; }
    .certificate-browser-desktop-wrapper .balloon:before {
      content: " ";
      background: #243d5b;
      height: 22px;
      width: 22px;
      position: absolute;
      bottom: -9px;
      left: 40px;
      transform: rotate(45deg) skew(15deg, 15deg);
      border-radius: 4px; }
    .certificate-browser-desktop-wrapper .balloon:after {
      content: " ";
      background: #243d5b;
      height: 200px;
      width: 4px;
      position: absolute;
      bottom: -200px;
      left: 49px;
      z-index: 0; }
    .certificate-browser-desktop-wrapper .balloon img {
      max-height: 66px;
      z-index: 2; }
    .certificate-browser-desktop-wrapper .balloon.even {
      top: 40px; }
      .certificate-browser-desktop-wrapper .balloon.even:after {
        height: 160px;
        bottom: -160px; }
    .certificate-browser-desktop-wrapper .balloon:hover, .certificate-browser-desktop-wrapper .balloon.active, .certificate-browser-desktop-wrapper .balloon.hovered {
      background: #00ae8e; }
      .certificate-browser-desktop-wrapper .balloon:hover:before, .certificate-browser-desktop-wrapper .balloon.active:before, .certificate-browser-desktop-wrapper .balloon.hovered:before {
        background: #00ae8e; }
      .certificate-browser-desktop-wrapper .balloon:hover:after, .certificate-browser-desktop-wrapper .balloon.active:after, .certificate-browser-desktop-wrapper .balloon.hovered:after {
        background: #00ae8e; }
  .certificate-browser-desktop-wrapper .cursor {
    z-index: 9999;
    position: absolute;
    width: 30px;
    bottom: -20px;
    right: -20px;
    opacity: 0; }
    .certificate-browser-desktop-wrapper .cursor.move-cursor {
      animation: moveCursor 3s; }
  .certificate-browser-desktop-wrapper .cursor-click {
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 50%;
    z-index: 99999;
    bottom: 36px;
    right: 17px;
    opacity: 0; }
    .certificate-browser-desktop-wrapper .cursor-click.start-cursor-click {
      animation: clickEffect 2s linear 2.2s; }

@keyframes moveCursor {
  0% {
    opacity: 1; }
  80% {
    opacity: 1;
    bottom: 10px;
    right: 0; }
  90% {
    bottom: 10px;
    right: 0; }
  100% {
    opacity: 0;
    bottom: 10px;
    right: 0; } }
@keyframes clickEffect {
  0% {
    opacity: 1;
    width: 0.5em;
    height: 0.5em;
    margin: -0.25em;
    border-width: 0.2em; }
  100% {
    opacity: 0;
    width: 15em;
    height: 15em;
    margin: -7.5em; } }
.certification-label {
  background: #00ae8e;
  border-radius: 18px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  min-width: 98px;
  z-index: 1; }

a.cert-link {
  color: #fff; }
  a.cert-link:hover {
    color: #243d5b;
    text-decoration: underline; }

div.cert-link:hover {
  background: #243d5b;
  cursor: pointer; }

.cert-header {
  padding: 50px 25px 40px;
  display: flex;
  justify-content: space-between; }
  .cert-header h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #243d5b; }
  .cert-header .cert-intro {
    font-size: 18px;
    line-height: 22px;
    color: #848484;
    width: 787px; }
  .cert-header .cert-logos {
    padding-top: 10px; }
    .cert-header .cert-logos .certification-logo-grey {
      filter: invert(64%) sepia(58%) saturate(6504%) hue-rotate(163deg) brightness(97%) contrast(101%);
      display: inline-block;
      height: 102px;
      width: 102px;
      background-repeat: no-repeat; }

.cert-tables-wrapper {
  background: #f4f4f4; }

.cert-table-wrapper {
  width: 49%;
  background: #fff;
  margin-bottom: 30px; }
  .cert-table-wrapper h3 {
    padding: 15px 20px;
    background: #243d5b;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px; }

.cert-tables {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
  padding: 50px 0; }

.cert-table-wrapper td:first-child, .cert-table-wrapper th:first-child {
  text-align: right;
  padding-right: 20px;
  width: 50%; }

.cert-table-wrapper td {
  padding-top: 0;
  padding-bottom: 0; }

.cert-table-wrapper td, .cert-table-wrapper tbody {
  border: none; }

.certificate-browser-small-screen-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none; }
  .certificate-browser-small-screen-wrapper .certification-label {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 220px;
    justify-content: space-between;
    margin-top: 20px;
    cursor: pointer; }
    .certificate-browser-small-screen-wrapper .certification-label:hover, .certificate-browser-small-screen-wrapper .certification-label.active {
      background: #243d5b; }
  .certificate-browser-small-screen-wrapper .cert-image {
    grid-area: 1 / 1 / 3 / 2;
    max-width: 45px; }
  .certificate-browser-small-screen-wrapper .cert-title {
    padding-left: 10px;
    grid-area: 1 / 2 / 2 / 5; }
  .certificate-browser-small-screen-wrapper .cert-region {
    padding-left: 10px;
    grid-area: 2 / 2 / 3 / 5; }

@media (max-width: 1380px) {
  .certificate-browser-desktop-wrapper .balloon {
    margin-left: 2px;
    margin-right: 2px; } }
@media (max-width: 1280px) {
  .certificate-browser-small-screen-wrapper {
    display: flex; }

  .certificate-browser-desktop-wrapper {
    display: none; }

  .cert-table-wrapper {
    width: 100%; }

  .cert-tables-wrapper {
    padding: 0 20px; } }
@media (max-width: 700px) {
  .certificate-browser-small-screen-wrapper .certification-label {
    width: 49%; } }
@media (max-width: 420px) {
  .certificate-browser-small-screen-wrapper .certification-label {
    width: 100%; } }
/*** Series Configurator screen ***/
.configurator-header {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  background: #00ae8e;
  background: linear-gradient(110deg, #00ae8e 0%, #00ae8e 46.5%, white 46.5%, white 47.5%, #243d5b 47.5%, #243d5b 100%);
  padding: 50px 0;
  justify-content: space-between; }
  .configurator-header-inner {
    max-width: 1440px;
    margin: auto;
    display: flex; }
  .configurator-header h1 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    font-style: italic; }
  .configurator-header .series-details h2 {
    color: #fff;
    font-size: 23px;
    margin: 15px 0 24px;
    font-style: normal; }
  .configurator-header .series-details p {
    color: white;
    font-size: 19px;
    line-height: 1.4em;
    max-width: 550px; }
  .configurator-header .series-list-wrapper {
    flex-basis: 70%;
    padding-right: 10px;
    align-self: center; }
    .configurator-header .series-list-wrapper h3 {
      color: #fff;
      font-weight: bold; }
      .configurator-header .series-list-wrapper h3:before {
        content: "";
        width: 60px;
        height: 60px;
        background: url(../images/icons/icon-configurator.png);
        display: inline-block;
        margin-left: -60px;
        margin-top: -20px;
        position: relative;
        top: 20px;
        left: -5px; }
      .configurator-header .series-list-wrapper h3 span {
        color: #00ae8e; }
    .configurator-header .series-list-wrapper p {
      color: #fff;
      line-height: 1.4em;
      font-size: 18px; }
      .configurator-header .series-list-wrapper p.contact-details {
        color: #00ae8e; }
    .configurator-header .series-list-wrapper li {
      list-style-type: none !important;
      margin-bottom: -2px; }
      .configurator-header .series-list-wrapper li a {
        color: #fff; }
  .configurator-header .series-info-wrapper {
    flex-basis: 30%; }
  .configurator-header .series-image-wrapper {
    height: 240px; }
  .configurator-header .series-info {
    background: #00ae8e;
    color: #fff;
    margin-top: 10px;
    padding: 10px; }
  .configurator-header .series-selector .series-list {
    height: 158px;
    margin-left: -10px;
    margin-bottom: 5px; }
  .configurator-header .series-info {
    width: 229px; }
  .configurator-header .certification-logos {
    max-width: 520px;
    margin-top: 40px; }
    .configurator-header .certification-logos img {
      max-width: 39px; }
  .configurator-header .series-details {
    width: 57%; }
  .configurator-header .series-selector {
    width: 43%; }

.configurator-part-code-builder {
  padding-top: 50px; }
  .configurator-part-code-builder #product-filter-fields {
    border-radius: 10px;
    background: #00ae8e; }

@media only screen and (max-width: 1460px) {
  .configurator-header {
    padding: 40px 10px; }
    .configurator-header .series-details p {
      font-size: 18px; }
    .configurator-header .certification-logos {
      max-width: 65% !important; }
      .configurator-header .certification-logos img {
        max-width: 32px; }

  .no-configurator .series-selector, .no-configurator .series-details {
    width: 50%; } }
@media only screen and (max-width: 1360px) {
  .configurator-header {
    background: linear-gradient(110deg, #00ae8e 0%, #00ae8e 39.5%, white 39.5%, white 40.5%, #2f3d5a 40.5%, #2f3d5a 100%); }
    .configurator-header .series-details p {
      font-size: 16px; }
    .configurator-header .series-list-wrapper p {
      font-size: 16px; }
    .configurator-header .series-details {
      width: 52%; }
    .configurator-header .series-selector {
      width: 48%; }

  .configurator-header .series-details p {
    max-width: 60%; } }
@media only screen and (max-width: 1050px) {
  .configurator-header {
    background: none;
    padding: 0; }
    .configurator-header .certification-logos {
      max-width: 100% !important; }

  .configurator-header-inner {
    display: block; }
    .configurator-header-inner .series-details {
      background: #00ae8e; }
      .configurator-header-inner .series-details p {
        max-width: none; }
    .configurator-header-inner .series-details, .configurator-header-inner .series-selector {
      width: 100%;
      padding: 20px; }
    .configurator-header-inner .series-selector {
      border-top: 10px solid #fff;
      background: #2f3d5a;
      padding-left: 80px; }
    .configurator-header-inner.no-configurator .series-selector {
      padding-left: 20px; }

  .product-filter-header {
    display: block !important; }
    .product-filter-header p {
      margin-left: 0 !important; } }
@media only screen and (max-width: 660px) {
  .configurator-header .series-info-wrapper {
    display: none; }
  .configurator-header .series-list-wrapper {
    flex-basis: 100%; } }
.product-filter-header {
  display: flex; }
  .product-filter-header p {
    color: #243d5b;
    font-size: 18px;
    margin-left: 30px;
    align-self: end;
    font-weight: 400; }
    .product-filter-header p span {
      color: #00ae8e; }

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

/*# sourceMappingURL=style.css.map */
