.show {
  display: block !important;
}


body {
    font-size: .8rem;
    background-color: #eee;
    font-family: 'K2D', sans-serif !important;  
}

.lead {
    font-size: 12pt;
    text-transform: uppercase;
}

.container {
    background-color: #fff;
    padding: .25rem;
    border-radius: 10px;
}

.subfield {
    background-color: rgba(0,0,0,0.1);
    margin: 5px;
    border-radius: 15px;
    height: 100%;
    padding: 10px;
}

.videopopover {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    margin-right: -20px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.videopopover:hover {
    background-color: #e4a545;
}

.videopopover1 {
    float: right;
    background-color: #ffc368;
    padding: 10px;
    border-radius: 5px;
    margin-right: -20px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.videopopover1:hover {
     background-color: #e4a545;
}

.resource1 {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    margin-right: -20px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.resource1:hover {
    background-color: #e4a545;
}

.resource {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.resource:hover {
    background-color: #e4a545;
}

.resource-sub {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -15px;
}

.resource-sub:hover {
    background-color: #e4a545;
}

.soundplay {
    float: right;
    background-color: #ffc368;
    padding: 1px;
    border-radius: 5px;
    margin-right: 5px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.soundplay:hover {
    background-color: #e4a545;
}

.megatitle {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif !important;
}

.bigtitle {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif !important;
}

.border-bottom {
    border-style: dotted !important;
}

.littletitle {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif !important;
}

.tinytitle {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif !important;
    line-height: 0px;
    padding-bottom: 1.5rem !important;
}

.accordion-button {
    padding: 2rem !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.aspects {
  background-color: #4CA096 !important;
  color: #fff !important;
}

.aspectsdropdown {
  background-color: #6FBFB8 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.considerations {
  background-color: #D15E64 !important;
  color: #fff !important;
}

.considerationsdropdown {
  background-color: #F37374 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.mmm {
  background-color: #CD5F28 !important;
  color: #fff !important;
}

.mmmdropdown {
  background-color: #F68C2D !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.techdrawing {
  background-color: #844184 !important;
  color: #fff !important;
}

.techdrawingdropdown {
  background-color: #AF69A1 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.process {
  background-color: #62894D !important;
  color: #fff !important;
}

.processdropdown {
  background-color: #78A862 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.think {
  background-color: #5A5FAB !important;
  color: #fff !important;
}

.thinkdropdown {
  background-color: #7077B7 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.popover {
  border: 0 !important;
  background-color:rgba(255, 255, 255, 0.8) !important;
}

.popover-header {
  border: 0 !important;
  background-color:rgba(255, 255, 255, 1) !important;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: 'K2D', sans-serif !important;
}

    .buttonhover {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

    .buttonhover:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.containercheck {
    display: none;
    float: left;
    position: relative;
    padding-left: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0px;
    width: 20px;
    height: 20px;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.containercheck input ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

    @media (min-width: 768px) {
.container, .container-md, .container-sm {
    max-width: 1200px!important;
        }
    }
    @media (min-width: 576px) {
.container, .container-sm {
    max-width:  1200px !important;
}
    }


    @media (max-width: 1200px) {
.halfonsmall {
    min-width: 225px!important;
        }
    }

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #5CAEE0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}




.unitItem {
        transition: opacity 0.5s ease-in-out;
}


/* ACCORDION GENERAL ===========================================================================================  */

.accordion-button:not(.collapsed)::after {
        background-image: url(./images/arrow.svg);
        transform: rotate(-60deg);
        }

.accordion-button::after {
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-image: url(./images/arrow.svg);
    margin-right: -6px;
    margin-top: -26px;
    margin-bottom: -26px;
    }