@charset "UTF-8";
/* CSS Document */


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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	font-size: 100%;
  	font: inherit;
  	vertical-align: baseline;
  	outline: none;
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	background: #fff;
	font-size: 1em;
	line-height: 1;
	overflow-x: hidden;
	color: #000;
}
.form_a { display: none; }
br { 
	display: block; 
	margin-bottom: 12px; 
	line-height: 1.6em;
} 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul { list-style: none; }
input, textarea { 
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	outline: none; 
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
p {
  	font-size: 1em;
  	line-height: 1.5em;
  	margin-bottom: 15px;
}
p.desc {
  	text-align: center;
}




/*------------------*\
    LINKS
/*------------------*/

a { text-decoration: none; }
a:link { color: #013D5B; }
a:visited { color: #013D5B; }
a:hover { color: #68A2B9; }
a:active { color: #013D5B; }
a.headline  { 
	color: #000; 
	font-size: inherit; 
	font-weight: bold;
}
a.headline:hover { color: #6c6c6c; }
a.headline-med { 
	color: #000; 
	font-size: inherit; 
	font-weight: bold;
}
a.headline-med:hover  { color: white; }
a.page_anchor { 
	display: block; 
	position: relative; 
	top: -240px; 
	visibility: hidden;
}
a.page_anchor { display: block; position: relative; top: -240px; visibility: hidden; }
a.telephonebold { 
	font-weight: 500;
}


/*------------------*\
    TOP HEADER
/*------------------*/

#topnotification  {
	width: 100%;
	padding: 15px;
	color: #fff;
	background-color: #C97A00;
	text-align: center;
	position: relative; 
	font-weight: 700;
}
#top {
	clear: both;
	width: 100%;
	display: block;
	background-color: #68A2B9;
	height: 225px;
	background-image: url(../images/topbg5.jpg);
	background-origin: border-box;
	background-position: 0% 50px;
	background-size: auto 100%;
}
#topcontact {
	width: 100%;
	padding: 10px;
	height: 45px;
	color: #fff;
	background-color: #013D5B;
	text-align: right;
	position: relative; 
}
#topcontactinfo {
	float: left;
}
#logo {
	width: 275px;
	margin: 0 auto; 
	z-index: 9;
	margin-top: -40px;
	position: relative; 
}
#telephoneicon { 
	height: 15px; 
	padding-right: 10px; 
	display: inline; 
	opacity: .5;
}
#emailicon { 
	height: 20px; 
	padding-top: 9px; 
	padding-right: 2px; 
	display: inline; 
	opacity: .3;
}
.emailtop   {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	top: 2px;
}
.emailtop:hover { 
	color: #E2E2E2; 
}
.telephonetop {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	cursor: default;
	margin-right: 15px;
	position: relative;
	top: 4px;
}
.telephonetop:hover {  }
.addresstop {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	cursor: default;
	margin-right: 15px;
	position: relative;
	top: 4px;
}
#social {
	float: right;
	z-index: 999999;
	padding-top: 2px;
}
.socialsharingtoolbox   {
	float: left; 
	padding-top: 2px;
	padding-right: 5px;
}
.fblike { 
	float: right; 
	padding-right: 5px;
	z-index: 5555;
}
#google_translate_element {
	float: right;
	margin-left: 25px;
}


/*------------------*\
    POSITIONING
/*------------------*/

.topmargin {
	position: relative;
	clear: both;
	display: block;
	height: 77px;
}
.aligncenter { 
	width: 100%; 
	margin: auto;
}
.inner { 
	display: table; 
	margin: 0 auto; 
}
.margin4sides {
	clear: both;
	margin: 0;
	padding-top: 0px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 100px;
	display: block;
	line-height: 1.5em;
	font-size: 1.2em;
}
#left { 
	float: left; 
	padding-top: 0px;
	padding-left: 100px;
	padding-bottom: 100px;
	margin-right: 550px; 
	line-height: 1.5em;
	font-size: 1.2em; 
}
#right {
	color: #666666;
	font-size: 1.2em;
	background-color: #f4f4f4;
	width: 450px;
	float: right;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: -450px;
	padding: 50px;
	line-height: 1.5em;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
#right li { 
	line-height: 1.5em;
}
.line {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px dotted #BABABA;
}
.section {
	float: left;
	clear: both;
	display: block;
	border-top: 1px dotted #A8A8A8;
	margin-top: 50px;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 50px;
	line-height: 1.5em;
}
a.anchor {
	display: block;
	position: relative;
	visibility: hidden;
	padding-top: 0px;
	float: none;
	clear: both;
}



/*------------------*\
    IMAGES
/*------------------*/

img { 
	max-width: 100%; 
	margin: 0 auto; 
	padding: 0; 
	border-width: 0;
}
.webpic { 
	margin-bottom: 15px; 
	margin-left: 15px; 
	border-radius: 50px 0 50px 0;
}
.fullwidthpic {
	width: 100%;
	max-width: 100%;
}
.headerpic { 
	width: 100%; 
	max-width: 100%;
}
.pic-centered { 
	width: auto; 
	margin-right: auto; 
	margin-left: auto; 
	display: block;
}
.pic-left { 
	width: auto; 
	height: auto; 
	float: left; 
	margin-right: 15px; 
	margin-bottom: 15px; 
}
.pic-right { 
	width: auto; 
	height: auto; 
	float: right; 
	padding-bottom: 15px; 
	padding-left: 15px;
}
.pic-right400 {
	width: 400px;
	height: auto;
	float: right;
	margin-bottom: 25px;
	margin-left: 50px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.image-wrapper { 
	position: relative; 
	width: 100%; 
	margin: 0; 
	padding: 0;
} 
.image-wrapper p {
	position: absolute;
	display: block;
	color: #fff;
	z-index: 50;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	font-weight: normal;
	left: 100px;
	bottom: 50px;
	opacity: 1;
	line-height: 100%;
	text-shadow: 1px 0px 5px #000000;
	text-transform: uppercase;
}
.staff { 
	width: 100px; 
	height: auto; 
	float: right; 
	padding-bottom: 5px; 
	padding-right: 15px;
}
.pic-icon { 
	width: auto; 
	display: block;
	margin-bottom: 15px; 
}


/*------------------*\
    TEXT STYLES
/*------------------*/

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	color: #000;
	font-weight: 400;
	display: block;
}
h2 {
  	display: block;
  	font-size: 1.7em;
  	line-height: 1em;
  	color: #0085B2;
}
h3 {
	font-size: 1.2em;
	color: #0085B2;
	margin-bottom: 10px;
}
.headline-underline { 
	color: #0085B2; 
	font-size: 1.5em; 
	font-weight: 900; 
	line-height: 1em; 
	margin-bottom: -20px; 
	padding-bottom: 0; 
	border-bottom: 1px dotted #aaa; 
	display: block;
}
.colorbar-sub { 
	background-color: #e7e7e7; 
	width: 100%; 
	height: auto; 
	float: left; 
	clear: both; 
	margin-bottom: 15px; 
	padding: 50px;
}
.paragraph-inabox { 
	color: #036; 
	font-size: 1.2em; 
	font-style: italic; 
	background-image: url(../images/formbg.gif); 
	width: auto; 
	margin-bottom: 20px; 
	padding: 20px; 
	border-style: none; 
	display: block; 
	border-radius: 25px; 
}
.testimonial { 
	color: #000; 
	font-size: 1em; 
	float: left; 
	clear: both; 
	margin-left: 50px; 
	padding-bottom: 50px;
}
.smalltext { 
	font-size: 0.7em; 
	width: 250px; 
}
.colorbar-triangle { 
	background-color: #fff; 
	width: 100%; 
	height: auto; 
	float: left; 
	clear: both; 
	margin-bottom: 0px; 
	position: relative; 
	max-width: 100%; 
	padding: 50px; 
	line-height: 1.5em;
	padding-top: 150px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 50px;
}
.colorbar-triangle:after { 
	content: ""; 
	position: absolute; 
	bottom: -15px; 
	left: 48%; 
	border-style: solid; 
	border-width: 15px 15px 0; 
	border-color: #fff transparent; 
	display: block; 
	width: 0; 
	z-index: 1; 
}
quotebox { 
	color: #fff; 
	font-size: 1.2em; 
	font-weight: bold; 
	background-color: #d0d0d0; 
	text-align: center; 
	width: 100%; 
	margin-bottom: 100px; 
	padding: 10px; 
	display: block; 
}
ul.a { 
	font-weight: 900; 
	list-style-type: disc; 
}
li.list {
	margin-left: 18px;
	padding-bottom: 7px;
	list-style-position: outside;
	list-style-type: disc;
}
li.pdf {
	font-size: 1em;
    font-weight: 500;
	line-height: 1.5em;
	margin-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	list-style-image: url(../images/acrobat_icon.gif);
	vertical-align: middle;
}
li.numbered {
	margin-left: 18px;
	padding-bottom: 7px;
	list-style-position: outside;
	list-style-type: cjk-decimal;
}
.margin4sides p {
	font-size: 1.3em;
}
.pagetoptext h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	color: #013D5B;
	font-weight: 700;
	min-width: 100%;
	display: block;
	text-transform: uppercase;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding-top: .5em;
	padding-bottom: .4em;
	text-align: center;
}
.pagetoptext {
	float: left;
	clear: both;
	margin: 0;
	padding-top: 50px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 50px;
	display: block;
	line-height: 1.5em;
	text-align: left;
	min-width: 100%;
}
.pagetoptext p {
	font-size: 1.3em;
}
.councilmembers {
	float: right;
	padding: 25px;
	width: 300px;
	display: inline;
}


/*------------------*\
    INFO BOXES
/*------------------*/


.infoboxrow1 {
	width: 100%;
	display: block;
	clear: both;
	background-color: #eeeeee;
	padding-top: 25px;
	text-align: center;
}
.infoboxrow2 {
	width: 100%;
	display: block;
	clear: both;
	background-color: #eeeeee;
}
.infobox {
	width: 254px;
	height: auto;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	border: 1px solid #CFCFCF;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background-color: #fff;
	border-radius: 15px;
	padding: 25px;
	text-transform: uppercase;
	cursor: pointer;
}
.infobox:hover {
	border: 1px solid #68A2B9;
	color: #fff;
	background-color: #D4ECF6;
}
.infobox:last-child {
	float: left;
	margin-right: 0px;
}


/*------------------*\
    HOME PG BOXES
/*------------------*/

.colorbarboxes {
	color: #000;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 50px;
	background-color: #B8D9EE;
	float: left;
	line-height: 1.5em;
	clear: both;
}
a.boxheadline {
	font-family: 'Source Sans Pro', sans-serif;
	color: #013D5B;
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: -20px;
	padding-bottom: 0;
	display: block;
	text-align: left;
}
a.boxheadline:hover {
	color: #000;
}
.paragraphbox1 {
	width: 330px;
	height: 440px;
	float: left;
	margin-right: 50px;
	border: 1px solid #fff;
	text-align: left;
	line-height: 1.5em;
	color: #000;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.paragraphbox2 {
	width: 330px;
	height: 440px;
	float: left;
	margin-right: 50px;
	border: 1px solid #fff;
	text-align: left;
	line-height: 1.5em;
	color: #000;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.paragraphbox3 {
	width: 330px;
	height: 440px;
	float: left;
	margin-right: 0px;
	border: 1px solid #fff;
	text-align: left;
	line-height: 1.5em;
	color: #000;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.paragraphbox3 br {
	margin-bottom: 0px; 
	line-height: 1em;
}
.servicepic {
	width: 100%;
	display: block;
	clear: both;
	border-top-right-radius: 25px;
}
.servicepic:hover {
	opacity: .7;
}



/*------------------*\
    GOOGLE CALENDAR
/*------------------*/

.calendar-container {
    position: relative;
    padding-bottom: 118%;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*------------------*\
    BUTTONS
/*------------------*/

a.contactbutton {
	color: #fff;
	background-color: #0085B2;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
	padding: 12px 15px;
	border: solid 1px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 10px;
	display: inline-block;
	clear: left;
	line-height: 1em;
}
a.contactbutton:hover { background-color: #013D5B; }
.contactbutton {
	color: #fff;
	background-color: #0085B2;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 12px 15px;
	border: solid 1px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 10px;
	display: inline-block;
	clear: left;
	line-height: 1em;
}
.contactbutton:hover { background-color: #013D5B; }
.submit { 
	color: #fff; 
	font-size: 1em; 
	font-weight: 700; 
	text-transform: uppercase;
	background-color: #013D5B; 
	padding: 15px;
	border-radius: 10px;
	border-width: 0; 
	display: inline-table; 
	cursor: pointer;
	line-height: 1em;
}
.submit:hover { 
	color: #fff; 
	background-color: #0085B2; 
	border-radius: 10px;
	border-width: 0; 
	cursor: pointer;
}
.submitfooter { 
	color: #fff; 
	font-size: 1.2em; 
	font-weight: bold; 
	background-color: #fff; 
	margin-bottom: 150px; 
	padding: 10px; 
	border-width: 0; 
}
.submitfooter:hover { 
	color: #fff; 
	background-color: #000; 
	padding: 10px; 
	border-width: 0; 
}
a.contactbox { 
	color: #fff; 
	font-size: 1.2em; 
	font-weight: bold; 
	background-color: #dadada; 
	text-align: center; 
	width: 100%; 
	margin-bottom: 50px; 
	padding: 10px; 
	display: block;
}
a.contactbox:hover { 
	color: #fff; 
	background-color: #b6b6b6;
}




/*------------------*\
    SUBMENU
/*------------------*/

.topright {
	margin-top: 100px;
	margin-left: 225px;
	margin-right: 100px;
	margin-bottom: 50px;
	display: block;
	line-height: 1.5em;
}
.submenu {
	width: 200px;
	height: auto;
	clear: both;
	float: left;
	margin-top: 100px;
	margin-right: 25px;
	margin-bottom: 50px;
	border-top-right-radius: 0px;
}
a.productlink {
	text-transform: uppercase;
	font-weight: 700;
	color: #0085B2;
	background-color: #fff;
	font-size: .75em;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	display: block;
	border-top: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
}
a.productlink:visited { color: #0085B2; }
a.productlink:hover { 
	color: #000 ; 
	background-color: #E7E7E7;
}



/*------------------*\
    COLORBARS
/*------------------*/

.colorbartext {
	color: #fff;
	font-size: 2em;
	line-height: 100%;
	text-align: center;
	letter-spacing: 10px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 170px;
	display: block;
	background-image: url(../images/mainstreetcrowd.jpg);
	background-attachment: fixed;
	height: 400px;
	background-origin: content-box;
	background-size: cover;
	text-transform: uppercase;
	text-shadow: 1px 0px 5px #000000;
}





/*------------------*\
    NOTIFICATIONS
/*------------------*/

.notifications_section {
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #68A2B9;
    background-color: #FAFDFF;
    max-width: 100%;
	display: block;
	clear: both;
    align-content: center;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
}
.notifications_section h1  {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    margin-top: -50px;
    background-color: #68A2B9;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #68A2B9;
    width: auto;
    display: table;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    padding: 12px 12px 12px 17px;
    letter-spacing: 10px;
    text-align: center;
}
.notifications_section h2  {
    font-size: 1.5em;
    font-weight: 400;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
}
.notifications_section h3  {
    font-size: 1.2em;
    font-weight: 400;
    display: table;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
    padding-top: 15px;
}
a.notifications_anchor {
	display: block;
	position: relative;
	visibility: hidden;
	padding-top: 50px;
	float: none;
	clear: both;
}





/*------------------*\
    POSTER FLYERS
/*------------------*/

.postersection {
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #68A2B9;
    background-color: #FAFDFF;
    max-width: 100%;
	display: block;
	clear: both;
    align-content: center;
    text-align: center;
}
.poster {
    width: 300px;
    margin: 0 auto;
    display: inline;
}
.postersection h1  {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 400;
    margin-top: -50px;
    background-color: #68A2B9;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #68A2B9;
    width: auto;
    display: table;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    padding: 12px 12px 12px 17px;
    letter-spacing: 10px;
}
.postersection h2  {
    font-size: 1.5em;
    font-weight: 400;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
}
.postersection h3  {
    font-size: 1.2em;
    font-weight: 400;
    display: table;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
    padding-top: 15px;
}
a.posteranchor {
	display: block;
	position: relative;
	visibility: hidden;
	padding-top: 50px;
	float: none;
	clear: both;
}






/*------------------*\
    CONTACT PAGE
/*------------------*/


#contactformsection {
	width: 100%;
	float: left;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 25px;
	background-color: #B8D9EE;
}
#contactform {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#contactform-left {
	width: 350px;
	float: left;
	padding-right: 10px;
}
#contactform-right {
	width: 350px;
	float: left;
	padding-left: 10px;
}
#contactform-terms {
	color: #fff;
	font-size: .7em;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 0px;
	line-height: 120%;
}
#contactform-bottom {
	color: #fff;
	width: 302px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
	position: relative;
}
.formtoptext {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
	display: block;
	width: 100%;
	font-weight: 700;
}
.formerrortext {
	color: #fff;
	font-size: 1em;
	text-align: center;
	font-weight: 700;
}
.dropdown { 
	font-size: 0.8em; 
	color: #808080; 
	width: 100%; 
	height: 35px;
	background-color:#fff; 
	margin: 5px auto; 
	border-color: #fff; 
	opacity: 1;
}
.dropdown:hover { opacity: .8; }
.thankyou { 
	color: #000; 
	font-size: 1.5em; 
	font-weight: bold; 
	background-image: url(../images/formbg.gif); 
	text-align: center; 
	width: auto; 
	height: 80%; 
	margin: 50px; 
	padding: 100px; 
	border-width: 0; 
	border-radius: 25px;
}
.contactformfield { 
	font-size: 0.8em; 
	color: #000; 
	background-color: #fff;
	text-align: left; 
	width: 100%; 
	margin: 5px auto; 
	padding: 10px 8px 8px; 
	border: solid 1px #fff; 
	border-radius: 5px;
	opacity: 1;
}
.contactformfield:hover { border: solid 1px #0085B2; opacity: .8; }
.contactform_error {
	background-color: #F2F399;
	opacity: .6;
}
.form_a {
	visibility: hidden;
}
.map { 
	width: 100%; 
	float: none; 
	margin-right: auto; 
	margin-left: auto; 
	display: block; 
	padding-bottom: 25px;
}




/*------------------*\
    FOOTER
/*------------------*/

.footer {
	color: #fff;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.5em;
	background-color: #68A2B9;
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	min-width: 100%;
	margin: 0;
	padding-top: 50px;
	border-top: 5px solid #013D5B;
}
#footercenter { width: 100%; margin: auto; }
#footerinner { margin:0 auto; display: table; }
#footerlogo {
	clear: both;
	margin-top: -163px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	width: 275px;
}
.tagline {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: block;
	letter-spacing: 5px;
}
a.footerlinks { color: #fff; text-decoration: none; }
a.footerlinks:hover { color: #B8D9EE; text-decoration: none; }
.copyright {
	font-size: 0.8em;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 50px;
	width: 100%;
	display: block;
	background-color: #013D5B;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 50px;
}
.footerblock1 { 
	text-align: left; 
	width: auto; 
	float: left; 
	clear: right;
	margin-bottom: 50px; 
}
.footerblock2 {
	text-align: left;
	width: auto;
	float: left;
	clear: right;
	margin-left: 50px;
	margin-bottom: 50px;
	padding-left: 25px;
	border-left: 1px solid #85AFCA ;
}
.footerblock3 { 
	text-align: left; 
	width: auto; 
	float: left; 
	clear: right; 
	margin-left: 50px;
	margin-bottom: 50px; 
	padding-left: 25px;
	border-left: 1px solid #85AFCA;
}
.footerblock4 { 
	float: left; 
	margin-left: 50px;
	margin-bottom: 50px; 
	padding-left: 25px;
	border-left: 1px solid #85AFCA;
}
.footerheadline {
	color: #013D5B;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 0px;
	clear: both;
	display: block;
	border-bottom: 1px solid #013D5B;
}
a.footerheadline { color: #013D5B; }
a.footerheadline:hover { color: #fff; }
.footersubheadline { 
	color: #fff; 
	font-weight: 700; 
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 5px;
}
a.footersubheadline { color: #fff; }
a.footersubheadline:hover { color: #013D5B; }
.footerheadline br { 
	line-height: 5px;
}
a.footerphone { 
	color: #fff; 
	font-size: 1.2em; 
	font-weight: 700; 
	cursor: default;
}
a.fax { 
	color: #fff; 
	font-size: 1.2em; 
	font-weight: 700; 
	cursor: default;
}
a.footeremail {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	border: 1px solid #fff;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.footeremail:hover {
	color: #000;
	border: 1px solid #fff;
	background-color: #fff;
}
a.faxlink { color: #fff; cursor: default; }
#backtotop { 
	visibility: hidden; 
	margin-top: 0px; 
	margin-bottom: 0px;
}
#bottomlogo { 
	background-image: url(../images/logo_bottom_bg.png); 
	background-repeat: repeat-x; 
	background-position: 0 0; 
	text-align: center; 
	height: 150px; 
	clear: both; 
	margin: 0 auto; 
	padding: 0; 
	display: block;
}
#bottomline { 
	width: 80%; 
	clear: both; 
	margin-top: 50px; 
	margin-right: auto; 
	margin-left: auto; 
	border-top: 1px solid #474747; 
	display: block;
}
.fb-like-box {
	border-radius: 10px;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
}
.socialicons {
	width: 45px;
	padding: 2px;
}
.socialicons:hover {
	opacity: .4;
}



/*------------------*\
    SOCIAL
/*------------------*/

.socialfeeds {
	background-color: #fff;
	height: 540px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	display: block;
	border-radius: 20px;
	width: 640px;
}
#twitterbox { 
    width: 300px; 
    float: left; 
}
#facebookbox { 
    width: 300px; 
    float: left;  
}





/* TRANSITION --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1350px), only screen and (max-device-width: 1350px) {



/*------------------*\
    TOP HEADER
/*------------------*/

.socialsharingtoolbox {
	display: none;
	visibility: hidden;
}
#topcontactinfo {
	font-size: .8em;
}



/*------------------*\
    INFO BOXES
/*------------------*/


.infoboxrow1 {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
}
.infoboxrow2 {
	width: 100%;
	display: block;
	clear: both;
	padding-left: 50px;
	padding-right: 50px;
}
.infobox {
	width: 210px;
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 12px;
}
.infobox:last-child {
	float: left;
	width: 210px;
	margin-right: 0px;
	padding: 12px;
}




/*------------------*\
    POSITIONING
/*------------------*/

.margin4sides {
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}
.inner { 
	display: table; 
	margin: 0 auto; 
}


/*------------------*\
    COLORBARS
/*------------------*/

.colorbartext {
	padding-top: 150px;
	padding-right: 75px;
	padding-left: 75px;
	padding-bottom: 75px;
}



/*------------------*\
    HOME PG BOXES
/*------------------*/

.colorbarboxes {
	padding: 50px;
}
.paragraphbox1 {
	width: 100%;
	height: auto;
	float: left;
	margin-right: 0px;
	margin-bottom: 50px;
}
.paragraphbox2 {
	width: 100%;
	height: auto;
	float: left;
	margin-right: 0px;
	margin-bottom: 50px;
}
.paragraphbox3 {
	width: 100%;
	height: 400px;
	float: left;
	margin-right: 0px;
    overflow-y: scroll;
}








}



/* TABLET PORTRAIT --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {


#social {
	display: none;
	visibility: hidden;
}
.section {
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 25px;
}
.pic-right400 {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	display: block;
	margin-top: 0px;
	margin-bottom: 25px;
}




}




/* TABLET --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1000px), only screen and (max-device-width: 800px) {



/*------------------*\
    TOP HEADER
/*------------------*/

#topcontactinfo {
	visibility: hidden;
	display: none;
}


/*------------------*\
    TEXT STYLES
/*------------------*/

a.contactbox { padding: 10px 50px; }
.colorbar-triangle { 
	padding-top: 100px;
	padding-right: 75px;
	padding-left: 75px;
	padding-bottom: 50px;
}



/*------------------*\
    POSITIONING
/*------------------*/

.topmargin { 
	margin-top: 32px; 
}
.bottommargin { margin-bottom: 82px; }
#left { 
	width: auto; 
	float: none;
	margin: 0; 
	padding: 50px;
}
#right {
	width: auto;
	float: none;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	border-left-style: none;
	border-left-width: 0;
	border-radius: 0px;
}
.margin4sides {
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}
.section {
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 25px;
}





/*------------------*\
    IMAGES
/*------------------*/

.webpic { 
	width: 100%; 
	height: auto; 
	margin-left: 0; 
	border-radius: 0px 0px 0px 0px;
}
.pic-left { 
	width: 100%; 
	height: auto; 
	float: left; 
	margin-right: 0; 
	border-radius: 0px 0px 0px 0px;
}
.image-wrapper p { 
	font-size: 30px;
	bottom: 25px;
	left: 50px;
}



/*------------------*\
    HOME PG BOXES
/*------------------*/

.colorbarboxes {
	padding: 50px;
}
.paragraphbox1 {
	width: 100%;
	height: auto;
	float: left;
	margin-right: 0px;
	margin-bottom: 50px;
}
.paragraphbox2 {
	width: 100%;
	height: auto;
	float: left;
	margin-right: 0px;
	margin-bottom: 50px;
}
.paragraphbox3 {
	width: 100%;
	height: 400px;
	float: left;
	margin-right: 0;
}




/*------------------*\
    INFO BOXES
/*------------------*/


.infoboxrow1 {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
}
.infoboxrow2 {
	width: 100%;
	display: block;
	clear: both;
	padding-left: 50px;
	padding-right: 50px;
}
.infobox {
	min-width: 100%;
	display: block;
	float: left;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 25px;
}
.infobox:last-child {
	float: left;
	min-width: 100%;
	margin-right: 0px;
	padding: 25px;
}





/*------------------*\
    BUTTONS
/*------------------*/

a.contactbutton { 
	font-size: 1em; 
	text-align: center;
}
a.button { 
	width: auto; 
	float: none; 
	margin-top: 1em; 
	padding: 10px; 
	display: block;
}
a.button:hover { background-color: #fefbe2; }




/*------------------*\
    COLORBARS
/*------------------*/

.colorbartext {
	padding-top: 150px;
	padding-right: 75px;
	padding-left: 75px;
	padding-bottom: 75px;
}




/*------------------*\
    SUBMENU
/*------------------*/

.topright {
	clear: both;
	display: block;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.submenu {
	width: 100%;
	clear: both;
	border-right: 0px;
	float: none;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}		
a.productlink {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	display: block;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #E7E7E7;

}
	
	
/*------------------*\
    POSTER FLYERS
/*------------------*/

.postersection {
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #68A2B9;
    background-color: #FAFDFF;
    max-width: 100%;
	display: block;
	clear: both;
    align-content: center;
    text-align: center;
}
.poster {
    width: 300px;
    margin: 0 auto;
    display: inline;
}
.postersection h1  {
    font-size: 1.5em;
    padding: 12px;
    letter-spacing: 2px;
}

    
    
    
    
/*------------------*\
    CONTACT PAGE
/*------------------*/


#contactformsection {
	width: 100%;
}
#contactform {
	width: 90%;
}
#contactform-left {
	width: 100%;
	float: none;
	padding-right: 0px;
}
#contactform-right {
	width: 100%;
	float: none;
	padding-left: 0px;
}
#contactform-terms {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contactform-bottom {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: left;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}


/*------------------*\
    FOOTER
/*------------------*/

#footerinner { 
	margin:0 auto 0 50px; 
	display: inline; 
}
.footerblock1 { 
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 50px;
	display: block;
	float: none;
	text-align: center;
	font-size: 1.2em;
}
.footerblock2 { 
	margin-right: 25px;
	margin-bottom: 50px;
	margin-left: auto;
	display: block;
	float: none;
	text-align: center;
	font-size: 1.2em;
} 
.footerblock3 { 
	margin-right: 25px;
	margin-bottom: 50px;
	margin-left: auto;
	display: block;
	float: none;
	text-align: center;
	font-size: 1.2em;
}
.footerblock4 {
	margin-right: 25px;
	margin-bottom: 50px;
	margin-left: auto;
	display: block;
	float: none;
	text-align: center;
	font-size: 1.2em;
}
#bottomline { 
	width: 90%; 
	margin-top: 50px;
}
#footerlogo { 
	margin-top: -185px;
	float: none; 
	clear: both; 
	display: block; 
}

/*------------------*\
    SOCIAL
/*------------------*/

.socialfeeds {
	background-color: #fff;
	height: 1075px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	display: block;
	border-radius: 20px;
	width: 340px;
}
#twitterbox { 
    float: none; 
    display: block;
}
#facebookbox {     
    float: none; 
    display: block;
}


}



/* MOBILE --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {



/*------------------*\
    LINKS
/*------------------*/

a.page_anchor { top: -190px; }



/*------------------*\
    TOP HEADER
/*------------------*/

#google_translate_element {
	visibility: hidden;
	display: none;
}
#logo {
	margin-right: auto;
	margin-left: auto;
	display: block;
	z-index: 9999;
	position: relative; 
}
.fblike { 
	visibility: hidden; 
	display: none;
}
.socialsharingtoolbox   {
	visibility: hidden; 
	display: none;
}



/*------------------*\
    POSITIONING
/*------------------*/

.topmargin { 
	margin-top: 32px;
}
#aligncontact { margin: 15px 15px auto; }
#left { 
	float: left; 
	margin: 0; 
	padding: 25px; 
}
#right { 
	width: 100%; 
	float: left; 
	margin: 0px;
	padding: 25px;
	border-left-style: none; 
	border-left-width: 0; 
	border-radius: 0px; 
}
#right li { 
	line-height: 1.5em;
}
.margin4sides {
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.section {
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}
a.anchor {
	padding-top: 25px;
}




/*------------------*\
    IMAGES
/*------------------*/

.webpic { 
	width: 100%; 
	height: auto; 
	border-radius: 0px 0 0px 0; 
}
.pic-left { 
	width: 100%; 
	height: auto; 
	float: left; 
	margin-right: 0; 
	border-radius: 0px 0px 0px 0px;
}
.pic-right {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
.pic-right400 {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	display: block;
	margin-top: 0px;
	margin-bottom: 25px;
}
.image-wrapper p { 
	font-size: 19px; 
	line-height: 100%; 
	letter-spacing: -1px; 
	bottom: 10px; 
	left: 25px;
}


/*------------------*\
    TEXT STYLES
/*------------------*/

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
.headline-section { line-height: 1em; }
.testimonial { 
	color: #000; 
	font-size: 1em; 
	float: left; 
	clear: both; 
	margin-right: 15px; 
	margin-left: 15px; 
	padding-bottom: 50px; 
}
.paragraph-boxed-small { 
	font-size: 1em; 
	background-color: #fbfbfb; 
	background-image: url(../images/formbg.gif); 
	height: auto; 
	float: left; 
	clear: left; 
	margin-bottom: 20px; 
	padding: 20px; 
	border: 1px #9a9a9a; 
	border-radius: 25px;
}
.paragraph-inabox {
	width: auto;
	margin: 0;
	padding: 20px;
	border-style: none;
	border-radius: 25px;
}
.quotebutton { float: none; }
.colorbar-triangle {
	padding-top: 40px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
a.contactbox { 
	margin-bottom: 50px; 
	padding: 15px;
}
ul.a { 
	font-weight: 900; 
	list-style-type: disc; 
	list-style-position: inside;
}
.pagetoptext {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
}


/*------------------*\
    INFO BOXES
/*------------------*/


.infoboxrow1 {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
.infoboxrow2 {
	width: 100%;
	display: block;
	clear: both;
	padding-left: 25px;
	padding-right: 25px;
}
.infobox {
	min-width: 100%;
	display: block;
	float: left;
	margin-right: 0px;
	margin-bottom: 25px;
}
.infobox:last-child {
	float: left;
	min-width: 100%;
	margin-right: 0px;
}




/*------------------*\
    HOME PG BOXES
/*------------------*/

.colorbarboxes {
	padding: 25px;
}
.boxheadline {
	color: #001a39;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: -20px;
	padding-bottom: 0;
	display: block;
}
.paragraphbox1 {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	margin-bottom: 25px;
	text-align: left;
}
.paragraphbox2 {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	margin-bottom: 25px;
	text-align: left;
}
.paragraphbox3 {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	margin-bottom: 0;
	text-align: left;
}
.servicepic {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	padding-bottom: 15px;
	border-radius: 5px;
}
.icons {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	padding-bottom: 15px;
}




/*------------------*\
    BUTTONS
/*------------------*/

a.contactbutton { 
	width: 100%;
	font-size: 1em; 
	text-align: center; 
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contactbutton { 
	width: 100%;
	font-size: 1em; 
	text-align: center; 
	display: block;
	margin-bottom: 0px;
}
#footerquotebutton { margin-bottom: 0px; }
.submitfooter { 
	font-size: 1em; 
	margin-bottom: 10px; 
	display: block; 
}
a.button { 
	margin-top: 0.5em; 
	margin-right: 0; 
	margin-bottom: 1em; 
	padding: 10px; 
	display: block;
}
a.button:hover { background-color: #fefbe2; }





/*------------------*\
    COLORBARS
/*------------------*/

.colorbartext {
	color: #fff;
	font-size: 1.5em;
	line-height: 100%;
	padding-top: 50px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 75px;
	background-origin: border-box;
	height: 300px;
	background-attachment: scroll;
}




/*------------------*\
    NOTIFICATIONS
/*------------------*/

.notifications_section {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    clear: both;
    float: none;
}
.notifications_section h1  {
    font-size: 1.5em;
    padding: 12px;
    letter-spacing: 2px;
}


/*------------------*\
    POSTER FLYERS
/*------------------*/

.postersection {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    clear: both;
    float: none;
}
.poster {
    width: 300px;
    margin: 0 auto;
    display: inline;
}
.postersection h1  {
    font-size: 1.5em;
    padding: 12px;
    letter-spacing: 2px;
}
a.posteranchor {
	padding-top: 10px;
}


/*------------------*\
    CONTACT PAGE
/*------------------*/

#contactformsection {
	margin-bottom: 0px;
	padding-bottom: 25px;
	padding-top: 5px;
}
#contactform {
	width: 90%;
	float: none;
	display: block;
	position: relative;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
	margin-top: 0px;
}
#contactform-left {
	width: 100%;
	float: none;
	padding-right: 0px;
}
#contactform-right {
	width: 100%;
	float: none;
	padding-left: 0px;
}
#contactform-terms {
	width: 302px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 15px;
	padding-bottom: 0px;
}
#contactform-bottom {
	width: 302px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: left;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
 }
.formtoptext {
	margin-bottom: 15px;
	margin-top: 25px;
	display: block;
	width: 90%;
}
.contactformfield {
	width: 100%;
	float: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px auto; 
}
.dropdown {
	background-color: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 0px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 10px auto; 
	height: 35px;
}
.map {
	width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 25px;
}



/*------------------*\
    FOOTER
/*------------------*/

.footer { 
	font-size: 0.9em; 
	line-height: 1.5em; 
	text-align: center; 
	letter-spacing: 0; 
	min-width: 100%; 
	margin: 0; 
}
#footerlogo { 
	margin-top: -185px;
	float: none; 
	clear: both; 
	display: block; 
}
.tagline { 
	font-size: 1em; 
	letter-spacing: 0; 
}
a.footerlinks  { text-decoration: none; }
a.footerlinks:visited  {  }
a.footerlinks:hover  {  }
a.footerphone {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1em;
	background-color: #013D5B;
	width: 85%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	display: block;
	border-color: #2A2A2A;
	border-radius: 15px;
}
.fax { color: #fff; }
a.footeremail {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1em;
	background-color: #013D5B;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	display: block;
	border-color: #013D5B;
	border-radius: 15px;
}
a.footeremail:hover {
	color: #013D5B;
	background-color: #fff;
}
a.faxlink { color: #fff; }
.footerblock1 { 
	text-align: center; 
	width: auto; 
	float: none; 
	clear: both; 
	margin: 0 auto;
}
.footerblock2 {
	text-align: center;
	width: auto;
	float: none;
	clear: both;
	margin: 25px auto 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	border-style: none;
	border-width: 0;
} 
.footerblock3 { 
	text-align: center; 
	width: auto; 
	float: none; 
	clear: both; 
	margin: 25px auto 0; 
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	border-style: none; 
	border-width: 0; 
}
.footerblock4 { 
	text-align: center; 
	width: auto; 
	float: none; 
	clear: both; 
	margin: 20px auto 0; 
	padding: 0; 
	border-style: none; 
	border-width: 0; 
}
.fb-like-box {
	border-radius: 0px;
	border: 0px;
}
.footerheadline { 
	font-size: 1em; 
	font-weight: 700; 
	text-transform: uppercase;
}
.copyright { 
	display: block;
	clear: both;
	font-size: 0.7em; 
	line-height: 1.4em; 
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0;
	min-width: 100%;
	padding: 25px;
	width: 100%;
}
#backtotop { 
	visibility: visible; 
	margin-top: 25px; 
	margin-bottom: 25px; 
}

/*------------------*\
    SOCIAL
/*------------------*/

.socialfeeds {
	background-color: #fff;
	height: 1070px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	display: block;
	border-radius: 20px;
	width: 100%;
    overflow-y: hidden;
}
#twitterbox { 
    float: none; 
    display: block;
}
#facebookbox {
    float: none;
    display: block;
    background-attachment: scroll;
}

}