body {
  font-family: sans-serif;
  background: #1b2027 !important;
}
a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  background: transparent;
}
.nav > li > a:hover {
  background: transparent;
}
#t3-top .moduletable {
  padding-top: 10px;
  padding-bottom: 0px;
}
#t3-footer {
  position: relative;
  margin-top: 0;
  background: #1b2027;
  overflow: hidden;
}
#t3-footer .moduletable {
  padding-bottom: 0px;
}
#t3-footer .footer-1 {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}
#t3-footer .footer-1 .moduleTitle:before {
  display: none;
}
#t3-footer .footer-1 .custom img {
  margin-bottom: 20px;
}
#t3-footer .footer-1 .mod-newsflash-adv {
  padding-bottom: 0px;
}
#t3-footer .footer-1 .mod-newsflash-adv .item__module {
  margin-bottom: 0px;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_img {
  margin-bottom: 20px;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_title {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_title a {
  color: #222931;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_title a:hover {
  color: #0a7ae3;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_createdby,
#t3-footer .footer-1 .mod-newsflash-adv .item_published {
  font-size: 13px;
  text-transform: uppercase;
  color: #848a90;
}
#t3-footer .footer-1 .menu li:before {
  content: "\ec3c";
  display: inline-block;
  font-family: 'Linearicons';
  color: #0a7ae3;
  font-size: 8px;
  line-height: 30px;
}
#t3-footer .footer-1 .menu li a,
#t3-footer .footer-1 .menu li span {
  font-size: 15px;
  line-height: 30px;
  color: #5f656d;
  font-weight: 400;
  text-transform: capitalize;
}
#t3-footer .footer-1 .menu li a:hover,
#t3-footer .footer-1 .menu li span:hover {
  color: #0a7ae3;
}
#t3-footer .footer-1 .customcontactinfo ul {
  margin-bottom: 0px;
  padding-top: 22px;
}
#t3-footer .footer-1 .customcontactinfo ul li {
  font-size: 15px;
  line-height: 30px;
  color: #5f656d;
  font-family: 'Open Sans', sans-serif;
}
#t3-footer .footer-1 .customcontactinfo ul li:before {
  color: #0a7ae3;
}
#t3-footer .footer-1 .customcontactinfo ul li span {
  padding-left: 8px;
  display: inline-block;
}
#t3-footer .footer-1 .customcontactinfo ul li a {
  color: #5f656d;
}
#t3-footer .footer-1 .customcontactinfo ul li a:hover {
  color: #0a7ae3;
}
.item_img a {
  position: relative;
}
.item_img a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  background: rgba(10, 122, 227, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item_img a:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
#t3-top {
  background: #1b2027;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top {
    padding-top: 60px;
  }
}
#t3-top .phone {
  float: left;
  width: auto;
  padding: 8px 0;
  margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .phone {
    width: auto;
    margin: 0 auto;
    display: table;
    float: none;
  }
}
#t3-top .phone p {
  margin-bottom: 0px;
}
#t3-top .phone a {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
#t3-top .phone a em {
  margin-left: 7px;
  font-style: normal;
}
#t3-top .phone a:hover {
  color: #0a7ae3;
}
#t3-top .headertop {
  width: auto;
  float: right;
  padding: 8px 0;
  color: #e0e0e0;
}
#t3-top .headertop a {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .headertop {
    width: auto;
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
}
#t3-top .headertop .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#t3-top .headertop .menu li {
  float: left;
  margin-left: 15px;
  line-height: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .headertop .menu li {
    margin: 0 6px;
  }
}
#t3-top .headertop .menu li a {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
#t3-top .headertop .menu li a span {
  padding-left: 7px;
}
#t3-top .headertop .menu li a:hover {
  color: #0a7ae3;
}
#t3-top .headertop .menu li.active a {
  color: #0a7ae3;
}
#t3-top .switcher {
  float: left;
  margin-right: 10px;
  padding: 8px 0;
}
#t3-top .switcher a {
  color: #fff;
}
#t3-top .switcher a:hover {
  color: #0a7ae3;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .switcher {
    float: none;
    display: table;
    margin: 0 auto 0px!important;
    width: auto;
    text-align: center;
  }
}
#t3-top .switcher .mod-languagesswitcher {
  line-height: 20px;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  top: -1px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle:after {
  content: '\f107';
  font-family: FontAwesome;
  pointer-events: none;
  margin-left: 4px;
  color: #fff;
  position: relative;
  top: 0px;
  font-weight: 400;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle:hover {
  color: #0a7ae3;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle:hover:after {
  color: #0a7ae3;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle img {
  display: none;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu {
  width: auto;
  min-width: 90px;
  padding: 10px;
  position: absolute;
  left: 8px;
  top: 17px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  float: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu {
    right: auto;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a {
  color: #586077;
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0px;
  background: none;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a:hover,
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a.active {
  color: #0a7ae3;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a.active {
  cursor: default;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a img {
  position: relative;
  top: -1px;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li.lang-active a {
  cursor: default;
  color: #0a7ae3;
}
#t3-top .switcher .mod-languagesswitcher .heading.open .dropdown-toggle {
  color: #0a7ae3;
}
#t3-top .switcher .mod-languagesswitcher .heading.open .dropdown-toggle:after {
  content: '\f106';
  font-family: FontAwesome;
  pointer-events: none;
  color: #0a7ae3;
}
.t3-header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
}
.moduletable.header-logo {
  float: right;
  width: auto;
  padding-top: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.header-logo {
    float: none;
    width: auto;
    display: table;
    margin: 0 auto;
    text-align: center;
  }
}
.moduletable.header-logo ul {
  overflow: hidden;
  margin: 0;
}
.moduletable.header-logo ul li {
  float: left;
  padding: 10px 0 10px 65px;
  border-left: 1px solid #e6e8e8;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222931;
  position: relative;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.header-logo ul li {
    float: none;
    display: block;
    border-left: none;
  }
}
.moduletable.header-logo ul li a {
  color: #222931;
}
.moduletable.header-logo ul li a:hover {
  color: #0a7ae3;
}
.moduletable.header-logo ul li span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #5f656d;
}
.moduletable.header-logo ul li:first-child {
  border-left: none;
  padding-right: 25px;
}
.moduletable.header-logo ul li.phone:before {
  content: "\eaa6";
  font-family: 'Linearicons';
  font-size: 29px;
  line-height: 30px;
  color: #0a7ae3;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 14px;
}
.moduletable.header-logo ul li.data:before {
  content: "\ebe8";
  font-family: 'Linearicons';
  font-size: 29px;
  line-height: 30px;
  color: #0a7ae3;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 14px;
}
#t3-mainnav {
  background: #0a7ae3;
}
.flex-wrapper {
  position: relative;
  z-index: 1;
}
.moduletable.tophead,
.moduletable.tophead.jmoddiv.jmodinside {
  overflow: hidden;
  position: absolute !important;
  right: 15px !important;
  top: 20px !important;
  z-index: 1111;
  left: auto !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.tophead,
  .moduletable.tophead.jmoddiv.jmodinside {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    text-align: center;
    display: table;
    margin: 0 auto;
    z-index: 1;
  }
}
.moduletable.tophead ul,
.moduletable.tophead.jmoddiv.jmodinside ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.moduletable.tophead ul li,
.moduletable.tophead.jmoddiv.jmodinside ul li {
  float: left;
  padding: 5px 25px;
  border-left: 1px solid #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.tophead ul li,
  .moduletable.tophead.jmoddiv.jmodinside ul li {
    border-color: #000;
  }
}
.moduletable.tophead ul li:first-child,
.moduletable.tophead.jmoddiv.jmodinside ul li:first-child {
  border-left: none;
}
.moduletable.tophead ul li a,
.moduletable.tophead.jmoddiv.jmodinside ul li a {
  color: #fff;
  padding: 0px;
  background: none !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.tophead ul li a,
  .moduletable.tophead.jmoddiv.jmodinside ul li a {
    color: #000;
  }
}
.moduletable.tophead ul li a:hover,
.moduletable.tophead.jmoddiv.jmodinside ul li a:hover {
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.tophead ul li a:hover,
  .moduletable.tophead.jmoddiv.jmodinside ul li a:hover {
    color: #0a7ae3;
  }
}
.t3-wrapper {
  background: #fff !important;
  width: 100%;
  padding-top: 0px;
}
.t3-wrapper .container-fullwidth {
  padding: 0px;
}
.logo {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-image {
    padding-top: 8px;
  }
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 0px;
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
body:not(.view-category) .t3-mainbody {
  padding-top: 40px;
  padding-bottom: 70px;
}
.t3-footer {
  background: #0d5190;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .footer_logoimage {
  display: inline-block;
  margin-top: 19px;
}
.t3-footer .footer_slogan {
  color: white;
}
.t3-footer .footer_logo_aftertext {
  margin-top: 26px;
}
.t3-footer .foot-list {
  overflow: hidden;
  width: 100%;
}
.t3-footer .foot-list li {
  float: left;
  width: 33.33%;
}
#t3-footer .VMmenu,
#t3-footer .menu {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
}
#t3-footer .VMmenu li a,
#t3-footer .menu li a {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
#t3-footer .VMmenu li a:hover,
#t3-footer .menu li a:hover {
  color: #0a7ae3;
}
#t3-footer .VMmenu li > span,
#t3-footer .menu li > span,
#t3-footer .VMmenu li em,
#t3-footer .menu li em {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
#t3-footer .VMmenu li.active a,
#t3-footer .menu li.active a,
#t3-footer .VMmenu li.active span,
#t3-footer .menu li.active span,
#t3-footer .VMmenu li.active em,
#t3-footer .menu li.active em {
  color: #0a7ae3;
}
.t3-footnav {
  padding: 24px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 48px 0;
  }
}
.t3-footnav .t3-module {
  background: #0d5190;
  color: #555555;
  margin-top: 12px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title {
  color: #5f656d;
  font-size: 19px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #555555;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555555;
}
.t3-copyright {
  font-size: 13px;
  padding: 48px 0 96px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  text-align: left;
  margin: 0px;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.copyright .privacy_link {
  color: white;
}
.copyright .privacy_link:hover {
  color: #0a7ae3;
}
.copyright .nav.menu {
  overflow: hidden;
  width: auto;
  display: table;
  margin: 0 auto;
  padding-top: 24px;
}
.copyright .nav.menu li {
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
}
.copyright .nav.menu li a {
  color: #b9b9b7;
  padding: 0px;
}
.copyright .nav.menu li a:hover {
  color: #0a7ae3;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-top {
  bottom: 90px;
  position: fixed;
  right: 20px;
  -webkit-transform: translateZ(0);
  z-index: 9999;
  display: none;
}
#back-top a {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  font: 34px/34px FontAwesome;
  color: #0a7ae3;
}
#back-top a > span:before {
  content: "\f0aa";
}
#back-top a:hover,
#back-top a:focus,
#back-top a:active {
  color: #5f656d;
  text-decoration: none;
}
#modal .modalClose,
#modal2 .modalClose {
  color: #fff;
  width: 30px;
  height: 30px;
  text-shadow: none;
  font-size: 30px;
  padding: 0 0 6px 0;
  margin: 0px 0 0 0;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  opacity: 100;
  filter: alpha(opacity=10000);
  background: rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  box-sizing: border-box;
}
#modal .modalClose:hover,
#modal2 .modalClose:hover {
  background: rgba(0, 0, 0, 0.7);
}
#modal .modal-dialog,
#modal2 .modal-dialog {
  margin: 0px;
  top: 50%;
  bottom: auto;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 767px) {
  #modal .modal-dialog,
  #modal2 .modal-dialog {
    min-width: 300px;
  }
}
#modal .modal-content,
#modal2 .modal-content {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#modal .top_search,
#modal2 .top_search {
  width: 100%;
  padding-bottom: 0px;
}
#modal .top_search .modal-body,
#modal2 .top_search .modal-body {
  padding: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #modal .top_search .form-search,
  #modal2 .top_search .form-search {
    padding: 20px;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #modal .top_search,
  #modal2 .top_search {
    text-align: center;
  }
}
#modal .top_search .inputbox,
#modal2 .top_search .inputbox {
  width: 70%;
  border: none;
  border: 1px solid #fff;
  margin-right: -3px;
}
#modal .top_search .inputbox::-moz-placeholder,
#modal2 .top_search .inputbox::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#modal .top_search .inputbox:-ms-input-placeholder,
#modal2 .top_search .inputbox:-ms-input-placeholder {
  color: #ffffff;
}
#modal .top_search .inputbox::-webkit-input-placeholder,
#modal2 .top_search .inputbox::-webkit-input-placeholder {
  color: #ffffff;
}
#modal .top_search .inputbox::-moz-placeholder,
#modal2 .top_search .inputbox::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#modal .top_search .inputbox:-ms-input-placeholder,
#modal2 .top_search .inputbox:-ms-input-placeholder {
  color: #ffffff;
}
#modal .top_search .inputbox::-webkit-input-placeholder,
#modal2 .top_search .inputbox::-webkit-input-placeholder {
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #modal .top_search .inputbox,
  #modal2 .top_search .inputbox {
    margin: 0 0 4px 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
#modal2 .modal-body {
  background: #fff;
}
#modal2 .modal-body .ul-jlslogin {
  padding-top: 14px;
}
.modal-backdrop.fade {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}
.flex-wrapper {
  position: relative;
  z-index: 1;
}
.acymailing_module_form .acymailing_form > p {
  position: relative;
}
.tag-category #adminForm .filters {
  margin: 0px;
}
.tag-category #adminForm .category {
  border-top: none;
}
.tag-category #adminForm .category li {
  border-top: none;
  border-bottom: none;
  padding: 0px;
  background: none;
  margin-top: 30px;
}
.tag-category #adminForm .category li img {
  margin-top: 0px;
  margin-bottom: 30px;
  max-width: 500px;
}
.tag-category #adminForm .category li:first-child {
  margin-top: 0px;
}
.row-slide-mod {
  margin: 0 -15px;
}
.row-slide-mod .itemslide {
  padding: 0 15px;
}
.owl-stage-outer {
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.owl-stage-outer .owl-stage {
  padding: 0px !important;
}
.mod-newsflash-adv__team .item .item_title {
  margin-top: 20px;
}
.moduletable.homemap {
  padding-bottom: 0px;
}
.view-contact #t3-breadcrumbs {
  margin-bottom: 0px;
}
.view-contact #t3-mainbody {
  padding-top: 0px;
  padding-bottom: 60px;
}
#t3-mainbody {
  padding-top: 30px;
  padding-bottom: 30px;
}
.com_virtuemart #t3-mainbody {
  padding-top: 60px;
  padding-bottom: 60px;
}
.elements .position-1 {
  padding-top: 30px;
}
.container-full {
  width: 100%;
}
.body__team #t3-mainbody {
  padding: 0px;
}
.com_config label {
  display: inline-block;
}
.com_config select {
  display: block !important;
  padding-left: 5px;
  padding-right: 5px;
}
.com_config .chzn-container {
  display: none !important;
}
.com_config .chzn-container .search-choice-close {
  display: none;
}
.com_config .chzn-container .chzn-search {
  width: 100%;
  overflow: hidden;
}
.calendar-container {
  max-width: 320px;
}
.calendar-container .table {
  max-width: 310px;
}
body.mobile_mode.mobile #style_switcher {
  top: 51px !important;
}
@media (max-width: 767px) {
  .com_joomgallery .fancybox-wrap {
    position: absolute !important;
  }
}
.container .container {
  width: 100%;
  max-width: 1170px;
}
.moduletable.custom .customcustom {
  overflow: hidden;
}
.moduletable.custom .customcustom h2 {
  color: #0a7ae3;
  float: left;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 12px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .moduletable.custom .customcustom h2 {
    float: none;
  }
}
.moduletable.custom .customcustom .slogan {
  float: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable.custom .customcustom .slogan {
    padding-top: 2px;
    width: 40%;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .moduletable.custom .customcustom .slogan {
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
  }
}
.moduletable.custom .customcustom .btn {
  float: right;
}
@media (min-width: 320px) and (max-width: 991px) {
  .moduletable.custom .customcustom .btn {
    float: none;
  }
}
.home-blog .mod-newsflash-adv .item__module {
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home-blog .mod-newsflash-adv .item__module {
    margin-bottom: 20px;
  }
}
.home-blog .mod-newsflash-adv .item__module .img-intro {
  margin: 0px;
}
.home-blog .mod-newsflash-adv .item__module .item_content {
  background: #fff;
  padding: 30px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .home-blog .mod-newsflash-adv .item__module .item_content {
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home-blog .mod-newsflash-adv .item__module .item_content {
    padding: 10px;
  }
}
.home-blog .mod-newsflash-adv .item__module .item_content .item_title {
  margin-bottom: 12px;
}
.home-blog .mod-newsflash-adv .item__module .item_content .item_title a {
  color: #222931;
}
.home-blog .mod-newsflash-adv .item__module .item_content .item_title a:hover {
  color: #0a7ae3;
}
.home-blog .mod-newsflash-adv .item__module .item_content .item_introtext {
  margin-bottom: 20px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover {
  background: #222931;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover .item_introtext {
  color: #fff;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover .item_title {
  margin-bottom: 12px;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover .item_title a {
  color: #fff;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover .item_title a:hover {
  color: #0a7ae3;
}
.moduletable.custom2 {
  padding-bottom: 0px;
}
.moduletable.custom2 ul {
  padding: 10px 0 0 0;
  margin: 0px;
  overflow: hidden;
}
.moduletable.custom2 ul li {
  padding-bottom: 30px;
  overflow: hidden;
}
.moduletable.custom2 ul li i {
  background: #0a7ae3;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 100px;
  box-sizing: border-box;
  padding-left: 26px;
  float: left;
  margin-right: 30px;
}
.moduletable.custom2 ul li span {
  display: block;
  font-size: 22px;
  color: #222931;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.custom2 ul li span {
    font-size: 18px;
    line-height: 20px;
  }
}
.moduletable.custom.accord {
  padding-bottom: 0px;
}
.moduletable.counters2 {
  padding-bottom: 0px;
}
.moduletable.counters2 .mod-newsflash-adv.counters {
  padding: 0px;
  background: none;
}
.moduletable.counters2 .mod-newsflash-adv.counters .item_content {
  padding: 0 0 0 60px;
  background: none;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.counters2 .mod-newsflash-adv.counters .item_content {
    padding: 0 0 0 40px;
  }
}
.moduletable.counters2 .mod-newsflash-adv.counters .item_content .fields-container {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 44px;
  line-height: 44px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.counters2 .mod-newsflash-adv.counters .item_content .fields-container {
    font-size: 24px;
    line-height: 24px;
  }
}
.moduletable.counters2 .mod-newsflash-adv.counters .counter.animated {
  margin: 0px;
  display: block;
  float: none;
  border: none;
  background: none;
  color: #0a7ae3;
  padding: 0px;
  font-size: 34px;
  line-height: 40px;
}
.moduletable.counters2 .mod-newsflash-adv.counters .introtext {
  float: none;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.moduletable.home-blog2 {
  padding-bottom: 0px;
}
.moduletable.home-blog2 .moduleTitle {
  text-align: center;
}
.moduletable.home-blog2 .moduleTitle:before {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.moduletable.home-blog2 .pretext {
  text-align: center;
}
.moduletable.home-blog2 .pretext h2 {
  text-align: center;
  margin-bottom: 12px;
}
.moduletable.home-blog2 .mod-newsflash-adv .item__module {
  margin-bottom: 30px;
}
.moduletable.home-blog2 .mod-newsflash-adv .box-blog:hover .box {
  top: 0 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img {
  position: relative;
  overflow: hidden;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img a:before {
  display: none;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .box {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  font-size: 15px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .box .box-indent {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable.home-blog2 .mod-newsflash-adv .item_img .box .box-indent {
    padding: 10px;
  }
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .btn {
  margin-top: 12px;
  padding: 0px;
  background: none;
  color: #0a7ae3;
  height: auto;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .btn:before {
  display: none;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .btn:hover {
  color: #fff;
  background: none;
}
.moduletable.home-blog2 .mod-newsflash-adv .mod-newsflash-adv_custom-link {
  text-align: center;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content {
  padding: 0px 0 0 0;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content .fields-container {
  float: left;
  font-size: 40px;
  line-height: 40px;
  color: #0a7ae3;
  padding-right: 30px;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content .item_title {
  overflow: hidden;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content .item_title a {
  color: #222931;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content .item_title a:hover {
  color: #0a7ae3;
}
.moduletable.custom4 {
  padding-bottom: 0px;
  margin-bottom: -70px;
}
.moduletable.custom4 .customcustom4 {
  background-size: cover;
  padding-bottom: 70px;
}
.moduletablehome-blog3 {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .moduletablehome-blog3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.moduletablehome-blog3 .pretext {
  padding-bottom: 0px;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.moduletablehome-blog3 .pretext h1 {
  text-align: center;
}
.moduletablehome-blog3 > h4 {
  text-align: center;
}
.moduletablehome-blog3 > h4:before {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehome-blog3 .item__module {
    margin-bottom: 10px;
  }
}
.moduletablehome-blog3 .item_content .fields-container {
  float: left;
  padding-right: 12px;
  font-size: 44px;
  line-height: 44px;
  color: #0a7ae3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehome-blog3 .item_content .fields-container {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehome-blog3 .item_content .fields-container {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehome-blog3 .item_content .item_title {
    text-transform: capitalize;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehome-blog3 .item_content .item_title {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
.moduletablehome-blog3 .item_content .item_title:before {
  display: none;
}
.moduletablehome-blog3 .item_content .item_title a {
  background: #fff;
  padding: 24px;
  color: #22931;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehome-blog3 .item_content .item_title a {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehome-blog3 .item_content .item_title a {
    padding: 10px;
  }
}
.moduletablehome-blog3 .item_content .item_title a .item_introtext {
  color: #5f656d;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.moduletablehome-blog3 .item_content .item_title a:hover {
  background: #222931;
  color: #fff;
}
.moduletablehome-blog3 .item_content .item_title a:hover .item_introtext {
  color: #fff;
}
.moduletable.newsletters {
  position: relative;
  padding-bottom: 0px;
}
.moduletable.newsletters .module_container {
  background: #0a7ae3;
  padding: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.newsletters .module_container {
    padding: 10px;
  }
}
.moduletable.newsletters .page_header {
  margin-bottom: 0px;
}
.moduletable.newsletters .page_header .moduleTitle {
  color: #fff;
  margin-bottom: 0px;
}
.moduletable.newsletters .acymailing_introtext {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.moduletable.newsletters .acymailing_form {
  float: right;
  max-width: 570px;
  width: 100%;
  position: relative;
  margin-top: -56px;
}
@media (min-width: 320px) and (max-width: 1199px) {
  .moduletable.newsletters .acymailing_form {
    float: none;
    margin-top: 10px;
  }
}
.moduletable.newsletters .acymailing_form > p {
  margin-bottom: 0px;
}
.moduletable.newsletters .acymailing_form > p.fieldacyemail {
  padding-right: 100px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable.newsletters .acymailing_form > p.fieldacyemail {
    padding-right: 0;
  }
}
.moduletable.newsletters .acymailing_form > p .acyfield_email {
  display: block;
  position: relative;
}
.moduletable.newsletters .acymailing_form > p .acyfield_email mark {
  right: auto;
  left: 0;
}
.moduletable.newsletters .acymailing_form > p .inputbox {
  margin-bottom: 0px;
  border: none;
  padding-right: 100px;
  height: 50px;
}
.moduletable.newsletters .acymailing_form > p.acysubbuttons {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable.newsletters .acymailing_form > p.acysubbuttons {
    position: relative;
    padding-top: 6px;
  }
}
.home .position-1 {
  background: #f5f6f6;
  padding: 60px 0 30px;
}
.home .position-2 {
  padding: 60px 0 30px;
}
.home .position-3 {
  padding: 60px 0 60px;
  background: #222931;
}
.home .position-4 {
  padding: 60px 0 30px;
}
.home .position-6 {
  margin-top: -60px;
  padding: 0px;
}
.home .position-6 .moduletable.custom3 {
  padding-bottom: 0px;
}
.home .position-6 .moduletable.custom3 .customcustom3 {
  padding: 150px 0;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 991px) {
  .home .position-6 .moduletable.custom3 .customcustom3 {
    padding: 60px 0;
  }
}
.home .position-6 .moduletable.custom3 .customcustom3 .col-sm-12 {
  width: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .position-6 .moduletable.custom3 .customcustom3 .col-sm-12 {
    width: 100%;
  }
}
.home .position-6 .moduletable.custom3 .customcustom3 .col-sm-12 h1 {
  margin-bottom: 20px;
}
.position-7 {
  padding: 30px 0 0 0;
  background: #222931;
}
.position-7 .moduletable.testyhome {
  padding-bottom: 0px;
}
.position-7 .moduletable.testyhome .moduleTitle {
  color: #fff;
  text-align: center;
}
.position-7 .moduletable.testyhome .moduleTitle:before {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.position-7 .moduletable.testyhome .owl-item_content {
  text-align: center;
}
.position-7 .moduletable.testyhome .owl-item_content .item_title {
  font-size: 15px;
  line-height: 24px;
  color: #0a7ae3;
  display: inline-block;
  text-align: center;
}
.position-7 .moduletable.testyhome .owl-item_content .fields-container {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #848a90;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.position-7 .moduletable.testyhome .owl-item_content blockquote {
  font-size: 15px;
  list-style: 24px;
  font-weight: 600px;
  color: #fff;
}
@media (min-width: 1200px) {
  .position-7 .moduletable.testyhome .owl-item_content blockquote {
    padding-left: 250px;
    padding-right: 250px;
  }
}
.position-7 .moduletable.testyhome .owl-item_content blockquote:before {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 80px;
}
.mod-newsflash-adv.about span.field-value {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 10px;
  display: inline-block;
}
.about .position-2 {
  background: #f5f6f6;
  padding: 60px 0 30px;
}
.about .position-3 {
  padding: 60px 0 30px;
}
.about .position-4 {
  background: #0a7ae3;
  padding: 60px 0 30px;
}
.about .position-4 .moduletable.custom .customcustom h2 {
  color: #fff;
}
.about .position-4 .moduletable.custom .customcustom .slogan {
  color: #fff;
}
.about .position-4 .moduletable.custom .customcustom .btn {
  color: #222931;
  background: #fff;
}
.about .position-4 .moduletable.custom .customcustom .btn:hover {
  color: #fff;
  background: #222931;
}
.about .position-5 {
  padding: 60px 0 0px;
}
.mod-newsflash-adv.services2 .fields-container .field-value {
  background: #0a7ae3;
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 100px;
}
.mod-newsflash-adv.blog .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
}
.mod-newsflash-adv.blog .item_content {
  padding: 0px 0 0 0;
}
.mod-newsflash-adv.blog .item_content .fields-container {
  float: left;
  font-size: 20px;
  line-height: 40px;
  color: #0a7ae3;
  padding-right: 20px;
  margin-bottom: 0px;
}
.mod-newsflash-adv.blog .item_content .fields-container span {
  line-height: 40px;
}
.mod-newsflash-adv.blog .item_content .item_title {
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-newsflash-adv.blog .item_content .item_title a {
  color: #222931;
}
.mod-newsflash-adv.blog .item_content .item_title a:hover {
  color: #0a7ae3;
}
.page-blog .item_header .fields-container,
.page-item .item_header .fields-container {
  float: left;
  font-size: 20px;
  line-height: 24px;
  color: #0a7ae3;
  padding-right: 20px;
  margin-bottom: 0px;
}
.page-blog .item_header .fields-container span,
.page-item .item_header .fields-container span {
  line-height: 24px;
}
.page-blog .item_header .item_title,
.page-item .item_header .item_title {
  overflow: hidden;
  margin-bottom: 10px;
}
.page-blog .item_header .item_title a,
.page-item .item_header .item_title a {
  color: #222931;
}
.page-blog .item_header .item_title a:hover,
.page-item .item_header .item_title a:hover {
  color: #0a7ae3;
}
.page-item__about .fields-container {
  display: none;
}
.jmodedit.btn {
  height: auto;
  padding: 4px;
}
.jmodedit.btn:after {
  display: none;
}
.position-9 {
  background: transparent;
}
@media (min-width: 768px) and (max-width: 1100px) {
  #style_switcher .toggler {
    top: 40px !important;
  }
}