@import url(https://fonts.googleapis.com/css?family=Kreon:400,700);

/* Main menu/footer */
.header .header-menu,
.footer .footer-widgets,
.header .main-menu > ul li > ul {
	background-color: #025587;
}

/* Body */
body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

/* Titles */
h1, h2, h3,
h4, h5, h6,
.header #main-menu a,
.header #top-sub-menu a,
.header-topmenu ul li a,
.header-2-content .header-weather strong,
.widget-contact li strong,
.item-block-4 .item-header strong,
.photo-gallery-grid .item .category-photo {
	font-family: 'Open Sans', sans-serif;
}

/* Main menu */
.header .main-menu > ul {
	font-family: 'Open Sans', sans-serif;
}

/* M-I Additions */
.manissues .item-content h4 {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: -4px;
}
.top-banner {
	max-height: 90px; 
	max-width: 970px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom:14px;
}
.manissues .item-content p {
	font-size: 0.84em;
	line-height: 140%;
	margin-bottom: 18px;
}
.manissues .item-content i.fa {
	padding-right: 8px;
}

.item-content h6  {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	margin-bottom: 8px;
	font-weight: 600;
	color: #666;
}
.mi-content h2 {
	font-size: 1.1em;
	margin-top: 26px;
	margin-bottom: 12px;
	color: #666;
}
.mi-content .pullquote {
	font-family: 'kreon';
	font-size: 22px;
	width: 200px;
	margin: 0.2em 0px;
	padding: 0.2em 30px;
	line-height: 1.35;
	position: relative;
	float: left;
	color: #999;
	border-left: 6px solid #D2D2D2;
}

.mi-content li {
	font-size:15px;
	line-height: 150%;
}
.mi-content td {
	font-size:15px;
	line-height: 150%;
}
.mi-content .book {
	float:left;
	margin-right:8px;
	border: 1px solid #D2D2D2;
	max-width: 130px;
}
.book-header {
	font-size: 16px;
	line-height:160%;
}
.book-header i.fa {
	padding-right: 8px;
}
.advice-panel {
	margin-bottom: 12px;
	border-bottom: 0px solid #e0e0e0;
}
.advice-panel i.fa {
	color: #e0e0e0;
}
.advice-panel .bold {
	margin-bottom: 12px;
	font-weight: bold;
	color: #999;
}
.get-advice {
		font-size:1.2em;
	font-family: 'kreon';
}
.podplayer {
	padding: 18px 22px 12px 0;
}

.podplayer strong {
	padding-left: 10px;
}

.inline-advert {
	display: block;
	float:left;
	margin:0 12px 8px 0;
}
.righttextbox {
	min-width: 35%;
	max-width: 38%;
	float: right;
  font-size:15px;
 	display: block;
	border-left: 4px solid #e0e0e0;
  padding: 8px 0px 2px 10px;
  margin-left: 8px;
  font-family: 'Open Sans Condensed', helvetica-narrow;
	background: #fafafa;
	border-radius: 3px;
}
.righttextbox .bold {
	font-weight:700;
	text-transform: uppercase;
	margin-bottom:6px;
}
.righttextbox ul { 
	list-style-type: none;
}
.righttextbox li:before {    
	font-family: 'FontAwesome';
	content: '\f059';
	margin:0 5px 0 -19px;
	color: #66000;
}
.righttextbox .mugshot {
	max-width: 100px;
	float: left;
	margin-right:4px;
}

.prevnext {
	padding:22px 0 4px 0; 
	border-top: 1px dotted #CCC; 
	border-bottom: 1px dotted #CCC;
	margin-bottom:18px;
	font-size:1.1em;
	font-family: 'kreon';
}

.prevnext a span {
	color: #2a2b2c;
}

.prevnext a span:hover {
	color: #e32e15;
}

.prevnext h5 {
		font-family: 'Open Sans Condensed', helvetica-narrow;
		font-size:1em;
		color:#b6b5b5;
		padding-top:8px;
}

.prevnext .previous {
 padding-right:10px; 
 border-right: 1px dotted #CCC;
}
	
.prevnext .previous i.fa {
	padding-right: 8px;
	vertical-align: middle;
}
.prevnext .next {
	float:right; 
	text-align:right;
}

.prevnext .next i.fa {
	padding-left: 8px;
	vertical-align: middle;
}

.largebio {
	padding-left: 142px;
	border-bottom: 0px solid #374d6c;
}
.largebio img {
  float:right;
  min-width:82px;
  max-height:120px;
  padding-left:8px;
 }
 .largebio-connected {
	padding-left: 200px;
	border-bottom: 0px solid #374d6c;
 }
 
.largebio-connected img {
  float:right;
  min-width:82px;
  max-height:120px;
  padding-left:8px;
 }
  
.numbered-article-list ol {
    counter-reset: listNumbering;
    padding-bottom: 10px;
    border-bottom:0;
}

.numbered-article-list ol li { 	
    counter-increment: listNumbering;
    padding-bottom:12px;
    font-size: 0.9em;
    font-weight:600;
    line-height:120%;
    position: relative;
    padding-left: 32px;
}

.numbered-article-list ol li a {
	color: #3f484f;
}

.numbered-article-list ol li a:hover {
	color: #e32e15;
}

.numbered-article-list ol li:before {
    content: counter(listNumbering,decimal) '.';
    font-size: 1.5em;
    font-weight: 700;
    color:#666;
    position:absolute;
    left:-1px;
    top:-2px;
}
.download-list ul {
    padding-bottom: 10px;
    border-bottom:0;
}

.download-list ul li { 	
    padding-bottom:12px;
    font-size: 0.9em;
    font-weight:600;
    line-height:120%;
    position: relative;
    padding-left: 32px;
    border-bottom:0;
}

.download-list ul li a {
	color: #3f484f;
}

.download-list ul li a:hover {
	color: #e32e15;
}

.download-list ul li:before {
  font-family: "FontAwesome";
  content: '\f1c1';
  font-size: 1.5em;
  color: #7c1d1d;
  vertical-align:bottom;
  display: inline-block;
  width: 32px;
  margin-left: -32px;
}

.strapline { 
		font-family: 'Kreon', serif;
		font-size: 1em;
		color: #666;
		padding-top:6px;
}
.straptitle { 
		font-family: 'Kreon', serif;
		font-size: 2em;
		padding:0;
		color: #666;
}
.dsq-widget-list {
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;  
}	    
/**************************************************************************** INTERVIEW SECTION STYLES */

.question {
	font-family: 'Kreon', serif;
	font-size: 1.2em;
	line-height:1.5em;
	font-weight: 700;
	margin: 2px 0px 6px;
	color: #666;
}

.interview-img img {
	display:block; 
	float:right;
	max-width:240px;
	padding:0 0 8px 8px;
}
/**************************************************************************** FROM SHORTCODES CSS */

.shortocde-content p {
	margin-bottom: 20px;
	font-size: 15px;
}

.shortocde-content p.caps:first-letter {
	font-size: 2.9em;
	font-weight: 500;
	float: left;
	margin: 0 8px 0 0;
	color: #1a1a1a;
	line-height: 100%;
}

.shortocde-content p a:not(.button) {
	border-bottom: 1px dotted #2d9bdb;
}

.shortocde-content p a:not(.button):hover {
	border-bottom: 1px dotted #e32e15;
}

.shortocde-content blockquote {
	display: block;
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
	border-left: 4px solid #D2D2D2;
	font-size: 15px;
}

.shortocde-content blockquote p {
	font-size: inherit;
	margin-bottom: 0px;
}
.shortocde-content h1 {
	font-size: 2.2em;
	color: #2b2624;
	margin-bottom: 20px;
}

.shortocde-content h2 {
	font-size: 1.1em;
	color: #2b2624;
	margin-bottom: 10px;
}

.shortocde-content h3 {
	font-size: 0.9em;
	margin-bottom: 6px;
}


.shortocde-content h6 {
	font-size: 1em;
	margin-bottom: 6px;
}

.paragraph-row {
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 0px;
}

.paragraph-row:after {
	display: block;
	clear: both;
	content: '';
}

.paragraph-row .column12{width:100%;*width:99.94680851063829%;}
.paragraph-row .column11{width:91.48936170212765%;*width:91.43617021276594%;}
.paragraph-row .column10{width:82.97872340425532%;*width:82.92553191489361%;}
.paragraph-row .column9{width:74.46808510638297%;*width:74.41489361702126%;}
.paragraph-row .column8{width:65.95744680851064%;*width:65.90425531914893%;}
.paragraph-row .column7{width:57.44680851063829%;*width:57.39361702127659%;}
.paragraph-row .column6{width:48.93617021276595%;*width:48.88297872340425%;}
.paragraph-row .column5{width:40.42553191489362%;*width:40.37234042553192%;}
.paragraph-row .column4{width:31.914893617021278%;*width:31.861702127659576%;}
.paragraph-row .column3{width:23.404255319148934%;*width:23.351063829787233%;}
.paragraph-row .column2{width:14.893617021276595%;*width:14.840425531914894%;}
.paragraph-row .column1{width:6.382978723404255%;*width:6.329787234042553%;}

.paragraph-row > li,
.paragraph-row > div {
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.paragraph-row > li:first-child,
.paragraph-row > div:first-child {
	margin-left: 0px;
	padding-left: 0px;
}

.google-maps,
.video-embed {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 15px;
	border: 1px solid;
}

.google-maps iframe,
.video-embed object, .video-embed embed, .video-embed iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

p .marker {
	display: inline-block;
	padding: 0px 4px;
	margin: 0px 5px;
	background: #232323;
	border-radius: 2px;
	-moz-border-radius: 2px;
	color: #fff;
	font-weight: bold;
}

.shortocde-content ol,
.shortocde-content ul {
	padding: 3px 0 2px 20px;
	margin: 0 0 20px 0;
	line-height: 130%;
}

.shortocde-content ol {
	list-style: decimal;
}

.shortocde-content ul {
	list-style: disc;
}

.shortocde-content ul.fa-ul {
	list-style: none;
}

.shortocde-content ol li,
.shortocde-content ul li {
	background: transparent;
	padding: 0 0 0 0px;
	margin: 12px 0 0 0;
}

.shortocde-content ol > li:first-child,
.shortocde-content ul > li:first-child {
	margin-top: 0px;
}

.shortocde-content ul.fa-ul {
	padding-left: 0px;
}

.shortocde-content ul.fa-ul li {
	padding-left: 23px;
}

.shortocde-content ul.fa-ul li i.fa {
	margin-left: 20px;
	top: 0px;
	font-size: 12px;
	line-height: inherit;
	padding-top: 1px;
}

.shortocde-content .button {
	margin-right: 5px;
}
.shortocde-content .button i.fa {
	padding-right:6px;
}
.button.colored {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -40px 30px -30px rgba(0,0,0,0.14);
}

.button.colored:hover {
	border: 1px solid rgba(0, 0, 0, 0.44);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -40px 30px -30px rgba(0, 0, 0, 0.25), inset 0 0 0 40px rgba(255,255,255,0.1);
}

.button.colored:active {
	box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06), inset 0 -40px 30px -30px rgba(255,255,255, 0.07), inset 0 0 0 40px rgba(0,0,0,0.1);
}

.button.download {
	color: #646c6b;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -40px 30px -30px rgba(0,0,0,0.14);
}

.button.download:hover {
	border: 1px solid rgba(0, 0, 0, 0.44);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -40px 30px -30px rgba(0, 0, 0, 0.25), inset 0 0 0 40px rgba(255,255,255,0.1);
}

.button.download:active {
	box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06), inset 0 -40px 30px -30px rgba(255,255,255, 0.07), inset 0 0 0 40px rgba(0,0,0,0.1);
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.gallery-preview {
	display: block;
	background: #2b2624;
	color: #fff;
	margin-bottom: 20px;
}

.gallery-preview h3 {
	color: #fff;
	line-height: 100%;
}

.gallery-preview h3 a {
	color: #fff;
}

.gallery-preview .gallery-preview-images {
	display: block;
	background: #1d1b1a url(../images/gallery-preview-images.png) no-repeat;
	background-size: 100% 100%;
	padding: 25px 30px;
}

.gallery-preview .gallery-preview-content {
	display: block;
	background: #2b2624 url(../images/gallery-preview-content.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.gallery-preview .gallery-preview-meta {
	color: #6a6867;
	font-size: 14px;
	font-weight: bold;
}

.gallery-preview .gallery-preview-meta i.fa {
	padding-right: 5px;
}


/**************************************************************************** NEWSLETTER FORM STYLES */

.mce_inline_error {
	display: block;
	margin-bottom: 15px;
	padding: 12px 14px;
	background: #c1452d;
	font-size: 0.8em;
	position: relative;
	color: #fff;
	line-height: 150%;
}

.mce_inline_error a {
	color: #fff!important;
}

#mce-responses {
		margin-bottom:8px;
}
.response {
	background: #bcbcbc;
	padding:10px;
	color: 000;
	font-size:0.9em;
	margin-bottom:8px;
} 


/**************************************************************************** BACK TO TOP */

#backtotop {
	position: fixed;
	right:25px;
	bottom:20px;
	z-index: 130;
}
#backtotop a {
	border:0 none;
	display:block;
	color: #666;
	opacity:.4;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;

}
#backtotop a:hover {
	opacity:.75; /*mouse over fade effect*/
}

#backtotop a:hover {
	background-image: none;
}


/**************************************************************************** PODCAST PAGE STUFF */

#podcast_grid h2 {
	font-family: 'Open Sans Condensed', Sans-serif;
	font-size:20px;
	color:#ffffff;
	font-weight: 600;
	text-align: left;
	margin-bottom:10px;
	margin-top:0;
}

#podcast_grid h2 a, #podcast_grid h2 a:visited { 
		color:#ffffff;
}
 	
#podcast_grid h2 a:hover{
	color: #e32e15 ;
}
 	
#podcast_grid h5 {
	font-family:  'Kreon', Sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align: left;
	text-transform:uppercase;
	margin-bottom:6px;
	margin-top:0;
}
#podcast_grid .search_header {
	margin: 0 10px 0 10px;
	clear:both;
}
.podcast_title {
	background-color:#939393;
	height:90px;
	padding: 8px;
}
.podcast_desc {
	padding: 8px; 
  font-size: 14px;
  line-height:140%;
	color:#666;
	overflow: hidden;
}
.podcast_nav {
	font-family:  'kreon', Sans-serif;
	font-size:16px;
	color:#666666;
	height: 32px;
	padding-top:8px;
	padding-left:8px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-bottom: 20px;
}
.podcast_wrapper {
	position:relative;
	float:left; 
	margin:0 20px 20px 0; 
	max-width:270px; 
	min-width:22%;
	height:300px;
	background-color:#eff0f3; 
	background-image: url(../siteimages/interface/podtrailbg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	border: 1px solid #939393;
	border-radius: 4px;
}
.podcast_item {
	background-color:# ; 
	background-image: url(../siteimages/interface/podtrailbg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	border: 1px solid #939393;
	border-radius: 4px;
}	
.listen {
	position:absolute;
	left: 8px;
	bottom: 10px;
	display: block;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #fff, inset 0 -40px 30px -30px rgba(0,0,0,0.04);
	text-align: center;
	background: #f9fafa;
	border: 1px solid #d2d5d8;
	padding: 11px 17px;
	font-size: 0.88em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	text-transform: lowercase;
	cursor: pointer;
	color: #3f484f;
}

/******************************************************************* SEARCH BUTTONS */
#form_container {
 	background-color: #EFEFEF;
  border: 1px solid #E0E0E0;
	padding:22px 12px 22px 18px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.search_formRow {
	width:100%;
	margin-bottom:12px;
}
.search_formLabel {
  font-family: 'Open Sans Condensed', helvetica-narrow;
	float:left;
	width:120px;
	font-weight: bold;
}
.search_header {
	margin-bottom:18px;
}

.search_header input[type="submit"]:hover{
	background: #FCFCFC;	
}
.search_header{cursor: pointer; 
  background-color: transparent;
  text-decoration:none;
  color:#9CC;
  font-weight:normal;
}
.search_formField {
	 
}

.n_of_n
{
    COLOR: #666;
    FONT-WEIGHT: 600;
}

.search_next_button {
	display: inline-block;
	padding: 10px 7px;
	border: 1px solid #d1d5d8;
	border-radius: 2px;
	background: #f2f3f5;
	color: #43484c;
	box-shadow: inset 0 55px 30px -30px rgba(255,255,255,0.4), inset 0 1px 0 #fff;
	font-size: 0.9em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
	
.search_next_button_selected
{
	display: inline-block;
	padding: 10px 7px;
	border: 1px solid #d1d5d8;
	border-radius: 2px;
	background: #d1d5d8;
	color: #43484c;
	box-shadow: inset 0 55px 30px -30px rgba(255,255,255,0.4), inset 0 1px 0 #fff;
	font-size: 0.9em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.noresults {
	background-image: url(../siteimages/interface/noresbg.png);
	background-repeat: no-repeat;
}

.navpage {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.navpage .nav-next {
	display: inline-block;
	padding: 14px 90px;
	border: 1px solid #d1d5d8;
	border-radius: 3px;
	background: #f2f3f5;
	color: #43484c;
	box-shadow: inset 0 55px 30px -30px rgba(255,255,255,0.4), inset 0 1px 0 #fff;
	font-size: 0.95em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.navpage a.nav-next:hover {
	background: #FCFCFC;
	color:#e32e15;
}

.navpage a.nav-next:active {
	background: #E6E6E6;
	box-shadow: inset 0 55px 30px -30px rgba(255,255,255,0.4), inset 0 1px 0 #ccc;
}

.navpage .nav-next.prev i.fa {
	padding-right: 8px;
}

.navpage .pnav-next.next {
	margin-left: 10px;
}

.navpage .nav-next.next i.fa {
	padding-left: 8px;
}

.prev-next  {
	
}
.prev-next .prev {
    padding-right: 20px;
    border-right: 1px dotted #CCC;
}
.prev-next .prev {
    float: left;
}
.prev-next .next, .prev-next .prev {
    margin: 10px 0px;
    line-height: 24px;
    box-sizing: border-box;
    width: 50%;
}

.prev-next .next {
    float: right;
    text-align: right;
    padding-left: 20px;
}

.tempdiv {
	position:relative;
  overflow: visible;
}

.topics-content .item {
	background:#FF8C00;
}
.topics-content .item-content {
	padding:12px;
}
.topics-content .item-content p {
	font-size:0.84em;
	line-height: 140%;
	color: #000;
}
.topics-content .item-content h4 {
	font-family: 'Open Sans Condensed', helvetica-narrow;
	font-size:20px;
	line-height: 120%;
	margin-bottom:5px;
}

/******************************************************************* PRINT STYLES */
@media print {
  body * {
    visibility: hidden;
  }
.header-block, full-block with-border-bottom, footer, mi-copyright, small-sidebar, sidebar {
		display: none;
} 
#disqus_thread {
	display: none;
}
.main-content * {
    visibility: visible;
  }
.main-content:before {
	display: block;
	position: relative;
	text-align: center;
	content: "Management-Issues.com"; 
	font-size:32px;
  }
.main-content .article-header-photo {
		display: none;
		}
.main-content .about-author-header img {
	    visibility: visible;
  }
 .main-content p {
  font-size: 16pt;
  line-height:130%;
}
 .main-content li  {
  font-size: 16pt;
  line-height:130%;
}
.main-content .article-header h1 {
  font-size: 44px;
}
.main-content .inline-advert {
	display: none;
}
.main-content h2 {
 font-size: 18pt;
 margin-top: 26px;
}
.main-content page-break-after: avoid; and p, h2, h3 { orphans: 3; widows: 3; }
.main-content {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@page :top {
margin: 2.8cm;
}

@page :left {
margin: 2.5cm;
}
@page :right {
margin: 2.8cm;
}
@page :bottom {
margin: 2.8cm;
}


/******************************************************************* MAILER LITE STYLES */
	  #mlb2-3689279,
    #mlb2-3689279 *,
    #mlb2-3689279 a:hover,
    #mlb2-3689279 a:visited,
    #mlb2-3689279 a:focus,
    #mlb2-3689279 a:active {
        overflow: visible;
        position: static;
        background: none;
        border: none;
        bottom: auto;
        clear: none;
        cursor: default;
        float: none;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
        text-indent: 0;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        max-height: none;
        max-width: none;
        left: auto;
        min-height: 0;
        min-width: 0;
        right: auto;
        top: auto;
        width: auto;
        z-index: auto;
        text-shadow: none;
        box-shadow: none;
        outline: medium none;
    }
    
    #mlb2-3689279 a:hover {
        cursor: pointer !important;
    }
    
    #mlb2-3689279 h4 {
        font-weight: normal;
    }
    
    #mlb2-3689279 .subscribe-form {
        margin-top: 0;
        padding-bottom: 10px;
        width: 300px !important;
        background: #FFFFFF none !important;
    }
    
    #mlb2-3689279 .subscribe-form .form-section {
        margin-bottom: 10px;
        width: 100%;
    }
    
    #mlb2-3689279 .subscribe-form .form-section.mb10 {
        margin-bottom: 10px;
        float: left;
    }
    
    #mlb2-3689279 .subscribe-form .form-section.mb0 {
        margin-bottom: 0px;
    }
    
    #mlb2-3689279 .subscribe-form .form-section h4 {
        margin: 0px 0px 10px 0px !important;
        padding: 0px !important;
        color: #000000 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 23px !important;
        line-height: 100%;
        text-align: left !important;
    }
    
    #mlb2-3689279 .subscribe-form .form-section p,
    #mlb2-3689279 .subscribe-form .form-section li {
        line-height: 150%;
        padding: 0px !important;
        margin: 0px 0px 10px 0px;
        color: #003366 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
    }
    
    #mlb2-3689279 .subscribe-form .form-section a {
        font-size: 14px !important;
    }
    
    #mlb2-3689279 .subscribe-form .form-section .confirmation_checkbox {
        line-height: 150%;
        padding: 0px !important;
        margin: 0px 0px 15px 0px !important;
        color: #000000 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }
    
    #mlb2-3689279 .subscribe-form .form-section .confirmation_checkbox input[type="checkbox"] {
        margin-right: 5px !important;
    }
    
    #mlb2-3689279 .subscribe-form .form-section .form-group {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    #mlb2-3689279 .subscribe-form .form-section .form-group label {
        float: left;
        margin-bottom: 10px;
        width: 100%;
        line-height: 100%;
        font-weight: bold;
        color: #000000 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
    }
    
    #mlb2-3689279 .subscribe-form .form-section .checkbox {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    
    #mlb2-3689279 .subscribe-form .form-section .checkbox label {
        color: #000000 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
    }
    
    #mlb2-3689279 .subscribe-form .form-section .checkbox input {
        margin: 0px 5px 0px 0px;
    }
    
    #mlb2-3689279 .subscribe-form .form-section .checkbox input[type=checkbox] {
        -webkit-appearance: checkbox;
    }
    
    #mlb2-3689279.ml-subscribe-form .form-group .form-control {
        width: 100%;
        font-size: 13px;
        padding: 10px 10px;
        height: auto;
        font-family: Arial;
        border-radius: 5px;
        border: 1px solid #cccccc !important;
        color: #000000 !important;
        background-color: #FFFFFF !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: left;
    }
    
    #mlb2-3689279.ml-subscribe-form button {
				border-radius: 3px;
				box-shadow: inset 0 1px 0 #fff,inset 0 -40px 30px -30px rgba(0,0,0,.04);
				text-align: center;
				background: #f9fafa;
				border: 1px solid #d2d5d8;
				padding: 11px 17px;
				font-size: .88em;
				text-shadow: 0 1px 0 rgba(255,255,255,.4);
				text-transform: lowercase;
				cursor: pointer;
				color: #3f484f;
    }
    
    
    #mlb2-3689279.ml-subscribe-form button.gradient-on:hover {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    }
    
    #mlb2-3689279.ml-subscribe-form button[disabled] {
        cursor: not-allowed!important;
    }
    
    #mlb2-3689279.ml-subscribe-form .form-section.ml-error label {
        color: red!important;
    }
    
    #mlb2-3689279.ml-subscribe-form .form-group.ml-error label {
        color: red!important;
    }
    
    #mlb2-3689279.ml-subscribe-form .form-group.ml-error .form-control {
        border-color: red!important;
    }
    
    #mlb2-3689279 .ml-vertical-align-center {
        text-align: left;
    }
    
    #mlb2-3689279 .ml-block-success,
    #mlb2-3689279 form.ml-block-form {
        display: inline-block;
        width: 300px;
    }
    
    @media (max-width: 600px) {
        #mlb2-3689279 {
            width: 100% !important;
        }
        #mlb2-3689279 form.ml-block-form,
        #mlb2-3689279 .subscribe-form {
            width: 100% !important;
        }
    }
