#commentform .submit {
  clear: both;
  margin: 0 !important;
  padding: 0;
  text-align: right;
}

.home-head {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.home-head .brain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/brain-blue.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-head .brain .the-brain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/brain-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.home-head .brain .the-brain #text {
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.home-head .brain .the-brain .hero {
  flex-grow: 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-head .brain .the-brain .hero .tagline {
  padding: 1rem 0;
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .hero .tagline h1,
  .home-head .brain .the-brain .hero .tagline .sub {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .hero .tagline h1,
  .home-head .brain .the-brain .hero .tagline .sub {
    max-width: 75%;
  }
}
.home-head .brain .the-brain .hero .tagline h1 {
  position: relative;
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
.home-head .brain .the-brain .hero .tagline h1:before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid #E1D295;
  border-right: 1px solid #E1D295;
  top: -10px;
  right: -20px;
  z-index: 3;
}
.home-head .brain .the-brain .hero .tagline h1:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #E1D295;
  border-right: 1px solid #E1D295;
  bottom: -10px;
  right: -20px;
  z-index: 3;
}
.home-head .brain .the-brain .hero .tagline h1 > .inner {
  display: block;
  position: relative;
}
.home-head .brain .the-brain .hero .tagline h1 > .inner:before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid #E1D295;
  border-left: 1px solid #E1D295;
  top: -10px;
  left: -20px;
  z-index: 3;
}
.home-head .brain .the-brain .hero .tagline h1 > .inner:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #E1D295;
  border-left: 1px solid #E1D295;
  bottom: -10px;
  left: -20px;
  z-index: 3;
}
@media only screen and (max-width: 320px) {
  .home-head .brain .the-brain .hero .tagline h1 {
    /* Your Styles... */
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 910px) {
  .home-head .brain .the-brain .hero .tagline h1 {
    /* Your Styles... */
    font-size: 0.8rem;
  }
}
@media (min-width: 600px) {
  .home-head .brain .the-brain .hero .tagline h1 {
    font-size: 1.7rem;
    padding-bottom: 0;
    margin-right: 4rem;
  }
  .home-head .brain .the-brain .hero .tagline h1:before {
    right: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1:after {
    right: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner {
    position: relative;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner:before {
    left: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner:after {
    left: -50px;
  }
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .hero .tagline h1 {
    font-size: 2rem;
    line-height: 1.25em;
    margin-right: 6rem;
  }
  .home-head .brain .the-brain .hero .tagline h1:before {
    right: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1:after {
    right: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner {
    position: relative;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner:before {
    left: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner:after {
    left: -50px;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .hero .tagline h1 {
    font-size: 2.5rem;
  }
  .home-head .brain .the-brain .hero .tagline h1:before {
    right: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1:after {
    right: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner {
    position: relative;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner:before {
    left: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner:after {
    left: -50px;
  }
}
@media (min-width: 1600px) {
  .home-head .brain .the-brain .hero .tagline h1 {
    font-size: 3rem;
  }
  .home-head .brain .the-brain .hero .tagline h1:before {
    right: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1:after {
    right: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner {
    position: relative;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner:before {
    left: -50px;
  }
  .home-head .brain .the-brain .hero .tagline h1 > .inner:after {
    left: -50px;
  }
}
.home-head .brain .the-brain .hero .tagline .sub {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.25em;
  margin: 0;
}
@media only screen and (max-width: 320px) {
  .home-head .brain .the-brain .hero .tagline .sub {
    /* Your Styles... */
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 910px) {
  .home-head .brain .the-brain .hero .tagline .sub {
    /* Your Styles... */
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .home-head .brain .the-brain .hero .tagline .sub {
    font-size: 1.2rem;
  }
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .hero .tagline .sub {
    font-size: 1.4rem;
  }
}
.home-head .brain .the-brain .hero .tagline > .inner {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  box-sizing: content-box;
}
@media (min-width: 600px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    padding-left: 12rem !important;
  }
}
@media (min-width: 600px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    padding-right: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    padding-right: 12rem !important;
  }
}
@media (min-width: 600px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6rem;
    margin-right: 5rem;
    padding-left: 0 !important;
    float: none !important;
  }
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16rem;
    margin-right: 6rem;
    padding-left: 0 !important;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24rem;
    margin-right: 11rem;
    padding-left: 0 !important;
  }
}
@media (min-width: 1600px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 19rem;
    padding-left: 10rem !important;
    float: none !important;
  }
}
@media screen and (min-width: 1900px) {
  .home-head .brain .the-brain .hero .tagline > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35rem;
    padding-left: 13rem !important;
    float: none !important;
  }
}
.home-head .brain .the-brain .srch-form {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  margin: 1rem auto 5rem auto;
  width: 65%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  /*
				@media only screen and (min-width: 768px) {
					// padding-top: 10rem;
					margin-top: 6rem;
					margin-bottom: 5rem;
					padding-left: 3rem !important;
					padding-right: 3rem !important;
				}

				@media (min-width: @sizeM) {
					// padding-top: 10rem;
					padding-left: 5rem !important;
					padding-right: 5rem !important;
				}
				@media (min-width: @sizeL) {
					padding-top: 2rem;
					padding-left: 7rem !important;
					padding-right: 7rem !important;
				}
				@media (min-width: @sizeXL) {
					padding-top: 4rem;
					padding-left: 9rem !important;
					padding-right: 9rem !important;
				}

				 */
}
@media (min-width: 600px) {
  .home-head .brain .the-brain .srch-form {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .srch-form {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .srch-form {
    padding-left: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .home-head .brain .the-brain .srch-form {
    padding-left: 12rem !important;
  }
}
@media (min-width: 600px) {
  .home-head .brain .the-brain .srch-form {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .srch-form {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .srch-form {
    padding-right: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .home-head .brain .the-brain .srch-form {
    padding-right: 12rem !important;
  }
}
.home-head .brain .the-brain .srch-form form {
  position: relative;
  padding: 4rem 0 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 900px) {
  .home-head .brain .the-brain .srch-form form {
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .srch-form form {
    padding-left: 5rem;
  }
}
.home-head .brain .the-brain .srch-form form label {
  color: #fff;
  margin-bottom: 1.5rem;
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}
.home-head .brain .the-brain .srch-form form label:before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #E1D295;
  border-left: 1px solid #E1D295;
  top: -10px;
  left: -15px;
}
.home-head .brain .the-brain .srch-form form label,
.home-head .brain .the-brain .srch-form form input {
  position: relative;
  z-index: 1;
}
.home-head .brain .the-brain .srch-form form:before {
  position: relative;
  content: '';
  display: block;
  opacity: 0.25;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-head .brain .the-brain .srch-form form:after {
  position: relative;
  content: '';
  display: block;
  opacity: 0.25;
  top: 0;
  left: 100%;
  width: 100vw;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 320px) {
  .home-head .brain .the-brain .srch-form {
    /* Your Styles... */
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 910px) {
  .home-head .brain .the-brain .srch-form {
    /* Your Styles... */
    padding-top: 12rem;
  }
}
@media (min-width: 1200px) {
  .home-head .brain .the-brain .srch-form {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1900px) {
  .home-head .brain .the-brain .srch-form {
    margin-bottom: 20rem !important;
  }
}
.home-head .brain .brain-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-head .brain .brain-overlay #particles-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about {
  margin-top: -10rem;
  background: #000016;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 320px) {
  .about {
    /* Your Styles... */
    margin-top: auto !important;
  }
}
@media only screen and (max-width: 910px) {
  .about {
    /* Your Styles... */
    margin-top: auto !important;
  }
}
@media (min-width: 1600px) {
  .about {
    margin-top: -12rem !important;
  }
}
@media screen and (min-width: 1900px) {
  .about {
    margin-top: -15rem !important;
  }
}
.about > .inner {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  margin-left: 0 !important;
}
@media (min-width: 600px) {
  .about > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .about > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .about > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .about > .inner {
    padding-left: 12rem !important;
  }
}
@media (min-width: 600px) {
  .about > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .about > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .about > .inner {
    padding-right: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .about > .inner {
    padding-right: 12rem !important;
  }
}
@media (min-width: 600px) {
  .about > .inner {
    padding-left: 50% !important;
    padding-right: 0 !important;
    margin-right: 5px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 900px) {
  .about > .inner {
    padding-left: 50% !important;
    padding-right: 0 !important;
    margin-right: 5px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .about > .inner {
    padding-left: 50% !important;
    padding-right: 0 !important;
    margin-right: 5px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1600px) {
  .about > .inner {
    padding-left: 50% !important;
    padding-right: 0 !important;
    margin-right: 5px !important;
    max-width: 100% !important;
  }
}
.about > .inner .text {
  position: relative;
  margin-top: 4rem;
  background: #315B9F;
  padding: 6rem 0 6rem 2rem;
  max-width: 670px;
  z-index: 2;
  line-height: 1.8em;
}
.about > .inner .text a {
  color: #E1D295;
  border-bottom: 1px dotted;
}
.about > .inner .text .partners a {
  border: 0;
}
@media (min-width: 900px) {
  .about > .inner .text {
    margin: 0;
    padding-left: 3rem;
    text-align: justify;
    text-justify: inter-word;
  }
}
@media (min-width: 1200px) {
  .about > .inner .text {
    margin: 0;
    padding-left: 4rem;
  }
}
.about > .inner .text:before {
  position: absolute;
  content: '';
  display: block;
  background: #0D0F64;
  opacity: 0.25;
  height: 4rem;
  left: 0;
  width: 100vw;
  bottom: 100%;
  z-index: 0;
}
.about > .inner .text:after {
  position: absolute;
  content: '';
  display: block;
  background: #315B9F;
  top: 0;
  left: 100%;
  width: 100vw;
  bottom: 0;
  z-index: 0;
}
.about > .inner .text h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.about > .inner .text ul,
.about > .inner .text li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about > .inner .text ul svg,
.about > .inner .text li svg {
  height: 4rem;
}
.about > .inner .text ul {
  display: inline-flex;
}
.about > .inner .text li {
  display: inline-block;
  margin-left: 2rem;
}
.about > .inner .text li:first-child {
  margin-left: 0;
}
.about > .inner .text li .nih svg,
.about > .inner .text li .on svg,
.about > .inner .text li .nsc svg,
.about > .inner .text li .sccn svg {
  fill: #fff;
}
.about > .inner .text li .nih svg {
  width: 3rem;
}
.about > .inner .text li .on svg {
  width: 8rem;
}
.about > .inner .text li .nsc svg {
  width: 5rem;
}
@media (min-width: 690px) {
  .about > .inner .text ul {
    position: relative;
    align-items: center;
  }
  .about > .inner .text ul:before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #E1D295;
    border-right: 1px solid #E1D295;
    bottom: -10px;
    right: -50px;
    z-index: 3;
  }
}
.about:after {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  bottom: 0;
  width: 100%;
  height: 6rem;
  z-index: 0;
}
.home-section > .inner,
.logos {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (min-width: 600px) {
  .home-section > .inner,
  .logos {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section > .inner,
  .logos {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section > .inner,
  .logos {
    padding-left: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section > .inner,
  .logos {
    padding-left: 12rem !important;
  }
}
@media (min-width: 600px) {
  .home-section > .inner,
  .logos {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section > .inner,
  .logos {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section > .inner,
  .logos {
    padding-right: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section > .inner,
  .logos {
    padding-right: 12rem !important;
  }
}
.home-section {
  padding: 3rem 0;
}
@media (min-width: 900px) {
  .home-section {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .home-section {
    padding: 6rem 0;
  }
}
@media (min-width: 600px) {
  .home-section.news > .inner {
    display: flex;
  }
}
.home-section.news > .inner h2 {
  white-space: nowrap;
  padding-right: 5rem;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .home-section.news > .inner h2 {
    font-size: 2.6rem;
  }
}
.home-section.news > .inner .news {
  flex-grow: 1;
}
.home-section.news > .inner .news .news-item {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #efefef;
}
.home-section.news > .inner .news .news-item h3 {
  margin-bottom: 0.6rem;
}
@media (min-width: 900px) {
  .home-section.news > .inner .news .news-item h3 {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
}
.home-section.news > .inner .news .news-item .date {
  margin-top: 0;
  margin-bottom: 2rem;
}
.nemar-index-min-height-auto {
  min-height: auto !important;
}
.nemar-index-flex-grow {
  flex-grow: inherit !important;
}
.nemar-about-text-spaces {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.nemar-about-h3-style {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}
.nemar-search-form-style {
  padding-top: 160px !important;
}
/*# sourceMappingURL=home.css.map */
