﻿a:link {
    color:none !important;
    text-decoration: none !important;
    outline:none;
}
a:visited {
    color: none !important;
    text-decoration: none !important;
    outline: none;
}
a:hover {
    color: none !important;
    text-decoration: none !important;
    outline: none;
}
a:active {
    color: none !important;
    text-decoration: none !important;
    outline: none;
}
.row-eq-height {
    display: flex;
}

.coleh {
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1 0 100%;
}
.boxRCorner5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1.5rem;
    height:100%;
}
.boxRCorner5 h3 {
    font-size: 24px;
    color: white;
}
.boxRCorner5 h6 {
    font-size: 14px;
    color: white;
}
.boxRCorner5 p {
    font-size: inherit;
    color: white;
}
.boxRCorner5 .number {
    font-size: 144px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 110px;
}
.greenblue {
    transition: all .2s ease-in-out;
    background: url("../images/box1bgicon.svg") right 15px no-repeat;
    background-color: #1A8191;
}
.greenblue-dark {
    color: #115762;
}
.red {
    transition: all .2s ease-in-out;
    background: url("../images/box2bgicon.svg") 135px 0px no-repeat;
    background-color: #F4536F;
}
.red-dark {
    color: #B03A4F;
}
.orange {
    transition: all .2s ease-in-out;
    background: url("../images/box3bgicon.svg") 140px 10px no-repeat;
    background-color: #FA7E4D;
}
.orange-dark {
    color: #B25834;
}
.greenblue:hover {
    background-color: rgba(17, 87, 98, 0.6);
    transform: scale(0.95,0.95);
}
.red:hover {
    background-color: rgba(176, 58, 79, 0.6);
    transform: scale(0.95,0.95);
}
.orange:hover {
    background-color: rgba(178, 88, 52, 0.6);
    transform: scale(0.95,0.95);
}
#searchsubmit {
    text-decoration:none !important;
}
#SearchTerm {
    background-color: transparent;
    border: 2px solid white;
    text-align: center;
    color: white !important;
}
#SearchTerm::-webkit-input-placeholder {
        color: white;
    }
#SearchTerm:-ms-input-placeholder {
        color: white;
    }
#SearchTerm::placeholder {
        color: white;
    }
.btn-white {
    background-color: white;
    color: #FA7E4D;
}
.btn-white:hover {
    background-color: #B25834;
    color:white;
}

.padding-15 {
    padding: 15px;
}