html,
body {
    height: 100%;
}

html {
    overflow-y: scroll;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 80px 15px 20px;
}

.footer {
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    padding-bottom: 18px !important;
    padding-top: 18px !important;
}

.jumbotron h1 {
    font-size: 2.8em !important;
}

.jumbotron .btn {
    font-size: 16px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

a:focus {
    outline: none !important;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.post, .page {
    margin-bottom: 20px;
}

.post img, .page img {
    border: 1px solid #ddd;
    margin: 7px 7px 0 7px;
}
.simple-link,
.simple-link:visited,
.simple-link:hover {
    color: white;
}
.d-inline-block {
    display: inline-block;
}
.py-3 {
    padding-top: 18px;
    padding-bottom: 18px;
}
.py-4 {
    padding-top: 24px;
    padding-bottom: 24px;
}
.ma-2 {
    margin: 12px;
}
.mt-1 {
    margin-top: 6px;
}
.mt-2 {
    margin-top: 12px;
}
.mt-3 {
    margin-top: 18px;
}
.mt-4 {
    margin-top: 24px;
}
.mb-2 {
    margin-bottom: 12px;
}
.mb-3 {
    margin-bottom: 18px;
}
.ml-1 {
    margin-left: 6px;
}
.ml-2 {
    margin-left: 12px;
}
.ml-2 {
    margin-left: 18px;
}
.footer-socials {
    font-size: 2em;
}
.footer-socials i {
    color: white;
}
.bg-white {
    background: white;
}
.text-white {
    color: white;
}
.progress, .progress-bar {
    font-size: 16px!important;;
    color: white!important;
    text-align: center!important;;
    line-height: 28px!important;
    height: 28px!important;
    border-radius: 6px!important;
}
.progress-label {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.carousel-indicators {
    bottom: -30px;
    display: none!important;
}
.carousel-indicators li {
    border: 1px solid #1095a1;
}
.top-phone:visited,
.top-phone:hover,
.top-phone {
    font-size: 16pt;
    color: white;
}
#top-accesibility-menu,
#top-accesibility-menu i {
    font-size: 20pt;
    color: white;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}