﻿/* core stuff */ /*    Dark Organge    50  #FBE9E7    100 #FFCCBC    200 #FFAB91    300 #FF8A65    400 #FF7043    500 #FF5722    600 #F4511E    700 #E64A19    800 #D84315    900 #BF360C    Green    50  #E8F5E9    100 #C8E6C9    200 #A5D6A7    300 #81C784    400 #66BB6A    500 #4CAF50    600 #43A047    700 #388E3C    800 #2E7D32    900 #1B5E20*/
body {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    margin-top: 0;
    background-color: #fcfcfc;
}
h1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, sans-serif !important;
}
h4,
h5,
h6 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
a {
    color: #00205b !important;
    text-decoration: underline;
}
a:hover {
    color: #6a3460 !important;
    font-weight: bold;
}
a:visited {
    color: #6a3460 !important;
}
.focusOutline {
    outline: 2px solid #6a3460 !important;
} /* remove all the round corners */ /* remove rounded corners */
.container .jumbotron,
.alert,
.well,
.form-control,
.btn,
.breadbrumb,
.nav-pills > li > a {
    border-radius: 0;
}
.jumoo {
    font-family: Pacifico;
    font-weight: 400;
}
a {
    color: #005ea5;
}
a:visited {
    color: #4c2c92;
}
a:hover,
a:active {
    color: #337ab7;
}
.page-header {
    margin-top: 20px;
}
span.alert {
    display: block;
}
.cookie-notice {
    font-size: 89%;
    padding: 0.5em;
    background-color: #c8e6c9;
}
a.skip-main,
a:visited.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    color: #fff !important;
}
a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}
#main {
    outline: none !important;
}
.thumbnail {
    padding: 0px important;
}
.table-bordered h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
}
