html {
  margin: 0px;
  min-height: 100%;
  width: 100%;
  min-width: 310px;
}
body {
  margin: 0px;
  background-color: #f4f4f4;
  background-attachment: fixed;
  min-height: 100%;
  width: 100%;
}
* {
  box-sizing: border-box;
}
ul,
li,
ol,
p,
h1,
h2,
h3 {
  margin: 0;
}

img {
  border-style: none;
}

.inline {
  display: inline-block;
}

@font-face {
  font-family: "Josefin Sans Light";
  src: url(../fonts/josefin-sans/JosefinSans-Light.ttf),
    url(../fonts/josefin-sans/JosefinSans-Light.woff) format("woff"),
    url(../fonts/josefin-sans/JosefinSans-Light.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

#content {
  max-width: 900px;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  background: white;
  box-shadow: 0px 0px 50px 20px #a4a4a4;
}

#banner {
  width: 100%;
  height: 288px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-image: url(../img/banner_img.jpeg);
  background-repeat: no-repeat;
  border: 0px;
  box-shadow: 0px 10px 20px 0px #a4a4a4;
  background-position: center top;
}

h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Open Sans", Geneva, sans serif;
  font-size: 40px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54);
}

p, .p {
  text-align: center;
  font-family: "Open Sans", Geneva, sans serif;
  font-size: 20px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54);
}

#pwContainer {
  max-width: 390px;
  padding-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
}

#pwContainer form {
  text-align: center;
}

#bottomPadding {
  width: 100%;
  height: 30px;
}

.input {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  width: 75%;
  height: 30px;
  border-style: groove;
  font-size: 15px;
  padding-left: 10px;
  font-family: "Open Sans", Geneva, sans serif;
}

.input:focus {
  outline: none;
}

.submit {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  width: 75px;
  height: 30px;
  margin-left: 5px;
  border-style: groove;
  font-size: 15px;
  text-align: center;
  background-color: #e8e4d8;
  font-family: "Open Sans", Geneva, sans serif;
  color: black;
}

.submit:hover {
  cursor: pointer;
}

.smallFont {
  font-size: 20px;
}

#pwResp {
  height: 55px;
}

/*-------------VIEWER PAGE--------------*/

.loaderContainer {
  display: flex;
  justify-content: center;
  padding: 25px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid hsl(206deg 98% 58%);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
.loader.inline {
  height: 10px;
  width: 10px;
  border-width: 5px;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#liveContainer {
  width: 100%;
  height: auto;
  min-height: 200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#liveContainer a {
  padding-bottom: 20px;
  font-family: "Open Sans", Geneva, sans serif;
  font-size: 25px;
}

#linkContainer {
  padding: 25px;
}

#linkContainer .zoomJoin {
  background: hsl(206deg 98% 58%);
  padding: 10px 75px 10px 75px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

#countdown {
  width: 400px;
  height: 70px;
  margin: 0 auto;
}

#hiddenCountdownToFinish {
  display: none;
}

#liveVideo {
  margin: 0 auto;
  display: block;
}

#divider {
  height: 1px;
  width: 80%;
  background: grey;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px 0px black;
}

#liveCountOuter {
  width: 100%;
  height: 450px;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 15px;
}

#liveCountContainer {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  border-style: groove;
  border-width: 5px;
  width: 600px;
  height: 420px;
  margin: 0 auto;
  background: white;
  text-align: left;
  position: relative;
}

#liveCountWrap {
  position: absolute;
  padding: 20px;
  width: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
#liveCountWrap p {
  font-size: 15px;
  text-align: left;
}

#liveCountWrap form {
  padding: 5px 0px;
  margin: 0;
}

#liveCountWrap .input {
  width: 140px;
  margin: 5px;
}

#liveCountWrap .submit {
  width: 100px;
}

#reconnecting {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  width: 150px;
  height: 30px;
  margin: 0 auto;
  margin-top: 5px;
  border-style: groove;
  font-size: 20px;
  text-align: center;
  background-color: #e8e4d8;
  font-family: "Open Sans", Geneva, sans serif;
  line-height: 30px;
}

#reconnecting:hover {
  cursor: pointer;
}

/****************ATTENDENT PAGE*******************/

div#attendantTitle p {
  font-size: 25px;
}

#attendantTitle {
  width: 30%;
  text-align: left;
  display: inline-block;
}

.message {
  width: 100%;
  text-align: left;
  display: inline-block;
}

.pickerTitle {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  display: inline-block;
}

#pickerContainer {
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
}

#pickerContainer input:not([type="submit"]) {
  text-align: center;
  font-weight: bolder;
  width: 150px;
}

#zoomLinkInput {
  width: 310px;
  font-weight: bold;
}

.attendantFormSubmit {
  text-align: center;
  font-family: "Open Sans", Geneva, sans serif;
  color: black;
  font-weight: bolder;
}

.attendantFormSubmit:hover {
  cursor: pointer;
}

#attendantPanel {
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-bottom: 20px;
}

#attendantPanel p, #attendantPanel .p {
  display: flex;
  align-items: baseline;
  margin-right: 10px;
  color: white;
  text-align: left;
}

#attendantPanel form .submit {
  width: 110px;
}

#attendantPanel .content {
  margin: 0px 7px;
}

.viewerCount {
  width: 100%;
  text-align: left;
  float: left;
}
.viewerCount .refresh {
  font-size: 13px;
}
.viewerCount p {
  text-align: left;
  flex-shrink: 0;
}

#attendantPanel i {
  color: white;
  font-size: 40px;
  float: right;
  margin: 10px;
  text-shadow: 2px 2px #333333;
}
#attendantPanel i:hover {
  color: #d7eeff;
}
#attendantPanel a.off i {
  opacity: 0.3;
}

#titleContainer {
  width: 100%;
}

#liveMeetingTitle {
  width: 100%;
  margin-bottom: 0px;
}

#archive {
  width: 170px;
  line-height: 40px;
  height: 40px;
  margin: 5px auto;
}

#pwForm {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

#pwForm .input {
  display: block;
  width: 100%;
  margin: 10px;
}

#pwForm label {
  font-family: "Open Sans", Geneva, sans serif;
  margin: 5px;
}

#pwForm .submit {
  width: 90px;
  margin: 5px;
}

#recentRecordingsTitle {
  width: 100%;
}

#authMessage {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  width: 200px;
}

#recentContainer {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: auto;
}

.colBright {
  color: rgb(0 196 255) !important;  
}

.colWarning {
  color: #8c2106 !important;
}

.spacer {
  width: 25px;
  height: 140px;
  display: inline-block;
}

.hidden {
  display: none !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.stretchItems {
  align-items: stretch;
}

.flex input {
  margin: 2px 10px 2px 0px;
}

.flex .time_pick {
  display: flex;
}
.taCenter {
  text-align: center;
}

/*****************************************RESPONSIVEVIDEOGALLERY.COM**********************************/
/* First make sure the video thumbnail images are responsive. */
#videoThumb {
  max-width: 100%;
  height: auto;
}

/* 
This is the starting grid for each video with thumbnails 3 across for the largest screen size.
It's important to use percentages or there may be gaps on the right side of the page. 
*/
.video {
  background: #fff;
  padding-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  width: 31.333%; /* Thumbnails 3 across */
  margin: 1%;
  float: left;
}

/* These keep the height of each video consistent between YouTube and Vimeo.
Each can have thumbnail sizes that vary by 1px and are likely break your layout. */
/*
.video figure {
	height: 0;
	padding-bottom: 50%;
}
*/

/* These are my preferred rollover styles. */
.video img {
  width: 100%;
  opacity: 1;
}
.video img:hover,
.video img:active,
.video img:focus {
  opacity: 0.75;
}

/***************** RESPONSIVE MEDIA QUERIES ******************/
@media (max-width: 775px) {
  h1 {
    font-size: 30px;
  }

  .video {
    width: 48%; /* Thumbnails 2 across */
  }

  #banner {
    background-image: url(../img/banner_img_med.jpeg);
    height: 248px;
  }

  #liveCountContainer {
    width: 550px;
  }
}

@media (max-width: 725px) {
  #liveContainer {
    height: auto;
  }

  #liveVideo {
    width: 90vw;
    height: 50vw; /*Aspect ratio of 16:9*/
    min-width: 279px;
    min-height: 157px;
  }
}

@media (max-width: 625px) {
  h1 {
    font-size: 25px;
    margin-bottom: 0;
  }

  #liveCountContainer {
    width: 90%;
  }

  #banner {
    background-image: url(../img/banner_img_small.jpeg);
    height: 200px;
  }

  .viewerCount {
    width: 100%;
  }
}

@media (max-width: 450px) {
  #banner {
    background-image: url(../img/banner_img_smallest.jpeg);
    height: 144px;
  }

  #reconnecting {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .input {
    font-size: 16px;
  }

  .submit {
    font-size: 16px;
    width: 65px;
  }

  label {
    font-size: 14px;
  }

  #liveCountWrap .submit {
    width: 75px;
    height: 30px;
    line-height: 16px;
  }

  #liveCountWrap .input {
    height: 30px;
  }

  #countdown {
    width: 100%;
  }

  #liveContainer .zoomJoin {
    padding: 10px 50px 10px 50px;
    font-size: 20px;
  }

  .video {
    display: block;
    width: 96%; /* Single column view. */
    margin: 2%; /* The smaller the screen, the smaller the percentage actually is. */
    float: none;
  }
}

@media (max-height: 450px) {
  #banner {
    height: 150px;
    background-position: center -30px;
  }
}

.bold {
  font-weight: bold;
}

.flex-inline {
  display: inline-flex;
}

.page-container {
  padding: 20px;
}
