/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 * 
 * Original Tutorial: http://www.cssreset.com/2010/css-tutorials/how-to-keep-footer-at-bottom-of-page-with-css/
 * License: Free - do whatever you like with it! Credit and linkbacks much appreciated.
 *
 * NB: Make sure the value for 'padding-bottom' on #content is equal to or greater than the height of #footer.
 */

/*test*/

/* START: FRAMEWORK */

html,
body {
	font-family: Calibri !important;
	font-size: 100%;
	margin:0;
	margin-top: 0px;
	padding:0;
	height:100%;
	background: #b1d0e2;

}

#wrapper {
	min-height:100%;
	position:relative;
}


.border-psm { 
	border: 1px solid #7195ad;
	border-width: 0px 2px 0px 2px;
	/* padding-right: 10px; */
	background: #FFF;

} 



.border-psm-header {
	height: 100%;
	background: #FFF;
	padding-top: 10px;
	border: 2px solid #7195ad;
	border-width: 2px 2px 0px 2px;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;	
	
}

.border-psm-footer {
	background:#FFF;
	border: 2px solid #7195ad;
	border-width: 0px 2px 2px 2px;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 00px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	padding-bottom: 15px;
}


div.picture {margin-bottom: .5em; margin-top: .5em;}

.aside {
	padding-left: 20px;
	padding-right: 20px;
}

.top-bar-section {
	height: 75px;
}

.div_content_container, div.footer_container {
	float: center;
	width: 100%;
	
}

h1 { 
	display: block;
    font-size: 2em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h2 { 
	display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

/* STOP: FRAMEWORK */


/* START: SLIDESHOW */
	
	.slideshow-wrapper { margin-top: 15px;}

/* STOP: SLIDESHOW */



/* START: STICKY HEADER */
.div_logo {
	float: left; 
	margin-top: -5px;}


.div_header_container {
	min-height: 65px;
	text-align: left;
	float: center;
	width: 100%;
	
}

/* STOP: STICKY HEADER */



/* START: PANEL */

div.panel ul{
	margin-left: 0px;
	font-weight: bold;
	/* font-size: .90em; */
	list-style: none;

}

div.panel ul li{
	margin-left: 0px;
	font-weight: normal;
	/* font-size: .90em; */
	list-style: none;

}

div.panel P {
	
	font-weight: normal;
	/* font-size: .90em; */
	list-style: none;

}




div.panel P .read-more {
	font-size: .80em;

}

/* STOP: PANEL */


/* START: FOOTER */
div.large-12 .columns {
	font-size: .90em;

}

div.footer-links {
	
	text-align: center;
	padding-bottom: 5px;

}
div.row .footer-padding-bottom {
	padding-bottom: 5px;
}

.hr-blue{
    height: 2px;
	color: #7095b2;
	background-color: #7095b2;
	border: none; 
}


/* STOP: FOOTER */

.mobileShow {display: none;}
.mobileHide {display: inline;}

@media only screen and (min-width: 40em) {
  .top-bar {
	height: 3rem;
	background: #FFF;
    text-align: center; }
	
	.mobileShow{display: inline;}
	.mobileHide{display: none;}

  ul.center-buttons {
    display: inline-block; }

  .logo {
	  width: 4rem;
    left: 5px;
    top: -8px;
    position: absolute; } }
.logo {
  max-width: 4rem;
  margin-top: -8px;
  margin-left: 5px; }

.menu-icon {
  padding-top: 1.2rem; }

.top-bar.expanded {
	height: 405px;
  background: #FFF; }

.logo {
  margin-top: .1rem; }


.top-bar-section li.hover > a:not(.button) {
      background-color: #065892;
      background: #065892;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #065892;
      line-height: 2.8125rem;
      padding: 0 0.5375rem;
	  border-style: solid;
  	  border-width: 2px 2px 2px 2px;
      border-color: #b1d0e2;
	  transition: background-color 300ms ease-out;}
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #007095;
        background: #007095; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #000;
      color: #FFFFFF;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }


.top-bar-section ul.center-buttons li a.spanish {
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
	  border-style: solid;
  	  border-width: 2px 2px 2px 2px;
      border-color: #b1d0e2;
	  transition: background-color 300ms ease-out;
      background-color: #065892;
	  background: #065892 url(/media/1001/en-espanol.jpg)5px 5px no-repeat;
	  width: 49px;}

.top-bar-section ul.center-buttons li a.spanish:hover {
       background-color: #007095;
       background: #007095; 
	   transition: background-color 300ms ease-out;
	   background: #007095 url(/media/1001/en-espanol.jpg) 5px 5px no-repeat;
	   width: 49px;}

.divider {    border-right: solid 1px #FFF;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;}   
div.address { float: left; width:33%; text-align: left; margin-left: 5px;}
div.icons { float: left; width:33%; text-align: center;}
div.counter { float: left; width:33%; text-align: right;}


div.psm-logo-orignal { margin-top: 25px; margin-bottom: -15px;}




.navwrap{
white-space: nowrap;
}






















.imagestyle {
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}











/**umb_name:h3 gray*/
h3, .h3Gray{color:gray;}









/**umb_name:H1*/
h1{}

/**umb_name:H2*/
h2{}

/**umb_name:H3*/
h3{}

/**umb_name:H4*/
h4{}

/**umb_name:H5*/
h5{}

/**umb_name:Paragraph*/
p{}

/**umb_name:Red Text*/
.RedText{color: red;}

/**umb_name:Orange Text*/
.auto-style{color: #FAA555;}

/**umb_name:Blue Text*/
.BlueText{color:blue;}

/**umb_name:Black Text*/
.BlackText{color:#000;}

/**umb_name:Float Right*/
.FloatRight{float: right;
clear: both;
margin: 5px;}

/**umb_name:Float Left*/
.FloatLeft{float: left;
clear: both;
margin:5px;}

/**umb_name:sideBar*/
.sideBar{border: 1px solid #81A8C5;
padding: 0px 5px 0px 5px;
width: 235;
float: right;
background-color: #E8DA91;
margin-right: 5px;
margin-left: 5px;}

/**umb_name:Responsive Image*/
.img-responsive{display:block;max-width:100%;height:auto;}

/**umb_name:Blockquote*/
blockquote{}

/**umb_name:Italic*/
i{}



/**umb_name:Purple-FPC*/
.PurpleFPC{color: #7f3f98;}