/*!
Theme Name: ProcessInstruments
Author: Michael Hatch
Author URI: http://www.thehatch.co.uk/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: processinstruments
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/* Sections
         ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;    
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
         ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
         ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
         ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
         ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
         ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
         ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    margin-top: 40px;
    vertical-align: top;
}
header #searchform {
    display: inline-block;
    margin-top: 47px;
}
header #searchform input {
    padding: 5px 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: rgb(45,169,227);
    -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
header #searchform .input-group-append button {
    background: #fff;
    border:1px solid #ccc;
    border-left:0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-color: rgb(45,169,227);
}
header #searchform .input-group-append button:hover i {
    color: rgb(45,169,227);
}
header #searchform input:focus {
    margin-left: -60px;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul li.menu-item-has-children:after {

}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 100%;
    white-space: nowrap;
    display: block;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 10px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.main-navigation ul ul.sub-menu li{
    margin: 0;
    background: #fff;
    padding: 2px 5px 2px 10px;
    width: 100%;
    position: relative;
}
.main-navigation ul ul.sub-menu li:hover {
    background: #eee;
}
.main-navigation ul ul.sub-menu li:hover ul.sub-menu {
    position: absolute;
    bottom: 0px;
    z-index: 99;
}
.main-navigation ul.nav-menu > li {
    position: relative;
    padding: 0;
    margin: 0 10px;
}
sup, sub {
    display: contents;
}
.toggleTitle {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-top: 10px;
    display: inline-block;
}
.toggleTitle[aria-expanded="false"]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
}
.toggleTitle[aria-expanded="true"]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f102";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
}

#bgmp_map-canvas {
    width: 100% !important;
}

.main-navigation ul.nav-menu > li:after {

    content: '';

    display: block;

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 2px;

    background-color: #004066;

    -webkit-transition: width 200ms ease-in-out;

    -moz-transition: width 200ms ease-in-out;

    transition: width 200ms ease-in-out;

}

.main-navigation ul.nav-menu > li.active:after,

.main-navigation ul.nav-menu > li:hover:after {

    width: 100%;

}
.ipas-links a {
    display:inline-block;
    vertical-align: top;
    width: 32%;
}
.ipas-links a img {
    width:100%;
}

.main-navigation ul ul.sub-menu li a { 
    padding: 5px 10px;
}
header#top-header a {
    color: rgb(33,48,74);
    font-size: 15px;
    font-weight: bold;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

body .menu-main-menu-spain-container > ul.nav-menu > li {
    margin: 0 8px;
}

.menu-main-menu-spain-container li a {
    font-size: 14px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}


.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.app-block {
    width: 31.334%;
    float: left;
    padding: 10px;
    border: 2px solid #ccc;
    text-align: center;
    margin: 1%;
    height: 450px;
    overflow: hidden;

}
.app-block img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.app-block .alignnone {
    height: 150px;
}
.app-block button, .app-block .pa15 a.btn {
    background-color: rgb(0, 48, 99);
    color: #fff;
    border:none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-appearance: none;
}
.app-block h4 {
    background:transparent !important;
    color: #222 !important;
    height: 55px;
}
.app-block h2 {
    font-size: 20px;
}
.app-block .pa15 a {
    color: rgb(0, 48, 99);
    cursor: pointer;
}
.app-block .pa15 a:hover {
    color: rgb(0,151,221);
}
p.mt0.mb15 {
    height: 135px;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
.wide-container {
    max-width: 1400px;
    margin:0 auto;
}
.large-container {
    max-width: 1300px;
    margin: 0 auto;
}
header .site-branding {    
    padding: 30px 0;
    display: inline-block;
}
header#top-header {
    width: 100%;
    height: 35px;
    background-color: rgb(230,230,230);
}
header#top-header .top-phone {
    color: rgb(0,63,105);
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.4px;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}



.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 13px
}
figure em {
    font-size: 13px
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

.wp1s-bxslider > li{
    background-color: #94CBE4;
}

.entry-content .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
.entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
.alignfull img {
    width: 100vw;
}
.home_seo_text_top {
    background-color: rgb(235,235,235);
    padding: 30px;
}
body .wp1s-slider-wrapper {
    padding-bottom: 0;
}
body .category-block-outer {
    height: 315px;
    width: 100%;
    padding: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50% !important;
}
body .category-block-outer:hover {
    background-image: none !important;
}
body .category-block-outer:hover > .row > .col-8 .block-content {
    opacity:1;    
}
body .category-block-outer > .row > .col-8 {   
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
body .category-block-outer > .row > .col-4 {
    display:none;
}
body .category-block-outer > .row > .col-8 .block-content {
    opacity:0;
    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
    transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000) 
}
body .category-block-outer:hover {
    text-decoration: none;
}
body .contact-block-outer {
    height: 100%;
    width:100%;
    display: block;
    padding: 20px;
}
body .category-block-outer a.block-readmore {
    color: #fff;
}

body .category-block-outer a.block-readmore:hover {
    color: #21759b;
    cursor: pointer;
}
body .app-block.double-block {
    width: 64%;
}
body .app-block .inner-half {
    width: 50%;
    float: left;
}
body blockquote {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}
.bgr-blue-1{
    background-color:rgb(39,55,70);
}
.bgr-blue-2 {
    background-color:rgb(0,151,221);
}
.bgr-blue-3  {
    background-color:rgb(0,186,238);
}
.bgr-blue-4 {
    background-color:rgb(70,147,188);
}
.bgr-blue-5  {
    background-color:rgb(9,70,104);
}
.bottom-gutter {
    margin-bottom: 15px;
}
.bottom-gutter-lg {
    margin-bottom: 30px;
}
.top-gutter-xl {
    margin-top:60px;
}
body .category-block-outer .block-title {
    font-size: 29px;
    color: #fff;
    font-weight: 300;
    line-height: 34px;
    height: 50px;
}
body .category-block-outer .block-content {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 175px;
}
body .category-block-outer  .block-readmore {
    font-size: 30px;
    font-weight: 400;
    color:#fff;
}
body .contact-block-outer .tel-number {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
body .contact-block-outer .main-email {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
body .contact-block-outer .social-wrapper a.social-link {
    margin: 24px 0;
    font-size: 36px;
    color: rgb(0,186,238);
    display: block;
    text-align: center;
}
.no-gutters {
    padding: 0;
}
.contact-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.social-wrapper {
    margin: 10px 0;
    border-bottom: 1px solid #fff;
}
.home_category_outer {
    padding: 80px 0; 
}
.contact-block-inner .slick-dots {
    margin: 5px;
}
.help-block {
    background-color: rgb(0,186,238);
    padding: 15px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
}
.help-block .title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 5px;

}
.help-block ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.help-block hr {
    border-color: #fff;
}
.home_video_block {
    background-color: rgb(235,235, 235);
    padding: 80px 0;
}
.home_video_block h2 {
    margin-bottom: 30px;
}
.home_video_block .video-tel-num {
    padding-top: 30px;
}
.footer-logo {
    margin-top: -10px;
}
.video-tel-num {
    color: rgb(0,151,221);
    font-size: 34px;
    font-weight: 600;
}
.lang-controls {
    width: 200px;
    overflow: hidden;
    border: 1px solid #AAA;
}
html[lang="pt-PT"] .menu-main-menu-portugal-container li {
    margin: 0 4px;
}
p.rtl {
    direction: rtl;
    text-align: right;
}
.hatch_lang_select {
    display: block !important;
}
.hatch_lang_select .btn-group .dropdown-menu {
    max-height: calc(100vh - 100px);
    overflow: auto;   
}
.hatch_lang_select .dropdown-toggle {
    height: 35px;
    padding: 0;
    margin: 0;
    display: block;
}
.hatch_lang_select .active-lang > span {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.hatch_lang_select .active-lang-label {
    text-align: center;
    margin-bottom: 10px;
}

.topbar-lang-flag {
    margin-left: 10px;
}
.hatch_lang_select .btn-group .dropdown-toggle > span {
    color: rgb(0,63,105);
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.grey-container {
    margin-top: 2px;
    padding: 20px;
    background-color: rgb(235,235,235);
    margin-bottom: 20px;
}
header .scrolling > ul.sub-menu {
    max-height: calc(100vh - 200px);
    overflow: auto;
}
.hatch_lang_select .dropdown-item img {
    margin-right: 5px;
    margin-left: -10px;
}

.home-slider-container {
    background-color: #94CBE4;
    height: auto;
    padding-bottom: 40px;
}
.home-slider-container p {
    font-size: 28px;
    margin-left: 28px;
    color: rgb(9,70,104);
    line-height: 37px;
}
.home-slider-container a {
    color: rgb(9,70,104);
}

.home-slider-container .slider-logo {
    width: 200px;
    display: block;
    margin-top: 80px;
}
.no-paddding {
    padding:0 !important;
}
.home-slider-container .banner-image {
    margin-top: 40px;
    width: 80%;
    display: block;
}
.no-webp .home-measure-block {
    background-image: url('/wp-content/themes/processinstruments/images/measurements.png');
}
.no-webp .home-products-block {
    background-image: url('/wp-content/themes/processinstruments/images/products.png');
}
.no-webp .home-instrument-block {
    background-image: url('/wp-content/themes/processinstruments/images/instrument.png');
}
.no-webp .home-apps-block {
    background-image: url('/wp-content/themes/processinstruments/images/applications.png');
}
.webp .home-measure-block {
    background-image: url('/wp-content/themes/processinstruments/images/measurements.webp');
}
.webp .home-products-block {
    background-image: url('/wp-content/themes/processinstruments/images/products.webp');
}
.webp .home-instrument-block {
    background-image: url('/wp-content/themes/processinstruments/images/instrument.webp');
}
.webp .home-apps-block {
    background-image: url('/wp-content/themes/processinstruments/images/applications.webp');
}
.contact-form-block {
    background-color: rgb(0,48,99);
    padding-bottom: 60px;
}
.pagination-wrap .navigation.pagination {
    float: right;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 60px;
}
.pagination-wrap .navigation.pagination .nav-links .page-numbers {
    border-right: 1px solid #ccc;
    font-size: 16px;
    padding: 0 12px;
    text-align: center;
}
.pagination-wrap .navigation.pagination .nav-links .page-numbers:last-child {
    border:none;
}
.contact-form-block p {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    padding: 60px 0 0;
    display: block;
}
.contact-form-block .home-callback-form input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px;
}
.contact-form-block .home-callback-form input[type="submit"] {
    background-color: rgb(0,151,221);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 12px;
    border: none;
    text-align: center;
    height: 46px;
}
.home-news-block h4 {
    padding: 80px 0 60px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
}

.new-post-title {
    color: rgb(0,48,99);
    font-size: 22px;
    padding: 15px;
    height: 120px;
    overflow: hidden;
    font-weight: 600;
}
.home-news-post {
    background-color: rgb(235,235,235);
    margin: 5px;
    text-decoration: none;
}
.home-news-post:hover {
    text-decoration: none;
}
.featured-posts-slider .slick-list {
    margin: 0 -5px;
}
body .home-news-post.slick-slide {
    height: 270px;
}
.post-excerpt {
    padding: 15px 15px 0;
    color: #222;
    height: 120px;
}
.post-footer {
    color: rgb(1,151,221);
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
}

footer#pi-main-footer {
    background-color: rgb(3,41,61);
    color: #fff;
    padding:80px 0;
    font-weight: 300;
}

footer#pi-main-footer p {
    margin-bottom: 0px;
    font-weight: 400;
}

footer .menu-footer-nav-container {
    color: #fff;
}

footer ul.nav-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer #footer-nav-menu,
footer #footer-legal-menu {
    color: #fff;
}
footer#pi-main-footer ul li a {
    color: #efefef;
    text-decoration: none;
    font-weight: 300;
} 
footer#pi-main-footer ul li a:hover {
    color: rgb(1,151,221)
}
ul.slick-dots {
    list-style-type: none;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    margin-top:60px;
    margin-bottom: 60px;
}
ul.slick-dots li {
    text-align: center;
    display: inline-block;
    min-width: 35px;
}

ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 1px;
    border: 1px solid rgb(1,151,221);
    background: #fff;
}
ul.slick-dots li.slick-active button {
    background: rgb(1,151,221);
}
.home-news-block .slick-prev,  
.home-news-block .slick-next {
    display: none !important;
}

body > * {
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335); 
    -moz-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335); 
    -o-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335); 
    transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335)
}

body > *:not(.loader) {
    opacity:0;
}
body.loaded > *:not(.loader) {
    opacity: 1;
}
.title-bar {
    background-color: rgb(0, 48, 99);
    color: #fff;
    padding: 22px 0;
    font-weight: 300;
    margin-bottom: 40px;
}
.title-bar h1,
.title-bar p {
    margin-left: 100px;
    font-weight: 300;
}

.title-bar p {
    font-size: 32px;
}
.contact-title {
    margin-bottom: 0;
}
.contact-name  {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.contact-form-wrapper {
    background:rgb(235,235,235);
    padding: 60px 0;
}
.contact-form-wrapper p {
    color: rgb(0, 48, 99);
    font-weight: 600;
    font-size: 30px;
    margin-left: 15px;
}
.contact-form-wrapper input {
    padding: 15px 12px;
}
.contact-form-wrapper input[type="submit"] {
    background-color: rgb(0,148,205);
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    padding: 10px 10px;
}
.index-template {
    margin-top: 60px;
}
.index-template article {
    padding: 0 10px 30px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.index-template article header {
    background-color: rgb(0,186,238);
    padding: 10px;   
    height: 65px;
    overflow: hidden;
}
.index-template article header a {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.featured-posts-slider {
    text-align: center;
}
.index-template article .post-small-image {
    height: 235px;
    overflow: hidden;
    text-align: center;
}
.index-template article .post-small-image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.single-tmpl figure,
.page-tmpl figure {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.index-template article .entry-content {
    margin: 1.5em 0 0;
    background: rgb(235,235,235);
    padding: 15px;
    font-size: 14px;
    margin-top: 0;
    height: 115px;
}
.index-template article footer {
    background: rgb(235,235,235);
    padding: 0px 15px 15px;
    font-size: 11px;
    position: relative;
}
.index-template article .edit-link {
    position: absolute;
    bottom: -15px;
    right: 15px;
}
.index-template article .cat-links {
    float: right;
}
.index-template article footer a {
    color: #333;
}
.index-template article footer a:hover {
    color: rgb(0,186,238);
}
.index-template article .entry-meta {
    display: inline-block;
    margin-right: 10px;
}
.contact-form-wrapper textarea {
    margin-top: 25px;
    height: 150px;
    padding: 15px;
}
.contact-location {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.contact-tel {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top:30px;
}
.contact-tel span,
.contact-email span {
    color: rgb(0,186,238);
}
.contact-tel a, .contact-email a {
    color: #fff;
    word-break: break-all;
    font-size: 14px;
}
.contact-tel a:hover, .contact-email a:hover {
    color: rgb(0,186,238);
    cursor: pointer;
}
.contact-email {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.contact-image {
    width: 100%;
}
.contact-tag-wrapper {
    background-color: rgb(0,186,238);
    height: 100%;
    color: #fff;
    font-size: 18px;
    padding: 10px 8px;
    min-height: 100px;
}

.contact-block-inner {
    margin:20px 0;
}

.prod-tabs .nav a {
    border:none;
    border-bottom: 2px solid #aaa;
    color: #222;
    border-radius: 0px;
    font-weight: 600;
}

.prod-tabs .nav a.nav-item.active,
.prod-tabs .nav a.nav-link.active {
    background-color: rgb(0,186,238);
    color: #fff;
}

#main .tab-content {
    border:1px solid #ccc;
    border-top:0px;
    padding: 20px;
}
.tab-pane figure {
    display:block;
    float:right;
    margin: 5px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    width: 1140px;
    margin: 0 auto;
    color: #f00;
}
div.wpcf7-response-output {
    width: 1140px;
    margin: 0 auto !important;
    color: #fff;
}
.contact-form-wrapper div.wpcf7-response-output {
    color: #222;
} 
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {

}
.entry-content h4 {
    display:inline;
}
.ab-lang {

}
#wpadminbar .ab-lang img {
    margin-right: 5px;
    display: inline-block;
}
#wpadminbar .ab-lang b {
    margin-right: 5px;
    display: inline-block;
}
#wpadminbar .ab-lang span {
    display: inline-block;

}

.no-contact-wrapper {
    color: #fff;
    text-align: center;
    padding: 10px 0 ;
}
.no-contact-wrapper span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 15px 0;
}

.no-contact-wrapper i {
    font-size: 60px;
}

.contact-us-block {
    background: rgb(47,69,88);
    padding: 15px;
    margin: 15px 0;
    height: 325px;
}
.contact-us-block .contact-location {
    height: 50px;
    font-size: 19px;
}

.help-block a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.contact-page-list .help-block {
    margin: 15px 0;
    padding-bottom: 15px;
}
#bgmp_map-canvas {
    margin-top: -20px;
}
.products-tmpl .app-block h2 {
    height: 50px; 
}
.card-body .fusion-table table,
.card-body .fusion-table table tr,
.card-body .fusion-table table tr th,
.card-body .fusion-table table tr td {
    border: 1px solid #888;
    padding: 5px;
}

footer ul.nav-menu a,
.main-email {
    word-break: break-all;
}

.social-icons a {
    color: #fff;
}
.footer-logo-container  {
    position: relative;
}
.footer-logo-container .lwage_container {
    position: absolute;
    right:0;
    top:0;
}
.home-slider-container p b {
    word-break: break-all;
}
.auto-break {
    word-break: break-all;
}
.contact-image-bgr {
    flex: 1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*body .bgr-blue-4 .block-content {
    margin-top: 30px; 
}*/

.contact-form-wrapper > .container > p {
    max-width: 925px;
    margin: 0 auto;
}
body .card {
    display: block;
}
body .card.card-body a {
    display: contents;
}
body .card.card-body img {
    float:right;
}
body .tab-pane img {
    float:right;
}
body .card.card-body > figure {
    float:right;
    padding: 10px;
    text-align: center;
}
body .card.card-body figure img {
    float:none;
}
body div.image {
    float: right;
    padding: 15px;
    text-align: center;
    max-width: 210px;
}
body div.image img {
    max-width: 100%;
    padding: 10px;

}
body div.image em {
    font-size: 13px;
    text-align: center;
    display: block;
}
/* Begin Responsive Process Instruments. */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 767.9px) {
    body header#top-header .float-left a.contact-us {
        display:none;
    }
    body header#top-header .float-left i {
        font-size: 12px;
    }
    body header#top-header .float-left a.top-phone {
        font-size: 15px;
        display: inline-block;
        text-decoration: none;
    }
    body header#top-header .hatch_lang_select .btn-group > button > span {
        display:none;
    }
    body .contact-us-block > .row {
        margin-top: 3px !important;
    }
    body .contact-us-block > .row > .col-4, 
    body .contact-us-block > .row > .col-8 {
        flex-shrink: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    body .contact-us-block {
        height: auto;
    }
    body .contact-us-block > .row > .col-4 {
        height: 260px;
    }
    body .contact-us-block > .row > .col-8 {
        height: 60px;
    }
    body .contact-us-block > .row > .col-8 .contact-tag-wrapper {
        font-size: 16px;
        min-height: 60px;
        height: auto;
    }    
    body header#masthead nav button.menu-toggle {
        display: inline-block;
        background: transparent;
        border: none;
        padding: 10px 15px;
        vertical-align: top;
    }
    body header#masthead {
        padding: 5px 0;
    }
    body .card.card-body .fusion-table table tr th:nth-child(2),
    body .card.card-body .fusion-table table tr th:nth-child(3)  {
        width: 100px !important;
    }
    body header#masthead nav.main-navigation {
        margin:0;
        padding:0;
    }
    body header#masthead #searchform {
        margin: 0px;
        padding: 0;
        padding-top: 8px;
        padding-right: 10px;
    }
    body header#masthead #searchform .input-group.mb-3  {
        margin-bottom: 0px !important;
    }
    .mobile-logo {
        display: inline-block;
        vertical-align: top;
    }
    .mobile-logo .custom-logo-link {
        width: 50px;
        display: inline-block;
        vertical-align: top;
    }
    body #primary-menu {
        display:block !important;
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100vw;
        background: #fff;
        z-index: 99999999;
        height: 100vh;
        -webkit-transition: all 100ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        -moz-transition: all 100ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        -o-transition: all 100ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition: all 100ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
        font-size: 18px;
        overflow: auto;
        padding-top: 40px;
    }
    .home-slider-container p b {
        font-size: 18px !important;
    }
    body #primary-menu.menu-open {
        left:0;
    }
    .main-navigation ul.nav-menu > li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 10px 20px;
    }
    #site-navigation.toggled .menu-toggle {
        position: fixed;
        z-index: 999999999;
        top:10px;
        right: 10px;
    }
    #site-navigation.toggled .menu-toggle .fa-bars:before {
        content: '\f00d';
    }
    .main-navigation ul.nav-menu > li.focus {       
        position: fixed;
        z-index: 999999999;
        top:10px;
        right: 10px;
    }
    .main-navigation ul.nav-menu > li.focus > a {
        margin-left: 20px;
        font-weight: bold;
        color: rgb(0, 48, 99);
    }
    .main-navigation ul.nav-menu > li.focus > a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f100";
        margin-left: -12px;
        margin-right: 10px;
    }
    .main-navigation ul.nav-menu > li.focus > ul.sub-menu {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background: #fff;
        max-height: none;
    }


    .main-navigation ul.nav-menu > li.focus > ul.sub-menu > li.focus {       
        position: fixed;
        z-index: 999999999;
        top:10px;
        right: 10px;
    }
    .main-navigation ul.nav-menu > li.focus > ul.sub-menu > li.focus > a {
        margin-left: 20px;
        font-weight: bold;
        color: rgb(0, 48, 99);
    }
    .main-navigation ul.nav-menu > li.focus > ul.sub-menu > li.focus > a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f100";
        margin-left: -12px;
        margin-right: 10px;
    }
    .main-navigation ul.nav-menu > li.focus > ul.sub-menu > li.focus > ul.sub-menu {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background: #fff;
        max-height: none;
    }

    body .home-slider-container {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    body .home-slider-container .slider-logo {
        display:none;
    }
    body .home-slider-container p {
        font-size: 21px;
        line-height: 26px;
        margin:0;
    }
    body .home-slider-container .container p  {
        margin-left: 20px;
    }
    .home-slider-container .banner-image {
        margin-top: 10px;
    }
    body .home_seo_text_top {
        padding: 20px 10px;
    }
    body .home_seo_text_top h1 {
        font-size: 20px;
    }
    body .home_seo_text_top  {
        font-size: 14px;
    }
    body .home_category_outer {
        padding: 20px 0;
    }
    body .category-block-outer {
        padding: 10px;
        height: 210px;
        background-size: 30%;
    }
    body .category-block-outer .block-title {
        font-size: 24px;
        line-height: 25px;
    }
    body .category-block-outer .block-content {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        margin-top: 0px;
        min-height: 115px;
        height: 115px;
    }
    body .category-block-outer .block-readmore {
        font-size: 18px;
    }
    body .home_category_outer .home-block {
        margin-bottom: 20px;
    }
    .bottom-gutter-lg {
        margin-bottom: 0px;
    }
    body .contact-block-outer {
        margin-top: 20px;
    }
    body .home_video_block {
        padding-top: 20px;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    body .home_video_block h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    body .home_video_block p {
        margin-bottom: 10px;
        padding: 10px;
    }
    body .home_video_block .video-tel-num {
        padding-top: 10px;
        font-size: 22px;
    }
    body .contact-form-block {
        padding: 20px 10px 30px;
    }
    body .contact-form-block p {
        font-size: 20px;
        padding: 10px;
    }
    body .home-news-block h4 {
        padding: 30px 0 20px;
    }
    footer#pi-main-footer {
        padding: 30px 0 80px;
    }
    footer#pi-main-footer .menu.nav-menu {
        text-align: center;
        margin-bottom: 20px;
    }
    footer#pi-main-footer p {
        text-align: center;
    }
    footer#pi-main-footer .footer-logo {
        border-top: 1px solid #fff;
        margin-top: 10px;
        display: block;
    }
    .title-bar h1,
    .contact-title h1 {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 28px;
    }
    .contact-title p {
        text-align: center;
        font-size: 21px;
        margin: 0;
        padding: 0;
    }
    .grey-container ul {
        margin-left: 0px;
    }
    .grey-container p.lead {
        font-size: 18px;
    }
    .card.card-body p {
        word-break:keep-all;
    }
    body .card.card-body figure,
    body .card.card-body figure img,
    body .tab-pane .image,
    body .tab-pane .image img,
    body .tab-content .image img,
    .card.card-body .image,
    .grey-container .image,
    .grey-container .image img,
    body .card.card-body .image img {
        float:none;
        margin: 0 auto;
    }
    .collapse ul.with-dots,
    #toggle_tutorialdownloadingdata.collapse ul,
    #toggle_tutorialchangingpidsettings.collapse ul,
    #toggle_chlorineanalyserdistributionmonitoring.collapse ul,
    #toggle_thebestchlorinemonitorintheworld.collapse ul,
    #toggle_waterandindustrycontrollers.collapse ul,
    #toggle_focuswater4.collapse ul,
    #toggle_watersmartdigital.collapse ul,
    #toggle_tutorialalarmsandsmsalerts.collapse ul,
    #toggle_awaterandindustrycontroller.collapse ul,
    #toggle_principleofoperation.collapse ul,
    #toggle_focusonremoteaccess.collapse ul,
    #toggle_whatissospecialaboutpisdosensor.collapse ul,
    #toggle_whyisozoneusedtodisinfectwater.collapse ul,
    #toggle_focusoncalibratingsensorsusingadpdkit.collapse ul,
    #toggle_focusoncoagulationcontrol.collapse ul,
    #toggle_whyshouldiusechlorinedioxideratherthanchlorineforwatertreatment.collapse ul,
    #toggle_automaticbiocidecontrolbiofilmwatertreatmentandbiofilminwastewatertreatment.collapse ul,
    #toggle_focusonsavingtimeandmoneywithpid.collapse ul,
    #toggle_remoteaccessamptextalarms.collapse ul,
    #toggle_whatcantthebiosensetellme.collapse ul,
    #toggle_focusononlinebiofilmmonitoring.collapse ul,
    #toggle_monthpayback.collapse ul {
        list-style-type: disc;
    }
    .tab-pane > ul {
        margin-left: 0;
    }
    .contact-form-wrapper p {
        text-align: center;
        font-size: 17px;
        margin:0;
    }
    .contact-form-wrapper .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
        display: block;
    }
    .contact-form-wrapper .wpcf7-form-control-wrap input {
        width: 100%;
    }
    body .app-block {
        width: 100%;
        display: block;
        height: auto;
    }
    .index-template article {
        width: 100%;
        display:block;
    }
    .collapse ul {
        list-style-type: none;
        margin-left: 5px;
    }
    body {
        overflow-x: hidden;
    }

}
@media only screen and (max-width : 390px) {
    body .contact-page-list .col-md-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/*Small Screens */
@media only screen and (max-width : 1024px) {
    .app-block {
        width: 48%;
    }
    .home-slider-container p b {
        font-size: 24px;
    }
    body .contact-block-outer .tel-number {
        font-size: 24px;
    }

    body .contact-page-list .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .col-md-6.home-block {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .home_category_outer > .container > .row > .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home_category_outer > .container > .row > .col-12 > .row {
        margin-bottom: 0 !important;
    }
    .home_category_outer > .container > .row > .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pa15 h3.mt0  {
        font-size: 1.5em;
    }
    .pa15 .mt0.mb15 { 
        height: 170px; 
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    body header#masthead nav button.menu-toggle {
        display: none;
    }
    .collapse ul {
        list-style-type: none;
        margin-left: 5px;
    }
    .home-slider-container p b {
        font-size: 24px;
    }
    body, html {
        overflow-x: hidden;
    }
    #primary-menu li a {
        font-size: 15px;
    }
    #site-navigation {
        margin-top: 10px;
    }
    header #searchform {
        display: inline-block;
        margin-top: 35px;
        margin-left: -40px;
    }
    header #searchform .input-group {
        width: 135px;
    }
    body .contact-block-outer .tel-number {
        font-size: 18px;
    }
    .title-bar h1, .title-bar p {
        margin: 0;
        text-align: center;
    }
    aside#secondary {
        margin-top: 20px;
        padding: 0 15px;
    } 
}

@media only screen and (min-width : 1024px) and (max-width : 1200px) {
    p.mt0.mb15 {       
        height: 170px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

.card.card-body h5 {
    display:inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
#nav-downloads tbody h4 {
    font-size: 1rem;
}
#nav-focus h3 {
    display: block;
}
.contact-title a {
    text-decoration: none;
    color: #fff;
}
.contact-title a:hover {
    color: #fff;
}
[data-toggle="collapse"] {
    display:block;
}
.alignright {
	float: right;
	margin-left: 1rem;
}
.alignleft {
	float: left;
	margin-right: 1rem;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 400ms;
	transition-delay: 0ms;
}