@media only screen and (min-width: 701px) and (max-width: 991.98px) {
    .ui.menu .item>i.icon {
        display: none;
    }
    .ui.secondary.pointing.menu .item {
        margin: 0;
    }
}
:root {
    --color-accent: #D14415;
    --color-primary: #ffffff;
    --content-background: rgba(0, 0, 0, 0.03);
}
.ui.inverted.vertical.segment, #submit-job, #get-started  {
    background-color: var(--color-accent);
}
.ui.button, .ui.button:hover, .ui.button:active, .ui.button:focus {
    background-color: var(--color-accent);
    color:  var(--color-primary);
}
#get-started {
    margin-top: 2em;
}
.ui.secondary.inverted.pointing.menu .item:not(.disabled), .ui.inverted.segment, .ui.inverted.segments .segment, .ui.primary.inverted.segment {
    color:  var(--color-primary);
}
a, .ui.list > a.item {
    color: #295785;
    text-decoration: underline;
}

a:hover, .ui.list > a.item:hover {
    color: #22476D;
    text-decoration: underline;
}

a.ui.label {
    text-decoration: none;
}
.ui.secondary.pointing.menu .dropdown.item:active, .ui.secondary.pointing.menu .link.item:active, .ui.secondary.pointing.menu a.item:active {
    border-color: rgba(238 187 149 / 15%)
}
.ui.labeled.icon > .paper.plane.outline.icon {
    background-color: rgba(var(--color-accent), 0.3);
}
.footer-placer {
    display: none;
}
#footer {
    padding-bottom: 2em;
    cursor:default;
}

#footer a{
    text-decoration: none;
}

#footer .copyright a:hover{
    text-decoration: underline;
}

#footer .copyrights_social_media{
    margin-bottom: 20px;
}

#footer .social_media .icon{
    margin-left: 10px;
}

.logo {
    margin-top: 1em;
    margin-inline: auto;
    width: min(300px, 50%);
    display: block;
}

.staticContent {
    padding-top: 8em;
}
.staticContent p {
    font-size: 1.3rem;
}
.staticContent ul > li{
    margin-top: 0px;
    margin-bottom: 7px;
}
.downloadBlock {
    margin: 0;
    font-size: 1.3rem;
}
.downloadBlock a {
    display: flex;
    gap: 10px;
    height: 3em;
    align-items: center;
}
.downloadIcon {
    margin: 0 !important;
    font-size:1.4rem !important;;
}
.downloadLink {
    transition: color 0.2s ease-in-out;
}
.downloadLink:hover {
    color: var(--color-accent);
}
.pt-30{
    padding-top: 30px!important;
}
.atlas-bg{
    background: rgba(0,0,0,.03);
    padding: 25px;
}
.homepage {
    margin-top: 3rem;
}
.homeFigure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.ui.vertical.stripe {
    padding: 0;
}

@media only screen and (min-width: 701px) {

    .staticContent dl {
        display: grid;
        grid-template-columns: min-content 1fr;
        align-items: baseline;
    }
    .staticContent dd {
        margin-bottom: 2em;
    }
}
@media only screen and (max-width: 700.98px) {
    .staticContent dl {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
}
.staticContent dl, .staticContent li {
    font-size: 1.3rem;
    line-height: 1.6;
}

.staticContent dt {
    font-weight: 400;
    font-style: italic;
}
.doc-box {
    flex-shrink: 1.5;
    height: fit-content;
    font-size: 0.8rem;
    background: var(--content-background);
    padding: 25px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border: 2px ridge #00000012;
    margin-bottom: 20px;
}
b {
    font-size: 1.2rem;
}
.dataTables_wrapper {
    padding: 30px 0px 30px 0px;

}
.tabs {
    position: relative;
    width: 160px;
    height: 1400px;
    display: flex;
    flex-direction: column;
    border-radius: 10px 0px 0px 10px;
    border: 2px ridge #00000012;
    border-right: 0px;
    background: var(--content-background);
}
.tab {
    margin-bottom: 10px;
}
.tab-switch {
    display: none;
}
.tab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    padding: 0 1.618em;
    color: var(--color-accent);
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
}
.tab-label:hover {
    top: -0.25rem;
    transition: top 0.25s;
}
.tab-content {
    position: absolute;
    overflow-y: auto;
    width: 965px;
    height: 1400px;
    left: 158px;
    top: -2px;
    bottom: 20px;
    padding: 1.618rem;
    background: var(--content-background);
    color: #2c3e50;
    opacity: 0;
    transition: all 0.35s;
    border: 2px ridge #00000012;
    border-radius: 0px 10px 10px 0px;

}
.tab-switch:checked + .tab-label {
    color: #2c3e50;
    border-bottom: 2px ridge #00000012;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
  }
@media (min-width: 700px) {
.atlas{
    border-bottom: 2px solid #FFF !important;
    }
}
#tfPredictionsTable {
    white-space: nowrap;
    border-bottom-color: rgba(34, 36, 38, .15);
}
#file-name {
    border-right-color: rgba(34, 36, 38, .15);
    border-left: transparent;
    -webkit-border-radius: 0 10px 10px 0;
}
.webtool {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.main-cell {
    display: flex;
    flex-direction: column;
    flex-grow: 3;
}
.form-cell {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 3;
}
.download-cell {
    order: 3;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-self: start;
}
@media only screen and (max-width: 992px) {
    .webtool {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .download-cell {
        order: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .tabs{
        width: 100%;
        overflow-x: scroll;
    }
}

@media (max-width: 700px) {
    #mobile-menu {
        left: 0;
        width: 100%;
        margin-top: 40px;
    }
    .visible#mobile-parent-menu {
        margin-bottom: 80px;
    }
}
.mr-5 {
    margin-right: 5px;
}