h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: inherit;
}
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: #9e9e9e;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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;
}
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: 36px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  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: #2d2d2d;
}
.example-colors .color-brand-secondary {
  background: #62b103;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.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: #2d2d2d;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #9e9e9e;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #fbfbfb;
  color: #333333;
}
.docs-section {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .docs-section {
    margin-bottom: 24px;
  }
}
.docs-section .btn {
  margin-bottom: 12px;
}
h2.sub-title {
  font-size: 23px;
  margin: 24px 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: #9e9e9e;
}
.text-primary {
  color: #2d2d2d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #141414;
}
.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: #2d2d2d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #141414;
}
.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 #eeeeee;
}
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.715;
}
dt {
  font-weight: normal;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #9e9e9e;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.715;
  color: #9e9e9e;
}
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 #eeeeee;
  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.715;
}
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: 46px;
}
.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: 28px;
}
.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: 46px;
}
.jumbotron iframe {
  margin-top: 24px;
}
.label-small {
  color: #FE5953;
  font-size: 11px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social-list {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-list:before,
.social-list:after {
  display: table;
  content: " ";
}
.social-list:after {
  clear: both;
}
.social-list li {
  display: inline-block;
  float: left;
  margin-left: 8px;
}
.social-list li a {
  background: #cccccc;
  border-radius: 1px;
  color: #ffffff;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  height: 24px;
  width: 24px;
}
.social-list li a:hover,
.social-list li a:focus,
.social-list li a:active {
  background: #2d2d2d;
}
.social-list li a.facebook:hover {
  background-color: #4867aa;
}
.social-list li a.twitter:hover {
  background-color: #1da1f2;
}
.social-list li a.instagram:hover {
  background-color: #3897f0;
}
.social-list li a.google-plus:hover {
  background-color: #03a9f4;
}
.address-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -16px;
  margin-left: -16px;
}
.address-list li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .address-list li {
    float: left;
    width: 33.33333333%;
  }
}
.address-list li label {
  color: #9e9e9e;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
}
.address-list li a {
  border-bottom: 1px solid #FE5953;
}
.box-contact {
  border-bottom: 1px solid #0852A4;
  margin-bottom: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .box-contact {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.box-contact .contact-item {
  background: #aaaaaa;
  border-radius: 2px;
  padding: 24px;
  text-align: center;
}
@media (max-width: 1199px) {
  .box-contact .contact-item {
    margin-bottom: 24px;
  }
}
.box-contact .contact-item h6 {
  color: white;
  text-transform: uppercase;
}
.box-contact .contact-item p {
  font-size: 12px;
}
.box-contact .contact-item a {
  border-bottom: 1px solid #FE5953;
  display: inline-block;
  color: white;
  font-size: 12px;
}
.box-contact .contact-item a:hover,
.box-contact .contact-item a:focus,
.box-contact .contact-item a:active {
  color: #FE5953;
}
.site-info h2 {
  color: #ffffff;
  font-size: 36px;
  margin-top: 0;
}
.site-info p {
  font-size: 12px;
  padding-right: 25%;
}
@media (max-width: 767px) {
  .site-info p {
    padding-right: 0;
  }
}
.sp-quote .sp-quote-ct {
  background-color: #fbfbfb;
  padding: 24px;
  margin-bottom: 24px;
}
.sp-quote .sp-quote-ct img {
  border: 3px solid #eeeeee;
}
.sp-quote .sp-quote-ct img[align="right"] {
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .sp-quote {
    position: relative;
    margin: 48px 0;
    min-height: 400px;
  }
  .sp-quote > img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-quote .sp-quote-ct {
    background-color: rgba(255, 255, 255, 0.95);
    float: right;
    position: relative;
    margin: 48px;
    width: 50%;
  }
  .sp-quote .sp-quote-ct img[align="right"] {
    margin: 0 0 24px 24px;
  }
}
.info-timeline {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  color: #555555;
  padding: 64px 32px;
}
@media (max-width: 991px) {
  .info-timeline {
    padding: 32px;
  }
}
.info-timeline .timeline-title {
  text-align: center;
}
@media (max-width: 767px) {
  .info-timeline .timeline-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.info-timeline .timeline-title h1 {
  margin-top: 0;
}
.info-timeline .timeline-title span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.info-timeline .timeline-desc {
  font-weight: 300;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.resource {
  margin-top: 48px;
  margin-bottom: 48px;
}
.resource .box-inner {
  border: 1px solid #dedede;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
  text-align: center;
  transition: all 0.25s;
}
.resource .box-inner i {
  font-size: 48px;
}
.resource .box-inner i.primary {
  color: #2d2d2d;
}
.resource .box-inner i.green {
  color: #669900;
}
.resource .box-inner i.blue {
  color: #0077bb;
}
.resource .box-inner i.orange {
  color: #f87831;
}
.resource .box-inner i.cyan {
  color: #0099cc;
}
.resource .box-inner i.red {
  color: #cc0000;
}
.resource .box-inner i.purple {
  color: #8b08ae;
}
.resource .box-inner h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.resource .box-inner:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #ffffff;
}
.resource .box-inner:hover a {
  color: #ffffff;
}