@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* legacy css adapted to new design */

.col.c33 
{
  width:48%;
}
.col + .col 
{
    margin-left: 4%;
}
.col {float:left;}
.c33 ul {line-height:17px;}
/*.c33 ul {margin-left:17px;}*/

.caption {color:#878787; font-size:11px; display:block; margin:12px 0 16px;}
    .caption b {font-weight:bold; color:#575757;}

/*img.clean {border:none; margin-top:24px;}*/


.hero#heroProduct {background-image:url('/assets/hero_singapore.jpg'); }
.hero#heroSolutions {background-image:url('/solutions/assets/hero.jpg');}
.hero#heroGreen .bg {background-image:url('/sustainability/assets/hero.jpg');}
.hero#heroSupport .bg {background-image:url('/support/assets/hero.jpg');}
.hero#heroCompany {background-image:url('/company/assets/hero_night_bg.jpg');}
    .hero#heroCompany .bg {background-image:url('/company/assets/hero_night.jpg');}
.hero#heroCompany.day {background-image:url('/company/assets/hero_day_bg.jpg');}
    .hero#heroCompany.day .bg {background-image:url('/company/assets/hero_day.jpg');}
.hero#heroSearch {background:transparent url('/search/assets/hero.jpg') no-repeat center top;}


.sidebar-nav-links li a
{
  padding:0px;
}

.want-more
{
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height:250px;
  text-align:center;
}
.want-more h3
{
  margin-top:60px !important;
  color:#5782d8;
  font-size:26px !important;
  font-weight:300;
}
.want-more .btn
{
  margin-top:8px;
}


@media screen and (max-width: 736px) {
.marvell-cavium-logo
  {
    display:none;
  } 
}

.accommodation-link
{
  padding-left:20px;
  padding-right:20px;
}

.letter-link
{
  background:transparent !important; 
  color:white !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  text-align:center;
}

.letter-link-one
{
  margin-left:10px;
}

.letter-link-two
{
  margin-left:-25px;
}

@media screen and (max-width: 736px) {
.letter-link-one
  {
    width:100%;
    margin-left:0px;
  } 
}

@media screen and (max-width: 736px) {
.letter-link-two
  {
    margin-left:0px;
    padding-top:0px !important;
    margin-top:0px !important;
  } 
}

.btn {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 2px;
  appearance: none;
  background-color: #5782d8;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "setimo",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
  line-height: 1;
  padding: 15px;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:hover, .btn:focus {
    color: white;
    background-color: #4e75c2; }
  .btn.btn-secondary {
    padding: 20px 25px;
    background-color: white;
    color: #363636; }
    .btn.btn-secondary span {
      position: relative;
      margin-right: 15px; }
      .btn.btn-secondary span:after {
        content: " ";
        display: block;
        width: 5px;
        height: 9px;
        background: url("/assets/images/icons/ic-blue-more-arrow.svg") 50% 50% no-repeat;
        position: absolute;
        top: 3px;
        right: -14px; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      background: rgba(255, 255, 255, 0.6);
      color: #363636; }
  .btn.btn-clear {
    background: transparent;
    color: #5782d8;
    text-transform: uppercase; }

.news-btn
{
  margin-top:15px;
}

fieldset#db_data_container 
{
  background-color: transparent;
  margin: 0;
  padding: 0;
}

fieldset {
  background-color: lightgray;
  border: 1px solid #bab9b9;
  margin: 0 0 15px;
  padding: 30px; }

input,
label,
select,
textarea {
  display: block;
  font-family: "setimo",sans-serif; }

input {
  width: 100%; }

label {
  color: #666;
  font-family: "setimo",sans-serif;
  font-weight: 500;
  line-height: 14px;
  /*margin-bottom: $small-spacing / 2;*/ }
  label.required::after {
    content: "*";
    color: #363636; }
  label.caps-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7.5px; }
  label abbr {
    display: none; }

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"], input:not([type]), textarea,
select,
select[multiple=multiple],
textarea {
  background-color: white;
  border: 1px solid #bab9b9;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "setimo",sans-serif;
  font-size: 12px;
  height: 42px;
  /*margin-bottom: $base-spacing / 2;*/
  padding: 10px;
  transition: border-color;
  width: 100%; }
  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, input:not([type]):hover, textarea:hover,
  select:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #a19f9f; }
  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, input:not([type]):focus, textarea:focus,
  select:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #5782D8;
    outline: none; }

select:hover {
  border: 1px solid #bab9b9; }

textarea, select[multiple=multiple] {
  height: auto !important; }

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: 7.5px; }

input[type="file"] {
  padding-bottom: 15px;
  width: 100%; }

select {
  -webkit-appearance: none;
  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
  -moz-appearance: none;
  /*REMOVES DEFAULT FIREFOX STYLE*/
  background-color: #7b7b7b;
  color: #666;
  /*margin-bottom: $base-spacing;*/
  /*max-width: 100%;*/
  /*width: auto;*/ }

select::-ms-expand {
  display: none; }

select[multiple=multiple] {
  padding: .5rem 0; }
  select[multiple=multiple] option {
    padding: .25rem .5rem; }
    select[multiple=multiple] option:checked {
      background-color: #e11e00; }

select {
  background: #f8f8f8; }
  select:after {
    background: #f6f6f6; }

.custom-select {
  position: relative; }
  .custom-select:after {
    border: transparent;
    border-left: 1px solid #bab9b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #363636;
    content: "";
    background: url(/assets/images/icons/ic-blue-down-arrow.svg) 50% 50% no-repeat;
    line-height: 42px;
    padding: 0 22px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0; }
    .custom-select:after:hover {
      border-color: #a19f9f; }
    .custom-select:after:focus {
      border-color: #5782d8;
      box-shadow: none;
      outline: none; }

.form-container .input-wrapper {
  font-size: 12px;
  margin: 1rem 0; }
  .form-container .input-wrapper.error input[type="color"], .form-container .input-wrapper.error input[type="date"], .form-container .input-wrapper.error input[type="datetime"], .form-container .input-wrapper.error input[type="datetime-local"], .form-container .input-wrapper.error input[type="email"], .form-container .input-wrapper.error input[type="month"], .form-container .input-wrapper.error input[type="number"], .form-container .input-wrapper.error input[type="password"], .form-container .input-wrapper.error input[type="search"], .form-container .input-wrapper.error input[type="tel"], .form-container .input-wrapper.error input[type="text"], .form-container .input-wrapper.error input[type="time"], .form-container .input-wrapper.error input[type="url"], .form-container .input-wrapper.error input[type="week"], .form-container .input-wrapper.error input:not([type]), 
  .form-container .input-wrapper.error textarea,
  .form-container .input-wrapper.error select,
  .form-container .input-wrapper.error select[multiple=multiple] {
    border-color: #e11e00; }
  .form-container .input-wrapper.error .label-container label
  {
    color: #e11e00;
  }
  .form-container .input-wrapper.error .error-message {
    display: block !important; }
  .form-container .input-wrapper .label-wrapper {
    font-size: 12px;
    margin-right: 1.4rem;
    margin-bottom: 1rem; }
    .form-container .input-wrapper .label-wrapper .sub-label {
      font-family: "setimo",sans-serif;
      font-size: .6rem;
      color: #666; }
  .form-container .input-wrapper .control-wrapper {
    position: relative; }
    .form-container .input-wrapper .control-wrapper .input-file {
      font-weight: 600;
      color: #e11e00;
      position: absolute;
      right: 15px;
      top: 14px; }
.form-container .button-wrapper {
  margin-top: 4rem; }

.form-terms
{
  display:none;
}

.datepicker-wrapper {
  position: relative; }
  .datepicker-wrapper .datepicker-icon {
    position: absolute;
    cursor: pointer;
    content: " ";
    top: 50%;
    margin-top: -7px;
    right: 15px;
    z-index: 1;
    background-size: 100% 100%;
    background-image: url(/assets/images/icons/ic-datepicker.svg);
    width: 15px;
    height: 15px; }

form.form-horizontal .input-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  form.form-horizontal .input-wrapper .label-wrapper {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center; }
    form.form-horizontal .input-wrapper .label-wrapper.top-align {
      -webkit-align-self: auto;
      -moz-align-self: auto;
      align-self: auto;
      -ms-flex-item-align: auto;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
form.form-horizontal .control-wrapper {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 calc(70% - 1rem);
  -moz-flex: 0 0 calc(70% - 1rem);
  -ms-flex: 0 0 calc(70% - 1rem);
  flex: 0 0 calc(70% - 1rem); }

.ui-widget, .ui-widget button {
  font-family: "setimo",sans-serif; }

.ui-datepicker {
  border-radius: 0;
  box-shadow: none;
  border-color: #eaeaea;
  width: auto; }
  .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    border: none;
    background: none; }
    .ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
      border: none;
      background: none;
      top: 2px; }
  .ui-datepicker .ui-datepicker-next:hover {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev:hover {
    left: 2px; }
  .ui-datepicker .ui-icon.ui-icon-circle-triangle-e, .ui-datepicker .ui-icon.ui-icon-circle-triangle-w {
    background-position: 50% 50%;
    background-size: 6px 10px;
    margin-top: 5px; }
  .ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
    background-image: url(/assets/images/icons/ic-arrow-right.png); }
  .ui-datepicker .ui-icon.ui-icon-circle-triangle-w {
    background-image: url(/assets/images/icons/ic-arrow-left.png); }
  .ui-datepicker .ui-datepicker-header {
    border: none;
    background: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      font-weight: 300;
      font-size: 0.75rem;
      line-height: 1.6rem;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        border: 0;
        text-align: center;
        width: 50%;
        background: white;
        padding: 0 0 0 35px;
        margin: 5px 0 0 0;
        color: #666; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        padding-left: 25px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-title:after {
        content: " ";
        position: absolute;
        top: 28px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #999; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title:after {
        left: 123px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title:before {
        left: 210px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month{
        border: 0;
        width: 80px;
        padding: 0 0 0 15px;
        margin: 5px 4px 0 25px;
        color: #666;
        z-index:2;
        background: none;
        }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        border: 0;
        width: 80px;
        padding: 0 0 0 15px;
        margin: 5px 0 0 0;
        color: #666;
        z-index:2;
        background: none;
        }
  .ui-datepicker .ui-datepicker-calendar th span {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.75rem;
    vertical-align: middle;
    font-size: 0.75rem;
    background: none;
    border: none;
    color: #666; }
  .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.75rem;
    vertical-align: middle;
    font-size: 0.75rem;
    background: none;
    border: none; }
    .ui-datepicker .ui-datepicker-calendar td a.ui-state-disabled, .ui-datepicker .ui-datepicker-calendar td span.ui-state-disabled {
      color: #7b7b7b; }
    .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight, .ui-datepicker .ui-datepicker-calendar td span.ui-state-highlight {
      color: white;
      background: #5782d8;
      border-radius: 1000px; }
  .ui-datepicker .ui-datepicker-buttonpane {
    border: none; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      color: #5782d8;
      border: none;
      background: none;
      font-weight: normal;
      font-size: 11px;
      padding-bottom: 15px; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        display: none; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-clear {
        float: right; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
float: left; }

.checkbox-standalone {
  font-family: "setimo",sans-serif;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  font-size: 14px; }
  .checkbox-standalone .checkbox {
    top: 0;
    left: 0;
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    background-position: 0 0;
    background-size: 17px 17px;
    background-image: url("/assets/images/icons/ic-checkbox-off.svg"); }
    .checkbox-standalone .checkbox.checked {
      background-image: url("/assets/images/icons/ic-checkbox-on.svg"); }

.check-columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }
  .check-columns .check-column {
    width: 50%; }

.check-group {
  list-style-type: none; }
  .check-group li {
    font-size: 14px;
    position: relative; }
    .check-group li .checkbox, .check-group li .expander {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      height: 17px;
      background-position: 0 0;
      background-size: 17px 17px;
      padding-left: 25px; }
    .check-group li .checkbox {
      background-image: url("/assets/images/icons/ic-checkbox-off.svg");
      background-repeat: no-repeat; }
      .check-group li .checkbox.checked {
        background-image: url("/assets/images/icons/ic-checkbox-on.svg");
        background-repeat: no-repeat; }
    .check-group li .expander {
      left: 27px;
      background-image: url("/assets/images/icons/ic-expand-plus.png");
      background-repeat: no-repeat; }
    .check-group li ul {
      margin-top: 15px;
      margin-left: -22px;
      display: none; }
      .check-group li ul li {
        padding-left: 30px; }
    .check-group li.expanded ul {
      display: block; }
    .check-group li.expanded .expander {
      background-image: url("/images/ic-expand-minus.png"); }

.custom-radio {
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-right: 25px; }
  .custom-radio [type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .custom-radio [type="radio"] + span {
    align-items: center;
    color: #7b7b7b;
    display: flex; }
  .custom-radio [type="radio"] + span:before {
    content: '';
    display: inline-block;
    height: 17px;
    width: 17px;
    vertical-align: -0.25em;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #C4C4C4;
    margin-right: 8px;
    transition: 0.5s ease all; }
  .custom-radio [type="radio"]:checked + span:before {
    background: #5782d8; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

@media screen and (max-width: 736px) {
  table {
    overflow-x: auto;
    display: block; } }

table.specs {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 15px 0;
  table-layout: fixed;
  width: 100%; }
  table.specs th {
    font-weight: 600;
    padding: 15px 0;
    text-align: left; }
  table.specs td {
    border-bottom: none;
    vertical-align: middle;
    padding: 15px 0; }
    table.specs td.table-title {
      text-align: left;
      font-size: 1rem;
      width: 50%; }
    table.specs td.table-date, table.specs td.table-actions, table.specs td.table-details {
      text-align: center; }
    table.specs td.table-details img {
      margin: 0;
      vertical-align: middle; }
    table.specs td.table-date {
      font-size: 0.8rem;
      color: #888888; }
    table.specs td.table-actions a {
      font-size: 2rem;
      font-weight: bold;
      padding: 0;
      color: #888888;
      font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    table.specs td.table-description, table.specs td.table-data {
      vertical-align: top;
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 0.7rem; }
      table.specs td.table-description p, table.specs td.table-data p {
        font-size: 0.7rem; }
      table.specs td.table-description strong, table.specs td.table-data strong {
        text-transform: uppercase;
        font-weight: 500;
        color: #666; }
    table.specs td.table-data {
      padding-left: 17px; }
      table.specs td.table-data strong {
        display: inline-block;
        min-width: 100px; }
  table.specs tr,
  table.specs td,
  table.specs th {
    vertical-align: middle; }
  table.specs thead {
    border-top: 1px solid #d6d5d5;
    border-bottom: 1px solid #d6d5d5; }
    table.specs thead tr td,
    table.specs thead tr th{
      text-transform: uppercase;
      font-weight: bold;
      color: #363636;
      font-size: 10px;
      padding: 15px;
      text-align: left; }
      table.specs thead tr td:first-child,
      table.specs thead tr th:first-child
      {
        padding-left: 30px; }
      table.specs thead tr td:last-child {
        padding-right: 30px; }
        table.specs ul li
        {
          line-height:18px !important;
          font-size:12px !important;
        }
  table.specs tbody td {
    padding: 15px;
    font-family: "setimo",sans-serif;
    font-size: 12px;
    line-height: 16px; }
    table.specs tbody td:first-child {
      padding-left: 30px; }
    table.specs tbody td:last-child {
      padding-right: 20px; }
    table.specs tbody td .action-dots {
      display: block; }
    table.specs tbody td .action-icons {
      display: none; }
      table.specs tbody td .action-icons a {
        margin-left: 10px; }
        table.specs tbody td .action-icons a:first-child {
          margin-left: 0; }
  table.specs tbody tr:nth-child(odd) td {
    background: #f9f9f9; }
  table.specs tbody tr:nth-child(even) td {
    background: white; }
  table.specs tbody tr:last-child td {
    border-bottom: 1px solid #d6d5d5; }
  table.specs tbody tr:hover td, table.specs tbody tr.open td {
    background: #efefef; }
    table.specs tbody tr:hover td .action-dots, table.specs tbody tr.open td .action-dots {
      display: none; }
    table.specs tbody tr:hover td .action-icons, table.specs tbody tr.open td .action-icons {
      display: block; }
  table.specs tbody tr.open td {
    background: #efefef; }
  table.specs tbody tr.open.main td:first-child {
    font-weight: bold; }
  table.specs .table-header-actions {
    text-align: right; }
    table.specs .table-header-actions a.table-sort {
      color: #e84d3d;
      text-transform: uppercase;
      font-weight: bold;
      text-align: right;
      position: relative;
      font-size: 0.7rem; }
      table.specs .table-header-actions a.table-sort:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -3px;
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #e84d3d; }
  table.specs .table-footer-actions {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #666; }
    table.specs .table-footer-actions::after {
      clear: both;
      content: "";
      display: table; }
  table.specs .totals {
    float: left; }
    table.specs .totals span {
      color: #363636;
      font-weight: 500; }
      table.specs .totals span.pipe {
        font-weight: 100;
        padding: 0 5px; }
      table.specs .totals span.total {
        position: relative; }
        table.specs .totals span.total:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -15px;
          margin-top: -3px;
          height: 0;
          width: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 4px solid #363636; }

.pagination {
  float: right; }
  .pagination a {
    color: #363636;
    margin-left: 15px; }
  .pagination .previous, .pagination .next {
    color: #666; }

body {
  color: #63666A;
  font-family: "setimo",sans-serif;
  font-size: 16px;
  line-height: 1; }

h2,
h1,
h3,
h4,
h5
{
  font-family: "setimo",sans-serif;
  margin: 0 0 15px;
  font-weight: 200;
  color: #363636; }
  @media screen and (max-width: 736px) {
    h2,
    h1,
    h3,
    h4,
    h5,
    h6{
      margin-bottom: 5px; } }

h6
{
  font-family: "setimo",sans-serif;
  margin-top:8px; 
  font-size:18px;
  font-weight:400;
  line-height:22px;
  color: #363636; 
  margin: 8px 0 15px;
}

h2 {
  font-size: 44px; }

h1 {
  font-size: 30px;
  line-height: 34px;
}
  @media screen and (max-width: 736px) {
    h1 {
      line-height: 34px; } }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; 
  line-height: 24px;}
  @media screen and (max-width: 736px) {
    h4 {
      line-height: 30px; } }

#main h1
{
  font-size: 30px;
}
  @media screen and (max-width: 736px) {
    #main h1 {
      line-height: 34px; }
}

#main h3
{
  font-size: 22px;
  margin-top: 45px;
  line-height: 26px;
}
  @media screen and (max-width: 736px) {
    #main h3 {
      line-height: 30px; }
}

#main h3 li
{
  font-family: "setimo",sans-serif; !important;
  font-weight: 200 !important;
  font-size: 22px !important;
  line-height: 26px !important;
  color: #363636 !important;
}
  @media screen and (max-width: 736px) {
    #main h3 li {
      line-height: 30px !important; }
}

h5 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase; }

p {
  font-family: "setimo",sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
  font-weight: 300;
  font-style: normal; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #5782d8;
  text-decoration: none;
  transition: color 500ms ease; }
  a:active, a:focus, a:hover {
    color: #4668ad; }

hr {
  border-bottom: 1px solid #f8f8f8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 30px 0; }

#main ul {
  list-style-type: disc;
  padding-left: 17px; }
  #main ul li {
    font-size: 16px;
    line-height: 26px;
    font-family: "setimo",sans-serif;
    font-weight: 300;
    margin-bottom: 5px; }

#main ul.tabs {
  padding-left: 0px;}

ul.disc {
  list-style-type: disc;
  padding-left: 17px; }
  ul.disc li {
    font-size: 16px;
    line-height: 26px;
    font-family: "setimo",sans-serif;
    font-weight: 300;
    margin-bottom: 5px; }
    ul.disc li:last-child {
      margin-bottom: 0; }

.blue-text {
  color: #4b59a0; }

.red-text {
  color: #e11e00; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets/fonts/slick.eot");
  src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/slick.woff") format("woff"), url("/assets/fonts/slick.ttf") format("truetype"), url("/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.8; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "â†"; }
    [dir="rtl"] .slick-prev:before {
      content: "â†’"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "â†’"; }
    [dir="rtl"] .slick-next:before {
      content: "â†"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "â€¢";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #5782d8;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.jspContainer {
  overflow-x: visible;
  position: relative;
  touch-action: pan-y; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
  display: none; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #bebebe;
  position: relative; }

.jspDrag {
  background: #0072ce;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

body {
  margin: 0;
  padding: 0;
  background: #f4f4f6; }
  body.white {
    background: white; }

#wrapper {
  overflow: hidden;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.container {
 /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.one-third {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .one-third:last-child {
    margin-right: 0; }

nav.header-subnav .one-fourth {
  margin-right: 1%;
  width: 24%;
  line-height:1.2;
  }

.one-fourth {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .one-fourth:last-child {
    margin-right: 0; }

.investor-container-large .one-half {
  float: left;
  display: block;
  /*original margin-right*/
  /*margin-right: 2.35765%;*/
  margin-right: 13.75%;
  width: 48.82117%;
  max-width:480px;
 }
 
.solution-container-large .one-half {
  float: left;
  display: block;
  /*original margin-right*/
  /*margin-right: 2.35765%;*/
  margin-right: 13.75%;
  width: 48.82117%;
  max-width:480px;
 }
 
 .one-half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
 }
  .one-half:last-child {
    margin-right: 0;
}
  .one-half:nth-child(2n) {
    margin-right: 0;
}

.two-thirds {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .two-thirds:last-child {
    margin-right: 0; }

.three-fourths {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .three-fourths:last-child {
    margin-right: 0; }

@media screen and (max-width: 736px) {
  .two-thirds,
  .one-third,
  .one-fourth,
  .one-half,
  .solution-container-large .one-half,
  .investor-container-large .one-half,
  .three-fourths,
  .one-full {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: rotate(0deg) !important;
    margin-bottom: 1rem; }
    .two-thirds:last-child,
    .one-third:last-child,
    .one-fourth:last-child,
    .one-half:last-child,
    .solution-container-large .one-half:last-child,
    .investor-container-large .one-half:last-child,
    .three-fourths:last-child,
    .one-full:last-child {
      margin-right: 0; } }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

#main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  padding: 60px 0; }
  #main:last-child {
    margin-right: 0; }
  #main.two-thirds {
    padding-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #main.two-thirds:last-child {
      margin-right: 0; }
  #main.main-full {
    padding-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #main.main-full:last-child {
      margin-right: 0; }

section {
  margin-bottom: 60px; }
  section h5 {
    padding-bottom: 30px; }
  section:last-child {
    margin-bottom: 0; }
  section.half-spacing {
    margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  #main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: rotate(0deg) !important;
    margin-bottom: 1rem; }
    #main:last-child {
      margin-right: 0; } }

#sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right;
  padding-bottom: 60px; }
  #sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      #sidebar:last-child {
        margin-right: 0; } }
  #sidebar.pull-up {
    margin-top: 30px; }

@media screen and (max-width: 736px) {
  #page {
    padding: 0; } }

header {
  display: block;
  background: #2b2b2b;
  height: 90px;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 1025px) {
    header {
      height: 56px;
      z-index: 5; } }
  header h2#logo {
    height: 100px;
    width: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: #e11e00;
    margin: 0 10px 0 0;
    float: left;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1025px) {
      header h2#logo {
        height: 66px;
        width: 90px; } }
  header .icon-link {
    height: 19px;
    width: 19px;
    position: relative; }
    header .icon-link img {
      height: 19px;
      width: 19px;
      position: absolute; }
      header .icon-link img.image-search-close {
        opacity: 1; }
      header .icon-link img.suppressed {
        opacity: 0 !important; }
    header .icon-link .close-search-icon {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      position: absolute;
      width: 17px;
      opacity: 1;
      top: 43px;
      left: 0; }
      header .icon-link .close-search-icon i, header .icon-link .close-search-icon b {
        top: 0;
        display: block;
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 17px;
        background: white;
        position: absolute;
        display: block;
        content: ''; }
      header .icon-link .close-search-icon.suppressed {
        opacity: 0; }
      header .icon-link .close-search-icon i {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header .icon-link .close-search-icon b {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  header nav.secondary-nav a:first-child {
    margin-left: 0;
    line-height: 90px; }
  header nav.secondary-nav,
  header nav.primary-nav {
    height: 90px;
    position: relative; }
    @media screen and (max-width: 1025px) {
      header nav.secondary-nav,
      header nav.primary-nav {
        display: none; } }
    header nav.secondary-nav a,
    header nav.primary-nav a {
      height: 90px;
      line-height: 90px;
      color: #bebebe;
      display: block;
      float: left;
      text-transform: uppercase;
      margin-left: 30px;
      font-weight: 700;
      letter-spacing: 1px; }
      header nav.secondary-nav a:focus,
      header nav.primary-nav a:focus {
        color: #bebebe; }
      header nav.secondary-nav a:hover, header nav.secondary-nav a.selected,
      header nav.primary-nav a:hover,
      header nav.primary-nav a.selected {
        color: white; }
      header nav.secondary-nav a.icon-link img,
      header nav.primary-nav a.icon-link img {
        float: left;
        margin-top: 35px;
        opacity: 0.6;
        transition: opacity 500ms ease; }
      header nav.secondary-nav a.icon-link:hover img,
      header nav.primary-nav a.icon-link:hover img {
        opacity: 1; }
      header nav.secondary-nav a.selected,
      header nav.primary-nav a.selected {
        color: white; }
    header nav.secondary-nav.primary-nav,
    header nav.primary-nav.primary-nav {
      float: left; }
      header nav.secondary-nav.primary-nav a,
      header nav.primary-nav.primary-nav a {
        font-size: 12px; }
      header nav.secondary-nav.primary-nav hr,
      header nav.primary-nav.primary-nav hr {
        left: 0;
        width: 0;
        height: 0;
        background: #e11e00;
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        transition: height 250ms ease; }
        header nav.secondary-nav.primary-nav hr.visible,
        header nav.primary-nav.primary-nav hr.visible {
          height: 4px; }
    header nav.secondary-nav.secondary-nav,
    header nav.primary-nav.secondary-nav {
      float: right;
      margin-right: 30px; }
      header nav.secondary-nav.secondary-nav a,
      header nav.primary-nav.secondary-nav a {
        font-size: 10px; }
  header nav.mobile-icons {
    width: 100%;
    display: none; }
    @media screen and (max-width: 1025px) {
      header nav.mobile-icons {
        display: block; } }
    header nav.mobile-icons a.search-icon {
      float: right;
      margin-right: 69px;
      margin-top: 18px; }
    header nav.mobile-icons .image-search-close {
      position: relative;
      margin-top: 8px;
      top: 0; }

.language-selector,
.search-container,
.subnav-container {
  background: #323232;
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }
  .language-selector.open,
  .search-container.open,
  .subnav-container.open {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 4;
    opacity: 1;
    top: 90px; }
    @media screen and (max-width: 736px) {
      .language-selector.open,
      .search-container.open,
      .subnav-container.open {
        z-index: 10; } }

.language-selector,
.search-container {
  top: 90px; }

.language-selector {
  padding: 30px; }
  .language-selector a {
    display: block;
    margin-bottom: 15px;
    color: #bebebe;
    font-size: 12px;
    padding-right: 20px; }
    .language-selector a:last-child {
      margin-bottom: 0; }
    .language-selector a:hover, .language-selector a.selected {
      color: white; }
    .language-selector a.selected {
      background: url("/assets/images/icons/ic-lang-check.svg") 100% 0 no-repeat; }

.search-container {
  width: 480px; }
  @media screen and (max-width: 1025px) {
    .search-container {
      top: 56px !important;
      width: 100%; } }
  .search-container .clear-link {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #bebebe;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800; }
    .search-container .clear-link:hover {
      color: white; }
  .search-container input {
    outline: none;
    box-shadow: none;
    margin: 0;
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 20px 80px 20px 20px;
    font-weight: 200;
    color: white;
    height: 60px; }
    .search-container input::-webkit-input-placeholder {
      color: #bebebe; }
    .search-container input::-moz-placeholder {
      color: #bebebe; }
    .search-container input:-moz-placeholder {
      color: #bebebe; }
    .search-container input:-ms-input-placeholder {
      color: #bebebe; }
    .search-container input:focus {
      background: none;
      outline: none;
      box-shadow: none; }

.subnav-container {
  background: #323232;
  position: absolute;
  top: -450px;
  left: 0; }
  @media screen and (max-width: 1025px) {
    .subnav-container {
      display: none; } }

nav.header-subnav {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; }
  nav.header-subnav.open {
    opacity: 1; }
  nav.header-subnav .pad {
    padding: 50px 80px 0; }
    nav.header-subnav .pad.pad-bottom {
      padding-bottom: 50px; }
  nav.header-subnav ul.modules li {
    display: block;
    padding: 30px 35px; }
    nav.header-subnav ul.modules li:first-child {
      padding-left: 0; }
    nav.header-subnav ul.modules li:last-child {
      padding-right: 0; }
    nav.header-subnav ul.modules li h4 {
      color: white; }
    nav.header-subnav ul.modules li p {
      color: #bebebe;
      font-size: 12px;
      line-height: 18px; }
    nav.header-subnav ul.modules li .arrow-link:hover {
      color: white; }
  nav.header-subnav ul.icons li {
    width: 16%;
    margin-left:4px;
    float: left; }
    nav.header-subnav ul.icons li a {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      padding-bottom:40px;
      display: block;
      float: left;
      width: 100%;
      border-radius: 4px;
      height: 186px;
      text-align: center;
      color: #bebebe;
      font-size: 12px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      nav.header-subnav ul.icons li a div {
  	width: 100%;
      }
      nav.header-subnav ul.icons li a img {
        height: 200px;
        display: block;
        margin-bottom: -20px; }
      nav.header-subnav ul.icons li a:hover {
        background: #2b2b2b;
        color: white; }
  nav.header-subnav .global-citizenship {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto; }
    nav.header-subnav .global-citizenship .global-citizenship-ad {
      background: url("/assets/images/header/menu-sustainability.jpg") 100% 100% no-repeat;
      background-size: cover;
      padding: 45px 40px;
      display: block;
      position: relative; }
      nav.header-subnav .global-citizenship .global-citizenship-ad .global-citizenship-overlay {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 0;
        background: black;
        opacity: 0;
        transition: opacity 500ms ease; }
      nav.header-subnav .global-citizenship .global-citizenship-ad:hover .global-citizenship-overlay {
        opacity: 0.2; }
      nav.header-subnav .global-citizenship .global-citizenship-ad h4, nav.header-subnav .global-citizenship .global-citizenship-ad p {
        position: relative;
        z-index: 1;
        color: white; }
      nav.header-subnav .global-citizenship .global-citizenship-ad h4 {
        font-size: 18px; }
      nav.header-subnav .global-citizenship .global-citizenship-ad p {
        font-size: 12px;
        line-height: 18px;
        opacity: 0.8; }
  nav.header-subnav.subnav-products, nav.header-subnav.subnav-company {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    nav.header-subnav.subnav-products .link-section, nav.header-subnav.subnav-company .link-section {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 50px 75px 0; }
    nav.header-subnav.subnav-products .callout-module, nav.header-subnav.subnav-company .callout-module {
      width: 310px;
      padding: 50px 40px;
      background: #363636; }
      nav.header-subnav.subnav-products .callout-module h3, nav.header-subnav.subnav-company .callout-module h3 {
        color: white;
        font-weight: 200; }
      nav.header-subnav.subnav-products .callout-module p, nav.header-subnav.subnav-company .callout-module p {
        font-size: 12px;
        line-height: 22px;
        color: #bebebe; }
      nav.header-subnav.subnav-products .callout-module .arrow-link:hover, nav.header-subnav.subnav-company .callout-module .arrow-link:hover {
        color: white; }
  nav.header-subnav .arrow-link {
    font-size: 10px;
    font-weight: 700;
    color: #bebebe; }
  nav.header-subnav .subnav-footer {
    border-top: 1px solid #474747;
    text-align: center;
    margin-top: 20px;
    padding: 30px 0; }
    nav.header-subnav .subnav-footer a {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1px;
      color: #bebebe;
      position: relative;
      text-transform: uppercase; }
      nav.header-subnav .subnav-footer a:hover {
        color: white; }
      nav.header-subnav .subnav-footer a:before {
        height: 10px;
        width: 10px;
        content: '';
        position: absolute;
        left: -20px;
        top: 1px;
        padding-left: 10px; }
      nav.header-subnav .subnav-footer a.subnav-link-all:before {
        background: url("/assets/images/icons/ic-subnav-all.svg"); }
      nav.header-subnav .subnav-footer a.subnav-link-support:before {
        height: 12px;
        width: 12px;
        top: 0;
        left: -22px;
        background: url("/assets/images/icons/ic-subnav-support.svg"); }

.nav-product
{
  min-height:54px;
}
  @media screen and (max-width: 1200px) {
  .nav-product
  {
    min-height:68px;
  }
  }

.nav-product a
{
  /*padding-right:8px !important;*/
}

.subnav-products .link-section
{/*
  padding-right:50px !important;
  padding-left:50px !important;*/
}

.subnav-support .one-fourth
{
  padding-left:10px !important;
  padding-right:10px !important;
}


.responsive-nav {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  background: #323232;
  z-index: 4;
  position: absolute;
  transition: all 500ms ease; }
  @media screen and (min-width: 1026px) {
    .responsive-nav.open {
      display: none; } }
  .responsive-nav ul.responsive-main-nav {
    width: 100%;
    background: #323232;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: all 500ms ease; }
    .responsive-nav ul.responsive-main-nav > li > a.has-subnav:after {
      content: " ";
      display: block;
      width: 12px;
      height: 10px;
      background: url("/assets/images/icons/ic-red-up-arrow.svg") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 30px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      transition: all 500ms ease; }
    .responsive-nav ul.responsive-main-nav li {
      display: block; }
      .responsive-nav ul.responsive-main-nav li a {
        position: relative;
        display: block;
        padding: 30px;
        color: white;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
        font-size: 13px;
        opacity: 0.8;
        transition: opacity 500ms ease;
        border-bottom: 1px solid #3c3c3c; }
      .responsive-nav ul.responsive-main-nav li.open ul.responsive-sub-nav {
        max-height: 3000px;
        transition: all 500ms ease; }
      .responsive-nav ul.responsive-main-nav li.open a {
        opacity: 1; }
        .responsive-nav ul.responsive-main-nav li.open a:after {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0); }
      .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav {
        background: #3c3c3c;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 500ms ease; }
        .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav li a {
          font-weight: 200;
          text-transform: none !important;
          padding-bottom: 0; }
          .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav li a.super-link {
            font-weight: 800;
            text-transform: uppercase !important;
            display: inline-block;
            position: relative; }
            .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav li a.super-link:after {
              content: " ";
              display: block;
              width: 5px;
              height: 9px;
              background: url("/assets/images/icons/ic-blue-more-arrow.svg") 50% 50% no-repeat;
              position: absolute;
              top: 31px;
              right: 15px; }
        .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav li:last-child {
          padding-bottom: 30px; }
  .responsive-nav.open {
    max-height: 1200px; }
    .responsive-nav.open ul.responsive-main-nav {
      opacity: 1; }

.header-subnav ul.links li a:hover, .footer-subnav ul.links li a:hover {
  color: white;
  background: #2b2b2b; }

.burger-menu {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 30px;
  width: 17px;
  height: 20px;
  top: 16px; }

.burger-menu span {
  top: 10px; }

.burger-menu span, .burger-menu span:before, .burger-menu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 17px;
  background: white;
  position: absolute;
  display: block;
  content: ''; }

.burger-menu span:before {
  top: -7px; }

.burger-menu span:after {
  bottom: -7px; }

.burger-menu span, .burger-menu span:before, .burger-menu span:after {
  transition: all 500ms ease-in-out; }

.burger-menu.active span {
  background-color: transparent; }

.burger-menu.active span:before, .burger-menu.active span:after {
  top: 0; }

.burger-menu.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.burger-menu.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.footer-subnav {
  background: #363636;
  position: absolute;
  bottom: -1000px;
  left: 0;
  width: 100%;
  transition: all 500ms ease;
  padding: 60px 0 120px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .footer-subnav {
      display: none; } }
  .footer-subnav.open {
    bottom: 0; }
  .footer-subnav h5 {
    color: white;
    margin-bottom: 20px;
    font-size: 12px; }
    .footer-subnav h5.top-pad {
      margin-top: 30px; }
  .footer-subnav ul.links li a {
    padding: 0;
    margin-bottom: 15px; }
    .footer-subnav ul.links li a:hover {
      background: transparent; }

.footer-container {
  position: relative;
  }

footer {
  background: #2b2b2b;
  font-size: 10px;
  position: relative;
  z-index: 101; }
  @media screen and (max-width: 768px) {
    footer {
      text-align: center; } }
  footer .container {
    padding: 35px 0;
    position: relative; }
  footer .more-tab {
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 0;
    background: #363636;
    text-align: center;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    transition: all 100ms linear; }
    @media screen and (max-width: 768px) {
      footer .more-tab {
        display: none; } }
    footer .more-tab div {
      transition: all 100ms linear; }
    footer .more-tab img {
      display: block;
      margin: 0 auto 10px;
      transition: all 500ms ease; }
    footer .more-tab span {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color: white; }
    footer .more-tab:hover {
      background: #3b3b3b; }
      footer .more-tab:hover div {
        margin-bottom: 7px; }
      footer .more-tab:hover span {
        color: white; }
    footer .more-tab.open {
      background: #363636; }
      footer .more-tab.open img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      footer .more-tab.open div {
        margin-bottom: 7px; }
  footer span.copyright {
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      footer span.copyright {
        display: block; } }
  footer .footer-links {
    display: inline; }
    @media screen and (max-width: 1201px) {
      footer .footer-links {
        line-height: 18px; }
        }
    @media screen and (max-width: 768px) {
      footer .footer-links {
        text-align: center;
        line-height: 30px; } }
    footer .footer-links a {
      color: #bebebe;
      transition: color 500ms ease;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #555; }
      footer .footer-links a:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
      footer .footer-links a:hover {
        color: white; }
      @media screen and (max-width: 768px) {
        footer .footer-links a {
          display: inline;
          color: white;
          opacity: 0.5; }
          footer .footer-links a:nth-child(2n) {
            border-right: none;
            padding-right: 0;
            margin-right: 0; }
            footer .footer-links a:nth-child(2n):after {
              content: "\a";
              white-space: pre; } }
  footer .footer-legal {
    margin-top: -15px;
    width: 68%;
    }
    @media screen and (max-width: 1201px) {
      footer .footer-legal {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-top: -25px;
        padding-left: 30px; }
        footer .footer-legal:last-child {
          margin-right: 0; }
        footer .footer-legal span {
          padding-bottom: 10px; }
        footer .footer-legal span, footer .footer-legal nav {
          display: block; } }
    @media screen and (max-width: 768px) {
      footer .footer-legal {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding-left: 0; }
        footer .footer-legal:last-child {
          margin-right: 0; } }
  footer .social-links {
    text-align: right;
    padding-right: 140px;
    margin-left: 68.23843%; }
    @media screen and (max-width: 1201px) {
      footer .social-links {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        float: right;
        margin-right: 0; }
        footer .social-links:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      footer .social-links {
        margin-left: 0%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center;
        padding-bottom: 30px; }
        footer .social-links:last-child {
          margin-right: 0; } }
    footer .social-links a.social-link {
      transition: opacity 500ms ease;
      opacity: 0.3;
      margin-left: 15px; }
      footer .social-links a.social-link img {
        height: 20px; }
      footer .social-links a.social-link:hover {
        opacity: 0.8; }

.product-selector {
  background: #0072ce;
  padding: 70px 0; }
  .product-selector .btn-secondary {
    display: none; }
  .product-selector .input img {
    cursor: pointer; }
  .product-selector .input img {
    cursor: pointer; }
  .product-selector .more-info .arrow-link {
    color: white;
    margin-right: 30px;
    font-size: 11px;
    opacity: 1; }
    .product-selector .more-info .arrow-link:hover {
      opacity: 0.8;
      color: white; }
  .product-selector .more-info-collapse {
    height: 0;
    transition: all 500ms ease;
    overflow: hidden;
    opacity: 0; }
    .product-selector .more-info-collapse p {
      opacity: 0.8; }
  .product-selector.open {
    bottom: 30px; }
    .product-selector.open .more-info-collapse {
      height: 135px;
      opacity: 1; }
    .product-selector.open ul.product-search-results {
      opacity: 1;
      max-height: 300px;
      height: auto; }
    .product-selector.open .input img {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
  .product-selector h5 {
    text-transform: uppercase; }
  .product-selector h5, .product-selector h1, .product-selector p {
    color: white; }
  .product-selector p {
    font-size: 14px;
    line-height: 22px;
    opacity: 0; }
  .product-selector .input {
    position: relative; }
    .product-selector .input img {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      top: 33px;
      right: 30px; }
    .product-selector .input .product-search {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 2px;
      height: 70px;
      line-height: 70px;
      width: 100%;
      padding: 0 30px;
      border: none;
      outline: none;
      box-shadow: none;
      color: white;
      font-size: 16px;
      font-weight: 200;
      transition: all 500ms ease;
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .product-selector {
      text-align: center; }
      .product-selector .one-half {
        width: 100% !important; }
      .product-selector h1 {
        margin-bottom: 50px; }
      .product-selector .input,
      .product-selector .arrow-link {
        display: none; }
      .product-selector .btn-secondary {
        display: inline; } }

ul.product-search-results {
  height: 0px;
  background: #435095;
  overflow-y: scroll;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 30px 50px; }
  ul.product-search-results li {
    color: white;
    display: block; }
    ul.product-search-results li a {
      color: white;
      margin-bottom: 15px;
      display: block; }
    ul.product-search-results li h5 {
      color: #7b8de2;
      font-size: 12px;
      font-weight: 600; }
  ul.product-search-results > li {
    font-size: 16px; }
    ul.product-search-results > li ul > li {
      font-size: 14px;
      margin-left: 15px; }

.product-selector .product-search-results {
  /*margin-bottom: -70px;*/ }

.hero-wrapper,
.hero-banner {
  position: relative;
  background-size: cover;
  background-repeat: none; }
  .hero-wrapper.hero-collapse,
  .hero-banner.hero-collapse {
    height: 0;
    overflow: visible;
    padding-bottom: 0; }
  .hero-wrapper.hero-short,
  .hero-banner.hero-short {
    height: 400px;
    padding-bottom: 0; }
    .hero-wrapper.hero-short .hero,
    .hero-banner.hero-short .hero {
      height: 400px; }
      .hero-wrapper.hero-short .hero .hero-slide,
      .hero-banner.hero-short .hero .hero-slide {
        height: 400px; }
    @media screen and (max-width: 736px) {
      .hero-wrapper.hero-short,
      .hero-banner.hero-short {
        height: 300px; }
        .hero-wrapper.hero-short .hero,
        .hero-banner.hero-short .hero {
          height: 300px; }
          .hero-wrapper.hero-short .hero .hero-slide,
          .hero-banner.hero-short .hero .hero-slide {
            height: 300px; } }
  .hero-wrapper .hero-button,
  .hero-banner .hero-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 3;
    display: none; }
    @media screen and (max-width: 768px) {
      .hero-wrapper .hero-button,
      .hero-banner .hero-button {
        height: 400%; } }

.hero-wrapper {
  padding-bottom: 44%;
  position: relative;
  height: 0; }
  .hero-wrapper .hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1025px) {
    .hero-wrapper {
      height: 490px;
      padding-bottom: 0; }
      .hero-wrapper .hero .hero-slide:after {
        background-color: rgba(255, 255, 255, 0);
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .hero-wrapper .hero .hero-slide h2 {
        margin-bottom: 5px; }
      .hero-wrapper .hero .hero-slide h2, .hero-wrapper .hero .hero-slide p {
        z-index: 3;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        color: white; }
      .hero-wrapper .hero .hero-slide .btn {
        position: relative;
        z-index: 3; } }

.hero-banner {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #c193ba 0%, #9a659a 63%, #5b5ea1 87%, #5b5ea1 87%, #5b5ea1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #c193ba 0%, #9a659a 63%, #5b5ea1 87%, #5b5ea1 87%, #5b5ea1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #c193ba 0%, #9a659a 63%, #5b5ea1 87%, #5b5ea1 87%, #5b5ea1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c193ba', endColorstr='#5b5ea1',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  transition: all 500ms ease;
  height: 630px; }
  @media screen and (max-width: 736px) {
    .hero-banner {
      background: #7b4686;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #7b4686 0%, #5c68a9 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #7b4686 0%, #5c68a9 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #7b4686 0%, #5c68a9 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b4686', endColorstr='#5c68a9',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      .hero-banner .hero-slide {
        background-image: none !important; } }
  .hero-banner .hero .hero-slide .blurb {
    position: absolute;
    top: 80px;
    left: 700px;
    z-index: 100; }
    @media screen and (max-width: 1201px) {
      .hero-banner .hero .hero-slide .blurb {
        left: auto;
        right: 30px; }
        .hero-banner .hero .hero-slide .blurb h3, .hero-banner .hero .hero-slide .blurb h5, .hero-banner .hero .hero-slide .blurb p {
          text-align: left !important;
          padding-left: 0; } }
    @media screen and (max-width: 768px) {
      .hero-banner .hero .hero-slide .blurb {
        left: 30px;
        right: 30px; }
        .hero-banner .hero .hero-slide .blurb h3, .hero-banner .hero .hero-slide .blurb h5, .hero-banner .hero .hero-slide .blurb p {
          margin-right: auto;
          margin-left: auto;
          width: 70%;
          text-align: center !important;
          padding-left: 0; } }
    @media screen and (max-width: 736px) {
      .hero-banner .hero .hero-slide .blurb {
        left: 30px;
        right: 30px; }
        .hero-banner .hero .hero-slide .blurb h3, .hero-banner .hero .hero-slide .blurb h5, .hero-banner .hero .hero-slide .blurb p {
          margin-right: auto;
          margin-left: auto;
          width: 100%;
          text-align: center !important;
          padding-left: 0; }
        .hero-banner .hero .hero-slide .blurb p {
          display: none; } }
  .hero-banner .hero .hero-slide h3 {
    font-size: 22px;
    line-height: 30px; }
  .hero-banner .hero .hero-slide h5 {
    font-size: 12px; }
  .hero-banner .hero .hero-slide h5, .hero-banner .hero .hero-slide h3, .hero-banner .hero .hero-slide p {
    color: white;
    width: 360px; }


.hero-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
  width: 100%; }
  .hero-container .hero-content {
    padding-top: 90px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .hero-container .hero-content {
        padding-top: 30px; } }
    @media screen and (max-width: 736px) {
      .hero-container .hero-content {
        padding-top: 56px; } }
/*
  @media screen and (max-width: 1025px) {
    .hero-wrapper {
      height: 490px;
      padding-bottom: 0; }
      .hero-wrapper .hero .hero-slide:after {
        background-color: rgba(255, 255, 255, 0);
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .hero-wrapper .hero .hero-slide h2 {
        margin-bottom: 5px; }
      .hero-wrapper .hero .hero-slide h2, .hero-wrapper .hero .hero-slide p {
        z-index: 3;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        color: white; }
      .hero-wrapper .hero .hero-slide .btn {
        position: relative;
        z-index: 3; } }
*/

/* Campaign inner page width override */

.campaign
{
  box-sizing:border-box;
}

.campaign .hero-container, .campaign .header-container
{
  max-width: 960px !important;
}

.campaign .home-module .container
{
  max-width: 100% !important;
  margin: auto;
  padding: 0 !important;
}

.campaign .home-module
{
  padding-top: 0px;
}

/* Campaign hero style overrides */

.campaign.home .hero-container .hero-content {
  padding-top: 120px;
  height: 100%;
}
@media screen and (max-width: 1025px) {
.campaign .hero-container .hero-content {
  padding-top: 140px;
  margin-right: 120px;} }
@media screen and (max-width: 736px) {
.campaign .hero-container .hero-content {
  padding-top: 140px;
  margin-right: 0px;} }

@media screen and (max-width: 1025px) {
.campaign .hero-wrapper .hero .hero-slide h2 {
  margin-bottom: 15px; }}
@media screen and (max-width: 736px) {
.campaign .hero-wrapper .hero .hero-slide h2 {
  margin-bottom: 0px; }}

.campaign.home .hero .hero-slide h2, .campaign.home .hero .hero-slide p {
  text-align: right;
  width: 100%; }
@media screen and (max-width: 736px) {
.campaign.home .hero .hero-slide h2, .campaign.home .hero .hero-slide p {
  text-align: left; } }

.campaign.home .hero .hero-slide h2
{
  font-size:60px;
}
@media screen and (max-width: 1025px) {
.campaign.home .hero .hero-slide h2 {
  font-size:42px; } }
@media screen and (max-width: 736px) {
.campaign.home .hero .hero-slide h2 {
  font-size:24px; } }

@media screen and (max-width: 736px) {
.hero .hero-slide h2, .hero .hero-slide p {
  width: 100%; } }

.campaign.back .hero-container .hero-content {
  padding-top: 100px;
  height: 100%;
}
@media screen and (max-width: 1025px) {
.campaign .hero-container .hero-content {
  padding-top: 100px;
  margin-right: 120px;} }
@media screen and (max-width: 736px) {
.campaign .hero-container .hero-content {
  vertical-align:bottom;
  margin-right: 0px; } }

.campaign.back .hero .hero-slide h2, .campaign.back .hero .hero-slide p {
  text-align: left;
  margin-right:10%;
  margin-left:30%;
  width: 70%; }

.campaign.back .hero .hero-slide h2
{
  font-size:42px;
  font-weight:300;
}

@media screen and (max-width: 1025px) {
.campaign.back .hero .hero-slide h2 {
  font-size:36px; } }
@media screen and (max-width: 736px) {
.campaign.back .hero .hero-slide h2 {
  font-size:24px;
  margin-left:0px;
  width:100%;
  line-height:1.1;} }

@media screen and (max-width: 1025px) {
.campaign.back .hero .hero-slide p {
  font-size:12px; } }
@media screen and (max-width: 736px) {
.campaign.back .hero .hero-slide p {
  margin-left:0px;
  width:100%;} }

@media screen and (max-width: 736px) {
.campaign.back .hero-container .hero-content {
  margin-right: 0px; } }

.campaign .home-module .two-thirds
{
  padding-left:100px;
  padding-right:0px;
}
.campaign .home-module .two-thirds:nth-of-type(odd)
{
  padding-left:0px;
  padding-right:100px;
}
.campaign .home-module .two-thirds h1
{
  padding-bottom:10px;
}


.hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  .hero .hero-slide {
    background-size: cover;
    background-repeat: none;
    width: 100%;
    position: relative; }
    .hero .hero-slide h2, .hero .hero-slide p {
      width: 50%; }
      @media screen and (max-width: 736px) {
        .hero .hero-slide h2, .hero .hero-slide p {
          width: 100%; } }
    .hero .hero-slide p {
      font-size: 16px;
      line-height: 24px;
      color: #363636; }
    .hero .hero-slide.hero-light h2, .hero .hero-slide.hero-light p {
      color: white; }
  @media screen and (max-width: 1025px) {
    .hero {
      height: 490px; }
      .hero .hero-slide {
        text-align: center;
        height: 490px;
        background-position: 50% 50%; }
        .hero .hero-slide h2 {
          font-size: 30px;
          line-height: 38px; }
        .hero .hero-slide h2, .hero .hero-slide p {
          padding-right: 30px;
          padding-left: 30px;
          margin-left: auto;
          margin-right: auto; } }

.arrow-link {
  text-transform: uppercase;
  position: relative;
  clear: both;}
  .arrow-link.arrow-link-small {
    font-size: 10px;
    color: #363636;
    font-weight: 800;
    letter-spacing: 1px; }
  .arrow-link:hover {
    color: #5782d8; }
  .arrow-link:after {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("/assets/images/icons/ic-blue-more-arrow.svg") 50% 50% no-repeat;
    position: absolute;
    top: 3px;
    right: -14px; 
    vertical-align:bottom;
    }

.sidebar-module-blue .arrow-link {
    opacity: 0.8;
}

.sidebar-module-blue .arrow-link:hover {
    opacity: 1.0;
}

.sidebar-module .learn {
  text-transform: uppercase;
  position: relative; }
  .sidebar-module .learn {
    font-size: 10px;
    color: #363636;
    font-family: "setimo",sans-serif;
    font-weight: 800;
    letter-spacing: 1px; }
  .sidebar-module .learn:hover {
    color: #5782d8; }
  .sidebar-module .learn:after {
    content: " ";
    display: block;
    width: 5px;
    height: 9px;
    background: url("/assets/images/icons/ic-blue-more-arrow.svg") 50% 50% no-repeat;
    position: absolute;
    top: 2px;
    right: -14px; }

ul.links li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #bebebe;
  display: inline-block;
  padding: 12px;
  border-radius: 2px;
  font-size: 12px; }

ul.breadcrumbs {
  margin-bottom: 100px; }
  @media screen and (max-width: 736px) {
    ul.breadcrumbs {
      padding-right: 30px;
      padding-left: 30px; } }
  ul.breadcrumbs li {
    position: relative;
    display: inline;
    font-size: 12px;
    color: #7b7b7b;
    margin-left: 17px; }
    ul.breadcrumbs li:first-child {
      margin-left: 0; }
    ul.breadcrumbs li a {
      color: #5782d8; }
      ul.breadcrumbs li a:hover {
        color: #363636; }
    ul.breadcrumbs li:after {
      content: " ";
      display: block;
      width: 5px;
      height: 9px;
      background: url("/assets/images/icons/ic-gray-more-arrow.svg") 50% 50% no-repeat;
      position: absolute;
      top: 3px;
      right: -14px;
      opacity: 0.3;
      transition: all ease 500ms; }
    ul.breadcrumbs li:last-child:after {
      display: none; }

section.backpage ul, section.backpage ol {
  margin-bottom: 20px; }
section.backpage p {
  margin-bottom: 10px; }
section.backpage p:last-child, section.backpage ul:last-child, section.backpage ol:last-child {
  margin-bottom: 0; }

section.backpage p.learn-more {
  margin-bottom: 15px; }

@media screen and (min-width: 1101px) {
  .backpage-tabs-select {
    display: none; } }

ul.tabs {margin:auto; height:auto; border-bottom:none;} 
ul.tabs::after {
  clear: both;
  content: "";
  display: table; }
ul.tabs li 
{
  background:transparent;
  display: inline;
  padding: auto;
}
  ul.tabs li a {
    font-family: "setimo",sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    color: #666;
    float: left;
    border-bottom: 4px solid transparent;
    padding: 0 0 15px;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 30px;
    background:transparent;
    }
    ul.tabs li a:hover {
      color: #5782d8; }
    ul.tabs li.current a {
      color: #5782d8;
      border-bottom: 4px solid #5782d8; }

@media screen and (max-width: 1025px) {
  ul.tabs {
    margin-top: 10px; }
    ul.tabs li a {
      padding-top: 20px;
      font-size: 12px; } }
@media screen and (max-width: 1100px) {
  ul.tabs {
    display: none; } }

ul.backpage-tabs {
  list-style-type: none;
  padding-left: 0px !important;
}
ul.backpage-tabs::after {
  clear: both;
  content: "";
  display: table; }
ul.backpage-tabs li {
  display: inline; 
  line-height: 1 !important;
  }
  ul.backpage-tabs li a {
    font-family: "setimo",sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    color: #666;
    float: left;
    border-bottom: 4px solid transparent;
    padding: 30px 0 15px;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 30px;
    }
    ul.backpage-tabs li a:hover {
      color: #5782d8; }
    ul.backpage-tabs li.current a {
      color: #5782d8;
      border-bottom: 4px solid #5782d8; }

ul.backpage-tabs.bordered {
  border-bottom: 1px solid #bebebe; }
  ul.backpage-tabs.bordered li {
    margin-right: 0; }
    ul.backpage-tabs.bordered li a {
      border: 1px solid transparent;
      text-transform: none;
      margin-right: 0;
      padding: 15px;
      margin-bottom: -1px; }
      ul.backpage-tabs.bordered li a.selected {
        border: 1px solid #bebebe;
        border-bottom: 1px solid white;
        background: white; }

@media screen and (max-width: 1025px) {
  ul.backpage-tabs {
    margin-top: 10px; }
    ul.backpage-tabs li a {
      padding-top: 20px;
      font-size: 12px; } }
@media screen and (max-width: 1100px) {
  ul.backpage-tabs {
    display: none; } }

.image-wrapper {
  margin-bottom: 30px; }
  .image-wrapper img {
    max-width: 100%;
     }
  .image-wrapper.image-centered {
    text-align: center; }
  .image-wrapper.image-left {
    text-align: left; }
  .image-wrapper.image-right {
    text-align: right; }
  .image-wrapper.image-full {
    width: 100%; }

.image-inline.image-right {
  float: right; padding: 6px 0 10px 10px;}
.image-inline.image-left {
  float: left; padding: 6px 10px 10px 0;}

#main .right 
{
float:right;
padding-left: 8px;
}

.sidebar-module .right 
{
float:right;
margin-left: 10px;
margin-bottom: 4px;
}

#main blockquote p {
  font-family: "setimo",sans-serif;
  text-align: center;
  font-weight: 200;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  color: black; }

blockquote {
  text-align: center;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #0072ce;
  background-image: url("/assets/images/icons/ic-quote.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px; }
  blockquote .byline {
    font-family: "setimo",sans-serif;
    font-style: normal; }
    blockquote .byline .byline-name {
      padding-top: 25px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    blockquote .byline .byline-from {
      font-size: 14px;
      color: #565656; }

@media screen and (max-width: 736px) {
  .stack-mobile {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: rotate(0deg) !important;
    margin-bottom: 30px; }
    .stack-mobile:last-child {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .stack-tablet-portrait {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: rotate(0deg) !important;
    margin-bottom: 30px; }
    .stack-tablet-portrait:last-child {
      margin-right: 0; } }

.small-pad-bottom {
  margin-bottom: 15px; }

.base-pad-bottom {
  margin-bottom: 30px; }

.large-pad-bottom {
  margin-bottom: 60px; }

.no-pad-bottom {
  margin-bottom: 0; }

.small-pad-top {
  margin-top: 15px; }

.base-pad-top  {
  margin-top: 30px; }

.large-pad-top  {
  margin-top: 60px; }

.no-pad-top  {
  margin-top: 0; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.backpage-tab-content {
  padding-left: 30px; }
  .backpage-tab-content .backpage-tab-content-inner {
    display: none; }
    .backpage-tab-content .backpage-tab-content-inner.active {
      display: block; }

.primary-container, footer .container, .product-selector > .container, .hero-container, .home-module:not(.articles-hero-container) > .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px; }
  .primary-container::after, footer .container::after, .product-selector > .container::after, .hero-container::after, .home-module:not(.articles-hero-container) > .container::after {
    clear: both;
    content: "";
    display: table; }

.flip {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.social-module
{
  background: #4f648c !important;
}

.box-module {
  background: white;
  height: 440px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 500ms ease; }
  @media screen and (max-width: 736px) {
    .box-module {
      min-height: 440px;
      height: auto; } }
  @media screen and (max-width: 320px) {
    .box-module {
      /*height: 440px !important;*/ } 
      }
  .box-module:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); }
  .box-module:last-child {
    margin-right: 0; }
  .box-module h3 {
    line-height: 30px;
    font-size: 22px; }
  .box-module p, .box-module li {
    font-size: 14px;
    line-height: 22px;
    color: #7b7b7b; }
    .box-module p.date {
      position: absolute;
      top: 40px;
      right: 40px;
      font-size: 10px;
      font-weight: 600;
      color: #bebebe;
      line-height: 1;
      letter-spacing: 1px; }
  .box-module .banner {
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    left: 40px;
    color: white;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1; }
    .box-module .banner.banner-teal, .box-module .banner.banner-press-release, .box-module .banner.banner-stories {
      color: #57d8ca; }
    .box-module .banner.banner-blue, .box-module .banner.banner-in-the-news, .box-module .banner.banner-blog {
      color: #5782d8; }
    .box-module .banner.banner-red, .box-module .banner.banner-company, .box-module .banner.banner-video {
      color: #e84d3d; }
  .box-module.box-module-with-text .box-module-content {
    padding: 80px 40px 40px; }
    .box-module.box-module-with-text .box-module-content h3, .box-module.box-module-with-image .box-module-content h3 {
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      margin-top:0px !important;
      max-height: 177px; }
    .box-module.box-module-with-text .box-module-content p {
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 175px; }
    .box-module.box-module-with-text .box-module-content ul {
      list-style-type: disc;
      font-size: 14px;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 180px;
      padding-left: 12px;}
    .box-module.box-module-with-text .box-module-content li {
      font-family: "setimo",sans-serif;
      font-size: 14px !important;
      line-height: 22px !important;
      font-weight: 200;
      }
  .box-module.box-module-with-image {
    padding: 0; }
    .box-module.box-module-with-image .box-module-image {
      width: 100%;
      height: 200px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-size: cover; }
    .box-module.box-module-with-image .box-module-content {
      padding: 80px 40px 40px; }
      .box-module.box-module-with-image .box-module-content p:not(.date) {
        display: none; }
  .box-module.box-module-full-bleed .box-module-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover; }
  .box-module.box-module-full-bleed .box-module-content {
    padding: 40px; }
  .box-module.box-module-full-bleed h1 {
    padding-bottom: 0;
    line-height: 36px; }
  .box-module.box-module-full-bleed h1, .box-module.box-module-full-bleed p {
    position: relative;
    color: white;
    z-index: 1; }

.sidebar-module {
  padding: 40px;
  margin-bottom: 30px;
  background: #f4f4f6; }
  .sidebar-module .sidebar-header-image {
    margin: -40px;
    margin-bottom: 40px; }
    .sidebar-module .sidebar-header-image img {
      width: 100%; }
  @media screen and (max-width: 736px) {
    .sidebar-module {
      margin-left: 30px; } }
  .sidebar-module h4 {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative; }
    .sidebar-module h4 {
      margin-bottom: 45px; }
      .sidebar-module h4:after {
        content: '';
        position: absolute;
        bottom: -19px;
        left: 0;
        width: 30px;
        height: 4px;
        background: #5782d8;
        border: none;
        margin-top: 0;
        text-align: left; }
.sidebar-module-event h4:after
{
  background:transparent;
}
.sidebar-module-video h4
{
  margin-bottom:0px;
}
.sidebar-module-video h4:after
{
  background:transparent;
}
  .sidebar-module li {
    font-family: "setimo",sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;}
  .sidebar-module p {
    font-family: "setimo",sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px; }
  .sidebar-module a.fileLink, .sidebar-module a.document-link  {
    cursor: pointer;
    position: relative;
    padding-left: 20px !important; }
    .sidebar-module a.fileLink:before, .sidebar-module a.document-link:before {
      opacity: 1;
      content: '';
      width: 12px;
      height: 16px;
      position: absolute;
      top: 1px;
      left: 0;
      background-size: 12px 16px;
      background-image: url(/assets/images/icons/ic-pdf-red.svg);
      padding-left: 26px !important;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .sidebar-module li.pdf a {
    position: relative;
    padding-left: 20px !important; }
    .sidebar-module li.pdf a:before {
      opacity: 1;
      content: '';
      width: 12px;
      height: 16px;
      position: absolute;
      top: -1px;
      left: 0;
      background-size: 12px 16px;
      background-image: url(/assets/images/icons/ic-pdf-red.svg);
      padding-left: 26px !important;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .sidebar-module a.external-link {
    position: relative;
    margin-bottom: 15px; 
    font-family: "setimo",sans-serif;}
    .sidebar-module a.external-link:after {
      opacity: 1;
      content: '';
      height: 12px;
      width: 12px;
      position: absolute;
      bottom: 3px;
      right: -24px;
      background-size: 12px 12px;
      background-image: url(/assets/images/icons/ic-link-external.svg);
      background-position: 0 0;
      background-repeat: no-repeat; }

  .sidebar-module.sidebar-module-blue a.external-link:after {
      background-image: url(/assets/images/icons/ic-link-external-light.svg);
  }

  .sidebar-module .news-line-item:last-child, .sidebar-module p:last-child
  {
    margin-bottom: 0px;
  }

  .sidebar-module .news-line-item {
    margin-bottom: 15px; 
    font-family: "setimo",sans-serif; }
    .sidebar-module .news-line-item a {
      font-size: 14px;
      line-height: 22px;
      color: #666;
      font-weight: 300;
      z-index: 5;
      position: relative; }
      .sidebar-module .news-line-item a:hover {
        color: #5782d8; }
    .sidebar-module .news-line-item p.meta {
      font-size: 10px;
      color: #afafb1;
      margin-bottom: 0;
      font-weight: 600;
      letter-spacing: 1px; }

  .sidebar-module-blue .news-line-item {
    margin-bottom: 15px; }
    .sidebar-module-blue .news-line-item a {
      font-size: 14px;
      line-height: 22px;
      color: white;
      opacity: 0.8;
      font-weight: 300;
      z-index: 5;
      transition: all ease 500ms;
      position: relative; }
      .sidebar-module-blue .news-line-item a:hover {
        color:white;
	opacity: 1 }
      .sidebar-module-blue .news-line-item a:after {
        transition: all ease 500ms;
}
    .sidebar-module-blue .news-line-item p.meta {
      font-size: 10px;
      color: #afafb1;
      margin-bottom: 0;
      font-weight: 600;
      letter-spacing: 1px; }

  .sidebar-module.sidebar-module-white {
    background: white; }
  .sidebar-module.sidebar-module-blue {
    background: #0072ce; }
    .sidebar-module.sidebar-module-blue h2, .sidebar-module.sidebar-module-blue h1, .sidebar-module.sidebar-module-blue h3, .sidebar-module.sidebar-module-blue h4, .sidebar-module.sidebar-module-blue h5, .sidebar-module.sidebar-module-blue p, .sidebar-module.sidebar-module-blue li {
      color: white; }
    .sidebar-module.sidebar-module-blue a
    {
      color: white;
      transition: all ease 500ms;
    }


    .sidebar-module.sidebar-module-blue h5 {
      font-size: 14px;
      font-weight: 600; }
    .sidebar-module.sidebar-module-blue h3 {
      font-size: 20px;
      line-height: 28px; }
    .sidebar-module.sidebar-module-blue ul.links li h5 {
      color: white; }
    .sidebar-module.sidebar-module-blue ul.links li a {
      color: white;
      opacity: 0.8; }
      .sidebar-module.sidebar-module-blue ul.links li a:hover {
        color: white;
        opacity: 1; }
    .sidebar-module.sidebar-module-blue ul.arrow-links a {
      position: relative; }
      .sidebar-module.sidebar-module-blue ul.arrow-links a:after {
        content: " ";
        display: block;
        width: 5px;
        height: 9px;
        background: url("/assets/images/icons/ic-white-more-arrow.svg") 50% 50% no-repeat;
        position: absolute;
        top: 3px;
        right: -14px;
        opacity: 0;
        transition: all ease 500ms; }
      .sidebar-module.sidebar-module-blue ul.arrow-links a:hover {
        color: white;
        opacity: 1; }
        .sidebar-module.sidebar-module-blue ul.arrow-links a:hover:after {
          opacity: 1; }

    .sidebar-module.sidebar-module-blue li.non-pdf a:before {
      background-image: url(/assets/images/icons/ic-download-white.svg) !important;
    }
    .sidebar-module li.non-pdf a:before {
      background-image: url(/assets/images/icons/ic-download-red.svg) !important;
    }
    .sidebar-module.sidebar-module-blue a.fileLink:before, .sidebar-module.sidebar-module-blue a.document-link:before {
      background-image: url(/assets/images/icons/ic-pdf-white.svg) !important;
    }
    .sidebar-module.sidebar-module-blue a.file-link:before {
      background-image: url(/assets/images/icons/ic-pdf-white.svg) !important;
    }
    .sidebar-module.sidebar-module-blue li.pdf a:before {
      background-image: url(/assets/images/icons/ic-pdf-white.svg) !important;
    }

  .sidebar-module.sidebar-module-video, .sidebar-module.sidebar-module-event {
    display: block;
    overflow: hidden; }
    .sidebar-module.sidebar-module-video:hover .highlight-link, .sidebar-module.sidebar-module-event:hover .highlight-link {
      color: #5782d8 !important; }
    .sidebar-module.sidebar-module-video .zoom-bg, .sidebar-module.sidebar-module-event .zoom-bg {
      transition: all 500ms ease; }
    .sidebar-module.sidebar-module-video:hover .zoom-bg, .sidebar-module.sidebar-module-event:hover .zoom-bg {
      transform: scale(1.1); }
    .sidebar-module.sidebar-module-video .box-module-image, .sidebar-module.sidebar-module-event .box-module-image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .sidebar-module.sidebar-module-video h4, .sidebar-module.sidebar-module-video .play-button, .sidebar-module.sidebar-module-video p, .sidebar-module.sidebar-module-video a, .sidebar-module.sidebar-module-video .sidebar-module-content, .sidebar-module.sidebar-module-event h4, .sidebar-module.sidebar-module-event .play-button, .sidebar-module.sidebar-module-event p, .sidebar-module.sidebar-module-event a, .sidebar-module.sidebar-module-event .sidebar-module-content {
      z-index: 2; }
    .sidebar-module.sidebar-module-video:after, .sidebar-module.sidebar-module-event:after {
      background-color: transparent;
      background-image: -webkit-linear-gradient(-150deg, transparent, black);
      background-image: linear-gradient(-120deg,transparent, black);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      z-index: 1; }
    @media screen and (max-width: 1025px) {
      .sidebar-module.sidebar-module-video, .sidebar-module.sidebar-module-event {
        background-size: cover !important; } }
  .sidebar-module.sidebar-module-video {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    background-size: 100%;
    background-position: center;
    background-repeat: none;
    height: 258px;
    transition: all 200ms ease; }
    .sidebar-module.sidebar-module-video .zoom-bg {
      background-position: 50% 50%; }
    .sidebar-module.sidebar-module-video h4 {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 15px;
      color: white;
      font-size: 16px;
      line-height: 24px; }
/*
.cat-stories h3
{
  font-size:18px;
  line-height:24px;
}
*/
      .cat-video .play-button {
      height: 60px;
      width: 60px;
      position: relative;
      display: block;
      background: #2b2b2b;
      opacity: 0.8;
      transition: all 500ms ease;
      border-radius: 1000px; 
      z-index: 2; 
      margin-top:20%;
      margin-left:auto;
      margin-right:auto;
      }

      .cat-video .play-button:after {
        height: 0;
        width: 0;
        border-bottom: 10px solid transparent;
        border-left: 18px solid white;
        border-top: 10px solid transparent;
        position: absolute;
        content: " ";
        display: block;
        top: 50%;
        left: 50%;
        margin-left: -7px;
        margin-top: -10px; }

      .cat-video:hover .play-button {
        opacity: 1; }

    .sidebar-module.sidebar-module-video .play-button {
      height: 60px;
      width: 60px;
      position: relative;
      display: block;
      background: #2b2b2b;
      opacity: 0.8;
      transition: all 500ms ease;
      border-radius: 1000px; }
      .sidebar-module.sidebar-module-video .play-button:after {
        height: 0;
        width: 0;
        border-bottom: 10px solid transparent;
        border-left: 18px solid white;
        border-top: 10px solid transparent;
        position: absolute;
        content: " ";
        display: block;
        top: 50%;
        left: 50%;
        margin-left: -7px;
        margin-top: -10px; }
    .sidebar-module.sidebar-module-video:hover {
      background-size: 110%; }
      .sidebar-module.sidebar-module-video:hover .play-button {
        opacity: 1; }
  .sidebar-module.sidebar-module-event {
    transition: all 200ms ease;
    position: relative;
    background-size: 100%;
    background-position: center;
    height: 258px; }
    .sidebar-module.sidebar-module-event:hover {
      background-size: 110%; }
    .sidebar-module.sidebar-module-event .sidebar-module-content {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 40px; }
      .sidebar-module.sidebar-module-event .sidebar-module-content h4 {
        font-size: 16px;
        line-height: 24px; }
      .sidebar-module.sidebar-module-event .sidebar-module-content h4, .sidebar-module.sidebar-module-event .sidebar-module-content p {
        color: white;
        margin-bottom: 0; }
      .sidebar-module.sidebar-module-event .sidebar-module-content p {
        margin-bottom: 0; }
      .sidebar-module.sidebar-module-event .sidebar-module-content .arrow-link {
        color: white;
        transition: color 500ms ease; }
  .sidebar-module ul.links {
    margin-bottom: 40px; }
    .sidebar-module ul.links:last-child {
      margin-bottom: 0; }
    .sidebar-module ul.links li h5 {
      font-family: "setimo",sans-serif;
      font-size: 12px;
      font-weight: 500;
      color: #0072ce;
      margin-bottom: 18px;
      padding-bottom: 0; }
    .sidebar-module ul.links li h5 a {
      font-family: "setimo",sans-serif;
      font-size: 12px;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0px;
      color: #0072ce;
      font-weight: 500; }
    .sidebar-module ul.links li a {
      font-family: "setimo",sans-serif;
      font-size: 14px;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 18px;
      color: #666;
      line-height:18px;
      font-weight: 300; }
      .sidebar-module ul.links li a:hover {
        color: #5782d8; }
    .sidebar-module ul.links li:last-child a {
      padding-bottom: 0; }

.sidebar-social-module {
  background: white;
  margin-bottom: 30px; }
  @media screen and (max-width: 736px) {
    .sidebar-social-module {
      margin-left: 30px; } }
  .sidebar-social-module a.sidebar-social-heading {
    display: block;
    padding: 15px 30px; }
  .sidebar-social-module .sidebar-social-body {
    padding: 30px;
    background: #F4F4F6; }
  .sidebar-social-module .sidebar-social-body-white {
    background: white;
    }
  .sidebar-social-module.sidebar-social-twitter .sidebar-social-heading {
    background: #55acee; }
  .sidebar-social-module.sidebar-social-facebook .sidebar-social-heading {
    background: #3b5998; }

html, body {
  height: 100%; }

body.overlay-open {
  overflow: hidden; }
  body.overlay-open .overlay {
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 1000ms ease;
    -moz-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease; }
  body.overlay-open .marvell-modal, body.overlay-open .agreement-modal {
    top: auto; }
  body.overlay-open #wrapper {
    height: 100%;
    overflow: hidden; }

.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media screen and (max-width: 736px) {
    .overlay:not(.video-overlay) {
      display: initial;
      padding-top: 0;
      padding-bottom: 0;
      overflow-y: scroll; } }
  @media screen and (max-width: 320px) {
    .overlay {
      padding-top: 0;
      padding-bottom: 0; } }

.marvell-modal, .agreement-modal {
  padding: 40px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  background: white;
  top: -100%; }
  @media screen and (max-width: 736px) {
    .marvell-modal, .agreement-modal {
      top: 0;
      bottom: 0;
      height: 100%; } }
  .marvell-modal .marvell-modal-header, .agreement-modal .marvell-modal-header {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px; }
    .marvell-modal .marvell-modal-header p, .agreement-modal .marvell-modal-header p {
      font-size: 14px;
      margin-bottom: 0;
      padding-bottom: 0; }
    .marvell-modal .marvell-modal-header p.meta, .agreement-modal .marvell-modal-header p.meta {
      font-family: "setimo",sans-serif
      margin-bottom: 0;
      padding-bottom: 0;
      text-transform: uppercase;
      color: #666;
      font-weight: 800;
      font-size: 11px;
      letter-spacing: 1px; }
  .marvell-modal .marvell-modal-content, .agreement-modal .marvell-modal-content {
    max-height: 300px;
    overflow-y: scroll;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
    padding-right: 20px; }
    .marvell-modal .marvell-modal-content p, .agreement-modal .marvell-modal-content p {
      font-size: 14px; }
  .marvell-modal .marvell-modal-footer, .agreement-modal .marvell-modal-footer {
    padding-top: 30px; }
    .marvell-modal .marvell-modal-footer .modal-buttons, .agreement-modal .marvell-modal-footer .modal-buttons {
      text-align: right;
      padding-top: 30px;
      margin-left: 30px; }
      @media screen and (max-width: 736px) {
        .marvell-modal .marvell-modal-footer .modal-buttons, .agreement-modal .marvell-modal-footer .modal-buttons {
          text-align: left;
          margin-left: 0; }
          .marvell-modal .marvell-modal-footer .modal-buttons .btn-clear, .agreement-modal .marvell-modal-footer .modal-buttons .btn-clear {
            padding-left: 0; } }
  @media screen and (max-width: 736px) {
    .marvell-modal, .agreement-modal {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .marvell-modal .marvell-modal-footer, .agreement-modal .marvell-modal-footer {
        height: 130px; }
      .marvell-modal .marvell-modal-header, .agreement-modal .marvell-modal-header {
        height: 150px !important; }
      .marvell-modal .marvell-modal-content, .agreement-modal .marvell-modal-content {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  @media screen and (max-width: 320px) {
    .marvell-modal .marvell-modal-header, .agreement-modal .marvell-modal-header {
      height: 140px; }
      .marvell-modal .marvell-modal-header h3, .agreement-modal .marvell-modal-header h3 {
        font-size: 22px;
        margin-bottom: 15px; }
      .marvell-modal .marvell-modal-header p, .agreement-modal .marvell-modal-header p {
        line-height: 1.5; }
        .marvell-modal .marvell-modal-header p.meta, .agreement-modal .marvell-modal-header p.meta {
          float: left;
          padding-bottom: 10px;
          margin-right: 10px; } }

.contact-form {
  background: white;
  /*padding: 75px 30px;*/
  }
  .contact-form .container:first-child {
    padding-bottom: 175px; }
    @media screen and (max-width: 899px) {
      .contact-form .container:first-child {
        padding-bottom: 0; } }
  .contact-form .container h1 {
    padding: 0; }
  .contact-form .container .form-container {
    padding: 25px 0 50px; }
    .contact-form .container .form-container .input-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin: 30px 0;
      position: relative; }
      .contact-form .container .form-container .input-wrapper .label-container label {
        font-size: 10px;
        font-weight: 600;
        padding-right: 10px;
        text-transform: uppercase; }
      .contact-form .container .form-container .input-wrapper .input-container.radio-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
      .contact-form .container .form-container .input-wrapper .error-message {
        display: none;
        bottom: -21px;
        color: #e11e00;
        left: 25%;
        position: absolute; }
      .contact-form .container .form-container .input-wrapper .check-group {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .contact-form .container .form-container .input-wrapper .check-group li {
          margin-right: 20px; }
      @media screen and (min-width: 900px) {
        .contact-form .container .form-container .input-wrapper .input-container {
          width: 75%; }
        .contact-form .container .form-container .input-wrapper .label-container {
          width: 25%; }
        .contact-form .container .form-container .input-wrapper .select-container {
          width: 40%; } }
      @media screen and (max-width: 899px) {
        .contact-form .container .form-container .input-wrapper {
          display: block;
          margin: 0 0 30px; }
          .contact-form .container .form-container .input-wrapper::after {
            clear: both;
            content: "";
            display: table; }
          .contact-form .container .form-container .input-wrapper .input-container, .contact-form .container .form-container .input-wrapper .label-container, .contact-form .container .form-container .input-wrapper .select-container {
            width: 100%; }
          .contact-form .container .form-container .input-wrapper .input-container, .contact-form .container .form-container .input-wrapper .select-container, .contact-form .container .form-container .input-wrapper .custom-select, .contact-form .container .form-container .input-wrapper .error-message, .contact-form .container .form-container .input-wrapper .checkbox {
            margin: 0; }
          .contact-form .container .form-container .input-wrapper .error-message {
            bottom: -10px;
            left: 0;
            position: relative; } }
      @media screen and (max-width: 899px) {
        .contact-form .container .form-container .input-wrapper div {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0 !important;
          margin-left: 0 !important;
          transform: rotate(0deg) !important;
          margin-bottom: 1rem; }
          .contact-form .container .form-container .input-wrapper div:last-child {
            margin-right: 0; } }
  .contact-form .container .submit-container {
    padding-left: 25%; }
    .contact-form .container .submit-container .btn {
      padding-left: 50px;
      padding-right: 50px; }
    @media screen and (max-width: 899px) {
      .contact-form .container .submit-container {
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
        .contact-form .container .submit-container .btn {
          display: inline-block; } }
  .contact-form .container .breadcrumbs {
    margin: 0; }
    @media screen and (max-width: 899px) {
      .contact-form .container .breadcrumbs {
        display: none; } }

.home-module {
  padding: 100px 0;}
  .home-module::after {
    clear: both;
    content: "";
    display: table; }
  .home-module h2, .home-module h1 {
    padding-bottom: 55px; }
  .home-module h5 .arrow-link {
    color: #363636; }
    .home-module h5 .arrow-link:after {
      width: 7px;
      height: 12px;
      background: url("/assets/images/icons/ic-blue-h5-arrow.svg") 50% 50% no-repeat;
      top: 3px; }
    .home-module h5 .arrow-link:hover {
      color: #5782d8; }
  @media screen and (max-width: 768px) {
    .home-module h5 {
      text-align: center; } }
  .home-module.home-module-white {
    background: white; }

.solutions-module
{
  padding-bottom:0px !important;
}

@media screen and (max-width: 768px) {
  .home-module-featured {
    padding-bottom: 20px; } }

#solutions_title > h1:first-child
{
  padding-bottom:0px;
}

.career-benefit
{
  min-height:440px;
  cursor:default !important;
}

.career-pillar
{
  min-height:440px;
  cursor:default !important;
  box-shadow: none !important;
  margin-bottom:-30px !important;
}

.featured-solutions {
  padding-top: 0px; }
  .featured-solutions .featured-solution {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 500ms ease;
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 30px; }
    .featured-solutions .featured-solution:last-child {
      margin-right: 0; }
    .featured-solutions .featured-solution:nth-child(3n) {
      margin-right: 0; }
    .featured-solutions .featured-solution:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 1025px) {
      .featured-solutions .featured-solution {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: rotate(0deg) !important;
        margin-bottom: 30px; }
        .featured-solutions .featured-solution:last-child {
          margin-right: 0; } }
    .featured-solutions .featured-solution .arrow-link {
      transition: all 500ms ease; }
    .featured-solutions .featured-solution:hover {
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); }
      .featured-solutions .featured-solution:hover .arrow-link {
        color: #5782d8; }
    .featured-solutions .featured-solution img {
      margin-bottom: 30px; }
    .featured-solutions .featured-solution h3 {
      margin-bottom: 15px; }
    .featured-solutions .featured-solution p {
      font-size: 14px;
      line-height: 22px;
      width: 100%;
      margin: 0 auto 20px;
      color: #7b7b7b; }
      /*
    @media screen and (min-width: 736px) and (max-width: 1025px) {
      .featured-solutions .featured-solution {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        display: block;
        padding-top: 0;
        padding-bottom: 0; }
        .featured-solutions .featured-solution:last-child {
          margin-right: 0; }
        .featured-solutions .featured-solution::after {
          clear: both;
          content: "";
          display: table; }
        .featured-solutions .featured-solution:hover {
          box-shadow: 0 0 0 white; }
        .featured-solutions .featured-solution .featured-solution-image,
        .featured-solutions .featured-solution .featured-solution-copy {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .featured-solutions .featured-solution .featured-solution-image:last-child,
          .featured-solutions .featured-solution .featured-solution-copy:last-child {
            margin-right: 0; }
        .featured-solutions .featured-solution .featured-solution-image {
          text-align: left; }
        .featured-solutions .featured-solution .featured-solution-copy {
          padding-top: 36px;
          text-align: left; }
          .featured-solutions .featured-solution .featured-solution-copy p {
            margin-left: 0;
            width: 95%; }
        .featured-solutions .featured-solution:nth-child(2) .featured-solution-image {
          text-align: right;
          margin-left: 51.17883%; }
        .featured-solutions .featured-solution:nth-child(2) .featured-solution-copy {
          margin-left: -102.35765%; } }*/

.newsPaging {clear:both;}
    .newsPaging .note {float:left; width:130px; line-height:20px;}
    .newsPaging ul {list-style:none;}
        .newsPaging li {float:left;}
        .newsPaging li + li {margin-left:5px;}

.featured-news {
  position: relative;
  background-color:#f4f4f6;
  }
  @media screen and (max-width: 768px) {
    .featured-news .one-half {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .featured-news .one-half:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .featured-news .news-filter {
      display: none; } }
  @media screen and (max-width: 736px) {
    .featured-news {
      padding-bottom: 50px;
      padding-top: 80px; } }
  .featured-news .article-overlay {
    position: absolute; }
    .featured-news .article-overlay.outer {
      bottom: 140px;
      left: 0;
      right: 0;
      top: 160px; }
    .featured-news .article-overlay.inner {
      bottom: 0;
      left: -99999px;
      right: -99999px;
      top: 0; }
    .featured-news .article-overlay .arrow {
      background: url("/assets/images/icons/ic-scroll-arrow-white.svg") 50% 50% no-repeat;
      background-color: rgba(0, 0, 0, 0.2);
      cursor: pointer;
      height: 48px;
      opacity: 0;
      position: absolute;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
      top: calc(50% - 15px);
      width: 36px;
      z-index: 100;
      background-size: 10px 17px; }
      @media screen and (max-width: 1025px) {
        .featured-news .article-overlay .arrow {
          opacity: 100 !important; }
          .featured-news .article-overlay .arrow:after {
            background-color: transparent;
            content: '';
            height: 68px;
            left: -10px;
            position: absolute;
            top: -10px;
            width: 56px; } }
      .featured-news .article-overlay .arrow.left-arrow {
        left: 30px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media screen and (max-width: 1025px) {
          .featured-news .article-overlay .arrow.left-arrow {
            left: 12px; } }
      .featured-news .article-overlay .arrow.right-arrow {
        right: 30px; }
        @media screen and (max-width: 1025px) {
          .featured-news .article-overlay .arrow.right-arrow {
            right: 12px; } }
      .featured-news .article-overlay .arrow:hover {
        background-color: rgba(0, 0, 0, 0.3); }

  .featured-news .news-scroll {
    margin-top: 30px;
    height: 480px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch; }
    .featured-news .news-scroll::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none !important;
      height: 0 !important;
      width: 0 !important; }
    @media screen and (max-width: 1201px) {
      .featured-news .news-scroll {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px; } }
    .featured-news .news-scroll .articles-home .slick-list {
      overflow: visible; }
    .featured-news .news-scroll .articles-home .box-module {
      margin-right: 30px;
      width: 350px; }
      @media screen and (max-width: 736px) {
        .featured-news .news-scroll .articles-home .box-module {
          width: 300px; }
          .featured-news .news-scroll .articles-home .box-module .box-module-content h3 {
            line-height: 26px;
            font-size: 18px; } }
      .featured-news .news-scroll .articles-home .box-module:first-child {
        margin-left: 0; }
      .featured-news .news-scroll .articles-home .box-module:focus {
        outline: none; }

.featured-careers {
  position: relative;
  background:transparent;
  }
  @media screen and (max-width: 768px) {
    .featured-careers .one-half {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .featured-careers .one-half:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .featured-careers .news-filter {
      display: none; } }
  @media screen and (max-width: 736px) {
    .featured-careers {
      padding-bottom: 50px;
      padding-top: 80px; } }
  .featured-careers .career-article-overlay {
    position: absolute; }
    .featured-careers .career-article-overlay.outer {
      bottom: 140px;
      left: 0;
      right: 0;
      top: 160px; }
    .featured-careers .career-article-overlay.inner {
      bottom: 0;
      left: -99999px;
      right: -99999px;
      top: 0; }
    .featured-careers .career-article-overlay .arrow {
      background: url("/assets/images/icons/ic-scroll-arrow-white.svg") 50% 50% no-repeat;
      background-color: rgba(0, 0, 0, 0.2);
      cursor: pointer;
      height: 48px;
      opacity: 0;
      position: absolute;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
      top: calc(50% + 30px);
      width: 36px;
      z-index: 100;
      background-size: 10px 17px; }
      @media screen and (max-width: 1025px) {
        .featured-careers .career-article-overlay .arrow {
          opacity: 100 !important; }
          .featured-careers .career-article-overlay .arrow:after {
            background-color: transparent;
            content: '';
            height: 68px;
            left: -10px;
            position: absolute;
            top: -10px;
            width: 56px; } }
      .featured-careers .career-article-overlay .arrow.left-arrow {
        left: 30px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media screen and (max-width: 1025px) {
          .featured-careers .career-article-overlay .arrow.left-arrow {
            left: 12px; } }
      .featured-careers .career-article-overlay .arrow.right-arrow {
        right: 30px; }
        @media screen and (max-width: 1025px) {
          .featured-careers .career-article-overlay .arrow.right-arrow {
            right: 12px; } }
      .featured-careers .career-article-overlay .arrow:hover {
        background-color: rgba(0, 0, 0, 0.3); }

  .featured-careers .career-scroll {
    margin-top: 30px;
    height: 410px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch; }
    .featured-careers .career-scroll::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none !important;
      height: 0 !important;
      width: 0 !important; }
    @media screen and (max-width: 1201px) {
      .featured-careers .career-scroll {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px; } }
    .featured-careers .career-scroll .career-articles-home .slick-list {
      overflow: visible; }
    .featured-careers .career-scroll .career-articles-home .box-module {
      margin-right: 30px;
      width: 630px;
      height:400px; }
      @media screen and (max-width: 736px) {
        .featured-careers .career-scroll .career-articles-home .box-module {
          width: 300px; }
          .featured-careers .career-scroll .career-articles-home .box-module .box-module-content h3 {
            line-height: 26px;
            font-size: 18px; } }
      .featured-careers .career-scroll .career-articles-home .box-module:first-child {
        margin-left: 0; }
      .featured-careers .career-scroll .career-articles-home .box-module:focus {
        outline: none; }

.social-module-text
{
  margin-left:35px;
  padding-top:40px;
}
.social-module-text h3
{
  color:white;
  margin-bottom:0px;
  padding-bottom:0px;
}
.social-module-text p, social-carousel-links p
{
  color:white;
  margin-top:0px;
  padding-top:6px;
  margin-bottom:0px;
  padding-bottom:0px;
}

.social-module-squares
{
  float:left;
  padding-top:0px;
}

.social-carousel
{
  width:136px; 
  height:136px; 
  border-radius:3px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.social-carousel-links
{
  margin-top: 20px;
  display:none;
}
.social-carousel-links a
{
  color:white;
}
.social-carousel-links a:hover
{
  text-decoration: none;
  transition: color 500ms ease; }
  .social-carousel-links a:active, .social-carousel-links a:focus, .social-carousel-links a:hover {
    color: #5782d8; }

  @media screen and (max-width: 736px){

  .social-carousel
  {
    display:none;
  }
  .social-carousel-links
  {
    display:block;
  }

  }

.social-carousel-facebook:hover
{
  background-image: url(/images/carousels/assets/social-facebook-hover.png);
}
.social-carousel-facebook
{
  background-image: url(/images/carousels/assets/social-facebook.png);
}

.social-carousel-instagram:hover
{
  background-image: url(/images/carousels/assets/social-instagram-hover.png);
}
.social-carousel-instagram
{
  background-image: url(/images/carousels/assets/social-instagram.png);
}

.social-carousel-twitter:hover
{
  background-image: url(/images/carousels/assets/social-twitter-hover.png);
}
.social-carousel-twitter
{
  background-image: url(/images/carousels/assets/social-twitter.png);
}

.social-carousel-linkedin:hover
{
  background-image: url(/images/carousels/assets/social-linkedin-hover.png);
}
.social-carousel-linkedin
{
  background-image: url(/images/carousels/assets/social-linkedin.png);
}


.career-carousel
{
  text-align:center; 
  margin-left:12%; 
  margin-right:12%;
}

.career-module-content
{
  height: 60px;
  width:444px;
  margin-top: 314px;
  background-color: #2b325e;
  opacity: 0.7;
  display:block;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
}

.career-module-content p
{
  margin: 0 0 0;
  line-height:18px;
}

.career-module-h3
{
  font-size: 18px !important;
  line-height: 26px !important;
}

.career-module-quote
{
  height: 160px;
  width: 80%;
  margin-top: 236px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

.career-module-quote p
{
  color: white;
  opacity: 1.0;
  margin: 0 0 0;
}

.career-module-quote .quote
{
  padding-top:12px;
  margin-left: 0px;
  font-size: 18px;
  line-height:24px;
}

.career-module-quote .name
{
  margin-top:21px;
  margin-left: 0px;
  font-size: 13px;
  font-weight:bold;
}

.career-module-quote .title
{
  margin-top:-4px;
  margin-left: 0px;
  font-size: 11px;
  font-weight:bold;
  text-transform:uppercase;
}



.career-module-content .blurb
{
  color: white;
  opacity: 1.0;
  padding-top:12px;
  margin-left: 20px;
}

.career-module-content .location
{
  color: white;
  opacity: 1.0;
  text-transform:uppercase;
  margin-left: 20px;
  margin-top:0px;
  padding-top:0px;
  font-size:10px;
  font-weight:400;
}

.career-location-module
{
  background-image: url("/company/careers/assets/company-careers-location-map-bg-2017.jpg");
  background-size: cover;
  padding-bottom: 20px;
  height:500px;
}
.career-location-module h3
{
  color:white;
  padding-top:200px;
  text-align:center;
  line-height:34px;
  font-size:46px;
}
  @media only screen and (max-width: 767px)
  {
    .career-location-module h3 {
      line-height: 60px; 
      font-size:34px;
    }
  }

.career-location-module .load-more
{
  margin-top:50px !important;
  margin-bottom: 50px !important;
  opacity: 0.7;
  color:black;
}


.articles-hero-container {
  padding-top: 76px; }

.articles-main #main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding-top: 0; }
  .articles-main #main:last-child {
    margin-right: 0; }
  .articles-main #main .box-module {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-bottom: 30px; }
    .articles-main #main .box-module:last-child {
      margin-right: 0; }
    .articles-main #main .box-module:nth-child(2n) {
      margin-right: 0; }
    .articles-main #main .box-module:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 736px) {
      .articles-main #main .box-module {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: rotate(0deg) !important;
        margin-bottom: 1rem; }
        .articles-main #main .box-module:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .articles-main #main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .articles-main #main:last-child {
        margin-right: 0; } }
.articles-main #sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .articles-main #sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .articles-main #sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding-right: 0; }
      .articles-main #sidebar:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .articles-main #sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .articles-main #sidebar:last-child {
        margin-right: 0; } }

.articles-home {
  -ms-touch-action: none !important;
  touch-action: none !important; }
  .articles-home::after {
    clear: both;
    content: "";
    display: table; }
  .articles-home .box-module {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .articles-home .box-module:last-child {
      margin-right: 0; }

.career-articles-home {
  -ms-touch-action: none !important;
  touch-action: none !important; }
  .career-articles-home::after {
    clear: both;
    content: "";
    display: table; }
  .career-articles-home .box-module {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .career-articles-home .box-module:last-child {
      margin-right: 0; }

.newsroom .box-module {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 15px; }
  .newsroom .box-module:last-child {
    margin-right: 0; }
  .newsroom .box-module:nth-child(2n) {
    margin-right: 0; }
  .newsroom .box-module:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 736px) {
    .newsroom .box-module {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .newsroom .box-module:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    .newsroom .box-module:nth-child(2n) {
      margin-right: 2.35765%; }
    .newsroom .box-module:nth-child(2n+1) {
      clear: none; } }

.newsroom_blurb {
  margin-right: 500px;
 }
  @media screen and (max-width: 1153px) {
    .newsroom_blurb {
      margin-right: 300px;
}}
  @media screen and (max-width: 768px) {
    .newsroom_blurb {
      margin-right: 0px;
}}
/*
  @media screen and (max-width: 736px) {
    .newsroom_blurb
      margin-right: 2.35765%; }
*/

.articles-heading {
  padding-bottom: 30px; }
  .articles-heading h5 {
    float: left; }
  .articles-heading .news-filter {
    float: left;
    border-left: 1px solid #d0d0d2;
    margin-left: 15px; }
  @media screen and (max-width: 736px) {
    .articles-heading h5 {
      text-align: center;
      display: block;
      float: none; }
    .articles-heading .news-filter {
      display: none; } }

.news-filter {
  text-align: right; }
  .news-filter ul li {
    display: inline; }
    .news-filter ul li a {
      text-transform: uppercase;
      font-size: 12px;
      margin-left: 15px;
      color: #bebebe;
      font-weight: 600; }
      .news-filter ul li a:hover {
        color: #666; }
      .news-filter ul li a.selected {
        color: #5782d8; }

.load-more {
  padding-top: 40px;
  text-align: center; }

.featured-product {
  display: block;
  height: 465px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 30px;
  overflow: hidden; }
  .featured-product:last-child {
    margin-right: 0; }
  .featured-product:nth-child(3n) {
    margin-right: 0; }
  .featured-product:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 768px) {
    .featured-product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .featured-product:nth-child(3n) {
        margin-right: 2.35765%; }
      .featured-product:nth-child(3n+1) {
        clear: none; }
      .featured-product:last-child {
        margin-right: 0; }
      .featured-product:nth-child(2n) {
        margin-right: 0; }
      .featured-product:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 736px) {
    .featured-product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 30px; }
      .featured-product:last-child {
        margin-right: 0; } }
  .featured-product .zoom-bg {
    transition: all 500ms ease;
    cursor:pointer;
    }
  .featured-product:hover .zoom-bg {
    transform: scale(1.1);
    cursor:pointer;
    }
  .featured-product img {
    height: 123px;
    width: 123px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -60px; }
  .featured-product .box-module-content {
    position: absolute;
    top: 300px;
    left: 15px;
    right: 15px; }
    .featured-product .box-module-content h4 {
      line-height: 32px;
      color: white; }
  @media screen and (max-width: 1025px) {
    .featured-product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .featured-product:nth-child(3n) {
        margin-right: 2.35765%; }
      .featured-product:nth-child(3n+1) {
        clear: none; }
      .featured-product:last-child {
        margin-right: 0; }
      .featured-product:nth-child(2n) {
        margin-right: 0; }
      .featured-product:nth-child(2n+1) {
        clear: left; }
      .featured-product:last-child {
        display: none; } }
  @media screen and (max-width: 768px) {
    .featured-product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding-bottom: 60px; }
      .featured-product:nth-child(2n) {
        margin-right: 2.35765%; }
      .featured-product:nth-child(2n+1) {
        clear: none; }
      .featured-product:last-child {
        margin-right: 0; }
      .featured-product:nth-child(1n) {
        margin-right: 0; }
      .featured-product:nth-child(1n+1) {
        clear: left; }
      .featured-product:last-child {
        display: block; } }
  @media screen and (max-width: 736px) {
    .featured-product .box-module-content {
      left: 7.5px;
      right: 7.5px;
      top: auto;
      bottom: 15px; }
    .featured-product img {
      top: 35%; } }

  .product-img-box-module
  {
    height:120px;
    margin-top: 40px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .support-img-box-module
  {
    height:100px;
    margin-top: -10px !important;
    /*display:flex;
    align-items:center;
    justify-content:center;*/
  }

  .support-detail-img-box-module
  {
    height:80px;
    width:80px;
    margin-top: 64px;
    margin-left: 50px;
    margin-right: 50px;
    /*display:flex;
    justify-content:left;*/
    float:left;
    position:relative;
  }


.regular-product, .regular-solution, .contact-us-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 30px;
  display: block;
  margin-bottom: 28px; }

  .regular-product:hover .highlight-link, .regular-solution:hover .highlight-link, .contact-us-block:hover .highlight-link {
    color: #5782d8 !important; }
  .regular-product:last-child, .regular-solution:last-child, .contact-us-block:last-child {
    margin-right: 0; }
  .regular-product:nth-child(3n), .regular-solution:nth-child(3n), .contact-us-block:nth-child(3n) {
    margin-right: 0; }
  .regular-product:nth-child(3n+1), .regular-solution:nth-child(3n+1) {
    clear: left; }

  .regular-product .box-module-content, .regular-solution .box-module-content, .contact-us-block .box-module-content {
    padding: 40px; }
    .regular-product .box-module-content p, .regular-solution .box-module-content p, .contact-us-block .box-module-content p {
      font-family: "setimo",sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #7b7b7b; }
  .regular-product .arrow-link, .regular-solution .arrow-link, .regular-solution .btn, .contact-us-block .btn {
    position: absolute;
    bottom: 40px;
    left: 40px; }

.regular-support {
  float: left;
  display: block;
  margin-right: 2%;
  width: 23.5%;
  margin-bottom: 30px;
  display: block;
  }

.regular-support h4
{
  text-align:center;
  font-size:16px;
}

  .regular-support:hover .highlight-link {
    color: #5782d8 !important; }
  .regular-support:last-child {
    margin-right: 0; }
  .regular-support:nth-child(4n) {
    margin-right: 0; }
  .regular-support:nth-child(4n+1) {
    clear: left; }

  .regular-support .box-module-content {
    padding: 20px; }
    .regular-support {
      font-family: "setimo",sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #7b7b7b; }
  .regular-support .arrow-link {
    position: absolute;
    bottom: 40px;
    left: 40px; }

.regular-support
{
  height: 240px;
  min-height: 240px !important;
}
  @media screen and (max-width: 1025px) {
    .regular-support {
      float: left;
      display: block;
      margin-right: 4%;
      width: 47%; }
      .regular-support:nth-child(3n) {
        margin-right: 2.35765%; }
      .regular-support:nth-child(3n+1) {
        clear: none; }
      .regular-support:last-child {
        margin-right: 0; }
      .regular-support:nth-child(2n) {
        margin-right: 0; }
      .regular-support:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 560px) {
    .regular-support {
      float: left;
      display: block;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      }
      .regular-support:last-child {
        margin-right: 0; } }
  .regular-support img{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 120px;
    }



.contact-us-block {
  position: relative;
  display: block;
  height: 500px; }
  .contact-us-block:hover .highlight-link {
    color: #5782d8 !important; }
  @media screen and (max-width: 1201px) {
    .contact-us-block {
      height: 575px; } }
  @media screen and (max-width: 1025px) {
    .contact-us-block {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .contact-us-block:nth-child(3n) {
        margin-right: 2.35765%; }
      .contact-us-block:nth-child(3n+1) {
        clear: none; }
      .contact-us-block:last-child {
        margin-right: 0; }
      .contact-us-block:nth-child(2n) {
        margin-right: 0;
        margin-left: 0;
        }
      .contact-us-block:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 768px) {
    .contact-us-block {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      height: auto;
      max-height: 100%;
      padding-bottom: 60px; }
      .contact-us-block:nth-child(2n) {
        margin-right: 2.35765%; }
      .contact-us-block:nth-child(2n+1) {
        clear: none; }
      .contact-us-block:last-child {
        margin-right: 0; }
      .contact-us-block:nth-child(1n) {
        margin-right: 0; }
      .contact-us-block:nth-child(1n+1) {
        clear: left; } }
 .contact-us-block img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: -20px;
    }


.regular-product
{
  height: 470px;
}
  @media screen and (max-width: 1025px) {
    .regular-product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .regular-product:nth-child(3n) {
        margin-right: 2.35765%; }
      .regular-product:nth-child(3n+1) {
        clear: none; }
      .regular-product:last-child {
        margin-right: 0; }
      .regular-product:nth-child(2n) {
        margin-right: 0; }
      .regular-product:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 768px) {
    .regular-product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      height: auto;
      /*max-height: 585px;*/
      padding-bottom: 60px; }
      .regular-product:nth-child(2n) {
        margin-right: 2.35765%; }
      .regular-product:nth-child(2n+1) {
        clear: none; }
      .regular-product:last-child {
        margin-right: 0; }
      .regular-product:nth-child(1n) {
        margin-right: 0; }
      .regular-product:nth-child(1n+1) {
        clear: left; } }
  @media screen and (max-width: 736px) {
    .regular-product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 30px; }
      .regular-product:last-child {
        margin-right: 0; } }
  .regular-product img{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 120px;
    }

.regular-solution {
  position: relative;
  display: block;
  height: 620px; }
  .regular-solution:hover .highlight-link {
    color: #5782d8 !important; }
  .regular-solution:nth-child(4)
  {
    /*margin-left:16.5%;*/
  }
  @media screen and (max-width: 1201px) {
    .regular-solution {
      height: 575px; } }
  @media screen and (max-width: 1025px) {
    .regular-solution {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .regular-solution:nth-child(3n) {
        margin-right: 2.35765%; }
      .regular-solution:nth-child(3n+1) {
        clear: none; }
      .regular-solution:last-child {
        margin-right: 0; }
      .regular-solution:nth-child(2n) {
        margin-right: 0;
        margin-left: 0;
        }
      .regular-solution:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 768px) {
    .regular-solution {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      height: auto;
      max-height: 100%;
      padding-bottom: 60px; }
      .regular-solution:nth-child(2n) {
        margin-right: 2.35765%; }
      .regular-solution:nth-child(2n+1) {
        clear: none; }
      .regular-solution:last-child {
        margin-right: 0; }
      .regular-solution:nth-child(1n) {
        margin-right: 0; }
      .regular-solution:nth-child(1n+1) {
        clear: left; } }
 .regular-solution img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: -80px;
    }

.box-module-sales {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 30px;
  padding: 40px;
  margin-bottom: 30px;
  height: 355px; }
  .box-module-sales:last-child {
    margin-right: 0; }
  .box-module-sales:nth-child(3n) {
    margin-right: 0; }
  .box-module-sales:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 768px) {
    .box-module-sales {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .box-module-sales:nth-child(3n) {
        margin-right: 2.35765%; }
      .box-module-sales:nth-child(3n+1) {
        clear: none; }
      .box-module-sales:last-child {
        margin-right: 0; }
      .box-module-sales:nth-child(2n) {
        margin-right: 0; }
      .box-module-sales:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 736px) {
    .box-module-sales {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 30px; }
      .box-module-sales:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    .box-module-sales {
      height: auto;
      min-height: auto;
      padding-bottom: 40px; } }
  .box-module-sales h4 {
    color: #4b59a0;
    margin-bottom: 9px;
    padding-bottom: 0; }
  .box-module-sales h6 {
    color: #0072ce;
    font-weight: 600;
    font-size: 0.67em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0; }
  .box-module-sales p {
    margin-bottom: 15px;
    line-height: 22px; }
  .box-module-sales p, .box-module-sales ul {
    font-family: "setimo",sans-serif;
    font-size: 14px;
    font-weight: 200; }
  .box-module-sales ul.contact-info li {
    padding-left: 28px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    font-weight: 200;
    line-height: 26px; }
    .box-module-sales ul.contact-info li.contact-phone {
      background-image: url(/assets/images/icons/ic-contact-phone.svg); }
    .box-module-sales ul.contact-info li.contact-fax {
      background-image: url(/assets/images/icons/ic-contact-fax.svg); }
    .box-module-sales ul.contact-info li.contact-email {
      background-image: url(/assets/images/icons/ic-contact-email.svg); }
    .box-module-sales ul.contact-info li.contact-web {
      background-image: url(/assets/images/icons/ic-contact-web.svg); }
    .box-module-sales ul.contact-info li.contact-map {
      background-image: url(/assets/images/icons/ic-contact-map.svg); }
  @media screen and (max-width: 1025px) {
    .box-module-sales {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .box-module-sales:nth-child(3n) {
        margin-right: 2.35765%; }
      .box-module-sales:nth-child(3n+1) {
        clear: none; }
      .box-module-sales:last-child {
        margin-right: 0; }
      .box-module-sales:nth-child(2n) {
        margin-right: 0; }
      .box-module-sales:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 768px) {
    .box-module-sales {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding-bottom: 60px; }
      .box-module-sales:nth-child(2n) {
        margin-right: 2.35765%; }
      .box-module-sales:nth-child(2n+1) {
        clear: none; }
      .box-module-sales:last-child {
        margin-right: 0; }
      .box-module-sales:nth-child(1n) {
        margin-right: 0; }
      .box-module-sales:nth-child(1n+1) {
        clear: left; } }

.contact-filter {
  width: 50%; }
  @media screen and (max-width: 736px) {
    .contact-filter {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .contact-filter .one-half {
      width: 100%;
      float: none;
      margin: 0; } }

.driver-filter {
  width: 100%; }
.sales-header
{
  margin-bottom:60px;
}
.sales-section h5 {
  margin-bottom: 0;
  padding-bottom: 25px; }

section.sales-section
{
  margin-bottom:30px;
}

.image-modal-wrapper {
  height: 0;
  padding-bottom: 0;
  position: relative;
  width: 500px;
  margin: 0 auto;
  height: 547.5px; }
  .image-modal-wrapper .modal-close-button {
    top: -30px;
    right: 0;
    width: 17px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    z-index: 10000; }
    .image-modal-wrapper .modal-close-button span {
      display: none; }
    .image-modal-wrapper .modal-close-button i,
    .image-modal-wrapper .modal-close-button b {
      top: 0;
      right: 0;
      display: block;
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 17px;
      background: white;
      position: absolute;
      display: block;
      content: '';
      z-index: 100; }
    .image-modal-wrapper .modal-close-button i {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .image-modal-wrapper .modal-close-button b {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (max-width: 1201px) {
  body.overlay-open .image-modal-wrapper {
    padding-bottom: 20%;
    width: 80%;
    height: auto; } }
@media screen and (max-width: 736px) {
  body.overlay-open .image-modal-wrapper .modal-close-button {
    bottom: 0px;
    top: auto;
    width: 100%;
    left: 0;
    right: 0; }
    body.overlay-open .image-modal-wrapper .modal-close-button i, body.overlay-open .image-modal-wrapper .modal-close-button b {
      display: none; }
    body.overlay-open .image-modal-wrapper .modal-close-button span {
      display: block;
      color: white;
      text-align: center; } }

.video-wrapper {
  height: 0;
  padding-bottom: 0;
  position: relative;
  width: 900px;
  margin: 0 auto;
  height: 547.5px; }
  .video-wrapper .modal-close-button {
    top: -30px;
    right: 0;
    width: 17px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    z-index: 10000; }
    .video-wrapper .modal-close-button span {
      display: none; }
    .video-wrapper .modal-close-button i,
    .video-wrapper .modal-close-button b {
      top: 0;
      right: 0;
      display: block;
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 17px;
      background: white;
      position: absolute;
      display: block;
      content: '';
      z-index: 100; }
    .video-wrapper .modal-close-button i {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .video-wrapper .modal-close-button b {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 1201px) {
  body.overlay-open .video-wrapper {
    padding-bottom: 56.25%;
    width: 80%;
    height: auto; } }
@media screen and (max-width: 736px) {
  body.overlay-open .video-wrapper .modal-close-button {
    bottom: -30px;
    top: auto;
    width: 100%;
    left: 0;
    right: 0; }
    body.overlay-open .video-wrapper .modal-close-button i, body.overlay-open .video-wrapper .modal-close-button b {
      display: none; }
    body.overlay-open .video-wrapper .modal-close-button span {
      display: block;
      color: white;
      text-align: center; } }

@media screen and (max-width: 1025px) {
  .hero-search-header .hero-slide h2 {
    text-align: left;
    margin-left: 0; }
  .hero-search-header .hero-slide:after {
    background-color: transparent !important;
    background-image: none !important; } }
.hero-search-header .hero-search-input {
  position: relative; }
  .hero-search-header .hero-search-input img {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px;
    z-index: 2; }
  .hero-search-header .hero-search-input input {
    border: none;
    outline: none;
    line-height: 90px;
    height: 90px;
    padding: 0 30px;
    position: relative;
    z-index: 1; }
    .hero-search-header .hero-search-input input:focus {
      outline: none; }
  @media screen and (max-width: 1025px) {
    .hero-search-header .hero-search-input input {
      height: 60px;
      line-height: 60px; } }

.search-results h4.search-result-header {
  color: #666;
  font-size: 14px;
  font-weight: 600; }
.search-results .search-result {
  padding: 0 0 0px; }
  .search-results .search-result h3, .search-results .search-result p {
    margin-bottom: 5px; }
  .search-results .search-result h3 {
    font-size: 22px;
    font-family: "setimo",sans-serif; }
  .search-results .search-result p {
    font-family: "setimo",sans-serif; }

.search-pagination {
  float: none;
  padding: 30px 0; }
  @media screen and (max-width: 736px) {
    .search-pagination {
      display: block;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  .search-pagination a {
    color: #5782d8;
    font-size: 14px;
    font-family: "setimo",sans-serif; }
    .search-pagination a:hover {
      color: #0072ce; }
    .search-pagination a.selected {
      color: #363636; }
    .search-pagination a img {
      height: 10px; }

.box-module-team {
  cursor:pointer;
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31%;
  margin-bottom: 15px;
  height: 360px;
  margin-bottom: 30px;
  background: #f4f4f6; }
  .box-module-team .zoom-bg {
    transition: all 500ms ease; }
  .box-module-team:hover .zoom-bg {
    transform: scale(1.1); }
  .box-module-team:last-child {
    margin-right: 0; }
  .box-module-team:nth-child(3n) {
    margin-right: 0; }
  .box-module-team:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 736px) {
    .box-module-team {
      float: left;
      display: block;
      /*margin-right: 2.35765%;*/
      width: 49%;
      /*margin-right: 0 !important;
      margin-left: 0 !important;*/
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .box-module-team:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    .box-module-team:nth-child(2n + 1) {
      margin-right: 2%;}
    .box-module-team:nth-child(2n) {
      margin-right: 0; }
    .box-module-team:nth-child(n+2) {
      clear: none; }
    .box-module-team:nth-child(3n+1) {
    clear: none; } }
  @media screen and (max-width: 736px) {
    .box-module-team {
      min-height: auto !important;
      height: 360px; } }
  @media screen and (max-width: 450px) {
    .box-module-team {
      margin-right: 0;
      width: 100%; }
      }
  .box-module-team .box-module-image {
    max-height: 230px;
    width: 100%;
    overflow: hidden; }
    .box-module-team .box-module-image img {
      width: 100%; }
  .box-module-team .box-module-content {
    padding: 30px; }
  .box-module-team h4 {
    margin-bottom: 9px;
    padding-bottom: 0;
    color: #5782d8; }
  .box-module-team h5 {
    color: #363636;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight:300;
    font-size:11px;
    line-height:16px;
    text-align:left;
    }

.leadership-page
{
  padding-bottom:120px;
}

.leadership-main {
  padding-top: 20px; 
  margin-left:auto;
  margin-right:auto;
  max-width:1140px;
  }
  .leadership-main h1 {
    margin-bottom: 30px; }
  .leadership-main #main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    padding-top: 0; }
    .leadership-main #main:last-child {
      margin-right: 0; }
    .leadership-main #main .box-module-team {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%;
      margin-bottom: 30px; }
      .leadership-main #main .box-module-team:last-child {
        margin-right: 0; }
      .leadership-main #main .box-module-team:nth-child(2n) {
        margin-right: 0; }
      .leadership-main #main .box-module-team:nth-child(2n+1) {
        clear: left; }
      @media screen and (max-width: 736px) {
        .leadership-main #main .box-module-team {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0 !important;
          margin-left: 0 !important;
          transform: rotate(0deg) !important;
          margin-bottom: 1rem; }
          .leadership-main #main .box-module-team:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .leadership-main #main {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: rotate(0deg) !important;
        margin-bottom: 1rem; }
        .leadership-main #main:last-child {
          margin-right: 0; } }
  .leadership-main #sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .leadership-main #sidebar:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .leadership-main #sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        padding-right: 0; }
        .leadership-main #sidebar:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .leadership-main #sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: rotate(0deg) !important;
        margin-bottom: 1rem; }
        .leadership-main #sidebar:last-child {
          margin-right: 0; } }

/*
investor page and third-level nav styles after this
*/

.quote-chart {
  display: block;
  border: 1px solid #f1f1f1;
  border-width: 1px 0; }
  .quote-chart::after {
    clear: both;
    content: "";
    display: table; }

.ticker {
  float: left;
  display: block;
  width: 20.47153%;
  background: white;
  text-align: center; }
  .ticker:last-child {
    width: 18.11388%; }
  @media screen and (max-width: 768px) {
    .ticker {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important; }
      .ticker:last-child {
        margin-right: 0; }
      .ticker:last-child {
        width: 100%; } }
  .ticker h5 {
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 0; }
  .ticker h2 {
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0; }
  .ticker p {
    font-size: 16px;
    margin-bottom: 0; }
    .ticker p span {
      height: 10px;
      width: 15px;
      display: inline-block; }
      .ticker p span.positive, .ticker p span.negative {
        margin-right: 5px; }
      .ticker p span.positive {
        height: 0;
        width: 0;
        border-bottom: 10px solid #57d878;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent; }
      .ticker p span.negative {
        height: 0;
        width: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #e11e00; }
  .ticker-major {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 218px; }
  .ticker-minor .ticker-value {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 109px; }
    @media screen and (max-width: 768px) {
      .ticker-minor .ticker-value {
        display: block;
        height: 55px;
        padding: 0 10px; }
        .ticker-minor .ticker-value::after {
          clear: both;
          content: "";
          display: table; }
        .ticker-minor .ticker-value h5, .ticker-minor .ticker-value p {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          height: 55px;
          line-height: 55px;
          margin: 0; }
          .ticker-minor .ticker-value h5:last-child, .ticker-minor .ticker-value p:last-child {
            margin-right: 0; }
        .ticker-minor .ticker-value h5 {
          text-align: left; }
        .ticker-minor .ticker-value p {
          text-align: right; } }
    .ticker-minor .ticker-value:first-child {
      background: #f8f8f8; }

.collapse-table {
  width: 100%; }
  .collapse-table .cell {
    padding: 15px;
    border-bottom: 1px solid #d6d5d5;
    font-size: 16px;
    line-height: 26px; }
    .collapse-table .cell strong {
      font-family: "setimo",sans-serif;
      display: none;
      text-transform: uppercase;
      font-weight: bold;
      color: #363636;
      font-size: 12px;
      line-height: 14px; }
    .collapse-table .cell-filing-date {
      order: 1;
      width: 15%; }
    .collapse-table .cell-form {
      order: 2;
      width: 10%; }
    .collapse-table .cell-description {
      order: 3;
      width: 40%; }
    .collapse-table .cell-filing-group {
      order: 4;
      width: 15%; }
    .collapse-table .cell-downloads {
      order: 5;
      width: 20%; }
  .collapse-table-header, .collapse-table-row {
    display: flex; }
    @media screen and (max-width: 768px) {
      .collapse-table-header, .collapse-table-row {
        display: block;
        width: 100%;
        padding: 15px 0; }
        .collapse-table-header .cell, .collapse-table-row .cell {
          width: 100% !important;
          border: none;
          padding: 0 15px 10px; }
          .collapse-table-header .cell:last-child, .collapse-table-row .cell:last-child {
            padding-bottom: 0; }
          .collapse-table-header .cell strong, .collapse-table-row .cell strong {
            display: block;
            float: left;
            margin-right: 15px;
            margin-top: 5px; }
          .collapse-table-header .cell img, .collapse-table-row .cell img {
            margin-right: 5px; } }
  @media screen and (max-width: 768px) {
    .collapse-table-header {
      display: none; } }
  .collapse-table-header .cell {
    text-transform: uppercase;
    font-weight: bold;
    color: #363636;
    font-size: 12px;
    padding: 15px;
    text-align: left;
    border-top: 1px solid #d6d5d5;
    border-bottom: 1px solid #d6d5d5;
    line-height: 14px; }
  .collapse-table-row {
    background: #f9f9f9; }
    .collapse-table-row:nth-child(even) {
      background: white; }
    .collapse-table-row:hover {
      background: #efefef; }
    .collapse-table-row .cell {
      font-family: "setimo",sans-serif; }
    .collapse-table-row .cell-downloads a {
      margin-right: 10px; }
      .collapse-table-row .cell-downloads a:last-child {
        margin-right: 0; }

.investor-container-large, .investor-container
{
  padding-top:64px;
}

.investor-container, .one-column-container-large
{
  /*padding-top:64px;*/
}
.one-column-container-large
{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 27px;
  padding-left: 27px; }
  .investor-container-large::after {
    clear: both;
    content: "";
    display: table; }

.investor-container-large {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 27px;
  padding-left: 27px; }
  .investor-container-large::after {
    clear: both;
    content: "";
    display: table; }

.solution-container-large {
  padding-top:64px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 27px;
  padding-left: 27px; }
  .investor-container-large::after {
    clear: both;
    content: "";
    display: table; }

.solution-container-large h6 {

}

@media screen and (max-width: 1166px) {
  .solution-container-large img {
    padding-top:30px;
    padding-bottom:30px;
} }

/*
@media screen and (max-width: 736px) {
  .solution-container-large img {
    padding-left:20px;
    padding-right:20px;
} }
*/

.solution-footer {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 25px;
 }
  .solution-footer .arrow-link-small {
    font-size: 12px; }

#main-one-column
{
  padding-bottom: 0px !important;
}

#main-one-column .contact-alert-alert
{
  width:80% !important;
}

.solution-container h1
{
  text-align:center;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

#main-one-column h1, #main-one-column h2
{
  padding-bottom:0px !important;
}

#main-one-column .solution-container p
{
  text-align:center;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 736px) {
  #main-one-column .solution-container h1 {
    padding-left:0;
    padding-right:0;
    text-align: left;
  }

  #main-one-column .solution-container p {
    padding-left:0;
    padding-right:0;
    text-align: left;
  }
}

.investor-container {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:0px;
  padding-right:30px;
  padding-left:30px;
 }
  .investor-container::after {
    clear: both;
    content: "";
    display: table; }

.solution-container {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:0px;
  padding-right:30px;
  padding-left:30px;
 }
  .solution-container::after {
    clear: both;
    content: "";
    display: table; }

h1.investor-title {
  font-size: 32px;
  line-height: 46px;
  padding-bottom: 0;
  margin-bottom: 20px; }
h1.above-hard-element {
  margin-bottom: 30px; }


/* global subnav with black/red */

nav.level3.cs2 {
  position: absolute;
  bottom: -64px;
/*navbar bg*/
  background: #2b2b2b;
  height: 64px;
  line-height: 63px;
  z-index: 1;
  top: 100%;
  width: 100%;}
  nav.level3.cs2 .level3-main-nav {
    padding-left: 20px; }
  nav.level3.cs2 .center {
    text-align: center;  }
    @media screen and (max-width: 736px) {
      nav.level3.cs2 .level3-main-nav {
        padding-left: 0; } }
  nav.level3.cs2 a {
/*navbar top-level menu item text*/
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    margin-right: 50px; }
    nav.level3.cs2 a.level3-root-link {
      display: none; }
    nav.level3.cs2 a.level3-parent-link {
      cursor: default; }
    nav.level3.cs2 a:hover {
      box-shadow: inset 0 -5px #e41a00; }
    nav.level3.cs2 .selected {
      box-shadow: inset 0 -5px #e41a00 !important; }
  nav.level3.cs2 a,
  nav.level3.cs2 .level3-dropdown-container {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block; }
  nav.level3.cs2 .level3-dropdown-container {
    margin-right: 50px;
    position: relative; }
    nav.level3.cs2 .level3-dropdown-container a {
      margin-right: 0;
      box-shadow: none; }
    nav.level3.cs2 .level3-dropdown-container:hover {
      box-shadow: inset 0 -5px #e41a00; }
      nav.level3.cs2 .level3-dropdown-container:hover .level3-dropdown {
        pointer-events: auto;
        height: auto;
        max-height: 300px; }
  nav.level3.cs2 .level3-dropdown {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    background: #747474;
    width: 205px;
    padding: 0 30px;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    max-height: 0; }
    nav.level3.cs2 .level3-dropdown a {
/* regular drop-down subnav text*/
      color: #ffffff;
      display: block;
      font-size: 10px;
      padding: 0;
      line-height: 12px;
      margin-bottom: 30px; }
      nav.level3.cs2 .level3-dropdown a:first-child {
        margin-top: 30px; }
      nav.level3.cs2 .level3-dropdown a:hover {
/* regular drop-down subnav text on hover*/
        color: #cccccc;
        box-shadow: none; }
  @media screen and (max-width: 960px) {
    nav.level3.cs2 a,
    nav.level3.cs2 .level3-dropdown-container {
      margin-right: 20px; } }
  @media screen and (max-width: 890px) {
    nav.level3.cs2 a,
    nav.level3.cs2 .level3-dropdown-container {
      margin-right: 10px; } }
  @media screen and (max-width: 768px) {
    nav.level3.cs2 a.level3-root-link,
    nav.level3.cs2 a.level3-parent-link {
      display: block;
      position: relative; }
      nav.level3.cs2 a.level3-root-link:after, nav.level3.cs2 a.level3-root-link:before,
      nav.level3.cs2 a.level3-parent-link:after,
      nav.level3.cs2 a.level3-parent-link:before {
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        transition: transform 500ms ease;
        content: " ";
        display: block;
        position: absolute;
        right: 30px;
        top: 50%; }
    nav.level3.cs2 a:not(.level3-root-link) {
      padding-left: 40px; }
    nav.level3.cs2 a.level3-root-link:after, nav.level3.cs2 a.level3-root-link:before {
      width: 12px;
      height: 2px;
      background: #e41a00; }
    nav.level3.cs2 a.level3-root-link:after {
      margin-top: -1px; }
    nav.level3.cs2 a.level3-root-link:before {
      -webkit-transform: translateY(-50%) rotate(90deg);
      -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      -o-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    nav.level3.cs2 a.level3-root-link.open:before {
      -webkit-transform: translateY(-50%) rotate(0deg);
      -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
      -o-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg); }
    nav.level3.cs2 a.level3-parent-link:after {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 13px;
      height: 8px;
/* responsive drop-down subnav +/- on Export top menu */
      background: url("/images/investor/ic-arrow-nav-cs2.svg") 50% 50% no-repeat;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      -o-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    nav.level3.cs2 a.level3-parent-link.open {
/* responsive drop-down subnav sub-level item text */
      color: #e41a00; }
      nav.level3.cs2 a.level3-parent-link.open:after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg); }
    nav.level3.cs2 .level3-main-nav {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      height: 0; }
      nav.level3.cs2 .level3-main-nav.open {
        opacity: 1;
        height: auto;
        max-height: 700px;
        overflow: hidden; }
    nav.level3.cs2 a {
      padding: 0 20px; }
      nav.level3.cs2 a:not(.level3-root-link) {
        background: #747474;
        text-align:left !important;
        border-bottom: 1px solid #E6E6E6; }
    nav.level3.cs2 a,
    nav.level3.cs2 .level3-dropdown-container {
      display: block;
      margin-right: 0; }
      nav.level3.cs2 a .level3-dropdown,
      nav.level3.cs2 .level3-dropdown-container .level3-dropdown {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        top: 0;
        left: 0;
        transform: none;
        position: static;
        width: 100%;
/* reponsive drop-down subnav background*/
        background: #6c6c6c;
        max-height: 0;
        padding-left: 40px; }
        nav.level3.cs2 a .level3-dropdown.open,
        nav.level3.cs2 .level3-dropdown-container .level3-dropdown.open {
          max-height: 330px !important;
          height: auto !important;
          padding-top: 15px;
          padding-bottom: 15px; }
        nav.level3.cs2 a .level3-dropdown a,
        nav.level3.cs2 .level3-dropdown-container .level3-dropdown a {
          background: transparent;
          line-height: 64px;
          margin-top: 0;
          margin-bottom: 0;
          font-weight: 100;
          font-size: 14px;
          text-transform: none;
          border: none;
          padding-left: 0;
          padding-top: 15px;
          padding-bottom: 15px;
          line-height: 1.2; }
      nav.level3.cs2 a:hover,
      nav.level3.cs2 .level3-dropdown-container:hover {
        box-shadow: none; }
        nav.level3.cs2 a:hover .level3-dropdown,
        nav.level3.cs2 .level3-dropdown-container:hover .level3-dropdown {
          max-height: 0; } }



/* global subnav styles*/


nav.level3 {
  position: absolute;
  bottom: -64px;
  background: #f8f8f8;
  height: 64px;
  line-height: 63px;
  z-index: 1;
  width: 100%;}
  nav.level3 .level3-main-nav {
    padding-left: 20px;
    float:left;}
  nav.level3 .center {
    text-align: center;  }
    @media screen and (max-width: 736px) {
      nav.level3 .level3-main-nav {
        padding-left: 0;
        float:none;} }
  nav.level3 a {
    color: #363636;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    margin-right: 50px; }
    nav.level3 a.level3-root-link {
      display: none; }
    nav.level3 a.level3-parent-link {
      cursor: default; }
    nav.level3 a:hover {
      box-shadow: inset 0 -5px #5782d8; }
    nav.level3 .selected {
      box-shadow: inset 0 -5px #5782d8 !important; }
  nav.level3 a,
  nav.level3 .level3-dropdown-container {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block; }
  nav.level3 .level3-dropdown-container {
    margin-right: 30px;
    position: relative; }
    nav.level3 .level3-dropdown-container a {
      margin-right: 0;
      box-shadow: none; }
    nav.level3 .level3-dropdown-container:hover {
      box-shadow: inset 0 -5px #5782d8; }
      nav.level3 .level3-dropdown-container:hover .level3-dropdown {
        pointer-events: auto;
        height: auto;
        max-height: 300px; }
  nav.level3 .level3-dropdown {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    background: #f0f0f0;
    width: 205px;
    padding: 0 30px;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    max-height: 0; }
    nav.level3 .level3-dropdown a {
      color: #363636;
      display: block;
      font-size: 10px;
      padding: 0;
      line-height: 12px;
      margin-bottom: 30px; }
      nav.level3 .level3-dropdown a:first-child {
        margin-top: 30px; }
      nav.level3 .level3-dropdown a:hover {
        color: #5782d8;
        box-shadow: none; }
        /*
  @media screen and (max-width: 960px) {
    nav.level3 a,
    nav.level3 .level3-dropdown-container {
      margin-right: 20px; } }
  @media screen and (max-width: 890px) {
    nav.level3 a,
    nav.level3 .level3-dropdown-container {
      margin-right: 10px; } }*/
  @media screen and (max-width: 1150px) {
    nav.level3 a.level3-root-link,
    nav.level3 a.level3-parent-link {
      display: block;
      position: relative; }
      nav.level3 a.level3-root-link:after, nav.level3 a.level3-root-link:before,
      nav.level3 a.level3-parent-link:after,
      nav.level3 a.level3-parent-link:before {
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        transition: transform 500ms ease;
        content: " ";
        display: block;
        position: absolute;
        right: 30px;
        top: 50%; }
    nav.level3 a:not(.level3-root-link) {
      padding-left: 40px; }
    nav.level3 a.level3-root-link:after, nav.level3 a.level3-root-link:before {
      width: 12px;
      height: 2px;
      background: #5782d8; }
    nav.level3 a.level3-root-link:after {
      margin-top: -1px; }
    nav.level3 a.level3-root-link:before {
      -webkit-transform: translateY(-50%) rotate(90deg);
      -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      -o-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    nav.level3 a.level3-root-link.open:before {
      -webkit-transform: translateY(-50%) rotate(0deg);
      -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
      -o-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg); }
    nav.level3 a.level3-parent-link:after {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 13px;
      height: 8px;
      background: url("/images/investor/ic-arrow-nav.svg") 50% 50% no-repeat;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      -o-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    nav.level3 a.level3-parent-link.open {
      color: #5782d8; }
      nav.level3 a.level3-parent-link.open:after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg); }
    nav.level3 .level3-main-nav {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      height: 0; }
      nav.level3 .level3-main-nav.open {
        opacity: 1;
        height: auto;
        max-height: 700px;
        overflow: hidden; }
    nav.level3 a {
      padding: 0 20px; }
      nav.level3 a:not(.level3-root-link) {
        background: #f0f0f0;
        text-align:left;
        border-bottom: 1px solid #E6E6E6; }
    nav.level3 a,
    nav.level3 .level3-dropdown-container {
      display: block;
      margin-right: 0; }
      nav.level3 a .level3-dropdown,
      nav.level3 .level3-dropdown-container .level3-dropdown {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        top: 0;
        left: 0;
        transform: none;
        position: static;
        width: 100%;
        background: #e7e7e7;
        max-height: 0;
        padding-left: 40px; }
        nav.level3 a .level3-dropdown.open,
        nav.level3 .level3-dropdown-container .level3-dropdown.open {
          max-height: 330px !important;
          height: auto !important;
          padding-top: 15px;
          padding-bottom: 15px; }
        nav.level3 a .level3-dropdown a,
        nav.level3 .level3-dropdown-container .level3-dropdown a {
          background: transparent;
          line-height: 64px;
          margin-top: 0;
          margin-bottom: 0;
          font-weight: 100;
          font-size: 14px;
          text-transform: none;
          border: none;
          padding-left: 0;
          padding-top: 15px;
          padding-bottom: 15px;
          line-height: 1.2; }
      nav.level3 a:hover,
      nav.level3 .level3-dropdown-container:hover {
        box-shadow: none; }
        nav.level3 a:hover .level3-dropdown,
        nav.level3 .level3-dropdown-container:hover .level3-dropdown {
          max-height: 0; } }

    nav.level3 .ctaNavbarButton {
      display:block;
      float:right; 
      margin-right:5%;
    }


    nav.level3 .ctaNavbarButton .btn {
    height:34px; 
    padding-top:12px; 
    padding-left:20px; 
    padding-right:20px; 
    letter-spacing:0
  }

  @media screen and (max-width: 1150px) {

    nav.level3 .ctaNavbarButton {
      display:none;
    }
}

    nav.level3 .ctaNavItem {
      display:none;
    }

  @media screen and (max-width: 768px) {

    nav.level3 .ctaNavItem {
      display:block;
    }
}

nav.investor-relations {
  position: absolute;
  bottom: -64px;
  background: #f8f8f8;
  height: 64px;
  line-height: 63px;
  z-index: 1;
  width: 100%;}
  nav.investor-relations .investor-main-nav {
    padding-left: 20px; }
    @media screen and (max-width: 736px) {
      nav.investor-relations .investor-main-nav {
        padding-left: 0; } }
  nav.investor-relations a {
    color: #363636;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    margin-right: 50px; }
    nav.investor-relations a.root-link {
      display: none; }
    nav.investor-relations a.parent-link {
      cursor: default; }
    nav.investor-relations a:hover {
      box-shadow: inset 0 -5px #5782d8; }
    nav.investor-relations .selected {
      box-shadow: inset 0 -5px #5782d8 !important; }
  nav.investor-relations a,
  nav.investor-relations .investor-dropdown-container {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block; }
  nav.investor-relations .investor-dropdown-container {
    margin-right: 50px;
    position: relative; }
    nav.investor-relations .investor-dropdown-container a {
      margin-right: 0;
      box-shadow: none; }
    nav.investor-relations .investor-dropdown-container:hover {
      box-shadow: inset 0 -5px #5782d8; }
      nav.investor-relations .investor-dropdown-container:hover .investor-dropdown {
        pointer-events: auto;
        height: auto;
        max-height: 300px; }
  nav.investor-relations .investor-dropdown {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    background: #f0f0f0;
    width: 205px;
    padding: 0 30px;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    max-height: 0; }
    nav.investor-relations .investor-dropdown a {
      color: #363636;
      display: block;
      font-size: 10px;
      padding: 0;
      line-height: 12px;
      margin-bottom: 30px; }
      nav.investor-relations .investor-dropdown a:first-child {
        margin-top: 30px; }
      nav.investor-relations .investor-dropdown a:hover {
        color: #5782d8;
        box-shadow: none; }
  @media screen and (max-width: 960px) {
    nav.investor-relations a,
    nav.investor-relations .investor-dropdown-container {
      margin-right: 20px; } }
  @media screen and (max-width: 890px) {
    nav.investor-relations a,
    nav.investor-relations .investor-dropdown-container {
      margin-right: 10px; } }
  @media screen and (max-width: 768px) {
    nav.investor-relations a.root-link,
    nav.investor-relations a.parent-link {
      display: block;
      position: relative; }
      nav.investor-relations a.root-link:after, nav.investor-relations a.root-link:before,
      nav.investor-relations a.parent-link:after,
      nav.investor-relations a.parent-link:before {
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        transition: transform 500ms ease;
        content: " ";
        display: block;
        position: absolute;
        right: 30px;
        top: 50%; }
    nav.investor-relations a:not(.root-link) {
      padding-left: 40px; }
    nav.investor-relations a.root-link:after, nav.investor-relations a.root-link:before {
      width: 12px;
      height: 2px;
      background: #5782d8; }
    nav.investor-relations a.root-link:after {
      margin-top: -1px; }
    nav.investor-relations a.root-link:before {
      -webkit-transform: translateY(-50%) rotate(90deg);
      -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      -o-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    nav.investor-relations a.root-link.open:before {
      -webkit-transform: translateY(-50%) rotate(0deg);
      -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
      -o-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg); }
    nav.investor-relations a.parent-link:after {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 13px;
      height: 8px;
      background: url("/images/investor/ic-arrow-nav.svg") 50% 50% no-repeat;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      -o-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    nav.investor-relations a.parent-link.open {
      color: #5782d8; }
      nav.investor-relations a.parent-link.open:after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg); }
    nav.investor-relations .investor-main-nav {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      height: 0; }
      nav.investor-relations .investor-main-nav.open {
        opacity: 1;
        height: auto;
        max-height: 700px;
        overflow: hidden; }
    nav.investor-relations a {
      padding: 0 20px; }
      nav.investor-relations a:not(.root-link) {
        background: #f0f0f0;
        border-bottom: 1px solid #E6E6E6; }
    nav.investor-relations a,
    nav.investor-relations .investor-dropdown-container {
      display: block;
      margin-right: 0; }
      nav.investor-relations a .investor-dropdown,
      nav.investor-relations .investor-dropdown-container .investor-dropdown {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        top: 0;
        left: 0;
        transform: none;
        position: static;
        width: 100%;
        background: #e7e7e7;
        max-height: 0;
        padding-left: 40px; }
        nav.investor-relations a .investor-dropdown.open,
        nav.investor-relations .investor-dropdown-container .investor-dropdown.open {
          max-height: 330px !important;
          height: auto !important;
          padding-top: 15px;
          padding-bottom: 15px; }
        nav.investor-relations a .investor-dropdown a,
        nav.investor-relations .investor-dropdown-container .investor-dropdown a {
          background: transparent;
          line-height: 64px;
          margin-top: 0;
          margin-bottom: 0;
          font-weight: 100;
          font-size: 14px;
          text-transform: none;
          border: none;
          padding-left: 0;
          padding-top: 15px;
          padding-bottom: 15px;
          line-height: 1.2; }
      nav.investor-relations a:hover,
      nav.investor-relations .investor-dropdown-container:hover {
        box-shadow: none; }
        nav.investor-relations a:hover .investor-dropdown,
        nav.investor-relations .investor-dropdown-container:hover .investor-dropdown {
          max-height: 0; } }

.solution-lockup-module {
  padding-top: 30px;
  padding-bottom: 85px; }
  .solution-lockup-module .solution-lockups {
    text-align: center;
    display: block; }
    .solution-lockup-module .solution-lockups .solution-lockup-image {
      margin: 0 auto; }
      .solution-lockup-module .solution-lockups .solution-lockup-image img {
        max-width: 250px; }
    .solution-lockup-module .solution-lockups p {
      color: #7b7b7b;
      width: 60%;
      margin: 0 auto 20px;
      font-size: 14px; }
    .solution-lockup-module .solution-lockups h4 {
      font-size: 26px; }
    .solution-lockup-module .solution-lockups span {
      font-size: 12px; }

.solution-bundle-module
{
  background-image: url("/solutions/assets/bg-bundle.jpg");
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px; 
}
.solution-bundle-module .load-more
{
  margin-top:30px !important;
  margin-bottom: 50px !important;
  opacity: 0.7;
  color:black;
}
.solution-bundle-module h3
{
  color:white;
  padding-top:80px;
  text-align:center;
  line-height:34px;
}


.feature-lockup-module {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 85px; }
  .feature-lockup-module .feature-lockups {
    text-align: center;
    display: block; }
    .feature-lockup-module .feature-lockups .feature-lockup-image {
      margin: 0 auto; }
      .feature-lockup-module .feature-lockups .feature-lockup-image img {
        max-width: 250px; }
    .feature-lockup-module .feature-lockups p {
      color: #7b7b7b;
      width: 80%;
      margin: 0 auto 20px;
      font-size: 14px; }
    .feature-lockup-module .feature-lockups h4 {
      font-size: 26px; }
    .feature-lockup-module .feature-lockups span {
      font-size: 12px; }

.investor-news-module {
  background-image: url("/images/investor/investor-news-bg.jpg");
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 100px; }
  .investor-news-module .container {
    padding: 20px; }
.investor-news-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
  color: white;
  padding-bottom: 20px; }
  .investor-news-header h6 {
    display: inline;
    font-size: 16px;
    color: white; }
  .investor-news-header a {
    float: right;
    font-size: 14px; }
.investor-news .article-row-sub {
  opacity: 0.7; }
.investor-news .arrow-link {
  color: rgba(255, 255, 255, 0.7) !important; }
.investor-news .investor-news-article:hover {
  color: white; }
  .investor-news .investor-news-article:hover .article-row-sub {
    opacity: 0.7; }
  .investor-news .investor-news-article:hover .arrow-link {
    color: rgba(255, 255, 255, 0.7) !important; }
@media screen and (max-width: 736px) {
  .investor-news .investor-news-article {
    margin-bottom: 50px; }
    .investor-news .investor-news-article:last-child {
      margin-bottom: 0; } }

.article-row, .investor-news-article, .investor-event {
  display: block;
  color: #7b7b7b; }
  .article-row span, .investor-news-article span, .investor-event span {
    margin-top: 10px;
    color: black; }
  .article-row a, .investor-news-article a, .investor-event a {
    color: #7b7b7b; }
  .article-row p.article-row-sub, .investor-event p.article-row-sub {
    font-size: 14px;
    margin-bottom: 6px; }
  .investor-news-article p.article-row-sub
  {
    font-size: 14px;
    margin-bottom:0px;
  }
  .investor-news-article p.article-row-title
  {
    margin-top:6px !important;
  }
  .article-row p.article-row-title, .investor-news-article p.article-row-title, .investor-event p.article-row-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 26px;
    overflow: hidden;
    display: -webkit-box;
    font-weight: 100;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .article-row.white, .white.investor-news-article, .white.investor-event {
    color: white; }
    .article-row.white span, .white.investor-news-article span, .white.investor-event span {
      color: white; }

.article-row-title
{
  margin-top:14px;
}

.investor-news-article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .investor-news-article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 736px) {
    .investor-news-article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .investor-news-article:last-child {
        margin-right: 0; } }
  .investor-news-article .article-row-title {
    max-width: 280px; }
  .investor-news-article:hover {
    color: #7b7b7b; }
  .investor-news-article.full {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #e7e7e7; }
    .investor-news-article.full:last-child {
      margin-right: 0; }
    .investor-news-article.full .article-row-title {
      max-width: 100%; }
    .investor-news-article.full:first-child {
      padding-top: 0; }
  .investor-news-article .arrow-link-small {
    font-size: 12px; }
    .investor-news-article .arrow-link-small:after {
      top: 3px; }

.investor-event {
  padding: 50px 0;
  border-bottom: 1px solid #e7e7e7; }
  .investor-event:first-child {
    padding-top: 0; }
  .investor-event .conference-call {
    padding-top: 15px; }
    .investor-event .conference-call .adobe-link {
      margin-right: 30px; }
      .investor-event .conference-call .adobe-link:hover {
        color: #363636; }

.upcoming-event {
  background: url("/images/investor/gfx-upcoming-event-bg.jpg") no-repeat;
  background-size: cover;
  padding: 30px;
  position: relative; }
  .upcoming-event .investor-event {
    border: none;
    padding-bottom: 0; }
    .upcoming-event .investor-event a {
      color: #7b7b7b; }
  .upcoming-event-container .investor-event {
    max-width: 645px;
    display: inline-block; }
  @media screen and (max-width: 768px) {
    .upcoming-event {
      padding-bottom: 30px; }
      .upcoming-event .event-reminder-btn {
        bottom: 30px;
        left: 30px;
        top: auto;
        right: auto; } }
  @media screen and (max-width: 768px) {
    .upcoming-event.hide {
      padding-bottom: 77px; } }
  .upcoming-event.hide .event-reminder {
    display: block; }
  .upcoming-event .reminder-notice {
    position: relative;
    font-size: 14px;
    padding: 0 0 30px 0;
    margin-top: 15px;
    padding-left: 30px;
    max-width: 645px; }
    .upcoming-event .reminder-notice:before {
      height: 18px;
      width: 18px;
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      background: url("/images/investor/ic-signed-up.svg");
      background-size: 18px; }

.driver-module {
  background: #4d5c9c;
  color: white;
    max-width:1200px;
    padding-top:4px;
    padding-bottom:30px;
    margin:auto;
    height:200px;
}

  @media screen and (max-width: 768px) {
    .driver-module {
      height: auto;
      padding-bottom:0px;
      } 
  }


  .driver-module .container {
    padding: 20px;
    }
  @media screen and (max-width: 736px) {
    .driver-module .container {
      padding-left:0px;
      padding-bottom:0px;
      padding-top:0px;
      } 
  }

  @media screen and (max-width: 736px) {
    .driver-module .one-half {
      padding-top:20px;
      } 
  }

  .driver-module h4 {
    color: white;
    font-weight:bold;
    font-size: 16px; 
    margin-bottom: 0px;
    }

  .driver-module a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight:bold; 
    opacity: 0.8;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    transition: all 500ms ease;
    }

  .driver-module a:hover {
    opacity: 1.0;
    }

    .driver-module table.full td {
      padding-right:20px;; 
      }

.driver-module table.full
{
  display:block;
}
.driver-module table.mobile
{
  display:none;
  overflow:hidden;
}


  @media screen and (max-width: 768px) {
    .driver-module table.full {
      display:none; 
      } 
    .driver-module table.mobile {
      display:block; 
      }
    .driver-module table.mobile td {
      padding-right:40px;; 
      }
      .driver-module table tr
      {
        line-height:42px;
      }
  }

.support-module
{
  padding-top:60px;
  padding-bottom:0px;
}

.support-module h1
{
  text-align:center;
  padding-bottom:0px;
}

  .support-detail-module:hover {
    box-shadow: none !important; }

.support-detail-module
{
  min-height: 182px;
  height: auto;
  transition:none !important;
  border:none !important;
  margin-bottom:40px;
}

  @media screen and (max-width: 1025px) {
    .support-detail-module {
    height: auto;
}}

.support-detail-module a
{
  color:#353636;
}

.support-detail-module .support-link-break
{
  margin-top:0px;
  padding: 0;
  margin-bottom:10px;
  visibility:hidden;
}


.support-module p.support-series
{
  text-align:center;
  text-transform:uppercase;
  margin-bottom:0px;
  color:#7b7b7b;
  font-size:10px;
  font-weight:bold;
  font-family: "setimo",sans-serif;
}

.support-detail-module p.support-series
{
  text-align:left;
  text-transform:uppercase;
  margin-bottom:0px;
  color:#7b7b7b;
  font-size:12px;
  font-weight:bold;
  font-family: "setimo",sans-serif;
}

  @media screen and (max-width: 736px) {
.support-img
{
    left: calc(50% - 40px) !important;
    top: calc(50% - 40px) !important;
    position:absolute;
    display:block;
    height:80px;
    width:80px;
}}

.support-box-module-content
{
  height:100px;
  margin-bottom:0px;
  padding-bottom:0px !important;
  padding-top:24px !important;
}

.support-detail-box-module-content
{
}
  @media screen and (max-width: 1124px) {
    .support-detail-box-module-content {
      width: 50% !important; 
      padding-bottom:20px;} }

  @media screen and (max-width: 736px) {
    .support-detail-img-box-module {
    margin-left:auto !important;
    margin-right:auto !important;
    width:100%;
    float:none !important;
    display:block;
    }}

  @media screen and (max-width: 736px) {
    .support-detail-box-module-content, .support-links-module {
      float:none !important;
      width:100% !important;
      margin-left:20px !important;
    
      } }

  @media screen and (max-width: 736px) {
  .support-links-module {
  padding-bottom:40px;
      } }


  @media screen and (max-width: 736px) {
  .support-detail-module {
  height:auto;
      } }
.support-arrow-link
{
  font-size:12px;
  font-weight:bold;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  transition: all 500ms ease;
}
.support-arrow-link:hover
{
  opacity: 1.0;
}

.support-detail-module p.support-content
{
  width:88%;
}

.support-detail-module p.support-content:last-child
{
  margin-bottom:30px;
}

.support-detail-module h4.support-title
{
  font-size:26px;
}

.support-detail-box-module-content
{
  float:left;
  margin-top:40px;
  width:58%;
  padding-right:12px;
}

.support-links-module
{
  float:left;
  margin-left:0px;
  margin-top:36px;
  margin-bottom:20px;
  width:24%;
}

.support-links-module h4
{
  font-size:20px;
  margin-bottom:10px;
}

.support-detail-title
{
  margin-top:60px;
  margin-left:28px;
  margin-bottom:30px;
}

.support-detail-title h5
{
  margin-bottom:0px;
  padding-bottom:0px
}

.back-arrow-link h5 {
  color:#363636;
  }

  @media screen and (max-width: 768px) {
    .back-arrow-link h5 {
    text-align:left !important;
}}

.back-arrow-link h5:hover {
  color:#5782d8;
  }

.back-arrow-link {
  position: relative;
    }
.back-arrow-link:hover {
    color: #5782d8; }
.back-arrow-link::before {
    content: " ";
    display: block;
    width: 20px;
    height: 16px;
    background: url("/assets/images/icons/ic-back-arrow.png") 50% 50% no-repeat;
    position: absolute;
    bottom: -13px;
    right: 8px; 
    }


.contact-alert-module {
  background: #4f648c;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px; }
  .contact-alert-module h2 {
    color: white;
    font-size: 32px; }
  .contact-alert-module .container {
    padding: 20px; }
.contact-alert-contact {
  float: left;
  display: block;
  margin-right: 2.35765%;
  /*width: 48.82117%; */
  }
  .contact-alert-contact:last-child {
    margin-right: 0; }
  @media screen and (max-width: 736px) {
    .contact-alert-contact {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .contact-alert-contact:last-child {
        margin-right: 0; } }
  .contact-alert-contact a {
    color: white;
    text-decoration: underline; }
  .contact-alert-contact p {
    margin: 0; }
  .contact-alert-contact button {
    margin-top: 20px;
    /*height: 50px;*/
    width: 100%; }
  @media screen and (max-width: 950px) {
    .contact-alert-contact button {
      width: auto; } }
  @media screen and (max-width: 736px) {
    .contact-alert-contact {
      margin-bottom: 60px; 
      margin-left:30px;} }
.contact-alert-alert {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 32.76157%;
  margin-left: 8.5298%; }
  .contact-alert-alert:last-child {
    margin-right: 0; }
  @media screen and (max-width: 736px) {
    .contact-alert-alert {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .contact-alert-alert:last-child {
        margin-right: 0; } }
  .contact-alert-alert p {
    font-size: 14px; }

.reports-container .investor-report-annual:first-child {
  padding-top: 5px; }
.reports-container .investor-report-quarterly:first-child {
  margin-top: -20px; }

.investor-report {
  display: flex; }
  @media screen and (max-width: 736px) {
    .investor-report {
      display: block; }
      .investor-report-body {
        margin-top: 40px; } }
  .investor-report h2,
  .investor-report h4,
  .investor-report p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .investor-report-year {
    width: 140px; }
  .investor-report-body {
    flex: 1;
    padding-top: 2px; }
  .investor-report-annual {
    padding: 50px 0;
    border-bottom: 1px solid #e7e7e7; }
  .investor-report-quarterly {
    border-bottom: none !important; }
    .investor-report-quarterly .quarters {
      height: 0;
      overflow: hidden; }
    .investor-report-quarterly h2 {
      font-size: 28px; }
    .investor-report-quarterly h4 {
      color: #7b7b7b; }
    .investor-report-quarterly p {
      font-family: "setimo",sans-serif;
      font-weight: 200; }
    .investor-report-quarterly .investor-report-year {
      padding-top: 27px; }
    .investor-report-quarterly .investor-report-body {
      padding-bottom: 30px; }
    .investor-report-quarterly .adobe-link {
      display: block;
      margin-bottom: 30px; }
      .investor-report-quarterly .adobe-link:last-child {
        margin-bottom: 0; }
    .investor-report-quarterly .quarter {
      position: relative;
      padding: 30px;
      display: block; }
      @media screen and (max-width: 736px) {
        .investor-report-quarterly .quarter {
          padding-left: 0; }
          .investor-report-quarterly .quarter:first-child {
            padding-top: 0; } }
      .investor-report-quarterly .quarter:after {
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        content: '';
        width: 13px;
        height: 8px;
        background: url("/images/investor/ic-arrow-nav.svg") 50% 50% no-repeat;
        content: " ";
        display: block;
        position: absolute;
        right: 30px;
        top: 50%; }
        @media screen and (max-width: 736px) {
          .investor-report-quarterly .quarter:after {
            right: 0; } }
      .investor-report-quarterly .quarter.open {
        color: #5782d8; }
        .investor-report-quarterly .quarter.open:after {
          -webkit-transform: translateY(-50%) rotate(0deg);
          -moz-transform: translateY(-50%) rotate(0deg);
          -ms-transform: translateY(-50%) rotate(0deg);
          -o-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg); }
    .investor-report-quarterly .quarter-dropdown {
      -webkit-transition: max-height 500ms ease, padding 500ms ease;
      -moz-transition: max-height 500ms ease, padding 500ms ease;
      transition: max-height 500ms ease, padding 500ms ease;
      padding: 0 30px 0 30px;
      max-height: 0;
      overflow: hidden;
      border-bottom: 1px solid #e7e7e7; }
      .investor-report-quarterly .quarter-dropdown.open {
        height: auto;
        max-height: 300px;
        padding: 10px 30px 30px; }
      @media screen and (max-width: 736px) {
        .investor-report-quarterly .quarter-dropdown {
          padding-left: 0;
          padding-right: 0; }
          .investor-report-quarterly .quarter-dropdown.open {
            padding-left: 0;
            padding-right: 0; } }

.inline-submit {
  border-radius: 0 3px 3px 0; }

.inline-input-container {
  display: flex;
  max-width: 342px; }
  @media screen and (max-width: 736px) {
    .inline-input-container {
      max-width: 100%; } }
  .inline-input-container input {
    flex: 1;
    line-height: 50px; }
  .inline-input-container input,
  .inline-input-container button {
    height: 50px;
    padding: 0 20px; }
  .inline-input-container button {
    line-height: 50px; }

input.inline-input {
  display: inline;
  border-radius: 3px 0 0 3px;
  border-right-width: 0; }

.event-reminder {
  display: block;
  max-width: 600px;
  margin-top: 30px; }
  .event-reminder::after {
    clear: both;
    content: "";
    display: table; }
  .event-reminder .event-reminder-select {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .event-reminder .event-reminder-select:last-child {
      margin-right: 0; }
    @media screen and (max-width: 736px) {
      .event-reminder .event-reminder-select {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: rotate(0deg) !important;
        margin-bottom: 1rem; }
        .event-reminder .event-reminder-select:last-child {
          margin-right: 0; } }
  .event-reminder .event-reminder-input {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 17.05961%; }
    .event-reminder .event-reminder-input:last-child {
      margin-right: 0; }
    @media screen and (max-width: 736px) {
      .event-reminder .event-reminder-input {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: rotate(0deg) !important;
        margin-bottom: 1rem; }
        .event-reminder .event-reminder-input:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 736px) {
      .event-reminder .event-reminder-input {
        margin-bottom: 0; } }
    .event-reminder .event-reminder-input .inline-input-container {
      padding-top: 29px;
      width: 100%; }
      @media screen and (max-width: 736px) {
        .event-reminder .event-reminder-input .inline-input-container {
          padding-top: 0;
          display: block; }
          .event-reminder .event-reminder-input .inline-input-container input,
          .event-reminder .event-reminder-input .inline-input-container button {
            display: block; }
          .event-reminder .event-reminder-input .inline-input-container input {
            border-right-width: 1px;
            border-radius: 3px;
            margin-bottom: 15px; }
          .event-reminder .event-reminder-input .inline-input-container button {
            border-radius: 3px; } }
  .event-reminder .input-wrapper {
    width: 195px;
    display: inline-block;
    margin-right: 68px; }
  .event-reminder .select-container {
    width: 186px; }
    .event-reminder .select-container .custom-select:after {
      border-left: none; }
  .event-reminder label {
    font-size: 12px;
    margin-bottom: 12px;
    text-transform: uppercase; }
    .event-reminder label.caps-label {
      color: #7b7b7b; }
  .event-reminder select {
    background-color: white;
    color: #7b7b7b;
    height: 50px;
    padding-left: 18px; }
  .event-reminder-btn {
    position: absolute;
    top: 34px;
    right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 600; }
    .event-reminder-btn:hover {
      color: #5782d8; }
    .event-reminder-btn img {
      vertical-align: middle;
      margin-right: 10px; }

.investor-container .caps-label {
  margin-bottom: 15px;
  color: #363636; }
  .investor-container .caps-label img {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px; }

.load-more {
  display: block;
  margin: 75px auto !important;
  width: 158px;
  background-color: #f4f4f6;
  color: #7b7b7b;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  padding: 18px 0;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: all 500ms ease;
  border-radius: 2px; }
  .load-more:hover, .load-more:active, .load-more:focus {
    background-color: #e8e8ea;
    color: #7b7b7b; }

.price-table-header {
  margin-bottom: 58px; }

.price-lookup-table thead tr td:first-child {
  width: 35%; }
.price-lookup-table tbody tr td {
  font-size: 16px;
  color: #363636; }
  .price-lookup-table tbody tr td.price-lookup-value {
    color: #7b7b7b; }
.price-lookup-disclosure {
  margin: 55px 0 90px; }
  .price-lookup-disclosure p {
    font-size: 14px; }
.price-lookup-picker {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .price-lookup-picker:last-child {
    margin-right: 0; }
  @media screen and (max-width: 736px) {
    .price-lookup-picker {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .price-lookup-picker:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    .price-lookup-picker {
      margin-bottom: 40px; } }
.price-lookup-symbol {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 8.5298%; }
  .price-lookup-symbol:last-child {
    margin-right: 0; }
  @media screen and (max-width: 736px) {
    .price-lookup-symbol {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      .price-lookup-symbol:last-child {
        margin-right: 0; } }

.adobe-link {
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  color: #363636;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 22px; }
  @media screen and (max-width: 736px) {
    .adobe-link {
      display: inline-block;
      line-height: 18px; } }
  .adobe-link:hover {
    color: #5782d8; }
  .adobe-link:before {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/images/investor/ic-adobe.svg") 50% 50% no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px; }

.investor-modal {
  max-width: 580px;
  height: 520px;
  margin: auto;
  background-color: white;
  padding: 40px;
  overflow: hidden;
  position: relative; }
  .investor-modal .modal-accordian {
    position: relative;
    display: block; }
    @media screen and (max-width: 736px) {
      .investor-modal .modal-accordian {
        padding-left: 0; } }
    .investor-modal .modal-accordian h4 {
      font-size: 14px; }
    .investor-modal .modal-accordian:after {
      -webkit-transition: -webkit-transform 500ms ease;
      -moz-transition: -moz-transform 500ms ease;
      transition: transform 500ms ease;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      -o-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
      content: '';
      width: 13px;
      height: 8px;
      background: url("/images/investor/ic-arrow-nav.svg") 50% 50% no-repeat;
      content: " ";
      display: block;
      position: absolute;
      right: 30px;
      top: 50%;
      right: 0; }
    .investor-modal .modal-accordian.open:after {
      -webkit-transform: translateY(-50%) rotate(0deg);
      -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
      -o-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg); }
  .investor-modal .modal-accordian-dropdown {
    -webkit-transition: max-height 500ms ease, padding 500ms ease;
    -moz-transition: max-height 500ms ease, padding 500ms ease;
    transition: max-height 500ms ease, padding 500ms ease;
    padding: 0 0 0 30px;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7; }
    .investor-modal .modal-accordian-dropdown.open {
      height: auto;
      max-height: 300px;
      padding: 0 0 25px; }
      .investor-modal .modal-accordian-dropdown.open .search-tips {
        padding: 0; }
    @media screen and (max-width: 736px) {
      .investor-modal .modal-accordian-dropdown {
        padding-left: 0;
        padding-right: 0; }
        .investor-modal .modal-accordian-dropdown.open {
          padding-left: 0;
          padding-right: 0; } }
  .investor-modal .marvell-modal-content p,
  .investor-modal .marvell-modal-header p,
  .investor-modal .marvell-modal-footer p {
    font-size: 12px; }
  .investor-modal .marvell-modal-content {
    overflow-y: scroll;
    max-height: 400px; }
    .investor-modal .marvell-modal-content::-webkit-scrollbar {
      display: none; }
    .investor-modal .marvell-modal-content h6 {
      color: #7b7b7b; }
  .investor-modal.filter-grouping-modal .marvell-modal-content {
    max-height: 397px; }
  .investor-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 20px;
    width: 20px; }
    .investor-modal-close:before, .investor-modal-close:after {
      position: absolute;
      top: 50%;
      right: 0;
      height: 2px;
      width: 20px;
      content: " ";
      display: block;
      background-color: #7b7b7b; }
    .investor-modal-close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .investor-modal-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.sec-label label {
  color: #363636; }

.quote-chart-graph-container {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  background-color: #f8f8f8;
  padding-top: 97px;
  padding-bottom: 69px; }
  .quote-chart-graph-container img {
    display: block;
    margin: 0 auto; }

h2.quote-chart-title {
  font-size: 32px;
  line-height: 46px;
  padding-bottom: 0;
  margin-bottom: 30px; }

.quote-chart-footer {
  margin-top: 30px; }
  .quote-chart-footer-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: left; }
    .quote-chart-footer-left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 736px) {
      .quote-chart-footer-left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: rotate(0deg) !important;
        margin-bottom: 1rem; }
        .quote-chart-footer-left:last-child {
          margin-right: 0; } }
    .quote-chart-footer-left strong {
      color: #363636; }
  .quote-chart-footer-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: right; }
    .quote-chart-footer-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 736px) {
      .quote-chart-footer-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: rotate(0deg) !important;
        margin-bottom: 1rem; }
        .quote-chart-footer-right:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 736px) {
      .quote-chart-footer-right {
        text-align: left; } }
    .quote-chart-footer-right p, .quote-chart-footer-right a {
      font-size: 14px; }
  .quote-chart-footer-refresh {
    position: relative; }
    .quote-chart-footer-refresh a {
      padding-left: 22px; }
      .quote-chart-footer-refresh a:before {
        content: " ";
        display: block;
        width: 14px;
        height: 14px;
        background: url("/images/investor/ic-refresh.svg") 50% 50% no-repeat;
        position: absolute;
        right: 100px;
        top: 50%;
        margin-top: -7px; }
        @media screen and (max-width: 736px) {
          .quote-chart-footer-refresh a:before {
            left: 0; } }
  .quote-chart-footer p {
    color: #363636; }

.home-graph-container .ccbn-stock-chart
{
  margin-right:0px !important;
}
.home-graph-container .front, .home-graph-container .box-stock-price, .home-graph-container h5, .home-graph-container .arrow-link
{
  margin-right:30px;
}

.home-graph-footer {
  text-align:center;
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 25px;
 }
  .home-graph-footer .arrow-link-small {
    font-size: 12px; }

.home-container .one-half.blurb-left {
  padding-right: 123px; }
  @media screen and (max-width: 1025px) {
    .home-container .one-half.blurb-left {
      padding-right: 0; } }
  .home-container .one-half.blurb-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }

div.hero-bottom-overlay {
  position: absolute;
  bottom: 0px;
  background-color:rgba(0,0,0,0.6);
  height: 64px;
  z-index: 1;
  width: 100%;
  line-height:auto;
  }
  div.hero-bottom-overlay {
    padding-left: 20px; }
    @media screen and (max-width: 736px) {
      div.hero-bottom-overlay {
        padding-left: 0; } }
  div.hero-bottom-overlay a {
    color: white;
    opacity: 0.7;
    font-family: "setimo",sans-serif;
    font-size: 14px;
    font-weight: 400;

    transition: all 500ms ease;
    }
  div.hero-bottom-overlay a:hover {
    opacity:1.0;
 }
  div.hero-bottom-overlay p {
    color: white;
    font-size: 12px;
    font-family: "setimo",sans-serif;
    font-weight: 700;
    padding-top: 8px;
    margin-bottom:0px;
 }

  div.hero-bottom-overlay img {
    height: 64px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: 10px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    }
  
  div.hero-bottom-content {
    padding-left: 20px;
  }
    @media screen and (max-width: 736px) {
      div.hero-bottom-content {
        padding-left: 0; } }

.public-doc
{
  /*color:green;*/
}

.gated-doc
{
  /*color:red;*/
}


/*ClockFour Campaign template*/

.c4-icons-link {
  bottom:18px;
  display:block;
  left:0;
  position:absolute;
  right:0;
  margin:0 auto;
  width:40px
}

.c4-icons-link-arrow {
  display:block;
  cursor:pointer;
}
  @media only screen and (max-width: 767px) {
    .c4-icons-link { 
      display:none } }

.c4-campaign-section {
  padding:50px 0}

.c4-campaign-section div {
  max-width: 960px; 
  margin:auto;}

@media only screen and (max-width: 767px){.c4-marvell-modules{padding:30px 0}}
.c4-gray{background-color:#f2f2f2}

  @media only screen and (max-width: 767px) {
.c4-image-no-responsive
}


.sticky.fixed {
  position:fixed !important;
  top:0 !important;
  width:100%;
  z-index:999; !important}

 @media only screen and (max-width: 767px)
  {
  .sticky.fixed {
  width:100%;}


}
