/*=============================================
    Please add all custom CSS to this file
 =============================================*/
*{
    font-family: 'Roboto Slab', serif ;
}
a.phone-number:hover{
    text-decoration: none;
}
nav.nav.nav-fixed {
  background-color: #fff;
}
nav.nav.nav-fixed li {
  color: #000;
}

header.header ul li.current-menu-item {
  color: #1e9eee;
}
header.header ul li a:hover {
  color: #1e9eee;
}

.prime header.header .phone-number {
  color: #b92a2a;
  font-size: 25px;
  margin-bottom: 10px;
}

header.header, .nav-fixed {
  box-shadow: 0 0 5px #000 !important;
}

nav.nav.nav-fixed {
  background-color: #fff;
}
nav.nav.nav-fixed li {
  color: #000;
}

header.header ul li.current-menu-item {
  border: 2px solid #1e9eee;
  color: #b92a2a;
}
header.header ul li a:hover {
  color: #1e9eee;
  text-decoration: none;
}

.slide .cta {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide .cta .wrapper {
  height: 100%;
}
.slide .cta .wrapper .cta-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
}
.slide .cta .wrapper .cta-wrap h2 {
  background: #fff;
  padding: 15px;
  color: #1e9eee;
  margin-bottom: 30px;
  border-left: 5px solid #1e9eee;
}
.slide .cta .wrapper .cta-wrap a {
  background: #1e9eee;
  color: #fff;
  font-weight: 900;
  padding: 15px;
}

.area_container p {
  color: #1e9eee;
}
.area_container ul {
  margin-top: 15px;
  float: left;
  width: 33.333337%;
}
.area_container ul li {
  margin-bottom: 5px;
}

footer.footer {
  border-top: 1px solid #B92A2A;
}
footer.footer i {
  color: #b92a2a;
}

footer td { border: 1px solid transparent;}

.compliments h1{
    background: #b92a2a;
}

.up-down i{
    color: #1e9eee;
    font-size: 45px;
}

.col {
    padding: 30px;
    text-align: center;
    background: #ca3333;
    margin-top: 32px;
    margin-bottom: 32px;	
}
.col h2 {
    font-size: 40px;
    margin-bottom: 32px;
    font-weight: 700;
    color: #ffffff;
}
.col p {
    color: #ffffff;
    font-weight: 600;
}

.home-below {
    padding: 15px;
}
.home-below ul {
    list-style: none;
    margin-left: -15px;
}
.home-below ul li i {
    color: #B92A2A;
    margin-right: 15px;
}

.col_1 {
    background: #88b0ca;
    color: #0b314a;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.col_1 h2 {
    margin-bottom: 32px;
}

.up-down i {
    font-size: 80px;
}


/*  */
.col_container {
    margin-top: 64px;
	margin-bottom: 32px;
    background: lightblue;
}
.col_container .box {
    background: #6c96b1
        ;
    margin: 30px;
    padding: 15px;
    text-align: center;
    min-height: 320px;
    color: #fff;
    font-size: 16px;
}
.col_container .box h2 {
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 5px solid #23638b
        ;
    padding-bottom: 10px;
    display: inline-block;
}

/*  */

@media screen and (max-width: 900px){
	.cta-wrap, .cta-wrap * {
		display: block !important;
		position: static;
		float: none;
		width: 100%;
	}

	.slide img{
		min-height: 360px;
	}
}