img {
  max-width: 100%;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

#headerWrap .t3-header {
  padding-bottom: 20px;
  padding-top: 20px;
}
#headerWrap .t3-header .logo-image {
  margin-top: 15px;
}
@media (max-width: 991px) {
  #headerWrap .t3-header .logo-image {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #headerWrap .t3-header .logo-image {
    margin-bottom: 5px;
    margin-top: 0;
  }
}
#headerWrap .t3-header .head-search {
  margin: 20px 0 10px;
  text-align: right;
}
@media (max-width: 991px) {
  #headerWrap .t3-header .head-search {
    margin-top: 0;
  }
}
#headerWrap .t3-header .head-search .fa {
  font-size: 30px;
}
#headerWrap .t3-header .ticker {
  text-align: right;
}
@media (max-width: 767px) {
  #headerWrap .t3-header .ticker {
    text-align: center;
  }
}
#headerWrap .t3-header .ticker .t3-module {
  margin-bottom: 0;
}
#headerWrap .t3-header .ticker .t3-module .module-title {
  font-size: 18px;
  margin-bottom: 4px;
  text-align: center;
}
#headerWrap .t3-header .languageswitcherload {
  text-align: right;
}
#headerWrap .t3-header .languageswitcherload table {
  font-size: 12px !important;
}
@media (max-width: 1199px) {
  #headerWrap .t3-header .languageswitcherload table {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  #headerWrap .t3-header .languageswitcherload table {
    font-size: 14px !important;
  }
}

#promo {
  border-bottom: 3px solid #fc6e09;
}

.home #mainbody .t3-mainbody .t3-content .itemHeader {
  width: 50%;
}
@media (max-width: 1199px) {
  .home #mainbody .t3-mainbody .t3-content .itemHeader {
    width: 100%;
  }
}
.home #mainbody .t3-mainbody .t3-content .itemHeader h2.itemTitle {
  border-bottom: 3px solid #fc6e09;
  color: #000000;
}
.home #mainbody .t3-mainbody .t3-content .itemHeader h2.itemTitle span {
  border: 0;
}
.home #mainbody .t3-mainbody .t3-sidebar .t3-module {
  margin-bottom: 0;
}

#mainbody .t3-mainbody {
  padding-bottom: 15px;
  padding-top: 15px;
}
#mainbody .t3-mainbody .t3-content {
  padding-bottom: 15px;
  padding-top: 15px;
}

.t3-sidebar {
  padding-bottom: 15px;
  padding-top: 15px;
}
.t3-sidebar .t3-module {
  margin-bottom: 30px;
}

#spotlight-1 .t3-sl-1 {
  padding-bottom: 0;
  padding-top: 0;
}
#spotlight-1 .t3-sl-1 .t3-module {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  #spotlight-1 .t3-sl-1 .t3-module {
    margin-bottom: 20px;
  }
}
#spotlight-1 .t3-sl-1 .t3-module:hover .btn {
  background: #053769;
}
#spotlight-1 .t3-sl-1 .t3-module:hover .moduleItemIntrotext .itemReadMore .moduleItemReadMore {
  opacity: 1;
}
#spotlight-1 .t3-sl-1 .t3-module .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767px) {
  #spotlight-1 .t3-sl-1 .t3-module .btn {
    margin-bottom: 10px;
  }
}
#spotlight-1 .t3-sl-1 .t3-module img {
  display: block;
  margin: 0 auto;
}
#spotlight-1 .t3-sl-1 .t3-module .moduleItemIntrotext {
  position: relative;
}
#spotlight-1 .t3-sl-1 .t3-module .moduleItemIntrotext .itemReadMore .moduleItemReadMore {
  background: rgba(0, 0, 0, 0.6);
  bottom: -1px;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
}
#spotlight-1 .t3-sl-1 .t3-module .moduleItemIntrotext .itemReadMore .moduleItemReadMore:hover {
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  #spotlight-1 .t3-sl-1 .t3-module .moduleItemIntrotext .itemReadMore .moduleItemReadMore {
    font-size: 20px;
  }
}
#spotlight-1 .t3-sl-1 .t3-module .K2LinkedItemContainer {
  display: none !important;
}

#spotlight-2 .t3-sl-2 {
  padding-bottom: 30px;
  padding-top: 30px;
}
#spotlight-2 .t3-sl-2 .t3-module {
  margin-bottom: 0;
}
#spotlight-2 .t3-sl-2 .t3-module h3.module-title {
  border-bottom: 3px solid #fc6e09;
  font-size: 45px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 30%;
}
@media (max-width: 1199px) {
  #spotlight-2 .t3-sl-2 .t3-module h3.module-title {
    width: 40%;
  }
}
@media (max-width: 991px) {
  #spotlight-2 .t3-sl-2 .t3-module h3.module-title {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #spotlight-2 .t3-sl-2 .t3-module h3.module-title {
    width: 100%;
  }
}
#spotlight-2 .t3-sl-2 .t3-module .btn {
  width: 100%;
}

.t3-navhelper {
  background: #07519a;
}
.t3-navhelper .breadcrumb {
  background: #07519a;
}
.t3-navhelper .breadcrumb li,
.t3-navhelper .breadcrumb li a {
  color: #ffffff;
  text-transform: uppercase;
}

#footerWrap .t3-footer {
  border-top: 3px solid #07519a;
}
@media (max-width: 767px) {
  #footerWrap .t3-footer {
    background: none;
    text-align: center;
  }
}
#footerWrap .t3-footer .t3-footnav {
  padding: 30px 0;
}
@media (max-width: 991px) {
  #footerWrap .t3-footer .t3-footnav {
    padding: 0;
  }
}
#footerWrap .t3-footer .t3-footnav .t3-module {
  background: none;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #footerWrap .t3-footer .t3-footnav .t3-module {
    margin: 0 auto 70px;
  }
}
@media (max-width: 767px) {
  #footerWrap .t3-footer .t3-footnav .t3-module {
    margin: 0 auto;
  }
}
#footerWrap .t3-footer .t3-footnav .t3-module h3.module-title {
  text-align: left;
}
#footerWrap .t3-footer .t3-footnav .t3-module h3 {
  color: #fc6e09;
  font-size: 26px;
  font-weight: 400;
  margin-top: 0px;
  letter-spacing: 4px;
  text-align: right;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #footerWrap .t3-footer .t3-footnav .t3-module h3 {
    margin-top: 0;
    text-align: center;
  }
}
#footerWrap .t3-copyright {
  border: 0;
  padding: 0 0 10px;
}

@media (max-width: 767px) {
  
  .col-xs-6 {
    width: 100% !important;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .equalize {
    height: auto !important;
  }
  
  #headerWrap .t3-header {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #headerWrap .t3-header .head-search,
  #headerWrap .t3-header .languageswitcherload {
    margin: 15px 0 0;
    text-align: center;
  }
  #headerWrap .t3-header .head-search table,
  #headerWrap .t3-header .languageswitcherload table {
    text-align: center;
  }
  #headerWrap .t3-header .head-search table tr,
  #headerWrap .t3-header .languageswitcherload table tr {
    float: left;
    width: 100%;
  }
  #headerWrap .t3-header .head-search table th,
  #headerWrap .t3-header .languageswitcherload table th,
  #headerWrap .t3-header .head-search table td,
  #headerWrap .t3-header .languageswitcherload table td,
  #headerWrap .t3-header .head-search table tr,
  #headerWrap .t3-header .languageswitcherload table tr {
    border: 0 !important;
    display: initial !important;
    text-align: center !important;
  }
  
  .n2-ss-layer.layer2 {
    top: 50% !important;
  }
  
  #spotlight-1 .t3-sl-1,
  #spotlight-2 .t3-sl-1,
  #spotlight-1 .t3-sl-2,
  #spotlight-2 .t3-sl-2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}