@media only screen and (max-width: 1200px) {
  div.div-outer {
    width: auto;
  }

  div.div-inner {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 1024px) {
  #wrapper {
  }

  #header,
  #header-main,
  #header-main-top,
  #header-main-bottom {
    height: auto;
    padding: 0px;
    text-align: center;
  }

  a#link-home {
    position: static;
    display: inline-block;
    max-width: 100%;
  }

  #header-main-top {
  }

  #top-login,
  #top-phone,
  #top-search {
    display: inline-block;
    float: none;
    margin: 10px 20px;
    padding: 0px;
    line-height: 34px;
  }

  #navigation {
    float: none;
    padding: 10px;
    text-align: left;
    background: #E1E1E1;
  }

  #navigation-mobile {
    display: block;
    text-align: right;
    cursor: pointer;
  }

  #navigation-mobile-label {
    float: left;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 40px;
  }

  a#navigation-mobile-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    font-family: monospace, sans-serif;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #1A1A1A;
    border: 1px solid #474747;
  }

  a#navigation-mobile-link span:before {
    content:'\2261';
  }

  #navigation-main {
    display: none;
    background: #EFEFEF;
  }

  ul#main-navigation {
    float: none;
  }

  #navigation-main ul {
    display: block;
  }

  #navigation-main ul li {
    position: relative;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
  }

  #navigation-main ul li:hover > ul,
  #navigation-main ul li.over > ul {
    display: none;
  }

  #navigation-main ul li a {
    height: auto;
    padding: 4px 35px 4px 5px;
    color: #676767;
    line-height: normal;
    white-space: normal;
  }

  #navigation-main ul li a:hover,
  #navigation-main ul li:hover > a,
  #navigation-main ul li > a:hover {
    color: #676767;
  }

  #navigation-main ul li a.nav-parent:hover,
  #navigation-main ul li:hover > a.nav-parent,
  #navigation-main ul li.over > a.nav-parent,
  #navigation-main ul li > a.nav-parent:hover {
    background: none !important;
  }

  #navigation-main ul li span.accordion-toggle {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    z-index: 99;
    background-color: #F4F4F4;
    background-image: url('../images/accordion-toggle.png');
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  #navigation-main ul li span.accordion-toggle-open {
    background-position: center bottom;
  }

  #navigation-main ul li a.nav-current {
    color: #216398;
  }

  #navigation-main ul li a.nav-current span {
    border: 0px;
  }

  #navigation-main ul li span.divider {
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
    border-bottom: 1px solid #CCCCCC;
  }

  #navigation-main ul li ul,
  #navigation-main ul li ul ul,
  #navigation-main ul li ul ul ul {
    display: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 1px 0px 0px 20px;
    padding: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px;
  }

  #navigation-main ul ul li {
    border-bottom: 1px solid #CCCCCC;
  }

  #navigation-main ul ul li a {
    padding: 5px;
    color: #676767;
  }

  #navigation-main ul ul li:hover > a,
  #navigation-main ul ul li > a:hover {
    background: none !important;
  }

  #navigation-main ul ul {
    display: block;
    margin: 0px 0px 0px 30px;
  }

  #content-home-top {
  }

  #content-home-top-inner.div-inner {
    padding: 0px;
  }

  div.slide-content-inner.div-inner {
    padding: 0px 50px;
  }

  #content-home-bottom-columns {
    background: none;
  }

  div.home-column {
    width: 32%;
    margin-right: 2%;
  }

  div.home-column-last {
    margin: 0px;
  }

  #left {
    float: none;
    width: 100%;
    margin: 0px;
  }

  #left-side {
    display: none;
  }

  #main,
  #left.no-modules #main {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    min-height: 0px;
  }

  #right {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #content-home-top,
  #content-slider-container,
  ul#content-slider-items,
  ul#content-slider-items li,
  div.slide-foreground-image {
    height: 350px;
  }

  div.slide-content-inner.div-inner {
    padding: 0px;
  }

  div.slide-foreground-image {
    position: absolute;
    float: none;
    width: 100%;
  }

  div.slide-content-main {
    float: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
  }

  div.slide-content-main-inner {
    padding: 10px;
  }

  div.slide-title {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
  }

  div.slide-text {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
  }

  div.slide-link {
  }

  div.slide-link a {
    font-size: 14px;
  }

  #content-home-middle-left,
  #content-home-middle-right {
    float: none;
    width: auto;
    margin: 0px 0px 35px 0px;
  }

  div.home-column,
  div.home-column-last {
    float: none;
    width: auto;
    max-width: 300px;
    margin: 0px auto 30px auto;
  }

  #footer-bottom-inner {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  a#link-home,
  a#link-footer {
    width: auto;
    height: auto;
  }

  a#link-home img,
  a#link-footer img {
    height: 150px;
  }

  #main img {
    max-width: 100%;
    height: auto;
  }

  .float-left,
  .float-right {
    float: none;
    margin: 0px 0px 30px 0px;
  }

  .column-two,
  .column-three {
    width: auto;
  }

  div.footer-column {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0px 0px 30px 0px;
  }

  table.table-responsive {
    font-size: 12px;
    empty-cells: hide;
  }

  table.table-responsive thead {
    display: none;
  }

  table.table-responsive tr {
    display: block;
    /*margin: 0px 0px 10px 0px;*/
  }

  table.table-responsive tr.row-headings {
  }

  table.table-responsive tr.row-headings th {
  }

  table.table-responsive tr.sub-headings {
  }

  table.table-responsive tr.sub-headings th {
    display: block;
  }

  table.table-responsive td {
    display: block;
    border: 1px dotted #CCCCCC;
    border-width: 0px 0px 1px 0px;
  }

  table.table-responsive td:empty {
    display: none;
  }

  table.table-responsive-labels td {
    text-align: right !important;
  }

  table.table-responsive td:last-of-type {
    /*border: 0px;*/
  }

  table.table-responsive td.column-hidden {
    display: none;
  }

  table.table-responsive-labels td:before {
    content: attr(data-th) ": ";
    float: left;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
    text-align: left;
  }

  table.table-responsive td[data-th=""]:before {
    display: none;
  }

  table.table-responsive th img,
  table.table-responsive td img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 568px) {
  div.news-article-date,
  div.news-article-title {
    float: none;
    width: auto;
    margin: 0px 0px 5px 0px;
  }
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}