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

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

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

strong {
	font-weight: 700;
}

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

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

.row {
	max-width: 90em;
}

.header {
	background: #f4f4f4 repeat;
	color: #020202;
}

.header h3 {
	font-weight: 400;
}

#dae .header {
	background: #f4f4f4;
}
.footer {
	color: #f4f4f4;
	background: #020202;
}

section.footer {
	margin: 3em 0 0 0;
	padding: 4em 0 3.5em 0;
}

.copyright {
	color: #f4f4f4;
	background: #020202;
}

section.copyright {
	margin: 0px;
	padding: 2.5em 0 2.5em 0;
}

.footer h6 {
	color: #f4f4f4;
	margin-bottom: 1.125em;
}

.top-bar, .contain-to-grid {
	background: #646bf5;
}
.contain-to-grid .top-bar {
	max-width: 90em;
}

.top-bar-section ul {
	background: #646bf5;
}
.top-bar-section ul li > a {
	font-weight: 700;
}
.top-bar-section .dropdown {
	background-color: #646bf5;
}
.top-bar-section .dropdown li > a {
	font-weight: 700;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role=separator] {
	border-right: solid 0.5px rgba(255, 255, 255,0.2);
	border-left: solid 0.5px rgba(255, 255, 255,0.2);
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
	border-bottom: solid 0.5px rgba(255, 255, 255,0.2);
	border-top: solid 0.5px rgba(255, 255, 255,0.2);
}
.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: #5757e5;
}

.panel.callout {
	background: #1A8DD8;
	border-color: #0D83CF;
}

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

.top-button-bar {
	color: #646bf5;
}

.interventions .section .title {
	color: #646bf5;
}

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

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

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

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

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

.loadingBar:before{
	background-color: #646bf5;
}

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

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

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

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

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

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

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

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

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: #646bf5;
}

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

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

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

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

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

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

span.fa, span.fm {
	color: #646bf5;
}

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

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

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

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

/* 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%;
}

#info .header {
	background-image: url(images/info-header.jpg);
	background-color: transparent;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-bottom: 15%;
}

#index .header {
	background-image: url(images/index-header.jpg);
	background-color: transparent;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-bottom: 15%;
}