  @charset "UTF-8";
/* CSS Document */
a.ou-btn {
	z-index: 500;
	position: relative;
}
@-webkit-keyframes vid-intro {
	from {
		-webkit-transform: rotateY(-45deg);
		        transform: rotateY(-45deg);
	}
	to {
		-webkit-transform: rotateY(0deg);
		        transform: rotateY(0deg);
	}
}
@keyframes vid-intro {
	from {
		-webkit-transform: rotateY(-45deg);
		        transform: rotateY(-45deg);
	}
	to {
		-webkit-transform: rotateY(0deg);
		        transform: rotateY(0deg);
	}
}
@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: translateY(-35px);
		        transform: translateY(-35px);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(35px);
		        transform: translateY(35px);
		opacity: 0;
	}
}
@keyframes slideIn {
	0% {
		-webkit-transform: translateY(-35px);
		        transform: translateY(-35px);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(35px);
		        transform: translateY(35px);
		opacity: 0;
	}
}
.l-page {
	background: #b2b4b3;
}
div#menu-heading {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -ms-flex;
	position: relative;
	z-index: 800;
	background: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0px 2px 10px -3px #333;
	        box-shadow: 0px 2px 10px -3px #333;
}
div#menu-heading .heading-title {
	/* 	background: #206c49; */
	padding: 25px 0 20px 0;
	-webkit-transform: skew(-45deg);
	    -ms-transform: skew(-45deg);
	        transform: skew(-45deg);
	margin-left: -35px;
	float: left;
	z-index: 100;
	-webkit-box-shadow: 1px 0px 1px rgba(255, 255, 255, .5);
	        box-shadow: 1px 0px 1px rgba(255, 255, 255, .5);
}
div#menu-heading .big-menu {
	float: left;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -ms-flex;
	width: 100%;
}
div#menu-heading div.heading-title h1 {
	color: #fff;
	-webkit-transform: skew(45deg);
	    -ms-transform: skew(45deg);
	        transform: skew(45deg);
	margin-left: 65px;
	font-size: 25px;
	font-weight: 500;
	white-space: nowrap;
	line-height: 1.1em;
	text-shadow: 0px 1px 2px #333;
}
div#menu-heading .big-menu div {
	color: #333;
	padding: 0 30px;
	-webkit-transform: skew(-45deg);
	    -ms-transform: skew(-45deg);
	        transform: skew(-45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
div#menu-heading .big-menu div:hover {
	-webkit-filter: contrast(1.5);
	        filter: contrast(1.5);
	cursor: pointer;
}
div#menu-heading .big-menu div span {
	-webkit-transform: skew(45deg);
	    -ms-transform: skew(45deg);
	        transform: skew(45deg);
	text-transform: uppercase;
	color: #000;
	font-size: .9em;
	font-weight: 600;
}
#mcg-menu {
	-webkit-transform: skew(45deg);
	    -ms-transform: skew(45deg);
	        transform: skew(45deg);
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5em;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	float: left;
	padding-left: 50px;
	padding-right: 15px;
}
#mcg-menu:hover {
	-webkit-transform: skew(45deg) scaleY(1.5);
	    -ms-transform: skew(45deg) scaleY(1.5);
	        transform: skew(45deg) scaleY(1.5);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
#top-nav {
	width: 100%;
	display: none;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
}
#top-nav a {
	color: #333;
	font-weight: 700;
	border-right: 1px solid #a5acaf;
	border-radius: 0;
	white-space: nowrap;
	padding: 10px;
}

#top-nav .dropdown-menu {
	border-radius: 0;
	border: none;
	margin-top: 8px;
	padding: 0;
	width: auto;
	z-index: 500;
}
#top-nav .dropdown-menu:before {
	position: absolute;
	top: -4px;
	right: 40px;
	content: '';
	border-style: solid;
	border-color: transparent #fff transparent;
	border-width: 0 10px 10px 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-filter: drop-shadow(1px -1px 0 rgba(200, 200, 200, .5));
	        filter: drop-shadow(1px -1px 0 rgba(200, 200, 200, .5));
}
#top-nav .dropdown-menu li a {
	border: none;
}
#top-nav .dropdown-menu li a:hover {
	border-left: 3px solid #44d62c;
	margin-left: -3px;
}
#top-nav .dropdown-sub:after {
	content: '+';
	display: inline-block;
	margin-left: 1em;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
#top-nav .dropdown-sub.highlight {
	background: #003359;
	color: #fff;
}
#top-nav .dropdown-menu .dropdown-submenu {
	display: none;
	background: #eee;
}
#top-nav .dropdown-menu .dropdown-submenu li {
	list-style-type: none;
	width: calc(100% + 15px);
	margin-left: -15px;
	text-indent:0;
}
#top-nav .dropdown-menu .dropdown-submenu li a {
	width: 100%;
	display: block;
	font-weight: 500;
	padding: 10px 15px;
	white-space: normal;
}
#top-nav .dropdown-menu .dropdown-submenu li a:hover {
	text-decoration: none;
	padding-left: 12px;
	background: inherit;
}
div#menu-heading .big-menu #nav-bars {
	font-size: 1.8em;
	display: none;
}
.top-content:before {
	content: '';
	padding-top: 35%;
	display: block;
}
.top-content {
	margin-top: -75px;
	width: 100%;
	padding: 0;
	background-image: url('/test/eric/images/mcg-students.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	display:block;
}
.top-content div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: url('/_resources/images/feat-slider-bg01.png') no-repeat;
	background-size: contain;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.top-content div h2 {
	color: #fff;
	text-shadow: 0px 1px 3px #333;
	font-size: 3em;
	line-height: 1.3em;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 12%;
	display: none;
	background: none;
	-webkit-animation: slideIn 3s ease;
	        animation: slideIn 3s ease;
}
.top-content div h2#mcg-bold {
	font-size: 5em;
}
p.static-overlay {
	color: #000;
	width: 45%;
	font-size: 2.5em;
	line-height: 1.1em;
	font-weight: 700;
	text-shadow: 1px 1px 2px #eee;
}
.top-content .slide {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: top center;
	background-color: #fff;
}
.top-content .slide img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: auto;
}
.top-content #s-prev {
	content: '\f053';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	font-size: 2em;
	height: 100%;
	background: rgba(255, 255, 255, .1);
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index:100;
}
.top-content #s-next {
	content: '\f054';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	font-size: 2em;
	height: 100%;
	background: rgba(255, 255, 255, .1);
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index:100;
}
#s-next:hover, #s-prev:hover {
	background: rgba(255, 255, 255, .6);
}
.top-content .slide p {
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	text-shadow: 1px 1px 2px #000;
	margin-left: 25px;
	max-width: 50%;
	line-height: 1em;
}
.top-content .slide a {
	color:#fff;
}
.top-content .slide a:hover {
	text-decoration: none;
}
.top-content .slide a:hover::after {
	margin-left: 6px;
}
.top-content .slide a:after {
	font-family: 'Font Awesome 6 Pro';
	content: '\f054';
	color: #ffa500;
	margin-left: 3px;
}
.open-list:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.open-drop:after {
	-webkit-transform: rotateX(180deg);
	        transform: rotateX(180deg);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.dropdown-toggle:after {
	content: '\00a0\f0d7';
	display: inline-block;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	font-family: 'Font Awesome 6 Pro';
}
div.top-text {
	width: 100%;
	background: #fff;
	padding: 20px 50px;
	z-index: 100;
	position: relative;
}
.news-thirds {
	width: 100%;
	background: #eee;
	float: left;
}
.news-thirds div:before {
	display: block;
	content: '';
	padding-top: 70%;
	position: relative;
}
.news-thirds div {
	overflow: hidden;
	position: relative;
	border: 2px solid #fff;
	background-size: cover;
	background-position: center;
}
.news-thirds div .newstitle {
	position: absolute;
	width: 95%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 5px auto;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 3px #000;
	font-size: 1.1em;
	line-height: 1.1em;
	border-left: 3px solid #44d62c;
	background: rgba(0,0,0,.2);
}
.news-thirds div .newstitle a {
	text-decoration: none;
	color: #fff;
}
.news-thirds div .newstitle a:hover {
}
.news-thirds div:first-child {
	width: 68.1%;
	float: left;
}
.news-thirds div:first-child .newstitle {
	width: 98%;
	font-size: 1.8em;
	line-height: 1em;
}
.news-thirds div:nth-child(1n+2) {
	width: auto;
	padding: 2.42%;
}
#more-news {
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 10px;
	margin: 0;
}
#more-news:before {
	content: '\f055';
	font-family: 'Font Awesome 6 Pro';
	margin-right: .3em;
	color: #00AEEF;
}
.bottom-page {
	margin: 10px auto;
}
#midsection {
	border-top: 3px solid #b2b4b3;
	border-bottom: 3px solid #b2b4b3;
}
#midsection .row div a {
	padding: 10px;
	background: #ccc;
}
#play-vid {
	width: 100%;
	text-align: center;
	margin: 5px auto;
}
#play-vid button {
	background: rgba(100, 100, 100, .6);
	border: 1px solid #fff;
	padding: 7px 10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	z-index: 200;
	position: relative;
}
.modal-dialog button {
	right: -.5em;
	top: -.5em;
	z-index: 100;
	position: absolute;
	background: none;
	border: none;
	color: #fff;
	font-size: 2em;
}
div.contact-box {
	background: url("/_resources/images/contact-bg01.png");
	border-radius: 10px;
	padding-bottom: 10px;
	width: 100%;
}
div.contact-box h3 {
	background: none;
	color: #000;
	padding: 15px;
	border-bottom: 5px solid #fff;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 1.2em;
	font-style: normal;
}
div.contact-box .snacc-head h4, div.contact-box .snacc-head p {
	border-left: none;
	font-size: 1em;
	text-transform: none;
	color: #fff;
	font-weight: 600;
	padding: 10px 15px;
	white-space: nowrap;
}
div.contact-box .snacc-head:nth-child(2) h4:after, div.contact-box .snacc-head:nth-child(2) p:after {
	content: '\00a0\f19c';
	font-family: 'Font Awesome 6 Pro';
	float: right;
	font-size: 1.5em;
	font-weight: normal;
	margin-right: 0;
	margin-left: auto;
}
div.contact-box .snacc-head:nth-child(4) h4:after, div.contact-box .snacc-head:nth-child(4) p:after  {
	content: '\00a0\f0f8';
	font-family: 'Font Awesome 6 Pro';
	float: right;
	font-size: 1.5em;
	font-weight: normal;
	margin-right: 0;
	margin-left: auto;
}
div.contact-box .snacc-head h4:before, div.contact-box .snacc-head p:before {
	color: #fff;
}
div.contact-box .snacc-head:nth-child(2) {
	background: #204c49;
}
div.contact-box .snacc-head:nth-child(4) {
	background: #258193;
}
div.contact-box .snacc-head {
	background: rgba(255, 255, 255, .7);
	margin-bottom: 0;
}
div.contact-box .snacc-body {
	padding: 10px 40px;
}
#calendar {
	margin: 10px auto;
	background: #fff;
	padding: 20px 15px 0px 15px;
	position: relative;
}
.cactivity {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 1px 10px -5px #777;
	        box-shadow: 0px 1px 10px -5px #777;
	margin-bottom: 10px;
}
.cactivity .cdate {
	background: #003359;
	padding: 10px;
	margin: 0;
	color: #fff;
	font-size: 1.3em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	border-bottom: 3px solid #64a0c8;
}
.cactivity .cdate .cday {
	font-weight: 100;
	border-right: 1px solid #fff;
	padding:  0 10px;
	font-size: 1.5em;
}
.cactivity .cdate .cday sup {
	font-size: .6em;
	margin: .1em;
}
.cactivity .cdate .cmonth {
	padding: 0 10px;
	font-variant: small-caps;
}
.cactivity .cevent {
	padding: 0 25px;
	font-size: .95em;
	line-height: 1.2em;
}	  
#more-events {
	width: 100%;
	text-align: center;
	padding: 10px;
	margin: 0;
}
#more-events:before {
	content: '\f073';
	font-family: 'Font Awesome 6 Pro';
	margin-right: .3em;
	color: #00AEEF;
}	  
#tpoints {
	padding: 20px;  
}
#tpoints div {
	background: #fff;
	width: 48%;
	margin: auto 1%;
	float: left;
	text-align: center;
	-webkit-box-shadow: 0px 1px 15px -10px #333;
	        box-shadow: 0px 1px 15px -10px #333;
	border-radius: 5px;
	overflow: hidden;
}
#tpoints div p:first-child {
	font-size: 2em;
	background: #2F951E;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	padding: 10px;
	line-height: 1em;	  
	display: -webkit-box;	  
	display: -ms-flexbox;	  
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#tpoints div p {
	font-size: 1em;
	font-weight: 200;
	padding: 0 20px;
	color: #000;
	line-height: 1.1em;
}	
.video-header {
	position: relative;
	overflow: hidden;
	margin-top:0;
	display:none;
}
.video-header:before {
	display: block;
	content: '';
	padding-top: 32%;
}
.video-header.play:before {
	padding-top: 56%;
}
div.ehero-vid {
	position: absolute;
	top: -35%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
}
div.ehero-vid.play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
div.ehero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(100,100,100, .5);

}
div.ehero-overlay p {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	font-size: .8em;
	margin: 0;
}
div.ehero-overlay button {
	background: none;
	border: 1px solid #fff;
	padding: 7px 10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}
div.ehero-overlay button:hover {
	background: #fff;
	color: #333;
	-webkit-filter: none;
	        filter: none;
}
div.vid-on {
	width: 100%;
	bottom: calc(95% - 20px);
	position: absolute;
	background: none;
	display: none;
	text-align: center;
}
div.vid-on p {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	font-size: .8em;
	margin: 0;
}
div.vid-on button {
	background: none;
	border: 1px solid #fff;
	padding: 7px 10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}
div.vid-on button:hover {
	background: #fff;
	color: #333;
	-webkit-filter: none;
	        filter: none;
}
.tab-nav {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-right: 0;
	margin-left: auto;
}	  
.tab-nav-menu {
	display: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	padding: 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	background: rgba(255, 255, 255, .85);
}

@media screen and (max-width: 1119px) {
	div#menu-heading {
		margin-top: 20px;
	}
	div#menu-heading .big-menu #nav-bars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 0;
		margin-left: auto;
	}
	div#menu-heading .big-menu #nav-bars:hover > span {
		-webkit-transform: skew(45deg) scaleY(1.3);
		    -ms-transform: skew(45deg) scaleY(1.3);
		        transform: skew(45deg) scaleY(1.3);
	}
	#top-nav {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		padding: 0;
		background: #ccc;
	}
	#top-nav:before {
		position: absolute;
		top: -4px;
		right: 40px;
		content: '';
		border-style: solid;
		border-color: transparent #ccc transparent;
		border-width: 0 10px 10px 0;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		-webkit-filter: drop-shadow(1px -1px 0 rgba(200, 200, 200, .5));
		        filter: drop-shadow(1px -1px 0 rgba(200, 200, 200, .5));
	}
	#top-nav .dropdown-menu {
		margin-top: 3px;
		width: 100%;
		position: relative;
	}
	#top-nav li {
		width: 100%;
	}
	div.top-text {
		padding: 10px 40px;
	}
	.news-thirds div {
		font-size: .85em;
	}
	p.static-overlay { 
		font-size: 2em;
	}
}


@media screen and (min-width: 719px){
	#nav-bars:before {
		content: 'menu';
		margin-right: .5em;
		-webkit-transform: skew(45deg);
		    -ms-transform: skew(45deg);
		        transform: skew(45deg);
		color: #000;
		font-size: .6em;
	}}

@media screen and (max-width: 719px) {
	.top-content .slide p {
		font-size: 1.5em;
		line-height: 1em;
		max-width: 100%;
	}
	div#menu-heading {
		margin-top: 0;
	}
	div#menu-heading .big-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}
	div#menu-heading .big-menu div {
		width: 100%;
		padding: 3px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
	div#menu-heading .big-menu div:hover {
		text-shadow: none;
	}
	div#menu-heading .big-menu div span {
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
	div#menu-heading .big-menu #nav-bars {
		background: #a5acaf;
		font-size: 1.5em;
		padding: 5px;
	}
	div#menu-heading .big-menu #nav-bars:hover > span {
		-webkit-transform: skew(0) scaleY(1.3);
		    -ms-transform: skew(0) scaleY(1.3);
		        transform: skew(0) scaleY(1.3);
	}
	div#menu-heading .heading-title {
		width: 100%;
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
		margin-left: 0;
		padding-bottom: 10px;
	}
	div#menu-heading .heading-title h1 {
		-webkit-transform: skew(0) !important;
		    -ms-transform: skew(0) !important;
		        transform: skew(0) !important;
		width: 100%;
		margin-left: 0 !important;
		text-align: center;
	}
	#top-nav .dropdown-menu {
		width: 100%;
		position: relative;
		margin-top: 0;
	}
	.top-content {
		margin-top: 0px;
	}
	.top-content:before {
		padding-top: 50%;
	}
	#top-nav {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#top-nav li {
		width: 100%;
		margin: 0;
	}
	div.top-text {
		padding: 10px 25px;
	}
	.news-thirds div {
		font-size: .6em;
	}
	.news-thirds div:nth-child(1n+2):after {
		content: '\f190';
		font-family: 'Font Awesome 6 Pro';
		color: rgba(255, 255, 255, .8);
		position: absolute;
		top: 35%;
		left: 40%;
		font-size: 3.5em;
	}
	.news-thirds div:nth-child(1n+2) .newstitle {
		display: none;
	}
	#calendar {
		font-size: .9em;  
	}
	.cdate {
		font-size: .1em;
	}
	#tpoints div {
		width: 98%;
		margin-bottom: 10px;
	}
	div.ehero-overlay p {
		font-size: .6em;
	}
	div.ehero-overlay button:hover {
		background: none;
		color: #fff;
	}
	div.vid-on {
		bottom: 85%;
		z-index: 100;
	}
	div.vid-on p {
		font-size: .6em;
	}
	div.vid-on button:hover {
		background: none;
		color: #fff;
	}
	.top-content .slide {
		font-size: .7em;
		margin-top:30px;
	}
	.video-header {
		margin-top: 30px;
	}
	p.static-overlay { 
		font-size: 1.5em;
	}
}
@media screen and (max-width: 419px) {
	p.static-overlay { 
		font-size: 1.1em;
	}
}
