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: #dc4939;
}
.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: #dc4939;
  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: #dc4939;
}
.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: #ffffff;
  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 {
    content: " ";
    display: table;
  }
  .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;
  }
}
label {
  font-weight: 400;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-right: 13px;
  font-weight: 400;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn {
  font-family: 'Roboto Slab', serif;
  padding-left: 18px;
  padding-right: 18px;
}
.btn:focus {
  outline: 0;
}
.btn-default {
  border-width: 2px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #dc4939;
  border-color: #dc4939;
  color: #ffffff;
}
.btn-icon {
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn-icon i {
  padding-left: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn-icon span {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active {
  padding-left: 15px;
  padding-right: 20px;
}
.btn-icon:hover i,
.btn-icon:focus i,
.btn-icon:active i {
  padding-left: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
  height: 38px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  box-shadow: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.form-actions {
  background: none;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  .form-actions {
    padding-left: 0;
    padding-right: 0;
  }
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #f65d5a;
}
label.invalid {
  color: #f65d5a;
}
input.invalid {
  border: 1px solid #f65d5a;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
  padding: 10px 5px;
}
#jform_publish_up_img:hover,
#jform_publish_down_img:hover,
#jform_publish_up_img:active,
#jform_publish_down_img:active,
#jform_publish_up_img:focus,
#jform_publish_down_img:focus {
  color: #dc4939;
}