h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  color: #0084d4;
}
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: #999999;
}
h1,
.h1,
h2,
.h2 {
  font-family: Raleway;
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 1.2;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small {
  font-size: 65%;
}
h3,
.h3 h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
}
h3 small,
.h3 h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h3 .small,
.h3 h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 90px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
h2,
.h2 {
  font-size: 60px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 27px;
  }
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 24px;
}
.lead {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .lead {
    font-size: 16px;
  }
}
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: #999999;
}
.text-primary {
  color: #0084d4;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0064a1;
}
.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: #0084d4;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0064a1;
}
.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.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  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.6;
  color: #999999;
}
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.6;
}
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: 47px;
}
.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: 30px;
}
.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: 47px;
}
.jumbotron iframe {
  margin-top: 24px;
}
.social-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-list li {
  margin-left: 12px;
}
.social-list li a {
  background: #0084d4;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
}
.social-list li a.facebook {
  background: #3b5999;
}
.social-list li a.twitter {
  background: #55acee;
}
.social-list li a.instagram {
  background: #e4405f;
}
.ext-badge {
  background: #403d75;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  line-height: 90px;
  height: 90px;
  text-align: center;
  width: 90px;
}
.intro-image .ext-badge {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -45px;
  margin-top: -90px;
}
.ext-badge.ext-badge-info {
  background: #37d1b7;
}
.ext-badge.badge-time {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.ext-badge.badge-time > div,
.ext-badge.badge-time > time {
  display: flex;
  flex-direction: column;
}
.ext-badge.badge-time .day {
  font-size: 30px;
  margin-bottom: 8px;
}
.ext-badge.badge-time .month {
  font-size: 15px;
}
.has-badge-extra .published-date {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  top: 15px;
  left: 30px;
  margin: 0;
  padding: 7.5px 15px;
  width: auto;
  height: auto;
}
.has-badge-extra .published-date > time.wrap-time {
  flex-direction: row;
}
.has-badge-extra .published-date > time.wrap-time span {
  font-size: 15px;
  margin-bottom: 0;
}
.has-badge-extra .published-date > time.wrap-time span + span {
  margin-left: 6px;
}
.ext-field-list > div {
  color: #0084d4;
}
.ext-field-list > div.more-info {
  color: #000000;
}
.ext-field-list > div.more-info span {
  display: block;
  margin-bottom: 6px;
}
.ext-field-list > div span:first-child {
  color: #403d75;
}
.ext-field-list > div a {
  color: #0084d4;
  border-bottom: 1px solid #fdf9ef;
}
.ext-field-list > div a:hover,
.ext-field-list > div a:focus,
.ext-field-list > div a:active {
  border-bottom-color: #0084d4;
}
@media (min-width: 480px) {
  .ext-field-flex {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    display: flex;
    margin-top: 30px;
  }
  .ext-field-flex > div {
    flex-grow: 1;
    padding: 24px 12px;
  }
  .ext-field-flex > div + div {
    border-left: 1px solid #eeeeee;
  }
}
.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: #0084d4;
}
.example-colors .color-brand-secondary {
  background: #403d75;
}
.example-colors .color-brand-success {
  background: #37d1b7;
}
.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: #222222;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f7f7f7;
  color: #333333;
}
.example-button + .example-button {
  margin-top: 15px;
}
.example-button .btn {
  margin: 12px 12px 0 0;
}
.example-forms .form-group input {
  width: 100%;
}
.name-title {
  font-size: 40px;
}