p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #fa2d2d;
}
.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 {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.background-primary {
  background-color: #fa2d2d;
  color: #ffffff;
}
.background-primary a {
  color: #ffffff;
}
.background-gray {
  background-color: #333333;
  color: #ffffff;
}
.background-gray a {
  color: #ffffff;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 20px;
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #fa2d2d;
}
.example-colors .color-brand-secondary {
  background: #428bca;
}
.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: #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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  line-height: 1.1;
}
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 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h4,
h5,
h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
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: 23px;
}
dt,
dd {
  line-height: 1.7142857;
}
dt {
  font-weight: bold;
}
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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
.grid-1x1,
.grid-1x2,
.grid-2x1,
.grid-2x2 {
  width: 100%;
  height: auto;
}
.grid-inner {
  padding: 30px;
}
@media (min-width: 992px) {
  .grid-1x1 {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  .grid-2x1 {
    height: 300px;
    overflow: hidden;
  }
  .grid-2x1.article-intro img,
  .grid-2x1.article-content img,
  .grid-2x1.article-image img,
  .grid-2x1.article-image-intro img {
    max-width: none;
    max-height: 100%;
    height: 100%;
  }
  .grid-1x2 {
    width: 300px;
    height: 600px;
    overflow: hidden;
  }
  .grid-2x2 {
    height: 600px;
    overflow: hidden;
  }
  .grid-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .grid-1x2 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-cmd-12 {
    width: 100%;
  }
  .col-cmd-12 .grid-1x2,
  .col-cmd-12 .grid-1x1 {
    width: 100%;
    height: auto;
  }
  .col-cmd-4 {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .grid-1x1,
  .grid-1x2,
  .grid-2x1,
  .grid-2x2 {
    width: 100%;
    height: 250px;
  }
  .grid-1x2,
  .grid-2x2 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .grid-1x1,
  .grid-1x2,
  .grid-2x1,
  .grid-2x2 {
    width: 100%;
    height: auto;
  }
  .grid-1x2,
  .grid-2x2 {
    height: auto;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 23px;
  margin: 0 0 11.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-weight: 600;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.7142857;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: 23px;
  font-style: normal;
  line-height: 1.7142857;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.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: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.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: 20px;
}
.example-row {
  margin-right: -15px;
  margin-left: -15px;
}
.example-row .col-xs-1,
.example-row .col-sm-1,
.example-row .col-md-1,
.example-row .col-lg-1,
.example-row .col-xs-2,
.example-row .col-sm-2,
.example-row .col-md-2,
.example-row .col-lg-2,
.example-row .col-xs-3,
.example-row .col-sm-3,
.example-row .col-md-3,
.example-row .col-lg-3,
.example-row .col-xs-4,
.example-row .col-sm-4,
.example-row .col-md-4,
.example-row .col-lg-4,
.example-row .col-xs-5,
.example-row .col-sm-5,
.example-row .col-md-5,
.example-row .col-lg-5,
.example-row .col-xs-6,
.example-row .col-sm-6,
.example-row .col-md-6,
.example-row .col-lg-6,
.example-row .col-xs-7,
.example-row .col-sm-7,
.example-row .col-md-7,
.example-row .col-lg-7,
.example-row .col-xs-8,
.example-row .col-sm-8,
.example-row .col-md-8,
.example-row .col-lg-8,
.example-row .col-xs-9,
.example-row .col-sm-9,
.example-row .col-md-9,
.example-row .col-lg-9,
.example-row .col-xs-10,
.example-row .col-sm-10,
.example-row .col-md-10,
.example-row .col-lg-10,
.example-row .col-xs-11,
.example-row .col-sm-11,
.example-row .col-md-11,
.example-row .col-lg-11,
.example-row .col-xs-12,
.example-row .col-sm-12,
.example-row .col-md-12,
.example-row .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  margin-bottom: 20px;
}
.col-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.jobs-page.item-page {
  border-right: 1px solid #ddd;
}
.jobs-page .article-aside {
  position: relative;
  top: -10px;
}
.jobs-ft .intro-jobs {
  margin: -30px -31px 0 -30px;
  display: block;
  position: relative;
}
.jobs-ft .intro-jobs p {
  position: absolute;
  bottom: 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .jobs-ft .intro-jobs p {
    font-size: 11px;
  }
}
.jobs-ft .left-art {
  padding-right: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .jobs-ft .left-art {
    padding: 0;
  }
}
.jobs-ft .right-art {
  padding-left: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .jobs-ft .right-art {
    padding: 0;
  }
}
@media screen and (min-width: 991px) {
  .jobs-ft .row + .row .col-md-6 {
    margin-bottom: 0;
  }
}