/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/
.dk2 {
    background: #062d1d;
}
h2 + h4 {
    margin-top: 0;
}
h6 {
    margin: 0;
    line-height: 1.6em;
}
.staff h2 {
    margin-bottom: 0;
}
.spaced li {margin-bottom: .5em;}

/*Modals*/
.modal-dialog {
    max-width: 1000px;
    width: 80%;
    /* margin-top: 170px; */
}
.modal-header {
    display: block;
    padding: 1em 1.5em 0;
}
.modal-header h2 {
  margin-top: 0;
}
.modal-header .btn, .modal-header button {
    min-width: 0;
    padding: 0 !important;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 45px;
}
.modal-body {
  padding: 1em 1.5em;
}
.modal-footer {
  padding: 1em 1.5em;
}


.google-calendar {
    position: relative;
    padding-bottom: 55%; 
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.google-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
    
.home-ctas .wrap {
    padding: 1em;
    border: 2px solid green;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    font-weight: bold;
    height: 100%;
}

.home-ctas > div {
    margin-bottom: 1em;
}

.home-ctas {
    margin-top: 2em;
}

.home-qr {
	max-width: 20%!important;
}