body {
    font-family: "Varela Round", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #212529;
}





p.extra-space {
    margin-bottom: 2rem;
}

p a {
    text-decoration: underline;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #101162; /*#474775, #7777A1;*/
}

h1 {
    font-family: Anton, sans-serif;
    color: #101162;
}


a {
    color: #212529;
    transition: all 0.2s;
    text-decoration: underline;
}

    a:focus, a:hover {
        color: #0085A1;
    }

blockquote {
    font-style: italic;
    color: #868e96;
}


::-moz-selection {
    color: #fff;
    background: #0085A1;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #0085A1;
    text-shadow: none;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

.page-subheading {
    font-family: Anton, sans-serif;
    color: #ffffff;
    font-size: 1.9rem;
}

#mainNav {
    border-bottom: 1px solid #e9ecef;
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    z-index: 10000;
}

    #mainNav .navbar-brand {
        font-weight: 800;
        color: #343a40;
    }

    #mainNav .navbar-toggler {
        font-size: 12px;
        font-weight: 800;
        padding: 13px;
        text-transform: uppercase;
        color: #343a40;
    }

    #mainNav .navbar-nav > li.nav-item > a {
        font-size: 16px;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #222 !important;
    }

.navbar-nav > li.nav-item {
    text-decoration: none;
    transition: text-decoration 300ms;
}

    .navbar-nav > li.nav-item:hover {
        text-decoration: underline;
    }


@media only screen and (min-width: 992px) {
    #mainNav {
        border-bottom: 1px solid transparent;
        background: transparent;
    }

        #mainNav .navbar-brand {
            padding: 10px 20px;
            color: #fff;
        }

            #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
                color: rgba(255, 255, 255, 0.8);
            }

        #mainNav .navbar-nav > li.nav-item > a {
            padding: 10px 20px 10px 0
        }

            #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
                color: rgba(255, 255, 255, 0.8);
            }
}

@media only screen and (min-width: 992px) {
    #mainNav {
        transition: background-color 0.2s;
        /* Force Hardware Acceleration in WebKit */
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        #mainNav.is-fixed {
            /* when the user scrolls down, we hide the header right above the viewport */
            position: fixed;
            top: -67px;
            transition: transform 0.2s;
            border-bottom: 1px solid white;
            background-color: rgba(255, 255, 255, 0.9);
        }

            #mainNav.is-fixed .navbar-brand {
                color: #212529;
            }

                #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
                    color: #0085A1;
                }

            #mainNav.is-fixed .navbar-nav > li.nav-item > a {
                color: #212529;
            }

                #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
                    color: #0085A1;
                }

        #mainNav.is-visible {
            /* if the user changes the scrolling direction, we show the header */
            transform: translate3d(0, 100%, 0);
        }
}



header h1 {
    font-family: Anton, sans-serif;
    font-size: 50px;
}



footer {
    padding: 50px 0 65px;
}

    footer .list-inline {
        margin: 0;
        padding: 0;
    }

    footer .copyright {
        font-size: 14px;
        margin-bottom: 0;
        text-align: center;
    }


.navbar-nav {
    width: 100%;
}

.input-group-text.search {
    background-color: #7777A1;
    color: #ffffff;
}

.disclaimer {
    font-size: 13px;
    color: #555;
    text-align: justify;
}

#navbarResponsive {
    padding-left: 0;
}

.search input {
    border-radius: 0;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 14px;
    height: unset;
}

.byline {
    background: #101162;
    padding: 10px 15px;
}

    .byline .subheading {
        color: #ffffff;
        font-size: 1.2rem;
    }

p > img {
    margin-bottom: -1rem;
}

/* cookie controls */
.cookie-box {
    border-radius: 2px;
    box-shadow: 0 17px 17px rgba(0,0,0,.15), 0 27px 55px rgba(0,0,0,.3);
    font: 14px/20px Roboto,sans-serif;
    max-height: calc(100% - 48px);
    max-width: calc(50% - 48px);
    position: fixed;
    z-index: 10012;
    right: 60px;
    bottom: 30px;
    transition: opacity 700ms ease;
    overflow: auto;
}

@media(max-width:1200px) {
    .cookie-box {
        max-width: calc(75% - 48px);
    }
}

@media(max-width:576px) {
    .cookie-box {
        max-width: calc(100% - 48px);
    }
}

.fade {
    pointer-events: none;
    opacity: 0;
}


.cookie-box-contents {
    color: #757575;
}

.cookie-button {
    color: #039be5;
    padding: 8px;
    margin: 0 8px;
    border: 0;
    border-radius: 2px;
    display: inline-block;
    font: 700 16px Roboto,sans-serif;
    min-width: 56px;
    outline: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    vertical-align: middle;
    white-space: nowrap;
}

    .cookie-button:hover {
        background-color: #e1f3fc;
        text-decoration: none;
    }

.cookie-box h3 {
    font-size: 1.25rem;
}

.cookie-box p a {
    text-decoration: none;
    color: #039be5;
}

.cookie-box p {
    margin: 0.75rem 0;
    font-size: 0.8rem;
}





























p.image-caption.pink-box,
p.image-caption.blue-box
p.image-caption.green-box
p.image-caption.yellow-box {
    color: #888;
    margin-bottom: -1rem;
}

/**umb_name:Paragraph*/
p {
    line-height: 1.5;
    margin: 1rem 0;
}

    /**umb_name:Extra space paragraph*/
    p.extra-space {
        margin-bottom: 2rem;
    }

    /**umb_name:Pink box*/
    p.pink-box {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        padding: 10px;
    }

    /**umb_name:Blue box*/
    p.blue-box {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
        padding: 10px;
    }

    /**umb_name:Yellow box*/
    p.yellow-box {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        padding: 10px;
    }

    /**umb_name:Green box*/
    p.green-box {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        padding: 10px;
    }

    /**umb_name:Image caption*/
    p.image-caption {
        font-size: 0.7rem;
        font-style: italic;
        color: #888;
        padding-top: 0;
        margin-top: 0;
    }

/**umb_name:Heading 1*/
h1 {
    font-size: 2.5rem;
    font-family: Anton, sans-serif;
    color: #101162;
}

/**umb_name:Heading 2*/
h2 {
    font-size: 2rem;
}

/**umb_name:Heading 3*/
h3 {
    font-size: 1.75rem;
}

    /**umb_name:Pink box heading*/
    h3.pink-box {
        font-size: 1.75rem;
        font-weight: 500;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        padding: 20px 10px;
        margin-bottom: -2rem;
    }

    /**umb_name:Blue box heading*/
    h3.blue-box {
        font-size: 1.75rem;
        font-weight: 500;
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
        padding: 20px 10px;
        margin-bottom: -2rem;
    }

    /**umb_name:Yellow box heading*/
    h3.yellow-box {
        font-size: 1.75rem;
        font-weight: 500;
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        padding: 20px 10px;
        margin-bottom: -2rem;
    }

    /**umb_name:Green box heading*/
    h3.green-box {
        font-size: 1.75rem;
        font-weight: 500;
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        padding: 20px 10px;
        margin-bottom: -2rem;
    }
