@font-face {
    font-family: 'Plain';
    src: url('https://staticassets.flagstoneim.com/Fonts/Plain/Plain-Light.woff') format('woff'),
         url('https://staticassets.flagstoneim.com/Fonts/Plain/Plain-Light.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'Plain';
    src: url('https://staticassets.flagstoneim.com/Fonts/Plain/Plain-Medium.woff') format('woff'),
         url('https://staticassets.flagstoneim.com/Fonts/Plain/Plain-Medium.woff') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'F37WicklowPC';
    src: url('https://staticassets.flagstoneim.com/Fonts/F37WicklowPC/F37WicklowPC-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.btn {
    border-radius: 0;
    will-change: transform;
}

body {
    min-height: 100vh;
    font-family: Plain, Helvetica, Arial, Sans-serif;
    font-style: normal;
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
}

/* Predefined Layouts Start*/

.block-two-columns {
    display: flex;
    align-items: flex-end;
}

    .block-two-columns .dynamic-column {
        width: 100%;
        flex-shrink: 1;
    }

    .block-two-columns .static-column {
        width: auto;
    }

.static-column + .dynamic-column,
.dynamic-column + .static-column {
    margin-left: 8px;
}

/* Predefined Layouts End */


.mt-32px {
    margin-top: 32px !important;
}

.mb-32px {
    margin-bottom: 32px !important;
}

.ml-32px {
    margin-left: 32px !important;
}

.mr-32px {
    margin-right: 32px !important;
}

.pt-32px {
    padding-top: 32px !important;
}

.pb-32px {
    padding-bottom: 32px !important;
}

.pl-32px {
    padding-left: 32px !important;
}

.pr-32px {
    padding-right: 32px !important;
}

@media (min-width: 992px) {
    .mt-lg-32px {
        margin-top: 32px !important;
    }

    .mb-lg-32px {
        margin-bottom: 32px !important;
    }

    .ml-lg-32px {
        margin-left: 32px !important;
    }

    .mr-lg-32px {
        margin-right: 32px !important;
    }

    .pt-lg-32px {
        padding-top: 32px !important;
    }

    .pb-lg-32px {
        padding-bottom: 32px !important;
    }

    .pl-lg-32px {
        padding-left: 32px !important;
    }

    .pr-lg-32px {
        padding-right: 32px !important;
    }
}

.primary-text {
    color: #000000;
}

.primary-tint-text {
    color: #004D69;
}

.primary-tint-background {
    background-color: #004D69;
}

.dark-grey-text {
    color: #595959;
}

.bg-primary {
    background: #333333 !important;
}

.font-bold {
    font-weight: 400;
}

.font-normal {
    font-weight: 300;
}

.secondary-text,
.secondary-text:hover {
    color: #00818F;
}

.white-text,
.white-text:hover {
    color: #FFFFFF;
}


#cookiesDisclamer_bar {
    padding: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    text-align: left;
    border: 1px solid #E69B13;
    border-radius: 4px;
    position: absolute;
    z-index: 50;
    background-color: #F2F5F6;
}

#cookiesDisclamer_cookie-text {
    font-family: Plain, Helvetica, Arial, Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #566569;
}

#cookiesDisclamer_close {
    text-decoration: none !important;
    max-height: 40px;
    min-width: 152px;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
#cookiesDisclamer_bar {
    bottom: 331px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #cookiesDisclamer_bar {
        bottom: 282px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #cookiesDisclamer_bar {
        bottom: 231px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #cookiesDisclamer_bar {
        bottom: 214px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #cookiesDisclamer_bar {
        bottom: 214px;
    }
}

.notification-box .validation-summary-errors > ul {
    margin-top: 4px;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.text-danger {
    color: #D15A40 !important;
}

.text-danger.field-validation-error {
    margin-top: 8px;
    display: block;
}

.labelForRadio,
.labelForCheckbox {
    line-height: 24px;
}

.labelForCheckbox {
    width: auto;
    align-self: baseline;
}

#loader-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.85;
    top: 0;
    display: none;
    z-index: 100000;
}

.loadersmall {
    border: 5px solid #f3f3f3;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    left: calc(50% - 25px);
    position: absolute;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
