@import url("https://use.typekit.net/lvw0vdr.css");
/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
Futura PT Medium

font-family: futura-pt, sans-serif;

font-weight: 500;

font-style: normal;


Futura PT Medium Oblique

font-family: futura-pt, sans-serif;

font-weight: 500;

font-style: italic;


Futura PT Book

font-family: futura-pt, sans-serif;

font-weight: 400;

font-style: normal;


Futura PT Book Oblique

font-family: futura-pt, sans-serif;

font-weight: 400;

font-style: italic;


Futura PT Bold

font-family: futura-pt-bold, sans-serif;

font-weight: 700;

font-style: normal;


Futura PT Bold Oblique

font-family: futura-pt-bold, sans-serif;

font-weight: 700;

font-style: italic;
 */

/*THEME COLORS:
OTHER BLUE = #267dae
VMHC BLUE = #298FC2;
DARK BLUE = #1b365d;
LIGHT GRAY = #edebe8;
TEXT COLOR = #313131;
*/

/**********global********/
html {
    font-size: 16px;  /*default font size*/
}
@media screen and (max-width:490px) {
    html {
        overflow-x:hidden;
    }
}
.text-white {
    color: #fff;
}

/* force image sizes */
img {
    max-width: 100% !important;
    height: auto !important;
}
body{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem; /*set site font size to 16px = 1rem*/
    line-height: 1.5;
    overflow-x: hidden;
    color: #313131;
    margin-top: 0;
}
/* *,
*:after,
*:before {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s
} */
a {
    color: #298FC2;
    overflow-wrap: break-word;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s
}
strong {
    font-weight: 700;
}
a:focus, a:hover {
    color: #1b365d;
    text-decoration: none;
}
p, p:last-child {
    margin-bottom: 20px;
}
/*
p img[style] {
    width: 100% !important;
    height: auto !important;
}
*/
/*nav*/
h1,h2,h3, h4 {
    font-family: futura-pt-bold, sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px;
/*    bootstrap override*/

}

h1 {
    font-size: 50px;
}
h2 {
    font-size: 30px;
    font-size: 2.0rem;
    color:#1b365d;
}
h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color:#1b365d;
}
h4 {
    font-size: 22px;
    font-size: 1.375rem;
    color:#1b365d;
}
h5 {
    font-size: 18px;
    font-size: 1.125rem;
    color:#1b365d;
}
h6 {
    font-size: 16px;
    font-size: 1rem;
    color:#1b365d;
}

blockquote {
    border: none;
    font-size: 1.375rem;
    color:#298FC2;
    padding: 20px 0;
    margin: 0;
}
.highlighted {
     clear: both;
}

@media screen and (max-width:768px) {
    .main-container {
        padding: 0 !important;
    }
    .main-container > .row {
        margin: 0 !important;
    }
    /* .btn {
        font-size: 12px !important;
    } */
}

/*weird line in header*/
.col-sm-12[role="heading"] {
    min-height: 0px;
}

/*input related stuff*/
#edit-keys--description {
    font-size: 14px;
    margin: 0px 20px 10px;
    display: inline-block;
}

/*buttons*/
.btn-default,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:focus,
.btn-default.focus,
.pager__item a.button,
.btn-primary,
.view-related-historical .more-link a,
.btn-info {
    background-color:#298FC2;
    border-color: #298FC2;
    color: #fff;
/*    min-width: 100px;*/
    outline: none;
}
.btn {
    font-size: inherit;
    color: #fff;
    padding: 17px 25px;
    font-family: futura-pt-bold, sans-serif;
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 1px;
}
.btn-dark,
.btn-info {
    background:#1b365d;
    border-color: #1b365d;
}
.btn:active, .btn.active {
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #edebe8;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus,
.view-related-historical .more-link a:hover,
.btn-info:hover {
    color: #fff;
    background-color:#298FC2;
    border-color: #298FC2;
}

.other--type-store-product .field--type-link a {
    margin-top: 15px;
}
.menu--account .btn-default {
    color: #fff !important;
    text-align: center;
}
.btn-secondary {
    background: #1b365d;
    border-color: #1b365d;
    color: #fff;
}
.btn-secondary:hover {
    border-color: #267dae;
    background: #267dae;
    color: #fff;
}
.btn-default:hover,
.pager__item a.button:hover,
.btn-primary:hover {
    background-color:#1b365d;
    border-color: #1b365d;
    color: #fff;
}
.btn-secondary a,
.btn-primary a {
    color: #fff;
}
.menu--account .btn-default:before {
    display: none;
}
.menu--account .btn-default:hover {
    background-color:#0b4ea8 !important;
    border-color: #0b4ea8 !important;
    color: #fff !important;
}
.btn {
    font-weight: 500 !important;
    white-space: unset;
}

.slick--view--upcoming-related-events > .slide {
    max-width: 25%;
}
@media screen and (max-width:1199px){
	.slick--view--upcoming-related-events > .slide {
		max-width: 33%;
	}   
}
@media screen and (max-width:849px){
	.slick--view--upcoming-related-events > .slide {
		max-width: 50%;
	}   
}
@media screen and (max-width:579px){
	.slick--view--upcoming-related-events > .slide {
		max-width: 100%;
	}   
}


/*link-overlay*/
.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0;
    width:100%;
    height: 100%;
    display: block;
    z-index: 100;
    background: none !important;
    border: none !important;
}
.link-overlay a {
    width:100%;
    height: 100%;
    display: block;
}
.more-link {
    display: inline;
}
.main-container {
    min-height: 50vh;
}
/**********end global********/

/* MAINTENANCE MODE */
.maintenance-page .name.navbar-brand {
    display: none;
}
.maintenance-page .navbar-header {
    width: 100%;
    text-align: center;
}
.maintenance-page .logo.navbar-btn.pull-left {
    float: none !important;
    display: inline-block;
    padding: 0;
}
.maintenance-page .main-container.container {
    width: 95% !important;
    text-align: center;
    padding-top: 5vw !important;
}
body.maintenance-page {
    background: #edebe8;
}
.label{
	color: initial;
}


/*table scroll mobile*/
.table-responsive-lg,
table {
    overflow-x: scroll;
}

/*logged in edit options*/
nav.tabs {
    position: fixed;
    bottom: 0;
    background: #999;
    z-index: 100000;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: initial;
    left: 0;
}
nav.tabs ul li a {
    color:#000;
}
nav.tabs ul {
    border-top: solid 1px #2d2d2d;
    padding-left: 50px;
}

/* LOGIN SCREEN */
body.path-user {
    background-color: #edebe8;
}
/*
.path-user .navbar.container{
	margin-bottom: 50px;
}
*/
.user-login-form {
    max-width: 580px;
    margin: 0 auto;
    background: #fff;
    padding: 5%;
    border-radius: 5px;
    box-shadow: 0 3px 30px -1px rgba(0,0,0,.15);
}

/* WEBFORM */
.webform-elements .help-block {
    font-size: initial;
    color: initial;
    line-height: initial;
}
.strong {
    font-weight: 700 !important;
}
.webform-elements .checkbox label {
    line-height: initial;
    display: inline-block;
}
.webform-elements label,
.webform-elements legend,
form label {
    color: #1b365d;
    line-height: initial;
}
.form-actions {
    margin-top: 20px;
}
section.form-wrapper {
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
}
#toolbar-administration {
    position: relative;
    z-index: 9999;
}
.user-logged-in .dialog-off-canvas-main-canvas {
    position: relative;
    z-index: 9998;
}
label{
	display: block;
}
.webform-client-form > label {
    margin-bottom: 15px;
}
.webform-client-form label > input {
    margin-top: 5px;
}
.form-type-checkbox label {
    display: inline-block;
    font-weight: 400;
}
.form-control, label > input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
label > input {
    height: auto;
    width: auto;
}
.webform-client-form label > input {
    width: 100%;
}
