@import url("//fonts.googleapis.com/css?family=Hind:400,600,700");
@import url("//fonts.googleapis.com/css?family=Montserrat:400, 700");
@media (max-width: 62em) and (min-width: 48em) {
  .top-header-container,
  .main-header-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 100; }

  .main-header-container {
    top: 30px; }

  #hero-panel {
    margin-top: 130px; } }
.top-header-container {
  background: #64666b;
  font-family: 'Montserrat', sans-serif; }

.top-header {
  padding-top: 5px;
  padding-bottom: 3px; }
  .top-header ul.top-menu {
    list-style-type: none;
    margin-top: 1px;
    margin-bottom: 0;
    padding-left: 0; }
    .top-header ul.top-menu li {
      display: inline-block;
      float: left;
      margin-right: 20px;
      font-size: 14px; }
      .top-header ul.top-menu li:last-of-type {
        margin-right: 0; }
    .top-header ul.top-menu a {
      position: relative;
      text-transform: uppercase;
      color: #b2b3b5;
      transition: color .2s ease; }
      .top-header ul.top-menu a:hover {
        text-decoration: none;
        color: white; }
      .top-header ul.top-menu a:before {
        display: none;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        z-index: 2; }
      .top-header ul.top-menu a.active {
        color: white; }
        .top-header ul.top-menu a.active:before {
          display: block; }
      .top-header ul.top-menu a.tool-tip .tooltiptext {
        visibility: hidden;
        width: 220px;
        background: #333;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
        text-transform: none;
        position: absolute;
        top: 130%;
        left: 1%;
        z-index: 1070; }
        .top-header ul.top-menu a.tool-tip .tooltiptext::after {
          content: " ";
          position: absolute;
          bottom: 100%;
          /* At the top of the tooltip */
          left: 20%;
          transform: translateX(-20%);
          margin-left: -6px;
          border-width: 6px;
          border-style: solid;
          border-color: transparent transparent #333 transparent; }
      .top-header ul.top-menu a.tool-tip:hover .tooltiptext {
        visibility: visible; }
      .top-header ul.top-menu a.tool-tip:hover:before {
        display: none;
        /* hide active indicator */ }
  .top-header .questions {
    color: #b2b3b5;
    text-transform: uppercase; }
    .top-header .questions:before {
      position: relative;
      display: inline-block;
      top: 3px; }
    .top-header .questions a {
      color: #b2b3b5;
      text-decoration: none; }
      .top-header .questions a:hover {
        color: #b2b3b5;
        text-decoration: none; }
      .top-header .questions a:visited {
        color: #b2b3b5;
        text-decoration: none; }

.main-header-container {
  background: white;
  font-family: 'Montserrat', sans-serif; }

.main-header {
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background: white;
  z-index: 100;
  padding-top: 5px; }
  @media screen and (min-width: 767px) {
    .main-header {
      position: relative;
      padding-top: 10px;
      padding-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    .main-header .logo img {
      max-width: 150px; } }
  .main-header .logo span {
    vertical-align: bottom;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: -3px;
    color: #55565b; }
    @media screen and (min-width: 767px) {
      .main-header .logo span {
        padding-left: 20px;
        display: inline-block;
        transform: translateY(-20px);
        font-size: 14px;
        color: #686868; } }
  .main-header .logo a {
    text-decoration: none; }
    .main-header .logo a:hover {
      text-decoration: none; }
  .main-header .login {
    position: absolute;
    padding-right: 13px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: right; }
    .main-header .login .button {
      display: inline-block; }
    .main-header .login .search:before {
      content: url("../images/search.png"); }
    .main-header .login .search {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .main-header .login a {
      color: #F68D1F; }
      .main-header .login a:hover {
        color: #4cbee9; }
  .main-header .mobile-toggle {
    text-align: center; }
    .main-header .mobile-toggle #mobile-menu-icon {
      position: relative;
      display: inline-block;
      width: 35px;
      height: 30px; }
      .main-header .mobile-toggle #mobile-menu-icon:hover {
        cursor: pointer; }
      .main-header .mobile-toggle #mobile-menu-icon.open span.line.line-1 {
        -webkit-transform: translateY(8.5px) rotate(45deg);
        transform: translateY(8.5px) rotate(45deg); }
      .main-header .mobile-toggle #mobile-menu-icon.open span.line.line-2 {
        opacity: 0; }
      .main-header .mobile-toggle #mobile-menu-icon.open span.line.line-3 {
        -webkit-transform: translateY(-15.5px) rotate(-45deg);
        transform: translateY(-15.5px) rotate(-45deg); }
      .main-header .mobile-toggle #mobile-menu-icon span.line {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 5px;
        background: #55565b;
        border-radius: 5px 5px 5px 5px;
        transition: all .3s ease; }
        .main-header .mobile-toggle #mobile-menu-icon span.line.line-1 {
          top: 10%;
          transform: translateY(-10%); }
        .main-header .mobile-toggle #mobile-menu-icon span.line.line-2 {
          top: 50%;
          transform: translateY(-50%); }
        .main-header .mobile-toggle #mobile-menu-icon span.line.line-3 {
          top: 90%;
          transform: translateY(-90%); }
    .main-header .mobile-toggle:before {
      display: block;
      content: 'MENU';
      font-size: 12px; }
  .main-header .mobile-navigation {
    display: none;
    position: fixed;
    top: 125px;
    left: 0;
    width: inherit;
    background: white;
    padding: 5px 0; }
    @media screen and (max-width: 767px) {
      .main-header .mobile-navigation {
        top: 64px; } }
    .main-header .mobile-navigation ul {
      padding-left: 0 !important;
      -webkit-padding-start: 0 !important;
      list-style: none; }
      .main-header .mobile-navigation ul.scrollable-menu {
        height: auto;
        max-height: 200px;
        overflow-x: hidden;
        border-bottom: 1px solid #e2e2e2; }
      .main-header .mobile-navigation ul li {
        border-top: 1px solid #e2e2e2;
        background: #f8f8f8; }
        .main-header .mobile-navigation ul li a {
          color: #64666b;
          display: block;
          line-height: 2.15rem;
          padding: 3px 10px 3px 15px;
          position: relative; }
          .main-header .mobile-navigation ul li a.sub-menu-toggler:after {
            position: absolute;
            top: 30%;
            right: 10px;
            transform: translateY(-50%);
            content: "";
            display: inline-block;
            width: 0.8rem;
            height: 0.8rem;
            border-right: 0.1em solid #64666b;
            border-top: 0.1em solid #64666b;
            -webkit-transform: translateY(-50%) rotate(135deg);
            transform: rotate(135deg);
            margin-right: 0.5em; }
          .main-header .mobile-navigation ul li a:hover {
            color: #f68d39; }
      .main-header .mobile-navigation ul.sub-menu-toggle a {
        padding-left: 29px; }
      .main-header .mobile-navigation ul.sub-menu-toggle .sub-menu-toggle a {
        padding-left: 41px; }

.main-sticky-nav-container {
  height: 39px; }

.main-navigation {
  padding-bottom: 0px;
  position: relative; }
  .main-navigation ul {
    line-height: 0;
    margin-bottom: 0;
    text-align: justify;
    text-justify: distribute;
    font-size: 0px;
    -webkit-padding-start: 0 !important; }
    .main-navigation ul:after {
      content: '';
      width: 100%;
      display: inline-block; }
  .main-navigation li {
    display: inline-block;
    float: none;
    margin-right: 0px;
    font-size: 15px; }
    .main-navigation li.active > a {
      color: #f68d39; }
    .main-navigation li:hover > .sub-menus {
      display: block; }
    .main-navigation li.mobile-logo img {
      max-height: 40px; }
    .main-navigation li > a {
      line-height: 2; }
    .main-navigation li > span {
      line-height: 2; }
    .main-navigation li.carrier ul li {
      padding: 0; }
    .main-navigation li .sub-menu {
      min-height: 280px; }
  .main-navigation a,
  .main-navigation span {
    font-weight: 500;
    color: #64666b;
    text-transform: uppercase;
    transition: color .2s ease; }
    .main-navigation a:hover, .main-navigation a.active,
    .main-navigation span:hover,
    .main-navigation span.active {
      color: #F68D1F; }
  .main-navigation.goToTop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    padding: 5px 0; }
    .main-navigation.goToTop .container {
      position: relative; }
    .main-navigation.goToTop .button {
      font-size: 14px;
      padding: 0 15px; }
    .main-navigation.goToTop a {
      font-size: 14px; }
    .main-navigation.goToTop .sub-menus {
      z-index: 99999;
      top: calc(100% - 7px); }
      .main-navigation.goToTop .sub-menus .col-xs-4:before {
        right: 30px; }
    @media screen and (max-width: 75em) {
      .main-navigation.goToTop .button {
        font-size: 12px; }
      .main-navigation.goToTop a {
        font-size: 12px; } }
    @media screen and (max-width: 62em) {
      .main-navigation.goToTop .button {
        font-size: 12px; }
      .main-navigation.goToTop a {
        font-size: 12px; } }

.portal-login a {
  color: #F68D1F; }
  .portal-login a:hover {
    color: #4cbee9; }

.sub-menus {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  border: 1px solid #b2b3b5;
  background: white url("../images/menu-bg.png") bottom right no-repeat;
  background: white url("../images/menu-bg.png") bottom right/auto 100% no-repeat;
  padding: 15px;
  z-index: 300; }
  .sub-menus h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0; }
  .sub-menus header.menu-title {
    line-height: 1;
    padding: 10px 15px;
    overflow: hidden; }
    .sub-menus header.menu-title.baby-blue {
      background: #00a3df; }
    .sub-menus header.menu-title.teal {
      background: #2da3c0; }
    .sub-menus header.menu-title h4 {
      color: white; }
    .sub-menus header.menu-title a {
      font-size: 14px;
      font-weight: 500;
      color: white; }
  .sub-menus .col-xs-4 {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 25px;
    min-width: 445px; }
    .sub-menus .col-xs-4:before {
      content: '';
      width: 5px;
      height: calc(100% - 40px);
      display: block;
      position: absolute;
      top: 20px;
      z-index: -1;
      right: 15px;
      background-color: #b2b3b5; }
  .sub-menus .sub-menu {
    padding-top: 20px;
    padding-bottom: 20px; }
    .sub-menus .sub-menu li {
      text-align: right;
      display: block;
      float: none;
      border-right: 5px solid #b2b3b5;
      margin-right: 0;
      padding: 5px 0;
      padding-right: 40px; }
      .sub-menus .sub-menu li:hover {
        border-color: #f68d39; }
        .sub-menus .sub-menu li:hover > .sub-menu {
          display: block; }
      .sub-menus .sub-menu li.active a {
        color: #F68D1F; }
      .sub-menus .sub-menu li a {
        text-transform: uppercase;
        color: #525157;
        white-space: nowrap; }
      .sub-menus .sub-menu li > .sub-menu {
        box-sizing: content-box;
        position: absolute;
        top: 0;
        left: 90%;
        bottom: 0;
        width: 100%;
        /*right: 0; 
          width: auto;
         transform: translateX(calc(100% - 15px));*/
        display: none; }
        .sub-menus .sub-menu li > .sub-menu li {
          text-align: left;
          border-right: none;
          padding-left: 40px;
          padding-right: 0; }
        .sub-menus .sub-menu li > .sub-menu a {
          text-align: left;
          text-transform: none;
          color: #64666b; }
        .sub-menus .sub-menu li > .sub-menu a:hover {
          color: #f68d39; }
    .sub-menus .sub-menu a {
      font-size: 14px;
      text-transform: none;
      text-align: right; }

footer {
  font-family: 'Montserrat', sans-serif;
  background-color: #64666b;
  width: 100%;
  font-size: 0.70em;
  position: relative;
  /*.hidden{
  	display: none!important;
  }
  .shown{
  	display: block!important;
  }*/ }
  footer .container {
    background-image: url("../images/ellipse-shape.png");
    background-repeat: no-repeat;
    background-position: center bottom; }
  footer .back-to-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    border-radius: 50px;
    border: 2px solid #707070;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75em; }
  footer .footer-mainnav {
    margin: 2.5em 0 1.25em; }
    footer .footer-mainnav .col-xs-6 {
      padding-left: 0; }
      footer .footer-mainnav .col-xs-6 .footer-top-link {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0.625em;
        text-decoration: none; }
        footer .footer-mainnav .col-xs-6 .footer-top-link:hover {
          color: #f68d39; }
      footer .footer-mainnav .col-xs-6 ul {
        list-style: none;
        padding: 0; }
        footer .footer-mainnav .col-xs-6 ul li a {
          color: #dfdfdf;
          line-height: 1.6rem; }
          footer .footer-mainnav .col-xs-6 ul li a:hover {
            color: #f68d39; }
  footer .footer-subnav {
    margin: 1.25em 0; }
    footer .footer-subnav ul li a {
      color: #a6a7aa;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 3.125em; }
      footer .footer-subnav ul li a:hover {
        color: #f68d39; }
  footer .footer-mobile-nav {
    margin: 1.25em 0; }
    footer .footer-mobile-nav ul li {
      padding-left: 0; }
      footer .footer-mobile-nav ul li a {
        color: #a6a7aa;
        text-transform: uppercase;
        text-decoration: none; }
  footer .footer-social-block {
    margin: 1.25em 0; }
    footer .footer-social-block ul {
      float: right; }
    footer .footer-social-block .facebook, footer .footer-social-block .twitter, footer .footer-social-block .linkedin, footer .footer-social-block .youtube, footer .footer-social-block .googleplus, footer .footer-social-block .blog {
      background-image: url("../images/social-icons-sprite2.png");
      background-repeat: no-repeat;
      text-indent: -9999px;
      width: 40px;
      height: 40px;
      display: block; }
    footer .footer-social-block .facebook {
      background-position: 0 0; }
    footer .footer-social-block .twitter {
      background-position: -138px 0; }
    footer .footer-social-block .linkedin {
      background-position: -92px 0; }
    footer .footer-social-block .youtube {
      background-position: -184px 0; }
    footer .footer-social-block .googleplus {
      background-position: -46px 0; }
    footer .footer-social-block .blog {
      background-position: -230px 0; }
  footer .policies-conditions-block, footer .copyright-info-block {
    color: #a6a7aa; }
    footer .policies-conditions-block a, footer .copyright-info-block a {
      text-decoration: underline;
      color: #a6a7aa; }
      footer .policies-conditions-block a:hover, footer .copyright-info-block a:hover {
        color: #f68d39; }
  footer .policies-conditions-block {
    margin-bottom: 3.75em; }
    footer .policies-conditions-block a {
      color: #a6a7aa;
      text-decoration: underline; }
      footer .policies-conditions-block a:hover {
        color: #f68d39; }

@media screen and (min-width: 481px) {
  .footer-subnav ul li.col-xs-4 {
    width: auto;
    margin-right: 0.75em; } }
@media screen and (max-width: 480px) {
  .footer-mainnav .col-xs-6 {
    padding-right: 0; }

  .footer-subnav ul li.col-xs-4 {
    width: 50%;
    padding-right: 0; }
    .footer-subnav ul li.col-xs-4 a {
      line-height: 1.25em; } }
@media screen and (max-width: 991px) {
  footer .copyright-info-block {
    padding-bottom: 24px; } }
@media screen and (min-width: 765px) {
  footer .back-to-top {
    font-size: 1em; }
  footer .footer-mainnav {
    margin: 3.125em 0 1.25em; }
  footer .copyright-info-block, footer .policies-conditions-block {
    margin-bottom: 1.25em; }
  footer .footer-subnav {
    margin-bottom: 1.25em; }
  footer .footer-social-block {
    margin-bottom: 0.625em; } }
/* bootstrap fix*/
@media screen and (max-width: 74.9em) {
  .hidden-lg-down {
    display: block !important; } }
@media screen and (max-width: 62em) {
  .hidden-lg-down {
    display: none !important; } }
@font-face {
  src: url("/font-awesome/fonts/fontawesome-webfont.eot");
  src: url("/font-awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/font-awesome/fonts/fontawesome-webfont.svg") format("svg"), url("/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("/font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"); }
/* IE scroll bar issue fix */
@-ms-viewport {
  width: auto !important; }
html {
  overflow-x: hidden;
  overflow-y: auto; }

/* end IE scrool bar fix */
body {
  font-family: 'Hind', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 400; }
  @media screen and (max-width: 765px) {
    body {
      padding-top: 63px; } }

.white {
  color: #ffffff; }

button,
a.button {
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center; }
  button.grey,
  a.button.grey {
    color: #64666b;
    border: 2px solid #64666b; }
  button.orange,
  a.button.orange {
    color: #f68d39;
    border: 2px solid #f68d39; }
  button.blue,
  a.button.blue {
    color: #2da3c0;
    border: 3px solid #2da3c0; }
  button.warmred,
  a.button.warmred {
    color: #F9423A;
    border: 2px solid #F9423A; }
  button.scarpa,
  a.button.scarpa {
    color: #525157;
    border: 2px solid #525157; }
  button.teal,
  a.button.teal {
    color: #2da3c0;
    border: 2px solid #2da3c0; }
  button.white,
  a.button.white {
    color: white;
    border: 2px solid white; }
  button:hover,
  a.button:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: white; }

ul a:hover {
  text-decoration: none; }

a:focus {
  outline: none;
  text-decoration: none; }

.carrier .breadcrumbs .bc-first,
.small-business .breadcrumbs .bc-first,
.about-us .breadcrumbs .bc-first {
  display: none; }

.breadcrumbs {
  padding: 15px 0px;
  font-size: 10px;
  color: #b0b0b0; }
  .breadcrumbs a {
    font-size: 10px;
    text-transform: uppercase;
    color: #b0b0b0; }
    .breadcrumbs a:hover {
      color: #f68d39; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      display: block; } }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  @media screen and (max-width: 991px) {
    .breadcrumbs {
      font-size: 16px;
      line-height: 1.8em; }
      .breadcrumbs a {
        font-size: 16px; }
        .breadcrumbs a:hover {
          color: #f68d39; } }

/*
.container{
    margin-top:25px;
}*/
@media (min-width: 62em) {
  .container {
    max-width: 90rem !important; } }
.col-xs-15 {
  width: 20%; }

.col-lg-offset-1-5 {
  margin-left: 12.5%; }

.col-lg-offset-2-5 {
  margin-left: 20.833333%; }

.col-lg-offset-3-5 {
  margin-left: 29.3333333%; }

.col-lg-offset-4-5 {
  margin-left: 37.6666666%; }

.extra-top-margin {
  margin-top: 20px; }

.row-padding-bottom-md {
  padding-bottom: 50px; }

.legal-text {
  font-size: .5rem; }

/* Colors */
.orange {
  color: #f68d39; }

.elnkorange {
  color: #F68D1F; }

.warmred {
  color: #F9423A; }

.blue {
  color: #4cbee9; }

.baby-blue {
  color: #00a3df; }

.pale-blue {
  color: #f4f9fd; }

.dove {
  color: #686868; }

.no-margin {
  margin: 0 !important; }

.sitemap a {
  font-weight: bold; }
.sitemap li li:last-child {
  padding-bottom: 1.5rem; }

button {
  background: white;
  text-transform: none;
  border-radius: 30px !important; }
  button:hover {
    color: white;
    background: #f68d39 !important; }

.bullet-double li {
  padding-bottom: 1.25rem; }

/* fix page width scroll*/
#hero-panel > .container-fluid > .row {
  margin-right: 0;
  margin-left: 0; }

#hero-panel > .container-fluid > .row > .col-lg-12 {
  padding-right: 0;
  padding-left: 0; }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
/*
@media screen and (min-width: 992px) {
    .row-eq-height,
    .row-call-to-action {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }
    .row-eq-height > [class*="col-"],
    .row-call-to-action > [class*="col-"] {
      margin-right: 15px;
      margin-left: 15px;
      background-color: white;
      padding-right: 0;
      padding-left: 0;
    }
    .row-call-to-action > [class*="col-"] {
           margin-top: 20px;
    }
    .row-call-to-action > [class*="col-"] > .featured-product {
        margin-top: 0;
    }
    .home .benefit-cards > .col-lg-offset-1-5 {
        margin-left: 12.5%;
    }

}
*/
@media screen and (max-width: 990px) {
  .home .benefit-cards .col-lg-3:first-of-type {
    margin-left: 0; }

  .home .benefit-cards .col-lg-3:not(:last-child) {
    margin-bottom: 3rem; } }
/* IE 9+ mobile menu dropdown fix */
/*
@media screen and (min-width:0) and (min-resolution: +72dpi) { 
    @media screen and (min-width: 768px) and (max-width: 991px) {
        .main-header {
            .mobile-navigation {
                top: 123px;
            }
        } 
    }
    @media screen and (max-width: 767px) {
        .main-header {
            .mobile-navigation {
                top: 60px;
            }
        } 
    }
}
*/
/* IE 10 benefit-card fix */
/*
@media screen and (min-width:0\0) {
    @media screen and (min-width: 62em) {
        .col-lg-4 {
            width: 30%;
        }
        .col-lg-6 {
            width: 47%;
        }
        .benefit-cards .benefit-card {
            max-width: 295px;
        }
    }
    @media screen and (max-width: 62em) {
        .col-lg-4 {
            width: 100%;
        }
        .col-lg-6 {
            width: 100%;
        }
        .benefit-cards .benefit-card {
            max-width: 100% !important;
        }
    }
}
*/
.body-intro-copy {
  padding: 60px 20px 40px 20px; }

.mkto-ty-warper {
  display: none; }

.row-left-heading .section-heading {
  text-align: left; }

.executive {
  background: #ffffff; }
  .executive .image-text-block {
    padding-bottom: 2rem; }
    .executive .image-text-block .image-block {
      padding: 0; }
    .executive .image-text-block .text-block h4 {
      color: #f68d39;
      font-size: 1.4em;
      padding-top: 1rem; }
    @media screen and (max-width: 62em) {
      .executive .image-text-block {
        height: auto;
        vertical-align: middle;
        font-size: 0; }
        .executive .image-text-block .image-block,
        .executive .image-text-block .text-block {
          width: 50%;
          padding-right: .9375rem;
          display: inline-block;
          /* IE 7 hack */
          *zoom: 1;
          *display: inline;
          vertical-align: middle;
          font-size: medium;
          font-size: initial; }
        .executive .image-text-block h4 {
          padding-top: 0; } }

.ceo .col-lg-12 {
  padding: 1rem 0 2rem; }
.ceo .image-text-block {
  height: auto;
  vertical-align: middle;
  font-size: 0; }
  .ceo .image-text-block .image-block {
    width: 33.333333%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    display: inline-block;
    /* IE 7 hack */
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: medium;
    /* IE fix */
    font-size: initial; }
    @media screen and (max-width: 62em) {
      .ceo .image-text-block .image-block {
        width: 50%; } }
  .ceo .image-text-block .text-block {
    width: 33.333333%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    display: inline-block;
    /* IE 7 hack */
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: medium;
    /* IE fix */
    font-size: initial; }
    @media screen and (max-width: 62em) {
      .ceo .image-text-block .text-block {
        width: 50%; } }
    .ceo .image-text-block .text-block h4 {
      padding-top: 0.5rem; }

#news-feed ul {
  margin: 0;
  padding-left: 0; }
  #news-feed ul li {
    list-style: none;
    padding-bottom: 1.25rem; }
    #news-feed ul li span {
      display: block; }

.video-container .video-frame {
  cursor: pointer;
  background: #64666b;
  opacity: 0.8;
  color: #FFFFFE; }
  .video-container .video-frame .video-category {
    padding: 1.5rem 1rem; }
  .video-container .video-frame .video-description {
    padding: 0 1rem 1rem 6.2rem; }
    .video-container .video-frame .video-description p {
      color: #FFFFFE; }
  .video-container .video-frame .video-cta {
    position: absolute;
    bottom: 0;
    margin: 5%;
    width: 67px;
    height: 42px;
    background: url("/images/play.png") 0 0 no-repeat; }

.anchor-icon-link {
  font-size: 1rem;
  font-weight: 600; }
  .anchor-icon-link:after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 5px; }
  .anchor-icon-link.grey {
    color: #64666b; }
  .anchor-icon-link.orange {
    color: #f68d39; }
  .anchor-icon-link.blue {
    color: #2da3c0; }
  .anchor-icon-link.warmred {
    color: #F9423A; }
  .anchor-icon-link.scarpa {
    color: #525157; }
  .anchor-icon-link.teal {
    color: #2da3c0; }
  .anchor-icon-link.white {
    color: white; }
  .anchor-icon-link:hover {
    text-decoration: none;
    cursor: pointer; }

.home .benefits-container {
  background: #f4f9fd;
  border-top: 10px solid white;
  border-bottom: 10px solid white; }
.home .intro-copy {
  color: #686868;
  padding: 60px 20px 0 20px; }
.home .benefit-cards {
  background: #f4f9fd;
  padding: 30px 20px 20px 0px; }
  @media screen and (min-width: 991px) {
    .home .benefit-cards {
      max-width: none; } }
  .home .benefit-cards .benefit-card {
    margin: 0;
    padding: 25px 25px;
    max-width: 100%; }
    .home .benefit-cards .benefit-card h3 {
      text-transform: none;
      font-size: 3rem; }
  @media screen and (min-width: 766px) and (max-width: 991px) {
    .home .benefit-cards .col-centered {
      float: none;
      display: inline-block;
      width: 45%;
      margin: 15px; } }
.home .thought-leadership {
  background: #f8f8f8;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  padding: 60px 20px; }
  @media screen and (max-width: 991px) {
    .home .thought-leadership {
      padding: 20px 0; } }
  .home .thought-leadership .featured-product {
    margin: 10px 0; }
  .home .thought-leadership .image-block .img-responsive {
    border: 1px solid #b2b3b5; }
  @media screen and (min-width: 766px) and (max-width: 991px) {
    .home .thought-leadership .col-centered {
      float: none;
      display: inline-block;
      width: 45%;
      margin: 15px; } }

.sidebar {
  margin-top: 20px;
  padding-left: 50px;
  float: left;
  font-family: 'Montserrat', sans-serif; }
  .sidebar h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #686868;
    margin: 0.5rem 0 0.75rem; }
  .sidebar .sidebar-navigation {
    position: relative;
    padding: 20px 0; }
    .sidebar .sidebar-navigation:before {
      content: url("../images/divider.png");
      position: absolute;
      top: 0;
      left: 0; }
    .sidebar .sidebar-navigation:after {
      content: url("../images/divider.png");
      position: absolute;
      bottom: 0;
      left: 0; }
    .sidebar .sidebar-navigation .section-title {
      display: block;
      text-transform: uppercase;
      color: #64666b;
      padding: 11px 0; }
    .sidebar .sidebar-navigation a {
      display: block;
      text-transform: uppercase;
      color: #949494;
      padding: 11px 0; }
      .sidebar .sidebar-navigation a.section-link {
        padding-left: 0.75rem; }
      .sidebar .sidebar-navigation a:hover {
        text-decoration: none;
        color: #f68d39; }
      .sidebar .sidebar-navigation a.active {
        border-left: 5px solid #f68d39; }
    .sidebar .sidebar-navigation ul .contact-menu {
      margin-left: 20px; }
  .sidebar.variation {
    padding-right: 0; }
    .sidebar.variation .sidebar-navigation:before, .sidebar.variation .sidebar-navigation:after {
      display: none; }
    .sidebar.variation .sidebar-navigation a {
      border: 1px solid #b2b3b5;
      border-top: none;
      padding: 15px; }
      .sidebar.variation .sidebar-navigation a:first-of-type {
        border-top: 1px solid #b2b3b5; }
      .sidebar.variation .sidebar-navigation a.active {
        border-right: 5px solid #f68d39; }
  .sidebar .contact-menu a {
    display: block;
    text-transform: uppercase;
    color: #686868;
    padding: 15px 0; }
    .sidebar .contact-menu a:hover {
      color: #f68d39; }
    .sidebar .contact-menu a:before {
      display: inline-block;
      padding-right: 25px;
      vertical-align: text-top; }
    .sidebar .contact-menu a.mail:before {
      content: url("../images/mail.png"); }
    .sidebar .contact-menu a.phone:before {
      content: url("../images/phone-dark.png"); }
    .sidebar .contact-menu a.chat:before {
      content: url("../images/chat.png"); }
  .sidebar.progress-sidebar .sidebar-navigation .progress-sidebar-link {
    padding-left: 20px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #b2b3b5; }
    .sidebar.progress-sidebar .sidebar-navigation .progress-sidebar-link:last-child {
      border-bottom: 1px solid #b2b3b5; }
    .sidebar.progress-sidebar .sidebar-navigation .progress-sidebar-link.active {
      border-left: 5px solid #f68d39;
      padding-left: 15px; }
  .sidebar.progress-sidebar .sidebar-navigation:before {
    content: ''; }
  .sidebar.progress-sidebar .sidebar-navigation:after {
    content: ''; }
  @media screen and (min-width: 1440px) {
    .sidebar.progress-sidebar {
      width: 360px; } }

.main-content {
  float: right; }

.stickem-container {
  position: relative; }
  .stickem-container .stickit {
    position: fixed;
    top: 50px; }
  .stickem-container .stickit-end {
    bottom: 0;
    position: absolute;
    left: 0; }
  .stickem-container .stickem-content {
    float: right; }

.main-content {
  background: #f8f8f8;
  margin: 20px 0;
  padding: 20px;
  overflow: hidden; }
  .main-content > .row {
    padding: 50px; }
  .main-content p {
    color: #686868; }
  .main-content .note {
    font-size: 0.7em; }

.inner-text {
  color: #686868;
  /*padding: 15px 30px 15px 30px;*/
  padding: 15px 0px 15px 0px; }
  @media screen and (max-width: 767px) {
    .inner-text {
      padding-right: 0;
      padding-left: 0; } }
  .inner-text h2 {
    font-size: 1.4em;
    color: #686868;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 767px) {
      .inner-text h2 {
        font-size: 20px;
        margin-bottom: 0; } }

.inner-text-no-top-padding {
  color: #686868;
  padding: 0 30px 30px 30px; }
  @media screen and (max-width: 767px) {
    .inner-text-no-top-padding {
      padding: 20px; } }
  .inner-text-no-top-padding h2 {
    font-size: 1.4em;
    color: #686868;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 767px) {
      .inner-text-no-top-padding h2 {
        font-size: 20px;
        margin-bottom: 0; } }

.inner-text-no-side-padding {
  color: #686868;
  padding: 15px 0px 15px 0px;
  /*@media screen and (max-width: 767px) {
  	padding: 20px;
  }*/ }
  .inner-text-no-side-padding h2 {
    font-size: 1.4em;
    color: #686868;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 767px) {
      .inner-text-no-side-padding h2 {
        font-size: 20px;
        margin-bottom: 0.7em; } }

@media screen and (min-width: 767px) {
  .shuffle-layout {
    padding: .9375rem 0; } }
@media screen and (max-width: 767px) {
  .shuffle-layout .product-video {
    display: none; } }
.shuffle-layout .product-video img {
  max-width: 100%; }
@media screen and (max-width: 767px) {
  .shuffle-layout .case-study-card {
    margin: 10px 0; } }
.shuffle-layout .case-study-card .card-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  float: left;
  background: white url("../images/case-study-card.jpg") center center/contain no-repeat; }
  @media screen and (min-width: 767px) {
    .shuffle-layout .case-study-card .card-logo {
      display: block;
      float: none;
      width: 100%;
      height: 70px;
      background-size: auto; } }
.shuffle-layout .case-study-card .card-summary {
  width: calc(100% - 100px);
  display: inline-block;
  float: left;
  padding: 15px;
  color: #686868; }
  @media screen and (min-width: 767px) {
    .shuffle-layout .case-study-card .card-summary {
      display: block;
      width: 100%;
      background: #e1e1e1; } }
  .shuffle-layout .case-study-card .card-summary h4 {
    font-size: 14px;
    color: #686868; }
  .shuffle-layout .case-study-card .card-summary p {
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .shuffle-layout .case-study-card .card-summary p {
        margin: 0; } }
  @media screen and (max-width: 767px) {
    .shuffle-layout .case-study-card .card-summary a.button {
      border: none;
      padding: 0; } }

.application-text {
  background: #4cbee9 url("../images/monitor.png") bottom 40px right no-repeat;
  color: white;
  padding: 35px;
  font-weight: normal; }
  @media screen and (max-width: 1199px) {
    .application-text {
      background-image: none; } }
  .application-text > .row {
    padding-bottom: 50px; }
  .application-text h3 {
    color: white;
    text-transform: uppercase;
    font-size: 18px; }

.image-block {
  padding: .5rem;
  line-height: 1.0rem; }
  .image-block .img-link-text {
    padding-top: 0.25rem;
    color: #4cbee9;
    text-align: center;
    font-size: 0.9em; }

.section-heading {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .section-heading h2 {
    color: #686868 !important; }

h2.section-heading {
  color: #686868; }

.tom {
  color: #fff; }

.hero-panel {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0; }
  .hero-panel .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .hero-panel .carousel-inner .carousel-control {
    z-index: 1;
    width: 10%; }
  .hero-panel .carousel-inner .carousel-item {
    width: 100%;
    min-width: 100%;
    max-height: inherit;
    background-size: cover !important; }
    .hero-panel .carousel-inner .carousel-item.active {
      display: block; }
    .hero-panel .carousel-inner .carousel-item .hero-bg {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .hero-panel .carousel-inner .carousel-item.two-col-hero .carousel-caption .left-col-caption {
      width: 58%; }
    .hero-panel .carousel-inner .carousel-item .carousel-caption {
      position: relative;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 0;
      color: #fff;
      text-align: left;
      /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
      text-shadow: none;
      padding-top: 0;
      padding-bottom: 0; }
      .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption {
        height: 300px;
        width: 100%;
        float: left;
        background-repeat: no-repeat;
        background-position: left; }
        .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div {
          width: 766px;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          text-align: left;
          padding-right: 55px;
          padding-left: 100px;
          /*padding: 5em 55px 0px 100px;*/ }
          @media screen and (max-width: 62em) {
            .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div {
              width: 80%; } }
          @media screen and (max-width: 766px) {
            .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div {
              padding-right: 0;
              padding-left: 0; }
              .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div h1 {
                padding-left: 0;
                padding-right: 0; }
              .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div p {
                padding-left: 0;
                padding-right: 0; } }
          .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div h1 {
            padding-right: 35px; }
          .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div p {
            padding-right: 15px; }
          .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div sup {
            line-height: 65%;
            font-size: 65%; }
      .hero-panel .carousel-inner .carousel-item .carousel-caption .right-col-caption {
        width: 42%;
        float: left;
        text-align: left; }
        .hero-panel .carousel-inner .carousel-item .carousel-caption .right-col-caption .video-container {
          padding-top: 1.65rem;
          margin-left: 15%; }
          .hero-panel .carousel-inner .carousel-item .carousel-caption .right-col-caption .video-container .video {
            border: 1px solid #333333; }
    .hero-panel .carousel-inner .carousel-item.home-hero-panel .carousel-caption .left-col-caption div {
      /*padding: 4em 55px 0px 100px;*/ }
  .hero-panel .carousel-inner .hero-slider-dark {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 0; }
    .hero-panel .carousel-inner .hero-slider-dark .carousel-caption {
      background: url("/images/header-black.png") 0 0 repeat-y; }
      @media screen and (max-width: 767px) {
        .hero-panel .carousel-inner .hero-slider-dark .carousel-caption {
          background-image: none; } }
      .hero-panel .carousel-inner .hero-slider-dark .carousel-caption h1 {
        font-size: 1.9375em;
        color: #ff8d12; }
      .hero-panel .carousel-inner .hero-slider-dark .carousel-caption h2 {
        font-size: 1.5em;
        color: #ff8d12;
        /*width : 400px;*/ }
      .hero-panel .carousel-inner .hero-slider-dark .carousel-caption h3 {
        font-size: 1em;
        color: #ff8d12;
        /*width : 400px;*/ }
      .hero-panel .carousel-inner .hero-slider-dark .carousel-caption p {
        color: #fefefe;
        /*width : 500px;*/ }
      .hero-panel .carousel-inner .hero-slider-dark .carousel-caption .btn-hero-cta {
        min-width: 320px;
        border-radius: 50px;
        font-size: 0.875em;
        border: 2px solid #fd9019;
        color: #fefefe;
        background-color: black; }
        .hero-panel .carousel-inner .hero-slider-dark .carousel-caption .btn-hero-cta:hover {
          background-color: #e1e1e1;
          color: #ff8d12; }
  .hero-panel .carousel-inner .hero-slider-light .carousel-caption h1 {
    font-size: 1.9375em;
    color: white;
    /*width : 500px;*/ }
  .hero-panel .carousel-inner .hero-slider-light .carousel-caption h2 {
    font-size: 1.5em;
    color: white;
    /*width : 400px;*/ }
  .hero-panel .carousel-inner .hero-slider-light .carousel-caption h3 {
    font-size: 1em;
    color: white;
    /*width : 400px;*/ }
  .hero-panel .carousel-inner .hero-slider-light .carousel-caption p {
    color: white;
    /*width : 500px; */ }
  .hero-panel .carousel-inner .hero-slider-light .carousel-caption .btn-hero-cta {
    border-radius: 50px;
    font-size: 0.875em;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase; }
    .hero-panel .carousel-inner .hero-slider-light .carousel-caption .btn-hero-cta:hover {
      background-color: white;
      color: orange; }

@media screen and (min-width: 34em) {
  .hero-mobile-bg {
    display: none !important; }

  .carousel-caption .container {
    margin-right: 0;
    margin-left: 0;
    max-width: none; } }
@media screen and (max-width: 34em) {
  .hero-desktop-bg {
    display: none; }

  .hero-mobile-bg {
    display: block; }

  .carousel-caption .container .left-col-caption {
    background: none !important; }
    .carousel-caption .container .left-col-caption .btn-hero-cta {
      min-width: 160px !important; } }
@media screen and (min-width: 767px) {
  .hero-panel .carousel-inner .carousel-item .carousel-caption .container {
    margin-right: auto;
    margin-left: auto;
    max-width: none; }
  .hero-panel .carousel-inner .carousel-item.home-hero-panel .carousel-caption h3 {
    font-size: 1.125em; }
  .hero-panel .carousel-inner .carousel-item.home-hero-panel .carousel-caption p {
    font-size: 0.875em; } }
@media screen and (min-width: 961px) {
  .hero-panel .carousel-inner .carousel-item a {
    text-transform: uppercase; }
  .hero-panel .carousel-inner .carousel-item .carousel-caption {
    text-align: left; }
    .hero-panel .carousel-inner .carousel-item .carousel-caption h3 {
      font-size: 1.375em; }
    .hero-panel .carousel-inner .carousel-item .carousel-caption p {
      font-size: 1.125em; }
  .hero-panel .carousel-control .icon-prev {
    font-size: 4.375em;
    color: #fff;
    left: 25px;
    top: 44%; }
  .hero-panel .carousel-control .icon-next {
    font-size: 4.375em;
    color: #fff;
    right: 25px;
    top: 44%; } }
@media screen and (max-width: 991px) {
  .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption {
    background-position: center; }

  .left-col-caption div {
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 61.999em) {
  .right-col-caption,
  .hero-panel .carousel-inner .carousel-item.two-col-hero .carousel-caption .left-col-caption,
  .hero-panel .carousel-inner .carousel-item.two-col-hero .carousel-caption .right-col-caption {
    width: 100%; }

  .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div {
    text-align: center;
    padding-right: 40px; } }
@media screen and (max-width: 1075px) {
  .hero-panel .carousel-inner .carousel-item .carousel-caption .left-col-caption div {
    padding-right: 50px; }

  .hero-panel .carousel-inner .carousel-item .carousel-caption .right-col-caption {
    text-align: center; } }
@media screen and (min-width: 1225px) {
  .hero-panel .carousel-inner .carousel-item.home-hero-panel .carousel-caption h3 {
    font-size: 1.375em; }
  .hero-panel .carousel-inner .carousel-item.home-hero-panel .carousel-caption p {
    font-size: 1.0rem; } }
@media screen and (max-width: 1435px) {
  .hero-panel .carousel-inner .carousel-item .carousel-caption .right-col-caption .video-container {
    margin-left: 0; } }
@media screen and (max-width: 767px) {
  .hero-panel .carousel-inner .carousel-item {
    background-image: none !important; }
    .hero-panel .carousel-inner .carousel-item .carousel-caption .container {
      position: relative; }
      .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption {
        max-width: 100%; }
        .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption div {
          padding-right: 15%;
          padding-left: 15%; }
          .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption div span h1 {
            font-size: 1.75em;
            padding-right: 0; }
          .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption div span h3 {
            font-size: 1.5em;
            max-width: 100%; }
          .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption div span p {
            font-size: 1.0em;
            max-width: 100%; } }
@media screen and (max-width: 34em) {
  .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption div {
    padding-right: 8%;
    padding-left: 8%; }
    .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption div span h1 {
      font-size: 1.375em; }
    .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption div span h3 {
      font-size: 1.5em;
      max-width: 100%; }
    .hero-panel .carousel-inner .carousel-item .carousel-caption .container .left-col-caption div span p {
      max-width: 100%; } }
.benefit-cards {
  text-align: center;
  padding-bottom: 50px; }
  @media screen and (min-width: 991px) {
    .benefit-cards {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 990px;
      margin-right: auto;
      margin-left: auto;
      /*
      [class*="col-"] {
        margin-right: 15px;
        margin-left: 15px;
        background-color: white; 
        padding-right: 0;
        padding-left: 0;
      } */ } }
  .benefit-cards .container {
    padding: 0; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .benefit-cards .col-centered {
      float: none;
      display: inline-block;
      width: 45%;
      margin: 15px; } }
  .benefit-cards .benefit-card {
    max-width: 300px;
    border-top: 6px solid #4cbee9;
    text-align: center;
    background: white;
    margin: 0 auto;
    padding: 15px; }
    @media screen and (max-width: 991px) {
      .benefit-cards .benefit-card {
        margin: 15px auto;
        max-width: none; } }
    .benefit-cards .benefit-card.empty-one-thrid {
      border-top: 0;
      background: none; }
      @media screen and (max-width: 991px) {
        .benefit-cards .benefit-card.empty-one-thrid {
          display: none; } }
    .benefit-cards .benefit-card h3 {
      font-size: 3rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #4cbee9; }
    .benefit-cards .benefit-card h4 {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .5px;
      color: #4cbee9; }
    .benefit-cards .benefit-card p {
      color: #686868;
      font-size: 14px; }
      .benefit-cards .benefit-card p.note {
        font-size: 0.6em; }
    .benefit-cards .benefit-card li {
      color: #686868;
      font-size: 14px; }
  .benefit-cards h2 {
    color: #686868;
    letter-spacing: .5px;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto 40px; }
    @media screen and (min-width: 75rem) {
      .benefit-cards h2 {
        max-width: 725px; } }
  .benefit-cards .button {
    display: inline-block;
    margin-top: 40px; }

.service-cards {
  text-align: left;
  padding-bottom: 25px; }
  .service-cards .container {
    padding: 0; }
  .service-cards .benefit-card {
    border-top: 5px solid #4cbee9;
    text-align: left;
    background: white;
    margin: 0 auto;
    padding: 15px; }
    @media screen and (max-width: 991px) {
      .service-cards .benefit-card {
        margin: 15px auto; } }
    .service-cards .benefit-card h3 {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      color: #4cbee9; }
    .service-cards .benefit-card h4 {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .5px;
      color: #4cbee9; }
    .service-cards .benefit-card p {
      color: #686868;
      font-size: 14px; }
    .service-cards .benefit-card li {
      color: #686868;
      font-size: 14px; }
  .service-cards h2 {
    color: #686868;
    letter-spacing: .5px;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto 40px; }
    @media screen and (min-width: 75rem) {
      .service-cards h2 {
        max-width: 725px; } }
  .service-cards .button {
    display: inline-block;
    margin-top: 40px; }

.about-us .benefit-cards .benefit-card {
  border-top: 6px solid #64666b; }
  .about-us .benefit-cards .benefit-card.empty-one-thrid {
    border-top: 0; }
  .about-us .benefit-cards .benefit-card h4 {
    color: #f68d39; }

.featured-case-study1 {
  position: relative;
  background: url(../images/case-study-bg.jpg) center center no-repeat;
  background-size: cover;
  background: url(../images/case-study-bg.jpg) center center/cover;
  padding: 60px 0; }
  .featured-case-study1 .col-xs-12 {
    position: static; }
  .featured-case-study1 .col-lg-9 {
    padding-left: 0 !important; }
  .featured-case-study1 h2 {
    color: #686868;
    font-weight: 600; }
  .featured-case-study1 p {
    max-width: 770px;
    font-weight: 500;
    color: #686868; }
  .featured-case-study1 .button {
    margin-top: 10px; }
  .featured-case-study1 .study-logo {
    background: url("../images/cs-logo-bg.png") center center/100% 100% no-repeat;
    width: 300px;
    /*30%*/
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 6%;
    text-align: center;
    padding-top: 2px;
    line-height: 120px; }
    .featured-case-study1 .study-logo img {
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      .featured-case-study1 .study-logo {
        width: 60%; } }
  .featured-case-study1 a {
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 25px 9px;
    text-align: center;
    color: #525157;
    border: 2px solid #525157;
    text-decoration: none;
    background-color: transparent; }
    .featured-case-study1 a:hover {
      text-decoration: none;
      cursor: pointer;
      background-color: #e6e6e6; }

.featured-case-study2 {
  position: relative;
  background: url("../images/gnc-bg.jpg") center center/cover;
  padding-top: 25% !important; }
  .featured-case-study2 .col-xs-12 {
    position: static; }
  .featured-case-study2 .study-text {
    float: right;
    text-align: right;
    max-width: 445px; }
    .featured-case-study2 .study-text h2, .featured-case-study2 .study-text p {
      color: white; }
  .featured-case-study2 .study-logo {
    background: url("../images/cs-logo-bg.png") center center/100% 100% no-repeat;
    width: 43%;
    height: 16%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 15px; }

.featured-case-study3 {
  position: relative;
  background: url("../images/cpk-bg.jpg") center center/cover;
  padding-top: 25% !important; }
  .featured-case-study3 .col-xs-12 {
    position: static; }
  .featured-case-study3 .study-text {
    text-align: center; }
    .featured-case-study3 .study-text h2, .featured-case-study3 .study-text p {
      color: white; }
    .featured-case-study3 .study-text p {
      text-transform: uppercase; }
  .featured-case-study3 .study-logo {
    position: absolute;
    top: 14%;
    left: 0; }
    @media screen and (max-width: 991px) {
      .featured-case-study3 .study-logo {
        top: 3%; } }

.featured-product {
  margin: 30px 0;
  padding: 10px; }

.row-call-to-action .featured-product {
  padding: 30px;
  border-top-width: 6px;
  border-top-color: #2da3c0;
  border-top-style: solid;
  background-color: white; }
  @media screen and (min-width: 991px) {
    .row-call-to-action .featured-product {
      border-left: 1px solid #EEE;
      border-right: 1px solid #EEE;
      border-bottom: 1px solid #EEE;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
      padding-bottom: 50px; }
      .row-call-to-action .featured-product a.button {
        position: absolute;
        bottom: 44px; } }
  .row-call-to-action .featured-product.empty-one-thrid, .row-call-to-action .featured-product.empty-one-half {
    border-top: 0;
    background: none; }
    @media screen and (max-width: 991px) {
      .row-call-to-action .featured-product.empty-one-thrid, .row-call-to-action .featured-product.empty-one-half {
        display: none; } }
  .row-call-to-action .featured-product .iconTextLinkBlockTextWrapper {
    color: #686868; }
    .row-call-to-action .featured-product .iconTextLinkBlockTextWrapper ul li {
      color: #686868;
      font-size: 1rem; }
  .row-call-to-action .featured-product h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #686868; }
  .row-call-to-action .featured-product p {
    color: #686868;
    font-size: 1rem; }

.row-icon-left .featured-product {
  margin: 30px 0;
  padding: 10px; }
  .row-icon-left .featured-product img {
    float: left;
    margin-right: 1rem;
    margin-top: -.75rem; }
  .row-icon-left .featured-product .iconTextLinkBlockTextWrapper {
    overflow: hidden; }
  .row-icon-left .featured-product h4 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #686868; }
  .row-icon-left .featured-product p {
    color: #686868;
    font-size: 1rem; }
  .row-icon-left .featured-product a {
    color: #f68d39;
    text-transform: uppercase; }

.row-icon-action .featured-product {
  padding: 15px 30px 30px;
  border-top-width: 6px;
  border-top-color: #f68d39;
  border-top-style: solid;
  background-color: white; }
  @media screen and (min-width: 991px) {
    .row-icon-action .featured-product {
      border-left: 1px solid #EEE;
      border-right: 1px solid #EEE;
      border-bottom: 1px solid #EEE;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
      padding-bottom: 50px; }
      .row-icon-action .featured-product a.button {
        position: absolute;
        bottom: 44px; } }
  .row-icon-action .featured-product img {
    float: left;
    margin: 30px 24px 50px 0; }
  .row-icon-action .featured-product .iconTextLinkBlockTextWrapper {
    color: #686868; }
    .row-icon-action .featured-product .iconTextLinkBlockTextWrapper ul li {
      color: #686868;
      font-size: 1rem; }
  .row-icon-action .featured-product h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #f68d39; }
  .row-icon-action .featured-product p {
    color: #686868;
    font-size: 1.2rem; }

.about-us .row-call-to-action .featured-product {
  border-top-color: #64666b; }
  .about-us .row-call-to-action .featured-product h4 {
    color: #f68d39; }
.about-us .row-call-to-action .text-center .featured-product {
  padding-bottom: 20px; }
  @media screen and (min-width: 991px) {
    .about-us .row-call-to-action .text-center .featured-product a.button {
      position: relative;
      bottom: 0; } }

.row-icon-action-bu .featured-product {
  padding: 15px 30px 30px;
  border-top-width: 6px;
  border-top-color: #f68d39;
  border-top-style: solid;
  background-color: white; }
  @media screen and (min-width: 991px) {
    .row-icon-action-bu .featured-product {
      border-left: 1px solid #EEE;
      border-right: 1px solid #EEE;
      border-bottom: 1px solid #EEE;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
      padding-bottom: 50px; }
      .row-icon-action-bu .featured-product a.button {
        position: absolute;
        bottom: 44px; } }
  .row-icon-action-bu .featured-product img {
    float: left;
    margin: 30px 24px 90px 0; }
  .row-icon-action-bu .featured-product .iconTextLinkBlockTextWrapper {
    color: #686868; }
    .row-icon-action-bu .featured-product .iconTextLinkBlockTextWrapper ul li {
      color: #686868;
      font-size: 1rem; }
  .row-icon-action-bu .featured-product h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #f68d39; }
  .row-icon-action-bu .featured-product p {
    color: #686868;
    font-size: 1.2rem; }

.community-news .featured-product img {
  float: right;
  margin: 0.5rem 0 0.5rem 1.0rem; }

.bios .featured-product {
  padding-top: 0; }
  .bios .featured-product img {
    max-width: 150px;
    max-height: 150px;
    float: left;
    margin: 0 1.5rem 0.5rem 0; }
  .bios .featured-product .iconTextLinkBlockTextWrapper h2 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #f68d39; }
  .bios .featured-product .iconTextLinkBlockTextWrapper .inner-text {
    padding-top: 0; }
    .bios .featured-product .iconTextLinkBlockTextWrapper .inner-text p:first-of-type {
      padding-top: 1.5rem; }

.filtered-panel {
  color: #64666b; }
  .filtered-panel .filtered-panel-title {
    text-transform: uppercase;
    text-align: left; }
  .filtered-panel .form-control {
    font-size: 0.9rem;
    margin-top: 0.5rem; }
  .filtered-panel .more-less {
    margin: 20px 0; }
    .filtered-panel .more-less a {
      text-transform: uppercase;
      text-decoration: none; }
      .filtered-panel .more-less a:hover {
        text-decoration: none; }
  .filtered-panel a.button {
    border-radius: 20px;
    padding: 7px 20px; }
  .filtered-panel .filtered-panel-text {
    position: relative;
    top: -31px; }
  .filtered-panel .search-button {
    position: relative;
    left: 84%;
    top: 11px;
    z-index: 10;
    cursor: pointer; }
  .filtered-panel .filtered-box {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 250px; }
    .filtered-panel .filtered-box .filtered-box-title {
      text-align: center;
      padding-top: 1.5rem; }
    .filtered-panel .filtered-box .filtered-box-image {
      background-color: white;
      padding-top: .75em;
      padding-bottom: .75em; }
      .filtered-panel .filtered-box .filtered-box-image img {
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
    .filtered-panel .filtered-box .filtered-box-description {
      padding: .75em;
      text-align: center; }
    .filtered-panel .filtered-box .filtered-box-cta {
      position: absolute;
      bottom: 0;
      margin: 5%; }
    .filtered-panel .filtered-box.filtered-box-double .filtered-box-cta {
      margin: 2.5%; }
    .filtered-panel .filtered-box.filtered-box-double .filtered-box-first {
      position: relative;
      width: 100%;
      height: 250px;
      float: left; }
    .filtered-panel .filtered-box.filtered-box-double .filtered-box-second {
      position: relative;
      width: 40%;
      height: 150px;
      margin: 0 5%;
      float: right; }
    .filtered-panel .filtered-box.filtered-box-double .filtered-box-title {
      font-size: 1.4em;
      color: #525157;
      font-weight: 600;
      background-color: white;
      padding-bottom: .9em; }

.filtered-box-video .video-thumb {
  width: 100%;
  height: 100%; }
.filtered-box-video .video-play {
  width: 20%;
  position: absolute;
  top: 75%;
  left: 15%;
  transform: translate(-50%, -50%); }
.filtered-box-video.single-box {
  height: 72%; }

.filtered-box-element-wrapper {
  height: 100%;
  width: 100%;
  border: 1px solid #e1e1e1; }
  .filtered-box-element-wrapper.video-bg {
    background: url("../images/resource-video-bg.jpg") top left no-repeat; }
  .filtered-box-element-wrapper .video-play {
    width: 20%;
    position: absolute;
    bottom: 10px;
    left: 25px;
    /*transform: translate(-50%, -50%);*/ }

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .filtered-panel .col-md-4 {
    width: auto;
    margin: 0.5rem 15px; }
  .filtered-panel .col-lg-3 {
    width: 33.3333%; }
  .filtered-panel .col-md-8 {
    width: auto; }
  .filtered-panel .col-lg-6 {
    width: 66.6667%; } }
@media screen and (max-width: 767px) {
  .filtered-panel .col-md-4 {
    margin: 0.5rem 15px; } }
.hvrc {
  /*
  .filtered-panel {
      .ondemand {
           a.button {
              padding: 7px 10px;
  	        font-size: 12px;
          }
      }
  }
  */ }
  @media screen and (min-width: 992px) {
    .hvrc .filtered-panel .filtered-box {
      height: 290px; } }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .hvrc .filtered-panel .filtered-box {
      height: 330px; } }
  .hvrc .filtered-panel .filtered-box .filtered-box-cta1 {
    position: absolute;
    bottom: 54px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .hvrc .filtered-panel .filtered-box .filtered-box-cta1 {
        bottom: 64px;
        margin-left: 2%; } }

.case-studies {
  text-align: center;
  padding: 60px 0; }
  @media screen and (max-width: 991px) {
    .case-studies {
      padding: 20px 0; } }
  .case-studies .col-lg-12 {
    padding-left: 0 !important; }
  .case-studies h4 {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .5px;
    color: #686868;
    margin-left: 1.6%;
    padding-bottom: 25px; }
  .case-studies img {
    display: inline-block;
    margin: 5px; }
  .case-studies:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0; }

.specialties {
  background: #f8f8f8;
  padding: 40px 0;
  border-top: 10px solid white; }
  @media screen and (max-width: 767px) {
    .specialties .container .row .col-lg-2:not(:first-child) .icon {
      top: -11px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .specialties .col-lg-2 {
      width: 33.3%; } }
  .specialties .specialty-card {
    display: block;
    width: 100%;
    height: 210px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    background: white;
    border: 2px solid #e1e1e1;
    padding: 15px;
    transition: all .6s ease;
    margin: 10px auto; }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .specialties .specialty-card {
        height: 110px; } }
    @media screen and (max-width: 767px) {
      .specialties .specialty-card {
        border-color: #f68d39; }
        .specialties .specialty-card.speciality-card-collapsed {
          height: 55px; }
          .specialties .specialty-card.speciality-card-collapsed p {
            display: none; } }
    .specialties .specialty-card:hover {
      border-color: #f68d39; }
      .specialties .specialty-card:hover h4 {
        top: 0;
        transform: translateX(-50%) translateY(15px);
        -webkit-transform: translateX(-50%) translateY(15px);
        font-family: 'Montserrat', sans-serif; }
        @media screen and (max-width: 767px) {
          .specialties .specialty-card:hover h4 {
            top: -12px;
            padding-top: 12px; } }
      .specialties .specialty-card:hover p {
        opacity: 1; }
      .specialties .specialty-card:hover .icon {
        bottom: 0; }
        @media screen and (max-width: 767px) {
          .specialties .specialty-card:hover .icon {
            bottom: inherit; } }
    .specialties .specialty-card h4 {
      position: absolute;
      top: 43%;
      left: 50%;
      transform: translateX(-50%) translateY(-100%);
      -webkit-transform: translateX(-50%) translateY(-100%);
      color: #f68d39;
      text-transform: uppercase;
      font-size: 14px;
      transition: all .3s ease;
      font-family: 'Montserrat', sans-serif;
      width: 90%; }
      @media screen and (max-width: 767px) {
        .specialties .specialty-card h4 {
          transform: translateX(-50%) translateY(15px);
          -webkit-transform: translateX(-50%) translateY(15px);
          width: 85%;
          height: 50px;
          top: -12px;
          padding-top: 12px;
          padding-left: 24px; } }
    .specialties .specialty-card p {
      width: 86%;
      width: calc(100% - 30px);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      font-size: 14px;
      color: #9c9da0;
      margin: 0;
      transition: all .6s ease; }
      @media screen and (max-width: 767px) {
        .specialties .specialty-card p {
          opacity: 1;
          font-size: 16px; } }
    .specialties .specialty-card .icon {
      position: absolute;
      bottom: 43%;
      left: 50%;
      transform: translateX(-50%) translateY(50%);
      -webkit-transform: translateX(-50%) translateY(50%);
      transition: all .3s ease;
      width: 100%; }
      @media screen and (min-width: 767px) and (max-width: 991px) {
        .specialties .specialty-card .icon {
          bottom: 38%; } }
      @media screen and (max-width: 767px) {
        .specialties .specialty-card .icon {
          top: -16px;
          left: 26px;
          bottom: inherit; } }

.filters {
  position: relative;
  background: #e1e1e1;
  text-align: center;
  padding: 30px 50px 50px; }
  .filters .filters-form {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .filters .filters-form {
        display: none;
        padding-top: 25px; } }
  .filters .dropdown {
    display: inline-block;
    float: left;
    margin-right: 15px; }
    @media screen and (max-width: 991px) {
      .filters .dropdown {
        display: block;
        float: none;
        margin-right: 0;
        margin-bottom: 25px; } }
    @media screen and (max-width: 1199px) {
      .filters .dropdown:last-of-type {
        display: none; } }
    .filters .dropdown button {
      border: none;
      background: white;
      font-size: 14px;
      text-transform: uppercase;
      color: #686868;
      padding: 13px 10px; }
    .filters .dropdown .caret {
      content: url("../images/caret.png");
      padding-left: 25px; }
    .filters .dropdown ul {
      min-width: 0;
      width: 100%; }
  .filters a.apply {
    background: white;
    float: right;
    font-size: 14px; }
    @media screen and (max-width: 991px) {
      .filters a.apply {
        float: none; } }
  .filters a.more {
    position: absolute;
    bottom: 15px;
    left: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #686868; }

.features {
  padding: 2.5em 0;
  text-align: center; }
  .features .circle-feature {
    margin-bottom: 2.5em; }
    .features .circle-feature h3 {
      color: #64666b; }
    .features .circle-feature p {
      color: #a6a7aa; }
    .features .circle-feature .circle-icon {
      background-image: url("../images/orange-circle-icon-container.png");
      background-repeat: no-repeat;
      width: 108px;
      height: 108px;
      line-height: 108px;
      vertical-align: middle;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 0.75em; }
  .features .additional-features ul span, .features .additional-features ul a, .features .additional-features ul li {
    color: #64666b; }

/* Styles for the three "different" resource components */
.icon-text-resources {
  /* Specific styles for the icons layout */
  /* Specific styles for the images layout */
  /* Specific styles for the circled icon layout */ }
  .icon-text-resources .resource-icon, .icon-text-resources .resource-image {
    max-width: 100px;
    width: 20%; }
  .icon-text-resources .resource-info {
    max-width: 75%;
    margin-left: 5%; }
    .icon-text-resources .resource-info h5 {
      text-transform: uppercase; }
    .icon-text-resources .resource-info a {
      color: #f68d39;
      text-transform: uppercase; }
    .icon-text-resources .resource-info p {
      text-transform: capitalize; }
  .icon-text-resources .icon-resource-container, .icon-text-resources .image-resource-container, .icon-text-resources .circled-resource-container {
    margin: 3.125em 0; }
  .icon-text-resources .image-resource-container .resource-image img {
    width: 100%;
    height: auto; }
  .icon-text-resources .image-resource-container .resource-info a {
    color: #4cbee9; }
  .icon-text-resources .circled-resource-container .resource-image {
    background-image: url("../images/white-circle-icon-container.png");
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    line-height: 85px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto; }
    .icon-text-resources .circled-resource-container .resource-image img {
      width: 60%;
      height: auto;
      margin: 0 auto; }
  .icon-text-resources .circled-resource-container .resource-info {
    width: 68%; }
    .icon-text-resources .circled-resource-container .resource-info a {
      color: #4cbee9; }

@media screen and (min-width: 481px) {
  .icon-text-resources .circled-resource-container .resource-info {
    width: 72%; } }
/*  
	re do with hack for image full size with absolute positioned content. 
	container would have a padding-top equal to the aspect ratio (height/width * container width)
 */
.grid-block {
  padding: 2.5em 0; }
  .grid-block .tall-grid-block {
    background: url("../images/grid/image-with-blue-waves.png") center center/cover;
    min-height: 34.6875em;
    color: #64666b;
    padding: 1.875em; }
    .grid-block .tall-grid-block h2 {
      text-transform: capitalize; }
    .grid-block .tall-grid-block h4 {
      text-transform: uppercase; }
  .grid-block .half-wgrid-block {
    padding: 1.875em; }
    .grid-block .half-wgrid-block h4 {
      color: #fff; }
    .grid-block .half-wgrid-block p, .grid-block .half-wgrid-block a {
      color: #a6a7aa; }
    .grid-block .half-wgrid-block.products {
      background: url("../images/grid/products-half-grid.png") center center/cover; }
    .grid-block .half-wgrid-block.customers {
      background: url("../images/grid/customer-half-grid.png") center center/cover; }
  .grid-block .full-wgrid-block {
    background: url("../images/grid/grid-full-width-box.png") center center/100% auto;
    background-repeat: no-repeat;
    color: #64666b; }
    .grid-block .full-wgrid-block.image-bgd-block {
      background: url("../images/grid/grid-full-width-image.png") center center/100% auto;
      background-repeat: no-repeat; }
      .grid-block .full-wgrid-block.image-bgd-block .image-bgd-content h2 {
        color: #fff;
        font-size: 1.625em; }
      .grid-block .full-wgrid-block.image-bgd-block .image-bgd-content h3 {
        color: #fff;
        text-transform: uppercase;
        margin-top: 0;
        font-size: 1em; }
      .grid-block .full-wgrid-block.image-bgd-block .image-bgd-content .transparent-btn {
        margin-bottom: 0.5em; }

.transparent-btn {
  background-color: transparent;
  border: 2px solid #a6a7aa;
  border-radius: 50px;
  text-transform: uppercase;
  color: #64666b;
  margin-bottom: 1em; }
  .transparent-btn:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4); }

@media screen and (min-width: 960px) {
  .grid-block .tall-grid-block {
    height: 35.125em;
    padding: 1.875em; }
  .grid-block .half-wgrid-block {
    width: 49%;
    float: left;
    height: 17.1875em; }
    .grid-block .half-wgrid-block h4 {
      margin-top: 2.5em; }
    .grid-block .half-wgrid-block.products {
      margin-right: 2%; }
  .grid-block .full-wgrid-block {
    height: 17.5em;
    margin-top: 0.5em;
    padding: 1.875em; }
    .grid-block .full-wgrid-block h3 {
      margin-top: 2.5em; }
    .grid-block .full-wgrid-block.image-bgd-block {
      min-height: 27.125em; }
      .grid-block .full-wgrid-block.image-bgd-block .image-bgd-content {
        margin-top: 2em; }
      .grid-block .full-wgrid-block.image-bgd-block h2 {
        font-size: 1.75em; }
      .grid-block .full-wgrid-block.image-bgd-block h3 {
        font-size: 1.375em; }
      .grid-block .full-wgrid-block.image-bgd-block .transparent-btn {
        margin-bottom: 1em; }

  .transparent-btn {
    margin-bottom: 0.5em; } }
.call-to-action-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  z-index: 100;
  text-align: center; }
  .call-to-action-block .cta-icons {
    margin: 0.5rem 0; }
    .call-to-action-block .cta-icons:before {
      z-index: -1;
      content: "";
      width: 560px;
      height: 160px;
      border-radius: 175px;
      background: #f68d39 none repeat scroll 0% 0%;
      position: absolute;
      top: 0px;
      left: 0px; }
    .call-to-action-block .cta-icons li {
      display: inline-block;
      margin: 0 0.625em;
      font-size: 2em;
      padding: 0.375em 0.375em; }
      .call-to-action-block .cta-icons li a {
        color: #ffffff;
        font-size: 28px; }
        .call-to-action-block .cta-icons li a.cta-icon {
          float: left; }
        .call-to-action-block .cta-icons li a.cta-icon-text {
          display: none;
          float: right; }
        .call-to-action-block .cta-icons li a.back-to-top span {
          font-size: 0.75em; }

@media screen and (min-width: 961px) {
  .call-to-action-block {
    position: fixed;
    right: -300px;
    top: 15em;
    bottom: auto;
    width: auto; }
    .call-to-action-block .cta-icons li {
      display: block;
      margin: 0; }
      .call-to-action-block .cta-icons li.call-to-action-top {
        display: none; }
    .call-to-action-block .cta-icons:hover .cta-icon-text {
      display: inline-block;
      margin-left: 0.75em;
      font-size: 0.5em;
      -webkit-transition-delay: 2s; } }
@media screen and (max-width: 961px) {
  .call-to-action-block {
    position: fixed;
    left: 0;
    right: inherit;
    bottom: 0;
    top: inherit;
    width: 100%;
    height: 40px;
    background-color: #f68d39; }
    .call-to-action-block .cta-icons {
      margin-top: 0.15rem;
      padding-left: 0; }
      .call-to-action-block .cta-icons li {
        display: block;
        align-content: center;
        margin: 0;
        padding: 0;
        width: 33%;
        position: relative;
        float: left; }
        .call-to-action-block .cta-icons li.call-to-action-top {
          display: none; }
        .call-to-action-block .cta-icons li a.cta-icon {
          float: none;
          margin-left: auto;
          margin-right: auto; }
        .call-to-action-block .cta-icons li a.cta-icon-text {
          float: none;
          display: none; }
    .call-to-action-block.call-to-action-scrolled .cta-icons li {
      width: 25%; }
      .call-to-action-block.call-to-action-scrolled .cta-icons li.call-to-action-top {
        display: block; }
        .call-to-action-block.call-to-action-scrolled .cta-icons li.call-to-action-top .cta-icon-text {
          display: none; } }
.product-features {
  padding: 2.5em 0;
  text-align: center;
  color: #64666b; }
  .product-features .section-title {
    text-align: left; }
  .product-features img {
    margin-bottom: 1em; }
  .product-features h4 {
    text-transform: uppercase; }
  .product-features a {
    color: #f68d39;
    text-transform: uppercase; }

.product-features-bluebg {
  position: relative;
  /*background-color:$blue;*/
  background: url("../images/bg-box-blue.jpg") center center/100% 100% no-repeat;
  color: #ffffff !important;
  padding-top: 2rem;
  margin-left: -2rem;
  margin-right: -2rem; }
  .product-features-bluebg .inner-text {
    color: #686868;
    padding: 15px 30px 15px 30px; }
  .product-features-bluebg .col-xs-12 {
    position: static; }
  .product-features-bluebg .col-lg-9 {
    padding-left: 0 !important; }
  .product-features-bluebg h2 {
    color: #ffffff; }
  .product-features-bluebg p {
    color: #ffffff; }
  .product-features-bluebg li {
    color: #ffffff; }
  .product-features-bluebg .button {
    margin-top: 10px; }

.product-features-greybg {
  position: relative;
  background: url("../images/bg-box-grey.png") center center/100% 100% no-repeat;
  padding-top: 2rem;
  margin-left: -2rem;
  margin-right: -2rem; }
  .product-features-greybg .inner-text {
    padding: 15px 30px 15px 30px; }
  .product-features-greybg .col-xs-12 {
    position: static; }
  .product-features-greybg .col-lg-9 {
    padding-left: 0 !important; }
  .product-features-greybg .button {
    margin-top: 10px; }

.product-features-greybg-no-top-padding {
  position: relative;
  background: url("../images/bg-box-grey.png") center center/100% 100% no-repeat;
  padding-top: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -20px; }
  .product-features-greybg-no-top-padding .inner-text {
    padding: 15px 30px 15px 30px; }
  .product-features-greybg-no-top-padding .col-xs-12 {
    position: static; }
  .product-features-greybg-no-top-padding .col-lg-9 {
    padding-left: 0 !important; }
  .product-features-greybg-no-top-padding .button {
    margin-top: 10px; }

.product-features-greybg-side-margins {
  position: relative;
  background: url("../images/bg-box-grey.png") center center/100% 100% no-repeat;
  padding-top: 2rem; }
  .product-features-greybg-side-margins .inner-text {
    padding: 15px 30px 15px 30px; }
  .product-features-greybg-side-margins .col-xs-12 {
    position: static; }
  .product-features-greybg-side-margins .col-lg-9 {
    padding-left: 0 !important; }
  .product-features-greybg-side-margins .button {
    margin-top: 10px; }

@media only screen and (max-width: 482px) {
  .product-features-greybg-side-margins .inner-text {
    padding: 15px 5px 15px 5px !important; } }
@media screen and (min-width: 991px) {
  .product-features-bluebg > .container {
    padding-right: 0; }

  .product-features-bluebg .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .product-features-bluebg .text-right .image-block {
    position: absolute;
    right: 1.0rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .product-features-bluebg .text-right .image-block .img-responsive {
      display: inline;
      max-width: none;
      width: 100%; } }
@media screen and (max-width: 990px) {
  .product-features-bluebg .text-right .image-block {
    display: none; } }
.product-resources {
  padding-top: 2rem; }

.modal .modal-content {
  padding: 1em; }
  .modal .modal-content .modal-more-btn {
    display: block; }
.modal.form-modal .button-group {
  text-align: center; }

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative; }

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%; }

.jcarousel .jcarousel-ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel .jcarousel-ul-li {
  width: 200px;
  float: left; }

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important; }

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7; }

.jcarousel-control-prev {
  left: -20px; }

.jcarousel-control-next {
  right: -20px; }

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 0 20px 0; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C; }

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7; }

/* -----------------------------------------
    Table Styles
----------------------------------------- */
table {
  border-spacing: 0;
  border: 0;
  width: 100%; }

table.text-center thead tr th {
  text-align: center; }

table thead tr th, table tbody tr td, table tr td {
  border-top: 1px solid #ece8df;
  border-right: 1px solid #ece8df; }

table thead tr th, table tbody tr:first-child td, table tr:first-child td {
  border-top: 0; }

table thead tr th:last-child, table tbody tr td:last-child, table tr td:last-child {
  border-right: 0; }

table thead tr th {
  font-weight: normal; }

table.light-orange {
  margin: 1rem auto 1rem;
  width: auto; }

table.light-orange th {
  color: #FFF;
  background: #f68d1f;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center; }

table.light-orange td {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem; }

table.light-orange td.title {
  padding: 1rem; }

table.light-orange tr {
  color: #686868; }

table.light-orange tr {
  background: #ffffff; }

/* Network Map */
#networkmap, #legend {
  margin-bottom: 15px; }

#networkmap {
  position: relative;
  width: 100%; }

#networkmap img {
  position: absolute;
  left: 5%;
  top: 0%; }

#networkmap, #networkmap img {
  height: 526px; }

@media only screen and (max-width: 640px) {
  #networkmap, #networkmap img {
    height: 263px; } }
#legend hr {
  clear: both;
  margin: 4px 0px; }

#legend div.check,
#legend h3 {
  padding: 1px 0px;
  float: left;
  margin: 0px;
  vertical-align: top;
  line-height: 15px; }

#legend div.check {
  margin-left: 15px; }

#legend {
  -webkit-text-size-adjust: none;
  white-space: nowrap;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  padding: 7px 8px;
  text-align: center; }

#legend .innerbox {
  display: inline-block;
  padding: 1px;
  vertical-align: top; }

#legend input,
#legend label {
  display: inline-block;
  vertical-align: bottom; }

#legend input {
  margin: 1px 7px 1px 0px; }

.graybox {
  clear: both; }

#legend label {
  padding: 0px 0px;
  background-repeat: no-repeat;
  line-height: 15px;
  font-size: .95rem;
  color: #686868;
  margin-bottom: 0 !important; }

#corenodes-label {
  background-position: left 0px; }

#pops-label {
  background-position: left -23px; }

#backbone-label {
  background-position: left -46px; }

#fiber-label {
  background-position: left -69px; }

/*# sourceMappingURL=earthlink.css.map */
