body {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background: rgb(110, 110, 110);
}

a:visited {
  color: white;
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  align-content: center;
  width: 100%;
  color: #ccc;
  background: #f9f9f9;
  z-index: 100;
  padding: auto;
  background-image: url('../images/head_background.jpg');
  background-repeat: repeat-x;
}

#header img {
  display: block;
  margin: 0 auto;
}

#navWrapper {
  position: fixed;
  left: 0px;
  top: 186px;
  width: 100%;
  height: 35px;
  z-index: 100;
  background: #010101;
  box-shadow: 0px 2px 6px black;
  user-select: none;
}

#navbar {
  width: 1400px;
  height: 35px;
  margin-top: 0px;
  /*border:1px solid #333;*/
  border-right: 1px solid #fff;
  margin: 0 auto;
  /*overflow: hidden;*/
  -webkit-transition: max-height 0.4s;
  -ms-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

#navbar > li {
  width: 174px;
  list-style: none;
  float: left;
  border-left: 1px solid #fff;
}

li > a {
  display: block;
  color: white;
  line-height: 35px;
  text-align: center;
  font-family: sans-serif;
  text-decoration: none;
  border: white;
  background: #010101;
}
li > a:hover,
li > a:focus {
  background: rgb(160, 160, 160);
  color: rgb(0, 0, 0);
}

#content {
  position: relative;
  top: 218px;
  left: 0px;
  bottom: 50px;
  background-color: rgb(110, 110, 110);
  padding: 0px;
  overflow: auto;
  color: white;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
  column-width: 50%;
  column-gap: 50px;
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

/* index content image classes*/

.index_img {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  border: solid black 1px;
  padding: 2px;
}

.index_img2 {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: solid black 1px;
  padding: 2px;
}

.index_img3 {
  float: right;
  margin-right: 10px;
  margin-bottom: 5px;
  border: solid black 1px;
  padding: 2px;
}
.index_main h1 {
  text-shadow: #1a1a1a 2px 2px 2px;
  line-height: 2rem;
}

/*---------------css for the content page------------------
		including main content, and content left and right
  */

.contentLocation {
  position: relative;
  top: 218px;
  /* bottom: 50px; */
  /*background-color: green;*/
  text-align: center;
  padding: 20px;
  overflow: auto;
  color: white;
  width: 98%;
  /* height: 750px; */
  margin: 0 auto;
  margin-bottom: 80px;
  font-family: sans-serif;
}
.contentLocation h1 {
  text-transform: uppercase;
  text-shadow: #222 3px 3px 3px;
}
.locationContainer {
  display: flex;
  width: 100%;
  height: 70%;
  margin-bottom: 5%;
}

.locationLeft {
  flex: 2;
  order: 2;
  padding: 1%;
  display: flex;
  flex-direction: column;
}
.location_img_wrap {
  flex: 2;
  order: 1;
  margin: 0 auto;
  padding: 0;
}
.location_add {
  flex: 2;
  order: 2;
  width: 65%;
  margin: 0 auto;
}
.locationRight {
  flex: 2;
  order: 1;
}

.location_img {
  /* float: right;
  margin-left: 10px;
  margin-bottom: 20%; */
  width: 65%;
  border: solid black 1px;
  padding: 5px;
}

.mapWrapper {
  position: relative;
  margin: auto;
  /* padding-bottom: 66.66666667%; */
}

.responsive {
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  position: relative;
}

.gmap_container {
  width: 100%;
  height: 100%;
}
.gmap_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------History page-----------------*/

#contentHistory {
  position: relative;
  top: 218px;
  left: 0px;
  bottom: 50px;
  background-color: rgb(110, 110, 110);
  padding: 0px;
  overflow: auto;
  color: white;
  width: 50%;
  margin: 0 auto;
  column-width: 50%;
  column-gap: 50px;
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

#contentIndex {
  position: relative;
  display: flex;
  top: 218px;
  background-color: rgb(110, 110, 110);
  padding-top: 1%;
  padding-bottom: 5%;
  overflow: auto;
  color: white;
  width: 75%;
  margin: 0 auto;
  font-family: sans-serif;
  line-height: 1.5em;
}

.index_main {
  flex: 2;
  order: 1;
  margin-right: 2%;
  margin-left: 2%;
}

.index_sidebar {
  margin-bottom: 2%;
  margin-right: 0.5%;
  height: 100%;
  flex: 2;
  order: 2;
  background-color: #b2b2b2f9;
  text-align: center;
}

.sidebar_heading {
  padding-top: 1%;
  padding-bottom: 0.15%;
  background-color: #333;
  align-content: center;
}

.sidebar_heading h1 {
  color: #088bfd;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 3px 3px 4px #010101;
  letter-spacing: 3px;
}

.sidebar_bgcontent {
  margin-top: -2%;
  background-image: url('../images/index/seniors_bkgd.jpg');
  /* opacity: 1; */
  background-size: cover;
  background-repeat: no-repeat;
}
.redStrip {
  background-color: #b90000;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 750;
  padding: 0.75%;
  vertical-align: middle;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}

.sidebar_content {
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 5%;
  padding-top: 5%;
}

.sidebar_list1 ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: auto;
  list-style-type: none;
}

.sidebar_list1 {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  text-align: left;
}

.sidebar_list2 ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.sidebar_list2 {
  text-decoration: none;
  font-size: 18px;
  text-align: left;
}

.sidebar_list2 li {
  color: #9fb8df;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px #010101;
}

.sidebar_list3 {
  margin-top: 8%;
  text-align: left;
  text-shadow: 2px 2px 3px #010101;
}

.sidebar_list3 li {
  margin-top: 15px;
}

.history_img {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  border: solid black 1px;
  padding: 2px;
}

.history_img2 {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: solid black 1px;
  padding: 2px;
}

/*scaling images*/
.clsimg {
  width: 50%;
}
/*End scaling images*/
.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: white;
  display: block;
  background: #010101;
  padding: 40px 0px 40px 0px;
  text-align: center;
  /*text-decoration:none;*/
  border-top: 4px solid rgb(17, 89, 145);
  box-shadow: -0px -2px 6px black;
}

.handle {
  width: 100%;
  background: black;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 10px;
  color: white;
  font-family: sans-serif;
  display: none;
}

.handle:hover {
  background: rgb(160, 160, 160);
}

.handle::before {
  position: relative;
  content: '\2630';
  padding-right: 5px;
}

/* --------Start Video Page---------- */

.video_content {
  position: relative;
  top: 218px;
  left: 0px;
  bottom: 50px;
  background-color: rgb(110, 110, 110);
  padding: 0px;
  overflow: auto;
  color: white;
  width: 75%;
  /* height: 900px; */
  margin: 0 auto;
  margin-bottom: 100px;
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

h1 {
  text-align: center;
}

.vcontainer-1,
.vcontainer-2,
.vcontainer-3,
.vcontainer-4,
.vcontainer-5,
.vcontainer-6,
.vcontainer-7,
.vcontainer-8 {
  display: flex;
}

.vcontainer-1 div,
.vcontainer-2 div,
.vcontainer-3 div,
.vcontainer-4 div,
.vcontainer-5 div,
.vcontainer-6 div,
.vcontainer-7 div,
.vcontainer-8 div {
  /* padding: 10px; */
  margin-bottom: 10px;
}

.box-1 {
  flex: 2;
  order: 1;
  min-height: 260px;
  position: relative;
  padding-bottom: 66.666666667;
}

.box-2 {
  flex: 2;
  order: 2;
  border: 1px #ccc solid;
  position: relative;
  padding-bottom: 66.666666667;
}

.box-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------End Video Page---------- */

/* --------End benefits Page---------- */
.box-3 {
  flex: 1;
  order: 1;
  min-height: 200px;
  position: relative;
  padding-bottom: 66.666666667;
}

.box-4 {
  flex: 3;
  order: 2;
  border: 1px #ccc solid;
  position: relative;
  /* padding-bottom: 66.666666667; */
  padding: 1% 1% 1% 1%;
}
.benefits_title {
  text-shadow: #1d1d1d 2px 2px 2px;
}

/* --------End benefits Page---------- */

/* --------Calander creation---------- */

.calander_title {
  align-content: center;
  display: flex;
}

.calander_head {
  flex: 5;
  order: 2;
  position: relative;
  /* border: 1px #ccc solid; */
}

.button_L {
  flex: 0;
  order: 1;
  min-height: 100px;
  position: relative;
  /* border: 1px #ccc solid; */
}

.button_R {
  flex: 0;
  order: 3;
  min-height: 100px;
  position: relative;
  /* border: 1px #ccc solid; */
}
#contentCalander {
  position: relative;
  top: 218px;
  left: 0px;
  bottom: 50px;
  background-color: rgb(110, 110, 110);
  padding: 0px;
  overflow: auto;
  color: white;
  width: 50%;
  height: 975px;
  margin: 0 auto;
  margin-bottom: 50px;
  column-width: 50%;
  column-gap: 50px;
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

#calander {
  width: 100%;
}

#calander a {
  color: 666;
  text-decoration: none;
}

#calander ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}

#calander li {
  display: block;
  float: left;
  width: 14.2857142857%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-right: 0px;
  margin-bottom: -1px;
  overflow: hidden;
}

#calander ul.weekdays {
  height: 40px;
  background: #333;
  width: 100%;
}

#calander ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: 1px 1px 1px 0px solid !important;
  padding: 10px 6px;
  color: white;
  font-size: 13px;
}

#calander .days li {
  height: 110px;
}

#calander .days li:hover {
  background: #eee;
}

#calander .date {
  text-align: center;
  margin-bottom: 5px;
  padding: 5px;
  background: #333;
  color: #fff;
  width: 25px;
  border-radius: 50%;
  float: right;
}

#calander .event-desc {
  clear: both;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  margin-top: 40px;
  margin-bottom: 5px;
  color: #666;
  line-height: 14px;
  background: #e4f2f2;
  border: 1px solid #b5dbdc;
  /*color: #009aaf;*/
  color: #111;
  text-decoration: none;
}

#calander .event {
  color: #666;
  margin: 3px 0 7px 0;
  text-decoration: none;
}
#calander .other-month {
  background: #a0a0a0;
  color: #444;
}

/* -------End Calander creation------- */

/*-----------------arrows-----------------*/
/* .arrows {
  width: 100%;
  display: block;
} */

.left {
  /* background-color: #747474; */
  margin: 20px;
  width: 50px;
  height: 50px;
  /* transition: 0.5s; */
  float: left;
  box-shadow: -3px 3px 0 lightgray;
}

.right {
  /* background-color: #747474; */
  margin: 20px;
  width: 50px;
  height: 50px;
  /* transition: 0.5s; */
  float: right;
  box-shadow: -3px 3px 0 lightgray;
}

.left {
  transform: rotate(45deg);
}

.right {
  transform: rotate(225deg);
}

.left:hover,
.right:hover {
  box-shadow: -3px 3px 0 white;
  /* background: rgb(173, 173, 173); */
  cursor: pointer;
}
/*-----------------End arrows-----------------*/

/*-----------------Start Contact Page---------------------*/
.c_form {
  grid-area: Form;
  padding: 2%;
  overflow: auto;
}
/* <--------------------------Begin Form----------------------------------> */
::placeholder {
  color: #363636;
  opacity: 0.5;
}
::-ms-input-placeholder {
  color: #363636;
}
:-ms-input-placeholder {
  color: #363636;
}
.form_container {
  width: 90%;
  margin: auto;
}
.label {
  padding: 2% 0 1% 0;
  text-align: left;
}
input {
  height: 1.5rem;
  margin: 0;
  /* margin-bottom: 0.5rem; */
  /* font-size: 1rem; */
  letter-spacing: 0.04rem;
  padding-left: 0.1em;
  width: 99%;
  background-color: transparent;
  color: #fff;
  border: 1px solid white;
}
::selection {
  background: rgba(221, 221, 221, 0.2);
}
textarea {
  width: 99%;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  resize: none;
  border: 1px solid white;
}
.btn {
  padding: 5% 0 5% 0;
  width: 25%;
  height: 40px;
  float: right;
  border: none;
}
.btn input {
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 5px;
  display: inline-block;
  background: #2d3236;
  text-align: center;
  border: none;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  transition-duration: 0.4s;
}
.btn input:hover {
  cursor: pointer;
  background-color: #000000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.grecap {
  display: flex;
}
.g-recaptcha {
  flex: 2;
  order: 1;
}
.empty {
  flex: 2;
  order: 2;
}
/*-----------------End Contact Page---------------------*/

@media (min-width: 667px) and (max-width: 1400px) {
  #navbar {
    width: 1051px;
    overflow: hidden;
  }

  #navbar > li {
    width: 130px;
  }
  li > a {
    font-size: 85%;
  }

  .clsimg {
    width: 75%;
  }
  #contentIndex {
    margin-bottom: 5%;
  }
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .clsimg {
    width: 55%;
  }
  #contentIndex {
    margin-bottom: 5%;
  }
}

@media (min-width: 860px) and (max-width: 1100px) {
  #navbar {
    width: 820px;
    overflow: hidden;
  }

  #navbar > li {
    width: 101px;
  }

  li > a {
    font-size: 75%;
  }
  #contentIndex {
    flex-direction: column;
    margin-bottom: 5%;
  }
}

@media (min-width: 667px) and (max-width: 860px) {
  #header {
    width: 100%;
    position: relative;
    margin-top: -8px;
    background-image: url('../images/head_background.jpg');
    background-repeat: repeat-x;
  }

  #navWrapper {
    position: sticky;
    top: 0px;
    width: 100%;
  }
  #navbar {
    width: 700px;
    overflow: hidden;
  }

  #navbar > li {
    width: 86px;
  }

  li > a {
    font-size: 65%;
  }

  .box-1 {
    min-height: 160px;
  }
  #contentIndex {
    flex-direction: column;
    top: auto;
    margin-bottom: 10%;
  }
  .index_main {
    order: 0;
  }
  .index_sidebar {
    order: 0;
  }
}
@media screen and (max-width: 667px) {
  #header {
    width: 100%;
    position: relative;
    margin-top: -8px;
    background-image: url('../images/head_background.jpg');
    background-repeat: repeat-x;
  }

  #header img {
    height: 50%;
    margin-left: 0%;
  }

  #navWrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
  }

  h1 {
    line-height: 1;
  }

  .handle {
    display: block;
    content: U+2261;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid gray;
  }

  #navbar {
    width: 665px;
    text-align: left;
    padding-top: 37px;
    display: none;
  }

  #navbar > li {
    box-sizing: border-box;
    width: 100%;
  }
  .showing {
    max-height: 20em;
  }

  li > a {
    text-align: left;
    text-indent: 10px;
    border-top: 1px solid gray;
    border-left: 0px;
  }

  #contentIndex {
    display: inline;
    top: 0px;
    margin-bottom: 10%;
  }

  .index_main {
    margin: 0 3% 0 3%;
  }
  .index_img {
    margin: 0 10%;
  }
  .sidebar_bgcontent {
    background-size: cover;
    background-image: url(/images/index/seniors_bkgd_mobile.jpg);
  }
  .index_sidebar {
    margin-top: 1% 1% 0% 1%;
    border: #010101 solid 2px;
  }

  .regLink {
    color: #fff;
  }

  .regLink a {
    color: #979797;
  }
  #content {
    position: static;
    width: 90%;
    column-count: 1;
    column-width: 100%;
    font-family: sans-serif;
    line-height: 1.5em;
    bottom: 25px;
    overflow: auto;
    top: 145px;
    padding-bottom: 150px;
    padding: 2% 5%;
  }

  #contentHistory {
    width: 90%;
    padding: 3% 5%;
    column-count: 1;
    column-width: 100%;
    font-family: sans-serif;
    line-height: 1.5em;
    bottom: 25px;
    top: 145px;
    position: static;
  }

  .clsimg {
    width: 100%;
    /*padding: 10px 10px 5px 10px*/
    margin-right: 10px;
  }

  .contentLocation {
    margin-top: 5%;
    top: auto;
    padding: 0 1%;
    margin-bottom: auto;
    width: 100%;
  }
  .locationContainer {
    flex-direction: column;
    margin: 0%;
  }

  .locationLeft {
    flex: auto;
    order: 1;
    width: 95%;
    padding: 1%;
  }
  .locationRight {
    flex: auto;
    order: 2;
    width: 95%;
  }

  .location_img {
    width: 95%;
    margin-bottom: 5%;
    float: none;
  }
  .responsive {
    margin: 0 auto;
    width: 95%;
  }

  #footer {
    padding: 15px 0px 15px 0px;
  }

  #footer a {
    color: #eee;
  }
  #footer a:visited {
    color: #666;
  }

  #contentCalander {
    float: left;
    width: 95%;
  }

  #calander .weekdays,
  #calander .other-month {
    display: none;
  }

  #calander li {
    height: auto !important;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
    margin-bottom: -1px;
    overflow: auto;
  }
  #calander ul {
    margin-bottom: 10px;
  }
  #calander .date {
    float: none;
  }

  .vcontainer-1,
  .vcontainer-2,
  .vcontainer-3,
  .vcontainer-4,
  .vcontainer-5,
  .vcontainer-6,
  .vcontainer-7,
  .vcontainer-8 {
    display: inline;
  }
}
