.ny-row {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    max-width:1800px;
    width:100%;
    float:left;
   }

* {
  margin : 0;
  padding : 0;
  border: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: lighter;
}
h1,h2,h3,h4 {
  padding : 20px 0;
  margin : 20px 0;
  color : black;
}
body, button, input, textarea {
    color: #43454b;
    text-rendering: optimizeLegibility;
    font-weight: 300;
  }

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.margin-top-75{
  margin-top: 55px;
}
.pw-error {
  padding: 25px 0 0;
  color: red;
  font-weight: 500;
  font-size: 14pt;
}
#page-wrapper {
  width : 100%;
  font-size: 1rem;
}

.page-content {
  width : 60%;
  margin: auto;
  padding-bottom:50px;
}

.page-content h1,h2,h3,h4,h5,h6 {
  line-height: 2rem;
  padding : 20px 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.page-content a,p {
  line-height: 2rem;
  padding : 10px 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#header-wrapper {
  width : 100%;
}

#header-content img {
  width : 40%;
  height : 40%;
  padding : 20px 0;
}

.row {
  width : 100%;
  margin: 0 auto;
  float:left;
}
.row img {
  width : 32%;
  margin : 0 2px;
}
.row a {
  margin : auto;
  padding : 0px;
}

.hor-line-blue {
  border-top : 3px solid #3a537c;
}

.hor-line-grey {
  border-top : 3px solid grey;
}

.container {
  width : 100%;
}

.box50 {
      width: 42%;
      margin: auto;
      padding: 0 4%;
}
.box50 p {
  padding: 4px 15px 0 0;
}
.box50 h1, .box50 h2,.box50 h3 {
  padding :0;
  margin : 0 0 10px 0;
  text-align: left;
}
.btn-purp {
  background-color : #674686;
  padding : 10px !important;
  border-radius: 5px;
  color : white;
  text-decoration: none;
}
.btn-purp:hover {
  background: #454545;
    transition: 0.7s;
}
.text-center {
  text-align: center;
}
.indent {
  margin: -4px 0 0 20px;
}

#footer-wrapper {
  width : 100%;
  background-color : rgba(0,30,60,.1);
  color : #76787e;
  line-height: 1.2rem;
}
#footer-inner {
  width : 60%;
  margin: 30px auto;
  padding: 20px;
  line-height: 1.15;
}

#footer-inner img {
  margin : 20px 0;
  width : 100%;
}

#footer-inner h2 {
  padding : 10px;
}

#footer-inner i {
  padding : 0 5px 0 0;
}
#footer-inner a {
  color: #43454b;
}
#footer-inner a:hover {
  color : rgba(84, 12, 120,1);
}
.footer-note {
  width : 90%;
  text-align: center;
  margin : 1px auto;
  font-size : 0.7rem;
}


/* Navbar container */
.navbar {
  width : 100%;
 overflow: hidden;
 background-color: rgba(84, 12, 120,1);
}

/* Links inside the navbar */
.navbar a {
 float: left;
 font-size: 16px;
 color: white !important;
 text-align: center;
 padding: 17px 20px !important;
 text-decoration: none;
 border-left : 1px solid grey;
}


/* The dropdown container */
.dropdown {
 float: left;
 overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
 font-size: 16px;
 border-left : 1px solid grey;
 outline: none;
 color: white;
 padding: 17px 20px;
 background-color: inherit;
 font-family: inherit; /* Important for vertical align on mobile phones */
 margin: 0; /* Important for vertical align on mobile phones */
 line-height: 2rem;
 font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 }

.navbar a:hover, .dropdown:hover .dropbtn {
 background-color: rgba(60,60,60,1);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
 display: none;
 color : #674686 !important;
 position: absolute;
 background-color: #f9f9f9;
 min-width: inherit;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
 float: none;
 color : #674686 !important;;
 padding: 15px 20px;
 text-decoration: none;
 display: block;
 text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
 background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
 display: block;
}

#passphrase {}
#passphrase img {
  width : 50%;
  padding : 20px 0;
}

#passhrase-form input, input[type=submit]{
  border: 1px solid grey;
  padding: 10px;
  border-radius: 4px;
  font-size: 14pt;
}

/* PICTURES BITT!!!!! */
#pic-form {
  width : 100%;
}

#pic-form input[type=checkbox] {
  transform : scale(2);
  margin: 0 10px 0 0;
}

#chkAll {
  transform: scale(2.1) !important;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pic-item-container {
  width : 30%;
  margin: 40px auto;

}
.pic-item {
  height : 500px;
  border : 1px solid grey;
}

.pic-item.fullscreen {
  z-index : 100;
  width : 100%;
  height : 100%;
  margin-top : 0;
  position: fixed;
  background-size : contain !important;
  background-color : rgba(0,0,0,0.95);
  top : 0;
  left : 0;
  transition: all 0.3s ease;
}
.pic-item-container p {
  width : 100%;
  background-color : rgba(0,0,0,0.8);
  height : 40px;
  line-height: 40px;
  text-align: center;
}

#imgSubmitBtn {
  width : 80%;
}

.margin-left-10 {
  margin-left : 10%;
}
.half-width {
  width : 50%;
}

div#footer-wrapper a {
    text-decoration: none;
}

.year {
  margin: auto;
}

.year img {
  width: 40%;
  padding: 1%;
  margin: 0% 6% 4% 0;
  float: left;
  box-shadow: inset 1px 1px 10px #6746861f;
  border: 1px solid #80808078;
  border-radius: 3px;
  transition: 0.4s;
}
.row img {
  width: 30%;
  padding: 1%;
  float: left;
  box-shadow: inset 1px 1px 10px #6746861f;
  border: 1px solid #80808078;
  border-radius: 3px;
  transition: 0.4s;
}
.year img:hover, .row img:hover {
    box-shadow: inset 1px 1px 10px #674686;
}

.sticky-dl-box {
  position: fixed;
  bottom : 0%;
  width: 100%;
  z-index: 3;
  text-align: center;
  padding : 20px;
  background-color : rgba(0,0,0,0.9);
  color : white;
}
.sticky-dl-box p {
  color : white !important;
}

.sticky-dl-box input[type=submit] {
  width : 100%;
}
.margin-top-res {
  margin-top : 0px;
}
.ny-col2of3 {
  text-align: center;
}
.ny-col3of3 {
  text-align: center;
}
.ny-col2of3 h2 { text-align: center;}

@media only screen and (max-width: 900px) {
  #header-content img {
    width : 100%
  }
  .p-margin p, .p-margin a, .p-margin ul, .p-margin li {
    margin : 10px;
    line-height: 1.6;
    font-size: 1.1rem;
  }


  .page-padding p {
    padding : 10px;
  }

  .ny-col2of3 a, .ny-col2of3 h2 { font-size: 1.5rem; padding : 20px; margin-top : 20px;}
  .ny-col3of3 a, .ny-col2of3 h2 { font-size: 1.5rem; padding : 20px; margin-top : 20px; text-align: center}
  .margin-top-res {
    margin-top : 30px !important;
  }
  .year {
    width : 80%;
    text-align: center;
    margin: auto;
  }
  .year img {
    width : 80%;
    margin : 10px auto;
  }
  .page-content {
    width : 100%;
    margin: auto;
  }
  .margin-top-75 {
    margin-top : 30px;
  }

  a,p,h1,h2,h3,h4,h5,h6 {
    font-size: 0.7rem;
    padding : 5px;
    line-height: 1;
  }
  .sticky-dl-box p {
    font-size: 1.5rem;
  }
  h1 {
    font-size : 1.5rem;
  }
  h2 {
    font-size : 1.2rem;
  }
  .navbar a {
   width : 100%;
   float: left;
   font-size: 12px;
   color: white !important;
   text-align: left;
   text-decoration: none;
   border-bottom : 1px solid grey;
  }
  /* The dropdown container */
  .dropdown {
   float: left;
   overflow: hidden;
   width : 100%;
  }

  /* Dropdown button */
  .dropdown .dropbtn {
    width : 100%;
   font-size: 12px;
   text-align: left;
   border-bottom : 1px solid grey;
   outline: none;
   color: white;
   background-color: inherit;
   font-family: inherit; /* Important for vertical align on mobile phones */
   margin: 0; /* Important for vertical align on mobile phones */
  }

  .navbar a:hover, .dropdown:hover .dropbtn {
    width : 100%;
   background-color: rgba(60,60,60,1);
  }

  /* Dropdown content (hidden by default) */
  .dropdown-content {
   display: none;
   color : #674686 !important;
   position: absolute;
   background-color: #f9f9f9;
   min-width: inherit;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
   float: none;
   color : #674686 !important;
   text-decoration: none;
   display: block;
   text-align: left;
  }

  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
   background-color: #ddd;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
   display: block;
  }

  .row {
    width : 100%;
    margin: auto;
    text-align: center;
  }
  .row img {
    width : 32%;
    margin : 0 auto;
  }
  .row a {
    padding : 0;
    margin : 0 auto;
    text-align: center;
  }
  .btn-purp {
    width: 100%;
    height : auto;
    text-align: center;
    background-color : #674686;
    border-radius: 5px;
    color : white;
    text-decoration: none;
  }
  .pic-item-container {
    width : 100%;
  }
  .pic-item p {
    font-size : 1.2rem;
  }
}

@media only screen and (min-width: 901px) and (max-width:1200px) {
  .page-content {
    width : 80%;
  }
  #footer-inner {
    width : 60%;
  }
  .pic-item-container {
    width : 45%;
    margin : 5px auto;
  }
  .pic-item p {
    font-size : 1.2rem;
  }
}


@media only screen and (max-width:749px) {

  .row img {
    width: 95%;
    padding: 1%;
    float: left;
    box-shadow: inset 1px 1px 10px #6746861f;
    border: 1px solid #80808078;
    border-radius: 3px;
    transition: 0.4s;
  }

  #footer-inner {
    width : 80%;
    font-size : 0.75rem;
  }
  #footer-inner img {
    width : 75%;
  }
  .footer-note {
    width : 70%;
    text-align: center;
    margin : 1px auto;
    font-size : 0.7rem;
  }
  #passhrase-form input, input[type=submit]{
    font-size: 1rem;
    border: 1px solid grey;
    margin: 10px 0;
    max-width: 50%;
  }
}


/*-----------------------------------------------------------------------------------*/
/*    Desktop and iPads */
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width:749px) {
  .col1of2 {
    width: 49%;
    padding: 0 6px 0 0;
    float: left;
  }
  .col2of2 {
    width: 49%;
    padding: 0 0 0 6px;
    float: left;
  }
  .col1of3 {
      width: 33.333%;
      padding: 0 6px 0 0;
      float: left;
  }
  .col2of3 {
      width: 33.333%;
      padding: 0 3px 0 3px;
      float: left;
  }
  .col3of3 {
      width: 33.333%;
      padding: 0 0 0 6px;
      float: left;
  }
}

/*-----------------------------------------------------------------------------------*/
/*    FAQs Section */
/*-----------------------------------------------------------------------------------*/



.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
}
.hr-line{
      width: 100%;
      margin: auto;
      overflow: hidden;
      border-style: inset;
      border-width: 1px;
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #540c78;
    cursor: pointer;
    padding: 20px !important;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;

  -webkit-touch-callout: none;    /* iOS Safari */
  -webkit-user-select: none;      /* Safari */
  -khtml-user-select: none;       /* Konqueror HTML */
  -moz-user-select: none;         /* Firefox */
  -ms-user-select: none;          /* Internet Explorer/Edge */
  user-select: none;              /* Non-prefixed version, currently supported by Chrome and Opera */


}
.faq-body{
    margin: auto;
    /* text-align: center; */
   padding: auto;

}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    background-color: #F9F9F9;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #540c78;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.pic-item:hover {
  background-size: contain !important;
  background-position: center !important;
  transition: all 0.7s ease;
}
