@charset "utf-8";
/*------------------------------------*\
	GLOBALS
\*------------------------------------*/
* {-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */ /*border-box makes width include border and padding so no need to do the math*/
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  /*helper for custom fonts to keep font-weight and size/rendering the same cross browser*/
}

/*conditional targeting Firefox browser for custom fonts to adjust letter-spacing for constistency cross browser*/
/*@-moz-document url-prefix() { 
  .menu > li .drop,
.menu > li:hover .drop {letter-spacing: 0.17px;}
}*/
html, body {
	padding:0;
	margin:0;	
}


a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

:focus {
	outline:none;	
}


/*FULLSCREEN BACKGROUND IMAGE*/
/*#bg_image { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 2; 
	width: 100%;
	height: 540px;
	min-width: 1000px;
	min-height: 540px;
	border-bottom:10px solid #4b4949;
}*/
/*z-index Container to layer site above FULLSCREEN BACKGROUND IMAGE*/
/*#floatingContainer { 
	position: relative; 
	width: 100%;  
	z-index: 3; 

}*/

/*------------------------------------*\
	GRID STRUCTURE 
\*------------------------------------*/
.row{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	 /* equal height of the children */	

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-moz-box-orient:    horizontal;     
	-webkit-box-orient: horizontal;     
	box-orient:         horizontal;      
	-ms-box-orient: horizontal;

	justify-content: flex-start;

}
.grid {
margin: 0 1.0416666666666665%; /*(10px) margin on left and right for 20px spacing for all grid elements*/ 
 }
 
 /*960 GRID BREAKDOWN - full content area space is 1020px with padding 30px on left and right*/
.col100 { width:100%;}
.col1020 { max-width:1020px; width:100%;}
.col960 { max-width:960px; width:100%; }
.col940 { max-width:940px; width:97.91666666666666%; }
.col75 { max-width:700px; width:72.91666666666666%; }
.col66 { max-width:620px; width:64.58333333333334%; }
.col50 { max-width:480px; width:47.91666666666667%; }
.col33 { max-width:320px; width:31.25%; }
.col25 {max-width:240px; width:22.916666666666664%; }
.col15 {max-width:140px; width:14.583333333333334%; }
.col20 {max-width:172px; width:17.916666666666668%;}
.col80 {max-width:748px; width:77.91666666666667%;}
.col85 {max-width:780px; width:81.25%;}
.col40 { max-width:380px; width:39.58333333333333%; }
.col60 { max-width:540px; width:56.25%; }

/*------------------------------------*\
	GRID POSITIONING
\*------------------------------------*/
.clearit {
	clear:both;
}
.centerit {
	margin:auto;
}
.right {
	float:right !important;
}
.left {
	 float:left !important;
}


/*-----------------------------------*\
	ELEMENT COSMETICS
\*-----------------------------------*/
.shadow {
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow:         0px 0px 2px #666;	
}

.greyborder {
border:1px solid #ccc;	
}
.dropShadow {
max-width:960px;
width:100%;
position:absolute;
left:0;
bottom:-8px;	
height:8px;
z-index:10000;
}
.topS {
top:0 !important;
bottom:auto !important;	
}
/*------------------------------------*\
	BUTTONS
\*------------------------------------*/

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	display:inline-block;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent; 
	border-right:4px solid #564587; 
	display:inline-block;
	margin-bottom:1px;
}

a.buttonit {
	 -webkit-border-radius: 5px; 
	 -moz-border-radius: 5px; 
	  border-radius: 5px; 
	  display:inline-block;
	  font-weight:bold;
	  color:#fff;
	  text-transform:uppercase;  
	  text-align:center;
	  min-height:33px;
	  padding:10px;
}
a.buttonit:hover {
	text-decoration:none;
}

/*------------------------------------*\
	GRADIENTS
\*------------------------------------*/
/*------------------------------------*\
	GRADIENTS
\*------------------------------------*/
.grey-reflective{
	background: rgb(255,255,255); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */



}
.grey-gradient {
background: #ffffff; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ffffff 0%, #dcdddd 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdddd)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#dcdddd 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#dcdddd 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#dcdddd 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#dcdddd 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdddd',GradientType=0 ); /* IE6-8 */
}
.grey-ish-gradient {
background: #ededed; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	
}


/*------------------------------------*\
	TEMPLATE-HEADER
\*------------------------------------*/

header, .header-inner {
	min-height:119px;
	position:relative;
	
}
.logo {
	max-width:249px; /*width of logo image*/
	height:auto;
	display:block;
	left:5px;
	top:17px; 
	position:relative;
}

#social {
margin-top:20px;	
text-align:right;
margin-bottom:30px;
}
#social ul, #social ul li {
margin:0;
padding:0;	
}
#social ul li {
list-style:none;	
display:inline-block;
line-height:22px; 
height:22px;
margin-left:10px;
float:right;
 }
/*#social, #social a {
	font-weight:bold; 
	text-transform:uppercase;
	color:#8ebce4;
}
*/
#social a {
display:inline-block;
	
}

#secondary-nav {
text-align:right;
position:absolute;
bottom:15px;
right:0;	
}
#secondary-nav a {
font-weight:bold;
color:#666;
display:inline-block;
margin-left:10px;
}

#searchit {
display:inline-block;
 -webkit-border-radius: 3px; 
	 -moz-border-radius: 3px; 
	  border-radius: 3px; 
	  -moz-box-shadow:    inset 2px 2px 2px #666;
   -webkit-box-shadow: inset 2px 2px 2px #666;
   box-shadow:         inset 2px 2px 2px #666;
   border:1px solid #fff;	
   margin-left:10px;
}
.search-field {
background:transparent;
border:0px;
-moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   padding:4px 4px 3px 10px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
   font-size:0.929em /*13px*/;	
   color:#6ca5d7;
   /*reset for browser default input styles*/
	-webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px; 
  -webkit-appearance: none;
  -moz-appearance:none;
}
.search-button {
background-color:transparent;	
background-image:url(../images/icon-search.png);
background-repeat:no-repeat;
background-position:center center;
border:0px;
}
.search-button:hover {
cursor:pointer;
}
/*search container makes search results responsive*/
.search_area {
	width: 100% !important;
	
}
#navigation {
	text-align: center;	/*center superfish menu*/
	line-height:1px;
}
nav {
	display:inline-block;
	line-height:1px;
}
#navigation, h2.headerblock {
	min-height:47px;
}

.sf-menu-outer {
display:inline-block;	
}


/*--------------------------------------------------*\
	TEPLATE CONTENT CONTAINER/BACKGROUND TREATMENT 
\*--------------------------------------------------*/
/*these background container divs typically wrap from after the navigation block to the end of content, just before footer markup*/
.whiteBG {
background-color:#fff;	
}
.blackBG {
	background-color:#000;	
}
.darkBG {
background-color:#3b3b3b;	
}
.imageBG {
height: 568px;
    left: 0;
    min-height: 568px;
   /* min-width: 960px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.zUp {
	position: relative;
	 z-index: 2;
	 left: 0;
	 top:0;
	 min-height: 568px;
}
.BGimage-container {
	position:relative; min-height:568px;
	
}
.waterBG, .int-waterBG {
background-image:url(../images/waterBG.jpg);
background-repeat:no-repeat;	
background-position:center top;
padding:25px 0 30px 0;
min-height:415px;
}
/*alternate int-template background treatment*/
.int-waterBG {
background-image:url(../images/int-waterBG.jpg) !important;

}

/*------------------------------------*\
	CYCLE2 SLIDESHOW CONTAINER
\*------------------------------------*/

#slideshow {
	position:absolute;
	bottom:0;
	background-color:#000;
	/*border:10px solid #fff;*/
}
/*#slideshow img { display: none }
#slideshow img.first { display: block }*/

/*------------------------------------*\
	HOMEPAGE CONTENT
\*------------------------------------*/
/*.fadeit {
	background: url("../images/wrapperFade.png") no-repeat scroll center top, url("../images/wrapperY.png") repeat-y scroll center top rgba(0, 0, 0, 0);
	min-height: 300px;
	position: relative;
 
}*//*this style is for a fade to page effect like on BIACNM - it uses 2 background images. images are included in basecode.*/

/* CONTENT */

#content-container {
	background-image:url(../images/int-pageBG.png);
	background-repeat:repeat;
	margin-top:20px;
}


#content .row {
margin-top:10px;	
margin-bottom:10px;
}
/*applies fixed top and bottom margin to grid rows*/

#content {
padding: 10px 0 25px 0;
position:relative; /*relative parent for absolute dropshadow placement*/ 
}
/*CONTENT BLOCK IDS*/
/*id's are used in conjunction with classes to supply an identifier to target for custom treatments for specific blocks and their child elements*/
#button-gateway .buttonit{
	margin-bottom:6px;
}
#home_text {
	padding:15px 25px;
	font-family: 'Glegoo', Courier New, Courier, monospace;
	color:#a69959;
	line-height:18px;
}

#videoblock {
line-height:0;	
}
ul#news-list {
margin:0;
padding:0;	
}
ul li.home-news-item {
list-style:none;
padding:0;
margin:10px 20px;
display:block; 	
}
.news-date, .news-title, ul li.home-news-item > .news-title > a {
	color:#6ca5d7 !important;
	font-size:1.071em /*15px*/;
	font-weight:bold;
}
.news-title {
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}
.news-short-desc {
	
}
ul li.home-news-item a{
	color:#333;
}
.filesize {
	color:#666;
	font-size:0.929em /*13px*/;
}
.filesize:before {
	content: "PDF ";
}
#BlogList ul {
margin:0;
padding:0;	
}
#BlogList ul li{
list-style:none;
padding:0;
margin:10px 20px;
display:block; 	
position:relative;
clear:both;
}
#creditfooter {
	margin:20px 20px 0 20px;
}
.date, span.headline > a {
	color:#6ca5d7 !important;
	font-size:1.071em /*15px*/;
	font-weight:bold;
}
span.headline {
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-top:31px;
}
p.date {
position:absolute;
top:-29px;	
left:0;
z-index:2;
}

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

footer ul {
	margin:15px 0 0 30px; 
	padding:0;
	display:inline-block;
	list-style:none;
	
}
footer ul li {
margin-bottom:5px;	
}
footer {
color: #1f1f1e;	
font-size:0.857em /*12px*/;
margin-bottom:30px;

}

footer .first-col {
	padding-left:40px;
}
footer a {
color: #1f1f1e;	
}


footer .copyright {
	font-size:0.786em /*11px*/;
	
	
}



/*------------------------------------*\
	INT-TEMPLATE z-index LAYERING
\*------------------------------------*/

/*#int-container {
position:relative;	
min-height:600px;
}
.zlayer1 {
position:absolute;
top:0;
left:0;
z-index:1;	
}
.zlayer2 {
position:absolute;
top:25px;
left:0;
z-index:2;	
}*/
/*above styles can be used to create z-index layering above custom background treatments*/

/*------------------------------------*\
	INT-TEMPLATE SIDEBAR/SUBNAV
\*------------------------------------*/
#sidebar {
	width:25%;
	padding-right:40px;
	padding-top:95px;
	/*padding:25px 10px 25px 10px;*/
}

#sidebar ul {
	margin-left:10px;
	margin-right:10px;
}
#int-content {
	padding:25px 60px 25px 60px;
	line-height:20px;
	min-height:575px;
	width:75%;

}

/* SIDEBAR SUBNAV */
#sidebar .pagetitle {
	
	padding: 8px 10px;
	min-height: 42px;
	display:block;
	font-size:1.286em  /*18px*/;
	font-family: 'Unica One', Arial, Helvetica, sans-serif;
	color:#534d16;
	text-transform:uppercase;
	margin-top:-75px;

}
#sidebar .pagetitle a{ 
	color:#534d16;
}

#sidebar li{
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
	
}
#sidebar ul{
	margin: 7px 0 0 0;
	padding: 0;
	
}

#sidebar ul.secondlevel{
margin-bottom:75px;	

}

#sidebar li.menu_active a{
	font-weight:600;	
	color:#02809f;
}
#sidebar li.menu_inactive a {
	font-weight:400;
		color:#534d16;
}
#sidebar .secondlevel li {
	padding: 0 0 0 23px;
}
#sidebar .secondlevel li > ul > li {
	padding: 0 0 0 15px;
}
/* END SIDEBAR NAV */


/* SITEMAP */

#sitemap, #sitemap ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sitemap li {
	margin:10px 0;
	font-weight:bold;
}
#sitemap li ul {
	margin-top:10px;
}
#sitemap li ul li {
	font-weight:normal !important;
	margin:0 0 10px 35px;
}
/* END SITEMAP */


/* FORM STYLES */

#contact_form {
	text-align:left;
	width:400px;
	padding-top:15px;
}

#page_form {
	padding:10px 0 25px 0;
}

#page_form label {
	width:125px;
	float:left;
}

#page_form div {
	margin:0 0 20px 0;
}

#page_form .blocked {
	clear:both;
}
#page_form .required {
	color:#FF0000;
}
#page_form label.error {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: red;
	display:inline-block;
	width:100%;
	margin:0 0 10px 125px;
}
#page_form input.error, #page_form select.error, #page_form textarea.error { 
	border: 1px solid red; 
}
#page_form .captcha {
	border: 1px solid red;
	text-align:center;
	padding:10px;
}
#page_form .captcha label {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: red;
	width:100%;
	margin-bottom:10px;
}
#page_form .captcha img {
	vertical-align:bottom;
	margin-right:10px;
}
#page_form .captcha label.error {
	display:inline-block;
	margin:10px 0 0 0;
	float:none;
}
.form_text_1 {
	width:200px;
}

.form_text_2 {
	width:150px;
}

.form_text_3 {
	width:100px;
}

.form_text_4 {
	width:50px;
}
/* END FORM STYLES */


/* UTILITY */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* END UTILITY */

/*------------------------------------*\
	INT-TEMPLATE CONTENT
\*------------------------------------*/

#page-content {

}


/*------------------------------------*\
	BREAKPOINT MEDIA QUERIES
\*------------------------------------*/

@media screen and (max-width: 960px) {
#navigation {
display:none;	
}
.sf-menu-outer {
display:block;	
}

}

@media screen and (max-width: 768px) {
#sidebar {
display:none;	
}

#content-container {
	background-image:none;
	background-color:#fff;
}



.row {
display:block;	
}
.col100{
width:100%;	
margin-left:0 !important;
margin-right:0 !important;
}

#int-content {
width:100%;	
background-image:none;
padding-right:60px;
}
.col1020, .footer-inner div.first-col[style], .footer-inner div.row[style], .col940 {
	max-width:768px;
	width:97.91666666666666% !important;
	clear:both;
}
.footer-inner div.first-col[style] {
	padding-left:30px;
}
.footer-inner div.row ul{
	vertical-align:top !important;
}
.callout h2, .sidebar-callout h2, .callout-content h3 {
	font-size:1.143em /*16px*/;
	
}


}
	
@media screen and (max-width: 640px) {
.col1020, .col960 {
	width:100%;	
	}
.col940, .col75, .col66, .col50, .col40, .col60, .col33, .col25, .col15, .col85, .col20, .col80, .footer-inner > .col50 { 
	max-width:640px;
	width:97.91666666666666%;
	clear:both;
	

}

.logo {
	display:block;
	margin:auto;
	position:static;
}
#social {	
float:none;
clear:both;
text-align:center;
margin-bottom:15px;
}
.BGimage-container {
  min-height:250px;
	
}

.imageBG {
	min-height: 250px !important;
	height:250px !important;
}
.zUp {
	min-height: 250px !important;
	
}
#social {
position:static;
	max-width:640px;
	width:97.91666666666666%;
	clear:both;	
	float:none;
	
	
}
.callout {
	margin-top:75px !important;
}
#slideshow {
display:none;	
}
img.quoteit {
	max-width:640px;
	width:90%;
	clear:both;	
	float:none;
	margin-top:15px;
}



#home_text {
margin-bottom:0;
}

#int-content {
padding:15px;	
}

p[style], h1[style], h2[style], h3[style], h4[style], h5[style], h6[style] {
margin-left:0px !important;	
}

#int-content p img, #int-contentt p img[style] {
max-width:100% !important;		
height:auto !important;	
clear:both !important;	
float:none !important;
display:block !important;
}
#int-content table img, #int-content table img[style], #int-content table, #int-content table[style] {
width:100% !important;		
height:auto !important;	
clear:both !important;	
float:none !important;
display:block !important;
}

iframe {
width:100%;	
height:auto;
}
#page_form label, #page_form div[style]  {
	float: none !important;
	clear:both !important;
	width: 100% !important;
	display:block !important;
}


}






@media screen and (max-width: 320px) {

}


