﻿.selectCategory {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.selectCategoryHeading {
    font-size: 17px;
    font-weight: 300;
    color: #323234;
    margin-bottom: 5px;
}

.selectCategoryDropdown {
    background: #ffffff;
    border: solid 1px #ececec;
    padding: 15px;
    color: #323234;
    font-size: 20px;
    cursor: pointer;
}

.dropdownList {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border: solid 1px #e8e8e8;
    border-top: none;
    padding: 15px 0;
    display: none;
    position: absolute;
    top: 83px;
    right: 0;
    left: 0;
    z-index: 2;
}

.dropdownItem {
    padding: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #323234;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

    .dropdownItem:hover {
        background: #f1f5f7;
        font-weight: bold;
    }

.calculators-dropdown-wrap {
    margin: 0 2%;
}

    .calculators-dropdown-wrap > .selectCategory > .selectCategoryDropdown {
        max-width: 100%;
    }

.arrow-up-dropdown {
    background-image: url('/i/icons/path-3-down.png');
    background-repeat: no-repeat;
    display: block;
    background-position: right 2% top 50%;
}


.arrow-up-dropdown {
    background-image: url('/i/icons/path-3-down.png');
    background-repeat: no-repeat;
    display: block;
    background-position: right 2% top 50%;
}

}

@media only screen and (min-width: 1190px) {
    .selectCategoryDropdown {
        max-width: none;
        padding: 15px 45px;
    }

    .dropdownItem {
        padding: 15px 45px;
    }
}

@media only screen and (max-width: 768px ) {
    .page_intro h1 {
        text-align: center;
    }

    .page_intro p {
        font-size: 19.5px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: center;
        color: #323234;
        padding: 0px 15px 0px 18px;
    }

    .copy_wide {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
