.content-container {
    min-height: auto;
}

#page-title {
    margin-top: 0;
    background-position: 0 286px !important;
}

#selectProcedure {
    margin: 5px auto;
    background-image: linear-gradient(45deg, transparent 50%, white 60%), linear-gradient(135deg, white 40%, transparent 50%) !important;
    background-position: calc(100% - 42px) 23px, calc(100% - 36px) 23px, 100% 0;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid white;
    font-size: 1.7em;
    color: white;
    cursor: pointer;
}

#logo {
    top: 40px;
}

#header.sticky-header #header-wrap .clearfix #logo .standard-logo img {
    top: -15px !important;
}

@media (min-width:0px) and (max-width:991px) {
    #logo-small img {
        height: 47px;
        margin-bottom: 15px;
        margin-top: 8px;
        height: 11vw!important;
        margin-bottom: 15px;
    }
}

#header {
    box-shadow: none !important;
}

@media only screen and (min-width: 992px) {
    #selectProcedure {
        min-width: 400px;
    }
    .padding-right-left-100 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    #page-title {
        /* height: calc(100vh - 100px); */
        height: auto;
    }
}

#page-title>div.row {
    height: inherit !important;
}

@media only screen and (max-width: 992px) {
    #selectProcedure {
        min-width: 100%;
        margin-bottom: 3px;
    }
    #page-title {
        height: auto;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    #selectProcedure {
        /* background-image: none !important; */
    }
    .home-select {
        margin-left: 20px;
    }
}

@media (min-width: 322px) and (max-width: 601px) {
    #selectProcedure {
        font-size: 1.7em !important;
        background-position: calc(100% - 42px) 19px, calc(100% - 36px) 19px, 100% 0 !important;
    }
}

@media (min-width: 0px) and (max-width: 500px) {
    #selectProcedure {
        font-size: 1em !important;
        background-image: none !important
    }
}

@media only screen and (max-width: 280px) {
    #selectProcedure {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 992px) {
    #page-title {
        height: auto;
        padding-bottom: 0px !important;
    }
}

@media (min-width: 1317px) {
    .content {}
    #page-title {
        margin-top: 50px;
        padding-left: 140px !important;
    }
}

.header-text {
    color: #003355;
    text-align: left;
    font-size: 1.7em;
}

h1 {
    color: #003355 !important;
    text-align: left;
    font-weight: 800;
    font-size: 4em !important;
}

.img-column {
    display: flex;
    height: 100%;
    flex-direction: column-reverse;
}

.img-column img {
    height: fit-content;
}