#navigation-mobile {
  display: none;
}

embed, iframe, object {
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  /* Fix for offsetting anchors with fixed header, on desktop only */
  #main {
    position: relative;
  }

  a[id]:not([href]),
  a[name]:not([href]) {
    display: block;
    margin-top: -110px;
    padding-top: 110px;
  }
}

@media only screen and (max-width: 1300px) {
  div.div-outer {
    width: auto;
  }

  div.div-inner {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 1024px) {
  #wrapper {
  }

  #header,
  #header.sticky {
    position: static;
    height: auto;
    background: #FFFFFF;
  }

  #header-top-inner {
    text-align: center;
  }

  #header-bottom {
    height: auto;
  }

  #header-bottom-left,
  #header-bottom-right {
    float: none;
    text-align: center;
  }

  a#link-home {
    display: inline-block;
  }

  #top-buttons,
  #navigation {
    float: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  #navigation-mobile {
    display: block;
    padding: 10px 0px;
    text-align: right;
    cursor: pointer;
  }

  #navigation-mobile-label {
    float: left;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 38px;
  }

  a#navigation-mobile-link {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    font-family: monospace, sans-serif;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    background: #1A1A1A;
    border: 1px solid #474747;
  }

  a#navigation-mobile-link span:before {
    content:'\2261';
  }

  #navigation-main {
    display: none;
    text-align: left;
    background: #EFEFEF;
  }

  #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: 5px;
    color: #676767;
    line-height: normal;
  }

  #navigation-main ul li a:hover,
  #navigation-main ul li:hover > a,
  #navigation-main ul li > a:hover {
    color: #669D72;
  }

  #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 a.nav-current {
    color: #669D72;
  }

  #navigation-main ul li span.accordion-toggle {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 33px;
    height: 33px;
    color: #454545;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    z-index: 99;
    background: #F4F4F4;
    cursor: pointer;
  }

  #navigation-main ul li span.accordion-toggle::after {
    content: "\f067";
    font-family: "FontAwesome";
  }

  #navigation-main ul li span.accordion-toggle-open::after {
    content: "\f068";
    font-family: "FontAwesome";
  }

  #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: 0px 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;
    line-height: normal;
  }

  #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 {
    padding: 0px;
  }

  #content-slider-container,
  ul#content-slider-items,
  ul#content-slider-items li,
  div.slide-image,
  div.slide-image img {
    height: 300px;
  }

  div.slide-content {
    top: auto;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
  }

  div.slide-content-main {
    padding: 10px 0px;
  }

  div.slide-title {
    font-size: 22px;
  }

  div.slide-subtitle {
    max-width: none;
    font-size: 16px;
  }

  div.slide-link {
    margin: 10px 0px 0px 0px;
  }

  div.slide-link a {
    padding: 10px 20px;
    font-size: 14px;
  }

  .bx-wrapper .bx-controls-direction a,
  .bx-wrapper .bx-controls-direction a:hover {
    width: 16px;
    height: 35px;
  }

  .bx-wrapper .bx-controls {
    top: 0px;
  }

  .bx-wrapper .bx-controls-direction a {
    top: 10px;
  }

  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
  }

  .bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
  }

  #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;
  }

  #main.main-indented {
    padding: 0px;
  }

  #right {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }
}

@media only screen and (max-width: 768px) {
  a#link-home {
    display: inline-block;
  }

  #content-home-bottom {
    background: none;
  }

  #content-home-bottom-inner.div-inner {
    padding: 0px;
  }

  #content-home-bottom-main {
    width: 100%;
    margin: 0px;
    padding: 20px;
    background: rgba(28, 40, 50, 0.4);
  }

  #content-top {
    height: 200px;
  }

  #footer-bottom {
    padding: 10px 0px 0px 0px;
  }

  div.footer-bottom-left,
  div.footer-bottom-right {
    float: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: center;
  }

  div.footer-bottom-clear {
    display: none;
  }

  #social-media-footer {
    text-align: center;
  }
}

@media only screen and (max-width: 680px) {
	#top-search {
		float: none;
	}
}

@media only screen and (max-width: 640px) {
  div.slide-title {
    font-size: 18px;
    font-weight: 400;
  }

  div.slide-subtitle {
    font-weight: 14px;
    font-weight: 400;
  }

  #main img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 568px) {
  #header-top {
    height: auto;
  }

  #header-top-inner {
    line-height: 30px;
  }

  #social-media,
  #top-links {
    display: inline-block;
    margin: 0px;
    padding: 0px 5px 5px 5px;
  }

  #top-separator,
  #top-search {
    display: block;
    margin: 0px;
    padding: 0px 0px 5px 0px;
  }

  #top-separator {
    display: none;
  }

  #content-home-bottom-main h1 {
    font-size: 26px;
  }

  #content-home-bottom-main p {
    font-size: 14px;
  }

  .float-left,
  .float-right,
  .img-left,
  .img-right {
    display: block;
    float: none !important;
    margin: 0px 0px 15px 0px !important;
  }

  .float-left img,
  .float-right img,
  .img-left img,
  .img-right img {
    width: 100%;
  }

  .form-box {
    width: 100%;
    box-sizing: border-box;
  }
  
  table.table-content td {
  	padding: 10px;
  }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
  .float-left img,
  .float-right img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
}
