@font-face {
  font-family: FuturaPT;
  src: url(./fonts/FuturaPT-Light.woff);
  /* src: url(./fonts/FuturaPT-Book.woff); */
  /* src: url(./fonts/FuturaPT-Medium.woff); */
}
html {
  /* background: #085078;
  background: -webkit-linear-gradient(to right, #85d8ce, #085078);
  background: linear-gradient(to right, #85d8ce, #085078); */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2OTNiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzllYjNkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #7693bb 0%, #9eb3d0 39%, #fff 96%);
  background-repeat: no-repeat;
  background-attachment: fixed;

  width: 100%;
  height: 100%;
  min-width: 900px;
  font-family: FuturaPT;
}
body {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
#headerDiv {
  /* height: 150px; */
  width: 100%;
  /* background-color: #061382; */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyNTM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFlNDg3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzE0MzE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #225391 0%, #1e487e 51%, #143155 99%);
  flex-direction: column;
}
#headerIMG {
  flex-direction: row;
}
#header {
  height: 100px;
  flex-direction: row;
}
#header > img {
  object-fit: none;
  cursor: pointer;
}
#nycdata_logo {
  width: 186px;
  height: auto;
  margin-left: 20px;
}
#zicklinwcib_logo {
  width: 215px;
  height: auto;
  margin-left: 420px;
}
#cuny_logo {
  width: 34px;
  height: auto;
  margin-left: 10px;
}
/* Navigation styling */
#topNavigation {
  width: 100%;
  height: 25px;
  flex-direction: row;
  align-content: flex-start;
}
a.topNav_item {
  text-decoration: none;
  color: white;
  padding: 8px 8px 6px 8px;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: 0.9px;
}
a.topNav_item:hover {
  background: #434da8;
}

/* main navigation styles */

.baruch_searchbar {
  justify-content: center;
}
.baruch_searchbar div {
  flex-direction: row;
}
.searchButton {
  width: 30px;
  height: auto;
  margin-left: 5px;
}

/* Content styling */
.content {
  display: flex;
  flex: 1 0 auto;
  min-height: auto;
  background: #a0b3c0;
}

/*NAV*/
#lowerHeader {
  flex-direction: row;
}
#mainNavigation {
  width: 760px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#mainNavigation > .navigation {
  flex-direction: row;
}
#mainNavigation > .navigation > ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainNavigation > .navigation > ul > li {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all linear 0.1s;
}

#mainNavigation > .navigation > ul > li:hover {
  background: white;
  color: #16355d;
}
#mainNavigation > .navigation > ul > li:hover > a,
#mainNavigation > .navigation > ul > li:hover > a i {
  color: #072a58;
  /* font-weight: 600; */
}
#mainNavigation > .navigation > ul > li a + div {
  top: 32px;
  /* background: linear-gradient(
    to bottom,
    rgb(16, 79, 194) 0,
    rgba(16, 79, 194, 0.96) 100%
  ); */
  background: linear-gradient(to bottom, #153258 0%, #1e487e 61%);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05);
  display: none;
  font-size: 1rem;
  position: absolute;
  width: 195px;
}

#mainNavigation > .navigation > ul > li:hover a + div {
  display: block;
}

#mainNavigation > .navigation > ul > li a + div > ul {
  list-style-type: none;
}

#mainNavigation > .navigation > ul > li a + div > ul > li {
  margin: 0;
  padding: 0;
}

#mainNavigation > .navigation > ul > li a + div > ul > li > a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 0.75rem;
  /* font-size: 14px; */
  letter-spacing: 1.5px;
  padding: 0.25rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

#mainNavigation > .navigation > ul > li a + div > ul > li:hover > a {
  background-color: rgba(0, 0, 0, 0.15);
}

#mainNavigation > .navigation > ul > li > a {
  align-items: flex-start;
  color: #fff;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 10px 4px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: all linear 0.1s;
}
div.italizedNavi {
  flex-direction: row;
}
div.italizedNavi > i {
  font-style: italic;
  font-size: 10px;
  align-self: center;
  color: bisque;
  /* margin-top: -17px;
  height: 10px;
  margin-right: -7px; */
}

#mainNavigation > .navigation > ul > li > a > div > span {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  /* font-family: Georgia, "Times New Roman", Times, serif; */
  font-size: 0.3rem;
  font-style: italic;
  line-height: 0.5rem;
  max-width: 260px;
}

@media (min-width: 990px) {
  #mainNavigation > .navigation > ul > li > a {
    max-width: 500px;
    font-size: 12px;
    line-height: 1.1rem;
  }
  /* 
  #mainNavigation > .navigation > ul > li > a > div > span {
     margin: 4px 0 0; 
  } */
}

/* Slider Stlyes */
#slider {
  max-height: 400px;
}
/* Highlights and Subhighlights styles */
#highlights {
  flex-direction: row;
  height: 190px;
  justify-content: space-evenly;
  padding: 10px 0 10px 0;
}
.highlight {
  width: 32%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
  cursor: pointer;
}
.hl_Single {
  width: 98% !important;
  font-size: 14px;
  cursor: default !important;
}
.featureImg1 {
  background: url("../Images/Highlights/statue-of-liberty3.png") no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
}
.indexHighlight {
  background: linear-gradient(0.25turn, #0d3353, 50%, #015071);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.highlightLinks {
  width: 20%;
  justify-content: center;
  align-content: center;
  border-left: solid 1px #0d3353;
}
.link_btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  align-self: center;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
  border: 1px white solid;
  border-radius: 5px;
  transition: all 0.3s;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.7);
}
.link_btn:hover {
  background-color: white;
  border-color: #036;
  color: #036;
  cursor: pointer;
}
.highlight .f1 {
  color: #d00;
  font-weight: bold;
  font-size: 21px;
  padding: 12px 0 20px 18px;
}
.highlight .f2 {
  color: #e5e5e5;
  font-size: 20px;
  line-height: 2rem;
  padding: 0 0 0 18px;
  width: 75%;
  align-self: center;
}

.featureImg2 {
  background: url("../Images/Highlights/2020_Census_and_OSP.png") no-repeat
    center;
  background-size: cover;
  height: 100%;
}
.featureImg3 {
  background: url("../Images/Highlights/selectedhighlights-updated.png")
    no-repeat center;
  background-size: cover;
  height: 100%;
}
#sub_highlights {
  flex-direction: row;
  justify-content: space-evenly;
  padding-bottom: 10px;
  overflow: hidden;
}
#sub_highlights > div {
  background: url("../Images/Highlights/acknowledgements.jpg") no-repeat center;
  background-size: cover;
  height: 54px;
  width: 32%;
  box-shadow: 1px 1px 3px #666;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
#sub_highlights > div > p {
  padding: 5px;
  color: #036;
}
#sub_highlights > div > p.plink {
  cursor: pointer;
}
#sub_highlights > div > p.plink:hover {
  color: blue;
}
/* Footer Style */

footer {
  flex-direction: column;
  background-color: black;
  height: 100px;
  color: white;
  line-height: 13px;
  /* font-family: helvetica; */
  font-size: 11px;
}
.footerContentTop {
  background-color: #222;
  height: 70px;
  justify-content: center;
}
.footerContentTop > div {
  width: 400px;
  padding: 0px 0px 5px 5px;
}
.footerContent {
  background-color: black;
  flex-direction: row;
  justify-content: space-between;
  height: 30px;
  padding: 0px 5px 0px 5px;
}
.footerContent > div:first-child {
  justify-content: center;
}
.footerLogo {
  margin-right: 10px;
  width: 100px;
  background: black url("../Images/Logos/whitenycdata.png") no-repeat center;
}
.heading {
  color: navy;
  font-size: 32px;
  text-align: center;
  height: 60px;
  justify-content: center;
  padding-top: 20px;
}
.subheading {
  color: navy;
  font-size: 28px;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.h3 {
  color: navy;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  margin: 20px 0 5px 0;
}
.subnote {
  font-weight: 600;
  width: 96%;
  font-size: 14px;
  margin: 0 auto;
}
.descr {
  font-size: 20px;
  line-height: normal;
}
.spacerDiv,
.spacer {
  width: 100%;
  height: 30px;
}
.hr {
  border-top: rgba(0, 51, 102, 0.3) solid 1px;
}
.additionalInfo {
  flex-direction: column;
  align-self: center;
  text-align: center;
  margin-bottom: 50px;
}
.additionalInfo > a {
  color: #036;
  height: 20px;
}
.additionalInfo > a:hover {
  color: rgb(255, 0, 0);
}
.additionalInfo_Title {
  font-weight: 600;
  margin-bottom: 10px;
}
.districtWrapper {
  width: 96%;
  margin: 0 auto;
}
.districtWrapper > .heading {
  border-bottom: solid thin #036;
}
.pageText {
  width: 90%;
  margin: 0 auto;
  font-size: 17px;
}
.pageText > .spacer {
  height: 15px;
}
.pageText > .header {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin: 5px 0 10px 0;
  color: #072a58;
}
.pageText > .subheader {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.pageText > b {
  display: contents;
  font-weight: 600;
}
.note {
  width: 96%;
  margin: 0 auto;
}
.note > span {
  font-weight: 600;
  font-size: 15px;
}
.note > .spacer {
  height: 14px;
  line-height: 14px;
}
.bulletList {
  list-style-type: circle;
  margin: 10px 0 20px 0;
  padding-left: 50px;
}
.bulletList > li {
  display: list-item;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}
.bulletList > li > b {
  font-weight: 600;
}
.pageText.olderStyle {
  display: table;
}
.pageText.olderStyle tr {
  border: thin gray solid;
}
.pageText.olderStyle > table {
  margin: 0 auto;
}
