@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

html, body {
    height: 100%;
}
/* Reset */
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    background: #f6f6f6;
    color: rgba(0,0,0,.87);
    font-family: Roboto, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.form-input {
    font-size: 14px;
    color: #222;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    padding: 7px 15px 6px 15px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid white;
}
.form-input:focus {
    outline: none;
}

#app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.logo-container {
    text-align: center;
}

.quicklinks h3 {
    display: none;
}

.logo-container {
    margin-bottom:30px;
}

.search-container {
    padding: 8px 15px;
    position: relative;
    margin-bottom: 15px;
}

.search-container .form-group {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border-radius: 2px;
}

.search-container .form-input {
    padding-right: 40px;
}
.search-container .search-trigger {
    position: absolute;
    right: 29px;
    top: 21px;
    z-index: 980;
    font-size: 23px;
    color: #187ff7;
    width: 20px;
}

#searchInput {
    background-clip: padding-box;
}

.cards .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    /*margin: 0 -16px 0 -15px;*/
}
.cards .grid .card {
    width: 25%!important;
}
.square.cards .grid .card {
    width: 25%!important;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -1px;
}
.square.cards .grid .card:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: -1px;
    left: 0;
}
.cards .card .label {
    font-size: 10px;
}
.cards .card .label {
    font-size: 10px;
    opacity: .5;
    height: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.square.cards .card .image {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    width: 100%;
    padding: 5px 10px 0;
    border-radius: 4px;
    /* background: #f6f6f6;*/
    box-sizing: border-box;
}
.square.cards .card .image img {
    max-width: 40px;
    max-height: 40px;
}

.startpage-container {
    max-width: 700px;
    margin: auto;
}
