﻿body {

    font-family: 'Open Sans', sans-serif;
    background-color: #dce7f1;
    height: 100%;
}

.header {
    width: 100%;

    min-height: 12px;
    line-height: 12px;
    background-color: #ffd76d;

}

.banner .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /*font-size: 3rem;*/
}
.SurveyHead {
    font-size: large;
    font-family: 'Open Sans', sans-serif;
    
}
.AdvancedHead {
    font-size: larger;
    font-family: 'Open Sans', sans-serif;
}
.SearchHead {
    font-size: larger;
    font-family: 'Open Sans', sans-serif;
}
.SmallHead {
    display:none;
}

.main_container {
    background-color: #324c69;
    width: 100%;

}

.main {
    background-color: #fff;

}

.k-list-filter .k-icon:before {
    content: "\e12b";
}

.k-tooltip {
    font-size: 14px;
}
.bg-customBlue {
    background-color: #dce7f1
}
.link-accessible {
    text-decoration: underline;
    color: #0036ff;
    font-weight: bold
}
.link-hotline {
    font-weight: 400;
    line-height: 1.7rem;
    color: #0036ff;
    font-weight: bold
}
.SkipToContent {
    display:none;
}
.SkipToContent:focus {
    display:block
}

@media screen and (max-width:500px) {
    /* CSS for screens that are 500 pixels or less will be put in this section */
    .banner .title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        /*font-size: 1.5rem;*/
        text-align:center;
    }
    .HoursHead {
        text-align: center;
    }
    
    #category {
        display: none;
        font-size: 1.5rem;
    }
    .respond {
        width:100%;
    }
    h2 {
        font-weight: 700;
        font-size: 1.2rem;
    }
    .SmallHead {
        display:block;
    }
    .LargeHead {
        display:none;        
    }
}