html {
  height: 100%;
  width: 100%; }

body, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.5; }

body {
  font-size: 17px;
  line-height: 1.75; }

h1, h2, h3 {
  letter-spacing: 1px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

@media (min-width: 1400px) {
  h1 {
    font-size: 48px; } }
@media (min-width: 993px) and (max-width: 1399px) {
  h1 {
    font-size: 42px;
    line-height: 1.25; } }
@media (max-width: 992px) {
  h1 {
    font-size: 30px;
    text-align: center; } }

h2 {
  color: #0083CA;
  font-size: 42px; }

h3 {
  color: #000; }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  color: #000;
  font-size: 26px; }

h5, h6 {
  color: #333; }

h5, .h5 {
  font-size: 22px; }

h6, .h6 {
  font-size: 17px; }

ul {
  padding-left: 20px; }

i {
  padding-left: 5px;
  padding-right: 5px; }

dl {
  padding-bottom: 5px; }

.img-responsive {
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 992px) {
    .img-responsive {
      display: inherit; } }

.container {
  max-width: 1400px; }

.container-s {
  width: 890px;
  margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    .container-s {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.section-block {
  padding-bottom: 70px;
  padding-top: 70px; }
  @media only screen and (max-width: 992px) {
    .section-block {
      padding-bottom: 40px;
      padding-top: 40px; } }

.section-block-s {
  padding-bottom: 35px;
  padding-top: 35px; }
  @media only screen and (max-width: 992px) {
    .section-block-s {
      padding-bottom: 20px;
      padding-top: 20px; } }

.equal-height {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap; }
  @media (max-width: 992px) {
    .equal-height {
      display: inherit; } }

.card-section {
  height: 100%;
  padding: 30px 20px 15px;
  margin-bottom: 15px; }

.card-position {
  align-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px; }

.position {
  width: 100%; }

.padding-top {
  padding-top: 20px; }

.header .navbar {
  margin-bottom: 0px; }
.header .navbar-default {
  background-color: #FFF;
  border: none; }

.header-logo, .contact-inner {
  margin-bottom: 5px;
  margin-top: 5px; }

@media (max-width: 992px) {
  .header-logo {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 15px; } }

.banner-containter {
  background: #004898;
  margin-top: 50px;
  width: 100%; }
  .banner-containter h1 {
    font-weight: normal; }
  .banner-containter h2 {
    font-size: 50px;
    margin-top: 10px;
    text-align: center; }
  @media (max-width: 992px) {
    .banner-containter h1 {
      font-size: 36px; }
    .banner-containter h2 {
      font-size: 20px; } }

.banner-inner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 1400px) {
  .banner-bg {
    background-image: url("../img/header-gs5000u-lg.jpg");
    background-position: top right; } }
@media (max-width: 1399px) {
  .banner-bg {
    background-image: url("../img/header-gs5000u-md.jpg");
    background-position: top center; } }
@media (max-width: 992px) {
  .banner-bg {
    background-image: url("../img/header-gs5000u-sm.jpg");
    background-position: top center; } }

.banner-heading {
  font-weight: normal;
  color: #FFF; }

.banner-item {
  min-height: 450px;
  position: relative;
  color: #FFF; }
  .banner-item img {
    margin-left: auto;
    margin-right: auto; }
  .banner-item p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 20px; }

.banner-text-overlay .heading-highlight {
  color: #06ffff;
  font-weight: bold; }
@media (min-width: 993px) {
  .banner-text-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 992px) {
  .banner-text-overlay {
    position: static;
    margin-top: 60px;
    top: auto;
    transform: translate(); } }

.banner-table {
  display: flex;
  justify-content: center;
  align-items: center; }

.banner-title, .banner-img img {
  vertical-align: middle; }

.footer-container {
  margin-bottom: 15px;
  width: 100%; }
  @media (max-width: 799px) {
    .footer-container {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 50px; } }
  .footer-container > div {
    padding-left: 0;
    padding-right: 0; }

.social-group {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  text-align: right; }
  .social-group ul, .social-group li {
    list-style: none; }
  .social-group li {
    display: inline-block;
    margin-right: 15px; }
  @media (max-width: 799px) {
    .social-group {
      text-align: center; } }
  .social-group img {
    width: 24px;
    height: 24px; }

.copyright {
  font-size: 14px; }
  @media (max-width: 799px) {
    .copyright {
      text-align: center; } }

.footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px; }

.contact-wrapper {
  background-color: #f5f5f5;
  text-align: center; }
  .contact-wrapper p {
    font-size: 20px;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .contact-wrapper p {
        font-style: 16px; } }

.bg-highlight {
  background-image: url("../img/bg-highlight.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.heading {
  padding-bottom: 24px; }

.bg-dark {
  background-color: #1f2123; }
  .bg-dark .heading, .bg-dark h3, .bg-dark h4 {
    color: #EEE; }

.bg-light {
  background-color: #EEE; }

.bg-light-feature {
  background-color: #defdfd; }

.section-main-summary {
  margin: 60px 15px 35px; }
  @media (max-width: 992px) {
    .section-main-summary {
      padding-bottom: 20px;
      padding-top: 20px; } }

.feature-wrapper > div, .application-wrapper > div {
  margin-bottom: 20px; }
.feature-wrapper h5, .application-wrapper h5 {
  color: #000;
  padding-top: 10px; }

.feature-wrapper a {
  text-decoration: underline; }

.application-wrapper {
  color: #FFF; }
  .application-wrapper > div {
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 992px) {
      .application-wrapper > div {
        padding-left: 0;
        padding-right: 0; } }
  .application-wrapper h3 {
    font-size: 26px;
    padding-top: 10px; }

.family-wrapper {
  background-color: #00529C;
  color: #FFF;
  text-align: center; }
  .family-wrapper h3 {
    color: #FFF; }

.family-bg {
  background-image: url("../img/bg-gs-family.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.family-inner {
  display: table; }
  .family-inner .text-vertical {
    display: table-cell;
    height: 300px;
    text-align: left;
    vertical-align: middle; }
    .family-inner .text-vertical p {
      margin-bottom: 20px; }
  @media (max-width: 992px) {
    .family-inner {
      display: inherit; }
      .family-inner .text-vertical {
        display: inherit;
        height: auto;
        margin-bottom: 20px;
        text-align: center; } }

.watch-video {
  display: inline-block;
  position: relative;
  font-size: 14px; }
  .watch-video::before {
    position: absolute;
    content: url(/content/img/icons/icon-play-b1.png);
    height: 16px;
    width: 20px;
    top: 4px;
    left: 5px; }
  .watch-video a {
    padding-left: 30px; }

.btn-group-center {
  display: table;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .btn-group-center li {
    list-style: none;
    display: table-cell; }
  .btn-group-center .btn {
    margin-left: 5px;
    margin-right: 5px; }
    @media (max-width: 992px) {
      .btn-group-center .btn {
        margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .btn-group-center, .btn-group-center li {
      display: block; } }

.btn {
  border: none;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px; }
  .btn a {
    text-decoration: none !important; }

.btn-primary, .btn-hollow-primary, .btn-hollow-light, .btn-grey, .btn-success, .btn-light {
  min-width: 200px; }

.btn-success {
  background: #5CB85C;
  font-size: 18px;
  padding: 10px 16px; }

.btn-primary {
  background: #428bca; }
  .btn-primary a {
    color: #FFF; }

.btn-grey {
  color: #666;
  background: #e4e4e4;
  border: 1px solid #ccc; }

.btn-light {
  color: #004898;
  background: #ddd; }

.btn-hollow-primary a {
  color: #0083CA; }
.btn-hollow-primary a, .btn-hollow-primary, .btn-hollow-primary:link {
  color: #0083CA;
  background-color: transparent;
  border: 1px solid #0083CA;
  text-decoration: none !important; }
.btn-hollow-primary:focus, .btn-hollow-primary.focus, .btn-hollow-primary:hover {
  color: #0083CA;
  background-color: transparent;
  border: 1px solid #0072b1; }
.btn-hollow-primary:active, .btn-hollow-primary.active {
  color: #0083CA;
  background-color: rgba(38, 38, 38, 0);
  border: 1px solid #0072b1; }
.btn-hollow-primary:disabled:hover, .btn-hollow-primary:disabled:focus, .btn-hollow-primary:disabled.focus, .btn-hollow-primary[disabled]:hover, .btn-hollow-primary[disabled]:focus, .btn-hollow-primary[disabled].focus, fieldset[disabled] .btn-hollow-primary:hover, fieldset[disabled] .btn-hollow-primary:focus, fieldset[disabled] .btn-hollow-primary.focus {
  color: #0083CA;
  background-color: transparent;
  border-color: #0083CA; }

.btn-hollow-light {
  color: #FFF; }
  .btn-hollow-light a {
    color: #FFF; }
  .btn-hollow-light a, .btn-hollow-light, .btn-hollow-light:link {
    color: #ddd;
    background-color: transparent;
    border: 1px solid #ddd;
    text-decoration: none !important; }
  .btn-hollow-light:focus, .btn-hollow-light.focus, .btn-hollow-light:hover {
    color: #ddd;
    background-color: transparent;
    border: 1px solid #d0d0d0; }
  .btn-hollow-light:active, .btn-hollow-light.active {
    color: #ddd;
    background-color: rgba(38, 38, 38, 0);
    border: 1px solid #d0d0d0; }
  .btn-hollow-light:disabled:hover, .btn-hollow-light:disabled:focus, .btn-hollow-light:disabled.focus, .btn-hollow-light[disabled]:hover, .btn-hollow-light[disabled]:focus, .btn-hollow-light[disabled].focus, fieldset[disabled] .btn-hollow-light:hover, fieldset[disabled] .btn-hollow-light:focus, fieldset[disabled] .btn-hollow-light.focus {
    color: #ddd;
    background-color: transparent;
    border-color: #ddd; }
