.orange {
	color: #ED6436;
}

.active-item {
	color: #ed6436 !important;
}

.carousel-control-next,.carousel-control-prev{
	opacity:.8;
	transition:opacity .15s ease
}

.cid-s7FykgYS6z .image_wrapper {
    height: 600px;
    width: 100%;
    position: relative;
    display: flex;
}
.icon54-v1-horse-shoe {
    transform: rotate(180deg);
}

.cid-s7FykgYS6z .carousel-caption {
    top: 94%;
	font-size: 1.5rem
}

.display-4 {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.0rem;
  line-height: 1.5;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  left: .1em;
  bottom: .1em;
  font-size: 2.5em;
  line-height: 0.8;
  color:#ED6436;
  transition: all .5s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px #ED6436;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}
