<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*------------------------------------------------*/
/* Basic styles */ 
/* Designed and coded by Fribba.com*/
/* Don't forget to visit us daily for tons of freebies:
	-PSD Templates
	-Wordpress Plugins
	-Wordpess Themes
	-HTML Designs
	-PHP Code Snippets
	-Wordpress Tutorials &amp; Secrets 
	-&amp; many more!
*/
/*------------------------------------------------*/
html{
}
*, ::after, ::before {
    box-sizing: border-box;
}
body{
	margin:0;
	padding:0;	
	font-family:'Poppins', Arial;
	color:#fff;
	background:url(https://www.newhaven.edu/_resources/images/commencement/spring/2021/bg-case.jpg) top center no-repeat #000;
	background-size:cover;
	position:relative;
	height:auto;
	background-attachment:fixed;
	padding-top:30px
}

.overlay{
	background: rgba(0, 51, 102, 0.8);
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}

@media (min-width: 1200px){
	.container {
		width:1170px;
	}
}

#wrap{
	width:100%;
	height:100%;
	display:table;
	position:relative;
	z-index:10000;
}

#defaultCountdown{
	z-index:2;
	margin:0 auto;
	display:table;
	position:relative;
}

.countdown-row {
	margin:0 auto;
	width:100%;
	display:table;
	text-align:center;
}

.countdown-section {
	display: block;
	float: left;
	text-align: center;
	width:120px;
	height:120px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	/* border:solid 1px #fff; */
	text-align:center;
	margin:40px 20px;
}

.countdown-amount {
    font-size: 80px;
	font-weight:700;
	line-height:1em;
}
.countdown-period {
    display: block;
	color:#ffe600;
	font-size:28px;
	font-weight:100;
	font-family:'Oswald' , Arial;
}

.image-align{
	margin:0 auto;
	text-align:center;
	display:block;
	padding-top: 100px;
}

h1{
	font-size:96px;
	font-weight:700;
	text-align:center;
	margin-top: 20px;
	letter-spacing: -4px;
}

h1 span.small{
	font-size:42px;
	font-weight:300;
	display:block
}
h1 span.big{
    display: block;
    padding-top: 0;
    margin-top: 10px;
    line-height: 1;
	margin-bottom: 35px;
}

.yellow{
	color:#ffcc33;
}

p{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: 200;
    font-family: 'Oswald', Arial;
	position:relative;
	width:100%;
}
p.video-title{
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-weight: 300;
    font-family: 'Oswald', Arial;
	position:relative;
	width:100%;
}
p.disclaimer{
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    font-weight: 100;
    font-family: "Muller-Light", Helvetica, sans-serif;
	position:relative;
	width:100%;
}
p.intro-date{
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    font-family: 'Oswald', Arial;
	position:relative;
	width:100%;
	margin-bottom: 40px;
}
p.article-desc{
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-weight: 100;
    font-family: 'Oswald', Arial;
	position:relative;
	width:100%;
	margin-bottom: 40px;
}
p.date-time{
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    font-weight: 100;
    font-family: 'Oswald', Arial;
	position:relative;
	width:100%;
	margin-bottom: 40px;
}



p.intro-date2:before,
p.intro-date2:after{
	content:" ";
	position:absolute;
	width:40%;
	height:1px;
	background:rgba(255,255,255,.3);
	transform:translateX(-50%);
	left:50%;
	top:-30px;
	margin:auto;
}
p.intro-date2:after{
	bottom:0;
	bottom:-30px;
	top:auto;
	width:40%
}
form{
	margin:0 auto;
	display:table;
	margin-top:0;
	width:100%;
	position:relative;
	text-align:center
}

input[type="email"]{
	border-radius:5px;
	background:transparent;
	border:none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	height:53px;
	color:#fff;
	font-family:'Oswald', Arial;
	font-size:16px;
	padding-left:20px;
	outline:0;
	width:100%;
}
.form-holder{
	max-width:450px;
	position:relative;
	margin:0 auto
}
input[type="submit"]{
	border-radius:0 5px 5px 0;
    font-family: 'Oswald', Arial;
    background: #ffe600;
    color: #000;
    border: none;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    height: 53px;
    padding: 0 20px;
    line-height: 1;
}

input[type="submit"]:hover{
	background: #fff;
	color:#000
}
a{
	color:#fff;
	text-decoration:none;
}

a:focus {
	color:#ffcc33;
}

a:hover
{
	color:#ffcc33;
}

p.copyright{
	font-size:13px;
	margin-top:30px;
	color:#61666f;
}
p.copyright:before,
p.copyright:after{
	content:none
}
.envelope{
    margin: 0 auto;
    text-align: center;
}
.envelope svg{
	fill:#ffe600
}
::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

.btn {
    margin-bottom: 0;
    margin-left: 0px !important;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 24px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #003264;
    font-size: 18px;
    font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: normal;
    border: none;
    color: #003366;
    background-color: #ffcc33;
    padding: 10px 15px;
    display: inline-block;
	}

.owl-nav i {
  color: #ffcc33;
}

/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/


@media (max-width: 768px){
	h1 span.small {
		font-size: 24px;
	}
	h1{
		font-size:76px
	}
	p{
		font-size:50px
	}
	form {
		margin-top: 70px
	}
	.countdown-section {
		width: 50px;
		height: 50px;
		margin:40px 10px
	}
	.countdown-amount {
		font-size: 65px;
	}
	.countdown-period {
		font-size: 34px;
	}
	::placeholder {
	  font-size: 13px
	}
}

@media (max-width: 650px){
	h1 {
		font-size:52px !important;
	}
}</pre></body></html>