
/* Bootstrap
-------------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    // width: 750px;
  }

  section.pages .content .page .inner-content {
    padding: 0px;
  }

  section.video_banner h1 .banner-line_1 {
  font-size: 60px;
  }
  
  section.video_banner h1 .banner-line_2 {
    font-size: 48px;
    margin-top: 10px;
  }

}
@media (min-width: 992px) {
  .container {
    width: 100%;
    // width: 970px;
  }

  section.pages .content .page .inner-content {
    padding: 0px;
  }
  
  section.video_banner h1 .banner-line_1 {
    font-size: 90px;
  }
  section.video_banner h1 .banner-line_2 {
    font-size: 71px;
    margin-top: 10px;
  }

}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  section.pages .content .page .inner-content {
    padding: 60px;
  }


  .download ul li p{
    font-size: 16px;
  } 

  section.pages .content .page .inner-content h2.page-title .page_1-title-line_2 {
    font-size: 77px;
    margin-top: 15px;
  }
  section.pages .content .page .inner-content h2.page-title .page_2-title-line_2 {
    font-size: 74px;
    margin-top: 20px;
  }
  section.pages .content .page .inner-content h2.page-title .page_3-title-line_2 {
    font-size: 60px;
    margin-top: 20px;
  }

}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Main
-------------------------------------------------------------- */
/* Video Banner
-------------------------------------------------------------- */
.center {
  text-align: center;
}

section .container .row {
  padding-left: 0;
  padding-right: 0;
}

section.video_banner {
  overflow: hidden;
  position: relative;
  background: #000000 url('../assets/hero_dark.png') top center;
  background-repeat: no-repeat;  
  background-size: cover;  
}
section.video_banner video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -655px;
}

.video_banner .cta {
    background: #2c95dd;
    color: #fff;
    padding: 15px 25px;
    margin: 2% 1% 4% 0;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 120%;
    text-align: center;
}

section.video_banner h1 {
  text-align: center;
  font-family: FFMetaWebProNormal, Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  margin-top: 15%;
  z-index: 1;
  position: relative;
}
section.video_banner h1 span {
  display: block;
}
section.full_width {
  background: #fff;
  padding: 0 0 15px;
}
section.full_width .introduction-content {
  text-align: center;
  padding:20px 0;
}
section.full_width .row{
  margin-bottom:0;  
}
section.full_width .introduction-content h2 {
  color: #2c95dd;
  font-weight: bold;
  margin-top: 0;
  font-size: 29px;
  margin-bottom: 11px;
}

section.full_width .introduction-content h4 {
  color: #666;  
  margin-top: 0;
  font-size: 18px;
line-height: 1.5;
}

section p {
  margin: 0px 0px 11px;
}

section .small {
  font-size: 75%;
}

.open .page-1-desc {
  height: 160px !important;
}
section.pages {
  padding: 15px 0 0;
  background-color:#f7f7f7;
  overflow: hidden;
}
section.pages .row{
  margin-bottom: 0;
}
section.pages .navigation .page-column {
  position: relative;
  margin-bottom: 20px;
}
section.pages .navigation .page-column a.page-box {
  position: relative;
  display: table;
  height: 205px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  top: 0;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
section.pages .navigation .page-column a.page-box.open {
  // border: 5px solid #ffffff;
  // top: 20px;
  background-color:#2c95dd;
}
section.pages .navigation .page-column a.page-box.open{
  opacity: 1;
  background-color: #2c95dd;
}
section.pages .navigation .page-column a.page-box.open img,
section.pages .navigation .page-column a.page-box.open:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
section.pages .navigation .page-column a.page-box.open .inner-box h2,
section.pages .navigation .page-column a.page-box.open .inner-box p {
  opacity: 1;
  filter: alpha(opacity=100);  
}
section.pages .navigation .page-column a.page-box .inner-box {
  display: table-cell;
  vertical-align: middle;
  background-color:#000;
}
section.pages .navigation .page-column a.page-box.open .inner-box {
  display: table-cell;
  vertical-align: middle;
  background-color:#2c95dd;
}
section.pages .navigation .page-column a.page-box .inner-box p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
}
section.pages .navigation .page-column a.page-box .inner-box h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: FFMetaWebProNormal, Arial, Helvetica, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  text-align: center;
}
section.pages .navigation .page-column a.page-box .inner-box h2 span {
  margin-top: 10px;
  display: block;
}
section.pages .navigation .page-column a.page-box .inner-box h2 .page_1-title-line_2 {
  font-size: 37px;
}
section.pages .navigation .page-column a.page-box .inner-box h2 .page_2-title-line_2 {
  font-size: 34px;
}
section.pages .navigation .page-column a.page-box .inner-box h2 .page_3-title-line_2 {
  font-size: 28px;
}
section.pages .navigation .page-column a.page-box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
section.pages .navigation .page-column a.page-box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background-color:#2c95dd;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

section.pages .navigation a:hover,
section.pages .navigation a:hover span {
	text-decoration: none;
}

section.pages .content {
  position: relative;
  top: -5px;
}
section.pages .content .page {
  background: #f7f7f7;
  position: relative;
  z-index: 1;
  display: none;
}

section.pages .content .page .inner-content * {
  color: #666;
  backgroud: #f7f7f7;
}
section.pages .content .page .inner-content h2.page-title {
  font-family: FFMetaWebProNormal, Arial, Helvetica, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  color: #2c95dd;
  font-size: 60px;
}
section.pages .content .page .inner-content h2.page-title span {
  display: block;
  color: #2c95dd;
}
section.pages .content .page .inner-content h2.page-title :first-child {
  margin-top: 0;
}

section.pages .content .page .inner-content h3 {
  color: #2c95dd;
  font-weight: bold;
  font-size: 24px;
}
section.pages .content .page .inner-content .tabs nav ul {
  padding: 0;
  margin: 0;
  zoom: 1;
}
section.pages .content .page .inner-content .tabs nav ul li {
  padding: 0;
  margin: 0;
}
section.pages .content .page .inner-content .tabs nav ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: '.';
}
section.pages .content .page .inner-content .tabs nav ul:before,
section.pages .content .page .inner-content .tabs nav ul:after {
  content: " ";
  display: table;
}
section.pages .content .page .inner-content .tabs nav ul:after {
  clear: both;
}
section.pages .content .page .inner-content .tabs nav ul li {
  display: inline-block;
  width: 33.3333%;
  float: left;
  text-align: center;
}
section.pages .content .page .inner-content .tabs nav ul li:first-child {
  border-left: none;
}
section.pages .content .page .inner-content .tabs nav ul li a {
  text-decoration: none;
  display: block;
  padding: 20px 0;  
  color: #2c95dd;
}
section.pages .content .page .inner-content .tabs nav ul li a.active {
  background: #fff;
  color: #2c95dd;
}
section.pages .content .page .inner-content .tabs .holder > :first-child {
  display: block;
}
section.pages .content .page .inner-content .tabs .holder > * {
  display: none;
  background: #fff;
  min-height: 390px;
  padding: 30px;
  text-align: left
}
section.pages .content .page .inner-content .tabs .holder .page_2-tab_2-content {
  position: relative;
}
section.pages .content .page .inner-content .tabs .holder .page_2-tab_2-content .pull-right.small {
  position: absolute;
  bottom: 0;
  right: 25px;
}
section.pages .content .page .inner-content .icons {
  background: #333333;
  margin: 30px auto 0;
  padding: 30px;
  text-align: center;
}
section.pages .content .page .inner-content .icons * {
  color: #ffffff;
}
section.pages .content .page .inner-content .icons .title {
  margin: 30px auto;
}
section.pages .content .page .inner-content .icons .link p {
  margin-bottom: 0;
}
section.pages .content .page .inner-content .featured-products {
  margin: 30px -15px 0;
}
section.pages .content .page .inner-content .featured-products .single-product {
  border: 1px solid #333333;
  height: 335px;
  overflow: hidden;
}
section.pages .content .page .inner-content .featured-products .single-product .sticker {
  position: relative;
  background: #2c95dd;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: none;
  margin-bottom: -18px;
}
section.pages .content .page .inner-content .featured-products .single-product .sticker * {
  color: #ffffff;
}
section.pages .content .page .inner-content .featured-products .single-product .sticker.content-added {
  display: block;
}
section.pages .content .page .inner-content .featured-products .single-product .image img {
  width: 100%;
  height: auto;
  display: block;
}
section.pages .content .page .inner-content .featured-products .single-product .description {
  background: #333333;
  position: absolute;
  bottom: 1px;
  left: 16px;
  right: 16px;
  height: 115px;
  padding: 15px 40px;
}
section.pages .content .page .inner-content .featured-products .single-product .description,
section.pages .content .page .inner-content .featured-products .single-product .description * {
  color: #ffffff;
  font-size: 17px;
}
section.pages .content .page .inner-content .featured-products .single-product .description p {
  margin: 0;
}
section.pages .content .page .inner-content .extra-information {
  background: #2c95dd;
  margin-top: 30px;
}
section.pages .content .page .inner-content .extra-information .extra-text {
  padding: 40px 10px 30px;
  text-align: center;
  color: #ffffff;
}
section.pages .content .page .inner-content .extra-information .extra-text > :first-child {
  margin-top: 0;
}
section.pages .content .page .inner-content .extra-information .extra-text > :last-child {
  margin-bottom: 0;
}
section.pages .content .page .inner-content .extra-information .extra-text strong {
  font-size: 23px;
  color: #ffffff;
}
section.pages .content .page .inner-content .extra-information .extra-text * {
  color: #ffffff;
}
section.pages .content .page .inner-content .extra-information .data-domain {
  text-align: center;
}
section.pages .content .page .inner-content .extra-information .data-domain img {
  width: 100%;
  height: auto;
  display: block;
}
section.pages .content .page .inner-content .extra-information .data-domain .button {
  background: #ffffff;
  color: #2c95dd;
  position: relative;
  top: -20px;
}
section.pages .content .page .inner-content .get-in-touch {
  padding: 7px 0;
  background: #2c95dd;
  text-align: center;
  margin-top: 30px;
}
section.pages .content .page .inner-content .get-in-touch h4 {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  margin: 0;
  border-radius: 10px;
  font-weight: bold;
}
section.pages .content .page .inner-content .get-in-touch h4 * {
  color: #ffffff;
}
section.pages .content .page .inner-content .contact-options {
  padding: 30px 0;
  background: #333333;
}
section.pages .content .page .inner-content .contact-options * {
  color: #ffffff;
}
section.pages .content .page .inner-content .contact-options .col-xs-6 {
  text-align: center;
}
section.pages .content .page .inner-content .contact-options .col-xs-6 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 23px;
  text-transform: uppercase;
}
section.pages .content .page .inner-content .contact-options .col-xs-6 .fa {
  width: 25px;
}
section.pages .content .page .inner-content .contact-options .col-xs-6 .round {
  text-align: center;
  display: inline-block;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 20px;
}
.go-fast-tab li {
  width: 50% !important;
}
.large-box {
  height: 380px !important;
}
.modal-js {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding: 15px;
}
.modal-js .inner-html {
  background: #fff;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-js .inner-html .header {
  position: relative;
  background: #f6f6f6;
  cursor: move;
  min-height: 46px;
}
.modal-js .inner-html .header h3 {
  margin: 0;
  display: inline-block;
  color: #000;
}
.modal-js .inner-html .header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-js .inner-html .header .close > * {
  cursor: pointer;
  color: #cfcfcf;
}
.modal-js .inner-html .header .close > *:hover {
  color: #b6b6b6;
}
.modal-js .inner-html .header,
.modal-js .inner-html .body,
.modal-js .inner-html .footer {
  padding: 10px;
}
.modal-js .inner-html .body {
  overflow: auto;
}
.modal-js .inner-html .body * {
  color: #000;
}
.modal-js .inner-html.content-image {
  max-width: 1000px;
  background: #000;
}
.modal-js .inner-html.content-image .body,
.modal-js .inner-html.content-image .footer {
  padding: 0;
}
.modal-js .inner-html.content-image .body img {
  max-width: 100%;
  height: auto;
  display: block;
}
.modal-js .inner-html.content-video {
  background: #000;
}
.modal-js .inner-html.content-video .body,
.modal-js .inner-html.content-video .footer {
  padding: 0;
}
.modal-js .inner-html.content-video .body video {
  width: 100%;
  height: auto;
}
.modal-js.no-ui .inner-html .header {
  cursor: auto;
}
/*Download Section*/
section .download {
  background:#ffffff;
  color:#000;  
  padding:35px 0;
}

.download h2{
  color: #2c95dd;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 29px;
  text-align: center;
}

.download h3{
  color: #2c95dd;
  font-weight: bold;
  text-align: left;
  margin:0;
  font-size: 20px;
}

.download p{
  color: #666;  
  text-align: left;
  text-align: left;
}

.download li{
  height:85px;
  display: inline-block;
  margin-top:30px;
}


.download .rnumber{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 20px;
    background: #2c95dd;
    color: #FFF;
    text-align: center;
    float: left;
    margin-right: 20px;
	margin-bottom: 30px;
}

.download .row{
  margin-bottom: 0 !important;
}

.download form input[type=text],
.download form input[type=email] {
    padding: 5px;
    margin-bottom: 10px;
    background: #e9e9e9;
    color: #000;
}

.download .cta {
    background: #2c95dd;
    color: #fff;
    padding: 15px 25px;
    margin: 2% 1% 4% 0;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 120%;
    text-align: center;
}

.image-text .default-view {
  text-align: left;
}

  .image-text .default-view img {
    margin-bottom: 8px; }

#headerRight ul,ol {
  padding-left: 16px;
  padding-top: 0px;
}
#headerRight ul li,
ol li {
  line-height: 22px;
  font-size: 16px;
  margin-top: 0px;
}

.arrow-e {
  display:none !important;
}

.hero-view .brightcoveVideo img{
  text-align: center;
}

@media screen and (min-width: 80em) {
  .inline-inbound-bar ul {
    max-width: 100% !important; 
    width: 100% !important; 
  }
}

.inline-inbound-bar{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;    
}

.inline-inbound-bar h5{
  color: #2c95dd !important;  
}

.inline-inbound-bar p{
  font-size:16px;
}

/*.raw-html{
  background-color:#3d3d3d;
}

*/
.brightcove-v2-view .play-icon {
	display: none;
}

.brightcove-v2-view .share {
  font-size:16px;
}

.brightcove-v2-view div.overlay-trigger:before{
  display:none;
}

.brightcove-v2-view img {
	width: auto;
	max-width: 100%;
	height: auto;
	float: none;
}

.brightcove-v2-view .rte{
  width: auto;
  float: none;
}

/*.brightcove-v2-view .label, .brightcove-v2-view .heading, .brightcove-v2-view .subheading, .brightcove-v2-view .rte, .brightcove-v2-view .share {
	width: 100%;
	float: none;
}*/

.image-text .default-view img {
	width: auto;
  max-width: 100%;
  height: auto;
  float: none;
  margin-top: 40px;
}

.image-text .default-view .rte p {
  line-height: 1.2;
}

.image-text .default-view h2 {
  font-size: 29px;
}


/*APRIMO */

#aprimoform label {
    width: 25%;
    font-weight: 100;
    float: left;
    display: inline-block;
    color: #666;
}

#aprimoform input[type=text],
#aprimoform input[type=email],
#aprimoform select {
    width: 75%;
    color: #323232;
    border: none;
}

#aprimoform input[type=checkbox] {
    margin: 8px 10px 0 0;
    float: left;
    display: inline-block;
    color: #323232
}

#aprimoform .cta {
    border: none
}

@media screen and (min-width: 40em) {
	.inline-inbound-bar li{
	  width: 50%;
	}
}
