@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700');

body {
	font-family: Lato, sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1, h2, h3 {
	text-transform: uppercase;
}

strong {
	font-weight: 700;
}

a, .side-nav li a {
	color: #333;
}

a:hover, a:focus, .side-nav li.active a:first-child, .side-nav li a:hover {
	color: #111;
}

table td a, .link a {
	color: #dc3032;
}

table td a:hover, .link a:hover {
	color: #c60f13;
}

.header {
	background: #dc3032 url(images/header_texture.png) repeat;
	color: white;
}

.header h3 {
	font-weight: 400;
}

.footer {
	color: #4e4e4e;
	background-color: #F2F2F2;
}

.copyright {
	color: #4e4e4e;
}

.footer h6 {
	color: #767779;
}

.contain-to-grid, .top-bar {
	background: #dc3032;
}

.top-bar-section ul {
	background: #dc3032;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role=separator] {
	border-right: solid 1px #fa3c38;
	border-left: solid 1px #c23533;
}

.top-bar-section .divider,
.top-bar-section [role=separator] {
	border-bottom: solid 1px #fa3c38;
	border-top: solid 1px #c23533;
}

.top-bar-section ul li > a {
	font-weight: 700;
}

.top-bar-section .dropdown {
	background-color: #dc3032;
}

.top-bar-section .dropdown li > a {
	font-weight: 700;
}

.top-bar.expanded, .top-bar-section li a:not(.button) {
	background: none;
}

.top-bar-section ul li.active > a, .top-bar.expanded .title-area, .top-bar-section ul li > a:hover, .top-bar-section .dropdown li a:hover {
	background: #c60f13;
}

ul.pagination li.active a {
	background: #dc3032;
	color: #ffffff;
	font-weight: 700;
	cursor: default;
}

.top-button-bar {
	color: #dc3032;
}

.interventions .section .title {
	color: #dc3032;
}

#mapSplitter .splitter-bar.ui-state-default {
	background-color: #dc3032 !important;
}

#mapSplitter .splitter-bar.ui-state-hover {
	background-color: #c60f13 !important;
}

ul.pagination li.pagetext, .interventions label {
	color: #999;
}

.activity {
	border: solid 6px #dc3032;
	border-top-color: transparent;
}

.activity.secondary {
	border: solid 4px #dc3032;
	border-top-color: transparent;
}

.loadingBar:before{
	background-color: #dc3032;
}

.redactor-toolbar li a:hover {
	background-color: #dc3032;
}

#redactor-modal-tabber a:hover {
	background-color: #dc3032;
	border-color: #dc3032;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #dfdfdf;
	color: #333;
}

.alert-box.info {
	background-color: #dc3032;
	border-color: #dc3032;
}

button, .button {
	background-color: #dc3032;
	font-weight: 700;
}

.info-content__multi-location .button {
	color: #dc3032;
}

button:hover, button:focus, button.active, .button:hover, .button:focus, .button.active {
	background-color: #c60f13;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
	background-color: #dc3032;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #dc3032;
}

button.secondary.active, button.secondary.active, .button.secondary.active, .button.secondary.active {
	background-color: #d0d0d0;
}

button.success, .button.success {
	background-color: #dc3032;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
	background-color: #c60f13;
}

.modules > li > a.selected {
	border: 1px solid #dc3032;
}

.modules > li > a.selected:before {
	border-bottom: 36px solid #dc3032;
}

span.fa, span.fm {
	color: #dc3032;
}

.has-tip:hover, .has-tip:focus {
	border-bottom: dotted 1px #dc3032;
	color: #dc3032;
}

.button-groups {
	border: 2px solid #dc3032;
	color: #dc3032;
}

table thead .sorting.asc {
	background: url(images/sorting_asc.png) no-repeat center right
}

table thead .sorting.desc {
	background: url(images/sorting_desc.png) no-repeat center right
}

span.error, small.error {
	font-weight: 400;
}

/* Start specific styles */
@media screen and (max-width: 480px) {
	#momentum {
		font-size: 14px;
	}

	#momentum .title {
		font-size: 40px;
	}
}

@media screen and (max-width: 320px) {
	#momentum {
		font-size: 12px;
	}

	#momentum .title {
		font-size: 32px;
	}
}

#momentum {
	color: #515151;
	line-height: 28px;
}

#momentum .title {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 15px 0;
}

#momentum .pitch {
	word-spacing: 0;
	margin: 25px auto 0;
	max-width: 70%;
}
