﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: #212121;
    font-smoothing: antialiased;
}

.ui.menu > a {
    color: white;
    font-size: 18.2px;
    padding: 8px;
}

.ui.menu > a:first-child {
    border-radius: 0;
}

.site-footer {
    margin: 0;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
}

.site-footer > .ui.segment {
    padding: 5em 10em;
}

.site-footer .column.left-padded {
    padding-left: 1em !important;
}

.site-footer .row {
    align-items: flex-start !important;
}

.site-footer .container > .grid {
    justify-content: space-evenly;
}

.site-footer .grid .grid .one.wide.column {
    width: 28px !important;
    margin-top: 3px;
    align-self: center;
    display: flex;
}

.site-footer .grid .grid .eleven.wide.column {
    width: auto !important;
    align-self: center;
    display: flex;
}

.site-footer .small.icon {
    font-size: 12px;
}

.site-footer img {
    max-width: 13px !important;
    width: 13px !important;
    height: 13px !important;
    display: block;
    opacity: 0.9;
}

.footer-contact-grid a {
    margin-top: 3px !important;
}

/* Site header */
.site-header {
    min-height: 70px;
    max-height: 70px;
    background: #1F2B60;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.49);
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 10;
    top: 0;
}

.site-header-logo .logo-container {
    max-width: 124px;
    margin-top: 9px;
    float: left;
    display: block;
}

.site-header > div .site-header-icon-link {
    text-align: center;
    font-size: 16.4px;
    color: white !important;
    flex-direction: column;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-start;
}

.site-header > div .site-header-link {
    color: white !important;
    margin-left: 24px;
    font-size: 16.4px;
}

.site-header > div .site-header-link:hover {
    text-decoration: underline;
}

div.site-header-links {
    display: block;
}

div.site-header-links.left {
    float: left;
    padding: 8px 0;
    margin-left: 40px;
}

div.site-header-links.left > .menu {
    background: none;
    color: white;
    box-shadow: none;
    border: 0;
    margin-top: 3px;
}

div.site-header-links.left > .menu > ul {
    list-style-type: none;
}

div.site-header-links.left > .menu > ul > li {
    display: inline-block;
    margin-left: 4em;
}

div.site-header-links.left > .menu > ul > li:first-of-type {
    display: inline-block;
    margin-left: 2em;
}

div.site-header-links.left > .menu > ul > li > a {
    color: white !important;
    font-size: 16.4px;
}

/* Buttons */

.ui.button {
    line-height: 0.9em !important;
    padding-top: 0.95em !important;
    padding-bottom: 0.8em !important;
    font-weight: 500 !important;
}

.ui.primary.button {
    background: #1F2B60;
}

.ui.secondary.button {
    width: 90px;
    background: #fe8c05;
    color: black;
}

.ui.secondary.button > a {
    color: black;
}

.ui.secondary.button:hover,
.ui.secondary.button:active {
    background: #FAB91B;
    color: black;
}

.ui.secondary.button:hover > a,
.ui.secondary.button:active > a {
    color: black;
}

.ui.form .two.fields > .field, .ui.form .two.fields > .fields {
    width: 17%
}

/* Content Layout */
.column.content-column {
    margin: 2.3em 0 4.6em 0 !important;
}

.homepage-content {
    min-height: 380px;
    padding: 3em 0;
}

/* Output text and Labels */
.border-text {
    height: auto;
    border-radius: 0.25rem;
    padding: 0.58035714em 0.875em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    word-break: break-word;
}

.ui.radio > input {
    margin-right: 6px;
}

.prompt.label,
.field > label {
    font-weight: 500 !important;
}

/* Field */
.field-optionals {
    margin: 2px;
    border: 1.5px solid silver;
    padding: 8px 5px 5px 5px;
    border-radius: 5px;
}

.legend-optionals {
    width: 150px;
    margin-left: 5px;
    padding-left: 5px;
    font-size: .92857143em;
    font-weight: 500 !important;
}


/* Placeholder */

.ui.form .field .ui.input input::placeholder {
    color: #AFAFAF;
    opacity: 1; /* Firefox */
}

.ui.form .field .ui.input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AFAFAF;
}

.ui.form .field .ui.input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #AFAFAF;
}

/* Required Field Validator */
.ui.pointing.label, .ui[class*="pointing above"].label {
    margin-top: 0em
}

/* Sliding Panel */

#slidingPanel {
    display: none;
}

a.sliding-panel {
    color: #1e70bf;
    font-size: .92857143em;
    font-weight: 500 !important;
}

/* Padlock Icon */
.padlock
{
    position: relative;
    padding-left: 20px;
}

.padlock::before, .padlock::after
{
    content: "";
    position: absolute;
    display: block;
    background-position: 0 -180px;
}

.padlock::before
{
    top: -1px;
    left: 2.5px;
    width: 8px;
    height: 5px;
    border-radius: 12px 12px 0 0;
    border: 2px solid #999;
}

.padlock::after
{
    top: 0;
    left: 0;
    width: 13px;
    height: 9px;
    border-radius: 2px;
    margin-top: 5px;
    background-color: #999;
}

.tblout-left-col {
    width: 15%;
}

.tblout-right-col {
    width: 85%;
}