html {scroll-behavior: smooth !important;}
body { top: 0px !important; }
/* LESS Document */
/* --------------------- Variables ------------------------- */
/* ----------------------Typography------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1em;
  margin: 1.25em 0 .75em 0;
  color: #21A9E0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #21A9E0;
	text-decoration: none;
	font-weight: normal;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	text-decoration: underline;
}
h1 {
  font-size: 36px;
  margin-top: 0;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
p,
ol,
ul {
  font-weight: 400;
  line-height: 1.65em;
  margin: 0 0 1.5em;
}
p a,
ol a,
ul a {
  text-decoration: none;
  color: #2c9bdc;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
}
p a:hover,
ol a:hover,
ul a:hover {
  text-decoration: underline;
  color: #f28e07;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
}
.lead {
  font-size: 20px;
}
li.long {
  padding-bottom: .5em;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.btn, span.button a {
  display: inline-block;
  background-color: #f28e07;
  padding: 8px 12px;
  color: white;
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
span.button a {padding: 4px 12px;}
.btn.btn-lg {
  padding: 12px 18px;
  font-size: 1.25em;
}
.btn:hover, span.button a:hover {
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: #f77a00;
}
.btn.secondary, span.button a {
  background-color: #06a4e3;
  text-transform: none;
}
.btn.secondary:hover, span.button a:hover
{
    background-color: #038eca;
}
footer.footnotes {
  color: #8d8d8d;
  font-size: .8em;
  border-top: 1px solid #d8d8d7;
  margin-top: 4em;
  padding-top: 2em;
  clear: both;
}
blockquote {
  font-size: 19px;
  line-height: 1.25em;
  font-style: italic;
  margin: 2em 8%;
  border-left: 5px solid #06a4e3;
  padding-left: 25px;
}
blockquote span {
  display: block;
  font-size: .8em;
  color: #8d8d8d;
  margin-top: 1em;
}
.tag {
    background-color: rgba(93, 93, 93, 1);
    border: none;
    border-radius: 3px;
    color: #FFF;
    padding: 8px;
}
.tag.active{background-color: rgba(2, 131, 15, 1);}
hr {
  border: none;
  height: 3px;
  background-color: #d8d8d7;
  margin: 3em 5%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.show-mobile {
  display: none !important;
}
.show-mobile-inline {
  display: none !important;
}
.hide-mobile {
  display: block !important;
}
figure {
  border: 1px solid #d8d8d7;
  padding: 15px;
  background: white;
  margin: .5em 1em 1em;
}
figure figcaption {
  color: #8d8d8d;
  font-size: .8em;
  text-align: center;
}
img{
	max-width: 100%;
}
article img,
article a img {
  display: block;
  height: auto;
  margin: auto;
  margin-bottom: 1em;
}
img.img-70,
a img.img-70 {
  max-width: 70%;
}
.accent {
  color: #f28e07;
}
.highlight {
  background-color: yellow;
}
.panel {
  padding: 15px;
  background-color: #f5fafd;
  border-top: 5px solid #06a4e3;
  margin-bottom: 2em;
}
.panel h3 {
  margin-top: 0;
}
.panel.support {
  min-height: 275px;
}
.panel.research {
  min-height: 380px;
}
section {
  padding: 40px 0;
}
.schedule {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
}
.schedule td {
  padding-right: 10px;
}
table {border: 0;}
table ul {margin-bottom: 0;}
td{
    vertical-align: top;
    padding: 5px;
    border: 0;
}
.flag {
  width: 20px;
  display: inline;
  margin: 0;
  border: 1px solid #e4e4e4;
}

article .card:nth-child(even){background-color: #FFF;}
.card{
    padding: 20px 20px 5px 20px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    font-size: 14px;
}
.card h3{margin-bottom: 0;}
.card h6{margin-top: 0;line-height: 120%;}
/* ----------------------Base Layout------------------------ */
body {
  background-color: #5d5d5d;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #404040;
}
main{background-color: #FFF;}
header#masthead {
  background-color: #FFF;
  /*background: linear-gradient(30deg, #06a4e3 0%, #79bfe8 100%);*/
  z-index: 1;
}
header#masthead .wrapper {
  z-index: 2;
  width: 100%;
  background-color: #FFF;
}
header#masthead .logo {
  height: 60px;
  width: auto;
  margin: 15px 0 0;
  display: inline-block !important;
}
header#masthead .logo.medullo {
  height: auto;
  max-height: 60px;
}
header#masthead p.title {
  color: white;
  font-size: .75em;
  margin: 0;
  line-height: 1.25em;
  padding-top: 3px;
}
header#masthead .navbar-toggle {
  background-color: white;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  padding-right: 15px !important;
}
header#masthead .navbar-toggle .icon-bar {
  background-color: #06a4e3;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  position: relative;
}
header#masthead .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
header#masthead .navbar-toggle .icon-bar.top {
  transform: rotate(45deg);
  transform-origin: top left;
  left: 6px;
}
header#masthead .navbar-toggle .icon-bar.bottom {
  transform: rotate(-45deg);
  transform-origin: bottom left;
  left: 6px;
}
header#masthead .navbar-toggle .icon-bar.middle {
  opacity: 0;
  left: 10px;
}
header#masthead .navbar-toggle.collapsed .icon-bar.top {
  transform: rotate(0deg);
  transform-origin: top left;
  left: 0px;
}
header#masthead .navbar-toggle.collapsed .icon-bar.bottom {
  transform: rotate(0deg);
  transform-origin: bottom left;
  left: 0px;
}
header#masthead .navbar-toggle.collapsed .icon-bar.middle {
  opacity: 1;
  left: 0px;
}
header#masthead .pencil-nav {
  float: right;
  display: block;
  color: white;
  margin: 18px 15px 5px;
}
header#masthead .pencil-nav a.contact {
  color: rgb(242, 142, 7);
  font-size: 1.75em;
  padding: 10px 15px;
  line-height: 0;
  position: relative;
  top: 5px;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header#masthead .pencil-nav a.contact:hover {
  text-shadow: 0 1px 1px #1f7fb6;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header#masthead .pencil-nav a.btn {
  padding: 5px 10px;
  background-color: rgb(242, 142, 7);;
  color: #FFF;
  text-shadow: none;
  margin: 0 0 0 10px;
  box-shadow: none;
  font-weight: 700;
}
header#masthead .pencil-nav a.btn:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header#masthead #navbar {
  margin-top: 0px;
  position: relative;
}
header#masthead #navbar .nav li.selected > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header#masthead #navbar .nav li {
  padding: 3px 8px 0px;
  line-height: 1.25em;
}
header#masthead #navbar .nav li a {
  color: #06A4E3;
  padding: 17px 0px 10px;
  /*text-shadow: 0 1px 5px #1f7fb6;*/
  text-decoration: none;
}
header#masthead #navbar .nav li a.active:before {
  visibility: visible;
  background-color: #1f7fb6;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header#masthead #navbar .nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header#masthead #navbar > .nav li a{
    border-bottom: 3px solid #FFF;
}
header#masthead #navbar > .nav li a:hover{
    border-bottom: 3px solid #038eca;
}

header#masthead #navbar .nav li a:hover {
  text-decoration: none;
}
header#masthead #navbar .nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: white;
}
header#masthead #navbar .nav li.open a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header#masthead #navbar .nav .dropdown-menu {
  min-width: 250px;
  background-color: #f3fbfe;
  border: none;
  border-radius: 0;
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.15);
  padding: 0;
}
header#masthead #navbar .nav .dropdown-menu ul {
  display: none;
}
header#masthead #navbar .nav .dropdown-menu li {
  padding: 0;
}
header#masthead #navbar .nav .dropdown-menu li a {
  font-size: 16px;
  text-shadow: none;
  color: #2c9bdc;
  padding: 15px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out 0s;
  border: 0;
}
header#masthead #navbar .nav .dropdown-menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2c9bdc;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header#masthead #navbar .nav .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: #e8f5fb;
  transition: all 0.2s ease-in-out 0s;
  border: 0;
}
header#masthead #navbar .nav .dropdown-menu li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
nav.sidebar-nav {
  /*position: fixed;*/
  position: absolute;
  width: 260px;
  background-color: #f4f4f4;
}
@media (max-width: 1199.98px){
    nav.sidebar-nav{width: 200px;}
}
nav.sidebar-nav ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
nav.sidebar-nav ul a {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  transition: all 0.1s ease-in-out 0s;
}
nav.sidebar-nav ul li.selected > a {
  color: #f28e07;
}
nav.sidebar-nav ul ul {
  padding: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
nav.sidebar-nav ul ul a {
  font-size: .875em;
  line-height: 1.5em;
}
.content {
  background-color: white;
  padding: 50px 0;
  position: relative;
}
.home .content {
  padding-top: 0px;
}
.feature {
  background-color: #FFF;
  padding: 6em 0 4em 0;
  background-image: url('/media/iltbyozq/rotator.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.1);
}
.feature h1{color: #FFF; text-shadow: 1px 1px #21A9E0;}
footer a {color: #FFF;}
footer .nav > li > a {padding: 0px 10px 20px 0px !important; color: #FFF; text-decoration: none;}
footer#footer {
  margin: 50px 25px;
  color: #fff;
}
footer#footer p {font-size: 12px};
footer#footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
}
footer#footer a:hover {
  color: #fff;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
}
/* ----------------------Clinical Trials------------------------ */
.trial {
  border-bottom: 2px solid #f8f8f8;
  padding: 1em 0px;
}
.bg-light .trial {
  border-color: #E3E3E3;
}
.trial-head {
  font-weight: 700;
  color: #f9a533;
  padding-bottom: 10px;
  border-bottom: 2px solid #F8F8F8;
}
.bg-light .trial-head {
  border-color: #E3E3E3;
}
.trial-id,
.trial-name p,
.trial-chair {
  line-height: 1.5em;
  margin-bottom: 0px;
}
.trial-chair {
  font-weight: 700;
  color: #404040;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------Responsive------------------------ */
@media (max-width: 400px) {
  header#masthead span.title {
    font-size: .75em;
  }
}
@media (max-width: 992px) {
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  .show-mobile {
    display: block !important;
  }
  .show-mobile-inline {
    display: inline !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .flag {
    margin-right: 10px;
    width: 30px;
  }
  a.btn.show-mobile {
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
  }
  .feature {
    padding: 3em 3em 1em 3em;
  }
  .content {
    padding-top: 25px;
  }
  .navbar-toggle {
    display: block;
  }
  header#masthead .pencil-nav {
    display: none;
  }
  header#masthead div.col-md-7.col-sm-12 {
    padding: 0;
  }
  header#masthead #navbar {
    margin-top: 12px;
    background-color: #e4f2fa;
    z-index: 100;
    border-bottom: 5px solid #06a4e3;
  }
  header#masthead #navbar .nav li.selected > a {
    color: #f28e07;
  }
  header#masthead #navbar .nav li.selected > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  header#masthead #navbar .nav li {
    padding: 0;
  }
  header#masthead #navbar .nav li a {
    color: #2c9bdc;
    text-shadow: none;
    padding: 8px 15px;
    transition: all 0.2s ease-in-out 0s;
    border: 0;
  }
  header#masthead #navbar .nav li a:before {
    content: none;
  }
  header#masthead #navbar .nav li a:hover {
    text-decoration: none;
    background-color: #e4f2fa;
    transition: all 0.2s ease-in-out 0s;
    border: 0;
  }
  header#masthead #navbar .nav .dropdown-menu {
    box-shadow: none;
    margin-left: 10px;
    float: none;
    position: relative;
    background-color: #e4f2fa;
  }
  header#masthead #navbar .nav .dropdown-menu li.selected > a {
    color: #f28e07;
  }
  header#masthead #navbar .nav .dropdown-menu li a {
    color: #2c9bdc;
    text-shadow: none;
    padding: 2px 15px;
    transition: all 0.2s ease-in-out 0s;
  }
  header#masthead #navbar .nav .dropdown-menu li a:before {
    content: none;
  }
  header#masthead #navbar .nav .dropdown-menu li ul {
    display: block;
    list-style: none;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 2px 15px;
    border-left: 1px solid #afd9f2;
  }
  header#masthead #navbar .nav .dropdown-menu li ul li a {
    padding: 0 0 8px 0;
    font-size: .875em;
    line-height: 1.25em;
  }
  .navbar-collapse,
  .navbar-collapse.collapse {
    padding: 10px 0;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
    margin: 0;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
    z-index: 100;
  }
  .trial-head > div {
    display: none;
  }
}
@media (max-width: 350px) {
  header#masthead #navbar {
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .panel.support {
    min-height: 350px;
  }
  .feature {
    padding: 2em 2em 0em 2em;
  }
}
@media (max-width: 991px) {
  .panel.support {
    min-height: 310px;
  }
}
@media (max-width: 767px) {
  .panel.support {
    min-height: inherit;
  }
  .panel.research {
    min-height: inherit;
  }
}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:before,.pager:after{content:" ";display:table}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777777;background-color:#fff;cursor:not-allowed}
 sup{color: #8d8d8d; font-size: 60%} .faq-answer p:last-child {margin-bottom: 0;} .faq-question{font-size: 14px; margin-top: 25px;} .faq-section .learnMore{font-size: 12px;line-height: 175%;margin-left: 25px;} .faq-section .learnMore a{text-decoration: none; color: #2c9bdc;} .faq-answer{margin: 0 25px 0 25px;}
.info-row,.event-wrapper .info-row{display:flex;margin:10px 0 25px}@media (max-width: 767px){.research-feature .info-row,.event-wrapper .info-row{flex-direction:column}}.research-feature .info-row .info,.event-wrapper .info-row .info{margin-right:25px;color:#9b9b9b}@media (max-width: 767px){.research-feature .info-row .info,.event-wrapper .info-row .info{margin-top:15px}}.research-feature .info-row .info span,.event-wrapper .info-row .info>span{color:#5798d3;font-weight:bold}#news-wrapper{margin-top:25px}#news-wrapper .row,#search-results .row{border-top:solid 2px #e8e8e8}.news-feature h3,.search-feature h3{color:#f6a746;font-weight:bold}.news-feature p,.search-feature p{color:#9b9b9b;margin-bottom:15px}.news-feature .info-row,.search-feature .info-row{display:flex;margin:10px 0 25px}.news-feature .info-row .info,.search-feature .info-row .info{margin-right:25px;color:#9b9b9b}.news-feature .info-row .info span,.search-feature .info-row .info span{color:#5798d3;font-weight:bold}#news-wrapper .article-title{color:#717171;text-transform:none}#news-wrapper .info-row{display:flex;margin:10px 0 25px}#news-wrapper .info-row .info{margin-right:25px;color:#9b9b9b}#news-wrapper .info-row .info span{color:#5798d3;font-weight:bold}.news-search form{margin-top:20px}.news-search form label{text-transform:uppercase;color:#9b9b9b}.news-search form .news-search-wrapper{display:flex}.news-search form .news-search-wrapper input{margin-right:10px;padding-left:10px;flex-grow:1;border-radius:3px;border:solid 1px #d2d2d2} 
.m0{margin-top:0 !important;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important}.mt0{margin-top:0 !important}.mr0{margin-right:0 !important}.mb0{margin-bottom:0 !important}.ml0{margin-left:0 !important}.p0{padding-top:0 !important;padding-right:0 !important;padding-bottom:0 !important;padding-left:0 !important}.pt0{padding-top:0 !important}.pr0{padding-right:0 !important}.pb0{padding-bottom:0 !important}.pl0{padding-left:0 !important}.m1{margin-top:6px !important;margin-right:6px !important;margin-bottom:6px !important;margin-left:6px !important}.mt1{margin-top:6px !important}.mt-1{margin-top:-6px !important}.mr1{margin-right:6px !important}.mr-1{margin-right:-6px !important}.mb1{margin-bottom:6px !important}.mb-1{margin-bottom:-6px !important}.ml1{margin-left:6px !important}.ml-1{margin-left:-6px !important}.p1{padding-top:6px !important;padding-right:6px !important;padding-bottom:6px !important;padding-left:6px !important}.pt1{padding-top:6px !important}.pt-1{padding-top:-6px !important}.pr1{padding-right:6px !important}.pr-1{padding-right:-6px !important}.pb1{padding-bottom:6px !important}.pb-1{padding-bottom:-6px !important}.pl1{padding-left:6px !important}.pl-1{padding-left:-6px !important}.mh1{min-height:58px !important}.xh1{max-height:58px !important;height:58px !important;overflow:hidden}.m2{margin-top:12px !important;margin-right:12px !important;margin-bottom:12px !important;margin-left:12px !important}.mt2{margin-top:12px !important}.mt-2{margin-top:-12px !important}.mr2{margin-right:12px !important}.mr-2{margin-right:-12px !important}.mb2{margin-bottom:12px !important}.mb-2{margin-bottom:-12px !important}.ml2{margin-left:12px !important}.ml-2{margin-left:-12px !important}.p2{padding-top:12px !important;padding-right:12px !important;padding-bottom:12px !important;padding-left:12px !important}.pt2{padding-top:12px !important}.pt-2{padding-top:-12px !important}.pr2{padding-right:12px !important}.pr-2{padding-right:-12px !important}.pb2{padding-bottom:12px !important}.pb-2{padding-bottom:-12px !important}.pl2{padding-left:12px !important}.pl-2{padding-left:-12px !important}.mh2{min-height:73px !important}.xh2{max-height:73px !important;height:73px !important;overflow:hidden}.m3{margin-top:18px !important;margin-right:18px !important;margin-bottom:18px !important;margin-left:18px !important}.mt3{margin-top:18px !important}.mt-3{margin-top:-18px !important}.mr3{margin-right:18px !important}.mr-3{margin-right:-18px !important}.mb3{margin-bottom:18px !important}.mb-3{margin-bottom:-18px !important}.ml3{margin-left:18px !important}.ml-3{margin-left:-18px !important}.p3{padding-top:18px !important;padding-right:18px !important;padding-bottom:18px !important;padding-left:18px !important}.pt3{padding-top:18px !important}.pt-3{padding-top:-18px !important}.pr3{padding-right:18px !important}.pr-3{padding-right:-18px !important}.pb3{padding-bottom:18px !important}.pb-3{padding-bottom:-18px !important}.pl3{padding-left:18px !important}.pl-3{padding-left:-18px !important}.mh3{min-height:88px !important}.xh3{max-height:88px !important;height:88px !important;overflow:hidden}.m4{margin-top:24px !important;margin-right:24px !important;margin-bottom:24px !important;margin-left:24px !important}.mt4{margin-top:24px !important}.mt-4{margin-top:-24px !important}.mr4{margin-right:24px !important}.mr-4{margin-right:-24px !important}.mb4{margin-bottom:24px !important}.mb-4{margin-bottom:-24px !important}.ml4{margin-left:24px !important}.ml-4{margin-left:-24px !important}.p4{padding-top:24px !important;padding-right:24px !important;padding-bottom:24px !important;padding-left:24px !important}.pt4{padding-top:24px !important}.pt-4{padding-top:-24px !important}.pr4{padding-right:24px !important}.pr-4{padding-right:-24px !important}.pb4{padding-bottom:24px !important}.pb-4{padding-bottom:-24px !important}.pl4{padding-left:24px !important}.pl-4{padding-left:-24px !important}.mh4{min-height:103px !important}.xh4{max-height:103px !important;height:103px !important;overflow:hidden}.m5{margin-top:30px !important;margin-right:30px !important;margin-bottom:30px !important;margin-left:30px !important}.mt5{margin-top:30px !important}.mt-5{margin-top:-30px !important}.mr5{margin-right:30px !important}.mr-5{margin-right:-30px !important}.mb5{margin-bottom:30px !important}.mb-5{margin-bottom:-30px !important}.ml5{margin-left:30px !important}.ml-5{margin-left:-30px !important}.p5{padding-top:30px !important;padding-right:30px !important;padding-bottom:30px !important;padding-left:30px !important}.pt5{padding-top:30px !important}.pt-5{padding-top:-30px !important}.pr5{padding-right:30px !important}.pr-5{padding-right:-30px !important}.pb5{padding-bottom:30px !important}.pb-5{padding-bottom:-30px !important}.pl5{padding-left:30px !important}.pl-5{padding-left:-30px !important}.mh5{min-height:118px !important}.xh5{max-height:118px !important;height:118px !important;overflow:hidden}.m6{margin-top:36px !important;margin-right:36px !important;margin-bottom:36px !important;margin-left:36px !important}.mt6{margin-top:36px !important}.mt-6{margin-top:-36px !important}.mr6{margin-right:36px !important}.mr-6{margin-right:-36px !important}.mb6{margin-bottom:36px !important}.mb-6{margin-bottom:-36px !important}.ml6{margin-left:36px !important}.ml-6{margin-left:-36px !important}.p6{padding-top:36px !important;padding-right:36px !important;padding-bottom:36px !important;padding-left:36px !important}.pt6{padding-top:36px !important}.pt-6{padding-top:-36px !important}.pr6{padding-right:36px !important}.pr-6{padding-right:-36px !important}.pb6{padding-bottom:36px !important}.pb-6{padding-bottom:-36px !important}.pl6{padding-left:36px !important}.pl-6{padding-left:-36px !important}.mh6{min-height:133px !important}.xh6{max-height:133px !important;height:133px !important;overflow:hidden}.m7{margin-top:42px !important;margin-right:42px !important;margin-bottom:42px !important;margin-left:42px !important}.mt7{margin-top:42px !important}.mt-7{margin-top:-42px !important}.mr7{margin-right:42px !important}.mr-7{margin-right:-42px !important}.mb7{margin-bottom:42px !important}.mb-7{margin-bottom:-42px !important}.ml7{margin-left:42px !important}.ml-7{margin-left:-42px !important}.p7{padding-top:42px !important;padding-right:42px !important;padding-bottom:42px !important;padding-left:42px !important}.pt7{padding-top:42px !important}.pt-7{padding-top:-42px !important}.pr7{padding-right:42px !important}.pr-7{padding-right:-42px !important}.pb7{padding-bottom:42px !important}.pb-7{padding-bottom:-42px !important}.pl7{padding-left:42px !important}.pl-7{padding-left:-42px !important}.mh7{min-height:148px !important}.xh7{max-height:148px !important;height:148px !important;overflow:hidden}.m8{margin-top:48px !important;margin-right:48px !important;margin-bottom:48px !important;margin-left:48px !important}.mt8{margin-top:48px !important}.mt-8{margin-top:-48px !important}.mr8{margin-right:48px !important}.mr-8{margin-right:-48px !important}.mb8{margin-bottom:48px !important}.mb-8{margin-bottom:-48px !important}.ml8{margin-left:48px !important}.ml-8{margin-left:-48px !important}.p8{padding-top:48px !important;padding-right:48px !important;padding-bottom:48px !important;padding-left:48px !important}.pt8{padding-top:48px !important}.pt-8{padding-top:-48px !important}.pr8{padding-right:48px !important}.pr-8{padding-right:-48px !important}.pb8{padding-bottom:48px !important}.pb-8{padding-bottom:-48px !important}.pl8{padding-left:48px !important}.pl-8{padding-left:-48px !important}.mh8{min-height:163px !important}.xh8{max-height:163px !important;height:163px !important;overflow:hidden}.center-width{margin:0 auto !important;float:none !important}.center-height-parent{position:relative !important}.center-height{position:absolute !important;top:50% !important;transform:translateY(-50%) !important}

.member{
    background-color: rgba(244, 244, 244, 1); color: #06A4E3; font-size: 12px; padding: 5px;
}
.member a{color: #06A4E3; text-decoration: none;}

.page-footnote
{
    color: #555;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ddd;   
}
.nav-tabs a, .panel-title a{text-decoration: none !important;}
.nav-tabs a:hover, .panel-title a:hover{color: #f28e07;}
.tab-pane {margin-top: 15px;}

a.toTop{
    position: fixed; z-index: 10000; bottom: 20px; width: 40px; height: 40px; opacity: 0.5;
}
a.toTop:hover{opacity: 1;}

.supporter
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 52.73%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}