body, html {
  overflow-x: hidden;
  font: 500 16px/26px 'Open Sans', sans-serif; }

body {
  color: #666666;
  background: #f2f2f2; }
  body a {
    color: #0099cc; }

h1 {
  color: #999999;
  font: 500 2.5rem/3.75rem 'Raleway', sans-serif;
  margin: 20px 0 35px; }

h2 {
  color: #636363;
  font: 500 1.875rem/2.375rem 'Raleway', sans-serif;
  margin: 20px 0; }

h3 {
  color: #3a6f8f;
  font: 700 1.375rem/2rem 'Raleway', sans-serif;
  margin: 20px 0; }

h4 {
  color: #333333;
  font: 700 1.125rem/1.375rem 'Raleway', sans-serif;
  margin-bottom: 0; }
  h4 a {
    color: #333333 !important;
    font: 700 1.125rem/1.375rem 'Raleway', sans-serif;
    margin: 20px 0; }

.lead {
  color: #999999;
  font: 700 1.125rem/1.75rem 'Open Sans', sans-serif;
  margin-bottom: 30px; }

.caption {
  color: #666666;
  font: 500 0.813rem/1.313rem 'Open Sans', sans-serif;
  margin: 10px 0 30px; }

header .top-bar {
  height: 100px;
  background: #fff; }
  header .top-bar .logo {
    margin-top: 20px;
    display: inline-block; }
  header .top-bar .social-links {
    text-align: right; }
    header .top-bar .social-links a {
      color: #999999;
      font-size: 1.75rem;
      margin-right: 20px;
      margin-top: 30px;
      display: inline-block; }
header .top-menu {
  height: 42px;
  background: #52bdec; }
  header .top-menu #navbars {
    position: relative;
    /*overflow: hidden;*/ }
  header .top-menu .navbar {
    padding: 0; }
    header .top-menu .navbar .nav-search {
      position: absolute;
      right: 39px;
      transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.5s;
      /* Safari */
      transition: transform 0.5s; }
    header .top-menu .navbar ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 1;
      font: 500 1.125rem/1.375rem 'Raleway', sans-serif; }
    header .top-menu .navbar ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1;
      font: 500 1.125rem/1.375rem 'Raleway', sans-serif; }
    header .top-menu .navbar :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      opacity: 1;
      font: 500 1.125rem/1.375rem 'Raleway', sans-serif; }
    header .top-menu .navbar :-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 1;
      font: 500 1.125rem/1.375rem 'Raleway', sans-serif; }
    header .top-menu .navbar .nav-text {
      background: transparent;
      border: medium none;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      width: 500px;
      font: 500 1.125rem/1.375rem 'Raleway', sans-serif; }
    header .top-menu .navbar .nav-search-open {
      position: absolute;
      right: 0;
      transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -webkit-transition: -webkit-transform 0.5s;
      /* Safari */
      transition: transform 0.5s; }
      header .top-menu .navbar .nav-search-open .nav-text {
        opacity: 1;
        visibility: visible; }
      header .top-menu .navbar .nav-search-open .nav-search-close {
        opacity: 1;
        visibility: visible; }
    header .top-menu .navbar .nav-search-close {
      color: #fff;
      font-size: 1.625rem;
      opacity: 0;
      visibility: hidden; }
    header .top-menu .navbar .nav {
      display: block; }
    header .top-menu .navbar li.active:after {
      content: '';
      display: block;
      width: 100%;
      height: 7px;
      background: #3a6f8f;
      margin-top: -7px; }
    header .top-menu .navbar li {
      padding: 0 16px !important;
      display: block;
      float: left; }
      header .top-menu .navbar li a {
        color: #fff;
        padding: 0 !important;
        font: 700 1rem/2.625rem 'Raleway', sans-serif;
        text-decoration: none !important; }
      header .top-menu .navbar li:hover {
        background: #f2f2f2; }
        header .top-menu .navbar li:hover a {
          color: #52bdec !important; }
      header .top-menu .navbar li:hover:after {
        display: none; }
    header .top-menu .navbar button {
      background: transparent;
      border: none;
      cursor: pointer; }
  header .top-menu .nav-search {
    display: block;
    float: right; }
    header .top-menu .nav-search form {
      height: 40px; }
header .menuHide, header .mobileMenu {
  display: none; }
header .menuButton {
  margin-top: 32px !important; }
  header .menuButton i {
    font-size: 1.5rem; }
header .menuButton:active, header .menuButton:focus, header .menuButton:hover {
  color: #999999 !important; }

.top-breadcrumbs {
  background: #fff; }
  .top-breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .top-breadcrumbs ul li {
      display: block;
      float: left;
      color: #999999;
      font: 500 0.938rem/2.813rem 'Raleway', sans-serif; }
      .top-breadcrumbs ul li a {
        color: #999999;
        font: 500 0.875rem/2.813rem 'Raleway', sans-serif; }
      .top-breadcrumbs ul li:after {
        content: '/';
        padding: 0 12px; }
        .top-breadcrumbs ul li:last-child:after {
          content: ''; }

.content-banner {
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px; }

.content {
  padding-bottom: 30px; }
  .content img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .content ul {
    padding-left: 15px; }
  .content ul.sub-menu {
    padding-left: 15px;
    list-style: none;
    background: transparent;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    max-width: 280px; }
    .content ul.sub-menu li {
      border-top: solid 1px #cccccc;
      line-height: 30px; }
      .content ul.sub-menu li:first-child {
        border: none; }
      .content ul.sub-menu li a {
        font-weight: 700;
        color: #666666;
        padding-left: 15px;
        font-size: 0.875rem; }
    .content ul.sub-menu ul {
      background: white;
      border: solid 1px #cccccc;
      list-style: none;
      margin: 0;
      padding: 0;
      border-collapse: collapse;
      border-radius: 2px; }
      .content ul.sub-menu ul li {
        position: relative; }
        .content ul.sub-menu ul li a {
          padding-left: 15px;
          font-weight: 500;
          display: inline-block;
          padding-right: 25px;
          line-height: 18px;
          padding-top: 7px;
          padding-bottom: 7px; }
      .content ul.sub-menu ul ul {
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border-collapse: collapse; }
        .content ul.sub-menu ul ul li a {
          font-weight: 500;
          padding-left: 30px; }
        .content ul.sub-menu ul ul li:first-child {
          border-top: solid 1px #cccccc; }
    .content ul.sub-menu .sub span {
      display: block;
      width: 20px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      vertical-align: middle;
      text-align: center;
      cursor: pointer; }
      .content ul.sub-menu .sub span.sub-up i::before {
        content: '\f0d8' !important; }
      .content ul.sub-menu .sub span::before {
        display: none !important;
        color: #666666;
        display: block;
        width: 0;
        height: 0;
        vertical-align: middle;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
        position: absolute;
        right: 10px;
        top: 14px; }

.slick-dots, .slick-next, .slick-prev {
  position: relative;
  display: block;
  bottom: 0; }

.slick-dots li button::before {
  content: '';
  color: transparent;
  border: solid 3px #b7b7b7;
  border-radius: 20px;
  opacity: 1;
  width: 18px;
  height: 18px; }
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #b7b7b7;
  background: #b7b7b7; }
.slick-dots li {
  margin: 0 3px; }

.flexslider {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 40px;
  position: relative; }

.layout-1 {
  margin-bottom: 0; }
  .layout-1 .flexslideContent {
    height: 365px;
    min-height: 20vh;
    background-size: cover; }
  .layout-1 h1 {
    color: #66ccff;
    font: 700 3.125rem/3.75rem 'Raleway', sans-serif;
    margin: 25px 0; }
  .layout-1 .btn.searchSubmit {
    background: transparent;
    color: #fff;
    font-size: 2.813rem;
    line-height: 3.125rem;
    padding: 0 0 0 5px;
    margin-top: -15px;
    cursor: pointer; }
  .layout-1 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
    font: 400 2.713rem/3.125rem 'Raleway', sans-serif; }
  .layout-1 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
    font: 400 2.713rem/3.125rem 'Raleway', sans-serif; }
  .layout-1 :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
    font: 400 2.713rem/3.125rem 'Raleway', sans-serif; }
  .layout-1 :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
    font: 400 2.713rem/3.125rem 'Raleway', sans-serif; }
  .layout-1 .search-query {
    background-color: transparent;
    border: solid 1px #fff;
    padding: 12px;
    border-radius: 2px;
    width: 484px;
    color: #fff;
    opacity: 1;
    font: 400 2.713rem/3.125rem 'Raleway', sans-serif; }
  .layout-1 .caption-wrapper {
    display: none; }
  .layout-1 .search-banner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.home-icon .ce-gallery {
  margin-bottom: 0;
  padding-bottom: 10px; }

.home-icons {
  background: #3a6f8f;
  padding: 0 18px;
  color: #eeeeee;
  text-align: center;
  font: 700 1rem/1.125rem 'Raleway', sans-serif; }
  .home-icons .col-lg-2 {
    padding: 18px; }
  .home-icons a {
    color: #eeeeee;
    font: 700 1rem/1.125rem 'Raleway', sans-serif; }
    .home-icons a:hover img {
      opacity: 0.8; }
  .home-icons p {
    margin-bottom: 0; }

.related {
  background: #fff;
  position: relative;
  padding: 20px 0;
  color: #666666;
  font: 700 1.125rem/1.5rem 'Raleway', sans-serif; }
  .related ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 25px 15px; }
    .related ul li {
      width: 33%;
      display: block;
      float: left; }
      .related ul li a {
        font: 700 1.125rem/1.5rem 'Raleway', sans-serif;
        color: #666666;
        padding-right: 30px; }
  .related .related-title {
    color: #0099cc;
    font: 700 1.125rem/1.125rem 'Open Sans', sans-serif; }
  .related h4 {
    color: #0099cc;
    font: 700 1.125rem/1.125rem 'Open Sans', sans-serif; }
  .related .col-md-4 {
    padding-left: 30px;
    padding-top: 15px; }

.related::after, .related::before {
  background: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9600px; }

.related::after {
  left: 100%; }

.subscribe {
  background: #52bdec;
  color: #fff;
  padding: 23px 0;
  font: 700 italic 1.125rem/1.125rem 'Raleway', sans-serif; }
  .subscribe .subscribe-input {
    background: transparent;
    color: #fff;
    border-radius: 0;
    border: none;
    border-bottom: solid 2px #fff;
    padding: 3px 0;
    font: 500 1.125rem 'Open Sans', sans-serif; }
  .subscribe .subscribe-text {
    padding-right: 25px;
    padding-top: 12px;
    display: inline-block; }
  .subscribe .btn-subscribe {
    background: #0081c5 !important;
    color: #fff !important;
    font: 700 1rem 'Open Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 34px;
    -webkit-appearance: none; }
  .subscribe ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .subscribe ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .subscribe :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .subscribe :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

footer {
  color: #666666 !important;
  font: 500 0.75rem 'Open Sans', sans-serif;
  background: #cccccc; }
  footer p {
    max-width: 730px;
    margin: 0px auto;
    margin-bottom: 20px; }
  footer span {
    color: #999999;
    font: 900 0.75rem 'Open Sans', sans-serif; }
  footer h5 {
    color: #666666;
    font: 900 0.875rem 'Open Sans', sans-serif;
    margin: 0; }
  footer .footer-first-row {
    padding: 38px 0; }
    footer .footer-first-row .no-padding-right {
      padding-right: 0; }
    footer .footer-first-row a {
      color: #666666 !important;
      font: 500 0.75rem 'Open Sans', sans-serif; }
    footer .footer-first-row img {
      max-width: 100%;
      height: auto;
      margin-right: 20px;
      display: inline-block; }
  footer .footer-copyright {
    text-align: center; }
  footer ul {
    list-style-type: none;
    padding: 0 0 30px;
    margin: 0; }
    footer ul li {
      display: inline; }
      footer ul li a {
        color: #666666 !important;
        font: 500 0.75rem 'Open Sans', sans-serif; }
      footer ul li:after {
        content: '•';
        padding: 0 4px 0 8px; }
      footer ul li:last-child:after {
        content: '';
        padding: 0; }
  footer .footer-second-row span {
    padding: 24px 12px;
    width: initial;
    display: inline-block;
    text-align: center;
    position: relative; }
  footer .footer-second-row .lead-agent {
    bottom: 0;
    display: inline-block;
    left: 50%;
    margin-bottom: -20px;
    padding: 0;
    position: absolute;
    transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px); }
footer .footer-third-row span {
  padding: 0 12px;
  width: initial;
  display: inline-block;
  text-align: center; }
footer .footer-third-row .border-right {
  border-right: solid 2px #999999; }
footer .footer-third-row span:last-child {
  margin: 10px 0 0; }
footer .footer-fourth-row {
  margin-bottom: 20px; }
  footer .footer-fourth-row span {
    padding: 12px;
    width: initial;
    display: inline-block;
    text-align: center; }
  footer .footer-fourth-row h5 {
    margin-top: 20px;
    margin-bottom: 5px; }

/*
 .searchDiv {
 display: none;
 height: 100%;
 margin-left: -1000px;
 padding-bottom: 18px;
 padding-right: 15px;
 padding-top: 18px;
 position: absolute;
 top: 0;
 width: 100%;
 }
 */
.mm-page .news .news-search-form {
  display: block;
  float: right;
  margin-top: 30px; }
  .mm-page .news .news-search-form .btn.btn-secondary {
    margin: 0 20px 0 3px;
    color: #737373;
    cursor: pointer; }
.mm-page .news .dropdownCats.dropdown {
  display: block;
  float: right;
  margin-top: 30px; }
  .mm-page .news .dropdownCats.dropdown #catDrop {
    color: #737373;
    cursor: pointer; }
.mm-page .news .page-navigation {
  clear: both;
  text-align: center;
  width: 100%; }
  .mm-page .news .page-navigation p {
    display: none; }
  .mm-page .news .page-navigation ul {
    display: inline-block;
    float: none;
    padding: 0; }
    .mm-page .news .page-navigation ul li {
      background: #fff;
      border: 1px solid #cccccc;
      color: #666666;
      line-height: 30px;
      text-align: center;
      width: 30px;
      height: 32px;
      display: block;
      padding: 0;
      border-right: none; }
      .mm-page .news .page-navigation ul li a {
        color: #666666; }
      .mm-page .news .page-navigation ul li.previous {
        border-radius: 2px 0 0 2px;
        line-height: 26px; }
      .mm-page .news .page-navigation ul li.next {
        border-radius: 0 2px 2px 0;
        line-height: 26px;
        border-right: 1px solid #cccccc; }
    .mm-page .news .page-navigation ul li.active {
      background: #666666;
      color: #fff;
      border: 1px solid #666666; }
.mm-page .news .news-item {
  background: #fff;
  display: block;
  float: left;
  margin-bottom: 30px;
  min-height: 280px;
  padding: 15px;
  position: relative; }
  .mm-page .news .news-item .teaser-text {
    margin: 10px 0; }
.mm-page .news .cat23 .news-img-wrap a::before {
  background-image: url("/typo3conf/ext/site_package/Resources/Public/Images/Icons/video-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 20; }
.mm-page .news .article {
  color: #737373; }
  .mm-page .news .article .teaser-text p {
    font-size: 0.875rem;
    line-height: 1.375rem; }
  .mm-page .news .article .teaser-text .more {
    display: none; }
  .mm-page .news .article .news-img-wrap {
    display: block;
    float: none;
    margin: 0;
    overflow: auto; }
    .mm-page .news .article .news-img-wrap a {
      background: transparent;
      border: none;
      display: block;
      float: left;
      padding: 0;
      width: 100%;
      height: 100%;
      position: relative; }
    .mm-page .news .article .news-img-wrap a::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background: rgba(0, 0, 0, 0.5);
      content: '';
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.5s; }
    .mm-page .news .article .news-img-wrap a:hover::after {
      opacity: 1;
      transition: opacity 0.5s; }
    .mm-page .news .article .news-img-wrap .news-teaser-image {
      height: 180px;
      background-size: cover;
      background-position: 50% 50%; }
  .mm-page .news .article .news-banner-image {
    min-height: 415px;
    background-size: cover;
    background-position: 50% 50%; }
  .mm-page .news .article .news-banner-caption {
    display: inline-block;
    text-align: right;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    float: right;
    background: rgba(255, 255, 255, 0.7);
    padding: 12px;
    color: #666666;
    font: 500 0.625rem/0.625rem 'Open Sans', sans-serif;
    text-transform: uppercase; }
.mm-page .news time {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600; }
.mm-page .news .footer {
  border-top: medium none;
  bottom: 10px;
  clear: both;
  color: #888;
  margin-top: 0;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  color: #333333;
  font: 500 0.75rem 'Open Sans', sans-serif;
  text-transform: uppercase;
  left: 0; }
  .mm-page .news .footer span {
    display: inline;
    border-right: medium none;
    text-transform: uppercase; }
    .mm-page .news .footer span time {
      float: right;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 500;
      text-align: right; }

.news-single .article .teaser-text p {
  font: 700 1.125rem/1.75rem 'Open Sans', sans-serif;
  color: #999999; }
.news-single .article .news-img-wrap {
  background: transparent; }
.news-single .article .news-img-caption {
  font: 500 0.813rem/1.313rem 'Open Sans', sans-serif;
  color: #666666;
  margin: 10px 0 20px; }
.news-single .article .col-md-4 .news-img-wrap a:hover::after {
  opacity: 0; }

.news-list-view.three-up .news-img-wrap {
  margin-bottom: 15px !important; }
  .news-list-view.three-up .news-all a {
    padding: 3px;
    color: #737373;
    background: transparent !important;
    font-size: 12px;
    margin: 0 0 30px; }

.tx-cal-controller .dtstart-container {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  margin: 6px 0; }

#c2035 .list-view .col-md-4 {
  margin-bottom: 40px; }

.ce-gallery figcaption {
  font: 500 0.75rem 'Open Sans', sans-serif; }

#c3112 {
  background: #fff;
  position: relative;
  padding: 5px 0 0; }
  #c3112 dl {
    margin-bottom: 0; }

#c3112::after, #c3112::before {
  background: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9600px; }

#c3112::after {
  background: #fff;
  left: 100%; }

.content .dfcontentslide-wrap {
  padding-top: 30px; }
.content .dfcontentslide-toggle h1, .content .dfcontentslide-toggle h2, .content .dfcontentslide-toggle h3, .content .dfcontentslide-toggle h4, .content .dfcontentslide-toggle p {
  margin: 0 0 0 2px;
  padding: 0 0 0 40px;
  line-height: 25px;
  background: url("/typo3conf/ext/site_package/Resources/Public/Images/Icons/plus-icon.png") left top no-repeat;
  cursor: pointer;
  color: #666666 !important;
  font: 700 0.875rem/25px 'Open Sans', sans-serif !important; }
.content .dfcontentslide-toggle h4 a {
  color: #666666 !important;
  font: 700 0.875rem/25px 'Open Sans', sans-serif !important; }
.content .dfcontentslide-open .dfcontentslide-toggle h1, .content .dfcontentslide-open .dfcontentslide-toggle h2, .content .dfcontentslide-open .dfcontentslide-toggle h3, .content .dfcontentslide-open .dfcontentslide-toggle h4, .content .dfcontentslide-open .dfcontentslide-toggle p {
  background: url("/typo3conf/ext/site_package/Resources/Public/Images/Icons/minus-icon.png") left top no-repeat; }
.content .dfcontentslide-contentSub {
  margin: 5px 0 0 21px; }
  .content .dfcontentslide-contentSub p {
    color: #666666 !important;
    font: 500 0.875rem 'Open Sans', sans-serif !important; }

header .top-menu nav.navbar .header {
  width: 100%;
  margin-top: 20px !important; }
  header .top-menu nav.navbar .id5 .col-md-6 ul ul {
    width: 50%;
    display: block;
    float: left; }
header .top-menu nav.navbar .dropdown-menu li a.nav-title, header .top-menu nav.navbar .nav-title {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  border-bottom: solid 2px #fff;
  font: 700 16px/16px 'Raleway', sans-serif !important;
  padding-bottom: 13px !important;
  margin-bottom: 13px; }
header .top-menu nav.navbar ul ul {
  margin: 0;
  padding: 0; }
header .top-menu nav.navbar ul ul li {
  margin: 0;
  padding: 0 !important;
  line-height: 18px;
  margin-bottom: 8px;
  width: 100%; }
  header .top-menu nav.navbar .col-md-6 ul ul li {
    width: 100%; }
header .top-menu nav.navbar .open > .dropdown-menu {
  display: block; }
header .top-menu nav.navbar .dropdown {
  position: static !important; }
header .top-menu nav.navbar a.nav-title::after {
  content: "\f0da";
  font-family: 'FontAwesome';
  float: right; }
header .top-menu nav.navbar .dropdown-menu {
  line-height: 24px;
  width: 100% !important;
  left: 0px !important;
  background: #52bdec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 40px 40px 30px 80px;
  width: 1110px !important;
  margin-left: 0 !important;
  min-height: 234px;
  margin-top: 0;
  border-top: solid 1px #fff;
  color: #fff;
  font-size: 14px; }
  header .top-menu nav.navbar .dropdown-menu li {
    background: transparent !important; }
header .top-menu nav.navbar .dropdown-menu a:hover {
  color: #3a6f8f !important; }
header .top-menu nav.navbar .dropdown-menu a.active {
  color: #3a6f8f !important; }
header .top-menu nav.navbar li li:active::after, header .top-menu nav.navbar li li:hover::after {
  display: none !important; }
header .top-menu nav.navbar .dropdown-menu a {
  color: #fff !important;
  font-size: 11px !important;
  line-height: 35px !important;
  height: auto !important;
  padding: 0 !important;
  font: 700 14px/20px 'Raleway', sans-serif !important; }
header .top-menu nav.navbar .dropdown-menu .row {
  /*width:570px; margin:0px auto;color:#000*/ }
header .top-menu nav.navbar .dropdown:hover > .dropdown-menu {
  display: block; }

.hidden {
  height: 0;
  overflow: hidden; }

@media only screen and (max-width: 1200px) {
  #c3119 {
    display: none !important; }
  .menuButton {
    display: inline-block !important; } }

@media only screen and (max-width: 768px) {
  .related ul li {
    width: 100%;
    display: block;
    float: left;
    margin: 5px 0; }
  #c3120 {
    display: none; }
  #c3112 {
    background: #fff;
    position: relative;
    padding: 10px 0 1px; }
  .layout-1 h1 {
    font: 700 36px/36px 'Raleway', sans-serif; }
  h3 {
    text-align: center; }
    .content h3 {
      text-align: left; }
  .layout-1 ::-moz-placeholder {
    font: 400 32px/32px 'Raleway', sans-serif; }
  .layout-1 :-moz-placeholder {
    font: 400 32px/32px 'Raleway', sans-serif; }
  .layout-1 ::-webkit-input-placeholder {
    font: 400 32px/32px 'Raleway', sans-serif; }
  .layout-1 :-ms-input-placeholder {
    font: 400 32px/32px 'Raleway', sans-serif; }
  .layout-1 .search-query {
    font: 400 32px/36px 'Raleway', sans-serif;
    width: initial; }
  .home-icons {
    padding: 9px 18px; }
    .home-icons .col-6 {
      margin-bottom: 0px; }
    .home-icons .col-lg-2 {
      padding: 10px 0; }
  footer {
    font-size: 10px; }
    footer p {
      font: 500 0.75rem 'Open Sans', sans-serif; }
    footer h5 {
      margin-bottom: 10px; }
    footer .no-padding-right {
      padding-right: 0 !important; }
    footer .no-padding-left {
      padding-left: 0 !important; }
    footer img {
      max-width: 100%;
      height: auto;
      max-height: 50px;
      width: auto;
      margin-bottom: 20px; }
      footer .footer-first-row img {
        margin: 0;
        max-height: initial;
        float: right;
        padding-right: 10px; }
    footer .footer-second-row span {
      padding: 0 2%;
      width: 18%; }
    footer .footer-second-row .lead-agent {
      bottom: 10px;
      display: inline-block;
      left: 50%;
      margin-bottom: -20px;
      padding: 0 5px;
      position: absolute;
      transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      -webkit-transform: translate(-50%, 0px);
      font-size: 10px;
      width: 100% !important;
      text-align: left;
      line-height: 10px; }
  footer .footer-third-row span {
    padding: 0 2%;
    width: 18%;
    display: inline-block;
    text-align: center; }
    footer .footer-third-row .col-md-12 span:last-child {
      width: 100% !important;
      font-size: 11px;
      margin-top: -4px; }
  footer .footer-fourth-row span {
    width: 24%; } }

@media only screen and (max-width: 480px) {
  .layout-1 .search-query {
    max-width: 80%;
    font: 400 26px/36px 'Raleway', sans-serif;
    width: initial; }
  .layout-1 ::-moz-placeholder {
    font: 400 26px/32px 'Raleway', sans-serif; }
  .layout-1 :-moz-placeholder {
    font: 400 26px/32px 'Raleway', sans-serif; }
  .layout-1 ::-webkit-input-placeholder {
    font: 400 26px/32px 'Raleway', sans-serif; }
  .layout-1 :-ms-input-placeholder {
    font: 400 26px/32px 'Raleway', sans-serif; } }

#c2035 .news-all {
  display: none; }

.content ul.sub-menu > li > a {
  padding: 7px 0px 7px 0;
  line-height: 20px;
  display: block; }

.content #tx_indexedsearch {
  padding-top: 20px; }
  .content #tx_indexedsearch table {
    margin-bottom: 10px; }
    .content #tx_indexedsearch table td {
      padding: 10px 5px 5px 5px; }
      .content #tx_indexedsearch table td ::-moz-placeholder {
        color: red; }
      .content #tx_indexedsearch table td :-moz-placeholder {
        color: red; }
      .content #tx_indexedsearch table td ::-webkit-input-placeholder {
        color: red; }
      .content #tx_indexedsearch table td :-ms-input-placeholder {
        color: red; }

.contenttable {
  margin-left: 5px; }
