/* 
Theme Name: Chem Dry
Author: NoSleepForSheep
Author URI: http://www.nosleepforsheep.com/
*/

@import url("stylesheets/foundation.css");
@import url("stylesheets/app.css");

/* GENERAL STYLES */

.purple { color: #a15da5; }
a { color: #165189; }
a:hover { color: #a15da5; }
a:active { color: #a15da5; }

.entry ul {
    list-style: disc inside none;
    margin-left: 15px;
}

.entry ul ul {
    list-style: circle inside none;
    margin-left: 20px;
}

.purple-button-updated{
	border: 1px solid #2c3b2b;
	font-size: 1em;
	color: #efefef;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38);
	-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38);
	-ms-box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38), 0 1px 2px rgba(0, 0, 0, .20);
	background: #aa69ad;
	background: -webkit-linear-gradient(#aa69ad 0%, #934c97 100%);
	background: -moz-linear-gradient(#aa69ad 0%, #934c97 100%);
	background: -ms-linear-gradient(#aa69ad 0%, #934c97 100%);
	background: linear-gradient(#aa69ad 0%, #934c97 100%);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .30);
	font-weight: 600;
	border-radius: 5px;
	padding: 5px 10px;
}

.purple-button-updated:hover{
	color: #efefef;
	background: #934c97;
	background: -webkit-linear-gradient(#934c97 0%, #aa69ad 100%);
	background: -moz-linear-gradient(#934c97 0%, #aa69ad 100%);
	background: -ms-linear-gradient(#934c97 0%, #aa69ad 100%);
	background: linear-gradient(#934c97 0%, #aa69ad 100%);
}

/* HEADER */

/* new top bar, added by adrian */

#top-bar{
	position: relative;
	background: #3b735b;
	border-bottom: 2px solid #f8f8f8;
}

#top-bar > div{
	width: 100%;
	max-width: 980px;
	margin: auto;
	overflow: hidden;
}

#top-bar p {
	float: left;
	margin: 8px 0 8px;
	padding: 0;
	font-size: 26px;
	color: #e8e8e8;
}

#top-bar > div > div{
	float: right;
	margin-top: 6px;
}

#top-bar > div > div ul{
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#top-bar > div > div ul li{
	float: left;
	margin: 0;
	padding: 0;
}

#online-application{
	background: rgba(232, 232, 225, .18);
	text-align: center;
	height: 54px;
	padding: 5px 2px;
	margin-top: 14px;
}

#online-application p{
	font-size: 12px;
	text-transform: uppercase;
	color: #efefef;
	font-weight: 600;
	margin: 0;
	margin-bottom: 10px;
}


@media only screen and (max-width: 767px) {	
	
	#top-bar p{
		float: none;
		display: block;
		margin: 8px 0 0;
		padding: 0;
		font-size: 16px;
		color: #e8e8e8;
		text-align: center;
	}
	
	#top-bar > div > div{
		float: none;
		width: 333px;
		margin: auto;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	#top-bar > div > div ul{
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	
	#top-bar > div > div ul li{
		float: left;
		margin: 0;
		padding: 0;
		
	}
	
}



/* new top bar, added by adrian --end--*/

#hdrcontainer, #ftrcontainer {margin:0;padding:0;background:#fff;}

#hdrcontainer {
	background-image: url('images/header.jpg');
	background-position: center bottom;
	background-color: #165189;
}

#pagecontainer {
	margin: 0px;
	padding: 0px;
	background:#ccc url('images/bg-lite.jpg') repeat top left;
	border-top:1px solid #ccc;
}

#header { margin-top: 5px; }

#contactheader {
	font-size: 140%;
	text-align: right;
	padding-top: 20px;
}

#contactheader p {
	margin-bottom: 10px;
	color: #fff;
}

#tagline {
	color:#fff;
	font-size:1.2em;
	margin-top: 3.8%;
}

@media only screen and (max-width: 767px) {	
	#tagline {
		text-align: center;
	}
}

#tagline {margin-left: 2%;}

.sociallinks {
	overflow:hidden;
	float:right;
	display:none;
}

.entry .sociallinks {float:left;margin:10px 0;width:100%;}

.sociallinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
display:none;
}

.sociallinks ul li {
	float: left;
	margin: 0;
	padding: 0 5px;
}

.twitter { width: 85px }
.facebook { width: 85px; }
.linkedin { width: 107px; }
.google { width: 63px; }

.sociallinks ul li.twitter {padding-right:0;}

/* NAVIGATION */

#navigation {
	background-color: #165189;
}

.menu-main-container { 
	margin-bottom: 0px;
	padding: 12px 0 8px;
	text-align: center;
}

.menu-main-container ul {
	margin: auto;
	display: inline;
	list-style: none;
}

.menu-main-container ul li {
	display: inline;
	padding: 0 10px;
}

.menu-main-container ul li a:hover {
	color: #ccc;
}

.menu-main-container ul li a {
	color: white;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

	.menu-main-container { 
		margin-bottom: 0px;
		padding: 20px 0 8px;
		text-align: center;
	}

	.menu-main-container ul {
		margin: auto;
		display: inline;
		list-style: none;
	}
	
	.menu-main-container ul li {
		display: block;
		padding: 0 10px;
	}
	
	.menu-main-container ul li a:hover {
		color: white;
		background: #658cb1;
	}
		
	.menu-main-container ul li a {http://chemdryfranchise.com/news-and-blog/
		color: white;
		font-family: "trebuchet ms", arial, sans-serif;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		text-transform: uppercase;
		background: #3d6e9d;
		padding: 10px 0;
		display: block;
	}

}

/* footer navigation */

.text-nav {
	text-align: center;
}

ul.nav-footer { margin-top: 20px; }
ul.nav-footer li { 
	display: inline;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 10px;
}
ul.nav-footer li a { color: #165189; text-transform: capitalize; }
ul.nav-footer li a:hover { color: #447764; }

/* HOMEPAGE STYLES */

#homemid {
    	/* background: url('images/greybg.jpg'); */
	padding-top: 20px;
}

#homemid .nine.columns {
	padding-top: 10px;
}

.welcome { 
	padding-top: 20px;
	padding-bottom: 60px;
}

.welcome p { 
	font-size: 16px;
	line-height: 20px;
}

/* SLIDESHOW */

.orbit-bullets li {background-image:url('images/orbit/bullets.png');}

#featured { 
	width: 724px;
	height: 331px;
	background: #000 url('images/spinner.gif') no-repeat center center; 
	overflow: hidden; 
}
/*
#featured img,  
#featured div { display: none; }
*/

div.orbit-wrapper {
    -moz-box-shadow: 0px 0px 5px 2px #9a9a9a;
    -webkit-box-shadow: 0px 0px 5px 2px #9a9a9a;
    box-shadow: 0px 0px 5px 2px #9a9a9a;
}




/* MEDIA DIFFERENCES */

@media handheld, only screen and (max-width: 767px) {

    dl.nice.tabs.mobile { margin-bottom: 0px; }
    .nice.tabs.mobile dd a { padding: 12px 20px; }
    
    
    div.slider-nav span { height: 50px; width: 39px; background-size: 100% auto; margin-top: -25px; }
}



.page .maincontent {
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.welcomemessage { margin: 10px 0; }
.welcomemessage p {
    line-height: 150%;
    font-size: 120%;
    font-style: italic;
}
/* Homepage Widgets */

.stepscontent {
	height: 240px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.stepscontent h4 {
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #447764;
	color: #fff;
	text-transform: uppercase;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	padding: 8px 10px;
	padding-right: 35px;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
}

#text-3 .stepscontent, #text-4 .stepscontent {
	background-color: #d1d1d1;
}

.stepscontent .textwidget {
	padding: 10px;
}

.stepscontent .button {
	padding: 5px 10px;
	font-size: 11px;
	font-size: 1.1rem;
}

/* SIDEBAR STYLES */

#sidebar h4 { 
	background-color: #98509C;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem; 
	font-weight: bold;
	padding: 5px;
	margin: 0;
	margin-bottom: 15px;
}

#sidebar .widget {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
}

#sidebar ul li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#sidebar.main a {
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
}

/* SIDEBAR FORM */

#sidebar .gform_widget {
    background: #165189 !important;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#sidebar .gform_widget ul li {
	border:0;
	padding: 0;
	margin-bottom: 5px;
}

#sidebar .gform_widget .wrapper {
	margin: 0;
}

#sidebar .gform_widget .gform_wrapper span.gform_description { 
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: verdana, arial, sans-serif;
	line-height: 10px;
}

#sidebar .gform_wrapper .gform_heading {
	margin-bottom: 5px;
}

#sidebar .gform_widget .gform_wrapper .top_label .gfield_label { display: none }
#sidebar .gform_widget h4 {
	margin-bottom: 2px;
	padding-bottom: 0;
	color: white !important;
	font-size: 140% !important;
	margin-top: 0px !important;
	padding: 0;
	font-size: 10px;
	font-size: 1.0rem;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: normal;
}

#sidebar .gform_widget .gform_wrapper .top_label input.medium, 
#sidebar .gform_widget .gform_wrapper .top_label textarea.medium  {
	width: 97%;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
	border:none;font-size:1em;
}

#sidebar .gform_widget div.gform_footer.left_label,
#sidebar .gform_widget form,
#sidebar .gform_widget .gform_wrapper {
    padding: 0px;
    margin: 0px;
} 

#sidebar .gform_widget .gform_wrapper textarea.medium {height:50px;}
#sidebar .gform_wrapper .gform_footer { margin: 0; padding: 0; }
#sidebar .gform_widget .gform_wrapper .gform_footer {margin:0;padding-top:5px; text-align: center; }
#sidebar .gform_widget .button { padding: 5px 10px; text-decoration: none; }

#sidebar .gform_wrapper .top_label input.medium, #sidebar .gform_wrapper .top_label select.medium { width: 100%; }

/* CONTENT AREA */

#content {
	padding: 15px;
	background: white;
	border: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
	color: #165189;
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	font-size: 35px;
	font-size: 3.5rem;
}

h2 { 
	font-size: 28px;
	font-size: 2.8rem;
}

.smallpost { margin-top: 15px }

.meta {
	font-size: 12px;
	font-size: 1.2rem;
}

.six.columns .meta {
	padding-bottom: 10px;
}

/* DOWNLOAD REPORT */

#download-report {
	border: 1px solid #ccc;
	background-color: #efefef;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-top: 15px;
}

#download-report .wrapper {
	padding: 0 20px;
}

#download-report .button {
	margin-top: 5px;
}

#download-report p {
	font-size: 18px;
	line-height: 22px;
	font-family: "trebuchet ms", arial, sans-serif;
}

.application-giant-button{
	display: block;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #2c3b2b;
	font-size: 2em;
	color: #efefef;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38);
	-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38);
	-ms-box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38), 0 1px 2px rgba(0, 0, 0, .20);
	background: #3175b5;
	background: -webkit-linear-gradient(#3175b5 0%, #16528a 100%);
	background: -moz-linear-gradient(#3175b5 0%, #16528a 100%);
	background: -ms-linear-gradient(#3175b5 0%, #16528a 100%);
	background: linear-gradient(#3175b5 0%, #16528a 100%);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .30);
	font-weight: 600;
	border-radius: 5px;
	padding: 20px 10px;
}

.application-giant-button:hover	{
	color: #efefef;
	background: #3175b5;
	background: -webkit-linear-gradient(#16528a 0%, #3175b5 100%);
	background: -moz-linear-gradient(#16528a 0%, #3175b5 100%);
	background: -ms-linear-gradient(#16528a 0%, #3175b5 100%);
	background: linear-gradient(#16528a 0%, #3175b5 100%);
}

/* FOOTER */

#franchise {
	background-color: #447764;
	padding: 0;
}
#franchise ul {
	list-style: none;
	margin: 0;
}
#franchise ul li {
	display: block;
	margin: 0;
}
#franchise ul li:last-child {
	padding: 0 0 0 0;
}

/* IE */

#franchise ul {
	padding: 5px 0 0 23px\9;
}
#franchise ul li {
	float: left\9;
	padding: 0 62px 0 0\9;
}
#franchise ul li.last {
	padding-right: 0\9;
}

/* Desktop */ 

@media handheld, only screen and (min-width: 960px) {
	#franchise ul {
	padding: 5px 0 0 23px;
}
#franchise ul li {
	float: left;
	padding: 0 62px 0 0;
}


/* Tablet */

@media handheld, only screen and (min-width: 480px) and (max-width: 960px) {
	#franchise ul {
	padding: 5px 0 0 0;
}
#franchise ul li {
	float: left;
	padding: 0 0 0 0;
}
}


/* Mobile */

@media handheld, only screen and (max-width: 480px) {
	#franchise ul {
	padding: 5px 0 0 0;
}
#franchise ul li {
	float: left;
	padding: 0 0 0 0;
}
#franchise ul li img {
	width: 90%;	
}
}


.footerwrap {
    background: #165189 url('images/footerwrap.png');
    padding: 20px 0px;
}
.footerwrap a {
    	color: white;
    	font-size: 120%;
	display:block;
	line-height: 120%;
}
.footerwrap a:hover { color: #cd76d2 }
.footerwrap h4.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-family: "trebuchet ms", arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 25px;
    	background-image: url('images/footertitlebg.jpg');
	background-repeat: no-repeat;
}
#recent-posts-4 li,
#recent-posts-3 li {
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 10px;
}

.bottom nav {
	text-align: center;
}
.copyright { 
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	padding-bottom: 50px;
}


/* Tablet screens */
@media only screen and (min-width: 768px) and (max-width: 959px) { 
    #steps ul li { height: 270px }
    .fb_iframe_widget iframe[style],
    iframe[style].twitter-follow-button { width: 100% !important }
}
}
/* Mobile */
@media only screen and (max-width: 767px) { 
    #franchiseform { margin-top: 30px }
    .hometop { height: auto }
    #steps ul li {
        margin-top: 25px;
        height: auto;
    }
}

/* Additional Changes */

.fb_iframe_widget {
    background: #fff;
}

aside ul li a {display:block;}
.contentarea article h2 a {text-decoration:none;}
.contentarea article h2 a:hover {text-decoration:none;color:#165189;}

/* FOUNDATION OVERWRITES */

.button {
	border:1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 8px #000;
	-moz-box-shadow: 8px #000;
	box-shadow: 8px #000; 	
	text-transform: uppercase;
	font-size: 90% !important;
	background: rgb(140,78,144); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: 	url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjNGU5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzhiNGU5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzg4NGU4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDQyODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(140,78,144,1) 0%, rgba(139,78,144,1) 23%, rgba(136,78,138,1) 43%, rgba(128,66,132,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,78,144,1)), color-stop(23%,rgba(139,78,144,1)), color-stop(43%,rgba(136,78,138,1)), color-stop(100%,rgba(128,66,132,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(140,78,144,1) 0%,rgba(139,78,144,1) 23%,rgba(136,78,138,1) 43%,rgba(128,66,132,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(140,78,144,1) 0%,rgba(139,78,144,1) 23%,rgba(136,78,138,1) 43%,rgba(128,66,132,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(140,78,144,1) 0%,rgba(139,78,144,1) 23%,rgba(136,78,138,1) 43%,rgba(128,66,132,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(140,78,144,1) 0%,rgba(139,78,144,1) 23%,rgba(136,78,138,1) 43%,rgba(128,66,132,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c4e90', endColorstr='#804284',GradientType=0 ); /* IE6-8 */
}

.button:hover {
	background: rgb(170,105,173); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(170,105,173,1) 0%, rgba(168,102,171,1) 23%, rgba(164,96,167,1) 43%, rgba(147,76,151,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,105,173,1)), color-stop(23%,rgba(168,102,171,1)), color-stop(43%,rgba(164,96,167,1)), color-stop(100%,rgba(147,76,151,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(170,105,173,1) 0%,rgba(168,102,171,1) 23%,rgba(164,96,167,1) 43%,rgba(147,76,151,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,105,173,1) 0%,rgba(168,102,171,1) 23%,rgba(164,96,167,1) 43%,rgba(147,76,151,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,105,173,1) 0%,rgba(168,102,171,1) 23%,rgba(164,96,167,1) 43%,rgba(147,76,151,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(170,105,173,1) 0%,rgba(168,102,171,1) 23%,rgba(164,96,167,1) 43%,rgba(147,76,151,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa69ad', endColorstr='#934c97',GradientType=0 ); /* IE6-9 */
}


/* LANDING PAGE */

#landing-page .navigation .menu-main-container ul li a {display:none;}

/* WYSIWYG STYLES */

blockquote, .wp-caption {
	background-color: #efefef;
	border: #ccc 1px solid;
}

blockquote { 
	padding: 20px 10px 0;
}

.wp-caption {
	text-align: center;
	margin: 0 auto 20px;
	font-style: italic;
	padding: 20px 10px 0;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

/* Tables */

table {
	background: #e5edf5;
	margin: 0 auto 20px auto;
	border: 1px solid #cadef1; 
	width: 100%;
}
table thead, table tfoot {
	background: #cadef1;
}
table tbody tr.even, table tbody tr.alt {
	background: #cadef1;
}
table tbody tr:nth-child(even) {
	background: #cadef1;
}
table tbody tr td {
	color: #000;
	padding: 9px 10px;
	vertical-align: top;
	border: none;
}
table thead tr th, table tbody tr td.headline {
	background: #165189;
	color: #fff;	
}

.info {
	overflow: auto;
}

/* FORM STYLES */

.entry .gform_wrapper {
	width: 80%;
	margin: auto;
	background-color: #f4f4f4;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.entry .gform_wrapper form {
	margin-bottom: 0;
}

/* MISC TABLE STYLES */
.pic { width: 30%; }
td li { margin-bottom: 2px; }

/* TERRITORIES FINDER */

#territories {
	text-align: center;
}

#territories input[type="text"] {
	padding: 6px;
	font-size: 1.5rem;
}

/* TRANSPOSH WIDGET */

#sidebar .widget_transposh {
	background-color:#F6F6F6;
	border:none;
	padding:0px;
	margin-bottom: 25px;
	margin-left: -4px;
}
#sidebar .widget_transposh h4{
	background-color:#f6f6f6;
 	color:#165189;
	font-size:1rem;
	font-weight:400;
	margin:0 0 5px;
	padding: 5px 2px 5px 3px;
	text-transform: uppercase;
	float: left;
}
.transposh_flags {
	float: left;
}
.transposh_flags a, #sidebar.main .transposh_flags a{
	font-size:1rem;
	font-weight:400;
	text-transform: uppercase;
	padding-right: 2px;
}
.transposh_flags img{
	padding-top: 3px;
	border-width:1px 1px;
}
#sidebar .widget_transposh br{
	display: none;
}