/* ******************************************************************************
*********************************************************************************
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.
 */



/* 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;
}

/* 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.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-section .row-fluid [class*="span"] {
  min-height: 1px;
}
.Banner-row-0-force-full-width-section > .row-fluid,
.banner-section .row-fluid {
  padding: 0 !important;
}

.banner-area .dnd-section {
  max-width: 100% !important;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}



@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: sans-serif; 
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/Anitox_October2020/fonts/GLYPHICONSHalflings-Regular.eot") format("embedded-opentype"),
    url("https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/Anitox_October2020/fonts/GLYPHICONSHalflings-Regular.woff") format("woff"),
    url("https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/Anitox_October2020/fonts/GLYPHICONSHalflings-Regular.ttf") format("truetype"),
    url("https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/Anitox_October2020/fonts/GLYPHICONSHalflings-Regular.svg") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/Anitox_October2020/fonts/FontAwesome.eot") format("embedded-opentype"),
    url(https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/raw_assets/public/Anitox_October2020/fonts/FontAwesome.ttf) format("truetype"),
    url(https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/raw_assets/public/Anitox_October2020/fonts/FontAwesome.woff) format("woff"),
    url(https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/raw_assets/public/Anitox_October2020/fonts/FontAwesome.woff2) format("woff2"),
    url(https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/raw_assets/public/Anitox_October2020/fonts/FontAwesome.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

.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;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

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

p {
  margin: 0 0 10px;
  line-height: 24px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.175rem;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: .9rem;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;

}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}


.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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 15px 53px;
  
  text-decoration: none;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}
.systems-page .header {
  position: static !important;
  background: transparent;
  padding: 0;
  margin: 0;
  height: auto;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.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 {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* 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 {
}
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 {
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.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;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 24;
  font-size: 14px;
  color: #33475b;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.hs-livestock-inner-page .banner-section {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 0;
  width: 100%;
}
.hs-events-page .banner-section {
  margin-top: -103px;
}
.hs-events-page-row2 .dnd-section {
  padding-top: 60px;
  padding-bottom: 10px;
}
.hs-career-page .row-fluid {
  padding: 0;
}
.hs-career-page-row1 .dnd-section {
  padding-left: 0;
  padding-right: 0;
}
.hs-career-page .content-wrapper {
  padding: 0 15px;
}
.hs-career-page-row1 .dnd-section {
  padding-top: 60px;
  padding-bottom: 0;
}
.hs-career-page-row1 .dnd-section > .row-fluid {
  padding: 0px 15px;
}
.hs-career-page fieldset textarea {
  min-height: 128px;
}
.hs-career-page-row1 .dnd-section h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #1c232a;
  margin-top: 0px;
  margin-bottom: 20px;
}

.hs-career-page form label span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  color: #1c232a;
  line-height: 1.42857143;
  font-family: "Nunito Sans",sans-serif;
}
.body-container__website .row-fluid [class*="span"] {
  min-height: 0;
}
.hs-career-page form {
  margin-top: 21px;
}
.hs-career-page form label span.hs-form-required {
  color: #f00;
}
.hs-career-page form .hs-form-field {
  margin-top: 16px;
  margin-bottom: 16px;
}

.hs-career-page form .hs-form-field {
  margin-top: 16px;
  margin-bottom: 16px;
}
.hs-career-page form .hs-form-field input,
.hs-career-page form .hs-form-field textarea{
  padding: 8px 9px;
  border-bottom: 1px solid rgba(0,0,0,0.42);
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  outline: none;
  font-size: 14px;
  color: #848688;
  background: none;
  display: block;
  border-radius: 0px;
  width:100%;
}
.hs-career-page form .hs-form-field input[type=file] {
  border:none; 
  padding: 0;
  height: auto;
}
.hs-career-page form .hs_upload_cv_resume {
  margin:0px; 
}

.hs-career-page fieldset.form-columns-2,
.hs-career-page fieldset.form-columns-1,
.hs-career-page fieldset.form-columns-0{
  max-width: 100%!important;
}

.hs-career-page fieldset.form-columns-2 .input{
  margin-right:20px!important; 
}

.hs-career-page  fieldset .description {
  color: #1c232a;
  font-size: 14px;
  line-height: 19px;
}

.hs-career-page form .hs_submit {
  margin-top: 16px;
  margin-bottom: 16px;
}

.hs-career-page form .hs_submit input {
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: medium none;
  padding: 8px 16px;
  transition: all 0.2s ease-in-out 0s;
  width: auto;
  background: #5b7f94;
  color: #FFF;
  line-height: 1.42857143;
  font-family: "Nunito Sans";
}

.hs-career-page form .hs_submit input:hover {
  color: #fff;
  background-color: #3276b1;
}


.hs-career-page fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  font-family: "Nunito Sans";
  font-size: 16px;
  line-height: 23px;
}
@media (max-width:768px){
  .hs-career-page form .form-columns-2 .hs-form-field,
  .hs-career-page form .form-columns-2 .hs-form-field .hs-input{
    width: 100%!important;
  }

  .hs-career-page fieldset.form-columns-2 .input {
    margin-right: 0!important;
  }
}







/* Our Story page */


.hs-our-story-page .hs-story-main-section {
  display: flex;
}

.hs-our-story-page .hs-story-main-section .right-col img,
.hs-our-story-page .hs-story-main-section .left-col img
{
  padding-right:15px;
  padding-left:15px;
  margin-bottom: 30px;
}
.hs-our-story-page .hs-story-main-section .left-col > .hs-story-left{
  padding-right:15px;
  padding-left:15px;
  padding-top: 60px;
}
.hs-our-story-page .hs-story-main-section .right-col > .hs-story-right span {
  display:flex;
}

.hs-our-story-page .hs-story-main-section .right-col > .hs-story-right{
  padding-top: 60px;
}
.hs-our-story-page .hs-story-main-section .right-col,
.hs-our-story-page .hs-story-main-section .left-col,
.hs-our-story-page .hs-story-main-section .right-col .row-fluid .span6{
  width: 50%;
  margin: 0;
}
.hs-our-story-page .hs-story-main-section .right-col .row-fluid-wrapper >.row-fluid .span6:nth-child(2){
  margin-top:30px; 
}


.hs-our-story-page .hs-story-main-section .right-col > .hs-story-right > .row-fluid-wrapper {
  background: url(https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/Anitox_October2020/images/timeline2.png) repeat-y center 199px;
  margin-bottom: 30px;
}


.hs-our-story-page .hs-story-main-section  .dnd-section {
  padding:0px;

}
.hs-our-story-page .hs-story-main-section  .dnd-section>.row-fluid{
  width:100%!important; 
  padding-left: 0px; 
  padding-right: 0px;
}
.hs-our-story-page .hs-story-main-section .left-col  img.desktop_hide {
  display:none;  
}

@media (min-width: 768px){
  .hs-our-story-page  .body-container-wrapper{
    max-width: 749.9999999999999px; 
    margin: 0 auto;
  }
}
@media (min-width:992px){
  .hs-our-story-page  .body-container-wrapper{
    max-width: 970.0000000000001px; 
    margin: 0 auto;
  }

}

@media (min-width: 1200px){
  .hs-our-story-page  .body-container-wrapper{
    max-width: 1170px;
    margin: 0 auto;

  } 

}

@media (max-width:992px){
  .hs-our-story-page .hs-story-right{
    visibility: hidden;
  }
  .hs-our-story-page .hs-story-main-section .left-col img.desktop_hide {
    width: 50%;
    float: left;
    margin-bottom: 20px!important;
    display: block;
  }

}

@media (max-width:786px){
  .hs-our-story-page .hs-story-main-section {
    display:block; 
  }

  .hs-our-story-page .hs-story-main-section .right-col,
  .hs-our-story-page .hs-story-main-section .left-col{
    width:100%;
    margin-bottom: 31px;
  }
  .hs-our-story-page .hs-story-right{
    display:none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hs-contact-page-row3 .dnd-section form label.hs-main-font-element {
    font-size: 14px;
}

.hs-contact-page-row3 .dnd-section .dnd-row~.dnd-row .submitted-message p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: arial, helvetica, sans-serif;
}
.hs-contact-page-row1 {
    background: #1e313c;
}

.hs-contact-us-page .hs-top-pane {
    position: unset !important;
}

.custom-simple-banner .simple-banner-title h1 {
    word-break: keep-all;
}

.hs-our-philosophy-page-row1 .dnd-section a.custom-gray-btn:hover {
    background: #a0a5aa;
    border: solid 1px #a0a5aa;
}

.hs-our-philosophy-page-row1 .dnd-section a:hover,
.hs-our-philosophy-page-row1 .dnd-section a:focus{
    color: #fff;
}

.hs-products-page .hs-bottom-main-wrapper figure {
    margin: 0 !important;
    padding: 20px 0 30px 0 !important;
    line-height: 0;
}

.hs-products-page .hs-bottom-main-wrapper .media_embed .hs-responsive-embed {
    max-width: 640px !important;
    max-height: 100% !important;
}

.hs-products-page .hs-bottom-main-wrapper .white-text-inner {
    line-height: 0;
}

.hs-products-page.hs-livestock-inner-page .hs-bottom-main-wrapper a {
    margin-top: 0;
}

.hs-career-page-row1 .dnd-section form .hs-form-field {
    position: relative;
}
.hs-career-page form ul.hs-error-msgs.inputs-list {
    margin: 0;
    position: absolute;
    display: inline-block !important;
    top: 110%;
    left: 20%;
    border: 1px solid #c7c7c7;
    z-index: 1;
    box-shadow: 4px 4px 5px #c7c7c7;
    width: auto;
}
.hs-career-page form ul.hs-error-msgs.inputs-list li {
  margin: 0;
  background-color: #fff;
  background-image: url(https://8170761.fs1.hubspotusercontent-na1.net/hubfs/8170761/raw_assets/public/Anitox_October2020/images/error-mesz-style.png);
  background-repeat: no-repeat;
  padding: 13px 15px 13px 40px;
  background-position: left 10px center;
}
.hs-career-page form ul.hs-error-msgs.inputs-list li:before {
  content: "";
  border-bottom: 8px solid #C7C7C7;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -16px;
  left: 9px;
}
.hs-career-page form ul.hs-error-msgs.inputs-list li:after {
  content: "";
  border-bottom: 7px solid #fff;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: -14px;
  left: 10px;
}
.hs-career-page form .hs-form .field {
  position:relative;
}








.hs-livestock-inner-page .hs-bottom-main-wrapper figure.bottom-wraper {
    margin: 20px 0;
    display: inline-block;
    /* margin-bottom: 32px; */
}

.hs-livestock-inner-page .hs-bottom-main-wrapper figure.bottom-wraper h6:first-child {
    padding-bottom: 6px;
    margin-top: 0;
    display: block;
}

.hs-livestock-inner-page .hs-bottom-main-wrapper figure.bottom-wraper figure {
    margin: 0;
    display: inline-block;
}

.hs-livestock-inner-page .hs-bottom-main-wrapper figure.bottom-wraper figure a {
    display: inline-block;
    margin-top: 20px;
}

.hs-livestock-inner-page .hs-bottom-main-wrapper figure.bottom-wraper figure img {
    padding: 0 32px 0 0;
}

.hs-livestock-inner-page .hs-bottom-main-wrapper figure a {
    display: inline-block;
    margin-top: 20px;
}

.hs-livestock-inner-page {
  background: #3d5c6f;
}
.hs-top-pane-title h1 {
  font-size: 42px;
  font-weight: 300;
  margin: 20px 0 10px;
  color: #fff;
}

.hs-top-pane-title {
  position: relative;
  margin-top: 0px;
}
.hs-top-pane-title .page-center {
  padding: 80px 15px 0 15px;
}
.hs-top-pane-title .dnd-section {
  padding: 0;
}

.hs-top-pane-title .dnd-section .row-fluid {
  padding: 0;
}
/* .hs-livestock-inner-page header.header {
background: transparent;
position: absolute;
width: 100%;
z-index: 10;
} */
.hs-livestock-main-wrapper {
  position: relative;
  padding-bottom: 40px;
  padding-top: 30px;
}
.hs-livestock-inner-page .hs-bottom-main-wrapper h6:first-child {
  margin-top: 23px;
  padding-bottom: 9px;
}
.hs-livestock-main-wrapper .hs-bottom-main-wrapper {
  background-color: #fff;
  color: #1c232a;
  border-radius: 0 12px 12px 0;
  padding: 20px;
  min-height: 500px;
}
.hs-livestock-inner-page .hs-bottom-main-wrapper .widget-type-linked_image {
  margin-bottom: 30px;
  line-height: 0;
}
.hs-livestock-inner-page .hs-bottom-main-wrapper .dnd-section {
  padding: 0;
}
.hs-livestock-inner-page .hs-bottom-main-wrapper hr {
  margin-top: 12px;
}
.hs-livestock-inner-page .hs-bottom-main-wrapper h6 {
  font-weight: bold;
  margin: 0;
  color: #1c232a;
  font-size: 16px;
}
.hs-livestock-inner-page .hs-bottom-main-wrapper .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}
.hs-livestock-inner-page .hs-bottom-main-wrapper figure {
  margin: 20px 0 24px;
  padding: 0;
  margin-top: 0;
}
.hs-gray-button {
  background: #5b7f94;
  border: solid 1px #5b7f94;
  color: #fff;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border-radius: 0 !important;
  padding: 5px 10px !important;
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box !important;
  float: right;
}

.hs-gray-button:hover {
  background: #a0a5aa;
  border: solid 1px #a0a5aa;
  color: #fff;
  text-decoration: none;
}
.custom-gray-btn {
  color: #fff;
  background-color: #5b7f94;
  padding: 5px 8px;
  margin: 4px 6px 0 0;
  display: inline-block;
}
.hs-livestock-inner-page .main-banner-wrapper {
  position: absolute;
}
.hs-livestock-inner-page .hs-bottom-main-wrapper figure img {
  height: 50px;
  width: auto !important;
  padding: 0 30px 0 0;
}
.hs-content-with-white-text * {
  color: #fff;
}
.hs-locations-page-row2 .dnd-section .widget-span {
  position: relative;
}
.container-fluid.hs-anitox-insight-page-row3,
.container-fluid.hs-anitox-insight-page-row2 {
  color: #fff;
}
.hs-contact-page-row2 .dnd-section .widget-span {
  position: relative;
}
.hs-content-with-white-text {
  color: #fff;
  background-color: #5b7f94;
  padding: 10px 30px;
  text-align:center;
}
.hs-content-with-white-text ul li {
  text-align: left;
}
.hs-products-page .hs-top-pane-title .page-center {
  padding-top: 0;
}
.hs-products-page.hs-livestock-inner-page .hs-bottom-main-wrapper h6 {
  margin: 32px 0 0;
  padding-bottom: 4px;
}
.custom-gray-btn.small {
  padding: 2px 6px;
  display: inline-block;
  line-height: 23px;
}
.hs-our-philosophy-page-row1 .dnd-section .span6 {
    margin-bottom: 6px !important;
}

@media(min-width:768px){
  .hs-livestock-inner-page .hs-bottom-pane-section .left-col {
    width: 75%;
    float: left;
  }

  .hs-livestock-inner-page .hs-bottom-pane-section .right-col {
    width: 25%;
    float: left;
    padding: 0 15px;
  }
}

@media(max-width:991px){
  .hs-top-pane-title {
    margin-top: 0px;
  }
  .hs-products-page .hs-top-pane-title .page-center {
    padding-top: 0;
  }
  .custom-gray-btn { 
    margin: 14px 6px 0 0; 
  }
}

@media(max-width:600px){
  .hs-top-pane-title {
    margin-top: 0px;
  }
  .share-post {
    margin-bottom: 5px;
  }
  .hs-products-page .main-banner-wrapper img {
    width: auto;
    height: 100% !important;
    max-width: initial !important;
    right: 200px;
    position: relative;
  }
}


@media(max-width:767px){
.hs-our-philosophy-page-row1 .dnd-section .span6:first-child {
    padding: 0;
}
  .hs-our-philosophy-page-row1 .dnd-section .span6:last-child {
    padding: 0;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.bg-mblue { background: #647f94; }
.bg-white { background: #ffffff; }
.color-white { color:#ffffff; }
.color-black { color:#000000; }
.color-mblue { color:#647f94; }
.equi-height h4 { font-weight:normal !important; padding:0.3em 1em; }
.nobr { white-space: nowrap; }
@media screen and (min-width:768px) {
.desk-nobr { white-space: nowrap; }
}

/* ------------------------------------- website page --------------------------------------- */
.hs-full-width .custom-simple-banner {
  padding: 0;
}
.hs-full-width .banner-section {
  background: #1e313c;
}
.custom-transparent-bg .banner-section {
  margin-top: -103px;
}

.hs-home-page.header-with-bg {
  background: #647f94; /* was #3d5c6f*/
}

.hs-website-page-section1 .dnd-section {
  padding: 0;
}
.body-wrapper {
  overflow: hidden;
}
.hs-website-page-section1 .dnd-section>.row-fluid {
  padding: 80px 0 0 0;
  padding-left: 15px;
  padding-right: 15px;
}

.body-container__website .widget-type-rich_text p:last-of-type {
  margin-bottom: 40px;
}

.body-container__website .widget-type-rich_text .custom-gray-btn {
  padding: 8px 10px;
  border: solid 1px #5b7f94;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33;
}

.body-container__website .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.website-page-wrapper .custom-simple-banner .simple-banner-title {
  top: 0;
  position: relative;
}

.website-page-wrapper .custom-simple-banner {
  height: auto;
  background: none;
}

/* ------------------------------- end --------------------------------------------- */

/* ---------------------------- anitox page ------------------------------------------------ */

.hs-anitox-insight-page-row2 .dnd-section .widget-type-rich_text p {
  color: #fff;
}

.hs-anitox-insight-page .dnd-section {
  padding: 0;
}
.hs-anitox-insight-page-row1 .dnd-section {
  padding-top: 30px;
}
.hs-anitox-insight-page-row2 .dnd-section .widget-type-rich_text p:last-of-type {
  margin-bottom: 30px;
}

.hs-anitox-insight-page-row3 .dnd-section .span6 {
  margin: 0;
  margin-bottom: 25px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-anitox-insight-page-row3 .dnd-section .span6:first-child {
  padding-left: 0;
}

.hs-anitox-insight-page-row3 .dnd-section .span6:last-child {
  padding-right: 0;
}

.hs-anitox-insight-page-row3 .dnd-section .span6 {
  width: 100%;
}

.hs-anitox-insight-page-row3 .dnd-section .span6>.dnd-row:first-child {
  line-height: 0;
}

.hs-anitox-insight-page-row3 .dnd-section .span6 p {
  margin: 0;
  color: #fff;
}

.hs-anitox-insight-page-row3 .dnd-section .span6 p a{
  color: #fff;
}

.hs-anitox-insight-page-row1 .dnd-section .widget-type-rich_text {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.hs-anitox-insight-page-row1 .dnd-section .widget-type-rich_text iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hs-anitox-insight-page-row2 .dnd-section .widget-type-rich_text p:first-of-type {
  margin-top: 30px;
}

.hs-our-philosophy-page-row1 .dnd-section a.custom-gray-btn {
  padding: 8px 10px;
  border: solid 1px #5b7f94;
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33;
}

/* ------------------------------------- end --------------------------------------- */



/* ------------------------------------- events page --------------------------------------- */


.hs-events-page-row2 .dnd-section h2 {
  padding-top: 20px;
  color: #1c232a;
  font-weight: 800;
  font-size: 24px;
}

.hs-events-page-row2 .dnd-section .dnd-row:last-child {
  padding: 20px;
  border: 1px solid #253844;
  border-radius: 4px;
  margin: 10px 0;
}

.hs-events-page-row2 .dnd-section .dnd-row:last-child h3 {
  font-size: 24px;
  line-height: 2.21;
  letter-spacing: 0.1px;
  color: #13171e;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}

.hs-events-page-row2 .dnd-section .dnd-row:last-child figure {
  float: right;
  border-radius: 4px;
  box-shadow: 0 6px 16px 0 rgba(0,0,0,0.2);
  background-color: #253844;
  padding: 17px 20px;
  margin: 0;
  line-height: 1.42857143;
}

.hs-events-page-row2 .dnd-section .dnd-row:last-child span.text {
  display: block;
  line-height: 22.4px;
}

.hs-events-page-row2 .dnd-section h2 {
  padding-top: 17px;
}


/* ------------------------------------- end --------------------------------------- */


/* ------------------------------------- location page --------------------------------------- */


.hs-locations-page-row1 .dnd-section h1 {
  position: relative;
  font-size: 42px;
  font-weight: 300;
  color: #fff;
}

.hs-locations-page-row1 .dnd-section p {
  color: #fff;
  font-weight: 500;
  position: relative;
}

.hs-locations-page-row2 .dnd-section {
  padding: 0;
  padding-top: 30px;
}

.hs-locations-page-row2 .dnd-section .span3 {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-locations-page-row2 .dnd-section>.row-fluid {
  padding: 0;
}

.hs-locations-page-row1 .dnd-section>.row-fluid {
  padding-top: 80px;
  position: relative;
}

.hs-locations-page-row1 .dnd-section {
  padding: 0;
}

.hs-locations-page .body-container-wrapper {
  background: #3d5c6f;
}

.hs-locations-page .main-banner-wrapper {
  position: absolute;
}

.hs-locations-page-row1 {
  position: relative;
}

.hs-locations-page .main-banner-wrapper::after {
  display: none;
}

.hs-locations-page-row2 .dnd-section .span3:first-child .dnd-row:last-child .contact-card-wrapper {
  margin-top: 0;
}
.header-with-bg {
  background: #ffffff; /* was #3d5c6f */
}

.container-fluid.body-container.migration {
  background: #fff;
}
/* ------------------------------------- end --------------------------------------- */


/* ------------------------------------- contact page --------------------------------------- */


.hs-contact-page-row1 .dnd-section h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  position: relative;
}

.hs-contact-page-row2 .dnd-section .span3 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 15px;
  width: 100%;
  padding-right: 15px;
  margin: 0;
}

.hs-contact-page-row2 .dnd-section {
  padding: 0;
  padding-top: 30px;
}

.hs-contact-page-row2 .dnd-section>.row-fluid {
  padding: 0;
}

.hs-contact-us-page .body-container-wrapper {
  background: #3d5c6f;
}

.hs-contact-page-row3 .dnd-section .widget-type-rich_text p {
  margin: 30px 0;
  color: #fff;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-contact-page-row3 .dnd-section {
  padding: 0;
}

.hs-contact-page-row3 .dnd-section>.row-fluid {
  padding: 0;
}

.hs-contact-page-row3 .dnd-section .dnd-row~.dnd-row {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-contact-page-row3 .dnd-section form fieldset {
  max-width: 100%;
}

.hs-contact-page-row3 .dnd-section form fieldset .hs-firstname, 
.hs-contact-page-row3 .dnd-section form fieldset .hs-lastname, 
.hs-contact-page-row3 .dnd-section form fieldset .hs-company {
  width: 33.3% !important;
}

.hs-contact-page-row3 .dnd-section form fieldset .hs-company .hs-input, 
.hs-contact-page-row3 .dnd-section form fieldset .hs-phone .hs-input,
.hs-contact-page-row3 .dnd-section form fieldset .hs-zip .hs-input {
  width: 100%;
  max-width: 100%;
}

.hs-contact-page-row3 .dnd-section form fieldset .hs-city, 
.hs-contact-page-row3 .dnd-section form fieldset .hs-state,
.hs-contact-page-row3 .dnd-section form fieldset .hs-zip {
  width: 33.3% !important;
}

.hs-contact-page-row3 .dnd-section form fieldset .hs-message textarea {
  padding: 9px 10px;
}

.hs-contact-page-row3 .dnd-section form fieldset .hs-richtext p{
  font-family: arial, helvetica, sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
}

.hs-contact-page-row3 .dnd-section form .actions {
  margin-top: 18px;
  padding: 17px 0px;
  text-align: left;
  overflow: hidden;
}
.container-fluid.hs-contact-page-row3 input.hs-button.primary.large {
  margin: 0;
}
.hs-contact-page-row1 .dnd-section {
  padding: 0;
  padding-top: 80px;
}
.hs-locations-page .banner-section,
.hs-contact-us-page .banner-section {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 0;
  width: 100%;
}
.hs-contact-page-row3 .dnd-section form fieldset .hs-message {
  line-height: 0;
}

.hs-contact-us-page .hs-top-pane {
  position: relative;
}

.hs-contact-us-page .main-banner-wrapper {
  position: absolute;
}

.hs-contact-page-row2 .dnd-section .span3:first-child .dnd-row:last-child .contact-card-wrapper {
  margin-top: 0;
}
/* ------------------------------------- end --------------------------------------- */


.hs-home-page-row2 .dnd-section h3 {
  margin: 65px 0 10px 0;
  text-align: center;
}

.hs-home-page-row2 .dnd-section .span6 {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.hs-home-page-row2 .dnd-section .span6>.dnd-row {
  text-align: center;
  padding: 80px 0;
  margin: 0 0 113px 0;
  background-color: #5b7f94;
}

.hs-home-page-row2 .dnd-section .span6 h2 a {
  color: #fff;
}

.hs-home-page .body-container-wrapper {
  background: #3d5c6f;
}

.hs-home-page-row2 .dnd-section {
  padding: 0;
}

.hs-home-page-row2 .dnd-section>.row-fluid {
  padding: 0;
}

.hs-home-page-row1 .dnd-section {
  padding: 0 0 5px;
}

.hs-home-page-row1 .dnd-section .span4 {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.hs-home-page-row1 .dnd-section>.row-fluid {
  padding: 0;
}
.hs-contact-us-page .main-banner-wrapper::after {
  display: none;
}

.hs-home-page-row2 .dnd-section .span6 h2 a:hover {
  color: #ff6143;
}

.hs-home-page-row1 .dnd-section h3 {
  margin: 65px 0 10px 0;
  text-align: center;
}

.hs-home-page-row1 .dnd-section:first-child {
  padding: 0;
}


.hs-home-page-row1 .dnd-section h3:after,
.hs-home-page-row2 .dnd-section h3:after{
  content: '';
  border-bottom: 3px solid #647f94; /* was #ff6143 */
  margin: 10px 0 0;
  width: 81px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hs-home-page-row1 .dnd-section h3,
.hs-home-page-row2 .dnd-section h3{
  margin-bottom: 32px;
}


.hs-our-philosophy-page .banner-area .dnd-section>.row-fluid {
  max-width: 100% !important;
}

.hs-our-philosophy-page-row1 .dnd-section {
  padding: 0;
  padding-top: 30px;
}

.hs-our-philosophy-page-row1 .dnd-section .span6 {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-fluid.body-container.body-container__website {
  background-color: #ffffff;
}
.hs-our-philosophy-page-row1 .dnd-section .span6:first-child {
  padding-left: 0;
}

.hs-our-philosophy-page-row1 .dnd-section .span6:last-child {
  padding-right: 0;
}

.hs-our-philosophy-page-row1 .dnd-section p:last-of-type {
  margin-bottom: 40px;
}

.hs-home-page-row2 .dnd-section .span6 h2 a {
  transition: none;
}
.website-page-wrapper {
  background: #3d5c6f;
}

.hs-livestock-inner-page .custom-gray-btn:active,.hs-livestock-inner-page .custom-gray-btn:focus {
  color: #fff;
  background-color: #5b7f94;
}

a.cta_button.hs-gray-button:focus {
  color: #fff;
}

.body-container__website .hs_cos_wrapper_type_rich_text a:focus {
  color: #5b7f94;
}

.body-container__website .hs_cos_wrapper_type_rich_text p a,
.body-container__website .hs_cos_wrapper_type_rich_text p {
  word-break: break-word;
}

.hs-our-story-page .hs-story-main-section .right-col .row-fluid-wrapper>.row-fluid .span6 > .dnd-row:last-child img {
  margin-bottom: 0;
}

.hs-livestock-inner-page.hs-products-page .hs_cos_wrapper_type_rich_text ul li {
  line-height: 1.42857143;
}

.hs-career-page form .hs-form-field input, .hs-career-page form .hs-form-field textarea {
  font-family: "Nunito Sans";
  line-height: 20px;
}

.hs-career-page form label span {
  display: inline;
}

.hs-career-page form label span.hs-form-required {
  margin-left: 4px;
}

.hs-career-page form ul.hs-error-msgs.inputs-list {
  position: relative;
  left: 0;
  margin-top: 10px;
  border-radius: 5px;
  border-color: grey;
  margin-bottom: 10px;
}

.hs-career-page form ul.hs-error-msgs.inputs-list li {
  padding: 6px 15px 6px 40px;
  border-radius: 5px;
}


.hs-career-page form ul.hs-error-msgs.inputs-list li label {
  color: #000 !important;
}

.hs-career-page form ul.hs-error-msgs.inputs-list li:before {
  border-bottom: 8px solid grey;
}

.custom-system-wrapper.hs-search-page ul.hs-search-field__suggestions {
  padding: 20px;
  max-width: 500px;
}
#hsresults li,#hsresultsli a {
  line-height: normal;
}

#hsresults  li {
  margin-bottom: 1em;
}

#hsresults li a,.custom-system-wrapper.hs-search-page a .hs-search-highlight{
  font-size: 1.2em;
  font-family: "Nunito Sans";
  font-weight: 800;
  background: none !important;
  display: inline-block;
  text-decoration:none;
  color: #5b7f94;
  line-height:21px;
}
#hsresults li a:hover {
  color: #ff6143;
}
.container-fluid.body-container.migration .dnd-section {
  padding-left: 5px;
  padding-right: 5px;
}

ul#hsresults .hs-search-results__description {
  line-height: 24px;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 16px;
  color: #1c232a;
  padding-left: 1em;
}

.body-container__landing.hs-lp .dnd-section {
  padding-left: 5px;
  padding-right: 5px;
}

.custom-system-wrapper.hs-search-page {
  padding-top: 0;
}

div#section-tagline {
  background: #1e313c;
}

div#section-tagline h1 {
  font-size: 42px;
  font-weight: 300;
  font-family: "Nunito Sans";
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  padding: 80px 15px 0 15px;
  display: inline-block;
  width: 100%;
}

.custom-system-wrapper.hs-search-page {
  padding-bottom:0;
}
.custom-system-wrapper.hs-search-page .systems-page {
  padding-top: 57px;
}

.custom-system-wrapper.hs-search-page .systems-page .hs-search-field__bar label {
  display: inline;
  margin-bottom: 5px;
  font-weight: 700;
}

.custom-system-wrapper.hs-search-page .systems-page .hs-search-field__bar input.hs-search-field__input {
  border-bottom: 1px solid rgba(0,0,0,0.42);
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  outline: none;
  font-size: 14px;
  color: #848688;
  margin: 0;
  max-width: 313px;
  padding: 8px 9px;
  display: block;
  border-radius: 0;
  width: 100%;
}

.custom-system-wrapper.hs-search-page .systems-page .hs-search-field__bar input.btn {
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: medium none;
  padding: 8px 16px;
  transition: all 0.2s ease-in-out 0s;
  width: auto;
  background: #5b7f94;
  color: #FFF;
  margin: 10px 0;
}

.custom-system-wrapper.hs-search-page .systems-page .hs-search-field__bar input.btn:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}


.hs-livestock-inner-page.hs-products-page .product-n-services .custom-gray-btn {
  padding: 2px 6px;
  display: inline-block;
  line-height: 23px;
}

.hs-livestock-inner-page.hs-products-page .container-fluid.hs-bottom-pane-row1 .dnd-section > .row-fluid > .dnd-column > .dnd-row:not(:last-child) hr {
  display: none;
}

.hs-our-philosophy-page-row1 .dnd-section p:last-of-type {
  margin-bottom: 5px;
}
.hs-our-philosophy-page-row1 .product-n-services {
  margin-bottom: 40px;
}
.hs-our-philosophy-page-row1 .product-n-services hr {
  display: none;
}
.hs-our-philosophy-page-row1 .product-n-services .ser-btn a.custom-gray-btn:first-child {
  margin-right: 4px;
}

.hs-livestock-inner-page.hs-products-page .product-n-services .custom-gray-btn {
  margin-top: 6px;
}

.hs-livestock-inner-page.hs-products-page .product-n-services h6 {
  margin-bottom: -6px;
}

/* ----------------------------- media ----------------------------------------------- */


@media (max-width: 768px){
  .hs-contact-page-row3 .dnd-section form fieldset .hs-firstname,
  .hs-contact-page-row3 .dnd-section form fieldset .hs-lastname,
  .hs-contact-page-row3 .dnd-section form fieldset .hs-company {
    width: 100% !important;
  }
  .hs-contact-page-row3 .dnd-section form fieldset .hs-form-field {
    width: 100% !important;
  }
  .hs-contact-page-row3 .dnd-section form fieldset .hs-form-field .hs-input {
    width: 100%;
  }
  .hs-contact-page-row3 .dnd-section form fieldset .hs-privacy_policy .hs-input {
    width: auto;
  }
  .hs-our-philosophy-page-row1 .dnd-section .span6 .hs-responsive-embed {
    max-width: 100% !important;
  }
}


@media (min-width: 768px){
  .body-container__website .dnd-section .dnd-row .span6 {
    width: 50%;
  }
  .hs-anitox-insight-page-row3 .dnd-section .span6 {
    width: 50%;
  }
  .hs-locations-page-row2 .dnd-section .span3 {
    width: 50%;
  }
  .hs-contact-page-row2 .dnd-section .span3 {
    width: 50%;
  }
  .hs-home-page-row2 .dnd-section .span6 {
    width: 100%;
  }
  .hs-home-page-row1 .dnd-section .span4 {
    width: 33.33333333%;
  }
  .hs-our-philosophy-page-row1 .dnd-section .span6 {
    width: 50%;
  }
}

@media (min-width: 992px){
  .website-page-wrapper {
    background: #1e313c;
  }
  .body-container__website .dnd-section .dnd-row .span6 {
    width: 50%;
  }
  .hs-anitox-insight-page-row3 .dnd-section .span6 {
    width: 50%;
  }
  .hs-locations-page-row2 .dnd-section .span3 {
    width: 25%;
  }
  .hs-contact-page-row2 .dnd-section .span3 {
    width: 25%;
  }
  .hs-home-page-row2 .dnd-section .span6 {
    width: 50%;
  }
  .hs-home-page-row1 .dnd-section .span4 {
    width: 33.33333333%;
  }
  .header-with-bg header.header {
    /* background-image: linear-gradient(to top,rgba(0,0,0,0),#000000); */
    background-color: #ffffff; /* was rgb(33, 43, 51) */
  }
  .hs-our-philosophy-page-row1 .dnd-section .span6 {
    width: 50%;
  }
  .website-page-wrapper header.header {
    background-color: #ffffff; /* was rgb(33, 43, 51); */
    /* background-image: linear-gradient(to top,rgba(0,0,0,0),#000000); */
  }
}

@media (min-width: 1200px){
  .body-container__website .dnd-section .dnd-row .span6 {
    width: 50%;
  }
  .hs-anitox-insight-page-row3 .dnd-section .span6 {
    width: 50%;
  }
  .hs-locations-page-row2 .dnd-section .span3 {
    width: 25%;
  }
  .hs-contact-page-row2 .dnd-section .span3 {
    width: 25%;
  }
  .hs-home-page-row2 .dnd-section .span6 {
    width: 50%;
  }
  .hs-home-page-row1 .dnd-section .span4 {
    width: 33.33333333%;
  }
  .hs-our-philosophy-page-row1 .dnd-section .span6 {
    width: 50%;
  }
  .hidden-lg {
    display: none!important;
  }
}




@media(max-width:991px){
  .hs-anitox-insight-page-row1 .dnd-section {
    padding-top: 53px;
  }
  .hs-home-page header.header {
    background: #ffffff; /* was #3d5c6f */
    position: relative;
  }
  .hs-home-page-row2 .dnd-section .row-fluid {
    display: block !important;
  }
  .hs-anitox-insight-page.custom-transparent-bg .banner-section {
    margin-top: -84px;
  }
  .hs-our-story-page .hs-story-main-section .right-col {
    display: none;
  }

  .hs-our-story-page .hs-story-main-section .left-col {
    width: 100%;
  }
  .custom-transparent-bg .banner-section {
    margin-top: -84px;
  }
}

@media (max-width: 767px){
  .body-container__website .dnd-section .dnd-row .span6 .hs-responsive-embed {
    max-width: 100% !important;
  }
  .body-container__website .dnd-section .dnd-row .span6 {
    padding: 0;
  }
  .hs-anitox-insight-page-row3 .dnd-section .span6 {
    padding: 0;
  }
  .container-fluid.hs-home-page-row3 .dnd-section {
    padding: 0;
  }
  .container-fluid.hs-contact-page-row3 fieldset .input {
    width: 100%;
  }
  .container-fluid.hs-contact-page-row3 fieldset .input input.hs-input {
    width: 100% !important;
  }
  .hs-events-page-row2 .dnd-section > .row-fluid {
    padding: 0;
  }
  .container-fluid.hs-contact-page-row3 fieldset .input input.hs-input[type=checkbox],
  .container-fluid.hs-contact-page-row3 fieldset .input input.hs-input[type=radio] {
    width: auto !important;
  }
  .container-fluid.body-container.migration .dnd-section:first-child {
    padding-top: 40px;
  }
  .body-container__website .dnd-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .custom-system-wrapper.hs-search-page ul.hs-search-field__suggestions {
    max-width: 100%;
  }
}

@media(max-width:479px){
  .custom-transparent-bg .banner-section {
    margin-top: -81px;
  }
}

@media(max-width:440px){
  .hs-home-page-row2 .dnd-section .span6>.dnd-row {
    margin: 0 0 45px 0 !important;
  }

  .hs-home-page-row1 .dnd-section h3, .hs-home-page-row2 .dnd-section h3 {
    margin-top: 20px;
  }

  .hs-home-page-row1 .dnd-section {
    padding-top: 0;
  }

  .container-fluid.hs-home-page-row1 {
    padding-top: 20px;
  }
  .hs-anitox-insight-page.custom-transparent-bg .banner-section {
    margin-top: -81px;
  }
  .hs-events-page .banner-section {
    margin-top: -81px;
  }
  .custom-gray-btn + .custom-gray-btn {
    margin-top: 4px;
  }
}
/* ******************************************************************************
*********************************************************************************
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__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  height:103px;
  max-width: 100% !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__logo {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
.header__search .hs-search-field--open .hs-search-field__suggestions {
  display: none;
}
.header__logo a {
  border-top: 3px solid transparent !important;
  line-height: 100px;
  display: block;
  -webkit-transition: line-height 0.3s linear;
  -moz-transition: line-height 0.3s linear;
  -o-transition: line-height 0.3s linear;
  -ms-transition: line-height 0.3s linear;
  transition: line-height 0.3s linear;
}
.fixed-transition .header__logo a {
  line-height: 60px;
}
.header__logo a img {
  width: 148px !important;
  vertical-align: middle;
}

.navigation {
  padding: 0 15px 0 15px;
  width: 66.66666667%;
}

nav.navigation-primary>ul>li:nth-child(4)>a::after {
  content: "TM";
  vertical-align: super;
  font-size: 0.5em;
}

.navigation .custom-menu-primary {
  float: right;
  padding-top:30px;
}

nav.navigation-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav.navigation-primary>ul>li {
  position: relative;
}

nav.navigation-primary>ul li a {
  transition: unset;
}

nav.navigation-primary>ul li a:hover {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

nav.navigation-primary>ul>li>a {
  background: none;
  border-right: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 15px 20px;
  border-top: 0;
  display: block;
  line-height: 1.42857143;
}

nav.navigation-primary>ul>.level-2 {
  position: absolute;
}

ul.submenu.level-2 {
  position: absolute;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
}


nav.navigation-primary > ul ul > li {
  position: relative;
  width: 190px;
}


nav.navigation-primary>ul>li:nth-child(1) .level-3>li,
nav.navigation-primary>ul>li:nth-child(1) .level-4>li,
nav.navigation-primary>ul>li:nth-child(1) .level-5>li,
nav.navigation-primary>ul>li:nth-child(2) .level-3>li {
  border-top: 1px solid #333;
}

nav.navigation-primary>ul>li:nth-child(1) .level-3>li>a,
nav.navigation-primary>ul>li:nth-child(1) .level-4>li>a,
nav.navigation-primary>ul>li:nth-child(1) .level-5>li>a,
nav.navigation-primary>ul>li:nth-child(2) .level-3>li>a {
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 5px 0px !important;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
}

nav.navigation-primary>ul>li:nth-child(1) .level-3>li:first-child,
nav.navigation-primary>ul>li:nth-child(1) .level-4>li:first-child,
nav.navigation-primary>ul>li:nth-child(1) .level-5>li:first-child,
nav.navigation-primary>ul>li:nth-child(2) .level-3>li:first-child {
  border: 0;
}

nav.navigation-primary>ul>li:nth-child(1) .level-3 {
  width: 210px;
}

nav.navigation-primary>ul>li:nth-child(1) .level-4,
nav.navigation-primary>ul>li:nth-child(1) .level-5 {
  position: absolute;
  top: -7px;
  z-index: 9;
  left: 190px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 210px;
}

nav.navigation-primary>ul>li:nth-child(1)>ul>li>a,
nav.navigation-primary>ul>li:nth-child(2)>ul>li>a{
  border-top: 1px solid #333;
}

nav.navigation-primary ul ul {
  display: block;
  padding: 10px;
}

nav.navigation-primary ul ul li>a {
  display: block;
  line-height: 20px;
  padding: 5px 0px !important;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
}
ul.submenu.level-2>.has-submenu>a:after,
ul.submenu.level-3>.has-submenu>a:after,
ul.submenu.level-4>.has-submenu>a:after,
ul.submenu.level-5>.has-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: 5px;
}

ul.submenu.level-2 {
  visibility: hidden;
  z-index: 9;
}

ul.submenu.level-3 {
  position: absolute;
  top: -7px;
  z-index: 9;
  left: 190px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  width: 210px;
  visibility: hidden;
}
ul.submenu.level-4 {
  visibility: hidden;
}

ul.submenu.level-5 {
  visibility: hidden;
}

ul.submenu.level-1 :hover .level-2 {
  visibility: visible;
}
ul.submenu.level-2 :hover .level-3 {
  visibility: visible;
}
ul.submenu.level-3 li:hover .level-4 {
  visibility: visible;
}

ul.submenu.level-4 li:hover .level-5 {
  visibility: visible;
}

/* Header Search */

.header__search {
  padding: 0px 10px;
  width: 8.33333333%;
  text-align: center;
  border-top: 3px solid transparent;
}

header.header {
  background: #ffffff; /* was transparent */
  position: absolute;
  width: 100%;
  z-index: 999;
}
.fixed-transition .header__container {
  height: 82px;
}
.search-block-form {
  margin: 0 auto;
  padding: 0 15px;
}

.header_search_inner {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  height: 125px;
  padding: 0 15px;
  display: none;
}
.header_search_inner.search_block .page-center {
  position: relative;
}
.search-block-form input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border-bottom: 0 solid rgba(0, 0, 0, 0.05) !important;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  color: #B9BEC3;
  font-size: 36px;
  font-weight: 300;
  height: 65px;
  left: 0;
  letter-spacing: 0;
  line-height: 36px !important;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-top: 7px;
  position: absolute;
  top: 30px;
  vertical-align: middle;
  width: 100%;
}

.glyphicon-remove:before {
  content: "\e014";
}

.header__search a.search-close {
  text-align: center;
  color: #b9bec3;
  font-size: 25px;
  line-height: 125px;
}
.close-search-bar {
  top: 0;
  position: absolute;
  right: 0;
  padding: 0 15px;
  width: 8.33333333%;
}

.search_block {
  display: block;
}

.mobile_toggle_icon {
  display: none;
}

.mobile_nav {
  display: none;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.search-block-form {
  width: 91.66666667% !important;
  max-width: 100% !important;
  height: 100%;
  float: left;
  padding: 0;
}

.search-block-form input {
  width: 100%;
  max-width: 100%;
}

.close-search-bar {
  position: static;
  float: left;
}

.header_search_inner.search_block .page-center {
  padding: 0 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  display: block !important;
}

.header_search_inner.search_block .page-center {
  overflow: visible;
}

.header__search .hs-search-field__suggestions {
  background: #fff;
  text-align: left;
  border: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  bottom: auto;
  top: auto;
  margin-top: 125px;
  display:none;
}

.header__search .hs-search-field__suggestions li,.header__search .hs-search-field__suggestions li a {
  line-height: normal;
}

.header__search .hs-search-field__suggestions li {
  margin-bottom: 1em;
}

.header__search .hs-search-field__suggestions li a {
  font-size: 1.2em;
  font-family: "Nunito Sans";
  font-weight: 800;
  background: none !important;
  display: inline-block;
}
.header__search a.search-close, a.search-toggle {
  cursor: pointer;
}
nav.navigation-primary>ul>li:nth-child(1) .level-5 {
    left: 65px;
    top: 30px;
}
@media(min-width:992px){
  .body-wrapper > div:not(.non-sticky-header) .sticky-wrapper {
    height: 103px;
  }
  .open-menu.hidden-lg.hidden-md{
    display:none;
  }

  nav.navigation-primary>ul>li:nth-child(1)>ul>li:first-child a,
  nav.navigation-primary>ul>li:nth-child(2)>ul>li:first-child a {
    border: none;
  }

  nav.navigation-primary>ul>li:nth-child(3) li,
  nav.navigation-primary>ul>li:nth-child(4) li,
  nav.navigation-primary>ul>li:nth-child(5) li {
    border-top: 1px solid #333;
  }

  nav.navigation-primary>ul>li:nth-child(3) ul li:first-child,
  nav.navigation-primary>ul>li:nth-child(4) ul li:first-child,
  nav.navigation-primary>ul>li:nth-child(5) ul li:first-child {
    border: none;
  }

}
@media(min-width:1301px) and (max-width:1370px){
  nav.navigation-primary>ul>li>a {
    white-space: nowrap;
  }

}

@media (max-width:1300px) {
  nav.navigation-primary>ul>li>a {
    font-size: 14px;
    padding: 15px 12px;
  }
}

@media (max-width:1200px) {
  nav.navigation-primary>ul>li>a {
    font-size: 14px;
    padding: 15px 10px;
  }
}

@media (max-width:1092px) {
  nav.navigation-primary>ul>li>a {
    font-size: 12px;
    padding: 15px 8px;
  }
}
@media (max-width:991px) {
  .mobile_navigation nav.navigation-primary ul li:last-child {
    border-bottom: 0px!important;
  }
  ul.submenu.level-2>.has-submenu>a:after,
  ul.submenu.level-3>.has-submenu>a:after,
  ul.submenu.level-4>.has-submenu>a:after,
  ul.submenu.level-5>.has-submenu>a:after { 
    content:unset;
  }
  nav.navigation-primary>ul>li>ul>li>a {
    border-top: 1px solid #333;
  }
  header.header {
    height: auto; 
  }
  .navigation {
    display: none;
  }
  .header__search a {
    line-height: 80px;
  }
  .mobile_toggle_icon {
    width: 25%;
    padding: 0px 15px;
    display: block;
  }
  .header__logo {
    width: 50%;
    text-align: center;
  }
  .search-toggle {
    width: 8.33333333%;
    position: absolute;
    top: 0;
    right: 0px;
    line-height: 80px;
    font-size: 22px;
    border-top: 0 solid;
    padding: 0px 15px;
    text-align: left;
  }
  .header__logo a img {
    padding-top:2rem;
    width: 148px;
    max-width: 100% !important;
    height: auto;
  }
  .header__logo a {
    border: none !important;
    display: flex;
    justify-content: center;
    align-items:center;
  }
  .header__container {
    height: auto;
  }
  span.fa.fa-bars.dexp-menu-toggle {
    line-height: 80px;
    font-size: 28px;
    cursor: pointer;
    color: #5b7f94;
  }
  .mobile_nav {
    display: block;
  }
  .mobile_navigation ul {
    display: block;
  }
  .mobile_navigation nav.navigation-primary > ul {
    display: block;
    padding: 0 15px 10px 15px;
    position: absolute;
    width: 100%;
    z-index: 9;
  }
  nav.navigation-primary ul li a,
  nav.navigation-primary>ul>li:nth-child(1) .level-3>li>a,
  nav.navigation-primary>ul>li:nth-child(1) .level-4>li>a,
  nav.navigation-primary>ul>li:nth-child(1) .level-5>li>a,
  nav.navigation-primary>ul>li:nth-child(2) .level-3>li>a,
  nav.navigation-primary ul ul li>a,
  nav.navigation-primary>ul>li:nth-child(1)>ul>li>a,
  nav.navigation-primary>ul>li:nth-child(2)>ul>li>a {
    line-height: 36px !important;
    font-size: 16px;
    font-family: "Nunito Sans";
    font-weight: 400;
    padding: 0 !important;
    text-transform: none;
    letter-spacing: unset;
  }
  .mobile_navigation nav.navigation-primary>ul>li {
    border-bottom: 1px solid #343638;
  }
  .mobile_navigation ul.submenu.level-2 {
    visibility: visible;
    position: relative;
    width: auto;
    transform: translate(0%);
    left: 0;
    padding: 0;
    margin-left: 15px;
    background: none;
    box-shadow: none;
  }
  .mobile_navigation ul.submenu.level-2 li a {
    text-transform: unset;
    font-size: 16px;
    font-weight: 400;
  }
  ul.submenu.level-3 {
    padding: 0 !important;
    width: auto !important;
    background: none;
    margin-left: 15px;
  }
  .mobile_navigation ul.submenu.level-3 {
    padding: 0 !important;
    width: auto !important;
    background: 0;
    margin-left: 15px;
    position: relative;
    visibility: visible;
    left: 0;
    box-shadow: none;
    top:0;
  }
  nav.navigation-primary>ul>li:nth-child(1) ul>li,
  {
    width: auto;
  }
  nav.navigation-primary>ul>li:nth-child(2)>.level-2 {
    display: none;
    position: relative;
  }
  nav.navigation-primary>ul>li:nth-child(2) ul>li {
    width: auto;
  }
  nav.navigation-primary>ul>li:nth-child(1) .level-4,
  nav.navigation-primary>ul>li:nth-child(1) .level-5 {
    position: relative;
    visibility: visible;
    width: auto;
    transform: translateX(0px);
    left: 0;
    box-shadow: none;
    background: none;
  }
  .mobile_navigation ul.submenu.level-4 {
    margin-left: 15px;
    padding: 0 !important;
  }
  .mobile_navigation ul.submenu.level-5 {
    margin-left: 15px;
    padding: 0 !important;
  }
  ul.submenu.level-3>.has-submenu>a:after,
  ul.submenu.level-4>.has-submenu>a:after,
  ul.submenu.level-5>.has-submenu>a:after {
    content: none;
  }
  nav.navigation-primary>ul>li:nth-child(1) ul>li {
    width: auto;
  }
  .mobile_navigation ul li>.child-trigger {
    width: 30px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 36px;
    color: #ccc;
    text-align: center;
    font-family: 'FontAwesome';
    cursor: pointer;
  }
  .mobile_navigation ul li>.child-trigger:after {
    content: "\f105";
  }
  .mobile_navigation ul li>.child-open:after {
    content: "\f107";
  }
  nav.navigation-primary>ul>li:nth-child(2) ul>li {
    margin: 0;
  }
  .mobile_navigation ul.submenu.level-1,
  .mobile_navigation ul.submenu.level-2,
  .mobile_navigation ul.submenu.level-3,
  .mobile_navigation ul.submenu.level-4,
  .mobile_navigation ul.submenu.level-5 {
    display: none;
  }
  .search-block-form input {
    font-size: 26px;
    top: 15px;
    height: 50px !important;
  }
  .header_search_inner.search_block {
    height: 80px;
  }
  .close-search-bar {
    top: 20px;
  }
  .header__search a.search-close {
    line-height: 80px;
  }
  .header__search .hs-search-field__suggestions {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px){
  /*
  header.header.fixed {
    background-image: linear-gradient(to top,rgba(0,0,0,0),#000000);
  }
  */
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 501;
    /* background-color: rgb(33, 43, 51); */
  }
  .header__search a { 
    line-height: 100px;
    -webkit-transition: line-height 0.3s linear;
    -moz-transition: line-height 0.3s linear;
    -o-transition: line-height 0.3s linear;
    -ms-transition: line-height 0.3s linear;
    transition: line-height 0.3s linear;
  }
  .fixed-transition .header__search a{
    line-height: 60px;
  }
  .header.fixed-transition {
    opacity: 0.95;
    box-shadow: 0 1px 1px -1px rgba(0,0,0,0.2)
  }
}
@media (max-width:991px){
  .mobile_navigation ul {
    background-color: #ffffff; /* was #232D37 !important; */
  }
  nav.navigation-primary>ul>li:nth-child(1) .level-4, nav.navigation-primary>ul>li:nth-child(1) .level-5{
    top:0;
  }
}
@media (max-width:767px){

  .search-toggle {
    width: 16.66666667%;
  }
  .header_search_inner.search_block .page-center {
    display: flex;
  }
  .search-block-form {
    width: 83.33333333% !important;
  }

  .close-search-bar {
    width: 16.66666667%;
  }
  header .mobile_navigation nav.navigation-primary ul li a {
    border: 0 !important;
  }

  .mobile_navigation nav.navigation-primary ul li {
    border-top: 0 !important;
    border-bottom: 1px solid #343638 !important;
  }
}

@media(max-width:600px){
  .header__container {
    height: 81px;
    align-items: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  white-space: normal
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}


.footer-section {
  font-size: 13px;
  padding: 20px 0 0;
  font-family: "Nunito Sans";
  line-height: 18.57px;
}

.footer__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__container:before {
  content: " ";
  display: table;
}

.footer__container:after {
  content: " ";
  display: table;
  clear: both;
}

.footer_row {
  margin-left: -15px;
  margin-right: -15px;
}

.footer_row:before {
  content: " ";
  display: table;
}

.footer_row:after {
  content: " ";
  display: table;
  clear: both;
}

.footer_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer_column .footer_column_wrapper {
  padding: 10px 0 0 0;
}

.footer_column .footer_content p {
  line-height: 24px;
  margin: 0 0 10px;
  font-family: "Nunito Sans";
  font-size: 13px;
}

.footer_column .footer_content a {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  font-family: "Nunito Sans";
  font-size: 13px;
}

.trademark:after {
  content: "TM";
  vertical-align: super;
  font-size: 0.5em;
}

.footer_column .social-icons {
  width: 100%;
  height: 20px;
}

.footer_column .footer_content ul.pull-right {
  float: right;
  margin: 0 0 10px 40px;
}

.footer_column .footer_content ul.pull-right> li {
  font-size: 12px;
  height: 20px;
  margin: 0;
  padding-bottom: 0;
  display: inline;
  float: left;
  margin-right: 4px;    
}

.footer_column .footer_content ul.pull-right> li> a {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
}

.footer_column .footer_content .fa {
  padding: 10px 0px 4px 8px;
  border-radius: 200px;
  width: 42px;
  height: 42px;
}

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

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.footer {
  padding: 20px 0 17px;
  font-size: 12px;
  line-height: 2.33;
  letter-spacing: 0.7px;
}

.footer .footer__copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.footer .footer__copyright .social a {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  font-size: 24px;
  padding: 3px;
  width: 24px;
}

.footer .footer__copyright .social svg {
  box-sizing: border-box;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.footer .footer__copyright .social a svg path { fill:rgba(91,127,148,1.0); transition: all 0.3s ease; }
.footer .footer__copyright .social a:hover svg path { fill:rgba(255,97,67,1.0); }

.footer .footer__copyright p {
  line-height: 24px;
  margin: 0 0 10px;
  font-family: "Nunito Sans";
  font-size: 12px;
}

#page-tools {
  position: fixed;
  z-index: 9999;
  right: 30px;
  bottom: -100px;
  -webkit-transition: bottom 0.3s linear;
  -moz-transition: bottom 0.3s linear;
  -o-transition: bottom 0.3s linear;
  -ms-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
}

#page-tools.active {
  bottom: 10px;
}


#page-tools span {
  background: #5b7f94;
  color: #FFF;
  width: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.8;
}

.fa-angle-double-up:before {
  content: "\f102";
}

.footer__container {
  max-width: 100%;
}

/*-Media-Query-*/

@media (min-width: 768px) {
  /*
  .footer__container {
    max-width: 750px !important;
  }
  */
  .footer_column {
    width: 25%;
    float: left;
  }
  .footer .footer__copyright {
    width: 100%;
    float: left;
  }
}

@media (min-width: 992px) {
  /*
  .footer__container {
    max-width: 970px !important;
  }
  */
  .footer_column {
    width: 25%;
    float: left;
  }
  .footer .footer__copyright {
    width: 100%;
    float: left;
  }
}

@media (min-width: 1200px) {
  /*
  .footer__container {
    max-width: 1170px !important;
  } */
  .footer_column {
    width: 25%;
    float: left;
  }
  .footer .footer__copyright {
    width: 100%;
    float: left;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .resp {
    width: 50%;
    float: left;
  }
  #page-tools {
    font-size: 8px;
  }
}

@media(max-width:767px){
  #page-tools {
    font-size: 8px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */


.hs-blog-main-wrapper {
  padding-top: 29px;
}

.view-filters {}

.view-filters label {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}

.view-filters div#edit-field-news-media-type-tid-wrapper {
  float: left;
  padding: .5em 1em 0 0;
}

.view-filters .views-submit-button {
  float: left;
  padding: .5em 1em 0 0;
}
.view-filters select#edit-field-news-media-type-tid {
  border-bottom: 1px solid rgba(0,0,0,0.42);
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  outline: none;
  font-size: 14px;
  color: #848688;
  margin: 0;
  max-width: 100%;
  display: block;
  cursor:pointer;
}
.view-filters .views-submit-button input#edit-submit-blog {
  margin-top: 1.6em;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: medium none;
  padding: 8px 16px;
  transition: all 0.2s ease-in-out 0s;
  width: auto;
  margin-bottom: 0;
  background: #5b7f94;
  color: #FFF;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
}

.view-filters .views-submit-button input#edit-submit-blog:hover {
  color: #333;
  text-decoration: none;
}

.hs-blog-listing .hs-blog-main-wrapper .page-center {
  display: flex;
}
.media-vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.blog-pagination a.active {
  font-weight: bold;
}
.media-vimeo-video iframe, .media-vimeo-video object, .media-vimeo-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hs-blog-main-wrapper.single-post .media-vimeo-video {
  margin-bottom: 10px;
}
.hs-blog-listing .blog-content {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-blog-listing .blog-sidebar {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-post-listing .post-item .row {
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
.hs-blog-listing .left-col {
  width: 41.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-blog-listing .right-col {
  width: 58.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.media .mediahover {
  background: none repeat scroll 0 0 rgba(0,0,0,0.6);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s linear 0s;
  width: 100%;
}
.hs-blog-listing  .date {
  float: left;
  height: 0;
  position: relative;
  text-align: center;
  top: 20px;
  z-index: 9;
}
.date .day {

  border-radius: 0 2px 0 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 0;

}
.date .month {
  border-radius: 0 0 2px;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.07) inset;
  color: #FFFFFF;
  padding: 0 10px 2px;
}
.date span {
  background: none repeat scroll 0 0 #5b7f94; 
  display:block;
}
.post .media .portfolio-image-zoom {
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  transition: all 0.3s linear 0s;
  width: 100%;
}
.mediahover {
  background: none repeat scroll 0 0 rgba(0,0,0,0.6);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s linear 0s;
  width: 100%;
}

.portfolio-image-zoom a {
  background-color: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 30px;
  color: #FFFFFF;
  display: block;
  font-size: 17px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -31px;
  margin-top: -31px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  width: 60px;
}

.post-img.media {
  position: relative;
}
.post-img.media img {
  width: 100%;
}
.post-img.media:hover .portfolio-image-zoom,
.post-img.media:hover .mediahover {
  opacity: 1;
  top: 0;
}
.portfolio-image-zoom a .fa-link{
  color:#fff; 
}

.portfolio-image-zoom a:hover .fa-link {
  color: #fff;
}

.hs-post-listing .post-item {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #eceef0;
  margin-top: 30px;
}

.hs-post-listing .post-item .content {
  display: flex;
}
.portfolio-image-zoom {
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  transition: all 0.3s linear 0s;
  width: 100%;
}
.field.field-name-field-media {
  margin: 0;
}
.hs-post-listing section.post-content {
  display: block;
}

.post-content .meta ul {
  list-style: none;
  line-height: 22px;
  margin: 1px 0 0 0;
  padding: 0;
}

.post-content .meta {
  margin: 0 0 10px 0;
}

.post-content .meta ul li {
  display: inline-block;
  font-weight: 200;
  color: #b9bec3;
  margin: 0 5px 0px 0;
  padding: 0 10px 0 0;
  font-style: italic;
  font-size: 12px;
}

.post-content .meta h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  font-weight: 800;
}

.post-content .meta h2 a {
  color: #2D3237;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.post-content .meta h2 a:hover {
  color: #ff6143;
}

.field.field-name-field-media {
  margin: 0;
}
.post-content p{
  margin-bottom: 19px; 
}
.post-content .button {
  border: solid 1px #5b7f94;
  color: #5b7f94;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: medium none;
  padding: 8px 16px;
  transition: all 0.2s ease-in-out 0s;
  width: auto;
  line-height: 1.42857143;
}

.post-content .button:hover{
  text-decoration: none;
  color: #FFF;
  background: #5b7f94; 
}

/*listing side sidebar */


.headline {
  color: #2D3237;
  font-size: 14px;
  font-weight: 800;
  padding-right: 10px;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.brd-headling {
  border-bottom: 3px solid #ff6143;
  margin: 0 0 25px;
  width: 81px;
  display: block;
}
.hs-blog-main-wrapper.single-post .post-featured-image {
  margin-bottom: 10px;
}
.field-type-media iframe, .field-type-media object, .field-type-media embed {
  width: 100%;
}
iframe{
  border:none;
}
.sidebar-bar {
  margin-top: 35px;
}
.blog-post__body ul {
  line-height: 1.42857143;
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.tabber-wrap.blog-tabber {
  padding-top: 10px;
  padding-bottom: 22px;
}
.blog-post__body ul ul {
  list-style: unset;
}
.tabber-wrap.blog-tabber .tabber-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.tabber-wrap.blog-tabber .tabber-tabs li {
  border-bottom: 1px solid #f5f5f5;
  line-height: 35px;
  margin-bottom: -1px;
}

.tabber-wrap.blog-tabber .tabber-tabs li a {
  background: #eee;
  border-radius: 2px 2px 0 0;
  color: #848688;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  outline: medium none;
  padding: 0 20px;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  line-height: 38px;
  margin-right: 2px;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabber-wrap.blog-tabber .tabber-tabs li.active a {
  background-color:#fff!important; 
  border-bottom-color: transparent;
}
.tabber-wrap.blog-tabber .tabber-tabs li.active a:hover{
  border-color: #ddd;
  background: #fff;
  color: #848688;
  cursor: default;
  border-bottom-color: transparent;

}
.tabber-wrap.blog-tabber .tabber-tabs li a:hover{
  border-color: #428bcb;
  background: #eee;
  color: #000;
  cursor: pointer;
}

.tabber-content {
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 10px;
}

.tabber-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.tabber-content ul li {
  min-height: 94px;
  border-bottom: 1px solid #f5f5f5;
  line-height: 35px;
}
.tabber-content ul li {
  padding: 10px 0 14px 0 !important;
  clear: both;
  margin: 0 10px 0 10px !important;
  border-bottom: 1px solid #f5f5f5;
  line-height: 35px;
  min-height: 94px;
}


.tabber-content ul li:first-child {
  padding-top: 23px !important;
}

.tabber-content ul li:last-child {
  border-bottom: 0 none;
  margin-bottom: 25px !important;
}
.blog-tabber .file.file-image img {
  border: 5px solid #F2F4F6;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  transition: all 200ms ease-in-out 0s;
  width: 75px;
  height: 75px;
}

.blog-tabber .file.file-image img {
  border: 5px solid #F2F4F6;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  transition: all 200ms ease-in-out 0s;
  width: 75px;
  height: 75px;
}
.blog-tabber .file.file-image img:hover{
  border: 5px solid #5b7f94; 
}

.views-field.views-field-title .field-content {
  max-height: 44px;
  display: block;
  height: 44px;
  overflow: hidden;
}

.views-field.views-field-title .field-content a {
  color: #5b7f94;
  line-height: 35px;
}

.views-field.views-field-title .field-content a:hover {
  color: #ff6143;
}

li.views-row .clear-fix span {
  line-height: 35px;
  display: flex;
  align-items: revert;
}

.blog-tabber .file.file-image .content {
  width: 75px;
  height: 75px;
  border: 5px solid #f2f4f6;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  transition: all 200ms ease-in-out 0s;
  background-size: cover;
  background-position: center;
}

.blog-tabber .file.file-image .content img {
  display: none;
}

.blog-tabber .file.file-image .content:hover {
  border: 5px solid #5b7f94;
}
.tabber-wrap.blog-tabber .tabber-tabs li a {
  background-color: #F2F4F6;
  border: 1px solid transparent;
}

.tabber-wrap.blog-tabber .tabber-tabs li.active > a {
  background-color: #fff !important;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.tabber-wrap.blog-tabber .tabber-tabs li.active>a:hover {
  color: #555;
}
/*pagination  */

.blog-pagination {
  padding-bottom: 50px;
  margin: 0 0 0.75em 0;
}

.blog-pagination a:first-child {
  margin-left: 0!important;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.blog-pagination a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  line-height: 1.42857143;
  text-decoration: none;
  margin-left: -5px!important;
  position: relative;
  color: #428bca;
}

.blog-pagination a:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.blog-pagination a:first-child > svg, .blog-pagination a:last-child > svg {
  display: none;
}
.blog-pagination a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #2a6496;
}
.blog-pagination a.blog-pagination__link--active {
  font-weight: 700;
}

@media (max-width:992px){

  .hs-blog-listing .blog-content {
    width: 100%;
  }

  .hs-blog-listing .blog-sidebar {
    width: 100%;
  }

  .hs-blog-listing .hs-blog-main-wrapper .page-center {
    display: block;
  }

  .hs-post-listing .post-item .row {
    display: block;
  }

  .hs-blog-listing .left-col {
    width: 100%;
  }

  .hs-blog-listing .right-col {
    width: 100%;
  }
}

@media (max-width:480px){
  .tabber-wrap.blog-tabber .tabber-tabs {
    display: block;
  }

  .tabber-wrap.blog-tabber .tabber-tabs li a {
    margin: 0;
  } 

}



/*  single Blog Post */
.hs-blog-main-wrapper.single-post {
  padding-top: 30px;
}
.single-post .page-center {
  display: flex;
}

.single-post .blog-content {
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}


.single-post .blog-sidebar {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-blog-main-wrapper.single-post .post-featured-image img {
  width: 100%;
  display: flex;
}
.post-format {
  float: left;
  border-right: 1px solid #ECEEF0;
  margin-right: 20px;
  padding: 5px 15px;
  margin-top:22px;
}

.post-format h4 {
  color: #E2E4E6;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.post-format h2 {
  border-bottom: 1px solid #ECEEF0;
  color: #B9BEC3;
  font-size: 36px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding-bottom: 20px;
  text-align: center;
}
.blog-sidebar ul {
  box-shadow: none!important;
}
.single-post .post-content {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #eceef0;
}

.blog-post__body {
  margin-left: 93px; 
}
.single-post  .share-post .social-share .social-share-linkedin {
  background: #4393cc;
}
.single-post  .share-post .social-share .social-share-twitter {
  background: #2aa7de;
}
.share-post .social-share .social-share-linkedin:before {
  content: "\f0e1";
  font-family: FontAwesome;
  color:#fff;
  font-size: 14px;
}
.single-post  .share-post .social-share .social-share-twitter:before {
  content: "\f099";
  font-family: FontAwesome;
  color:#fff;
  font-size: 14px;
}
.single-post  .share-post .social-share a {
  font-size: 0;
  height: 30px;
  line-height: 30px;
  width: 70px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.single-post .share-post {
  margin-top: 30px;
  margin-left: 93px;
}
.single-post .sidebar-about {
  display: grid;
}
.post-content .meta {
  overflow: hidden;
}

.post-content .meta h2 a {
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hs-blog-post .custom-simple-banner .simple-banner-title {
  position: relative;
  top: 0;
  padding-top: 83px;
  margin-top: 100px;
}

.hs-blog-post .simple-banner-img {
  display: none;
}

.hs-blog-post .custom-simple-banner {
  min-height: 290px;
  height: auto;
  background-size: cover;
}

.hs-post-listing .post-item:not(.has-media) .right-col {
  width: 100%;
}

.hs-blog-post .blog-post__body a:focus,.hs-blog-post .blog-post__body a:active {
  color: rgba(91,127,148,1.0);
}


.hs-blog-post .blog-post__body a:hover {
  color: rgba(255,97,67,1.0);
}
@media (max-width:991px){
  .single-post .page-center {
    display:block;
  }
  .single-post .blog-content {
    width: 100%;

  }
  .single-post .blog-sidebar {

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  } 
  .hs-blog-main-wrapper.single-post {
    padding-top: 60px;
  }
  .hs-blog-post .custom-simple-banner .simple-banner-title {
    position: relative;
    top: 0;
    padding-top: 83px;
    margin-top: 82px;
  }
}
@media(max-width:767px){
  .hs-blog-post .custom-simple-banner .simple-banner-title {
    margin-top: 1px;
  }

  .blog-post__body iframe {
    width: 100%;
  }
}
@media(max-width:480px){
  .tabber-wrap.blog-tabber .tabber-tabs li a {
    border: solid 1px #ddd !important;
    margin: 0;
  }
  .hs-blog-post .custom-simple-banner .simple-banner-title {
    padding-top: 79px;
  }
  .blog-post__body {
    margin-left: 89px;
  }
  .post-format {
    margin-right: 15px;
  }
}

/* blog social sharing icon styles */
.social-square {
    display: inline-block;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
    position: relative;
    transition: all 0.3s ease;
}
.social-square:hover { transform:scale(1.1); }
.social-square + .social-square { margin-left: 10px; }
.social-square a { opacity:0; position:absolute; top:0; right:0; bottom:0; left:0; overflow:hidden; }
.bg-linkedin {
	background-image:url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 72 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill:rgb(255,255,255);fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="linkedin-in.svg" transform="matrix(0.16065,0,0,0.16065,36.0145,41.1103)"><g transform="matrix(1,0,0,1,-224,-256)"><path d="M100.28,448L7.4,448L7.4,148.9L100.28,148.9L100.28,448ZM53.79,108.1C24.09,108.1 0,83.5 0,53.8C-0,24.292 24.282,0.01 53.79,0.01C83.298,0.01 107.58,24.292 107.58,53.8C107.58,83.5 83.48,108.1 53.79,108.1ZM448,448L355.22,448L355.22,302.4C355.22,267.7 354.52,223.2 306.93,223.2C258.64,223.2 251.24,260.9 251.24,299.9L251.24,448L158.46,448L158.46,148.9L247.54,148.9L247.54,189.7L248.84,189.7C261.24,166.2 291.53,141.4 336.72,141.4C430.72,141.4 448,203.3 448,283.7L448,448Z" style="fill:rgb(255,255,255);fill-rule:nonzero;"/></g></g></svg>');
}
.bg-twitter {
	background-image:url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 72 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill:rgb(255,255,255);fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="icon-twitterx.svg" transform="matrix(3.3125,0,0,3.3125,36,36)"><g transform="matrix(1,0,0,1,-12,-12)"><g><path d="M18.244,2.25L21.552,2.25L14.325,10.51L22.827,21.75L16.17,21.75L10.956,14.933L4.99,21.75L1.68,21.75L9.41,12.915L1.254,2.25L8.08,2.25L12.793,8.481L18.244,2.25ZM17.083,19.77L18.916,19.77L7.084,4.126L5.117,4.126L17.083,19.77Z" style="fill:rgb(255,255,255);fill-rule:nonzero;"/></g></g></g></svg>');
}
.social-square {
	box-sizing: border-box;
	height: 30px;
	width: 70px;
}
.twitter-blue { background-color:#1DA1F2; }
.linkedin-blue { background-color:#0077B5; }
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.systems-page form {
  max-width: 767px;
}
input#hs-pwd-widget-password {
  height: 40px !IMPORTANT;
  display: block;
  border-style: solid;
  width: 100% !IMPORTANT;
  padding: 10px 10px;
}
.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;
}
.content-wrapper .error-page {
  padding-left: 15px;
  padding-right: 15px;
}
.systems-page {
  padding: 3rem 15px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}

.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;
}
.content-wrapper{
  margin:0 auto;
}
.error-page { 
  z-index: 1;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
} 
.custom-system-wrapper{
  background:#fff;
  padding:100px 0;
}
.header-with-bg .custom-transparent-bg .banner-section {
  margin: 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.lp .mobile_toggle_icon{
  opacity:0 !important;
  visibility:hidden;
  pointer-events:none;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}

.systems-page  input#hs-login-widget-remember {
  display: inline-block;
}
@media (max-width:767px) {
  .systems-page h1 {
    font-size: 26px;
  }

  .systems-page h2 {
    font-size: 21px;
  } 
  .custom-system-wrapper {
    padding: 20px 0;
  }
}