/* Things inherited from antd */
/** ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
    margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
    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
    ========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
main {
    /* 1 */
    display: block;
}
/**
* 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 */
}
/* Text-level semantics
    ========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
    overflow: hidden;
}
/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
    font-family: sans-serif;
    /* 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;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
* 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;
}
/**
* 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 and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/* Interactive
    ========================================================================== */
@font-face {
    font-family: "Helvetica Neue For Number";
    src: local("Helvetica Neue");
    unicode-range: U+30-39;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Museo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ul,
ol {
    list-style: none;
}
input::-ms-clear,
input::-ms-reveal {
    display: none;
}
input:focus {
    outline: none !important;
    box-shadow: inset 0 1px 1px rgb(51 51 51 / 30%) !important;
}
::-moz-selection {
    background: #108ee9;
    color: #fff;
}
::selection {
    background: #108ee9;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 0, 0, 0.85);
}
a {
    color: #108ee9;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
a:focus {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
}
a:hover {
    color: #49a9ee;
}
a:active {
    color: #0e77ca;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}
a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

/* Here is our stuff */
body, html {
    background: #003359 url(./assets/images/cover.png) no-repeat right 56px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.logo {
    width: 120px;
    height: 31px;
    border-radius: 6px;
    /*margin: 16px 28px 16px 0;*/
    float: left;
    font-size: 24px;
}

.spinningImage {
    -webkit-animation: rotation 2s infinite linear;
    background: url(/assets/images/spinner.png) center center no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@font-face {
    font-family: 'Museo300';
    font-style: normal;
    font-weight: 300;
    src: url('../assets/fonts/Museo300.otf');
}

@font-face {
    font-family: 'Museo500';
    font-style: normal;
    font-weight: 500;
    src: url('../assets/fonts/Museo500.otf');
}

@font-face {
    font-family: 'Museo700';
    font-style: normal;
    font-weight: 700;
    src: url('../assets/fonts/Museo700.otf');
}

@font-face {
    font-family: 'Museo900';
    font-style: normal;
    font-weight: 900;
    src: url('../assets/fonts/Museo900.otf');
}

/* These new fonts are necessary for new modules implemented in datalab,
for more information read: https://github.com/act-org/dls#museo */
@font-face {
    font-family: 'Museo';
    font-style: normal;
    font-weight: 300;
    src: url('../assets/fonts/Museo300.otf');
}

@font-face {
    font-family: 'Museo';
    font-style: normal;
    font-weight: 500;
    src: url('../assets/fonts/Museo500.otf');
}

@font-face {
    font-family: 'Museo';
    font-style: normal;
    font-weight: 700;
    src: url('../assets/fonts/Museo700.otf');
}

.btn-group button {
    background-color: #ffffff;
    border: solid 1px #c1c1c1;
    color: #555555;
    padding: 4px 24px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    outline: none;
    height: 28px;
    font-size: 12px;
    z-index: -1;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

.btn-group button:last-child {
    border-radius: 0 50px 50px 0;
}
.btn-group button:first-child {
    border-radius: 50px 0 0 50px;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #ff7900;
    color: #ffffff;
}

/*.state:hover {*/
    /*fill: lightsteelblue;*/
/*}*/

.Col2 {
    display: inline-block;
}

.border {
    fill: blue;
    stroke: #fff;
}
.county {
    stroke: #999;
    stroke-width: 0.5;
}

.menu-link {
    fill: rgb(0, 152, 195);
    color: rgb(0, 152, 195);
}

.menu-link:hover {
    fill: #FFFFFF;
    color: #FFFFFF;
}

.active-link svg {
    fill: #E68326;
}

/* Wake-up call articles: By default, all images are display block, only alignnone are inline */
#article-content img.alignnone {
  margin: 0 5px;
  display: inline;
}
