/*********************
COLORS
*********************/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  word-break: break-word;
  word-wrap: break-word;
  -ms-hyphens: none;
  hyphens: none;
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/*********************
Breakpoints
*********************/
#button-block.button, .btn, #button-block.button[data-size=large], #button-block.button[data-color=blue-bright], .btn-blue-bright, #button-block.button[data-color=green], .btn-green {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  background-color: #091f40;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #091f40;
  border-radius: 30px;
  padding: 6px 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  #button-block.button, .btn, #button-block.button[data-size=large], #button-block.button[data-color=blue-bright], .btn-blue-bright, #button-block.button[data-color=green], .btn-green {
    font-size: 16px;
  }
}
#button-block.button:hover, .btn:hover, .btn-blue-bright:hover, .btn-green:hover, #button-block.button:focus, .btn:focus, .btn-blue-bright:focus, .btn-green:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #24426f;
  border-color: #24426f;
}
#button-block.button:active, .btn:active, .btn-blue-bright:active, .btn-green:active {
  top: 1px;
}
#button-block.button:visited, .btn:visited, .btn-blue-bright:visited, .btn-green:visited {
  color: #fff;
}
[href*=tel]#button-block.button i, [href*=tel].btn i, [href*=tel].btn-blue-bright i, [href*=tel].btn-green i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#button-block.button[data-color=green], .btn-green {
  background-color: #95c93d;
  border-color: #95c93d;
}
#button-block.button[data-color=green]:hover, .btn-green:hover, #button-block.button[data-color=green]:focus, .btn-green:focus {
  background-color: #6aa00c;
  border-color: #6aa00c;
}

#button-block.button[data-color=blue-bright], .btn-blue-bright {
  background-color: #56bcd9;
  border-color: #56bcd9;
}
#button-block.button[data-color=blue-bright]:hover, .btn-blue-bright:hover, #button-block.button[data-color=blue-bright]:focus, .btn-blue-bright:focus {
  background-color: #24426f;
  border-color: #24426f;
}

.btn.btn-lg, #button-block.button[data-size=large] {
  font-size: 18px;
  padding: 10px 30px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #091f40;
  border-color: #091f40 transparent #091f40 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#button-block.button {
  margin: 0 0 20px;
}
/*# sourceMappingURL=button.css.map */
