.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(
    .swal2-top-left
  ):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(
    .swal2-center-left
  ):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(
    .swal2-bottom-end
  ):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
  > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}
.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}
.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}
.swal2-range {
  margin: 1em auto;
  background: inherit;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type="number"] {
  max-width: 10em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}
.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  zoom: normal;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning::before {
  content: "!";
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info::before {
  content: "i";
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question::before {
  content: "?";
}
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "؟";
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}
[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden="true"] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #f7f7f7;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}
html *:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #333;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 59.5%;
  }
}
@media only screen and (max-width: 49.9em) {
  html {
    font-size: 56.5%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 62.5%;
  }
}
p {
  margin: 0;
  padding: 0;
}
.flexbox-1 {
  display: flex;
  padding: 7rem 8rem 4rem 8rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 140rem;
  margin: 0 auto;
}
::-moz-selection {
  color: #f7f7f7;
  background: #4d6fac;
}
::selection {
  color: #f7f7f7;
  background: #4d6fac;
}
::-moz-selection {
  color: #f7f7f7;
  background: #4d6fac;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
code {
  color: #2d4266;
  font-style: italic;
}
.boldit {
  font-weight: 700;
}
.italicize {
  font-style: italic;
}
.embedded-link {
  transition: all 0.3s ease-in-out;
}
.embedded-link:link,
.embedded-link:visited {
  text-decoration: none;
  color: #4d6fac;
  font-size: 1.9rem;
}
.embedded-link:focus,
.embedded-link:hover {
  font-weight: bold;
}
.photo-border {
  border: 1px solid;
}
.photo-border--dark {
  border-color: #333;
}
.clear-float {
  clear: both;
}
.dedication-photo {
  border-top: 8px solid #4d6fac;
  border-left: 3px solid #4d6fac;
  border-right: 3px solid #4d6fac;
  border-bottom: 6px solid #4d6fac;
}
.screen_reader_only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.hide {
  display: none;
}
.heading1 {
  color: #3d5889;
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 0;
  line-height: 1;
  text-align: center;
}
.heading1--breakline {
  display: block;
  padding-top: 0.4rem;
}
.heading1--white {
  color: #f7f7f7;
}
.heading1--site-color {
  color: #3d5889;
}
.no-display {
  display: none;
}
.paragraph1 {
  font-size: 2rem;
}
.site-link {
  transition: all 0.3s ease-in-out;
}
.site-link:link,
.site-link:visited {
  color: #4d6fac;
  text-decoration: none;
}
.site__heading-1 {
  font-size: 2.4rem;
  text-align: center;
  color: #333;
}
.site__heading-2 {
  font-size: 2.2rem;
  color: #4d6fac;
}
.site__content-1 {
  font-size: 1.7rem;
  color: #333;
}
.site__content-1:not(p:first-of-type) {
  padding-top: 1rem;
}
.site-link:focus,
.site-link:hover {
  font-weight: bold;
}
.bm-1 {
  margin-bottom: 1rem;
}
.categories__container {
  margin: 0 auto;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  max-width: 80rem;
}
.categories__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  color: #4d6fac;
  background: #f7f7f7;
  border: 1px solid #4d6fac;
  text-align: center;
  padding: 0.5rem 0.5rem;
  transition: 0.3s all ease-in-out;
  border-radius: 3px;
  white-space: nowrap;
}
.categories__link:not(:last-child) {
  margin-right: 0.4rem;
}
.categories__link--active {
  color: #f7f7f7;
  background-color: #4d6fac;
}
.categories__link:link,
.categories__category:visited {
  text-decoration: none;
}
.categories__link:hover,
.categories__category:active {
  color: #f7f7f7;
  background-color: #4d6fac;
  transition: 0.3s all ease-in-out;
}
.add-comment__container {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 80rem;
  width: 100%;
  overflow-y: hidden;
  height: 0;
  transition: all 2s ease-out;
}
.add-comment__container--visible {
  height: 100%;
  transition: all 2s linear;
}
.comments--container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 65rem;
  padding: 1rem;
}
.comment:not(:last-child) {
  margin-bottom: 0.4rem;
}
.comment--metadata {
  display: flex;
  align-items: center;
}
.comment__more-comments-button--hide {
  display: none;
}
.comment--name-and-date {
  margin-left: 0.7rem;
}
.comment--name-container {
  padding: 0;
  margin: 0;
}
.comment--name {
  line-height: 1.3;
  color: #333;
  font-size: 1.5rem;
}
.comment--date-container {
  padding: 0;
  margin: 0;
}
.comment--date {
  padding: 0;
  margin: 0;
  line-height: 1.3;
  color: #777;
  font-size: 1.4rem;
}
.comment--avatar {
  border-radius: 50%;
}
.comment--feedback-container {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.comment--feedback {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
.comments__load,
.comments__reset {
  display: inline-block;
  color: #4d6fac;
  line-height: 1;
  font-size: 1.5rem;
  border: 1px solid #4d6fac;
  border-radius: 3px;
  margin-right: 1rem;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.comments__load:hover,
.comments__load:active,
.comments__load:focus,
.comments__reset:hover,
.comments__reset:active,
.comments__reset:focus {
  color: #f7f7f7;
  background-color: #4d6fac;
  transition: all 0.2s ease-in-out;
}
.comments__load--hide,
.comments__reset--hide {
  display: none;
}
.comments__loading {
  display: inline-block;
  color: #3d5889;
  background-color: #f7f7f7;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.8rem;
  border: none;
}
.comments__reset--hide {
  display: none;
}
.comments__options-box {
  padding-bottom: 2rem;
}
.comments__load:focus,
.comments__loading:focus,
.comments__reset:focus,
.comments__load--hide:focus,
.comments__reset--hide:focus {
  outline: none;
}
.datatable {
  max-width: 42rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  font-size: 1.4rem;
  background: #f7f7f7;
  margin: 0 auto;
}
.datatable td {
  color: #333;
  border: 1px solid #333;
}
.datatable td:nth-child(1) {
  text-align: left;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.datatable td:nth-child(2) {
  text-align: right;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.datatable th {
  border: 1px solid #333;
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.datatable caption {
  font-weight: bold;
  text-align: center;
  color: #333;
  background: #f7f7f7;
  caption-side: top;
}
@media screen and (max-width: 339px) {
  .site_article {
    padding-left: 4px;
    margin-left: 0;
    padding-right: 4px;
    margin-right: 0;
  }
  .datatable {
    padding-left: 0;
    padding-right: 0;
  }
  .datatable td:nth-child(1) {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0.9em;
  }
  .datatable td:nth-child(2) {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0.9em;
  }
  .datatable th {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0.9em;
  }
  .datatable caption {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 340px) and (max-width: 549px) {
  .datatable td:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1em;
  }
  .datatable td:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1em;
  }
  .datatable th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1em;
  }
  .datatable caption {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 550px) {
  .datatable td:nth-child(1) {
    padding-left: 10px;
    padding-right: 45px;
    font-size: 1.1em;
  }
  .datatable td:nth-child(2) {
    padding-left: 45px;
    padding-right: 10px;
    font-size: 1.1em;
  }
  .datatable th {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
  }
  .datatable caption {
    font-size: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.flashmessages__messages {
  width: 100%;
}
#icon-happy {
  color: #4d6fac;
  font-size: 6rem;
}
.container-form1 {
  background-color: #d8dfed;
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 0rem 0.5rem rgba(61, 88, 137, 0.7);
  max-width: 70rem;
  margin: 0 auto;
  width: 100%;
  padding: 3rem 2rem;
}
@media only screen and (min-width: 640px) {
  .container-form1--comments {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .container-form1--comments {
    margin-bottom: 0;
  }
}
.container-form1--narrow {
  max-width: 50rem;
}
.page-container--form1 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 0;
}
.form1 {
  line-height: 1.7;
}
.form1__actions {
  padding-top: 1rem;
}
.form1__btn {
  display: block;
  background-color: #d8dfed;
  color: rgba(51, 51, 51, 0.7);
  margin: 0 auto;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(61, 88, 137, 0.8);
  border-radius: 1.5rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.5rem;
  cursor: pointer;
}
.form1__btn:focus {
  outline: none;
}
.form1__btn::after {
  background-color: #3d5889 !important;
}
.form1__btn:hover,
.form1__btn:active,
.form1__btn:focus {
  color: #333;
  transform: scale(1.05, 1.05);
  background-color: rgba(61, 88, 137, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.2);
}
.form1__flash {
  margin-top: 1rem;
}
.form1__group:not(:last-child) {
  margin-bottom: 2rem;
}
.form1__group--btn {
  padding-top: 1rem;
}
.form1__heading {
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
  font-size: 1.8rem;
}
.form1__icon {
  fill: #4d6fac;
  height: 7rem;
  width: 7rem;
}
.form1__icon-fa {
  color: #4d6fac;
  width: 6rem;
  height: 6rem;
}
.form1__icon-box {
  text-align: center;
}
.form1__input {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333 !important;
  background-color: #f7f7f7;
  padding: 1rem 1.5rem;
  border-radius: 2px;
  border: none;
  border-bottom: 3px solid transparent;
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
.form1__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(51, 51, 51, 0.1);
  border-bottom: 3px solid #3d5889;
}
.form1__input:focus:invalid {
  border-bottom: 3px solid #dc3545;
}
.form1__input:-moz-placeholder-shown + .form1__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3.6);
  font-size: 1.2rem;
}
.form1__input:-ms-input-placeholder + .form1__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3.6);
  font-size: 1.2rem;
}
.form1__input:placeholder-shown + .form1__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3.6);
  font-size: 1.2rem;
}
.form1__input--textarea {
  resize: vertical;
  min-height: 15rem;
  max-height: 35rem;
}
.form1__input::-webkit-input-placeholder {
  color: #333;
}
.form1__label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3d5889;
  margin-left: 1.4rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
}
.form1__message {
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.form1__photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.form1__preface {
  color: #333;
  font-size: 1.6rem;
}
.form1__preface--center {
  text-align: center;
}
.form1__preface-container {
  width: 100%;
  margin: 0 auto;
}
.form1__register-link {
  color: rgba(51, 51, 51, 0.7);
  text-decoration: underline;
}
.form1__register-link:hover {
  color: #333;
  background-color: rgba(61, 88, 137, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.2);
  text-decoration: none;
}
.form1__register-link:hover:active,
.form1__register-link:hover:focus {
  outline: none;
  background-color: #3d5889;
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.2);
  text-decoration: none;
}
.footer {
  width: 100%;
  font-size: 1.6rem;
  color: #f7f7f7;
  text-align: center;
  padding: 1.4rem 0;
}
.footer-container {
  align-self: stretch;
  text-align: center;
  background-color: #4d6fac;
}
.container-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #4d6fac;
  align-self: stretch;
}
.nav--post-cat {
  font-size: 1.2rem;
  color: #4d6fac;
  padding: 0;
  margin: 0;
  padding-left: 0.4rem;
}
.nav__brand {
  position: relative;
  z-index: 10;
  color: #f7f7f7;
}
.nav__brand:link,
.nav__brand:visited {
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  color: #f7f7f7;
}
.nav__brand:hover,
.nav__brand:active {
  transition: 0.3s all ease-in-out;
  font-weight: bold;
}
.nav__brand:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #f7f7f7;
}
.nav__link--active {
  color: #f7f7f7 !important;
}
.nav-container {
  width: 100%;
  background-color: #4d6fac;
  position: relative;
  z-index: 100;
}
.nav-container--withBottomBorder {
  border-bottom: 1px solid #f7f7f7;
}
.navbar-container {
  max-width: 100rem;
  margin: 0 auto;
}
.navbar-brand {
  overflow: hidden;
  font-size: 2.4rem;
}
@media screen and (min-width: 50rem) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggler-icon {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
}
.bg-dark--custom {
  background-color: #4d6fac;
}
.dropdown-menu {
  background: #f7f7f7;
  margin-top: 2rem;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-item {
  font-size: 1.6rem;
  color: #333;
}
.dropdown-item:hover {
  background-color: #eaeaea;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.navbar-text {
  font-size: 1.6rem;
}
.nav-link {
  font-size: 1.6rem;
}
.nav-link:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #f7f7f7;
}
.nav--logo {
  vertical-align: middle;
  max-width: 6rem;
  -webkit-animation: spin 0.4s linear;
  animation: spin 0.4s linear;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(60deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(60deg);
  }
}
.codehilite {
  padding: 1.5rem 2rem;
  background-color: #efefef;
  font-size: 1.6rem;
}
.error-404__container {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 60rem;
  width: 100%;
  margin-top: 3rem;
}
.error-404__message {
  font-size: 2rem;
  color: #333;
}
.error-404__message--top {
  font-size: 2.6rem;
  text-align: center;
}
.error-404__link:link,
.error-404__link:visited {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #0073cf;
}
.error-404__link:hover,
.error-404__link:active,
.error-404__link:focus {
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
}
.container-main {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  height: 100%;
}
.container-page {
  flex-grow: 1;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 48em) {
  .container-page--2 {
    padding-bottom: 0;
  }
}
.container-page--404-error {
  background-color: #d8dfed;
  background-image: linear-gradient(
      rgba(216, 223, 237, 0.95) 0%,
      rgba(216, 223, 237, 0.95) 100%,
      transparent 0%
    ),
    url(/static/images/error_404/error-404-1200px.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em),
  only screen and (min-resolution: 192dpi) and (min-width: 37.5em),
  (min-width: 125em) {
  .container-page--404-error {
    background-image: linear-gradient(
        to right bottom,
        rgba(216, 223, 237, 0.95),
        rgba(216, 223, 237, 0.95)
      ),
      url(/static/images/error_404/error-404-2000px.jpg);
  }
}
@media only screen and (min-width: 187.5em) {
  .container-page--404-error {
    background-image: linear-gradient(
        to right bottom,
        rgba(216, 223, 237, 0.95),
        rgba(216, 223, 237, 0.95)
      ),
      url(/static/images/error_404/error-404-2900px.jpg);
  }
}
.alert {
  font-size: 1.5rem;
}
.about__box {
  display: flex;
  flex-direction: column;
  max-width: 80rem;
  margin-top: 3rem;
}
.about__content {
  padding-bottom: 1.5rem;
}
.about__content--nopad {
  padding-bottom: 0;
}
.about__content-box {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about__content-box {
    flex-direction: column;
  }
}
.about__heading {
  font-size: 2rem;
  color: #333;
}
.about__image {
  display: block;
  width: 100%;
  max-width: 40rem;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about__image {
    margin-top: 0;
  }
}
.article-container {
  max-width: 74rem;
  margin: 0 auto;
  border: 1px dotted #3d5889;
  border-radius: 7px;
  padding: 5rem;
}
.figcaption-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.3rem;
}
.article__header {
  width: 100%;
  text-align: center;
}
.article__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.4;
  color: #333;
  padding-bottom: 0.5rem;
}
.article__heading:not(:first-child) {
  padding-top: 1.4rem;
}
.article__heading:first-child {
  padding-top: 1rem;
}
.article__heading--left {
  text-align: left;
}
.article__heading-2 {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.4;
  color: #333;
  padding-bottom: 0.5rem;
}
.article__heading-2:not(:first-child) {
  padding-top: 1.4rem;
}
.article__heading-2:first-child {
  padding-top: 1rem;
}
.article__title {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #3d5889;
  letter-spacing: 0.3rem;
  line-height: 1.4;
  display: block;
}
.article__title:last-child {
  padding-top: 0.5rem;
}
.article__title--small {
  font-size: 2.1rem;
}
.article__cover-figure {
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.article__cover-image--radius {
  border-radius: 5%;
}
@media only screen and (max-width: 48em) {
  .article__cover-image {
    max-width: 300px;
  }
}
@media only screen and (max-width: 37.5em) {
  .article__cover-image {
    width: 250px;
  }
}
.article__author {
  width: 100%;
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.3rem;
  color: #3d5889;
  padding-bottom: 4.2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px dotted #3d5889;
}
.article__signature {
  padding-left: 2rem;
  margin-bottom: 4rem;
}
.article__text {
  font-size: 1.8rem;
  color: #333;
  padding-bottom: 1rem;
}
.article__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.article__figure {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  margin: 0 auto;
}
.article__figure--175 {
  width: 100%;
  max-width: 17.5rem;
}
.article__figure--200 {
  width: 100%;
  max-width: 20rem;
}
.article__figure--220 {
  width: 100%;
  max-width: 20rem;
}
.article__figure--225 {
  width: 100%;
  max-width: 22.5rem;
}
.article__figure--240 {
  width: 100%;
  max-width: 24rem;
}
.article__figure--250 {
  width: 100%;
  max-width: 25rem;
}
.article__figure--275 {
  width: 100%;
  max-width: 27.5rem;
}
.article__figure--300 {
  width: 100%;
  max-width: 30rem;
}
.article__figure--350 {
  width: 100%;
  max-width: 35rem;
}
.article__figure--400 {
  width: 100%;
  max-width: 40rem;
}
.article__figure--450 {
  width: 100%;
  max-width: 45rem;
}
.article__figure--500 {
  width: 100%;
  max-width: 50rem;
}
.article__figure--550 {
  width: 100%;
  max-width: 55rem;
}
.article__figure--600 {
  width: 100%;
  max-width: 60rem;
}
.article__figure--650 {
  max-width: 65rem;
}
.article__figure--700 {
  width: 100%;
  max-width: 70rem;
}
.article__figure--750 {
  width: 100%;
  max-width: 75rem;
}
.article__figure--800 {
  width: 100%;
  max-width: 80rem;
}
.article__figcaption {
  font-size: 1.4rem;
  color: #333;
}
.article__figcaption-2 {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.article__list {
  padding: 0.3rem 4rem 0.7rem 4rem;
}
.article__list--sub {
  padding: 0.3rem 4rem 0.7rem 3rem;
}
.article__list-item {
  font-size: 1.8rem;
  color: #333;
}
.article__list-item:not(:last-child) {
  padding-bottom: 0.25rem;
}
.article__list-item--ol {
  padding-left: 0.4rem;
}
.article__blockquote {
  font-style: italic;
  color: #767d84;
  padding: 0 2.5rem 0 2.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  border-left: 0.5rem solid #eee;
}
.article__blockquote--title {
  font-weight: bold;
  font-size: 2rem;
}
.article__blockquote--credit {
  margin-bottom: 0.7rem;
}
.article__blockquote p:not(:last-child) {
  padding-bottom: 1rem;
}
.article__quote-credit {
  padding-left: 5rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.article__bottom-border-1 {
  padding-top: 3rem;
  border-bottom: 1px dotted #3d5889;
}
.article__bottom-border-2 {
  padding-top: 3px;
  border-bottom: 1px dotted #3d5889;
}
.article__comments {
  padding-top: 3rem;
}
.articles-page-heading {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-align: center;
  padding-bottom: 2rem;
}
.article-summary {
  max-width: 72rem;
  margin: 0 auto;
}
.article-summary:not(:last-child) {
  border-bottom: 1px dotted #3d5889;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.article-summary__heading {
  text-align: center;
}
.article-summary__title:link,
.article-summary__title:visited {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  color: #3d5889;
  line-height: 1.4;
  display: inline-block;
  border: 1px solid transparent;
}
.article-summary__title:active,
.article-summary__title:hover {
  font-weight: 700;
}
.article-summary__title:focus {
  outline: none;
  border: 1px dotted rgba(61, 88, 137, 0.7);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.article-summary__title--sub {
  font-size: 1.8rem;
  padding-bottom: 0.7rem;
  display: block;
}
.article-summary__image {
  z-index: -1;
  position: relative;
  border-radius: 0.7rem;
  margin-left: 0.9rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100px;
  height: auto;
}
@media only screen and (min-width: 550px) {
  .article-summary__image {
    max-width: 120px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-summary__image {
    max-width: 140px;
    margin-bottom: 2rem;
  }
}
.article-summary__image-container {
  position: relative;
  border-radius: 0.7rem;
  margin-left: 0.9rem;
  margin-right: 1rem;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100px;
  height: auto;
  float: right;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 550px) {
  .article-summary__image-container {
    max-width: 120px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-summary__image-container {
    max-width: 140px;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .article-summary__image-container {
    margin-left: 0.6rem;
    margin-right: 0.8rem;
  }
}
.article-summary__image-container:hover,
.article-summary__image-container:focus {
  transform: scale(1.03) translateY(-0.3rem);
}
.article-summary__image-container:hover > *,
.article-summary__image-container:focus > * {
  box-shadow: 0.4rem -0.4rem #bcbcbc;
}
.article-summary__image-container:after {
  content: attr(data);
  opacity: 0;
  transition: opacity 0.5s;
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0.3rem);
  white-space: nowrap;
  z-index: 2;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 0.9rem;
  margin-bottom: -0.5rem;
}
@media only screen and (min-width: 550px) {
  .article-summary__image-container:after {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-summary__image-container:after {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
.article-summary__image-container:hover:after {
  content: attr(data);
  opacity: 1;
  transition: opacity 0.5s;
  color: #3d5889;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0.3rem);
  white-space: nowrap;
  z-index: 2;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 0.9rem;
  margin-bottom: -0.5rem;
}
@media only screen and (min-width: 550px) {
  .article-summary__image-container:hover:after {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-summary__image-container:hover:after {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
.article-summary__text {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
.contact__box {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 80rem;
  width: 100%;
  margin-top: 3rem;
}
.contact__content {
  display: flex;
  padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .contact__content {
    flex-direction: column;
  }
}
.contact__heading {
  text-align: center;
}
.contact__image {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact__image {
    margin-top: 0;
  }
}
.notes__box {
  padding-top: 2rem;
  line-height: 1.5;
}
.notes__box p:not(:last-child) {
  padding-bottom: 1rem;
}
.notes__outline-btn {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
  background-color: #4d6fac;
  transition: all 0.3s ease-in-out;
}
.notes__outline-btn:link,
.notes__outline-btn:visited {
  color: #4d6fac;
  background-color: #f7f7f7;
  border: 1px solid #4d6fac;
  font-size: 1.5rem;
  text-decoration: none;
}
.notes__outline-btn:active,
.notes__outline-btn:hover {
  color: #f7f7f7;
  background-color: #4d6fac;
}
.notes__details {
  padding-bottom: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.notes__details-summary {
  font-size: 1.6rem;
}
.notes__details-summary:hover {
  background-color: #eaeaea;
}
.notes__details-summary:focus {
  outline-style: dashed;
  outline-width: 1px;
  outline-color: #333;
}
.notes__details-title {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}
.notes__figure {
  width: 100%;
  padding-top: 2rem;
}
.notes__figure--small {
  max-width: 40rem;
}
.notes__figure--med {
  max-width: 50rem;
}
.notes__figure--large {
  max-width: 60rem;
}
.notes__figcaption {
  font-size: 1.4rem;
  color: #333;
}
.notes__font-size-1 {
  font-size: 1.6rem;
}
.notes__header {
  text-align: center;
}
.notes__heading {
  font-size: 1.7rem;
  font-weight: bold;
}
.notes__image {
  width: 100%;
}
.notes__image--with-border {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.7rem;
}
.notes__list {
  list-style-position: outside;
  margin-left: 2rem;
}
.notes__list li:not(:last-child) {
  padding-bottom: 1rem;
}
.notes__list--secondary {
  font-size: 1.5rem;
  margin-left: 2rem;
}
.notes__outlineCloseBtn {
  transition: all 0.3s ease-in-out;
  float: right;
  margin: 0 0 0.5rem 0.5rem;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  color: #f7f7f7;
  background-color: #4d6fac;
}
.notes__outlineCloseBtn:hover {
  background-color: #f7f7f7;
  color: #4d6fac;
  border: 1px solid #4d6fac;
}
.notes__section {
  padding-bottom: 0.8rem;
}
.notes__tocMsg {
  display: none;
  padding-top: 1.5rem;
  padding-bottom: 0 !important;
}
#toc {
  position: relative;
}
#toc #outline ol li {
  color: #333;
  padding-left: 0.4rem;
}
.portfolio__image--mobile {
  display: none;
}
@media only screen and (max-width: 50rem) {
  .portfolio__image--mobile {
    display: block;
    margin: 0 auto;
    max-width: 16rem;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #c6d1e5;
    box-shadow: 3px 0px 1px 0px rgba(61, 88, 137, 0.3);
  }
}
.portfolio__figure {
  display: block;
  padding-top: 1rem;
  margin: 0;
  box-sizing: inherit;
}
@media only screen and (max-width: 50rem) {
  .portfolio__figure {
    display: none;
  }
}
.post__body {
  color: #333;
  font-size: 1.8rem;
}
.post__body p {
  padding-bottom: 1rem;
}
.post__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 80rem;
  width: 100%;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 767px) {
  .post__box {
    border: 1px dotted #3d5889;
    border-radius: 7px;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .post__box {
    border: none;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .post__box {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.post__comment-btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #4d6fac;
  color: #4d6fac;
  background-color: #f7f7f7;
}
.post__comment-btn:hover,
.post__comment-btn:active,
.post__comment-btn:focus {
  color: #f7f7f7;
  background-color: #4d6fac;
  transition: all 0.3s ease-in-out;
}
.post__comment-btn:focus {
  outline: none;
}
@media only screen and (max-width: 48em) {
  .post__comment-btn {
    margin-bottom: 2rem;
  }
}
.post__comment-btn-box {
  align-self: center;
}
.post__double-border {
  width: 100%;
  border-bottom: 1px dotted #b4c3de;
}
.post__double-border--1 {
  padding-top: 1rem;
}
.post__double-border--2 {
  padding-top: 3px;
}
.post__double-border--3 {
  padding-top: 0;
}
.post__double-border--4 {
  padding-top: 3px;
  margin-bottom: 1.5rem;
}
.post__figure {
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.post__figure--350 {
  width: 100%;
  max-width: 35rem;
}
.post__figure--400 {
  width: 100%;
  max-width: 40rem;
}
.post__figure--450 {
  width: 100%;
  max-width: 45rem;
}
.post__figure--500 {
  width: 100%;
  max-width: 50rem;
}
.post__image {
  width: 100%;
}
.post__image--300 {
  max-width: 30rem;
  display: block;
  margin: 0 auto;
}
.post__figcaption {
  margin: 0 auto;
  font-size: 1.3rem;
  color: #333;
}
@media only screen and (max-width: 37.5em) {
  .post__figcaption {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.post__info {
  display: block;
  font-size: 1.4rem;
  color: #6c757d;
}
.post__info-box {
  padding-top: 0.7rem;
}
.post__intro {
  width: 100%;
}
.post__link {
  color: #4d6fac;
  transition: all 0.3s ease-in-out;
}
.post__link:active,
.post__link:hover {
  text-decoration: none;
  font-weight: bold;
}
.post__list {
  padding: 0.3rem 4rem 1rem 4rem;
}
.post__list-item {
  font-size: 1.8rem;
  color: gray;
}
.post__list-item--heading {
  font-weight: bold;
  list-style-type: none;
}
.post__list-item--heading-not-top {
  padding-top: 1rem;
}
.post__list-item:not(:last-child) {
  padding-bottom: 0.25rem;
}
.post__main-figcaption {
  font-size: 1.3rem;
  color: #636363;
}
.post__main-image {
  width: 100%;
  border-radius: 3px;
}
.post__main-figure {
  margin: 0 auto;
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}
.post__main-figure--400 {
  max-width: 40rem;
  width: 100%;
}
.post__meta-data {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.post__ref-link {
  transition: all 0.3s ease-in-out;
}
.post__ref-link:link,
.post__ref-link:visited {
  text-decoration: none;
  color: #4d6fac;
  font-size: 1.9rem;
}
.post__ref-link:focus,
.post__ref-link:hover {
  font-weight: bold;
}
.post__title {
  align-self: center;
  color: #4d6fac;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}
.post__quote {
  color: #767d84;
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  border-left: 0.5rem solid #eee;
  padding: 0 2.5rem 0 2.5rem;
}
.posts__body {
  color: #333;
  font-size: 1.6rem;
}
.posts__body p {
  padding-bottom: 1rem;
}
.posts__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .posts__box {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 50rem) {
  .posts__box {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 927px) {
  .posts__box--withMargin {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .posts__box--withMargin {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .posts__box--withMargin {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.posts__category-filter {
  display: block;
  font-size: 1.5rem;
  color: #3d5889;
}
.posts__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 50rem) and (max-width: 58rem) {
  .posts__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 50rem) {
  .posts__container {
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
    padding: 0.5rem;
    background-color: #4d6fac;
  }
}
@media only screen and (min-width: 50rem) {
  .posts__container {
    grid-gap: 2.5rem;
  }
}
@media only screen and (min-width: 58rem) {
  .posts__container {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 50rem) {
  .posts__headingContainer {
    display: none;
  }
}
@media only screen and (max-width: 50rem) {
  .posts__headingContainer {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 1.4rem;
  }
}
.posts__heading {
  font-size: 1.8rem;
  color: #333;
}
.posts__image {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}
.posts__intro {
  width: 100%;
}
.posts__item {
  display: flex;
  padding: 1rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #3d5889;
  border-radius: 5px;
  text-decoration: none;
  color: #4d6fac;
  background-color: #f7f7f7;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 50rem) {
  .posts__item {
    max-width: 36rem;
  }
}
@media only screen and (max-width: 50rem) {
  .posts__item {
    max-width: 100%;
  }
}
.posts__item:active,
.posts__item:hover {
  text-decoration: none;
  box-shadow: inset 0px 0px 14px 0px #4d6fac;
  cursor: pointer;
}
.posts__list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 50rem) {
  .posts__list {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 50rem) {
  .posts__list {
    padding-top: 0;
  }
}
.posts__main-image {
  width: 100%;
  border-radius: 3px;
}
@media only screen and (max-width: 48em) {
  .posts__main-image {
    padding-bottom: 0.5rem;
  }
}
.posts__pagination-box {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-top: 1.5rem;
}
.posts__pagination-link {
  color: #4d6fac;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.posts__pagination-link:active,
.posts__pagination-link:hover {
  text-decoration: none;
  font-weight: bold;
}
.posts__title {
  color: #4d6fac;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.post-body__par {
  padding-bottom: 1rem;
}
.post-body__sub-heading {
  color: #3d5889;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.8rem;
}
.post-body__figure {
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.post-body__figure--350 {
  width: 100%;
  max-width: 35rem;
}
.post-body__figure--400 {
  width: 100%;
  max-width: 40rem;
}
.post-body__figure--450 {
  width: 100%;
  max-width: 45rem;
}
.post-body__figure--500 {
  width: 100%;
  max-width: 50rem;
}
.post-body__image {
  width: 100%;
}
.post-body__image--300 {
  max-width: 30rem;
  display: block;
  margin: 0 auto;
}
.post-body__figcaption {
  margin: 0 auto;
  font-size: 1.3rem;
  color: #333;
}
@media only screen and (max-width: 37.5em) {
  .post-body__figcaption {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.post-body__quote {
  color: #767d84;
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  border-left: 0.5rem solid #eee;
  padding: 0 2.5rem 0 2.5rem;
}
@media only screen and (max-width: 37.5em) {
  .post-body__quote {
    border: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.sticksMOICollection {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sticksMOICollection__mainContainer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 50rem) {
  .sticksMOICollection__mainContainer {
    margin-top: -7.6rem;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__mainContainer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__mainContainer {
    padding-top: 0;
  }
}
.sticksMOICollection__mainHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  background-color: #4d6fac;
  background-image: linear-gradient(
      rgba(77, 111, 172, 0.9),
      rgba(77, 111, 172, 0.9)
    ),
    url(/static/images/sticks/sticks-background/back-cover-1200px.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__mainHeader {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em),
  only screen and (min-resolution: 192dpi) and (min-width: 37.5em),
  (min-width: 125em) {
  .sticksMOICollection__mainHeader {
    background-image: linear-gradient(
        to right bottom,
        rgba(77, 111, 172, 0.9),
        rgba(77, 111, 172, 0.9)
      ),
      url(/static/images/sticks/sticks-background/back-cover-1800px.jpg);
  }
}
@media only screen and (min-width: 187.5em) {
  .sticksMOICollection__mainHeader {
    background-image: linear-gradient(
        to right bottom,
        rgba(77, 111, 172, 0.9),
        rgba(77, 111, 172, 0.9)
      ),
      url(/static/images/sticks/sticks-background/back-cover-2900px.jpg);
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__mainHeader {
    padding-top: 8rem;
  }
}
.sticksMOICollection__mainHeading {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  word-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 4rem;
  color: #f9fafa;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__mainHeading {
    font-size: 2.8rem;
  }
}
.sticksMOICollection__mainHeading--secondary {
  text-align: center;
  letter-spacing: 0.3rem;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  color: #f7f7f7;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__mainHeading--secondary {
    font-size: 2.3rem;
  }
}
.sticksMOICollection__mainHeadingContainer {
  max-width: 114rem;
  margin: 0 auto 11rem;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__mainHeadingContainer {
    margin-bottom: 6rem;
  }
}
.sticksMOICollection__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.4;
  color: #3d5889;
}
.sticksMOICollection__heading--white {
  color: #f7f7f7;
}
.sticksMOICollection__aboutContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  padding-top: 5rem;
}
@media only screen and (max-width: 40rem) {
  .sticksMOICollection__aboutContainer {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 62.5rem) {
  .sticksMOICollection__aboutContainer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 62.5rem) {
  .sticksMOICollection__aboutContainer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.sticksMOICollection__about {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sticksMOICollection__aboutContent {
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__aboutContent {
    flex-direction: row;
    max-width: 100%;
  }
}
.sticksMOICollection__aboutMainContent {
  flex-basis: 60%;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 37.5em) {
  .sticksMOICollection__aboutMainContent {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__aboutMainContent {
    flex-basis: 100%;
  }
}
.sticksMOICollection__aboutFigures {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 40%;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__aboutFigures {
    flex-basis: 0%;
  }
}
.sticksMOICollection__aboutParagraph {
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.1rem;
  text-align: left;
  margin: 0 auto 1.2rem auto;
}
.sticksMOICollection__filler {
  flex-grow: 1;
}
.sticksMOICollection__footer {
  align-self: stretch;
  margin-top: 2rem;
}
@media only screen and (max-width: 48rem) {
  .sticksMOICollection__footer {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 32rem) {
  .sticksMOICollection__footer {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.sticksMOICollection__main-heading,
.sticksMOICollection__about,
.sticksMOICollection__articles,
.sticksMOICollection__fller,
.sticksMOICollection__footer {
  flex-shrink: 0;
}
.sticksMOICollection__menuContainer {
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__menuContainer {
    display: none;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__menuContainer {
    flex-direction: column;
    align-items: center;
  }
}
.sticksMOICollection__menuItemImg {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
  display: block;
  transform: rotateY(37deg);
  box-shadow: 0 4rem 5rem rgba(51, 51, 51, 0.4);
  transition: all 0.4s;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__menuItemImg {
    margin-bottom: 2rem;
  }
}
.sticksMOICollection__menuItem {
  text-align: center;
  perspective: 120rem;
  width: 100%;
  max-width: 35rem;
  transition: all 0.4s;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__menuItem {
    max-width: 30rem;
  }
}
.sticksMOICollection__menuBtn {
  padding: 1.8rem 3rem;
  font-size: 1.7rem;
  background-color: #45649a;
  border: 1px solid #45649a;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__menuBtn {
    max-width: 30rem;
  }
}
.sticksMOICollection__menuBtn:link,
.sticksMOICollection__menuBtn:visited {
  width: 80%;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #f7f7f7;
  font-size: 1.8rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__menuBtn:link,
  .sticksMOICollection__menuBtn:visited {
    width: 18rem;
  }
}
@media only screen and (min-width: 50rem) {
  .sticksMOICollection__menuBtn:link,
  .sticksMOICollection__menuBtn:visited {
    width: 80%;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__menuBtn:link,
  .sticksMOICollection__menuBtn:visited {
    margin-bottom: 6rem;
  }
}
.sticksMOICollection__postBodyImage {
  width: 100%;
}
.sticksMOICollection__postBodyImage--300 {
  max-width: 30rem;
  display: block;
  margin: 0 auto;
}
.sticksMOICollection__imageMobile {
  display: none;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__imageMobile {
    display: block;
    margin: 0 auto;
    max-width: 16rem;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #c6d1e5;
    box-shadow: 3px 0px 1px 0px rgba(61, 88, 137, 0.3);
  }
}
.sticksMOICollection__figure {
  display: block;
  padding-top: 1rem;
  margin: 0;
  box-sizing: inherit;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__figure {
    display: none;
  }
}
.sticksMOICollection__figcaptionContainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.3rem;
}
.sticksMOICollection__figcaption {
  font-size: 1.4rem;
  color: #333;
}
.sticksMOICollection__articlesBody {
  color: #333;
  font-size: 1.6rem;
}
.sticksMOICollection__articlesBody p {
  padding-bottom: 1rem;
}
.sticksMOICollection__articlesContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 115rem;
}
@media only screen and (min-width: 50rem) and (max-width: 58rem) {
  .sticksMOICollection__articlesContainer {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__articlesContainer {
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
    background-color: #4d6fac;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 50rem) {
  .sticksMOICollection__articlesContainer {
    grid-gap: 2.5rem;
  }
}
@media only screen and (min-width: 58rem) {
  .sticksMOICollection__articlesContainer {
    margin-top: 2rem;
  }
}
.sticksMOICollection__articlesImage {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}
.sticksMOICollection__articlesIntro {
  width: 100%;
}
.sticksMOICollection__articlesItem {
  display: flex;
  padding: 1rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #3d5889;
  border-radius: 5px;
  text-decoration: none;
  color: #4d6fac;
  background-color: #f7f7f7;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 50rem) {
  .sticksMOICollection__articlesItem {
    max-width: 36rem;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__articlesItem {
    max-width: 100%;
  }
}
.sticksMOICollection__articlesItem:active,
.sticksMOICollection__articlesItem:hover {
  text-decoration: none;
  box-shadow: inset 0px 0px 14px 0px #4d6fac;
  cursor: pointer;
}
.sticksMOICollection__articlesList {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .sticksMOICollection__articlesList {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-color: #4d6fac;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__articlesList {
    padding: 0;
  }
}
.sticksMOICollection__articlesMainImage {
  width: 100%;
  border-radius: 3px;
}
@media only screen and (max-width: 48em) {
  .sticksMOICollection__articlesMainImage {
    padding-bottom: 0.5rem;
  }
}
.sticksMOICollection__articlesTitle {
  color: #4d6fac;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.sticksMOICollection__articlesHeading {
  color: #f7f7f7;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.4;
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__articlesHeading {
    background-color: #4d6fac;
    padding-top: 1rem;
  }
}
.sticksMOICollection__tidbitsBody {
  color: #333;
  font-size: 1.6rem;
}
.sticksMOICollection__tidbitsBody p {
  padding-bottom: 1rem;
}
.sticksMOICollection__tidbitsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 115rem;
}
@media only screen and (min-width: 50rem) and (max-width: 58rem) {
  .sticksMOICollection__tidbitsContainer {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__tidbitsContainer {
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
    padding: 0.5rem;
    background-color: #4d6fac;
  }
}
@media only screen and (min-width: 50rem) {
  .sticksMOICollection__tidbitsContainer {
    grid-gap: 2.5rem;
  }
}
@media only screen and (min-width: 58rem) {
  .sticksMOICollection__tidbitsContainer {
    margin-top: 2rem;
  }
}
.sticksMOICollection__tidbitsImage {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}
.sticksMOICollection__tidbitsIntro {
  width: 100%;
}
.sticksMOICollection__tidbitsItem {
  display: flex;
  padding: 1rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #3d5889;
  border-radius: 5px;
  text-decoration: none;
  color: #4d6fac;
  background-color: #f7f7f7;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 767px) {
  .sticksMOICollection__tidbitsItem {
    max-width: 36rem;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__tidbitsItem {
    max-width: 100%;
  }
}
.sticksMOICollection__tidbitsItem:active,
.sticksMOICollection__tidbitsItem:hover {
  text-decoration: none;
  box-shadow: inset 0px 0px 14px 0px #4d6fac;
  cursor: pointer;
}
.sticksMOICollection__tidbitsList {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  width: 100%;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 50rem) {
  .sticksMOICollection__tidbitsList {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__tidbitsList {
    padding-bottom: 0;
  }
}
.sticksMOICollection__tidbitsMainImage {
  width: 100%;
  border-radius: 3px;
}
@media only screen and (max-width: 48em) {
  .sticksMOICollection__tidbitsMainImage {
    padding-bottom: 0.5rem;
  }
}
.sticksMOICollection__tidbitsTitle {
  color: #4d6fac;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.sticksMOICollection__tidbitsHeading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.4;
}
@media only screen and (min-width: 50rem) {
  .sticksMOICollection__tidbitsHeading {
    color: #4d6fac;
  }
}
@media only screen and (max-width: 50rem) {
  .sticksMOICollection__tidbitsHeading {
    color: #f7f7f7;
    background-color: #4d6fac;
    padding-top: 1rem;
  }
}
.gallery1 {
  padding-top: 3.2rem;
}
.gallery1__container {
  padding: 0.8rem;
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6rem;
  align-items: center;
  max-width: 122rem;
  margin: 0 auto;
}
.gallery1__figcaption {
  font-size: 1.5rem;
  padding: 0.3rem 0 0 0;
  margin: 0;
}
.gallery1__heading {
  font-size: 3.5rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
.gallery1__heading--small {
  display: block;
  font-size: 3rem;
}
.gallery1__image {
  width: 100%;
}
.gallery1__image-hide {
  display: none;
}
.gallery1__item {
  border: 1px solid grey;
  height: 100%;
  padding: 1.6rem;
}
.gallery1__notes {
  transition: all 0.3s ease-in-out;
}
.gallery1__notes:link,
.gallery1__notes:visited {
  text-decoration: none;
  font-size: 1.7rem;
  margin-top: 3rem;
  color: #4d6fac;
}
.gallery1__notes:active,
.gallery1__notes:hover {
  font-weight: bold;
}
.gallery1__project-description {
  font-size: 1.6rem;
  line-height: 1.3;
}
.gallery1__project-description:not(:last-child) {
  padding-bottom: 0.5rem;
}
.gallery1__project-description-box {
  max-width: 45rem;
  list-style-position: outside;
  margin: 0 0 0 2rem;
}
.gallery1__project-heading {
  padding-top: 3rem;
  font-size: 2.2rem;
}
@media only screen and (max-width: 800px) {
  .gallery1__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 560px) {
  .gallery1__container {
    padding: 2.4rem 0 0 0;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .gallery1__item {
    border: none;
    max-width: 36rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 2.6rem;
  }
  .gallery1__figure {
    margin: 0;
  }
}
