@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
.transition {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.img-transition {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.icon-flipped {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
p {
  margin-bottom: 16px;
}
.text-muted {
  color: #333333;
}
.text-danger {
  color: #b5121b;
}
.text-inline {
  display: inline-block;
  vertical-align: middle;
}
strong {
  font-weight: 600;
}
ul,
ol {
  padding: 0;
  margin: -6px 0 24px 15px;
}
ul.list-unstyled,
ol.list-unstyled {
  margin-left: 0;
  margin-bottom: 12px;
}
ul.list-lg,
ol.list-lg {
  font-size: 1.16667em;
  line-height: 1.5em;
}
ul.list-inline a,
ol.list-inline a {
  display: block;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dd {
  margin-left: 12px;
}
hr {
  margin: 24px 0;
  border: 0;
  border-bottom: 1px solid #E6E6E6;
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
  vertical-align: middle;
  padding: 8px;
}
.glyphicon-triangle-top:before {
  content: "\e253";
  vertical-align: middle;
  padding: 8px;
}
.top-section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1030;
}
.top-section:before {
  background: #b5121b;
  top: 0;
  bottom: 0;
  width: 10px;
  content: '';
  position: absolute;
  right: 0;
  z-index: 1040;
}
.top-section .logo {
  width: 124px;
}
.top-section .logo a {
  display: block;
  padding: 15px 0 5px;
}
.top-section .navbar {
  background: transparent;
  border-radius: 0;
  min-height: 0;
  border: none;
  margin: 0;
}
.top-section .navbar .navbar-header {
  background: rgba(61, 61, 61, 0.3);
  padding: 10px 20px;
  float: none;
}
.top-section .navbar .navbar-header .navbar-toggle {
  border: none;
  margin: 0;
  border-radius: 0;
  z-index: 1060;
  padding-right: 0;
}
.top-section .navbar .navbar-header .navbar-toggle:hover,
.top-section .navbar .navbar-header .navbar-toggle:focus {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}
.top-section .navbar .navbar-header .navbar-toggle .hamburger {
  display: inline-block;
  vertical-align: top;
  margin: 2px 2px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-section .navbar .navbar-header .navbar-toggle .close {
  display: none;
  vertical-align: top;
  float: none;
  font-size: 22px;
  font-weight: normal;
  line-height: 18px;
  color: white;
  text-shadow: none;
  opacity: 1;
  margin-right: 2px;
}
.top-section .navbar .navbar-header .navbar-toggle .icon-bar {
  width: 10px;
  border-radius: 0;
  padding: 0;
  margin: 2px;
  background-color: white;
}
.top-section .navbar .navbar-header .navbar-toggle .text {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 18px;
  line-height: 18px;
}
.top-section .navbar .navbar-header .navbar-toggle .text:hover {
  color: #b5121b;
}
.top-section .navbar #nav {
  border: none;
}
.top-section .navbar #nav a {
  color: white;
  display: block;
}
.top-section .navbar #nav a:hover {
  color: #CCC;
}
.top-section .navbar #nav > ul.nav {
  font-size: 18px;
  margin: 50px 0 10px;
}
.top-section .navbar #nav > ul.nav > li {
  display: block;
}
.top-section .navbar #nav > ul.nav > li.active > .toggle {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 0px !important;
}
.top-section .navbar #nav > ul.nav > li > a {
  padding: 8px 30px 8px 20px;
  font-size: 16px;
}
.top-section .navbar #nav > ul.nav > li:hover > a {
  color: #fff;
  background-color: #b5121b;
}
.top-section .navbar #nav > ul.nav .has-drop-down.active > a {
  background: #b5121b;
}
.top-section .navbar #nav .sub-menu {
  margin: 0;
  padding: 0;
  position: static;
  background: #1e1e1e;
  width: 100%;
}
.top-section .navbar #nav .sub-menu > li {
  position: relative;
  list-style: none;
}
.top-section .navbar #nav .sub-menu > li.active > .toggle {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 0px !important;
}
.top-section .navbar #nav .sub-menu > li a {
  font-size: 16px;
  padding: 6px 30px;
}
.top-section .navbar #nav .sub-menu > li:hover > a,
.top-section .navbar #nav .sub-menu > li .active > a {
  background: #121212;
}
.top-section .navbar #nav .sub-menu > li .toggle {
  padding-top: 2px;
}
.top-section .navbar #nav .sub-menu .sub-menu a {
  padding-left: 40px;
}
.top-section .navbar #nav .sub-menu .has-drop-down.active > a {
  background: black !important;
}
.top-section .navbar #nav .toggle {
  cursor: pointer;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 26px;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-section .header-holder {
  border-top: 1px solid #646464;
  padding: 10px 0;
}
.top-section .header-holder .header-nav ul {
  margin: 0;
}
.top-section .header-holder .header-nav ul li {
  padding: 5px 20px;
  font-size: 16px;
}
.top-section .header-holder .header-frame .header-nav a {
  color: #d5d5d5 !important;
}
.top-section .header-holder .header-frame .header-nav a:hover {
  color: white !important;
}
.top-section .header-holder .search-block {
  padding: 0 20px;
}
.top-section .header-holder .search-block .search-opener {
  display: block;
  vertical-align: top;
  font-size: 16px;
  padding: 10px 0;
  color: #d5d5d5 !important;
}
.top-section .header-holder .search-block .search-form {
  background: #5e5e5e;
  border-radius: 10px;
  padding: 0 0 0 30px;
  position: relative;
  width: 210px;
}
.top-section .header-holder .search-block .search-form .form-control {
  background: none;
  border: 0;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  height: 25px;
  padding: 2px 10px 2px 5px;
  font-style: normal;
}
.top-section .header-holder .search-block .search-form .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
.top-section .header-holder .search-block .search-form .glyphicon-search {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 12px;
  height: 12px;
  font-size: 14px;
  color: white;
}
.nav-active .head-slide {
  width: 250px;
}
@media only screen and (min-width: 768px) {
  .top-section .logo {
    width: 180px;
  }
  .top-section .navbar .navbar-header .navbar-toggle {
    padding-top: 20px;
  }
  .top-section .navbar #nav > ul.nav {
    margin-top: 70px;
  }
  .top-section .navbar #nav > ul.nav > li > a {
    font-weight: 400;
  }
  .nav-active .head-slide {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .head-slide {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background: #3d3d3d;
    bottom: -9999px;
    width: 0;
    padding-bottom: 9999px;
    z-index: 1050;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
    box-shadow: -10px 0 0 rgba(0, 0, 0, 0.1);
    width: 0px;
  }
  .nav-active .hamburger {
    display: none !important;
  }
  .nav-active .close {
    display: inline-block !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .top-section {
    top: 30px;
    background: rgba(0, 0, 0, 0.4);
  }
  .top-section:before {
    display: none;
  }
  .top-section .logo {
    width: 276px;
    margin: 0 auto;
  }
  .top-section .navbar {
    background: #ebebeb;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  .top-section .navbar .navbar-header {
    padding: 0;
  }
  .top-section .navbar #nav {
    width: 100%;
  }
  .top-section .navbar #nav > ul.nav {
    margin: 0 auto;
    max-width: 1200px;
    display: table;
    width: 100%;
    float: none;
  }
  .top-section .navbar #nav > ul.nav:before,
  .top-section .navbar #nav > ul.nav:after {
    display: none;
  }
  .top-section .navbar #nav > ul.nav > li {
    display: table-cell;
    position: relative;
    background: url(../img/divider.png) no-repeat 0 50%;
    float: none;
  }
  .top-section .navbar #nav > ul.nav > li > a {
    color: #2c2c2c;
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
  }
  .top-section .navbar #nav > ul.nav > li:first-child {
    background-image: none;
  }
  .top-section .navbar #nav > ul.nav > li:hover > .sub-menu {
    top: 100% !important;
    left: 0 !important;
  }
  .top-section .navbar #nav > ul.nav > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 334px;
    background-color: #3e3d3d;
    z-index: 9;
    display: none;
    width: 290px !important;
  }
  .top-section .navbar #nav > ul.nav > li .sub-menu > li:hover > .sub-menu {
    left: 100% !important;
    top: 0 !important;
  }
  .top-section .navbar #nav > ul.nav > li .sub-menu > li:hover > a {
    background-color: #b5121b;
  }
  .top-section .navbar #nav > ul.nav > li .sub-menu .has-drop-down > a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .top-section .navbar #nav > ul.nav > li:last-child .sub-menu {
    left: auto !important;
    right: 0 !important;
  }
  .top-section .navbar li.current-page-ancestor a,
  .top-section .navbar li.current-menu-item a {
    color: #fff !important;
    background: #363636;
  }
  .top-section .toggle {
    display: none;
  }
  .top-section .header-holder {
    background: #3d3d3d;
    padding: 5px 10px 5px 0px;
    color: #fff;
    position: absolute;
    top: -145px;
    left: 0;
    right: 0;
    height: 35px;
    border: none;
  }
  .top-section .header-holder .header-nav {
    float: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    width: 40%;
  }
  .top-section .header-holder .header-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
  }
  .top-section .header-holder .header-nav ul li a {
    font-size: 15px;
  }
  .top-section .header-holder .header-frame {
    max-width: 60%;
    float: right;
  }
  .top-section .header-holder .header-frame .header-nav {
    font-weight: 300;
    float: left;
    width: auto;
    margin-right: 20px;
  }
  .top-section .header-holder .search-block {
    width: 180px;
    float: right;
    padding: 0;
    margin-top: 1px;
  }
  .top-section .header-holder .search-block .search-form {
    width: 180px;
  }
  .top-section .header-holder .search-block .search-form .form-control {
    height: 22px;
  }
  .top-section .header-holder .search-block .search-form .glyphicon-search {
    font-size: 12px;
  }
  .top-section .header-holder .search-block .search-opener {
    display: none !important;
  }
  .top-section .header-holder .search-slide.js-slide-hidden {
    position: static !important;
  }
}
@media only screen and (min-width: 1200px) {
  .top-section .navbar #nav > ul.nav > li > a {
    padding: 8px 23px;
  }
}
/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}
/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.gallery dd {
  margin: 0;
}
.gallery-caption {
  display: block;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Content */
.main-content-inner {
  padding-bottom: 1.5em;
}
.entry {
  margin: 0 0 1.5em;
}
.sticky {
  display: block;
}
.bypostauthor {
  display: block;
}
/* Navigation */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:active > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
/* Widget Styling */
.sidebar {
  margin-top: 48px;
  padding-left: 18px;
}
.widget {
  margin-bottom: 0;
}
.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
  padding-left: 15px;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.widget select {
  max-width: 100%;
}
.widget img {
  margin: 0 0 6px 0;
}
.comment .children {
  margin-left: 1.5em;
}
.entry-meta {
  clear: both;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
  background-color: white;
  height: 100%;
  font-weight: 300;
}
a {
  color: #b5121b;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:focus {
  color: #58090d;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-light,
.btn-dark {
  padding: 15px 30px;
  text-shadow: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 24px;
}
.btn-default {
  border-color: #545454;
  color: #545454;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  color: #3b3b3b;
  background-color: #fff;
}
.btn-default.disabled {
  color: #545454;
}
.btn-danger {
  background-color: #b5121b;
  border-color: #b5121b;
  color: white;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  background-color: #870d14;
  border-color: #870d14;
  color: white;
}
.btn-lrg {
  padding: 15px 30px;
  text-shadow: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #545454;
  color: #545454;
  display: inline-block;
  margin: 30px 0px;
}
.error-404 input {
  margin-top: -2px;
  padding: 5px 20px;
}
.error-404 label {
  float: left;
  margin-right: 5px;
}
.search-submit {
  padding: 5px 15px;
  font-size: 14px;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.main-section {
  position: relative;
}
.carousel {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.carousel .carousel-indicators {
  margin: 0 20px 0 0;
  right: 0;
  text-align: right;
  bottom: 15px;
  left: auto;
}
.carousel .carousel-indicators li {
  border-color: white;
}
.carousel .carousel-indicators li.active {
  background-color: white;
}
.carousel .carousel-inner .item {
  max-height: 350px;
}
.carousel .carousel-inner:after {
  content: " ";
  width: 100%;
  height: 30%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(black, transparent);
  background: linear-gradient(black, transparent);
  opacity: 0.3;
}
.carousel .carousel-inner .carousel-caption {
  background: rgba(38, 38, 38, 0.5);
  padding: 10px 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  text-shadow: none;
}
.carousel .carousel-inner .carousel-caption h1.title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
}
.carousel .carousel-inner .carousel-caption h5.sub-title {
  color: #DFDFDF;
  font-size: 14px;
  line-height: 18px;
}
.carousel .carousel-inner .carousel-caption .hero-btn {
  font-size: 16px;
  line-height: 20px;
  padding: 6px 15px;
}
.carousel .carousel-inner .carousel-caption .hero-btn:after {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite.png) no-repeat -65px -1px;
  content: '';
  width: 16px;
  height: 11px;
  margin-left: 10px;
  margin-top: -2px;
}
.page-header {
  margin: 20px 0 40px;
}
.single .attachment-post-thumbnail {
  margin-bottom: 20px;
}
hr.seperator {
  border-bottom: 1px solid #d8d8d8;
}
.content-block {
  margin-bottom: 40px;
}
.side-nav {
  padding: 7px 0 34px;
}
.side-nav .jcf-select-nav-select.jcf-select {
  display: block !important;
  border: 2px solid #dbdbdb;
  height: 60px;
  position: relative;
}
.side-nav .jcf-select-nav-select .jcf-select-text {
  line-height: 56px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 0 35px 0 20px;
}
.side-nav .jcf-select-nav-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 33px;
  bottom: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
.side-nav .jcf-select-nav-select .jcf-select-opener:after {
  background: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  height: 0;
  width: 0;
  right: 20px;
  margin-top: -3px;
  content: '';
  position: absolute;
  top: 50%;
}
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.side-nav ul li a {
  color: #3d3d3d;
  display: block;
  padding: 6px 24px;
}
.side-nav ul li:nth-child(even) a {
  background: #f1f1f1;
}
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list .jcf-list-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list .jcf-list-content ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-list-content ul li:first-child {
  display: none;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #3d3d3d;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #f5f5f5;
  color: #000;
}
.jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #d8d8d8;
}
.read-more {
  position: relative;
  left: 20px;
  bottom: 40px;
  font-size: 16px;
  color: #545454 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.read-more:hover {
  color: #3b3b3b !important;
}
.wf-active #content {
  padding: 300px 20px;
}
.footer-nav-container {
  background: #ebebeb;
  padding: 10px 15px;
}
.footer-nav-container ul {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}
.footer-nav-container ul li {
  margin: 0 5px;
  padding: 0;
  vertical-align: top;
}
.footer-nav-container ul li a {
  color: #3d3d3d;
}
.footer-nav-container ul.footer-secondary-nav li a {
  color: #b5121b;
  padding-right: 15px;
  position: relative;
}
.footer-nav-container ul.footer-secondary-nav li a:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) no-repeat -49px 0;
  width: 10px;
  height: 9px;
  right: 0;
  top: 9px;
}
footer {
  background: #3d3d3d;
  padding: 30px 0;
  color: #fff;
}
footer h4.title {
  color: #9d9d9d;
}
footer ul.list-unstyled {
  margin-bottom: 30px;
}
footer ul.list-unstyled li {
  font-size: 14px;
}
footer ul.list-unstyled li a {
  color: white;
}
footer ul.list-unstyled li a.link {
  color: #aeaeae;
}
footer ul.list-unstyled li a.link:hover {
  color: white;
}
footer ul.social-links li a {
  background: url(../img/sprite.png) no-repeat -1000px 0;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: 5px;
}
footer ul.social-links li a.facebook {
  background-position: 0 -49px;
}
footer ul.social-links li a.twitter {
  background-position: -48px -50px;
}
footer ul.social-links li a.youtube {
  background-position: 0 -99px;
}
footer ul.social-links li a.linkedin {
  background-position: -49px -99px;
}
footer .copyright {
  font-size: 12px;
  line-height: 18px;
}
footer .copyright a {
  color: #aeaeae;
}
.home .highlights {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 40px;
}
.home .highlights a {
  display: block;
}
.home .highlights img {
  margin-bottom: 15px;
  width: 100%;
}
.home .highlights h2.title {
  margin-bottom: 5px;
}
.home .highlights p.desc {
  color: #3d3d3d;
  margin-bottom: 40px;
}
.home .featured {
  margin-bottom: 40px;
}
.home .featured img {
  margin-bottom: 30px;
  width: 100%;
}
.home .more-links ul.social-networks {
  margin-bottom: 40px;
}
.home .more-links ul.social-networks li {
  padding: 5px 0 5px 30px;
  position: relative;
}
.home .more-links ul.social-networks li:first-child {
  border-bottom: 1px solid #d8d8d8;
}
.home .more-links ul.social-networks li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/sprite.png) no-repeat -1000px 0;
  width: 22px;
  height: 22px;
  margin-top: 5px;
}
.home .more-links ul.social-networks li a.twitter:before {
  background-position: -27px -23px;
}
.home .more-links ul.social-networks li a.facebook:before {
  background-position: -1px -23px;
}
.home .more-links .quick-links {
  margin-bottom: 40px;
}
.home .more-links .quick-links a {
  text-align: left;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.home .latest-news {
  margin-bottom: 20px;
}
.home .latest-news a {
  font-weight: 400;
  margin-bottom: 10px;
}
.home .latest-news a.entry {
  display: block;
}
.home .latest-news .date {
  font-size: 16px;
  margin-top: 10px;
}
.landing .hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 450px;
  max-height: 350px;
  position: relative;
  margin-bottom: 15px;
}
.landing .hero .visual-text {
  background: rgba(38, 38, 38, 0.5);
  padding: 10px 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  text-shadow: none;
}
.landing .hero .visual-text h1.title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
}
.landing .hero .visual-text h5.sub-title {
  color: #DFDFDF;
  font-size: 14px;
  line-height: 18px;
}
.landing .story-block {
  margin-bottom: 40px;
}
.landing .story-block article {
  margin-bottom: 30px;
  position: relative;
}
.landing .story-block .img-holder {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.landing .story-block .desc {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  top: 0;
  bottom: 0;
}
.landing .story-block .desc .des-holder {
  display: table;
  height: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.landing .story-block .desc .des-holder .frame {
  display: table-cell;
  vertical-align: middle;
}
.landing .story-block .desc .des-holder h2 {
  margin-bottom: 15px;
  font-size: 26px;
}
.landing .story-block .desc .des-holder p {
  margin-bottom: 20px;
  font-size: 14px;
}
.landing .story-block .desc .des-holder .btn {
  font-size: 18px;
  padding: 5px 10px;
  line-height: 30px;
}
.landing .quote-block {
  text-align: center;
  margin-bottom: 20px;
}
.landing .quote-block blockquote {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  border-left: none;
}
.landing .quote-block blockquote span {
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  display: block;
  margin: 0 0 17px;
}
.landing .quote-block blockquote cite {
  font-size: 14px;
  display: block;
  font-style: normal;
  text-transform: uppercase;
}
.landing .contact-block {
  margin-bottom: 60px;
}
.landing .contact-block .text-block {
  margin-bottom: 50px;
}
.landing .contact-block .title {
  display: block;
  font-weight: 600;
  margin: 0 0 25px;
}
.landing .contact-block ul {
  margin-left: 30px;
}
.landing .contact-block .link-holder {
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 19px;
}
.inner {
  margin-bottom: 40px;
}
.inner:before {
  content: '';
  background: #646464;
  height: 62px;
  display: block;
  margin-bottom: 40px;
}
.inner .post {
  margin-bottom: 40px;
  font-weight: 400;
}
.inner .post .featured-img {
  margin-bottom: 40px;
}
.inner .post h2.page-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
  font-weight: 400;
}
.inner .post .entry {
  line-height: 28px;
  font-size: 16px;
}
.inner .post .entry p {
  word-wrap: break-word;
}
.inner .post .entry hr {
  border-bottom-color: #c0c0c0;
}
.inner .post .entry ul {
  margin-left: 40px;
}
.inner .post .entry ul li {
  padding: 5px 0;
}
.inner .post .entry ul li ul {
  padding: 10px 0;
}
.inner .post .entry img {
  padding: 4px;
  border: 1px solid #ccc;
}
.inner .post .entry .alignleft {
  margin: 2px 10px 5px 0;
  display: inline;
  float: left;
}
.inner .post .entry .alignright {
  margin: 2px 0 5px 10px;
  display: inline;
  float: right;
}
.inner .post-meta {
  color: #9f9f9f;
  font-size: 16px;
}
.inner .post-meta li {
  padding: 0 10px 0 0;
}
.inner .post-meta li a {
  display: inline-block;
}
.inner .post-meta li i {
  margin-right: 2px;
}
.inner .page-nav {
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .carousel .carousel-indicators {
    margin: 0  20px 0 0;
    right: 0;
    left: auto;
    bottom: 30px;
    text-align: right;
    padding-bottom: 0;
  }
  .carousel .carousel-indicators li {
    border-color: white;
  }
  .carousel .carousel-indicators li.active {
    background-color: white;
  }
  .carousel .carousel-inner .item {
    max-height: 450px;
  }
  .carousel .carousel-inner .container {
    padding-bottom: 0;
  }
  .carousel .carousel-inner .carousel-caption {
    padding: 24px 40px 30px;
  }
  .carousel .carousel-inner .carousel-caption h1.title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .carousel .carousel-inner .carousel-caption h5.sub-title {
    font-size: 16px;
    line-height: 20px;
  }
  .carousel .carousel-inner .carousel-caption .hero-btn {
    font-size: 20px;
    line-height: 30px;
    padding: 4px 25px;
  }
  .carousel .carousel-inner .carousel-caption .hero-btn:after {
    background-position: -76px -14px;
    width: 21px;
    height: 13px;
  }
  footer h4.title {
    font-size: 24px;
    line-height: 30px;
  }
  footer ul.list-unstyled li {
    font-size: 18px;
    line-height: 26px;
  }
  footer .copyright {
    font-size: 15px;
    line-height: 20px;
  }
  .landing .hero {
    max-height: 450px;
    margin-bottom: 20px;
  }
  .landing .hero .visual-text {
    padding: 24px 40px 30px;
  }
  .landing .hero .visual-text h1.title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .landing .hero .visual-text h5.sub-title {
    font-size: 16px;
    line-height: 20px;
  }
  .landing .story-block .img-holder {
    height: 400px;
  }
  .landing .story-block .desc .des-holder {
    padding: 0 10%;
  }
  .landing .story-block .desc .des-holder h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .landing .story-block .desc .des-holder p {
    font-size: 18px;
  }
  .landing .story-block .desc .des-holder .btn {
    font-size: 30px;
    padding: 13px 36px;
  }
  .inner:before {
    height: 81px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel {
    margin-bottom: 40px;
  }
  .carousel .carousel-inner .item {
    min-height: 660px;
  }
  .carousel .carousel-inner .carousel-caption h1.title {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 10px;
  }
  .carousel .carousel-inner .carousel-caption h5.sub-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .carousel .carousel-inner .carousel-caption .hero-btn {
    font-size: 30px;
    vertical-align: middle;
    padding: 12px 30px;
  }
  .carousel .carousel-inner .carousel-caption .hero-btn:after {
    background-position: -16px 0px;
    width: 31px;
    height: 20px;
    margin-left: 20px;
  }
  .content-block {
    padding-left: 40px;
  }
  .main-block {
    margin-bottom: 40px;
  }
  .side-nav {
    border-right: 1px solid #d8d8d8;
  }
  .side-nav .jcf-select-nav-select.jcf-select {
    display: none !important;
  }
  .side-nav ul {
    display: block;
  }
  .footer-nav-container ul {
    float: left;
    margin-left: -5px;
  }
  .footer-nav-container ul.footer-secondary-nav {
    float: right;
  }
  footer h4.title {
    margin-bottom: 22px;
  }
  .landing .hero {
    margin-bottom: 40px;
  }
  .landing .hero .visual-text h1.title {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 10px;
  }
  .landing .hero .visual-text h5.sub-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .landing .quote-block {
    margin-bottom: 40px;
  }
  .landing .quote-block blockquote span {
    font-size: 36px;
    line-height: 40px;
  }
  .inner:before {
    content: '';
    background: #646464;
    height: 155px;
    display: block;
    margin-bottom: 80px;
  }
  .inner .post.padded {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .carousel-inner .carousel-caption h1.title {
    font-size: 48px;
  }
  .carousel .carousel-inner .carousel-caption .text-holder {
    display: inline-block;
    vertical-align: middle;
    width: 78.4%;
    text-align: left;
  }
  .carousel .carousel-inner .carousel-caption .btn-holder {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-nav-container ul {
    float: left;
    margin-left: -15px;
  }
  .footer-nav-container ul li {
    margin: 0 15px;
  }
  footer .offset-left {
    width: 78%;
    margin-bottom: 30px;
  }
  footer .offset-right {
    width: 22%;
    margin-bottom: 30px;
  }
}
