/*!
 * Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
 */
.img-fluid {
  margin: 0 auto;
}

 @media all and (max-width: 479px) {

  .girl img{
    width: 100%;
  }
 }

 .features-icons-item h1 span.glyphicon{
     font-size: 1.5em;
     color:#14234f;
 }
 .features-icons{
     padding-top: 20px;
     padding-bottom: 20px;
     border-bottom: 2px solid #243e8c;
 }

 .alternating {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 50px;
  }

  .alternating td,
  .alternating th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
  }

  .alternating tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .alternating thead tr th {
    text-align: center;
  }

  .alternating tr:hover {
    background-color: #ddd;
  }

  .alternating th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    text-align: left;
    background-color:#43739B;
    color: white;
  }
 
  .card {
    /* border: none; */
    box-shadow: 5px 5px #888888;
}
 .zipbox{
    width: 200px;
    font-size:20px;
  padding: 2px;
  border: 2px solid grey !important;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
  }
  
.getratebutton{
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Montserrat, Tahoma;
	font-size:20px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.getratebutton:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.getratebutton:active {
	position:relative;
	top:1px;
}

@media (min-width: 992px){
    .portfolio-item{
        max-width: 50%;
    }
}


#loader { 
  border: 12px solid #f3f3f3; 
  border-radius: 50%; 
  border-top: 12px solid #444444; 
  width: 70px; 
  height: 70px; 
  animation: spin 1s linear infinite; 
} 

@keyframes spin { 
  100% { 
      transform: rotate(360deg); 
  } 
} 

.center { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  margin: auto; 
} 

 .copyrightmaps{
   text-align:center;
 }
 #footerbrand{
color:white;
}

#footernav{
margin-bottom: 0px !important; 
border-radius: 0px !important;
}

#bannerholder {
border-bottom: 2px solid #243e8c;
background-color:   #248c72 ;

}

.bannerslot{
    border-radius: 10px;
    background: white;
    opacity: 0.9;
    margin-top: 3.5em;
}

.h1header{
  font-family: Montserrat, Tahoma, sans-serif; 
  font-weight: 750; 
  color: #14234f;
}

h1,h2,h3,h4, #footernav, #footerbrand {
  font-family: Montserrat, Tahoma, sans-serif; 
}

#map-image {
   margin: 20px;
   margin-bottom: 5px;
 }

 .glsr-percentage-bars {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.glsr-bar {
 display: table-row;
 white-space: nowrap;
}

.glsr-ltr .glsr-bar-label {
 padding-right: 10px;
}

.glsr-bar>span {
 display: table-cell;
 vertical-align: middle;
 padding-left: 6px;
}

.glsr-bar-background {
 position: relative;
 width: 100%;
}

.glsr-bar-background:before {
 display: block;
 position: absolute;
 width: 99%;
 height: 15px;
 content: "";
 background: rgba(0,0,0,.075);
 border-radius: 20px;
}

.glsr-bar-percent {
 position: relative;
 display: block;
 height: 15px;
 background-image: linear-gradient(to right, #ffb900, #fff000);
 border-radius: 20px;
}

.glsr-ltr .glsr-bar-count {
 padding-left: 10px;
}

.glsr-bar-count {
  text-align: right;
  font-size: 14px;
}

.stars-title {
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
color: #FDB75B;
font-size: 22px;
}

.empty-star {
background-image: url("../images/empty-star.svg");
width: 26px;
height: 26px;
background-size: 24px;
display: inline-block;
background-repeat: no-repeat;
}

.full-star {
background-image: url("../images/full-star.svg");
width: 26px;
height: 26px;
background-size: 24px;
display: inline-block;
background-repeat: no-repeat;
}

 h1.my-4 {
  margin-top: 30px !important;
}

div.cities {
  text-align: center;
}

div.popular {
  background-color: #FDB75B;
  padding: 20px;
  padding-bottom: 60px;
}

#map1 {
  width: 800px;
  height: 400px;
}

 nav.bg-dark{
  background-color: #243e8c !important;
 }
 .nav-link{
   color: white !important;
   font-weight: bold;
 }
.navbar-left img{
  width: 250px;
}

nav.footernav{
  margin-bottom: 0px !important;
  border-radius: 0px !important;
}

body {
  margin-top: 10px;
}

@media (min-width: 980px) {
  body {
    padding-top: 56px;
  }

  nav.shrink a.navbar-left img {
    width: 200px;
  }
}

@media (max-width: 981px) {
  body {
    margin-top: 63px;
  }
}

.portfolio-item {
  margin-bottom: 30px;

}

.pagination {
  margin-bottom: 30px;
}

footer.bg-dark {
  background-color: black !important;
}

.custom-menu{
  color: white !important;
  font-family: Montserrat, Tahoma, sans-serif;
  text-decoration: none;
  padding-left:15px;
  padding-right:15px;
  font-size: 1.2em;
}

a.custom-menu:hover{
  color: #d3d3d3 !important;
}

.showcase {
  border-bottom: 2px solid #243e8c;
}

.showcase .showcase-text {
  padding: 3rem;
}
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.dropdown-toggle{
  font-size: 15px;
  color: white;
  background-color: #243e8c;
  border: none;
  margin-top: 14px;
  font-family: Montserrat, Tahoma, sans-serif;
  font-weight: bold;
}

.dropdown-menu{
  margin-top: 19px;
  border: none;
  border-top: 3px solid #8c243e;
  background-color: #243e8c;
  border-radius: 0px;
  max-width: 400px !important;
}

input[type=checkbox].accord {
  -webkit-appearance:none !important ;
}


label.aclabel::after {
  content: '+';
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 7px;}

input.accord:checked + label.aclabel::after {
  content: '-';
  right: 15px;
  top: 7px;
}

input.accord {
  display: none;
}

label.aclabel {
  display: block;    
  padding: 8px 22px;
  margin: 0 0 1px 0;
  cursor: pointer;
  background: #F4F4F4;
  border-radius: 2px;
  color: #666666;
  transition: ease .5s;
  clear: both;
  border: none;
  border-bottom: 4px solid #ddd !important;
  transition: 0.4s;
  position: relative;
  font-size: 1.5em;
  font-family: Montserrat, Tahoma, sans-serif; 
}

label.aclabel:hover {
  background: #ededed;
}

input.accord + label.aclabel + .mcontent {
  display: none;
}

input.accord:checked + label.aclabel + .mcontent {
  display: block;
  font-family: Montserrat, Tahoma, sans-serif; 
}

div.mcontent {
  margin:5px;
  padding-bottom: 10px;
}

div.row1 ul li{
  width:47% !important;
      float: left;
   padding-left: .7em;
font-size: .75em !important;
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
div.row1 ul li{
  width:100%!important;
      float: none;
}
}

         /** sticky **/
        
         #anything {
          width: 100%;
          height: 90px;
          display: none;
          position: fixed;
          bottom: 0px;
          left: 0;
          right: 0;
          width: 100%;
          background: white;
          padding: 25px 0;
          z-index: 99;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          box-shadow: 0 0 10px 0 rgba(121, 121, 121, .47);
          padding: 30px 0;
          text-align: center;
          font-family: Montserrat, Tahoma, sans-serif; 
          }
          
          /*** Responsive Styles Smartphone Only ***/
          @media all and (max-width: 767px) {
          #anything{
          height: 170px;
          padding: 20px 0;
          }
          }