#navigation-mobile {
  display: none;
}

embed, iframe, object {
  max-width: 100%;
}

/* Screen Reader Text */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Styles */

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

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

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

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

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

@media only screen and (max-width: 1152px) {
  #home-top-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  #logo a {
    display: inline-block;
  }

  #logo a img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #header-left,
  #header-right {
    float: none;
    padding: 0px;
    text-align: center;
  }

  #logo {
    padding: 10px 0px;
  }

  #navigation {
    border: 0px;
  }

  #navigation-right,
  #navigation-left {
    float: none;
  }

  #navigation-right {
    margin: 5px 0px 15px 0px;
    text-align: center;
  }

  #navigation-mobile {
    display: block;
    padding: 10px;
    text-align: right;
    background: #EFEFEF;
    cursor: pointer;
  }

  #navigation-mobile-label {
    float: left;
    color: #000000;
    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;
    text-align: left;
    background: #EFEFEF;
  }

  #navigation-main ul {
    visibility: visible !important;
    opacity: 1 !important;
  }

  #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: 10px;
    line-height: normal;
    white-space: normal;
  }

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

  #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-parent::after {
    display: none;
  }

  #navigation-main ul li a.nav-current {
  }

  #navigation-main ul li span.accordion-toggle {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }

  #navigation-main ul li span.accordion-toggle::after {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: 0px;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: #B22222;
  }

  #navigation-main ul li span.accordion-toggle-open {
  }

  #navigation-main ul li span.accordion-toggle-open::after {
    content: "\f077";
  }

  #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;*/
    display: block;
    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: 10px;
  }

  #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;
  }

  #left {
    display: none;
  }
}

@media only screen and (max-width: 810px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  #top-inner {
    text-align: center;
  }

  .hide-on-tablet {
    display: none;
  }

  .show-on-tablet {
    display: block;
  }

  .align-left-tablet {
    text-align: left !important;
  }

  .align-center-tablet {
    text-align: center !important;
  }

  .align-right-tablet {
    text-align: right !important;
  }
}

@media only screen and (max-width: 640px) {
  div.div-inner {
    padding: 0px 15px;
  }

  #home-top-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 568px) {
  .float-left,
  .float-right {
    float: none;
    margin: revert;
  }

  .text-medium {
    font-size: 16px !important;
  }

  .text-large {
    font-size: 20px !important;
  }

  .text-x-large {
    font-size: 24px !important;
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: block;
  }

  .align-left-mobile {
    text-align: left !important;
  }

  .align-center-mobile {
    text-align: center !important;
  }

  .align-right-mobile {
    text-align: right !important;
  }
}

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

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

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