/*!
Theme Name: 	Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for .
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  /*@include mq(mediumv) {
    font-size:.875em;
  }
  @include mq(smallv) {
    font-size:.75em;
  }*/ }

.display-font-size {
  font-size: 1.875em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 2.25em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 2.5em; } }

.xlarge-font-size {
  font-size: 1.5em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 1.8em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 2em; } }

.large-font-size {
  font-size: 0.984375em; }
  @media (min-width: 40em) {
    .large-font-size {
      font-size: 1.18125em; } }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 1.6875em; } }

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .medium-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .medium-font-size {
      font-size: 1.3125em; } }

.base-font-size {
  font-size: 1em; }
  @media (min-width: 40em) {
    .base-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .base-font-size {
      font-size: 1.125em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 1.875em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #477DCA; }
  @media (min-width: 40em) {
    h1 {
      font-size: 2.25em; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 1.5em;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.8em; } }
  @media (min-width: 60em) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 0.984375em;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h3 {
      font-size: 1.18125em; } }
  @media (min-width: 60em) {
    h3 {
      font-size: 1.6875em; } }

h4 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h4 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h4 {
      font-size: 1.3125em; } }

h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h5 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h5 {
      font-size: 1.125em; } }

h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h6 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h6 {
      font-size: 1.125em; } }

p {
  margin: 16px 0;
  font-size: 1em; }

.emph {
  font-size: 1.3125em;
  font-weight: normal; }
  @media (min-width: 40em) {
    .emph {
      font-size: 1.509375em; } }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: underline;
  /* &:active,
  &:focus {
    color: $hover-link-color;
    outline: none;
  }*/ }
  a:hover {
    color: #2c5999; }

hr {
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  padding: 0;
  margin: 0; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #eeeeee;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #d5d4d4; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  select:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
  width: auto !important; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%; }

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important; }

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important; }

.hs-error-msgs {
  color: red; }

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.5em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ol li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.125em;
    line-height: 1.5em; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }

/* Tables */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white; }

.spec-thead {
  display: block; }

.spec-table-row {
  display: block;
  width: 100%; }

.spec-cell {
  display: block;
  border: 0.2em solid #ffffff;
  padding: .5em .8em;
  vertical-align: top; }
  .spec-cell p {
    margin: .5em 0; }
  .spec-cell > ul {
    margin: .5em 0; }
    .spec-cell > ul > li {
      margin-bottom: 0 !important; }
      .spec-cell > ul > li ul {
        padding: 0 0 0 1.8em; }
  .spec-cell input,
  .spec-cell select {
    width: 100%; }

.spec-col {
  display: table-column; }

.spec-col-1 {
  width: 100%; }

.spec-col-2 {
  width: 100%; }

@media (min-width: 40em) {
  .spec-table {
    display: table; }
  .spec-thead {
    display: table-header-group; }
  .spec-table-row {
    display: table-row; }
  .spec-cell {
    display: table-cell; }
    .spec-cell p {
      font-size: 1em; }
  .spec-spec-col-1 {
    width: 30%; }
  .spec-spec-col-2 {
    width: 70%; } }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .btn-alt, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input[type="submit"]:hover, .btn-download:hover, .btn-arrow:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white; }
  .btn:disabled, button:disabled,
  input[type="submit"]:disabled, .btn-download:disabled, .btn-arrow:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow {
  background-color: #477DCA; }
  .btn:hover, button:hover,
  input[type="submit"]:hover, .btn-download:hover, .btn-arrow:hover {
    background-color: #3264ac; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after {
    background-color: #3264ac; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #477DCA; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #3264ac; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #3264ac; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.btn-download, .btn-alt-download, .btn-arrow, .btn-alt-arrow {
  padding-right: 4em; }
  .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow:after {
    content: '';
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3em;
    position: absolute;
    background-position: center center;
    background-size: 1.5em;
    background-repeat: no-repeat;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear; }
  .btn-download:hover:after, .btn-alt-download:hover:after, .btn-arrow:hover:after, .btn-alt-arrow:hover:after {
    background-size: 2em; }

.btn-download:after {
  background-image: url(img/ico-download.svg); }

.btn-alt-download:after {
  background-image: url(img/ico-download.svg); }

.btn-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg); }

.btn-alt-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg); }

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff;
  text-align: left; }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    font-family: "Open Sans", sans-serif; font-weight: 600; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent; } }

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid white;
  background-color: #ffffff;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.0625em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 2.8125em;
    line-height: 2.8125em;
    color: #414042;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #414042; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #414042; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(img/arrow-dropdown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    display: block;
    width: 40px;
    height: 45px;
    position: absolute;
    background-color: #f7f7f7;
    right: 0;
    top: 0; }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
    @media (min-width: 60em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; } }
  .sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,
  .hs-menu-depth-1.has-subnav > a,
  .hs-menu-depth-1.menu-item-has-children > a,
  .hs-menu-depth-1.hs-item-has-children > a {
    padding-right: 2.5em; }
    .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
    .hs-menu-depth-1.has-subnav > a span,
    .hs-menu-depth-1.menu-item-has-children > a span,
    .hs-menu-depth-1.hs-item-has-children > a span {
      padding-right: 0em;
      background-image: none;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.75em;
      display: block; }
    .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
    .hs-menu-depth-1.has-subnav > a.active span,
    .hs-menu-depth-1.menu-item-has-children > a.active span,
    .hs-menu-depth-1.hs-item-has-children > a.active span {
      transform: rotate(180deg); }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: transparent; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 2.8125em;
      float: left;
      border-bottom: 0;
      border-right: none;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center;
      background-color: transparent;
      margin-left: 1.0625em;
      /*
    &:nth-child(1n) {
      width:20%;
    }
    &:nth-child(2n) {
      width:20%;
    }
    &:nth-child(3n) {
      width:20%;
    }
    &:nth-child(4n) {
      width:20%;
    }
    &:nth-child(5n) {
      width:20%;
    }*/ }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.0625em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        color: #414042; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #414042; }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block; }
      .sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,
      .hs-menu-depth-1.has-subnav > a,
      .hs-menu-depth-1.menu-item-has-children > a,
      .hs-menu-depth-1.hs-item-has-children > a {
        padding-right: 0; }
        .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
        .hs-menu-depth-1.has-subnav > a span,
        .hs-menu-depth-1.menu-item-has-children > a span,
        .hs-menu-depth-1.hs-item-has-children > a span {
          padding-right: 1em;
          background-size: 0.625em;
          display: inline; }
        .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
        .hs-menu-depth-1.has-subnav > a.active span,
        .hs-menu-depth-1.menu-item-has-children > a.active span,
        .hs-menu-depth-1.hs-item-has-children > a.active span {
          background-image: url(img/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      background-color: transparent; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.0625em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        color: #414042; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #414042; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      text-align: left;
      left: 0;
      top: 100%;
      z-index: 99;
      min-width: 15.625em;
      border-bottom: 2px solid #05a2ce; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #2d73c0; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0.3125em 1em;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    text-decoration: none;
    line-height: 2.25em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.0625em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #235a97; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #2d73c0; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 0.5em;
        line-height: 2.25em;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-right: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.0625em;
          white-space: nowrap; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #235a97; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block;
          margin: -1.5625em;
          padding: 1.5625em; } }
  @media (min-width: 80em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      background-color: #2d73c0; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 0.5em;
        line-height: 2.25em;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-right: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.0625em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #235a97; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-3 {
      position: absolute;
      top: 0;
      left: 100%;
      min-width: 11.25em; }
      .sn-level-3.active {
        display: none; } }

.sn-li-l3 {
  background-color: #00a6cf; }

.site-nav-container {
  background-color: #ffffff;
  width: 17em;
  height: 100%;
  right: -17em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      padding-top: 9px; } }

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #477DCA !important;
  font-family: "Ubuntu", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1em; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0; } }

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap {
      padding: 2.5em 0.9375em 2.5em 0.9375em; } }

/*=============== Sections ===============*/
/*=============== Media Object ===============*/
/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 1.5em;
  background-color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header {
    background-color: #2059a8; }
    .click-expand.active .ce-header:after {
      content: "";
      position: absolute;
      color: #ffffff;
      background-image: url(img/ico-minus.svg);
      width: 13px;
      height: 2px;
      background-size: 13px 2px;
      background-repeat: no-repeat; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 0 12px 1.5em 12px;
    display: block;
    padding: 0; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #eeeeee; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 2.375em;
  padding-right: 2.375em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  background-color: #2059a8;
  color: #ffffff;
  font-weight: 500;
  text-transform: none;
  text-transform: uppercase; }
  .ce-header:after {
    content: "";
    background-image: url(img/ico-plus.svg);
    color: #ffffff;
    padding-left: 8px;
    position: absolute;
    right: 1em;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%); }
  .ce-header:focus:not(:hover):not(:active) {
    outline: 2px dashed #006129;
    outline-offset: 2px; }

.ce-body {
  display: none;
  opacity: 0;
  background-color: #eeeeee; }
  .ce-body p {
    font-size: 1em; }

@-webkit-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #477DCA; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both; }

figure {
  margin: 0;
  padding: 0; }

.wp-pagenavi > * {
  margin-right: .75em; }

/*=============== Lightbox / Magnific Popup  ===============*/
/*=============== Layouts  ===============*/
@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0; }
    .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.three-column .additional-content:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; } }

.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

/*=============== Site Header ===============*/
.dest-warp {
  background-image: url(img/inner-page-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  .dest-warp.contact-us {
    background-image: url(img/Contact-Us-Banner.jpg); }
  .dest-warp.Infrastructure-Banner {
    background-image: url(img/Infrastructure-Banner.jpg); }
  .dest-warp.Industries-We-Serve-Banner {
    background-image: url(img/Industries-We-Serve-Banner.jpg); }
  .dest-warp.ABOUT-US-Banner {
    background-image: url(img/ABOUT-US-Banner.jpg); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 99; }
  .site-header .inner-wrap {
    padding-bottom: 0;
    padding-top: 1.25em; }

.site-logo {
  display: block;
  max-width: 13.875em;
  width: 100%;
  margin: 12px auto 10px !important; }
  .site-logo img {
    display: block;
    width: 100%; }
  @media (min-width: 60em) {
    .site-logo {
      display: inline-block;
      vertical-align: top;
      margin: 12px auto 10px !important; } }

.sh-utility-nav {
  text-align: right;
  float: right;
  /* @include mq(mediumv) {
    .social-wrap {
    width: 9em;
  }
  }*/ }
  .sh-utility-nav .social-wrap {
    width: 7em;
    display: inline-block; }
    .sh-utility-nav .social-wrap a {
      width: 25px; }
      .sh-utility-nav .social-wrap a img {
        width: 25px; }
  @media (min-width: 40em) {
    .sh-utility-nav {
      text-align: right;
      float: right; }
      .sh-utility-nav .social-wrap {
        display: inline-block; } }

.sh-icons {
  float: right; }

.sh-ico-search, .sh-ico-menu {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 1.2em;
  width: 2em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none; }
  .sh-ico-search span, .sh-ico-menu span {
    font-size: .75em; }

.sh-ph {
  margin: 0; }
  .sh-ph i {
    font-style: normal; }
  @media (min-width: 40em) {
    .sh-ph {
      font-size: 1.3125em; } }

.sh-ico-search {
  background-image: url(img/ico-search.svg); }

.sh-ico-menu {
  background-image: url(img/ico-nav.svg); }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro .inner-wrap {
  padding-top: 19em;
  padding-bottom: 3.125em; }

@media (min-width: 40em) {
  .site-intro .inner-wrap {
    padding-top: 23.25em;
    padding-bottom: 1.3125em; } }

.page-intro {
  position: relative;height: 560px; }
  .page-intro::before {
    content: '';
    background-color: #008387;
    width: 100%;
    height: 2.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity:0; }
  .page-intro .inner-wrap {
    padding-top: 380px;
    position: relative;
    padding-bottom: 10px; }
@media (min-width: 40em) {
  .page-intro {
    height: 390px;
  }
}
.si-content {
  /*background-image: url(img/si-bg-content.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;*/ }

.si-header {
  font-size: 87px;
  font-family: 'Conv_Hello';
  color: #216b0a;
  line-height: 97px;
  font-weight: normal;
  margin-bottom: 14px; }

.si-text {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 500;
  max-width: 445px;
  margin: 0 0 25px;
  color: #414042; }

.home-slider ul li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom; }

.breadcrumb-menu {
  color: #ffffff;
  display: none; }
  .breadcrumb-menu a {
    color: #ffffff;
    text-decoration: none; }
    .breadcrumb-menu a:hover {
      text-decoration: underline; }

/*=============== Site Content ===============*/
/*=============== Site Footer ===============*/
.site-footer {
  background-color: #477DCA;
  text-align: center;
  color: #414042;
  position: relative; }
  @media (min-width: 60em) {
    .site-footer {
      text-align: left; } }

.sf-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left; }

.sf-address p {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0;
  width: 90%; }

.sf-title {
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 15px; }

.sf-four-col > div {
  padding-bottom: 1.25em; }

@media (min-width: 60em) {
  .sf-four-col {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .sf-four-col > div {
      padding-bottom: 0;
      border-right: 2px solid #06a8d0; }
      .sf-four-col > div.sf-address {
        -webkit-flex-basis: 29.235915493%;
        -moz-flex-basis: 29.235915493%;
        flex-basis: 29.235915493%;
        -ms-flex-preferred-size: 29.235915493%; }
      .sf-four-col > div.sf-contact {
        -webkit-flex-basis: 31.6021126761%;
        -moz-flex-basis: 31.6021126761%;
        flex-basis: 31.6021126761%;
        -ms-flex-preferred-size: 31.6021126761%;
        padding-left: 3.660322108345534%; }
      .sf-four-col > div.sf-links {
        -webkit-flex-basis: 18.926056338%;
        -moz-flex-basis: 18.926056338%;
        flex-basis: 18.926056338%;
        -ms-flex-preferred-size: 18.926056338%;
        padding-left: 3.294289897510981%; }
      .sf-four-col > div:last-child {
        -webkit-flex-basis: 24%;
        -moz-flex-basis: 24%;
        flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        border-right: none; } }

.sf-link li a {
  font-size: 13px;
  line-height: 25px;
  color: #414042;
  text-decoration: none; }
  .sf-link li a:hover {
    color: #477DCA;
    font-weight: bold; }

.sf-contact {
  font-size: 13px;
  line-height: 25px; }

.sf-small {
  background-color: #787a7e;
  text-align: right;
  color: #ffffff; }
  .sf-small .inner-wrap {
    padding-top: 7px;
    padding-bottom: 7px; }

.sf-copyright {
  display: block;
  font-size: 10px;
  line-height: 16px; }

img[name=pphLoggerImage] {
  display: none; }

/*============== Blue module ================*/
.blue-module {
  background-color: #06477e;
  color: #ffffff;
  text-align: center;
  border-top: 6px solid #ffffff; }
  .blue-module .inner-wrap {
    padding-top: 64px;
    padding-bottom: 56px; }

.blue-text {
  font-size: 18px;
  line-height: 33px;
  max-width: 54.9444444444em;
  width: 100%;
  margin: 0 auto; }
  .blue-text > span {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 10px; }
    .blue-text > span:last-child {
      display: nline-block;
      vertical-align: top;
      padding-left: 10px;
      padding-top: 6px; }

/*============== products module start ===========*/
.page-content h2 {
  font-size: 33px;
  line-height: 50px;
  background-image: url(img/heading-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: normal;
  margin-bottom: 16px; }
  .page-content h2.fcm-header {
    background-image: none;
    margin-bottom: 16px;
    margin-top: 0; }
    @media (min-width: 60em) {
      .page-content h2.fcm-header {
        margin-bottom: 0; } }
    @media (max-height: 46em) and (min-width: 60em) {
      .page-content h2.fcm-header {
        margin-bottom: 16px; } }

.page-content p {
  line-height: 30px; }

.our-product-module .inner-wrap {
  padding-top: 48px; }

.opm-header {
  font-size: 33px;
  line-height: 50px;
  background-image: url(img/heading-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: normal;
  margin-bottom: 35px; }

@media (min-width: 60em) {
  .opm-bucket {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .opm-bucket > div {
      -webkit-flex-basis: 33.33%;
      -moz-flex-basis: 33.33%;
      flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      margin-left: 0.625em;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      .opm-bucket > div:first-child {
        margin-left: 0; }
      .opm-bucket > div:hover .opm-item-link .opm-item-image img {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
      .opm-bucket > div:hover .opm-item-link .opm-item-image::before {
        opacity: 0; }
      .opm-bucket > div:hover .opm-item-link .opm-item-title {
        background-color: #06477e; } }

.opm-item-link {
  display: block;
  position: relative;
  color: #ffffff; }
  .opm-item-link:hover {
    color: #ffffff; }

.opm-item-image {
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  overflow: hidden; }
  .opm-item-image::before {
    content: '';
    background-color: #2499c6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.61;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
  .opm-item-image img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }

.opm-item-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #414042;
  font-size: 0.875em;
  list-style: 1.375em;
  padding-top: 0.7857142857em;
  padding-bottom: 0.7857142857em;
  padding-left: 0.7142857143em;
  padding-right: 0.7142857143em;
  width: 100%;
  height: 4.5714285714em;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

/*  ============  wireless-bms-solutions-module  ================*/
.wireless-bms-solutions-module {
  background-color: #e4e9ec; }
  .wireless-bms-solutions-module .inner-wrap {
    padding-bottom: 57px;
    padding-top: 47px; }

.wbsm-header {
  font-size: 35px;
  line-height: 50px;
  background-image: url(img/heading-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: normal;
  margin-bottom: 35px; }

@media (min-width: 40em) {
  .wbsm-item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 60em) {
  .wbsm-item-wrap {
    font-size: 1.25vw;
    flex-wrap: nowrap; } }

@media (min-width: 80em) {
  .wbsm-item-wrap {
    font-size: 16px; } }

.wbsmi-item {
  display: block;
  text-align: center;
  background-color: #c5c1bb;
  min-height: 14.375em;
  border-radius: 5px;
  overflow: hidden;
  max-width: 11.875em;
  color: #000000;
  text-decoration: none;
  margin: 0 auto 1.25em;
  /*@include mq(mediumv){
    min-height: em(198);
  }*/ }
  .wbsmi-item:hover {
    color: #ffffff;
    background-color: #414042; }
    .wbsmi-item:hover .wbsmi-title {
      color: #ffffff; }
  @media (min-width: 40em) {
    .wbsmi-item {
      flex-basis: 33.33333333333333%;
      max-width: 100%; } }
  @media (min-width: 60em) {
    .wbsmi-item {
      flex-basis: 20%;
      margin: 0;
      margin-left: 1.625em; }
      .wbsmi-item:first-child {
        margin-left: 0; } }

.wbsmi-image {
  display: block;
  width: 100%; }
  .wbsmi-image img {
    display: block;
    width: 100%; }

.wbsmi-title {
  font-size: 15px;
  color: #000000;
  display: block;
  line-height: 19px;
  padding-top: 10px;
  font-family: "Ubuntu", sans-serif; }

/*============== full-cta2-module =============*/
.full-cta2-module {
  background-image: url(img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  text-align: center; }
  .full-cta2-module .fcm-cta {
    -webkit-text-shadow: -4px 3px 5px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: -4px 3px 5px rgba(0, 0, 0, 0.75);
    text-shadow: -4px 3px 5px rgba(0, 0, 0, 0.75);
    background-color: rgba(5, 63, 128, 0.71);
    font-size: 32px; }
    .full-cta2-module .fcm-cta:hover {
      background-color: #00ad49; }
  .full-cta2-module .inner-wrap {
    padding-top: 64px;
    padding-bottom: 55px; }

/*===============    ==============*/
.product-module .inner-wrap {
  padding-bottom: 48px;
  padding-top: 48px; }

.tim-item-image {
  display: block;
  max-width: 21.4375em;
  width: 100%;
  margin: 0 auto; }
  .tim-item-image img {
    display: block;
    width: 100%;
    border: 1px solid #ccc; }

/*===============  new-module  ==============*/
.new-module {
  background-color: #e4e9ec; }

.nm-header, .pm-header {
  font-size: 33px;
  line-height: 50px;
  background-image: url(img/heading-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: normal;
  margin-bottom: 35px; }

@media (min-width: 60em) {
  .nm-bucket-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .nm-bucket-wrap > div {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      padding-right: 2.9375em; } }

.nm-image {
  max-width: 21.4375em;
  width: 100%;
  -webkit-box-shadow: -11px 9px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -11px 9px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: -11px 9px 5px 0px rgba(0, 0, 0, 0.11); }
  .nm-image img {
    display: block;
    width: 100%; }

.nm-title {
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0056b8;
  font-weight: 500;
  margin-bottom: 0; }

.nm-date {
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0056b8;
  font-weight: 500;
  margin-bottom: 0;
  display: block; }

/*===============  full-cta-module  ==============*/
.full-cta-module {
  background-image: url(img/full-cta-module.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  border-top: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  text-align: center; }
  .full-cta-module .inner-wrap {
    padding-top: 35px;
    padding-bottom: 37px; }

.fcm-header {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px !important;
  text-shadow: -4px 3px 5px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-weight: normal; }
  @media (min-width: 60em) {
    .fcm-header {
      margin-bottom: 0;
      padding-right: 32px;
      margin-top: 0; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .fcm-header {
      margin-bottom: 16px;
      margin-top: 0; } }

.fcm-cta {
  font-size: 18px;
  background-color: #1e78a2;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 10px;
  vertical-align: middle;
  font-weight: normal; }
  .fcm-cta.sh-cta {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top; }
    @media (min-width: 60em) {
.contact-us-two{
 display:flex;
}
.contact-us-two > div{
  flex-basis: 32.33%;
  margin-right:1%; 
  }
}
/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em; }

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0; }

.search-text {
  font-size: .8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .5em;
  margin-bottom: 0 !important; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(img/ico-search.svg) no-repeat center center !important; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #477DCA;
  height: 6em;
  margin-top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    margin-top: 0; }
  .search-module .inner-wrap {
    padding: 0.3em 1.5em 1em; }

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0; }

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative; }
  @media (min-width: 40em) {
    .main-content {
      display: inline; } }

@media (max-width: 40em) {
  .height {
    max-height: 15.625em; }
    .height:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      bottom: 0;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 1; }
  .heightAuto {
    max-height: 312.5em; }
    .heightAuto:before {
      display: none; } }

.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #477DCA;
  padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .link {
      display: none; } }

.two-col {
  padding-bottom: 5em; }
  @media (min-width: 60em) {
    .two-col {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .two-col > div {
        -webkit-flex-basis: 65.2777777778%;
        -moz-flex-basis: 65.2777777778%;
        flex-basis: 65.2777777778%;
        -ms-flex-preferred-size: 65.2777777778%; }
        .two-col > div.sub-image {
          -webkit-flex-basis: 34.6354166667%;
          -moz-flex-basis: 34.6354166667%;
          flex-basis: 34.6354166667%;
          -ms-flex-preferred-size: 34.6354166667%;
          padding-top: 5em; }
      .two-col.contact-us-two > div {
        -webkit-flex-basis: 34%;
        -moz-flex-basis: 34%;
        flex-basis: 34%;
        -ms-flex-preferred-size: 34%; }
        .two-col.contact-us-two > div.sub-image {
          -webkit-flex-basis: 65%;
          -moz-flex-basis: 65%;
          flex-basis: 65%;
          -ms-flex-preferred-size: 65%;
          padding-top: 2.5em; } }

@media (min-width: 40em) {
  .text-two > ul {
    width: 48%;
    display: inline-block;
    vertical-align: top; }
    .text-two > ul li {
      font-size: 15px; } }
@media (min-width: 60em) {
  .text-two > ul[rel="left-col"]{
    width: 56%;
  }
  .text-two > ul[rel="right-col"]{
    width: 40%;
  }
  .text-two > ul[rel="advance-right-col"]{
    width: 45%;
    margin-left: 3%;
  }
  .text-two > ul[rel="advance-left-col"]{
    width: 45%;
  }
}

@media (min-width: 40em) {
  .show-hide > ul {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .show-hide > ul li {
      font-size: 15px; } }

.sdi-title {
  display: block; }

.product-module-inner {
  background-color: #e4e9ec; }

.tim-slider .tim-item-image {
  display: block;
  max-width: 15.3125em;
  width: 100%;
  margin: 0 auto 20px; }

.tim-slider .tim-title {
  text-align: center;
  font-size: 15px;
  color: #414042;
  display: block; }

.tim-slider .tim-item-link {
  text-decoration: none;
  color: #414042;
  text-align: center; }

.col-inter {
  background-color: #00a6cf;
  padding: 0 25px;
  color: #ffffff;
  font-weight: 500; }
  .col-inter:first-child {
    background-color: #0f3f76; }
  @media (min-width: 60em) {
    .col-inter {
      margin-left: 2%; }
      .col-inter:first-child {
        margin-left: 0; } }

.col-heading {
  font-weight: 500; }

.breadcrumb_last {
  font-weight: bold; }

/*================ Dest Slider ============= */
.dest-carousel {
  max-width: 29.1875em;
  margin: 0;
  width: 100%; }

.dest-carousel #slider .flex-direction-nav a {
  top: 92%;
  background-color: #ccc; }

.dest-carousel #carousel {
  width: 95%;
  margin: 0 auto;
  position: relative; }

.dest-carousel #carousel .slides li {
  border: 2px solid #ffffff;
  margin: 0.625em 0.3125em 0;
  position: relative;
  opacity: 1; }

.dest-carousel #carousel .slides li img {
  width: 100%;
  display: block; }

.dest-carousel #carousel .slides li.flex-active-slide {
  border-color: #ffffff; }

.dest-carousel #carousel .slides .flex-active-slide {
  opacity: 1; }

.dest-carousel #carousel .flex-direction-nav li {
  border: none;
  margin: 0; }

.dest-carousel #carousel .flex-direction-nav li:after {
  display: none; }

.dest-carousel #carousel .flex-direction-nav li a {
  height: 3.0625em;
  width: 3.0625em; }

.dest-carousel #carousel .flex-direction-nav .flex-prev {
  left: -1.6875em !important;
  opacity: 1;
  top: 2.5625em;
  background-color: transparent; }

.dest-carousel #carousel .flex-direction-nav .flex-prev:before {
  background-image: url(img/arrow-right.png);
  background-size: 3.0625em 3.0625em;
  background-position: center;
  top: 50%;
  height: 3.0625em; }

.dest-carousel #carousel .flex-direction-nav .flex-prev:hover:before {
  background-image: url(img/arrow-right.png); }

@media (min-width: 40em) {
  .dest-carousel #carousel .flex-direction-nav .flex-prev {
    left: -2.8125em !important;
    opacity: 1;
    top: 2.8125em; } }

@media (max-height: 46em) and (min-width: 60em) {
  .dest-carousel #carousel .flex-direction-nav .flex-prev {
    top: 3.125em; } }

.dest-carousel #carousel .flex-direction-nav .flex-next {
  right: -1.6875em !important;
  opacity: 1;
  top: 2.5625em;
  background-color: transparent; }

.dest-carousel #carousel .flex-direction-nav .flex-next:before {
  background-image: url(img/arrow-right.png);
  background-position: center;
  background-size: 3.0625em 3.0625em;
  height: 3.0625em; }

.dest-carousel #carousel .flex-direction-nav .flex-next:hover:before {
  background-image: url(img/arrow-right.png); }

@media (min-width: 40em) {
  .dest-carousel #carousel .flex-direction-nav .flex-next {
    right: -3.375em !important;
    opacity: 1;
    top: 2.8125em; } }

@media (max-height: 46em) and (min-width: 60em) {
  .dest-carousel #carousel .flex-direction-nav .flex-next {
    top: 3.125em; } }

@media (min-width: 60em) {
  .nm-two-col {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .nm-two-col > div.nm-col-1 {
      -webkit-flex-basis: 66.67%;
      -moz-flex-basis: 66.67%;
      flex-basis: 66.67%;
      -ms-flex-preferred-size: 66.67%; }
    .nm-two-col > div.nm-col-2 {
      -webkit-flex-basis: 33.33%;
      -moz-flex-basis: 33.33%;
      flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%; } }

.table-wrap-wrap {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; }
  .table-wrap-wrap table {
    max-width: 100%;
    width: 100%;
    table-layout: auto;
    margin: 0; }

.tww-md {
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/ico-arrow-right.svg);
  background-repeat: no-repeat;
  padding-right: 1.25em;
  background-size: 1.25em;
  background-position: right center; }
  @media (min-width: 60em) {
    .tww-md {
      display: none; } }

#more, #more1, #more2, #more3, #more4 {
  display: none; }

.cfw-heading, .cfw-text {
  color: #ffffff; }

@media (min-width: 60em) {
  .contact-form-wrap {
    padding-left: 74px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex; } }

.contact-form-wrap > div {
  padding-top: 114px;
  padding-bottom: 43px;
  width: 100%; }

.cfw-content {
  max-width: 257px;
  width: 100%;
  background-color: rgba(3, 113, 118, 0.84);
  padding-left: 38px;
  padding-right: 38px; }

@media (min-width: 60em) {
  .cfw-form {
    padding-left: 30px; } }

.cfw-form form span {
  background-color: #ecedf4;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  max-width: 782px;
  width: 100%;
  padding-top: 22px; }

.cfw-form form span:last-child {
  background-color: transparent;
  padding-top: 43px; }

.cfw-form form span input {
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #9a9899;
  height: 54px;
  font-size: 13px;
  line-height: 17px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 22px;
  border-radius: 5px; }

.cfw-form form span:first-child input {
  margin-top: 22px; }

.cfw-form form span textarea {
  margin-bottom: 22px;
  box-shadow: none;
  border: 1px solid #9a9899;
  height: 142px;
  font-size: 13px;
  line-height: 17px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 22px;
  border-radius: 5px; }

.form-btn {
  background-color: #086670 !important;
  max-width: 78px !important;
  width: 100%;
  font-size: 13px !important;
  color: white;
  height: 30px !important;
  padding: 0 !important;
  text-align: center;
  border: none !important;
  margin-right: 14px;
  border-radius: 0 !important; }

.cf-bucket {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 300px;
  width: 47%;
  margin: 0 9px 25px 0; }

.cf-bucket img {
  display: block;
  width: 100%; }

/*.bucket-title{
        font-size: 12px;
      }*/
@media (min-width: 40em) {
  .cf-bucket {
    width: 30%; }
  .bucket-title {
    font-size: 16px; } }

@media (min-width: 60em) {
  .cf-bucket {
    width: 19%; } }

.error {
  display: none;
  font-size: 14px;
  color: #ff0000;
  font-weight: 500; }

.success {
  display: none;
  text-align: center;
  padding: 0 0 5px 0;
  color: #ffffff; }

.thankyousection p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 15px 0; }

.thankyousection a {
  color: #000000;
  text-decoration: none; }

.thankyousection a:hover {
  text-decoration: underline; }

.si-list li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625em;
  align-items: center; }
  .si-list li > span {
    -webkit-flex-basis: 85%;
    -moz-flex-basis: 85%;
    flex-basis: 85%;
    -ms-flex-preferred-size: 85%;
    padding-left: 0.625em; }
    .si-list li > span.si-img {
      -webkit-flex-basis: 15%;
      -moz-flex-basis: 15%;
      flex-basis: 15%;
      -ms-flex-preferred-size: 15%; }

.cp-email {
  display: block; }
  .cp-email > span {
    display: block; }
    @media (min-width: 40em) {
      .cp-email > span {
        display: inline-block;
        vertical-align: top; } }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.alignright {
  display: block;
  padding-bottom: 1.5em; }

.alignleft {
  display: block;
  padding-bottom: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em; }
  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
  .aligncenter {
    display: block;
    margin: 0 auto; } }

.text-alignright {
  text-align: right; }

.text-alignleft {
  text-align: left; }

.text-aligncenter {
  text-align: center; }

.clearboth {
  clear: both;
  display: block; }

.spacing-bottom {
  margin-bottom: 2em; }

.spacing-top {
  margin-top: 2em; }

.bg-color{
  background-color: #e4e9ec;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  left: 10px; }

.flexslider:hover .flex-next {
  right: 10px; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  display: block;
  content: '';
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(img/ico-arrow-left.svg); }

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(img/ico-arrow-right.svg); }

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: .3;
  left: 10px; }

.flex-direction-nav .flex-next {
  opacity: .3;
  right: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
  background-color: #2059a8;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center; }

.tablesaw thead tr th {
  padding-top: .9em;
  padding-bottom: .7em;
  background-color: #09a5d0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  border: 1px solid white; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr td {
  border: 1px solid #9a9ca0;
  background-color: #e5eaef;
  padding: 16px; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: center;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 45%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

/*@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}*/
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 20em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 67%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  margin: 0 auto; }

@media (min-width: 40em) {
  .owl-carousel {
    width: 95%; } }

@media (min-width: 80em) {
  .owl-carousel {
    width: 100%; } }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: url(img/side-arrow-gray.svg) no-repeat left top;
  background-size: 2.77em 2.77em;
  /*em(45) em(45);*/
  color: inherit;
  border: none;
  padding: 0 !important;
  width: 2.8125em;
  height: 2.8125em;
  top: 30.5%;
  right: 0.3125em;
  position: absolute;
  font: inherit;
  opacity: 1;
  z-index: 8; }
  .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none; }

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background: url(img/side-arrow-gray-hover.svg) no-repeat left top;
  background-size: 2.77em 2.77em;
  opacity: 1; }

.crm-flexslider.owl-carousel .owl-nav button.owl-prev, .crm-flexslider.owl-carousel .owl-nav button.owl-next {
  background: url(img/side-arrow-blue.svg) no-repeat left top;
  top: 15%; }

.owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: 0.3125em;
  transform: rotate(180deg); }

/*@media (min-width: 40em) {
  .owl-carousel .owl-nav button.owl-prev,  .owl-carousel .owl-nav button.owl-next {
    right: -5%;
  }
  .owl-carousel .owl-nav button.owl-prev{
    left: em(-28);
}
}*/
@media (min-width: 60em) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    right: -4.125em;
    top: 34.5%; }
  .owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -4.125em; } }

.owl-carousel button.owl-dot {
  width: 0.9375em;
  height: 0.9375em;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55); }

.owl-carousel button.owl-dot.active {
  background-color: white; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/


span.sh-cta-wrap{
  display: block;
  margin: 10px 0;
}

span.sh-cta-wrap >a:first-child{
  margin: 0px 0 10px;
}
.breadcrumb-menu{
  font-size: 12px;
}
@media (min-width: 40em) {
  .breadcrumb-menu{
    font-size: 16px;
  }
  span.sh-cta-wrap{
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
span.sh-cta-wrap >a:first-child{
  margin: 0px 0 0;
}
}