/* line 2, scss/styles.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 12, scss/styles.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 103, scss/styles.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 115, scss/styles.scss */
figure {
  margin: 0;
}

/* line 117, scss/styles.scss */
body {
  line-height: 1;
}

/* line 119, scss/styles.scss */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* line 125, scss/styles.scss */
ol,
ul {
  list-style: none;
}

/* line 128, scss/styles.scss */
blockquote,
q {
  quotes: none;
}

/* line 131, scss/styles.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 139, scss/styles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 144, scss/styles.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 152, scss/styles.scss */
b,
strong {
  font-weight: bold;
}

/* line 155, scss/styles.scss */
a,
img,
a img {
  border: 0;
  outline: 0;
  text-decoration: none;
}

/* line 163, scss/styles.scss */
a {
  background: transparent;
  color: inherit;
}

/* line 164, scss/styles.scss */
.skip-main,
.skip-main:active,
.skip-main:visited {
  color: #ffffff;
}

/* line 167, scss/styles.scss */
a:focus {
  outline: 3px solid;
  outline-color: black;
}

/* line 171, scss/styles.scss */
.pagination .bullets a:focus,
#know_content:focus,
#manage_content:focus,
#about_tab_content:focus,
#resource_tab_content:focus,
#partner_tab_content:focus {
  outline: 0;
}

/* line 173, scss/styles.scss */
small {
  font-size: 85%;
}

/* line 175, scss/styles.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 183, scss/styles.scss */
sup {
  top: -0.5em;
}

/* line 185, scss/styles.scss */
sub {
  bottom: -0.25em;
}

/* line 187, scss/styles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Forms */
/* line 198, scss/styles.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
}

/* line 207, scss/styles.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 213, scss/styles.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 221, scss/styles.scss */
button,
input {
  line-height: normal;
}

/* line 224, scss/styles.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 230, scss/styles.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 237, scss/styles.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 239, scss/styles.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 245, scss/styles.scss */
html,
body {
  height: 100%;
}

/* line 248, scss/styles.scss */
.acc_container {
  display: none;
}

/* Float Elements
  ---------------------------------*/
/* line 255, scss/styles.scss */
.fl-lt {
  float: left;
}

/* line 257, scss/styles.scss */
.fl-rt {
  float: right;
}

/* Clear Floated Elements
  ---------------------------------*/
/* line 262, scss/styles.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 271, scss/styles.scss */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 281, scss/styles.scss */
.clearfix:after {
  clear: both;
}

/* line 283, scss/styles.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 292, scss/styles.scss */
a:hover {
  outline: none;
}

/* Primary Styles
  ---------------------------------*/
/* line 297, scss/styles.scss */
body {
  background: #fff;
  font-family: "HelveticaNeueLTStd-Roman", "Arial", sans-serif;
  font-size: 18.5px;
  line-height: 31.43px;
  font-weight: normal;
  color: #000;
  margin: 0;
}

/* line 307, scss/styles.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: "SteelfishRg-Regular", "Arial", sans-serif;
  font-weight: normal;
}

/* Wrapper
  ---------------------------------*/
/* line 319, scss/styles.scss */
.container {
  width: 980px;
  margin: 0 auto;
}

/* Header
  ---------------------------------*/
/* line 339, scss/styles.scss */
#header {
  background: #515151;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 0 40px #333;
}

/* line 350, scss/styles.scss */
#logo {
  float: left;
}

/* line 352, scss/styles.scss */
#logo a {
  display: block;
  font-family: "SteelfishRg-Regular", "Arial", sans-serif;
  font-size: 37.2px;
  margin-top: 21px;
}

/* line 358, scss/styles.scss */
#logo img {
  width: 172px;
  height: 40px;
}

/* line 363, scss/styles.scss */
.healthcare .research-icon {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

/* line 369, scss/styles.scss */
#logo a span {
  color: #fff;
}

/* line 371, scss/styles.scss */
.navigation-container {
  float: right;
}

/* line 373, scss/styles.scss */
.m_close {
  display: none;
}

/* line 377, scss/styles.scss */
.m_open {
  display: none;
}

/* line 381, scss/styles.scss */
#menu {
  float: left;
}

/* line 383, scss/styles.scss */
#menu li {
  float: left;
}

/* line 385, scss/styles.scss */
#menu li a {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 13.69px;
  height: 95px;
  line-height: 1.1;
  padding: 10px 20px 0;
  position: relative;
  text-align: center;
}

/* line 397, scss/styles.scss */
#menu li a:after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  display: none;
}

/* line 406, scss/styles.scss */
#menu li a.active-red::after,
#menu li a.active-red:hover {
  border-bottom: 8px solid #d3242a;
}

/* line 408, scss/styles.scss */
#menu li a.active-sky::after,
#menu li a.active-sky:hover {
  border-bottom: 8px solid #d3242a;
}

/* line 410, scss/styles.scss */
#menu li a.active-white::after,
#menu li a.active-white:hover {
  border-bottom: 8px solid #d3242a;
}

/* line 412, scss/styles.scss */
#menu li a.active-yellow::after,
#menu li a.active-yellow:hover {
  border-bottom: 8px solid #d3242a;
}

/* line 414, scss/styles.scss */
#menu li a.active-blue::after,
#menu li a.active-blue:hover {
  border-bottom: 8px solid #d3242a;
}

/* line 416, scss/styles.scss */
#menu li a.active-grey::after,
#menu li a.active-grey:hover {
  border-bottom: 8px solid #d3242a;
}

/* line 418, scss/styles.scss */
#menu li a.active-orange::after,
#menu li a.active-orange:hover {
  border-bottom: 8px solid #d3242a;
}

/* line 420, scss/styles.scss */
#menu li a img {
  display: block;
  margin: 0 auto 3px;
  width: 30px;
}

/* line 426, scss/styles.scss */
#menu li:nth-child(3) {
  position: relative;
  margin-left: 20px;
}

/* line 431, scss/styles.scss */
#menu li:nth-child(3)::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #fff;
}

/* line 441, scss/styles.scss */
#menu li:nth-child(3) a {
  margin-left: 25px;
}

/* line 443, scss/styles.scss */
#menu li a:hover {
  background: #383838;
}

/* line 445, scss/styles.scss */
#menu li a:hover:after {
  display: block;
}

/* line 448, scss/styles.scss */
#menu li a.active {
  background: #383838;
  border-bottom: 8px solid #fff;
}

/* line 450, scss/styles.scss */
#menu li a.active.active-red {
  border-bottom: 8px solid #d3242a;
}

/* line 452, scss/styles.scss */
#menu li a.active.active-sky {
  border-bottom: 8px solid #6ec8e2;
}

/* line 454, scss/styles.scss */
#menu li a.active.active-white {
  border-bottom: 8px solid #fff;
}

/* line 456, scss/styles.scss */
#menu li a.active.active-yellow {
  border-bottom: 8px solid #e4a825;
}

/* line 458, scss/styles.scss */
#menu li a.active.active-blue {
  border-bottom: 8px solid #6ec8e2;
}

/* line 460, scss/styles.scss */
#menu li a.active.active-orange {
  border-bottom: 8px solid #ff5a00;
}

/* line 462, scss/styles.scss */
#menu li a.active.active-grey {
  border-bottom: 8px solid #d3d3d3;
}

/*#menu li a.active:hover{ border: none;}*/
/* line 468, scss/styles.scss */
.nih-logo {
  float: left;
  padding: 20px 18px 0 0;
}

/* Home Video
  ---------------------------------*/
/* line 476, scss/styles.scss */
#home-video {
  /* min-height: calc(100% - 100px);
     height: 100vh;*/
  overflow: hidden;
  position: relative;
}

/* line 484, scss/styles.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  pointer-events: none !important;
}

/* line 494, scss/styles.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 504, scss/styles.scss */
.hero-text {
  position: absolute;
  width: 52%;
  text-align: center;
  z-index: 4;
  left: 3%;
  top: 7%;
  color: black;
}
/* line 512, scss/styles.scss */
.hero-text .nobody_got_you {
  font-weight: bold;
  font-size: 1.0625rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* line 519, scss/styles.scss */
.hero-text h1 {
  letter-spacing: 2px;
  font-size: 55px;
  line-height: normal;
  margin-bottom: 3%;
  color: #a53b25;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
}

/* line 529, scss/styles.scss */
.hero-text h1 span {
  display: block;
}

/* Home Content
  ---------------------------------*/
/* line 537, scss/styles.scss */
#home-content {
  background-color: #000;
  background-image: none;
  background-position: right bottom;
  background-repeat: no-repeat;
  /*    color: #0a4065; */
  color: #fff;
  padding: 50px 0 180px;
  position: relative;
}

/* line 549, scss/styles.scss */
#home-content > * {
  position: relative;
  z-index: 1;
}

/* line 554, scss/styles.scss */
#home-content::after {
  background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
      )
      repeat scroll 0 0%,
    rgba(0, 0, 0, 0)
      linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
      repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

/* line 567, scss/styles.scss */
#home-content p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 30px;
}

/* line 575, scss/styles.scss */
#home-content h2 {
  font-size: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}
#home-content h1 {
  font-size: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}




/* line 585, scss/styles.scss */
.slide-item {
  background: #fff;
  float: left;
  padding: 100px 0;
}

/* line 591, scss/styles.scss */
.slide-item.bg1 {
  background: url(../images/know-slide1.jpg) no-repeat center center;
  background-size: cover;
}

/* line 596, scss/styles.scss */
.slide-item.bg2 {
  background: url(../images/know-slide2.jpg) no-repeat center center;
  background-size: cover;
}

/* line 601, scss/styles.scss */
.slide-overlay {
  width: 65%;
  padding: 35px;
  background: rgba(255, 255, 255, 0.86);
  color: #03051a;
}

/* line 608, scss/styles.scss */
.slide-overlay a {
  color: #b03124;
  font-weight: 700;
  border-bottom: 1px solid #565656;
}

/* line 610, scss/styles.scss */
.slide-grid {
  margin: 0 -35px;
  color: #565656;
}

/* line 611, scss/styles.scss */
.slide-grid p strong {
  color: #b03025;
}

/* line 613, scss/styles.scss */
.slide-left-column {
  width: 50%;
  float: left;
  padding: 0 35px;
}

/* line 614, scss/styles.scss */
.slide-right-column {
  width: 50%;
  float: left;
  padding: 0 35px;
}

/* line 616, scss/styles.scss */
.icon-box {
  text-align: center;
  float: left;
  width: 50%;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 618, scss/styles.scss */
.icon-box h3 {
  color: #565656;
  font-size: 32.153px;
  line-height: normal;
  margin-bottom: 15px;
}

/* line 625, scss/styles.scss */
.icon-box img {
  width: 100px;
  height: 100px;
}

/* line 630, scss/styles.scss */
h2.title {
  position: relative;
  color: #03051a;
  font-size: 38.443px;
  letter-spacing: 1px;
  padding-top: 15px;
  margin-bottom: 25px;
}

/* line 639, scss/styles.scss */
h1.title:before,
h2.title:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 60px;
  height: 5px;
  background: #03051a;
}

/* line 649, scss/styles.scss */
.grid_brochure h2.title:before {
  display: none;
}
.grid_brochure h1.title:before {
  display: none;
}

/* line 653, scss/styles.scss */
.content-slider,
.slide_show {
  position: relative;
}

/* line 656, scss/styles.scss */
.pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

/* line 665, scss/styles.scss */
.pagination a {
  display: inline-block;
  line-height: normal;
}

/* line 670, scss/styles.scss */
.pagination .bullets {
  display: inline-block !important;
}

/*.pagination.odd .bullets a{
      border:1px solid #fff;
  }
  */
/* line 676, scss/styles.scss */
.pagination .bullets a {
  text-indent: -9999px;
  height: 15px;
  width: 15px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #03051a;
  margin: 0 3px;
}

/* line 686, scss/styles.scss */
.bullets ul {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 701, scss/styles.scss */
.bullets li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 714, scss/styles.scss */
.nav-control a {
  z-index: 99999;
}

/* line 718, scss/styles.scss */
.slick-dots li {
  z-index: 88888;
}

/* line 723, scss/styles.scss */
.pagination .bullets a.selected {
  background: #03051a;
}

/*.pagination.odd .bullets a.selected { background: #fff; }
  */
/*.pagination .nav-control {
      color: #0A4065;
      font-size: 30px;
  }*/
/* line 732, scss/styles.scss */
.slick-prev,
.slick-next {
  top: 102%;
  background: black;
}

/* line 737, scss/styles.scss */
.campaign .pagination {
  position: relative;
  top: -29px;
}

/* line 743, scss/styles.scss */
.testimonial {
  background: none;
  background-color: #f5efe1;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

/* line 752, scss/styles.scss */
.double_codes {
  color: #fff;
  font-size: 20px;
}

/* line 757, scss/styles.scss */
.testimonial_text em,
.know-text-1 em {
  background: url(../images/inverted-codes.png) no-repeat center center;
  height: 28px;
  display: block;
  background-size: 37px 28px;
}

/* line 764, scss/styles.scss */
.know-text-1 em {
  background: url(../images/inverted-codes1.png) no-repeat center center;
  margin: 0 0 20px;
}

/* line 766, scss/styles.scss */
.testimonial_text p {
  color: #03051a;
  font-size: 26.3px;
  font-weight: 700;
  line-height: 38px;
  margin: 10px 0 20px;
}

/* line 774, scss/styles.scss */
.testimonial_text span {
  font-size: 14.8px;
  color: #03051a;
  margin-bottom: 20px;
}

/* line 780, scss/styles.scss */
.testimonial_text span em,
.resources_text span em {
  font-style: italic;
  background: none !important;
  display: inline;
}

/* line 786, scss/styles.scss */
.slide_section {
  background: rgba(0, 0, 0, 0) url("../images/2022_MYR/NINDS_2022_MYR_Manage_Web_1285x616.jpg")
    no-repeat scroll center top/cover;
  min-height: 755px;
  width: 100%;
}

/* line 792, scss/styles.scss */
.slide_section-odd1 {
  background-image: none;
  background-color: #fff;
  padding: 80px 0px 100px;
}

/* line 798, scss/styles.scss */
.right_col {
  float: right;
  margin-top: 70px;
  padding-bottom: 40px;
  width: 50%;
}

/* line 804, scss/styles.scss */
.bullets_points h2 {
  margin-bottom: 55px;
}

.bullets_points h1 {
  margin-bottom: 55px;
}

/* line 807, scss/styles.scss */
.bullets_points ul li img {
  float: left;
  margin-right: 28.33pt;
  width: 75px;
  height: 75px;
}

/* line 814, scss/styles.scss */
.bullets_points ul li {
  display: inline-block;
  margin-bottom: 50px;
}

/* line 819, scss/styles.scss */
.points_description > p {
  font-size: 19px;
  line-height: 33px;
  color: #565656;
}

/* line 825, scss/styles.scss */
.points_description > p span,
.partner_description ul li p span {
  color: #ffffff;
  font-weight: 700;
}

/* line 839, scss/styles.scss */
.points_description {
  overflow: hidden;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Section About Starts\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* line 843, scss/styles.scss */
.about {
  background-color: #000000;
  padding: 80px 0 80px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

/* line 850, scss/styles.scss */
.about h2.title {
  color: #ffffff;
}
.about h1.title {
  color: #ffffff;
}

/* line 853, scss/styles.scss */
.about h2.title:before {
  background: #ffffff;
}
.about h1.title:before {
  background: #ffffff;
}

/* line 856, scss/styles.scss */
.about_description p span {
  font-style: italic;
}

/* line 858, scss/styles.scss */
.about_description p {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 39px;
  margin-bottom: 27px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Section Campaign  Starts\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*.brochure:last-child {
      padding-right: 0;
  }*/
/* line 872, scss/styles.scss */
.grid_brochure {
  margin: 40px 0px;
}

/* line 874, scss/styles.scss */
.campaign:last-child img {
  padding-right: 0px;
}

/* line 876, scss/styles.scss */
.campaign_menu {
  padding-top: 80px;
}

/* line 878, scss/styles.scss */
.resources {
  background: none;
  background-color: #f5efe1;
  margin: 0 0;
}
@media screen and (max-width: 768px) {
  /* line 878, scss/styles.scss */
  .resources {
    margin: 0;
  }
}

/* line 889, scss/styles.scss */
.resources_text p {
  color: #03051a !important;
  font-weight: 700;
  font-size: 27px;
}

/* line 895, scss/styles.scss */
.resources_text em {
  background: url(../images/inverted-codes1.png) no-repeat center center !important;
  display: block;
}

/* line 900, scss/styles.scss */
.resources_text span {
  font-size: 16px;
  color: #03051a;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Section partner  Starts\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* line 907, scss/styles.scss */
.partner {
  padding: 65px 0 0;
  overflow: hidden;
}

/* line 912, scss/styles.scss */
.partner p {
  color: #565656;
  font-size: 24px;
}

/* line 917, scss/styles.scss */
.partner_description ul li p {
  font-size: 16px;
  line-height: 37px;
  /* margin-bottom: 25px; */
}

/* line 923, scss/styles.scss */
.partner_description {
  margin-top: 30px;
}

/* line 924, scss/styles.scss */
.click_me {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

/* line 929, scss/styles.scss */
.click_me img {
  /* float: left; */
  margin-right: 20px;
  margin-top: -26px;
}

/* line 935, scss/styles.scss */
.click_me p {
  padding-top: 37px;
  color: #b03025;
}

/* line 938, scss/styles.scss */
.click_me a,
.partner_description ul li p a {
  border-bottom: 1px solid #b03025;
  color: #b03025;
}

/* line 942, scss/styles.scss */
.click_me a {
  border-bottom: 1px solid #b03025;
  color: #b03025;
  font-weight: 700;
}

/* line 947, scss/styles.scss */
.partner_description a {
  font-weight: 700;
}

/* line 953, scss/styles.scss */
.resource_bottom_image {
  text-align: center;
  position: relative;
  background: url(../images/GettyImages-547016221_small.jpg) no-repeat center
    top;
  background-size: cover;
  min-height: 755px;
}

/* line 961, scss/styles.scss */
.resource_bottom_image img {
  width: 100%;
}

/* line 965, scss/styles.scss */
.bottom_banner {
  text-align: center;
  position: relative;
  background: url(../images/2022_MYR/mobile/NINDS_2022_MYR_Know_Web2_358x222.jpg) no-repeat
    center top;
  background-size: cover;
  min-height: 755px;
}

/* line 973, scss/styles.scss */
.bottom_banner img {
  width: 100%;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\healthcare proffessional Starts\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* line 979, scss/styles.scss */
.healthcare {
  background: rgba(0, 0, 0, 0) url(../images/banner2.jpg) no-repeat scroll
    center center/cover;
  height: 100%;
  min-height: 538px;
  padding: 108px 0;
}

/* line 987, scss/styles.scss */
.left_col_2 {
  width: 95%;
  display: inline-block;
}

/* line 992, scss/styles.scss */
.left_col_2 h1 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 10px;
}

/* line 998, scss/styles.scss */
.left_col_2 span {
  color: #fff;
  font-style: italic;
  font-size: 18px;
  font-weight: lighter !important;
  line-height: 32px;
}

/* line 1006, scss/styles.scss */
.left_col_2 p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 50px;
}

/* line 1013, scss/styles.scss */
.right_col_2 {
  margin-top: 30px;
}

/* line 1017, scss/styles.scss */
.right_col_2.odd a {
  text-decoration: underline;
  color: #f6c812;
}

/* line 1020, scss/styles.scss */
.right_col_2 img {
  margin-top: -30px;
  /*padding-right: 40px;*/
  float: left;
}

/* line 1026, scss/styles.scss */
.right_col_2 h2 {
  color: #fff;
  font-size: 40px;
}

.right_col_2 h1 {
  color: #fff;
  font-size: 40px;
}

/* line 1031, scss/styles.scss */
.right_col_2 p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

/* line 1038, scss/styles.scss */
.description_section {
  padding: 50px 0;
}

/* line 1040, scss/styles.scss */
.description_section p {
  color: #565656;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

/* line 1047, scss/styles.scss */
.description_section span {
  color: #565656;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

/* line 1055, scss/styles.scss */
.banner1 > img {
  width: 100%;
  margin-top: 20px;
}

/* line 1060, scss/styles.scss */
.banner1 img {
  padding-bottom: 40px;
}

/* line 1065, scss/styles.scss */
.description_section2 {
  padding: 60px 0;
}

/* line 1070, scss/styles.scss */
.description_section2 p {
  color: #03051a;
  font-size: 19px;
  line-height: 33px;
}

/* line 1076, scss/styles.scss */
.sub_description h2 {
  /*color: #03051a;*/
  margin-top: 70px;
  /*font-size: 42px;*/
}

.sub_description h1 {
  /*color: #03051a;*/
  margin-top: 70px;
  /*font-size: 42px;*/
}

/* line 1082, scss/styles.scss */
.sub_description p {
  color: #03051a;
  font-size: 19px;
  line-height: 33px;
  margin-top: 30px;
}

/* line 1089, scss/styles.scss */
.banner2 > img {
  margin-bottom: 60px;
}

/* line 1091, scss/styles.scss */
.banner2 p {
  color: #565656;
  font-size: 18px;
  line-height: 32px;
}

/* line 1097, scss/styles.scss */
.information {
  background: rgba(0, 0, 0, 0) url("../images/backgound-patten.jpg") no-repeat
    scroll center center/cover;
  margin-top: 80px;
  padding: 90px 0;
}

/* line 1103, scss/styles.scss */
.information img {
  float: left;
  margin-right: 35px;
  margin-top: 58px;
  width: 149px;
}

/* line 1110, scss/styles.scss */
.info_text {
  margin-top: 16px;
  overflow: hidden;
}

/* line 1115, scss/styles.scss */
.info_text h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: normal;
}

.info_text h1 {
  color: #ffffff;
  font-size: 38px;
  line-height: normal;
}

/* line 1121, scss/styles.scss */
.info_text p {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  margin-top: 20px;
}

/* line 1128, scss/styles.scss */
.section_description {
  background-color: #e29d29;
  padding: 70px 0 100px;
}

/* line 1133, scss/styles.scss */
.section_description p {
  color: #03051a;
  font-size: 19px;
  line-height: 37px;
}

/* line 1139, scss/styles.scss */
.sub_description2 {
  margin-top: 30px;
}

/* line 1141, scss/styles.scss */
.sub_description2 p {
  margin-top: 10px;
}

/* line 1143, scss/styles.scss */
.sub_description2 h3 {
  font-family: "HelveticaNeueLTStd-Roman";
  font-weight: 700;
  color: #03051a;
  font-size: 29px;
}

/* line 1151, scss/styles.scss */
.first_slider span {
  color: #565656;
  font-size: 36px;
  margin: 0 0 25px;
  display: block;
}

/* line 1158, scss/styles.scss */
.testimonial_last p {
  color: #565656;
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
}

/* line 1165, scss/styles.scss */
.testimonial_last p span {
  font-weight: 700;
  color: #b03025;
  font-size: 20px;
  border-bottom: 1px solid #b03025;
  display: inline;
}

/* line 1173, scss/styles.scss */
.last_slider p {
  color: #565656;
  font-size: 24px;
  line-height: 37px;
}

/* line 1179, scss/styles.scss */
.list ul li a {
  border-bottom: 1px solid #b03025;
  color: #b03025;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 10px;
}

/* line 1187, scss/styles.scss */
.list ul li {
  margin-top: 37px;
}

/* line 1189, scss/styles.scss */
.featured_image img {
  width: 100%;
}

/* line 1191, scss/styles.scss */
.featured_image {
  text-align: center;
}

/* line 1193, scss/styles.scss */
.banner2 {
  text-align: center;
}

/* line 1197, scss/styles.scss */
.banner2 img {
  width: 100%;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Footer Starts\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* line 1211, scss/styles.scss */
.footer {
  background-color: #515151;
  padding: 33px 0 27px;
}

/* line 1216, scss/styles.scss */
.footer_logo a {
  padding: 0 !important;
  margin-right: 30px;
}

/* line 1220, scss/styles.scss */
.disclaimer {
  display: inline-block;
  line-height: 14px;
  color: white;
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
  font-size: 12px;
}

/* line 1227, scss/styles.scss */
.disclaimer p {
  padding-top: 20px;
}

/* line 1231, scss/styles.scss */
a.policies {
  padding: 0 0 0 0px !important;
}

/* line 1235, scss/styles.scss */
img.hhs-logo {
  padding-right: 15px;
}

/* line 1239, scss/styles.scss */
.foot_left a {
  color: #fff;
  padding: 15px 0 0 20px;
  display: inline-block;
}

/* line 1245, scss/styles.scss */
.foot_left a:nth-child(3) {
  margin-top: -10.5px;
  padding-top: 0;
}

/* line 1252, scss/styles.scss */
.footer_logo a {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 1258, scss/styles.scss */
.foot_left {
  font-family: "SteelfishRg-Regular", "Arial", sans-serif;
  font-size: 43px;
  float: left;
}

/* line 1264, scss/styles.scss */
.foot_right {
  float: right;
  margin-top: 16px;
}

/* line 1269, scss/styles.scss */
.footer_logo {
  display: inline-block;
}

/* line 1272, scss/styles.scss */
.myr-logo-web {
  display: inline-block;
}

/* line 1276, scss/styles.scss */
.social_icons {
  float: left;
  margin-left: 30px;
}

/* line 1281, scss/styles.scss */
#slider_blogs {
  position: relative;
  /*min-height:755px; */
}

/* line 1286, scss/styles.scss */
.partners {
  padding: 80px 0 15px;
  overflow: hidden;
  color: #565656;
}

/* line 1292, scss/styles.scss */
.partner-box {
  float: left;
  font-size: 15px;
  line-height: 25px;
  padding: 20px 42px 0;
  text-align: center;
  width: 33.33%;
  min-height: 400px;
}

/* line 1302, scss/styles.scss */
.partner-box a {
  display: block;
}

/* line 1304, scss/styles.scss */
.partner-box:first-child,
.partner-box:nth-child(4) {
  padding-left: 0;
}

/* line 1308, scss/styles.scss */
.partner-box:nth-child(3),
.partner-box:last-child {
  padding-right: 0;
}

/* line 1312, scss/styles.scss */
.partner-box:nth-child(3) img {
  padding-top: 25px;
}

/* line 1317, scss/styles.scss */
.partner-box:nth-child(2) img {
  padding-top: 46px;
}

/* line 1323, scss/styles.scss */
.partner-box p {
  text-align: left;
  margin: 25px 0 0;
}

/* line 1328, scss/styles.scss */
.partner-box--middle {
  padding-left: 21px;
  padding-right: 21px;
}

/* line 1334, scss/styles.scss */
#m-know,
#m-manage,
#m-about_tab,
#m-resource_tab,
#m-partner_tab {
  display: none;
}

/*.manage-section {
      margin:0 0 50px;
  }
  */
/* line 1342, scss/styles.scss */
.know-section .acc_cont_box:last-child {
  border-bottom: 1px solid #4d6ea4;
}

/* line 1346, scss/styles.scss */
.manage-section .acc_cont_box:last-child {
  border-bottom: 1px solid #c1cfd9;
}

/* line 1350, scss/styles.scss */
.know-section h2.title,
.manage-section h2.title {
  background-color: #005493;
  color: #ffffff;
  font-size: 32.443px;
  margin: 0;
  padding: 45px 70px 20px 10px;
}

.know-section h1.title,
.manage-section h1.title {
  background-color: #005493;
  color: #ffffff;
  font-size: 32.443px;
  margin: 0;
  padding: 45px 70px 20px 10px;
}

/* line 1358, scss/styles.scss */
.know-section h2.title::before,
.manage-section h2.title::before {
  background: #ffffff none repeat scroll 0 0;
  height: 3px;
  left: 26px;
  top: 30px;
}

.know-section h1.title::before,
.manage-section h1.title::before {
  background: #ffffff none repeat scroll 0 0;
  height: 3px;
  left: 26px;
  top: 30px;
}

/* line 1365, scss/styles.scss */
.manage-section.white h2.title::before {
  background-color: #03051a;
}
.manage-section.white h1.title::before {
  background-color: #03051a;
}

/* line 1369, scss/styles.scss */
.acc_cont_box h3 {
  margin: 0;
}

/* line 1373, scss/styles.scss */
.acc_cont_box h3 a {
  font-family: "SteelfishRg-Regular", "Arial", sans-serif;
  background-color: #005493;
  background-image: url("../images/acc-big-sign.png");
  background-position: 95% 4px;
  background-repeat: no-repeat;
  border-top: 1px solid #4d6ea4;
  color: #ffffff;
  display: block;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 20px 70px 20px 30px;
  position: relative;
  text-decoration: none;
  text-transform: none;
}

/* line 1391, scss/styles.scss */
.acc_cont_box.white h3 a {
  background-image: url("../images/acc-big-sign-blue.png");
  background-color: #fff;
  color: #b03025;
  border-top: 1px solid #c1cfd9;
}

/* line 1398, scss/styles.scss */
.acc_cont_box h3.active a {
  color: #005493;
  background-color: #ffffff;
  background-image: url("../images/acc-big-sign-active.png");
  background-position: 95% 12px;
  background-repeat: no-repeat;
}

/* line 1406, scss/styles.scss */
.acc_cont_box.white h3.active a {
  color: #b03025;
  background-color: #ffffff;
  background-image: url("../images/acc-big-sign-blue.png");
  background-position: 95% -55px;
  background-repeat: no-repeat;
}

/* line 1414, scss/styles.scss */
.acc_cont_box h3.active a:hover {
  background-position: 95% 12px;
}

/* line 1418, scss/styles.scss */
.acc_cont_box.white h3.active a:hover {
  background-position: 95% -55px;
}

/* line 1425, scss/styles.scss */
.acc_para {
  padding: 0 35px;
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
  font-size: 15px;
  color: #565656;
  font-weight: 400;
}

/* line 1433, scss/styles.scss */
.acc_para p {
  margin: 10px 0;
  font-size: 14px;
}

/* line 1438, scss/styles.scss */
.acc_para.white {
  text-align: center;
  padding-bottom: 30px;
}

/* line 1443, scss/styles.scss */
.acc_para.white p {
  text-align: left;
}

/* line 1447, scss/styles.scss */
.acc_para p strong {
  color: #b03025;
}

/* line 1451, scss/styles.scss */
.manage-section.white .acc_para p strong {
  text-decoration: underline;
}

/* line 1455, scss/styles.scss */
.acc_para a {
  color: #b03124;
  font-weight: 700;
}

/* line 1460, scss/styles.scss */
.campaign .acc_para a {
  color: #565656;
  text-align: left;
  font-size: 100%;
}

/* line 1466, scss/styles.scss */
.campaign .acc_para ul {
  text-align: left;
  font-size: 18.5px;
}

/* line 1470, scss/styles.scss */
.campaign .acc_para ul li img {
  margin-right: 10px;
}

/* line 1475, scss/styles.scss */
.campaign .acc_para ul li {
  line-height: 43px;
}

/*.campaign .acc_para ul li a:before {
      display:inline-block;
      position:relative;
      width:25px;
      height:25px;
      content:'';
      background:url(../images/download-150ppi.png);
      background-repeat:no-repeat;
      background-size:contain;
  }*/
/* line 1491, scss/styles.scss */
.campaign p a {
  color: #b03025;
  font-weight: 700;
  text-decoration: underline;
}

/* line 1497, scss/styles.scss */
.acc_para.acc_container p:last-child {
  margin-bottom: 15px;
}

/* line 1501, scss/styles.scss */
.manage-section.white h2.title {
  background: #fff;
  color: #03051a;
}
.manage-section.white h1.title {
  background: #fff;
  color: #03051a;
}

/*10.12.2015
  ----------------------------*/
/* line 1508, scss/styles.scss */
a.page-link {
  background: url(../images/down-arrow.png) no-repeat center center;
  width: 34px;
  height: 18px;
  position: absolute;
  /*  bottom:40px; */
  bottom: 6%;
  left: 47.5%;
  z-index: 5;
}

/* line 1520, scss/styles.scss */
.slide-overlay p,
.slide-left-column p,
.slide-right-column p {
  margin: 0 0 14px;
}

/* line 1524, scss/styles.scss */
.slide-overlay p:last-child,
.slide-left-column p:last-child,
.slide-right-column p:last-child {
  margin: 0;
}

/*a#prev1{
      background:url(../images/prev-white.png) no-repeat;
      width:15px;
      height:28px;
      margin:0 0 -7px;
  }
  */
/* line 1535, scss/styles.scss */
a#prev1,
a#prev2,
a#prev3,
a#prev-print {
  background: url(../images/prev.png) no-repeat;
  width: 45px;
  height: 28px;
  margin: 0 0 -7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  left: -105px;
}

/*a#next1{
      background:url(../images/next-white.png) no-repeat;
      width:15px;
      height:28px;
      margin:0 0 -7px;
  }
  */
/* line 1555, scss/styles.scss */
a#next1,
a#next2,
a#next3,
a#next-print {
  background: url(../images/next.png) no-repeat;
  width: 15px;
  height: 28px;
  margin: 0 0 -7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  left: 105px;
}

/*#partner_tab em {
      background: rgba(0, 0, 0, 0) url("images/inverted-codes1.png") no-repeat 300px 0;
      display: block;
      height:24px;
  }*/
/* line 1574, scss/styles.scss */
.bullets_points ul li:first-child img,
.bullets_points ul li:last-child img,
.bullets_points.odd ul li:nth-child(2) img {
  margin-top: 16px;
}

/* line 1578, scss/styles.scss */
.bullets_points ul li:nth-child(2) img,
.bullets_points ul li:nth-child(3) img,
.bullets_points.odd ul li:last-child img {
  margin-top: 0;
}

/* line 1580, scss/styles.scss */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/up-arrow.png) rgba(211, 211, 211, 0.75) no-repeat
    center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  border-bottom: 0px !important;
}

/* line 1600, scss/styles.scss */
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* line 1605, scss/styles.scss */
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

/* line 1610, scss/styles.scss */
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.8;
}

/* line 1614, scss/styles.scss */
.no-touch .cd-top:hover {
  background-color: #d3d3d3;
  opacity: 1;
}

/* line 1619, scss/styles.scss */
.research-section {
  padding: 1px 0 50px;
  color: #565656;
  font-size: 15px;
  line-height: 26px;
}

/* line 1627, scss/styles.scss */
.research-section p {
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 30px;
}

/* line 1633, scss/styles.scss */
.research-section p:last-child {
  margin: 0;
}

/* line 1637, scss/styles.scss */
.research-section strong {
  font-size: 19px;
  line-height: 16px;
}

/* line 1644, scss/styles.scss */
.research-toggles .acc_container em {
  color: #565656;
}

/* line 1647, scss/styles.scss */
.research-toggles .acc_container a {
  color: #b03025;
  border-bottom: 1px solid #b03025;
}

/* line 1651, scss/styles.scss */
.research-toggles .acc_container strong {
  color: #565656;
}

/* line 1656, scss/styles.scss */
.acc_cont_box.testimonial_last h3 a {
  background-color: #ffffff;
  background-image: url("images/acc-big-sign-orange.png");
  border-top: 1px solid #c1cfd9;
  color: #565656;
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  padding: 20px 30px 20px 60px;
  background-position: 0 7px;
  border: none;
  line-height: 30px;
}

/* line 1671, scss/styles.scss */
.acc_cont_box.testimonial_last h3.active a:hover {
  background-position: 0 -76px;
}

/* line 1675, scss/styles.scss */
.acc_cont_box.testimonial_last h3.active a {
  background-image: url("images/acc-big-sign-orange.png");
  background-position: 0 -76px;
  color: #565656;
}

/* line 1681, scss/styles.scss */
.acc_cont_box.testimonial_last h3 a:hover {
  background-position: 0 -76px;
}

/* line 1685, scss/styles.scss */
.acc_cont_box.testimonial_last.odd h3 a {
  background-image: url("images/acc-big-sign-blue.png");
  background-repeat: no-repeat;
  background-position: 0 18px;
}

/* line 1691, scss/styles.scss */
.acc_cont_box.testimonial_last.odd h3.active a {
  background-image: url("images/acc-big-sign-blue.png");
  background-position: 0 -41px;
  background-repeat: no-repeat;
}

/* line 1697, scss/styles.scss */
.acc_cont_box.testimonial_last.odd h3 a strong {
  color: #b03025;
}

/* line 1703, scss/styles.scss */
.acc_cont_box.testimonial_last .acc_para {
  padding: 0 60px;
}

/* line 1707, scss/styles.scss */
.acc_cont_box.testimonial_last .acc_para.acc_container p {
  margin: 0;
  font-size: 20px;
}

/* line 1712, scss/styles.scss */
.container .acc_cont_box.testimonial_last:last-child {
  margin: 0 0 30px;
}

/* line 1716, scss/styles.scss */
.respond-nav {
  background: #005493;
  display: none;
  min-height: 100%;
  padding-top: 115px;
  position: fixed;
  right: 0;
  top: 0;
  width: 290px;
  z-index: 999;
}

/* line 1728, scss/styles.scss */
.respond-nav.active {
  display: block;
  height: 100%;
  overflow-y: scroll;
  padding-top: 65px;
}

/* line 1735, scss/styles.scss */
.respond-nav ul li a {
  color: #ffffff;
  display: block;
  font-size: 17.5px;
  line-height: 20px;
  padding: 20px 30px 15px;
  border-bottom: 1px solid #202c5c;
}

/* line 1745, scss/styles.scss */
.respond-nav ul li:last-child a {
  border: none;
}

/*.respond-nav ul li:nth-child(3) a img, .respond-nav ul li:nth-child(5) a img{ margin-left:-8px;}
  */
/* line 1751, scss/styles.scss */
.respond-nav ul li:nth-child(7) a img {
  margin-top: 3px;
}

/* line 1753, scss/styles.scss */
.respond-nav ul li a img {
  display: block;
  float: left;
  margin-left: -10px;
  margin-top: -7px;
  width: 12%;
}

/* line 1761, scss/styles.scss */
.respond-nav ul li a span {
  display: block;
  margin-left: 40px;
}

/* line 1767, scss/styles.scss */
.research-section a {
  border-bottom: 1px solid #b03025;
  color: #b03025;
  font-weight: 700;
  font-size: 19px;
}

/* line 1775, scss/styles.scss */
.research-section em {
  font-style: italic;
  font-size: 19px;
}

/* line 1779, scss/styles.scss */
.research-section h1.title {
  margin-top: 90px;
  line-height: 40px;
  position: relative;
  color: #03051a;
  font-size: 38.443px;
  letter-spacing: 1px;
  padding-top: 15px;
  margin-bottom: 25px;
}

/* line 1789, scss/styles.scss */
.research-section h2.title {
  margin-top: 60px;
  line-height: 40px;
}
.research-section h1.title {
  margin-top: 60px;
  line-height: 40px;
}

/* line 1794, scss/styles.scss */
h2.title {
  line-height: 40px;
}
h1.title {
  line-height: 40px;
}

/* line 1798, scss/styles.scss */
.research-section .list ul li {
  margin-top: 19px;
}

/* line 1803, scss/styles.scss */
.research-section .list ul {
  margin-bottom: 22px;
}

/* line 1809, scss/styles.scss */
.container.adjust-padding {
  color: #565656;
  font-size: 18px;
  line-height: 30px;
}

/* line 1816, scss/styles.scss */
img.hero-image {
  display: none;
}

/* line 1819, scss/styles.scss */
.video_caption {
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 40px;
}

/* line 1826, scss/styles.scss */
#m-resource_tab .partner_description ul li p {
  font-size: 18px;
  margin-bottom: 8px;
}

/* line 1828, scss/styles.scss */
#m-resource_tab .partner_description ul li p span a {
  border: medium none;
}

/* line 1832, scss/styles.scss */
.myr-logo-web img {
  width: 200px;
  padding-top: 7px;
}

/* line 1836, scss/styles.scss */
.page-link-desktop {
  display: show;
  visibility: display;
}

/* line 1840, scss/styles.scss */
.page-link-mobile {
  display: none;
  visibility: hidden;
}

/* line 1845, scss/styles.scss */
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

/* line 1855, scss/styles.scss */
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: 40%;
  top: 10px;
  width: 200px;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  border: 1px solid yellow;
  text-align: center;
  font-size: 15px;
  z-index: 999;
}

/* line 1874, scss/styles.scss */
.partner-content {
  padding: 25px 0 0;
}

/* line 1878, scss/styles.scss */
.divider-line {
  width: 60px;
  display: block;
  background: #03051a;
  height: 5px;
}

/* line 1886, scss/styles.scss */
.last-update {
  font-size: 12px;
  margin: 15px 0 0px;
}

/* line 1891, scss/styles.scss */
.brochure--wrapper {
  display: block;
  text-align: center;
}

/* line 1896, scss/styles.scss */
.brochure--wrapper p {
  text-align: left;
}

/* line 1900, scss/styles.scss */
.brochure--wrapper___3block {
  width: 800px;
  margin: 0 auto;
}

/* line 1905, scss/styles.scss */
.brochure--wrapper.brochure--wrapper__7block {
  text-align: left;
}

/* line 1909, scss/styles.scss */
.brochure--wrapper__4block .brochure--container {
  max-width: 47%;
}

/* line 1913, scss/styles.scss */
.brochure--container {
  display: inline-block;
  margin: 15px;
  max-width: 30%;
}

/* line 1919, scss/styles.scss */
.brochure--container .slick-slide img {
  margin: 0 auto;
}

/* line 1923, scss/styles.scss */
.brochure--container:nth-child(4) {
  display: inline-block;
  margin: 15px;
  margin-right: 0;
}

/*.brochure--container:nth-child(5) {
      display:inline-block;
      margin:15px;
      margin-left:0;
  }*/
/* line 1935, scss/styles.scss */
.brochure--wrapper___3block .brochure--container:nth-child(3) {
  margin-right: 0;
}

/* line 1939, scss/styles.scss */
.brochure--wrapper___3block .brochure--container:nth-child(4) {
  margin-left: 0;
  margin-right: 15px;
}

/* line 1944, scss/styles.scss */
.brochure--container:first-child {
  margin-left: 0;
}

/* line 1948, scss/styles.scss */
.brochure--container:last-child {
  margin-right: 0;
}

/* line 1952, scss/styles.scss */
.brochure--wrapper__4block .brochure--container:nth-child(3) {
  margin-left: 0;
}

/* line 1956, scss/styles.scss */
.brochure--wrapper__4block .brochure--container:nth-child(2) {
  margin-right: 0;
}

/* line 1960, scss/styles.scss */
.brochure--wrapper__7block .brochure--container {
  max-width: 21%;
}

/* line 1964, scss/styles.scss */
.brochure {
  display: inline-block;
  /*margin: 20px;*/
  width: auto;
  position: relative;
}

/* Manual change ? not sure how many others */
.brochure--wrapper.flex {
  display: flex !important;
  align-items: flex-start;
}

/* added this to styles.scss for future compiling*/
.video-brochure.brochure--wrapper p{
  text-align: left;
  line-height: 20px;
  padding-top: 5px;
}

/* added this to styles.scss for future compiling*/
.video-brochure.brochure--wrapper .brochure-popup{
  height: 100%;
}

/* line 1971, scss/styles.scss */
.brochure img {
  max-height: 335.02px;
  margin: 0 auto;
}

/* line 1976, scss/styles.scss */
.brochure > img {
  width: auto;
  max-width: 100%;
}

/* line 1981, scss/styles.scss */
.brochure a {
  display: inline-block;
}

/* line 1985, scss/styles.scss */
.brochure:hover .brochure-popup {
  display: block;
}

.brochure:focus-within .brochure-popup {
  display: block;
}

.brochure-content > p > a:focus {
  outline: 3px solid;
  outline-color: #ffffff;
}

/* line 1989, scss/styles.scss */
.brochure-popup {
  background: rgba(32, 44, 92, 0.93);
  display: none;
  height: calc(100% - 31px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.brochure-popup.social-media {
  height: calc(100% - 61px);
}
.brochure-popup.healthcare-pdf {
  height: calc(100% - 127px);
}

/* line 2000, scss/styles.scss */
.brochure-content {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

/* line 2011, scss/styles.scss */
.brochure-content p {
  margin: 0 0 12px;
  text-align: center;
}

/* line 2016, scss/styles.scss */
.brochure-content p:last-child {
  margin: 0;
}

/* line 2020, scss/styles.scss */
.brochure-content p a {
  display: inline-block;
  text-decoration: underline;
  text-transform: none;
  color: #fff;
  font-weight: 700;
}

/* line 2028, scss/styles.scss */
.brochure .zip-social-icons img {
  display: inline-block;
}

/* line 2032, scss/styles.scss */
.zip-social-icons img:first-child {
  margin-right: 10px;
}

/* line 2036, scss/styles.scss */
.partner_description ul li p span a:hover,
.click_me a:hover,
.partner_description ul li p a:hover,
.slide-overlay a:hover,
.research-section a:hover,
.list ul li a:hover {
  color: #565656;
  border-bottom: 1px solid #565656;
}

/* line 2042, scss/styles.scss */
.partner_description ul li p span a:active,
.click_me a:active,
.partner_description ul li p a:active,
.slide-overlay a:active,
.research-section a:active,
.list ul li a:active,
.partner_description ul li p span:active {
  color: #565656;
  border-bottom: 1px solid #565656;
}

/* line 2046, scss/styles.scss */
.partner_description ul li p span:active {
  color: #b03025;
  border: none;
}

/* line 2051, scss/styles.scss */
.partner_description ul li p span a:visited,
.click_me a:visited,
.partner_description ul li p a:visited,
.slide-overlay a:visited,
.research-section a:visited,
.list ul li a:visited,
.partner_description ul li p span:visited {
  color: #565656;
  border-bottom: 1px solid #565656;
}

/* line 2057, scss/styles.scss */
.hero-text.adjust p.sub_text {
  font-size: 21px;
  width: 90%;
}

/* line 2062, scss/styles.scss */
.hero-text.adjust a {
  text-decoration: underline;
  text-transform: none;
  color: #fff;
  font-weight: 700;
}

/* line 2069, scss/styles.scss */
.hero-overlay {
  height: 90vh;
  position: relative;
  width: 100%;
  z-index: 3;
}

/* line 2076, scss/styles.scss */
.external {
  position: relative;
}

/*.external:after{
      font-family: 'FontAwesome';
      content: " \f08e";
      display: inline-block;
      position:absolute;
      right:0px;
      font-size:30px;
  }*/
/* line 2091, scss/styles.scss */
.header-top {
  color: #ffffff;
  font-size: 14px;
  padding: 20px 25px 5px;
  background: url(../images/bird-img.png) no-repeat left 24px;
}

/* line 2098, scss/styles.scss */
.fa.fa-external-link {
  /*color: #ffffff;*/
  font-size: 18px;
}

/* line 2103, scss/styles.scss */
a.white .fa.fa-external-link {
  color: #fff;
}

/* line 2107, scss/styles.scss */
#mfPreviewBar {
  display: none;
}

/* line 2111, scss/styles.scss */
.hero-overlay.adjust {
  background-image: url(../images/2022_MYR/NINDS_2022_MYR_LandingPage_1285x616_background.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}


/*.brochure-content .fa.fa-external-link {
    display: none;
  }*/
/* line 2122, scss/styles.scss */
.hero-text.adjust h1 span {
  display: block;
}

/* line 2126, scss/styles.scss */
.hero-text.adjust h1 {
  font-family: "HelveticaNeueLTStd-Roman", "Arial", sans-serif;
  font-size: 170px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto 5%;
  width: 290px;
}

/* line 2135, scss/styles.scss */
.hero-text.adjust h1 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0;
  padding: 0 15px 0 0;
  text-align: right;
}

/* line 2145, scss/styles.scss */
.hero-text.adjust p {
  margin-bottom: 15px;
  font-family: "HelveticaNeueLTStd-Roman", "Arial", sans-serif;
}

/* line 2149, scss/styles.scss */
.hero-text span.mobile-logo {
  display: none;
}

/* line 2152, scss/styles.scss */
.print-icon {
  float: right;
  text-decoration: none !important;
}

/* line 2157, scss/styles.scss */
.research-section a.print-icon {
  border-bottom: none !important;
}

/* line 2161, scss/styles.scss */
.disclaimer a:hover,
.header-top a:hover {
  text-decoration: underline;
}

/* line 2166, scss/styles.scss */
.hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}

/* line 2174, scss/styles.scss */
.thin-font {
  font-weight: lighter;
}

@media (max-width: 768px) {
  /* line 2178, scss/styles.scss */
  #resource_tab {
    display: none;
  }
}

/* line 3, scss/quiz.scss */
.quiz-wrapper {
  background: #d5eaf2;
  height: 700px;
}

/* line 9, scss/quiz.scss */
.quiz--heading__wrapper hr {
  width: 80px;
  border: 4px solid #0d4365;
  margin-bottom: 2em;
  position: relative;
}

/* line 16, scss/quiz.scss */
.quiz--heading__wrapper h2.title {
  display: inline-block;
  text-transform: uppercase;
  color: #0d4365;
}
.quiz--heading__wrapper h1.title {
  display: inline-block;
  text-transform: uppercase;
  color: #0d4365;
}

/* line 21, scss/quiz.scss */
.quiz--heading__wrapper h2.title:before {
  background: #0d4365;
}
.quiz--heading__wrapper h1.title:before {
  background: #0d4365;
}

/* line 26, scss/quiz.scss */
.quiz--heading__wrapper .quiz-question-count--heading {
  display: inline-block;
  position: absolute;
  right: 10%;
  text-align: right;
  top: 65px;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 39, scss/quiz.scss */
#quiz {
  height: calc(100% - 60px);
  position: relative;
  padding: 40px;
  color: #0d4365;
}
/* line 45, scss/quiz.scss */
#quiz .congratulations {
  font-size: 57px;
  margin-top: 108px;
  margin-bottom: 20px;
  font-family: "SteelfishRg-Regular", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 54, scss/quiz.scss */
#quiz ul {
  display: block;
  clear: both;
}
/* line 59, scss/quiz.scss */
#quiz button {
  background: none;
  border: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 10px;
  color: #0d4365;
  text-transform: uppercase;
}
/* line 68, scss/quiz.scss */
#quiz button:after {
  content: "";
  background: url("../images/quiz/MYR_Quiz_Continue_Arrow.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 7px;
  margin-bottom: 3px;
}
/* line 82, scss/quiz.scss */
#quiz label {
  cursor: pointer;
}
/* line 86, scss/quiz.scss */
#quiz .quiz--true-false li {
  display: inline-block;
  font-family: "SteelfishRg-Regular", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 40px;
}
/* line 93, scss/quiz.scss */
#quiz .quiz--true-false li:nth-child(2) {
  margin-left: 50px;
}
/* line 98, scss/quiz.scss */
#quiz input[type="radio"] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px) auto;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}
/* line 109, scss/quiz.scss */
#quiz input[type="radio"] + label:before {
  content: "";
  vertical-align: sub;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-size: cover;
  display: inline-block;
  margin-bottom: 3px;
}
/* line 120, scss/quiz.scss */
#quiz li:nth-child(1) input[type="radio"] + label:before {
  background: url("../images/quiz/MYR_Quiz_Answer__True_Check.svg");
}
/* line 124, scss/quiz.scss */
#quiz li:nth-child(2) input[type="radio"] + label:before {
  background: url("../images/quiz/MYR_Quiz_Answer__False_X.svg");
}

/* line 133, scss/quiz.scss */
.quiz--answer__false {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "SteelfishRg-Regular", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 141, scss/quiz.scss */
.quiz--answer__false:before {
  content: "";
  font-size: 38px;
  margin-bottom: 3px;
  line-height: 40px;
  vertical-align: sub;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background-size: cover;
  display: inline-block;
  background: url("../images/quiz/MYR_Quiz_Answer__False_X.svg");
}

/* line 156, scss/quiz.scss */
.quiz--answer__true {
  font-size: 38px;
  font-family: "SteelfishRg-Regular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 40px;
}
/* line 162, scss/quiz.scss */
.quiz--answer__true:before {
  content: "";
  vertical-align: sub;
  margin-bottom: 3px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-size: cover;
  display: inline-block;
  background: url("../images/quiz/MYR_Quiz_Answer__True_Check.svg");
}

/* line 175, scss/quiz.scss */
.quiz--question__container {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 182, scss/quiz.scss */
.quiz--question__wrapper {
  width: 50%;
  display: inline-block;
  float: left;
  height: 400px;
}

/* line 189, scss/quiz.scss */
.quiz--image__wrapper {
  width: 50%;
  display: inline-block;
  float: right;
  height: 40px;
}

/* line 196, scss/quiz.scss */
p.quiz--question {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}

/* line 205, scss/quiz.scss */
.quiz--image {
  max-height: 400px;
  max-width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

/* line 213, scss/quiz.scss */
p.quiz--answer {
  font-size: 19px;
  margin-top: 40px;
  width: 100%;
  display: inline-block;
  line-height: 31px;
}

/* line 221, scss/quiz.scss */
.quiz--bulleted-list {
  font-size: 19px;
  line-height: 31px;
}
/* line 224, scss/quiz.scss */
.quiz--bulleted-list li {
  list-style: disc;
  margin-left: 1em;
}

/* line 231, scss/quiz.scss */
.quiz--splash-screen p {
  margin-top: 20px;
  width: 80%;
  font-size: 22px;
  line-height: 42px;
  font-weight: bold;
}

/* line 241, scss/quiz.scss */
p.end-screen {
  font-size: 16px;
  margin-top: 40px;
  width: 100%;
  display: inline-block;
  line-height: 1.4;
  font-weight: normal;
  padding-top: 10px;
}

/* line 251, scss/quiz.scss */
.answer-source {
  position: absolute;
  bottom: -30px;
  max-width: 70%;
}

/* line 257, scss/quiz.scss */
.quiz--share {
  max-width: 980px;
  color: #0d4365;
  margin: 0 auto;
  display: block;
  text-align: right;
  clear: both;
  text-transform: uppercase;
}
/* line 266, scss/quiz.scss */
.quiz--share ul {
  display: inline-block;
}
/* line 270, scss/quiz.scss */
.quiz--share li {
  display: inline-block;
}
/* line 273, scss/quiz.scss */
.quiz--share li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 4px;
}

/* line 283, scss/quiz.scss */
#quiz .quiz--end-screen ul {
  display: inline-block;
}
/* line 285, scss/quiz.scss */
#quiz .quiz--end-screen ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

/* line 294, scss/quiz.scss */
.end-share {
  display: block;
  clear: both;
  line-height: 45px;
}

@media (min-width: 768px) {
  /* line 301, scss/quiz.scss */
  .quiz-wrapper.mobile-quiz-wrapper {
    display: none;
  }
  /* line 304, scss/quiz.scss */
  .quiz-wrapper {
    display: block;
  }
}

@media (max-width: 768px) {
  /* line 310, scss/quiz.scss */
  .quiz-wrapper {
    display: none;
    height: auto;
  }
  /* line 314, scss/quiz.scss */
  .mobile-quiz-wrapper {
    display: block;
    color: #0d4365;
  }
  /* line 318, scss/quiz.scss */
  .quiz--question__wrapper {
    width: 100%;
  }
  /* line 321, scss/quiz.scss */
  .quiz--heading__wrapper h2.title {
    background: none;
    color: #0d4365;
    padding-left: 0;
    margin-top: 30px;
  }
  .quiz--heading__wrapper h1.title {
    background: none;
    color: #0d4365;
    padding-left: 0;
    margin-top: 30px;
  }

  /* line 326, scss/quiz.scss */
  .quiz--heading__wrapper h2.title:before {
    left: 0;
  }
  .quiz--heading__wrapper h1.title:before {
    left: 0;
  }

  /* line 331, scss/quiz.scss */
  ul.quiz--true-false {
    display: block;
    clear: both;
    padding-top: 2em;
  }
  /* line 338, scss/quiz.scss */
  .quiz--image__wrapper {
    height: 50%;
    float: left;
    width: 100%;
  }
  /* line 343, scss/quiz.scss */
  .quiz--question__wrapper {
    height: auto;
  }
  /* line 346, scss/quiz.scss */
  p.quiz--question {
    font-size: 1.2em;
  }
  /* line 349, scss/quiz.scss */
  .quiz--image {
    height: 30vh;
  }
  /* line 352, scss/quiz.scss */
  img.quiz--image.quiz--image__mobile {
    height: auto;
  }
  /* line 356, scss/quiz.scss */
  button {
    background: none;
    border: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    color: #0d4365;
    text-transform: uppercase;
  }
  /* line 365, scss/quiz.scss */
  button:after {
    content: "";
    background: url("../images/quiz/MYR_Quiz_Continue_Arrow.svg");
    width: 17px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 7px;
    margin-bottom: 3px;
  }
  /* line 379, scss/quiz.scss */
  label {
    cursor: pointer;
  }
  /* line 384, scss/quiz.scss */
  .quiz--true-false li {
    display: inline-block;
    font-family: "SteelfishRg-Regular", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 40px;
  }
  /* line 391, scss/quiz.scss */
  .quiz--true-false li:nth-child(2) {
    margin-left: 50px;
  }
  /* line 396, scss/quiz.scss */
  input[type="radio"] {
    position: absolute;
    top: auto;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px) auto;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    white-space: nowrap;
  }
  /* line 407, scss/quiz.scss */
  input[type="radio"] + label:before {
    content: "";
    vertical-align: sub;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    margin-bottom: 3px;
  }
  /* line 418, scss/quiz.scss */
  li:nth-child(1) input[type="radio"] + label:before {
    background: url("../images/quiz/MYR_Quiz_Answer__True_Check.svg");
  }
  /* line 422, scss/quiz.scss */
  li:nth-child(2) input[type="radio"] + label:before {
    background: url("../images/quiz/MYR_Quiz_Answer__False_X.svg");
  }
  /* line 430, scss/quiz.scss */
  .quiz--answer__false {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "SteelfishRg-Regular", Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  /* line 438, scss/quiz.scss */
  .quiz--answer__false:before {
    content: "";
    font-size: 38px;
    margin-bottom: 3px;
    line-height: 40px;
    vertical-align: sub;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    background: url("../images/quiz/MYR_Quiz_Answer__False_X.svg");
  }
  /* line 453, scss/quiz.scss */
  .quiz--answer__true {
    padding-top: 1em;
    font-size: 38px;
    font-family: "SteelfishRg-Regular", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 40px;
  }
  /* line 460, scss/quiz.scss */
  .quiz--answer__true:before {
    content: "";
    vertical-align: sub;
    margin-bottom: 3px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-size: cover;
    display: inline-block;
    background: url("../images/quiz/MYR_Quiz_Answer__True_Check.svg");
  }
  /* line 472, scss/quiz.scss */
  .answer-source {
    position: relative;
    width: auto;
    height: auto;
    bottom: auto;
    max-width: none;
    position: inherit;
    display: block;
    word-wrap: break-word;
    padding-top: 20px;
  }
  /* line 483, scss/quiz.scss */
  .congratulations {
    font-size: 57px;
    padding-top: 9em;
    font-size: 2em;
    margin-bottom: 20px;
    font-family: "SteelfishRg-Regular", Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  /* line 493, scss/quiz.scss */
  .quiz--end-screen ul {
    display: inline-block;
  }
  /* line 495, scss/quiz.scss */
  .quiz--end-screen ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: 10px;
  }
  /* line 504, scss/quiz.scss */
  .end-share {
    display: block;
    clear: both;
    line-height: 45px;
  }
  /* line 509, scss/quiz.scss */
  .quiz--share {
    margin-top: 20px;
  }
}



/* Justyn's Added CSS
 --------------------------------*/


/* Know Content
  ---------------------------------*/
  #know {
    /* min-height: calc(100% - 100px);
     height: 100vh;*/
     overflow: hidden;
     position: relative;
}
.know-main--section{
  padding: 100px 0;
}
.know.bg1 {
  background: url(../images/compressed/NINDS_2022_MYR_Know_Web_1285x616.png) no-repeat center bottom;
  background-size: cover;
  padding: 100px 0;
}

/* line 596, scss/styles.scss */
.know.bg2 {
  background: url(../images/compressed/NINDS_2022_MYR_Know_Web2_1285x616.png) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

/* Manage Content
 ---------------------------------*/
 #manage {
  /* min-height: calc(100% - 100px);
   height: 100vh;*/
   overflow: hidden;
   position: relative;
}

 /* Know Table Styling
 ---------------------------------*/
 .manage-table--wrapper {
  display: block;
  text-align: center;
}
.manage-table--container{
  display: inline-block;
  margin: 15px;
}
.manage-table {
  display: inline-block;
  margin: 20px 20px 0 20px;
  width: auto;
  position: relative;
}

.manage-table p span {
  color: #000;
}

 /* About Content
 ---------------------------------*/
 .about {
  /* min-height: calc(100% - 100px);
   height: 100vh;*/
   overflow: hidden;
   position: relative;
}

 /* Resource Content
 ---------------------------------*/
 #resources {
  /* min-height: calc(100% - 100px);
   height: 100vh;*/
   overflow: hidden;
   position: relative;
}

 /* Resource Content
 ---------------------------------*/
 .partners {
  /* min-height: calc(100% - 100px);
   height: 100vh;*/
   overflow: hidden;
   position: relative;
}

 /* Index Link Styling
 ---------------------------------*/
.index-link{
  font-weight: bold;
  font-size: 21px;
  color: #a53b25;
}

/* Bolded Texts
 ----------------------------------*/
.strong-text {
  color: #000 !important;
  font-weight: 700;
}

strong a {
  border-bottom: 1px solid #565656;
}

strong a:hover{
  color: #565656;
}
.hero-image-logo {
  width: 100%;
  max-width: 550px;
}

.hero-text .hero-subtext {
  color: #ffffff;
  font-size: 14px;
}

.hero-text span.mobile-text {
  display: none;
}
.hero-text span.mobile-logo--text{
 display: none; 
}
.know-hero-heading, .manage-hero-heading {
  color: #0a4065;
  padding: 45px 49px 35px 0px;
  font-size: 32.443px;
  margin: 0;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: "SteelfishRg-Regular", "Arial", sans-serif;
  font-weight: normal;
  position: relative;
}
.know-hero-heading::before, .manage-hero-heading::before {
  content: "";
  position: absolute;
  width: 60px;
  background: #0a4065;
  height: 3px;
  /* left: 35px; */
  top: 35px;
  height: 3px;
}

.m-know-hero-text, .m-manage-hero-text {
  padding: 10px 35px 30px;
}

.landing-page-link{
  font-weight: bold;
  font-size: 1.0625rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.landing-page-link:focus{
  outline-color: white;
}

.landing-page-link:visited{
  color: #d36464;
  border-bottom: 1px solid #d36464;
}



.landing-page--links > ul > li{
  margin: 1rem 0;
}

.landing-page{
/*   background-image: url(../images/2022_MYR/NINDS_2022_MYR_LandingPage_1285x616_background.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover; */
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background-color: #000;
}

.landing-page--container{
  display: flex;
  flex-basis: 100%;
  flex: 1;
  flex-direction: column;
}
.landing-page--message{
  text-align: center;
  padding: 8%;
  color: #ffffff;
  position: relative;
}
.landing-page--subtext{
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 2px 2px 4px #000;
}

.mark-red{
  color: #d3242a !important;
}

.landing-page::before {
  content: "";
  background-image: url(../images/2022_MYR/NINDS_2022_MYR_LandingPage_1285x616_background.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  background-position: right top;
}
.m-landing-page--subtext{
  display: none;
  color: #ffffff;
}
.m-manage-p{
  text-align: center !important;
}
.m-manage-table--wrapper{
  margin-top: 20px;
}

.know-main--section.section2{
  padding: 100px 0 20px;
}

.red-link{
  color: #d3242a !important;
  border-bottom: 1px solid #d3242a !important;
}

.red-link:visited{
  color: #d36464 !important;
  border-bottom: 1px solid #d36464 !important;
}

h1.title {    line-height: 40px;
}
h1.title {
position: relative;
color: #03051a;
font-size: 38.443px;
letter-spacing: 1px;
padding-top: 15px;
margin-bottom: 25px;
}

.healthcare_landing_bg{
  background-color: rgba(55, 79, 128, 0.86);
  padding: 35px;
}

.pb-10{
  padding-bottom: 10px !important;
}

.myr-internal-link{
  font-weight: bold;
  font-size: 1.16rem;
  border-bottom: 1px solid #b03025;
  color: #b03025;
}

.myr-internal-link:focus{
  outline-color: white;
}

.myr-internal-link:visited{
  color: #565656;
  border-bottom: 1px solid #565656;
}

.icon-scale {
  transform: scale(1.05);
}

.social_icons svg {
  fill: #fff;
  scale: 1.7;
}

.footer_logo img {
  height: 60px;
}


/*# sourceMappingURL=../sass */
