@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Arvo|Jaldi|Julius+Sans+One|Rambla:700i|Roboto|Yatra+One');

html {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
}

header {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #035F9D;
	opacity: .95;
}

body {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	/*background: #eee;*/
}

h1, h2, h4 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

h4{
	font-size: 30px;
	margin: 2.5px;
	text-align: left;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: justify;
	line-height: 1.4;
	margin: 5px;
}

ul li {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	text-align: justify;
}

h3 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
}

ol {
	list-style-type: decimal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	text-align: justify;
}

.big{
	width: 75%;
}

.content {
	padding: 10px 20%;
}

.content p {
	padding: 15px 0;
}

.page-title {
	padding: 50px 200px 30px;
	margin: 0 auto;
}

.page-title h1 {
	display: inline;
	text-align: center;
	font-size: 60px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	padding-left:70px;
}

.page-title h2 {
	margin-left: 50%;
	display:inline;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	color: red;
}

.page-title h2 a{
	color: red;
}

.eom-form {
	padding: 10px 30%;
}


@media only screen and (max-width: 1520px) {
	.page-title {
		display: grid;
		padding-bottom: 0;
	}

	.page-title img {
		text-align: center;
    	display: inline;
    	margin: 0 auto;
	}

	.page-title h1 {
		padding-left: 0;
	}
}

.paylocity-title-main{
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
}

.paylocity-link-main{
	font-size: 25px;
}

.page-title img{
	width:20%;
}

.poster2 {
	width: 75%;
}

.poster3 {
	width: 65%;
}

.letter{
	width: 75%;
}

.letter-intro p{
	padding-bottom: 5px !important;
}

.letter-content-main .question {
	padding-bottom: 0;
}

.letter-signature p{
	padding: 0;
}

.letter-closing p{
	padding-top: 20px;
}

.sub-category {
	font-size: 25px;
	color: #035F9D;
}

.centered-image{
	width: 100%;
}

.meme {
	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	width: 50%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
