/*
Theme Name: RPC
Theme URI: http://designgoblin.com/
Author: DesignGoblin
Author URI: http://www.designgoblin.com/
Description: This is an adaptive theme created for WordPress 5+
Version: 1.0
Tags: responsive-layout, custom-menus
Text Domain: designgoblin

Real People Collaboration Theme ©2025 DesignGoblin
*/

.test{border:1px solid #F00;}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
.ease {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
html {overflow-y: scroll;position:static!important;top:0!important;}
html, body {
  height: 100%;
  margin:0;
}

.small {font-size: 80%!important;line-height:normal;}
.large {font-size: 150%!important;line-height:1.3em;padding:3% 0!important;}

.emphasis {font-size: 125%;line-height:1.5em;padding:3% 0!important;}

.center {text-align: center;}
.left {float:left;text-align:left;}
.right {float:right;text-align:right;}

.nopad {padding:0!important;}
.pad5 {padding:0 5%!important;}
.pad10 {padding:0 10%;}

.thin {font-weight:300;}
strong {font-weight:700;}


/* responsive images //////////////////////////////////////////////////////////////////// */
img {
  max-width: 100%;
  max-width: auto;
  height: auto;
    display:block;
}
/* responsive embeds //////////////////////////////////////////////////////////////////// */

.embed {
  position: relative;
  padding-bottom: 53%; /* 16:9 ratio */
  height: 53%;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  top: 10px;
}
.video {
    position: relative;
    padding-bottom: 53%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin:50px 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inset10 {padding:0 10%;}


/* RESET /////////////////////////////////////////////////////////////////////////////// */
h1,h2,h3,h4,h5,h6,
ol, ul, li, table, tr, td,
blockquote
 {margin:0;padding:0;}
hr {margin:4em 0 3.75em 0; border-width: 0;border-top: 1px solid #E1E1E1; clear:both;}
iframe {padding:0;}
li {padding-bottom:15px;}





/* Typography /////////////////////////////////////////////////////////////////////////// */
body {
  font-family: "Poppins", Open Sans, Arial, sans-serif;
  font-weight:400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(28, 42, 51, 1);
  background:#333;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: rgba(0,153,255,1);
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -ms-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
a:hover {color: rgba(0,102,204,1);}

a img, a:visited img {border:none;}


h1, h2, h3, h4, h5, h6 {letter-spacing: -.01em;clear:both;line-height:normal;color:rgba(28, 42, 51, 1);}
h1 {font-size:2.7em;font-weight:700;margin:0 0 1em 0;letter-spacing: -0.02em;text-align:center;line-height:1.2em;}
h2 {font-size:1.8em;font-weight:700;margin:2em 0 1em 0;}
h3 {font-size:1.4em;font-weight:500;margin:2em 0 .5em 0;}
h4 {font-size:1.3em;font-weight:600;margin:2em 0 .5em 0;}
h5 {font-size:1.2em;font-weight:600;margin:2em 0 .5em 0;}
h6 {font-size:1em;font-weight:600;text-transform: uppercase;letter-spacing: 0.1em;margin:2em 0;}

.col h1:first-child,
.col h2:first-child,
.col h3:first-child,
.col h4:first-child,
.col h5:first-child,
.col h6:first-child {margin-top:0;}

ul, ol {padding: 0 0 10px 20px;}
ul {list-style-type: disc;margin-bottom:10px;}
li {margin-bottom: 5px;}

sub {font-size:70%;}






/* NAVIGATION //////////////////////////////////////////////////////////////////////////////// */
#nav-trigger {
  display: none;
  position:absolute;
  right:0;top:5px;
}
/* hidden menu button */
#nav-trigger span {
    display: inline-block;
    padding: 15px 20px;
    color: #FFF;
    cursor: pointer;
    font-size: 30px;
    background:transparent;
    z-index: 1999;
}
#nav-trigger span:hover, #nav-trigger span:active {color:#FFF;}

nav {z-index: 100;height:100%;}


/*main nav */
nav#nav-main {
  margin:0;
  padding:0;
  position:relative;
}
nav#nav-main ul {
  position:relative;
  margin:0;
  padding:0;
  list-style-type:none;
}
nav#nav-main ul a {
  display:block;
  color:#FFF;
  text-decoration:none;
  font-weight:500;
  font-size:.8em;
	letter-spacing:0.05em;
  padding:20px;
	line-height:normal;
    text-transform:uppercase;
	/*text-shadow:0 1px 5px rgba(0,0,0,0.6);*/
}
nav#nav-main ul li {
  position:relative;
  display:inline-block;
  margin:0;
  padding:0;
}
nav#nav-main ul li:hover a {
  color: rgba(0,102,204,1);
  cursor: pointer;
  text-shadow: none;
	
}


/* Dropmenu */
nav#nav-main ul ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  padding:0;
  text-align:left;
  z-index:9999;
  /*box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);*/
}
nav#nav-main ul ul li { 
	float:none; 
	width:220px;
	border-bottom:1px solid #EEE;
}
nav#nav-main ul ul li:last-child { 
	border:none;
}
nav#nav-main ul ul a{
  line-height:120%;
  padding:7px 10px;
  margin:0;
  font-weight:400;
  font-size:.7em;
  letter-spacing:normal;
  text-transform:none;
  color:#444!important;
  background:#FFF;
}
nav#nav-main ul li:hover > ul { display:block;}
nav#nav-main ul ul li:hover a { background:rgba(0,102,204,1)!important;color:#fff!important;}




nav#nav-main a,
nav#nav-main ul {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}





/* MOBILE nav  ///////////////////////////////////////////////////////////////////// */

nav#nav-mobile {
    position: relative;
    display: none;
    clear:both;
    width:100%;
	margin-top:50px!important; 
}
nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin:0;
    padding:0;
    text-align: center;
    width:100%;
   -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 15x 20px 0px rgba(0,0,0,0.1);
}
nav#nav-mobile li {
    display: block;
    padding: 0;
    margin: 0;
    background:rgba(28,42,51,1); /*background color */
    border-bottom:1px solid rgba(0,0,0,0.2);
}
nav#nav-mobile li a {
    display: block;
    padding: 12px 20px;
    color:#FFF;
    text-transform:uppercase;
    font-size:.9em;
    font-weight:600;
}

nav#nav-mobile ul ul {
  display:none!important;
  margin:0;
  position: relative;
  border-bottom:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}
nav#nav-mobile ul ul li {border-top:none; background:rgba(255,255,255,1);}

nav#nav-mobile ul ul li a {
  font-weight:normal;
  font-size:.9em;
  color:#444;
	font-weight:500;
  letter-spacing:0.01em;
  text-transform:none;
  padding: 6px 20px;
}

nav#nav-mobile ul li:hover > ul { display:block!important;}

/* mobile menu hover */
nav#nav-mobile a:hover, nav#nav-mobile a:active {background:#000;color:#FFF;}


/* Nav Button ////////////////////////////////////// */

#nav-main ul li.navbutton a {
	border-radius: 30px; 
	margin:5px 0 0 15px; 
	padding:10px 20px;
	background:rgba(0,153,255,1);
	line-height:20px;
	letter-spacing:0.01em;
}
#nav-main ul li.navbutton a:hover,
#nav-main ul li.navbutton a:active {
	background:rgba(0,102,204,1);
	color:#FFF;
	border-color:#0CC;
}






/* ///////////////////////////////   S E C T I O N S   /////////////////////////////// */

section {
	clear:both;
	position: relative;
	padding:4% 0;
}

section#content {
	background:#FFF;
}
section#news {
	background:#FFF;
	font-size:0.75em;
	line-height:normal;
	padding:0 0 3% 0!important;
}

section#cta {
	font-size:1.2em;
	line-height: normal;
	background: rgba(0,153,255,1);
	color:#fff;
	text-align:center;
	background-position:  center center;
    background-repeat:    no-repeat;
    background-size:      cover;
	background-image: url("images/banner_cta.jpg");
}
section#cta h2 {color:#fff;margin-top:0;}

section.grey {background:#f8f8f8;margin-top:120px;}



/* Header /////////////////////////////////////////////////////////////////////////// */
#header {
    z-index: 999;
    position: absolute;
    width: 100%;
    height:100px;
	margin:0;
	padding:20px;
}

div.logo img {
	max-width:250px;
}





/* Banner //////////////////////////////////////////////////////////////////////////// */

section#banner,
#banner {
  padding:0;
  color:#fff;
  min-height:250px;
  margin:0;
  background: #878d8d;
  background-position:  center center;
  background-repeat:    no-repeat;
  background-size:      cover;
}

section#banner p {margin:0!important;}

section#banner.homebanner {
	display: flex;
	height: 100vh;
	/*height:900px;*/
	background-image: url("images/back_hands.jpg");
}

section#banner div.homebannercontent {
    font-size:1.3em;
    line-height:normal;
    font-weight:400;
	text-shadow:0 2px 10px rgba(0,0,0,0.3);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align:center;
  }

.hometitle {
	font-size:3.5em;
	font-weight:700;
	line-height:1.2em;
	letter-spacing: -0.02em;
	padding-bottom:30px;
}
.homesubtitle {
	font-size:1em;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.05em;
}

section#banner.newsbanner {background-image: url("images/banner_news2.jpg");}



/* Content /////////////////////////////////////////////////////////////////////////// */
.container {
	position: relative;
	max-width: 1480px;
	margin:0 auto;
}
.container.narrow {
	position: relative;
	max-width: 1480px;
	padding: 0 10%;
	margin:0 auto;
}
.container.fullwidth {
	position: relative;
	max-width: 100%;
	margin:0;
}

#content p {margin:0 0 2.3em 0;}
#content p:last-child {padding-bottom:40px;}
#content .callout p:last-child,
#content p:last-child.intro {padding-bottom:0;}

#content img {padding:0;margin:0;}


.pageTitle {
	font-size:1.1em;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:0.15em;
	text-transform:uppercase;
	padding:2% 0 5% 0;
}

p.intro {
	font-size:1.4em;
	line-height:1.3em;
	padding:0 5%;
	font-weight:300;
	text-align:center;
	margin-bottom:2em!important;
}


blockquote {
    padding:1.5em 10%;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    margin:2em 0;
    font-size: 1.5em;
    font-style: italic;
    font-weight:300;
    line-height:1.4em;
    color:#999;color: #9E9B94;
}

.callout {
    padding:50px;
	background: rgba(255,255,255,1);
    /*background: linear-gradient(0deg, rgba(51,102,204,.7) 0%, rgba(51,102,204,.25) 100%);*/
    margin:50px 0;
    width:100%;
	display:inline-block;
	border-radius:3px;
	border:1px solid rgba(0, 0, 0, 0.05);
	font-size: 1.3em;
	line-height:1.3em;
}
div.callout p {margin-bottom:1.5em!important;}


.callout h1:first-child,
.callout h2:first-child,
.callout h3:first-child,
.callout h4:first-child,
.callout h5:first-child,
.callout h6:first-child {margin-top:0;text-align:center;}


div.icons p,
div.icons h2 {margin:0!important;}
div.icons img {margin:0 auto!important;max-width:150px;}



/* Buttons ////////////////////////////////////////////////////////////////////////// */

.button a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 40px;
  padding: 0 2em;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight:500;
  line-height: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0,153,255,1);
  -webkit-border-radius:40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
  box-sizing: border-box;
  margin:20px 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.button a:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #fff;
    outline: 0;
    background-color: rgba(0,102,204,1);
}

.button a, .button a:hover {color:#FFF;font-weight: 600;}

#content p.button {margin:0!important;}

#cta .button a {background-color: rgba(0,102,204,1);}
#cta .button a:hover {background-color: rgba(46,67,110,1);}






/* Forms //////////////////////////////////////////////////////////////// */

#form {padding:0!important;}

form br {display:none;}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  font-family: "Open Sans", Arial, sans-serif;
  height: 40px;
  padding: 5px 7px;
margin-bottom:10px;
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight:500;
  width:100%;
}

label {font-size:0.9em;font-weight:600;}










/* Accordion ----------------- */

.accordion {margin:30px 0; border-bottom:1px solid #e5e5e5;
    /*
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    */
    }
.accordion-toggle {
  padding:15px 70px 15px 20px;
  cursor:pointer;
  border-top:1px solid #e5e5e5;
  clear:both;
  background:#FFF;
  background-image: url(images/toggle.svg);
  background-size: 12px 40px;
  background-repeat:no-repeat;
  background-position: 98% 50%;
  margin-bottom:0;
  font-size:1.2em;
  line-height:1.2em;
  color: #1bc1da;
	font-weight:600;
}
.accordion-toggle:hover {
  background:#f8f8f8;
  background-image: url(images/toggle.svg);
  background-size: 12px 40px;
  background-repeat:no-repeat;
  background-position: 98% 50%;
  color: #1198be;

}
.accordion-content {display: none; padding:0 50px 15px 25px;margin-top:20px;}
.accordion-content.default {display: block;}

.accordion-content ul {display:inline-block;margin:0;}
.accordion-content li {padding-left:0;}

.accordion-content img {margin:0 0 0 -20px!important;}





/* Footer /////////////////////////////////////////////////////////////////////////// */
footer {font-weight:500;}
#footer .container {padding:20px 5% 50px 5%;}

#footer {
	padding:30px 0;
	color:rgba(255,255,255,1);
	font-size:.8em;
	font-weight:400;
}

.footerlogo img {max-width:200px;}

#footer ul {
	list-style: none;
	margin:0;
	padding:0;
	font-size:1.6em;
}
#footer li {display:inline;}
#footer li a {padding:10px;}


ul#menu-follow li {margin:0;padding:0;}
ul#menu-follow li a {padding:10px;color:#FFF;}
ul#menu-follow li a:hover {color:rgba(0,153,255,1);}



.copyright {font-size:.9em;text-align:right;}


a.back-to-top {
    font-size:1.3em;
    line-height: 2.6em;
    display: none;
    width:60px;
    height:60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: rgba(0,0,0,0.4);
    color:#fff;
    text-align:center;
	border-radius:30px;
}
a.back-to-top:hover { background: rgba(0,0,0,1);;color:#FFF;}








/* 404 Error //////////////////////////////////////////////////////////////////// */
.error-404 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    line-height:normal;
    background:#fff;
}
.error-404 p {margin-bottom:20px;}

.outer {
  display: table;
  width: 100%;
  height: 100%;
    padding:5% 5% 15% 5%;
}
.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.centered {
  position: relative;
  display: inline-block;
}
.error404 {font-size:8em; font-weight:700;padding:20px 20px 0 20px;display:block;line-height:.85em;}
.errortitle {font-size:2.2em;text-transform:uppercase;color:#999;font-weight:600;}
.errormessage {font-size:1.2em;}






.execs img.aligncenter {display: block; margin:0 auto;padding:0!important;}


/* WORDPRESS //////////////////////////////////////////////////////////////////////////////////////////////////////////////  */

/* WP image alignment fix */
img.alignright {float:right; margin:0;padding:30px 0;}
img.alignleft {float:left; margin:0;padding:30px 0;}
img.aligncenter {display: block; margin:0 auto;padding:30px 0;}
.alignright {float:right;margin:0;padding:30px 0;}
.alignleft {float:left;margin:0;padding:30px 0;}
.aligncenter {display: block; margin:0 auto;padding:30px 0;}
.alignnone {margin:0;padding:30px 0;}

.wp-caption {max-width:99%;}
.wp-caption-text {font-size:.9em;line-height:1.4em;color:#888;text-align:center;font-style:italic;padding:20px 0;}

/* numerical pagination ------------------------------------------------------ */
.navigation ul {padding:30px 0 0 0;font-weight:600;font-size:.8em;border-top:1px solid #DDD;}
.navigation li {display: inline;}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  color: #777;
  text-decoration:none;
  border:1px solid #DDD;
  font-weight:500;
}
.navigation li a:hover,
.navigation li.active a {background-color: #EEE;color:#666;}


/* Search */
#searchform {clear:both;x-system-font:none;font-size:14px;position:relative;overflow:hidden;font-variant:normal;font-weight:normal;line-height:normal;width:100%;}
#s {border:1px solid #555;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;padding:5px 10px;width:100%;background:transparent;color:#FFF;}
#searchsubmit {position:absolute;right:0px;top:0px;background:url(images/icon_search.png) no-repeat scroll 0 0;background-position: center center;border:none;height:40px;width:40px;text-indent:-9999px;margin:0;padding:0px;cursor:pointer;}
#searchsubmit:hover {background:url(images/icon_search_rev.png) no-repeat scroll 0 0;background-position: center center;}
.screen-reader-text {display:none;}


/* Posts (news) */

.headline {
	font-size: 1.75em;
	line-height:1.2em;
	font-weight:600;
	padding:0 0 20px 0;
	margin:0;
	text-align:center;
}
.postTitle {
	font-size: 2.3em;
	line-height:1.2em;
	font-weight:700;
	clear:both;
	letter-spacing:-.02em; 
	padding:0 0 40px 0;
	text-align:center;
}

.meta {
	/*display:inline-block;*/
	font-size:0.95em;
	font-weight:400;
	padding:20px 0;
	color:rgba(0,0,0,0.5);
	text-align:center;
}
#news .meta {
	text-align:left;
}

.post {
	border-top:1px solid #DDD;
	padding:2% 0;
	display:block;
	clear:both;
}
.entry {
  padding:0;
  line-height:1.5em;
}

.entry-title {
  margin:0;padding:0;
  font-weight: 400;
  font-size:1.5em;
}

.excerpt p {margin-bottom:0!important;}


.read-more {line-height:normal;font-size:.95em;font-weight:600;}

.nextprev {
	font-size:.8em;
	line-height:1.5em;
	padding:0 0 50px 0;
	display:block;
	color:#999;
}


.widget form {padding:1.5em;margin:0;}
.widgetTitle {display: none;}








.mobile-only {display:none;}
nav#nav-mobile li.mobile-only {background:#f5f5f5;}


/* =Media Queries
/////////////////////////////////////////////////////////////////////////// */
@media all and (max-width: 1440px) {
	

}





@media all and (max-width: 1024px) {

    #nav-trigger,
    nav#nav-mobile {display: block; }
    
    nav#nav-main  {display: none; }
	
	#header {padding:20px 0;}
	
	hr {margin:2em 0 1.85em 0;}
	
	.hometitle {line-height:1.1em;padding:20px 2%;font-size:3em;}
	
	.container {max-width:100%!important;}
    .pageTitle {font-size:1em;padding:5%;}

	p.intro {
	font-size:1.4em;
	line-height:1.3em;
	padding:5%;
	margin-bottom:20px!important;
}
   td {padding: 9px 10px; }
	

    .accordion-toggle {font-size:1.2em;}
}



@media all and (max-width: 768px) {
    
	
   .mobile-only {display:block;}
	
nav#nav-mobile {
  margin-top:0;
}
	
div.logo img {max-width:250px;padding:10px 20px;}
	
section#banner div.homebannercontent {
    font-size:1.1em;
    line-height:1.2em;
  }
	
	
h1 {font-size:1.9em;max-width:100%;margin:0 0 .3em 0;}
h2 {font-size:1.4em;margin:1em 0 .25em 0;}
h3 {font-size:1.2em;margin:1em 0 .25em 0;}
h4 {font-size:1.1em;margin:1em 0 .25em 0;}
h5 {font-size:1.2em;margin:1em 0 .25em 0;}
h6 {font-size:.9em;text-transform: uppercase;letter-spacing: 0.1em;margin:2em 0 .5em 0;}

	/*#content h1, h1 {font-size:2em;max-width:100%;margin-bottom:10px;}*/ 
	#content h3, h3 {font-size:1.4em;}
	
	#content .container,
	#cta .container {padding:10px 5%;}
	
	.bannertitle {
	padding-bottom:30px;
}
	
	.postHeadline {clear:both;}
	.has-post-thumbnail img {max-width:100%!important;}
	
}
	.callout2 {padding:20px;margin:20px 0 0 0;}
	
}

 @media only screen and (max-width: 480px) {
     
   /* .attachment-post-thumb, .has-post-thumbnail img {display:none;} */
	 
	 .col .col {padding:0;}

	 body {font-size:14px;line-height:20px;font-weight:500;}
	 
	 footer div.col p {text-align:center!important;}
	 .social {text-align:center!important;}
	 
	 section#banner .homebanner {margin-top:70px;}
	 
	 #content p.pageTitle {
		font-size:1em;
		font-weight:400;
		letter-spacing:0.05em;
		line-height:1.3em;
		margin-bottom:20px;
	}
	 
	 #footer{padding:30px 0;font-size:1em;font-weight:500;text-align:center!important;}
	 .large {font-size:200%;}
 }

 @media only screen and (max-width: 390px) {
	 section#banner {min-height:200px;}
	 #content .container.headerText  {padding-top:100px;font-size:1.4em;}
	 .callout {padding:20px;}
	 .footerlogo img {margin:0 auto;}
	 #footer ul {text-align:center;}
	 .copyright {text-align:center;}
}