/*	Theme Name: Denver Urban Scholars
	Theme URI: http://www.denverurbanscholars.org	
	Description: A custom Wordpress template developed for Denver Urban Scholars
	Author: Denver Urban Scholars
	Author URI: http://www.denverurbanscholars.org
*/

/* CUSTOM FONTS
==================================================================================================== */

@font-face {
	font-family: 'Source';
	src: url('fonts/SourceSansPro-Regular-webfont.eot');
	src: url('fonts/SourceSansPro-Regular-webfont.eot#iefix') format('embedded-opentype'),
		 url('fonts/SourceSansPro-Regular-webfont.woff') format('woff2'),
		 url('fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* PAGE ELEMENTS
==================================================================================================== */


body {
	font-family: 'Source', Trebuchet MS, Arial, sans-serif;
	color: #555;
	font-size: 16px;
	background: #e7e8d6;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

html, body {
	width: 100%;
	overflow-x: hidden;
}

}


/* TYPOGRAPHY
==================================================================================================== */

h1 {
	font-size: 2.5em;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #007ec5;
	line-height: 1.3;
}

h2 {
	font-size: 1.625em;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	color: #00abe2;
	line-height: 1.3;
}

h3 {
	font-size: 1.25em;
	color: #007ec5;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 1em;
	padding: 0px 0px 8px 0px;
}

a, a:visited {
	color: #0096d9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 1em;
	line-height: 1.6;
	margin: 0px 0px 20px 0px;
}

#content ul {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	list-style-type: none;
}

#content ul li {
	background: url(img/bullet-circle.gif) 0px 9px no-repeat;
    padding: 0px 0px 7px 20px;
}

#content ol {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	list-style-type: none;
}

#content ol li {
	counter-increment: step-counter;
	padding: 0px 0px 7px 20px;
}

#content ol li:before {
    content: counter(step-counter);
    display: inline-block;
    text-indent: -20px;
    font-size: 80%;
    color: #007ec5;
    text-align: left;
}

#content hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ccc;
	margin: 18px 0px 12px 0px;
}

#content blockquote {
	background: url(img/quote-left.gif) 0 0 no-repeat;
	color: #007EC5;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 20px 40px;
}

::selection {
	background: #0096d9;
	color: #fff;
}
::-moz-selection {
	background: #0096d9;
	color: #fff;
}




/* TYPOGRAPHY (SMALL DESKTOP)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1159px) {



}


/* TYPOGRAPHY (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {



}


/* TYPOGRAPHY (MOBILE)
================================================== */

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

}




/* HEADER / NAV ELEMENTS
==================================================================================================== */

#header-wrap {
	background: #00ade5 url(img/header-bg.gif) top center repeat-y;
	position: relative;
	z-index: 50;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
	behavior: url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

#header {
	
}

#logo {
	display: block;
	margin: 5px 0px 0px 0px;	
}

#logo img {
	vertical-align: top;
}

#sociallinks {
	background: #0094da;
	float: right;
	padding: 25px 20px 20px 20px;
	font-size: .75em;
	font-weight: 800;
	text-transform: uppercase;
	z-index: 3;
	color: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	behavior: url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

#sociallinks span {
	display: inline-block;
	padding: 5px 3px 0px 0px;
}

#sociallinks a, #sociallinks a:visited {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 2px;
}

#sociallinks a img {
	vertical-align: top;
}

#toplinks {
	background: #1e6fa7;
	float: right;
	padding: 20px 20px 15px 20px;
	z-index: 2;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	behavior: url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

#toplinks a, #toplinks a:visited {
	padding: 5px 15px;
	font-weight: 800;
	display: block;
	float: left;
	background: #0094da;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -webkit-transition: all .3s ease-in-out;
}

#toplinks a:hover {
	text-decoration: none;
	background: #1e6fa7;
}

#toplinks a.left {
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	behavior: url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

#toplinks a.right {
	border-left: none;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	behavior: url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

#nav {
	float: right;
	margin: 40px 0px 0px 0px;
}

#mobilenav-button {
	display: none;
}

.nav, .nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav {
	line-height: normal;
	float: left;
	z-index: 100;
}

.nav ul {
	position: absolute;
	top: -999em;
}

.nav li:hover {
	visibility: inherit;
}

.nav li {
	float: left;
	position: relative;
}

.nav a {
	display: block;
	position: relative;
	transition: all .2s ease-in-out; 
    -moz-transition: all .2s ease-in-out; 
    -webkit-transition: all .2s ease-in-out;
}

.nav li:hover ul, .nav li.sfHover ul {
	left: 0;
	top: 50px; 
	z-index: 99;
}

.nav li:hover, .nav li.sfHover a, .nav li.sfHover a:visited, .nav a:focus, .nav a:hover, .nav a:active {
	outline: 0;
	background-position: 0px -50px;
	color: #165888;
}

.nav li:hover a, .nav li:hover a:visited {
	background-position: 0px -50px;
	text-decoration: none;
	color: #165888;
}

.nav li ul {
	width: 225px;
	margin: 0px;
}

.nav li a, .nav li a:visited  {
	height: 40px;
	margin: 0px;
	padding: 10px 15px 0px 15px;
	background: url(img/nav-bg.gif) 0 0 repeat-x;
	font-size: 1.125em;
	color: #e8e757;
	text-align: left;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	behavior: url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

.nav li a:hover {
	background-position: 0px -50px;
	text-decoration: none;
	color: #165888;
}

.nav li ul li a, .nav li ul li a:visited {
	background: none repeat scroll 0 0 #ed6b2d;
	border: 0px;
	height: auto;
	color: #165888;
	font-size: 1em;
	margin: 0px;
	width: 185px;
	text-align: left;
	position: relative;
	behavior: url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
	padding: 10px 20px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	background: #e7e8d6;
}

.nav li ul li a:hover {
	background: #f5f6ef;
}

.sf-shadow ul {
	background:	url('img/nav-shadow.png') no-repeat bottom right;
	width: 180px;
	padding: 0px 8px 8px 0px;
}

.sf-shadow ul.sf-shadow-off {
	background:transparent;
}

#mobile-links {
	display: none;
	color: #0096d9;
	font-size: .9375em;
	padding: 15px 0px 10px 0px;
	text-align: right;
}

#mobile-links a {
	color: #fff;
}

/* HEADER / NAV ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

#header #logo {
	margin: 20px 0px 0px 0px;
}

#header #logo img {
	max-width: 100%;
}

#nav {
	margin: 30px 0px 0px 0px;
}

.nav li a, .nav li a:visited  {
	padding: 10px 10px 0px 10px;
	font-size: 1em;
}

.nav li ul li a, .nav li ul li a:visited {
	font-size: .9375em;
}

#sociallinks {
	padding: 20px 15px 15px 15px;
	font-size: .75em;
}

#toplinks {
	padding: 15px 15px 10px 15px;
	z-index: 2;
}

}


/* HEADER / NAV ELEMENTS (MOBILE)
================================================== */

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

body {
	background:none;
}

#header-wrap {
	padding: 0px 0px 10px 0px;
}

#header {
}

#header #logo {
	margin: 10px 0px 0px 0px;
	float: left;
}

#header #logo img {
	width: 140px;
}

#sociallinks, #toplinks, #nav {
	display: none;
}

.nav {
	display:none;
}

#mobile-links {
	display: block;
}

#mobilenav-button {
	display: block;
	float: right;
	height: 32px;
	width: 34px;
	margin: 15px 0px 0px 0px;
}

#mobilenav-button a, #mobilenav-button a:visited {
	display: none;
	height: 32px;
	width: 34px;
	background: url(img/mobilenav-bg.png) top right no-repeat;
	text-indent: -9999px;
    display: block;
}

#mobilenav-button a:hover {
	text-decoration:none;
}

}


/* HEADER / NAV ELEMENTS (LANDSCAPE MOBILE)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {


 
}




/* FOOTER ELEMENTS
==================================================================================================== */

#footer-wrap {
	width: 100%;
}

#footer {
	padding: 30px 0px 50px 0px;
	text-align: center;
}


/* FOOTER ELEMENTS (MOBILE)
================================================== */

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

#footer-wrap {
	background: #e7e8d6;
	font-size: .75em;
}

}




/* HOMEPAGE ELEMENTS
==================================================================================================== */

#full-width-slider {
	width: 100%;
	background: #fff;
	z-index: 40;
}

.infoBlock {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	overflow: hidden;
}

.infoBlock p {
	color: #fff;
}

.infoBlock a {
	color: #FFF;
	text-decoration: none;
}

.fullWidth {
	width: 100%;
}

.headline-wrap {
	padding: 100px 0px 0px 0px;
}

.caption-wrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 150, 217, 0.8);
}

.caption {
	padding: 15px 0px;
	font-size: 1em;
	color: #fff;
}

.caption p {
	padding: 0px;
	margin: 0px;
	font-size: 1.125em;
}

.caption a, .caption a:visited {
	display: inline block;
	background: #61BB46;
	padding: 5px 20px;
	margin: 0px 0px 0px 10px;
	color: #fff;
	text-decoration: none;
	font-size: .875em;
	text-transform: uppercase;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.caption a:hover {
	background: #555;
	text-decoration: none;
}

@media screen and (min-width:960px) and (min-height:660px) {

.heroSlider .rsOverflow,
.royalSlider.heroSlider {
	height: 420px !important;
}

}

@media screen and (min-width:960px) and (min-height:1000px) {

.heroSlider .rsOverflow,
.royalSlider.heroSlider {
	height: 520px !important;
}

}

@media screen and (min-width: 0px) and (max-width: 768px) {

.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 220px !important;
}

}

#news-wrap {
	background: rgba(191, 211, 90, 0.9);
	padding: 20px 20px 10px 20px;
	margin: 0px 20px 0px 10px;
	border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
	-webkit-border-radius: 0px 15px 0px 0px;
}

#news-wrap h1 {
	font-size: 1.75em;
	padding: 0px;
}

#news-wrap ul {
	padding: 0px;
}

#news-wrap ul li {
	background: none;
	padding: 15px 0px;
	border-bottom: 1px solid #fff;
	color: #000;
}

#news-wrap ul li:last-child {
	border-bottom: none;
}

#news-wrap .post-title {
	padding: 0px 0px 12px 0px;
	font-size: 1.1875em;
	line-height: 1.3;
	color: #007EC5;
	text-transform: none;
	display: block;
	transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -webkit-transition: all .3s ease-in-out;
}

#news-wrap .post-title:hover {
	color: #000;
	text-decoration: none;
}

#news-wrap ul li p {
	margin: 0px;
	padding: 0px;
}

#news-wrap .more-link {
	display: inline-block;
	color: #007EC5;
	transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -webkit-transition: all .3s ease-in-out;
}

#news-wrap .more-link:hover {
	text-decoration: none;
	color: #000;
}





/* HOMEPAGE ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {



}


/* HOMEPAGE ELEMENTS (MOBILE)
================================================== */

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

.caption-wrap {
	display: none;
}

#news-wrap {
	margin: 0px;
}

}


/* HOMEPAGE ELEMENTS (LANDSCAPE MOBILE)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* CONTENT ELEMENTS
==================================================================================================== */

#content-wrap {
	background: url(img/bg-content.jpg) top center repeat-x;
}

#content {
	background: #fff;
	padding: 50px 0px;
	z-index: 2;
	min-height: 500px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	behavior:url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

#addthis-wrapper {
	width: 20px;
	height: 120px;
	margin: 0px 0px 0px -30px;
	background: #0096d9;
	position: fixed;
	z-index: 1;
	padding: 7px 5px 0px 5px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	behavior:url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

.addthis_floating_style.addthis_16x16_style {
	background: #0096d9;
	border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0px;
}

.left {
	padding: 0px 10px 0px 20px;
}

.right {
	padding: 0px 20px 0px 10px;
}

.video {
	height: 0px;
	margin: 20px 0px;
	padding-bottom: 56.25%;
	position: relative;
}

.video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.left img {
	max-width: 100%;
}

.button a {
	display: inline-block;
	clear: left;
	background: #0094da;
	padding: 8px 15px;
	color: #fff;
	transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -webkit-transition: all .3s ease-in-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url("http://denverurbanscholars.org/wp-content/themes/denverurbanscholars/css/PIE.htc");
}

.button a:hover {
	text-decoration: none;
	background: #1e6fa7;
}

.sidebar-image-wrap img {
	min-width: 100%;
	max-width: 100%;
}

.col-2 {
	width: 45%;
	margin-right: 5%;
	float: left;
	margin-bottom: 15px;
}

#content table.body-table {
	width: auto;
	margin: 0px 0px 20px 0px;
}

#content table.body-table td {
	padding: 3px 20px 3px 0px;
}

.annual-reports td {
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.25em;
}

.annual-reports td.cover {
	padding: 0px 20px 0px 0px;
}

.annual-reports td a {
	display: block;
}

.post {
	padding: 0px 0px 5px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #ddd;
}

.post a {
	transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -webkit-transition: all .3s ease-in-out;
}

.post a:hover {
	color: #000;
	text-decoration: none;
}

.post .date {
	color: #888;
	font-size: .875em;
	padding: 0px 0px 10px 0px;
}

.post .video-wrap {
	width: 35%;
	margin: 0px 20px 20px 0px;
	float: left;
}

.post .video-wrap .video {
	margin: 0px;
}

.post .featured-image-wrap {
	width: 35%;
	margin: 0px 20px 20px 0px;
	float: left;
}

.post .featured-image img {
	min-width: 100%;
	max-width: 100%;
}

.post .video-wrap .video {
	margin: 0px;
}

.left .date {
	color: #888;
	font-size: .875em;
	padding: 0px 0px 10px 0px;
}

#staff {
	padding: 20px 10px 0px 0px;
}

#content #staff ul, #content #board ul {
	margin: 0px;
	padding: 0px;
}

#content #staff ul li, #content #board ul li {
	display: block;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: none;
}

#content #staff ul li h3 {
	padding: 0px 0px 8px 0px;
}

.listCol1 {
	float: left;
	width: 47%;
	margin-right: 3%;
}

.listCol2 {
	float: right;
	width: 47%;
	margin-left: 3%;
}

.stafflist .staffphoto {
	float: left;
	max-width: 100px;
	margin: 6px 20px 10px 0px;
}

#map-wrap {
	padding: 0px 20px;
	margin: 0px 0px 30px 0px;
}

#map-canvas {
	height: 400px;
}

.col-half {
	width: 46%;
	margin-right: 4%;
	float: left;
}

.col-third-left {
	width: 30%;
	margin-right: 3%;
	float: left;
}

.col-third-center {
	width: 30%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}

.col-third-right {
	width: 30%;
	margin-left: 3%;
	float: left;
}

#content ul.widget-wrap {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#content ul.widget-wrap li.widget {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	background: none;
}

.accordion-title {
    background: none repeat scroll 0 0 #00ABE2;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-family: "Arial",sans-serif;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px 0 5px 15px;
    position: relative;
    text-transform: uppercase;
}

.accordion-content {
    padding: 10px 0 15px 15px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.widget form {
	padding: 15px 0px 0px 0px;
}

.event-wrap {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #ddd;
}

.event-wrap h2 {
	padding-bottom: 15px;
}

.event-image {
	float: left;
	width: 240px;
	margin: 0px 20px 20px 0px;
}

.event-image img {
	min-width: 100%;
	max-width: 100%;
}

.event-sponsors {
	text-align: center;
}

.event-sponsors img {
	max-width: 100%;
	margin: 0px 0px 10px 0px;
}

.event-sponsors h2 {
	display: block;
	text-align: left;
	padding: 6px 12px;
	background: #0096D9;
	color: #fff;
	font-size: 1em;
	margin: 0px 0px 20px 0px;
}

.event-callout {
	background: #F5F6EF;
	padding: 20px 20px 1px 20px;
}

.event-callout .button a {
	display: block;
	padding: 8px 15px;
	text-align: center;
}

.event-text {
	padding: 20px 0px;
	word-wrap: break-word;
}


/* CONTENT ELEMENTS (SMALL DESKTOP)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1159px) {

#map-canvas {
	height: 360px;
}

}


/* CONTENT ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

#map-canvas {
	height: 300px;
}

#staff {
	padding: 20px 0px 0px 0px;
}

#staff .listCol1, #staff .listCol2 {
	width: 100%;
}

}


/* CONTENT ELEMENTS (MOBILE)
================================================== */

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

#content-wrap {
	padding: 0px;
	background: #fff;
}

#content {
	padding: 30px 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#addthis-wrapper {
	display: none;
}

.left {
	padding: 0px;
}

.right {
	padding: 0px;
}

.col-2 {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.col-half {
	width: 100%;
	padding: 0px 0px 20px 0px;
}

.post .video-wrap {
	width: 100%;
}

.post .featured-image-wrap {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#staff {
	padding: 20px 0px 0px 0px;
}

.listCol1, .listCol2 {
	width: 100%;
}

#content ul.widget-wrap {
	padding: 30px 0px 0px 0px;
}

.col-third-left, .col-third-center, .col-third-right {
	width: 100%;
	margin: 0px;
}

#map-wrap {
	padding: 0px;
}

#map-canvas {
	height: 260px;
}

}


/* CONTENT ELEMENTS (LANDSCAPE MOBILE)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* FORM ELEMENTS
==================================================================================================== */

label {
	font-size: .875em;
}

input,
textarea {
	font-size: .875em;
	margin: 0;
	vertical-align: baseline;
	font-family: Arial, sans-serif;
	line-height: normal;
}

input[type="text"],
textarea,
input[type="file"],
input[type="password"],
input[type="number"] {  
	border: 1px solid #ccc;
	display: inline-block;
	color: #ccc;
	font-size: .875em;
	padding: 0.5em 0.6em;
	box-shadow: 0 1px 3px #ddd inset;
	border-radius: 4px;
	box-sizing: border-box;
}
	
.ie9 input[type="text"] { 
	line-height:normal;
}

input[type="text"]:focus, textarea:focus {
	color: #555;
	border: 1px solid #0096D9;
}
	
textarea { width:100%; height:10em; }

input[type="submit"], input[type="button"] { 
	border: none;
	background: #0096D9;
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 4px;
	text-decoration: none;
}
		
input[type="submit"]:active, input[type="button"]:active {
	
}

.gform_wrapper {
	display: block !important;
}

#content .gform_wrapper ul, #content .gform_wrapper ul li {
	list-style: none;
	background: none;
	padding-left: 0px;
}