html {
    -webkit-transition:all .3s;
    transition:all .2s;
    -webkit-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    font-family:"proxima-nova",sans-serif;
    font-weight:300;
}

body {
    font-size: 1.6rem;
}

a, a:visited, a:active	{
	text-decoration: none;
	margin: 0 auto;
}

a:hover {
	color: #555 !important;
	text-decoration: none;
}

.page-content {
    font-family:'proxima-nova',sans-serif;
    font-weight:300;	
    position: relative;
    z-index: 10;
    min-height: 100%;
	color: #716F7E;
	left: 0;
    background-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}

.page-content header {
    -webkit-transition:all .2s cubic-bezier(.2,.3,.25,.9) 0s;
    transition:all .2s cubic-bezier(.2,.3,.25,.9) 0s;
	width:100%;
	text-align:center;
}

.page-content header img {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0 auto;
	width: 20rem;
}

.page-content header .bannerImage img {
	width: 100%;
}


.mainPageContent {
    padding-bottom:0.5em;
	padding-left: 0px;
	padding-right: 0px;
}

.bannerImage-header {
    position: relative;
	padding-bottom: 2em;
}

.grayBG {
	background-color: #F7F7F7;
}

.center {
	text-align: center;
}


.restrictInterior.homePage p, .restrictInterior.header  p {
	font-weight: 400;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
}

.restrictInterior.homePage p.heading {
	font-weight: 600;
}

.restrictInterior.header p {
	line-height: 28px;
	font-weight: 600;
}

.restrictInterior.header {
	padding-top: 50px;
	padding-bottom: 50px;
}

.restrictInterior {
	padding-top: 25px;
}


@media (max-width: 767px) {
	.restrictInterior.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.restrictInterior p {
		margin: 0px 10px 0px 10px;
		display: block;
	}
	
	.restrictInterior p br {
		display: none;
	}
	
	.restrictInterior p {
		line-height: 38px !important;
	}
}

@media (min-width: 768px) {
	.restrictInterior {
		max-width:1100px;
		margin:0 auto;
		display: block;
	}
}

.restrictInterior ul {
	list-style-type: none;
}

.restrictInterior .heading {
	color: #0C3557;
	font-weight: 600;
}

.restrictInterior.header p {
	color: #0C3557;
	font-size: 26px;
	font-weight: 600;
}

.restrictInterior ul li {
	padding-bottom: 5px;
}

.restrictInterior ul li:last-of-type {
	padding-bottom: 0;	
}

.restrictInterior ul li a, .restrictInterior a {
    font-family:'ff-tisa-web-pro',serif;
    font-style:italic;
    letter-spacing:.1rem;
    color:#0C3557;
}

.restrictInterior ul li a:after {
	content: '\2192';
	padding-left: 5px;
}


.restrictInterior ul li a:hover {
	color: #555 !important;
}

.restrictInterior.homePage ul li a {
	font-size: 20px
}

.copyright {
	float: left;
	color: rgb(128,128,128);
}

img svg#footLogo {
	width: 100px;
	fill: #0F3557;
}

#footLogo {
	display: none;
}

#footLogo {
	width: 100px;
	fill: #0F3557;
}

#footerLeft {
	float: left;
	text-align: left;
	margin: 0px 0 0 0px;
	width: 30%;
}

.underfoot p {
	margin: 0;
	padding: 0 0 2px 0;
	color: #777;
}

#footerLeft ul {
	float: left;
	margin: 0;
	padding: 0;
}

#footerLeft ul li {
	list-style: none;
	float: left;
	margin: 0 15px 0 0;

}

#footerLeft a {
	float: left;
	clear: left;
	padding: 0;
	color: rgb(15,53,87);
}


#footerRight {
	float: right;
	width: 70%;
}

#footerRight ul {
	float: right;
	margin: 0;
	padding: 0;
}

#footerRight ul li {
	list-style: none;
	float: right;
	margin: 0 0 0 15px;
	color: rgb(128,128,128);
}

#footerRight a {
	float: right;
	clear: right;
	padding: 0;
	color: rgb(128,128,128);
}


.underfootwrap {
	font-size: 12px;
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 0;
	z-index: 6;
	color: #fff;
}

@media (max-width: 767px) {
	#footerLeft {
		margin-bottom: 30px;
		width: 100%;
	}

	#footerRight {
		float: left;
	}
	
	.underfootwrap {
		padding-top: 10px;
		position: relative;
	}
	
	.underfoot {
		width: 96%;
		float: left;
		padding: 0 2%;		
	}
	
	#footerRight a, #footerRight ul, #footerRight ul li	{
		float: left;
		margin: 0;
		width: 100%;
		text-align: left;		
	}
	
	#footerRight ul li {
		margin: 10px 0;
	}
	
	#footerRight ul li.span {
		display: none;
	}
}


.underfootwrap.activeNav{
	display: none;
}

.underfootwrap.active {
	display: block;
	z-index: 999;
}

.underfoot {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	min-height: 0;
}
