@charset "utf-8";
/* CSS Document */

/* Custom Error Page */

#rt-error-desc {background-color:#000;}

/* Homepage - General CSS custimozations */

#rt-utility .rt block {
  margin: 10px 10px;
}
 
#rt-footer-surround a:link {color: #FFF;}
#rt-footer-surround a:hover {color: #006fb9;}
#rt-footer-surround a:visited {color: #FFF;}
#rt-footer-surround a:active {color: #FFF;}
#rt-footer-surround-pattern a:link {color: #FFF;}
#rt-footer-surround-pattern a:hover {color: #006fb9;}
#rt-footer-surround-pattern a:visited {color: #FFF;}
#rt-footer-surround-pattern a:active {color: #FFF;}

/* Mobile - CSS custimozations */

@media (max-width: 767px) {
.gf-menu .dropdown .item, .gf-menu .dropdown .modules {
  color:#006fb9 !important;}}

@media (max-width: 480px) {
.gf-menu .dropdown .item, .gf-menu .dropdown .modules {
    color: #006fb9;
}}

.center-small {text-align: center; font-size: 12px;}
.center {text-align: center;}

/* Bullet Point List - CSS custimozations */

ul.my-custom-list{
list-style: none; /* remove default bullets */
}

ul.my-custom-list li{
position: relative;
}

ul.my-custom-list li{
margin-bottom: 15px;
}

ul.my-custom-list i{
position: absolute;
left: -25px; /* left icon position, you may need to change this value */
top: 0px;
}



/* MISC CSS custimozations */

blockquote {border-left-color: #006fb9;}

blockquote p {font-size: 15px;}




