body {
  font-family: "Poppins", Helvetica, Arial, Sans-Serif;
}

#menu-main-menu a {
  font-size: 17.6px;
}

html {
  margin-top: 0 !important;
}

body.admin-bar {
  padding-top: 100px;
}

header#header {
  top: 32px;
}
header#header.nav-up {
  top: -19px;
}
@media (min-width: 46.25em) {
  header#header.nav-up {
    top: -29px;
  }
}
@media (max-width: 782px) {
  header#header header#header {
    top: 46px;
  }
}
header#header #wpadminbar {
  position: fixed !important;
  top: 0 !important;
}

.header-bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
}
@media (min-width: 46.25em) {
  .header-bg {
    height: 100px;
  }
}

header#header {
  background: #000;
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background 0.2s ease-in-out, top 0.3s ease-in-out;
}
@media (min-width: 46.25em) {
  header#header {
    height: 100px;
  }
}
header#header.nav-up {
  top: -51px;
}
@media (min-width: 46.25em) {
  header#header.nav-up {
    top: -61px;
  }
}
header#header .wrap {
  overflow: hidden;
  padding: 0 20px;
}
header#header .logo {
  display: inline-block;
  width: 144px;
  height: 26px;
  background-image: url("https://recombu.com/wp-content/themes/recombu/library/images/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-size: 750px 750px;
  margin: 10px 0 10px;
  text-align: center;
  text-indent: -9999px;
}
@media (min-width: 46.25em) {
  header#header .logo {
    width: 190px;
    height: 35px;
    background-size: 1000px 1000px;
    margin: 12px 0;
  }
}
header#header .toggle-nav {
  display: block;
  width: 22px;
  height: 30px;
  padding: 5px 0;
  position: absolute;
  top: 10px;
  left: 20px;
  cursor: pointer;
}
@media (min-width: 30em) {
  header#header .toggle-nav {
    width: 95px;
  }
}
@media (min-width: 46.25em) {
  header#header .toggle-nav {
    top: 15px;
  }
}
header#header .toggle-nav div.icon {
  width: 22px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}
header#header .toggle-nav div.icon div {
  display: none;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 30px;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 30em) {
  header#header .toggle-nav div.icon div {
    display: block;
  }
}
header#header .toggle-nav div.icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header#header .toggle-nav div.icon span:nth-child(1) {
  top: 0;
}
header#header .toggle-nav div.icon span:nth-child(2) {
  top: 8px;
}
header#header .toggle-nav div.icon span:nth-child(3) {
  top: 16px;
}
header#header .toggle-nav div.icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header#header .toggle-nav div.icon.open span:nth-child(2) {
  opacity: 0;
}
header#header .toggle-nav div.icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header#header .toggle-search {
  position: absolute;
  top: 13px;
  right: 25px;
  cursor: pointer;
}
@media (max-width: 46.24em) {
  header#header .toggle-search {
    right: 20px;
  }
}
header#header .toggle-search span.icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: relative;
  top: 0;
  right: 0;
  border-radius: 28px;
  transition: 0.25s;
}
header#header .toggle-search span.icon:after {
  content: "";
  display: block;
  background: #fff;
  width: 3px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  right: -3px;
  transition: 0.25s;
}
header#header .toggle-search.active span.icon {
  height: 34px;
  top: -5px;
}
@media (min-width: 46.25em) {
  header#header .toggle-search.active span.icon {
    width: 230px !important;
  }
}
@media (min-width: 61.25em) {
  header#header .toggle-search.active span.icon {
    width: 280px !important;
  }
}
header#header .toggle-search.active span.icon:after {
  height: 0;
  top: 24px;
  right: 2px;
}
header#header .toggle-search form {
  display: none;
  position: absolute;
  top: 4px;
  left: 15px;
  z-index: 1;
}
header#header .toggle-search form input {
  display: inline-block;
}
header#header .toggle-search form input.terms {
  width: 187px;
  height: 20px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  border-radius: 0;
  -webkit-appearance: none;
}
@media (max-width: 71.24em) and (-webkit-min-device-pixel-ratio: 2), (max-width: 71.24em) and (min-resolution: 192dpi) {
  header#header .toggle-search form input.terms {
    top: -3px;
  }
  header#header .toggle-search form input.terms::placeholder {
    padding-top: 3px;
  }
}
@media (min-width: 46.25em) {
  header#header .toggle-search form input.terms {
    width: 187px !important;
  }
}
@media (min-width: 61.25em) {
  header#header .toggle-search form input.terms {
    width: 237px !important;
  }
}
header#header .toggle-search form .close {
  display: block;
  width: 34px;
  line-height: 35px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  top: -6px;
  right: -26px;
  font-weight: 400;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}
header#header .toggle-search form .close:hover {
  opacity: 1;
}
@media (min-width: 46.25em) {
  header#header .toggle-search {
    top: 18px;
  }
}
@media (max-width: 46.24em) {
  header#header.search-active .logo,
  header#header.search-active .toggle-nav {
    opacity: 0;
    transition: opacity 0.25s;
  }
}
header#header.inverted {
  background: #fff;
}
header#header.inverted .logo {
  background-position: 0 -38px;
}
@media (min-width: 46.25em) {
  header#header.inverted .logo {
    width: 190px;
    height: 35px;
    background-size: 1000px 1000px;
    background-position: 0 -50px;
  }
}
header#header.inverted .toggle-nav div.icon div {
  color: #000;
}
header#header.inverted .toggle-nav div.icon span {
  background: #000;
}
header#header.inverted .toggle-search {
  color: #000;
}
header#header.inverted .toggle-search span.icon {
  border-color: #000;
}
header#header.inverted .toggle-search span.icon:after {
  background: #000;
}
header#header.inverted .toggle-search form input.terms {
  color: #000;
}

#nav-main {
  zoom: 1;
}
#nav-main:before, #nav-main:after {
  display: table;
  content: "";
}
#nav-main:after {
  clear: both;
}

#nav-bar {
  height: 40px;
  overflow: hidden;
  background: #000;
}
#nav-bar.scroll-to-fixed-fixed #nav-main {
  border-color: transparent;
}
@media (max-width: 46.24em) {
  #nav-bar {
    display: none;
  }
}

header.inverted #nav-bar {
  background: #fff;
}

#nav-main {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
#nav-main > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 5;
  float: left;
  font-weight: 600;
  height: 40px;
  line-height: 41px;
  width: 100%;
  padding-right: 70px;
  position: relative;
}
#nav-main a {
  color: #fff;
  display: block;
  opacity: 0.75;
  padding: 0 25px 0 0;
}
#nav-main a:hover {
  text-decoration: none;
  opacity: 1;
}
#nav-main > ul > li {
  background: none;
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
}
#nav-main > ul > li#more {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 35px;
}
#nav-main > ul > li#more a {
  height: 39px;
  padding: 0 12px;
}
#nav-main > ul > li#more a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url("https://recombu.com/wp-content/themes/recombu/library/images/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-position: -88px -112px;
  margin: 0 0 0 7px;
  top: -2px;
}
#nav-main > ul > li#more.open a {
  background: #333;
  opacity: 1;
}
#nav-main > ul > li#more.open ul {
  display: block;
}
#nav-main > ul > li.hidden {
  display: none;
}
#nav-main ul ul {
  background: #000;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
}
#nav-main ul ul a {
  background: #333;
  margin-bottom: 0;
  padding: 0 15px !important;
  white-space: nowrap;
}
#nav-main ul ul a:after {
  display: none;
}
#nav-main ul ul a:hover {
  text-decoration: underline;
}
#nav-main ul li ul li a:after {
  display: none !important;
}

header.inverted #nav-main {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
header.inverted #nav-main a {
  color: #000;
}
header.inverted #nav-main > ul > li#more:hover a {
  background: #ddd;
}
header.inverted #nav-main > ul > li#more a:after {
  background-position: -73px -112px;
}
header.inverted #nav-main ul ul {
  background: #eee;
}

footer > .wrap {
  background: #000;
  padding: 50px 1.5rem 25px;
  color: #fff;
  clear: both;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
footer > .wrap h3 {
  margin: 0 0 15px;
  font-size: 1.3em;
}
footer > .wrap a {
  color: #fff;
}
footer > .wrap ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 20px 25px;
  padding-bottom: 10px;
}
@media (min-width: 61.25em) {
  footer > .wrap ul {
    margin: 0 0 20px;
  }
  footer > .wrap ul.follow-us {
    border: 0;
  }
}
footer > .wrap ul li {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: 600;
}
@media (min-width: 30em) {
  footer > .wrap ul li {
    font-size: 1em;
  }
}
footer > .wrap ul.cars {
  border: 0;
}
footer > .wrap ul.social li a:before {
  content: "";
  display: block;
  float: left;
  border: 1px solid #fff;
  width: 22px;
  height: 22px;
  background-image: url("https://recombu.com/wp-content/themes/recombu/library/images/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-size: 500px 500px;
  position: relative;
  top: -5px;
  margin-right: 7px;
  border-radius: 100%;
}
footer > .wrap ul.social li a:hover:before {
  background-color: #fff;
}
footer > .wrap ul.social li.facebook a:before {
  background-position: -109px 1px;
}
footer > .wrap ul.social li.facebook a:hover:before {
  background-position: -189px 1px;
}
footer > .wrap ul.social li.twitter a:before {
  background-position: -129px 1px;
}
footer > .wrap ul.social li.twitter a:hover:before {
  background-position: -209px 1px;
}
footer > .wrap ul.social li.google-plus a:before {
  background-position: -149px 1px;
}
footer > .wrap ul.social li.google-plus a:hover:before {
  background-position: -229px 1px;
}
footer > .wrap ul.social li.youtube a:before {
  background-position: -169px 1px;
}
footer > .wrap ul.social li.youtube a:hover:before {
  background-position: -249px 1px;
}
footer > .wrap .logo {
  display: inline-block;
  width: 144px;
  height: 26px;
  background-image: url("https://recombu.com/wp-content/themes/recombu/library/images/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-size: 750px 750px;
  margin: 10px 0 10px;
  text-align: center;
  text-indent: -9999px;
  width: 190px;
  height: 35px;
  background-size: 1000px 1000px;
  margin: 0 0 25px 20px;
}
@media (min-width: 61.25em) {
  footer > .wrap .logo {
    margin-left: 0;
  }
}
footer > .wrap .sidebar {
  font-size: 0.9em;
}
@media (min-width: 61.25em) {
  footer > .wrap .sidebar {
    text-align: right;
  }
}
footer > .wrap .sidebar ul {
  border: 0;
  margin-bottom: 10px;
}
@media (min-width: 61.25em) {
  footer > .wrap .sidebar ul li {
    display: block;
    border: 0;
    margin: 0 0 10px;
    padding: 0;
  }
}
footer > .wrap .copy {
  padding: 10px 0 0;
  font-size: 0.9em;
  line-height: 1.3;
}
@media (max-width: 61.24em) {
  footer > .wrap .copy {
    margin: 0 20px 20px;
  }
  footer > .wrap .copy br {
    display: none;
  }
}

#content {
  background: #fff;
  clear: both;
}

@media (min-width: 71.25em) {
  footer > .wrap {
    max-width: 1140px;
  }
}
@media (min-width: 71.25em) {
  #content,
  footer > .wrap {
    line-height: 1;
    display: flex;
    transition: opacity 0.2s, -webkit-filter 0.2s, filter 0.2s;
  }
  #content.fade,
  footer > .wrap.fade {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
.content {
  width: 100%;
  clear: both;
}
@media (min-width: 61.25em) {
  .content {
    width: 620px;
    clear: none;
  }
  .content.left {
    padding-right: 5px;
  }
  .content.right {
    padding-left: 5px;
  }
}
@media (min-width: 71.25em) {
  .content {
    width: 780px;
  }
}
@media (min-width: 76.25em) {
  .content {
    width: 860px;
  }
}

.sidebar {
  width: 100%;
  margin-left: auto;
  clear: both;
}
@media (min-width: 61.25em) {
  .sidebar {
    width: 300px;
    clear: none;
  }
}

.content,
.sidebar {
  float: none;
}
.content a,
.sidebar a {
  font-size: 14.4px;
}
@media (min-width: 61.25em) {
  .content.left,
  .sidebar.left {
    float: left;
  }
}

.sidebar a {
  font-size: 14.4px;
}

.content a {
  font-size: 16px;
}

.third {
  width: 100%;
  margin: 0 0 25px;
}
@media (min-width: 61.25em) {
  .third {
    float: left;
    width: 31.5%;
    margin: 0 2.5% 25px 0;
  }
  .third.last {
    margin-right: 0 !important;
  }
}

.fourth {
  width: 100%;
  margin: 0 0 25px;
}
@media (min-width: 46.25em) {
  .fourth {
    float: left;
    width: 50%;
    margin: 0 0 25px 0;
  }
  .fourth false {
    clear: left;
  }
}
@media (min-width: 61.25em) {
  .fourth {
    float: left;
    width: 23.5%;
    margin: 0 2% 25px 0;
  }
  .fourth false {
    clear: none;
  }
  .fourth:nth-child(4n) {
    margin-right: 0 !important;
  }
}

.content-page {
  padding-top: 25px;
}

footer {
  background-color: black;
}
footer #footerDMRI a:hover {
  color: rgb(97, 97, 97);
}
footer #footerDMRI a {
  color: black;
  background-color: white;
}

#login-container {
  border-bottom: 0.0625rem solid #fff;
}
#login-container .burgerNav {
  background-color: black;
}
#login-container .burgerNav p {
  font-family: "Poppins", Helvetica, Arial, Sans-Serif, serif;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
#login-container .burgerNav a {
  font-family: "Poppins", Helvetica, Arial, Sans-Serif, serif;
  font-size: 13.1px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  opacity: 0.75;
}
#login-container #DMRI-nav {
  background-color: black;
}
#login-container #DMRI-nav .navbar-nav.dmri li:hover {
  background-color: black;
}
#login-container #DMRI-nav .navbar-nav.dmri a {
  font-family: "Poppins", Helvetica, Arial, Sans-Serif;
  font-size: 13.1px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  opacity: 0.75;
}
#login-container #DMRI-nav .navbar-nav.dmri a:hover {
  opacity: 1;
}

main {
  margin-top: 60px;
}

/*# sourceMappingURL=154.css.map */
