.grad{
  background: #27aae0; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, #27aae0 , #00ca62); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #27aae0, #00ca62); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #27aae0, #00ca62); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #27aae0 , #00ca62); /* Standard syntax */
}
.grad1{
  background: #27a9e0; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #27a9e0 , #1f3d59); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #27a9e0, #1f3d59); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #27a9e0, #1f3d59); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #27a9e0 , #1f3d59); /* Standard syntax */
}
.grad2{
  background: #1f3d59; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(#4a85a6, #1f3d59); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#4a85a6, #1f3d59); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#4a85a6, #1f3d59); /* For Firefox 3.6 to 15 */
  background: radial-gradient(#4a85a6, #1f3d59); /* Standard syntax */
}

a {color: #2e509e !important;}
.darkmagenta{color: #a82750;}
.lightmagenta{background: #a84267;}
.lightblue{background:#d1e0e6;}
.lightgrey{background:#e6e7e8;}
.darkgrey{ background:#e2e4e4;}

.navbar-default{background: #ffffff !important; }
.navbar-default .navbar-nav > li > a{color:#3e4d55 !important;}
.hc_navLogo{display:inline-block; width: 200px; height:50px; vertical-align:middle;}
.hc_navLogo img{position: relative;top: 50%;transform: translateY(-50%);}
.nav{}

.navbar-default .navbar-nav > .active > a{ background-image:none !important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #8e1b44 !important; 
}

@media (min-width: 1200px){
.navbar .container { }

.col-md-7 { width:830px !important; float:none !important;margin: 0px auto !important;}
}




.btn-danger{ color:#fff !important;}

.pr_homeTop{ width:100%; height:300px; text-align:center; padding-top:50px; font-size:1.5em; background-color:#fff;}
.pr_homeTopInner{width:100%; height:fit-content; margin:0px auto;}
.pr_homeTopListTitle{text-align:left;}
.pr_homeTopList{text-align:left;}

.pr_homeMiddle{ width:100%; height: 600px;}
.pr_homeMiddleTitle{margin:0px auto; padding:30px 0px 50px 0px; text-align:center; font-size:2em; font-weight:bold;color:#fff;}
.pr_homeMiddleContent{width:1000px; height:400px; margin:10px auto; }

.pr_homeLower{ width:100%; height: 600px;}
.pr_homeLowerTitle{margin:0px auto; padding:30px 0px 50px 0px; text-align:center; font-size:2em; font-weight:bold;color:#a82750;}
.pr_homeLowerContent{width:1000px; height:400px; margin:10px auto; }

.pr_homeFooter{width:100%; min-height: 200px; padding-top:20px;}
