/* TOC 

1. Variables
2. Global
3. Modules
4. Blocks

*/
/*------------------------------------*
   1. Variables
*------------------------------------*/
/*-------------*
   colors
*-------------*/
/*-------------*
   misc
*-------------*/
.center-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.animate-all {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*------------------------------------*
   2. Global
*------------------------------------*/
body {
  background-color: #c5c5c5;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
a {
  color: #0079c2;
}
@media (min-width: 768px) {
  .table-wrap {
    width: 100%;
    display: table;
  }
  .table-wrap .column {
    display: table-cell;
    float: none;
  }
}
.tab-nav {
  padding: 10px 0;
}
.tab-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-nav ul li {
  display: inline-block;
  text-transform: uppercase;
}
.tab-nav ul li a {
  display: block;
  padding: 10px;
  color: #3e3e3e;
  background: #f8f8f8;
}
.tab-nav ul li.active a {
  color: #f8f8f8;
  background: #3e3e3e;
}
/*---*
Flex Grid
*----*/
@media (min-width: 768px) {
  .flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex-grid .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .flex-grid .column .block-item {
    flex: 1;
    -ms-flex: 1 1 auto;
  }
}
/*---*
Type
*----*/
ul.meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*-------------*
   bootstrap over-rides
*-------------*/
.navbar-toggle {
  background-color: #337ab7;
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #d44b35;
}
.nav-tabs > li a,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus {
  color: #fff;
  background: #29aeff;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #fff;
  background: #0079c2;
}
.breadcrumbs-block a {
  color: #0079c2;
}
.breadcrumbs-block ul li:not(:last-child):after {
  content: "\f054";
  font: normal normal normal 11px/1 FontAwesome;
  color: #656565;
  text-align: center;
  width: 10px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}
/*-------------*
   CC Legacy
*-------------*/
.generic-interior .main span.imgleft,
.generic-interior .main span.imgright,
.generic-interior .main span.imgcenter {
  display: block;
  font: 12px/1.57143 Georgia, Palatino, 'Times New Roman', serif;
  font-style: italic;
  text-align: center;
  width: auto !important;
  height: auto !important;
}
.generic-interior .main span.imgleft img,
.generic-interior .main span.imgright img,
.generic-interior .main span.imgcenter img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.generic-interior .main span.imgleft {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
  top: 5px;
}
.generic-interior .main span.imgright {
  float: right;
  margin: 0 0 20px 20px;
  position: relative;
  top: 5px;
}
.generic-interior .main span.imgcenter {
  margin: 0 auto 20px;
}
.generic-interior .main article h3 {
  font-size: 18px;
  text-transform: none;
}
.generic-interior .main ul {
  color: #333;
  font: normal 14px/1.57142857 Georgia, Palatino, 'Times New Roman', serif;
  /* 14px / 16px = 0.875em */
  /* 22px / 14px = 1.571428571428571em */
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.generic-interior .main ul li {
  background: url('/assets/img/bg-square.png') 0 8px no-repeat;
  list-style-position: inside;
  padding-left: 18px;
}
.generic-interior .main ul.metadata li {
  padding-left: 0;
  background: none;
}
.generic-interior .main ol {
  color: #333;
  font: normal 14px/1.57142857 Georgia, Palatino, 'Times New Roman', serif;
  /* 14px / 16px = 0.875em */
  /* 22px / 14px = 1.571428571428571em */
  margin-bottom: 20px;
  padding: 0;
}
.generic-interior .main ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.generic-interior .main table {
  font: normal 14px/1.57142857 Georgia, Palatino, 'Times New Roman', serif;
  /* 14px / 16px = 0.875em */
  /* 22px / 14px = 1.571428571428571em */
  color: #333;
  border: none;
  margin: 0 0 20px;
}
.generic-interior .main table th,
.generic-interior .main table td {
  padding: 8px;
  border: none;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 991px) {
  .generic-interior .main {
    margin-bottom: 30px;
  }
}
ul.metadata-last {
  margin: 0 0 20px;
}
ul.metadata {
  list-style: none;
  padding: 0;
}
ul.metadata li {
  color: #666;
  font: italic 12px/1.36363636 Helvetica, Arial, sans-serif;
}
#main #article-comments {
  clear: both;
}
/*#main #article-comments h2 {
  margin:0
}*/
#main #article-comments fieldset div {
  width: auto;
  font: 0.875em/1.57143 Georgia, Palatino, 'Times New Roman', serif;
}
#main #article-comments fieldset div input {
  display: block;
}
#content #article-comments .comment-thread {
  margin-left: 20px;
}
#content #article-comments .comment {
  font: 0.875em/1.57143 Georgia, Palatino, 'Times New Roman', serif;
  padding: 20px 20px 1px;
}
#content #article-comments .comment p {
  font: 0.785714em/1.36364 Georgia, Palatino, 'Times New Roman', serif;
}
#content #article-comments .comment p.credits {
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
#content #article-comments .even-comment {
  background: #f7f7f7;
}
#main #article-comments form {
  font-size: 16px;
  padding: 20px 0 0;
}
#main #article-comments .comment form {
  padding-bottom: 20px;
}
#main #article-comments .comment .toggle-guidelines small {
  font-size: 11px;
}
#comment-guidelines {
  font: 0.875em/1.57143 Georgia, Palatino, 'Times New Roman', serif;
}
#main #article-comments form small,
#comment-guidelines p,
#comment-guidelines ul {
  font: 0.785714em/1.36364 Georgia, Palatino, 'Times New Roman', serif;
}
#comment-guidelines ul li {
  padding: 0;
  margin: 0 0 20px;
  background: none;
}
.borberblack1 {
  border: 1px solid #000 !important;
}
/*---*
Utility Nav
*----*/
#utilitynav {
  height: 44px;
  margin-top: 18px;
  overflow: hidden;
}
#utilitynav .column {
  background: #e2e2e2;
  text-align: right;
}
#utilitynav .social-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  height: 44px;
}
#utilitynav .social-nav li {
  display: inline-block;
  height: 44px;
  margin-right: 2px;
}
#utilitynav .social-nav li a {
  display: table;
  height: 44px;
  color: #959ca1;
  padding: 0 6px;
}
#utilitynav .social-nav li a:hover {
  text-decoration: none;
  color: #333;
}
#utilitynav .social-nav li a i {
  display: table-cell;
  vertical-align: middle;
}
#utilitynav .newsletter {
  display: inline-block;
  height: 44px;
  vertical-align: top;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#utilitynav .newsletter a {
  display: table;
  height: 44px;
  color: #959ca1;
  padding: 0 16px;
}
#utilitynav .newsletter a:hover {
  text-decoration: none;
  color: #333;
}
#utilitynav .newsletter a i {
  display: table-cell;
  vertical-align: middle;
}
#utilitynav .search {
  display: inline-block;
  height: 44px;
  vertical-align: top;
  position: relative;
  width: 300px;
}
#utilitynav .search fieldset {
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 44px;
  width: 0%;
  overflow: hidden;
  float: right;
}
#utilitynav .search fieldset input[type=text] {
  top: 0;
  right: 0;
  width: 100%;
  padding-right: 42px;
  padding-top: 11px;
  padding-bottom: 15px;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#utilitynav .search fieldset.searchbox-open {
  width: 100%;
}
#utilitynav .search fieldset.searchbox-open input[type=text] {
  padding-left: 16px;
}
#utilitynav .search a {
  display: table;
  height: 44px;
  color: #959ca1;
  background-color: #e2e2e2;
  padding: 0 16px;
  position: absolute;
  top: 0;
  right: 0;
}
#utilitynav .search a:hover {
  text-decoration: none;
  color: #333;
}
#utilitynav .search a i {
  display: table-cell;
  vertical-align: middle;
}
#utilitynav .btn.btn-primary {
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 6px;
  padding: 12px;
  vertical-align: middle;
  line-height: normal;
  border: none;
  background-color: #337ab7;
  font-family: Helvetica, Arial, sans-serif;
  margin-right: 5px;
}
#utilitynav .btn.btn-primary:hover {
  background-color: #286090;
}
/*---*
Header
*----*/
#header {
  position: relative;
  z-index: 100;
  font: bold 0.75em Helvetica, Arial, sans-serif;
}
#header .column.wrapper {
  background: #fff;
  padding: 12px 0 0;
}
#header h1 {
  float: left;
  margin: 16px 35px 22px 28px;
  /* margin:23px 35px 22px 28px; */
  max-width: 250px;
}
#header h1 img {
  width: 100%;
}
#header #tagline {
  margin: 20px 20px 30px 0;
  /*margin-top:38px;*/
  float: right;
  /* float:right; */
  font-weight: 400;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: .7;
  font-size: 1.6em;
  text-align: right;
}
#header .splitter {
  clear: both;
  border: 0;
  border-bottom: 1px dotted #ccc;
  margin: 0 20px 10px;
}
#header .home-about {
  clear: both;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
#header .home-about .row {
  margin-left: 0;
  margin-right: 0;
}
#header .home-about .row .column {
  line-height: 1.5;
}
#header .home-about .row .column p {
  vertical-align: baseline;
}
#header h4 {
  text-transform: uppercase;
  font-size: 1.3em;
  padding-bottom: 10px;
  color: #0079C2;
  margin: 0;
  font-weight: bold;
}
#header p {
  font-weight: 400;
  font-size: 12px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: .8;
}
@media (max-width: 767px) {
  #header .home-about {
    display: none !important;
  }
  #header .column.wrapper {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #header .column.wrapper {
    padding-bottom: 12px;
  }
}
.collapse-head {
  float: right;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: normal !important;
  font-style: italic;
  text-transform: none;
  clear: both;
  /*margin-bottom: 25px;*/
}
.collapse-head-x-circle {
  float: right;
  background-color: #ccc;
  height: 20px;
  width: 20px;
  left: -13.25px;
  top: -2px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 1;
  display: inline-block;
}
.collapse-head-x {
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  z-index: 9999 !important;
  color: #000;
  float: right;
  text-transform: none;
  font-style: normal;
  position: relative;
}
.collapse-head-plus {
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  z-index: 9999 !important;
  color: #000;
  float: right;
  text-transform: none;
  font-style: normal;
  display: none;
  position: relative;
}
/*---*
Sidebar
*----*/
.sidebar .sb-block {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
}
.sidebar .sb-block h2 {
  margin: 0 0 10px;
  font-weight: 300;
}
.sidebar .sb-block a {
  color: #0079c2;
  text-decoration: none;
}
.sidebar .sb-block a:active,
.sidebar .sb-block a:focus {
  text-decoration: none;
}
.sidebar .sb-block p {
  color: #676561;
  font-weight: 300;
}
.sidebar .sb-block h3,
.sidebar .sb-block p:not(.date) {
  margin-bottom: 0;
}
.sidebar .sb-block .date {
  text-transform: uppercase;
}
.sidebar .sb-block:after {
  content: '';
  border-bottom: solid 1px #ccc;
  display: block;
  position: absolute;
  bottom: -15px;
  width: 100%;
  right: 0px;
}
.sidebar .sb-block.fb-block a {
  color: #0079c2;
}
.sidebar .search-block {
  background: #292929;
  color: #fff;
}
.sidebar .search-block .btn-primary {
  background: #0079c2;
  border: none;
}
/*---*
Breadcrumbs
*----*/
.breadcrumbs-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs-block ul li {
  display: inline-block;
}
/*---*
Video Block
*----*/
.video-block .block-item {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-block .block-item iframe,
.video-block .block-item object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .video-block .block-item {
    margin-bottom: 24px;
  }
}
/*---*
Map Canvas
*----*/
#map_canvas {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
/*---*
Main
*----*/
.main-content > .container {
  background-color: #fff;
}
.main-content h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px;
}
.main-content h2.heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.generic-interior {
  /* details view hero */
  /* details view footer end notes */
}
.generic-interior h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px;
}
.generic-interior h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}
.generic-interior .main {
  /*.video-block {
      .object {
         margin-bottom: 20px;
      }
    }*/
}
.generic-interior .main h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
}
.generic-interior .main h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.generic-interior .main p {
  font-size: 14px;
  line-height: 22px;
  font-family: Georgia, Palatino, 'Times New Roman', serif;
}
.generic-interior .article-meta {
  margin: 0 0 20px;
}
.generic-interior .article-meta .byline p {
  margin-bottom: 5px;
  font-style: italic;
  font-family: Georgia, Palatino, 'Times New Roman', serif;
  font-size: 14px;
  line-height: 22px;
}
.generic-interior .article-meta .byline p a {
  color: #369;
}
.generic-interior .article-meta .image {
  padding-right: 0;
}
.generic-interior .article-meta .meta {
  list-style: none;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  color: #666;
}
.generic-interior .article-meta .meta li {
  padding-left: 0;
  background: none;
}
.generic-interior .article-meta .share-this-new {
  padding: 5px 0 10px;
}
.generic-interior .article-meta .share-this-new .st_email_hcount {
  margin-right: 0 !important;
}
.generic-interior .article-meta .share-this-new.modified span {
  background: url('/assets/img/spr-news-social.jpg') no-repeat !important;
}
.generic-interior .article-meta .share-this-new.modified .st_twitter_hcount,
.generic-interior .article-meta .share-this-new.modified .st_facebook_hcount {
  width: 30px !important;
}
.generic-interior .article-meta .share-this-new.modified .st_twitter_hcount span,
.generic-interior .article-meta .share-this-new.modified .st_facebook_hcount span {
  width: 30px !important;
}
.generic-interior .article-meta .share-this-new.modified .st_twitter_hcount {
  background-position: -37px 0 !important;
}
.generic-interior .article-meta .share-this-new.modified .st_twitter_hcount span {
  background-position: -37px 0 !important;
}
.generic-interior .article-meta .share-this-new.modified .share-print {
  background-position: -75px 0 !important;
}
.generic-interior .article-meta .share-this-new.modified .share-print a {
  text-indent: -9999px;
}
.generic-interior .article-meta .share-this-new.modified .st_email_hcount {
  background-position: -112px 0 !important;
}
.generic-interior .article-meta .share-this-new.modified .st_email_hcount span {
  background-position: -112px 0 !important;
}
.generic-interior .hero-block {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.generic-interior .hero-block figure {
  margin: 0;
}
.generic-interior .hero-block figure figcaption {
  font-size: 10px;
  padding: 10px 0;
  font-weight: 600;
  font-style: italic;
}
.generic-interior .hero-block figure figcaption a {
  color: #369;
}
.generic-interior .article-meta-footer p {
  color: #666;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  font-family: helvetica, arial, sans-serif;
}
.generic-interior .article-meta-footer p a {
  font-weight: 700;
  color: #369;
}
.generic-interior.gallery-details article .embed-responsive:before {
  padding-top: 59.25%;
}
.generic-interior.news-details article .embed-responsive:before {
  padding-top: 59.25%;
}
.generic-interior.news-details article .embed-responsive.embed-responsive-72x64:before {
  padding-top: 88.88%;
}
.generic-interior.news-details article .embed-responsive.embed-responsive-72x64.tall:before {
  padding-top: 108.88%;
}
.generic-interior.news-details article .embed-responsive.embed-responsive-72x64.embed-custom:before {
  padding-top: 70.88%;
}
@media (max-width: 1199px) {
  .generic-interior.gallery-details article .embed-responsive:before {
    padding-top: 63.25%;
  }
  .generic-interior.news-details article .embed-responsive:before {
    padding-top: 63.25%;
  }
}
@media (max-width: 767px) {
  .generic-interior {
    /* graphics details */
  }
  .generic-interior.gallery-details article img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .generic-interior.gallery-details article .embed-responsive:before {
    padding-top: 75.25%;
  }
  .generic-interior.news-details article .embed-responsive:before {
    padding-top: 75.25%;
  }
  .generic-interior.news-details article .embed-responsive.tall:before {
    padding-top: 120.88% !important;
  }
  .generic-interior.news-details article .embed-responsive.embed-custom:before {
    padding-top: 84.88% !important;
  }
}
@media (max-width: 550px) {
  .generic-interior.news-details article .embed-responsive.embed-responsive-72x64:before {
    padding-top: 102.88%;
  }
  .generic-interior.news-details article .embed-responsive.embed-responsive-72x64.med-tall:before {
    padding-top: 112.88% !important;
  }
  .generic-interior.news-details article .embed-responsive.embed-custom:before {
    padding-top: 94.88% !important;
  }
}
@media (max-width: 475px) {
  .generic-interior.gallery-details article .embed-responsive:before {
    padding-top: 95.25%;
  }
  .generic-interior.news-details article .embed-responsive:before {
    padding-top: 95.25%;
  }
  .generic-interior.news-details article .embed-responsive.tall:before {
    padding-top: 128.88% !important;
  }
}
/* SHARETHIS */
#content ul.articleTools li.tool-edit a {
  padding-left: 0;
  border: none;
}
#content .share-this,
#content ul.articleTools {
  float: left;
}
#content .share-this {
  padding: 2px 0 1px 8px;
}
#content .share-this-new {
  padding: 5px 0 10px;
}
#content .share-this-new .st_plusone_hcount {
  position: relative;
  top: 1px;
  left: 3px;
}
#content .share-this-new.custom > span,
.share-this-new.modified .share-print,
.share-this-new.modified .share-rss {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 0;
  cursor: pointer;
}
#content .share-this-new.custom > span .fa,
.share-this-new.modified .share-print .fa,
.share-this-new.modified .share-rss .fa {
  font-size: 15px;
  line-height: 30px;
  cursor: pointer;
}
#content .share-this-new.custom > span .label {
  display: inline-block;
  padding: 0 0 0 5px;
  position: relative;
  top: -3px;
}
#content .share-this-new.custom > span a,
.share-this-new.modified .share-print a,
.share-this-new.modified .share-rss a {
  display: block;
  line-height: 30px;
  color: #fff;
}
#content .share-this-new.custom .st_twitter_custom {
  width: auto;
  padding: 0 10px;
  background: #4099ff;
}
#content .share-this-new.custom .st_facebook_custom {
  width: auto;
  padding: 0 10px;
  background: #3b5998;
}
#content .share-this-new.custom .st_pinterest_custom {
  background: #c92228;
}
#content .share-this-new.custom .st_linkedin_custom {
  background: #008cc9;
}
#content .share-this-new.custom .st_googleplus_custom {
  background: #dd4b39;
}
#content .share-this-new.custom .st_tumblr_custom {
  background: #34526f;
}
#content .share-this-new.custom .st_email_custom {
  background: #000;
}
#content .share-this-new.custom .share-rss,
.share-this-new.modified .share-rss {
  text-indent: 0 !important;
  background: #f90 !important;
}
#content .share-this-new.custom .share-print,
.share-this-new.modified .share-print {
  text-indent: 0 !important;
  background: #666 !important;
}
.share-this-new.modified span {
  display: block !important;
  float: left !important;
  width: 30px !important;
  height: 30px !important;
  text-indent: -9999px !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 10px 0 0 !important;
  background: url(/assets/images/sharethis.png) no-repeat !important;
}
.share-this-new.modified span span {
  margin: 0 !important;
}
.share-this-new.modified span .stArrow {
  display: none !important;
}
.share-this-new.modified .st_twitter_hcount,
.share-this-new.modified .st_twitter_hcount span {
  width: 60px !important;
}
.share-this-new.modified .st_facebook_hcount,
.share-this-new.modified .st_facebook_hcount span {
  width: 60px !important;
  background-position: -60px 0 !important;
}
.share-this-new.modified .st_pinterest_hcount,
.share-this-new.modified .st_pinterest_hcount span {
  background-position: -120px 0 !important;
}
.share-this-new.modified .st_linkedin_hcount,
.share-this-new.modified .st_linkedin_hcount span {
  background-position: -150px 0 !important;
}
.share-this-new.modified .st_googleplus_hcount,
.share-this-new.modified .st_googleplus_hcount span {
  background-position: -180px 0 !important;
}
.share-this-new.modified .st_tumblr_hcount,
.share-this-new.modified .st_tumblr_hcount span {
  background-position: -210px 0 !important;
}
.share-this-new.modified .st_email_hcount,
.share-this-new.modified .st_email_hcount span {
  background-position: -240px 0 !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .share-this-new.modified span {
    background-image: url(/assets/images/sharethis@2x.png) !important;
    background-size: 270px 30px !important;
  }
}
#content .share-this span {
  display: block !important;
  float: left !important;
  width: 20px !important;
  height: 20px !important;
}
#content .share-this .st_sharethis,
#content .share-this .st_plusone_button,
#content .share-this .st_fblike,
#content .share-this .st_pinterest,
#content .share-this .st_twitter {
  margin: 0 10px 0 0 !important;
}
#content .share-this iframe {
  margin: 0 !important;
}
#content .share-this .st_sharethis .stButton,
#content .share-this .st_pinterest .stButton,
#content .share-this .st_twitter .stButton {
  margin: 0 !important;
}
#content .share-this .st_sharethis .stButton .sharethis,
#content .share-this .st_pinterest .stButton .pinterest,
#content .share-this .st_twitter .stButton .twitter {
  width: 20px !important;
  text-indent: -9999px !important;
  line-height: 20px !important;
  padding: 0 !important;
  background-position: 2px 2px !important;
}
#content .share-this .st_plusone_button {
  width: 32px !important;
  height: 20px !important;
}
#content .share-this .st_plusone_button div {
  width: 32px !important;
  height: 20px !important;
  margin: 0 !important;
}
#content .share-this .st_fblike iframe {
  top: 0 !important;
}
/* END SHARETHIS */
/*---*
Primary Nav
*----*/
#primarynav {
  position: relative;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
#primarynav.navbar.navbar-default .brand-wrapper {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#primarynav.navbar.navbar-default .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
#primarynav.navbar.navbar-default .navbar-nav > li {
  position: relative;
  /*&:hover{
                      &>ul{
                        display: block;
                        &>ul{
                          display: none;
                        }
                      }
                    }*/
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul {
  display: none;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  margin: 0;
  padding: 20px 20px 1px 20px;
  position: absolute;
  z-index: 100;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: .9;
  width: 200px;
  float: none;
  top: 39px;
  list-style: none;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul > li {
  background: #ffffff url("/assets/img/icon-arrow-next-none.png") 0 3px no-repeat;
  display: block;
  float: none;
  font: bold 12px Helvetica, Arial, sans-serif;
  /* 11px / 12px = 0.916666666666667em */
  /* 15px / 11px = 1.363636363636364em */
  margin-bottom: 20px;
  padding-left: 22px;
  z-index: 100;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul > li:hover {
  background: #ffffff url("/assets/img/icon-arrow.png") 0 3px no-repeat;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul > li:hover ul {
  display: block;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul > li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  color: #3e3e3e;
  height: auto;
  line-height: normal;
  text-align: left;
  padding: 0;
  color: #369;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul > li a:hover {
  background: transparent;
  color: #333;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul > li > ul {
  display: none;
  width: auto !important;
  padding: 5px 0 0 !important;
  border: none !important;
  margin: 0 0 1px !important;
  position: relative;
  top: auto !important;
  left: auto !important;
  list-style: none;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul > li > ul li {
  font-weight: normal !important;
  background: none !important;
  padding: 0 !important;
  margin-bottom: 5px !important;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul > li > ul li a {
  font-weight: normal !important;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul.social-nav {
  display: block;
  background: #3e3e3e;
  border: none;
  padding: 0 0 0 15px;
  position: relative;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  width: auto;
  top: auto;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul.social-nav > li {
  background: transparent;
  font: bold 12px Helvetica, Arial, sans-serif;
  /* 11px / 12px = 0.916666666666667em */
  /* 15px / 11px = 1.363636363636364em */
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  margin-right: 12px;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul.social-nav > li:hover {
  background: transparent;
}
#primarynav.navbar.navbar-default .navbar-nav > li > ul.social-nav > li > a {
  background-color: transparent;
  color: #fff;
  display: block;
  height: 39px;
  line-height: 39px;
}
#primarynav.navbar.navbar-default .navbar-nav > li a {
  font-size: 14px;
  height: 39px;
  color: #fff;
  line-height: 39px;
  text-align: left;
  text-indent: 0;
  background: #292929;
  padding: 0 0 0 15px;
}
#primarynav.navbar.navbar-default .navbar-nav > li a:hover {
  text-decoration: none;
  background: #a4a4a4;
}
#primarynav.navbar.navbar-default .navbar-nav > li a.nav-support {
  background-color: #0079c2;
}
#primarynav.navbar.navbar-default .navbar-nav > li.current a {
  position: relative;
  overflow: visible;
}
#primarynav.navbar.navbar-default .navbar-nav > li#nav-about > a {
  color: #aacc5d;
  background: #0079c2;
}
#primarynav.navbar.navbar-default .navbar-nav > li#nav-about > a:hover {
  background: #6A747C;
}
#primarynav.navbar.navbar-default .navbar-nav > li#nav-about.current > a {
  color: #aacc5d;
  background: #6a747c;
}
#nav-about a {
  color: #aacc5d;
  background: #0079c2;
}
#nav-about a:hover {
  background: #6A747C;
}
@media (max-width: 1200px) {
  /*#primarynav{
        .container{
            width: auto;
        }
    }*/
}
@media (min-width: 768px) and (max-width: 992px) {
  #header h1 {
    max-width: 300px;
  }
}
@media (min-width: 993px) {
  #header h1 {
    max-width: 430px;
    margin-left: 48px;
  }
}
@media (min-width: 768px) {
  #primarynav {
    clear: both;
  }
  #primarynav.navbar.navbar-default .navbar-nav > li a {
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #29445A;
  }
  #primarynav.navbar.navbar-default .navbar-nav > li a:hover {
    text-decoration: none;
    background: #a4a4a4;
  }
  #primarynav.navbar.navbar-default .navbar-nav > li.current > a {
    background: #6a747c;
    position: relative;
    overflow: visible;
  }
  #primarynav.navbar.navbar-default .navbar-nav > li.current > a:hover {
    background: #6a747c;
  }
  #primarynav.navbar.navbar-default .navbar-nav > li:hover > ul {
    display: block;
  }
  #primarynav .navbar-nav {
    width: 100%;
  }
  #primarynav .navbar-nav > li {
    margin-right: 1px;
  }
  #primarynav .navbar-nav > li:hover ul {
    display: block;
  }
  #primarynav .navbar-nav > li:hover ul ul {
    display: none;
  }
  #primarynav .navbar-nav > li.last {
    margin: 0;
  }
  #primarynav .navbar-nav > li.current > a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #6a747c;
  }
}
@media (max-width: 767px) {
  #primarynav.navbar .brand-wrapper .logo {
    max-width: 270px;
    width: 100%;
  }
  #primarynav.navbar.navbar-default .navbar-nav {
    margin-top: 10px;
  }
  #primarynav.navbar.navbar-default .navbar-nav > li {
    margin-bottom: 1px;
  }
  #primarynav.navbar.navbar-default .navbar-nav > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  #primarynav.navbar .brand-wrapper {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  #primarynav.navbar .brand-wrapper .navbar-brand {
    width: calc(100% - 60px);
  }
}
/*---*
Footer
*----*/
#footer {
  margin-bottom: 20px;
}
#footer .column {
  background: #fff;
  padding: 0 50px 20px 50px;
}
#footer .wrapper {
  background: #ffffff url("/assets/img/bg-footer.png") 0 0 repeat-x;
  border-bottom: 1px solid #ccc;
  color: #595450;
  padding: 30px 0 20px;
  overflow: hidden;
}
#footer h1 {
  float: none;
  margin: 0px auto 20px;
  width: 100%;
  text-align: center;
}
#footer form {
  margin-bottom: 15px;
  text-align: center;
}
#footer form div {
  font-size: 1em;
}
#footer form div label,
#footer form div input {
  vertical-align: middle;
}
#footer form div label {
  color: #999;
  font: bold 0.75em Helvetica, Arial, sans-serif;
  /* 12px / 16px = 0.75em */
  text-transform: uppercase;
  display: block;
}
#footer form div label i {
  font-size: .8em;
  font-style: normal;
}
#footer form .search-field {
  width: 191px;
  height: 21px;
  font-size: 11px;
  padding: 5px 3px 3px;
  border: 1px solid #505050;
  margin: 10px 0 0;
  border-radius: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0);
}
#footer form .subscribe-image {
  margin-top: 10px;
}
#footer ul {
  font: normal 0.6875em Helvetica, Arial, sans-serif;
  /* 11px / 16px = 0.6875em */
  text-align: center;
  list-style-type: none;
  padding: 0;
}
#footer ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
  margin-bottom: 15px;
  padding-left: 13px;
  padding-right: 15px;
}
#footer ul li.first {
  display: block;
  width: 100%;
  border-right: 0;
}
#footer ul li.last {
  border-right: 0;
  padding-right: 0;
}
#footer ul li a {
  color: #369;
}
#footer .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-nav > li {
  display: inline-block;
}
#footer .footer-nav > li a {
  color: #3e3e3e;
  display: block;
  padding: 10px 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar .sb-block.search-block {
    padding-bottom: 45px;
  }
  .sidebar .sb-block.search-block a {
    float: left !important;
    margin-top: 5px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #footer {
    margin-left: 0;
    margin-right: 0;
  }
  #footer h1 {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: auto;
  }
  #footer form {
    margin-bottom: 15px;
    text-align: right;
  }
  #footer form .search-field {
    margin: 0 5px 0 10px;
  }
  #footer ul {
    text-align: right;
    list-style-type: initial;
  }
  #footer ul li {
    border-right: 1px solid #ccc;
    display: inline;
    padding-left: 2px;
    padding-right: 4px;
  }
  #footer ul li.first {
    display: inline;
    border-right: 0;
  }
  #footer ul li.last {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #footer .logo {
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
}
/*---*
Mobile Secondarynav
*----*/
.secondarynav-mobile {
  margin-bottom: 15px;
}
.secondarynav-mobile ul {
  display: none;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.secondarynav-mobile ul li {
  padding: 0 !important;
  background: none !important;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 1px !important;
}
.secondarynav-mobile ul li a {
  display: block;
  padding: 0 15px;
  font-size: 12px;
  line-height: 39px;
  height: 39px;
  background: #29445A;
  color: #fff;
  font-weight: 600;
}
.secondarynav-mobile ul li a:hover {
  text-decoration: none;
}
.secondarynav-mobile ul li > ul {
  display: block;
}
.secondarynav-mobile ul li > ul li:first-child {
  margin-top: 1px;
}
.secondarynav-mobile ul li > ul li a {
  background: #333;
  padding: 0 30px;
}
.secondarynav-mobile ul > li.current > a {
  background: #6a747c;
}
.secondarynav-mobile .btn {
  background: #29445A;
  border-color: #29445A;
}
.secondarynav-mobile .btn:active {
  background: #29445A;
  border-color: #29445A;
}
.secondarynav-mobile .btn.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/*------------------------------------*
   3. Modules
*------------------------------------*/
/*---*
Forecast Block
*----*/
.forecast-block .container {
  background: #fff;
}
.forecast-block header.form-header {
  text-align: center;
}
.forecast-block .results-block .block-item {
  background-color: #d1d1d1;
  margin-bottom: 15px;
}
.forecast-block .results-block .block-item h2 {
  text-align: center;
}
@media (min-width: 992px) {
  .forecast-block .results-block table th.th-label {
    width: 50%;
  }
  .forecast-block .results-block table th.th-sm {
    width: 10%;
  }
  .forecast-block .results-block table th.th-lg {
    width: 10%;
  }
  .forecast-block .results-block table caption {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .forecast-block .results-block .column {
    display: flex;
  }
  .forecast-block .results-block .block-item {
    flex: 1;
    -ms-flex: 1 1 auto;
  }
}
/*---*
Social Block
*----*/
.social-block .container {
  background-color: #fff;
}
.social-block .column header {
  background-color: #000;
}
.social-block .column header h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
/*---*
Hero Carousel Block
*----*/
.hero-carousel-block .carousel {
  background: #333333 url("/assets/img/img-home-carousel/bg-feature-new.png") 0 0 repeat-y;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 1px;
}
.hero-carousel-block .carousel .text {
  padding: 20px;
}
.hero-carousel-block .carousel .text h2 {
  font-size: 44px;
  letter-spacing: -0.015em;
  line-height: 0.92857;
  /* 52px / 56px = 0.92857 */
  font-family: helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.hero-carousel-block .carousel .text h2 a {
  color: #9aac13;
}
.hero-carousel-block .carousel .text h2 a:hover {
  color: #fff !important;
  text-decoration: none;
}
.hero-carousel-block .carousel .text h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.hero-carousel-block .carousel .text p {
  font: normal 13px/1.30769 Helvetica, Arial, sans-serif;
  /* 13px / 16px = 0.8125em; 17px / 13px = 1.30769 */
  margin-bottom: 13px;
  color: #fff;
}
.hero-carousel-block .carousel .text .more {
  font-size: 12px;
  /* 12px / 14px = 0.857142857142857em */
  font-weight: bold;
  margin-top: 10px;
  padding-right: 15px;
  color: #fff;
  text-transform: uppercase;
}
.hero-carousel-block .carousel .carousel-indicators {
  top: 15px;
  right: 12px;
  left: auto;
  bottom: auto;
  display: block;
  margin: 0;
}
.hero-carousel-block .carousel .carousel-indicators li {
  width: 13px;
  height: 13px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .hero-carousel-block .carousel {
    padding-right: 42px;
  }
}
@media (max-width: 991px) {
  .hero-carousel-block .carousel .text {
    padding-right: 42px;
  }
}
/*---*
Collapse Block
*----*/
.collapse-block header {
  background-color: #0079c2;
  padding: 12px 20px 10px;
}
.collapse-block .collapse-icon {
  font-style: italic;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}
.collapse-block .collapse-icon span {
  margin-left: 2px;
}
.collapse-block .block-item {
  border: 1px solid #d7e0e5;
  border-top: none;
  background-color: #f5f9fa;
  padding: 15px 15px 10px;
}
/*---*
Feature Block
*----*/
.feature-block {
  margin-bottom: 15px;
}
.feature-block .block-item figure {
  margin: 0;
}
.feature-block .block-item figure img {
  width: 100%;
}
.feature-block .block-item h3 {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  margin: 5px 0;
  font-family: arial, helvetica, sans-sarif;
}
.feature-block .block-item h3 a {
  color: #369;
}
.feature-block .block-item p {
  font-size: 11px;
  line-height: 15px;
  font-family: arial, helvetica, sans-sarif;
}
/*---*
Feature List
*----*/
.feature-list {
  margin-bottom: 15px;
}
.feature-list .heading {
  background-color: #262626;
  padding: 12px 20px 10px;
  margin-bottom: 15px !important;
}
.feature-list .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0 0 16px 0;
  border-bottom: 3px solid #c4c1bd;
}
.feature-list .block-item {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.feature-list .block-item h3 {
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 5px;
}
.feature-list .block-item h3 a {
  color: #369;
}
.feature-list .block-item p {
  font-family: arial, helvetica, sans-serif;
}
.feature-list .block-item figure img {
  width: 100%;
}
.feature-list .block-item.large h3 {
  font-size: 18px;
}
.feature-list .block-item.large p {
  font-size: 12px;
  line-height: 16px;
}
.feature-list .block-item.large figure {
  margin-bottom: 8px;
}
.feature-list .block-item.medium h3 {
  font-size: 15px;
  line-height: 18px;
}
.feature-list .block-item.medium p {
  font-size: 12px;
  line-height: 16px;
}
.feature-list .block-item.medium .image {
  padding-right: 0;
}
.feature-list .block-item.small h3 {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 2px;
}
.feature-list .block-item.small p {
  font-size: 11px;
  line-height: 15px;
}
.feature-list .block-item.small .image {
  padding-right: 0;
}
.feature-list .block-item.content-block p {
  line-height: normal;
}
.feature-list .block-item.related {
  margin-bottom: 14px;
  border-bottom: 2px solid #c4c1bd;
}
.feature-list .block-item.related:last-of-type {
  border-bottom: none;
}
.feature-list .block-item.related figure {
  margin: 0 0 10px 0;
  padding: 0;
}
.feature-list .block-item.related .text {
  padding-bottom: 22px;
}
.feature-list .block-item.related .text h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.feature-list .block-item.related .text h3 a {
  display: block;
  color: #000;
}
.feature-list footer .btn {
  font-family: Georgia, Palatino, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  color: #369;
}
/*---*
List View Block
*----*/
.list-view-block .block-item {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.list-view-block figure img {
  width: 100%;
}
.list-view-block .text h4 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #333;
}
.list-view-block .text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: arial, helvetica, sans-serif;
  text-transform: none;
}
.list-view-block .text h3 a {
  color: #369;
}
.list-view-block .text h3 a:hover {
  color: #333;
}
.list-view-block .text p {
  font-size: 14px;
  line-height: 22px;
  font-family: Georgia, Palatino, 'Times New Roman', serif;
  color: #333;
}
.list-view-block .text p:last-of-type {
  margin-bottom: 0;
}
.list-view-block .text .meta {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666;
}
.list-view-block .text .meta li {
  font-size: 11px;
  font-style: italic;
  font-family: arial, helvetica, sans-serif;
  padding-left: 0;
  background: none;
}
.list-view-block .btn-media {
  font-size: 12px;
  background-color: #a7a7a7;
  border: 1px solid #a7a7a7;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.list-view-block .btn-media:hover {
  background-color: #737373;
}
.list-view-block .pagination {
  list-style: none;
  font-weight: 700;
  font-size: 11px;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 1px;
  padding: 10px 0;
  text-align: right;
}
.list-view-block .pagination li {
  border-right: 1px solid #ccc;
  display: inline;
  margin-left: 0;
  padding: 0 8px 0 6px;
}
.list-view-block .pagination li a {
  color: #369;
}
.list-view-block .pagination li.active a {
  color: #333;
}
.list-view-block .pagination li:last-child {
  border-right: 0;
  padding-right: 0;
}
.list-view-block.search-list .block-item {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.list-view-block.search-list .block-item .more {
  display: block;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  color: #369;
}
@media (min-width: 992px) {
  .list-view-block figure {
    margin: 0;
  }
  .list-view-block .btn-media {
    margin: 20px 0 0;
  }
}
/*---*
Grid View Block
*----*/
.grid-view-block .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.grid-view-block .block-item {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
  -ms-flex: 1 1 auto;
}
.grid-view-block .block-item figure img {
  width: 100%;
}
.grid-view-block .block-item .col-auto.image {
  padding-right: 0;
}
.grid-view-block .block-item h4 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #333;
  font-family: arial, helvetica, sans-serif;
}
.grid-view-block .block-item h3 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: arial, helvetica, sans-serif;
}
.grid-view-block .block-item h3 a {
  color: #0075ae;
}
.grid-view-block .block-item h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: arial, helvetica, sans-serif;
}
.grid-view-block .block-item h2 a {
  color: #0075ae;
}
.grid-view-block .block-item p {
  font-size: 11px;
  line-height: 15px;
  color: #333;
  margin: 0;
  font-family: arial, helvetica, sans-serif;
}
.grid-view-block .block-item footer a {
  color: #369;
}
/*---*
Landing Header
*----*/
.landing-header h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px;
}
.landing-header nav {
  padding-top: 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #c4c1bd;
}
.landing-header nav ul {
  list-style: none;
  padding: 0;
}
.landing-header nav ul li {
  display: inline-block;
  padding-right: 4px;
  border-right: 1px solid #ccc;
}
.landing-header nav ul li a {
  color: #369;
}
.landing-header nav ul li:last-child {
  border: none;
}
/*---*
Sidebar Nav Block
*----*/
.sidebar-nav-block {
  margin-bottom: 30px;
}
.sidebar-nav-block .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0 0 10px 0;
  border-bottom: 3px solid #c4c1bd;
}
.sidebar-nav-block nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav-block nav ul li {
  background: url("/assets/img/bg-square.png") 0 50% no-repeat;
  font-size: 11px;
  line-height: 15px;
  font-family: arial, helvetica, sans-serif;
  padding: 5px 15px;
  border-bottom: 1px dotted #ccc;
  font-weight: 700;
}
.sidebar-nav-block nav ul li a {
  color: #369;
}
/*---*
Bio List Block
*----*/
.bio-list-block h2.title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.bio-list-block .block-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.bio-list-block .block-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: arial, helvetica, sans-serif;
  text-transform: none;
}
.bio-list-block .block-item h3 a {
  color: #369;
}
.bio-list-block .block-item h3 a:hover {
  color: #333;
}
.bio-list-block .block-item .image {
  padding-right: 5px;
}
.bio-list-block .block-item .image figure {
  margin: 0;
}
.bio-list-block .block-item .meta {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  color: #666;
}
.bio-list-block .block-item .meta li {
  padding-left: 0;
  display: block;
  background: none;
}
.bio-list-block .block-item .meta li em {
  font-weight: 700;
}
.bio-list-block .block-item .meta li a {
  color: #369;
}
.bio-list-block.board-list {
  padding: 20px 20px 1px;
  margin: 0 0 20px;
  background: #f7f7f7;
}
.bio-list-block .entry-group {
  margin: 20px 0;
}
/*---*
Bio Details Block
*----*/
.bio-details-block .bio-meta h3 {
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
  margin-bottom: 2px;
  text-transform: none;
}
.bio-details-block .meta {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  color: #666;
}
.bio-details-block .meta li {
  padding-left: 0;
  display: block;
}
.bio-details-block .meta li em {
  font-weight: 700;
}
.bio-details-block .meta li a {
  color: #369;
}
figure.bio-photo {
  float: left;
  margin: 0 20px 0 0;
}
/*---*
Gallery Modal
*----*/
.gallery-modal figure {
  margin: 0;
}
.gallery-modal button.close {
  position: absolute;
  top: -3px;
  right: -3px;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: -6px 6px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: -6px 6px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: -6px 6px 5px 0px rgba(0, 0, 0, 0.27);
}
.gallery-modal button.close:hover {
  opacity: 1 !important;
}
/*------------------------------------*
   4. Blocks
*------------------------------------*/
/*---*
Section Block
*----*/
/*---*
Card Block
*----*/
.card-block .text h3,
.card-block header h3 {
  font-size: 15px !important;
  line-height: 18px;
  text-transform: none !important;
}
.card-block .text h3 a,
.card-block header h3 a {
  color: #369;
}
.card-block figure img {
  width: 100%;
}
.card-block header {
  margin-bottom: 20px;
}
/*---*
Content Block
*----*/
.content-block {
  margin-bottom: 15px;
}
.content-block:last-of-type {
  margin-bottom: 0;
}
.content-block .text h3 {
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: none;
}
.content-block .text h3 a {
  color: #369;
}
@media (max-width: 991px) {
  .content-block .image {
    margin-bottom: 15px;
  }
}
/*---*
Photo Gallery Block
*----*/
.photo-gallery-block .grid-sizer {
  z-index: -1;
}
.photo-gallery-block .modal.and.carousel {
  position: fixed;
}
.photo-gallery-block .modal.and.carousel .carousel-item img {
  width: 100%;
}
.photo-gallery-block .modal.and.carousel button.close {
  color: #fff;
}
/*---*
Sidebar Item
*----*/
.sidebar .section-block {
  margin-bottom: 15px;
}
.sidebar .section-block .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0 0 16px 0;
  border-bottom: 3px solid #c4c1bd;
}
.sidebar-item {
  margin-bottom: 14px;
  border-bottom: 2px solid #c4c1bd;
}
.sidebar-item:last-of-type {
  border-bottom: none;
}
.sidebar-item h3 {
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
}
.sidebar-item h3 a {
  color: #000;
}
.sidebar-item p {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.sidebar-item p:last-of-type {
  margin: 0;
}
.sidebar-item .text {
  padding-bottom: 22px;
}
.sidebar-item figure {
  margin: 0 0 10px;
  padding: 0;
}
.sidebar-item figure img {
  width: 100%;
}
