@font-face {
  font-family: 'Ubuntu Web';
  src: url("/fonts/ubuntu/ubuntu-r-webfont.eot");
  src: url("/fonts/ubuntu/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ubuntu/ubuntu-r-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Ubuntu Web';
  src: url("/fonts/ubuntu/ubuntu-m-webfont.eot");
  src: url("/fonts/ubuntu/ubuntu-m-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ubuntu/ubuntu-m-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Ubuntu Web';
  src: url("/fonts/ubuntu/ubuntu-b-webfont.eot");
  src: url("/fonts/ubuntu/ubuntu-b-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ubuntu/ubuntu-b-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'OpenSans Web';
  src: url("/fonts/open-sans/opensans_light_macroman/OpenSans-Light-webfont.eot");
  src: url("/fonts/open-sans/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans/opensans_light_macroman/OpenSans-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'OpenSans Web';
  src: url("/fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.eot");
  src: url("/fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Open Sans Web';
  src: url("/fonts/open-sans/opensans_bold_macroman/OpenSans-Bold-webfont.eot");
  src: url("/fonts/open-sans/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans/opensans_bold_macroman/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

.container {
  margin: 0 auto;
  max-width: 1042px;
  width: 100.0%;
  padding: 0 1rem;
  /* remove when css is cleaned */
  line-height: 1.875; }
  @media (min-width: 768px) {
    .container {
      padding: 0 2rem; } }

.container--alt {
  line-height: 1.875;
  margin: 0 auto;
  max-width: 85.938em;
  padding: 0 2rem;
  width: 100%; }

.container--float::after {
  clear: both;
  content: "";
  display: table; }

.container--table {
  border-collapse: separate;
  border-spacing: 1rem;
  table-layout: fixed; }

@media (min-width: 768px) {
  .container--table-md {
    display: table;
    height: 100%;
    margin: -1rem auto;
    padding: 0 1rem; } }

@media (min-width: 1024px) {
  .container--table-lg {
    display: table;
    height: 100%;
    margin: -1rem auto;
    padding: 0 1rem; } }

.col-sm {
  float: left;
  padding: 0 0.72727%; }
  .container--table .col-sm {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0; }

.col-sm--center {
  float: none;
  margin: auto; }

.col-sm--1 {
  width: 8.33333%; }

.col-sm--2 {
  width: 16.66667%; }

.col-sm--3 {
  width: 25%; }

.col-sm--4 {
  width: 33.33333%; }

.col-sm--5 {
  width: 41.66667%; }

.col-sm--6 {
  width: 50%; }

.col-sm--7 {
  width: 58.33333%; }

.col-sm--8 {
  width: 66.66667%; }

.col-sm--9 {
  width: 75%; }

.col-sm--10 {
  width: 83.33333%; }

.col-sm--11 {
  width: 91.66667%; }

.col-sm--12 {
  width: 100%; }

@media (min-width: 768px) {
  .col-md {
    float: left;
    padding: 0 0.72727%; }
    .container--table .col-md {
      display: table-cell;
      float: none;
      height: 100%;
      padding: 0; }
  .col-md--center {
    float: none;
    margin: auto; }
  .col-md--1 {
    width: 8.33333%; }
  .col-md--2 {
    width: 16.66667%; }
  .col-md--3 {
    width: 25%; }
  .col-md--4 {
    width: 33.33333%; }
  .col-md--5 {
    width: 41.66667%; }
  .col-md--6 {
    width: 50%; }
  .col-md--7 {
    width: 58.33333%; }
  .col-md--8 {
    width: 66.66667%; }
  .col-md--9 {
    width: 75%; }
  .col-md--10 {
    width: 83.33333%; }
  .col-md--11 {
    width: 91.66667%; }
  .col-md--12 {
    width: 100%; } }

@media (min-width: 1024px) {
  .col-lg {
    float: left;
    padding: 0 0.72727%; }
    .container--table .col-lg {
      display: table-cell;
      float: none;
      height: 100%;
      padding: 0; }
  .col-lg--center {
    float: none;
    margin: auto; }
  .col-lg--1 {
    width: 8.33333%; }
  .col-lg--2 {
    width: 16.66667%; }
  .col-lg--3 {
    width: 25%; }
  .col-lg--4 {
    width: 33.33333%; }
  .col-lg--5 {
    width: 41.66667%; }
  .col-lg--6 {
    width: 50%; }
  .col-lg--7 {
    width: 58.33333%; }
  .col-lg--8 {
    width: 66.66667%; }
  .col-lg--9 {
    width: 75%; }
  .col-lg--10 {
    width: 83.33333%; }
  .col-lg--11 {
    width: 91.66667%; }
  .col-lg--12 {
    width: 100%; } }

*, *::after, *::before {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%; }

@media (min-width: 1024px) {
  .home {
    margin-top: -30px; } }

#svg-defs {
  height: 0;
  overflow: hidden;
  visibility: hidden; }
  @media (min-width: 1024px) {
    #svg-defs {
      height: 130px; } }

html, body {
  font-family: "Ubuntu Web", tahoma, sans-serif;
  font-size: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "OpenSans Web", verdana, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: .83em;
  padding: 0; }

.sub-header {
  font-size: 1.125rem; }

.text-note {
  font-size: .6875rem; }

a {
  color: #007DC3;
  text-decoration: none; }

sup {
  font-size: .5em;
  position: relative;
  top: 0;
  vertical-align: top; }

.caption-d {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #909a9f; }

.caption-d--space {
  margin-bottom: 40px; }

.text-wrapper {
  margin: 0 auto;
  max-width: 38.438em; }

.text-bright {
  color: #f3f3f3; }

.text-dark {
  color: #222222; }

.text-center {
  text-align: center !important; }

.text-center--mobile {
  text-align: center !important; }
  @media (min-width: 768px) {
    .text-center--mobile {
      text-align: left !important; } }

.no-padding {
  padding: 0 !important; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.action-options {
  background: #f1f1f1;
  border-radius: 4px; }

.action-options__header {
  background: #007dc3;
  border-radius: 4px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center; }

.action-options__footer {
  padding: 0 20px 20px; }

.action-options__body {
  color: #222;
  font-size: 14px;
  line-height: 1.2;
  padding: 20px; }

.action-options__image {
  display: block;
  margin: 30px auto 0;
  max-width: 100%; }

.action-options__title {
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.2;
  margin: 0; }

.asset-download__wrapper {
  max-width: 300px;
  margin: 0 auto;
  position: relative; }

.asset-download__ellipse {
  width: 236px;
  height: 236px;
  margin: 0 auto;
  border: 1px solid rgba(151, 151, 151, 0.21);
  border-radius: 50%;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .asset-download__ellipse {
      margin-bottom: 100px; } }

.asset-download__image {
  width: 72px;
  height: 92px;
  margin-top: 45px; }

.asset-download__bttn {
  background-color: #007DC3;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px; }

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #d3d3d3;
  background: -webkit-linear-gradient(top, #dcdcdc, #cacaca);
  background: linear-gradient(to bottom, #dcdcdc, #cacaca);
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  color: #131313;
  cursor: pointer;
  display: inline-block;
  font-family: Open-Regular,Verdana,sans-serif;
  font-size: 14px;
  line-height: 1;
  outline: none;
  padding: .375em .5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none !important;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  white-space: nowrap; }
  .button:focus {
    outline: 5px auto rgba(0, 125, 195, 0.3);
    outline-offset: -2px; }
  .button:hover {
    text-decoration: none; }
  .button:visited {
    color: #131313; }

.button--primary {
  background: -webkit-linear-gradient(top, #007dc3, #00649c);
  background: linear-gradient(to bottom, #007dc3, #00649c);
  border: 1px solid #00649c;
  color: #fff; }
  .button--primary:visited {
    color: #fff; }
  .button--primary:hover {
    background: -webkit-linear-gradient(top, #44a8e0, #00649c);
    background: linear-gradient(to bottom, #44a8e0, #00649c);
    text-decoration: none; }

.button--small {
  font-size: .6875em;
  padding: 3px 8px 4px; }

.button--extend {
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px; }

.button--long {
  width: 200px;
  display: block; }

.button--full {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.bttn {
  border-radius: 5px;
  display: block;
  line-height: 1;
  margin: 0 auto;
  padding: 14px 0 14px; }

.bttn--md {
  max-width: 300px;
  font-size: 12px; }

.bttn {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  padding: 12px 12px 10px;
  text-align: center;
  text-transform: uppercase; }
  .bttn:hover {
    text-decoration: none; }
  .bttn:visited {
    color: #fff; }

.bttn--extend {
  display: block;
  text-align: center; }

.bttn--flat {
  color: #fff;
  background-color: #007DC3;
  border-radius: 5px; }

.bttn--fancy {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.17);
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  padding: 17px 20px 17px 20px;
  text-transform: none; }
  .bttn--fancy > span:nth-child(2) {
    font-size: 0; }
    @media (min-width: 768px) {
      .bttn--fancy > span:nth-child(2) {
        float: right;
        color: #909A9F;
        font-size: 1em; } }
    .bttn--fancy > span:nth-child(2)::after {
      background: url("/images/arrow-right.svg");
      content: '';
      display: inline-block;
      float: right;
      height: 11px;
      width: 11px; }
      @media (min-width: 768px) {
        .bttn--fancy > span:nth-child(2)::after {
          float: none; } }

.bttn--muted {
  background-color: #f4f4f4; }
  .bttn--muted:visited {
    color: #007DC3; }

.card {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border: 1px solid #007DC3;
  border-left-width: 7px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.875;
  padding: 0 1rem 0 calc(1rem + 7px);
  position: relative;
  height: 100%; }

.card__header,
.card__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .card__header h2,
  .card__footer h2 {
    font-size: 1.5rem; }

.card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .card__body > p:first-child {
    margin: 0; }

@media (min-width: 768px) {
  .compare-table__wrapper {
    border-spacing: 10px;
    display: table;
    margin: 0 -10px;
    table-layout: fixed;
    height: 100%; } }

.compare-box {
  background-image: -webkit-linear-gradient(top, #FFFFFF 3%, #F7F7F7 98%);
  background-image: linear-gradient(-180deg, #FFFFFF 3%, #F7F7F7 98%);
  margin-bottom: 2.188rem;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    .compare-box {
      display: table-cell; }
      .compare-box:first-child {
        padding-left: 0; }
      .compare-box:last-child {
        padding-right: 0; } }

.compare-box--1 {
  width: 100%; }

@media (min-width: 768px) {
  .compare-box--2 {
    width: 50%; } }

@media (min-width: 768px) {
  .compare-box--3 {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .compare-box--4 {
    width: 25%; } }

.compare-box__head {
  background-image: -webkit-linear-gradient(top, #9199A4 0%, #66707D 97%);
  background-image: linear-gradient(-180deg, #9199A4 0%, #66707D 97%);
  border-radius: 10px 10px 0 0;
  padding: 1.625rem 1rem; }
  @media (min-width: 768px) {
    .compare-box__head {
      min-height: 5.25rem; } }

.compare-box__title {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.031rem;
  padding: 0 10px; }

.compare-box__body {
  border-radius: 0 0 10px 10px;
  padding: 1.875rem 2rem 2.188rem;
  position: relative; }

.compare-box__body--with-button {
  padding-bottom: 4rem; }

.compare-box__list {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 85px; }
  @media (min-width: 768px) {
    .compare-box__list {
      margin-bottom: 43px; } }
  .compare-box__list > li {
    margin-bottom: 24px;
    position: relative; }
    .compare-box__list > li > span {
      display: block; }
    .compare-box__list > li:last-child {
      margin-bottom: 0; }

.compare-box__bttn {
  bottom: 2.188rem;
  left: 2rem;
  position: absolute;
  right: 2rem; }

.compare-box__icon {
  width: 17px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0; }

.compare-box__pad {
  padding-left: 35px; }

.data-table {
  border-radius: 4px;
  border-spacing: 0;
  margin: 0 auto;
  min-width: 300px;
  width: 100%; }
  @media (min-width: 768px) {
    .data-table {
      border: 4px solid #0C234C;
      border-bottom: none;
      width: 705px; } }
  .data-table caption {
    font-family: "Ubuntu Web", tahoma, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 10px 0;
    text-align: left; }
  @media (min-width: 768px) {
    .data-table tr:nth-child(odd) {
      background-color: #e6e7e8; } }
  @media (min-width: 768px) {
    .data-table tr:nth-child(even) {
      background-color: #ffffff; } }
  .data-table th {
    background-color: #d6eaed;
    color: #0C234C;
    display: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .data-table th {
        border-bottom: 4px solid #0C234C;
        border-right: 4px solid #0C234C;
        display: table-cell;
        padding: 20px 0;
        text-align: center; }
        .data-table th:last-child {
          border-right: none; } }
  .data-table td {
    background-color: #ffffff;
    border: 2px solid #0C234C;
    border-top: none;
    color: #58595b;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    padding: 25px 20px 25px 50%;
    text-align: center;
    position: relative; }
    .data-table td.row-header {
      background-color: #d6eaed;
      color: #0C234C;
      text-align: left;
      padding: 20px; }
    .data-table td:first-child {
      border-radius: 4px 4px 0 0;
      border-top: 2px solid #0C234C; }
    .data-table td:last-child {
      border-radius: 0 0 3px 3px;
      margin-bottom: 25px; }
    @media (min-width: 768px) {
      .data-table td {
        background-color: transparent;
        border-bottom: 4px solid #0C234C;
        border-right: 4px solid #0C234C;
        border-left: 0;
        border-radius: 0;
        display: table-cell;
        padding: 20px;
        text-align: center; }
        .data-table td:first-child {
          border-radius: 0;
          border-top: none; }
        .data-table td:last-child {
          border-radius: 0;
          border-right: none; } }
  .data-table td[data-th]::before {
    content: attr(data-th) ": ";
    color: #0C234C;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    right: 50%; }
    @media (min-width: 768px) {
      .data-table td[data-th]::before {
        display: none;
        position: relative;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

.data-table__icon {
  width: 24px;
  height: 24px; }

.divider-down,
.divider-up {
  height: 20px;
  width: 100%; }

.divider-down {
  box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.1);
  margin-top: -20px; }

.divider-up {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1); }

.data-modal {
  margin: 0 2rem;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 9px; }

.data-modal__headline {
  font-weight: 700;
  margin: 0;
  line-height: 1.875; }

.data-modal__body {
  list-style: none;
  padding: 0;
  margin: 20px 0; }

.data-modal__item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  padding: 8px 0 6px; }
  .data-modal__item:after {
    content: "";
    display: table;
    clear: both; }
  .data-modal__item:last-child {
    border-bottom: 0; }
  .data-modal__item > .item-title {
    width: 62%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #909a9f; }
  .data-modal__item > .item-data {
    width: 38%;
    float: right; }

.data-modal__bttn {
  background-color: #007DC3;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  cursor: pointer; }

.fancy-table {
  padding: 0 0 4.531em; }
  @media (min-width: 768px) {
    .fancy-table {
      padding: 0 0 9.063em; } }

.fancy-table__table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  width: 100%; }

.fancy-table__head {
  background-image: -webkit-linear-gradient(top, #9199A4 0%, #66707D 97%);
  background-image: linear-gradient(-180deg, #9199A4 0%, #66707D 97%);
  border-radius: 10px 10px 0px 0px; }
  .fancy-table__head td {
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.4;
    padding: 21px 0;
    text-transform: uppercase; }
    .fancy-table__head td:first-child {
      border-top-left-radius: 10px;
      padding-left: 30px; }
    .fancy-table__head td:nth-child(2) {
      text-align: center;
      border-radius: 10px 10px 0 0; }
      @media (min-width: 481px) {
        .fancy-table__head td:nth-child(2) {
          border-radius: 0; } }
      @media (min-width: 768px) {
        .fancy-table__head td:nth-child(2) {
          text-align: left; } }
    .fancy-table__head td:nth-child(3) {
      text-align: center; }
    .fancy-table__head td:nth-child(4) {
      text-align: center; }
    .fancy-table__head td:last-child {
      border-top-right-radius: 10px;
      padding-right: 20px; }

.fancy-table__body th {
  background-color: #fff;
  color: #909a9f;
  font-size: 12px;
  padding: 20px 0 15px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 768px) {
    .fancy-table__body th {
      text-align: left; } }

.fancy-table__body tr {
  font-size: 1em;
  cursor: pointer; }

.fancy-table__body td {
  background-color: #f4f4f4;
  line-height: 1.875;
  padding: 15px; }
  .fancy-table__body td:first-child {
    border-radius: 10px 0 0 10px; }
  .fancy-table__body td:nth-child(2) {
    border-radius: 10px;
    position: relative; }
    .fancy-table__body td:nth-child(2) > span {
      max-width: 80%;
      display: inline-block; }
      @media (min-width: 481px) {
        .fancy-table__body td:nth-child(2) > span {
          max-width: 100%; } }
    .fancy-table__body td:nth-child(2)::after {
      background-image: url("/images/info-icon.svg");
      background-size: contain;
      content: '';
      display: inline-block;
      height: 26px;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 26px; }
      @media (min-width: 481px) {
        .fancy-table__body td:nth-child(2)::after {
          display: none; } }
    @media (min-width: 481px) {
      .fancy-table__body td:nth-child(2) {
        border-radius: 0; } }
  .fancy-table__body td:last-child {
    border-radius: 0 10px 10px 0; }

@media (min-width: 481px) {
  .fancy-table__head td,
  .fancy-table__body td {
    text-align: center; } }

@media (min-width: 769px) {
  .fancy-table__head td,
  .fancy-table__body td {
    text-align: left; } }

.fancy-table__head td:first-child,
.fancy-table__body td:first-child {
  display: none; }
  @media (min-width: 481px) {
    .fancy-table__head td:first-child,
    .fancy-table__body td:first-child {
      display: table-cell;
      text-align: left; } }

.fancy-table__head td:nth-child(3),
.fancy-table__body td:nth-child(3) {
  display: none; }
  @media (min-width: 769px) {
    .fancy-table__head td:nth-child(3),
    .fancy-table__body td:nth-child(3) {
      display: table-cell; } }

.fancy-table__head td:nth-child(4),
.fancy-table__body td:nth-child(4) {
  display: none; }
  @media (min-width: 1024px) {
    .fancy-table__head td:nth-child(4),
    .fancy-table__body td:nth-child(4) {
      display: table-cell; } }

.fancy-table__head td:last-child,
.fancy-table__body td:last-child {
  display: none; }
  @media (min-width: 481px) {
    .fancy-table__head td:last-child,
    .fancy-table__body td:last-child {
      display: table-cell; } }

.input-plain {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #252627;
  display: inline-block;
  font-size: .875em;
  height: 28px;
  outline: none;
  line-height: 2;
  padding: .375em .5em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .input-plain:focus {
    border-color: #007dc3 !important;
    box-shadow: inset 0 1px 1px rgba(12, 35, 76, 0.1), 0 0 5px rgba(0, 125, 195, 0.7) !important; }

.form-button-group {
  border-collapse: separate;
  display: table; }

.form-button-group__input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: table-cell;
  position: relative; }
  .form-button-group__input:focus {
    z-index: 3; }

.form-button-group__button {
  display: table-cell;
  font-size: 0;
  vertical-align: top;
  white-space: nowrap; }
  .form-button-group__button .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.flex-video--normal {
  padding-bottom: 75%; }

@media (min-width: 768px) {
  .flex-video--lg {
    min-width: 640px; } }

@media (min-width: 768px) {
  .flex-video--md {
    min-width: 480px; } }

@media (min-width: 768px) {
  .flex-video--sm {
    min-width: 320px; } }

.footer-cta {
  background-color: #007dc3;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3) inset;
  padding: 2.5em 0 3em; }
  .footer-cta h2 {
    color: #ffffff; }
  .footer-cta p:last-of-type {
    margin-bottom: 1.1em; }

.footer-cta__header {
  font-size: 1.5em;
  line-height: 1.2;
  margin-top: 0; }
  @media (min-width: 768px) {
    .footer-cta__header {
      font-size: 1.9em; } }

.footer-cta__body {
  line-height: 1.875;
  margin: 0 auto;
  max-width: 550px; }
  .footer-cta__body > p {
    color: #d8dfe5; }

.carousel {
  background: #fff; }

.carousel__dots {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center; }
  .carousel__dots > li {
    cursor: pointer;
    display: inline-block;
    padding: 0; }
    .carousel__dots > li::before {
      background: rgba(144, 154, 159, 0.13);
      border-radius: 10px;
      content: "";
      display: inline-block;
      height: 10px;
      margin: 0 10px;
      width: 10px; }
    .carousel__dots > li.slick-active::before {
      background: #909a9f; }
  .carousel__dots button {
    display: none; }

.carousel__prev,
.carousel__next {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 34px rgba(0, 0, 0, 0.21);
  height: 52px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55px);
      -ms-transform: translateY(-55px);
          transform: translateY(-55px);
  width: 52px;
  z-index: 1; }
  .carousel__prev::after,
  .carousel__next::after {
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #007DC3;
    content: "";
    height: 0;
    left: 50%;
    margin: 0 0 0 2px;
    position: absolute;
    top: 50%;
    width: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.carousel__prev {
  left: 53px; }
  .carousel__prev::after {
    border-width: 10px 15px 10px 0;
    border-color: transparent #007DC3 transparent transparent;
    margin: 0 0 0 -2px; }

.carousel__next {
  right: 53px; }

.slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 325px;
  opacity: 0.3;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 20px;
  text-align: center; }
  .slide::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  @media (min-width: 768px) {
    .slide {
      border-radius: 15px;
      height: 425px;
      margin: 20px; } }
  @media (min-width: 1024px) {
    .slide {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
      font-family: "OpenSans Web", verdana, sans-serif;
      height: 500px;
      margin: 40px 40px 30px;
      padding: 0 40px 0; } }
  .slide.slick-active {
    opacity: 1; }

.slide--dark::before {
  opacity: 1;
  background-color: #000; }

.slide--hacker {
  background-image: url("../images/slides/hacker.gif"); }

.slide__body {
  position: relative;
  z-index: 10; }

.slide__body--left {
  text-align: left; }

.slide .slide__header {
  color: #002d56;
  font-size: 30px;
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 768px) {
    .slide .slide__header {
      font-size: 42px; } }
  @media (min-width: 1024px) {
    .slide .slide__header {
      font-size: 60px; } }

.slide .slide__subhead {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  max-width: 650px; }
  @media (min-width: 768px) {
    .slide .slide__subhead {
      font-size: 20px; } }

.slide__button {
  margin: 0 auto;
  max-width: 200px; }

@media (min-width: 769px) {
  .slide__button--hacker {
    margin: 0; } }

.slide__image {
  display: none;
  margin: 30px auto 0;
  max-width: 80%; }
  @media (min-width: 768px) {
    .slide__image {
      display: block;
      max-width: 600px; } }

#slide__awards-image {
  max-height: 100px; }
  @media (min-width: 768px) {
    #slide__awards-image {
      max-height: 200px; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
          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;
  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; }

.gartner-slide__content {
  margin: auto !important;
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .gartner-slide__content {
      padding: 100px 50px 0; } }
  @media (min-width: 1260px) {
    .gartner-slide__content {
      max-width: 900px; } }

.gartner-slide__img {
  display: none;
  width: 50%; }
  @media (min-width: 768px) {
    .gartner-slide__img {
      display: block;
      max-width: 200px; } }
  @media (min-width: 1260px) {
    .gartner-slide__img {
      max-width: 300px; } }
  .gartner-slide__img img {
    max-width: 100%; }

.gartner-slide__header {
  color: #002d56 !important;
  font-family: "OpenSans Web", verdana, sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 8vw;
  margin: 0; }
  @media (min-width: 500px) {
    .gartner-slide__header {
      font-size: 6vw; } }
  @media (min-width: 768px) {
    .gartner-slide__header {
      font-size: 4vw; } }
  @media (min-width: 1260px) {
    .gartner-slide__header {
      font-size: 48px; } }

.gartner-logo {
  margin: 33px auto;
  max-width: 105px; }
  @media (min-width: 768px) {
    .gartner-logo {
      margin-left: 0;
      margin-right: 0; } }

#frost-and-sullivan-slide .slide__subhead {
  max-width: 500px; }

#netmon-72::before {
  opacity: 0; }

#netmon-72 .slide__header,
#netmon-72 .slide__subhead {
  color: #fff; }

#netmon-72 .slide__header {
  font-size: 20px;
  line-height: 24px; }

#netmon-72 .slide__subhead {
  font-size: 14px;
  line-height: 24px; }

#netmon-72 cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  margin-top: 10px; }

@media (min-width: 768px) {
  #netmon-72 .slide__header {
    font-size: 40px;
    line-height: 48px;
    margin: 50px auto 0;
    max-width: 800px; }
  #netmon-72 .slide__subhead {
    font-size: 24px;
    line-height: 30px; }
  #netmon-72 cite {
    font-size: 16px; } }

.slide--hacker::before {
  background: url("/images/slides/hacker--nofield.gif");
  background-position: center center;
  background-size: cover;
  opacity: 1; }
  @media (min-width: 1025px) {
    .slide--hacker::before {
      background: #000; } }

.slide--hacker .slide__body {
  padding-top: 4.375rem; }
  @media (min-width: 769px) {
    .slide--hacker .slide__body {
      padding: 4.375rem 0 0 80px; } }
  @media (min-width: 1025px) {
    .slide--hacker .slide__body {
      padding: 5.625rem 0 0 80px; } }

@media (min-width: 769px) {
  .slide--hacker .slide__column {
    max-width: 26.875rem; } }

.slide--hacker .slide__header {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 0.938rem;
  color: #fff; }
  @media (min-width: 769px) {
    .slide--hacker .slide__header {
      font-size: 3.75rem;
      margin: 0 0 1.875rem; } }

.slide--hacker .slide__copy {
  font-weight: 300;
  margin-bottom: 1.563rem;
  line-height: 1.5;
  color: #fff; }
  @media (min-width: 769px) {
    .slide--hacker .slide__copy {
      font-size: 24px; } }
  @media (min-width: 1025px) {
    .slide--hacker .slide__copy {
      margin-bottom: 3.125rem; } }

@media (min-width: 769px) {
  .slide--hacker .slide__heaer,
  .slide--hacker .slide__copy {
    text-align: left; } }

@media (min-width: 1024px) {
  .slide--hacker .slide__heaer,
  .slide--hacker .slide__copy {
    text-align: center; } }

@media (min-width: 1025px) {
  .slide--hacker .slide__heaer,
  .slide--hacker .slide__copy {
    text-align: left; } }

.slide--hacker .slide__button {
  display: block;
  margin: 0 auto;
  width: 12.5rem; }
  @media (min-width: 769px) {
    .slide--hacker .slide__button {
      margin: 0; } }
  @media (min-width: 1024px) {
    .slide--hacker .slide__button {
      margin: 0 auto; } }
  @media (min-width: 1025px) {
    .slide--hacker .slide__button {
      margin: 0; } }

.slide--hacker .slide__image {
  display: none; }
  @media (min-width: 1025px) {
    .slide--hacker .slide__image {
      display: block;
      height: auto;
      left: 0;
      position: relative;
      top: 0;
      -webkit-transform: translate(8.125rem, -27.125rem);
          -ms-transform: translate(8.125rem, -27.125rem);
              transform: translate(8.125rem, -27.125rem);
      width: 35.938rem;
      z-index: -100; } }

.slide--gartner .slide__body {
  height: 100%;
  margin: auto;
  max-width: 800px; }

.slide--gartner .slide__head {
  padding: 20px 0 12px; }
  @media (min-width: 1024px) {
    .slide--gartner .slide__head {
      padding: 60px 0 12px; } }

.slide--gartner .slide__logo-container {
  max-width: 800px;
  margin: auto; }

.slide--gartner .slide__logo {
  display: none; }
  @media (min-width: 769px) {
    .slide--gartner .slide__logo {
      display: block;
      fill: #fff;
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .slide--gartner .slide__logo {
      margin-top: 45px; } }

.slide--gartner .slide__logo--dark {
  display: inline-block;
  fill: #0067A6;
  vertical-align: bottom; }
  @media (min-width: 769px) {
    .slide--gartner .slide__logo--dark {
      display: none; } }

.slide--gartner .slide__flag {
  background-color: #0067A6;
  display: inline-table;
  height: 25px;
  margin-right: 5px;
  text-align: center;
  vertical-align: bottom;
  width: 50px; }
  @media (min-width: 769px) {
    .slide--gartner .slide__flag {
      width: 67px;
      height: 31px;
      display: table; } }
  .slide--gartner .slide__flag span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2; }
    @media (min-width: 769px) {
      .slide--gartner .slide__flag span {
        font-size: 20px; } }

.slide--gartner .slide__subhead {
  color: #3F3F3F !important;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 24px; }
  @media (min-width: 769px) {
    .slide--gartner .slide__subhead {
      font-size: 32px; } }

.slide--gartner .slide__column {
  margin-bottom: 55px; }
  @media (min-width: 769px) {
    .slide--gartner .slide__column {
      text-align: left;
      max-width: 340px; } }

.slide--gartner .slide__copy {
  color: #3F3F3F;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 769px) {
    .slide--gartner .slide__copy {
      text-align: left;
      font-size: 24px; } }

.slide--gartner .slide__button {
  display: block;
  width: 200px;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .slide--gartner .slide__button {
      margin: 0; } }

.slide--gartner .slide__banner {
  background-image: -webkit-linear-gradient(top, #004E8D 0%, #0063A2 100%);
  background-image: linear-gradient(-180deg, #004E8D 0%, #0063A2 100%);
  bottom: 0;
  height: 4.5rem;
  left: 0;
  position: absolute;
  right: 0; }
  @media (min-width: 769px) {
    .slide--gartner .slide__banner {
      padding: 0 50px; } }
  @media (min-width: 1024px) {
    .slide--gartner .slide__banner {
      height: 8.625rem;
      padding: 0 70px; } }

.slide--gartner .slide__column {
  margin-bottom: 55px; }
  @media (min-width: 769px) {
    .slide--gartner .slide__column {
      text-align: left;
      max-width: 340px; } }

.slide--gartner .slide__image--laptop {
  position: absolute;
  left: 0;
  right: 0;
  top: 245px;
  width: 100%; }
  @media (min-width: 700px) {
    .slide--gartner .slide__image--laptop {
      top: 185px; } }
  @media (min-width: 769px) {
    .slide--gartner .slide__image--laptop {
      height: auto;
      position: absolute;
      left: 260px;
      bottom: 65px;
      top: auto;
      width: 70%;
      z-index: -100; } }
  @media (min-width: 1024px) {
    .slide--gartner .slide__image--laptop {
      max-width: 736px; } }

.slide--guide::before {
  background-image: -webkit-radial-gradient(48% 111%, #5F6B6F 44%, #3D4447 100%);
  background-image: radial-gradient(48% 111%, #5F6B6F 44%, #3D4447 100%);
  opacity: 1; }

.slide--guide .slide__body {
  margin-top: 3.75rem; }
  @media (min-width: 769px) {
    .slide--guide .slide__body {
      margin-top: 1.875rem; } }

@media (min-width: 769px) {
  .slide--guide .slide__column {
    width: 60%;
    float: right; } }

@media (min-width: 1024px) {
  .slide--guide .slide__column {
    width: 100%; } }

@media (min-width: 1025px) {
  .slide--guide .slide__column {
    width: 29.688rem; } }

.slide--guide .slide__header {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.16;
  margin-bottom: 0.625rem;
  color: #fff; }
  @media (min-width: 769px) {
    .slide--guide .slide__header {
      font-size: 2.25rem;
      line-height: 1.22;
      margin-bottom: 2.5rem; } }

.slide--guide .slide__copy {
  color: #fff;
  line-height: 1.5;
  margin: 0 0 1rem; }
  @media (min-width: 769px) {
    .slide--guide .slide__copy {
      font-size: 1.5rem;
      margin-bottom: 3.125rem; } }
  @media (min-width: 1025px) {
    .slide--guide .slide__copy {
      width: 20.625rem; } }

@media (min-width: 769px) {
  .slide--guide .slide__header,
  .slide--guide .slide__copy {
    text-align: left; } }

@media (min-width: 1024px) {
  .slide--guide .slide__header,
  .slide--guide .slide__copy {
    text-align: center; } }

@media (min-width: 1025px) {
  .slide--guide .slide__header,
  .slide--guide .slide__copy {
    text-align: left; } }

.slide--guide .slide__button {
  display: block;
  width: 12.5rem;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .slide--guide .slide__button {
      margin: 0; } }
  @media (min-width: 1024px) {
    .slide--guide .slide__button {
      margin: 0 auto; } }
  @media (min-width: 1025px) {
    .slide--guide .slide__button {
      margin: 0; } }

.slide--guide .slide__image {
  display: none; }
  @media (min-width: 768px) {
    .slide--guide .slide__image {
      display: block;
      height: auto;
      position: absolute;
      width: 15.125rem;
      left: 0;
      right: 0;
      top: 12.5rem; } }
  @media (min-width: 769px) {
    .slide--guide .slide__image {
      display: none; } }
  @media (min-width: 950px) {
    .slide--guide .slide__image {
      display: block;
      left: 4.375rem;
      right: auto;
      top: 0; } }
  @media (min-width: 1024px) {
    .slide--guide .slide__image {
      display: none; } }
  @media (min-width: 70.938rem) {
    .slide--guide .slide__image {
      display: block;
      left: 0; } }
  @media (min-width: 77.188rem) {
    .slide--guide .slide__image {
      left: 4.375rem; } }
  @media (min-width: 1440px) {
    .slide--guide .slide__image {
      left: 8.75rem; } }

.hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
  background: currentColor;
  display: inline-block;
  height: 1px;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 30px; }

.hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-size: 0.1px;
  height: 30px;
  outline: none;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: 30px; }
  .hamburger:active {
    -webkit-transition: 0;
    transition: 0; }

.hamburger__icon {
  position: relative;
  top: 0;
  vertical-align: middle; }
  .hamburger__icon::before, .hamburger__icon::after {
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
  .hamburger__icon::before {
    top: -6px; }
  .hamburger__icon::after {
    top: 6px; }
  .hamburger--open .hamburger__icon {
    background: transparent; }
    .hamburger--open .hamburger__icon::before {
      width: 42px;
      -webkit-transform: translate3d(-6px, 6px, 0) rotate3d(0, 0, 1, 45deg);
              transform: translate3d(-6px, 6px, 0) rotate3d(0, 0, 1, 45deg); }
    .hamburger--open .hamburger__icon::after {
      width: 42px;
      -webkit-transform: translate3d(-6px, -6px, 0) rotate3d(0, 0, 1, -45deg);
              transform: translate3d(-6px, -6px, 0) rotate3d(0, 0, 1, -45deg); }

.header-data {
  padding: 4.844em 0 0; }
  @media (min-width: 768px) {
    .header-data {
      padding: 9.688em 0 8.75em; } }

.header-data__caption {
  margin-bottom: 1.563em; }

.header-data__headline {
  margin: 0 0 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 2.19; }

.header-data__text-wrapper {
  margin-bottom: 2.65em; }
  @media (min-width: 768px) {
    .header-data__text-wrapper {
      margin-bottom: 5.313em; } }

.header-data__excerpt {
  max-width: 36.25em; }

.highlight pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.highlight .hll {
  background-color: #ffffcc; }

.highlight .c {
  color: #aaaaaa;
  font-style: italic; }

/* Comment */
.highlight .err {
  color: #F00000;
  background-color: #F0A0A0; }

/* Error */
.highlight .k {
  color: #0000aa; }

/* Keyword */
.highlight .cm {
  color: #aaaaaa;
  font-style: italic; }

/* Comment.Multiline */
.highlight .cp {
  color: #4c8317; }

/* Comment.Preproc */
.highlight .c1 {
  color: #aaaaaa;
  font-style: italic; }

/* Comment.Single */
.highlight .cs {
  color: #0000aa;
  font-style: italic; }

/* Comment.Special */
.highlight .gd {
  color: #aa0000; }

/* Generic.Deleted */
.highlight .ge {
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #aa0000; }

/* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold; }

/* Generic.Heading */
.highlight .gi {
  color: #00aa00; }

/* Generic.Inserted */
.highlight .go {
  color: #888888; }

/* Generic.Output */
.highlight .gp {
  color: #555555; }

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold; }

/* Generic.Subheading */
.highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
.highlight .kc {
  color: #0000aa; }

/* Keyword.Constant */
.highlight .kd {
  color: #0000aa; }

/* Keyword.Declaration */
.highlight .kn {
  color: #0000aa; }

/* Keyword.Namespace */
.highlight .kp {
  color: #0000aa; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #0000aa; }

/* Keyword.Reserved */
.highlight .kt {
  color: #00aaaa; }

/* Keyword.Type */
.highlight .m {
  color: #009999; }

/* Literal.Number */
.highlight .s {
  color: #aa5500; }

/* Literal.String */
.highlight .na {
  color: #1e90ff; }

/* Name.Attribute */
.highlight .nb {
  color: #00aaaa; }

/* Name.Builtin */
.highlight .nc {
  color: #00aa00;
  text-decoration: underline; }

/* Name.Class */
.highlight .no {
  color: #aa0000; }

/* Name.Constant */
.highlight .nd {
  color: #888888; }

/* Name.Decorator */
.highlight .ni {
  color: #800000;
  font-weight: bold; }

/* Name.Entity */
.highlight .nf {
  color: #00aa00; }

/* Name.Function */
.highlight .nn {
  color: #00aaaa;
  text-decoration: underline; }

/* Name.Namespace */
.highlight .nt {
  color: #1e90ff;
  font-weight: bold; }

/* Name.Tag */
.highlight .nv {
  color: #aa0000; }

/* Name.Variable */
.highlight .ow {
  color: #0000aa; }

/* Operator.Word */
.highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf {
  color: #009999; }

/* Literal.Number.Float */
.highlight .mh {
  color: #009999; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #009999; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #009999; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #aa5500; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #aa5500; }

/* Literal.String.Char */
.highlight .sd {
  color: #aa5500; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #aa5500; }

/* Literal.String.Double */
.highlight .se {
  color: #aa5500; }

/* Literal.String.Escape */
.highlight .sh {
  color: #aa5500; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #aa5500; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #aa5500; }

/* Literal.String.Other */
.highlight .sr {
  color: #009999; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #aa5500; }

/* Literal.String.Single */
.highlight .ss {
  color: #0000aa; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #00aaaa; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #aa0000; }

/* Name.Variable.Class */
.highlight .vg {
  color: #aa0000; }

/* Name.Variable.Global */
.highlight .vi {
  color: #aa0000; }

/* Name.Variable.Instance */
.highlight .il {
  color: #009999; }

/* Literal.Number.Integer.Long */
.home-blogroll {
  padding: 2em 0; }
  @media (min-width: 768px) {
    .home-blogroll {
      padding: 1.25em 0 3em; } }

.home-blogroll__post-left {
  float: left;
  position: relative;
  width: 10.313rem; }

.home-blogroll__post-right {
  text-align: right; }

.home-blogroll__post-date {
  border-radius: 50%;
  border: 1px solid #0C234C;
  color: #0C234C;
  display: block;
  height: 50px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 10px;
  width: 50px; }

.home-blogroll__post-date-d {
  display: inline-block;
  font-family: Open-Light;
  font-size: 22px;
  line-height: 1;
  margin-top: 5px; }

.home-blogroll__post-date-y {
  font-family: Open-Light;
  font-size: 12px; }

.home-blogroll__author-name {
  background: rgba(250, 250, 250, 0.8);
  border-radius: 3px 3px 0 0;
  bottom: 0;
  color: #0C234C;
  font-size: 14px;
  font-style: italic;
  padding: 5px 5px 0 5px;
  position: absolute;
  right: 0;
  width: 100px; }

.home-blogroll__post-title {
  margin: 0 0 1em; }

.home-blogroll__description {
  font-size: 18px;
  margin: 0 0 2.5em; }

.home-blogroll__post-wrapper {
  line-height: 1;
  position: relative; }
  .home-blogroll__post-wrapper:first-child {
    margin-bottom: 25px; }

.home-blogroll__post-title {
  display: block;
  font-size: 1.125em; }

.home-blogroll__post-exerpt {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .home-blogroll__post-exerpt {
      color: #8d8d8d;
      font-size: 14px;
      line-height: 1.43;
      margin: 0;
      text-align: left; } }

.home-blogroll__post-button {
  display: block;
  margin: 0 auto;
  width: 87px; }
  .home-blogroll__post-button:visited {
    color: #222222 !important; }
  @media (min-width: 768px) {
    .home-blogroll__post-button {
      display: none; } }

.quote-block {
  background-color: #007dc3;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 2.5em 0; }

.quote-block__wrapper {
  max-width: 680px;
  margin: 0 auto; }

.quote-block__quote {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-align: center; }
  .quote-block__quote::before {
    color: rgba(229, 229, 229, 0.3);
    content: open-quote;
    font-family: "Ubuntu Web", tahoma, sans-serif;
    font-size: 22.5rem;
    left: -7.5rem;
    line-height: 0;
    position: absolute;
    top: 8.125rem;
    width: 13.438rem; }
  .quote-block__quote::after {
    content: close-quote;
    position: absolute;
    color: rgba(229, 229, 229, 0.3);
    font-size: 22.5rem;
    font-family: "Ubuntu Web", tahoma, sans-serif;
    line-height: 0;
    position: absolute;
    right: 0.625rem;
    top: 8.125rem; }
  @media (min-width: 768px) {
    .quote-block__quote {
      font-size: 2em; } }

.quote-block__author {
  color: #d8dfe5;
  display: block;
  font-size: 1em;
  margin-top: 1.25em; }
  @media (min-width: 768px) {
    .quote-block__author {
      text-align: right; } }

.home-engagement {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1) inset;
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .home-engagement {
      padding: 3.125em 0; } }

.home-engagement__box {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .home-engagement__box {
      text-align: left;
      margin-bottom: 0; } }

.home-engagement__title {
  margin: 0; }

.home-engagement__list {
  list-style: none;
  padding: 0;
  margin: 15px 0; }

.home-engagement__list-item {
  margin-bottom: 20px;
  line-height: 1.4; }
  .home-engagement__list-item:last-child {
    margin: 0; }

.home-engagement__list-title {
  color: #007DC3 !important;
  margin: 0; }

.home-engagement__list-description {
  color: #007DC3;
  font-family: Open-Light; }

.home-engagement_button:visited {
  color: #222222; }

.home-promoted {
  padding: 2em 0 2.313em; }
  @media (min-width: 768px) {
    .home-promoted {
      padding: 3.125em 0 3.75em; } }

.home-promoted__box {
  line-height: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .home-promoted__box {
      margin-bottom: 0.75em; } }

.home-promoted__img {
  width: 100%; }

.home-promoted__btn {
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .home-promoted__btn {
      margin-bottom: 0; } }

.home-products {
  background-color: #efefef;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 2.5em 0 2.5em; }

.home-products__title {
  margin: 0; }

.home-products__wrapper {
  padding-top: 0.5em; }
  @media (min-width: 768px) {
    .home-products__wrapper {
      padding-top: 1.25em; } }

.home-products__box {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .home-products__box {
      border-bottom: 0;
      width: 20%;
      float: left;
      padding: 0 1%; } }

.home-products__link:hover {
  text-decoration: none; }

.home-products__product {
  margin: 0;
  font-weight: bold; }

.home-products__description {
  line-height: 1.25;
  margin: 10px 0 0; }

.home-news {
  padding: 2.5rem 0;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1) inset; }

.home-news__title {
  margin-bottom: 2.5rem; }

.home-news__image {
  height: 40px;
  max-width: 100%;
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .home-news__image {
      margin: 0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.lightbox-content {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }
  @media (min-width: 768px) {
    .lightbox-content {
      width: 80%; } }

.modal-form-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  padding: 20px 20px 45px;
  text-align: center; }

.mfp-iframe {
  display: block;
  width: 100%; }

.interior-iframe {
  background: #efefef;
  display: block;
  margin: auto;
  padding: 20px;
  width: 80%; }

.mfp-form-container {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.plain-list, .inline-list, .table-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .plain-list > li, .inline-list > li, .table-list > li {
    margin: 0;
    padding: 0; }

.inline-list > li {
  display: inline-block; }

.inline-list--spaced-left > li {
  margin-left: 50px; }
  .inline-list--spaced-left > li:first-child {
    margin-left: 0; }

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

.table-list > li {
  float: left;
  padding: .5em 0; }

.table-list--two-col > li {
  width: 50%; }
  .table-list--two-col > li:nth-child(2n+1) {
    clear: left; }

#mktoForm_1922 > div:nth-of-type(17) .mktoFormCol {
  padding-right: 0;
  width: 100%; }

#mktoForm_1922 > div:nth-of-type(4) .mktoFieldWrap {
  position: relative; }
  #mktoForm_1922 > div:nth-of-type(4) .mktoFieldWrap::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 38px;
    border-left: 1px solid #909a9f;
    z-index: 1;
    pointer-events: none; }
  #mktoForm_1922 > div:nth-of-type(4) .mktoFieldWrap::after {
    content: "";
    display: inline-block;
    background: url("/images/svgs/select-arrow.svg");
    width: 15px;
    height: 15px;
    pointer-events: none;
    position: absolute;
    top: 41px;
    right: 13px; }

.marketo-form {
  background-color: #f1f1f1;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 85px;
  padding-top: 55px; }
  .marketo-form h3 {
    margin: 0 0 45px;
    font-family: "Ubuntu Web", tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em;
    -webkit-font-smoothing: antialiased; }

.marketo-form .mktoForm {
  width: 100% !important; }
  .marketo-form .mktoForm:after {
    content: '.';
    clear: both;
    visibility: hidden;
    color: transparent; }
  .marketo-form .mktoForm .mktoRequiredField .mktoAsterix,
  .marketo-form .mktoForm .mktoAsterix,
  .marketo-form .mktoForm .mktoClear,
  .marketo-form .mktoForm .mktoGutter,
  .marketo-form .mktoForm .mktoOffset,
  .marketo-form .mktoForm .mktoFormRow.hidden {
    display: none; }
  .marketo-form .mktoForm .mktoFormCol,
  .marketo-form .mktoForm .mktoFieldWrap {
    width: 100%; }
  .marketo-form .mktoForm .mktoFormCol {
    margin: 0px !important; }
    @media (min-width: 768px) {
      .marketo-form .mktoForm .mktoFormCol {
        width: 50%; } }
  .marketo-form .mktoForm .mktoFormRow,
  .marketo-form .mktoForm .mktoButtonRow {
    float: left;
    clear: both;
    width: 100%; }
  .marketo-form .mktoForm input[type="url"],
  .marketo-form .mktoForm input[type="text"],
  .marketo-form .mktoForm input[type="date"],
  .marketo-form .mktoForm input[type="tel"],
  .marketo-form .mktoForm input[type="email"],
  .marketo-form .mktoForm input[type="number"],
  .marketo-form .mktoForm textarea.mktoField,
  .marketo-form .mktoForm select.mktoField {
    font-size: inherit;
    height: auto;
    line-height: normal;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .marketo-form .mktoForm .mktoFormRow > div:first-of-type {
      padding-right: 2%; } }
  @media (min-width: 768px) {
    .marketo-form .mktoForm .mktoFormRow > div:last-of-type {
      padding-right: 2%; } }
  .marketo-form .mktoForm .mktoFormRow .mktoRequiredField label.mktoLabel {
    font-weight: normal; }
  .marketo-form .mktoForm .mktoFormRow label,
  .marketo-form .mktoForm .mktoFormRow input,
  .marketo-form .mktoForm .mktoFormRow textarea,
  .marketo-form .mktoForm .mktoFormRow select {
    box-sizing: border-box;
    clear: both;
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    width: 100% !important;
    font-family: "Open Sans", sans-serif; }
  .marketo-form .mktoForm .mktoFormRow label {
    float: left;
    color: #222222;
    line-height: 2.5;
    margin: 0;
    padding: 0; }
  .marketo-form .mktoForm .mktoFormRow input,
  .marketo-form .mktoForm .mktoFormRow textarea,
  .marketo-form .mktoForm .mktoFormRow select {
    float: right;
    height: 40px; }
  .marketo-form .mktoForm .mktoFormRow input,
  .marketo-form .mktoForm .mktoFormRow textarea {
    border: 1px solid #909a9f;
    padding: 4px 10px 4px 10px; }
  .marketo-form .mktoForm .mktoFormRow select {
    -webkit-appearance: none;
    padding: 4px 10px 4px 10px;
    border: 1px solid #909a9f;
    line-height: 1.2; }
  .marketo-form .mktoForm .mktoFormRow textarea {
    height: 120px;
    line-height: 1.2;
    padding: 12px 10px; }
  .marketo-form .mktoForm .mktoButtonRow {
    text-align: center;
    margin-top: 24px; }
    .marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap {
      margin: 0px !important; }
      .marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
        background-color: #0a81c5 !important;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        padding: 14px 0;
        background-image: -webkit-linear-gradient(top, #0a81c5, #0a81c5);
        background-image: linear-gradient(to bottom, #0a81c5, #0a81c5);
        border: 0;
        clear: right;
        display: block;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 3.75em;
        text-transform: uppercase;
        width: 100%; }
        @media (min-width: 768px) {
          .marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
            margin: 0 auto 3.75em;
            width: 330px; } }

.masthead-d {
  background-color: #f1f1f1;
  position: relative; }
  @media (min-width: 768px) {
    .masthead-d {
      margin-top: -30px; } }

.masthead-d__image {
  display: none; }
  @media (min-width: 1050px) {
    .masthead-d__image {
      display: block;
      position: absolute;
      top: -100px; } }

.masthead-d__imagel {
  left: 0; }

.masthead-d__imager {
  right: 0; }

.masthead-d__image--small {
  top: -50px; }

.masthead-d__wrapper {
  padding: 3.906em 0 5em;
  max-width: 62.25em; }
  @media (min-width: 768px) {
    .masthead-d__wrapper {
      padding: 7.813em 0 10em; } }

.masthead-d__headline {
  color: #0C234C;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 35px; }
  @media (min-width: 768px) {
    .masthead-d__headline {
      font-size: 5.75rem;
      letter-spacing: -3.6px;
      line-height: 1.14; } }

.masthead-d__subhead {
  line-height: 1.5;
  color: #909a9f;
  margin: 0 0 2.18em;
  font-size: 1.25em; }
  @media (min-width: 768px) {
    .masthead-d__subhead {
      font-size: 1.704em;
      margin: 0 0 4.375em; } }

.masthead-d__caption {
  margin-bottom: 25px; }

.masthead-d__bttn {
  background-color: #007DC3;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.media {
  margin: 0;
  overflow: hidden; }

.media__img {
  float: left;
  margin-right: 10px; }

.media__img--md {
  margin-right: 25px; }

.media__img--lg {
  margin-right: 50px; }

.media__img--ext {
  float: right;
  margin-left: 10px;
  margin-right: 0; }
  .media__img--ext.media__img--large {
    margin-left: 50px;
    margin-right: 0; }

.media__bd {
  overflow: hidden;
  /* remove when css is cleaned */
  font-size: 16px;
  line-height: 1.875;
  text-align: left; }

@media (max-width: 768px) {
  .media--magic-layer .media__img,
  .media--magic-layer .media__bd {
    float: none;
    margin: auto;
    text-align: center; } }

.menu {
  background: #fff;
  color: #002d56;
  font-size: .875rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10; }

.menu__item-trigger {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 10px 1rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .menu__item-trigger {
      border-bottom: none;
      display: inline-block;
      padding: 10px 15px;
      width: auto; } }
  @media (min-width: 1100px) {
    .menu__item-trigger {
      padding: 10px 20px; } }

.menu__item {
  cursor: pointer;
  position: relative;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .menu__item {
      border-radius: 3px 3px 0 0;
      display: inline-block; } }
  .menu__item:last-child {
    padding-right: 0; }
  .menu__item.menu__item--no-back {
    display: none;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1024px) {
      .menu__item.menu__item--no-back {
        display: inline-block; } }
  @media (min-width: 1024px) {
    .menu__item:hover {
      background: rgba(239, 239, 239, 0.98); }
      .menu__item:hover .sub-menu {
        display: block; }
      .menu__item:hover.menu__item--no-back {
        background: none; } }
  .menu__item > .sub-menu {
    display: none; }
    .menu__item > .sub-menu.sub-menu--debug {
      display: block; }
  @media (max-width: 1023px) {
    .menu__item.menu__item--open > .sub-menu {
      display: block; } }

.sub-menu {
  border-bottom: 1px solid #ccc;
  text-align: left; }
  @media (min-width: 1024px) {
    .sub-menu {
      border-bottom: none;
      box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.12);
      left: 0;
      position: absolute;
      top: 100%;
      width: 260px; } }

@media (min-width: 1024px) {
  .sub-menu--multiple {
    width: 600px; } }

.sub-menu__item {
  background: rgba(239, 239, 239, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  display: block;
  min-height: 36px;
  line-height: 35px; }
  .sub-menu__item:last-child {
    border-bottom: none; }
  @media (min-width: 1024px) {
    .sub-menu--multiple > .sub-menu__item {
      border-right: 1px solid #fff;
      float: left;
      width: 200px; }
      .sub-menu--multiple > .sub-menu__item:last-child {
        border-right: 0; } }

.sub-menu__section {
  margin: 0; }

.sub-menu__section-name {
  background: rgba(239, 239, 239, 0.98);
  border-bottom: 1px solid #fff;
  line-height: 35px;
  padding: 0 calc(1em + 10px); }
  @media (min-width: 1024px) {
    .sub-menu__section-name {
      padding: 0;
      text-align: center; } }

.sub-menu__sub-nav {
  margin: 0; }

.sub-menu__item {
  background: rgba(239, 239, 239, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  min-height: 36px;
  line-height: 35px; }
  @media (max-width: 1023px) {
    .sub-menu__item:empty {
      display: none; } }
  .sub-menu__item:last-child {
    border-bottom: none; }

.sub-menu__action {
  color: #007dc3;
  display: block;
  padding: 0 10px 0 20px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .sub-menu__sub-nav .sub-menu__action {
    padding-left: calc(1rem + 20px); }
    @media (min-width: 1024px) {
      .sub-menu__sub-nav .sub-menu__action {
        padding-left: 20px; } }
  .sub-menu__action:hover {
    background: rgba(0, 146, 195, 0.98);
    color: #fff; }

.module--plain {
  margin: 2rem 0; }

.module--grid {
  height: 100%; }
  @media (max-width: 1024px) {
    .module--grid {
      height: auto;
      margin: 1rem 0; } }

.module--grid-center {
  text-align: center; }

.pane {
  padding-bottom: 4.375em; }
  .pane:last-child {
    padding-bottom: 0; }

.pane__img {
  margin-bottom: 2.188rem; }
  .pane__img img {
    display: block;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .pane__img {
      padding-top: 0.625em; }
      .pane__img img {
        display: block;
        margin: 0 auto;
        max-width: 10.938rem;
        height: auto; } }

.pane__excerpt {
  text-align: center; }
  .pane__excerpt > a {
    margin-right: 0.313em;
    margin-bottom: 0.75em; }
  @media (min-width: 768px) {
    .pane__excerpt {
      text-align: left; }
      .pane__excerpt > p {
        line-height: 1.875;
        margin: 0 0 1.25em 0; } }

.plain-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.plain-list > .plain-list__item {
  font-family: "OpenSans Web", verdana, sans-serif;
  line-height: 1;
  padding-bottom: 32px;
  font-size: 1em; }
  .plain-list > .plain-list__item:last-of-type {
    padding-bottom: 0; }

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .responsive-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.search-form {
  margin-left: 1px; }

.search-form__field {
  width: 192px !important; }

.form-button-group__button button {
  color: #131313 !important;
  height: 28px; }

.log-section {
  background: #fff;
  padding: 4.2em 0 3.27em; }
  @media (min-width: 768px) {
    .log-section {
      padding: 8.438em 0 6.563em; } }

.log-section--quiet-color {
  background-color: #f4f6f8; }

.log-section--none-pad {
  padding: 0; }
  @media (min-width: 768px) {
    .log-section--none-pad {
      padding: 0; } }

.log-section--top-none-pad {
  padding-top: 0; }
  @media (min-width: 768px) {
    .log-section--top-none-pad {
      padding-top: 0; } }

.log-section__headline {
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .log-section__headline {
      font-size: 3em;
      line-height: 2.19; } }

.log-section__excerpt {
  max-width: 36.25em;
  margin: 0 auto; }

.log-section__header + .log-section__body {
  margin: 4.2em 0 0; }

.log-section__footer {
  margin-top: 3rem; }

.section-header {
  padding: 4.2em 0 3.27em; }
  @media (min-width: 768px) {
    .section-header {
      padding: 8.438em 0 6.563em; } }

.section-header__headline {
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .section-header__headline {
      font-size: 3em;
      line-height: 2.19; } }

.section-header__excerpt {
  max-width: 36.25em;
  margin: 0 auto; }

.sidebar-share {
  padding-top: 20px; }

.sidebar-share__title {
  border-bottom: 1px solid #666666;
  display: block;
  margin: 0;
  padding-bottom: 6px; }

.sidebar-share__buttons {
  list-style: none;
  padding-left: 0; }
  .sidebar-share__buttons > li {
    display: inline-block;
    margin-right: 8px;
    padding: 0 !important;
    text-indent: 0 !important; }

.sidebar-share__icon {
  height: 40px;
  width: 40px; }

.sidebar-form {
  background: #efefef;
  border: 2px solid #1567b6;
  border-radius: 4px;
  margin: 20px 0;
  padding: 11px; }

.sidebar-form__header {
  color: #535353;
  font-family: "Ubuntu Web", tahoma, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0; }

.sidebar-nav__title {
  color: #666666;
  font-size: 120%;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: capitalize; }

.sidebar-nav__list {
  border-top: 1px solid #999999;
  list-style: none;
  margin-bottom: 40px;
  margin: 0;
  padding: 0; }

.sidebar-nav__item {
  background-color: rgba(239, 239, 239, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  padding: 11px 11px 11px 10px;
  -webkit-transition: background-color 50ms linear, color 50ms linear, text-indent 166.5ms linear;
  transition: background-color 50ms linear, color 50ms linear, text-indent 166.5ms linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .sidebar-nav__item:hover {
    background-color: rgba(0, 146, 195, 0.98);
    color: #ffffff;
    text-indent: 5px; }
  .sidebar-nav__item:hover a {
    color: #ffffff; }
  .sidebar-nav__item a {
    color: #007dc3;
    font-size: 14px;
    text-decoration: none; }

.site-footer {
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.06);
  font-size: .875rem;
  padding: 40px 0; }

.site-footer__contacts {
  line-height: 1.3; }
  @media (max-width: 767px) {
    .site-footer__contacts {
      margin-top: 50px; } }
  .site-footer__contacts li {
    padding-bottom: 0; }

.site-footer__social {
  margin-top: 50px;
  text-align: center; }

.site-footer__social-list {
  margin-top: 20px; }
  .site-footer__social-list li {
    margin: 0 5px; }

.site-footer__social-icon {
  height: 40px;
  width: 40px; }

.site-footer__copyright {
  margin-top: 50px;
  text-align: center; }

.site-header {
  font-size: 1rem;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20; }
  @media (min-width: 1024px) {
    .site-header {
      background: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      height: 100px;
      padding: 20px 0;
      position: fixed; } }

.site-header__container {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .site-header__container {
      display: table;
      padding: 0 1em;
      max-width: 1240px; } }

.site-header__brand {
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: table;
  height: 50px;
  padding: 0 1rem;
  position: relative;
  width: 100%;
  z-index: 20; }
  @media (min-width: 1024px) {
    .site-header__brand {
      background: none;
      border-bottom: none;
      display: table-cell;
      padding: 0;
      vertical-align: middle;
      width: auto; } }
  .site-header__brand a {
    display: block; }
  .site-header__brand svg {
    display: block;
    height: 29px !important;
    width: 118px; }
    @media (min-width: 1024px) {
      .site-header__brand svg {
        height: 55px !important;
        width: 215px; } }

.site-header__logo {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .site-header__logo {
      display: block; } }

.site-header__toggle {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .site-header__toggle {
      display: none; } }

.site-header__nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  z-index: 10; }
  .site-header--open .site-header__nav {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media (min-width: 1024px) {
    .site-header__nav {
      display: table-cell;
      position: static;
      text-align: right;
      -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
              transform: translateY(0) !important;
      -webkit-transition: 0ms;
      transition: 0ms;
      width: auto; } }

.site-header__ctas {
  display: none;
  margin-top: 3px;
  text-align: right; }
  @media (min-width: 1024px) {
    .site-header__ctas {
      display: block; } }

.spinner {
  bottom: 0;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media (min-width: 768px) {
  .multi-col {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    height: 100%; } }

@media (min-width: 768px) {
  .multi-col--1 {
    border-spacing: 0;
    width: 100%; } }

@media (min-width: 768px) {
  .multi-col--2 {
    border-spacing: 40px;
    margin: -40px;
    width: calc(100% + 80px); } }

@media (min-width: 768px) {
  .multi-col--3 {
    border-spacing: 20px;
    margin: 0 -20px;
    width: calc(100% + 40px); } }

@media (min-width: 768px) {
  .multi-col--4 {
    border-spacing: 10px;
    margin: 0 -10px;
    width: calc(100% + 20px); } }

.multi-col__buttons {
  margin-top: 3rem; }

.multi-col__col {
  margin-top: 4rem;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    .multi-col__col {
      display: table-cell;
      margin-top: 0; } }
  .multi-col--1 .multi-col__col {
    width: 100%; }
  @media (min-width: 768px) {
    .multi-col--2 .multi-col__col {
      width: 50%; } }
  @media (min-width: 768px) {
    .multi-col--3 .multi-col__col {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .multi-col--4 .multi-col__col {
      width: 25%; } }

.video-dk__caption {
  margin-bottom: 3.75em; }

.video-dk__wrapper {
  max-width: 48.75em;
  margin: 0 auto; }

.video-dk__video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-dk__video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-dk__content {
  background-color: #9199a4;
  padding: 9.75em 0 5.45em;
  margin-top: -115px; }
  @media (min-width: 768px) {
    .video-dk__content {
      padding: 22.813em 0 10.938em;
      margin-top: -245px; } }

.video-dk__excerpt {
  font-size: 1em;
  margin: 0;
  text-align: center;
  margin-bottom: 3.45em; }
  @media (min-width: 768px) {
    .video-dk__excerpt {
      text-align: left;
      margin-bottom: 0; } }

.video-dk__col-right {
  max-width: 24.063em;
  margin: 0 auto; }

.video-dk__caption {
  margin-bottom: 30px; }

.address-box__loc, .department__headline > h2,
.media__headline > h2 {
  border-bottom: 1px solid #7e7e7e;
  color: #222222;
  font-family: "Ubuntu Web", tahoma, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.44;
  margin: 0 0 1.25em 0;
  padding-bottom: 6px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.address-box__info > span, .department__list > li, .media__list-bold {
  display: block;
  font-family: "Ubuntu Web", tahoma, sans-serif;
  font-size: 0.813em;
  font-weight: bold;
  text-transform: uppercase;
  color: #222222; }

.address-box__info a, .department__list a, .media__list-bold a {
  display: inline-block;
  font-size: 0.938rem;
  font-weight: normal;
  text-transform: none; }

.offices__headline > h1 {
  color: #222222;
  font-size: 2.438em;
  margin: 5.625rem 0; }

@media (min-width: 768px) {
  .office__row {
    margin-bottom: 3.75em; } }

@media (min-width: 768px) {
  .address-box {
    padding-right: 15%; } }

.address-box__info {
  padding-bottom: 20px; }
  .address-box__info > span {
    line-height: 1.7; }

.address-box address {
  color: #222222;
  font-family: "Ubuntu Web", tahoma, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  line-height: 1.5;
  padding-bottom: 2.5em; }

@media (min-width: 768px) {
  .department__headline,
  .media__headline {
    padding-right: 15%; } }

.media__headline {
  margin-bottom: 2.063em; }

.department__body,
.media__body {
  padding-bottom: 2.5em; }

.department__list,
.media__list {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.department__list > li {
  line-height: 3.28; }

.department__list a {
  margin-left: 8px; }

.media__list-info {
  margin-bottom: 10px; }

.media__list-bold a {
  margin-left: 8px; }

.media__list > li {
  margin-bottom: 25px; }
  .media__list > li:last-child {
    margin-bottom: 0; }

.media__list-plain {
  color: #222222;
  display: block;
  font-size: 0.938em;
  font-weight: normal;
  text-transform: none; }

.contact-form {
  background-color: #f1f1f1;
  margin-bottom: 3.75em;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .contact-form {
      padding: 0 50px; } }

.contact-form__headline {
  color: #222222;
  font-family: "Ubuntu Web", tahoma, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  padding-top: 2em; }

.job-list {
  padding-top: 90px;
  padding-bottom: 130px; }

.job-list__header {
  padding-bottom: 120px; }

.job-list__header h2 {
  font-size: 24px; }

.job-list__empty {
  font-size: 24px;
  text-align: center; }

.select-wrapper {
  position: relative;
  display: inline-block; }

.select-wrapper__arrow {
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 12px; }

.select-wrapper select {
  -webkit-appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  display: block;
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #007DC3;
  border-bottom: 2px dashed #007DC3;
  line-height: 1.2;
  font-size: 24px;
  height: 32px; }
  .select-wrapper select:hover {
    background: none;
    color: #007DC3; }
  .select-wrapper select:focus {
    background: none;
    box-shadow: none;
    border: 0;
    border-bottom: 2px dashed #007DC3;
    color: #007DC3; }

.job-list__body {
  max-width: 780px;
  margin: 0 auto; }

.job-list__quadrant {
  padding-bottom: 90px; }

.job-list__quadrant h4 {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-weight: 800;
  display: block;
  border-bottom: 1px solid #7E7E7E;
  line-height: 1; }

.tech-partners {
  padding-top: 2.625rem; }
  @media (min-width: 768px) {
    .tech-partners {
      padding-top: 5.313em; } }

.tech-partners__header > h1 {
  font-size: 2.438em;
  line-height: 1.36;
  color: #0C234C;
  margin: 0 0 2.188rem 0; }

.tech-partners__header > p {
  margin: 0 0 3.75em; }

.tech-partners__body {
  padding-top: 3.625em; }
  @media (min-width: 768px) {
    .tech-partners__body {
      padding-top: 7.188em; } }

.careers-benefits {
  background-color: #f4f6f8;
  padding: 4.688em 0 5em; }

.careers-benefits__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.careers-benefits__item {
  margin-bottom: 1.875em;
  width: 100%; }
  @media (min-width: 1024px) {
    .careers-benefits__item {
      margin-bottom: 3.125em; } }

.careers-benefits__item-w {
  max-width: 23.75em; }

.careers-benefits__headline {
  color: #0C234C;
  font-size: 2.25rem;
  line-height: 1.36;
  margin: 0 0 2.813rem; }
  @media (min-width: 1024px) {
    .careers-benefits__headline {
      margin-bottom: 5rem; } }

.careers-benefits__subhead {
  color: #0C234C;
  font-weight: 700;
  margin: 0; }
  @media (min-width: 1024px) {
    .careers-benefits__subhead {
      line-height: 2.625; } }

.careers-benefits__excerpt {
  color: #7E7E7E; }
  @media (min-width: 1024px) {
    .careers-benefits__excerpt {
      line-height: 2.625; } }

@media (min-width: 1024px) {
  .careers-benefits__left {
    width: 28.14814%;
    margin-right: 8.88888%;
    float: left; } }

@media (min-width: 1024px) {
  .careers-benefits__right {
    width: 50.37037%;
    float: left; } }

.video-caption {
  color: #7E7E7E;
  font-size: 0.813em;
  font-weight: bold;
  line-height: 2.30; }
  @media (min-width: 1024px) {
    .video-caption {
      line-height: 3.23; } }

.careers-leadin {
  padding: 2.5em 0 2.188em;
  background-image: url("/images/careers/leadin-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 768px) {
    .careers-leadin {
      background-size: contain;
      padding: 8.438em 0 5.313em;
      background-image: url("/images/careers/leadin-graphic.jpg"); } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {
    .careers-leadin {
      background-image: url("/images/careers/leadin-graphic@2x.jpg"); } }
  @media (min-width: 769px) {
    .careers-leadin {
      background-size: cover; } }

@media (min-width: 768px) {
  .career-leadin__left,
  .career-leadin__right {
    max-width: 27.5em; } }

.career-leadin__left {
  margin-bottom: 10.313em; }
  @media (min-width: 768px) {
    .career-leadin__left {
      float: left;
      margin-bottom: 7.813em; } }

@media (min-width: 768px) {
  .career-leadin__right {
    float: right; } }

.career-copy {
  color: #6e6e6e;
  margin-bottom: 2.5em; }
  .career-copy > span {
    color: #022044;
    font-weight: 700; }

.header-masthead {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.438em 0 4.688em;
  position: relative; }
  @media (min-width: 768px) {
    .header-masthead {
      margin-top: -30px;
      padding: 5em 0 8.438em; } }

.header-masthead__headline {
  color: #fff;
  font-size: 1.5em;
  letter-spacing: -0.94;
  line-height: 1.375;
  margin: 0;
  text-shadow: 0 10px 12px rgba(0, 0, 0, 0.38);
  position: relative;
  z-index: 15; }
  @media (min-width: 768px) {
    .header-masthead__headline {
      font-size: 92px;
      letter-spacing: -3.5px;
      line-height: 1.38; } }

.header-masthead__subhead {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.375;
  margin: 0 0 1.563rem;
  text-shadow: 0 10px 12px rgba(0, 0, 0, 0.38);
  position: relative;
  z-index: 15; }
  @media (min-width: 768px) {
    .header-masthead__subhead {
      font-size: 66px;
      line-height: 1.36;
      margin-bottom: 2.813rem; } }

.header-masthead__button {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
  position: relative;
  z-index: 15; }

.careers-slide {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.563rem 0 6.25rem; }
  @media (min-width: 769px) {
    .careers-slide {
      padding: 13.125rem 0 12.813rem; } }

.careers-slide__headline {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 1.563rem; }
  @media (min-width: 768px) {
    .careers-slide__headline {
      font-size: 4em; } }
  @media (min-width: 1024px) {
    .careers-slide__headline {
      font-size: 5em;
      margin: 0 0 3.125rem; } }

.careers-slide__subhead {
  font-size: 1.625rem;
  line-height: 1.62;
  margin: 0; }

.careers-slide__title {
  line-height: 3;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }

.careers-values__img {
  background-repeat: no-repeat;
  background-size: cover;
  background: url("/images/careers/video-juke.jpg");
  display: block;
  min-height: 33.25rem;
  position: relative; }
  @media (min-width: 768px) {
    .careers-values__img {
      min-height: 27rem; } }
  @media (min-width: 1024px) {
    .careers-values__img {
      display: none; } }

.values-cta {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 2.313rem 1.25rem 2.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%; }
  @media (min-width: 376px) {
    .values-cta {
      padding: 2.313rem 2.813rem 2.625rem; } }

.values-cta__headline {
  color: #0C234C;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0 0 1.563rem; }

.values-cta__excerpt {
  color: #9199A4;
  margin: 0;
  line-height: 1.65;
  margin-bottom: 1.875rem; }

.values-cta__btn {
  width: 12.5rem; }

.values-video {
  display: none; }
  @media (min-width: 1024px) {
    .values-video {
      height: 0;
      padding-bottom: 56.25%;
      background: -webkit-linear-gradient(left, #21161D 60%, #1A212D 40%);
      background: linear-gradient(90deg, #21161D 60%, #1A212D 40%);
      display: block;
      position: relative; } }

@media (min-width: 1024px) {
  .values-video__render {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 10; } }

.values-video__caption {
  bottom: 5vw;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 12; }

.values-video__headline {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.55;
  margin: 0 0 33px; }

.values-video__excerpt {
  color: #fff;
  margin: 0; }

.values-video__btn {
  float: right;
  width: 200px; }

.values {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .values {
      padding: 30px 0 50px; } }
  @media (min-width: 768px) {
    .values .row {
      margin-bottom: 55px; }
      .values .row:last-child {
        margin-bottom: 0; } }

.value {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .value {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .value {
      padding: 0 15px; } }

.value__img {
  width: 216px;
  height: 180px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .value__img {
      margin-bottom: 20px; } }

.value__headline {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block; }

.value__excerpt {
  margin: 0; }

.career-video {
  background-image: -webkit-linear-gradient(232deg, #415C81 19%, #142541 100%, #132440 100%);
  background-image: linear-gradient(-142deg, #415C81 19%, #142541 100%, #132440 100%);
  padding: 3.75em 0 120px; }
  @media (min-width: 768px) {
    .career-video {
      padding: 8.125em 0 190px; } }
  @media (min-width: 1024px) {
    .career-video {
      padding-bottom: 225px; } }

.career-video__headline {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0 0 1.875em; }
  @media (min-width: 768px) {
    .career-video__headline {
      font-size: 2.563em;
      margin-bottom: 3.75rem; } }

.career-video__copy {
  color: #fff;
  margin-bottom: 45px;
  text-align: left; }
  @media (min-width: 769px) {
    .career-video__copy {
      max-width: 280px;
      margin-bottom: 0; } }

@media (min-width: 769px) {
  .career-video__left {
    width: 35%; } }

.career-video__wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .career-video__wrapper iframe {
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute; }
