
.header-chapter {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 15px 0 15px 0
}

.header-chapter .chapter-title {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.1;
    margin-right: 10px;
}

.header-chapter .chapter-title H1 {
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.header-chapter .btn-previous {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	color: #999999;
	font-size: 2rem;
	padding: 0 30px 0 20px;
}

.header-chapter .btn-previous:hover,
.header-chapter .btn-previous:focus {
	color: #e1007a;
}


/**********/


.collapse-container-video {
	margin-top: 20px;
	margin-bottom: 20px;
}

.collapse-container-video .btn {
  display: inline-block;
  color: #FFFFFF;
  text-align: left;
  font-size: 1.3rem;
  white-space: normal;
}

.collapse-container-video .btn[aria-expanded=true] {
  color: rgb(241, 147, 0);
}

.collapse-container-video .btn:hover,
.collapse-container-video .btn:focus {
  box-shadow: none;
  color: rgb(225, 0, 122);
}

.collapse-container-video .btn .fas {
	margin-left: 5px;
}

.collapse-container-video .btn[aria-expanded=false] .fa-caret-down { display: inline-block; }
.collapse-container-video .btn[aria-expanded=false] .fa-caret-up { display: none; }
.collapse-container-video .btn[aria-expanded=true] .fa-caret-down { display: none; }
.collapse-container-video .btn[aria-expanded=true] .fa-caret-up { display: inline-block; }

.collapse-container-video .card-body {
  background: none;
  color: #FFFFFF;
  padding: 10px 15px;
}


.collapse-image {
  padding: 10px 0 15px 0;
  text-align: center;
}

.collapse-image IMG {
  height: 100%;
  max-height: 140px;
}


.plan_evalution_image {
  display: block;
  max-height: 70px;
}

.plan_evalution_image.image_border {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
}


/**********/


.btn-rolmodel {
  	display: block;
  	position: relative;
  	background-color: #e1007a;
  	width: 25vh;
  	height: 25vh;
	border: 2px solid #f19300;
  	border-radius: 25vh;
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
}

.rolmodel-1 {
	left: 50%;
	margin-left: -7vh;
	background-image: url(../images/rolmodel-1.png);
}

.rolmodel-2 {
	left: 50%;
	margin-left: -25vh;
	margin-top: -20px;
	background-image: url(../images/rolmodel-2.png);
}

.rolmodel-2 > span {
	top: 58% !important;
}


.rolmodel-3 {
	left: 50%;
	margin-left: -1vh;
	margin-top: -60px;
	background-image: url(../images/rolmodel-3.png);
}

.rolmodel-1-subtext,
.rolmodel-2-subtext,
.rolmodel-3-subtext {
	position: relative;
	top: 4px;
	width: 25vh;
	display: block;
	text-align: center;
}

.rolmodel-1-subtext {
	left: 50%;
	margin-left: -7vh;
}

.rolmodel-2-subtext {
	left: 50%;
	margin-left: -25vh;
}

.rolmodel-3-subtext {
	left: 50%;
	margin-left: -1vh;
}


.btn-rolmodel:hover,
.btn-rolmodel:focus {
	border: 5px solid #e1007a;
}

.btn-rolmodel SPAN {
	position: absolute;
	left: 50%;
	top: 58%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}


.btn-rolmodel SPAN H2 {
 	margin: 0;
	text-shadow: 4px 4px 5px rgba(0,0,0,0.75);
}


/**********/


.video-container {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 70.25%; /* 56.25% = 16:9 */
	padding-top: 25px;
	height: 0;
	background-color: #FFFFFF;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**********/


.facilitator-margin-top {
	margin-top: 2.5rem;
}


.plan-title {
	display: flex;
	flex-direction: row;
	background: #e1007a;
	margin-bottom: 1rem;
}

.plan-title h2 {
	padding: 10px 15px;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4rem;

	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.plan-title .plan-edit {
	padding: 10px 15px;
	color: #FFFFFF;
	text-align: right;

	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.plan-title .plan-edit A {
	color: #FFFFFF;
}

.plan-title .plan-edit A:hover,
.plan-title .plan-edit A:focus {
	color: #000000;
}

.plan-goal {
	margin-bottom: 1.2rem;
}

.plan-goal H3 {
	font-size: 1rem;
	text-transform: uppercase;
  font-family: "amsterdam sans";
  font-weight: 700;
	color: rgb(241, 147, 0);
}

.plan-goal-title h3 {
	font-size: 1rem;
	text-transform: uppercase;
  font-family: "amsterdam sans";
  font-weight: 700;
	color: rgb(241, 147, 0);
}

.btn-plan-edit {
	background: rgb(225, 0, 122);
	background: linear-gradient(90deg, rgba(225, 0, 122,1) 0%, rgba(241, 147, 0,1) 100%);
	border: 0;
	width: 100%;
	padding: 8px;
	color: #FFFFFF;
	font-size: 1.3rem;
  font-family: "amsterdam sans";
  font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-plan-edit:hover,
.btn-plan-edit:focus {
    color: #000000;
}


/**********/

.modal-content {
    border: 2px solid rgb(241, 147, 0);
}

.modal-body {
	text-align: center;
}

.modal-footer {
	border: 0;
}

.modal-footer-left,
.modal-footer-right {
	flex: 1 1 auto;
}

.modal-footer-left {
	text-align: left;
}

.modal-footer-right {
	text-align: right;
}

.modal-content .btn {
	border: 0;
	width: 100%;
	padding: 8px 8px 5px 8px;
	font-size: 1rem;
  font-family: "amsterdam sans";
  font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.modal-content .btn:hover,
.modal-content .btn:focus {
    color: #000000;
}

.modal-content .btn-primary {
    background: rgb(225, 0, 122);
    background: linear-gradient(90deg, rgb(225, 0, 122) 0%, rgb(241, 147, 0) 100%);
    color: #FFFFFF;
}

.modal-content .btn-secondary {
}

/**********/


.evaluation {
	margin-bottom: 25px;
}

.evaluation h2.block {
	background: #e1007a;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.evaluation-goal-container {
	margin-bottom: 20px;
}

.evaluation-goal {
	background-color: #FFFFFF;
	border: 2px solid rgb(241, 147, 0);
	padding: 10px 15px 8px 15px;
	color: rgb(241, 147, 0);
}

.evaluation-goal-question {
	margin-top: 18px;
	color: #000000;
}

.evaluation-answers {
	background-color: #e1007a;
	margin-top: -1px;
}

.evaluation .block_not_accomplished,
.evaluation .block_how_much_accomplished {
	padding: 15px 20px;
}

.evaluation .q {
	margin-top: 2.5rem;
	margin-bottom: 0;
}

.evaluation .q.no-top-margin {
	margin-top: 0;
}

.evaluation .q-question {
	margin-bottom: 1.5rem;
}


.evaluation-section {
	margin-bottom: 3rem;
}

.btn-evaluation {
	border: 0;
	padding: 8px 10px 5px 10px;
	font-size: 1.3rem;
  font-family: "amsterdam sans";
  font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background: rgb(225, 0, 122);
	background: linear-gradient(90deg, rgb(225, 0, 122) 0%, rgb(241, 147, 0) 100%);
	color: #FFFFFF;
}

.btn-evaluation:hover,
.btn-evaluation:focus {
    color: #000000;
}


/**********/


.custom-goal {
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}

.custom-goal-field {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.custom-goal-button {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;

	display: flex;
	justify-content: stretch;
}

.custom-goal-field .textarea {
	display: block;
}

.custom-goal-field .textarea TEXTAREA {
	display: block;
	border-radius: 5px 0px 0px 5px;
}

.custom-goal-button .btn-danger {
	background: rgb(241, 147, 0);
	border-top: 2px solid rgb(241, 147, 0);
	border-right: 2px solid rgb(241, 147, 0);
	border-bottom: 2px solid rgb(241, 147, 0);
	border-left: 0;
	border-radius: 0px 5px 5px 0px;
}

.btn-goal-add {
	border: 0;
	padding: 8px 10px 5px 10px;
	font-size: 1rem;
	font-family: "amsterdam sans";
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background: rgb(241, 147, 0);
	color: #FFFFFF;
}

/*****/


/**********/
/**********/

/* Extra small */
@media (max-width: 576px) {
}

/* Small */
@media (min-width: 576px) {
  .video-container {
    margin-left: -60px;
    margin-right: -60px;
  }
}

/* ICECEREAM BREAKPOINT */
@media (min-width: 600px) {
}

/* Medium */
@media (min-width: 768px) {
}

/* Large */
@media (min-width: 992px) {
}

/* Extra large */
@media (min-width: 1200px) {
}
