table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    border: 1px solid #c6c9cc;
    border-radius: 5px;
    padding: 10px 20px;
}

table th {
    text-align: center;
}

table td {
    border-color: #c6c9cc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 5px 10px;
}

@font-face {
    font-family: "../css/fonts/1942_report1942_report";
    src: url("../css/fonts/1942-webfont.eot");
    src: url("../css/fonts/1942-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/1942-webfont.woff2") format("woff2"), url("../css/fonts/1942-webfont.woff") format("woff"),
        url("../css/fonts/1942-webfont.ttf") format("truetype"), url("../css/fonts/1942-webfont.svg#1942_report1942_report") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
}
html,
body {
    height: 100%;

}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}
main,
li {
    display: block;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a,
button {
    color: inherit;
    transition: 0.3s;
}

a {
    text-decoration: none;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.site-nav > ul {
    width: 95%;
    float: left;
    padding-left: 1.7855em;
    padding-right: 1.7855em;
    list-style-type: none;
    font-family: "Alternate Gothic", Helvetica, Arial, sans-serif;
}

.site-nav > ul > li {
    float: left;
    padding: 5px;
}

.site-nav > ul > li > h1 {
    margin: 40px 20px 40px 0;
    font-size: 30px;
}

.site-nav > ul > li > h1 a {
    color: #2b2b2b;
    font-weight: bold;
}

.site-nav > ul > li > h1 a:hover {
    text-decoration: none;
    color: #b8242b;
}

.site-nav > ul > li > img {
    display: inline-block;
    height: 100px;
    width: 100px;
    margin: 0 7px 0 0;
}

.site-nav > ul > li.menu-items {
    margin: 50px 0 50px 0;
    padding: 0 10px 0 10px;
}

.site-nav > ul > li.dl {
    float: right;
}

.site-nav > ul > li > a {
    color: #2b2b2b;
    font-weight: bold;
}

.site-nav > ul > li > a:hover {
    color: #b8242b;
    text-decoration: none;
}

.site-nav > ul > li.dl a {
    padding-top: 1rem;
    padding-bottom: 1.0625rem;
    margin: 30px 0 30px 0;
    font-weight: normal;
    color: #eee;
}
.site-nav > ul > li.dl a :hover {
    color: #eee;
}
#headline {
    text-align: center;
}
#headline h2 {
    text-align: center;
    font-size: 3.5em !important;
    display: inline-block;
    font-family: "Alternate Gothic", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    color: #2b2b2b;
}
#headline img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
#headline .download {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}
#page-content {
    margin: 0 10% 20px 10%;
    line-height: 2em;
	
}
#page-content h2 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
}

.post-title {
    font-size: 2em;
    font-family: "Alternate Gothic", Helvetica, Arial, sans-serif;
    padding-bottom: 0.5em;
}
.dl-links {
    min-width: 18%;
}
.dl-links p {
    margin-top: 10px;
}
.scale-dl-container {
    transform: translate(-50%, -50%) scale(0.5) translate(50%, 50%);
    margin-bottom: -100px;
	
}
.dl-install4j-credit {
    text-align: right;
}
.installation-instructions {
    display: none;
}
body {
    background: #cbb7a3;
    font-family: Helvetica, Arial, sans-serif;
}
a {
    color: #b8242b;
}
ul > li,
ol > li {
    display: list-item;
    margin-left: 2em;
}
code {
    background-color: #e8e8e8;
    border: 1px solid #828282;
    border-radius: 3px;
    padding: 3px;
}
blockquote {
    padding-left: 1em;
    border-left: 3px solid #828282;
    color: #424242;
}
a:hover {
    color: #8d1c21;
    text-decoration: underline;
}
.button {
    border-radius: 3px;
    border-width: 1px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    display: inline-block;
    padding-top: 1.5rem;
    padding-right: 2rem;
    padding-bottom: 1.5625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #b8242b;
    border-color: #8d1c21;
    color: #fff;
    transition: background-color 300ms ease-out;
}
.button:hover,
.small-button:hover {
    text-decoration: none;
    background-color: #8d1c21;
    color: #eee;
}
.small-button {
    border-radius: 3px;
    border-width: 1px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #b8242b;
    border-color: #8d1c21;
    color: #fff;
    transition: background-color 300ms ease-out;
    margin: 2px;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
	
}
#container {
    min-height: 100%;
    position: relative;
	
}
#body {
    padding-bottom: 190px;
}
#footer {
    float: left;
    clear: both;
    width: 80%;
    padding: 20px 10% 15px 10%;
    background: url("../images/footer_bg.png") repeat-x;

    color: #fff;
    position: absolute;
    bottom: 0;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #b8242b;
    text-decoration: none;
}
#footer .footer-col {
    float: left;
    width: 25%;
    padding: 10px 0 20px 0;
}
#footer .footer-col h3 {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-family: "Alternate Gothic", Helvetica, Arial, sans-serif;
}
#footer .footer-text {
    text-align: center;
    font-family: "Alternate Gothic", Helvetica, Arial, sans-serif;
    clear: both;
    font-weight: bold;
}
show-on-install {
    display: none;
}
.thickTable {
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: separate;
}
.thickTable td {
    border-width: 1px;
    border-style: solid;
    border-spacing: 10px;
    padding: 10px;
}
.thinTable {
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: separate;
}
.thinTable td {
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
    padding: 10px;
}
.table1 {
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: separate;
}
.table1 td {
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
    padding: 20px;
}
.community-col-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.community-col {
    width: 30%;
    padding: 10px;
    margin: 5px;
}
.maps-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-items: stretch;
}
.maps-col {
    background-color: #e8e8e8;
    border: 1px solid #828282;
    border-radius: 3px;
    padding: 10px;
    margin: 5px;
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 1;
    min-width: 22%;
}
.maps-col-content-wrapper {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.maps-col-item {
    flex: 1 1 0;
}
.flex-right-align-item {
    right: 0;
    position: relative;
    float: right;
    height: 100%;
}
#no-result {
    display: none;
    width: 100%;
    text-align: center;
}
.flex-container {
    display: flex;
    padding: 5px;
}
.row-reverse {
    flex-direction: row-reverse;
}
.section-title {
    padding-top: 0.75em;
}
.maps-col-button {
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.78125rem;
    padding-left: 1rem;
    float: right;
    margin: 3px 3px 3px 0;
}
@media only screen and (max-width: 600px) {
    .fb-like.fb_iframe_widget {
        margin-left: calc(50% - 60px);
    }
    .community-col-wrapper {
        flex-direction: column;
    }
    .community-col {
        width: 95%;
        padding: 0;
        margin: 0;
    }
    #headline > h2 {
        font-size: 2em;
        margin-top: 50px;
    }
    .site-nav > ul {
        padding: 0;
        width: 100%;
        list-style-type: none;
        font-family: "Alternate Gothic", Helvetica, Arial, sans-serif;
    }
    .site-nav > ul > li {
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .site-nav > ul > li > h1 {
        margin: 40px 0 40px 0;
        font-size: 30px;
    }
    .site-nav > ul > li > h1 a {
        color: #2b2b2b;
        font-weight: bold;
    }
    .site-nav > ul > li > h1 a:hover {
        text-decoration: none;
        color: #b8242b;
    }
    .site-nav > ul > li > img {
        display: block;
        height: 100px;
        width: 100px;
        margin: 0;
    }
    .site-nav > ul > li.menu-items {
        margin: 0;
        padding: 10px 0px 10px 0px;
    }
    .site-nav > ul > li.dl {
        margin: 0;
        float: left;
    }
    .site-nav > ul > li > a {
        color: #2b2b2b;
        font-weight: bold;
    }
    .site-nav > ul > li > a:hover {
        color: #b8242b;
        text-decoration: none;
    }
    .site-nav > ul > li.dl a {
        padding-top: 1rem;
        padding-bottom: 1.0625rem;
        margin: 0;
        font-weight: normal;
        color: #eee;
    }
    .site-nav > ul > li.dl a :hover {
        color: #eee;
    }
    .dl-links {
        min-width: 74%;
        width: 74%;
    }
    .scale-dl-container {
        transform: translateY(-50%) scale(0.5) translateY(50%);
        margin-bottom: -300px;
    }
    .dl-install4j-credit {
        text-align: center;
    }
    .mobile-smaller-text {
        font-size: 13px;
        text-align: center;
    }
    .post-title {
        text-align: center;
    }
    .maps-col-wrapper {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    #footer {
        float: none;
        clear: none;
    }
    #footer .footer-col {
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer .footer-col > ul {
        padding: 0;
        list-style-type: none;
    }
    #footer .footer-col > ul > li {
        margin: 0;
        text-align: center;
        padding: 0;
    }
    #footer .footer-col h3 {
        margin-bottom: 0.5em;
        font-size: 1.5em;
    }
    #body {
        padding-bottom: 525px !important;
    }
}

