@charset 'UTF-8';

html,
body {
    height: auto;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #3b393a;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    font-size: 1.5rem;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-weight: 400;
}
h2 {
    font-size: 1.1875rem;
    margin-bottom: 0.25em;
    font-weight: 400;
}
h3 {
    font-size: 1.125rem;
    margin-bottom: 0.125em;
    font-weight: 400;
}
h4 {
    font-size: 1.0625rem;
    margin-bottom: 0.125em;
    font-weight: 500;
}
h5 {
    font-size: 1rem;
    font-weight: 700;
}
h6 {
    font-size: 1rem;
    font-weight: 700;
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.725rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1.125rem;
    }
}


.heading-article {
    margin-top: -0.75rem;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
}

header {
    background-color: #0f1f2d;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 0.875rem;
    position: relative;
}

#header {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: none;
    z-index: 12;
    border-top: 0.5rem solid #a5d028;
}

#header .amagdic-menu-icon {
    margin: 0;
    padding: 0;
}
#header .amagdic-menu-icon a {
    color: #ffffff;
    font-size: 1.25em !important;
    font-weight: 400 !important;
    padding: 0 0.25em;
    margin: 0 0.25em;
}
#header .amagdic-menu-icon a:hover {
    color: #ffffff;
}


#header .menu a {
    color: #ffffff;
    border-bottom: 2px solid transparent;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875em;
}
#header .menu a:hover span {
    color: #ffffff;
    border-bottom: 2px solid #a5d028;
}
#header .menu a:active {
    color: #ffffff;
    border-bottom: 2px solid transparent;
}

#header .top-bar,
#header .menu {
    background-color: #0f1f2d;
    color: #ffffff;
    border: 0;}

#header .top-bar {
    margin-top: 1rem;
    margin-left: 18rem;
    margin-bottom: 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #header {
        border-top: 0.25rem solid #a5d028;
    }
    #header .top-bar {
        margin-top: 0.5rem;
        margin-left: 0;
    }
    #header .amagdic-menu-icon {
        margin-bottom: 0rem;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #header .top-bar {
        margin-top: 1rem;
        margin-left: 0;
    }
    #header .amagdic-menu-icon {
        margin-bottom: 0rem;
    }
}
#header .menu .menu {
    background-color: #ffffff;
    color: #222222;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
    font-weight: 400;
    width: 20rem;
}
#header .menu .menu li:hover {
    background-color: #ffffff;
    color: #222222;
    border: 0;
}
#header .menu .menu a {
    border-top: 0;
    border-bottom: 0;
    font-weight: 400;
    font-size: 0.875em;
    display: block;
    color: #143d66;
}
#header .menu .menu a:hover span {
    border-top: 0;
    border-bottom: 0;
    color: #000000;
}
#header .menu .menu a:active {
    border-top: 0;
    border-bottom: 2px solid 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 1px 2px rgba(0, 0, 0, 0.6) !important;
}

#header-spacer {
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

#logo {
    position: absolute;
    top: 0.5rem;
    left: 0;
    margin-left: 0;
    width: 18rem;
    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 {
    position: relative;
    width: 60%;
}
#logo:hover {
    -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;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #logo {
        position: absolute;
        top: 0.5rem;
        left: 40%;
        width: 9rem;
        margin-left: -4.5rem;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #logo {
        position: absolute;
        top: 0.75rem;
        left: 50%;
        width: 10rem;
        margin-left: -5rem;
    }
}

#membership-box {
    font-size: 0.75rem;
    text-align:right;
    background: #f1f1f1;
    margin: -1rem 0 1rem 0;
    padding: 0.125rem 0.5rem;
}

main {
    background-color: #fff;
    min-height: 60vh;
    margin: 0;
    padding: 1rem 0 2rem 0;
    overflow-x: hidden;
    position: relative;
    display: block;
}

footer {
    border-top: 0.5rem solid #a5d028;
    margin: 0;
    padding: 2em 0 0 0;
    color: #fafafa;
    background: #0f1f2d;
    font-size: 0.875rem;
}
footer h4 {
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
}
footer a {
    color: #fafafa;
}
footer a:hover {
    color: #ffffff;
}

footer .copyright {
    color: #fafafa;
    background-color: #0f1f2d;
    padding: 2em 1em 4em 1em;
    margin-top: 2em;
}
footer .copyright p {
    font-size: 0.875em;
    color: #fafafa;
}
footer .copyright a {
    color: #fafafa;
}
footer .copyright a:hover {
    color: #ffffff;
}
footer small {
    font-size: 0.875em;
}
footer .version {
    color: #ccc;
}

#cookies {
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    padding: 1em;
}
#cookies p {
    color: #ccc;
    font-size: 0.75em;
    margin-bottom: 0;
}
#cookies a {
    color: #ccc;
}
#cookies a:hover {
    color: #fff;
}

#call-to-action {
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0px;
    background-color: #fbfbfb;
    z-index: 10001;
    padding: 0;
}
#call-to-action-title {
    background-color: #a5d028;
    color: #fff;
    font-size: 1.25rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
    font-weight: 500;
    position: relative;
    display: block;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,.1);
}
#call-to-action-title::before {
    content: '\f077';
    width: 4rem;
    height: 1.5rem;
    background-color: #a5d028;
    color: #fff;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    margin-left: -2rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    text-align: center;
    font-family: 'Font Awesome 5 Regular';
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,.1);
}

#call-to-action-container {
    display: none;
    color: #000000;
    font-size: 0.875rem;
    padding: 1.5rem;
    max-height: 70vh;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    #call-to-action-title {
        font-size: 1rem;
        padding: 0.5rem  1rem;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #call-to-action-title {
        font-size: 1.125rem;
        padding: 0.75rem  1rem;
    }
}

#search-box {
    background: #143d66;
    color: #fff;
    padding: 1rem;
    border-bottom: 0.25rem solid #a5d028;
}
input#search {
    border: 0;
    box-shadow: none;
    width: 80%;
    font-size: 2rem;
    color: #fff;
    padding: 1rem;
    margin: 0 auto;
    background: #143d66;
    height: auto;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    #search-box {
        padding: 0.25rem;
    }
    input#search {
        width: 100%;
        font-size: 1.25rem;
        padding: 0.5rem;
    }

    #publications-advanced-search {
        display: none;
    }
}
/* 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.5rem;
        padding: 0.75rem;
    }
}

.cke {
    border: 1px solid #dddddd !important;
}

.content-details {
    padding-bottom: 2rem;
}

.content-details h1 {
    text-align: center;
}

.content-details h1::after {
    content: '';
    width: 8rem;
    border-bottom: 1px solid #cccccc;
    margin: 2rem auto 3rem auto;
    height: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}

.content-details h2 {
    margin-top: 1em;
    text-align: center;
}
.content-details h2::after {
    content: '';
    width: 6rem;
    border-bottom: 1px solid #dddddd;
    margin: 1rem auto 2rem auto;
    height: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}

.content-details h3 {
    margin-top: 1em;
    text-align: center;
}
.content-details h3::after {
    content: '';
    width: 4rem;
    border-bottom: 1px solid #eeeeee;
    margin: 0.75rem auto 1rem auto;
    height: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}

.content-details p,
.content-details li {
    line-height: 2;
    font-size: 1.125em;
}

.content-details a {
    color: #143d66;
    text-decoration: underline;
    font-weight: 600;
}
.content-details a:hover {
    color: #222222;
}
.content-details a:active {
    color: #143d66;
    text-decoration: underline;
}

article.column {
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

article.column h4 {
    font-size: 0.875em;
    line-height: 1;
    text-transform: uppercase;
    color: #ccc;
    text-align: right;
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 0 0 0.25em 0;
    border-bottom: 0.25rem solid #143d66;
}
article.column.members-only h4 {
    border-bottom: 0.25rem solid #990000;
}

article.column.members-only h3 {
    opacity: 0.6;
}
article.column.members-only img,
article.column.members-only div.amagdic-zoom {
    opacity: 0.5;
}

article.column h4 a {
    color: #aaa;
}
article.column h4 a:hover {
    color: #143d66;
    text-decoration: underline;
}
article.column h3 {
    font-size: 1.25em;
    line-height: 1.125;
    font-weight: 300;
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
}
article.column p {
    font-size: 0.875em;
    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: 1em;
    }

    article.column h3 {
        font-size: 1.25em;
    }
    article.column p {
        font-size: 0.875em;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .content-details p,
    .content-details li {
        line-height: 1.75;
        font-size: 1.0625em;
    }

    article.column h3 {
        font-size: 1.25em;
    }
    article.column p {
        font-size: 0.875em;
    }
}
/* Large and up */
@media screen and (min-width: 64em) {
    .content-details p,
    .content-details li {
        line-height: 2;
        font-size: 1.125em;
    }
}

.date-time {
    text-align: center;
    color: #999;
    text-transform: uppercase;
    font-size: 0.75em;
    font-family: 'Ubuntu', sans-serif;
}

.visible {
    visibility: visible;
}
.hidden {
    visibility: hidden;
}

.amagdic-shadow {
    box-shadow: 1px 1px 0.25rem rgba(0, 0, 0, 0.5) !important;
}

.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-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;
    }
}

.amagdic-links-menu {
    background: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 0 solid #fff;
    border-top: 4px solid #143d66;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    position: relative;
    margin-top: -1rem;
}
.amagdic-links-menu a {
    background: #ffffff;
    color: #4f5845;
}
.amagdic-links-menu a:hover {
    background: #cccccc;
    color: #4d4745;
}
.amagdic-links-menu a:active {
    background: #ffffff;
    color: #4f5845;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .amagdic-links-menu {
        margin-top: 1rem;
        border-bottom: 0 solid #cccccc;
        border-left: 0 solid #cccccc;
        border-right: 0 solid #cccccc;
        margin-left: -1rem;
        margin-right: -1rem;
    }
}


.amagdic-seal {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 4rem;
    pointer-events: none;
    z-index: 5;
}
.amagdic-seal-center {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 5rem;
    pointer-events: none;
    z-index: 5;
    margin: 0 auto;
}
.amagdic-seal img {
    width: 4rem;
    border: 0;
    pointer-events: none;
}
.amagdic-seal a {
    display: block;
}
.amagdic-seal a img {
    pointer-events: auto;
}
.amagdic-seal-center img {
    width: 5rem;
}
.amagdic-seal a:hover img {
    border: 0;
    transform:scale(1.2);
    -ms-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    display: block;
    pointer-events: auto;
}
@media only screen and (max-width: 40em) {
    .amagdic-seal,
    .amagdic-seal img {
        width: 2rem;
    }
    .amagdic-seal-center,
    .amagdic-seal-center img {
        width: 4rem;
    }
}
@media only screen and (max-width: 64em) {
    .amagdic-seal,
    .amagdic-seal img {
        width: 3rem;
    }
    .amagdic-seal-center,
    .amagdic-seal-center img {
        width: 4rem;
    }
}



.reveal h2 {
    position: relative;
    margin: -1rem -1rem 1em -1rem !important;
    background-color: #121212;
    color: #fff;
    padding: 0.25em 1em;
    font-size: 1.5em;
}

/* google maps fix */
img,
object,
embed {
    max-width: 100%;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 0.5rem 1rem;
}

nav.float-icons {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    border-radius: 0.5rem;
    padding: 0.125rem 0.25rem;
    z-index: 6;
}

nav.float-icons a .fa-stack .fa-circle {
    color: #a5d028;
}
nav.float-icons a .fa-stack .fa-inverse {
    color: #fff;
}

/* AMagdic Title image & content */


.orbit-caption {
    bottom: 3rem;
    left: 4rem;
    max-width: 75rem !important;
    width: 85%;
    background: transparent;
    padding: 2rem;
    margin: 0;
    border: 0;
    text-align: left;
    line-height: 1;
    color: #fff;
    font-size: 4em;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.orbit-caption small {
    color: #fff;
    font-size: 0.5em;
    font-weight: 300;
    line-height: 1;
    margin-top: 0.5em;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .orbit-caption {
        left: 1rem;
        font-size: 1.25rem;
        bottom: 1.5rem;
        width: 95%;
    }
    .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 {
        left: 2rem;
        font-size: 2.75em;
        bottom: 2rem;
    }
}

.orbit-bullets {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  text-align: left; }
  .orbit-bullets button {
    width: 1rem;
    height: 1rem;
    margin: 0.25rem 0.25rem 0 0.25rem;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    cursor: pointer; }
    .orbit-bullets button:hover {
      background-color: #143d66; }
    .orbit-bullets button.is-active {
      background-color: #ffffff; }

/* Small only */
@media screen and (max-width: 39.9375em) {
    .orbit-bullets {
        bottom: 0.25rem;
        left: 0.5rem;
    }
    .orbit-bullets button {
        width: 0.75rem;
        height: 0.75rem;
        margin: 0.25rem 0.25rem 0 0;
    }
}

.amagdic-title-image {
    margin-top: -1rem;
    margin-bottom: 1rem;
    padding: 0;
    height: 40vw;
    max-height: 35vh;
    min-height: 18rem;
    font-size: 1rem;
    background-color: #143d66;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background-attachment: fixed;*/
    width: 100%;
    color: #fff;
    display: block;
    position: relative;
}
.amagdic-title-image h1 {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.amagdic-title-image p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    font-style: italic;
}

.amagdic-title-overlay {
    height: 100%;
    max-width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    border: 0;
}

.amagdic-title-overlay .row {
    width: 100%;
}

.amagdic-title-divider {
    width:120%;
    position:absolute;
    bottom:0;
    left:-10%;
    right:0;
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 10;
    overflow:hidden;
    background: transparent;
    pointer-events: none;
}

.amagdic-title-credit {
    width:120%;
    position:absolute;
    bottom:0.5rem;
    right:0.5rem;
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 11;
    overflow:hidden;
    background: transparent;
    pointer-events: none;
    color: #777;
    font-size: 0.75rem;
    text-align: right;
}

/* Large and up */
@media screen and (min-width: 75em) {
    .amagdic-title-image {
        height: 40vw;
        max-height: 35vh;
    }
    .amagdic-title-image h1 {
        font-size: 3.5rem;
    }
    .amagdic-title-image p {
        font-size: 1.5rem;
        font-weight: 500;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .amagdic-title-image {
        height: 40vw;
        max-height: 40vh;
        min-height: 18rem;
    }
    .amagdic-title-image h1 {
        font-size: 2.5rem;
    }
    .amagdic-title-image p {
        font-size: 1rem;
    }
    .amagdic-title-divider {
        width:180%;
        left:-40%;
        right:-40%;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .amagdic-title-image {
        height: 70vw;
        max-height: 60vh;
        min-height: 18rem;
        background-size: cover;
        background-attachment: scroll;
    }
    .amagdic-title-image h1 {
        font-size: 1.25rem;
    }
    .amagdic-title-image p {
        font-size: 0.75em;
    }
    .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: #fff;
}
div#error-message.callout.alert {
    background-color: #c60f13;
    color: #fff;
}

table.amagdic-admin-table {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
table.amagdic-admin-table th,
table.amagdic-admin-table td {
    line-height: 1.125em;
}

div.amagdic-button-submit {
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #ccc;
}
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;
    margin-bottom: 0rem;
    list-style: none;
    position: relative;
    padding-left: 2em;
}
ul.document-bullet li {
    position: relative;
    text-align: left;
    font-size: 1.125rem;
}
ul.document-bullet li:before {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    content: "\f15c";
    margin-right: 0.5rem;
    position: absolute;
    left: -1.5em;
    top: 0;
}

ul.document-bullet li a:hover {
    text-decoration: underline;
}

/* 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: #eee;
    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: #008ecf;
}
.black {
    color: #000000;
}
.gray {
    color: #777777;
}
.green {
    color: #009900;
}
.red {
    color: #990000;
}
.white {
    color: #ffffff;
}
.yellow {
    color: #f4b73a;
}
.purple {
    color: #9279b1;
}

a.green {
    color: #009900 !important;
}
a.green:hover {
    color: #143d66 !important;
}

a.red {
    color: #990000 !important;
}
a.red:hover {
    color: #000000 !important;
}

.bg-info {
    margin: 3rem 0 -2rem 0;
    background: #fbfbfb;
    padding: 1rem 0 1rem 0;
    font-size: 0.875em;
}

.bg-group {
    margin: 0;
    background: #f2f2f2;
    padding: 1rem 0 1rem 0;
}

.bg-group:last-child {
    margin-bottom: -2rem;
}

.bg-group-white {
    margin: 0;
    background: #fff;
    padding: 1rem 0 1rem 0;
}

.bg-group h1,
.bg-group-white h1 {
    margin: -1rem 0 3rem 0;
    background: #a5d028;
    color: #fff;
    padding: 1rem;
    text-align: left;
}

.bg-group h1::after,
.bg-group-white h1::after {
    display: none;
}

.bg-group-white h1 {
    background: #143d66;
}


.amagdic-highlighted h2.bg-green,
.amagdic-highlighted h2.bg-blue {
    margin: 0;
    background: #a5d028;
    color: #fff;
    padding: 1rem;
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height:1.25;
}
.amagdic-highlighted h2.bg-blue {
    background: #143d66;
}

.amagdic-highlighted h3 {
    color: #fff;
    padding: 1rem;
    font-size: 1.25rem;
    margin: 0;
    line-height:1.25;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .amagdic-highlighted h2.bg-green,
    .amagdic-highlighted h2.bg-blue,
    .amagdic-highlighted h3 {
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        text-align: left;
    }
}


.bg-documents {
    margin: 2rem 0 1rem 0;
    background: #fbfbfb;
    padding: 1.5rem 1rem 0.5rem 1rem;
}

.bg-related {
    margin: 3rem 0 0 0;
    background: #fbfbfb;
    padding: 2rem 0 1rem 0;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.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: 1rem;
    font-weight: 300;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .bg-related article h3 {
        font-size: 0.875rem;
    }
}

.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 .fa-3x {
        font-size: 2.5rem;
    }
    .amagdic-icon strong {
        font-size: 1.5em;
    }
    .amagdic-icon span {
        font-size: 0.5rem;
    }
}

/* 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,
.amagdic-zoom div {
   -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,
.amagdic-zoom:hover div {
    -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,
.amagdic-zoom:active div {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
   -webkit-transition: .2s ease-in-out;
           transition: .2s ease-in-out;
}

.amagdic-banner-hover {
    overflow: hidden;
    display: block;
    width: 100%;
}
.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  {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.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;
}

.amagdic-border-radius {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


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;
}

.has-tip {
    border-bottom: none;
    font-weight: normal;
}

.lead {
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.25em !important;
}

.top-bar {
    padding: 0.5rem 0;
}
/*
.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto !important;
      flex: 0 0 auto !important;
}
*/

.off-canvas-content {
    background-color: #0f1f2d;
    min-height: 100vh !important;
}
.off-canvas {
    height: 100%;
    min-height: 100%;
    background-color: #143d66;
    bottom: 0;
    font-size: 0.875em;
}
.off-canvas h5 {
    padding: 0.75rem 1rem;
    margin: 0;
    color: #ffffff;
    background-color: #0f1f2d;
    font-size: 1rem;
}
.off-canvas ul.menu li a {
    padding: 0.5rem 0.75rem;
    background-color: #143d66 !important;
    color: #fff !important;
}
.off-canvas .menu li a:hover {
    background-color: #0f1f2d !important;
    color: #a5d028 !important;
}
.off-canvas ul.menu li a i {
    color: #ddd !important;
}
.off-canvas .menu li a:hover i {
    color: #a5d028 !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: #000 !important;
    margin-top: -0.125em;
}

.reveal .close-button,
.off-canvas .close-button,
div#info-message .close-button,
div#error-message .close-button {
    color: #fff !important;
}

.off-canvas .close-button:hover {
    color: #fff !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.25rem;
}

.accordion-content {
    font-size: 1rem;
}


button,
.button:not(.hollow) {
    text-transform: uppercase;
    color: #fff !important;
}

.callout {
    border: 0;
    background-color: #f3f3f3;
    border-radius: 4px;
}

.callout.alert {
    color: #990000;
}


.pf {
    margin: 0.5rem 0;
}
.form-error {
    margin-top: -1rem;
    color: #990000;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.125em 0;
    font-style: italic;
}
.is-invalid-label {
    color: #990000;
}

.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;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333; }

input::placeholder,
textarea::placeholder {
  color: #333; }

input#search::-webkit-input-placeholder {
  color: #f1f1f1; }
input#search::-moz-placeholder {
  color: #f1f1f1; }
input#search:-ms-input-placeholder {
  color: #f1f1f1; }
input#search::placeholder {
  color: #f1f1f1; }



.breadcrumbs {
    margin-top: 0.125rem;
    color: #ccc;
    vertical-align: middle;
}
.breadcrumbs li:not(:last-child)::after {
    color: #aaa;
    font-family: 'Font Awesome 5 Regular';
    font-size: 1em;
    content: "\f105";
    vertical-align: top;
}
.breadcrumbs a {
    color: #143d66;
}
.breadcrumbs a:hover {
    color: #143d66;
    text-decoration: underline;
}
.breadcrumbs a:active {
    color: #143d66;
}
.tooltip {
    max-width:20rem;
}

#content-filter-body{
    margin: 2rem 0 0 0;
}

#content-filter-container{
    background: #f3f3f3;
    padding: 1.5rem 1rem 1rem 1rem;
    margin: 0;
}

.de-characteristics-tags,
#filter_tags 
{
  margin: 1rem 1rem 1rem 0.5rem;
  list-style: none;

}

#filter_tags div .fa,
#filter_tags div a {
    margin-left: 7px;
    color: #e6e6e6;
}

.de-characteristics-tags div
{
    display: block;
    max-width: 180px;

}


#filter_tags div
{
    display: inline-block;
}

.de-characteristics-tags div,
#filter_tags div
{
  padding: 0.33333rem 1rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  cursor: default;
  border-radius: 5000px;
  background: #0f1f2d;
  color: #e6e6e6;
  margin: 3px;
}

.de-characteristics-tags div:hover,
#filter_tags div:hover {
  background: black;
  transition: background-color .2s ease-in;
}

.de-characteristics-tags div a{
    text-decoration: none;
    color: #e6e6e6;
    font-weight: normal;
}

.de-characteristics-tags div a:hover{
    color: #e6e6e6;
}

.de-method-categories-tags
{
  margin: 1rem 1rem 1rem 0.5rem;
  list-style: none;

}

.de-method-categories-tags div
{
  max-width: 180px;
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 0;
  font-size: 0.9rem;
  line-height: 1;
  cursor: default;
  border-radius: 5000px;
  background: black;
  color: #e6e6e6;
  margin: 3px;

}

.tabs-title > a{
    font-size: 0.9rem;
    text-decoration: none;
}


/* 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: #fff;
    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: #fff;
    cursor: pointer; }
    .datepicker td.active.day, .datepicker td.active.year {
      background: #2ba6cb; }
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    .datepicker td span.active {
      background: #2ba6cb; }
    .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: #fff;
    cursor: pointer; }
    .datepicker th.active.day, .datepicker th.active.year {
      background: #2ba6cb; }
    .datepicker th.date-switch {
      width: 145px; }
    .datepicker th span.active {
      background: #2ba6cb; }
  .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 #fff;
    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: 4px;*/
  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: #fff;
  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: 4px; */}
  .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: 4px;*/
  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: 4px;*/
    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; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  /*border-radius: 4px;*/
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    /*border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .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--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  /*border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;*/
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  /*border-radius: 4px;*/
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    /*border-radius: 4px;*/
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }




/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("/images/jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
