/*
Theme Name: Granite 960
Theme URI: http://ithemes.com/purchase/granite
Author: iThemes
Author URI: http://ithemes.com/
Version: 0.1.9
Description: Granite is a premium WordPress theme designed by iThemes.
Tags: light, business, theme options, image fader, dropdown menus, CMS

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	background: #333333 url('images/body-bg.png') top left repeat;
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-family: georgia,times,'times new roman',serif;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 11px 0 20px;
	margin: 0;
	line-height: 1.4em;
	width:100%;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	margin: 0px; 
	padding: 0px;
	height: 0; 
	visibility: hidden; 
}

#wrap {
	clear: both;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/wrap-bg.png) top left repeat-y
}

/*********************************************
	Container Div
*********************************************/
#container {
	clear:both;
	margin: 0px auto;
	width:960px;
	padding: 0;
	text-align: left;
	background: url(images/container-bg.png) top left repeat-y;
	}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #0B5D8D;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
}
#footer a:hover, #footer a:active {
	color: #fff;
}

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {
}
ol, ul, dd {
	margin: 15px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
blockquote {
	margin: 0 35px 15px;
	padding: 15px 15px 1px;
	background:#ddd;
}
img {
	border: 0px;
	background: none;
}
p {
	padding: 0px;
	margin: 0 0 15px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: block;
	clear:both;
}
table {
	border-collapse:collapse;
	margin-bottom:15px;
}
tr, td, th {
	margin:auto;
}
td, th {
	padding:10px;
	vertical-align:top;
}
th {
	border:1px solid #ddd;
	font-weight:bold;
	background:#eee;
}
td {
	border:1px solid #ddd;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: arial,helvetica,sans-serif;
	font-family: cambria,georgia,times,'times new roman',serif;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	line-height: 1.2em;
	color:#000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:0;
}
.entry h3 { /* This style used within the post content itself */
}
.widget h4 { /* This style used as the sidebar widget titles  */
	padding: 0;
	margin: 0 0 3px;
	letter-spacing:0px;
	font-size: 14px;
}
#home-top .widget h4 { /* This style used as the home top widget title  */
	padding: 0;
	margin: 0 0 10px;
	letter-spacing:-1px;
	font-size: 24px;
}
#home-bottom .widget h4 { /* This style used as the home bottom widget titles  */
	padding: 0;
	margin: 0 0 5px;
	letter-spacing:-1px;
	font-size: 18px;
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
h3 a, h3 a:link, h3 a:visited {

}
h3 a:hover, h3 a:active {

 }
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ddd;
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
}
#comments h3 { /* This style used as title in the comments section */
	margin-bottom:10px;
}
#respond h3 { /* This style used as title in the comments section */
	margin-bottom:3px;
}
.sitemap h2 {
	margin: 0 0 5px;
	letter-spacing:0px;
	font-size: 14px;
}
h3.home2-title {
	width:920px;
	padding: 7px 20px;
	background:#000;
	color:#fff;
	margin:0 auto;
	font-size: 18px;
}
h3#feature-title {
	padding:0;
	margin:0 0 10px;
	font-size: 12px;
	letter-spacing:0;
	color:#000;
	font-weight:normal;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	text-align: center;
	background-color: #ccc;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.alignright, img.alignleft, img.aligncenter {
	background:#fff;
	padding:5px;
	border:1px solid #ddd;
}

/*********************************************
	Header Styles
*********************************************/

#header {
	position:relative;
	z-index: 1;
	width: 960px;
	clear: both;
	height: 160px;
	margin: 0 auto;
	padding: 0;
}
#title-outer-wrapper {
	display: table;
	height: 80px;
	#position: relative;
	overflow: hidden;
	float:left;
	width: 350px;
}
#title-inner-wrapper {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#title {
	#position: relative;
	#top: -50%
}
#title a {
	font-weight:bold;
	letter-spacing: -1px;
	text-indent: 0;
	font-size: 28px;
	line-height: 32px;
	text-decoration: none;
}
/*********************************************
	Search Form Styles
*********************************************/
#searchform {
	padding:0;
	margin:0;
}
#searchform label {
	display:none;
	text-indent:-999em;
}
#searchform #searchfield {
}
#searchform #submitbutton {
}

/*********************************************
	Nav Bar Search Form Styles
*********************************************/
#menu-wrapper #searchform {
	width:180px;
	height:24px;
	float:right;
	padding:0;
	margin:13px 12px 0 0;
	background: url(images/search-bg.png) top right no-repeat;
}
#menu-wrapper #searchform #searchfield {
	padding: 0;
	margin: 4px 0 0 6px;
	border:0;
	background:transparent;
	float:left;
	color:#ccc;
	font-size: 12px;
	width:150px;
}
#menu-wrapper #searchform #submitbutton {
	height:24px;
	width:20px;
	float:right;
	display:block;
	cursor:pointer;
}

/*********************************************
	Horizontal Navigation Styles
	(with dropdowns)
*********************************************/

#menu-wrapper {
	clear:both;
	background:transparent url(images/nav-bg.png) top center no-repeat;
	width:960px;
	margin:0 auto;
	padding: 2px 10px 0;
	text-align: left;
}
.menu {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-family: georgia,times,'times new roman',serif;
	font-family: arial,helvetica,sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	font-size:12px;
	width:740px;
	float:left;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li {
	margin: 0;
	padding:0;
	float: left;
	height:50px;
	line-height:50px;
	list-style: none;
}
.menu li li {
	padding:0;
	margin: 0;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #000;
}
.menu li a, .menu li a:link, .menu li a:visited {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	color:#fff;
	font-weight:bold;
}
.menu li a:hover, .menu li a:active {
	color:#FA8700;
}
.menu li.current_page_item,
.menu li.current_page_ancestor {

}
.menu li.current_page_item li,
.menu li.current_page_ancestor li {
}
.menu li.current_page_item a,
.menu li.current_page_item a:link,
.menu li.current_page_item a:visited,
.menu li.current_page_ancestor a,
.menu li.current_page_ancestor a:link,
.menu li.current_page_ancestor a:visited {
	color:#FFFFFF;
}
.menu li ul {
	float:none;
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	padding:0;
	background:#333;
	border:1px solid #000;
	border-top:0;
	border-bottom:0;
}
.menu li ul a,
.menu li ul a:link,
.menu li ul a:visited {
	padding: 0px 10px;
	width:180px;
}
.menu li.current_page_item ul a,
.menu li.current_page_item ul a:link,
.menu li.current_page_item ul a:visited,
.menu li.current_page_ancestor ul a,
.menu li.current_page_ancestor ul a:link,
.menu li.current_page_ancestor ul a:visited {
	padding: 0px 10px;
	width:180px;
	color:#FFF;
}
.menu li ul a:hover,
.menu li ul a:active,
.menu li.current_page_item ul a:hover,
.menu li.current_page_item ul a:active,
.menu li.current_page_ancestor ul a:hover,
.menu li.current_page_ancestor ul a:active,
.menu li li.current_page_item a,
.menu li li.current_page_item a:link,
.menu li li.current_page_item a:visited {
	color:#7A96CC;
}
.menu li li.current_page_item li.page_item a,
.menu li li.current_page_item li.page_item a:link,
.menu li li.current_page_item li.page_item a:visited {
	color:#FFF;
}
.menu li li.current_page_item li.page_item a:hover,
.menu li li.current_page_item li.page_item a:active {
	color:#7A96CC;
}
.menu li ul ul,
.menu li.current_page_item ul ul,
.menu li.current_page_ancestor ul ul {
	margin: -30px 0 0 200px;
}
.menu li:hover ul ul, 
.menu li:hover ul ul ul, 
.menu li.sfhover ul ul, 
.menu li.sfhover ul ul ul {
	left: -999em;
}
.menu li:hover ul, 
.menu li li:hover ul, 
.menu li li li:hover ul, 
.menu li.sfhover ul, 
.menu li li.sfhover ul, 
.menu li li li.sfhover ul {
	left: auto;
}
.menu li:hover, 
.menu li.sfhover {
	width:auto;
}

/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: left;
	margin: 0;
	padding: 20px;
	width: 580px;
}
#content-full {
	display: block;
	padding: 20px;
	margin: 0;
}
#content-right {
	display: inline;
	float: right;
	margin: 0;
	padding: 20px;
	width: 580px;
}
.main-content {
	width:420px;
	float:right;
	margin:0;
	padding:0;
}
.main-content-left {
	width:420px;
	float:left;
	margin:0;
	padding:0;
}

/*********************************************
	Post Div
*********************************************/
.post, .page {
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 15px;
	height: auto;
	border-bottom: 1px dotted #ddd;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 15px;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:11px;
	color:#999;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:11px;
	color:#999;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}
.page-nav .alignright a {
	padding: 5px 10px;
	background: #ddd;
	border:1px solid #ccc;
	display:block;
}
.page-nav .alignleft a {
	padding: 5px 10px;
	background: #ddd;
	border:1px solid #ccc;
	display:block;
}


/*********************************************
	Wide Sidebar
*********************************************/
.sidebar {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-family: georgia,times,'times new roman',serif;
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	display: inline;
	float: right;
	width: 300px;
	margin: 0px;
	padding: 20px;
	overflow:hidden;
}
#float-left .sidebar {
	float: left;
}
.sidebar-bottom-left {
	float:left;
	width:160px;
	margin:0;
	padding:0;
}
.sidebar-bottom-right {
	float:right;
	width:120px;
	margin:0;
	padding:0;
}
/*********************************************
	Narrow Small Sidebar
*********************************************/
.sidebar-narrow {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-family: georgia,times,'times new roman',serif;
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	display: inline;
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0;
	overflow:hidden;
	padding:9px;
	border:1px solid #d5d5d5;
	background: #e5e5e5; 
}
.float-right .sidebar-narrow {
	float: right;
}
/*********************************************
	Widget Styles
*********************************************/
.widget {
	padding: 0 0 20px;
	clear: both;
	margin: 0 0 20px;
	background:url(images/side-sep.gif) bottom left repeat-x;
}
.widget:last-child {
	padding: 0;
	clear: both;
	margin: 0;
	background:transparent;
}
.widget img {
	margin: 0px;
}
.widget .flickr img {
	margin: 0 3px 3px 0;
	background: #fff;
	padding: 4px;
	vertical-align:top;
	width:75px;
	height:75px;
	border:1px solid #ccc;
}
.widget form {
	margin: 0px;
	padding: 0px;
}

.widget select {
	width:120px;
}
.widget ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget ul ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget ul ul ul {
	list-style-type:none;
	margin-left:15px;
	padding:0;
}
.widget ul li {
	list-style-type:none;
	padding: 0 0 0 16px;
	margin:0 0 2px;
	background: url(images/bullet.gif) 0 3px no-repeat;
}
.widget ul li ul li {
	list-style-type:none;
	padding: 0;
	background: transparent;
}
/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 15px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#comments .vcard { }
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #ddd;
	background:#eee;
	margin: 10px 0 0;
	padding: 15px;
	overflow: hidden;
}

#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {
}
#comments li.odd {
}
#comments blockquote {
	background: #ccc;
	margin: 10px 0px; 
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding-top:20px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}
#commentform p {
	margin-bottom:5px;
}
#commentform label {
	display:block;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}


/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	padding: 5px;
	border:1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.sidebar ul.banner125 li {
	float:left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.sidebar ul.banner125 li img {
	display:block;
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Footer Styles
*********************************************/

#footer {
	font-size: 10px;
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10px 30px;
	background: url(images/footer-bg.png) bottom left no-repeat;
	color:#ccc;
	width:960px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
}
#footer p {
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {

}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/*********************************************
	Home Top Styles
*********************************************/
#home-top {
	margin: 0 auto;
	padding: 20px;
	background:#eee;
}
#home-top .widget { 
	padding: 0;
	margin:0;
	float:left;
	width:450px;
	max-width: 100%;
	background:transparent;
}
/*********************************************
	Image Rotator Styles
*********************************************/
#top-image { /* The image rotator background */
	width:400px;
	height:auto;
	margin: 0;
	padding:9px;
	float:right;
	overflow:hidden;
	background:#fff;
	border:1px solid #d5d5d5;
}

/*********************************************
	Home Featured Styles
*********************************************/
#home-featured {
	margin: 0 auto;
	padding: 20px;
	background:#e5e5e5;
}
#home-featured .widget { 
	padding: 0;
	margin:0;
	float:left;
	width:450px;
	background:transparent;
}
#home-featured .post {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
#home-featured .meta,
#home-featured .meta-bottom  {
	clear: none;
	color:#777;
}
#home-featured img.feature-image {
	max-width:400px;
	width:auto !important;
	margin: 0 0 0 30px ;
	padding:9px;
	float:right;
	overflow:hidden;
	background:#fff;
	border:1px solid #d5d5d5;
}
/*********************************************
	Home Bottom Styles
*********************************************/
#home-bottom {
	margin: 0 auto;
	padding: 20px;
	background:#ddd url(images/home-bottom-bg.png) top left repeat-x;
}
#home-bottom .col1 {
	float:left;
	width: 280px;
	padding:0;
	margin: 0 40px 0 0;
	overflow:hidden;
}
#home-bottom .col2 {
	float:left;
	width: 280px;
	padding:0;
	margin: 0;
	overflow:hidden;
}

#home-bottom .col3 {
	float:right;
	width: 280px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#home-bottom .widget { 
	padding: 0;
	margin:0;
	background:transparent;
}
.home-bottom-sep {
	margin: 0 auto;
	padding:0;
	background: url(images/home-bottom-sep.png) top left repeat-y;
} 
/*********************************************
	Footer Widget Bottom Styles
*********************************************/
#footer-widgets {
	width:920px;
	margin: 0 auto;
	padding: 20px;
	background:#ddd url(images/home-bottom-bg.png) top left repeat-x;
}
#footer-widgets .col1 {
	float:left;
	width: 270px;
	padding:0;
	margin: 0 30px 0 0;
	overflow:hidden;
}
#footer-widgets .col2 {
	float:left;
	width: 270px;
	padding:0;
	margin: 0 30px 0 0;
	overflow:hidden;
}

#footer-widgets .col3 {
	float:left;
	width: 145px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#footer-widgets .col4 {
	float:right;
	width: 145px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#footer-widgets .widget { 
	padding: 0;
	margin:0 0 10px;
	background:transparent;
}
.footer-widgets-sep {
	margin: 0 auto;
	padding:0;
	background: url(images/footer-widgets-sep.png) top left repeat-y;
} 
/*********************************************
	Content List Bullets
*********************************************/
.entry ul {
	list-style-type: none;
	margin: 15px;
}
.entry ul li ul {
	list-style-type: none;
	margin:0;
}
.entry ul li ul li ul {
	list-style-type: none;
	margin-left:15px;
}
.entry ul li {
	list-style-type:none;
	padding: 0 0 0 16px;
	margin:0 0 2px;
	background: url(images/bullet.gif) 0 3px no-repeat;
}
.entry ul li ul li {
	padding: 0;
	margin:0 0 2px;
	background: transparent;
}
/*********************************************
	Site Map Page
*********************************************/

.entry .sitemap {
	font-size:12px;
	line-height:1.4em;
}
.entry .sitemap ul {
	margin: 0 0 15px 0;
}
.entry .sitemap ul li ul {
	margin: 0;
}
.entry .sitemap ul li ul li ul {
	margin-left:15px;
}

.entry .sitemap ul li {
}
.entry .sitemap ul li ul li {
	list-style-type:none;
}

p.site-map {
	margin: 0;
	font-weight:bold;
	font-size:10pt;
}
.map-narrow {
	border:1px solid #ddd;
	background:#eee;
	padding: 15px 15px 1px;
	width:30%;
	float:right;
}
.map-wide {
	width:60%;
	float:left;
}
.sitemap .post {
}
.sitemap .meta {
	margin: 0;
}
.sitemap select {
	width:90%;
	margin: 0 0 15px;
}

.left {
	float: left;
	margin: 0 10px 5px 0 !important;
	border: 3px solid #ffffff;
}

table.home-table, table.home-table tr, table.home-table td {
	border: 0px;
}

input#name, input#jdbbl-jdbbl, select {
	width: 210px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #767676;
	margin: 5px 0 10px;
}

input.submit {
	padding: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #767676;
	margin: 0 0 10px;
	background-color: #333333;
	color: #ffffff;
	cursor: pointer;
}

/* --- Mailchimp form --- */
#text-18 {
	width: 100% !important;
	max-width: 450px !important;
}
#mc_embed_signup {
	background: none !important;
}
#mc_embed_signup form {
	padding: 0 !important;
}
.widget #mc_embed_signup .mc-field-group {
	width:100% !important;
}
.widget #mc_embed_signup .mc-field-group * {
	box-sizing: border-box;
}
.widget #mc_embed_signup .mc-field-group select {
	width:100% !important;
	padding: 8px 35px 8px 5px;
	font-size: 12px;
	border: 1px solid #ABB0B2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('images/icon-angle_down.svg') 96% / 15px no-repeat #fff;
}
.widget #mc_embed_signup .mc-field-group select::-ms-expand { 
	display: none; /* remove default arrow in IE 10 and 11 */
}
@media screen and (min-width:0\0) {
	.widget #mc_embed_signup .mc-field-group select {
		background:none\9;
		padding: 5px\9;
	}
}
/* --- End Mailchimp form --- */

/* --- Mailchimp form: Footer --- */
#subscribe {
	margin:20px auto;
	width:100%;
	max-width:960px;
	display:inline-block;
	background-color:#022f4a;
	padding:20px;
	box-sizing:border-box;
}
#subscribe .widget {
	width:100% !important;
	max-width:100% !important;
}
#subscribe #mc_embed_signup_scroll {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items:flex-start;
}
#subscribe #mc_embed_signup_scroll * {
	box-sizing:border-box;
	color:#eee;
}
#subscribe #mc_embed_signup_scroll * input {
	color: #666;
}
#subscribe #mc_embed_signup_scroll .h2, #subscribe #mc_embed_signup .mc-field-group.input-group, #subscribe #mc_embed_signup .clear {
	flex:1 1 100%;
}
#subscribe #mc_embed_signup_scroll .h2 {
	color: #eee;
}
#subscribe #mc_embed_signup_scroll .indicates-required {
	display:none;
}
#subscribe #mc_embed_signup .mc-field-group {
	flex: 1;
	min-height:auto;
	padding:0 0.5em;
}
#subscribe #mc_embed_signup .mc-field-group .asterisk {
	line-height:1;
	margin:-5px 0 0 2px;
	position:absolute;
}
#subscribe #mce-responses {
	flex:1 1 100%;
	display:inline-block;
	width:100%;
}
#subscribe #mc_embed_signup .mc-field-group.input-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content:center;
}
#subscribe #mc_embed_signup .mc-field-group.input-group ul {
	margin-left:1em;
}
#subscribe #mc_embed_signup .mc-field-group.input-group ul li {
	background: none;
}
#subscribe #mc_embed_signup .mc-field-group.input-group ul label {
	padding-left:5px;
}
#subscribe #mc_embed_signup .mc-field-group.input-group ul .asterisk {
	right:-13px;
}
#mc_embed_signup .mc-field-group.input-group label {
	position:relative;
}
#subscribe #mc_embed_signup .clear {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
}
#subscribe #mc_embed_signup_scroll input.button.submit {
	color: #fff;
}
/* --- End Mailchimp form: Footer --- */