/* DO NOT want these to affect main site */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
    font-style: italic;
}

#ie_warning{
    display: none;
    text-align: left;
    width: 650px;
    margin: 0 auto;
    padding:150px;
}
#ie_warning a {
    color: #dc8100;
    text-decoration: none;
}
#ie_warning a:hover {
   color: #333;
    text-decoration: none;
}

.datepicker .sc-popover .contents-wrapper {
    z-index: 1000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #ie_warning{
        display: block;
    }
}

body{
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.site-wrap{
    flex: 1 0 auto;
    overflow-x: hidden;
    z-index:2;
}
.wave-container {
    z-index:1;
    flex-shrink: 0;
    overflow: hidden;
}
.header-quote {
    /*background-color:white;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    height: 70px;
    transition: box-shadow .4s;
    background: url(https://cdn.bajabound.com/blvr/pattern-light.gif) repeat 0 0;
}
html.admin-mode .header-quote{
    top:60px;
}

.title{
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
}

.title-medium-well{
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
}

.title-medium{
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
}