/*-----------------------------------------------------------  MASS INTENTIONS   ---------------*/
.new_mass_intentions {
	margin: 0 30px 35px 30px;
}

@media screen and (max-width: 499px) {
    .new_mass_intentions {
        margin: 30px 0;
    }
    
}

.new_mass_intentions .title {
    float: left;
    width: 100px;
    text-align: center;
}

.new_mass_intentions .title h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.new_mass_intentions .title p {
    font-size: 14px;
    font-style: italic;
}

.new_mass_intentions div.intentions {
	width: calc(100% - 100px);
    padding-left: 10px;
    border-left: 1px solid;
	min-height: 90px;
    float: right;
}

.new_mass_intentions .clear {
    padding-top: 30px;
}
    
.new_mass_intentions div.intentions p { margin-bottom: 0; }

.new_mass_intentions .title p + h1 { margin-top: 20px; }


/*-----------------------------------------------------------  MASS INTENTIONS   ---------------*/

.new_mass_intentions .title h2 {
	font-size: 16px;
	font-weight: 300;
}

.new_mass_intentions .title p {
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
	font-weight: lighter;
	padding: 3px;
}

.new_mass_intentions div.intentions h2 {
	font-size: 16px;
    margin: 10px 0 0;
}





.new_mass_intentions .title h2 {
    color: var(--color_a);
}

.new_mass_intentions .title p {
    background: var(--color_a);
    color: white;
}

.new_mass_intentions div.intentions {
    border-left-color: var(--color_a);
}

.new_mass_intentions div.intentions h2 {
    color: var(--color_p);
}

#intention_navigation a {
    transition: 300ms;
}

#intention_navigation a.selected, #intention_navigation a:hover {
    background-color: var(--color_a);
    border-color: var(--color_a);
    color: white;
}