@charset 'UTF-8';
/*  Add Custom CSS here.  */
.txtContact01 .box {
    height: 138px;
    background: #FFF;
    padding: 25px 10px 25px 25px;
    border: 1px solid #DDDDDD;
}
.txtContact01 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #2EA3ED;
    width: 5px;
}
#requirements .txtContact01 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ff7a24;
}

.txtContact01 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background: #2EA3ED;
}
.txtContact01 .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
}
.txtContact01 .mCSB_container_wrapper>.mCSB_container {
    padding-right: 0px;
    font-size: 14px;
}
.txtContact01 .mCSB_container_wrapper {
    margin-right: 10px;
}
#contact .txtContact01 ol, #requirements .txtContact01 ol{
    padding-left: 15px;
    counter-reset: my-awesome-counter;
    font-size: 14px;
}
#contact .txtContact01 ol li, #requirements .txtContact01 ol li{
    padding-left: 10px;
    margin: 15px 0;
    counter-increment: my-awesome-counter;
    position: relative;
    font-weight: 500;
}
#requirements .txtContact01 ol li {
    font-weight: bold;
}
#contact .txtContact01 ol li p, #requirements .txtContact01 ol li p{
	font-weight: normal;
	line-height: 2;
    margin-top: 5px;
}
#contact .txtContact01 ol li:before, #requirements .txtContact01 ol li:before{
    content: counter(my-awesome-counter) ".";
    position: absolute;
    left: -15px;
    top: 0;
}

@media (max-width: 767px) {
    .txtContact01 .box {
        padding: 18px 5px 18px 18px;
    }
}
@media (min-width: 768px) {
    #mainContent .txtContact01 {
        padding: 42px 0px 48px;
    }
}