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

.menu--main .content .menu .menu-item {
  cursor: pointer;
  /*background-color: #204291;*/
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgb(221, 221, 221);
  color: white;
  padding: 16px 10px 16px 25px;
  text-align: center;
  font-size: 16px!important;
  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;
  color: white;
}

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

.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 {
  font-size: 18px!important;
  line-height: 120%;
  font-weight: 300;
  display: block;
}

.theme-footer-email {
  display: inline-block;
  font-weight: 500;
}

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

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

.theme-block {
  display: block;
  width:100%
}

.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!important;
  /* 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: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgb(221, 221, 221);
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 20px!important;
  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-download {
  cursor: pointer;
  padding: 20px 0px 10px 0px;
  text-align: center;
  transition: 0.3s;
  list-style-type: none;
  width: 100%;
  display: block;
  float: left;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgb(221, 221, 221);
}

.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;
  font-size: 20px!important;
}

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

.theme-sidebar-download-link {
  color: white;
}

.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: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}


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;
    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;
} */

.theme-btn a {
  color: white!important;
}

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

.material-card-actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

.material-card {
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #fff;
  border-color: #fff;
  border-width: thin;
  display: block;
  max-width: 100%;
  outline: none;
  text-decoration: none;
  transition-property: box-shadow,opacity,-webkit-box-shadow;
  overflow-wrap: break-word;
  position: relative;
  white-space: normal;
  box-shadow: 0px 1px #c1c1c1;
}
.material-card-title{
  padding: 0;
  position: relative;
  display: block;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .0125em;
  line-height: 2rem;
  word-break: break-all;
}
.material-card-title-text{
  color: #3c4858;
  font-weight: 300;
  font-size: 1.825rem;
  padding: 20px 5px 0px 100px;
  display: block;
}
.material-card-subtitle-text{
  color: #7b8188;
  font-weight: 300;
  font-size: 1.325rem;
  padding: 5px;
  display: block;
}
.material-card-icon{
  border-radius: 3px;
  padding: 20px;
  top: -14px;
  max-width: 64px;
  left: 15px;
  box-shadow: 0 12px 20px -10px rgb(76 175 80 / 28%), 0 4px 20px 0 rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(76 175 80 / 20%);
  position: absolute;
  -webkit-box-align: center;
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  font-size: 24px;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  text-indent: 0;
  transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
  vertical-align: middle;
  user-select: none;
  color: #fff;
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  background-repeat: no-repeat;
  word-break: break-all;
}
.material-card-divider{
  border-color: rgba(0,0,0,.12);
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0;
  max-height: 0;
  border: solid;
  border-width: thin 0 0 0;
  overflow: visible;
  padding: 0;
  unicode-bidi: isolate;
  background-color: #fff;
  color: rgba(0,0,0,.2);
  margin:0;
}
.material-card-content{
  padding: 20px;
  padding-right: 40px;
  color: rgba(0,0,0,.6);
  width: 100%;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: .0071428571em;
}
.minfo {
  font-weight: bold;
  color: #222;
}
#main-content{
  background-color: #f1f1f1;
}

.no-gutters{
  margin-right: 0;
  margin-left: 0;
}
.info-box {
  margin-bottom:10px;
}
input:checked ~ .checkmark {
  background-color: #696969!important;
}
.material-card-title-name{
  color: #3c4858;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 20px 5px 0px 100px;
  display: block;
  word-break: break-word;
}