.container {
  width: 100% !important;
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100% !important;
  }
}

.menu--main .content .menu .menu-item {
  cursor: pointer;
  /*background-color: #204291;*/
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgb(221, 221, 221);
  color: white;
  padding: 16px 10px 16px 25px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  list-style-type: none;
  width: 100%;
  display: block;
  float: left;
}

.menu--main .content .menu .menu-item:first-of-type {
  background-image: url(/modules/contrib/theme_module/images/icon_home_w.png);
  background-position: left;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-size: 40px;
}

.menu--main .content .menu .menu-item:hover {
  background-color: #666666 !important;
  color: white;
}

.menu--main .content .menu .menu-item a {
  color: white;
  font-size: 20px;
  transition: 0.3s;
  float: left;
  margin-left: 40px;
  display: flex;
  text-align: left;
  width: 100%;
}

.menu--main .content .menu .menu-item:hover a {
  color: white;
}

.language-switcher-language-url .content .links {
  float: right !important;
}

.language-switcher-language-url .content .links li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 20px;
}

.language-switcher-language-url .content .links li a {
  font-size: 14px !important;
  padding: 5px;
}

.menu--account .content .menu {
  float: right !important;
}

.menu--account .content .menu .menu-item {
  margin: 5px;
}

.menu--account .content .menu .menu-item a {
  font-size: 14px !important;
  padding: 5px !important;
}

.theme-banner {
  min-height: 170px;
  background-repeat: repeat;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  /*border-bottom-color: #204291;*/
  border-top-width: 20px;
  border-top-style: solid;
  /*border-top-color: #204291;*/
}

.theme-logo {
  margin: 20px;
  display: block;
}

.theme-footer-block {
  color: #f5f5f5;
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  display: block;
}

.theme-footer-email {
  display: inline-block;
  color: #000000 !important;
  font-weight: 500;
}

.theme-footer-text {
  font-weight: 500;
}
.theme-footer-contact {
  padding-bottom: 25px;
  border-bottom: 1px solid #d5d5d5;
  color: #d5d5d5;
}

.theme-hidden {
  display: none;
}
.theme-hidden-source {
  display: none;
}
.theme-hidden-pdf {
  display: none;
}

.theme-block {
  display: block;
}

.theme-main,
#main-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 1px !important;
  padding-bottom: 0 !important;
}

.sidebar .region-sidebar-first .content .menu {
  margin: 0;
}

.region-footer .content .menu li a {
  font-size: 20px;
  color: #d5d5d5 !important;
}

.region-footer .content .menu li a:active {
  color: #d5d5d5 !important;
}
.region-footer .content .menu li a:visited {
  color: #d5d5d5 !important;
}

.theme-sidebar-menu-item {
  cursor: pointer;
  /*background-color: #204291;*/
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgb(221, 221, 221);
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  list-style-type: none;
  width: 100%;
  display: block;
  float: left;
  background-position: left;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-size: 40px;
}

.theme-sidebar-menu-item:nth-of-type(odd) {
  background-color: #1a8744;
}

.theme-sidebar-menu-item:hover {
  background-color: #666666 !important;
  color: white;
}

.theme-sidebar-menu-item a {
  color: white;
  transition: 0.3s;
  float: left;
  margin-left: 40px;
}

.theme-sidebar-menu-item:hover a {
  color: white !important;
  text-decoration: none;
  transition: 0.3s;
}

.theme-sidebar-download-link {
  color: white;
  margin-left: 40%;
}

.theme-sidebar-download-link:hover {
  color: white;
  text-decoration: none;
}

input.form-text,
input.form-email,
input.form-search,
textarea.form-textarea,
select {
  padding: 0 !important;
  padding-left: 14px !important;
}
.form-date {
  padding: 11px !important;
  width: 100% !important;
  border: 2px solid #eaeaea !important;
}

.theme-btn {
  cursor: pointer;
  background-color: #444;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  margin: 5px;
  display: inline-block;
}

.theme-btn:hover {
  text-decoration: none;
}

#block-image-logo {
  max-height: 120px;
}

#sidebar-first {
  width: 100% !important;
}

#sidebar-second {
  width: 100% !important;
}
.page-title {
  margin-left: 25px;
  margin-top: 30px;
  /* color: #8d004f !important; */
  margin-left: 0;
  padding-left: 50px;
  position: relative;
}

.page-title:before {
  content: "";
  background: url(/modules/contrib/theme_module/images/title.png);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

#header-top {
  z-index: 1 !important;
  min-height: 100px;
}
#main-navigation {
  z-index: 1 !important;
}
input[type="submit"] {
  padding: 5px 20px !important;
}

@media (max-width: 992px) {
  #content-wrapper {
    padding: 0 15px 0 15px !important;
  }
  .menu--main .content .menu {
    display: none;
  }

  #block-members-portal-theme-logoblock {
    text-align: center;
    background: #7b9386;
    padding: 10px 80px !important;
  }
  .theme-logo {
    margin: 0 !important;
  }
  .page-title {
    margin-left: 0 !important;
  }
  .block-page-title-block {
    padding: 0 !important;
  }
  .block-page-title-block h1 {
    margin-top: 0 !important;
  }
  .navigation.menu--main {
    padding-bottom: 10px;
  }
}

.region-navigation {
  min-height: 200px;
}

.menu-toggle {
  position: relative;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
  margin: 10px 0 0px 20px;
}
.menu-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: black;
  box-shadow: 0 0.25em 0 0 black, 0 0.5em 0 0 black;
}
.region-footer {
  padding: 10px;
}

.theme-selected {
  background-color: #868686 !important;
  color: white;
}
