body {
  font-size: 15.5px;
  color: #212529;
  /* font-family: 'Arimo', Arial, sans-serif; */
  font-family: 'Muli', Arial, sans-serif;
  max-width: 1400px;
  margin: 0 auto;
  background: #f7f7f7;
}
.container {
  background: white;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

div

p {
  line-height: 1.5;
  margin: 12px 0;
}

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'Overpass', Arial, sans-serif;
}

h6 {
  font-size: 1.125rem;
}

a {
  color: #212529;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus, a:hover {
  color: none;
}

.center {
  text-align: center;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: sticky;
  position: -webkit-sticky; /* Safari */
  position: -moz-sticky; /* Firefox */
  position: -ms-sticky; /* IE */
  position: -o-sticky; /* Opera */
  border-bottom: 2px solid blue;
  background-color: white;
  font-family: 'Overpass', Arial, sans-serif;
  z-index: 9999999;
  /* padding: 0.25rem 0; */
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #464646;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li.nav-item > a.dropdown-toggle:hover {
  cursor: pointer;
}

#mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {

  #mainNav .navbar-brand {
    padding: 5px 10px;
    color: #fff;
    margin: 0;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 0.5rem 0.3rem 0.5rem 0.4rem;
  }

  #mainNav .navbar-nav > li.nav-item > a.dropdown-toggle {
    padding: 0.5rem 0.7rem 0.5rem 0rem;
    font-size: 1.1rem;
  }

  #mainNav .container {
    max-width: 98%;
  }

}

@media (min-width: 1200px){
  #mainNav .container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px){
  #mainNav .container {
    max-width: 1240px;
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -107px;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #0085A1;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085A1;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

/* .btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Open Sans', Arial, sans-serif;
}

.btn-primary {
  background-color: #0085A1;
  border-color: #0085A1;
} */

.read-more-btn {
  width: 130px;
  margin: 0.5rem 0 1rem 1rem;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  /* background-color: #00657b !important;
  border-color: #00657b !important; */
  background-color: #3473ea !important;
  border-color:  #3473ea!important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

/* New */

@media only screen and (min-width: 310px) {
  .lab_logo {
    width: 70px;
  }

  .eclipse_logo {
    width: 90px;
  }

  #mainNav .navbar-nav > li.nav-item .dropdown-menu > a {
    font-size: calc(3.5vw);
  }

  /* .carousel-item img {
    height: 215px;
  } */
}

@media only screen and (min-width: 410px) {
  .lab_logo {
    width: 80px;
  }

  .eclipse_logo {
    width: 115px;
  }

  #mainNav .navbar-nav > li.nav-item .dropdown-menu > a {
    font-size: 0.85rem;
  }

  /* .carousel-item img {
    height: 275px;
  } */
}
@media only screen and (min-width: 576px) {
  #mainNav .navbar-nav > li.nav-item .dropdown-menu > a {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) {
  .lab_logo {
    width: 100px;
  }

  .eclipse_logo {
    width: 140px;
  }

  #mainNav .navbar-nav > li.nav-item .dropdown-menu > a {
    font-size: 0.8rem;
  }

  .carousel-item img {
    height: 405px;
  }

}

@media only screen and (min-width: 992px) {
  #mainNav .navbar-nav > li.nav-item .dropdown-menu > a {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 1200px) {
  #mainNav .navbar-nav > li.nav-item .dropdown-menu > a {
    font-size: 1rem;
  }
}


footer {
  background: linear-gradient(to right, #6d6a6a, #525252);
  border-top: 6px solid #4e4e4e;
  color: #fff;
  margin: 0;
  padding: 36px 0 25px 0;
  letter-spacing: 0.25px;
}

footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

footer .centered .footer-logo {
  width: 20%;
  text-align: center;
}

.footer-logo img {
  position: relative;
}

footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}

footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  width: 33.33333%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0.25rem;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.bottom-bar {
  position: relative;
  text-align: center;
  color: white;
  font-size: 0.875em;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: linear-gradient(to right,  rgb(13,128,180), rgb(13,45,82,0.85), rgb(13,45,82,0.85), rgb(13,128,180));
  padding: 15px 0;
}

/* Responsive Tablet Sizes */
@media only screen and (max-width:767px) {
  footer {
    /* margin-top: 100px; */
    padding: 0px 0 25px 0;
  }

  footer .centered {
    flex-wrap: wrap;
    padding: 0;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  footer .centered .footer-navigation .footer-links-holder {
    min-height: 350px;
  }
}

/* Responsive Mobile Sizes */
@media only screen and (max-width:767px) {
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
  }

  footer .centered .footer-contact {
    width: 100%;
  }

  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }

  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 14px 18px;
    border-top: #7b7b7b 1px solid;
    cursor: pointer;
    font-size: 1.1rem;
  }

  .resources-link {
    border-bottom: #7b7b7b 1px solid;
  }

  .footer-links {
    background: #5f5e5e;
  }

  footer p, footer li {
    padding: 0 1rem 0 2rem;
  }

  .footer-links li:hover {
    background: #6f6f6f;
    cursor: pointer;
  }

  footer .centered .footer-navigation .footer-links-holder h3::after {
    /* Down Arrows */
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }

  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    /* padding: 0 20px; */
  }

  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 5000px;
    padding: 0.5rem 0;
  }

  footer p, footer li {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

}

/* Typography */
footer h3 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.3rem;
}

footer p, footer li {
  font-weight: 400;
  letter-spacing: .2px;
  margin: 0.3rem 0;
  font-size: 0.95rem;
}

footer h3 a {
  color: white;
}

footer a {
  color: #e2e2e2;
  text-decoration: none;
  -webkit-transition: color 0.2s, background 0.5s;
  transition: color 0.2s, background 0.5s;
}

footer a:hover {
  text-decoration: none;
  color: #70a1ff;
}

.footer-link {
  color: white;
}

/* Misc CSS */
/* .clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

/* Social Sharing Bar */
.share-bar {
  /* position: relative; */
  bottom: 0;
  height: 65px;
  border: none;
  background: #ffffff;
  z-index: 4999991;
  transform: translateZ(0) translate3d(0, 0, 0);
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    -moz-transform: translateZ(0) translate3d(0, 0, 0);
  transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  align-items: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  width: 100%;
  /* box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.12); */
}

.share-bar--list {
  padding: 0;
  list-style: none;
}

.share-bar .share-bar--list {
  flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
  overflow: hidden;
  text-align: left;
  font-size: 0;
}

.share-bar .share-bar--item {
  display: inline-block;
  width: 16.66%;
/*  max-width: 71px; */
  height: 65px;
  line-height: 65px;
}

.share-bar--item {
  float: left;
  display: block;
  font-size: 2.25rem;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

/* Colours */
.facebook .share-bar--item,
.share-bar .facebook .share-bar--item-link,
.twitter .share-bar--item,
.share-bar .twitter .share-bar--item-link,
.youtube .share-bar--item,
.share-bar .youtube .share-bar--item-link,
.instagram .share-bar--item,
.share-bar .instagram .share-bar--item-link,
.flickr .share-bar--item,
.share-bar .flickr .share-bar--item-link,
.snapchat .share-bar--item,
.share-bar .snapchat .share-bar--item-link {
    cursor: pointer;
    width: 100%;
    min-width: 100%;
    display: block;
}

/* Facebook */
.facebook .share-bar--item,
.share-bar .facebook .share-bar--item-link {
  background-color: #3b5999;
}

.facebook .share-bar--item,
.share-bar .facebook .share-bar--item-link:hover {
  background-color: #f6f6f6;
}

.facebook .share-bar--item-link:hover::before {
  color: #3b5999;
}

/* Twitter */
.twitter .share-bar--item,
.share-bar .twitter .share-bar--item-link {
  background-color: #55acef;
}

.twitter .share-bar--item,
.share-bar .twitter .share-bar--item-link:hover {
  background-color: #f6f6f6;
}

.twitter .share-bar--item-link:hover::before {
  color: #6bb4ec;
}

/* Youtube */
.youtube .share-bar--item,
.share-bar .youtube .share-bar--item-link {
  background-color: #ff0000;
}

.youtube .share-bar--item,
.share-bar .youtube .share-bar--item-link:hover {
  background-color: #f6f6f6;
}

.youtube .share-bar--item-link:hover::before {
  color: #ff0000;
}

/* Instagram */
.instagram .share-bar--item,
.share-bar .instagram .share-bar--item-link {
  background-color: #c32aa3;
}

.instagram .share-bar--item,
.share-bar .instagram .share-bar--item-link:hover {
  background-color: #f6f6f6;
}

.instagram .share-bar--item-link:hover::before {
  color: #c32aa3;
}

/* flickr */
.flickr .share-bar--item,
.share-bar .flickr .share-bar--item-link {
  background-color: #4875b4;
}

.flickr .share-bar--item,
.share-bar .flickr .share-bar--item-link:hover {
  background-color: #f6f6f6;
}

.flickr .share-bar--item-link:hover::before {
  color: #4875b4;
}

/* snapchat */
.snapchat .share-bar--item,
.share-bar .snapchat .share-bar--item-link {
  background-color: #e2e204;
}

.snapchat .share-bar--item,
.share-bar .snapchat .share-bar--item-link:hover {
  background-color: #f6f6f6;
}

.snapchat .share-bar--item-link:hover::before {
  color: #e2e204;
}

/* Icons */
.share-bar--item-link:before {
  display: inline-block;
  color: #ffffff;
}

/* Facebook */
.share-bar .facebook .share-bar--item-link:before {
  content: "\f09a";
  font-family: "FontAwesome";
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* Twitter */
.share-bar .twitter .share-bar--item-link:before {
  content: "\f099";
  font-family: "FontAwesome";
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* Youtube */
.share-bar .youtube .share-bar--item-link:before {
  content: "\f167";
  font-family: "FontAwesome";
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* Instagram */
.share-bar .instagram .share-bar--item-link:before {
  content: "\f16d";
  font-family: "FontAwesome";
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* flickr */
.share-bar .flickr .share-bar--item-link:before {
  content: "\f16e";
  font-family: "FontAwesome";
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* snapchat */
.share-bar .snapchat .share-bar--item-link:before {
  content: "\f2ab";
  font-family: "FontAwesome";
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.eclipse-101 .row,
.event-locations .row,
.science .row,
.activities .row,
.education .row,
.resources .row {
  padding: 2rem 0 3rem 0;
}

.science .row .row.project-main,
.activities .row .row.project-main,
.education .row .row.project-main,
#host-eclipse-party .row .row.project-main {
  padding: 0;
}

.science .row .row.project-main .project-title-description .card-text,
.activities .row .row.project-main .project-title-description .card-text,
.education .row .row.project-main .project-title-description .card-text,
#host-eclipse-party .row .row.project-main .project-title-description .card-text{
  margin: 0 0 0.75rem 0;
}

.science .row .row.project-main .project-title-description a,
.activities .row .row.project-main .project-title-description a,
.education .row .row.project-main .project-title-description a,
#host-eclipse-party .row .row.project-main .project-title-description a {
  margin: 0;
}

.science .row .row.project-main .project-img-div img,
.activities .row .row.project-main .project-img-div img,
.education .row .row.project-main .project-img-div img,
#host-eclipse-party .row .row.project-main .project-img-div img {
  border: 1px solid #cccccc;
  padding: 6px;
}

.eclipse-101-bg {
  background: url(/static/img/eclipse-101/page_banner_eclipses_0.jpg);
  width: 100%;
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat repeat;
  background-position: center;
  position: relative;
}

.event-locations-bg {
  background: url(/static/img/event-locations/page_banner_events_0.jpg);
  width: 100%;
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat repeat;
  background-position: center;
  position: relative;
}

.science-bg {
  background: url(/static/img/science/page_banner_science_and_mission.jpg);
  width: 100%;
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat repeat;
  background-position: center;
  position: relative;
}

.activities-bg {
  background: url(/static/img/activities/page_banner_activities.jpg);
  width: 100%;
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat repeat;
  background-position: center;
  position: relative;
}

.education-bg {
  background: url(/static/img/education/page_banner_education.jpg);
  width: 100%;
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat repeat;
  background-position: center;
  position: relative;
}

.resources-bg {
  background: url(/static/img/resources/page_banner_tool_kit.jpg);
  width: 100%;
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat repeat;
  background-position: center;
  position: relative;
}

.eclipse-101-bg .page-heading,
.event-locations-bg .page-heading,
.science-bg .page-heading,
.activities-bg .page-heading,
.education-bg .page-heading,
.resources-bg .page-heading {
  color: white;
  top: 36%;
  left: 16%;
  position: absolute;
}

.event-locations.container .card, .event-locations.container .card a img {
  border-radius: 12px;
}

/* Starting Image overlay hover info */
.image-overlay-div .card {
  display: inline-flex;
  width: 45%;
  margin: 0.75rem;
  border: 1px solid rgba(0,0,0,.175);
}

.three-img {
  display: flex;
  flex-flow: wrap;
}

@media only screen and (max-width:767px) {
  .three-img {
    display: block;
  }
  .image-overlay-div .card-4 {
    display: flex;
    width: 270px;
  }
}

@media only screen and (max-width:767px) {
  .image-overlay-div .card {
    display: inline-flex;
    width: 92%;
  }

}
.image-overlay-div .card-4 {
  display: block;
  margin: 0.75rem;
  border: 1px solid rgba(0,0,0,.175);
}

.card-4 .title-text {
  position: relative;
  margin: 0 0.5rem;
}

.card-4 .title-text strong {
  position: absolute;
}

.image-overlay-div .title-text{
  min-height: 100px;
  height: auto;
  justify-content: center;
  display: flex;
  align-items: center;
}

.resources .image-overlay-div .title-text {
  min-height: 60px;
}

.image-overlay-div .title-text .card-body {
  padding: 1.5rem 1rem;
}

@media only screen and (min-width: 768px) {
  .image-overlay-div .title-text .card-body.airport-totality {
    padding-bottom: 72px;
  }
}

.image-overlay-div .title-text .card-body .card-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.image-overlay-container {
  position: relative;
  /* width: 50%; */
}

.image-overlay-container .image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 248px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.two-d-pdf-files .image-overlay-container .image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 205px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.img-pdf {
  display: block;
  width: 100%;
  height: auto;
  max-height: 290px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.image-overlay-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #5d5d5dc4;
}

.image-overlay-container:hover .overlay {
  opacity: 1;
}

.image-overlay-container .overlay-text {
  color: white;
  font-size: 1.05rem;
  position: relative;
  top: 50%;
  left: 50%;
  padding: 0.5rem;
  line-height: 1.25;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-text .info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  filter: alpha(opacity=0);
  margin: 0.5rem 0;
  padding: 0.4rem .8rem;
}
/* Ending Image overlay hover info */

/*  */

.eclipse2017-headline {
  text-align: center;
  padding: 1rem 0 0 0;
}

.total-solar-eclipse-headline {
  text-align: center;
  color: gray;
  /* text-shadow: 1px 1px #737373; */
}

.total-solar-eclipse-div {
  padding: 2.25rem 0.25rem;
}

.dancing-text {
  margin-top: -1rem;
  font-size: 0.88rem;
  font-weight: 500;
}

.state-title {
  text-align: center;
  text-transform: uppercase;
  margin: 0.6rem 0;
}

.container .row.three-box {
  justify-content: center;
}

.row.three-box {
  margin: 0 auto;
  justify-content: center;
}

.row.three-box .box {
  padding: 0;
}

.row.three-box .box a:hover {
  text-decoration: none;
}

.row.three-box .box .content {
  width: 380px;
  max-width: 90%;
  margin: 1rem auto;
  box-shadow: 2px 3px 2px #b5b5b5;
}

.row.three-box .box .card-title {
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to top, #cca610, #eac017, #cca610);
  padding: 0.75rem 0;
  font-size: 1.45rem;
  color: white;
  margin-right: -1px;
}

.row.three-box .box .card-text {
  background:linear-gradient(to right, #f9f6e6, white, white, white, white, white, #f9f6e6);
  margin: 0;
  height: 170px;
  padding: 1.5rem 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.25;
}


.card-group .six-sign {
  text-align: center;
  max-height: 175px;
}

.card-group .six-sign a:hover {
  text-decoration: none;
}


.home-info-section {
  border-bottom: 1px solid #c1c1c1;
  padding: 1.1rem 0;
}

.home-info-section .card-title {
  margin-bottom: 0.25rem;
  color: #3e42d6;
}

.two-info-div {
  margin-top: 2rem;
}

.dropdown-menu .nav-link:hover {
  background-color: #f1f1f1;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    margin: 0 auto;
    width: 290px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 290px;
  }
}

@media (max-width:767px) {
  .navbar-nav .nav-item.dropdown {
    text-align: left;
    padding: 0.35rem;
    background:#fdfbfb;
  }
}

@media (max-width: 1200px) {
  .navbar-nav .nav-item.dropdown {
    text-align: center;
    padding: 0.35rem;
    background:#fdfbfb;
  }
}
.dropdown-menu a {
  text-decoration: none;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: .3rem 0.5rem .3rem 0.75rem;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(50, 50, 50, 1);
  /* font-size: 0.95rem; */
}

.fa-external-link-square {
  font-size: .95rem;
  margin-left: 5px;
  color: darkgray;
}

.fa-download {
  margin-right: 6px;
}

.responsive-img {
  display: block;
  width: 100%;
  height: auto;
}

.responsive-img-100 {
  display: block;
  width: 100%;
  height: auto;
}

.responsive-img-45 {
  display: block;
  width: 70%;
  height: auto;
}

.responsive-img-50 {
  display: block;
  width: 100%;
  height: auto;
}

.image-credit {
  font-size: 0.87rem;
  color: #8c8b8b;
  width: 100%;
}

.img-border {
  border: 1px solid #cccccc;
  padding: 6px;
}

@media (max-width:767px) {
  .responsive-img-45 {
    display: block;
    width: 100%;
    height: auto;
  }

  .mobile-img-60 {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .responsive-img {
    display: block;
    width: 60%;
    height: auto;
  }

  .responsive-img-50 {
    display: block;
    width: 50%;
    height: auto;
  }

  .image-credit {
    width: 60%;
  }
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-underline {
  text-decoration: none;
}

.full-btn {
  width: 100%;
  border-radius: 0;
}

.centerText {
  text-align: center;
}

.link {
  color: #0056b3;
}

.safety-list li{
  margin-bottom: 4px;
}

#three-social-info {
  background: linear-gradient(to right, white, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, white);
  /* background-image: linear-gradient(147deg, #FFE53B 0%, #ff6d35 74%); */
  padding: 3rem 0;
}

.ungrad-list, .list {
  list-style: none;
}

.ungrad-list > li, .list >li {
  padding-bottom: 0.5rem;
}

[data-toggle="collapse"] .fa:after {
  content: "\f107";
}

[data-toggle="collapse"].collapsed .fa:after {
  content: "\f106";
}

.btn-link:hover {
  text-decoration: none;
}

#accordion .fa {
  font-size: larger;
  font-weight: 800;
}

.accordion-fl-width {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: 500;
  letter-spacing: 0.15px;
  padding: 0;
  white-space: normal;
  text-align: left;
}

.card-header {
  padding: 0.5rem 1.25rem;
}

.eclipse-101.container #accordion .card{
  margin-bottom: 0.5rem;
}

.app-logo {
  height: 60px;
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}

#sidebar {
  background: #eaeaea;
  padding: 0.5rem 1rem;
  margin: 2rem 0rem 2rem 2rem;
  max-height: 805px;
}

.fa.fa-bars::after {
  display: none;
}

.container {
  background: white;
}

@media (max-width: 1300px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 100%;
  }
}

.table th:first-child {
  width: 45px;
}

.card-group .home-info-section:last-child {
  border: none;
}