body {
	background-color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
}

footer {
	margin-top: 49px
}

h1 {
	margin-top: 34px;
	margin-bottom: 16px;
}

.mw-content h3 {
	font-size: 17px
}

::selection {
    color: #343434;
    background: #fffd7f;
}

.mw-content p { 
	font-size: 15px;
}

.mw-content h3 a { 
    font-weight: 700;
}



.img-responsive-mw { max-width: 100%; height: auto; }
.latest-issue-quote {  }
.hero-banner { margin-top: 135px; height: 125px; }

.lead-quote {
	font-size: 30px;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #5c5c5c;
	font-weight: 300;
	line-height: 1.7
}

@media(max-width:767px) {
	.hero-banner { margin-top: 40px; }
	.lead-quote { font-size: 18px; }
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

  
.header-container {
	text-align: center; padding-bottom: 14px
}
.header-title {
    font-family: 'Open Sans',Arial,sans-serif;
}

.g-recaptcha {
	margin-top: 10px;
}

#subscribe {
	margin-top: 20px;
}

.navbar-weekly {
	border-bottom: none;
	background-color: #55acee;
	background-color: #00aeff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
}

.navbar-weekly .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-nav {
	width: 100%;
	text-align: center;
}

/** **/
.navbar-nav>li {
	float: none;
	display: inline-block;
}

.navbar-brand {
	height: 65px;
	padding: 23px 15px;
}

.navbar-brand, .navbar-nav>li>a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: none;
	color: rgba(255, 255, 255, 0.96);
	transition: all .15s ease-in-out;
	border-bottom: 4px solid transparent;
	margin-top: 4px;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
/*	border-bottom: 4px solid transparent;
	color: #337ab7;*/
	    background-color: rgba(223, 240, 216, 0.05);
}

#newsletter-subscribe {
	height: 42px;
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.467;
	color: #34495e;
	border: 2px solid #bdc3c7;
	border-radius: 6px;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear,
		background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s
		linear;
	outline: none;
	width: 100%;
}

.btn {
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	border: none;
	border-radius: 4px;
	-webkit-transition: border .25s linear, color .25s linear,
		background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s
		linear;
	-webkit-font-smoothing: subpixel-antialiased;
}

.btn-block {
	white-space: normal;
}

.btn-lg, .btn-group-lg>.btn {
	padding: 8px 19px;
	font-size: 17px;
	line-height: 1.471;
	border-radius: 6px;
}

.btn-primary {
	color: #fff;
	background-color: #F44336;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #F44336;
	border-color: #204d74;
}

.mw-sub-heading {
	background-color: #ecf0f1;
	text-align: center;
	padding-bottom: 14px
}

.mw-content {
	margin-top: 20px;
	margin: auto;
	width: 696px;
	padding: 20px;
}

.shape {
	text-shadow: rgb(214, 217, 218) 1px 1px, rgb(225, 228, 229) 2px 2px,
		rgb(236, 240, 241) 3px 3px;
	background-color: rgb(236, 240, 241);
	height: 100%;
	width: 100%;
	text-align: center;
}

.mw-book {
	padding-top: 10px; padding-bottom: 15px; margin: 20px; background-color: #fefefe;
}

.mw-book h4 {
	margin-bottom: 0px;
}

