.button,
a.button,
.editor-button,
.editor-button-entrance,
button,
input[type=submit],
input[type=button] {
  background-color: #bddbc6;
  border: 1px solid #2B5F46;
  color: black;
  display: inline-block;
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  outline: none;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
.button:focus,
a.button:focus,
.editor-button:focus,
.editor-button-entrance:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus,
.button:hover,
a.button:hover,
.editor-button:hover,
.editor-button-entrance:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.button.active,
a.button.active,
.editor-button.active,
.editor-button-entrance.active,
button.active,
input[type=submit].active,
input[type=button].active {
  background-color: #a2cecf;
  color: black;
  text-decoration: underline;
}
.button.secondary,
a.button.secondary,
.editor-button.secondary,
.editor-button-entrance.secondary,
button.secondary,
input[type=submit].secondary,
input[type=button].secondary {
  background-color: #207778;
  color: white;
}
.button.secondary:focus,
a.button.secondary:focus,
.editor-button.secondary:focus,
.editor-button-entrance.secondary:focus,
button.secondary:focus,
input[type=submit].secondary:focus,
input[type=button].secondary:focus,
.button.secondary:hover,
a.button.secondary:hover,
.editor-button.secondary:hover,
.editor-button-entrance.secondary:hover,
button.secondary:hover,
input[type=submit].secondary:hover,
input[type=button].secondary:hover {
  background-color: #034747;
  color: white;
}
.button.inverted,
a.button.inverted,
.editor-button.inverted,
.editor-button-entrance.inverted,
button.inverted,
input[type=submit].inverted,
input[type=button].inverted {
  -webkit-box-shadow: 0 0 0 1px #459f67 inset;
  -moz-box-shadow: 0 0 0 1px #459f67 inset;
  box-shadow: 0 0 0 1px #459f67 inset;
  background-color: white;
  color: #2B5F46;
}
.button.inverted:focus,
a.button.inverted:focus,
.editor-button.inverted:focus,
.editor-button-entrance.inverted:focus,
button.inverted:focus,
input[type=submit].inverted:focus,
input[type=button].inverted:focus,
.button.inverted:hover,
a.button.inverted:hover,
.editor-button.inverted:hover,
.editor-button-entrance.inverted:hover,
button.inverted:hover,
input[type=submit].inverted:hover,
input[type=button].inverted:hover {
  background-color: #207778;
  color: #f5f7f4;
}
.inverted .button.inverted,
.inverted a.button.inverted,
.inverted .editor-button.inverted,
.inverted .editor-button-entrance.inverted,
.inverted button.inverted,
.inverted input[type=submit].inverted,
.inverted input[type=button].inverted {
  background-color: #bddbc6;
  color: #034747;
  -webkit-box-shadow: 0 0 0 1px #2B5F46 inset;
  -moz-box-shadow: 0 0 0 1px #2B5F46 inset;
  box-shadow: 0 0 0 1px #2B5F46 inset;
  font-weight: 600;
}
.inverted .button.inverted:focus,
.inverted a.button.inverted:focus,
.inverted .editor-button.inverted:focus,
.inverted .editor-button-entrance.inverted:focus,
.inverted button.inverted:focus,
.inverted input[type=submit].inverted:focus,
.inverted input[type=button].inverted:focus,
.inverted .button.inverted:hover,
.inverted a.button.inverted:hover,
.inverted .editor-button.inverted:hover,
.inverted .editor-button-entrance.inverted:hover,
.inverted button.inverted:hover,
.inverted input[type=submit].inverted:hover,
.inverted input[type=button].inverted:hover {
  background-color: #a2cecf;
  text-decoration: underline;
}
.button:focus,
a.button:focus,
.editor-button:focus,
.editor-button-entrance:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  box-shadow: 0 0 0 3px #034747 inset;
}
.button:hover,
a.button:hover,
.editor-button:hover,
.editor-button-entrance:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  box-shadow: none;
}
.button.negative,
a.button.negative,
.editor-button.negative,
.editor-button-entrance.negative,
button.negative,
input[type=submit].negative,
input[type=button].negative {
  background-color: #d62827;
}
.button.negative:focus,
a.button.negative:focus,
.editor-button.negative:focus,
.editor-button-entrance.negative:focus,
button.negative:focus,
input[type=submit].negative:focus,
input[type=button].negative:focus,
.button.negative:hover,
a.button.negative:hover,
.editor-button.negative:hover,
.editor-button-entrance.negative:hover,
button.negative:hover,
input[type=submit].negative:hover,
input[type=button].negative:hover,
.button.negative.active,
a.button.negative.active,
.editor-button.negative.active,
.editor-button-entrance.negative.active,
button.negative.active,
input[type=submit].negative.active,
input[type=button].negative.active {
  background-color: #d62827;
}
.button.negative:focus,
a.button.negative:focus,
.editor-button.negative:focus,
.editor-button-entrance.negative:focus,
button.negative:focus,
input[type=submit].negative:focus,
input[type=button].negative:focus {
  -webkit-box-shadow: 0 0 0 3px #7f0303 inset;
  -moz-box-shadow: 0 0 0 3px #7f0303 inset;
  box-shadow: 0 0 0 3px #7f0303 inset;
}
.CTAs .button,
.CTAs a.button,
.CTAs .editor-button,
.CTAs .editor-button-entrance,
.CTAs button,
.CTAs input[type=submit],
.CTAs input[type=button] {
  height: auto;
  margin-right: .5em;
  margin-left: .5em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 35em) {
  .CTAs .button,
  .CTAs a.button,
  .CTAs .editor-button,
  .CTAs .editor-button-entrance,
  .CTAs button,
  .CTAs input[type=submit],
  .CTAs input[type=button] {
    margin-top: 1em;
    margin-bottom: 1em;
    min-width: 300px;
  }
}
@media screen and (max-width: 34.9375em) {
  .CTAs .button,
  .CTAs a.button,
  .CTAs .editor-button,
  .CTAs .editor-button-entrance,
  .CTAs button,
  .CTAs input[type=submit],
  .CTAs input[type=button] {
    margin-right: 0;
    margin-left: 0;
  }
}
.CTAs.dark .button,
.CTAs.dark a.button,
.CTAs.dark .editor-button,
.CTAs.dark .editor-button-entrance,
.CTAs.dark button,
.CTAs.dark input[type=submit],
.CTAs.dark input[type=button] {
  color: black;
}
@media screen and (max-width: 34.9375em) {
  .button,
  a.button,
  .editor-button,
  .editor-button-entrance,
  button,
  input[type=submit],
  input[type=button] {
    width: 100%;
  }
}
@media screen and (min-width: 35em) {
  .button,
  a.button,
  .editor-button,
  .editor-button-entrance,
  button,
  input[type=submit],
  input[type=button] {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.editor-button,
.editor-button-entrance {
  height: auto;
  text-align: left;
}
