/* Variables */
:root {
    --aic-primary-color: var(--aic-parish-color);
    --aic-secondary-color: var(--aic-parish-secondary-color);
    --aic-panel-color: var(--aic-parish-panel-color);
    --aic-panel-color-2: var(--aic-parish-panel-color-2);
    --aic-panel-color-3: var(--aic-parish-panel-color-3);
}

.cfp-panel {
    background-color: var(--aic-panel-color-2);
    padding: 10px 10px 40px 10px;
}

.cfp-stage {
  min-height: 200px;
    padding-top: 1rem;

}

.cfp-bgaccent {
    background-image: url(/resources/aic/assets/theme/images/cfp_logo_white.png);
    background-repeat:no-repeat;
    background-position: top right;
}

.cfp-header {
  padding-bottom: 1rem;
}

.cfp-card h1, .cfp-card h2, .cfp-card h3, 
.cfp-header h1 {
    border-left: 2px solid;
    padding-left: 5px;
    margin-bottom: 0;
}
  
.cfp-menu-heading2 {
  font-family: titular, sans-serif;
  font-size: 1.5rem;
  display: flex;
  align-items: flex-end;
  min-height: 2rem;
  text-transform: uppercase;
  padding-right: 1rem;
}

.cfp-view-progress {
  font-family: titular, sans-serif;
}

.cfp-panel h2 { 
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--aic-primary-color);
}

.cfp-card {
    background-color: rgba(255,255,255, .7);
    border: 1px solid silver;
    padding: 10px;
    border-radius: 1rem;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cfp-card h2 {
    font-size: 2rem !important;    
}

.cfp-foot-logo img{
    max-width: 50%;
}

.cfp-progress {
	color: var(--aic-family-color);
}

.cfp-bgaccent-home {
    background-image: url(/resources/aic/assets/theme/images/cfp_accent_image.png);
    background-repeat: no-repeat ;
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
}

.cfp-view-menu {
    background-color: var(--aic-secondary-color);
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 2rem;

}

.rc-bl {
    border-bottom-left-radius: 50px;
}

.rc-br {
    border-bottom-right-radius: 50px;
}

.div-center {
    margin-left:auto;
    margin-right: auto;
}


.cfp-video-container {
    position: relative;
    width: 100%;
   
}

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


.cfp-view-menu .active.list-group-item {
  background-image: none !important;
  background-color: #fff;
}


ul.cfp-assessment-options {
  list-style: upper-alpha;
  list-style-position: inside;
}

li.cfp-assessment-option {
  margin: 10px 0px;
}

.cfp-assessment-container {
  padding: 20px; 
}

#answerPane {
  min-height: 280px;
}

#cfp-assessment-end-screen {
  text-align: center;
}

.cfp-end-assessment-score {
  font-size: 1.2rem;
}

.cfp-green-color {
	color: var(--aic-family-color);
}

.score-accent {
  color: var(--aic-family-color);
  font-size: 2rem;
  padding-right: .5rem;
}

.cfp-completed-check {
	color: var(--aic-family-color);	
}

.cfp-text-container ul, 	
.cfp-text-container ol {
	 list-style-position: outside;
	 margin-left: 1rem;
}

.cfp-text-container ul > li {
    list-style-type: disc;
   
}

.cfp-text-container ol > li {
    list-style-type: decimal;
   
}

