/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/bgsu-apps/content/background_area/clientlibs/styles/background_area.less
Error: ParseError: missing opening `{` in /apps/bgsu-apps/content/background_area/clientlibs/styles/background_area.less on line 78, column 1:
77 	}
78 }
79 


(uncompiled LESS src is included below)
*****************************************************/
.cmp-background-area__edit-target {
	font-family: var(--body-font);
	font-size: 1.3rem;
	letter-spacing: -.5px;
}

.cmp-background-area__container {
	padding: 20px;

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
	}

	.cmp-mid-bar,
	.cmp-mid-bar h3 {
		background: none !important;
		color: inherit;
	}

	div.tab_control.section .nav-tabs > .active > a,
	div.tab_control.section .nav-tabs > .active > a:hover {
		box-shadow: none;
	}

	&.card {
		border-radius: 12px!important;
		border: none;
		box-shadow: var(--shadow-elevation-low); 
		position: relative; 
		transition: all .3s ease; 
		z-index: 1;
			
		&.linked-card {
			box-shadow: var(--shadow-elevation-medium);

				&:hover {
					box-shadow: var(--shadow-elevation-high); 
					cursor: pointer;
					transform: var(--hover-scale-up);
		
					.linked a.btn,
					.linked .btn {
						background-color: var(--bgsu-orange-hover);
						color: #fff;
						text-decoration: none;

						&:after {
							background-color: rgba(0, 0, 0, 0);
							bottom: 0;
							box-sizing: border-box;
							content: "";
							left: 0;
							pointer-events: auto;
							position: absolute;
							right: 0;
							top: 0;
							z-index: 1;
						}
					}
				}
			}
		}	
		
		&.fixed {
			background-attachment: fixed;

	        &.centered {
				align-items: center;
				justify-content: center;
	        	display: flex;
	        }

			.text .card {
				background-color: #fff;
			}	
		}
	}
}

.clickable a {
	position: relative;
	z-index: 3;
}
