h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HKGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2a3642;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #9fa7ac;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 64px;
  line-height: 1.125;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 42.66666667px;
  }
}
h2,
.h2 {
  font-size: 36px;
  line-height: 1.333;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 24px;
}
.article-detail p {
  font-size: 18px;
  margin-bottom: 30px;
}
.lead {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
    line-height: 1.6667;
  }
}
.list-check {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-check li {
  color: #2a3642;
  margin: 12px 0;
  font-weight: 500;
  list-style: none !important;
}
.list-check li:before {
  color: #4bd173;
  content: "\f3ff";
  font-family: "Ionicons";
  font-size: 30px;
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 1;
  margin-right: 8px;
}
.social-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-list li {
  margin-right: 6px;
}
.social-list li a span {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  height: 24px;
  width: 24px;
}
.social-list li a span:hover,
.social-list li a span:focus,
.social-list li a span:active {
  background: rgba(0, 0, 0, 0.4);
}
.cta .btn.btn-block {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  padding: 72px 36px;
  font-size: 28px;
  font-weight: 500;
  white-space: normal;
}
@media (max-width: 767px) {
  .cta .btn.btn-block {
    font-size: 16px;
    padding: 18px 36px;
  }
}
.cta .btn.btn-block .icon {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cta .btn.btn-block .icon {
    display: none;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  
  height: 0;
  margin-bottom: 24px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #2a3642;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #179fda;
}
.example-colors .color-brand-secondary {
  background: #428bca;
}
.example-colors .color-brand-success {
  background: #4bd173;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #0e0e0e;
  color: #ffffff;
}
.example-colors .color-gray-dark {
  background: #2a3642;
  color: #ffffff;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #9fa7ac;
  color: #2a3642;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #2a3642;
}
.example-colors .color-gray-lightest {
  background: #f1f5f7;
  color: #2a3642;
}
.example-button + .example-button {
  margin-top: 18px;
}
.example-button .btn {
  margin: 12px 12px 0 0;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #9fa7ac;
}
.text-primary {
  color: #179fda;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #127dac;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #179fda;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #127dac;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #d8e1e4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 991px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #9fa7ac;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.article-detail .demo-image {
  text-align: center;
}
.article-detail .demo-image img {
  display: inline-block;
  width: 600px;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #555555;
}
blockquote p {
  color: #2a3642;
  font-size: 20px;
  line-height: 1.4;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #9fa7ac;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #555555;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 72px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 48px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 72px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 72px;
}
.features-list .feature-row h3 {
  font-size: 32px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 48px;
}
.jumbotron iframe {
  margin-top: 24px;
}
.about-us-detail .about-us {
  margin-top: -180px;
}
@media (max-width: 991px) {
  .about-us-detail .about-us {
    margin-top: 0;
  }
}
.about-us .info {
  padding: 108px 108px 0;
}
@media (max-width: 991px) {
  .about-us .info {
    padding: 36px 0;
  }
}
.about-us .info h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .about-us .info h2 {
    font-size: 28px;
  }
}
.about-us .info .row + .row {
  margin-top: 108px;
}
@media (max-width: 767px) {
  .about-us .info .row + .row {
    margin-top: 48px;
  }
}
.about-us .info.our-team {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .about-us .info.our-team {
    text-align: center;
    padding: 0;
  }
}
.about-us .info.our-team .intro {
  text-align: center;
  margin-bottom: 72px;
}
.about-us .info.our-team .intro p {
  max-width: 100%;
  margin: auto;
  width: 700px;
}
.about-us .info.our-team .item + .item {
  margin-top: 54px;
}
@media (max-width: 991px) {
  .about-us .info.our-team .item + .item {
    margin-bottom: 54px;
  }
}
.about-us .info.our-team .item h4 {
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-us .info.our-team .item img {
    display: inline-block;
  }
}
.about-us .features h2 {
  margin-top: 24px;
  margin-bottom: 36px;
}
.about-us .features p {
  font-size: 17px;
  padding-right: 72px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .about-us .features p {
    padding-right: 18px;
  }
}
.about-us .features .intro-left {
  padding-right: 72px;
}
@media (max-width: 991px) {
  .about-us .features .intro-left {
    padding-right: 18px;
  }
}
.about-us .statics {
  padding: 108px 0 0;
}
@media (max-width: 991px) {
  .about-us .statics {
    padding-top: 0;
  }
}
.about-us .statics h2 {
  color: #179fda;
  margin-top: 0;
  font-size: 42px;
}
.about-us .statics p {
  padding-right: 36px;
}
.example-misc .list-group .list-group-item {
  background: transparent;
  border: 1px solid #d8e1e4;
}
.example-misc .list-group .list-group-item.active {
  background: #179fda;
}
.well {
  background: #f1f5f7;
  border: none;
  box-shadow: none;
}
.panel {
  background: transparent;
}
.panel.panel-default .panel-heading {
  color: #69747f;
}
.nav-badges li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.example-inputs input.form-control:focus,
.example-inputs input.form-control:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}