/*=============================================
    Please add all custom CSS to this file
 =============================================*/

.toplogo {
    margin-top: 30px;
    color: #a30000;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1em;
}

.topPhone {
    margin: 10px 0 20px 0;
    color: #333;
    font-size: 17px;
    font-weight: 400;
}

.icon-links {
    text-align: center;
    padding: 20px;
    margin: 15px 0 10px 0;
}
.icon-links img {
    width: 25%;
    padding-bottom: 15px;
}

.link-text {
    font-size: 18px;
    font-weight: 400;
    color: #333 !important;
}
.link-text:hover {
    border-bottom: 2px solid #a60000;
    padding-bottom: 2px;
    text-decoration: none !important;
}

.slogan {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 35px 0;
    color: #a60000;
    line-height: 1.4em;
}

ul.fancylist li:before {
    content: "\f0eb";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #33a2ff;
    font-size: 15px;
    padding-right: 0.5em;
    margin-left: -27px;
}
.fancylist {
    list-style-type: none;
}

ul.fancylist2 li:before {
    content: "\f276";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #33a2ff;
    font-size: 14px;
    padding-right: 0.5em;
    margin-left: -27px;
}
.fancylist2 {
    list-style-type: none;
}

.button:hover {
    background: #710000;
    text-decoration: none !important;
}
.button {
    background: #a60000;
    padding: 9px 20px;
    color: #fff !important;
}

footer.footer {
    background: #a60000;
}

.socialicons {
    text-align: left;
}

.bottomicon {
    text-align: left;
}

.cta {
  bottom: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  margin: auto;
  align-items: center;
  justify-content: center;
  top: 0;
}

.ctabtn {
  background:#58b8ff;
  padding:7px 30px;
  color:#fff;
  font-size:1.3em;
  font-weight:500;
  box-shadow:1px 1px 1px rgba(0,0,0,.5);
  transition:all ease-in-out .2s;
  text-transform:uppercase;
  letter-spacing:1px;
}