/*** Fonts ***/

b, strong {
	/* font-family: 'Comic Sans MS', 'Open Sans'; */
	font-family: 'Open Sans', 'Veranda', 'Helvetica';
	font-weight: bold;
}

/*** Landing page margin at bottom ***/

.page-node-type-landing-page .wrapper-center {
		margin-bottom: 20px;
		margin-top: -1px;
}

/*** Row width for top image ***/

@media only screen and (max-width: 1245px) {
  .component-row__display__fluidcenter .component-row__column {
    padding: 0 !important;
  }
}

/*** Feedback button ***/

#block-feedbackform {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	background-color: #063F60;
	padding: 0 12px 12px;
	top: 50%;
  right: -36px;
	z-index: 300;
}

#block-feedbackform p {
  margin: 0;
}

#block-feedbackform a {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 768px) {
	#block-feedbackform {
		display: none;
	}
}

/*** Author Taxonomy Page ***/

div.teaser-list.contextual-region.view.view-taxonomy-term h1 {
	font-size: 0;
	display: none;
}

div.teaser-list .view-header {
	margin: 50px 0;
	text-transform: none;
	font-family: "opensans";
}

div.layout__region.layout__region--second-above h2 {
	margin-top: 10px;
}

.teaser-list .views-row .preview-list-title {
	font-size: 18px;
}

.vertical-boxes .preview-list-news-info, .horizontal-boxes .preview-list-news-info, .featured-banner .preview-list-news-info, .resources-mosaic .preview-list-news-info, .events-collision .preview-list-news-info, .events-countdown .preview-list-news-info, .teaser-list .preview-list-news-info {
	font-size: 13px;
}

/*** Search blocks in views ***/

.view .views-exposed-form .form-inline {
	padding: 10px 0;
}

.view .views-exposed-form .form-inline .form-item {
	padding: 10px 10px 0 0;
}

.view .views-exposed-form .form-inline .form-actions {
	padding: 10px 0;
}

.view .views-exposed-form .form-inline .form-item.form-type-textfield:first-child:before {
	left: 0px;
	color: #262d51;
}

/*** Bullets ***/

.region-content [class*="field--type-text"] ul li, .region-content .full-html-markup ul li {
	text-indent: 0;
}

/*** Cheat sheet titles ***/

h3.cheat-sheet {
	text-align: center;
}

/*** Timeline ***/

.tl-headline {
	font-size: 28px !important;
	line-height: 28px !important;
}

/*
.tl-text h2.tl-headline-title, .tl-text h2.tl-headline {
	margin-top: 0;
	font-size: 28px !important;
	line-height: 28px !important;
}

.tl-timeline h1, .tl-timeline h2, .tl-timeline h3, .tl-timeline h4, .tl-timeline h5, .tl-timeline h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px !important;
	line-height: 28px !important;
}
*/