body {font-family: Verdana, sans-serif; color: #555;}
a:hover {text-decoration: none;}
h1,h2,[class*="display-"],.heading {text-transform: uppercase; color: #111; font-weight: bold;}
h3,h4,h5,h6 {/*font-family: Oregano;*/ font-weight: bold;}

.bg-rounded {border-radius: 0.5rem;}
.bg-dark-blue {background: #0077a3;}
.bg-light-blue {background: #3fc3f3;}
.hidden {display: none;}
.text-white {color: #fff;}

.form label {font-size: 0.9rem;}
.btn {text-transform: uppercase;}
.btn-white {background-color: #fff; color: #e81c8c;}
.btn-gray-blue {background-color: #99c9da; color: #fff;}
.btn-white:hover {color: #000;}
.btn-red {background: #ff0000; color: #fff;}
.bg-black {background-color: #000; color: #fff;}
.bg-gray {background-color: #ddd; }
.clear {clear: both;}
.hover-opacity:hover {opacity: 0.8;}
.link-text {font-size: 0.8rem;}
.text-dark-blue {color: #0077a3;}
.text-light-blue {color: #3fc3f3;}
.text-blue {color: #0077a3;}
.text-white {color: #fff;}
.text-gray {color: #666;}

.expand {font-size: 0.9rem;}

.card a.collapsed .fa { -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);}
.card a:not(.collapsed) .fa { -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);}

@media screen and (max-width : 768px) {

}
@media screen and (max-width : 480px) {
}
