/*** FONTS ***/

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

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

@font-face {
    font-family: "foundation-icons";
    src: url("./icons/foundation-icons.eot");
    src: url("./icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("./icons/foundation-icons.woff") format("woff"), url("./icons/foundation-icons.ttf") format("truetype"), url("./icons/foundation-icons.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*** Colors ***/

.blue {
    color: blue;
}

.red {
    color: red;
}

.gold {
    color: #FFD700;
}

.green {
    color: darkgreen;
}

.light-blue {
    color: rgb(135, 206, 250);
}


/* Styles for  icon font */


/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

.fi-download:before,
.fi-web:before,
.fi-calendar:before,
.fi-arrow-up:before,
.fi-arrow-right:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-alert:before,
.fi-mail:before,
.fi-social-facebook:before,
.fi-social-google-plus:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
}

.fi-download:before {
    content: "\f143";
}

.fi-web:before {
    content: "\f212";
}

.fi-calendar:before {
    content: "\f124";
}

.fi-arrow-up:before {
    content: "\f10c";
}

.fi-arrow-right:before {
    content: "\f10b";
}

.fi-arrows-expand:before {
    content: "\f10e";
}

.fi-arrows-compress:before {
    content: "\f10d";
}

.fi-alert:before {
    content: "\f101";
}

.fi-mail:before {
    content: "\f16d";
}

.fi-social-facebook:before {
    content: "\f1c4";
}

.fi-social-google-plus:before {
    content: "\f1ca";
}

.size-icon-sm {
    font-size: 140%;
}

.size-icon-lg {
    font-size: 200%;
}


/*** Main Body ***/

html,
body {
    background-color: white;
    background-size: contain;
    font-family: 'Noto Serif', serif;
}

.grid-y.grid-frame {
    overflow: visible;
}

.cell.no-shrink {
    flex-shrink: 0;
}

.cell.grow {
    flex: 1 0 auto;
}

.main-content {
    padding: 1em 0;
}


/*** Various elements ***/

.callout.pagenotfound {
    border-radius: 25px;
}

button.round,
.button.round {
    border-radius: 25px;
}


/*** Footer ***/

.vmcn-site-footer-bottom {
    background: white;
    padding: 1rem 0;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}

.vmcn-site-footer-line {
    padding-top: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed;
}

.vmcn-site-footer-bottom p {
    color: black;
}

.vmcn-site-footer-bottom p,
.vmcn-site-footer-bottom .menu {
    margin-bottom: 0;
}

.vmcn-site-footer-bottom .vmcn-site-footer-bottom-links {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vmcn-site-footer-bottom .vmcn-site-footer-bottom-links a {
    color: black;
}

@media screen and (max-width: 63.9375em) {
    .vmcn-site-footer-bottom .vmcn-site-footer-bottom-links {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 63.9375em) {
    .vmcn-site-footer-bottom {
        text-align: center;
    }
}


/*** TOP BAR ***/

.topbar-responsive-links {
    background: white;
    padding: 2rem 0 0.5rem 0;
    border-bottom: 1px dashed;
}

.title-bar .topbar-responsive-logo {
    color: #fefefe;
    vertical-align: middle;
    align: left;
}

.topbar-responsive-links .menu {
    background: white;
}

.topbar-responsive-links .menu li:last-of-type,
.vmcn-site-footer-bottom-links .menu li:last-of-type {
    margin-right: 0;
}

.menu a {
    color: black;
    transition: color 0.15s ease-in;
    font-family: "nimbus_monoregular";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
}

.menu a:hover,
.menu .active>a {
    color: black;
    background: white;
    font-family: "nimbus_monobold";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responisve-links .menu a {
        padding: 0.875rem 0;
    }
}

.topbar-responsive-links .menu .topbar-responsive-button {
    color: #fefefe;
    border-color: #fefefe;
    border-radius: 5000px;
    transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive-links .menu .topbar-responsive-button:hover {
    color: #c6d1d8;
    border-color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive-links .menu .topbar-responsive-button {
        width: 100%;
        margin: 0.875rem 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .title-bar {
        padding: 0.75rem;
    }
    .title-bar {
        position: relative;
        width: 100%;
    }
    .title-bar .topbar-icon {
        position: absolute;
        right: 0;
        border: 1px solid #fefefe;
        border-radius: 5px;
        padding: 0.25rem 0.45rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .title-bar span .menu-icon {
        margin-bottom: 4px;
    }
    .topbar-responsive-links {
        padding: 0.5rem 0;
        border-bottom: 0px none;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive-links {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        width: 100%;
        -webkit-animation: fadeIn 1s ease-in;
        animation: fadeIn 1s ease-in;
    }
}

.no-js .topbar-responsive-links {
    display: none;
}

@media screen and (min-width: 40em) {
    .no-js .topbar-responsive-links {
        display: block;
    }
    .no-js .title-bar {
        display: none;
    }
}


/* Global element overrides */

h6 {
    color: rgb(135, 206, 250);
}


/* Styles for arcticle */

.flexible-article-image-full .thumbnail {
    width: 100%;
}

.flexible-article-image-full .thumbnail img {
    width: 100%;
}

.flexible-article-image-full .caption {
    font-size: 0.9rem;
}

.flexible-article-image-left {
    float: left;
    margin: 1rem 1.5rem 0 0;
    max-width: 25rem;
}

.flexible-article-image-left .caption {
    font-size: 0.9rem;
}

@media screen and (max-width: 39.9375em) {
    .flexible-article-image-left {
        float: none;
        max-width: 100%;
        margin: 0;
    }
    .flexible-article-image-left .thumbnail {
        width: 100%;
    }
    .flexible-article-image-left .thumbnail img {
        width: 100%;
    }
}

.flexible-article-image-right {
    float: right;
    margin: 0 0 1rem 1.5rem;
    max-width: 25rem;
}

.flexible-article-image-right .caption {
    font-size: 0.9rem;
}

@media screen and (max-width: 39.9375em) {
    .flexible-article-image-right {
        float: none;
        max-width: 100%;
        margin: 0;
    }
    .flexible-article-image-right .thumbnail {
        width: 100%;
    }
    .flexible-article-image-right .thumbnail img {
        width: 100%;
    }
}


/* Read More links */

.post-read-more {
    display: block;
    font-size: 0.875rem;
}

.post-read-more .fi {
    padding: 0 0.3125rem;
}


/* Back to top */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: none;
    color: #FFD700;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-style: solid;
    border-color: #999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.4;
}

.scroll-top-wrapper i.fi {
    line-height: inherit;
}


/* Accordion */

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


/* Tabs */

.tabs-title.is-active a {
    font-size: 1.25rem;
}