h1,h2,h3,h4 {
	font-family: Georgia, Times New Roman, serif;
}

h1,h2,h3 {
    font-weight: bold;
}

h1 {
	font-size: 2.6em;
    color: white;
    text-shadow: 0 0 1rem #000;
}

h2 {
	font-size: 1.8em;
}

p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 120%;
	line-height: 1.4em;
}

h3 {
	font-size: 1.3em;
	line-height: 1em;
}


.columns {
/*	border: 1px solid red;*/
}

.header {
	text-align: center;
	color: #ebebeb;
    background-color: #003f53;
    width: 100%;
    padding: 1em 0 1em 0;
}

.header_text {
	text-align: right;
	margin-top: .5em;
}

.header_logo {
	text-align: left;
	margin-top: .5em;
	margin-bottom: .5em;
}


.dropDown {
	text-align: center;
}

.togBG {
	padding: 0.5em 0 0 0;
}

.togTitle{
	font-size: 0.8em;
}

.line {
	color: white;
	height: 1px;
}

#responsive-menu {
	width: 100%;
	padding: 0px;
	margin: 0px;
}


#mobileDrop {
	text-align: center;
	width: 640px;
	padding: 0;
	padding-top: 1.2em;
}


.navItem {
	font-size: 1em;
	border-top: 1px solid black;
	background-color: #FFF;
	opacity: 0.93;
}

a.navItem:hover {
	opacity: 1;
}

.menu-icon{

}

.navImg {
	width: 104px;
	height: auto;
	padding-right: 24px;
}

.reqImg {
	width: 180px;
	height: auto;
	padding-right: 24px;
}

.logosImg {
	padding: 0.5vw;
	padding-left: 2vw;
	padding-right: 2vw;
	margin-bottom: 1vw;
	border: 1px solid white;
	border-radius: 8px;
}

.logosImg:hover {
	border: 1px solid #aaa;
	box-shadow: 0 0 0.5rem #aaa;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}


/*Video and Image Background*/
.fullscreen-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.splashContainer {
	text-align: center;
	margin-top: 120px;
}

.prefLogo {
	width: 620px;
	margin-top: 40px;
}


.contentContainer {
	background-color: white;
	color: #3d3d40;
	border: 2px solid #333;
	padding: 40px;
	margin-top: 120px;
}


.foot {
	color: white;
	background-color: #003f53;
	text-align: center;
	font-size: 0.8em;
}

.foot p {
	font-size: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}


@media screen and (max-width: 1200px) {
	.contentContainer {
		margin-top: 120px;
	}
}

@media screen and (max-width: 1000px) {
	.contentContainer {
		margin: 16vw 2vw 0px 2vw;
		padding: 15px;
	}

	.foot {
		margin: 0vw 2vw 0px 2vw;
	}
}


@media screen and (max-width: 640px) {

	h2 {
		padding-top: 20px;
		font-size: 1.3em;
	}

	.header_logo {
		margin-bottom: 0em;
	}

	.fullscreen-bg {
        background: url('../images/PreferredPathwayCommercialBackground.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg-video {
        display: none;
    }

	h1 {
		font-size: 7vw;
		line-height: 10vw;
	}

	.splashContainer {
		margin-top: 12vw;
	}

	.prefLogo {
		width: 90%;
	}

	.contentContainer {
		margin: 16vw 3vw 0px 3vw;
		padding: 15px;
	}

	.foot {
		margin: 0vw 3vw 0px 3vw;
	}

	.colorTransparent {
		width: 100%;
		height: 100%;
		background-color: black;
		opacity: 0.3;
	}

	.requestText {
		padding-bottom: 20px;
	}

}

.button {
	border-radius: 5px;
}

.request {
	padding: 20px;
	padding-bottom: 0px;
}

.ddown {
	display:none;
}

.full {
	max-width: 960px;
}

.lineBreak {
	height: 1px;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 20px;
	background-color: #ccc;
}

.requestText {
	padding-left: 30px;
	padding-right: 30px;
}

.requestDrop {
	background-color: #2199e8;
	color: white;
}

.upItem{
	width: 100%;
	text-decoration: none;
	padding: 10px;
}