/*! style.css */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* Reset
   ========================================================================== */

/**
 * Make viewport responsive.
 */


@viewport {
	width: device-width;
}

/**
 * Box model.
 */

html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

*,
::before,
::after {
	box-sizing: inherit;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers.
 */

a:active,
a:hover {
	outline-width: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */

abbr[title],
dfn[title] {
	cursor: help;
}

/**
 * Add the correct line height in all browsers.
 */

small {
	line-height: 1;
}

/**
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Make images, iframes and videos responsive.
 */

img,
video {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

/**
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/**
 * Remove default figure styles.
 */

figure {
	margin: 0 0 20px;
}

/**
 * So that label text is aligned to the top.
 */

textarea {
	vertical-align: top;
	resize: vertical;
}

/**
 * Remove outline from tabindex.
 */

[tabindex="-1"]:focus {
	outline: none !important;
}

/**
 * Maps canvas.
 */

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
	max-width: none !important;
}


/* Base
   ========================================================================== */

html {
	background-color: #fff;
	font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-size: 10px;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 1.7rem;
}

button,
[type=button],
[type=submit],
[type=reset],
[type=image] {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	appearance: none;
	background-color: #0071bc;
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
	padding: 1rem 2rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

@media screen and (min-width: 481px) {
	button,
	[type=button],
	[type=submit],
	[type=reset],
	[type=image] {
		width: auto;
	} 
}

button:hover,
[type=button]:hover,
[type=submit]:hover,
[type=reset]:hover,
[type=image]:hover {
	background-color: #205493;
	border-bottom: 0;
	color: #ffffff;
	text-decoration: none; 
}

button:active,
[type=button]:active,
[type=submit]:active,
[type=reset]:active,
[type=image]:active {
	background-color: #112e51;
}

button:disabled,
[type=button]:disabled,
[type=submit]:disabled,
[type=reset]:disabled,
[type=image]:disabled {
	background-color: #d6d7d9;
	pointer-events: none;
}

button:disabled:hover,
button:disabled:active,
button:disabled:focus,
[type=button]:disabled:hover,
[type=button]:disabled:active,
[type=button]:disabled:focus,
[type=submit]:disabled:hover,
[type=submit]:disabled:active,
[type=submit]:disabled:focus,
[type=reset]:disabled:hover,
[type=reset]:disabled:active,
[type=reset]:disabled:focus,
[type=image]:disabled:hover,
[type=image]:disabled:active,
[type=image]:disabled:focus {
	background-color: #d6d7d9;
	border: 0;
	box-shadow: none;
}

input,
textarea,
select {
	appearance: none;
	border: 0.1rem solid #5b616b;
	border-radius: 0;
	box-sizing: border-box;
	color: #212121;
	display: block;
	font-size: 1.7rem;
	height: 4.4rem;
	line-height: 1.3;
	margin: 0.2em 0;
	padding: 1rem 0.7em;
	width: 100%;
}

label {
	display: block;
}

textarea {
	height: 16rem;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.93 13.66'%3E%3Ctitle%3ESort%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M.62,5.59H9.31a.62.62,0,0,0,.44-1.06L5.4.18a.61.61,0,0,0-.87,0L.18,4.53a.61.61,0,0,0,0,.87A.6.6,0,0,0,.62,5.59Z' fill='%23323a44' fill-rule='evenodd'/%3E%3Cpath d='M9.31,8.07H.62a.6.6,0,0,0-.44.18.61.61,0,0,0,0,.87l4.35,4.35a.61.61,0,0,0,.87,0L9.75,9.13a.62.62,0,0,0-.44-1.06Z' fill='%23323a44' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: right 1.3rem center;
    background-repeat: no-repeat;
    /*background-size: 1rem;*/
    background-size: 1.2rem 1.2rem;
    padding-right: 3rem;
}

select::-ms-expand {
	display: none;
}

select:-webkit-autofill {
	appearance: menulist;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000000;
}

option {
	color: #000;
}

option:first-child {
	font-weight: 700;
}

legend {
	font-size: 3rem;
	font-weight: 700;
}

[type=checkbox],
[type=radio] {
	position: absolute;
	left: -999em;
}

.lt-ie9 [type=checkbox],
.lt-ie9  [type=radio] {
	border: 0;
	float: left;
	margin: 0.4em 0.4em 0 0;
	position: static;
	width: auto;
}

[type=checkbox] + label,
[type=radio] + label {
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0.65em;
}

[type=checkbox] + label::before,
[type=radio] + label::before {
	background: #ffffff;
	border-radius: 2px;
	box-shadow: 0 0 0 1px #757575;
	content: '\a0';
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	margin-right: 0.6em;
	text-indent: 0.15em;
	width: 2rem;
}

[type=radio] + label::before {
	border-radius: 100%;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
	height: 1.4rem;
	line-height: 1.4rem;
	margin-right: 0.75em;
	width: 1.4rem;
}

[type=checkbox]:checked + label::before,
[type=radio]:checked + label::before {
	background-color: #0071bc;
	box-shadow: 0 0 0 1px #0071bc;
}

[type=radio]:checked + label::before {
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc;
}

[type=checkbox]:checked + label::before,
[type=checkbox]:checked:disabled + label::before {
	background-image: url("../img/correct8.png");
	background-image: url("../img/correct8.svg");
	background-position: 50%;
	background-repeat: no-repeat;
}

[type=radio]:focus + label::before {
	outline: 2px dotted #aeb0b5;
	outline-offset: 6px;
}

[type=checkbox]:disabled + label {
	color: #d6d7d9;
}

[type=checkbox]:focus + label::before {
	outline: 2px dotted #aeb0b5;
	outline-offset: 3px;
}

[type=checkbox]:disabled + label::before,
[type=radio]:disabled + label::before {
	background: #f1f1f1;
	box-shadow: 0 0 0 1px #aeb0b5;
	cursor: not-allowed;
}

[type=range] {
	-webkit-appearance: none;
	border: none;
	padding-left: 0;
	width: 100%;
}

[type=range]::-webkit-slider-runnable-track {
	background: #aeb0b5;
	border: 1px solid #757575;
	cursor: pointer;
	height: 1.2rem;
	width: 100%;
}

[type=range]::-moz-range-track {
	background: #0071bc;
	border: 1px solid #757575;
	cursor: pointer;
	height: 1.2rem;
	width: 100%;
}

[type=range]::-ms-track {
	background: transparent;
	color: transparent;
	cursor: pointer;
	height: 1.2rem;
	width: 100%;
}

[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 1px solid #757575;
	height: 2.2rem;
	border-radius: 1.5rem;
	background: #f1f1f1;
	cursor: pointer;
	margin-top: -.65rem;
	width: 2.2rem;
}

[type=range]::-moz-range-thumb {
	background: #f1f1f1;
	border: 1px solid #757575;
	border-radius: 1.5rem;
	cursor: pointer;
	height: 2.2rem;
	width: 2.2rem;
}

[type=range]::-ms-thumb {
	background: #f1f1f1;
	border: 1px solid #757575;
	border-radius: 1.5rem;
	cursor: pointer;
	height: 2.2rem;
	width: 2.2rem;
}

[type=range]::-ms-fill-lower {
	background: #aeb0b5;
	border: 1px solid #757575;
	border-radius: 2rem;
}

[type=range]::-ms-fill-upper {
	background: #aeb0b5;
	border: 1px solid #757575;
	border-radius: 2rem;
}

ul,
ol {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1.94em;
}

li {
	line-height: 1.5;
	margin-bottom: 0.5em;
}

li:last-child {
	margin-bottom: 0;
}

h1 + ul,
h1 + ol,
h2 + ul,
h2 + ol,
h3 + ul,
h3 + ol,
h4 + ul,
h4 + ol,
h5 + ul,
h5 + ol,
h6 + ul,
h6 + ol,
p + ul,
p + ol {
	margin-top: 0;
}

table {
	border-spacing: 0;
	margin: 2em 0;
}

thead th {
	font-weight: 700;
}

thead th,
thead td {
	background-color: #f1f1f1;
}

th {
	text-align: left;
}

th,
td {
	background-color: #ffffff;
	border: 1px solid #5b616b;
	font-weight: 400;
	padding: 1rem 1.5rem;
}

caption {
	font-size: 1.5rem;
	font-weight: 700;
	font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
	margin-bottom: 1.2rem;
	text-align: left;
}

p {
	line-height: 1.5;
	margin-bottom: 1em;
	margin-top: 1em;
}

a {
	color: #0071bc;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #205493;
}

a:visited {
	color: #4c2c92;
}

h1,
h2,
h3,
h4,
h5 {
	color: #0D76AD;
	clear: both;
	line-height: 1.3;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

h1 {
	font-size: 4rem;
	font-weight: 700;
}

h2 {
	font-size: 3rem;
	font-weight: 700;
}

h3 {
	font-size: 2rem;
	font-weight: 700;
}

h4 {
	font-size: 1.7rem;
	font-weight: 700;
}

h5 {
	font-size: 1.5rem;
	font-weight: 700;
}

h6 {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
}

/* Styles
   ========================================================================== */

.site {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.site:after {
	display: table;
	clear: both;
	content: "";
}

/**
 * Searchform
 */

.searchForm {
}

.searchContainer {
	background-color: #f1f1f1;
	line-height: 24px;
}

.titleBar {
	background-color: #661466;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.titleBar:after {
	display: table;
	clear: both;
	content: "";
}

.titleText {
	float: left;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.titleText em {
	font-weight: normal;
}

/**
 * Help Icon
 */

.helpIcon {
    float: left;
    display: block;
    background-color: #666;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    width: 28px;
    height: 28px;
}

.helpIcon:hover {
	background-color: #333;
}

.helpIcon:before {
	color: #fff;
	content: "?";
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

/**
 * Tooltip Icon
 */

.tooltip {
	float: left;
	position: absolute;
	top: 0;
	right: 0;
}

.tooltipBody {
    display: none;
    background-color: #fff;
    box-shadow: 1px 0 4px rgba(0,0,0,0.10);
    border: 1px solid #ff903d;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    padding: 19px 19px 11px;
    position: absolute;
    margin-top :-50px;
    margin-left:-340px;
    width: 300px;
    z-index: 1;
}

    .tooltipBody:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 12px 12px;
        border-color: transparent transparent transparent #ff903d;
        position: absolute;
        top: 60px;
        left: 0;
        margin-left: 297px;
        z-index: 1;
    }

    .tooltipBody:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 12px 12px;
        border-color: transparent transparent transparent #ffffff;
        position: absolute;
        top: 60px;
        left: 0;
        margin-left: 297px;
        z-index: 2;
    }

.tooltipTitle {
	font-size: 16px;
	line-height: 18px;
	margin-top: 0;
}

.tooltip.active .tooltipBody {
	display: block;
}

@media screen and (min-width: 1024px) {
	.tooltipBody {
		/*right: -146px;*/
	}
}

.closeIcon {
	color: #323a45;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 8px;
}

.closeIcon .icon {
	font-size: 16px;
	line-height: 24px;
}

.closeIcon:hover {
	color: #ff903d;
}

.contentBody {
	padding: 40px 20px 8px;
}

@media screen and (min-width: 481px) {
	.contentBody {
		padding: 40px 32px 8px;
	}
}

.contentCollapse {
	display: none;
	border-bottom: 4px solid #ff903d;
}

.contentField {
	margin-top: 0;
	margin-bottom: 24px;
}

.contentField:after {
	display: table;
	clear: both;
	content: "";
}

.contentFieldLabel {
	float: left;
	width: 100%;
	font-weight: 700;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
}

.contentFieldControl {
	padding-right: 36px;
	position: relative;
	float: left;
	width: 100%;
}

.contentFieldControl input,
.contentFieldControl select {
	margin-top: 0;
	margin-bottom: 0;
}

.contentFieldControl .helpIcon {
	position: absolute;
	top: 8px;
	right: 0;
}

@media screen and (min-width: 481px) {
	.contentFieldControl {
		float: left;
		width: 75%;
	}
	
	.contentFieldLabel {
		width: 25%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.contentFieldLabelAuto {
	width: auto;
	margin-right: 16px;
}

.radioList {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 32px;
	position: relative;
}

.radioList:after {
	display: table;
	clear: both;
	content: "";
}

.radioList span {
	float: left;
	line-height: 28px;
	margin-right: 16px;
}

.radioList label {
	margin-bottom: 0;
}

.radioList .tooltip {
	bottom: 52px;
	margin-bottom: 8px;
	position: static;
}

    .radioList .tooltipBody {
        margin-top: 39px;
        margin-left: -145px;
        width: 280px;
    }

        .radioList .tooltipBody:before {
            border-color: transparent transparent #ff903d transparent;
            top: -23px;
            margin-left: 0;
            left: 147px;
        }
        .radioList .tooltipBody:after {
            border-color: transparent transparent #ffffff transparent;
            top: -23px;
            margin-left: 0;
            left: 147px;
        }

@media screen and (min-width: 481px) {
	.radioList {
		float: left;
		position: relative;
	}

        .radioList .tooltipBody {
            /*right: -114px;*/
        }
}

.contentFieldOffset {
}

@media screen and (min-width: 481px) {
	.contentFieldOffset {
		padding-left: 25%;
	}
}

.contentFieldOffset .radioList {
	margin-top: -12px;
	margin-bottom: 8px;
}

.contentFieldOffset .contentFieldControl {
	width: 100%;
}

.btnContainer {
	padding-top: 20px;
	margin-left: 32px;
	margin-right: 32px;
	padding-bottom: 24px;
	text-align: right;
}

.btnContainer .btn {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.btnContainer .btn:last-child {
	margin-right: 0;
}

.btnToggle {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	float: right;
	width: auto;
}

.btnToggle:hover,
.btnToggle:focus {
	background-color: transparent;
}

/**
 * Datatable Header
 */

.resultHeader {
	color: #0071bc;
	font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 4px;
}

.resultTitle {
}

.btnMap {
	float: right;
	margin: 8px 0 0;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	margin-bottom: 16px;
}

.btnMap_icon {
	font-size: 20px;
	vertical-align: top;
}

@media screen and (min-width: 481px) {
	.btnMap {
		margin-left: 16px;
	}
}


.map {
	display: none;
	height: 420px;
}

.map.active {
	border-bottom: 4px solid #ff903d;
}

.searchCriteria {
	line-height: 24px;
}

/**
 * Datatable Content
 */
 
.dataContainer {
	overflow: auto;
	max-height: 1048px;
}

.dataTables_wrapper {
	background-color: #f1f1f1;
	overflow: auto;
}

.dataTables_length {
	float: left;
	padding: 10px 20px;
}

.dataTables_length select {
	display: inline;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 4px;
}

.dataTables_filter {
	float: left;
	padding: 10px 20px;
}

.dataTables_filter input {
	display: inline;
	width: auto;
	max-width: 200px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
}

@media screen and (min-width: 600px) {
	.dataTables_filter {
		float: right;
		padding: 10px 20px;
	}
}

.dataTable {
	border: 1px solid #5b616b;
	font-size: 15px;
	line-height: 18px;
	min-width: 640px;
	clear: both;
	margin-bottom: 0;
}

.dataTable th {
	background-color: #0071bc;
	border: 1px solid #0071bc;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 18px 19px;
}

.dataTable td {
	vertical-align: top;
	padding: 14px 15px 5px !important;
}

.dataTable tr td:first-child {
	border-left: 0;
}

.dataTable .odd th,
.dataTable .odd td {
	border-bottom: 0;
	border-right: 0;
}

.dataTable .even th,
.dataTable .even td {
	background-color: #f8f8f8;
	border-bottom: 0;
	border-right: 0;
}

.dataTable .data {
	margin-bottom: 8px;
}

.dataTable .data-link {
	margin-bottom: 12px;
	padding-left: 20px;
	position: relative;
}

.dataTable .data-link .icon {
	position: absolute;
	top: 3px;
	left: 0;
}

.dataTables_header {
	border-bottom: 4px solid #ff903d;
	background-color: #f1f1f1;
	padding: 24px 20px;
}

.dataTables_header:after {
	display: table;
	clear: both;
	content: "";
}

.dataTables_footer {
	background-color: #f1f1f1;
	border-top: 4px solid #ff903d;
	padding-top: 16px;
	padding-bottom: 16px;
}

.dataTables_footer:after {
	display: table;
	clear: both;
	content: "";
}

.dataTables_info {
	float: left;
	color: #5f676d;
	font-size: 13px;
	line-height: 32px;
	padding-left: 20px;
}

.dataTables_paginate {
	float: right;
	padding-right: 20px;
}

.dataTables_paginate .ellipsis {
	display: inline-block;
	vertical-align: top;
	color: #333333;
	font-size: 18px;
	line-height: 32px;
}

.paginate_button {
	display: inline-block;
	vertical-align: top;
	color: #333333;
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.paginate_button:hover,
.paginate_button:focus {
	color: #661466;
	cursor: pointer;
}

.paginate_button.previous {
	color: #006699;
	font-weight: 700;
}

.paginate_button.previous:hover {
	color: #661466;
}

.paginate_button.previous .icon {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	top: -2px;
}

.paginate_button.next {
	color: #006699;
	font-weight: 700;
	margin-right: 0;
}

.paginate_button.next:hover {
	color: #661466;
}

.paginate_button.next .icon {
	font-size: 24px;
	vertical-align: middle;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

.paginate_button.current {
	background-color: #006699;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	padding-left: 12px;
	padding-right: 12px;
}

.disabled > .paginate_button:hover {
    color: #006699;
    font-weight: 700;
    cursor: default;
}

.accepts {
	color: #336633;
}

.contentNavigation {
	background-color: #661466;
}

.contentNavigation:after {
	display: table;
	clear: both;
	content: "";
}

.contentMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contentMenu li {
	border-bottom: 1px solid rgba(255,255,255,0.10);
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.contentMenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 20px;
}

.contentMenu li a:hover,
.contentMenu li a:focus {
	color: rgba(255,255,255,0.75);
}

@media screen and (min-width: 600px) {
	.contentMenu {
		float: right;
	}
	
	.contentMenu li {
		border-bottom: 0;
		border-left: 1px solid rgba(255,255,255,0.10);
		float: left;
	}
	
	.contentMenu li a {
		padding: 20px;
	}
}

/**
 * Details
 */ 

.dataDetails {
}

.dataDetails_right {
	margin-bottom: 16px;
}

.dataDetails_header {
	background-color: #661466;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.dataDetails_title {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
}

.dataDetails_main {
	background-color: #f1f1f1;
	line-height: 24px;
	padding: 32px;
}

.dataDetails_main:after {
	display: table;
	clear: both;
	content: "";
}

.dataDetails_content {
}

.dataDetails_content p {
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 16px;
}

.dataDetails_content p:empty {
	display: none;
}

.dataDetails_content p:last-child {
	margin-bottom: 0;
}

.dataDetails_map {
    /*padding-bottom: 100%;*/
    min-height: 387px;
    height: 387px;
    width: 387px;
}

@media screen and (min-width: 481px) {
	.dataDetails_left {
		float: left;
		width: 50%;
		padding-right: 16px;
	}
	
	.dataDetails_right {
		float: right;
		width: 50%;
		margin-bottom: 0;
		padding-left: 16px;
	}
}

/**
 * Extra
 */ 

.aspNetHidden {
	display: none;
}

/* Select placeholder */
::-webkit-input-placeholder {
    color: #a9a9a9 !important;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a9a9a9 !important;
    font-weight: 400 !important;
}

.esri-view-width-xsmall .esri-expand--auto .esri-expand__container{
    position: relative !important;
    z-index: 0 !important;
}
.esri-ui-corner .esri-expand .esri-widget--panel-height-only {
    max-width: 240px;
}
/*.esri-view .esri-view-root {
    position: static !important;
}*/
