
.box {
    padding:10px;
    border-radius: 10px;
    border-color: .5px solid #eee;
}
.grey-box {
    border-radius: 10px;
    background-color:#ececec;
    border-color: .5px solid #eee;
}
.white-box{
    padding:10px;
    border-radius: 10px;
    background-color:#fff;
}
.pink-box {
    background-color: #da1a320f;
    padding: 10px;
    border-radius: 10px;
}
.button {
    border:1px solid var(--arup-red);
    padding:10px;
    border-radius: 10px;
    background-color:#F9F2F3;

    &:hover {
        border: 2px solid var(--figwort);
        color: var(--fogwort);
        transition: all 0.3s;
        background: #fff;
        font-weight: 500;
    }
}
.button-solid {
    display: inline-block;
    background: var(--arup-red);
    border: 2px solid var(--arup-red);
    color: var(--salt) !important;
    border-radius: 10px;
    padding:10px;
    &:hover {
        background: var(--salt);
        border: 2px solid var(--arup-red);
        color: var(--arup-red) !important;
        transition: all 0.3s;
    }
}
.button-dark{
    display: inline-block;
    background: var(--coal);
    border: 2px solid var(--coal);
    color: #fff !important;
    border-radius: 10px;
    padding:10px;
    &:hover {
        background: var(--salt);
        border: 2px solid var(--coal);
        color: var(--arup-red) !important;
        transition: all 0.3s;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px;
}
a img:hover{
    opacity: 1;
}
}
.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 800px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border:1px solid var(--figwort);
    border-radius: 10px;
}
.dropdown-content ul li{
    list-style: none;
    border-bottom: 1px solid #6d0020;
}
.dropdown:hover .dropdown-content {
    display: block;
}@charset "utf-8";
/* CSS Document */
}
.slider_image {
    display: block;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--arup-red);
    opacity: 0.8;
    overflow: hidden;
    border-radius: 10px;

    height: 0;
    transition: .5s ease;
}
.slider_container:hover .overlay {
    height: 100%;
}
.item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}
.text {
    color: white;
    font-size: 16px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.icon-box {
    height: 50px;
    width: 50px;
    margin: auto;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    align-content: center;
    vertical-align: middle;
    align-items: center;
    box-shadow: 2px 2px 3px var(--badlands);
}
a icon-box:hover{
    border: 1px solid #f3f3f3;
    box-shadow: 3px 3px 5px var(--badlands);
    transition: all 0.5s;
}
}
