.article-content blockquote {
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  color: #999999;
  text-align: left;
  padding: 0.35em 55px;
  padding-right: 55px;
  position: relative;
  border: none;
}
.article-content blockquote::before {
  display: block;
  content: '"';
  font-weight: normal;
  font-size: 120px;
  position: absolute;
  left: 0;
  top: -28px;
  color: #cccccc;
}
.article-content blockquote cite {
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  text-align: right;
  font-style: italic;
  display: block;
  margin-right: -55px;
}
.whitebox {
  -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.25);
  background-color: white;
  padding: 0px 10px 5px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .whitebox {
    margin-top: -40px;
  }
}
.whitebox:before,
.whitebox:after {
  display: table;
  content: " ";
}
.whitebox:after {
  clear: both;
}
.whitebox .btn-blue {
  color: #ffffff;
  background-color: #4b71ba;
  border-color: #ffffff;
  padding: 9px 20px;
  font-size: 20px;
  line-height: normal;
  border-radius: 0;
  padding-right: 56px;
  position: relative;
  padding-right: 40px;
  line-height: 28px;
  margin: 5px 0 15px;
  font-weight: normal;
}
.whitebox .btn-blue:focus,
.whitebox .btn-blue.focus {
  color: #ffffff;
  background-color: #3a5a98;
  border-color: #bfbfbf;
}
.whitebox .btn-blue:hover {
  color: #ffffff;
  background-color: #3a5a98;
  border-color: #e0e0e0;
}
.whitebox .btn-blue:active,
.whitebox .btn-blue.active,
.open > .dropdown-toggle.whitebox .btn-blue {
  color: #ffffff;
  background-color: #3a5a98;
  background-image: none;
  border-color: #e0e0e0;
}
.whitebox .btn-blue:active:hover,
.whitebox .btn-blue.active:hover,
.open > .dropdown-toggle.whitebox .btn-blue:hover,
.whitebox .btn-blue:active:focus,
.whitebox .btn-blue.active:focus,
.open > .dropdown-toggle.whitebox .btn-blue:focus,
.whitebox .btn-blue:active.focus,
.whitebox .btn-blue.active.focus,
.open > .dropdown-toggle.whitebox .btn-blue.focus {
  color: #ffffff;
  background-color: #304b7e;
  border-color: #bfbfbf;
}
.whitebox .btn-blue.disabled:hover,
.whitebox .btn-blue[disabled]:hover,
fieldset[disabled] .whitebox .btn-blue:hover,
.whitebox .btn-blue.disabled:focus,
.whitebox .btn-blue[disabled]:focus,
fieldset[disabled] .whitebox .btn-blue:focus,
.whitebox .btn-blue.disabled.focus,
.whitebox .btn-blue[disabled].focus,
fieldset[disabled] .whitebox .btn-blue.focus {
  background-color: #4b71ba;
  border-color: #ffffff;
}
.whitebox .btn-blue .badge {
  color: #4b71ba;
  background-color: #ffffff;
}
.whitebox .btn-blue:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  right: 10px;
  font-weight: normal;
  line-height: inherit;
  font-size: 150%;
}
.whitebox .biggertext {
  font-size: 18px;
}
.whitebox .red {
  color: #FF0000;
}
.whitebox h2 {
  color: white;
  background: #95c93f;
  margin: 0 -10px;
  padding: 10px 0;
  margin-bottom: 11px;
  margin: 2px -8px 12px -8px;
  font-size: 28px;
}
.whitebox h4 {
  line-height: 1.4;
  font-size: 20px;
  color: black;
}
.whitebox a {
  font-weight: 600;
}
.whitebox a.btn {
  border-right: 0;
}
.item-page .orange {
  color: #f67124;
}
ul.hashlist {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
a.linkblock {
  font-weight: bold;
  margin-top: 7px;
  display: block;
}
.shadowbutton {
  -webkit-box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.6);
  width: 218px;
}
ul.hashlist {
  padding: 0;
}
ul.hashlist h4 {
  font-size: 21px;
  font-weight: 700;
  color: #f67124;
  display: inline;
}
ul.hashlist p {
  margin-top: 15px;
}
ul.hashlist li {
  counter-increment: step-counter;
  padding: 20px 0;
  border-bottom: 1px solid grey;
  padding-bottom: 15px;
  list-style: none;
}
ul.hashlist li:before {
  content: "# " counter(step-counter) " |";
  font-size: 21px;
  font-weight: 700;
  color: #f67124;
  margin-right: 7px;
}
ul.checkmark {
  padding-left: 0;
}
ul.checkmark li {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}
ul.checkmark li:before {
  content: " ";
  display: block;
  border: solid 0.8em #95c93f;
  border-radius: 0.8em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.5em;
  top: 40%;
  margin-top: -0.5em;
  -webkit-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.6);
}
ul.checkmark li:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid #fff;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 1.1em;
  top: 40%;
  margin-top: -0.1em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .flexbox {
    display: flex;
    align-items: center;
  }
}