/**
 * @file
 * Use this CSS file to override components CSS rules
 */
/* Fix contextual links size */
.contextual-region .contextual .contextual-links a {
  font-size: small;
  padding: 0.4em 0.6em;
}

/**
 * @file
 * Use this CSS file to override components CSS rules
 */
/* Fix contextual links size */


.field--name-field-lv-label {
    font-weight: 700;
}


p {
    margin: 0;
    padding: 0 0 0px 0!important;
}

.block-mt-hero-v2 .field--name-field-mt-hero-v2-title {
    font-size: 46px;
    margin-top: 20px;
}


.contextual-region .contextual .contextual-links a {
  font-size: small;
  padding: 0.4em 0.6em;
}
@media (min-width: 1480px) {
.onscroll .onscroll-site-name-site-logo-container {
    display: block;
    padding-left: 12px;
}
}

.onscroll-site-name-site-logo-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.onscroll-site-name {
    display: inline-block;
    vertical-align: middle;
}

.onscroll-site-name-site-logo-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 1440px) {
.site-branding:not(.logo-enabled):not(.site-slogan-enabled) a {
    font-size: 50px;
}
}

em {
    color: inherit!important;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
    margin: 0 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    color: #ffffff!important;
    text-transform: inherit;
    font-weight: 700!important;
}

@media (min-width: 960px) {
h1, .uk-h1 {
    
    font-weight: 700!important;
    }
}

.node--view-mode-mt-teaser-tile.node--view-mode-mt-teaser-tile--image-circle .overlay-container, .node--view-mode-mt-teaser-tile.node--view-mode-mt-teaser-tile--image-circle .teaser-tile-image img {
    border-radius: 5px;
}

.uk-description-list > dt {
    color: inherit!important;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;
}

.paypalinnode {

    border-width: 1px;
    border-style: solid;
    margin: 0 0 40px 0;
    padding: 0 30px 120px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border-color: rgba(255, 255, 255, 0.2);
}

/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 30em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

table tr td {
    border-style: solid;
    border-width: 1px!important;
    padding: 12px 26px;
    font-weight: 400;
    border-color: var(--mt-form-border);
}