@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Quicksand:300,400,700&display=swap);

html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .2)
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: "Quicksand", georgia, "times new roman", times, serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased
}

h1, .h1 {
    font-size: 2.5em
}

.pageTitle {
    margin-bottom: 1rem
}

h2, .h2 {
    font-size: 2.25em
}

h3, .h3 {
    font-size: 1.75em
}

h4, .h4 {
    font-size: 1.5em
}

h5, .h5 {
    font-size: 1.25em
}

h6, .h6 {
    font-size: 1em
}

h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    font: 400 1em/1.666666 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 20px
}*/

p.lead {
    font: 400 1.2em/1.444444 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 22px
}

a {
    color: #f53240;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:hover, a:focus {
    color: #ff6d6b;
    text-decoration: underline
}

figure {
    margin: 1.77778em auto
}

.figure {
    display: table
}

figcaption {
    caption-side: bottom
}

.figure-caption {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666
}

figcaption span {
    font-size: .75rem
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .8), transparent)
}

small, .small {
    font-size: 80%
}

.all-caps {
    text-transform: uppercase;
    font-weight: 700
}

.content .mura-index, section .mura-index {
    border-top: none
}

.mura-index dl {
    border-bottom: none
}

.mura-index dt a:hover {
    text-decoration: none
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 50px;
    margin: 0 0 10px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.btn-primary {
    background-color: #f53240;
    color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 6px #ba0019;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #f53240;
    box-shadow: 0 4px #ba0019;
    top: 2px
}

.btn-primary:active {
    box-shadow: 0 0 #ff6d6b;
    top: 6px
}

.alert {
    max-width: 550px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto
}

.alert-info {
    background-color: #7cdbd5;
    border-color: #48a9a4
}

.navbar {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .825em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.dropdown-item {
    font-size: .825em
}

#svLoginContainer {
    max-width: 600px;
    margin: 0 auto
}

#svLoginContainer form {
    padding: 2em;
    padding-bottom: 2em;
    background: #e9f3f7;
    overflow: hidden;
    max-width: 650px
}

footer p {
    font: .825em/1.46 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.carousel-caption {
    background-color: rgba(0, 0, 0, .5)
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes "pulse" {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}