/*** Fonts ***/
@font-face {
  font-family: 'Libre Baskerville';
  src: url("/fonts/LibreBaskerville-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Libre Baskerville Italic';
  src: url("/fonts/LibreBaskerville-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'Libre Baskerville Bold';
  src: url("/fonts/LibreBaskerville-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Open Sans Regular';
  src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Sintony Regular';
  src: url("/fonts/Sintony-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans Semibold';
  src: url("/fonts/OpenSans-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url("/fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Sintony Bold';
  src: url("/fonts/Sintony-Bold.ttf") format("truetype");
}
/*** Bootstrap Overrides ***/
.navbar {
  margin: 0 auto;
  min-height: 30px;
}
.navbar-wrapper.solid {
  background:black;
  display: none;
  box-shadow: 0 0 4px grey;

    }
    .navbar-wrapper.opaque {
      background:rgba(0,0,0,0);
      transition: background-color 1s ease 0s;
      box-shadow: 0 0 4px grey;

        }

.navbar-default {
  background-color: white;
}

.navbar-toggle {
  float: none;
  position: fixed;
  margin-top: 0;

}
#top_nav ul li.first > a >  img{
    width: 240px;
    height: 18px;
}
.navbar-toggle .icon-bar {
  width: 30px;
  border-radius: 0;
  background-color: white;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.navbar-wrapper {
    background: rgba(0,0,0,0);
    z-index: 140;
    width: 100%;
    position: absolute;
}
.navbar-wrapper-set{
    position: unset;
    height: 120px;
}
a {
  font: 15px "Open Sans Regular";
  color: #205d9e;
  text-decoration: none;
}

#blog em {
  font-family: "Libre Baskerville Italic" !important;
  color: #565254 !important;
  margin:5px 0px !important;
}

#blog strong {
  font-family: "Libre Baskerville Bold" !important;
  color:#000;
  margin:5px 0px;
}

#result-msg {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5px;
  margin-top: 20px;
}
/*a:visited {
  color: #000000;
  text-decoration: none;
}*/


/*** Globals ***/
body {
  background: white;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 14px;
    font-family: "Libre Baskerville";
    line-height: 2;
    width: 100vw;
    overflow-x: hidden;
    color: #000;
  }

h1{
    font: 30px "Open Sans Bold";
    color:#565254;
    text-transform: uppercase;
}
h2{
    font: bold 24px "Open Sans Bold";
    color: #565254;
    text-transform: uppercase;
    font-weight: unset;
}

form label{
  font: 13px "Sintony Regular";
  font-weight: 400;
  color: #000;
}
form input, form textarea {
  font: 12px "Sintony Regular" !important;
  color: #6e6e6e !important;
}
.platfomrs > form button {
  font: 15px "Open Sans Semibold";
  margin-top: 12px;
  color:#8E8E8E;
  height: 50px;
  width: 155px;
  text-align: center;
  background-color: #CECED0

}

form a {
    font :15px "Sintony Regular";
    font-weight: 400;
    color:#205d9e;
}
.sh1{
    font: 18px "Libre Baskerville Italic";
    color:#565254;
    margin:5px 0px;
}
.sh2{
    font: 16px "Libre Baskerville Bold" !important;
    color:#000;
    margin:5px 0px;
}
.sh3{
    font:16px "Libre Baskerville Italic";
    color:#000;
    margin:5px 0px;
}
a img {
  border: none;
}
.sister {
  font-weight: bold !important ;
  border-top: 1px solid #ffdf00;
  border-bottom: 1px solid #ffdf00;
  -webkit-font-smoothing: antialiased;

}


/* .sister b > p{
  font-weight: bold !important ;

} */

/*** Margin / Padding ***/
.top0 { margin-top:0 !important; }
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top50 { margin-top:50px; }
.top200 { margin:200px; }
.top100 { margin-top:100px; }

.bottom0 { margin-bottom:0; }
.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }
.bottom50 { margin-bottom:50px; }

.padding-top50 {
  padding-top: 50px;
}
/*** Common Styles ***/
p {
  margin: 20px 0 20px 0; }

.archive_news_date{
  margin: 4px 0 0 0;
}

#header,
#banner,
#wrapper,
#footer,#footer_for_overlay,
#footer .inner {
  overflow: hidden; }

#banner,
.logo{
  position: relative; }

#wrapper, #container {
 }

#headMenuSeparator {
  background: #990000;
  height: 2px; }

#menuHeader {
  background: white;
  padding-left: 20px;
  position: relative;
}
.inline{
    display: inline;
}
/* #landing{
    background-image: url(../images/loni_home.jpg);
    background-size: 60% auto;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    -o-background-size: 60% auto;
    background-repeat: no-repeat;
    background-position:70% 5%;
    position: absolute;
    z-index: 120;
    width: 100%;
    top: 30px;
    box-shadow: 1px 10px 23px 0 rgba(0,0,0,.6);
    background-color: black;
    height: calc(100% - 30px);
} */
#landing{
    background-image: url(../images/loni_home.jpg);
    background-size: 60vw auto;
    -webkit-background-size: 60vw auto;
    -moz-background-size: 60vw auto;
    -o-background-size: 60vw auto;
    background-repeat: no-repeat;
    background-position: 90% 5%;
    position: relative;
    z-index: 120;
    width: 100%;
    top:40px;
    /* box-shadow: 1px 10px 23px 0 rgba(0,0,0,.6); */
    background-color: black;
    height: calc(100% - 30px);
     /* height: 100%; */
}

.latest-loni {
    font-size: 16px;
    color: black;
    font-family: "Libre Baskerville Bold" !important;
    text-decoration: none;
    /* float: left; */
    height: 75px;
    /* display: none; */
    margin: 40px auto auto 105px;
    position: absolute;
}
#loni-center {
    background-color: #EBEBEB !important;
    width: 100%;
}
.all-news {
    float: right!important;
    padding: 50px!important;
}
.aabout-loni {
    font-size: 16px;
    color: black;
    font-family: "Libre Baskerville Bold" !important;
    text-decoration: none;
    height: 75px;
    /* display: none; */
    margin: 40px auto auto 105px;
    position: absolute;
}

#loading {
  background: url(../images/loading.gif);
  position: fixed;
  top: 50%;
  left: 50%;
  height: 75px;
  width: 75px;
  display: none;
  z-index: 999999;
}

.tri-clicked {
  animation:translate-anim 1s linear 0s forwards
}

@keyframes translate-anim{
  0%{
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform:    scale(1) translate(0, 0);
    -ms-transform:     scale(1) translate(0, 0);
    -o-transform:      scale(1) translate(0, 0);
    transform:         scale(1) translate(0, 0);
  }
  100%{
    -webkit-transform: scale(20) translate(-40%,-40%);
    -moz-transform:    scale(20) translate(-40%,-40%);
    -ms-transform:     scale(20) translate(-40%,-40%);
    -o-transform:      scale(20) translate(-40%,-40%);
    transform:         scale(20) translate(-40%,-40%);
  }
}

.decrease-opaqueness{
  animation:decrease-opaque-anim 0.75s linear 0s forwards;
}

@keyframes decrease-opaque-anim{
  0%{
    opacity:1;
  }
  100%{
    opacity:0;
  }
}

.increase-opaqueness {
  animation:increase-opaque-anim 0.5s ease-in-out 1s forwards;
}

.increase-opaqueness-head {
  animation:increase-opaque-head-anim 0.5s ease-in-out 1s forwards;
}

.increase-opaqueness-head-tri {
  animation: increase-opaque-head-tri-anim 0.5s ease-in-out 1s forwards;
}
@keyframes increase-opaque-head-anim {
  0%{
    opacity:0;
    background: rgba(0,0,0,0);
    transform: 				 translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform:    translateY(-300px);
    -ms-transform:     translateY(-300px);
    -o-transform:      translateY(-300px);
  }
  100%{
    opacity:1;
    background: black !important;
    transform: 				 translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform:    translateY(0px);
    -ms-transform:     translateY(0px);
    -o-transform:      translateY(0px);
  }
}

@keyframes increase-opaque-head-tri-anim {
  0%{
    opacity:0;
    display: block;
    transform: 				 skew(52deg) translateY(300px);
    -webkit-transform: skew(52deg) translateY(300px);
    -moz-transform:    skew(52deg) translateY(300px);
    -ms-transform:     skew(52deg) translateY(300px);
    -o-transform:      skew(52deg) translateY(300px);
  }
  100%{
    opacity:1;
    display: block;
    transform: 				 skew(52deg) translateY(0px);
    -webkit-transform: skew(52deg) translateY(0px);
    -moz-transform:    skew(52deg) translateY(0px);
    -ms-transform:     skew(52deg) translateY(0px);
    -o-transform:      skew(52deg) translateY(0px);
  }
}

@keyframes increase-opaque-anim{
  0%{
    opacity:0;
    transform: 				 translateY(300px);
    -webkit-transform: translateY(300px);
    -moz-transform:    translateY(300px);
    -ms-transform:     translateY(300px);
    -o-transform:      translateY(300px);
  }
  100%{
    opacity:1;
    transform: 				 translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform:    translateY(0px);
    -ms-transform:     translateY(0px);
    -o-transform:      translateY(0px);
  }
}


#menuHeader img {
  width: 280px;
}

#header {
  background: black;
  height: 120px;
}

#header .logo.main {
  top: 57px;
  padding: 0 37px;
}
#header .logo.main img{
  width: 210px;
    height: 30px;
}

#header .logo.usc {
  top: 10px;
  position: absolute;
  right: 30px;
}
#header .logo.usc img {
  width: 132px;
    height:29px;
}

#header .spacer-main {
  position: relative;
  top: 68px;
}

.mainimgcaption {
    top: 70.5%;
    left: 47%;
    width: 51%;
    height: 82px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    line-height: 16.8px;
    font: 15px Open Sans Semibold;
}
#top_nav {
  margin:0 auto;
  cursor: pointer;
}
.news-date{
    color:#959595;
    font-size: 13px;
}

#top_nav > a {
  display: none;
  text-decoration: none;
}
#top_nav li {
  position: relative;
  list-style: none;
  padding-left: 10px;
}
#top_nav li a {
  display: block;
  text-decoration: none;
}

#top_nav span:after {
  width: 0;
  height: 0;

  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;

}

/* first level */
#top_nav > ul {
  list-style: none;
  width: 100%;
    display:table;
}

#top_nav ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}

#top_nav > ul > li {
  /* height: 100%; */
  float: left;
  list-style: none;
  display:table-cell;
  padding-left: 16px;
}
 .no-dropdown {
  height:fit-content;

}
#top_nav ul li.first {
  height:fit-content;
}

#top_nav > ul > li > a,#top_nav > ul > li > input {
  height: 100%;
  /* height: 50%; */
  font: 12px "Open Sans Semibold";
  background: rgba(0,0,0,0);
  color: #ffffff;
  padding: 10px 0;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

#top_nav li ul a {
  font: 12px "Open Sans Semibold";
  color: #ffffff;
  line-height: 13.8px;
  text-decoration: none;
  text-align: left;
  padding: 10px 5px;
}

#top_nav > ul > li:not( :last-child ) > a {
  border-right: 0px solid #ffcc00;
  text-decoration: none;
  text-align: left;
}
#top_nav > ul > li:hover > a, #top_nav > ul:not( :hover ) > li.active > a {
  text-decoration: none;
  color:#FFCC00;
}

/* second level */
#top_nav li ul {
  background-color: #000;
  display: none;
  position: absolute;
  top: 100%;
  padding-bottom: 20px;
  width: 100%;
  left: 0px;
  top: 40px;
}
#top_nav li:hover ul {
  display: block;
  /* top:40px; */
  /* left: -2px;
  right: 0; */
}
#top_nav li:hover {
  background-color: #000;
}
#top_nav li:not( :first-child ):hover ul {
  /*left: -1px;*/
}

.clearfix.nav li.dropdown {
  width: 100%;
}

#top_nav .clearfix.nav {
  z-index: 99999999;
}

#top_nav li ul li {
  text-transform: uppercase;
}
.fa-caret-down{
    font-size: 34px;
    margin-left:40%;
}
#top_nav li ul li a:hover, #top_nav li ul:not( :hover ) li.active a {
  background-color: #000;
  color:#ffcc00;
  text-decoration: none;
}

.col-main {
  padding-top: 58px;
}

.socialnews {
  display: inline-block;
}

.spacer-main {
  background: black;
  height: 13px; }

.spacer-minor {
  background: #abada1;
  height: 1px;
  margin-top: 5px; }

.spacer-blank {
  background-color: white;
  height: 5px;
}
.research-strip img {
  width: 100%;
}
.none{
    display: none;
}
.more{
    font-size: 12px;
    float: right;
}

.about_loni .blueish-bg{
  background: #a8e0ff;
  padding: 50px 0px 50px 0px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px !important;
  width: 100%;
  z-index: 10;
}
.about_loni .research-focus{
  padding:50px 0px;
}
.about_loni .blueish-bg:before{
  content:'';
  width: 200%;
  background: #a8e0ff;
  height: 100%;
  position: absolute;
  top:0;
  left:-90%;
  z-index: -1;
}
.li-disc {
    list-style-type:disc;
}
.about_loni .parking-info.blueish-bg:before{
  content:'';
  width: 200%;
  background: #a8e0ff;
  height: 100%;
  position: absolute;
  top:0;
  left:-95%;
  z-index: -1;
}
.data-container.thankyou p{
    margin:40px auto;
    text-align: center;
}
.software_page .blueish-bg, .research_page .blueish-bg{
  background: #a8e0ff;
  padding: 50px 0px 50px 0px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px !important;
  width: 100%;
  z-index: 10;
}
.software_page .blueish-bg:before, .research_page .blueish-bg:before{
  content:'';
  width: 200%;
  background: #a8e0ff;
  height: 100%;
  position: absolute;
  top:0;
  left:-95%;
  z-index: -1;
}
.blueish-bg{
  background: #a8e0ff;
  padding: 50px 20px 50px 20px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 90%;
  z-index: 10;
}

#resources .blueish-bg,#printing .blueish-bg, #get_involved .blueish-bg {
    background: #a8e0ff;
    padding: 50px 0px 50px 0px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0px !important;
    width: 100%;
    z-index: 10;
}

#resources .blueish-bg:before,#printing .blueish-bg:before, #get_involved .blueish-bg:before{
  content:'';
  width: 200%;
  background: #a8e0ff;
  height: 100%;
  position: absolute;
  top:0;
  left:-5%;
  z-index: -1;
}

#get_involved .greyish-bg {
  background: #ebebeb;
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}

#get_involved .greyish-bg:before {
  content: '';
  width: 200%;
  background: #ebebeb;
  height: 100%;
  position: absolute;
  top: 0;
  left: -95%;
  z-index: -1;
}
#atlas-downloads .blueish-bg{
  background: #a8e0ff;
  padding: 50px 0px 50px 0px;
  position: relative;
  margin-top: 50px;
  width: 100%;
  z-index: 10;
}

#reports .info {
  display: none;
  padding-bottom: 100px;
}
/*[type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
  content: '✔';
  position: absolute;
  top: 9px;
  left: 2px;
  font-size: 1em;
  line-height: 0.8;
  color:#000;
  transition: all 0.2s;
}*/
#atlas-downloads input[type="checkbox"]:checked{
  background: white;
}
#atlas-downloads input[type="checkbox"]:checked:after{
  content: '✔';
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1em;
  line-height: 0.8;
  color:#000;
  transition: all 0.2s;
  z-index: 1;
}
.fullWidth{
  width: 100% !important;
  float: left !important;
}
.halfWidthLeft{
  width: 50% !important;
  float: left !important;
  padding: 4em 4em 4em 0;
}
.halfWidthRight {
  width: 50% !important;
  float: right !important;
  padding: 4em 0 4em 4em;
}
.halfWidthCenter {
  width: 50% !important;
  margin: 0 auto !important;
  padding: 4em;
}

.image-active {
  border: 5px solid #FFCC00 !important;
}

#atlas-downloads .downloads [type="checkbox"]:not(:checked) + label:before, #atlas-downloads [type="checkbox"]:checked + label:before,#atlas-downloads section [type="checkbox"]:not(:checked) + label:before{
  border-color: #205d9e;
  background: #fff;
}
#atlas-downloads .downloads [type="checkbox"]:not(:checked) + label:before, #atlas-downloads [type="checkbox"]:checked + label:before{
  content: '';
  position: absolute;
  left: 0%;
  top: 5%;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #6e6e6e;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1)
}
#atlas-downloads section [type="checkbox"]:not(:checked) + label:before, #atlas-downloads section [type="checkbox"]:checked + label:before{
  content:'';
  position:absolute;
  left:0%;
  top:16%;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #6e6e6e;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1)
}
#atlas-download section input[type="checkbox"]:checked:after{
  top:0px;
  left:0px;
}
[type="checkbox"]:checked + label:after{
  opacity: 1;
  transform: scale(1);
}
#atlas-downloads .blueish-bg:before{
  content:'';
  width: 200%;
  background: #a8e0ff;
  height: 100%;
  position: absolute;
  top:0;
  left:-5%;
  z-index: -1;
}
#atlas-downloads ul li{
  list-style: none;
  font: 15px Open Sans Regular,sans-serif;
  color: #205d9e;
  line-height: 2;
}
#atlas-downloads .downloads{
  background: #ebebeb;
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 50px;
  position: relative;
}
#atlas-downloads .downloads:before{
  content:'';
  width: 200%;
  background: #ebebeb;
  height: 100%;
  position: absolute;
  top:0;
  left:-95%;
  z-index: -1;
}

#atlas-downloads section{
  width: 60%;
  margin:auto;
}
.video{
  max-width: 960px;
  margin:0 auto;
  padding:20px 0px;
}
.home-wrapper{
  opacity: 1;
  height: 100%;
  background-color: #000;
}
#content-container{
    position:absolute;
    top: 100px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;          sa
    height: calc(100% + 70px);
    z-index: 0;
    opacity: 0;
    background-color: white;
}

#content-container .diagonal-content {
  display: none;
  opacity: 0;
}

#content-container #home-news {
  /* display: none; */
  opacity: 0;
}
#content-container > .diagonal-content{
    position: relative;
    margin-top:30px;
    left:25%;
    padding-top:55px;
}
#content-container > .straight-content{
    margin:20px 0px;
}
.block{
    text-align: left;
}
.scoot-left{
  padding-left:15px !important;
}
.after-header{
  position:relative !important;
  margin-top: 90px;
  height: auto !important;
  min-height: calc(100% - 375px);
}

.admin.after-header {
  top: 0 !important;
  /* height: 100% !important; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: calc(90vh - 120px);
  margin-top: 125px;
}
.block img{
    height: 85px;
    width: 85px;
    display: block;
    margin: auto;
    margin-top:0;
    margin-bottom:20px;
}
.block > div{
    padding-top: 10px;
    text-align: center;
}
.block .about-title{
    text-align: center;
    text-transform: uppercase;
}
.block p{
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
    word-wrap: break-word;
}
.parent{
    position: relative;
}
.block a{
    color:#205d9e;
    text-decoration: none;
}
#footer ul.menu,#footer_for_overlay ul.menu {
  font-family: 'Open Sans Regular';

  line-height: 20px;
  list-style: none;
    margin-right: 6%;
}
#footer ul.menu.links,#footer_for_overlay ul.menu.links {

  display: flex;
  position: relative;
  text-transform: uppercase;
}
#footer ul.menu.links li,#footer_for_overlay ul.menu.links li {
  margin-right: 10px;
}
#footer ul.menu.links li a,#footer_for_overlay ul.menu.links li a  {
  padding-right: 5px;
}

#footer ul.menu.links li.last,#footer_for_overlay ul.menu.links li.last {
  margin-right: 0;
}

.home-content {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto;
  max-width: 100vw;
  padding: 20px;
}

.logo.usc {
  float: right;
}


.head p {
    font-family: "Libre Baskerville";
    font-size: 14px;
    line-height: 16.8px;
}

#footer .inner,#footer_for_overlay .inner {
  text-align: center;
}


#footer .foot-icons .fab,#footer_for_overlay .foot-icons .fab {
  font-size: 22px;
  padding: 10px 25px 10px 25px;
}

/* #footer .foot-icons {
  display: block !important;
} */
#footer .foot-icons p, #footer_for_overlay .foot-icons p {
  float: left;
  width: 100%;
  margin: 5px;
}

/* #footer .foot-icons p:nth-child(2), #footer .foot-icons p:nth-child(3) {
  width: 100%;
} */
#footer .container > div,#footer_for_overlay .container >div {
  margin-bottom: 12px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer p,#footer_for_overlay p{
  color: #6e6e6e;
  font-size: 12px;
  line-height: 14.4px;
  font-family: "Libre Baskerville";
    text-decoration: none;
}

#footer a,#footer_for_overlay a {
    color: #6e6e6e;
    font-size: 12px;
    line-height: 14.4px;
    font-family: "Open Sans Semibold";
    text-decoration: none;
}
.spacer {
  clear: both;
}

. relativePos {
    position: relative;
}
.container > .col-xs-12, .container > .col-sm-4 {
    padding-left: 0px;padding-right: 0px;
}
.footer .col-lg-4 {
    padding-left: 0px;padding-right: 0px;
}
.padder10{
    padding: 10px 0px;
}
.padder20{
    padding: 20px 0px;
}
.padder-top15{
    padding-top: 15px;
}
.padder-top75{
    padding-top: 75px;
}

.padder-left0{
    padding-left: 0px !important;
}
.padder-right20percent{
    padding-right: 20%;
}
.auto_fit_img {
  max-width: 100%;
  height: auto;
}

.pipeline-page{
  padding-top:200px;
}
/* #downArrow i {
    animation:bounce 2s ease infinite;
    animation-name: bounce;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
    padding-top: 5px;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-8px);}
    60% {-webkit-transform: translateY(-4px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-8px);}
    60% {-moz-transform: translateY(-4px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-8px);}
    60% {-o-transform: translateY(-4px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-8px);}
    60% {transform: translateY(-4px);}
}
 */

.home-head .head-items {
  display: none;
  opacity: 0;
}
.col-rail {
  max-width: 100vw;
  margin: 0 auto;
  padding: 20px;
  height: 600px;
}
.loni_software {
  height:25%;
  background: #991a1e;
  padding: 20px 0 20px 0;
  box-shadow: 0 0 4px black;
}
.loni_software img {
  display: block;
  margin: auto;
  width: 80px;
}
.loni_software div {
  color: white;
  font-size: 14px;
  font: 15px Open Sans Bold;
}
.static_page.page_not_found h1{
  position:relative;
  margin-top:50px;
}
.no-pad{
    padding-left: 0px;
    padding-right: 0px;
}
.intro{
    padding-top: 30px;
    z-index: 30;
    position: relative;
}
.loni-search button svg {
  position: relative;
  top: -5px;
}
.row {
  max-width: 1366px;
  margin:0 auto;
}
.row .bg-wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.socialnews .col-xs-10.col-md-4 {
  width: 100vw;
  margin-bottom: 20px;
}
.newspadded {
  padding: 10px;
  color: #000000;
  font-family: Times New Roman;
  font-size: 21px;
  line-height: 40px;
}
.newspadded span {
  font: 700 15px Libre Baskerville;
  line-height: 1.6;
}
.newspadded a {
  color: #990000;
  text-decoration: underline;
  font: 16px Open Sans Regular;
}
.newspadded a:hover {
  color: #565254;
}
.home-wrapper .all-news {
  float: right;
  padding: 30px;
}
.row .spacerblock {
  padding-top: 5px;
}

.sidenav .nav > li {
  padding:10px 0px;
}

.sidenav .has-sub-menu .nav > li{
    padding:0px !important;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 140;
  top: 0;
  left: -300px;
  background-color: black;
  padding-top: 60px;
  width: 300px;
  z-index: 99999;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.sidenav a {
  padding: 8px 8px 28px 12px;
  text-decoration: none;
  font: 13px Open Sans Semibold;
  color: white;
  transition:opacity 0.1s linear;
  text-transform: uppercase;
}
.sidenav span {
  transition:opacity 0.1s linear;
}
.sidenav a:hover, .offcanvas a:focus{
  color: #000;
}
.sidenav ul li ul.nav{
  height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
}
.sidenav .has-sub-menu ul{
    margin-left:20px;
}
.sidenav ul>li.has-sub-menu a:first-child{
  width: 75%;
  float:left;
}
.sidenav ul >li.has-sub-menu .plus{
  width: 25%;
  float:left;
  cursor: pointer;
  padding:9px 0px 9px 5px;
  color:#fff;
    text-align: center;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
}

.sidenav .navbar-toggle {
  padding: 9px 10px;
}

.admin .alert {
  position: fixed;
  margin: 0 auto;
  top: 50%;
  z-index: 9999999;
  /* text-align: center; */
  left: 50%;
  border: 1px solid #fff;
  height: 200px;
  width: 300px;
  box-shadow: 5px 10px 8px 6px #888888;
  box-sizing: border-box;
  background: white;
  display: none;
}

.admin .alert .title {
    padding: 20px;
    text-align: center;
    background: #205d9e;
    color: white;
}

.admin .alert .message {
  text-align: center;
  padding: 8%;
}

.admin .alert a {
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 41%;
    margin-bottom: 20px;
    width: 50px;
    height: 25px;
    background: #205d9e;
    text-decoration: none;
    color: white;
}
.admin__page {
  padding-top: 60px;
  order: 2;
  margin: 0 30px;
  flex: 3;
}
.admin .hello-user {
  margin-right: 50px;
  padding-top: 20px;
  order: 3;
}
.admin__page .page-link {
  border: none;
  color: #205d9e;
}

.admin__page .page-link:hover {
  border: none;
  color: #818a91;
}

.admin__page .grid--admin {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
}
.admin__page .year {
  padding: 29px 3%;
}
.admin__page .fa.fa-plus-square{
  font-size: 32px;
  margin-left: 10px;
}
 .admin__page .fa.fa-edit  {
   font-size: 20px;
   margin-left: 10px;
 }
.admin__page .grid--admin .grid__cell--admin {
  flex-basis: 22%;
  margin-bottom: 20px;
  box-sizing: border-box;
  max-width: 200px;
  word-wrap: break-word;
  position: relative;
}
.admin__page.posters-admin_page .grid--admin .grid__cell--admin {
  max-width: 235px;
}
.admin__page.blog-admin_page form input[type="text"]{
  padding: 1em;
  border: none;
  font-size: 2em;
  width: 100%;
}


.admin__page.grant-access__page .form-check{
  padding: 5px 0;
}
.admin__page.blog-admin_page form .error {
  display: none;
}
.admin__page.blog-admin_page form #publish, .admin__page.blog-admin_page form #edit{
  margin: 2em;
  width: 97%;
  padding: 10px;
  background: #205d9e;
  color: white;
}


.admin__page.blog-admin_page form div.fr-box{
  padding: 2em;
}
.admin__page .grid--admin .grid__cell--admin .poster_title, .admin__page .grid--admin .grid__cell--admin .news__excerpt, .news__container .news__excerpt, .archive_container .col-sm-9 .news__excerpt{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 80px;
  min-height: 70px;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 10px 0 50px 0;
  line-height: 20px;
}∂
.archive_container .col-sm-9 .news__excerpt{
  min-height: 0px;
  margin: 8px 0 8px 0;
}
.news__container .news__excerpt{
  margin: 0;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  font-size: 12px;
}

.pubs_author{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 80px;
  line-height: 20px;
  min-height: 70px;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 20px 0 20px 0;
    max-width: 500px;
  font-size: 12px;
}

.grants_desc{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 80px;
  min-height: 30px;
  -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
  margin: 10px 0 10px 0;
  line-height: 20px;
    max-width: 500px;
  font-size: 12px;
}

.pubs_journal{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 12px 0 12px 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 20px;
  max-height: 20px;
  font: 700 14px "Open Sans Regular";
}

.archive_container .archive_news_date span.author {
  font-family: "Libre Baskerville Italic";
}
#blog iframe {
  width:100%;
  margin: 40px 0;
}

#blog img {
  margin: 40px 0;
}
.news__container .news__excerpt p {
  margin: 0;
}
.admin__page .grid--admin .grid__cell--admin .news__title .grants_title, .pubs_title, .event_title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 60px;
  min-height: 60px;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.grants_title{
  min-height: 30px;
  -webkit-line-clamp: 3;
}
.pubs_title{
  max-height: 80px;
  -webkit-line-clamp: 4;
  line-height: 20px;
}
.admin__page .grid--admin .grid__cell--admin .date , .pubs_date{
  position: absolute;
  bottom: -15px;
  color: #205d9e;

}
.nav__side--admin {
  background-color: #205d9e;
  color: #fff;
  text-align: center;
  margin-top: -20px;
  width: 300px;
  order: 1;
}


.nav__side--admin p, .nav__side--admin a{
  padding: 0 20px;
  word-wrap: break-word;
  text-decoration: none;
  color: #fff;
}

.nav__side--admin a {
  padding: 0;
}
.nav__side--admin .title {
  padding-bottom: 10px;
}

.nav__side--admin .create {
  padding: 10px 0;
}
.nav__side--admin ul {
  padding-left: 0;
}
.nav__side--admin li:not(#search-form-li) {
  list-style: none;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}

.nav__side--admin li:not(#search-form-li):hover{
  background-color: #fff;
  color: #000;
}

.nav__side--admin li form input {
  color: black;
}
.nav__side--admin li form {
  margin-top: 5px;
}
.nav__side--admin li#search-form-li:hover {
  background-color: #1B5EA2;
}

.nav__side--admin li#search-form-li:hover form{
  color: black;
}

.nav__side--admin li#search-form-li form i {
  color: #CECED0;
  position: relative;
  left: -30px;
  z-index: 9999999;
  top: 2px;
  font-size: 17px;
}

.nav__side--admin li:hover > p, .nav__side--admin li:hover > a{
  color: #000;
}

.nav__side--admin li:hover ul{
  display: block;
  z-index: 999999;
}
.nav__side--admin li ul {
  position: absolute;
  left: 100%;
  background-color: #205d9e;
  top: 0;
  width: 75%;
  display: none;
}

#people-admin .nav__side--admin li ul {
  max-height: 300px;
  overflow-y: scroll;
}

#people-admin .profile-pic {
  width: 200px;
  border: 3px solid #000;
}
.posters_view--admin table td, .people_view--admin table td, .news-admin_page table td {
  padding: 15px 25px;
}

.people_view--admin td ul {
  padding-left: 0 !important;
}

.people_view--admin input[type="text"] {
  width: 100%;
}
.people_view--admin td:nth-child(2), .news-admin_page table td:nth-child(2) {
  width: 100%;
}
.grid__cell--admin {
  background-color: #EBEBEB;
  padding: 20px;
  z-index: 0;
}
.static_page {
  margin-left: 20px;
  margin-right: 20px;
}
.static_page .col-main {
  padding-top: 0;
}
.static_page  strong {
  font-size: 16px;
}
.static_page .col-rail {
  height: auto;
  padding: 0;
  margin-bottom: 20px;
  font-family: Open Sans Regular
}
.static_page .col-rail div {
  margin-bottom: 10px;
  font: 16px Open Sans Semibold;
}
.related-posts {
  padding: 0;
}
.related-posts li {
  list-style: none;
  margin-bottom: 10px;
}
.related-posts li a {
  cursor: pointer;
  font: 16px Open Sans Regular;
}

.col-center .map-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
}
.col-center .map-container .map-img {
  margin: -286px;
  width: 538px;
  height: 766px;
}
.static-container {
  margin: 0 auto;
  max-width: 945px;
}

.static_page {
  margin-bottom: 57px;
}

.static_page h2, .static_page.data-container h1 {
  font-family: Open Sans Bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  color: #6e6e6e;
  text-transform: uppercase;
}
/* .grants_page.data-container {
  max-width: 700px;
} */
.static_page ul {
  font-size: 14px;
}

.static_page p strong {
  font-size: 16px;
}

.static_page .img-container img {
  width: 100%;
}
.static_page .img-container .col-xs-12 {
  border: 1px solid black;
  margin-bottom: 20px;
}
.static_page.saqt-gwas a {
  font: 15px Open Sans Regular;
  margin-bottom: 10px;
  display: inline-block;
}

.breadcrumb {
  margin-top: 140px;
  background-color: #f5f5f5;
}

.news__container {
  max-width: 1366px;
  margin: 40px auto 0 auto;
}

.news__container .news-block{
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 30px;
  flex-basis: 23%;
  overflow: hidden;
  max-width: 300px;
}
.archive-block {
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 30px;
  flex-basis: 23%;
  overflow: hidden;
}
.people__container {
  padding: 0;
}
.people__container .each-group{
  margin: 40px auto 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.each-person {
  width: 175px;
  text-align: center;
  margin-bottom: 20px;
}
.personDetails {
  height: 0;
  display: none;
  width: 100%;
  transition: height 0.3s ease-out;
}
/* .people-page .people_link img, .each-person img {
  border: 1px solid #EAEAEA;
  width: 130px;
  height: 150px;
  margin-bottom: 10px;
} */
.people-page .people_link img, .each-person img {
    border: 1px solid #EAEAEA;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
    padding: 2px 2px 2px 2px;
    object-position: top;
}

.people-page .people_link img:hover {
  border: 5px solid #FFCC00;
}

.people-page a.people_link {
  text-decoration: none;
}

.people-search span {
  color: white;
  font-size: 11px;
}
.people-search {
  top: 40px;
  position: relative;
  margin-bottom: 50px;
}
.people-search input {
  box-sizing: border-box;
  border: 2px solid #bebebe;
  border-radius: 4px;
  width: 215px;
  height: 33px;
  padding-right: 50px;
  font-size: 12px;
  color: #bfbebd;
}
.people-search button {
  width: 90px;
  height: 33px;
  box-sizing: border-box;
  border: 1px solid #bebebe;
  border-radius: 4px;
  display: inline-block;
  top: -1px;
  position: relative;
  margin-left: -50px;
  background: #bfbebd;
}
.to-top{
  cursor:pointer;
  width: 120px;
  margin:auto;
}
.to-top p{
  margin:10px;
}
.data-container{
   padding-left: 30px;
   padding-right: 30px;
   max-width: 1100px;
   margin: 0 auto;
   padding-top: 50px !important;
}

.support-container{
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    max-width: 1100px;
    margin: 0 auto;
    /*padding-top: 2px !important;*/
}

#blog .data-container {
  padding-top: 50px !important;
}
.data-container.login_page {
  padding-top: 100px !important;
}

.static_page .offerings .col-xs-12.col-md-4.col-lg-3 div, .news-tiles-item{
    margin-bottom: 22px;
    background-color: #205d9e;
    color: white;
    height: 55px;
    border-radius: 6px;
    box-shadow: 0px 2px 2px #000000BF;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    cursor: pointer;
    font: 15px 'Open Sans Regular';
}

.news-tiles-item{
  box-sizing: border-box;
  width: 220px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
}

.news-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 750px;
  margin: 48px auto 0 auto;
}

.report-img{
  width: 50% !important;
  height: auto !important;
  margin: 64px auto 24px auto;
  display: block;
  border: 1px solid #707070;
}
.news-img {
  width: 100% !important;
  height: auto!important;
  margin: 64px auto 24px auto;
  display: block;
  border: 1px solid #707070;
}


.report-text{
  text-align: center;
  color: #1B5EA2;
  font: 22px Open Sans, Regular;
}

.center-align{
  float: none;
    margin: 0 auto;
}

.static_page.projects_page #additional_projects.offerings .col-xs-12.col-md-4.col-lg-3 div{
  height: 55px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.static_page.projects_page #featured_projects.offerings .col-xs-12.col-md-4.col-lg-3 div{
  height: 55px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.static_page .offerings .col-xs-12.col-md-4.col-lg-3 div span img {
  width: 15px;
  float: right;
  margin-right: 10px;
}
.offerings p {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 27px;
}

#applications .outer {
  height: 150px;
  display: table;
  overflow: hidden;
  margin-bottom:50px;

}

#applications .outer .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 32px;
  background-color: #EBEBEB;
}
.software .inner {
  height: 150px;
  overflow: hidden;
  margin-bottom: 32px;
  background-color: #EBEBEB;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

#applications .inner a {
  text-align: center;
  text-transform: uppercase;
  font-size:20px;
}

.home__container {
  background-color: black !important;
}
.inner .desc {
  height: 80px;
  padding-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.software .col-xs-12.col-md-4.col-lg-3 {
  font-size: 14px;
}
.software a.title {
  margin-bottom: 10px;
  display: inline-block;
}
.offerings .clear {
  float: right;
  margin-right: 10%;
}
.software-image img{
  width: 100%;
  height: auto;
  border:1px solid #959595;
}
.pipeline-page .sh2{
  padding:25px 0px 10px 0px;
}

.software-image{
  margin:40px 0px !important;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none !important;
}
.people-page .col-xs-12 {
  height: 190px;
  width: 100%;
}
.col-md-10 {
  width: 100%;
}

.publications .pub-container {
  display: inline-block;
}

.publications .pub-container .pub-single{
  display: inline-block;
  border-bottom: 1px solid #BDBDBD;
  padding: 15px;
}

.publications .pub-single.pub-abstract{
  margin-bottom: 100px;
  border: 1px solid #000;
}

.pub-single a{
  text-decoration: none;
  font-size: 18px;
  color: #205d9e;
}

.grant-comp{
  padding-bottom: 20px;
  padding-top: 20px;
  display: none;
}

.grantComponentName{
  color: #000000;
}

.publications .pub-container .pub-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 16px;
}

.publications .pub-container .pub-abstract {
  float: right;
}


button.hidden-md-down {
  width: 10%;
  padding: 12px 0;
  border-radius: 5px;
  background: #bfbebd;
}

.page-icon{
  margin-top:50px;
}

#visualization-page .pagination>li>a {
  color: #EBEBEB;
  background: black;
  border: none;
}
#visualization-page.after-header {
  /* height: 100% !important; */
  min-height: 100vh;
  margin-top: 100px;
  top: 0 !important;
}
#visualization-page {
  background: black;
  padding-bottom: 40px;
}

#visualization-page #grid {
  display: none;
}
#visualization-page h3 {
  font: 20px "Libre Baskerville Bold";
  color: #FFF;
}

#visualization-page .data-container {
  padding-top: 40px !important;
}

#visualization-page .data-container .carousel .carousel-inner .title, #visualization-page .modal div p:nth-of-type(1) {
  font: 16px "Libre Baskerville Bold";
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#visualization-page .data-container .carousel .carousel-inner .desc, #visualization-page .modal div p:nth-of-type(2) {
  font: 14px "Libre Baskerville";
  color: #EBEBEB;
  text-align: center;
}

#visualization-page .data-container .flip {
  color: #EBEBEB;
  font-size: 15px;
  padding-left: 20px;
}
#visualization-page .data-container .flip .active {
  color: #FFCC00;
}
#visualization-page .data-container .flip i {
  margin-left: 6px;
  font-size: 14px;
  position: relative;
  top: -1px;
}

#visualization-page .data-container .flip span {
  margin-right: 10px;
  cursor: pointer;
}

#visualization-page .data-container .flip span#full-screen-anchor {
  float: right;
}
#visualization-page .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background-color: black;
  transition: opacity 2s;
}
#visualization-page .modal div {
  margin: auto;
  text-align: center;
  max-width: 1100px;
}
#visualization-page .modal div img{
  width: 100%;
  max-width: 600px;
}
#visualization-page .modal a {
  color: #FFCC00;
  font-size: 32px;
  padding: 40;
  position: fixed;
  right: 0;
}
.static_page .pagination>li>a, .static_page .pagination>li>span {
  border: none;
  color: black;
  font: 15px "Sintony Regular";
}
.about_loni .section{
  z-index: 30;
  position: relative;
}
.static_page.visualization .pagination>li>a, .static_page.visualization .pagination>li>span {
  color: #205d9e;
    font-size: 15px;
}

.static_page.visualization .pagination>li.visu-page-no>a, .static_page.visualization .pagination>li>span {
  color: black;
  text-decoration: none;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  border: none;
  background-color: white;
  color: #C0C0C0;
}

.top .pagination li:not(#top_page_1):not(#top_btn_next):not(#top_page_2) {
  display: none;
}

.top .pagination li.visu-page-no {
  display: inline !important;
}

.bottom .pagination li:not(#bottom_page_1):not(#bottom_btn_next):not(#bottom_page_2) {
  display: none;
}

.total-number {
  display: inline-block;
  font-family: "Sintony Regular";
  margin-top: 25px;
}
.pagination-results {
  display: inline-block;
  font-family: "Sintony Regular";
  float: right;
    margin-right: 40px;
}
.pagination-results span {
  vertical-align: 30px;
}
.clear {
  clear: both;
}
.static_page .sort-div {
  margin-top: 30px;
  margin-bottom: 40px;
}

.publications .sort-div {
  display: none;
}

.static_page .bootstrap-select.btn-group .dropdown-menu li a span.text {
  margin-left: 12px;
}

.pub-search {
  margin: 20px 0 10px;
}

.static_page .selectdiv button.btn.dropdown-toggle.btn-default {
  background-color: #205d9e;
  border: none;
  border-radius: 0;
  -ms-word-break: normal;
  font-size: 16px;
  font-family: "Sintony Regular";
  color: white;
    font-weight: 400;
}

.people_view--admin .btn.btn-primary.remove.text-area {
margin-top: 25px;
}

.people_view--admin .row .col-xs-9 {
padding: 0;
}
.people-admin_page .btn-primary {
  background-image: none;
  background-color: #205d9e;
}
.static_page .selectdiv button.btn.dropdown-toggle.btn-default {
  background-color: #205d9e;
  border: none;
  -ms-word-break: normal;
  font-family: "Sintony Regular";
  font-size: 15px;
  color: white;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 0px 2px 2px #000000BF;
  text-align: center;
}

.static_page .selectdiv .btn-default {
  background-image: none;
  background-color: #990000;
  text-shadow: none;
  color: white;
  font-family: "Open Sans Regular";
  font-size: 16px;
}

.static_page .selectdiv .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 55%;
  right: 9px;
}

.static_page .selectdiv .dropdown-menu.open {
  top: 100%;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-top: 0;
}

.static_page .selectdiv .dropdown-menu li a {
  background-color: #205d9e;
  color: white;
  background-image: none;
  padding: 3px 11px;
  padding-left: 0;
}

.static_page .selectdiv .dropdown-menu li a:hover {
  background-color: white;
  background-image: none;
  color: black;
}

.static_page .selectdiv .btn-group.bootstrap-select:focus {
  border: none;
  outline: none;
}

.static_page .selectdiv .dropdown-menu li a:focus {
  outline: none;
}

.static_page .selectdiv {
  display: inline-block;
  margin-bottom: 20px;
}

.static_page .pub-search-input {
  display: inline-block;
}

.static_page .pub-search-box .text {
  margin-left: 20px;
  margin-right: 20px;
}

.static_page .pub-search-box form input{
  box-sizing: border-box;
  border: 2px solid #bfbebd;
  border-radius: 4px;
  width: 215px;
  height: 33px;
  margin-right: 15px;
  margin-bottom: 20px;
    color:#bfbebd;
}

.static_page button.hidden-lg-up{
  width: 95px;
  height: 33px;
  box-sizing: border-box;
  border: 1px solid #bfbebd;
  border-radius: 4px;
  display: inline-block;
  top: -1px;
  position: relative;
  background-color: #bfbebd;
  margin-left: 15px;
    float: right;
}
.static_page #atlas-downloads .btn {
  border : 1px solid #bfbebd;
  background-color: #bfbebd;
  border-radius: 4px;
  margin:30px auto;
  width: 75%;
}
#atlas-downloads button, #software form button{
  width: 75%;
  height: 100px;
  margin: 60px auto;
  color: white;
  background-color: #6e6e6e;
}
#atlas-downloads button:disabled , #software form button:disabled{
  cursor:default;
  color: white !important;
  background-color: #6e6e6e !important;
}
#atlas-downloads button:hover,#atlas-downloads button:focus, #software form button:hover, #software form button:focus{
  background-color:black;
  color:#6e6e6e;
  border:2px solid #6e6e6e;
}


.download_page .error{
    padding:20px;
    text-align: center;
}
.download_page .error p{
    color:red !important;
}
#atlas-downloads .downloads a {
  display:none;
}
.termsofuse .tou-heading,.licenseagreement .tou-heading{
  margin:20px 0px 0px 0px;
}
.termsofuse .first-par,.licenseagreement .first-par{
  margin:0px 0px 20px 0px;
}
.licenseagreement li{
  padding:10px 0px;
}
.licenseagreement ol{
  padding-left: 15px !important;
}
.static_page i {
  color: white;
}
.publications p, .static_page .search-guide{
  font: 14px "Sintony Regular";
  padding-bottom: 16px;
}

.publications p, .static_page .recent-pub{
  font: 16px "Sintony Regular";
  text-align: center;
  padding: 32px;
}

.pub-journal-name{
  font: 14px Libre Baskerville Bold;
  padding: 4px 0;
}

.pub-date-primary{
  color: #9E9E9E;
  padding: 4px 0;"
}

.static_page .caret {
  display: none;
}

.publications .back {
  float: right;
  margin-bottom: 20px;
}

.brochure-container p {
  color: white;
  font-size: 13px;
  background-color: rgba(86, 82, 84, 0.8);
  position: absolute;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  width: 80%;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.brochure-container {
  position: relative;
  width: 60%;
  max-width: 266px;
  margin: 20px auto 0;
  display: inline-block;
}

.brochure-container:hover {
  opacity: 0.6;
  cursor: pointer;
}

.brochure-container img {
  width: 100%
}

.banner-container {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}


.visualization .banner-container strong, .news-events .banner-container strong {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}


.banner-container .content {
  font-size: 14px;
}

.gold {
  background-color: #FFCC00;
  margin-bottom: 57px;
  margin-top: 32px;
}

.carousel {
  padding-right: 10%;
  padding-left: 10%;
  margin-top: 50px;
}

.carousel-inner .item .svg-img img {
  /* float: right; */
  width: 185px;
  /* height: 185px; */
}

.carousel-control.left {
  background: none;
  width: 0;
}

.carousel-control.right {
  background: none;
  width: 0;
}


.carousel-control {
  top: 100px;
}

.carousel-inner>.item.active {
  display: inline-block;
}

.carousel-inner .svg-content{
  margin-bottom: 20px;
}

.carousel-inner .svg-img {
  display: inherit;
  text-align: center;
}

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.visu-content .col-xs-12.col-md-4.col-lg-3 {
  height: 350px;
  cursor: pointer;
}

.visu-content .single-visu img {
  width: 80%;
  height: 80%;
  margin:0px auto 20px 0px;
  border: 1px solid #EBEBEB;
    display: block;
}

.visu-content .visu-slideshow {
  text-align: center;
  display: none;
  background: black;
  max-width: 600px;
  float: none;
  margin: 0 auto;
  margin-bottom: 70px;
  max-height: 700px;
  height: 60%;
  overflow: hidden;
  position: relative;
}

.visu-content .visu-slideshow img {
  float: none;
  max-height: inherit;
  position: absolute;
  top: 50%;
  width: 450px;
  height: 450px;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visu-content .visu-slideshow .visu-title {
  color: #EBEBEB;
}
.visu-content .col-xs-12 .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #EBEBEB;
    max-width: 80%;
}

.visu-content {
  display: inline-block;
  margin-top: 50px;
}

.visu-content .visu-slideshow i.fa-angle-right {
  position: absolute;
  top: 42%;
  right: 10px;
}

.visu-content .visu-slideshow i {
  position: absolute;
  top: 42%;
  cursor: pointer;
}

.visu-content .visu-slideshow i.fa-angle-right {
  right: 10px;
}

.visu-content .visu-slideshow i.fa-angle-left {
  left: 10px;
}

.visualization .clear {
  font-family: "Sintony Regular";
  margin-top: 25px;
  position: absolute;
}

.grants .abstract-block, .education_page .abstract-block,.research_page .atlases,.research_page .abstract-block,.projects_page .abstract-block {
  display: none;
}

#atlases .abstract-block {
  margin-top: 0 !important;
}
/*.education_page .abstract-block {
  padding-left: 15px;
}*/
.education-boxes > div {
    display: inline-block;
    width: 33%;
}
.education_page .offerings img {
  width: 100%;
}

.education_page .offerings .col-xs-12.col-md-4.col-lg-3 {
  margin-bottom: 30px;
}

.offerings section{
  margin:70px 0px !important;
  height: 100px;
}
.more-about-mri-physics-info{
  display: none;
  padding:30px 0px;
}

.more-about-mri-physics-info img{
  width: 300px;
  height: 300px;
}

.research_page .col-xs-12.col-sm-6.col-md-4.col-lg-3 div:first-child{
    padding-left:0px !important;
}

.instructional .col-xs-6.col-sm-6.col-md-4.col-lg-3 div, .research_page .col-xs-12.col-sm-6.col-md-4.col-lg-3 div{
    margin-bottom: 22px;
    margin-top: 30px;
    background-color: #205d9e;
    color: white;
    text-align: center;
    padding-top: 5px;
    border-radius: 6px;
    padding-bottom: 5px;
    cursor: pointer;
}
.offerings .text-left{
  text-align: left !important;
}
.software_page .offerings {
  display: inline-block;
  margin-bottom: 40px;
}

.Events a {
  text-decoration: none;
}
.Events div{
  padding-top: 15px;
}
.clearfix{
    margin:0px 0px 20px 0px;
}

.news-page .news-icon {
  margin: auto;
  display: block;
  width: 124px;
  height: auto;
  padding: 0 16px;
}

.news-page img{
  width: 100%;
  height: auto;
}
.news-page .row{
  margin:20px auto;
}

.single-news {
  margin-bottom: 30px;
}

.single-news div{
  margin:5px auto;
}
.single-news .date{
    font: normal 13px "Open Sans Regular";
  color: #959595;
}
.single-news a{
  font-size:16px;
}
.static_page.news-page h2 {
  text-align: inherit;
}

.static_page.news-page{
  max-width: 2000px;
}

.news-page .col-xs-12.col-md-2 {
  margin-bottom: 20px;
}
.news-page .article-url{
  font-size: 14px;
  word-wrap: break-word;
}
.news-block img {
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    border-bottom: 10px solid #205d9e;
}
/* @keyframes bounce {
  0% , 20% , 60% , 100% {
    -webkit-transform :translateY(0);
    trasnform:translateY(0);
  }
  40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
  80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
} */
/* .news-block:hover{

    border: 3px solid #205d9e;
} */
/* .news-block iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-bottom: 10px solid #205d9e;
} */

.news-block > div {
  padding:15px;
}
.news-events .banner-icon {
  margin-bottom: 20px;
}

.news-events .banner-icon img {
  width: 70px;
  height: 50px;
}
.bodyTextTitle{
  font-weight: bold;
}
.events .col-xs-12.col-sm-4.col-md-4.col-lg-4 {
  margin-bottom: 20px;
}
.about-logos{
    width:135px;height: 45px;
}

.diagonal-content > .title{
    margin: 0 40px;
    padding:0 10%;
    text-align: center;
}
.news-events .carousel-control {
  top: 0;
}
.back-to-abstract{
  float: right;
  cursor:pointer;
}

#grantComponent{
  display: none;
}
.arrow.left {
  left: 0px;
}

.arrow.right {
  right: 0px;
}

#available_atlases-info .thumbnail, #methods-info .thumbnail{
    border:none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 70px;
    width: 65px;
}

#available_atlases-info .gold-thumbnail,#methods-info .gold-thumbnail{
    display:none;
}
#available_atlases-info .atlasName,#methods-info .atlasName{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.each_atlas_overview{
    display: none;
}
#available_atlases-info .atlas-block > div{
  margin-top: 70px;
  padding:0px 50px 0px 0px;
}
#available_atlases-info .atlas-block > div.temp {
  margin: 50px 0;
}
.abstract-block {
    margin-top: 20px;
    margin-bottom: 50px;
}
#atlas-downloads .form-check-label{
  padding-left:3.5rem !important;
  color: #205d9e;
  font-weight: 400;
  position:relative;
  left:17px;
  top:15px;
}
#atlas-downloads .form-check{
  padding:2px;
}
#atlas-downloads .atlases{
  padding-bottom:30px;
  padding-top : 15px;
}
.arrow {
  position: absolute;
  font-size: 70px;
  cursor: pointer;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  color: #EBEBEB;
}

.visualization .banner-icon {
  margin-bottom: 20px;
}

.visualization .banner-icon img {
  width: 40px;
  height: 60px;
}

.impact-pane{
    width: 100%;
    background-color:#ebebeb;
    margin-bottom: 100px;
}
.impact-container{
  padding:50px 20px 100px 25px;
  padding-left:5%;
  padding-right: 5%;
  width: 100%;
  /* max-width: 1366px; */
}
.impact-container .row{
    margin-bottom:40px;
}
.impact-container .col-xs-2{
    padding:0;margin-top:20px;
}
.impact-container .row i{
    font-size: 60px;
    color:#205d9e;
}
.impact-container .row img{
    width: 60px;
    height: auto;
}
#printing li{
  line-height: 2;
}
.printing-tips ul li:last-child{
  color:#df5800;
  font-weight: 800;
}
#printing .form {
  margin:50px 0px;
}
form label.error{
  font: 16px "Libre Baskerville Italic";
  width: 100%;
  color:red;
}

#login form label.error{
  font: 16px "Libre Baskerville Italic";
  width: 100%;
  color:red;
  padding: 10px 0px;
}
#login {
  min-height: 100vh;
  display: flex;
}
#login .row {
  margin: auto;
}

#external-news-form label.error, #create_person label.error {
  padding-top:5px;
  float: left;
}
.form-container{
  padding: 40px 0px;
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  float: left;
}


.loader {
display: none;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #205d9e;
border-bottom: 16px solid #205d9e;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
position: fixed;
top: 50%;
left: 50%;
z-index: 999999;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.form-container label{
  width: 40%;
  word-break: keep-all;
  text-align: right;
  padding-right: 20px !important;
}
.row-bootstrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display:     flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form-container input:not([type="submit"]), .form-container textarea,.form-container input:not([type="file"]){
  width: 60%;
  border:1px solid #bfbebd;
  border-radius: 4px;
  height: 40px;
  float: right;
}
.form-container textarea{
  resize: none;
  height: 100px !important;
}
.form-container input, .form-container label,.form-container textarea{
  padding:10px 10px;
}

.form-container input[type="submit"],.posters-view-admin_page .btn.update-button,.admin .btn.update-button{
  float: right;
  width: 200px;
  background: #bfbebd;
  /* margin-top: 30px; */
}
input[type=checkbox], input[type=radio]{
  margin: 20px !important;

}
#external-news-form {
  margin-bottom: 300px;
}
#external-news-form .form-check-inline {
  margin-bottom: 20px;
}
#external-news-form sup {
  color: red;
}
.admin .btn.create-button{
  width:200px;
  background: #bfbebd;
  float:left;
}

.posters-view-admin_page form .btn.update-form-button{
  float:right;
  width: 200px;
  background:#bfbebd;
  padding:10px 20px;
}
.admin .btn.update-button,.admin .btn.create-button{
  text-decoration: none;
  color:#000;
}
.breadcrumb div span, .breadcrumb div span a {

  text-transform: capitalize;
}
#home-news{
    overflow-y:hidden;
}

#login .static_page form .form-group{
  padding: 10px;
}
#login .static_page form input{
  width: 75%;
  margin: 0 auto;
}
#login .static_page .col-sm-12.col-lg-offset-3.col-lg-6.col-md-6.col-md-offset-3.col-xs-12 img{
  height: auto;
  width: 50%;
  margin-bottom:20px;
  margin-top:20px;
}

#login .static_page .col-sm-12.col-lg-offset-3.col-lg-6.col-md-6.col-md-offset-3.col-xs-12{
  border:1px solid #bfbebd;
}

#login .static_page input[type="submit"]{
  width: 150px;
  height: 35px;
  background: #bfbebd;
}
.admin .log-out{
  width: 100%;
  text-align: right;
  float: right;
  margin-bottom:10px;
}

.admin .log-out i{
  color:#205d9e;
  opacity: 0.8;
  margin-right: 5px;
}
.admin table #operation{
  width:15%;
}
.features-sec{
  background-color:white;z-index:0;padding-top:0px;padding-bottom:0px;
}
.usage-sec{
    background-color:white;z-index:0;padding-top:0px;padding-bottom:0px;margin-top:0px;
}

#applications .tile {
  height:auto;
  border: 1px solid #205d9e;
  background-color: #ebebeb;
  margin: 0px 10px;
}

.admin__page.grant-access__page input.btn.btn-primary {
  background-color: #205d9e;
}
.news-block{
    border: 1px solid #205d9e;
    background-color: #ebebeb;
    max-width: 375px;
}

.archive-block, .news-block{
    margin-bottom: 30px;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
      -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
          animation: fadein 2s;
    overflow: hidden;

}

.archive_container .archive-block{
  background-color: white;
  margin: 40px auto;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.blur-icon {
    font-size: 200px;
    color: #FFCC00;
    opacity: 0.3;
    float: right;
    margin-right: 20%;
}
.image-data-archive-section{
    background: #ebebeb;
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}
.image-data-archive-section:before{
  content:'';
  width: 200%;
  background: #ebebeb;
  height: 100%;
  position: absolute;
  top:0;
  left:-95%;
  z-index: -1;
}
.policies-container{
  padding:50px 0px;
}
.policies-container a{
    padding:10px 0;
    display: block;
}

.contact-us-container img{
  width: 100%;
  height: auto;
}
.contact-us-container > .info{
  text-align: center;
  padding:20px 0px;

}
.skewed-head p {
    color:white;
    transform: skew(52deg);
    padding-top:45px;
    margin-right: 70px;
    text-align: right;
    max-width: 260px;
    float: right;
}
.skewed-head.home-tri p{
  float: none;
}
#brain-trivia a {
  color:white;
}
#brain-trivia a:hover{
  color:white;
  text-decoration: none;
}
.instructional .active_instructional div{
  background-color:#FFCC00 !important;
  color: #000000 !important;
}
.skewed-head .news-letter{
    border: 1px solid #959595;
    transform: skew(52deg);
    color: white;
    position: relative;
    left: 350px;
    top: 130px;
    width: 150px;
    height: 60px;
    word-wrap: break-word;
    padding: 10px;
}
.skewed-head a {
  text-decoration: none;
  color:white;
}
.usage {
  padding:50px 0px;
}
.usage div{
  padding:10px 0px;
}
.history-section,.software-description, .ida-description{
  background: #EBEBEB;
  margin-top: -200px;
  padding-top: 175px;
  padding-bottom:50px;
  position: relative;
  z-index: 5;
}
.history-section img{
  max-width: 913px;
  width: 100%;
  height: auto;
  padding: 30px;
}
.history-section:before,.software-description:before, .ida-description:before{
  content:'';
  width: 200%;
  background: #EBEBEB;
  height: 100%;
  position: absolute;
  top:0;
  left:-5%;
  z-index: -1;
}
.black{
  background-color: black;
  height: 200px;
  text-align: center;
}
.techniques-info{
  padding:0px;
  display:none;
}
.techniques-info div{
  margin-bottom:30px;
  cursor:pointer;
}
.techniques-info img{
    padding:30px;
}
.techniques-info .ct{
  padding-left:0px;
}
.techniques-info .technique{
  display:none;
}
.techniques-info .image-char{
    padding-right: 0px;
}
.image-char img{
    margin-top: 30px;
  padding:4px;
}
.border-techniques{
  border:5px solid #ffcc00;
}
.cerebellum-info .border-it{
  border:2px solid #939393;
}
tbody{
  font-size: 14px;
}
.correct{
  color:green;
  display: none;
}
.add-button{
    width: 40px !important;
    float:left !important;
    height: 34px;
    background-color: #1565C0;
    border-radius: 4px;
}

#people-admin .form-control {
  margin: 10px 0;
  font-size: 12px;
  height: auto;
  min-height: 30px;
}


#people-admin button.add,#people-admin button.remove {
  margin-top: 10px;
}
#do_you_mean{
  display: none;
}
#brain_trivia_quiz div:last-child{
    margin:20px 0px;
}
#brain_imaging_techniques{
    margin-bottom:100px;
}
#brain_imaging_techniques input[name="brain_imaging_technique"]{
  width: 70%;
  display: inline-flex;
  float: left;
}
.posters-admin_page .cut{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert.alert-info{
    background:#a8e0ff;
    display:none;
    animation:slideInFromLeft 1s ease-out 0s 1;
    -moz-animation:slideInFromLeft 1s ease-out 0s 1;
    -webkit-animation:slideInFromLeft 1s ease-out 0s 1;
    -o-animation:slideInFromLeft 1s ease-out 0s 1;
}

.aler.alert-info.hidden{
    transform:rotateX(-90deg);
}
.alert.alert-success{
    display: none;
}
.alert.alert-danger{
    display: none;
}
#brain_imaging_techniques .btn.btn-info{
  width: 60px;
  display:inline-flex;
  float: left;
    margin-left: 10px;
}
#brain_imaging_techniques .suggestions a{
    cursor:pointer;
}
.ventricles-info,.telencephalon-info,.diencephalon-info,.brainstem-info,.cerebellum-info,.techniques-review-info{
  padding:0px;
  display:none;
}
#methods-overview-info, #probabilistic-info, #multimodal-info, #deformable-info, #disease-specific-info, #mathematical-techniques-info{
    display:none;
}
.cerebellum-info .abstract-available-image,.cerebellum-info .figure-legend-1-image,.cerebellum-info .figure-legend-2-image{
  display:none;
}
.cerebellum-info .abstract-available-image p,.cerebellum-info .figure-legend-1-image p,.cerebellum-info .figure-legend-2-image p{
    padding:10px;
}
.ventricles-info img,.telencephalon-info img,.diencephalon-info img,.brainstem-info img,.cerebellum-info img,.techniques-review-info img{
  width:40%;
    height: auto;margin:20px;
  display:none;
}
.ventricles-info div,.telencephalon-info div,.diencephalon-info div,.brainstem-info div, .cerebellum-info div,.techniques-review-info div{
  padding:0px;
  margin-bottom:20px;
}
.image-char-info img{
  padding:0 5px !important;
}

.normal-font{
    font-size: 14px !important;
}
.head a{
  text-decoration: none;
  color:white;
}

.news-title, .archive-news-title {
  margin: 0;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}

.archive-news-title{
  height: 20px;
}

.articleUrl{
  margin: 4px 0 4px 0;
}

.latest-news-title {
  display: none;
}

.usc-xs-sm {
  display: none;
}
.usc-xs-sm img {
  width: 30px !important;
  height: auto !important;
}
.usc-lg-md {
  display: none;
}

.charts{
  overflow: auto;
  padding: 32px 0;
  margin: 0;
}
.charts.row {
  height: auto!important;
}

.charts img{
  height: auto !important;
  width: auto;
  max-width: 100%;
}

.static_page.sister_labs div.info{
  padding: 24px 0 0 0;
}
.static_page.sister_labs div.info img{
  width:100%;
  height: 500px;
  margin: 0px 20px 20px 20px;

}
.static_page.sister_labs .lab-title{
  font-size: 15px;
  margin: auto;
}

.static_page.sister_labs .location{
  font-family: "Libre Baskerville Italic";
  margin: 4px 0 0 0;
}

#careers .data-container h1 {
  margin-bottom: 50px;
}

#careers .data-container .each-job {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #959595;
}

#careers .data-container .each-job:last-child {
  border-bottom: none;
}
#careers .data-container .each-job .job-title {
  /* font-size: 20px; */
}

#careers .data-container .each-job .location, #careers .data-container .each-job .req-id {
  font: 14px "Libre Baskerville Bold";
  margin: 5px 0;
}

#careers .data-container .each-job .posted-date {
  font: 12px "Libre Baskerville";
  color: #959595;
  margin: 5px 0;
}
#download-view {
  border: 1px solid #ededed;
  margin-top: 40px;
  background-color:#EBEBEB;
  position: relative;
  /* top: -90%;
  right: -90%;
  right: -300px;
  width: 500px; */
  transition: all 2s ease;
  /* transform: translateY(100px); */
  /* z-index: 99999; */
  display: none;
  top: -107vh;
  left: 90vw;
}

#download-view sup {
  color: red;
}

#download-view > form > div.platforms {
  padding: 1em 0;
  justify-content: space-around;
  text-align: center;
}
#download-view > form > div.platforms input.platforms-input {
     margin-left: 4em !important;
     margin-right: 10px !important;
     text-align: center;
     color:#1B5EA2;
     margin-right: 20px;
}

#grants.after-header.software-class .row.software-image {
  display: flex;
  justify-content: space-around;
}

.platforms .form-group > .platforms-input {
     background-color: #CECED0;
     font-family: "Sintony Regular";
     height: 50px;
     width: 180px;
     display: inline-block;
     line-height: 48px;
     text-align: center;
     margin: 20px;
     cursor: pointer;
     color:#1B5EA2;
}
.platforms .form-group  .platforms-input:hover {
  background-color: #1B5EA2;
  color: #fff;
}


#download-view .form-group {
  width: 75%;
  margin: auto;
  padding: 20px 0;
  padding-top: 30px;
}

#download-view.move {
  display: block;
  top: 0;
  left: 0;
  /*transform: translate(-83%, 900px);*/
}

#software .row.software-image {
  display: flex;
  justify-content: space-around;
}

#software .form-group sup {
  color: red;
}


/*JUHI's css*/
.containerb div:nth-of-type(1) {
    font-family: "Open Sans Semibold";
    font-size: 20px;
    margin: auto;
    order: 2;
}
.containerb div:nth-of-type(2) {
     color: white;
     font-size: 32px;
     padding-left: 20px;
     margin: auto;
     order: 1;
}
.containerb {
    background-color:#1B5EA2;
    position: fixed;
    top: 105px;
    right: 0px;
    height: 90px;
    width: 200px;
    display: flex;
    z-index: 99999999;
    transition: all 2s ease;
}
#click{
  color:white;
}


#download-view .platforms p{
  font-family: "Sintony Regular";
  font-size:12px;
  text-align: center;
  padding-bottom: 0px;


}

#download-view form >div:first-child a > i{
  float :right;
  margin:36px;
  font-size: 30px;
  color:#1B5EA2;
}

.form-group>label:last-child s  {
   margin-right:30px;
   color:red;
}
/* #chkbx{
  font-family:"Sintony Regular";
  margin-top:112px;
} */

.platforms > .platforms-input  > div:nth-child(2){
  color:#1B5EA2;
}



/****** Media Queries ******/

@media (min-width: 2000px) {
    #brain-image{
        height: 80%;
    }
    #searchModal{
      display: none;
    }
    .news__container .news-block{
      flex-basis: 23%;
      justify-content: space-between;
    }
}

/* @media (min-width: 993px)  and (max-width: 1330px) {
  .grants_page.data-container {
    max-width: 700px;
  }
} */
@media (min-width : 375px)
and (max-width : 992px)
and (orientation : landscape) {

  .col-center .map-container {
    width: 400px;
  }

  #mobile-banner {
    margin-top: 49px;
  }

  #header .logo.usc {
    top: 15px;
  }

  .loni_software div {
    font-size: 15px;
  }

}
@media (min-width: 1400px ) and (max-width:1500px) {
  #landing {
    height: 80vh;
  }

}


@media (min-width: 993px ) {

  .research-strip img {
      width: 100%;
  }
    .stevens-ini{
        padding-left:calc(15px + 20%);
    }
    .research_page .offerings .offering{
      width:20%;
    }
    .static-data-container{
        padding: 0 5% 0 10% !important;
        margin-top:40px !important;
        margin-bottom:40px !important;
    }
    .col-md-10 {
      width: 83.333333%;
    }
    .navbar-collapse.collapse {
      display: block !important;
    }
    /* .people-page .people_link img {
      border: 5px solid #EAEAEA;
    } */
    .people-page {
      max-width: 1366px;
      margin: 0 auto;
    }
    .head p:first-child{
        float:right;
        position: relative;
        top: 160px;
        right: 200px;
    }
    .head p:last-child{
        position: relative;
        text-align: center;
        left: -110px;
        bottom: -360px;
    }
    .people-page .col-xs-12 {
      float: left;
      margin-bottom: 25px;
      display: inline-block;
      vertical-align: top;
      height: 190px;
      width: 190px;
    }
    /* .welcome {
      z-index: 50;
      position: absolute;
      bottom: 0;
      right: 0;
  } */
  .welcome {
    z-index: 50;
    position: absolute;
    bottom: 30px;
    position: absolute;
    left: 50%;
    /* margin-left: -150px; */
}

  .welcome a {
      text-decoration: none;
      font-family: "Libre Baskerville Italic";
      font-size: 24px !important;
      line-height: 28.8px !important;
      color: white;
  }

    .people-page .people_link a {
      text-decoration: none;
    }

    .navbar-toggle {
      display: none;
    }
    .navbar-wrapper-set{
        position: unset;
        height: 60px;
    }
    .col-main {
      padding: 10px;
      padding-left: 0;
      padding-right: 0;
    }
    .col-center {
      padding-top: 0;
    }
    .col-center .map-container {
      width: 950px;
      height: 310px;
    }
    .col-center .map-container .map-img {
      width: 1267px;
      height: 847px;
    }
    .skewed-head.home-tri .news-letter {
      top: 65px;
      left: 370px;
      transform: skew(52deg);
      opacity: 0;
    }
    .loni-search {
        float: left;
        padding: 1px 0px;
        background-color: rgba(0,0,0,0);
        height: 24px;
        border-radius: 4px;
        width: 135px;
        margin-top:10px;
        display: inline-flex;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding: 0px 35px 35px 35px;
        width: 100%;
        height:101%;
    }
    .text-container{
        padding:0px 200px 0px 200px;
    }

    .loni-search button {
      box-sizing: border-box;
      border: 0px solid #6e6e6e;
      border-radius: 4px;
      background-color:#6e6e6e;
      height:24px;
      margin-top: -1px;
      max-width: 40px;
    }
    .loni-search i {
      color: white;
    }
    .loni-logo{
        width: 80%;
        height:auto;
        z-index: 30;
        position: relative;
    }
    #about{
        display: flex;
        flex-flow:row wrap;
    }
    .block{
        text-align: left;
        display: flex;
        flex-flow: column;
        max-width: 450px;
    }
    .block > a {
        margin-top:auto;
    }
    .pad0{
      padding:0;
    }
    .news-title{
        min-height: 40px;
    }
    .people-search {
      top: 40px;
      position: relative;
      margin-bottom: 50px;
    }
    .people-search input {
      box-sizing: border-box;
      border: 2px solid #bebebe;
      border-radius: 4px;
      width: 200px;
      height: 33px;
      padding-right: 50px;
      color: #bfbebd;
      font-size: 12px;
    }
    .people-search button {
      width: 90px;
      height: 33px;
      box-sizing: border-box;
      border: 1px solid #bebebe;
      border-radius: 4px;
      display: inline-block;
      top: -1px;
      position: relative;
      margin-left: -50px;
      background: #bfbebd;
    }
    .people-search span {
      color: white;
      font-size: 11px;
    }
    .news__container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      margin: 100px auto 0 auto;
    }
    .static-container {
      margin: 0 auto;
      max-width: 945px;
    }

    .static-container p strong{
      font-size: 16px;
    }
    .loni_software div {
      font-size: 15px;
    }
    .loni_software img {
      width: 60px;
    }
    .sidenav {
      display: none !important;
    }
    .header-wrapper {
      background-color: black;
      z-index: 130;
      width: 100%;
      position: fixed;
      top:0;
      left:0;
      padding-left: 10px;
    }
    #header {
      height: 45px;
      position: relative;
      margin: 0 auto;
    }
    #header.admin-header {
      height: 90px;
    }
    #header .logo.main {
      top: 15px;
      padding-left: 10px;
    }
    #header .logo.usc {
      top: 10px;
      position: relative;
    }
    #header .logo.usc.usc-lg-md {
      display: block;
    }
    #header .logo.main-md {
      display: none;
    }
    .menuHeader-wrapper {
      background-color: white;
    }
    #menuHeader {
      height: 150px;
      position: static;
      top: initial;
      padding-left: 0;
      max-width: 1366px;
      margin: 0 auto;
    }
    .logo {
      float: left;
    }
    .logo.loni {
      margin-left: 76px;
      top: 50%;
      transform: translateY(-50%);
    }
    #menuHeader img {
      width: 638px;
    }
    .col-main {
      display: inline;
      float: left;
      width: 70%;
      padding-top: 0;
      padding-bottom: 0;
    }
    .col-rail {
      margin: 0;
      width: 30%;
      float: left;
      height: 500px;
      max-width: initial;
      padding: 0;
    }
    .row {
      margin: 25px auto;
      height: 25px;
    }
    .deadline-banner {
    background-color:#FFCC00;
    font: 14px "Libre Baskerville Bold";
    color: #990000;
    height: 50px;
    padding: 25px;
    text-align: center;
}
    .socialnews .col-xs-10.col-md-4.socialmedia {
      width: 30%;
    }
    .socialnews .col-md-4 {
      height: 168px;
    }
    /* #landing {
      height: 400vh;
    } */
    #landing-loni-quote{
        margin-top:250px;
        position: absolute;
        max-width: 500px;
    }
    .circles-lg img{
      width: 120%;
      padding: 2em 0;
    }
    .circles-md img , .circles-sm img{
      display: none;
    }
    .socialnews .col-md-4:last-child { border-right: none;  }
    .newspadded {
      font-size: 18.9px;
      line-height: 22.68px;
      padding-left: 0;
    }
    .newspadded span {
      display: inline-block;
    }
    .social_icon {
      width: 30px;
      height: 40px;
      vertical-align: 20px;
    }
    .social_icon img {
      width: 27px;
      height: 28px;
    }
    .social_page{
      display: inline-block;
    }
    .socialnews .col-xs-10.col-md-4.newsevents {
      width: 20%;
      padding-left: 46px;
    }
    .socialnews .col-xs-10.col-md-4.software-storage {
      width: 20%;
      padding-left: 46px;
    }
    .spacerblock {
      background-color: white;
      padding-top: 10px;
    }
    .clearfix.nav li{
      width: 10%;
    }
    .bg-wrapper {
      width: 100%;
    }
    .bg-wrapper hr {
      margin-top: 15px;
      margin-bottom: 0;
      border-top: 316px solid black;
      display: inline-block;
      float: left;
    }
    .col-xs-4.newspadded {
      width: initial;
      float: none;
      padding-left: 74px;
    }
    .socialnews .col-xs-10.col-md-4 {
      height: 327px;
      padding-top: 22px;
    }
    .static_page {
      /* padding-left: 5%;
      padding-right: 5%; */
      padding-top: 57px;
      margin: 0 auto;
      /* max-width: 1366px; */
      margin-bottom: 57px;
      min-height: 90%;
    }
    .static_page .col-rail {
      width: 226px;
    }

    .saqt-gwas {
      padding-left: 185px;
      padding-right: 185px;
    }
    .static_page .col-main {
      width: 846px;
      margin-bottom: 60px;
      margin-right: 120px;
    }
    .static_page .img-container .col-sm-4 {
      width: 30%;
      border: 1px solid black;
      padding: 0;
      float: left;
    }
    .static_page .img-container > .col-sm-4:not(:last-child) {
      margin-right: 20px;
    }
    .static_page .img-container .col-sm-4 img {
      width: 100%
    }
    .static_page .img-container img {
      width: 100%;
    }
    .img-container {
      margin-top: 40px;
      display: inline-block;
    }
    .related-posts {
      padding: 0;
    }
    .breadcrumb-wrapper {
      background-color: #eaeaea;
    }
    .breadcrumb {
      font: normal 15px "Open Sans Regular";
      padding: 7px 76px;
      margin-top: 10px !important;
      list-style: none;
      background-color: #eaeaea;
      height: 32px;
      max-width: 1366px;
      margin: 0 auto;
    }
    .breadcrumb div span, .breadcrumb div span a {
      font: 15px Open Sans Regular;
      text-transform: capitalize;
    }

    .breadcrumb > li {
      display: inline-block;
    }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc;
    }
    .breadcrumb > .active {
      color: #777777;
    }
    .navbar-collapse.collapse {
      margin: 0 auto;
            padding-left:10px;
    }
    .navbar-collapse {
      padding-right: 2%;
    }
    .navbar-wrapper {
      background: black;
      z-index: 130 !important;
      width: 100%;
      position:fixed;
      top: 45px;
      height: 60px;
      padding-top: 10px;
    }
    .static_page .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 100%;
    }
    .static_page .selectdiv {
      width: 25%;
    }
    .static_page .pub-search-input {
      width: 65%;
    }
    .static_page .pub-search-box form input{
      width: 75%;
    }
    .static_page.publications p, .static_page.visualization p {
      text-align: center;
    }
    .static_page .search-div {
      display: flex;
            padding-right: 40px;
    }
    .head-tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 500px 615px;
        border-color: transparent #000 transparent;
        top:0px;
        left: 0;
        position: absolute;
        z-index: 120;
    }
    .about_loni_head{
      border-width: 0 0 284px 350px;
    }
    .head{
        position: absolute;
        z-index: 126;
        color:white;
    }
    .head-items{
      position:absolute;
      z-index: 120;
      right:95px;
      width: 600px;
      height: 410px;
      font-weight: 700;
      font-size: 15px;
    }
    .skewed-head{
      position: absolute;
      width: 560px;
      height: 370px;
      transform: skew(-52deg) translate(-398px,0px);
      background-color: black;
      text-align: center;
      z-index: 126;
      top: -15px;
    }

    .skewed-head.home-tri {
      position: absolute;
      width: 730px;
      height: 500px;
      transform: skew(-52deg) translate(-410px,0px);
      background-color: black;
      text-align: center;
      z-index: 126;
      top: 0px;
    }
    .skewed-head.home-tri p:nth-of-type(1) {
      color:white;transform: skew(52deg);padding-top:20px;padding-left: 80px;position: relative;
      opacity: 0;
        top: 140px;
        left: 400px;
      margin-right: 0;
      text-align: right;
    }
    .skewed-head.home-tri p:nth-of-type(2) {
      color:white;transform: skew(52deg);padding-top:20px;padding-left: 80px;position: relative;
      opacity: 0;
      top: 235px;
      left: 400px;
      margin-right: 0;
      text-align: right;
    }
    .admin .skewed-head{
      top:-30px;
    }
    .banner-container {
      padding-top: 57px;
      margin: 0 auto;
      max-width: 1366px;
      text-align: initial;
    }
    .brochure-container {
            top:-100px;
      float: left;
    }
    .banner-container .content {
      display: inline-block;
      width: 55%;
      padding-right: 0.1%;
    }
    .gold {
      margin-bottom: 0;
    }
    .carousel-control {
      top: -15px;
    }
    .carousel-inner .item .svg-img img {
      width: auto;
      /* height: 450px; */
    }
    .carousel-inner>.item.active {
      display: inherit;
    }
    .carousel-inner .svg-content {
      width: 60%;
      display: inline-block;
      margin:80px auto;
    }
    .svg-content div , .svg-content b{
        line-height: 1.8;
    }
    .svg-content b{
        font-size:15px;
    }
    .carousel-inner .svg-img {
      /* float: right;
      position: relative; */
    }
    .visualization .banner-icon {
      display: inline-block;
      top: 50px;
      position: relative;
      margin-bottom: 0;
    }
    .news-events .banner-icon {
      display: inline-block;
      top: 43px;
      position: relative;
      float: left;
      margin-bottom: 0;
    }
    .news-events .banner-icon img {
      width: 70px;
      height: 50px;
    }
    .visualization .banner-container, .news-events .banner-container {
    }
    .visu-content .col-xs-12.col-md-4.col-lg-3 {
      height: 250px;
      margin: 0 0 20px 0;
      padding: 0;
    }
    .visualization .clear {
      display: inline-block;
      font-family: "Sintony Regular";
      margin-top: 25px;
      left: 50%;
      position: absolute;
    }
    .visu-content {
      margin-top: 0;
    }
    .news-events .banner-container strong {
      top: 38px;
      margin-left: 40px;
    }
    .news-excerpt{
      margin: 0;
      height: 85px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 500px;
    }
    .banner-container .inner-container {
      margin-bottom: 40px;
    }
    #footer .container {
      display: flex;
    }
    #footer .container > .foot-icons, #footer_for_overlay .container > .foot-icons{
      display: block;
      justify-content: flex-start;
      text-align: left;
    }

    #footer .container > div:nth-of-type(4) {
      justify-content: flex-end;
      text-align: right;
    }
      #footer_for_overlay .container {
      display: flex;
    }
    #footer_for_overlay .container > .foot-icons {
      justify-content: flex-start;
      text-align: left;
    }

    #footer_for_overlay .container > div:nth-of-type(4) {
      justify-content: flex-end;
      text-align: right;
    }
    .intro p,.intro i{
      font-family: 'Open Sans Regular';
      font-size:14px;
      line-height: 20px;
      color:#b9baa3;
    }
    #tri {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 300px 400px;
      border-color: transparent transparent #ffffff transparent;
      bottom:0;
      right: 0;
      position: fixed;
      z-index: 125;
    }
    #skewed-tri {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 200px 250px;
      border-color: transparent transparent pink transparent;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: 100;
    }
    #footer {
      min-height: 121px;
      background-color: black;
      position: relative;
      width: 100%;
      z-index: 120;
      right:0;
      bottom:0;
      height: 130px;
    }
    #footer_for_overlay {
      min-height: 121px;
      background-color: black;
      position: relative;
      display: -webkit-box;
      width: 100%;
      z-index: 120;
      right:0;
      bottom:0;
      height: 130px;
    }
    .margin-up{
        padding: 0;margin-top: 172px;left:0;
    }
    .mar-left{
        margin-left:200px;
    }
    .pipeline-info{
      padding-right: 530px;
    }
    .form-container .g-recaptcha{
      margin-left:40%;
    }
    .no-left{
        left:0 !important;
    }
}

@media only screen and ( max-width: 62em ) and (min-width: 40em)/* 992 */ {
    .padding-top50 {
      padding-top: 0;
    }
    #loni-center {
      background-color: #EBEBEB !important;
      width: 100%;
      position: relative;
      margin: 100px auto;
    }
    .research-strip img {
    width: auto;
    }
    .aabout-loni {
      margin: 40px auto auto -10px;
      position: relative;
      text-align: center;
    }
    #about {
        padding-top: 0px !important;
    }
    .latest-loni {
      display: none;
    }
    #footer ul.menu.links, #footer_for_overlay ul.menu.links {
      /*display: none;*/
   }
   #footer,#footer_for_overlay {
       min-height: 121px;
       background-color: black;
       position: relative;
       width: 100%;
       z-index: 120;
       height: 400px;
   }

   #footer .container > .foot-icons, #footer_for_overlay .container > .foot-icons{
     display: block;
     justify-content: flex-start;
     text-align: center;
   }
    .techniques,.brainstem,.telencephalon,.techniques-review{
        padding-left:0px;
    }
    .ventricles,.cerebellum,.diencephalon {
        padding-right: 0px;
    }
    .techniques-info .ct,.techniques-info .spect{
        padding-left:0px;
    }
    .techniques-info .image-char,.techniques-info .mri{
        padding-right: 0px;
    }
    #header {
        height: 110px;
        position: relative;
        margin: 0 auto;
    }
    #header .logo.main-md {
      display: none;
    }
    #header .logo.usc.usc-xs-sm {
      display: block;
    }
    #header .logo.main {
      top: 10px;
      padding: 0 10px;
    }
    .header-wrapper {
        background-color: black !important;
        z-index: 130;
        width: 100%;
        position:fixed;
        top:0;
        left:0;
    }
    .navbar-wrapper {
        background: black !important;
        z-index: 100 !important;
        width: 100%;
        position:fixed;
        top:0;
    }
    .head-items p:first-child{
        text-align: center;
        font-family: "Libre Baskerville";
        font-weight: 700;
        font-size: 15px;
    }

    .sidenav ul>li form {
      float: left;
      padding: 0 15px;
      position: relative;
      display: block;
      width: 100%;
    }
    .loni-search input {
        box-sizing: border-box;
        border: 2px solid #6e6e6e;
        border-radius: 4px;
        width: 156px;
        height: 30px;
        font-size: 12px;
    }
    .loni-search button {
      box-sizing: border-box;
      border: 0px solid #6e6e6e;
      border-radius: 4px;
      background-color: #6e6e6e;
      height: 30px;
      position: relative;
      top: -2px;
      max-width: 40px;
    }
    .loni-search i {
        color: white;
        position: relative;
        top: 1px;
    }
    .fa-lg{
        font-size: 1em;
        vertical-align: -15%;
    }
    #content-container > .diagonal-content{
        margin-top:110px;
        padding:0px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        width: 100%;
        height:100%;
    }
    .data-container{
      padding-left:15%;
      padding-right: 15%;
    }
    .text-container{
        padding:0px 100px;
    }
    .head-items p:last-child{
        display: none;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }
    .home{
        position:relative;
        top:100px;
        background-color: black;
    }

    #landing {
        background-image: url(../images/loni_home.jpg);
        background-color: #000;
        -webkit-background-size: 80% auto;
        -moz-background-size: 80% auto;
        -o-background-size: 80% auto;
        background-position: 45% 300px;
        top: 100px;
        height: 110vh;
    }
    #landing-loni-quote{
      padding:0px 37px;
    }
    .brochure-container {
        margin:0px 20%;
    }
    .head-tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 400px 492px;
        border-color: transparent #000 transparent;

    }

    .head{
        position:absolute;
        z-index:126;
        color:white;
    }
    .head-items{
        position: absolute;
        z-index: 120;
        width: 300px;
        height: 382px;
        right: 200px;
        top: 150px;
        font-size: 15px;
    }
    .skewed-head p {
        padding-top: 0;
    }
    .skewed-head .news-letter{
      left: 209px;
      top: 75px;
  }

    .skewed-head{
        position: absolute;
        width: 400px;
        height: 250px;
        transform: skew(-52deg) translate(-240px,0px);
        background-color: black;
        text-align: center;
        z-index: 126;
    }

    .skewed-head.home-tri {
      position: absolute;
      width: 490;
      height: 430px;
      transform: skew(-52deg) translate(-330px,0px);
      background-color: black;
      text-align: center;
      z-index: 126;
      top: 0px;
    }

    .skewed-head.home-tri p:nth-of-type(1) {
      color:white;transform: skew(52deg);padding-top:20px;padding-left: 80px;position: relative;
      opacity: 0;
      top: 70px;
      left: 170px;
    }
    #content-container #home-news {
      padding-left: 40px;
      padding-right: 40px;
    }
    .skewed-head.home-tri p:nth-of-type(2) {
      display: none;
    }
    .latest-news-title {
      display: block;
      padding: 0 0 20px 10px;
      width: 100%;
      text-align: center;
    }
    #brain-image {
        background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    #tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 200px 250px;
        border-color: transparent transparent #ffffff transparent;
        bottom: 0;
        right: 0;
        position: fixed;
        z-index: 125;
    }

    .circles-md img{
      width: 120%;
      padding: 2em 0;
    }
    .circles-lg img , .circles-sm img{
      display: none;
    }
    .welcome a {
        text-decoration: none;
        font-family: "Libre Baskerville Italic";
        font-size: 18px !important;
        line-height: 16.5px !important;
        color: white;
    }
    .welcome{
        z-index: 50;
        position: absolute;
        right: 20px;
        bottom:20px;
        left:50%;
    }


    /* #footer,#footer_for_overlay {
        min-height: 121px;
        background-color: black;
        position: relative;
        width: 100%;
        z-index: 120;
        height: 200px;
    } */
    /* #footer p, #footer_for_overlay p {

    margin: 20px 10px 10px 80px;
} */

    /* #footer .foot-icons .fab{
      padding: 10px;
    } */

    /* #footer .container > .foot-icons, #footer_for_overlay .container > .foot-icons{
      display: block;
      justify-content: flex-start;
      text-align: center;
    } */

    .about-logos{
        width:100px;height: 35px;
    }
    #top_nav {
      width: 100%;
      position: static;
      margin: 0;
    }
    .loni-logo{
        width: 30%;
        height:auto;
        z-index: 30;
        position: relative;
    }
    .intro p,.intro i{
        font-family: 'Open Sans Regular';
        font-size:14px;
        line-height: 20px;
        color:#b9baa3;
    }

    .fa-caret-down{
        font-size: 34px;
        margin-left:auto;
    }

    .visu-content {
      margin-top: 0;
    }

    .visu-content .single-visu img {
        width: 220px;
        height: 220px;
        margin: 0px auto 15px auto;
        display: block;
    }
    .visu-content .col-xs-12 .title {
      max-width: 100%;
      text-align: center;
    }
    .visu-content .col-xs-12.col-md-4.col-lg-3 {
      height: auto;
      margin: 20px 0;
    }
    .visualization .clear {
        display: inline-block;
        font-family: "Sintony Regular";
        margin-top: 25px;
        left: 50%;
        position: absolute;
    }
    #visualization-page .data-container {
      padding-left: 5%;
      padding-right: 5%;
    }
    .carousel-inner .item .svg-img img {
      width: 100%;
      height: auto;
    }
    .static_page{
        margin:0px 40px;
        padding:0 10%;
    }
    .static_page button{
        float:none;
    }
    .total-number{
        margin-top:0px;
    }
    .visualization .clear{
        display: block;
        margin:0px;
        text-align: center;
        position:relative !important;
        left:0;
    }
    .margin-up{
        padding: 0;margin-top: 130px;left:0;
    }
    .blur-icon {
        font-size: 150px;
    }
    .mar-left{
        margin-left:100px;
    }
    .software-image img{
    width: 200px;
        margin:20px 0;
    }
    .form-container label{
        width: 100%;
        text-align: center;
    }
    .form-container input,.form-container textarea{
        width: 100% !important;
    }
    .form-container input[type="submit"],.admin .btn.update-button,.admin .btn.create-button{
        width: 200px;
    }
    .admin form .btn.update-form-button{
      width:80%;
      float: left;
      padding:10px 20px;
      margin-top:20px;
    }
    .skewed-head.home-tri .news-letter{
      top: 90px;
      left: 300px;
      transform: skew(52deg);
      opacity: 0;
    }
    .skewed-head.home-tri.news-letter {
      left: 340px;
      transform: skew(52deg);
    }
    .no-left{
        left:0 !important;
    }
    .news__container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      margin: 40px auto 0 auto;
    }
    .news__container .news-block {
      padding: 0;
      box-sizing: border-box;
      margin-bottom: 50px;
      margin-top: 50px;
      flex-basis: 100%;
      max-width: 300px;
      overflow: hidden;
    }
    .news-excerpt{
      margin: 0;
      height: 85px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 500px;
    }

}

@media only screen and (min-width:1280px) {
    #footer .container .info-links {
        justify-content: flex-start;

    }

    #footer .container .info-desc {
        justify-content: flex-start;
    }
    #footer .container .site-link {
        margin-top: 20px;
        justify-content: center;
    }
    #footer .container .info-desc {
        justify-content: flex-start;
    }

    /*#footer .container .foot-icons {*/
    /*    display:contents;*/
    /*}*/

    /*#footer .container .loni-img {*/
    /*    width:100%;*/
    /*}*/
    #footer .container > .foot-icons
    {
        margin-top: 15px;
        width: 20%;
    }
}

@media only screen and ( max-width: 991px ) and (min-width:640px)
{
    #footer {
        height: 522px;
        bottom: -5px;
    }
    #footer .container .info-links {
        justify-content: center !important;
        display: inline;
        text-align: center;
    }

    #footer .container .site-link {
        padding-left:34px;
        padding-top:20px;
    }

    #footer .container .info-links p {
        margin: 0 0 12px 0px !important;
    }

    #footer .container .hidden-info , #footer .container .hidden-div-2 {
        display:none;
    }

}

@media only screen and ( max-width: 1281px ) and (min-width:1200px) {
    #footer .container > .foot-icons {
        width: 15%;
    }

    #footer .foot-icons .fab {
        font-size: 19px;
        padding: 17px 10px 10px 25px;
    }
}

@media only screen and ( max-width: 1300px ) and (min-width:1282px) {
    #footer .container > .foot-icons {
        width: 15%;
    }

    #footer .foot-icons .fab {
        font-size: 19px;
        padding: 13px 10px 10px 25px;
    }
}

@media only screen and ( max-width: 1199px ) and (min-width:992px) {
    #footer .container .info-links {
        justify-content: flex-start;
        text-align: center;
        margin-top: 20px;
    }

    #footer .container > .foot-icons {
        display: inline-grid;
        justify-content: center;
    }

    #footer .container .hidden-info , #footer .container .hidden-div-2 {
        display:none;
    }

    #footer .container .info-desc {
        justify-content: space-around;
        margin-top: 16px;
        margin-bottom: 4px;
        margin-left: 50px;
        margin-right: -48px;
    }

    #footer ul.menu{
        line-height: 94px;
    }

    #footer .container .site-link {
        display:contents;
    }

    #footer .container {
        display:block;
    }

    #footer {
        height:340px;
    }

    #footer .container > .foot-icons {
        display: inline-grid;
        justify-content: space-around;
    }

}
@media only screen and ( max-width: 40em ) /* 640 */ {
    .padding-top50 {
      padding-top: 0;
    }
    #header {
        height: 100px;
        position: relative;
        margin: 0 auto;
    }
    #header .logo.main {
      top: 10px;
      padding: 0 10px;
    }
    #header .logo.main-md {
      display: none;
    }
    .research-strip img {
    width: auto;
    }
    #header .logo.usc.usc-xs-sm {
      display: block;
    }
    .header-wrapper {
        background-color: black !important;
        z-index: 130;
        width: 100%;
        position:fixed;
        top:0;
        left:0;
    }
    .navbar-wrapper {
        background: black !important;
        z-index: 100 !important;
        width: 100%;
        position:fixed;
        top:0;
    }
    .about-logos{
        width:70px;height: 25px;
    }
    .brochure-container {
        margin:0px 20%;
    }
    .data-container{
      padding-left:10%;
      padding-right: 10%;
    }
    #landing {
        background-image: url(../images/loni_home.jpg);
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-position: 50% 100%;
        background-color: black;
        top:100px;
        height: calc(101% - 30px);
    }
    #landing-loni-quote{
      padding:0px 37px;
    }
    #content-container > .diagonal-content{
        margin-top:110px;padding: 0;
    }
    #content-container #home-news {
      padding: 0 5%;
    }
    .head-items p:first-child{
        text-align: center;
        font-family: "Libre Baskerville";
        font-weight: 700;
        font-size: 15px;
    }
    .head-items p:last-child{
       display: none;
    }
    .latest-news-title {
      display: block;
      padding: 0 0 20px 10px;
      width: 100%;
      text-align: center;
    }
    #content-container > .diagonal-content {
        margin-top: 20px;
    }
    .sidenav ul>li form {
      float: left;
      padding: 0 15px;
      position: relative;
      display: block;
      width: 75%;
    }
    .loni-search input {
        box-sizing: border-box;
        border: 2px solid #6e6e6e;
        border-radius: 4px;
        width: 156px;
        height: 30px;
        font-size: 12px;
    }
    #loni-center {
      background-color: #EBEBEB !important;
      width: 100%;
      position: relative;
      margin: 100px auto;
    }
    .aabout-loni {
      margin: 40px auto auto 0px;
      position: relative;
      text-align: center;
    }
    #about {
        padding-top: 0px !important;
    }
    .latest-loni {
      display: none;
    }
    /* .clearfix {
      display: none;
    } */
    .loni-search button {
      box-sizing: border-box;
      border: 0px solid #6e6e6e;
      border-radius: 4px;
      background-color: #6e6e6e;
      height: 30px;
      position: relative;
      top: -2px;
      max-width: 40px;
    }
    .loni-search i {
        color: white;
        position: relative;
        top: 1px;
    }
    .fa-lg{
        font-size: 1em;
        vertical-align: -15%;
    }
    .container {
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        width: 100%;
        height:100%;
        padding-top:30px !important;
    }
    .history-container{
        height: auto;
        margin-top:100px;
        padding-left:2%;
        padding-right: 20%;
    }
    .history-container img{
        width: 110%;height: auto;padding:20px 0px 20px 0px;
    }
    .text-container{
        padding:0px 10%;
    }
    .home{
        position: relative;
        top:100px;
    }
    html {
      font-size: 75%; /* 12 */
    }
    #top_nav {
      position: relative;
      top: auto;
      left: auto;
    }
    #top_nav > a {
      width: 3.125em; /* 50 */
      height: 3.125em; /* 50 */
      text-align: left;
      text-indent: -9999px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none;
    }
    #top_nav > a:before, #top_nav > a:after {
      position: absolute;
      border: 2px solid #fff;
      top: 35%;
      left: 25%;
      right: 25%;
      content: '';
    }

    #top_nav > a:after {
      top: 60%;
    }
    #top_nav:not( :target ) > a:first-of-type, #top_nav:target > a:last-of-type {
      display: block;
    }

    /* first level */
    #top_nav > ul {
          width:100%;
      height: auto;
      display: table;
      position: absolute;
      left: 0;
      right: 0;
    }
    #brain-image {
        background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    #top_nav:target > ul {
      display: block;
    }
    #top_nav > ul > li {
      width: 100%;
      float: none;
    }
    #top_nav > ul > li > a{
      height: auto;
      text-align: left;
      padding: 0 0.833em; /* 20 (24) */
      text-decoration: none;
    }
    #top_nav > ul > li:not( :last-child ) > a {
      border-right: none;
      border-bottom: 1px solid #ffcc00;
      text-decoration: none;
    }
    /* second level */

      #top_nav li ul {
      position: static;
      padding: 1.25em; /* 20 */
      padding-top: 0;
    }
    .head-tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 300px 370px;
        border-color: transparent #000 transparent;
    }
    .head-tri-contains{
        border-width: 0 0 200px 300px;
    }
    .page-icon {
      padding: 0 10px;
    }
    .head{
        position: fixed;
        z-index: 126;
        color: white;
    }
    .head-items{
        position: absolute;
        z-index: 120;
        width: 200px;
        height: 155px;
        top:110px;
        right: 210px;
        font-weight: 700;
        font-size: 15px;
    }
    .contain-items{
        right: 75px !important;
        z-index: 0 !important;
    }
    .loni-logo{
        width: 70%;
        height:auto;
        z-index: 30;
        position: relative;
    }
    .intro{
        padding-top: 15px;
        position: relative;
        z-index: 30;
    }
    .intro p,.intro i{
        font-family: 'Open Sans Regular';
        font-size: 12px;
        line-height: 1.5;
        color:#b9baa3;
    }
    #tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 150px 175px;
        border-color: transparent transparent #ffffff transparent;
        bottom: 0;
        right: 0;
        position: fixed;
        z-index: 125;
    }

    .welcome a {
        text-decoration: none;
        font-family: "Libre Baskerville Italic";
        font-size: 18px !important;
        line-height: 16.5px !important;
        color: white;
    }
    .welcome{
        z-index: 50;
        position: absolute;
        /* right: 23px; */
        left:50%;
        bottom: 0px;
    }
    .fa-caret-down {
      font-size: 34px;
      margin-left: auto;
     }

    #footer,#footer_for_overlay {
        min-height: 121px;
        background-color: black;
        position: relative;
        width: 100%;
        z-index: 120;
        height: 490px;
    }

    #footer .hidden-div-2 {
        display:none !important;
    }

    #footer .container > .foot-icons, #footer_for_overlay .container > .foot-icons{
      display: block;
      justify-content: flex-start;
      text-align: center;
      width: 100% !important;
        margin-top:-4px !important;
    }

    #footer .container > div {
        margin-bottom: 3px !important;
    }

    #footer .container .info-links {
      justify-content: center !important;
      display: inline;
      text-align: center;
    }

    #footer .container .info-links p {
        margin: 0 0 10px 0px;
    }

    #footer .container .info-desc {
        justify-content: center !important;
        margin-top: 21px;
    }
    .visu-content .single-visu img{
        width: 270px;
        height: 270px;
        margin:0px auto 20px auto;
        display: block;
    }
    .visualization .clear {
        display: inline-block;
        font-family: "Sintony Regular";
        margin-top: 25px;
        left: 50%;
        position: absolute;
    }
    .circles-sm img{
      /* width: 100%; */
      padding: 2em 0;
    }
    .circles-md img , .circles-lg img {
      display: none;
    }
    .static_page{
        margin:0px 20px;
        padding:0 5%;
    }
    .static_page button{
        float: none;
    }
    .techniques,.brainstem,.telencephalon,.techniques-review{
        padding-left:0px;
    }
    .ventricles,.cerebellum,.diencephalon {
        padding-right: 0px;
    }
    .techniques-info .ct,.techniques-info .spect,.techniques-info .image-char,.techniques-info .mri{
    padding-right: 0px;
        padding-left:0px;
    }
    .diagonal-content > .title{
        margin:0 20px;
        padding:0 5%;
    }
    .banner-container{
        padding: 0;
        margin: 0;
    }
    .total-number{
        margin-top:0px;
    }
    .visualization .clear{
        display: block;
        margin:0px;
        text-align: center;
        position:relative !important;
        left:0;
    }
    .visu-content .col-xs-12 .title{
        max-width: 100%;
        text-align: center;
    }
    .margin-up{
        padding: 0;margin-top: 100px;left:0;
    }
    .static-data-container.title >.row{
        margin-left:20%;
    }
    .static-data-container.title .row{
        margin-left:20%;
    }
    .blur-icon {
        font-size: 120px;
        margin-right: 0px;
    }
    .mar-left{
        margin-left:80px;
    }
    .mar-left{
        margin-left:40px;
    }
  .skewed-head{
        position: fixed;
        width: 350px;
        height: 260px;
        transform: skew(-52deg) translate(-270px,-20px);
        background-color: black;
        text-align: center;
        z-index: 126;
        top: 120px;
        display: none;
  }

  .skewed-head p {
      padding-top:0px;
      margin: 5px 20px 5px 0;
      padding-left:40px;
      word-break: break-word;
      width: 83%;
  }

  .skewed-head.home-tri {
    position: absolute;
    width: 370px;
    height: 430px;
    transform: skew(-52deg) translate(-340px,-50px);
    background-color: black;
    text-align: center;
    z-index: 126;
    top: 40px;
  }
  .skewed-head.home-tri p:nth-of-type(1) {
    color:white;transform: skew(52deg);padding-top:20px;padding-left: 80px;position: relative;
    opacity: 0;
    top: 100px;
    left: 25px;
  }
  .skewed-head.home-tri p:nth-of-type(2) {
    display: none;
  }
    .head-pipeline{
    width: 350px;
  }
  .software-image img{
    width: 300px;
    margin:20px 0;
  }
    .pipeline-info{
        padding-right: 50px;
    }
    .printing-section .blueish-bg, .printing-section .form{
        padding-right:20%; padding-left:15px;
    }
    .printing-tips-container{
        margin-left: 10%;
        padding:40px 10% 40px 15px;
    }
  .form-container label{
    width: 100%;
    text-align: center;
  }
  .form-container input,.form-container textarea{
    width: 100% !important;
  }
    .form-container input[type="submit"]{
        width: 30%;

    }
  .admin .btn.update-button, ,.admin .btn.create-button{
    width: 200px;
  }
  .posters-view-admin_page form .btn.update-form-button{
    width:80%;
    float: left;
    padding:10px 20px;
    margin-top:20px;
  }
  .skewed-head .news-letter{
    /* top:0;
    left:108px;
    width: 115px;
    height: 60px; */
    display: none;
  }

  .news-letter-head{
    width:320px;
  }

  .news__container .news-block{
    flex-basis: 100%;
    min-width: 300px;
    max-width: 300px;
    margin: 50px;
  }
  .news__container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px auto 0 auto;
  }
  .no-left{
      left:0 !important;
  }
  #atlas-downloads button {
    width: 120%;
  }
  #visualization-page .data-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  #visualization-page .carousel-inner .item .svg-img img {
    width: 100%;
    height: auto;
  }
  #pipeline-collaborator-form label {
    text-align: left;
    font: normal 14px "Sintony Regular";
  }
}
@media (max-width: 1090px) and (min-width: 992px) {

  #menuHeader img {
    width: 500px;
  }

}
@media (min-width: 1633px) {

    .loni-search {
        float: left;
        padding:1px 0px;
        background-color:black;
        height: 18px;
        border-radius: 4px;
        width: auto;
        margin-top:15px;
        display: inline-flex;
    }
    .loni-search input {
        box-sizing: border-box;
        border: 2px solid #6e6e6e;
        border-radius: 4px;
        width: 156px;
        height: 16px;
        font-size: 11px;
    }
    .loni-search button {
        box-sizing: border-box;
        border: 0px solid #6e6e6e;
        border-radius: 4px;
        background-color:#6e6e6e;
        height: 14px;
        padding: 9px 4px;
        position: relative;
        right: 1px;
        max-width: 40px;
    }
    .loni-search i {
        color: white;
        position: relative;
        top: -4px;
    }
    .fa-lg{
        font-size: 1em;
        vertical-align: -15%;
    }
    #top_nav ul li.first{
        width: 20%;
    }

}
@media (max-width: 1500px) and (min-width: 993px){

  /* .data-container{
    padding-left: 15%;
    padding-right: 15%;
  } */
  .circles-lg img {
      width: 100%;
      padding: 2em 0;
  }
  .news__container .news-block{
    flex-basis: 45%;
    max-width: 300px;
  }
  #landing {

    height: calc(100% - 30px);
 }
 #landing {
   background-position: 90% 20%;
   background-size: 60vw auto;
   -webkit-background-size: 60vw auto;
   -moz-background-size: 60vw auto;
   -o-background-size: 60vw auto;
   height: 80vh;
 }
}

@media (max-width: 1700px) and (min-width: 62em){
  #top_nav ul li.first {
    display: none;
  }
  .skewed-head.home-tri .news-letter {
    left: 400px;
    top: 135px;
  }
  #top_nav > ul > li {
    width: 14%;
  }
  #top_nav form input {
    display: none;
  }
  #top_nav > ul > li:last-child {
    width: 0;
    padding: 0;
    margin-left: 16px;
  }
  #top_nav.admin > ul > li:last-child {
    width: 14%;
  }
  #top_nav form button {
    border: none;
    background-color: rgba(0,0,0,0);
    float: right;
    left: 60%;
    margin-top: 2px;
    padding: 0;
  }
  #header .logo.main-md {
    display: block;
    top: 5px;
  }
  .navbar-wrapper {
    padding-left: 50px;
  }
  #header .logo.main-md img {
    width:125px;height: auto;
  }
  /* #landing {
    background-position: 25vw 0%;
    background-size: 100vw auto;
    -webkit-background-size: 100vw auto;
    -moz-background-size: 100vw auto;
    -o-background-size: 100vw auto;
  } */
  #landing-loni-quote {
    margin-top: 130px;
    position: absolute;
    max-width: 630px;
    width: 300px;
}
  #landing {
    background-position: 90% 20%;
    background-size: 60vw auto;
    -webkit-background-size: 60vw auto;
    -moz-background-size: 60vw auto;
    -o-background-size: 60vw auto;
    height: 70vh;
}
  .skewed-head.home-tri p:nth-of-type(2) {
    display: none;
  }
  .latest-news-title {
    padding: 0 0 20px 10px;
    width: 100%;
  }

  .modal-dialog, .modal-content{
    background-color: black;
  }

  .modal-dialog{
      height:250px;
        width:300px;
    }

    .modal-body{
      height:100%;
    }

  .loni-mobile-search input {
        box-sizing: border-box;
        border: 2px solid #6e6e6e;
        border-radius: 4px;
        width: 175px;
        height: 26px;
        font-size: 11px;
    }
    .loni-mobile-search button {
        box-sizing: border-box;
        border: 0px solid #6e6e6e;
        border-radius: 4px;
        background-color:#6e6e6e;
        height:14px;
        padding: 12px;
    }
    .loni-mobile-search i {
        color: white;
        position: relative;
        top: -6;
    }
    .loni-mobile-search{
      margin: auto;
      display: inline-flex;
    }

    .fa-lg-m{
        font-size: 1em;
        vertical-align: -15%;
    }
}
@media (min-width: 1300px) and (max-width: 1633px) {

/*    .loni-search {*/
/*        float: left;*/
/*        padding:1px 0px;*/
/*        background-color: black;*/
/*        height: 18px;*/
/*        border-radius: 4px;*/
/*        width: 200px;*/
/*        margin-top:15px;*/
/*        display: inline-flex;*/
/*    }*/
/*    .loni-search input {*/
/*        box-sizing: border-box;*/
/*        border: 2px solid #6e6e6e;*/
/*        border-radius: 4px;*/
/*        width: 60px;*/
/*        height: 16px;*/
/*        font-size: 11px;*/
/*    }*/
/*    .loni-search button {*/
/*        box-sizing: border-box;*/
/*        border: 0px solid #6e6e6e;*/
/*        border-radius: 4px;*/
/*        background-color:#6e6e6e;*/
/*        height: 14px;*/
/*        padding: 9px 4px;*/
/*        position: relative;*/
/*        right: 1px;*/
/*        max-width: 40px;*/
/*    }*/
/*    .loni-search i {*/
/*        color: white;*/
/*        position: relative;*/
/*        top: -4px;*/
/*    }*/
/*    .fa-lg{*/
/*        font-size: 1em;*/
/*        vertical-align: -15%;*/
/*    }*/
/*    #top_nav ul li.first{*/
/*        padding-top:3px;*/
/*        width: 23%;*/
/*    }*/
    .latest-loni {
      margin: 40px auto auto 80px;
     }
    .aabout-loni {
        margin: 40px auto auto 80px;
    }
    #landing {
      background-position: 90% 20%;
      background-size: 60vw auto;
      -webkit-background-size: 60vw auto;
      -moz-background-size: 60vw auto;
      -o-background-size: 60vw auto;
      height: 100vh;
  }
}



@media (min-width: 993px) and (max-width: 1200px) {

    .loni-search {
        float: left;
        padding:1px 0px;
        background-color: rgba(0,0,0,0);
        height: 18px;
        border-radius: 4px;
        width: 150px;
        margin-top:15px;
        display: inline-flex;
    }
    .loni-search input, .loni-mobile-search input {
        box-sizing: border-box;
        border: 2px solid #6e6e6e;
        border-radius: 4px;
        width: 124px;
        height: 16px;
        font-size: 11px;
    }
    .loni-mobile-search input{
      width: 175px;
        height: 26px;
    }
    .loni-search button, .loni-mobile-search button {
        box-sizing: border-box;
        border: 0px solid #6e6e6e;
        border-radius: 4px;
        background-color:#6e6e6e;
        height:14px;
        padding: 12px;
        max-width: 40px;
    }
    .loni-search i, .loni-mobile-search i {
        color: white;
    }
    .loni-mobile-search i{
      position: relative;
      top: -6;
    }
    .loni-mobile-search{
      margin: auto;
      display: inline-flex;
    }
    .fa-lg{
        font-size: 1em;
        vertical-align: -15%;
    }

    .fa-lg-m{
        font-size: 1em;
        vertical-align: -15%;
    }

}
@media  (min-height: 630px )  {
  #landing {
    height: 110vh;
  }
  /* #landing-loni-quote {
    margin-top: 150px;
    position: absolute;
    max-width: 700px;
  } */
  /* .intro {
    padding-top: 0px;
    z-index: 30;
    position: relative;
} */
}
