p {
  margin: 0 0 36px;
}
.lead {
  font-size: 21.6px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 31.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #fa8569;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  font-weight: bold;
  padding: 1px 4px;
}
.txt-md-bold {
  font-family: Oswald;
  font-size: 24px;
  text-transform: capitalize;
  line-height: normal;
}
.txt-md-normal {
  font-size: 24px;
  text-transform: capitalize;
  line-height: normal;
}
.txt-sm-normal {
  line-height: normal;
}
.txt-sm-bold {
  font-family: Oswald;
  letter-spacing: 1.5px;
  font-size: 11px;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #ffffff;
}
.black {
  color: #222222;
}
b,
strong {
  font-family: "poppinsmedium", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
  font-family: Oswald;
  font-weight: normal;
  line-height: 1.4;
}
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,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 12px 0;
}
h1,
.h1 {
  font-size: 51px;
}
h2,
.h2 {
  font-size: 41px;
}
h3,
.h3 {
  font-size: 27px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 16px;
}
h1 small,
.h1 small {
  font-size: 31px;
}
h2 small,
.h2 small {
  font-size: 23px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 18px;
}
.xxl {
  font-size: 82px;
}
.xl {
  font-size: 64px;
}
.l {
  font-size: 46px;
}
.m {
  font-size: 36px;
}
.s {
  font-size: 14px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 18px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 36px;
}
dt,
dd {
  line-height: 2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1151px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 18px 36px;
  margin: 0 0 36px;
  border-left: 5px solid #bbbbbb;
}
blockquote p {
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 2;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #bbbbbb;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 36px;
  font-style: normal;
  line-height: 2;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.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: 50px;
}
.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: 36px;
}
.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: 50px;
}
.jumbotron iframe {
  margin-top: 24px;
}
.vertical-padding {
  padding-top: 40px;
}
@media (max-width: 920px) {
  .vertical-padding {
    padding-top: 0;
  }
}
.col-typo {
  margin-top: 12px;
}
.col-typo img {
  padding-right: 12px;
}
.col-typo h4 {
  color: #fa8569;
  font-size: 18px;
}
.bs-example {
  position: relative;
  margin-top: -6px;
  padding: 60px 24px 24px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.bs-example table {
  margin-bottom: 0;
}
.bs-example.bs-example-type td {
  padding: 15px 0 !important;
}
.bs-example h1,
.bs-example h2,
.bs-example h3,
.bs-example h4,
.bs-example h5,
.bs-example h6 {
  margin: 0;
}
.bs-example:after {
  content: "Example";
  top: 20px;
  left: 24px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  color: #999999;
}
.bs-example + .highlight {
  margin: 0 0 36px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.bs-example + .highlight pre {
  border: none;
  margin: 10px 0 0 0;
  background-color: transparent;
}