/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | 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 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
  max-width: 100%;
}

/* 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-center, .header__container, .footer__container, .content-wrapper, .container {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family:'FontAwesome';
  src:url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/McCain_December_2020/fonts/fontawesome-webfont.eot);
  src:url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/McCain_December_2020/fonts/fontawesome-webfont.eot) format('embedded-opentype'),
    url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/fonts/fontawesome-webfont.woff) format('woff'),
    url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/fonts/fontawesome-webfont.ttf) format('truetype'),
    url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/fonts/fontawesome-webfont.svg) format('svg');
  font-weight:normal;
  font-style:normal;
  font-display:swap
}

    

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.66666666667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: background-color .2s linear,color .2s linear;
  -moz-transition: background-color .2s linear,color .2s linear;
  -ms-transition: background-color .2s linear,color .2s linear;
  -o-transition: background-color .2s linear,color .2s linear;
  transition: background-color .2s linear,color .2s linear;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  position: relative;
  padding: 0 0 10px;
  line-height: 1
}
h1 {
  font-size: 2.1rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: .9rem;
}
strong {
  font-weight: 700;
}
code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0 0 10px 25px
}
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
/* Horizontal Rules */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}


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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
h3.form-title {
  padding: 10px;
}
.hs-button {  
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  background: #006bac;
  color: #ffffff;
  padding: 16px 31px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #006bac;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  border: none;

  white-space: normal !important;

  margin: 15px 0px;
  line-height: normal;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -moz-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  -ms-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  font-family: Open Sans, sans-serif;
  text-decoration: none !important;
  border-style: solid;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-error-msgs label {
  color: #f2545b !important;
}

.hs-input,
.hs-search-field__input,
.email-edit.hs-input, 
#hs-pwd-widget-password{
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ededed;
  color: #495157;
  border-left: 3px solid #f29000;
  line-height: 1.42857;
  padding: 10px 12px;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  font-family: Open Sans, sans-serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
.email-edit.hs-input:focus, 
#hs-pwd-widget-password:focus {
  border-color: #006bac;
  outline: 0;
  /*   border-left: 3px solid #006bac; */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
select.hs-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
textarea.hs-input {
  height: auto;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}
#hs-pwd-widget-password {
  height: 40px !important;
  margin: 0 0 18px !important;
}
.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-error-msgs {
  padding: 0;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
.hs-form-required {
  color: red;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  form > fieldset {
    max-width: 100% !important;
    width: 100% !important;
  }
  form > fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .input {
    margin-right: 0 !important;
  }
  .hs-input {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
    border-spacing: 0;
    border-collapse: collapse;
}
td {
    height: 20px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
img.borderbottom {
  border-bottom: 6px solid #006bac;
}
.homepage .dnd-section {
  padding: 0;
}
.home-row-1 .dnd-section > div {
  padding: 0;
}
.homepage-slider .slider_info:before {
  background-image: url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/images/banner-accent.png);
}
.mcbutton.transparent {
  margin-left: 20px;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 0;
  border-bottom: 4px solid #006bac;
  background: 0 0;
  color: #485156;
  text-align: left!important;
}
.mcbutton.transparent:hover {
  color: #015193;
}
.home-row-3 h6 {
  display: inline-block;
  margin-bottom: 18px;
  padding: 14px 20px;
  width: auto;
  background: #015193;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Open Sans",serif;
  font-size: 12px;
}
.home-row-3 h1 {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  padding: 0;
  color: inherit;
}
.home-row-3 a:not(:hover) {
  color: #fff;
}
.home-row-3 h5 {
  padding-bottom: 25px;
  font-size: 15px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans",serif;
  letter-spacing: 1px;
  font-weight: 700;
  padding-top: 7px;
  color: inherit;
}
.home-row-3 h5 span {
  font-weight: 400;
  padding: 0 9px 0 9px;
  font-family: "Open Sans",serif;
}
.product-card .product-filter:after {
  background-image: url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/images/arrow-grey-solid.svg);
}
.product-detail-page .main_section h1 span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.breadcrumb-wrapper .br-column ul li.last-crumb span {
  font-weight: 700;
}
.product-detail-page .main_section {
  line-height: 1;
}
.product-detail-page .main_section p {
  line-height: 25px;
}
.product-detail-page .button-module {
  margin-top: 20px;
}
.home-row-6 .dnd-section > div {
  padding: 0;
}
.webinar-row-1 .dnd-section > div {
  padding: 0;
}
.product-detail-page .main_section .hs_cos_gallery_main .slick-arrow,
.product-inner-page .hs_cos_gallery_main .slick-arrow,
.product-intro-page .hs_cos_gallery_main .slick-arrow{
  display: none !important;
}

.product-detail-page .main_section .hs_cos_gallery_main button,
.product-inner-page .hs_cos_gallery_main button,
.product-intro-page .hs_cos_gallery_main button{
  display: none;
}
.product-detail-page .main_section .hs_cos_gallery_main .slick-dots li,
.product-inner-page .hs_cos_gallery_main .slick-dots li,
.product-intro-page .hs_cos_gallery_main .slick-dots li{
  width: 12px;
  height: 12px;
  margin: 0;
  background: #ccc;
  float: left;
  margin-left: 10px;
  border-radius: 15px;
}
.product-detail-page .main_section .hs_cos_gallery_main .slick-dots,
.product-inner-page  .hs_cos_gallery_main .slick-dots,
.product-intro-page  .hs_cos_gallery_main .slick-dots{
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}
.product-detail-page .main_section .hs_cos_gallery_main .slick-dots li.slick-active,
.product-inner-page .hs_cos_gallery_main .slick-dots li.slick-active,
.product-intro-page .hs_cos_gallery_main .slick-dots li.slick-active{
  background: #006bac;
}
.product-detail-page .main_section p.plus-sign,
.product-inner-page  p.plus-sign,
.product-intro-page  p.plus-sign{
  line-height: 1;
}
.product-detail-page .related-section h3 {
  margin: 45px 0;
  color: #495157;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  font-family: "Source Sans Pro",serif;
}
.product-detail-page .related-section .related-product-wrapper img {
  width: 85%;
  display: block;
  margin: 0 auto;
}
.product-detail-page .related-section h2 {
  padding-top: 32px;
  padding-bottom: 10px;
  padding-left: 6px;
}
.product-inner-page .button-module,
.product-inner-page .slick-slider,
.product-intro-page .slick-slider{
  line-height: 1;
}
.product-detail-page .related-section h2 span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.body-container-wrapper.homepage {
  overflow-x: hidden;
}
.product-detail-page .related-section h2 a {
  color: #015193!important;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Source Sans Pro',sans-serif;
}
.career-page .button-module .mcbutton.large {
  padding: 16px 30px;
  line-height: 25px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Open Sans",serif;
}
.mobile-open .navbar-header .fa-bars:before {
  content: "\f00d";
}
.product-intro-page p a {
  font-weight: 600;
}
.product-detail-page .panel-body p:first-child {
  padding-top: 10px;
}
.product-detail-page .panel-body p:last-child {
  padding-bottom: 20px;
}
.product-detail-page #accordion .panel-body strong:first-child {
  padding: 0;
}
.product-detail-page .panel-group .panel-body ul {
  padding-top: 10px;
  padding-bottom: 25px;
}
.product-detail-page .panel-group .panel-body p ~ ul {
  padding-top: 0;
  padding-bottom: 15px;
}
.product-detail-page .panel-body p ~ ul:last-child {
  padding-bottom: 25px;
}
.product-detail-page .related-section small,
.product-intro-page .related-section small{
  display: block;
  text-align: center;
  padding: 30px 0;
  color: #495157;
  font-style: italic;
  font-family: "Open Sans",serif;
  line-height: 20px;
  font-size: 13px;
}
.product-detail-page .related-section small a {
  color: #006bac;
  font-weight: 600;
}
.product-detail-page .main_section p a {
  font-weight: 600;
}

/* Learn Center Page */
.secondary-header a {
  font-weight: 600;
}
.learning-center-page .fw-Bottom-section .hs_cos_wrapper_type_linked_image img {
  border-bottom: 6px solid #006bac;
}
.learning-center-page .fw-page .hs_cos_wrapper_type_rich_text a {
  font-weight: inherit;
  color: #015193!important;
}
.learning-center-page .button-module {
  line-height: 1;
}
.learning-center-page .mcbutton.transparent {
  margin-left: 0;
}
.learning-center-page  .three_col_sec h1 + p {
  padding: 10px 0 0;
}
.banner-section .dnd-module {
  padding: 0 0 !important;
}
.banner h1 {
  text-align: center;
}

/* FAQ */
.fw-page #accordion .panel-heading p.plus-sign {
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 0;
  padding-left: 33px;
}
.fw-page #accordion .panel-heading:after {
  font-size: 40px;
  margin-top: 4px;
  float: none;
  position: absolute;
  left: 0;
  top: 0;
}
.fw-page #accordion .panel-heading {
  padding: 0;
  position: relative;
}
.fw-page #accordion .panel-body {
  padding-left: 33px;
}
.fw-page #accordion .panel-heading.is-active:after {
  margin-top: 0;
}


/* Product Inner Page */
.product-inner-page .related-product-wrapper .oneForth img {
  width: 85%;
  display: block;
  margin: 0 auto 2px;
}
.product-inner-page .related-product-wrapper .oneForth {
  min-height: 480px;
}
.product-inner-page .related-product-wrapper .oneForth .custom-content-with-image {
  margin: 0 0 0.5em 0;
}
.related-product-wrapper .oneHalf {
  padding-top: 5px;
  line-height: 1;
}
.related-product-wrapper .oneHalf h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
}
.related-product-wrapper .oneHalf h2 span {
  height: auto;
  display: block;
}
.related-product-wrapper .oneHalf h2 span a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #015193!important;
  font-weight: 300;
  font-size: 26px;
  font-family: 'Source Sans Pro',sans-serif;
}
.related-product-wrapper .oneHalf .intro-text {
  padding-left: 0;
  line-height: 23px;
  min-height: auto;
  margin-bottom: 21px;
}
.oneHalf .intro-text p {
  padding: 0;
}
.related-product-wrapper .oneHalf a.mcbutton {
  line-height: 1;
}
.related-product-wrapper .oneHalf .custom-content-with-image {
  padding-bottom: 20px;
  min-height: 450px;
}
.detail-section small {
  display: block;
  padding: 30px 0;
  color: #495157;
  font-style: italic;
  font-family: "Open Sans",serif;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
}
.detail-section small a {
  color: #006bac;
  font-weight: 600;
}


/* Product Page */
.pro-row1 h2 {
  padding-bottom: 10px;
  color: #495157;
  font-size: 34px;
}
.pro-row1 h3 {
  font-family: "Open Sans",sans-serif;
  font-weight: bold;
  color: #006bac;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 13px;
}
.pro-row1 h3 a {
  padding-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.pro-row1 p {
  padding-top: 10px;
  padding-bottom: 0;
  color: #495157;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans",sans-serif;
  line-height: 25px;
}
.pro-row1 .dnd-column > .dnd-row {
  width: 66%;
  margin: 0 auto;
  padding-bottom: 65px;
}
.pro-row2 .span6 {
  padding: 17px 0 0 !important;
  border-bottom: 3px solid #EEE;
  min-height: 500px;
}
.pro-row2 .span6:not(:last-child) {
  border-right: 3px solid #EEE;
}
.pro-row2 .software-features {
  margin: 0;
  padding: 0;
}
.pro-row2 .software-features .product-categories {
  margin: 0;
}
.pro-row2 .software-features ul {
  margin: 0 auto;
  padding-top: 20px;
  min-height: 160px;
  width: 82%;
}
.pro-row2 .dnd-section:last-child .span6 {
  border-bottom: 0;
}
.pro-row3 h2 {
  padding-top: 70px;
  color: #fff;
  font-weight: 100;
  font-size: 27px;
  font-family: "Open Sans",sans-serif;
  padding-bottom: 0;
  padding-left: 15px;
}
.pro-row3 img {
  max-width: none !important;
}
.pro-row3 {
  line-height: 1;
}
.pro-row3 a.mcbutton {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 60px;
}
.pro-row3 img {
  max-width: none !important;
}
.pro-row3 {
  line-height: 1;
}
.pro-row3 a.mcbutton {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 60px;
}
.pro-row4 .blog-feed .image_standard {
  height: auto;
}
.pro-row4 .blog-feed .image_standard img {
  display: block;
}
.pro-row4 .blog-feed .fc_inline.fcitem_title {
  font-size: 30px;
}
.pro-row4 .blog-feed h6 {
  color: #495157;
  font-family: 'Open Sans',sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}

#accordion .panel-body ul strong + ul {
  padding-top: 0;
}
#accordion .panel-body strong ~ ul {
  padding-top: 0;
  padding-bottom: 15px;
}
#accordion .panel-body strong:first-child {
  padding: 10px 0 0;
}
#accordion .panel-body strong {
  display: block;
}
#accordion .panel-body strong ~ ul:last-child {
  padding-bottom: 25px;
}


/* HomePage */
.home-row-5 .span4 {
  padding: 0 !important;
}
.home-row-5 .blog-feed .image_standard img {
  display: block;
}
.home-row-5 .blog-feed .image_standard {
  height: 415px;
  overflow: hidden;
}
.home-row-5 .blog-feed p {
  letter-spacing: 1px;
}
.home-row-5 .blog-feed ul {
  list-style: none;
  padding: 3px 0 0;
  margin: 0;
}
.home-row-5 .blog-feed ul li {
  display: inline-block;
  font-family: "Arial";
  padding-right: 9px;
}
.home-row-5 .blog-feed ul li[sep] {
  border-right: 3px solid #000;
  padding: 0;
  margin: 0 12px 0 0;
}

p[flexi-value] {
  font-size:16px;
  line-height:1;
}

p[flexi-value] a{
  color: #495157;
}

p[flexi-value] a:hover{
  color: #82add6;
}

@media (min-width: 992px) {
  .product-page .software-features a.productspage-button {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .product-detail-page .breadcrumb-wrapper .br-column {
/*     margin-left: 50%; */
/*     width: 50%; */
    padding-bottom: 16px;
  }
}

@media (max-width: 1739px) {
  .home-row-5 .blog-feed .image_standard {
    height: 340px;
  }
}

@media (max-width: 1427px) {
  .home-row-5 .blog-feed .image_standard {
    height: 299px;
  }
}

@media (max-width: 1257px) {
  .home-row-5 .blog-feed .image_standard {
    height: 286px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .home-row-5 .span4 {
    width: 100% !important;
  }
  .home-row-5 .blog-feed .image_standard {
    height: auto;
  }
  .product-detail-page .breadcrumb-wrapper .br-column {
    padding-bottom: 16px;
    padding-left: 15px;
  }
  .learning-center-page .fw-page img {
    width: 100%;
  }
  .learning-center-page .dnd-module {
    display: block !important;
  }

}

@media (max-width: 991px) {
  .related-product-wrapper.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .product-detail-page .breadcrumb-wrapper .br-column {
    padding-left: 0;
  }
  .product-detail-page .main_section .dnd-section>.row-fluid .dnd-column {
    width: 100%;
  }
  .product-detail-page .main_section .slick-slider {
    margin: 0 0 2px;
  }
  .product-detail-page .related-product-wrapper .span3 {
    width: 50%;
    min-height: 480px;
  }
  .product-detail-page .related-section .dnd-section {
    padding-bottom: 0;
  }
  .product-detail-page .related-section .dnd-section:last-child {
    padding-top: 0 !important;
  }
  .product-inner-page .related-product-wrapper .oneForth {
    width: 50%;
  }
  .related-product-wrapper .oneHalf {
    width: 100%;
  }
  .related-product-wrapper .oneHalf img {
    width: 100%;
  }
  .pro-row2 .row-fluid [class*="span"] {
    width: 100%;
    border-right: 0;
    min-height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pro-row2 .dnd-section:last-child .span6:first-child {
    border-bottom: 3px solid #EEE;
  }
  .pro-row4 .row-fluid [class*="span"] {
    width: 100%;
  }
  .pro-row3 .row-fluid [class*="span"] {
    width: 100%;
    float: none;
  }
  .pro-row3 a.mcbutton {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .product-detail-page .breadcrumb-wrapper .row {
    border: 0;
  }
  .related-product-wrapper .span3{
    width: 100% !important;
  }
  .product-detail-page .main_section .slick-slider {
    padding: 0;
  }
  .product-detail-page .related-section h2,
  .product-detail-page .related-section p {
    padding-left: 0;
  }
  .pro-row1 .dnd-column>.dnd-row {
    width: 100%;
  }
  .pro-row2 .software-features .mccat_descr {
    width: 100%;
  }
  .pro-row2 .software-features ul {
    width: 100%;
    min-width: auto;
  }
  .pro-row2 .span6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


@media (max-width: 480px) {
  .pro-row2 .software-features ul li {
    width: 100%;
    height: auto;
    float: none;
  }
  .product-page .banner .banner-bg {
    background-position: center;
    background-size: cover;
    top: 40px;
  }
  .product-page .banner .heroalign {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .product-page .banner-section {
    overflow: hidden;
  }
}



.breadcrumb-wrapper {
  margin: 0 0 30px;
}

.breadcrumb-wrapper .br-column {
  width: 100%;
  margin-top: 20px;
  padding: 15px 15px 15px 0;
  line-height: 1;
}

.breadcrumb-wrapper .row {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.breadcrumb-wrapper .br-column ul {
  color: #495157;
  font-weight: 400;
  font-size: 13px;
  font-family: "Source Sans Pro",sans-serif;
}

.breadcrumb-wrapper .br-column ul li {
  display: inline-block;
  font-size: 13px;
  float: none;
  padding: 0;
}

ul.hs-breadcrumb-menu {
}

.breadcrumb-wrapper .br-column ul li a {
  color: #495157;
}

.breadcrumb-wrapper .br-column ul li a:hover {
  color: #006bac;
  text-decoration: none;
}

.breadcrumb-wrapper .br-column ul li .hs-breadcrumb-menu-divider {
  display: none;
}

.breadcrumb-wrapper .br-column ul li + li:before {
  font-size: 13px;
  margin: 0 11px 0 9px;
  padding: 0 6px;
  color: #ddd;
  content: "| ";
}

.breadcrumb-wrapper .br-column ul li span {
  color: #495157;
  font-weight: 600;
}
.page-header.section-header {
  width: 66%;
  margin: 0 auto;
  padding-bottom: 65px;
}

.page-header.section-header h1 {
  font-weight: 300;
  font-family: "Source Sans Pro",serif;
  text-align: center;
  padding-bottom: 10px;
  color: #495157;
  font-size: 34px;
}

.page-header.section-header p {
  padding-top: 10px;
  padding-bottom: 0;
  color: #495157;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans",sans-serif;
  line-height: 25px;
}
.widget-type-header .hs_cos_wrapper_type_header {
  display: block;
  position: relative;
  z-index: 3;
  clear: left;
  margin: 0 auto 30px;
  padding: 10px;
  color: #495157;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  font-family: "Source Sans Pro",sans-serif;
}

.widget-type-header {
  position: relative;
  line-height: 1;
}

.widget-type-header:after {
  position: relative;
  z-index: -1;
  margin-top: -54px;
  margin-bottom: 40px;
  width: 100%;
  height: 2px;
  background: #eee;
  content: '';
  display: block;
}
.fw-page #accordion .panel-body a {
  color: #006bac;
  font-weight: 600;
}
.widget-type-header .hs_cos_wrapper_type_header h1 {
  background: #FFF;
  padding: 0 20px;
  display: inline;
}
.ab-page .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
}

.ab-page .fw-Bottom-section .hs_cos_wrapper_type_linked_image img {
  border-bottom: 6px solid #006bac;
}

.ab-page .fw-Bottom-section h2 {
  margin-top: 33px;
  padding-bottom: 20px;
  color: #015193;
  width: 100%;
  font-weight: 300;
  font-size: 30px;
  font-family: "Source Sans Pro",sans-serif;
  float: left;
}

.ab-page .fw-Bottom-section p:last-child {
  padding-bottom: 0;
}

.ab-page .fw-Bottom-section .button-module-item {
  text-align: center;
  line-height: 1;
}

.ab-page .fw-Bottom-section .button-module-item a {
}

@media (max-width: 1199px) and (min-width: 992px){
  .body-container-wrapper.fw-page {
    padding: 0;
  }
}
@media (max-width:1199px){

  .fw-page .row-fluid [class*="span"] {
    width: 100%;
  }

  .fw-page .row-fluid {
    flex-wrap: wrap;
  }
  .ab-page .fw-Bottom-section .hs_cos_wrapper_type_linked_image img {
    width: 100%;
  }

  .ab-page .widget-type-linked_image {
    width: 100%;
  }
}
@media (max-width:790px){
  .breadcrumb-wrapper .row {
    margin: 0;
  }
}
@media (max-width:767px){
  .page-header.section-header {
    width: 100%;
  }
}


.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before {
  display: block;
  float: left;
  margin-right: 12px;
  margin-top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #006bac;
  content: "";
}
.body-container-wrapper .span4 .hs_cos_wrapper_type_rich_text ul li:before {
  margin-top: 4px;
  margin-right: 11px;
  margin-left: 1px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul{
  list-style:none;
  padding-left:15px;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li span{
  display: table-cell; 
}
.parking-page .content-with-image-wrapper .intro-text {
  padding: 0;
}

.parking-page .content-with-image-wrapper {
  text-align: center;
}
.parking-page .content-with-image-wrapper .custom-content-with-image {
  padding: 0;
}
.parking-page .content-with-image-wrapper h2 span {
  text-align: center !important;
  display: block;
  height: auto;
  padding-top: 23px !important;
}

.parking-page .content-with-image-wrapper .intro-text p {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}

.career-inner-page a.mcbutton.medium.blue {
  margin-top: 20px;
  padding: 16px 30px;
  display: inline-block;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans",serif;
  font-weight: 600;
  background: #006bac;
  color: #fff;
  line-height:1;
  -webkit-transition: background-color .2s linear,color .2s linear;
  -moz-transition: background-color .2s linear,color .2s linear;
  -ms-transition: background-color .2s linear,color .2s linear;
  -o-transition: background-color .2s linear,color .2s linear;
  transition: background-color .2s linear,color .2s linear;
}

.career-inner-page a.mcbutton.medium.blue:hover {
  color: #015193;
  background: #006bac;
}

.career-inner-page .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.career-inner-page .fa-envelope-o:before {
  content: "\f003";
}

.content-with-image-wrapper .custom-content-with-image {
  padding-top: 10px;
}
.content-with-image-wrapper .col-lg-6 .section_callout_center img{
  width:85%;
  display:block;
  margin:0 auto;
}

.content-with-image-wrapper .col-lg-6{
  min-height: 480px;
  font-family: "Open Sans",sans-serif;
}

.content-with-image-wrapper h2 {
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 6px;
  line-height: 1;
}

.content-with-image-wrapper h2 span{
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.content-with-image-wrapper h2 span{
  color: #015193;
  font-weight: 300;
  font-size: 30px;
  line-height:1;
  font-family: 'Source Sans Pro',sans-serif; 
}

.content-with-image-wrapper .intro-text {
  overflow: hidden;
  padding-left: 7px;
  min-height: 80px;
  line-height: 25px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Open Sans",sans-serif;
  color: #495157;
  letter-spacing: 0;
}

.related-product-wrapper .span8 img{
  width:100%;
} 

.related-product-wrapper .span8 h2 span {
  height: auto;
}

.related-product-wrapper .span8 h2 {
  padding-top: 10px;
}

.related-product-wrapper .span8 h2 span a {
  font-size: 26px;
}

.event-page #tz-listing-wrapper .container{
  padding:0 !important; 
}

.newsletter-page.event-page #tz-listing-wrapper .container {
  padding: 0 15px!important;
}
.fw-main-section ul li a {
  font-weight: 600;
}
.event-page .content-with-image-wrapper .col-lg-6 .section_callout_center img {
  width: 100%;
  border-bottom: 6px solid #006bac;
}

.event-page .content-with-image-wrapper .col-lg-6 .section_callout_center {
  text-align: center;
}
.event-page .content-with-image-wrapper a.mcbutton.blue {
  line-height: 1;
}
.event-page .content-with-image-wrapper h2 span {
  display: block;
  height: auto;
  padding-bottom: 10px;
  padding-top: 3px;
}

.upcoming-events-title {
  padding: 0 15px 30px;
  color: #495157;
  font-weight: 300;
  font-size: 30px;
  font-family: "Source Sans Pro",serif;
}
.event-page .content-with-image-wrapper h2,.event-page .content-with-image-wrapper .intro-text {
  padding-left: 10px;
  padding-right: 10px;
}
.event-page .product-card .listing_page {
  padding-top: 0px;
}

.event-page .product-card .listing_page h2.fcitem_title{
  padding-bottom:15px; 
}

.parking-page .span6 .hs_cos_wrapper_type_linked_image img{
  border-bottom: 6px solid #006bac; 
}

.parking-page .span6 .hs_cos_wrapper_type_rich_text h2{
  margin-top: 30px;
  padding-bottom: 20px!important;
  color: #015193;
  width: 100%;
  font-weight: 300;
  font-size: 30px;
  font-family: "Source Sans Pro",sans-serif;
  float: left; 
}

.parking-page .span6 .hs_cos_wrapper_type_rich_text ul{
  padding-top:30px;
} 

.parking-page .span6 .hs_cos_wrapper_type_rich_text ul li {
  padding: 7px 0;
  line-height: 1;
}

.parking-page .span6 .hs_cos_wrapper_type_rich_text ul li:before {
  margin-top: 5px;
}

.parking-page .content-with-image-wrapper h2 span {
  padding-top: 20px;
  padding-bottom: 20px!important;
  width: 100%;
  color: #015193!important;
  font-size: 26px;
  font-family: "Source Sans Pro",sans-serif;
}


.product-detail-page .panel-body table p:first-child {
  padding-top: 0;
}

.product-detail-page .panel-body table p:last-child {
  padding-bottom: 10px !important;
}

.parking-page .content-with-image-wrapper h2 {
  padding: 0;
}

.product-intro-page .oneForth img {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.parking-page .content-with-image-wrapper .section_callout_center {
  text-align: center;
}

.parking-page .breadcrumb-wrapper .br-column {
  padding: 50px 15px 60px 0;
}

.parking-page .content-with-image-wrapper .col-lg-6 .section_callout_center img {
  width: auto;
  max-width: 100%;
}

.parking-page .content-with-image-wrapper .col-lg-6 {
  min-height: auto;
}
.distributed-product-page .mcbutton.transparent,
.parking-page .mcbutton.transparent{
  margin-left: 0;
}

.distributed-product-page .span4 .hs_cos_wrapper_type_rich_text p{
  padding-bottom:30px;
} 

.distributed-product-page .fw-intro-section h2{
  padding-bottom: 10px;
  color: #495157;
  font-size: 34px;
  font-weight: 300;
  font-family: "Source Sans Pro",serif;
  text-align: center;
} 
.software-features .mccat_title_box a.mccat_title {
  color: #006bac;
}

.fw-page .panel-group .panel-heading.is-active:after {
  margin: 4px 0 0px !important;
  content: "\2b";
}

.distributed-product-page .fw-intro-section p{
  padding-top: 10px;
  padding-bottom: 0;
  color: #495157;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans",sans-serif;
  line-height: 25px; 
}
.fw-page .widget-type-rich_text p a {
  font-weight: 600;
}
.distributed-product-page .mcbutton.transparent{
  line-height:1;
} 
.product-detail-page .main_section .hs_cos_wrapper_type_rich_text h1 {
  color: #015193;
}
.distributed-product-page .fw-intro-section p a{
  font-weight:600;
} 
.product-card .listing_page .item-image img {
  width: 100%;
}
.banner-area .dnd-section > div {
  padding: 0;
  max-width: 100%;
  text-align: center;
}
.home-page-header #tz-header-wrapper {
  position: absolute;
}

@media (max-width:991px){
  .product-intro-page .dnd-section .row-fluid{
    display: block !important;
    overflow: hidden;
  }
  .product-intro-page .row-fluid .span3 {
    width: 50% !important;
    display: block !important;
  }
  .product-intro-page .row-fluid .span9{
    width: 100% !important;
    display: block !important;
  }
  .content-with-image-wrapper .col-lg-6{
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .home-page-header #tz-header-wrapper {
    position: static;
  }
}

@media (max-width:767px){
  .widget-type-header:after {
    content: none;
  }
  .widget-type-header .hs_cos_wrapper_type_header {
    text-align: left;
    padding: 0;
  }
  .widget-type-header .hs_cos_wrapper_type_header h1 {
    padding: 0;
  }
  .product-intro-page .row-fluid .span3 {
    width: 100% !important;
    display: block !important;
  }

  /*   Homepage */
  .homepage .product-categories-wrapper .product-categories {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .homepage .product-categories-wrapper .product-categories .categorybox {
    height: 160px;
  }
  .homepage .product-categories-wrapper .product-categories h2 {
    padding-bottom: 0;
  }
  .home-row-3 .dnd-section {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
  }
  .home-row-3 h5 {
    text-align: left;
    padding: 33px 0 49px;
  }
  .homepage .tabber .nav-tabs {
    width: 80%;
  }
  .tabber .nav-tabs>li>a {
    font-size: 20px;
  }
  .homepage .blog-feed .vitrintitle {
    left: 15px;
  }
  .homepage #tz-testimonial-text {
    padding: 0;
  }
  .home-row-6 .dnd-section {
    padding-top: 0 !important;
  }
  .homepage .testimonial-slider-wrapper .testimonials-icon {
    margin-top: 30px;
  }
}


@media (max-width: 479px) {
  .product-card .item-details-text li {
    float: none;
    display: inline-block;
    margin-bottom: 3px;
  }
  .breadcrumb-wrapper .br-column ul li {
    margin: 0 0 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header-wrapper {
  min-height: 60px;
}
.header {
  background-color: #F8FAFC;
}
#covid_banner {
  background: #006bac;
  padding: 16px 30px;
}
#covid_banner p {
  text-align: center;
  padding: 0;
}
#covid_banner p a {
  color: white;
  text-decoration: underline;
}
.header-style-1 {
  position: relative;
  z-index: 9999;
  display: block;
  min-height: 110px;
  width: 100%;
  border-bottom: 6px solid #f7d134;
  background: rgba(255,255,255,.95);
  line-height: 1;
  left: 0;
}
#tz-logo img {
  width: 204px !important;
  margin-top: 20px;
  max-width: none;
}
div#tz-menu {
  position: static;
  padding-top: 30px;
}
div .plazart-mainnav {
  position: static;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  min-height: 20px;
}
.navbar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navbar-inner .navbar-collapse {
  margin-left: auto;
}
.collapse {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  padding: 12px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 0 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
}
.search-icon {
  padding: 14px;
  cursor: pointer;
  float: left;
  width: auto;
}
.search-input {
  position: absolute;
  top: 69px;
  right: 0;
  display: none;
  width: 560px;
  border: 1px solid #D5D5D5;
}
.search-icon:hover .search-input {
  display: block;
}
#header {
  position: relative;
}
.search-input .hs-search-field__input {
  color: inherit;
  font: inherit;
  margin: 0;
  padding-left: 10px;
  width: 100%;
  height: 39px;
  font-family: arial;
  font-size: 16px;
  line-height: inherit;
  box-shadow: none !important;
  border-color: #525151 !important;
  border-radius: 2px !important;
}
div#tz-menu {
  position: static;
  padding-top: 30px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 769px) {
  .custom-menu-primary .hs-menu-wrapper  ul {
    max-height: none !important;
    overflow: initial !important;
  }
  .custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2:hover>ul:before {
    content: "";
    height: 332%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}
  .navbar-header {
    float: left;
  }
  .search-icon:hover {
    background: #82add6;
  }
  .navbar-toggle {
    display: none;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .custom-menu-primary {
    float: left
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:after {
    content: '';
    opacity: 0;
    top: 15px;
    transition: 0.15s top ease-in-out,0.3s opacity ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 33px;
    background: url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/images/arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 53px;
    left: -14px;
    text-transform: uppercase;
    font-size: 12px;
    background: #fff;
    border: 1px solid #edecec;
    box-shadow: 0 2px 20px rgba(0,0,0,0.4);
    padding: 10px 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li > ul a {
    display: block;
    padding: 7px 29px !important;
    border: none;
    font-family: "Open Sans",serif;
    font-weight: 600;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.1px;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2.hs-item-has-children:hover>a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 11px;
    right: 10px;
    background: url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/images/arrow-grey.svg);
    background-position: center;
  }
  .custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2:hover>a:before {
    content: '';
    width: 5px;
    height: 40px;
    display: block;
    position: absolute;
    left: 100%;
    top: -4px;
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2 > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    background: white;
    padding: 10px 1px;
    border: 1px solid #edecec;
  }
  .custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2:hover > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2:hover > ul:after {
    content: '';
    display: block;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.4);
    z-index: -1;
  }
  li.all_products,
  li.all_cabinets,
  li.all_controllers, 
  li.all_signals,
  li.all_parking, 
  li.all_signs, 
  li.all_software,
  li.all_specialty {
    display: none;
  }
}
@media (max-width: 1199px) {
  .search-input {
    width: auto;
    right: auto;
    margin: 0 auto;
    min-width: 320px;
    top: 3px;
    left: 100%;
  }
  .search-icon {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    z-index: 9
  }
}

@media (max-width: 1199px) and (min-width:769px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 10px;
    font-size: 11px;
  }
  .search-input {
    left: auto;
    right: calc(100% - 44px);
    top: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul {
    right: 0;
    left: auto;
  }
}

@media (max-width: 768px) {
  #tz-menu {
    width: 100%;
  }
  #plazart-mainnav {
    min-height: auto;
    margin-top: 3px;
  }
  #plazart-mainnav .navbar-inner {
    min-height: auto;
    display: block;
  }
  #plazart-mainnav button.navbar-toggle {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 0;
    margin-top: 8px;
    padding: 6px 12px;
    position: absolute;
    top: 12px;
    right: 0;
    outline: 0 !important;
  }

  #plazart-mainnav button.navbar-toggle i {
    font-size: 37px;
    color: #ccc;
    font-weight: 300;
    pointer-events: none;
  }
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 3px solid #f7d134;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #4b7dbc !important;
    text-transform: capitalize;
    font-size: 21px;
    line-height: 24px;
    padding: 10px 0;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 50px;
    padding-top: 1px;
  }
  .search-icon {
    padding-bottom: 50px;
    float: none;
    width: 100%;
  }
  .search-icon img {
    display: none;
  }
  .search-input {
    position: static !important;
    top: 0!important;
    right: 0!important;
    display: inherit!important;
    width: 100%!important;
    border: 1px solid #D5D5D5!important;
    min-width: 100%;
  }

  .child-trigger {
    height: 47px;
    position: absolute;
    right: 0;
    width: 47px;
    cursor: pointer;
    z-index: 1;
    top: 0;
  }

  .child-trigger i:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 19px;
    width: 14px;
    height: 8px;
    background: url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/images/arrow-blue-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #f5f5f5 !important;
    padding: 0 30px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
    padding-top: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    padding-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul a {
    border: 0;
    color: #747e82 !important;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 8px 0;
    display: block;
    border-top: 1px solid rgba(116,126,130,0.2);
    font-family: "Arial";
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-of-type a {
    border-top: 0;
  }
  .child-trigger.is-active i:after {
    transform: rotate(0.5turn);
  }
  ul ul .child-trigger {
    height: 33px;
    width: 33px;
  }
  ul ul .child-trigger i:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
    width: 11px;
    height: 6px;
    background: url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/images/arrow-grey-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li:first-child {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li:last-child {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul.is-active {
    border-top: 1px solid rgba(116,126,130,0.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    padding: 0 20px;
    border-top: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li:first-child {
    padding-top: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li:last-child {
    padding-bottom: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-transform: none;
    color: #4b7dbc !important;
    border: 0;
    font-size: 13px;
    line-height: 14px;
  }
  div#tz-menu {
    padding-top: 0;
  }
}


@media (max-width: 380px) {
  #tz-logo img {
    max-width: 172px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer_logo img {
  width: auto !important;
}
.footer-style .container {
  padding-top: 45px;
  padding-bottom: 25px;
  border-bottom: 2px solid #DEE0DF;
}
.copyright {
  padding: 16px 0;
  color: #495157;
  font-weight: 400;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
}
.modal {
  overflow: auto;
  position: fixed;
  z-index: 9999!important;
  background: 0 0!important;
  top: 0;
  left: 0!important;
  right: 0;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: #fff;
  visibility: hidden;
  transition: all .3s ease;
  top: 10%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
button.close {
  padding: 0;
  cursor: pointer;
  font-size: 52px;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  font-family: Arial;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header .close {
  margin-top: -9px;
}
.modal-title {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  color: #495157;
  text-align: left;
  padding-left: 23px;
  padding-top: 6px;
  width: 90%;
  font-family: "Source Sans Pro",serif;
}
.modal-body {
  position: relative;
  padding: 20px;
  overflow-x: hidden;
  line-height: 25px;
}
.modal.show {
  opacity: 1;
  display: block;
  visibility: visible;
}
.modal.fade.show .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  visibility: hidden;
  transition: all .3s;
}

.fade.in {
  opacity: 1;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
  visibility: visible;
}
img {
  vertical-align: baseline;
}
#footer-wrapper {
  line-height: 1;
}
.footer_logo a {
  display: inline-block;
  margin-bottom: 1px;
}
#tz-footer-wrapper #tz-footer2 .custom {
  text-align: right;
}
.dmtop {
  right: 25px;
  bottom: -100px;
  z-index: 9999;
  float: right;
  overflow: auto;
  width: 35px;
  height: 35px;
  border: 2px solid #DEE0DF;
  background-color: #FFF;
  background-image: url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/images/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -99999px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.footer h3 span {
  color: #4b7dbc;
  font-weight: 400;
  font-size: 20px;
  font-family: "Open Sans",serif;
}
.footer .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .hs-menu-wrapper > ul > li {
  padding: 6px 0;
}
.footer .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  color: #495157;
  font-size: 15px;
  padding: 0;
  text-transform: uppercase;
  font-family: "Source Sans Pro",serif;
  line-height: 1;
}
.phone_number {
  color: #2C507D;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 8px;
}
.button_v2 {
  margin-top: 25px;
  letter-spacing: 0;
  font-size: 12px;
}
.featured_event .featured_title, .featured_webinar .featured_title, .mcbutton {
  font-weight: 700;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mcbutton {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
}
.mcbutton.blue {
  padding: 16px 30px;
  border: none;
  background: #006bac;
  color: #fff;
}
#tz-bottom-wrapper .mcbutton {
  display: block;
  margin: 0;
}
.mcbutton.grey {
  background: #b6bdc2;
  color: white;
}
.mcbutton.grey:hover {
  background: #899297;
  cursor: pointer;
}
.mcbutton.orange {
  padding: 16px 30px;
  border: none;
  background: #006bac;
  color: #ffffff;
}
.mcbutton.orange:hover {
  background: #015193;
  color: #fff;
}
.mcbutton.blue:hover {
  background: #015193;
}
.mcbutton a {
  font-weight: 700;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  padding: 15px 15px;
  width: 100%;
  max-width: 125px;
  text-align: center;
  margin-bottom: 10px;
}
.mcbutton a:nth-child(3) {
  background: #b6bdc2;
  color: white;
}
.mcbutton a:nth-child(3):hover {
  background: #899297;
  cursor: pointer;
}
.mcbutton a:nth-child(2) {
  border: none;
  background: #006bac;
  color: #ffffff;
}
.mcbutton a:nth-child(2):hover {
  background: #006bac;
  color: #fff;
}
.mcbutton a:nth-child(1) {
  padding: 15px 15px;
  border: none;
  background: #006bac;
  color: #fff;
  margin-top: 20px;
  white-space: nowrap;
}
.mcbutton a:nth-child(1):hover {
  background: #05193;
}
.mcbutton a em {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mcbutton a em:before {
  content: "\f003";
}
.follow-us ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  float: right;
}
.follow-us {
  text-align: left;
}
.follow-us-content em {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
em[linkedin]:before {
  content: "\f0e1";
}
em[facebook]:before {
  content: "\f09a";
}
em[twitter]:before {
  content: "\f099";
}
em[youtube]:before {
  content: "\f099";
}
.follow-us ul li {
  float: right;
  margin-left: 0px;
  list-style: none;
  font-size: 21px;
}



@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
@media only screen and (min-width: 769px) {
  .footer .hs-menu-wrapper > ul > li > a:after {
    content: '';
    opacity: 0;
    top: -15px;
    transition: 0.15s top ease-in-out,0.3s opacity ease-in-out;
  }
  .footer .hs-menu-wrapper > ul > li:hover > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    background: url(https://2575806.fs1.hubspotusercontent-na2.net/hubfs/2575806/raw_assets/public/McCain_December_2020/images/arrow-blue.svg);
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  div#tz-menu {
    padding-top: 0;
  }

  #tz-bottom-wrapper .mcbutton {
    text-align: center;
  }

  .footer-style .container {
    text-align: center;
  }

  .follow-us {
    display: none;
  }

  .module-title a {
    font-weight: 300;
  }

  .footer h3 {
    margin: 23px 0 0;
  }

  #tz-bottom4 .module-title {
    padding-bottom: 1px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.post-item {
  opacity: 1 !important;
}
.blog-post__tags svg {
  height: 15px;
}
/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.blog-comments form {
  max-width: 100%;
}
.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}
.blog-header {
  text-align: center;
}
.blog-sidebar h3.form-title {
  font-size: 22px;
}
.blog-sidebar > div {
  margin-bottom: 30px;
}
.blog-sidebar {
  padding: 3.3rem 0;
}
.blog-sidebar  ul {
  padding: 0;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.blog-recent-posts {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blog-index__post,
  .blog-recent-posts__post{
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post,
  .blog-recent-posts__post{
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination .mcbutton.orange {
  padding: 20px 72px;
}
.blog-pagination {
  line-height: 1;
  display: block;
  margin: 0 auto;
  max-width: 250px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px
}




.blog .banner {
  padding: 0 0 26px;
  position: relative;
  width: 100%;
  overflow: hidden;
  top: -107px;
  margin-bottom: -107px;
}
.blog .banner .heroalign {
  position: relative;
  width: 2000px;
  left: 50%;
  margin-left: -1000px;
  text-align: center;
  line-height: 0;
}
.blog .banner .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.blog .banner .heroalign img {
  width: auto;
  max-width: 2000px;
  opacity: 0;
  visibility: hidden;
}
.blog .banner .banner-content {
  position: relative;
  z-index: 999;
}
.blog .banner h1 {
  text-align: center;
  text-shadow: 0 3px 4px rgba(50,50,50,.4);
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 60px;
  position: relative;
  margin: -110px auto 0;
  z-index: 5;
  padding-bottom: 53px;
}
.product-card.blog  #tz-breadcrumb-wrapper {
  margin: 0 0 30px;
}
.product-card.blog  #breadcrumb {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.product-card.blog  #tz-breadcrumb {
  margin-top: 20px;
  padding: 15px 15px 15px 0;
}
.product-card.blog  .hs-breadcrumb-menu-wrapper>ul {
  color: #495157;
  font-weight: 400;
  font-size: 0;
  font-family: "Source Sans Pro",sans-serif;
}
.product-card.blog  .hs-breadcrumb-menu-wrapper>ul>li {
  display: inline-block;
  font-size: 13px;
  padding: 0;
}
.product-card.blog  .hs-breadcrumb-menu-wrapper>ul>li a {
  color: #495157;
}
.product-card.blog  .hs-breadcrumb-menu-wrapper>ul>li a:hover {
  color: #006bac;
}
.product-card.blog  .hs-breadcrumb-menu-wrapper>ul>li .hs-breadcrumb-menu-divider {
  display: none;
}
.product-card.blog  .hs-breadcrumb-menu-wrapper>ul>li+li:before {
  margin: 0 11px;
  padding: 0 6px;
  color: #ddd;
  content: "| ";
}
.product-card.blog .product-filter:after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.product-card.blog .hs-breadcrumb-menu-wrapper>ul>li.last-crumb .hs-breadcrumb-label {
  color: #495157;
  font-weight: 600;
}
.blog .product-filter * {
  display: inline;
}
.blog .product-filter h3 {
  display: none;
}
.blog .product-filter ul.l_tinynav1 {
  display: none;
}
.product-card.blog .product-filter {
  background: #e4e7e9;
  padding: 15px;
  position: relative;
  margin-top: 17px;
  float: right;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
}
.product-card.blog .filter-by {
  padding-right: 10px;
  color: #495157;
  font-weight: 600;
  font-size: 13px;
  font-family: "Source Sans Pro",sans-serif;
}
.product-card.blog .product-filter>span {
  display: inline-block;
}
.product-card.blog select {
  font-weight: bold;
  padding: 0 20px 0 0;
  margin: 0;
  line-height: 16px;
  text-transform: uppercase;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  color: #495157;
  font-size: 13px;
  font-family: "Source Sans Pro",sans-serif;
}
.post-item .item-details-text ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.post-item .item-details-text {
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  color: #838A90;
}
.post-item .fcitem-title {
  padding-top: 10px;
  padding-bottom: 3px;
  border-top: 2px solid #F3F3F3;
  color: #2c507d!important;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Source Sans Pro',sans-serif;
}
.post-item .item-details-text ul li {
  float: left;
  padding-right: 7px;
  padding-left: 7px;
}
.post-item .item-details-text ul li.item-details-span {
  color: #e6e6e6;
}
.post-item .item-details-text ul li:first-child {
  padding-left: 0;
}
.post-item {
  margin-bottom: 20px;
  line-height: 1;
}
.post-item p {
  line-height: 25px;
}
.container.post-listing {
  margin-top: 35px;
  margin-bottom: 35px;
}
#tz-np-section-callouts-wrapper img {
  width: 100%;
}
.post-item .item-image img {
  width: 100%;
  margin-bottom: 20px;
}
.blog #tz-filter {
  padding-right: 0;
}
.bottom-pane-wrapper.blog {
  padding: 0 15px;
}
.bottom-pane-wrapper.blog .custom-bottom-pane {
  background-position-x: 50%;
  background-size: 2000px 102px;
  margin-right: -15px;
  margin-left: -15px;
  min-height: 102px;
}
.bottom-pane-wrapper.blog .span6 {
  padding: 0 15px;
}
.bottom-pane-wrapper.blog .press_i_title {
  float: left;
  padding: 35px 0;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  font-size: 30px;
  font-family: "Source Sans Pro",sans-serif;
}
.bottom-pane-wrapper.blog .press_i_links {
  float: left;
  padding: 45px 0 40px 30px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  line-height: 1;
}
.bottom-pane-wrapper.blog .press_i_links * {
  color: inherit;
}
.bottom-pane-wrapper.blog .press_i_links span i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-top: -1px;
  margin-right: 5px;
  font-size: 17px;
}
.bottom-pane-wrapper.blog .fa-envelope-o:before {
  content: "\f003";
}
.bottom-pane-wrapper.blog .fa-phone:before {
  content: "\f095";
}
.bottom-pane-wrapper.blog .cont-pos2 {
  float: right;
}
.bottommargin60 {
  margin-bottom: 60px;
}
#tz-np-section-callouts-wrapper {
  line-height: 1;
}
#tz-np-section-callouts-wrapper p {
  line-height: 25px;
}
#tz-np-section-callouts-wrapper .intro-text {
  padding: 10px 10px 30px;
  color: #495157;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "Open Sans",sans-serif;
  line-height: 25px;
  padding-left: 0;
}
#tz-np-section-callouts-wrapper a.mcbutton.transparent {
  margin-left: 0;
}
#tz-np-section-callouts-wrapper h2 {
  margin-top: 31px;
  padding-bottom: 10px;
  color: #2c507d;
  width: 100%;
  font-weight: 300;
  font-size: 30px;
  text-align: left;
  font-family: "Source Sans Pro",sans-serif;
}
.bottommargin30 {
  margin-bottom: 30px;
}
.section_title_line {
  position: relative;
  z-index: 1;
  margin-top: -54px;
  margin-bottom: 40px;
  width: 100%;
  height: 2px;
  background: #eee;
}
.section_title {
  position: relative;
  z-index: 3;
  clear: left;
  margin: 0 auto 30px;
  padding: 10px;
  color: #495157;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  font-family: "Source Sans Pro",sans-serif;
}
.section_title span {
  background: #FFF;
  padding: 0 20px;
}
.hs-blog-listing {
  background: #fff;
}
#tz-np-title---get-more-wrapper {
  line-height: 1;
}
.section_callout_center h2 a, .section_callout_left h2 a {
  color: #2c507d!important;
}

@media (max-width: 1199px) {
  .blog #breadcrumb > div {
    width: 50%;
    padding:15px !important;
  }
}
@media (max-width: 767px) {
  .blog #breadcrumb>div {
    width: 100%;
  }
  .product-card.blog .product-filter {
    float: none;
    display: flex;
  }
  .blog .product-filter #hs_cos_wrapper_post_filter {
    display: block;
    width: calc(100% - 60px);
  }
  .blog .product-filter * {
    display: block;
  }
  .product-card.blog select {
    width: 100%;
    display: block;
    margin-top: 2px;
  }
}

@media (max-width: 767px) {
  .blog .banner .heroalign {
    position: static;
  }
  .blog .banner {
    margin-bottom: -77px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog .banner .banner-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .blog .banner h1 {
    font-size: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
  background: #fff;
}
.systems-page .introduction {
  width: 100%;
  padding: 0;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.hs-error-msgs {
  padding: 0;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input.email-edit.hs-input {
  width: 100% !important;
  padding: 9px 10px !important;
  font-size: 16px !important;
  margin: 0 0 8px;
}
.systems-page .hs_submit {
  margin: 18px 0;
}
p.header {
  background: transparent;
}
#tz-component {
  font-family: "Open Sans",sans-serif;
}
.introduction {
  width: 66%;
  margin: 0 auto;
  padding-bottom: 65px;
}
.introduction img {
  width: 100%;
}
#tz-testimonial-text, .introduction p {
  text-align: center;
}
.nopadding {
  padding: 0!important;
}
.introduction p {
  padding-top: 10px;
  padding-bottom: 0;
  color: #495157;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans",sans-serif;
  line-height: 25px;
}
section#tz-content-wrapper {
  margin-top: -4px;
}
.introduction img {
  vertical-align: middle;
  margin-bottom: 2px;
}
.search-form button {
  font-weight: 700;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  border: none;
  background: #f7d134;
  color: #495157;
  padding: 13px 30px 14px;
  transition: background-color .2s linear,color .2s linear;
  cursor: pointer;
  margin-left: 15px;
  line-height: 1;
}

.search-form button svg {
  display: none;
}

.search-form button:after {
  content: "Search";
}

.search-form button:hover {
  background: #FFCD00;
  color: #fff;
}

.search-form form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.search-form input.hs-search-field__input {
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
}

.search-form a.mcbutton.blue {
  line-height: 1;
}


@media (min-width: 1200px) {
  .search-form input.hs-search-field__input {
    width: 83.33333333%;
  }
}

@media (max-width: 991px) {
  .search-form form {
    display: block;
  }
  .search-form button {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 21px;
  }
}

.search-page .page-center > h1,.search-page .page-center > h2 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  font-size: 21px;
  color: #333;
  line-height: 35px;
  font-weight: normal;
  font-family: "Open Sans",sans-serif;
  padding: 0;
}

.search-page {
  padding: 4px 0 0;
  font-family: "Open Sans",sans-serif;
}

.search-page input.hs-search-field__input {
  margin: 0;
  font: inherit;
  font-family: inherit;
  line-height: inherit;
  min-height: 34px;
  width: calc(100% - 131px);
  padding: 2px;
  box-shadow: none !important;
  border-color: inherit;
  border-radius: 3px;
  color: #000;
  font-size: 16px;
}

.search-page .hs-search-field {
  padding: 10px 0 0;
}

.search-page button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.search-page button span {
  display: none;
}

.search-page button:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 14px;
  font-size: 18px;
  -webkit-text-stroke: 1px #fff;
}

.search-page button:after {
  content: " Search";
}

.search-page button:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.search-page .page-center > h2 {
  padding-top: 12px;
}

.search-page #hsresults li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.search-page #hsresults li a.hs-search-results__title {
  text-decoration: none;
  font: inherit;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  display: inline-block;
  padding: 0 0 10px;
  line-height: 1;
  color: #337ab7;
}

.search-page #hsresults li a.hs-search-results__title span.hs-search-highlight.hs-highlight-title {
  font-weight: inherit;
}
.search-page .hs-search-results__pagination {
  overflow: hidden;
  margin-bottom: 30px;
}
.search-page #hsresults li a.hs-search-results__title:hover {
  color: #23527c;
}

.search-page #hsresults li p {
  margin: 0 0 10px;
}