@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
html, body {
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
	background-color: #FFF;
	color: #464646;
	padding: 0;
	margin: 0;
	height: 100%;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 
	padding: 0;
}
a img { 
	border: none;
}
a { 
	text-decoration: none;
	color: #464646;
}
a.bodylink:link, a.bodylink:visited, a.bodylink:active {
	color: #003764;
	font-weight: 700;
	text-decoration: none;
}
a.bodylink:hover, a.bodylink:active {
	color: #40698b;
}
.bulleted-list {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
.bulleted-list-text {
	color: #003764;
	margin-top: 7px;
}
#page {
	min-height: 100%;
	min-width: 320px;
}
#header {
	position: fixed;
	width: 100%;
	height: 117px;
	z-index: 1000;
}
#header_content {
	width: 100%;
	height: 117px;
	background-color: #8b8a8f;
}
#header_logo_container {
	width: 177px;
	height: 80px;
	padding: 17px 16px 20px 20px;
	background: #003764;
	float: left;
}
.header_logo {
	width: 177px;
	height: 80px;
	background-image: url(images/pinnacle-logo-header.png);
}
#header_nav {
	height: 117px;
	padding: 0;
	float: left;
}
header-nav ul {
	list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
}
#header_nav li {
    display:inline-block;
    float: left;
} 
#header_nav li ul {
	display: none;
	position: absolute; 
}
#header_nav li:hover ul, #header_nav li:active ul {
	display: inherit;
}
#header_nav li a {
	display: block;
	width: 150px;
	height: 117px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: 700;
	line-height: 117px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	border-right: 1px dotted #a1a0a4;
} 
#header_nav li:hover a, #header_nav li:active a {
	background: #a1a0a4;
	color: #c5c4c7;
}
#header_nav li:hover ul a, #header_nav li:active ul a {
    background: #003764;
	font-size: 100%;
    color: #fff;
    height: 70px;
    line-height: 70px;
	border-right: none;
	border-top: 1px dotted #40698b;
}
#header_nav li:hover ul a:hover, #header_nav li:active ul a:active {
	background: #40698b;
	color: #bfcdd8;
}
#header_nav li ul li {
	width: auto;
    display: block;
    float: none;
}
#header_nav li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
	clear: both;
}
.show-menu {
	display: none;
	height: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	clear: both;
}
.show-menu:hover, .show-menu:active {
	background: #a1a0a4;
	color: #c5c4c7;
}
.nav-arrow {
	color:#c5c4c7;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #menu{
    display: block;
}
#main {
	overflow: auto;
	width: 100%;
	padding-top: 117px;
	padding-bottom: 85px;
}
#home-main {
	position: absolute;
	top: 117px;
	left: 0px;
	right: 0px;
	bottom: 85px;
	background: url(images/home-image.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
}
.home-content {
	max-width: 1080px;
	margin: 0 auto;
	padding: 15% 30px 0 30px;
	text-align: center;
}
.header-image {
	padding: 10% 0 10% 0;
	text-align: center;
	background-color: #000000;
}
.header-image-content {
	max-width: 1080px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
.body-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
}
.body-content-2 {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 50px 50px 50px;
	overflow: hidden;
}
#half-block-container {
	position: relative;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	background-color:#e2e2e3;
	overflow: hidden;
}
#half-block-text-left {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
#half-block-text-right {
	width: 50%;
	margin: 0;
	padding: 0;
	float: right;
}
.half-block-content {
	margin: 0;
	padding: 50px;
	overlow: hidden;
}
#half-block-image-right {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	height: 100%;
	margin: 0;
	background-color: #CCC000;
}
#half-block-image-left {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	height: 100%;
	margin: 0;
	background-color: #CCC000;
}
#contact-area {
	margin: 0;
	padding: 0;
}
#contact-area input {
	width: 95%;
	padding: 3% 2.5%;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #645c5a;
	border: 1px solid #a8a7ab;
	margin: 5px 0 20px 0;
}
#contact-area textarea {
	height: 200px;
	width: 95%;
	padding: 3% 2.5%;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #645c5a;
	border: 1px solid #a8a7ab;
	margin: 5px 0 20px 0;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #8b8a8f;
}
#contact-area input.submit-button {
    width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
    font-weight: 700;
	color: #FFF;
    background-color: #003764;
	padding: 10px 30px;
	margin: 5px 0 0 0;
}
#contact-area input.submit-button:hover, #contact-area input.submit-button:active {
	color: #e2e2e3;
	background-color: #40698b;
}
label {
	color: #003764;
	font-weight: 700;
}
.button {
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: 700;
	color: #FFF;
    background-color: #003764;
	margin: 0;
    text-align: center;
    text-decoration: none;
	overflow: hidden;
}
.button:hover, .button:active {
	color: #e2e2e3;
	background-color: #40698b;
}
.hide {
	display:none;
}
#footer {
	Position: relative;
	left: 0;
	right: 0;
	Bottom: 0;
	margin-top: -85px;
	height: 85px;
	background-color: #8b8a8f;
	clear: both;
}
#home-footer {
	Position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85px;
	background-color: #8b8a8f;
}
.footer-content {
	padding: 30px 0 0 0;
	font-size: 90%;
	line-height: 1.4em;
	width: 100%;
	color: #fff;
	text-align: center;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 400%;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -3px;
	color: #FFF;
	margin: 0;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFF;
	margin: 20px 0 26px 0;
	-moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	color: #003764;
	margin: 0;
	padding-bottom: 30px;
}
h4 {
	font-weight: 400;
	padding-bottom: 30px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	color: #003764;
	margin: 0;
	padding-bottom: 30px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	color: #003764;
	margin: 0;
	padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {

h1 {
	font-size: 300%;
}
h2 {
	font-size: 120%;
}

@media screen and (max-width: 860px) {

#header_logo_container {
	width: 100%;
	height: 60px;
	padding: 7px 0 10px 3px;
}
.header_logo {
	width: 133px;
	height: 60px;
	background-image: url(images/pinnacle-logo-header-responsive.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	margin: 0 auto;
}
#header_nav {
	width: 100%;
	float: none;
}
#header_nav ul {
	position: static;
	display: none;
}
#header_nav ul li, #header_nav li a {
	width: 100%;
}
#header_nav li a {
	width: 100%;
	height: 45px;
    background: #003764;
	font-size: 90%;
	line-height: 45px;
	border-right: none;
	border-top: 1px dotted #40698b;
} 
#header_nav li:hover a, #header_nav li:active a {
	background: #40698b;
	color: #bfcdd8;
}
#header_nav li:hover ul a, #header_nav li:active ul a {
    background: #8b8a8f;
	font-size: 90%;
    color: #fff;
    height: 45px;
    line-height: 45px;
	border-top: 1px dotted #a1a0a4;
}
#header_nav li:hover ul a:hover, #header_nav li:active ul a:active {
	background: #a1a0a4;
	color: #c5c4c7;
}
#header_nav li ul {
	position: static; 
}
.show-menu {
	display:block;
}
.nav-arrow {
	color:#bfcdd8;
}
#main {
	padding-bottom: 82px;
}
#home-main {
	bottom: 82px;
}
#footer {
	margin-top: -82px;
	height: 82px;
}
#home-footer {
	height: 82px;
}
h1 {
	font-size: 300%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 210%;
	padding-bottom: 25px;
}
h4 {
	padding-bottom: 25px;
}
h5 {
	font-size: 130%;
	padding-bottom: 15px;
}
p, .bulleted-list-text, .footer-content, label {
	font-size: 90%;
	line-height: 1.3em;
}
}

@media screen and (max-width: 720px) {

#half-block-text-left, #half-block-text-right {
	width: 100%;
	float: none;
}
#half-block-image-left, #half-block-image-right {
	position: static;
	width: 100%;
	padding: 38% 0;
}
}

@media screen and (max-width: 680px) {

.button {
    padding: 10px 30px;
	font-size: 110%;
}

@media screen and (max-width: 620px) {

#half-block-image-left, #half-block-image-right {
	padding: 30% 0;
}
}

@media screen and (max-width: 480px) {

#main {
	padding-bottom: 79px;
}
#home-main {
	bottom: 79px;
}
#footer {
	margin-top: -79px;
	height: 79px;
}
#home-footer {
	height: 79px;
}
#contact-area input.submit-button {
    width: 100%;
	font-size: 120%;
}
.body-content, .half-block-content {
	padding: 30px;
}
.body-content-2 {
	padding: 0 30px 30px 30px;
}
#half-block-container {
	margin: 30px 0 0 0;
}
h1 {
	font-size: 200%;
	letter-spacing: -1.5px;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 165%;
	letter-spacing: -1px;
	padding-bottom: 20px;
}
h4 {
	padding-bottom: 20px;
}
h5 {
	font-size: 115%;
	letter-spacing: -0.5px;
	padding-bottom: 10px;
}
p, .bulleted-list-text, .footer-content, label {
	font-size: 85%;
}
#header_nav li a {
	font-size: 85%;
} 
#header_nav li:hover ul a, #header_nav li:active ul a {
	font-size: 85%;
}
}

@media screen and (max-width: 380px) {

h1 {
	font-size: 175%;
	letter-spacing: -1px;
}

h2 {
	font-size: 100%;
	margin: 10px 0 16px 0;
}
}