body {
  line-height: 1.7;
  font-size: 16px;
  font-family: open-sans, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover,
a:focus {
  text-decoration: none;
}
.btn,
.formResponsive input[type="submit"],
.formResponsive button[type="submit"] {
  font-size: 18px;
  padding: 14px 30px 8px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: bookmania, serif;
  background-image: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .btn,
  .formResponsive input[type="submit"],
  .formResponsive button[type="submit"] {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn,
  .formResponsive input[type="submit"],
  .formResponsive button[type="submit"] {
    white-space: normal;
  }
}
.btn i,
.formResponsive input[type="submit"] i,
.formResponsive button[type="submit"] i {
  padding-right: 8px;
}
.btn.btn-small,
.formResponsive input[type="submit"].btn-small,
.formResponsive button[type="submit"].btn-small {
  padding: 14px 20px 8px;
  font-size: 14px;
}
.btn-secondary,
.formResponsive input[type="submit"],
.formResponsive button[type="submit"] {
  background-color: #5f3844;
  color: #ffffff;
}
.btn-secondary:hover,
.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover,
.btn-secondary:focus,
.formResponsive input[type="submit"]:focus,
.formResponsive button[type="submit"]:focus {
  background-color: transparent;
  color: #5f3844;
  border: 1px solid #5f3844;
}
.btn-tan {
  background-color: #9c5708;
  color: #ffffff;
}
.btn-tan:hover,
.btn-tan:focus {
  background-color: #693a05;
  color: #ffffff;
}
.btn-white {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.btn-outline {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.text-large {
  font-size: 30px;
}
.text-small {
  font-size: 12px;
}
.no-style,
.module-ct > ul.no-style {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav .open > a {
  background-color: transparent;
  border: none;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: transparent;
}
.alert-notice {
  background-color: #eceeef;
  color: #000000;
  border: none;
  border-radius: 0;
  padding: 30px;
  text-align: center;
}
a.sidebar-btn {
  padding: 15px;
  display: block;
  color: #FFF;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
a.sidebar-btn > span {
  font-family: bookmania, serif;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
}
a.sidebar-btn.tan {
  background-color: #693a05;
  background-image: url(../../../templates/t3_bs3_blank/images/tan_btnbg.png);
  background-size: 105px 116px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.tan {
    background-image: url(../../../templates/t3_bs3_blank/images/tan_btnbg@2x.png);
  }
}
a.sidebar-btn.light-tan {
  background-color: #9c5708;
  background-image: url(../../../templates/t3_bs3_blank/images/lighttan_btnbg.png);
  background-size: 144px 119px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.light-tan {
    background-image: url(../../../templates/t3_bs3_blank/images/lighttan_btnbg@2x.png);
  }
}
a.sidebar-btn.red {
  background-color: #5f3844;
  background-image: url(../../../templates/t3_bs3_blank/images/red_btnbg.png);
  background-size: 120px 128px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.red {
    background-image: url(../../../templates/t3_bs3_blank/images/red_btnbg@2x.png);
  }
}
a.sidebar-btn.brown {
  background-color: #40262e;
  background-image: url(../../../templates/t3_bs3_blank/images/brown_btnbg.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.brown {
    background-image: url(../../../templates/t3_bs3_blank/images/brown_btnbg@2x.png);
  }
}
a.sidebar-btn.dark-blue {
  background-color: #3e4e58;
  background-image: url(../../../templates/t3_bs3_blank/images/darkblue_btnbg.png);
  background-size: 97px 102px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.dark-blue {
    background-image: url(../../../templates/t3_bs3_blank/images/darkblue_btnbg@2x.png);
  }
}
a.sidebar-btn.light-blue {
  background-color: #5d7483;
  background-image: url(../../../templates/t3_bs3_blank/images/lightblue_btnbg.png);
  background-size: 107px 85px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.light-blue {
    background-image: url(../../../templates/t3_bs3_blank/images/lightblue_btnbg@2x.png);
  }
}
a.sidebar-btn.orange {
  background-color: #a94e00;
  background-image: url(../../../templates/t3_bs3_blank/images/orange_btnbg.png);
  background-size: 59px 90px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.orange {
    background-image: url(../../../templates/t3_bs3_blank/images/orange_btnbg@2x.png);
  }
}
a.sidebar-btn.dark-green {
  background-color: #5e6e66;
  background-image: url(../../../templates/t3_bs3_blank/images/darkgreen_btnbg.png);
  background-size: 143px 90px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.dark-green {
    background-image: url(../../../templates/t3_bs3_blank/images/darkgreen_btnbg@2x.png);
  }
}
a.sidebar-btn.light-green {
  background-color: #8b9b92;
  background-image: url(../../../templates/t3_bs3_blank/images/lightgreen_btnbg.png);
  background-size: 104px 104px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.sidebar-btn.light-green {
    background-image: url(../../../templates/t3_bs3_blank/images/lightgreen_btnbg@2x.png);
  }
}
.t3-header {
  position: relative;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .t3-header {
    padding-bottom: 0;
  }
}
.head-top {
  background-color: #3e4e58;
  color: #ffffff;
  font-size: 13px;
}
@media (max-width: 767px) {
  .head-top {
    height: 50px;
  }
}
.head-top-content {
  padding: 10px 0;
}
.head-top-slogan {
  font-style: italic;
}
@media (max-width: 991px) {
  .head-top-slogan {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .head-top-slogan {
    text-align: right;
    padding-left: 50px;
  }
}
.top-menu {
  float: right;
}
@media (max-width: 767px) {
  .top-menu {
    display: none;
  }
}
.top-menu > li {
  display: inline-block;
  border-right: 1px solid #ffffff;
  line-height: 1;
}
.top-menu > li.active > a {
  background-color: transparent !important;
}
.top-menu > li:last-child {
  border-right: none;
}
.top-menu > li:last-child > a {
  padding-right: 0;
}
.top-menu > li > a {
  padding: 0 15px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .top-menu > li > a {
    padding: 0 10px;
  }
}
.top-menu > li > a:hover,
.top-menu > li > a:focus {
  background-color: transparent;
  color: #eeeeee;
}
.header-social {
  float: right;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .header-social {
    display: none;
  }
}
.header-social a {
  padding: 0 2px;
  color: #ffffff;
}
.logo {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 15px;
}
@media (max-width: 767px) {
  .logo {
    position: static;
  }
}
.logo-image {
  display: table-cell;
  width: 360px;
  height: 123px;
  background-image: url(../../../templates/t3_bs3_blank/images/header_logo@2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .logo-image {
    width: 220px;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .logo-image {
    display: inline-block;
    margin: 20px 0;
  }
}
.logo-image > a {
  display: block;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.head-search {
  margin-top: 30px;
  margin-bottom: 5px;
  float: right;
}
@media (max-width: 991px) {
  .head-search {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .head-search {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .head-search {
    display: none;
  }
}
.head-search .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 180px !important;
  height: 32px;
  padding-left: 12px;
  padding-right: 30px;
  background-color: #eceeef;
}
.head-search .search {
  float: left;
}
@media (max-width: 767px) {
  .head-search .search {
    float: none;
  }
}
.head-search .search:before {
  font-size: 12px;
  left: inherit;
  color: #ffffff;
  background-color: #9c5708;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  line-height: 30px;
}
.navbar-nav .caret {
  display: none !important;
}
.navbar-default {
  background-color: transparent;
  border: none;
  min-height: 0;
}
.navbar-default .navbar-nav {
  float: right;
}
.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #9c5708;
  padding-top: 25px;
  padding-bottom: 35px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 25px 8px;
  }
}
.navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
}
.navbar-default .navbar-nav > .active > a {
  color: #3e4e58;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #3e4e58;
}
div.t3-megamenu .mega-col-nav,
div.t3-megamenu .dropdown-menu .mega-col-nav {
  padding-left: 0;
  padding-right: 0;
}
div.t3-megamenu .mega-nav > li a,
div.t3-megamenu .dropdown-menu .mega-nav > li a {
  padding: 5px 15px;
}
div.t3-megamenu .mega-nav > li a:hover,
div.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
div.t3-megamenu .mega-nav > li a:focus,
div.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  background-color: #3e4e58;
  color: #ffffff;
}
nav.navbar-default .navbar-nav > .open > a,
nav.navbar-default .navbar-nav > .open > a:hover,
nav.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #3e4e58;
}
.home .t3-mainbody {
  display: none;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .camera_wrap .camera_fakehover {
  
}
.banner .camera_wrap .cameraContents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#bf000000', GradientType=0);
  z-index: 1;
}
.banner .camera_wrap .cameraContent {
  z-index: 10;
}
.banner .camera_wrap .camera_caption {
  background-color: transparent;
  bottom: 60%;
  text-align: center;
  transform: translateY(50%);
  font-size: 36px;
}
@media (max-width: 767px) {
  .banner .camera_wrap .camera_caption {
    bottom: 50%;
  }
}
.banner .camera_wrap .camera_caption > div {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-family: bookmania, serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .camera_wrap .camera_caption > div {
    width: 962px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .camera_wrap .camera_caption > div {
    width: 738px;
  }
}
@media (max-width: 767px) {
  .banner .camera_wrap .camera_caption > div {
    width: auto;
    padding: 2rem 3rem;
  }
}
.banner .camera_wrap .camera_caption > div a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner .camera_wrap .camera_caption .camera_caption_title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .banner .camera_wrap .camera_caption .camera_caption_desc {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.banner .featured-menu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .featured-menu {
    width: 962px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .featured-menu {
    width: 738px;
  }
}
@media (max-width: 767px) {
  .banner .featured-menu {
    position: static;
    width: auto;
    flex-wrap: wrap;
    transform: none;
    margin: 30px;
  }
}
.banner .featured-menu > li {
  width: 31%;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .banner .featured-menu > li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.banner .featured-menu > li > span {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: bookmania, serif;
  font-size: 22px;
  padding: 12px 20px 8px;
  margin-bottom: 10px;
}
.banner .featured-menu > li:first-child {
  background-color: #5d7483;
}
.banner .featured-menu > li:first-child > span {
  background-color: #3e4e58;
}
.banner .featured-menu > li:nth-child(2) {
  background-color: #5f3844;
}
.banner .featured-menu > li:nth-child(2) > span {
  background-color: #40262e;
}
.banner .featured-menu > li:last-child {
  background-color: #9c5708;
}
@media (max-width: 767px) {
  .banner .featured-menu > li:last-child {
    margin-bottom: 0;
  }
}
.banner .featured-menu > li:last-child > span {
  background-color: #693a05;
}
.banner .featured-menu > li a {
  color: #ffffff;
  font-size: 18px;
  padding: 0 8px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .banner .featured-menu > li a {
    line-height: 1.6;
    white-space: normal;
    padding: 12px 8px;
  }
}
.banner .featured-menu > li a:hover,
.banner .featured-menu > li a:focus {
  background-color: transparent;
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.5);
}
.banner .featured-menu .dropdown-menu {
  display: block;
  position: static;
  min-width: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.banner .featured-menu .dropdown-menu > li {
  padding: 0 20px;
}
.curve-divider svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 105%;
  height: 105px;
  filter: drop-shadow(0px -5x 8px rgba(0, 0, 0, 0.5));
}
.curve-divider svg .shape-fill {
  fill: #ffffff;
}
body:not(.home) .banner:after,
body:not(.home) .landing-banner:after {
  content: "";
  background-image: url(../../../templates/t3_bs3_blank/images/curveNegative.svg);
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 110%;
  height: 120px;
}
@media (max-width: 1199px) {
  body:not(.home) .banner:after,
  body:not(.home) .landing-banner:after {
    width: 130%;
  }
}
@media (max-width: 991px) {
  body:not(.home) .banner:after,
  body:not(.home) .landing-banner:after {
    width: 160%;
  }
}
@media (max-width: 767px) {
  body:not(.home) .banner:after,
  body:not(.home) .landing-banner:after {
    background-size: auto 100%;
  }
}
@media (max-width: 767px) {
  body:not(.home) .banner .slideshowck:after,
  body:not(.home) .landing-banner .slideshowck:after {
    content: "";
    background-image: url(../../../templates/t3_bs3_blank/images/curveNegative.svg);
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 150%;
    height: 120px;
  }
}
body .banner {
  position: relative;
}
.layout-blog body:not(.home) .banner:after {
  background-image: url(../../../templates/t3_bs3_blank/images/curveNegative_gray.svg);
}
.layout-blog.no-leading body:not(.home) .banner:after {
  background-image: url(../../../templates/t3_bs3_blank/images/curveNegative.svg);
}
.banner img[class^='sih'],
.landing-banner img[class^='sih'],
.banner img[class*=' sih'],
.landing-banner img[class*=' sih'] {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.interior-banner {
  position: relative;
}
.interior-banner.banner-with-caption > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.interior-banner img + div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-family: bookmania, serif;
  font-size: 40px;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 767px) {
  .landing-page .breadcrumb {
    padding: 0 1rem;
  }
}
.landing-page .breadcrumb,
.landing-page .breadcrumb a {
  color: #ffffff;
}
.landing-page .landing-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.landing-page .landing-banner div,
.landing-page .landing-banner img {
  height: 100%;
}
.landing-page .article-title,
.landing-page .article-title a {
  color: #ffffff;
}
.landing-page .t3-mainbody {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.landing-page .t3-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .landing-page .t3-content {
    padding-bottom: 30px;
  }
}
.landing-page .t3-content article {
  width: 50%;
}
@media (max-width: 767px) {
  .landing-page .t3-content article {
    width: 100%;
    padding: 0 2rem;
  }
}
.landing-page .t3-content article,
.landing-page .t3-content article a {
  color: #ffffff;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 25px;
}
.breadcrumb .hasTooltip {
  display: none;
}
.article-header h1,
.article-title {
  margin-bottom: 10px;
}
.article-header h1,
.article-title,
.article-header h1 a,
.article-title a {
  color: #5d7483;
}
.t3-mainbody {
  padding-top: 10px;
}
.pagination > li > a {
  color: #5d7483;
}
.counter {
  border: none;
}
.directors .article-content img {
  min-width: 150px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .directors .article-content img {
    min-width: 140px;
    padding-right: 15px;
  }
}
.directors tr td {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .article-content img {
    max-width: 60%;
  }
}
.article-content h4 {
  font-size: 22px;
  margin-top: 25px;
  color: #9c5708;
}
.article-content .pull-left {
  margin-right: 15px;
}
.article-content .pull-right {
  margin-left: 15px;
}
.article-content a[data-toggle="collapse"] {
  color: #693a05;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceeef;
  margin-bottom: 15px;
}
.article-content a[data-toggle="collapse"].btn {
  background-color: transparent;
  text-align: left;
  padding: 0 0 10px;
  border-width: 0 0 1px 0;
}
.article-content table a[data-toggle="collapse"] {
  border: none;
  font-weight: normal;
  margin-bottom: 0;
}
.article-content table a[data-toggle="collapse"] > span {
  padding: 5px 0;
}
.article-content table .pull-left {
  margin-right: 0;
}
.article-content table .pull-right {
  margin-left: 0;
}
.layout-blog .items-leading,
.layout-blog .category-desc-wrapper {
  position: relative;
  background-color: #eceeef;
  padding: 60px 0 45px;
  margin: -30px -15px 45px;
  min-height: 320px;
}
.layout-blog .items-leading .category-desc.with-image,
.layout-blog .category-desc-wrapper .category-desc.with-image {
  position: relative;
  padding-left: calc(40% + 30px);
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .layout-blog .items-leading .category-desc.with-image,
  .layout-blog .category-desc-wrapper .category-desc.with-image {
    padding-left: 0;
    padding-top: calc(250px + 30px);
    padding-bottom: 0;
  }
}
.layout-blog .items-leading .category-desc h2 small,
.layout-blog .category-desc-wrapper .category-desc h2 small {
  font-size: 100%;
  color: #3e4e58;
}
.layout-blog .items-leading .category-image,
.layout-blog .category-desc-wrapper .category-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
@media (max-width: 991px) {
  .layout-blog .items-leading .category-image,
  .layout-blog .category-desc-wrapper .category-image {
    width: 100%;
    height: 250px;
  }
}
.layout-blog .page-subheader {
  margin-bottom: 10px;
}
.layout-blog .item {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 45px;
}
.layout-blog .item .read-more,
.layout-blog .leading .read-more {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
}
.layout-blog article.with-image {
  position: relative;
  padding-left: calc(40% + 30px);
}
@media (max-width: 991px) {
  .layout-blog article.with-image {
    padding-left: 0;
    padding-top: calc(250px + 30px);
  }
}
.layout-blog article .fa {
  display: none;
}
.layout-blog article .item-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
@media (max-width: 991px) {
  .layout-blog article .item-image {
    width: 100%;
    height: 250px;
  }
}
.layout-blog article .item-image.pull-left {
  margin: 0;
}
.layout-blog article .item-image a {
  display: block;
  height: 100%;
}
.layout-blog article .item-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-blog article .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-blog .row.odd article.with-image {
  padding-left: 0;
  padding-right: calc(40% + 30px);
}
@media (max-width: 991px) {
  .layout-blog .row.odd article.with-image {
    padding-right: 0;
    padding-top: calc(250px + 30px);
  }
}
.layout-blog .row.odd article.with-image .item-image {
  left: inherit;
  right: 0;
}
.layout-blog .article-aside {
  margin-bottom: 10px;
  color: #555555;
}
.layout-blog .t3-sidebar .nav > li {
  display: block;
}
.layout-blog .t3-sidebar .nav > li > a {
  padding-left: 0;
  padding-right: 0;
}
.layout-blog .t3-sidebar h3,
.view-article .t3-sidebar h3 {
  margin-top: 45px;
  font-size: 28px;
  color: #5d7483;
}
.layout-blog .t3-sidebar .moduletable,
.view-article .t3-sidebar .moduletable {
  margin-bottom: 15px;
}
.landing-list ul {
  column-count: 2;
}
@media (max-width: 767px) {
  .landing-list ul {
    column-count: 1;
  }
}
.landing-list ul.nav > li > a {
  color: #3e4e58;
  padding: 0;
  font-family: bookmania, serif;
  font-size: 28px;
  margin-bottom: 10px;
}
.landing-list ul > li {
  display: inline-block;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 30px;
}
.landing-list ul .read-more {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
body .off-canvas-toggle {
  position: absolute;
  font-size: 18px;
  left: 0;
  background-color: #3e4e58;
  text-align: left;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  display: none;
}
@media (max-width: 767px) {
  body .off-canvas-toggle {
    display: block;
  }
}
body .t3-off-canvas {
  background-color: #5f3844;
}
body .t3-off-canvas .t3-off-canvas-header {
  position: relative;
  z-index: 100;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
body .t3-off-canvas .t3-off-canvas-header h2 {
  line-height: 45px;
}
body .t3-off-canvas .t3-off-canvas-header .close {
  display: none;
}
body .t3-off-canvas .t3-off-canvas-body {
  padding: 12px 0;
}
.off-canvas-open .off-canvas-toggle i:before {
  content: "\f00d";
}
.mobile-menu .dl-trigger {
  opacity: 0;
}
.mobile-menu .dl-menuwrapper {
  margin-top: -50px;
}
.mobile-menu .dl-menuwrapper ul {
  background-color: transparent;
}
.mobile-menu .dl-menuwrapper li a,
.mobile-menu .dl-menuwrapper li span {
  font-family: bookmania, serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 15px 20px;
  line-height: 20px;
}
.mobile-menu .dl-menuwrapper li a:hover,
.mobile-menu .dl-menuwrapper li span:hover,
.mobile-menu .dl-menuwrapper li a:focus,
.mobile-menu .dl-menuwrapper li span:focus {
  color: #ffffff;
}
.mobile-menu .dl-menuwrapper li > a:after,
.mobile-menu .dl-menuwrapper li span:after {
  color: rgba(255, 255, 255, 0.2);
}
.mobile-menu .caret {
  display: none;
}
.mobile-menu a:hover,
.mobile-menu a:focus {
  background-color: #5d7483;
  color: #ffffff;
}
.mobile-menu .dl-menu > .dl-subviewopen > .nav-header {
  display: none;
}
.mobile-menu .dl-submenu > li:not(.dl-back) a {
  font-size: 14px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu .dl-submenu > li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile-menu .dl-submenu > li:nth-child(2) > a {
  font-size: 16px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.t3-sl-1 {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sl-1 .t3-module {
  margin-bottom: 0;
}
.t3-sl-1 ol.breadcrumb {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.latest-news-title {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #3e4e58;
}
.t3-module.latest-news {
  width: 46%;
  margin: 0 2%;
  float: left;
  position: relative;
  padding-left: 195px;
  min-height: 200px;
}
@media (max-width: 991px) {
  .t3-module.latest-news {
    padding-left: 0;
    padding-top: 215px;
  }
}
@media (max-width: 767px) {
  .t3-module.latest-news {
    width: 100%;
    margin: 0 0 30px;
  }
}
.t3-module.latest-news .img-fulltext-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 150px;
}
@media (max-width: 991px) {
  .t3-module.latest-news .img-fulltext-left {
    width: 100%;
    height: 200px;
  }
}
.t3-module.latest-news .img-fulltext-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t3-module.latest-news h3 {
  margin-top: 0;
  font-size: 22px;
}
.t3-module.latest-news h3 a {
  color: #3e4e58;
}
.t3-module.latest-news .article-info {
  display: none;
}
.t3-module p {
  font-size: 14px;
  line-height: 1.6;
}
.moduletable.instagram-feed {
  float: right;
  width: 60%;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .moduletable.instagram-feed {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.moduletable.instagram-feed > h3:before {
  content: "\f16d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 10px;
}
.moduletable.wso-calendar > h3:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 10px;
}
.t3-navhelper {
  background-color: #9c5708;
  color: #ffffff;
  border: none;
  padding: 40px 0;
}
.t3-navhelper a {
  color: #ffffff;
}
.t3-navhelper .moduletable > h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mod_events_latest {
  padding-left: 0;
  list-style: none;
}
.mod_events_latest > li {
  margin-bottom: 30px;
}
.mod_events_latest .mod_events_latest_date {
  text-transform: uppercase;
  font-size: 14px;
}
.mod_events_latest .mod_events_latest_content {
  font-family: bookmania, serif;
  font-size: 20px;
}
.t3-sidebar {
  padding-top: 0;
}
@media (max-width: 767px) {
  .t3-sidebar {
    padding-top: 20px;
  }
}
.t3-sidebar .t3-module {
  margin-bottom: 10px;
}
.t3-sidebar .sidebar-menu {
  background-color: #eceeef;
  padding: 30px;
  margin-bottom: 20px;
}
.t3-sidebar .sidebar-menu .module-title {
  margin-top: 0;
}
.t3-sidebar > .sidebar-menu > .module-title,
.t3-sidebar > .sidebar-menu > h3 {
  margin-top: 0;
}
.t3-sidebar .category-module,
.t3-sidebar .categories-module {
  padding-left: 0;
}
.t3-sidebar .category-module h4,
.t3-sidebar .categories-module h4 {
  font-family: open-sans, sans-serif;
  font-size: 18px;
}
.t3-sidebar .custom p {
  margin-bottom: 0;
}
.t3-sidebar .module-title {
  color: #3e4e58;
  font-size: 24px;
}
.t3-sidebar .dropdown-menu {
  display: block;
  position: static;
  min-width: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
}
.t3-sidebar .dropdown-menu > li > a {
  color: #9c5708;
  padding: 3px 0;
  line-height: 1.6;
  white-space: normal;
}
.t3-sidebar .dropdown-menu > li.active > a {
  background-color: transparent;
  color: #693a05;
}
.t3-sidebar .dropdown-menu > li.active > a:hover,
.t3-sidebar .dropdown-menu > li.active > a:focus {
  color: #693a05;
}
.t3-sidebar .nav {
  margin-top: -15px;
}
.t3-sidebar .nav > li {
  display: none;
}
.t3-sidebar .nav > li.current,
.t3-sidebar .nav > li.active.deeper {
  display: block;
}
.t3-sidebar .nav > li.current > a,
.t3-sidebar .nav > li.active.deeper > a {
  color: #5d7483 !important;
  background-color: transparent !important;
  padding: 3px 0;
  font-size: 24px;
  font-family: bookmania, serif;
  margin-top: 15px;
}
.t3-sidebar .nav > li.current > a:hover,
.t3-sidebar .nav > li.active.deeper > a:hover,
.t3-sidebar .nav > li.current > a:focus,
.t3-sidebar .nav > li.active.deeper > a:focus {
  color: #693a05;
}
.t3-sidebar .nav > li.current ul,
.t3-sidebar .nav > li.active.deeper ul {
  padding-left: 0;
}
.t3-sidebar .nav > li.current.active > a,
.t3-sidebar .nav > li.active.deeper.parent > a {
  display: none;
}
.t3-sidebar .nav > li .caret {
  display: none;
}
.t3-sidebar .dynamic-menu .nav > li.active.deeper.parent > a {
  display: block;
}
.t3-sidebar .btn {
  display: block;
}
.rl_sliders.accordion > .accordion-group {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
  background-color: transparent;
  color: #693a05;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle:before {
  content: "\f056";
}
.rl_sliders.accordion > .accordion-group div.accordion-heading a.accordion-toggle {
  padding: 10px 0 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.rl_sliders.accordion > .accordion-group div.accordion-heading a.accordion-toggle:hover,
.rl_sliders.accordion > .accordion-group div.accordion-heading a.accordion-toggle:focus {
  background-color: transparent;
  color: #693a05;
}
.rl_sliders.accordion > .accordion-group div.accordion-heading a.accordion-toggle:before {
  content: "\f055";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 10px;
  left: 0;
}
.sidebar-social a {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-social a i {
  margin-right: 5px;
}
.eb-dialog {
  padding: 0 !important;
  overflow: hidden;
}
.eb-inst div.eb-content {
  color: #ffffff;
  background-color: #5d7483;
  width: 50%;
  padding: 30px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .eb-inst div.eb-content {
    width: 100%;
    margin-top: 200px;
  }
}
.eb-inst div.eb-content h2 {
  font-size: 32px;
  text-transform: uppercase;
}
.eb-inst div.eb-content .btn-outline {
  background-color: #3e4e58;
  margin-top: 15px;
}
.eb-inst div.eb-content .btn-outline:hover,
.eb-inst div.eb-content .btn-outline:focus {
  color: #ffffff;
  background-color: #334149;
}
.eb-inst img {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .eb-inst img {
    left: 0;
    height: 200px;
  }
}
.search-results .result-title {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .search-results .result-title {
    margin-top: 30px;
  }
}
.view-search .input-group input,
.view-search .input-group span,
.view-search .input-group button {
  height: 40px;
}
.view-search .input-group button {
  line-height: 40px;
  padding: 0 12px;
  background-color: #5f3844;
  color: #ffffff;
  border: none;
}
.j2store-product-list > .row {
  display: flex;
  flex-direction: column-reverse;
}
.j2store-product-list .col-sm-3,
.j2store-product-list .col-sm-9 {
  width: 100%;
}
.j2store-product-list .j2store-products-row {
  display: flex;
  align-items: flex-end;
}
.j2store-product-list .j2store-products-row h2 {
  font-size: 22px;
}
.j2store-product-list .j2store-thumbnail-image,
.j2store-product-list h2.product-title,
.j2store-product-list .product-price-container {
  text-align: center;
}
.j2store-product-list .j2store-cart-button {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 2px;
}
.price-sku-brand-container {
  display: flex;
}
.price-sku-brand-container .col-sm-6 {
  width: 100%;
}
.sale-price {
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.sale-price:before {
  content: "$";
  position: absolute;
  font-size: 16px;
  left: 0;
}
.j2store-mainimage {
  text-align: center;
}
.j2store-add-to-cart .btn {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .j2store-add-to-cart .btn {
    font-size: 10px;
  }
}
#j2store-product-detail-tab {
  margin-top: 30px;
}
.com_j2store .btn-success {
  background-color: #9c5708;
  border: none;
}
#productFilters .btn {
  font-size: 16px;
  padding: 8px 30px 2px;
  border: none;
}
.j2store-cart-table .remove-icon {
  background-color: transparent;
  padding: 0;
  color: #5f3844;
  border: none;
}
.view-month #jevents_header {
  display: none;
}
.view-month #jevents_body .month_date,
.view-month #jevents_body .new-navigation {
  float: left;
  width: auto;
}
.view-month #jevents_body .new-navigation {
  margin-left: 30px;
  margin-top: 3px;
  margin-bottom: 30px;
}
.view-month #jevents_body .new-navigation .nav-items {
  width: 100%;
}
.view-month #jevents_body .new-navigation .nav-items > div {
  padding: 0;
  border-color: #5d7483 !important;
}
.view-month #jevents_body .new-navigation .nav-items > div:first-child,
.view-month #jevents_body .new-navigation .nav-items > div:last-child {
  border-radius: 0;
}
.view-month #jevents_body .new-navigation .nav-items > div.active > a {
  background-color: #5d7483 !important;
  color: #ffffff;
}
.view-month #jevents_body .new-navigation .nav-items > div > a {
  display: block;
  font-family: bookmania, serif;
  padding: 6px 12px;
  color: #5d7483;
}
.view-month #jevents_body .new-navigation .nav-items > div > a:hover {
  background-color: #5d7483 !important;
  color: #ffffff;
}
.view-month .month_title,
.view-month .month_title_year {
  font-size: 24px;
}
#jevents_body {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  #jevents_body {
    overflow: hidden;
  }
}
#jevents_body .jev_evdt {
  padding: 0;
}
#jevents_body .jev_evdt .jev_evdt_creator {
  display: none;
}
#jevents_body #jev_maincal {
  border-top-width: 0;
}
#jevents_body div.jev_toprow.jev_monthv {
  border-color: #5d7483;
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding: 10px 0;
  clear: both;
}
@media (max-width: 767px) {
  #jevents_body div.jev_toprow.jev_monthv {
    padding: 2px 0;
  }
}
#jevents_body div.jev_toprow div.previousmonth,
#jevents_body div.jev_toprow div.nextmonth,
#jevents_body div.jev_toprow div.currentmonth {
  background-color: transparent !important;
  border: none !important;
  font-weight: normal;
}
#jevents_body div.jev_toprow div.previousmonth:hover,
#jevents_body div.jev_toprow div.nextmonth:hover,
#jevents_body div.jev_toprow div.currentmonth:hover,
#jevents_body div.jev_toprow div.previousmonth:focus,
#jevents_body div.jev_toprow div.nextmonth:focus,
#jevents_body div.jev_toprow div.currentmonth:focus {
  font-weight: normal;
}
#jevents_body div.jev_toprow div.previousmonth:hover a,
#jevents_body div.jev_toprow div.nextmonth:hover a,
#jevents_body div.jev_toprow div.currentmonth:hover a,
#jevents_body div.jev_toprow div.previousmonth:focus a,
#jevents_body div.jev_toprow div.nextmonth:focus a,
#jevents_body div.jev_toprow div.currentmonth:focus a {
  font-weight: normal;
}
@media (max-width: 767px) {
  #jevents_body div.jev_toprow div.previousmonth,
  #jevents_body div.jev_toprow div.nextmonth,
  #jevents_body div.jev_toprow div.currentmonth {
    width: auto;
  }
}
#jevents_body div.jev_toprow div.nextmonth a,
#jevents_body div.jev_toprow div.previousmonth a {
  color: #3e4e58;
  font-size: 16px;
}
#jevents_body div.jev_toprow div.nextmonth a:hover,
#jevents_body div.jev_toprow div.previousmonth a:hover,
#jevents_body div.jev_toprow div.nextmonth a:focus,
#jevents_body div.jev_toprow div.previousmonth a:focus {
  font-weight: normal;
}
#jevents_body div.jev_toprow div.nextmonth a:before,
#jevents_body div.jev_toprow div.previousmonth a:before,
#jevents_body div.jev_toprow div.nextmonth a:after,
#jevents_body div.jev_toprow div.previousmonth a:after {
  font-size: 14px;
  color: #5d7483;
}
#jevents_body div.jev_toprow div.nextmonth a:before:hover,
#jevents_body div.jev_toprow div.previousmonth a:before:hover,
#jevents_body div.jev_toprow div.nextmonth a:after:hover,
#jevents_body div.jev_toprow div.previousmonth a:after:hover,
#jevents_body div.jev_toprow div.nextmonth a:before:focus,
#jevents_body div.jev_toprow div.previousmonth a:before:focus,
#jevents_body div.jev_toprow div.nextmonth a:after:focus,
#jevents_body div.jev_toprow div.previousmonth a:after:focus {
  color: #3e4e58;
  font-weight: normal;
}
#jevents_body div.jev_toprow div.currentmonth {
  padding-left: 35px;
  padding-right: 35px;
  color: #3e4e58 !important;
}
#jevents_body div.jev_toprow div.previousmonth {
  text-align: left !important;
  padding-left: 5px;
}
@media (max-width: 767px) {
  #jevents_body div.jev_toprow div.previousmonth {
    padding-left: 0;
  }
}
#jevents_body div.jev_toprow div.nextmonth {
  text-align: right !important;
  padding-right: 5px;
}
@media (max-width: 767px) {
  #jevents_body div.jev_toprow div.nextmonth {
    padding-right: 0;
  }
}
#jevents_body .jev_underlay .jev_underlay_daynum_today div {
  background-color: #9f8c92;
}
#jevents_body .jev_daysnames span {
  display: block;
  padding: 10px;
}
#jevents_body div.jev_daynum_outofmonth span {
  font-weight: normal;
  font-size: 12px;
  opacity: 0.5;
}
#jevents_body .event_legend_container + br {
  display: none;
}
#jevents_body div.event_legend_name {
  border-left-width: 4px;
}
#jevents_body div.event_legend_item {
  margin-left: 10px;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #jevents_body .jev_listrowblock .jev_daysnames {
    width: 100% !important;
    height: 45px;
  }
}
#jevents_body a.cal_titlelink:link,
#jevents_body a.cal_titlelink:visited,
#jevents_body a.cal_titlelink:hover {
  padding: 1rem;
  font-family: open-sans, sans-serif;
  font-size: 13px;
}
div.event_legend_name {
  font-weight: normal;
}
.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
  height: 30px;
  border-radius: 0 !important;
  min-width: 50%;
}
.mobile-menu .dl-trigger {
  opacity: 0;
}
.mobile-menu .dl-menuwrapper {
  margin-top: -50px;
}
.mobile-menu .dl-menuwrapper ul {
  background-color: transparent;
}
.mobile-menu .dl-menuwrapper li a {
  color: #ffffff;
  text-transform: uppercase;
}
.mobile-menu .dl-menuwrapper li a:hover,
.mobile-menu .dl-menuwrapper li a:focus {
  color: #ffffff;
}
.mobile-menu .dl-menuwrapper li > a:after {
  color: rgba(255, 255, 255, 0.2);
}
.mobile-menu .dl-menuwrapper .nav-header {
  display: block;
  color: #ffffff;
  padding: 15px;
}
.mobile-menu .caret {
  display: none;
}
.mobile-menu a:hover,
.mobile-menu a:focus {
  background-color: #5d7483;
  color: #ffffff;
}
.mobile-menu .dl-submenu > li:not(.dl-back) a {
  font-size: 14px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu .dl-submenu > li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile-menu .dl-submenu > li:nth-child(2) > a {
  font-size: 16px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.t3-footer {
  background-color: #5d7483;
  color: #ffffff;
  border: none;
}
.t3-footer a {
  color: #ffffff;
}
.t3-footer ul {
  padding-left: 0;
}
.t3-footer .moduletable.footer-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 15px;
}
@media (max-width: 767px) {
  .t3-footer .moduletable.footer-menu {
    border-left: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.t3-footer .footer-menu.popular ul {
  column-count: 2;
}
.t3-footer .footer-menu ul {
  list-style: none;
  padding-left: 0;
}
.t3-footer .footer-menu ul > li > a {
  display: block;
  padding: 3px;
}
.t3-footer .footer-menu ul em {
  font-style: normal;
}
.t3-footer .nav > li > a {
  padding: 3px;
}
.t3-footnav {
  padding: 30px 0;
}
.footer-copyright ul {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}
.footer-copyright ul > li {
  display: inline-block;
  margin-left: 15px;
}
.t3-copyright {
  background-color: #3e4e58;
  color: #ffffff;
  border: none;
  padding: 15px;
}
.t3-copyright .footer-menu {
  float: left;
}
@media (max-width: 767px) {
  .t3-copyright .footer-menu {
    float: none;
    text-align: center;
  }
}
.t3-copyright .footer-menu > li {
  float: left;
  border-right: 1px solid #ffffff;
  padding-right: 8px;
  margin-right: 8px;
  margin-top: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .t3-copyright .footer-menu > li {
    float: none;
    display: inline-block;
    padding-left: 8px;
    margin: 0 0 15px;
  }
}
.t3-copyright .footer-menu > li.active > a {
  background-color: transparent;
}
.t3-copyright .footer-menu > li:last-child {
  border-right: 0;
}
.t3-copyright .footer-menu > li > a {
  display: block;
}
@media (max-width: 767px) {
  .t3-copyright .footer-menu > li > a {
    display: inline-block;
  }
}
.t3-copyright .copyright {
  margin-bottom: 0;
}
.t3-copyright a {
  color: #ffffff;
}