.content-box .two-block .block-img, .content-box .two-block p {
  padding: 3%; }

.banner-img {
  max-width: 100%; }

.sub-slide > .inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  margin-top: -1px;
  padding-top: 1px; }

#notes-box h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fefefe;
  padding: 0.5rem 1rem;
  background-color: #642b81;
  font-size: 1.4rem; }

.content-box {
  background-color: #f1f8f7;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 2rem; }

.inner {
  padding: 1rem 2rem 2rem; }

.hero-container {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 1rem 0;
  background: url("intro-banner.jpg") no-repeat center;
  background-color: #007298;
  background-size: cover;
  background-blend-mode: screen; }

.hero-content {
  background: rgba(254, 254, 254, 0.9);
  margin: 3rem 2rem;
  padding: 1em; }

#meet-box {
  border-left: 8px dotted #007298;
  border-right: 8px dotted #007298;
  border-radius: 40px 40px 40px 40px; }

@keyframes arrow-bob {
  from {
    background-position: 0 -5px; }
  to {
    background-position: 0 5px; } }

.next {
  position: relative;
  left: calc(100% - 8rem);
  height: 3rem;
  width: 8rem;
  padding-left: 50px;
  text-align: left;
  background-image: url("data:image/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNrsWU1LAkEYHpcueYrqFkKGYdDFU0FdVqhDh+zjUtDBDLyUCUJUN7Vbv0L8B94L3H+QEB0sqEC6qXjz2oyMsbjuzPuOu63WPjAI+zHzzLvP+8w7IyE+fPjwHAGnO3x5/4zRnxnTpc7q0mJtrEhzkknadNpigkcZcYO28qiTCIxAlpHMc7JYMPJFSt74FdKULPv0Jdr2HfjSFdpSlHzHNdJcCtUBzY4KRjiOkYyGIHzqAmHC+6vy/p2LtEsRVo54AKjhD5cJm4mHZRqfAnRUghJut5qk3WxZri+EQmQ6GIRKhY13oBxpbmtVKOHC7c3Qe8vRKLm8usZEPC6yQ1ki5qGjDItwH2/1OlYmeSX34MmnE2+g8/HRkU56XBclVUjrHpPWVUjHPCaNk4dIT7bJ9ipOtq9GQ7WCBPu00JeNxwfyXHtCOcT9XaFnfWZEoitkZzch822lxcWCbrerYmOWd9Y2NpV0o6m8xKKzrjjgT5ZtbSv3oQlqACFOUme95VkFjOzh0TG0FoGRhta2Wbo0Y4mz59mEIbDjoUn2dEKwIogRBxZDPcJZeA1SU9E0aP8GJc7upy8y4AmKxheRLmM+efo8I53Y7Nw8RkllNGmuJ/BuOUI92E6rbEJI7RuivJJZXhHrCjuJPYvLRAYWFQCKyj7NC/EK1sOZB/cJK3hxRXYeMpF7ROmKyDuIQxYch3bj0nFAyzhPipyLxFm/Oeii9rdPmEwRD2OTU5R0XMOoU9T/cWpqI5nJOJ+WTMLVfwJ8+PAxBvgWYADCoMrm4MiKnQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: bold;
  margin-top: 1rem; }
  .next:hover, .next:focus {
    animation: arrow-bob 0.75s ease-in-out alternate infinite; }
  .next:disabled {
    pointer-events: none;
    opacity: 0; }

input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0; }

input[type="checkbox"] + label {
  display: block;
  background: url("unchecked.png") no-repeat;
  background-size: 20px 20px;
  margin-left: 40px;
  padding-left: 30px;
  margin-top: 1%;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer; }

input[type="checkbox"]:hover + label,
input[type="checkbox"]:focus + label {
  background: url("hover.png") no-repeat;
  background-size: 20px 20px; }

input[type="checkbox"]:checked + label {
  background: url("checked.png") no-repeat;
  background-size: 20px 20px; }

input[type="checkbox"]:not(:checked):disabled + label {
  opacity: .5; }

/*
input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
	
}

input[type="radio"] + label {
    display: block;
    background: url("unchecked.png") no-repeat;
    background-size: 20px 20px;
        margin-left: 40px;
    padding-left: 30px;
    margin-top: 1%;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

input[type="radio"]:hover + label,
input[type="radio"]:focus + label {
    background: url("hover.png") no-repeat;
    background-size: 20px 20px;
}

input[type="radio"]:checked + label {
    background: url("checked.png") no-repeat;
    background-size: 20px 20px;
}*/
input[type="radio"] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap; }

input[type="radio"] + label {
  background: #605b55;
  color: #fefefe;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
  opacity: 0.8;
  display: block;
  text-transform: none;
  margin: 2% auto;
  width: 80%;
  background: #fefefe;
  color: #050505;
  border: 2px solid #e1e9ec; }

input[type="radio"] + label:enabled {
  cursor: pointer;
  transition: all 600ms ease;
  opacity: 1; }

input[type="radio"] + label:enabled:hover {
  background: #642b81; }

input[type="radio"]:enabled + label {
  cursor: pointer;
  transition: all 600ms ease;
  opacity: 1; }

input[type="radio"]:enabled:hover + label,
input[type="radio"].active + label {
  background: #642b81;
  color: #fefefe; }

input[type="radio"]:enabled:focus + label {
  outline: dotted 1px #050505;
  outline-offset: 2px; }

.question-inner {
  margin: 2% 0;
  padding: 4%; }

.branch-content {
  overflow: auto;
  margin: 4rem 0;
  background: #eef3f5;
  border-radius: 12px;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  padding: 3%;
  page-break-inside: avoid; }

.gap {
  margin-top: 3%; }

.sub-form {
  float: right;
  margin: 1% 0;
  cursor: pointer; }

.sub-form,
.print, .show {
  color: #fefefe;
  background: #999999;
  padding: 0.5em 1em;
  border-radius: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1%;
  border: none;
  margin-top: 3%; }

.sub-form:enabled,
.print:enabled,
.show:enabled {
  color: #fefefe;
  background: #007298;
  transition: all 600ms ease; }

.sub-form:enabled:hover,
.print:enabled:hover,
.show:enabled:hover,
.sub-form:enabled:focus,
.show:enabled:focus,
.print:enabled:focus {
  background: #050505; }

.explanation {
  resize: none;
  display: block;
  margin: 0 auto;
  width: 80%; }

.ta-pa {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 0; }

.cb-ta {
  height: 150px; }

.r-ta {
  height: 100px; }

.q-block {
  border: 1px dotted gray;
  padding: 5%; }

.banner-img {
  max-width: 100%;
  margin-bottom: 2rem; }

.square-img {
  display: inline-block;
  width: 400px;
  border-radius: 50%;
  text-align: center;
  font-size: 90px;
  float: right;
  padding: 4%; }

.square-img-left {
  width: 400px;
  border-radius: 50%;
  text-align: center;
  font-size: 90px;
  float: left;
  padding: 4%; }

.wrap-txt {
  padding-top: 70px;
  display: inline; }

.roman {
  list-style: lower-roman; }

.name-form {
  margin: 1rem 25%;
  padding: 1rem;
  background: rgba(0, 114, 152, 0.4);
  border-radius: 1rem; }
  .name-form input {
    width: 100%;
    margin: 0.5em 0; }
  .name-form .submit {
    margin: 1rem 0 0; }
  .name-form > * {
    display: block; }

.notes-box h3 {
  margin-top: 0;
  margin-bottom: 1%;
  color: #fefefe;
  padding: 0.5rem 1rem;
  background-color: #642b81;
  font-size: 1.4rem; }

/*-----ANIMATION-----*/
@keyframes arrow-bob {
  from {
    background-position: 0 -5px; }
  to {
    background-position: 0 5px; } }


.after{
	text-align: center;
}
.replace-ta{
	background-color: white;
	padding: .5rem;
	border: 1px solid #999;
}