/* Custom CSS file used to overwrite theme css that is in main.css */
@media only screen and (min-width: 1024px) {
  .main-menu-margin {
    margin-top: 135px !important; } }

.btn-blue {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 2px #6a9bf5;
  color: #6a9bf5 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }

.btn-blue:hover {
  background-color: rgba(224, 228, 255, 0.5); }

a.btn-blue:hover {
  color: #6a9bf5 !important; }

.block {
  display: block  !important; }
