@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrathairline';
    src: url('fonts/montserrat-hairline-webfont.eot');
    src: url('fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-hairline-webfont.woff2') format('woff2'),
         url('fonts/montserrat-hairline-webfont.woff') format('woff'),
         url('fonts/montserrat-hairline-webfont.ttf') format('truetype'),
         url('fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold-webfont.eot');
    src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  Reset CSS -> Thanks to Eric A. Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }


table, caption, tbody, tfoot, thead, tr, th, td     {
    vertical-align : top;
    }

:focus {
	outline: 0;
    }

body {
	line-height: 1;
	color: #000;
	overflow-y: scroll;
    }

ol, ul {
	list-style: none;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
    }

td  {
    vertical-align : top;
    }

caption, th, td {
	text-align: left;
	font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }

blockquote, q {
	quotes: "" "";
    }

strong {
	font-weight: bold;
}	

/*** General Site Layout ***/
/* General */
a  {
    color: inherit;
    text-decoration : none;
    }
a:hover  {
    color: #96cfde;
    text-decoration : none;
    }
.center_area a:hover {
    text-decoration : underline;
    }

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*** Wrappers ***/

html {
 	height : 100%;
}


body	{
    height : 100%;
    width : 100%;
    font-size : 15px;
	font-family: 'montserratregular', sans-serif;
    line-height : 18px;
    background-color : #eeeeee;
	background-image: url('header-gradient.png');
	background-position: top;
	background-repeat: repeat-x;
}

header {
	height: 70px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	position: relative;
	color: #ffffff;
}

header .header-content {
	width: 1024px;
	margin: 0 auto;
	height: 70px;
}

#mobile-menu-click,
#mobile-search-click {
	display: none;	
}
#back-click {
	display: none;		
}

.logo {
	font-size: 40px;
	line-height: 70px;
	font-weight: bold;
	color: #ffffff;	
	float: left;
	margin: 0 60px 0 42px;
}
	
div#header-image {
	height: 438px;
	width: 100%;	
	margin-top:	-70px;
	z-index: 1;
	position: relative;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 0%;
}	

	
ul#main_nav	{	
	width: auto;
	height: 70px;
	float: left;
	margin-right: 46px;
}
ul#main_nav li	{	
	display: inline-block;
	font-size: 18px;
	font-family: 'montserratlight', sans-serif;
	padding: 26px 35px 26px 0;
	position: relative;
}	

ul#main_nav li a:hover,
ul#main_nav li.active a,
ul#main_nav li ul.navigation_level2 li.active a,
ul#main_nav li ul.navigation_level2 li a:hover {	
	color: #94d3da;
}	


ul.navigation_level2 {
	position: absolute;
	top: 70px;
	left: -20px;	
	background: rgba(0, 0, 0, 0.3);
	display: none;
}
ul#main_nav li ul.navigation_level2 li	{	
	padding: 10px 20px 18px;	
	width: 145px;
}
ul#main_nav li ul.navigation_level2 li a	{	
	color: #ffffff;
}

ul#main_nav li:hover ul.navigation_level2 {
	display: block;	
}
ul#main_nav li.back_link {
	display: none;	
}


#cse-search-box {
	float: left;
	
}
.searchField {
	background: transparent;
	border: solid 2px #ffffff;
	border-radius: 6px;
	
	line-height: 20px;
	
	width: 136px;
	padding: 0 5px;
	color: #ffffff;
	float: right;
	margin: 25px 0 0 0;
}
/* .searchButton {
	width: 23px;
	height: 23px;
	float: right;
	margin: 24px 10px 0 0;
} */
.searchButton {
	width: 23px;
	height: 23px;
	float: right;
	margin: 26px 10px 0 0;
	background: none;
	border: none;
	cursor: pointer;
	
	background-image: url('search.png');
}
.searchButton:hover {
	background-image: url('search-hover.png');
}
	
#wrapper {
	width: 100%;
	height: auto;	
	margin: 30px auto 0;
	padding: 0;	
	text-align: left;	
	
	background-image: url('footer-gradient.png');
	background-position: bottom;
	background-repeat: repeat-x;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
	
}

body.home #content {
	width: 940px;		
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
body.page #content {
	width: 1024px;		
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

body.page .page-content.hidden {
	visibility: hidden;
	height: 0;
} 

body.page .page-content.shown {
	background-color: #ffffff;
    display: inline-block;
    padding: 0;
    width: 100%;
	padding: 45px 114px 12px;
    text-align: center;
	margin-bottom: 30px;
	
	
    box-sizing: border-box;
	
}	
body.page .page-content.shown h1 {		
	text-align: center;
    text-transform: uppercase;
}
body.page .page-content.shown h2 {		
	background-image: url("h2underline.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #707070;
    font-family: "montserratlight",sans-serif;
    font-size: 34px;
    letter-spacing: 0.12em;
    line-height: 40px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
body.page .page-content.shown h3 {		
	color: #707070;
    font-family: "montserratlight",sans-serif;
    font-size: 26px;
    letter-spacing: 0.16em;
    line-height: 30px;
    text-transform: uppercase;
}

body.page .page-content.shown p {	
    color: #707070;
    font-family: "montserratlight",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 8px;
    text-align: left;
}
 
body.home .page-content ul {
	font-family: 'montserratregular', sans-serif;
	font-size: 16px;
	line-height: 24px;
	/* color: #a4a4a4; */
	color: #707070;
	text-align: left;
	list-style-type: none;	
	list-style-position: outside;
	/* list-style-image: url('bullet.png'); */
	padding: 0;
	margin: 0 18px;
}
body.page .page-content.shown ul {
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	letter-spacing: 0;	
	text-align: left;

	list-style-type: none;	
	list-style-position: outside;
	/* list-style-image: url('bullet.png'); */
	padding: 12px 0;
	margin: 0 14px;
}

body.home .page-content ul li {	
	padding: 0 0 6px 0;
}
body.page .page-content.shown ul li {	
	padding: 0 0 px 0;
}

body.home .page-content ol {
	font-family: 'montserratregular', sans-serif;
	font-size: 16px;
	line-height: 24px;
	/* color: #a4a4a4; */
	color: #707070;
	text-align: left;
	
	list-style-type: decimal;	
	list-style-position: outside;
	padding: 0;
	margin: 0 14px;
}

body.page .page-content.shown ol {
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	letter-spacing: 0;	
	text-align: left;

	list-style-type: decimal;	
	list-style-position: outside;
	padding: 0;
	margin: 0 14px;
}

body.home .page-content ol li {	
	padding: 0 0 6px 0;
}
body.page .page-content.shown ol li {	
	padding: 0 0 px 0;
} 
body.home .page-content ul > li:before,
body.page .page-content.shown ul > li:before {
    display: inline-block;
    content: "\2014";
    width: 1em;
    margin-left: -1em;  
}
body.home .page-content ol > li:before,
body.page .page-content.shown ol > li:before {
    display: inline-block;
    content: "";
    width: 0;
    margin-left: 0;  
}



body.home .page-content {
	width: 460px;
	background-color: #ffffff;	
	text-align: center;
	padding: 45px 20px 12px;
	box-sizing: border-box;
	margin: 0 20px 0 0;
	float: left;
	margin-bottom: 30px;
}

.page-content a,
.textarea a {
	/* text-decoration: underline;	 */
	font-weight: bold;
}
.page-content a:hover,
.textarea a:hover {
	text-decoration: none;	
}

.page-content h1 {
	font-size: 34px;
	line-height: 40px;
	color: #707070;
	letter-spacing: 0.16em;	
		
	background-image: url("h2underline.png");
    background-position: center bottom;
    background-repeat: no-repeat;    
    padding-bottom: 28px;	
		
}
.page-content p {
	font-size: 16px;
	line-height: 24px;
	/* color: #a4a4a4; */
	color: #707070;
	
	/* background-image: url("h2underline.png");
    background-position: center bottom;
    background-repeat: no-repeat;  
    padding-bottom: 36px;
	padding-top: 8px;
	 */
}

.divider {
	width: 100%;
	display: inline-block;	
	background-image: url("h2underline.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding-bottom: 17px;
	padding-top: 16px;
	margin-top: 10px;
}


.modules-content {
	background-color: #ffffff;	
	width: 100%;
	padding: 0;
	display: inline-block;
}


/* Modules */
div.homelinks {
	width: 460px;
	float: left;
	margin-bottom: 30px;
}

div.homelinks div.homelinks_teaser {
	width: 100%;
	height: 335px;
	background-color: #557385;
	text-align: center;
	padding: 25px;
	box-sizing: border-box;
}
div.homelinks div.homelinks_teaser p {
	padding: 0;
	margin: 0;	
}

div.homelinks div.homelinks_teaser .date {
	font-size: 12px;
	line-height: 26px;
	font-family: 'montserratregular', sans-serif;
	color: #a1ddec;
	display: block;
}
div.homelinks div.homelinks_teaser .title {
	font-size: 17px;
	line-height: 25px;
	font-family: 'montserratregular', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
}
div.homelinks div.homelinks_teaser .text {	
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #f1f1f1;
	padding: 24px 0;
	display: block;
}

div.homelinks div.homelinks_teaser .button {
	font-size: 18px;
	line-height: 46px;
	font-family: 'montserratregular', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	
	border: solid 2px #ffffff;
	height: 46px;
	width: 196px;
	
	display: inline-block;
	margin: 7px 0 20px;
	/* padding: 0 49.5px; */
	
}
div.homelinks div.homelinks_teaser .button:hover {
	color: #557385;
	border: solid 2px #ffffff;
	background-color: #ffffff;
}

div.homelinks div.link {
	width: 100%;	
}

div.homelinks div.link div.linkdate {
	display: block;
	float: left;
	color: #ffffff;
	background-color: #b8bfc4;
	width: 70px;
	height: 30px;
	
	margin: 7px 3px 0 0;
	padding: 0 5px;
	box-sizing: border-box;
	
	font-size: 17px;
	line-height: 30px;
	font-family: 'montserratlight', sans-serif;
	
}
div.homelinks div.link div.linkdate span {
	display:inline-block;
	transform:scale(0.8,1); /* W3C */
	-webkit-transform:scale(0.8,1); /* Safari and Chrome */
	-moz-transform:scale(0.8,1); /* Firefox */
	-ms-transform:scale(0.8,1); /* IE 9 */
	-o-transform:scale(0.8,1); /* Opera */
	/* Rest Of CSS Code Here*/
	
}

div.homelinks div.link a.linkhref {
	display: block;
	float: left;
	/* color: #a4a4a4; */
	color: #707070;
	background-color: #ffffff;
	width: 386px;
	height: 30px;
	
	margin: 7px 0 0 0;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
	
	font-size: 16px;
	line-height: 30px;
	font-family: 'montserratlight', sans-serif;
	
	background-image: url('arrow-right.png');
	background-repeat: no-repeat;
	background-position: 98% center;
	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(77, 78, 100, 0.11);
	-moz-box-shadow:    0px 3px 3px 0px rgba(77, 78, 100, 0.11);
	box-shadow:         0px 3px 3px 0px rgba(77, 78, 100, 0.11);
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
div.homelinks div.link a.linkhref:hover {
	color: #94d3da;
	background-image: url('arrow-right-hover.png');
}

div.tripleblock  {
	width: 940px;
	background-color: #ffffff;
	/* display: table; */
	display: block;
	margin: 30px auto 0;
	
}

div.tripleblock h2 {
	font-family: 'montserratlight', sans-serif;
	font-size: 34px;
	line-height: 40px;
	color: #707070;
	letter-spacing: 0.16em;	
	text-align: center;
	text-transform: uppercase;
		
	background-image: url("h2underline.png");
    background-position: center bottom;
    background-repeat: no-repeat;    
    padding-bottom: 20px;
}

div.tripleblock div.item1,
div.tripleblock div.item2,
div.tripleblock div.item3 {
	width: 33%;
	float: left;
	text-align: center;
	padding: 30px 4% 0;
	box-sizing: border-box;
}

div.tripleblock div.item1 img,
div.tripleblock div.item2 img,
div.tripleblock div.item3 img {
	margin-bottom: 20px;	
	width: auto;
	max-width: 243px;
	
	-ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8);  /* Safari */
    transform: scale(0.8); 
} 

div.tripleblock div.item1 h3,
div.tripleblock div.item2 h3,
div.tripleblock div.item3 h3 {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0.16em;	
	font-family: 'montserratlight', sans-serif;
	color: #707070;
	text-transform: uppercase;
	margin-bottom: 20px;	
} 

div.tripleblock div.item1 a:hover h3,
div.tripleblock div.item2 a:hover h3,
div.tripleblock div.item3 a:hover h3 {
	color: #94d3da;	
}

div.tripleblock div.item1 p,
div.tripleblock div.item2 p,
div.tripleblock div.item3 p {
	font-size: 14px;
	line-height: 21px;
	font-family: 'montserratlight', sans-serif;
	/* color: #a4a4a4; */
	color: #707070;
	margin: 0 0 25px;
}


div.blogList {
	width: 100%;
	display: block;
	float: left;
	padding: 0 44px;
	box-sizing:	border-box;
}

.list-title {
	font-family: 'montserrathairline', sans-serif;
	font-size: 77px;
	line-height: 80px;
	color: #777777;   

	padding: 28px 20px;
    width: auto;
	display: inline-block;
	margin: 0 0 8px 0;
	
	background-color: #ffffff;	
}

.listitem {
	width: 940px;
	display: block;
	float: left;
	
	padding: 33px 38px 13px;
	box-sizing: border-box;
	margin: 0 0 8px 0;
	background-color: #ffffff;	
}


.listitem .listitem_content {
	width: 540px;
	display: inline-block;
	
}

.listitem .listitem_date {
	color: #777777;   
	width: 35px;
	text-align: center;
	float: left;	
}

.listitem .listitem_date span.month {
	font-family: 'montserratregular', sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
.listitem .listitem_date span.day {
	font-family: 'montserratregular', sans-serif;
	font-size: 24px;
	line-height: 24px;
}

.listitem .listitem_title {
	font-family: 'montserratsemi_bold', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #337cbb;
	cursor: pointer;
	width: 480px;
	float: right;
}
.listitem .listitem_title:hover {
	color: #94d3da;
}

.listitem .listitem_author {
	font-family: 'montserratregular', sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #797979;	
	width: 480px;
	float: right;
	margin: 5px 0 10px;
}

.listitem .listitem_lead {
	font-family: 'montserratlight', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #797979;	
	width: 480px;
	float: right;
	margin: 5px 0 10px;
}

.listitem .listitem_text {
	font-family: 'montserratlight', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #797979;	
	width: 480px;
	float: right;
	margin: 10px 0 10px;
}

div.listitem ul {	
	list-style-type: none;	
	list-style-position: outside;
	/* list-style-image: url('bullet.png'); */
	padding: 0;
	margin: 0 0 0 14px;
}
div.listitem ul li {	
	padding: 0 0 6px 0;
}

div.listitem ol {
	list-style-type: decimal;	
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 14px;
}
div.listitem ol li {	
	padding: 0 0 6px 0;
}

div.listitem ul > li:before {
    display: inline-block;
    content: "\2014";
    width: 1em;
    margin-left: -1em;  
}
div.listitem ol > li:before {
    display: inline-block;
    content: "";
    width: 0;
    margin-left: 0;  
}


div.textarea {
	/* width: 796px; */
	width: 680px;
	display: block;
	float: left;
	/* padding: 0 114px; */
	padding: 0 172px;
	margin: 30px 0 26px;
}

div.textarea h2 {
	font-family: 'montserratlight', sans-serif;
	font-size: 34px;
	line-height: 40px;
	color: #707070;
	letter-spacing: 0.12em;	
	text-align: center;
	text-transform: uppercase;
		
	background-image: url("h2underline.png");
    background-position: center bottom;
    background-repeat: no-repeat;    
    padding-bottom: 20px;	
		
}

div.textarea h3 {
	font-family: 'montserratlight', sans-serif;
	font-size: 31px;
	line-height: 40px;
	color: #707070;
	letter-spacing: 0.14em;	
	text-align: center;
	text-transform: uppercase;		
	margin-bottom: 30px;
}
div.textarea p {
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	letter-spacing: 0;	
	text-align: left;	
	padding: 0;	
}

div.textarea ul {
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	letter-spacing: 0;	
	text-align: left;

	list-style-type: none;	
	list-style-position: outside;
/* 	list-style-image: url('bullet.png'); */
	padding: 0;
	margin: 0px 16px;
}
div.textarea ul li {	
	padding: 6px 0;
}

div.textarea ol {
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #707070;
	letter-spacing: 0;	
	text-align: left;

	list-style-type: decimal;	
	list-style-position: outside;
	padding: 0;
	margin: 0 14px;
}
div.textarea ol li {	
	padding: 6px 0;
}
div.textarea ul > li:before {
    display: inline-block;
    content: "\2014";
    width: 1em;
    margin-left: -1em;  
}
div.textarea ol > li:before {
    display: inline-block;
    content: "";
    width: 0;
    margin-left: 0;  
}

ol li ul {
	margin-bottom: -6px !important;
	margin-top:	6px !important;
}

div.video {
	width: 100%;
	margin: 25px auto;
	display: block;
	text-align: center;
	float: left;
}
div.image {
	width: 100%;
	margin: 25px auto;
	display: block;
	text-align: center;
	float: left;
}
div.downloads {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 30px 0;
}

div.downloads h3 {
	font-family: 'montserratlight', sans-serif;
	font-size: 31px;
	line-height: 40px;
	color: #707070;
	letter-spacing: 0.14em;	
	text-align: center;
	text-transform: uppercase;		
	margin-bottom: 30px;
}

div.downloads div.download_item {
	width: 93px;
	height: auto;	
	display: inline-block;
	margin: 0 40px 20px;
}
div.downloads div.download_item a {
	display: block;
	width: 93px;
	color: #707070;
	
	font-family: 'montserratregular', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
div.downloads div.download_item a:hover {	
	color: #94d3da;	
}
div.downloads div.download_item a img {
	margin-bottom: 5px;
}


/* Contact */
div.contact {
	
	background-color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0px 114px 12px;
    text-align: center;
    width: 100%;
	
}
div.contact form fieldset {
	border: 0 none;
    margin: 25px auto;
    padding: 0;
    width: 470px;
}

div.contact form fieldset div.input {
    display: block;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

div.contact form fieldset div.input input, 
div.contact form fieldset div.input select, 
div.contact form fieldset div.input textarea {
    border: 2px solid #b3b3b3;
    box-sizing: border-box;
    color: #707070;
    font-family: inherit;
    font-size: inherit;
    line-height: 24px;
    padding: 2px 5px;
    width: 100%;
}
div.contact form fieldset div.input textarea {
	height: 130px;
	resize: none;	
}

div.contact form fieldset div.input.error input, 
div.contact form fieldset div.input.error select, 
div.contact form fieldset div.input.error textarea {
    background-color: #fd7e7e;
    border: 2px solid #a70505;
    color: #ffffff;
}

div.contact form fieldset .button, 
div.contact form fieldset .button:visited {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: "montserratregular",sans-serif;
    font-size: 13px;
    height: 36px;
    line-height: 32px;
    margin: 7px 0 20px;
    text-transform: uppercase;
    width: 120px;
	float: right;
	background-color: #557385;
	cursor: pointer;
}
div.contact form fieldset .button:hover {
    border: 2px solid #557385;
	background-color: #ffffff;
	color: #557385;
}

div.contact div.success {
	color: #707070;
    font-family: "montserratlight",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 8px;
    text-align: left;
	
}

footer {
	height: 70px;
	width: 100%;
	background: #3c3c3c;	
	position: relative;
}

#push {
	height: 70px;	
}

footer .footer-content {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0 0 0;	
	
	font-size: 16px;
	line-height: 26px;
	font-family: 'montserratlight', sans-serif;
	/* color: #a4a4a4; */
	color: #707070;	
}

footer .footer-content a{
	color: #a4a4a4;		
}
footer .footer-content a:hover{
	color: #94d3da;		
}

footer .footer-content .footernav {
	float: left;
	width: auto;	
}
footer .footer-content .copyright {
	float: right;
	width: auto;	
}
