html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a{ color:#006261;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font: normal 28px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
h2 {
	font: normal 20px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
h3 {
	font: 16pt Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
h4 {
	font-size: 14px; font-weight:bold;margin:10px 0;
}
h5, h6 {
	font-size: 12px;
}
.clr {
	clear:both;
}
#wrapper {
	width:320px;
	margin:auto;
}
#header {
	margin: auto;
	width:320px;
	height:98px;
	background:#f0ede6;
}
.logo {
	float:left;
	margin-left:10px;
	width: 65%;
	margin: 20px 0px 20px 10px;
	display:inline-block;
}
.logo img{
width:100%;
height:auto;
}
.logo h1 {
	font-size:36px;
	text-transform:uppercase;
	margin:20px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	width:48px;
	float:left;
}
.logo h1 span {
	background:#333333;
	display:block;
	color:#FFF;
	padding:3px 8px;
	border-right:4px solid #f0ede6;
}
.logo p {
	color:#686868;
	font-size:10px;
	text-transform:uppercase;
	margin-left:-1px;
}
#header-right {
	position:relative;
	width:100px;
	float:left;
	display:block;
}
#header-right .home a {
	float:left;
	margin: 18px 10px 0px 16px;
	background:url(http://www.pogo.org/assets/mobile/images/home.png) no-repeat;
	width:22px;
	height:24px;
	display:block;
	position:relative;
	padding: 0px 0px 5px 15px;
	border-right:1px solid #CCCCCC;
}
#header-right .search a {
	float:left;
	margin:18px 0px 10px 0px;
	background:url(http://www.pogo.org/assets/mobile/images/search.png) no-repeat;
	width:25px;
	height:26px;
	display:block;
}
#header-search{
position: absolute; 
top: 17px; 
right: 5px; 
width: 280px; 
height:20px;
display: none;
}

#header-right .donate a {
	padding:6px 14px;
	background:#FFF;
	color:#bb1306;
	margin-left:15px;
	border: 1px solid #CCCCCC;
	font-size:12px;
	text-decoration:none;
}
/* top menu css */
#top-menu {
	background:#333333;
	border-bottom:1px solid #FFF;
}
#top-menu ul.nav {
	margin:0px;
	display:block;
}
#top-menu ul.nav li {
	float:left;
	border-right: 1px solid #CCCCCC;
	padding:10px 0px;
}
#top-menu ul.nav li a {
	color:#FFF;
	text-decoration:none;
	padding:0px 11px;
	font-size:15px;
	text-align:center;
	display:block;
}
#top-menu ul.nav li:last-child {
	border:0px;
}
#top-menu ul.nav li.do {
	width:111px;
}
#top-menu ul.nav li.work {
	width:68px;
}
#top-menu ul.nav li.about {
	width:76px;
}
#top-menu ul.nav li.blog {
	width:62px;
	border:0px;
	padding: 17px 0 18px;
}
#main-contain {
	border-bottom:5px solid #FFF;
	font-family:arial;
	display:block;
}
#home_slider {
	width:320px;
	height:160px;
	overflow:hidden
}
#home_slider img {
	position:absolute;
}
#home_slider img {
	width:100%;
	height:auto;
}
#main-contain div#nav {
	background:#fff;
	height:36px;
}
#main-contain div#nav a {
	display:block;
	text-indent:-9999px;
	background:url(http://www.pogo.org/assets/mobile/images/nav_button.jpg) no-repeat;
	width:16px;
	height:16px;
	margin:0 14px;
	float:left;
}
#main-contain div#nav a.activeSlide {
	display:block;
	text-indent:-9999px;
	background:url(http://www.pogo.org/assets/mobile/images/nav_active.jpg) no-repeat;
	width:16px;
	height:16px;
}
#nav_bullets {
	width:220px;
	float:left;
	padding:10px;
}
.nav_holder {
	width:80px;
	float:left;
	background:#f1eee7;
	padding:0px 0;
}
.nav_holder #next {
	background:url(http://www.pogo.org/assets/mobile/images/nav.jpg) no-repeat -40px;
	height:35px;
	width:35px;
	text-indent:-9999px;
	display:block;
	float:left;
	cursor:pointer
}
.nav_holder #prev {
	background:url(http://www.pogo.org/assets/mobile/images/nav.jpg) no-repeat 0 0;
	height:35px;
	width:35px;
	text-indent:-9999px;
	display:block;
	float:left;
	cursor:pointer
}
/* home page nav menu */

#main-contain {
	background:#f0ede6;
	color:#333
}
#main-contain  ul.nav_content {
	background:#f2efe8;
	padding:0 10px;
}
#main-contain  ul.nav_content > li {
	border-top:1px solid #e3dfdc;
	background: url(http://www.pogo.org/assets/mobile/images/arrow.png) no-repeat 98% 12px;
	line-height:25px;
}
#main-contain  ul.nav_content li a {
	text-decoration: none;
	text-transform: uppercase;
	color:#006361;
	font-size:14px;
	padding:10px 5px;
	margin:0px 5px;
	display:block;
	font-weight:bold;
}
#main-contain   ul.nav_content li.plus {
	background: url(http://www.pogo.org/assets/mobile/images/plus.png) no-repeat 98% 12px;
}
#main-contain   ul.nav_content li.minus {
	background: url(http://www.pogo.org/assets/mobile/images/minus.png) no-repeat 98% 12px;
}
.collepase_content {
	display:none;
	background:#fff;
	line-height:18px;
	padding:10px;
	font-size:12px;
}
.collepase_content_open {
	display:inline-block;
	background:#fff;
	line-height:18px;
	padding:15px;
	font-size:12px;
	margin:10px 10px;
}
.collepase_content_open img{
margin: 10px 0px 20px 0px;
width: 100%;
height: auto;
display: inline-block;
}

.collepase_content_open table {
	width:100%!important;
	display:inline-block;
	height:auto!important;
	float: none!important;
}
.collepase_content_open iframe {
	width:100%;
	height: auto;
	display:inline-block;
}

.collepase_content h3 {
	display: inline-block !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size:14px;
}
.collepase_content h3 a {
	display: inline-block !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}
.intro {
	padding-top:1px;
}
#podcast h3 {
	display: inline-block !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size:14px;
	color:#006361;
}
#podcast .listen {
	background:url(http://www.pogo.org/assets/mobile/images/listen.png) no-repeat;
	padding-left:55px;
	padding-top:10px;
	height: auto;
}

/* footer section */
#footer-main {
	padding-bottom:38px;
}
#footer-top {
	background:#333333;
	border-bottom:3px solid #a9a8a4;
	border-top:1px solid #a9a8a4;
}
#footer-top ul.nav {
	margin:0px;
	display:block;
}
#footer-top ul.nav li {
	float:left;
	border-right: 1px solid #CCCCCC;
	padding:10px 0px;
}
#footer-top ul.nav li a {
	color:#FFF;
	text-decoration:none;
	padding:0px 11px;
	font-size:15px;
	text-align:center;
	display:block;
}
#footer-top ul.nav li:last-child {
	border:0px;
}
#footer-top ul.nav li.do {
	width:111px;
}
#footer-top ul.nav li.work {
	width:68px;
}
#footer-top ul.nav li.about {
	width:76px;
}
#footer-top ul.nav li.blog {
	width:62px;
	padding: 17px 0 18px;
	border:0px;
}
ul.nav li:hover {
	background:#21b2ab;
	color:#fff;
}
ul.nav li.active {
	background:#21b2ab;
	color:#fff;
}
#footer-main {
	background:#3f3f3f;
}
#footer-left {
	float:left;
	padding:20px 0px 0px 10px;
	width:180px;
}
#footer-left h2 {
	color:#FFF;
	font-size:14px;
	/*padding-bottom:10px;*/
}
#footer-left h3 {
	color:#999999;
	font-size:14px;
	padding-bottom:10px;
}
#footer-left .phone {
	background:url(http://www.pogo.org/assets/mobile/images/phone.png) no-repeat;
	height:29px;
}
#footer-left .phone p {
	color:#a7dedb;
	padding:3px 0px 0px 35px;
	font-size:14px;
}
#footer-left .msg {
	background:url(http://www.pogo.org/assets/mobile/images/msg.png) no-repeat;
	height:23px;
}
#footer-left .msg p {
	color:#a7dedb;
	padding:3px 0px 0px 35px;
	font-size:14px;
}
#footer-left .msg a {
color: #A7DEDB;
text-decoration: none;
font-size: 14px;
display: block;
}
#footer-right {
	position:relative;
	float:left;
	width:130px;
}
#footer-right .home a {
	float:left;
	margin: 18px 13px 0px 38px;
	background:url(http://www.pogo.org/assets/mobile/images/home.png) no-repeat;
	width:22px;
	height:24px;
	display:block;
	position:relative;
	padding: 0px 0px 5px 15px;
	border-right:1px solid #CCCCCC;
	text-indent:-9999px;
}
#footer-right .search a {
	float:left;
	margin:18px 0px 10px 0px;
	background:url(http://www.pogo.org/assets/mobile/images/search.png) no-repeat;
	width:25px;
	height:26px;
	display:block;
	position:relative;
	z-index:5;
	text-indent:-9999px;
}
#footer-right .donate a {
	padding:6px 14px;
	background:#FFF;
	color:#bb1306;
	margin-left:38px;
	border: 1px solid #CCCCCC;
	font-size:12px;
	text-decoration:none;
}
#footer-right .site a {
	padding-left:38px;
	color:#a7dedb;
	text-decoration:none;
	font-size:14px;
	display:block;
	margin-top:63px;
}

#footer-search {
	position:absolute;
	top:12px;
	right:22px;
	width:280px;
	height:30px;
	display:none;
}


/* work page menu */
.ds-gray-button {
   /*margin:0 auto;*/
	display:block;
	border:0 none;
	color:#fff;
	font-size:12px;
	background:#3f3f3f;
	padding:7px 11px 6px 11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: #656565;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #656565 0%, #353535 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #353535));
	background: -webkit-linear-gradient(top, #656565 0%, #353535 100%);
	background: -o-linear-gradient(top, #656565 0%, #353535 100%);
	background: -ms-linear-gradient(top, #656565 0%, #353535 100%);
	background: linear-gradient(to bottom, #656565 0%, #353535 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#353535', GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	float:right;
}
.ds-gray-button:hover {
	background: #21b2ab;
	color: #fff;
	cursor: pointer;
}
a.call-to-action {
  display: inline-block;
  margin:10px 0;
}

a.call-to-action {
	background-color: #4D4D4D;
	background-image: url(http://www.pogo.org/assets/images/utility_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	padding: 4px 15px 4px 15px;
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear:both;
}

.center {
	display:inline-block;
	text-align:center;
}
.right {
	float:right;
}
.left {
	float:left;
}
span.or {
clear: both; 
display: inline-block; 
width: 100%;
}
.cfe-radio, .cfe-select {
	display: inline-block;
	cursor: pointer;
	background: 0 0 no-repeat;
}
.cfe-select {
	font: 12px arial, sans-serif;
	color: #505050;
	overflow: hidden;
	position: absolute;
	/*padding: 0 30px 0 8px;*/
	width:100%;
	height:25px;
	line-height:25px;
}
.cfe-select {
	background: url(http://www.pogo.org/assets/mobile/images/select.png) no-repeat center right #fff;
	border:1px solid #989491;
}
select.cfe-styled {
	position: relative;
	width: 100%;
	height:25px;
	margin-bottom:10px;
}
            .cfe-disabled,  .cfe-readonly {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                opacity: 0.5;
}
#related_promo {
	margin-left:5px;
}
.exploreFilter {
	border-bottom: 1px solid #999999;
	height: 120px;
	position:relative;
}
.exploreFilter.last {
	border-bottom: 0px none;
}
.textbox, .exploreFilter form input#our-work-search-input-box {
	border: 1px solid #999;
	margin-bottom: 8px;
	padding: 5px;
	width: 260px;
}
.mar15 {
	margin:15px 0;
	display:block;
}
.exploreFilter h6 {
	font-size:15px;
	padding:10px 0;
}
.or {
	position:absolute;
	bottom:10px;
	font-size:14px;
}
.ds-gray-button.right {
	margin-right:5px;
}
.video_holder {
	width:100%;
	margin:0 auto;
	margin-bottom:10px;
	display:inline-block;
}

.video_holder iframe{
	width:100%;
	height:auto;
}



/* blog page */

.post-main {
	display:block;
	clear:both;
}
.post-main .post-title h3 {
	font-weight:bold !important;
	font-size:14px;
	color:#02625e;
}
.post-main .date {
	display:block;
}
.post-main .content {
	margin:15px 0 20px 0;
}
.read_more {
	font-weight:bold !important;
	font-size:14px;
	color:#02625e;
	text-align:right;
}
.blog-content{ display:inline-block; clear:both; margin-bottom:20px;width:100%}
.blog-content img{ margin:0 20px 10px 0; float:left; width:40%;height:auto}
.blog-content .post-title{ float:left; width:120px; font-size:14px;}
.blog-content  h3{ font-size:13px;width: 100%;margin:0px}
.blog-content  a{ color:#006261;}
.blog-content .date{ float:left;}
.blog_loader{ display:block; height:60px; background:url(http://www.pogo.org/assets/mobile/images/preloader2.gif) no-repeat center center; display:none}

.item{ display:block; clear:both; margin-bottom:20px;}
.item img{ margin:0 20px 10px 0; float:left;width: auto}
.item .post-title{ float:left; width:120px; font-size:14px;}
.item  h3{ font-size:13px;width: 100%}
.item  a{ color:#006261;}
.item .date{ float:left;}
.item_loader{ display:block; height:60px; background:url(images/preloader2.gif) no-repeat center center; display:none}

.comment_list.item{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: -moz-use-text-color -moz-use-text-color #BFC0BB;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 5px;
    clear: both;
    margin-bottom: 12px;
    padding: 4px;
	color:#21635F;
	font-weight:bold;
}

.comment_list div.item-body{color:#555; font-weight:normal}

/**** Our Work ****/

.workblock{ float:left; width:217px; height:155px; display:block; position:relative; z-index:1; 

}
.workblock img{ display:block; z-index:2\9; position:relative; }

.workblock h3{font:normal 18px 'Yanone Kaffeesatz',sans-serif;}
.workblock .work_hover{
	cursor:pointer;
	/*  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
	*/width:180px; height:135px; display:block; position:absolute; z-index:2; background:#F6F5F1; padding:10px; opacity:0; top:0; left:0;
	display:none\9;
	}
	/*
.workblock .work_hover:hover{ display:block; opacity:1;}
*/

.col2fRight div.work_container div.workblock
{
  margin-left: 18px;
  width: 198px;
}

.col2fLeft {
width: 200px;
display:none;
}
.col2fRight {
display:none;
width: 200px;
}

#filterourwork{
display:none;
}

.select{
display: inline-block;
position: relative;
width: 100%;
height: auto;
}

/**** About Us ****/
#about-us-video-anniversary {
width: 100%;

}

#about-us-how-pogo-works iframe{
	width:100%;
	
}

/*** /do-something/ ****/

.rside {float:right;}

#ds-lcol {width: 100%; display:inline-block;}

#welcome-back {
padding:12px;
margin: 8px 0 35px 0;
width: 245px;
background-color: #edece8;
display:inline-block;
}
.ds-promo {
padding: 12px;
margin: 8px 0 35px 0;
width: 245px;
background-color: #EDECE8;
display:inline-block;
}
.ds-promo img{float:left;margin-right:20px}
#ds-take-action {
padding:12px;
margin: 8px 0 35px 0;
background-color: #edece8;
display:inline-block;
}
#ds-take-action img {padding: 5%;width:90%;height:auto}

#ds-provoke {
 padding:12px;
 margin: 8px 0;
 background-color: #edece8;
 display:inline-block;
}
#flickr-photos { text-align:center; }
#ds-provoke img { padding: 0 10px 0 0;vertical-align: middle;width: 25%; height:auto}

#ds-rcol {width: 100%; display:inline-block;}
#ds-stay-updated  {
padding:12px;
margin: 8px 0 35px 0;
background-color: #edece8;
 display:inline-block;
}

#ds-stay-updated #subscriber-email {
height:22px;
width:70%;
padding: 2px;
 display:inline-block;
 float:left;
}

#ds-stay-updated input.ds-gray-button {
margin: 0 0 0 6px;
height:29px;
padding:0 6px 0 6px;
border:0;
 float:left;
}
#ds-stay-updated textarea { width: 100%; }

#ds-connect {
padding:12px;
margin: 8px 0 35px 0;
background-color: #edece8;
display:inline-block;
}
#ds-connect img {float: right; padding: 4px 6px 0 8px;width: auto;}

#ds-donate {
padding:12px;
margin: 8px 0;
background-color: #edece8;
 display:inline-block;
}
#ds-donate img {width: 100%; height: auto;}
.ds-gray-button {
color:#fff;
font-size:12px;
background:#3f3f3f;
padding:7px 11px 6px 11px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}

.ds-gray-button:hover {
background: #21b2ab;
color: #fff;
cursor: pointer;
}

#ds-connect-rotate, #ds-connect-rotate li {
	margin:0;
	padding:0;
	list-style:none;
}
#tips {
	width:250px;
	font-size:16px;
	line-height:120%;
}

#ds-connect-rotate li {
	display:none;
}
/****** *****/

/* general css */

.collepase_content_open ul li{ list-style: disc outside none; margin-left:15px; }
.collepase_content_open ol li{   list-style: decimal inside none; margin-left: 0; }
.collepase_content_open p{ margin-bottom:5px;}


blockquote {
	display: block;
	font-size: 12pt;
	background-color: #fff;
	width: 70%;
	height: auto;
	margin: 20px auto 25px auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
	position:relative;
	clear:both;
}


blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 150%;
width: 50px;
}

blockquote:before {
/*content: '\201C';*/
height: 0;
margin-left: -0.95em;
}

blockquote:after {
	/*content: '\201D';*/
	content: ' ';
	margin-top: -30px;
	margin-left: auto;
	position: absolute;  
	width: 0;  
    height: 0;  
    left: -30px;  
    top: 90%;  
    border: 15px solid #d7d7d7;	
    border-color: transparent #fff #fff transparent; 
}

cite{
text-transform: uppercase;
font-style: normal;
font-size: 10pt;
}
body{ background:#F0EDE6}



	#footer-right{ width:auto !important; float:right}
		#header-right{ float:right}
		#home_slider,#wrapper{width:100%; float:none;}
		
		#header{  margin:0;width:100%; float:none}
		.donate{ padding-top:25px;}
		
			#footer-top,#top-menu{ text-align:center;}
			#footer-top ul.nav,#top-menu ul.nav {  display: inline-block; margin: 0;}
			.nav_holder { float: right;}
	
	.blog-content .post-title {
  float: left;
  font-size: 14px;
  margin-left: -250px;
  width: 100%;
}
.blog-content .post-title h3 {
  font-size: 13px;
  margin-left: 250px;
}
.ds-gray-button.right {
  float: right;
  margin-left: 280px;
  margin-right: 5px;

}
#our-work-search.exploreFilter h6 label{ width:100%}

#footer-top ul.nav, #top-menu ul.nav{ width:100%; }

	#footer-top ul.nav li.do,
			#footer-top ul.nav li.about,
			#footer-top ul.nav li.blog,
			#footer-top ul.nav li.work,	
			#footer-top ul.nav li.blog,		
			#top-menu ul.nav li.do,
			#top-menu ul.nav li.about,
			#top-menu ul.nav li.blog,
			#top-menu ul.nav li.work,
			#top-menu ul.nav li.blog{width:24.7%; padding:0px; height:40px; line-height:100%; display:table; float:left; }

			#top-menu ul.nav li a,
	#footer-top ul.nav li a{display:table-cell; vertical-align:middle;padding:0; text-align:center; font-size:13px; padding:0;}


#footer-search{border:1px solid #999; height:30px;padding-left:5px; }

#header-search{border:1px solid #999; height:30px; top:14px !important; right:7px !important; padding-left:5px;}

#footer-left h3{padding-bottom:0;}
.textbox, .exploreFilter form input#our-work-search-input-box{width:97%;text-align:center}

	
	@media only screen and (max-width: 320px) {
		#footer-top ul.nav li.do,
			#footer-top ul.nav li.about,
			#footer-top ul.nav li.blog,
			#footer-top ul.nav li.work,	
			#footer-top ul.nav li.blog,		
			#top-menu ul.nav li.do,
			#top-menu ul.nav li.about,
			#top-menu ul.nav li.blog,
			#top-menu ul.nav li.work,
			#top-menu ul.nav li.blog{width:24%; padding:0px; height:40px; line-height:100%; display:table;}
			#footer-top ul.nav li a,
			#top-menu ul.nav li a{font-size:8px;display:table-cell;}
			
			.logo{ float:left; width:55%; }
			.logo h1 a img{width:100%; height:auto;}
			.logo h1{width:100%;}
		#footer-right,
		#header-right{float:right; position:absolute; right:0;}
				
		.textbox, .exploreFilter form input[type="text"]{ width:95%;}
		.video_holder{width:auto;}
		.video_holder img{width:100%;}
		
		#main-contain div#nav a{margin:0 5px;}
		#nav_bullets {  width: auto;}
		#footer-search,#header-search{width:200px !important;}
		

	}	

.paginator{ background-color: #21B2AB;
border: 5px solid white;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px black;
box-shadow: 0px 0px 10px black;
cursor: default;
display:inline-block;
width:100%;}

.paginator td{  border:0; border-collapse:collapse;}
.paginator td.pg-curr{ background:#fff; color:#000;padding:5px;}
.paginator td a{ display:block;padding:5px;}
.paginator td a:hover{ background:#fff; color:#000; text-decoration:none;}
 .postingContainer.item,
.listing .item{ background-color: white;
  border:0;
  border-bottom: 5px solid #bfc0bb;
  margin-bottom: 12px;
  padding: 4px;
  clear:both;
  width:100%;
  display: inline-block;
  }

.postingContainer.item p img {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}
 .listing{
 
 display: inline-block;
 
 }
  
 #listfilter{
 display: inline-block!important;
height: 130px!important;
clear: both;
width: 100%;
 
 }
 
 #cse-search-results{display:inline-block;width:100%}
 
/** Pressroom Page **/

div#pressroom_leftcol {
width: 100%!important;
padding-right: 15px!important;
display: inline-block!important;
height: auto!important;
float:none!important;
}

div#pressroom_rightcol, div#pressroom_blog {
	width: 100%!important;
	height: auto!important;
	display: inline-block!important;
	float:none!important;
}
div#pressroom_leftcol  img{
	width:auto!important;
}
div#pressroom_rightcol img, div#pressroom_blog  img{
	width:auto!important;
}
div#pressroom_releases {
width: 100%!important;
height:auto!important;
display: inline-block!important;
float:none!important;
margin:0 0 20px 0!important;
}
#pressroom_experts {
display: inline-block!important;
clear: both!important;
width: 100%!important;
margin-bottom: 20px!important;
float:none!important;
}

#col1, #col2, #col3, #col4 {
width: 100%!important;
height: auto!important;
margin: 8px!important;
padding: 0 2px!important;
float:none!important;
display:inline-block;
}

#col1 img, #col2 img, #col3 img, #col4  img{
width: auto!important;
}
#video1, #video2, #video3 {
display: inline-block!important;
width: 100%!important;
height: auto!important;
margin: 0 8px 8px 0!important;
background-color: #fff!important;
float:none!important;
}
.ss_nav {display: none;}

/** Profile Page **/

#profileList div{
	height:315px!important;
}

#pressroom_video {
height: auto!important;
width: 100%!important;
margin-bottom: 20px!important;
}

div.profile_info {
padding-bottom: 36px!important;
height: auto!important;
display: inline-block!important;
width: 100%!important;
}
div.profile_info  img{
	width:auto!important;
}
div#social {
padding-top: 10px!important;
margin-bottom: 20px!important;
}
div#social img {
padding-right: 10px;
width: auto;
}
