/* =====================
  Buttons
======================== */
.modal-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 6px 29px 4px 14px;
  background-image: linear-gradient(180deg, silver 0%, black 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  text-decoration: none;
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #f2f2f2;
  letter-spacing: 1.21px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.modal-button:hover,
.modal-button:focus,
.modal-button:active {
  background-image: linear-gradient(180deg, silver 0%, black 100%);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.modal-button:after {
  content: "\0000a0";
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: 0 -4px -6px 4px;
  position: relative;
  top: 0px;
  left: 9px;
  background-size: 100% 100%;
}

/* =====================
	Q & A Section
======================== */
.q-a__grid-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 1080px;
  margin: 0 auto;
}

.q-a__grid {
  width: calc(33.3333% - 15px);
  margin: 7px;
}

.q-a__box {
  background-image: linear-gradient(180deg, #7c7c81 0%, #636367 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  height: 300px;
  padding: 15px;
}

.q-a__header {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 3rem;
  padding: 13px;
  line-height: 1.3;
  height: 80%;
}

.q-a__footer {
  height: 20%;
  text-align: right;
}

@media only screen and (max-width: 980px) {
  .q-a__header {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .q-a__header {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 700px) {
  .q-a__header {
    font-size: 2.7rem;
  }

  .q-a__grid {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 500px) {
  .q-a__header {
    font-size: 3rem;
  }

  .q-a__grid {
    width: calc(100% - 15px);
  }
}
/* =====================
	Q & A Modal Window
======================== */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 8888;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content/Box */
.modal-content {
  padding: 0 5px 5px 5px;
  border-radius: 4px;
  background-image: linear-gradient(-180deg, rgba(86, 86, 90, 0.95) 0%, rgba(99, 99, 103, 0.95) 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 10vh auto;
  border: 1px solid #7c7c81;
  width: 94%;

}

@media (min-width: 1366px) {
  .modal-content {
    border-radius: 4px;
    background-image: linear-gradient(-180deg, rgba(86, 86, 90, 0.95) 0%, rgba(99, 99, 103, 0.95) 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin: 10vh auto;
    padding: 0 5px 5px 5px;
    border: 1px solid #7c7c81;
    width: 70%;
  }
}
.color-modal {
  margin: 5% auto 0 auto;
  padding: 13px;
  max-width: 800px;
	margin-top: 100px;
}

/* Modal Header -- Header area */
.color-modal-header {
  height: 100px;
  background-color: silver;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}

.color-modal-header-container {
  display: flex;
  flex-wrap: wrap;
}

.color-modal-header-33 {
  width: calc(33.3333%);
  justify-content: center;
  align-self: center;
}

.color-modal-header-66 {
  width: calc(66.6666%);
}

.modal-header-question {
    font-family: OpenSansLight, sans-serif;
    padding-left: 20px;
    padding-top: 25px;
    font-size: 1.5em;
	color: black;
    text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #666666;
}

@media only screen and (max-width: 525px) {
  .modal-header-question {
    padding-left: 15px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 400px) {
  .modal-header-question {
    padding-top: 10px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
/* Modal Header -- Exit area */
.trapezoid {
  border-bottom: 100px solid #313133;
  border-left: 25px solid transparent;
  height: 0;
  width: 100px;
  top: 0;
  position: absolute;
  right: 0;
}

.exit-container {
  margin-top: 20px;
  margin-left: 13px;
}

.exit-container:hover {
  opacity: 0.7;
  cursor: default;
}

.modal-close i.fa,  .modal-close i.far, .modal-close i.fas, .modal-close i.fab {
	font-size: 20px;
	padding-top: 13px;
	color: silver;
	width: 45px;
	height: 45px;
	border-radius: 0;
	border: 0px solid white;
	background: transparent;
	z-index:1000;
	
}

/* Pink Modal Body Area */
.color-modal-body {
  background: #313133;
  background: linear-gradient(280deg, #313133 20%, silver 100%);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  height: auto;
  padding-bottom: 10px;
}

.color-modal-body-two {
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  padding: 20px 20px 20px 20px;
  color: #252526;
  line-height: 1.45;
  font-size: 17px;
  letter-spacing: 1.05px;
  border-radius: 1px;
}