@charset "UTF-8";
/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
/* Grid
================================================== */
/* #Clearing
================================================== */
/* You can also use a @include clear to clear columns */
a.itunes, a.google {
  font-size: 0;
  color: transparent;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 136px;
  height: 40px;
  background: url(../image/sprites-2x.png);
  background-position: -100px -50px;
  background-size: 250px 250px; }
  a.itunes:hover, a.google:hover {
    opacity: .7; }

a.google {
  background-position: -100px 0; }

.inputArea {
  position: relative;
  display: inline-block;
  margin: .4em 0 .5rem; }
  .inputArea span {
    position: absolute;
    top: 8px;
    left: 10px;
    margin: 0;
    padding: 0;
    z-index: 1;
    color: #999;
    font-weight: normal;
    pointer-events: none; }
  .inputArea input {
    position: relative;
    z-index: 0; }
    .inputArea input:focus, .inputArea input:valid {
      z-index: 2; }

#oblPopup .mfp-close {
  color: #fff;
  top: -50px; }
@media only screen and (min-width: 768px) {
  #oblPopup {
    width: 90%;
    max-width: 605px;
    margin: 0 auto;
    position: relative; }
    #oblPopup > div {
      display: inline-block;
      vertical-align: top;
      width: 300px;
      height: 265px;
      background: #fff; }
      #oblPopup > div ~ div {
        margin-left: 2px;
        background: #0aaddb; } }

.obLogin {
  padding: 2em 1.5em;
  text-align: center;
  margin: 0;
  background: #fff; }
  .obLogin form {
    max-width: 280px;
    margin: 0 auto; }
  .obLogin h2 {
    margin: 0 0 10px;
    font-size: 2.4rem; }
  .obLogin #loginTo {
    margin-bottom: 10px; }
    .obLogin #loginTo label {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      .obLogin #loginTo label[for="radBiz"] {
        margin-right: 15px; }
  .obLogin label.inputArea {
    margin-top: 0; }
  .obLogin input[type=text],
  .obLogin input[type=password] {
    display: block;
    max-width: 180px;
    color: #333;
    font-size: 18px;
    background: #c7dae0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .obLogin input[type=submit] {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background: #006bb7;
    box-shadow: none;
    border-radius: 0;
    min-height: 0;
    padding: 0.25em 2em;
    margin: 0.5em 0;
    max-width: none;
    border: 0;
    color: #fff;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    margin: 5px auto;
    font-size: 1.6rem;
    width: 180px; }
    .obLogin input[type=submit]:hover {
      background: #0087db;
      color: #fff;
      border: none; }
  .obLogin .oblNav {
    margin: 5px 0 0;
    display: block;
    list-style: none; }
    .obLogin .oblNav li {
      display: inline-block; }
      .obLogin .oblNav li ~ li:not(.personal-enroll) {
        margin-left: 20px; }
      .obLogin .oblNav li a {
        color: #333;
        text-decoration: none; }
        .obLogin .oblNav li a:after {
          content: "";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          vertical-align: text-bottom;
          vertical-align: middle;
          padding-left: 5px;
          color: #0aaddb; }
        .obLogin .oblNav li a:hover {
          color: #c7dae0; }
          .obLogin .oblNav li a:hover:after {
            color: #c7dae0; }

@media only screen and (max-width: 767px) {
  .oblPopupWrapper.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 1; }
  .oblPopupWrapper .mfp-content {
    vertical-align: top; }
  .oblPopupWrapper #oblPopup .mfp-close {
    top: 0;
    color: #000; }
  .oblPopupWrapper .obLogin {
    padding-top: 4em; } }

.oblPromo {
  position: relative; }
  .oblPromo .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    opacity: .2; }
  .oblPromo .promo-content {
    text-align: center;
    padding: 5em 1em 0;
    position: relative;
    z-index: 2; }
    .oblPromo .promo-content p {
      font-family: "Rajdhani", Arial, sans-serif;
      font-size: 2.2rem;
      font-weight: 600;
      font-style: normal;
      margin: 20px 0 0;
      color: #fff; }
    .oblPromo .promo-content a {
      color: #fff;
      text-decoration: none;
      display: block;
      font-family: "Rajdhani", Arial, sans-serif;
      font-size: 2.8rem;
      font-weight: 600;
      font-style: normal; }
      .oblPromo .promo-content a i {
        padding-left: 5px;
        vertical-align: baseline; }
  .oblPromo.clickable:hover {
    background: #006bb7 !important; }

body:not([data-theme*='no-intro']) .page-details .page-content > p:first-of-type,
body.news-events .intro > p:first-of-type,
body[data-theme*='large-intro'] .page-details .page-content > p {
  font-size: 1.8rem; }

.page-details .page-content {
  position: relative;
  margin-top: 2em;
  margin-bottom: 25px; }
  .page-details .page-content > *:first-of-type {
    margin-top: 0; }
  .page-details .page-content a.tertiary-button {
    padding: .25em 1em;
    font-size: 1.8rem; }
.page-details h4 {
  text-transform: uppercase; }
.page-details .page-header:before {
  top: -10%; }
@media only screen and (min-width: 960px) {
  .page-details .page-header .bg-image {
    left: calc(-50vw + (940px/2)); } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-details .page-header .bg-image {
    left: calc(-50vw + (748px/2)); } }
@media only screen and (min-width: 768px) {
  .page-details .page-header .page-header-content {
    padding-bottom: 40px; } }
.page-details .page-header .page-header-content .primary-button a {
  margin-top: 20px; }
.page-details .page-header .other-links:empty {
  display: none; }
@media only screen and (min-width: 768px) {
  .page-details .page-header .other-links {
    position: absolute;
    bottom: 6px;
    height: 60px;
    width: 100%; }
    .page-details .page-header .other-links:before {
      content: '';
      position: absolute;
      left: -30%;
      bottom: 0;
      z-index: -1;
      width: 100%;
      height: 180%;
      background: url(../image/otherlinks-shadow.png) left bottom no-repeat;
      background-size: 100% 100%; } }
.page-details .page-header .other-links a {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .page-details .page-header .other-links a {
      font-size: 1.6rem; } }
  .page-details .page-header .other-links a:hover {
    text-decoration: underline; }
    .page-details .page-header .other-links a:hover i {
      text-decoration: none; }
@media only screen and (max-width: 767px) {
  .page-details .page-header .other-links {
    display: block;
    text-align: center;
    padding: 0 0 10px; }
    .page-details .page-header .other-links:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 6px;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: url(../image/otherlinks-shadow.png) left bottom no-repeat;
      background-size: 100% 100%; }
    .page-details .page-header .other-links a ~ a {
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .share-buttons {
    position: absolute;
    right: -240px;
    top: 0;
    z-index: 5; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .share-buttons {
    right: -190px; } }
@media only screen and (max-width: 767px) {
  .share-buttons {
    text-align: center;
    margin: -1.5em 0 10px !important; } }

.testimonials-slider {
  position: relative;
  padding-left: 140px;
  padding-top: 4em;
  padding-bottom: 3em; }
  .testimonials-slider:before {
    quotes: "“" "”" "‘" "’";
    content: open-quote;
    font-size: 300px;
    line-height: 0;
    color: #c7dae0;
    position: absolute;
    left: 0;
    top: 160px; }
  .testimonials-slider .testimonials-headline {
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 4.1rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    padding: 10px 0 5px;
    border-bottom: 2px solid #c7dae0;
    margin-bottom: 25px; }
    .testimonials-slider .testimonials-headline a {
      color: inherit;
      text-decoration: none; }
      .testimonials-slider .testimonials-headline a i {
        color: #0aaddb; }
      .testimonials-slider .testimonials-headline a:hover, .testimonials-slider .testimonials-headline a:hover i {
        color: #c7dae0; }
  .testimonials-slider .testimonials-wrapper .cycle-pager span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #bdbcc0;
    cursor: pointer;
    font-size: 0;
    line-height: 1; }
    .testimonials-slider .testimonials-wrapper .cycle-pager span:only-of-type {
      display: none; }
    .testimonials-slider .testimonials-wrapper .cycle-pager span ~ span {
      margin-left: 10px; }
    .testimonials-slider .testimonials-wrapper .cycle-pager span.cycle-pager-active, .testimonials-slider .testimonials-wrapper .cycle-pager span:hover {
      background: #0aaddb; }
  .testimonials-slider .testimonial-highlight:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .testimonials-slider .testimonial-highlight .highlight {
    font-size: 2.2rem;
    font-weight: 600;
    color: #818486;
    line-height: 1.6; }
  .testimonials-slider .testimonial-highlight .byline {
    color: #818486;
    font-size: 2.2rem;
    margin-top: 20px; }
    .testimonials-slider .testimonial-highlight .byline em {
      font-style: italic; }
  @media only screen and (min-width: 768px) {
    .testimonials-slider .testimonial-highlight .highlight, .testimonials-slider .testimonial-highlight .byline {
      width: calc(100% - 205px);
      float: left; } }
  .testimonials-slider .testimonial-highlight .thumbnail {
    width: 185px;
    float: right;
    margin: 0 0 0 20px; }
    .testimonials-slider .testimonial-highlight .thumbnail img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .testimonials-slider {
      padding-left: 0;
      text-align: center; }
      .testimonials-slider:before {
        font-size: 150px;
        top: 70px;
        left: 50%;
        transform: translateX(-50%); }
      .testimonials-slider .testimonials-headline {
        font-size: 3.2rem; }
      .testimonials-slider .testimonial-highlight {
        padding: 0 10px; }
        .testimonials-slider .testimonial-highlight .highlight, .testimonials-slider .testimonial-highlight .byline {
          font-size: 1.8rem; } }

.industry-expertise {
  position: relative;
  padding: 3em 0; }
  .industry-expertise:before {
    content: '';
    position: absolute;
    width: 100vw;
    left: calc(-50vw + (960px/2));
    height: 100%;
    top: 0;
    z-index: -1;
    background: #0aaddb; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .industry-expertise:before {
        left: calc(-50vw + (768px/2)); } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .industry-expertise:before {
        left: calc(-50vw + (420px/2)); } }
    @media only screen and (max-width: 419px) {
      .industry-expertise:before {
        left: calc(-50vw + (300px/2)); } }
  .industry-expertise .industry-bg {
    position: absolute;
    width: 100vw;
    left: calc(-50vw + (960px/2));
    height: 100%;
    top: 0;
    z-index: -1;
    background: url(../image/industries-bg.jpg);
    background-size: cover;
    opacity: .4;
    z-index: 0; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .industry-expertise .industry-bg {
        left: calc(-50vw + (768px/2)); } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .industry-expertise .industry-bg {
        left: calc(-50vw + (420px/2)); } }
    @media only screen and (max-width: 419px) {
      .industry-expertise .industry-bg {
        left: calc(-50vw + (300px/2)); } }
  .industry-expertise:after {
    content: '';
    position: absolute;
    width: 100vw;
    left: calc(-50vw + (960px/2));
    height: 100%;
    top: 0;
    z-index: -1;
    background: url(../image/hex-overlay.png);
    background-size: cover;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .industry-expertise:after {
        left: calc(-50vw + (768px/2)); } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .industry-expertise:after {
        left: calc(-50vw + (420px/2)); } }
    @media only screen and (max-width: 419px) {
      .industry-expertise:after {
        left: calc(-50vw + (300px/2)); } }
  .industry-expertise > * {
    position: relative;
    z-index: 2;
    text-align: center; }
  .industry-expertise h2 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .industry-expertise h2 {
        font-size: 3.2rem; } }
  .industry-expertise .featured-content-wrapper.grid-4 {
    padding-bottom: 0; }
    .industry-expertise .featured-content-wrapper.grid-4 > div {
      margin-bottom: 30px; }
      .industry-expertise .featured-content-wrapper.grid-4 > div .image {
        width: 100px;
        margin: 0 auto 20px; }
      .industry-expertise .featured-content-wrapper.grid-4 > div .featured-content-title a {
        color: #fff;
        font-family: "Rajdhani", Arial, sans-serif;
        font-size: 2rem;
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .industry-expertise .featured-content-wrapper.grid-4 > div .featured-content-title a {
            font-size: 1.4rem; } }
      .industry-expertise .featured-content-wrapper.grid-4 > div.clickable:hover .featured-content-title a {
        text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .industry-expertise .featured-content-wrapper.grid-4 > div {
      display: inline-block;
      width: 49%;
      vertical-align: top;
      float: none; }
      .industry-expertise .featured-content-wrapper.grid-4 > div .image {
        width: 70px; }
    .industry-expertise .secondary-button a {
      font-size: 1.8rem;
      padding: .25em 1em; } }

body[data-theme*='landing-page'] #footer {
  margin-top: 0; }
body[data-theme*='landing-page'] .testimonials-slider:before {
  content: '';
  position: absolute;
  width: 100vw;
  left: calc(-50vw + (960px/2));
  height: 100%;
  top: 0;
  z-index: -1;
  background: #efefef; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    body[data-theme*='landing-page'] .testimonials-slider:before {
      left: calc(-50vw + (768px/2)); } }
  @media only screen and (min-width: 420px) and (max-width: 767px) {
    body[data-theme*='landing-page'] .testimonials-slider:before {
      left: calc(-50vw + (420px/2)); } }
  @media only screen and (max-width: 419px) {
    body[data-theme*='landing-page'] .testimonials-slider:before {
      left: calc(-50vw + (300px/2)); } }
  @media only screen and (max-width: 767px) {
    body[data-theme*='landing-page'] .testimonials-slider:before {
      transform: none; } }

.lp-intro {
  padding: 2em 0; }
  .lp-intro:empty {
    display: none; }
  .lp-intro .lp-intro-heading {
    clear: both;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    font-style: normal;
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .lp-intro .lp-intro-heading {
        font-size: 2.4rem; } }
  .lp-intro .lp-intro-content:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .lp-intro .lp-intro-content img {
    width: 420px; }
    @media only screen and (max-width: 767px) {
      .lp-intro .lp-intro-content img {
        display: none !important; } }
    .lp-intro .lp-intro-content img.right {
      float: right;
      margin-left: 60px;
      margin-bottom: 20px; }
    .lp-intro .lp-intro-content img.left {
      float: left;
      margin-right: 60px;
      margin-bottom: 20px; }
  .lp-intro .lp-intro-content p {
    font-size: 2rem;
    text-align: justify;
    line-height: 1.75; }
    @media only screen and (max-width: 767px) {
      .lp-intro .lp-intro-content p {
        font-size: 1.6rem; } }

.lp-features:after {
  display: none; }
.lp-features .lp-features-bg {
  position: absolute;
  width: 100vw;
  left: calc(-50vw + (960px/2));
  height: 100%;
  top: 0;
  z-index: -1;
  background: inherit;
  background-size: cover;
  opacity: .4;
  z-index: 0; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .lp-features .lp-features-bg {
      left: calc(-50vw + (768px/2)); } }
  @media only screen and (min-width: 420px) and (max-width: 767px) {
    .lp-features .lp-features-bg {
      left: calc(-50vw + (420px/2)); } }
  @media only screen and (max-width: 419px) {
    .lp-features .lp-features-bg {
      left: calc(-50vw + (300px/2)); } }
.lp-features .lp-features-intro > * {
  color: #fff; }
.lp-features .lp-features-intro h2 {
  margin-bottom: 15px;
  font-size: inherit/10rem; }
  @media only screen and (max-width: 767px) {
    .lp-features .lp-features-intro h2 {
      font-size: 2.5rem; } }
.lp-features .lp-features-intro p {
  text-align: justify !important;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 1.8rem; }
  @media only screen and (max-width: 767px) {
    .lp-features .lp-features-intro p {
      font-size: 1.6rem; } }
.lp-features .lp-features-wrapper {
  padding: 2em 0 0; }
  .lp-features .lp-features-wrapper:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .lp-features .lp-features-wrapper > div {
    text-align: left;
    padding: 0 10px; }
    .lp-features .lp-features-wrapper > div > * {
      color: #fff; }
    .lp-features .lp-features-wrapper > div .icon {
      width: 100px;
      margin: 0 auto 10px; }
    .lp-features .lp-features-wrapper > div h2, .lp-features .lp-features-wrapper > div h3 {
      font-family: "Rajdhani", Arial, sans-serif;
      font-size: 3rem;
      font-weight: bold;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 0 20px;
      text-align: center; }
    .lp-features .lp-features-wrapper > div a {
      color: #fff; }
    .lp-features .lp-features-wrapper > div ul {
      margin-left: 0; }
    .lp-features .lp-features-wrapper > div li, .lp-features .lp-features-wrapper > div p {
      font-size: 1.8rem;
      line-height: 1.2; }
  .lp-features .lp-features-wrapper.grid-2 > div {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 460px; }
    @media only screen and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-2 > div {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .lp-features .lp-features-wrapper.grid-2 > div {
        width: 364px; } }
    @media only screen and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-2 > div {
        width: 300px; } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-2 > div {
        width: 420px; } }
  .lp-features .lp-features-wrapper.grid-3 > div {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px; }
    @media only screen and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-3 > div {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .lp-features .lp-features-wrapper.grid-3 > div {
        width: 236px; } }
    @media only screen and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-3 > div {
        width: 300px; } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-3 > div {
        width: 420px; } }
  .lp-features .lp-features-wrapper.grid-4 > div {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 220px; }
    @media only screen and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-4 > div {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .lp-features .lp-features-wrapper.grid-4 > div {
        width: 172px; } }
    @media only screen and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-4 > div {
        width: 300px; } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-4 > div {
        width: 420px; } }
  .lp-features .lp-features-wrapper.grid-5 > div {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 160px; }
    @media only screen and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-5 > div {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .lp-features .lp-features-wrapper.grid-5 > div {
        width: 124px; } }
    @media only screen and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-5 > div {
        width: 300px; } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .lp-features .lp-features-wrapper.grid-5 > div {
        width: 420px; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .lp-features .lp-features-wrapper.grid-5 > div h2, .lp-features .lp-features-wrapper.grid-5 > div h3 {
        font-size: 2rem; } }
  .lp-features .lp-features-wrapper p.disclaimer {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .lp-features .lp-features-wrapper.grid-2 > div, .lp-features .lp-features-wrapper.grid-3 > div, .lp-features .lp-features-wrapper.grid-4 > div, .lp-features .lp-features-wrapper.grid-5 > div {
      float: none;
      display: inline-block; }
    .lp-features .lp-features-wrapper > div .icon {
      width: 40px;
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .lp-features .lp-features-wrapper > div h2, .lp-features .lp-features-wrapper > div h3 {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px; }
    .lp-features .lp-features-wrapper > div ul:first-of-type, .lp-features .lp-features-wrapper > div p:first-of-type {
      margin-top: 10px; } }

.lp-additional-features {
  padding: 2em 0; }
  .lp-additional-features:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .lp-additional-features > div {
    text-align: left;
    padding: 0; }
    .lp-additional-features > div .icon {
      width: 100px;
      margin: 0 auto 10px; }
    .lp-additional-features > div h2, .lp-additional-features > div h3 {
      font-family: "Rajdhani", Arial, sans-serif;
      font-size: 3rem;
      font-weight: 600;
      font-style: normal;
      color: #333;
      letter-spacing: 1px;
      margin: 0 0 20px;
      text-align: center; }
    .lp-additional-features > div ul {
      margin-left: 0;
      padding: 0 10px; }
    .lp-additional-features > div li, .lp-additional-features > div p {
      line-height: 1.2; }
  .lp-additional-features.grid-2 > div {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 460px; }
    @media only screen and (max-width: 767px) {
      .lp-additional-features.grid-2 > div {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .lp-additional-features.grid-2 > div {
        width: 364px; } }
    @media only screen and (max-width: 767px) {
      .lp-additional-features.grid-2 > div {
        width: 300px; } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .lp-additional-features.grid-2 > div {
        width: 420px; } }
  .lp-additional-features.grid-3 > div {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px; }
    @media only screen and (max-width: 767px) {
      .lp-additional-features.grid-3 > div {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .lp-additional-features.grid-3 > div {
        width: 236px; } }
    @media only screen and (max-width: 767px) {
      .lp-additional-features.grid-3 > div {
        width: 300px; } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .lp-additional-features.grid-3 > div {
        width: 420px; } }
  @media only screen and (max-width: 767px) {
    .lp-additional-features {
      padding-top: 0; }
      .lp-additional-features.grid-2 > div, .lp-additional-features.grid-3 > div {
        float: none;
        display: inline-block; }
      .lp-additional-features > div .icon {
        width: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 0; }
      .lp-additional-features > div h2, .lp-additional-features > div h3 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        max-width: calc(100% - 50px);
        text-align: left; }
      .lp-additional-features > div ul:first-of-type, .lp-additional-features > div p:first-of-type {
        margin-top: 10px; } }

.lp-additional-details > h3 {
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #006bb7;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  line-height: 1.2; }
  @media only screen and (max-width: 767px) {
    .lp-additional-details > h3 {
      font-size: 2.4rem; } }
  @media only screen and (max-width: 767px) {
    .lp-additional-details > h3 {
      padding: 20px 0; } }
.lp-additional-details .lp-additional-details-section-wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }
  .lp-additional-details .lp-additional-details-section-wrapper:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .lp-additional-details .lp-additional-details-section-wrapper > div {
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .lp-additional-details .lp-additional-details-section-wrapper > div {
        padding-bottom: 70px; }
        .lp-additional-details .lp-additional-details-section-wrapper > div p {
          font-size: 2rem; }
        .lp-additional-details .lp-additional-details-section-wrapper > div .primary-button {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 60%; } }
    .lp-additional-details .lp-additional-details-section-wrapper > div p {
      padding: 0 20px; }
    .lp-additional-details .lp-additional-details-section-wrapper > div .primary-button {
      font-size: 2.8rem;
      background: #0aaddb; }
      @media only screen and (max-width: 767px) {
        .lp-additional-details .lp-additional-details-section-wrapper > div .primary-button {
          font-size: 2rem; } }
      .lp-additional-details .lp-additional-details-section-wrapper > div .primary-button:hover {
        background: #0087db; }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        .lp-additional-details .lp-additional-details-section-wrapper > div .primary-button {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .lp-additional-details .lp-additional-details-section-wrapper > div .primary-button {
          padding-left: 1em;
          padding-right: 1em; } }
    @media only screen and (min-width: 768px) {
      .lp-additional-details .lp-additional-details-section-wrapper > div .section-image {
        width: 100%;
        height: 340px;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0; }
        .lp-additional-details .lp-additional-details-section-wrapper > div .section-image + * {
          padding-top: 375px; } }
    @media only screen and (max-width: 767px) {
      .lp-additional-details .lp-additional-details-section-wrapper > div .section-image {
        height: 180px;
        background-size: cover;
        margin-bottom: 20px; } }
  .lp-additional-details .lp-additional-details-section-wrapper.grid1 > div {
    width: 100%;
    display: block; }
  .lp-additional-details .lp-additional-details-section-wrapper.grid2 > div {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 460px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .lp-additional-details .lp-additional-details-section-wrapper.grid2 > div {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .lp-additional-details .lp-additional-details-section-wrapper.grid2 > div {
        width: 364px; } }
    @media only screen and (max-width: 767px) {
      .lp-additional-details .lp-additional-details-section-wrapper.grid2 > div {
        width: 300px; } }
    @media only screen and (min-width: 420px) and (max-width: 767px) {
      .lp-additional-details .lp-additional-details-section-wrapper.grid2 > div {
        width: 420px; } }

.article-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dedede;
  padding-top: 30px; }
  .article-list > div {
    flex: auto;
    margin: 0 10px 20px;
    background: #006bb7;
    position: relative;
    padding: 20px;
    color: #fff;
    min-height: 280px; }
    .article-list > div:before, .article-list > div .category-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .article-list > div:before {
      content: '';
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #00528d 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, #00528d));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #00528d 100%);
      /* Chrome10+,Safari5.1+ */
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #00528d 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #00528d 100%);
      /* W3C */
      z-index: 1; }
    .article-list > div:not(.featured) {
      flex: 0 1 300px; }
    .article-list > div.featured {
      order: -1;
      flex: 1 1 100%; }
    .article-list > div .category-bg {
      background-size: cover;
      z-index: 0;
      opacity: .4; }
    .article-list > div .article-details {
      position: absolute;
      bottom: 20px;
      z-index: 3; }
      .article-list > div .article-details h2 {
        font-family: "Rajdhani", Arial, sans-serif;
        font-size: 2.6rem;
        font-weight: 600;
        font-style: normal;
        color: #fff;
        margin: 0 0 5px;
        padding-right: 20px;
        line-height: 1.2; }
        .article-list > div .article-details h2 a {
          color: inherit;
          text-decoration: none;
          font-weight: inherit; }
      .article-list > div .article-details p {
        margin: 0;
        padding-right: 20px; }
    .article-list > div.clickable:hover {
      background: #00c7ff; }
    @media only screen and (max-width: 959px) {
      .article-list > div:not(.featured) {
        flex: 0 1 calc(50% - 20px); } }
    @media only screen and (max-width: 767px) {
      .article-list > div {
        margin: 0 10px 10px; }
        .article-list > div:not(.featured) {
          flex: 1 1 100%; } }

.blogTopics {
  display: inline-block;
  vertical-align: top;
  width: 74%;
  padding: 20px 0; }
  .blogTopics > a {
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #006bb7;
    margin: 0; }
    .blogTopics > a.shown {
      font-weight: bold; }
    .blogTopics > a:hover {
      color: #004d84; }
    .blogTopics > a:not(:last-child) {
      margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .blogTopics {
      display: block;
      width: auto; } }

.blogSearch {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 20px 0; }
  .blogSearch form {
    max-width: none; }
    .blogSearch form button {
      top: 0; }
  @media only screen and (max-width: 767px) {
    .blogSearch {
      display: block;
      width: auto;
      text-align: center; } }

.article .article-crumb {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px; }
  .article .article-crumb span {
    display: inline-block;
    vertical-align: middle; }
  .article .article-crumb i {
    vertical-align: middle;
    margin: 0 10px; }
.article .byline {
  margin-bottom: 20px; }
  .article .byline:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .article .byline .thumb {
    float: left;
    width: 75px;
    margin: 0 10px 0 0; }
  .article .byline .author {
    font-size: 2rem;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #006bb7;
    margin: 0;
    color: #333; }
.article .article-content:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }
.article .article-content .pageImage {
  float: left;
  margin: 0 20px 20px 0; }
  @media only screen and (max-width: 767px) {
    .article .article-content .pageImage {
      float: none;
      margin: 0 0 20px; } }

.career-page-videos h3 {
  font: bold 18px/1.3em Arial,Verdana,sans-serif;
  color: #333; }
.career-page-videos iframe {
  width: 560px;
  height: 315px;
  margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .career-page-videos iframe {
    width: 100%;
    height: 235px; } }
@media only screen and (max-width: 419px) {
  .career-page-videos iframe {
    width: 100%;
    height: 168px; } }
