/*colors
dark blue: #001f49
beige: #dfd1b6
*/

/* general */
body {
	font-family: 'Crimson Text', serif;
}

a:link, a:visited{color: #001f49;}
a:hover {color: #999;}
 a:link.myButton,  a:visited.myButton{color: #fff;}
p{padding: 5px 0px;}
img {
	border: 0;
}
h2 {
	color: #FFF;
	padding: 20px;
	margin: 20px;
	font-size: 140%;
	background-color: #ae9878;
	width: 90%;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
/*flex columns*/
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}


.list-first {
	list-style: disc;
	font-size: 110%;
}
.list-first li {
	padding: 10px 0;
}
.list-second {
	list-style: circle;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 100%;
}
.list-first li {
	padding: 5px 0;
}
ul.square {list-style-type: square; margin-left: 40px;}
/*new header logo shrink*/
.header-bg {position:fixed; background-color:rgba(255, 255, 255, 1.0); width:100%; z-index: 2;}
.top-header-space {min-height: 190px;}
.animate {transition: all 0.5s ease;}

.news-archives h3 {
	font-size: 160%;
	font-weight: bold;
	padding-left: 20px;
	color: #666;
}
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.clear {
	clear: both;
}
#frame {
	/*max-width: 1300px;
	border: 1px solid #CCC;*/
	margin: auto;
}
#main-content {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
#main-content-b {
	width: 40%;
	float: left;
	max-width: 550px;
}
#main-content-a {
	width: 60%;
	float: left;
}
.full-page {width: 80%; text-align:left;}

#past-projects #main-content-a {
	width: 40%;
	float: left;
}
#past-projects #main-content-b {
	width: 60%;
	float: left;
}
#logo {
	padding: 20px;
}
#the-mark {
	padding: 20px;
}
.st-ed ul{
	line-height: 1.3;
}
#project-logo {
	height: 124px;
	line-height: 124px;
	vertical-align: middle;
	background: transparent linear-gradient(to bottom, #BF9A67 0%, #D9CFC1 100%) repeat scroll 0% 0%;
	padding: 20px;
}

.sp-logo {
	height: 124px;
	line-height: normal;
	background: transparent linear-gradient(to bottom, #BF9A67 0%, #D9CFC1 100%) repeat scroll 0% 0%;
	padding: 50px 20px 20px 20px;
}

#projects h1, #past-projects h1, #news h1 {
	font-size: 200%;
	margin: 0px;
	width: 96%;
}
#projects #bar, #past-projects #bar, #news #bar {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.logo-line {
	width: 100%;
	border-bottom: 2px solid #960;
}
*, figure /* see normalize.css */ {
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}
header {
	position: relative;
}
#translate {
	position: absolute;
	top: 10px;
	right: 10px;
}
#translate a {
	text-decoration: none;
	color: #003;
}
#translate a:hover {
	color: #000;
	text-decoration: underline;
}
#quote-box {
	background-color: #333;
	color: #FFF;
	width: 100%;
	overflow: hidden;
	clear: both;
}
#quote-box-inner {
	padding: 20px;
}
#quote-box-inner-left {
	max-width: 740px;
	float: left;
	font-size: 120%;
	padding: 0px 40px 20px 0px;
}
#quote-box-inner-right {
	max-width: 466px;
	float: left;
	padding-bottom: 20px;
	font-size: 90%;
	letter-spacing: 1.5;
	text-align: left;
}
#quote-box-inner a:link {
	color: #cc9;
	text-decoration: none;
}
#quote-box-inner a:visited {
	color: #cc9;
	text-decoration: none;
}
#quote-box-inner a:hover {
	color: #fff;
	text-decoration: underline;
}
#quote-box-inner a:active {
	color: #D9CFC1;
	text-decoration: none;
}
#content-area-2 {
	width: 100%;
	overflow: hidden;
	clear: both;
}
#content-area-2-left {
	width: 50%;
	float: left;
	text-align: center;
}
#content-area-2-right {
	max-width: 50%;
	float: right;
	text-align: right;
}
#content-area-st-ed-right {
	text-align: right;
	padding: 30px 80px 20px 0;
	float: right;
	width: 50%;
}
#gridiron-list {
	text-align: left;
	font-size: 150%;
	padding: 40px;
}
.st-ed-main-content {margin: 10px 20px 0 0;}
.st-ed-main-content ul {font-size: 100%;}
.st-ed-logo img {padding-top:10px; float:left; max-width:300px; padding-right: 30px;}

.logo img {padding-top:0; float:left; max-height:120px; padding-right: 10px;}
.sp-logo img {padding-top: 0; float: left;  max-height: 60px;  padding-right: 10px;}
/* killing 300ms touch delay */

html {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
/* svg */

svg {
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}
/* list */

ul, ol {
	list-style: none;
}
/* text */

em {
	font-style: italic;
}
b {
	font-weight: inherit;
}
i {
	font-style: inherit;
}
ins {
	text-decoration: none;
}
/* images */

.resize-img {
	max-width: 100%;
	height: auto;
}
.stretch {
	/* Will stretch to specified width/height */
	background-size: 200px 150px;
}
.stretch-content {
	/* Will stretch to width/height of element */
	background-size: 100% 100%;
	}
.resize-width {
	/* width: 150px, height: auto to retain aspect ratio */
	background-size: 150px Auto;
}
.resize-height {
	/* height: 150px, width: auto to retain aspect ratio */
	background-size: Auto 150px;
}
.resize-fill-and-clip {
	/* Resize to fill and retain aspect ratio.
     Will cause clipping if aspect ratio of box is different from image. */ 
	background-size: cover;
}
.resize-best-fit {
	/* Resize to best fit and retain aspect ratio.
   Will cause gap if aspect ratio of box is different from image. */ 
	background-size: contain;
}
/*ROW*/
.row {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding-bottom: 40px;
}
.row:after { /* clearfix */
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.thm {
	float: left;
	width: 19%;
	margin-left: .8%;
	display: block;
}
#team-images-index .thm {
	float: left;
	width: 19%;
	margin-left: 10.8%;
	display: block;
}
.thm img {
	width: 100%;
	display: block;
}
.thmcap {
	text-align: center;
	padding: 15px 0px;
}
.thmcap a {
	color: #333;
	text-decoration: none;
	font-size: 1em;
}
.thmcap a:hover {
	color: #333;
	text-decoration: underline;
}
/* form */

input, textarea, select {
	border-radius: 0;
	border: none;
	outline: none;
}
 select:-moz-focusring {
 text-shadow: 0 0 0 #000;
 color: transparent;
}
input[type='text'], input[type='email'], input[type='number'], input[type='search'], input[type='tel'], input[type='url'], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
 input::-ms-reveal {
display: none;
}
input::-ms-clear {
display: none;
}
button, input[type='submit'] {
	border: none;
	background-color: transparent;
}
/*News*/
#news nav li {
	z-index: 5;
}
#news #main-content {
	position: relative;
}
#news-photos {
	position: absolute;
	right: 0%;
	top: 0%;
}
#maincolbottom {
	width: 100%;
	position: relative;
}
.article-entry {
	padding: 4px;
}
.date {
	width: 20%;
	margin-left: 10px;
	text-align: right;
}
.article-link {
	width: 75%;
	float: right;
}
.article-entry:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.article-link a:link {
	color: #013780;
}
.article-link a:visited {
	color: #907755;
}
.article-link a:hover {
	color: #796447;
}
.article-link a:active {
	color: #796447;
}
/*right-column top responsive*/


/*form*/
/*######## Smart Green ########*/
.smart-green {
	max-width: 880px;
	background: #F8F8F8;
	padding: 20px 30px 10px 90px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.smart-green h1 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 40px;
	display: block;
	margin: -30px -30px 10px -30px;
	color: #FFF;
	background: #BF9A67;
	text-shadow: 1px 1px 1px #949494;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #001f49;
}
.smart-green h1>span {
	display: block;
	font-size: 11px;
	color: #FFF;
}
.smart-green label {
	display: block;
	padding-top: 15px;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
	color: #555;
	height: 30px;
	line-height: 15px;
	width: 100%;
	padding: 0px 0px 0px 10px;
	margin-top: 2px;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea {
	height: 70px;
	padding-top: 10px;
}
.smart-green select {
	background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 100%;
	height: 30px;
}
.smart-green .button {
	background-color: #BF9A67;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
	background-color: #001f49;
}

/*######## Contact ########*/
.smart-contact {
	background: #F8F8F8;
	padding: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.smart-contact h1 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 40px;
	display: block;
	margin: -30px -30px 10px -30px;
	color: #FFF;
	background: #BF9A67;
	text-shadow: 1px 1px 1px #949494;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #001f49;
}
.smart-contact h1>span {
	display: block;
	font-size: 11px;
	color: #FFF;
}
.smart-contact label {
	display: block;
	padding-top: 15px;
}
.smart-contact input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
	color: #555;
	height: 30px;
	line-height: 15px;
	width: 100%;
	padding: 0;
	margin-top: 2px;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	width: 99%;
}
.smart-contact textarea {
	height: 70px;
	padding-top: 10px;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
	width: 99%;
}
.smart-contact select {
	background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 100%;
	height: 30px;
}
.smart-contact .button {
	background-color: #BF9A67;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #949494;
}
.smart-contact .button:hover {
	background-color: #001f49;
}
/*feedback*/

.feedback {
	background: #555;
	padding: 20px 0 10px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.feedback h2 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 3px 10px 40px;
	display: block;
	margin: -30px 40px 10px -10px;
	color: #FFF;
	background: #BF9A67;
	text-shadow: 1px 1px 1px #949494;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #001f49;
	width: 93%;
}
.feedback h2>span {
	display: block;
	font-size: 11px;
	color: #FFF;
}
#quote-box-inner-right.feedback {
	
	padding-bottom: 10px;
	width: 100%;
	margin-top: 10px;
}
/* footer */
footer {
	background-color: #001f49;
	width: 100%;
	display: inline-block;
	color: #dfd1b6;
	font-size: .85em;
}
.block {
	width: 25%;
	float: left;
}
#block-a {
	padding: 25px 25px 25px 10px;
}
#block-a, #block-b, #block-c, #block-d {
	padding: 25px;
}
#block-d {
	padding: 25px 10px 25px 0;
}
.block h3 {
	font-size: 1.4em;
	padding-bottom: 5px;
	color: #FFF;
	letter-spacing: 2px;
}
.footer-links a:link {
	color: #dfd1b6;
	text-decoration: none;
}
.footer-links a:visited {
	color: #dfd1b6;
}
.footer-links a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-links a:active {
	color: #dfd1b6;
}
footer .fa {
    color: #dfd1b6;
}
.fa-stack-1x:hover, .fa-stack:hover .fa-square-o  {
    color: #ad7136;
}
/* nav */
#nav {
width: 100%  margin-left: 0px; /* 30 480 */
	z-index: 10;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
	list-style-type: none;
	z-index: 10;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
	background-color: #001f49 !important;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */

#nav > ul {
	height: 2.4em; /* 60 */
	background-color: #001f49;
}
#nav > ul > li {
	width: 12.5%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 1.0em; /* 24 */
	line-height: 2.0em; /* 60 (24) */
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	transition: .6s background;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: 1px solid #dfd1b6;
}
#nav > ul > li:hover > a,  #nav > ul:not( :hover ) > li.active > a {
	background-color: #5a7590;
}
/* second level */

#nav li ul {
	background-color: #001f49;
	display: none;
	position: absolute;
	top: 100%;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 1.00em; /* 20 */
	border-top: 1px solid #dfd1b6;
	padding: .75em; /* 15 (20) */
	text-decoration: none;
	letter-spacing: 2px;
	transition: .6s background;
}
#nav li ul li a:hover,  #nav li ul:not( :hover ) li.active a {
	background-color: #960; /* hover child*/
}
/*awards*/
#awards h2 {
	background-color: #FFF;
	border-bottom: 3px #960 solid;
	width: 94%;
	color: #000;
	font-size: 200%;
}
.award-link {
	width: 75%;
	float: right;
	height: 90px;
	padding: 10px;
	font-size: 120%;
	background-color: #d9cfc1;
	margin: 5px;
}
#awards .date {
	height: 90px;
	padding: 10px;
	margin: 5px;
	font-size: 150%;
	color: #fff;
	text-align: center;
}
#awards .blue {
	background: #24415c; /* Old browsers */
	background: -moz-linear-gradient(top, #24415c 0%, #99bffd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24415c), color-stop(100%, #99bffd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #24415c 0%, #99bffd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #24415c 0%, #99bffd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #24415c 0%, #99bffd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #24415c 0%, #99bffd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24415c', endColorstr='#99bffd', GradientType=0 ); /* IE6-9 */
}
#awards .gray {
	background: #937c5b; /* Old browsers */
	background: -moz-linear-gradient(top, #937c5b 0%, #d9cfc1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #937c5b), color-stop(100%, #d9cfc1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #937c5b 0%, #d9cfc1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #937c5b 0%, #d9cfc1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #937c5b 0%, #d9cfc1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #937c5b 0%, #d9cfc1 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#937c5b', endColorstr='#d9cfc1', GradientType=0 ); /* IE6-9 */
}
/*  GRID OF TWO   ============================================================================= */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 765px) {
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 100%;
}
}
 @media only screen and ( max-width: 62.5em ) /* 1000 */ {
#nav {
	width: 100%;
	position: static;
	margin: 0;
}}
 @media only screen and ( max-width: 958px ){
#nav > ul {
	height: 4.4em; 
}
}
 @media only screen and ( max-width: 40em ) /* 640 */ {

	 	
	 .top-header-space {min-height: 0;}
	 .header-bg {position: static;}
html {
	font-size: 85%; /* 12 */
}
/* footer */
footer {
}
.block {
	width: 100%;
	float: none;
}
#block-a, #block-b, #block-c, #block-d {
	padding: 5px;
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	background-color: #dfd1b6;
	z-index: 5;
}
#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #001f49;
	position: relative;
}
#nav > a:before,  #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type,  #nav:target > a:last-of-type {
	display: block;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 15px 0.833em; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #dfd1b6;
}
/* second level */

#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
#nav li ul a {
	border-bottom: 1px solid #dfd1b6;
	border-top: 0px;
}
#main-content-b {
	width: 100%;
	float: none;
}
#main-content-a {
	width: 100%;
	float: none;
}
#past-projects #main-content-b {
	width: 100%;
	float: none;
}
#past-projects #main-content-a {
	width: 100%;
	float: none;
}
.content-right-top #main-content-b {
	width: 100%;
}
#the-mark {
	padding: 5px;
}
#content-area-2-left {
	width: 100%;
	float: none;
}
#content-area-2-right {
	max-width: 100%;
	float: none;
}
#content-area-st-ed-right {
	width: 100%;
	float: none;
}
#gridiron-list {
	padding: 5px;
}
.thm {
	float: left;
	width: 48%;
	margin-left: .8%;
	display: block;
}
#team-images-index .thm {
	float: none;
	width: auto;
	margin-left: .8%;
	display: block;
}
#maincolbottom {
	width: 100%;
}
.article-link {
	width: 65%;
	float: right;
	margin-right: 10px;
}
#news-photos {
	display: none;
}
h2 {
	color: #FFF;
	padding: 10px;
	margin: 5px;
	font-size: 140%;
	background-color: #ae9878;
	width: 80%;
}
.award-link {
	width: 60%;
}
a[href^=tel] {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 200%;
	font-style: normal;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
.smart-green {
	padding: 0 5px 0 5px;
}
/*feedback*/

#quote-box-inner-right.feedback {
	float: left;
	width: 100%;
}
.feedback h2 {
	font-size: 14px !important;
	padding: 10px 0 10px 10px;
	width: 100%;
}

.st-ed #project-logo {
	height: auto;
	line-height: normal;
	padding: 20px;
}

.st-ed-logo img {padding:0; float:none; max-width: 100%; height: auto;}
.st-ed-button .myButton{width: 100%!important; margin-left: 0!important; padding-left: 0!important;}

#project-logo, .sp-logo {
	height: auto;
	line-height: normal;
	padding: 20px;
}
.logo img, .sp-logo img {padding:0; float:none; max-width: 100%; height: auto;}

}
