@charset 'UTF-8';

@font-face {
    font-family: 'OpenDyslexic';
    src:url('/fonts/OpenDyslexic.ttf.woff') format('woff'),
        url('/fonts/OpenDyslexic.ttf.svg#OpenDyslexic') format('svg'),
        url('/fonts/OpenDyslexic.ttf.eot'),
        url('/fonts/OpenDyslexic.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: auto;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #f7ebda;
    color: #3a3a3a;
    font-family: Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #3a3a3a;
    font-family: "Saira Extra Condensed", sans-serif;
}

h1 {
    font-size: 2.25em;
    margin-bottom: 1em;
    font-weight: 700;
}
h2 {
    font-size: 2em;
    margin-bottom: 0.25em;
    font-weight: 700;
}
h3 {
    font-size: 1.75em;
    margin-bottom: 0.125em;
    font-weight: 700;
}
h4 {
    font-size: 1.5em;
    margin-bottom: 0.125em;
    font-weight: 700;
}
h5 {
    font-size: 1.25em;
    font-weight: 700;
}
h6 {
    font-size: 1.125em;
    font-weight: 700;
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 2.25em;
    }
    h4 {
        font-size: 2em;
    }
    h5 {
        font-size: 1.5em;
    }
    h6 {
        font-size: 1.25em;
    }
}

.heading-article {
    margin-top: -0.75rem;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
}

header {
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: #f7ebda;
    font-size: 0.875em;
    font-weight: 700;
    position: relative;
    font-family: "Saira Extra Condensed", sans-serif;
}

#header {
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: none;
    z-index: 12;
    height: 4.5rem;
}

#header .amagdic-menu-icon {
    margin: 0;
    padding: 0;
}
#header .amagdic-menu-icon a {
    color: #f7ebda;
    font-size: 1.25em;
    font-weight: 700 !important;
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-left: 0.25em;
}
#header .amagdic-menu-icon a:hover {
    color: #f35e19;
}

#header .menu a {
    color: #f7ebda;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
}
#header .menu a:hover span {
    color: #f35e19;
}
#header .menu a:active {
    color: #f35e19;
}

#header .menu {
    padding-top: 0.5rem;
}
#header .menu {
    background-color: transparent;
    color: #f7ebda;
    border: 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #header {
        min-height:3.5rem;
        height:3.5rem;
    }
    #header .amagdic-menu-icon {
        margin-bottom: 0rem;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #header {
        min-height:4rem;
        height:4rem;
    }
    #header .amagdic-menu-icon {
        margin-bottom: 0rem;
    }
}
#header .menu .menu {
    background-color: transparent;
    color: #f7ebda;
    border: 0;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) !important;*/
    font-weight: 300;
    width: 20rem;
}
#header .menu .menu li:hover {
    background-color: #f35e19;
    color: #ffffff;
    border: 0;
}
#header .menu .menu a {
    border-top: 0;
    font-weight: 300;
    font-size: 1em;
    display: block;
}
#header .menu .menu a:hover span {
    border-top: 0;
    color: #f7ebda;
}
#header .menu .menu a:active {
    border-top: 0;
}

#header .dropdown.menu>li.is-dropdown-submenu-parent>a::after,
#header .dropdown.menu.vertical>li.opens-right>a::after,
#header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after,
#header .dropdown.menu.medium-vertical>li.opens-right>a::after,
#header .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    border-color: #fff transparent transparent;
}
#header .dropdown.menu.vertical>li.opens-left>a::after,
#header .dropdown.menu.medium-vertical>li.opens-left>a::after,
#header .dropdown.menu.large-vertical>li.opens-left>a::after {
    border-color: transparent #f7ebda transparent;
}
#header .dropdown.menu.large-vertical>li.opens-right>a::after {
    border-color: transparent transparent transparent #f7ebda;
}
#header .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    border-color:transparent #f7ebda transparent transparent;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    header {
        font-size: 0.875rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    header {
        font-size: 0.875rem;
    }
}

.header-shadow {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
    background-color: #377e47;
}

#header-spacer {
    background-color: #f7ebda;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    display: none;
}

#logo {
    position: absolute;
    background-color: transparent;
    top: 0.75rem;
    left: 0.75rem;
    bottom: 0;
    height: 3rem;
    border: 0 !important;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}
#logo img {
    padding: 0rem;
    position: relative;
    height: 100%;
    width: auto;
    margin: 0;
}
#logo:hover {
    opacity: 0.9;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #logo {
        position: absolute;
        top: 1rem;
        left: 50%;
        height: 1rem;
        margin-left: -5rem;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #logo {
        position: absolute;
        top: 1rem;
        left: 50%;
        height: 1.5rem;
        margin-left: -7rem;
    }
}


main {
    background-color: #f7ebda;
    min-height: 60vh;
    margin: 0;
    padding: 1rem 0 2rem 0;
    overflow-x: hidden;
    position: relative;
    display: block;
}

main.admin {
    background-color: #fff;
    border-bottom: solid 2rem #f2f2f2;;
}

main.admin .row{max-width:85rem;}

footer {
    margin: 0;
    padding: 0 0 0 0;
    color: #3a3a3a;
    background-color: #f2f2f2;
    font-size: 0.875em;
}

footer h4 {
    color: #FFFFFF;
    font-size: 1em;
    text-transform: uppercase;
}
footer a {
    color: #b3b3b3;
    font-weight: 700;
}
footer a:hover {
    color: #3a3a3a;
}

footer .copyright {
    color: #3a3a3a;
    background-color: #f2f2f2;
    padding: 1em 0 2em 0;
    margin-top: 1em;
    font-weight: 500;
}
footer .copyright p {
    font-size: 1em;
    color: #3a3a3a;
    font-weight: 500;
}
footer .copyright a {
    color: #b3b3b3;
    font-weight: 500;
}
footer .copyright a:hover {
    color: #3a3a3a;
}
footer small {
    font-size: 0.875em;
}

footer .info-white {
    margin: 0 0 2rem 0;
    padding: 2rem;
    color: #3a3a3a;
    background-color: #ffffff;
    font-size: 1em;
}

footer .info-white p {
    font-size: 1.25em;
    line-height: 1;
    margin: 0;
    padding: 0;
}
footer .info-white p .fab {
    vertical-align: middle;
}
footer .info-white a {
    color: #f35e19;
}
footer .info-white a span {
    color: #3a3a3a;
}
footer .info-white a:hover {
    color: #61c332;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

}

#cookies {
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0px;
    background-color: #3a3a3a;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    padding: 1em;
}
#cookies p {
    color: #f7ebda;
    font-size: 0.75em;
    margin-bottom: 0;
}
#cookies a {
    color: #61c332;
}
#cookies a:hover {
    color: #f7ebda;
}


#search-box {
    background: #f7ebda;
    color: #3a3a3a;
    padding: 0.5rem;
}
input#search {
    border: 0;
    box-shadow: none;
    width: 80%;
    font-size: 1em;
    color: #3a3a3a;
    padding: 0.5em;
    margin: 0 auto;
    background: #f7ebda;
    height: auto;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    #search-box {
        padding: 0.25rem;
    }
    input#search {
        width: 100%;
        font-size: 1.25em;
        padding: 0.5rem;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #search-box {
        padding: 0.5rem;
    }
    input#search {
        width: 90%;
        font-size: 1.5em;
        padding: 0.75rem;
    }
}

a {
    color: #377e47;
}
a:hover .fa,
a:hover .fal,
a:hover .fas {
    font-family: 'Font Awesome 5 Regular';
    font-weight: 400;
}
a:hover .far {
    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
}
a:hover .fa.fa-circle {
    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
}

.cke {
    border: 1px solid #dddddd !important;
}

.content-details {
    padding-bottom: 3rem;
}

.content-details h1 {
    text-align: left;
}

.content-details h1::after {
    content: '';
    width: 4rem;
    border-radius: 0.25rem;
    border-bottom: 4px solid #203f70;
    margin: 2rem auto 3rem 0;
    height: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}

.content-details h2 {
    margin-top: 1em;
    text-align: left;
}
.content-details h2::after {
    content: '';
    width: 3rem;
    border-radius: 0.25rem;
    border-bottom: 4px solid #203f70;
    margin: 1rem auto 2rem 0;
    height: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}

.content-details h3 {
    margin-top: 1em;
    text-align: left;
}
.content-details h3::after {
    content: '';
    width: 2rem;
    border-radius: 0.25rem;
    border-bottom: 4px solid #dd2b1b;
    margin: 0.75rem auto 1rem 0;
    height: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}

.content-details p,
.content-details li {
    line-height: 1.5;
    font-size: 1.25em;
}

.content-details li {

}

.content-details ul {
    margin-left: 0rem;
}
.content-details ul li {
    list-style: none;
    padding: 0.25rem 2rem 0.5rem 2.5rem;
    background-image: url('/images/li.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.5rem;
}

.content-details ul li.warning {
    background-image: url('/images/lir.svg');
}

.content-details a {
    color: #377e47;
    text-decoration: underline;
    font-weight: 600;
}
.content-details a:hover {
    color: #3a3a3a;
}
.content-details a:active {
    color: #3a3a3a;
    text-decoration: underline;
}

.amagdic-picture-links {
    margin-top: -14rem;
}

.amagdic-picture-links article {
    color: #fff;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.amagdic-picture-links article a {
    display: block;
    background: #4da4e0;
    color: #fff;
    position: relative;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.25);
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}
.amagdic-picture-links article:nth-child(2n+0) a {
    background: #61c332;
}
.amagdic-picture-links article:nth-child(3n+0) a {
    background: #f35e19;
}
.amagdic-picture-links article a .amagdic-picture-links-img {
    display: block;
    visibility: visible;
    z-index: 1;
    opacity: 1;
}
.amagdic-picture-links article a .amagdic-picture-links-text {
    display: block;
    visibility: visible;
    position: absolute;
    top: 1rem;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    z-index: 2;
}
.amagdic-picture-links article a .amagdic-picture-links-text h3 {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 3em;
    text-transform: uppercase;
}
.amagdic-picture-links article a .amagdic-picture-links-text h3::after {
    content: '';
    width: 2rem;
    border-radius: 0.25rem;
    border-bottom: 4px solid #203f70;
    margin: 1rem auto 2rem 0;
    height: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}
.amagdic-picture-links article:nth-child(2n+0) a .amagdic-picture-links-text h3::after {
    border-bottom: 4px solid #377e47;
}
.amagdic-picture-links article:nth-child(3n+0) a .amagdic-picture-links-text h3::after {
    border-bottom: 4px solid #dd2b1b;
}
.amagdic-picture-links article a:hover .amagdic-picture-links-text h3::after {
    border-bottom: 4px solid #fff;
}
.amagdic-picture-links article a .amagdic-picture-links-text p {
    display: none;
    color: #fff;
    font-size: 1em;
    line-height: 1.35;
}
.amagdic-picture-links article a:hover .amagdic-picture-links-img {
    /*visibility: hidden;*/
    opacity: 0.1;
   -webkit-transition: .3s ease-in-out;
           transition: .3s ease-in-out;
}
.amagdic-picture-links article a:hover .amagdic-picture-links-text h3 {
    display: block;
}
.amagdic-picture-links article a:hover .amagdic-picture-links-text p {
    display: block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .amagdic-picture-links article a .amagdic-picture-links-text {
        top: 0.75rem;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
    }
    .amagdic-picture-links article a .amagdic-picture-links-text h3 {
        font-size: 2em;
    }
    .amagdic-picture-links article a .amagdic-picture-links-text p {
        font-size: 1em;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .amagdic-picture-links article a .amagdic-picture-links-text {
        top: 1.25rem;
        bottom: 1.5rem;
        left: 1.5rem;
        right: 1.5rem;
    }
    .amagdic-picture-links article a .amagdic-picture-links-text h3 {
        font-size: 1.75em;
    }
    .amagdic-picture-links article a .amagdic-picture-links-text p {
        font-size: 1em;
    }
}




.amagdic-info-card {
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    background: #f7ebda;
    position: relative;
    color: #3a3a3a;
}

.amagdic-info-card::before,
.amagdic-info-card::after {
    background: #f7ebda;
    content: "";
    width: 50vw;
    left: -50vw;
    height: 100%;
    top: 0;
    position: absolute;
    overflow: hidden;
}
.amagdic-info-card::after {
    right: -50vw;
    left: auto;
}

.amagdic-article-card {
    color: #3a3a3a;
    background: #fffff3;
    height: 100%;
    padding: 0 0 2rem 0 !important;
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.25);
}
.amagdic-article-card:hover {
    background: #fff;
    color: #3a3a3a;
}

.amagdic-article-card.amagdic-article-card-book-now {
    padding: 0 0 5rem 0 !important;
}

.amagdic-article-card div {
    overflow: hidden;
}

.amagdic-article-card h3,
.amagdic-article-card p {
    color: #3a3a3a;
    margin: 0;
    padding: 0 1rem;
    hyphens: auto;
}

.amagdic-article-card h3 a {
    color: #3a3a3a;
}

.amagdic-article-card h3 {
    padding: 1.5rem 1rem 0.5rem 1rem !important;
    font-size: 1.75em !important;
    line-height: 1.3;
    font-weight: 700 !important;
}

.amagdic-article-card p {
    padding: 0.5rem 1rem 2rem 1rem !important;
    font-size: 0.875em !important;
    font-weight: 400 !important;
}

.amagdic-article-card h4 {
    padding: 0.5rem 1rem 0 1rem !important;
    font-size: 0.875em !important;
    line-height: 1.3;
    text-align: right;
    font-weight: 400;
    border: 0;
}

.slick-slide .amagdic-article-card {
    background: #FFFFFF;
}
.slick-slide .amagdic-article-card h3 {
    font-size: 1.5em  !important;
    padding: 1rem 1rem 0.5rem 1rem !important;
    margin: 0;
}
.slick-slide .amagdic-article-card p {
    padding: 0.5rem 1rem 0rem 1rem !important;
}

article.column {
    margin-bottom: 1rem;
}
article.column h4 {
    font-size: 1em;
    line-height: 1;
    font-style: normal;
    color: #000;
    text-align: right;
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0 0 0.25em 0;
    text-transform: uppercase;
}
article.column h4 a {
    color: #61c332;
}
article.column h4 a:hover {
    color: #3a3a3a;
}
article.column h3 {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300;
    padding-top: 0.25em;
}
article.column p {
    font-size: 0.75em;
    margin: 0 0 0 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .content-details p,
    .content-details li {
        line-height: 1.5;
        font-size: 1.125em;
    }

    article.column h3 {
        font-size: 1.125em;
    }
    article.column p {
        font-size: 0.75em;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .content-details p,
    .content-details li {
        line-height: 1.5;
        font-size: 1.25em;
    }

    article.column h3 {
        font-size: 1.25em;
    }
    article.column p {
        font-size: 0.75em;
    }
}
/* Large and up */
@media screen and (min-width: 64em) {
    .content-details p,
    .content-details li {
        line-height: 1.5;
        font-size: 1.25em;
    }

    article.column {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

.date-time {
    text-align: center;
    color: #61c332;
    text-transform: uppercase;
    font-size: 0.75em;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.visible {
    visibility: visible;
}
.hidden {
    visibility: hidden;
}

.amagdic-uppercase {
    text-transform: uppercase;
}

.amagdic-bg-image {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 28em;
    max-height: 100em;
}

.amagdic-submenu {
    margin: 2rem auto;
}

.amagdic-margin-top {
    margin-top: 2rem !important;
}
.amagdic-margin-right {
    margin-right: 2rem !important;
}
.amagdic-margin-bottom {
    margin-bottom: 2rem !important;
}
.amagdic-margin-left {
    margin-left: 2rem !important;
}

.amagdic-padding-top {
    padding-top: 2rem !important;
}
.amagdic-padding-right {
    padding-right: 2rem !important;
}
.amagdic-padding-bottom {
    padding-bottom: 2rem !important;
}
.amagdic-padding-left {
    padding-left: 2rem !important;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .amagdic-bg-image {
        min-height: 15em;
    }

    .amagdic-margin-top-small {
        margin-top: 2rem !important;
    }
    .amagdic-margin-right-small {
        margin-right: 2rem !important;
    }
    .amagdic-margin-bottom-small {
        margin-bottom: 2rem !important;
    }
    .amagdic-margin-left-small {
        margin-left: 2rem !important;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .amagdic-bg-image {
        min-height: 15em;
    }

    .amagdic-margin-top-medium {
        margin-top: 2rem !important;
    }
    .amagdic-margin-right-medium {
        margin-right: 2rem !important;
    }
    .amagdic-margin-bottom-medium {
        margin-bottom: 2rem !important;
    }
    .amagdic-margin-left-medium {
        margin-left: 2rem !important;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .amagdic-margin-top-large {
        margin-top: 2rem;
    }
    .amagdic-margin-right-large {
        margin-right: 2rem !important;
    }
    .amagdic-margin-bottom-large {
        margin-bottom: 2rem !important;
    }
    .amagdic-margin-left-large {
        margin-left: 2rem !important;
    }
}

.reveal h2 {
    position: relative;
    margin: -1rem -1rem 1em -1rem !important;
    background-color: #377e47;
    color: #FFFFFF;
    padding: 0.75em 1.25em;
    font-size: 1.375em;
    text-transform: uppercase;
}

/* google maps fix */
img,
object,
embed {
    max-width: 100%;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid #e6e6e6;
}
.fieldset .fieldset {
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid #e6e6e6;
}
.fieldset legend {
    line-height: 1;
    color: #333333;
    font-weight: 700;
    font-size: 1.125em;
    background: #f2f2f2;
    padding: 0.25em 0.5em;
    border: 0.0625rem solid #e6e6e6;
    border-radius: 0.25em;
}
.fieldset .fieldset legend {
    font-weight: 700;
    font-size: 1em;
    color: #555555;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    .fieldset legend {
        font-size: 1em;
    }
}

nav.float-icons {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    border-radius: 0.5rem;
    padding: 0.125rem 0.25rem;
}

.amagdic-callout {
    margin-top: 1rem;
    border: 0;
    background-color: #fffff3;
    color: #3a3a3a;
    border-radius: 0.25rem;
    font-size: 1em;
}
.amagdic-callout p {
    border: 0;
    margin: 0;
    padding: 1rem;
    font-size: 0.875em;
}
.amagdic-callout p+p {
    padding: 0 1rem 1rem 1rem;
    margin-top: -0.5rem;
}
.amagdic-callout .amagdic-icon-block {
    background: #ffe066;
    color: #fab005;
    padding: 0.75rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    font-size: 1.5em;
}
.amagdic-callout .amagdic-text-block {
    color: #333;
}
.amagdic-callout.alert {
    color: #333;
    background: #ffe4e1;
}
.amagdic-callout.alert .amagdic-icon-block {
    background: #fcb0b0;
    color: #990000;
}
.amagdic-callout.info {
    color: #333;
    background: #e7f5ff;
}
.amagdic-callout.info .amagdic-icon-block {
    background: #74c0fc;
    color: #228be6;
}

/* AMagdic Title image & content */

.orbit {

}

.orbit-caption {
    top: 0;
    bottom: 5rem;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0.5rem 1rem;
    margin: 0;
    border: 0;
    text-align: right;
    line-height: 1;
    color: #3a3a3a;
    font-size: 4em;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
-ms-flex-pack:end;
justify-content:flex-end;
 -ms-flex-align:end;
    align-items:flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
    /*text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);*/

    text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0.5em rgba(255, 255, 255, 0.5);
    font-family: "Saira Extra Condensed", sans-serif;
    z-index: 11;
    pointer-events: none;
}

.orbit-caption small {
    color: #3a3a3a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.5em;
    font-style: normal;
    font-family: Roboto, sans-serif;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .orbit-caption {
        right: 0.5rem;
        font-size: 1.5em;
        bottom: 1.5rem;
    }
    .orbit-caption small {
        font-weight: 400;
        font-size: 0.75rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .orbit-caption {
        right: 0rem;
        font-size: 2em;
        bottom: 3rem;
    }
}

.orbit-bullets {
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  overflow: hidden;
  width: 100%;
}
  .orbit-bullets button {
    width: 1rem;
    height: 1rem;
    margin: 0.25rem 0.25rem 0 0.25rem;
    border-radius: 50%;
    border: 2px solid #f35e19;
    background-color: #f35e19;
    cursor: pointer; }
    .orbit-bullets button:hover {
      background-color: #61c332; }
    .orbit-bullets button.is-active {
      color: #61c332;
      border: 2px solid #61c332;
      background-color: #61c332; }

/* Small only */
@media screen and (max-width: 39.9375em) {
    .orbit-bullets {
        bottom: -1.5rem;
        left: 0.5rem;
    }
    .orbit-bullets button {
        width: 0.75rem;
        height: 0.75rem;
        margin: 0.25rem 0.25rem 0 0;
    }
}

.amagdic-picture-links article:nth-child(2n+0) a {
    background: #61c332;
}
.amagdic-picture-links article:nth-child(3n+0) a {
    background: #f35e19;
}

@-webkit-keyframes amagdic-bg-image-scroller {
    0% { background-position: center top; }
    25% { background-position: center center; }
    35% { background-position: center center; }
    65% { background-position: center bottom; }
    100% { background-position: center top; }
}
@keyframes amagdic-bg-image-scroller {
    0% { background-position: center top; }
    25% { background-position: center center; }
    35% { background-position: center center; }
    65% { background-position: center bottom; }
    100% { background-position: center top; }
}

.amagdic-title-image {
    margin-top: -1rem;
    margin-bottom: 1rem;
    padding: 0;
    height: 40vw;
    max-height: 40vh;
    min-height: 25rem;
    font-size: 1em;
    background-color: #61c332;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    color: #FFFFFF;
    display: block;
    position: relative;
    -webkit-animation: amagdic-bg-image-scroller 10s infinite;
    animation: amagdic-bg-image-scroller 10s infinite;
}
.amagdic-title-image h1 {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 3em;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.amagdic-title-image p {
    margin: 0;
    padding: 0;
    font-size: 3.5em;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 1.5;
    font-style: italic;
}

.amagdic-title-overlay {
    height: 100%;
    max-width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}

.amagdic-title-overlay .row {
    width: 100%;
}

.amagdic-title-divider {
    width:120%;
    position:absolute;
    bottom:-1rem;
    left:-10%;
    right:0;
    margin: 0;
    border: 0;
    padding: 0;
    overflow:hidden;
    background: transparent;
    pointer-events: none;
}

/* Large and up */
@media screen and (min-width: 75em) {
    .amagdic-title-image {
        height: 35vw;
        max-height: 40vh;
    }
    .amagdic-title-image h1 {
        font-size: 2.5em;
    }
    .amagdic-title-image p {
        font-size: 3em;
        font-weight: 200;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .amagdic-title-image {
        height: 35vw;
        max-height: 35vh;
        min-height: 20rem;
    }
    .amagdic-title-image h1 {
        font-size: 2em;
    }
    .amagdic-title-image p {
        font-size: 2.5em;
    }
    .amagdic-title-divider {
        width:180%;
        left:-40%;
        right:-40%;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .amagdic-title-image {
        height: 40vw;
        max-height: 40vh;
        min-height: 15rem;
        background-size: cover;
        background-attachment: scroll;
    }
    .amagdic-title-image h1 {
        font-size: 1.75em;
    }
    .amagdic-title-image p {
        font-size: 2em;
    }
    .amagdic-title-divider {
        width:200%;
        left:-50%;
        right:-50%;
    }
}

.ck-toolbar .ck-button {
    color: #000 !important;
}


#system-messages {
    margin: 0;
    padding: 0;
    position: fixed;
    width: auto;
    top: 4rem;
    left: 1rem;
    right: 1rem;
    z-index: 2000;
    height: 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #system-messages {
        top: 3rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #system-messages {
        top: 4rem;
    }
}

div#info-message,
div#error-message {
    margin: 0 0 1rem 0;
    border:0;
    border-radius: 0;
    padding: 0;
    position: relative;
    box-shadow:0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
}
div#info-message p,
div#error-message p {
    margin-bottom:0;
    margin-right: 0;
    padding: 1.5rem 1rem;
}
div#info-message.callout.success {
    background-color: #5da423;
    color: #FFFFFF;
}
div#error-message.callout.alert {
    background-color: #c60f13;
    color: #FFFFFF;
}

table.amagdic-admin-table {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
table.amagdic-admin-table th,
table.amagdic-admin-table td {
    line-height: 1.125em;
}

.circle-wrap {
  margin: 2rem auto;
  width: 150px;
  height: 150px;
  background: #f7ebda;
  border-radius: 50%;
  border: 1px solid #3a3a3a;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .inside-circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: #f7ebda;
  line-height: 120px;
  text-align: center;
  margin-top: 14px;
  margin-left: 14px;
  color: #3a3a3a;
  position: absolute;
  z-index: 5;
  font-weight: 700;
  font-size: 2em;
}

/* color animation */

/* 3rd progress bar */
.mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #3a3a3a;
}

.mask.full,
.circle .fill {
  /*animation: fill ease-in-out 3s;*/
  transform: rotate(0deg);
}

@keyframes fill{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


/* fullcalendar */
.fc{font-size:.9375em}
.fc table {margin:0;}
.fc tbody tr:nth-child(even){background-color:transparent}
.fc th {font-weight: inherit;}

div.amagdic-button-submit {
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
}
div.reveal div.amagdic-button-submit {
    margin-top: 1rem;
    padding-top: 0;
    border-top: 0;
}

.amagdic-button-submit button,
.amagdic-button-submit .button {
    margin-bottom: 0.5rem;
}

ul.document-bullet {
    margin-left: 0;
    list-style: none;
    position: relative;
    padding-left: 2em;
}
ul.document-bullet li {
    position: relative;
    text-align: left;
    font-size: 1.125em;
}
ul.document-bullet li:before {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #3a3a3a;
    content: "\f15c";
    margin-right: 0.5rem;
    position: absolute;
    left: -1.5em;
    top: 0;
}

/* masonry */
.amagdic-masonry {
    margin: 2rem 0 0 0;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    position: relative;
}
.amagdic-masonry a.amagdic-masonry-item {
    background-color: #f7ebda;
    display: inline-block;
    margin: 0 0 1rem;
    width: 100%;
    transition: .8s opacity;
    position: relative;
}
.amagdic-masonry:hover a.amagdic-masonry-item {
    opacity: 0.6;
}
.amagdic-masonry:hover a.amagdic-masonry-item:hover {
    opacity: 1;
    -webkit-transform: scale(1.10, 1.10);
        -ms-transform: scale(1.10, 1.10);
            transform: scale(1.10, 1.10);
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.6);
}
.amagdic-masonry img {
    width: 100%;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .amagdic-masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .amagdic-masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/* colors */
.blue {
    color: #000099;
}
.black {
    color: #000;
}
.gray {
    color: #777777;
}
.green {
    color: #009900;
}
.red {
    color: #990000;
}
.white {
    color: #FFFFFF;
}
.yellow {
    color: #f4b73a;
}
.purple {
    color: #9279b1;
}

a.white {
    color: #FFFFFF;
}
a.white:hover {
    color: #eee;
}

.bg-documents {
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    background: #f7ebda;
    position: relative;
    color: #3a3a3a;
    border: 0;
}
.bg-documents::before,
.bg-documents::after {
    background: #f7ebda;
    content: "";
    width: 50vw;
    left: -50vw;
    height: 100%;
    top: 0;
    position: absolute;
    overflow: hidden;
}
.bg-documents::after {
    right: -50vw;
    left: auto;
}

.bg-related {
    margin: 3rem 0 -2rem 0;
    background: #3a3a3a;
    padding: 2rem 0 1rem 0;
}
.bg-related article p {
    padding: 0;
    margin: 0 0 0.25rem 0;
}
.bg-related article h3 {
    padding: 0;
    margin: 0 0 1rem 0;
    font-size: 1em;
    font-weight: 300;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .bg-related article h3 {
        font-size: 0.875em;
    }
}

.bg-white {
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    background: #ffffff;
    position: relative;
    color: #3a3a3a;
    border: 0;
}

.bg-group-header {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    background: transparent;
    position: relative;
    color: #3a3a3a;
    border: 0;
}

.amagdic-icon {
    display: block;
    margin: 0;
    padding: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
}
.amagdic-icon img {
    width: 65%;
    min-width: 3rem;
    max-width: 4rem;
    padding-bottom: 0.5rem;
}
.amagdic-icon strong {
    font-size: 3em;
    display: inline-block;
    padding-bottom: 0.5em;
}
.amagdic-icon span {
    font-size: 0.75em;
    line-height: 1em;
    padding-top: 1em;
    display: block;
}
a.amagdic-icon:hover span {
    font-size: 0.75em;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .amagdic-icon img {
        width: 90%;
    }
    .amagdic-icon strong {
        font-size: 2em;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .amagdic-icon img {
        width: 80%;
    }
    .amagdic-icon strong {
        font-size: 2.5em;
    }
}


/* animations */
.amagdic-zoom i,
.amagdic-zoom img,
.amagdic-zoom span {
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}
.amagdic-zoom:hover i,
.amagdic-zoom:hover span {
    -webkit-transform: scale(1.25, 1.25) !important;
        -ms-transform: scale(1.25, 1.25) !important;
            transform: scale(1.25, 1.25) !important;
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}
.amagdic-zoom:hover img {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.amagdic-zoom:active i,
.amagdic-zoom:active img,
.amagdic-zoom:active span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}

.amagdic-banner-hover img {
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}
.amagdic-banner-hover img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.amagdic-banner-hover:hover > img {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.memory-collage {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.memory-collage a {
    display: block;
}

.memory-collage:hover a {
    display: block;
}


button i,
button span,
.button i,
.button span,
.callout i,
.callout span,
th i,
th span,
td i,
td span {
    vertical-align: middle !important;
}

table th,
table td {
    font-size: 0.875em;
}

@media screen and (min-width: 40em) {
    table th,
    table td {
        font-size: 1em;
    }
}

/* Foundation */

audio + .help-text {
    margin-top: 0.25rem;
}

p + .help-text {
    margin-top: -0.75rem;
}

.help-text {
    line-height: 1.25;
    font-style: normal;
}

.has-tip {
    border-bottom: none;
    font-weight: normal;
}

.lead {
    font-weight: 300;
    line-height: 1.5;
    font-size: 1.5em !important;
    font-style: italic;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .lead {
        font-weight: 300;
        font-size: 1.125em !important;
    }
}

.off-canvas-content {
    background-color: #f2f2f2;
    min-height: 100vh !important;
}
.off-canvas {
    height: 100%;
    min-height: 100%;
    background-color: #f7ebda;
    bottom: 0;
    font-size: 1em;
}
.off-canvas h5 {
    padding: 0.75rem 1rem;
    margin: 0;
    color: #ffffff;
    background-color: #377e47;
    font-size: 1.125em;
}
.off-canvas ul.menu li a {
    padding: 0.5rem 0.75rem;
    background-color: #f7ebda !important;
    color: #3a3a3a !important;
    font-family: "Saira Extra Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.off-canvas .menu li a:hover {
    background-color: #3a3a3a !important;
    color: #f7ebda !important;
}
.off-canvas ul.menu li a i {
    color: #3a3a3a !important;
}
.off-canvas .menu li a:hover i {
    color: #f7ebda !important;
    -webkit-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}

.close-button {
    color: #3a3a3a !important;
    margin-top: -0.125em;
}

.reveal .close-button,
.off-canvas .close-button,
div#info-message .close-button,
div#error-message .close-button {
    color: #f7ebda !important;
}

.off-canvas .close-button:hover {
    color: #f7ebda !important;
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}

.close-button:hover {
    -webkit-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}


.accordion-title {
    font-size: 1.25em;
}

button,
.button:not(.hollow) {
    text-transform: uppercase;
    color: #fff !important;
}

button,
.button {
    font-weight: 700;
    text-decoration: none !important;
}

.callout {
    border: 0;
    background-color: #f7ebda;
    box-shadow: 0.125rem 0.125rem .75rem rgba(0,0,0,0.25);
    border-radius: 0.5rem;
}

.callout span {
    vertical-align: middle;
}

.callout.alert {
    color: #990000;
}

.form-error {
    margin-top: -1rem;
    color: #990000;
    font-size: 0.75em;
    font-weight: 400;
    padding: 0.125em 0;
    font-style: italic;
}
.is-invalid-label {
    color: #990000;
}

.input-group-label {
    background: #e6e6e6;
}

.is-invalid-label .input-group-label {
    color: #FFFFFF;
    background: #990000;
    border-color: #990000;
}

.is-invalid-label .fa,
.is-invalid-label .fab,
.is-invalid-label .fal,
.is-invalid-label .far,
.is-invalid-label .fas {
    color: #FFFFFF;
}

select option:disabled {
    color: #ccc;
    text-decoration: line-through;
}

select#group_filter_owner {
    border: 0;
    height: auto;
    padding: 0.125em 0.25em;
    margin: 0;
}

.breadcrumbs-group {
    margin-top: 0.5rem !important;
}

.breadcrumbs {
    margin-top: 0.5rem;
    color: #3a3a3a;
    vertical-align: middle;
    font-family: "Saira Extra Condensed", sans-serif;
}
.breadcrumbs li {
    font-size: 1em;
}
.breadcrumbs li:not(:last-child)::after {
    color: #3a3a3a;
    font-family: 'Font Awesome 5 Regular';
    font-size: 1em;
    content: "\f105";
    vertical-align: top;
}
.breadcrumbs a {
    color: #3a3a3a;
}
.breadcrumbs a:hover {
    color: #3a3a3a;
    text-decoration: underline;
}
.breadcrumbs a:active {
    color: #3a3a3a;
}


/* datepicker */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  .datepicker table {
    border: 0;
    margin: 0;
    width: auto; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #FFFFFF;
    cursor: pointer; }
    .datepicker td.active.day, .datepicker td.active.year {
      background: #61c332; }
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    .datepicker td span.active {
      background: #61c332; }
    .datepicker td.day.disabled {
      color: #eee; }
    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
      color: #eee; }
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #FFFFFF;
    cursor: pointer; }
    .datepicker th.active.day, .datepicker th.active.year {
      background: #61c332; }
    .datepicker th.date-switch {
      width: 145px; }
    .datepicker th span.active {
      background: #61c332; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }


/* Select2 plugin */
.input-group-field .select2-container {
  margin: 0 !important;
}
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0 0 1rem 0;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
  width: 100%;
  min-width: 100%;}
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 1em;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #FFFFFF;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }


/*
    slick.css
*/
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:"Font Awesome 5 Regular";font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-hidden{visibility:hidden}.slick-initialized{visibility:visible}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;width:100%}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px;opacity:1}.slick-active,.slick-current{opacity:1}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-loading .slick-list{background:url(/images/loader.svg) center center no-repeat #fff}.slick-next,.slick-prev{font-size:0;line-height:0;top:0;width:2rem;height:100%;cursor:pointer;color:transparent;border:none;outline:0;z-index:1;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:rgba(0,0,0,.1)}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:2rem;line-height:1;opacity:.75;color:#eee;margin:0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1;color:#FFFFFF;font-size:4rem}@media screen and (min-width:40em) and (max-width:63.9375em){.slick-next:before,.slick-prev:before{font-size:1.75rem}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{font-size:3rem}}@media screen and (max-width:39.9375em){.slick-next:before,.slick-prev:before{font-size:1.5rem}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{font-size:2rem}}.slick-prev{left:0}.slick-prev:before{content:"\f104"}.slick-next{right:0}.slick-next:before{content:"\f105"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'\f111';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-carousel{margin:-1rem 0 2rem;padding:0;width:100%;position:relative}@media screen and (min-width:40em) and (max-width:63.9375em){.slick-carousel{margin:-1rem 0 2rem;padding:0}}@media screen and (max-width:39.9375em){.slick-carousel{margin:-1rem 0 2rem;padding:0}}

.slick-align-left .slick-track{margin-left:0;margin-right:0}


.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}


/* AMagdic invert colors */

body.amagdic_invert_colors,
body.amagdic_invert_colors *,
body.amagdic_invert_colors main,
body.amagdic_invert_colors main * {
    color: #fff !important;
    background: #000 !important;
}

body.amagdic_invert_colors a {
    background-color: #0000 !important;
    color: #fff !important;
}

body.amagdic_invert_colors h1,
body.amagdic_invert_colors h2,
body.amagdic_invert_colors h3,
body.amagdic_invert_colors h4,
body.amagdic_invert_colors h5,
body.amagdic_invert_colors h6, {
    color: #fff !important;
}

body.amagdic_invert_colors header,
body.amagdic_invert_colors header * {
    color: #fff !important;
    background: #111 !important;
}
body.amagdic_invert_colors #header {
    border-top-color: #222 !important;
}

body.amagdic_invert_colors footer,
body.amagdic_invert_colors footer * {
    color: #fff !important;
    background: #111 !important;
}

body.amagdic_invert_colors .amagdic-links-menu::before,
body.amagdic_invert_colors .amagdic-links-menu::after {
    background: #000;
}

body.amagdic_invert_colors .title-line-left::before {
    border-bottom-color: #aaaaaa;
}

body.amagdic_invert_colors .bg-title,
body.amagdic_invert_colors .bg-title:hover {
    color: #000 !important;
    background-color: #fff !important;
}

body.amagdic_invert_colors h2.bg-title {
    color: #000 !important;
    background-color: #fff !important;
}

body.amagdic_invert_colors .bg-related,
body.amagdic_invert_colors .bg-related * {
    background-color: #222 !important;
}

body.amagdic_invert_colors .bg-info {
    border-top: 4px solid #000;
}

body.amagdic_invert_colors .orbit-caption,
body.amagdic_invert_colors .orbit-caption small {
    background: transparent !important;
    color: #fff !important;
}

body.amagdic_invert_colors .orbit-bullets {
    background-color: transparent !important;
}
body.amagdic_invert_colors .orbit-bullets button:hover {
    background-color: #000 !important;
}
body.amagdic_invert_colors .orbit-bullets button.is-active {
    background-color: #FFFFFF !important;
}

body.amagdic_invert_colors .amagdic-title-divider {
    background-color: #000 !important;
    height: 2rem;
}
body.amagdic_invert_colors .amagdic-title-divider img {
    display: none;
}

body.amagdic_invert_colors main a:not(.button),
body.amagdic_invert_colors a:hover {
    text-decoration: underline !important;
}

body.amagdic_invert_colors button,
body.amagdic_invert_colors button *,
body.amagdic_invert_colors .button,
body.amagdic_invert_colors .button *,
body.amagdic_invert_colors a.button,
body.amagdic_invert_colors a.button * {
    background-color: #222 !important;
    color: #fff !important;
    border-color: #fff !important;
    text-decoration: none !important;
}

body.amagdic_invert_colors table tbody tr:nth-child(even),
body.amagdic_invert_colors table tbody tr:nth-child(even) *,
body.amagdic_invert_colors table.hover:not(.unstriped) tr:nth-of-type(even):hover,
body.amagdic_invert_colors table.hover:not(.unstriped) tr:nth-of-type(even):hover *{
    background-color:#222 !important
}
body.amagdic_invert_colors table.hover thead tr:hover,
body.amagdic_invert_colors table.hover thead tr:hover *,
body.amagdic_invert_colors table.hover tbody tr:hover,
body.amagdic_invert_colors table.hover tbody tr:hover *,
body.amagdic_invert_colors table.hover tfoot tr:hover,
body.amagdic_invert_colors table.hover tfoot tr:hover *
{
    background-color:#111 !important
}
body.amagdic_invert_colors .amagdic-icon,
body.amagdic_invert_colors .amagdic-icon span {
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
}
body.amagdic_invert_colors .float-icons * {
    background-color: #222 !important;
    color: #fff !important;
}

body.amagdic_invert_colors .reveal h2,
body.amagdic_invert_colors .off-canvas h5,
body.amagdic_invert_colors .off-canvas .close-button,
body.amagdic_invert_colors .off-canvas .close-button * {
    color: #fff !important;
    background-color: #222 !important;
}
body.amagdic_invert_colors .reveal .close-button,
body.amagdic_invert_colors .reveal .close-button * {
    background: transparent !important;
    color: #fff !important;
}

body.amagdic_invert_colors .off-canvas ul.menu li a {
    background-color: #000 !important;
    color: #fff !important;
}
body.amagdic_invert_colors .off-canvas .menu li a:hover,
body.amagdic_invert_colors .off-canvas .menu li a:hover * {
    background-color: #222 !important;
    color: #fff !important;
    text-decoration: none !important;
}
body.amagdic_invert_colors .off-canvas ul.menu li a i {
    color: #fff !important;
}
body.amagdic_invert_colors .off-canvas-content {
    background-color: #111 !important;
}

body.amagdic_invert_colors .bg-documents,
body.amagdic_invert_colors .bg-documents *,
body.amagdic_invert_colors .bg-documents::before,
body.amagdic_invert_colors .bg-documents::after {
    background: #222 !important;
}

body.amagdic_invert_colors .amagdic-links-menu,
body.amagdic_invert_colors .amagdic-links-menu *,
body.amagdic_invert_colors .amagdic-links-menu::before,
body.amagdic_invert_colors .amagdic-links-menu::after {
    background: #222 !important;
}

body.amagdic_invert_colors div#info-message.callout.success,
body.amagdic_invert_colors div#info-message.callout.success * {
    background-color: #5da423 !important;
    color: #fff !important;
}
body.amagdic_invert_colors div#error-message.callout.alert,
body.amagdic_invert_colors div#error-message.callout.alert {
    background-color: #c60f13 !important;
    color: #fff !important;
}

/* dyslexic */
body.amagdic_open_dyslexic:not(.fa):not(.fas):not(.far):not(.fal):not(.fab),
body.amagdic_open_dyslexic *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab),
body.amagdic_open_dyslexic main:not(.fa):not(.fas):not(.far):not(.fal):not(.fab),
body.amagdic_open_dyslexic main *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
    font-family: 'OpenDyslexic', sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 1.75;
}