* {
	margin: 0;
	outline: 0;
	padding: 0;

}




/*==========================================
*** HTML TAG STYLES
==========================================*/
body {
	color: #000;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	/*background:url(../images/bg-top.png) top center repeat-x, url(../images/bg-bottom.png) bottom center repeat-x;*/
}
body.cover {
	background-color:#e5e7e9 !important;
}
body.portaltype-templateddocument.site-datacenter section.article-content {
  padding: 30px 0px !important;
}

/*==========================================
*** SHELL STYLES
==========================================*/

.clearfix {display:block;}
.f-right {float:right;}
a {color:#FFF; text-decoration:none;}
.nomargin {margin:0 !important;}
.clear { clear:both;}

/*==========================================
*** MAIN STYLES
==========================================*/

#wrapper {width:960px; margin:0 auto; background-color:#FFF;}


/*==========================================
*** HEADER
==========================================*/

header {background:#696969; height:57px; padding:5px 10px;}
header .logo {float:left; padding:13px 10px 0px 10px; }
header .logo a {font-size:30px;}

header .our-catalog {float:right; padding-top:5px; font-size:12px;}
header .our-catalog form {padding-top:5px;}
header .our-catalog .our-catalog-select {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 46%, #ffffff 48%, #f6f6f6 50%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(46%,#fafafa), color-stop(48%,#ffffff), color-stop(50%,#f6f6f6), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 46%,#ffffff 48%,#f6f6f6 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 46%,#ffffff 48%,#f6f6f6 50%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 46%,#ffffff 48%,#f6f6f6 50%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 46%,#ffffff 48%,#f6f6f6 50%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:145px;
	height:28px;
	padding:4px 5px;
	font-size:12px;


	}

header .chat-with-librarian {float:right; padding-top:5px;}
header .chat-with-librarian form {padding-top:5px;}
header .chat-with-librarian form input {height:14px; padding:5px 10px; font-size:12px; margin-right:8px;}

/*==========================================
*** BREADCRUMBS
==========================================*/

section.breadcrumbs {color:#FFF; height:12px; width:920px; background-color:#000; padding:15px 20px; font-size:12px;}
section.breadcrumbs a {color:#FFF; padding:0 5px 0 5px;}
section.breadcrumbs a.active {color:#999999;}
.breadcrumbs {color:#FFF; height:12px; width:920px; background-color:#000; padding:15px 20px; font-size:12px;}
.breadcrumbs a {color:#FFF; padding:0 5px 0 5px;}
.breadcrumbs a.active {color:#999999;}
.left-breadcrumb{ width:800px; float:left; }
.right-breadcrumb{ margin-left :820px; padding: 10px 0px 0px 0px }

section.slider {height:200px; width:960px;}



/*==========================================
*** SLIDER
==========================================*/

  .bannercontainer {
		background-color:#fff;
		width:960px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;

	}

  .banner{
		width:960px;
		height:200px;
		position:relative;
		overflow:hidden;
   }


    .bannercontainer-simple {
		background-color:#fff;
		width:890px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;

	}

  .banner-simple{
		width:890px;
		height:490px;
		position:relative;
		overflow:hidden;
   }

 .fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:450px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:450px !important;
	position:relative;
}

.medium-title {font-size:33px; color:#FFF; font-family: 'Montserrat', Arial, sans-serif;}
.big-title {font-size:65px; color:#FFF; font-weight:bold; font-family: 'Montserrat', Arial, sans-serif;}
.caption a {font-size:20px; color:#FFF !important; font-weight:bold; font-family: 'Montserrat', Arial, sans-serif;}



/*==========================================
*** HOMPAGE LINKS BOXS
==========================================*/

section.box-links {height:auto; width:960px;}
section.box-links figure {width:320px; height:176px; float:left;}
section.box-links figure .title {font-size:23px; height:36px; text-transform:uppercase; padding:10px 15px 0 15px;}
section.box-links figure .links-box {padding:0px 15px 0px 15px; height:109px; }
section.box-links figure .links-box ul li {line-height:15px; padding-right:10px; padding-bottom:5px; background-image: url(../images/arrow-li.png); background-repeat: no-repeat; background-position: 0px 5px; padding-left: 10px; font-size:13px; text-decoration:none;}
section.box-links figure .links-box ul li a {font-size:13px; text-decoration:none; }
section.box-links figure .read-more {height:18px; width:300px; text-align:right; background-color:rgba(0,0,0,0.2); padding:3px 10px 0px 10px;}
section.box-links figure .read-more a {font-size:14px;}

section.box-links figure.for-libraries {background-color:#2d5c90;}
section.box-links figure.for-iowans {background-color:#729f2e;}
section.box-links figure.for-data-center {background-color:#eb8e00;}


/*==========================================
*** MAIN DIV CONTENT
==========================================*/

section.content {height:auto; width:940px; padding:20px 10px 10px 10px; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height: 17px;}

/*==========================================
*** HOMPAGE FEATURES
==========================================*/

section.content aside.features  {float:left; width:510px; margin-right:30px;}
section.content aside.features h1 {color:#2d5c90; font-size:35px; line-height: 50px;}

section.content aside.features figure {width:510px; float:left; color:#000; margin-bottom:15px;}
section.content aside.features figure img {float:left; margin-right:10px;}
section.content aside.features figure .category { padding-bottom:5px;}
section.content aside.features figure .category a {color:#ff9900; font-size:12px;}
section.content aside.features figure .title {padding-bottom:5px;}
section.content aside.features figure .title a  {color:#2d5c90; font-size:18px; line-height:20px; font-weight:bold;}
section.content aside.features figure .text {font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:15px;}
section.content aside.features .read-more {width:200px; float:right; height:30px; border-top:1px solid #b3b3b3; text-align:right; padding-top:5px;}
section.content aside.features .read-more a {color:#2d5c90; font-size:13px;}

/*==========================================
*** HOMPAGE EVENTS
==========================================*/

section.content aside.events {float:left; width:380px; margin-right:20px;}
section.content aside.events h1 {color:#2d5c90; font-size:35px; line-height:50px;}
section.content aside.events figure {width:380px; height:60px; color:#000; margin-bottom:10px;}
section.content aside.events figure .date {width:60px; height:55px; background-color:#666666; text-align:center; font-size:12px; line-height:25px; font-weight:bold; margin-right:10px; float:left; color:#FFF; text-transform:uppercase;}
section.content aside.events figure .date span {font-size:40px;}
section.content aside.events figure .title {padding-top:10px;}
section.content aside.events figure .title a {color:#2d5c90; font-size:18px; padding-bottom:5px;line-height:20px; font-weight:bold;}
section.content aside.events figure .text {font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:10px;}
section.content aside.events .read-more {width:200px; float:right; height:30px; border-top:1px solid #b3b3b3; text-align:right; padding-top:5px; margin-top:12px;}
section.content aside.events .read-more a {color:#2d5c90; font-size:13px;}

/*==========================================
*** FOOTER
==========================================*/

footer {width:960px; background-color:#2d5c90; font-size:12px; line-height:16px; color:#FFF;}
footer .content {padding:20px; width:920px; color:#FFF;}
footer .bottom {height:30px; width:920px; text-align:right; background-color:rgba(0,0,0,0.2); padding:10px 20px; text-align:center; font-size:10px;}
footer .content .about {width:240px; float:left; margin-right:30px;}
footer .content .about h2 {font-size:13px; font-weight:normal; border-bottom:1px solid #FFF; padding-bottom:10px;}
footer .content .about p {padding-top:10px;}
footer .content .contact {width:160px; float:left; margin-right:30px;}
footer .content .contact h2 {font-size:13px; font-weight:normal; border-bottom:1px solid #FFF; padding-bottom:10px;}
footer .content .contact p {padding-top:10px;}
footer .content .links {width:125px; float:left; margin-right:30px;}
footer .content .links h2 {font-size:13px; font-weight:normal; border-bottom:1px solid #FFF; padding-bottom:10px;}
footer .content .links ul {padding-top:10px;}
footer .content .links ul li {border-bottom:1px solid #688db5}
footer .content .links ul li:last-child {border-bottom: none !important;}
footer .content .links ul li a {color:#FFF; text-decoration:none; margin:10px 0 10px 0; display:block;}
footer .social {width:150px; float:left; text-align:center; padding-top:70px}


/*==========================================
*** INTERIOR ARTICLE
==========================================*/

section.article-content {height:auto; width:940px; padding:30px 10px; color:#000;}
section.article-content aside.links {width:190px; margin-right:20px;float:left;}
section.article-content aside.links ul {}
section.article-content aside.links ul li {border-bottom:1px solid #999; padding:3px 0 3px 0;}
section.article-content aside.links ul li:last-child {border-bottom: none !important;}
section.article-content aside.links ul li a {color:#577da6; font-size:13px; text-decoration:none; margin:10px 0 10px 0; line-height:17px;}

section.article-content aside.article-text {float:left; width:730px; color:#000; font-family:Arial, Helvetica, sans-serif;}
section.article-content aside.article-text-one {float:left; width:940px; color:#000; font-family:Arial, Helvetica, sans-serif;}
section.article-content aside.article-text-two {float:left; width:730px; color:#000; font-family:Arial, Helvetica, sans-serif;}
section.article-content aside.article-text-three {float:left; width:520px; color:#000; font-family:Arial, Helvetica, sans-serif;}
section.article-content aside.article-text h1 {color:#2d5c90; font-size:35px; margin:0; padding-bottom:15px; font-family: 'Montserrat', Arial, sans-serif;}
section.article-content aside.article-text img {padding-bottom:15px;}
section.article-content aside.article-text p {padding-bottom:10px; font-size:14px; line-height:17px;}



/*==========================================
*** INTERIOR LINKS BOX TITLE ONLY
==========================================*/


section.box-links-interior {height:auto; width:960px; margin-bottom:15px;}
section.box-links-interior figure {width:320px; height:40px; float:left;}
section.box-links-interior figure .title {font-size:23px; height:36px; text-transform:uppercase; padding:10px 15px 0 15px;}
section.box-links-interior figure.for-libraries {background-color:#2d5c90;}
section.box-links-interior figure.for-iowans {background-color:#729f2e;}
section.box-links-interior figure.for-data-center {background-color:#eb8e00;}

/*==========================================
*** TABS STYLES
==========================================*/

section.content h1 {color:#2d5c90; font-size:35px; margin:0; padding-bottom:15px; font-family: 'Montserrat', Arial, sans-serif;}
section.content .interior-image {float:right; margin-left:30px;}
.pdf-box {width:100%; border-bottom:1px solid #999999; padding:20px 0;}
.pdf-box .box {width:45%; float:left; margin-right:10%;}
.pdf-box .box h2 {font-size:16px; color:#2d5c90; font-family: 'Montserrat', Arial, sans-serif;}
.pdf-box .box p {font-size:13px; font-family:Arial, Helvetica, sans-serif; }
.pdf-box .box a {padding-left:20px; background-image:url(../images/pdf.jpg); background-repeat:no-repeat; color:#2d5c90;}


/*==========================================
*** RESPONSIVNESS STYLES - TABs AND MOBILE
==========================================*

   @media only screen and (min-width: 768px) and (max-width: 959px) {

 		  .banner, .bannercontainer			{	width:100%; height:auto;}

			#wrapper {width:auto; overflow:hidden;}
			section.breadcrumbs {width:auto; padding:3% 4%; height:auto !important; line-height:13px;}
			section.slider {width:100%; height:auto;}
			section.box-links {width: auto;}
			section.box-links figure {width:27.9% !important;}
			section.box-links figure .title {
				font-size: 23px;
				height: 36px;
				text-transform: uppercase;
				padding: 1% 1% 0 1%;}

			section.box-links figure .links-box {
			padding: 1% 1% 0 1%;
			height: 109px;
			}
			section.box-links figure .read-more {
			height: 18px;
			width: auto !important;
			text-align: right;
			background-color: rgba(0,0,0,0.2);
			padding: 1% 1% 0 1%;
			}

			section.content {
			height: auto;
			width: auto !important;
			padding: 2% 1% 1% 1%;
			color: #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 17px;
			}

			section.content aside.features {
			float: left;
			width: 55% !important;
			margin-right: 5%;
			}

			section.content aside.features h1 {
			color: #2d5c90;
			font-size: 28px;
			line-height: 30px;
			}

			section.content aside.features figure {
			width: auto !important;
			float: left;
			color: #000;
			margin-bottom: 15px;
			}


			section.content aside.features figure img {
			float: left;
			margin-right: 5px;
			width:105px;
			height:105px;
			}

			section.content aside.features figure .category, section.content aside.features figure .category a {
			padding-bottom: 0px !important;
			font-size:10px !important;
			}

			section.content aside.features figure .title a {
			font-size: 15px !important;
			line-height: 17px !important;
			font-weight: bold;
			}

			section.content aside.features figure .text {
			font-size: 11px !important;
			line-height: 13px !important;
			}

			section.content aside.events {
			float: left;
			width: 40% !important;
			margin-right: 0 !important;
			}

			section.content aside.events figure {
			width: auto !important;
			height: 60px;
			color: #000;
			margin-bottom: 10px;
			}

			section.content aside.events figure .date {
			font-size: 11px !important;
			line-height: 23px !important;
			}

			section.content aside.events figure .title a {
			font-size: 15px !important;
			padding-bottom: 5px;
			line-height: 17px !important;
			}

			section.content aside.events figure .text {
			font-size: 11px !important;
			line-height: 13px !important;
			}

			section.content aside.events figure .title {
			padding-top: 5px !important;
			}

			footer .content .about, footer .content .contact, footer .content .links, footer .social {
			width: 20% !important;
			float: left;
			margin-right: 2% !important;
			}

			footer .social {
			width: 10% !important;
			margin-right: 0 !important;
			}

			footer .content .about p {
			padding-top: 10px;
			}



			footer {
			width: auto !important;
			}
			footer p {
			font-size: 12px !important;
			line-height: 16px !important;
			}

		 	footer .bottom {
				width: auto !important;
				padding:2% 3% !important;
			}

			footer .content .links ul li a {
			font-size: 12px !important;
			}

			footer .bottom {margin-top: 10px !important; font-size: 11px !important;}


			section.article-content {
			height: auto;
			width: auto !important;
			padding: 3% 1% !important;
			}

			section.article-content aside.links {
			width: 20% !important;
			margin-right: 5% !important;
			}

			section.article-content aside.article-text {
			width: 75% !important;
			}

			section.article-content aside.article-text img {
			padding-bottom: 15px;
			width: 100% !important;
			}

			.interior-image {float:right; margin-left:15px;}

   }

   @media only screen and (min-width: 480px) and (max-width: 767px) {
		   .banner, .bannercontainer			{	width:100%; height:auto;}

		    #wrapper {width:auto; overflow:hidden;}

			header .logo {
			padding-top:20px !important;
			}
		    header .logo a {
			font-size: 23px;
			}
			section.breadcrumbs {width:auto; padding:3% 4%; height:auto !important; line-height:13px;}
			section.slider {width:100%; height:auto;}
			section.box-links {width: 100% !important;}
			section.box-links figure {width:100% !important;}
			section.box-links figure .title {
				font-size: 23px;
				height: 36px;
				text-transform: uppercase;
				padding: 1% 1% 0 1%;}

			section.box-links figure .links-box {
			padding: 1% 1% 0 1%;
			height: 109px;
			}
			section.box-links figure .read-more {
			height: 18px;
			width: 97% !important;
			text-align: right;
			background-color: rgba(0,0,0,0.2);
			padding: 1% 2% 0 1%;
			}


			section.content {
			height: auto;
			width: auto !important;
			padding: 2% 1% 1% 1%;
			color: #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 17px;
			}

			section.content aside.features {
			float: left;
			width: 55% !important;
			margin-right: 5%;
			}

			section.content aside.features h1 {
			color: #2d5c90;
			font-size: 28px;
			line-height: 30px;
			}

			section.content aside.features figure {
			width: auto !important;
			float: left;
			color: #000;
			margin-bottom: 15px;
			}


			section.content aside.features figure img {
			float: left;
			margin-right: 5px;
			width:105px;
			height:105px;
			}

			section.content aside.features figure .category, section.content aside.features figure .category a {
			padding-bottom: 0px !important;
			font-size:10px !important;
			}

			section.content aside.features figure .title a {
			font-size: 12px !important;
			line-height: 12px !important;
			font-weight: bold;
			}

			section.content aside.features figure .text {
			font-size: 11px !important;
			line-height: 13px !important;
			}

			section.content aside.events {
			float: left;
			width: 40% !important;
			margin-right: 0 !important;
			}

			section.content aside.events figure {
			width: auto !important;
			height: 60px;
			color: #000;
			margin-bottom: 10px;
			}

			section.content aside.events figure .date {
			font-size: 11px !important;
			line-height: 23px !important;
			}

			section.content aside.events figure .title a {
			font-size: 12px !important;
			line-height: 12px !important;
			padding-bottom: 5px;
			}

			section.content aside.events figure .text {
			font-size: 11px !important;
			line-height: 13px !important;
			}

			section.content aside.events figure .title {
			padding-top: 5px !important;
			}

			footer .content .about, footer .content .contact, footer .content .links, footer .social {
			width: 20% !important;
			float: left;
			margin-right: 2% !important;
			}

			footer .social {
			width: 10% !important;
			margin-right: 0 !important;
			}

			footer .content .about p {
			padding-top: 10px;
			}



			footer {
			width: auto !important;
			}
			footer p {
			font-size: 10px !important;
			line-height: 14px !important;
			}

		 	footer .bottom {
				width: auto !important;
				padding:2% 3% !important;
			}

			footer .content .links ul li a {
			font-size: 10px !important;
			margin: 4px 0 4px 0 !important;
			}

			footer .bottom {margin-top: 10px !important; font-size: 10px !important;}

			section.article-content {
			height: auto;
			width: auto !important;
			padding: 3% 1% !important;
			}

			section.article-content aside.links {
			width: 20% !important;
			margin-right: 5% !important;
			}

			section.article-content aside.article-text {
			width: 75% !important;
			}

			section.article-content aside.article-text img {
			padding-bottom: 15px;
			width: 100% !important;
			}


		    .interior-image {float:right; margin-left:15px;}

			section.slider img {width:100% !important;}

			section.box-links-interior {
			height: auto;
			width: 100% !important;
			}

			section.box-links-interior figure {
			width: 100% !important;
			}

			section.content h1 {
			font-size: 25px !important;
			padding-bottom: 20px !important;
			}


   }

   @media only screen and (min-width: 0px) and (max-width: 479px) {
			.banner, .bannercontainer			{	width:100%; height:auto;}

			#wrapper {width:auto; overflow:hidden;}

			header {
			min-height: 110px !important;
			}
			header .logo {
			padding-bottom:15px;
			}
			header .logo a {
			font-size: 23px;
			}
			header .f-right {
			float: left !important;
			width: 100% !important;
			text-align: center !important;
			}

			header .our-catalog {
			float: right !important;
			}

			header .chat-with-librarian {
			float: left !important;
			}

			section.breadcrumbs {width:auto; padding:3% 4%; height:auto !important; line-height:13px;}
			section.breadcrumbs {
			font-size: 10px !important;
			}
			section.slider {width:100%; height:auto;}
			.medium-title {font-size:30px; color:#FFF; font-family: 'Montserrat', Arial, sans-serif;}
			.big-title {font-size:62px; color:#FFF; font-weight:bold; font-family: 'Montserrat', Arial, sans-serif;}
			.caption a {font-size:10px; color:#FFF !important; font-weight:bold; font-family: 'Montserrat', Arial, sans-serif;}

			section.box-links {width: auto !important;}
			section.box-links figure {width:auto !important;}
			section.box-links figure .title {
				font-size: 23px;
				height: 36px;
				text-transform: uppercase;
				padding: 1% 1% 0 1%;}

			section.box-links figure .links-box {
			padding: 1% 1% 0 1%;
			height: 109px;
			}
			section.box-links figure .read-more {
			height: 18px;
			width: 97% !important;
			text-align: right;
			background-color: rgba(0,0,0,0.2);
			padding: 1% 2% 0 1%;
			}

			section.content {
			height: auto;
			width: auto !important;
			padding: 2% 1% 1% 1%;
			color: #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 17px;
			}

			section.content aside.features {
			float: left;
			width: 100% !important;
			margin-right: 5%;
			}

			section.content aside.features h1 {
			color: #2d5c90;
			font-size: 28px;
			line-height: 25px;
			}

			section.content aside.features figure {
			width: auto !important;
			float: left;
			color: #000;
			margin-bottom: 15px;
			}


			section.content aside.features figure img {
			float: left;
			margin-right: 5px;
			width:110px;
			height:110px;
			}

			section.content aside.features figure .category, section.content aside.features figure .category a {
			padding-bottom: 0px !important;
			font-size:9px !important;
			}

			section.content aside.features figure .title {
			padding-bottom: 0px !important;
			}

			section.content aside.features figure .title a {
			font-size: 12px !important;
			line-height: 10px !important;
			font-weight: bold;
			}

			section.content aside.features figure .text {
			font-size: 10px !important;
			line-height: 12px !important;
			}

			section.content aside.events {
			float: left;
			width: 100% !important;
			margin-right: 0 !important;
			}

			section.content aside.events figure {
			width: auto !important;
			height: 60px;
			color: #000;
			margin-bottom: 10px;
			}

			section.content aside.events figure .date {
			font-size: 11px !important;
			line-height: 23px !important;
			}

			section.content aside.events figure .title {
			padding-top: 20px;
			}

			section.content aside.events figure .title a {
			font-size: 12px !important;
			padding-bottom: 2px !important;
			line-height: 12px !important;
			}

			section.content aside.events figure .text {
			font-size: 10px !important;
			line-height: 12px !important;
			}

			footer .content .about, footer .content .contact, footer .content .links, footer .social {
			width: 100% !important;
			float: left;
			margin-right: 2% !important;
			margin-top: 3%;
			}

			footer .social {
			width: 100% !important;
			margin-right: 0 !important;
			padding-top: 10px !important;
			}

			footer .content .about p {
			padding-top: 10px;
			}



			footer {
			width: auto !important;
			}
			footer p {
			font-size: 12px !important;
			line-height: 16px !important;
			}

		 	footer .bottom {
				width: auto !important;
				padding:3% 3% !important;
			}

			footer .content .links ul li a {
			font-size: 12px !important;
			margin: 7px 0 7px 0 !important;
			}

			footer .bottom {margin-top: 10px !important; font-size: 11px !important;}


			 section.article-content {
			height: auto;
			width: 98% !important;
			padding: 3% 1% !important;
			}

			section.article-content aside.links {
			width: 100% !important;
			margin-right: 0% !important;
			display: none !important;
			}

			section.article-content aside.article-text {
			width: 100% !important;
			}

			section.article-content aside.article-text img {
			padding-bottom: 15px;
			width: 100% !important;
			}


			.pdf-box .box {
			width: 100% !important;
			float: left;
			margin-right: 0% !important;
			margin-bottom:20px;
			}

			section.slider img {width:100% !important;}

			section.box-links-interior {
			height: auto;
			width: 100% !important;
			}

			section.box-links-interior figure {
			width: 100% !important;
			}

			section.content h1 {
			font-size: 25px !important;
			padding-bottom: 20px !important;
			}

			.interior-image {float:right; margin-left:0 !important; width:100% !important; margin-bottom:10px !important;}
   }









