@charset "UTF-8";
/*
 * @preserve: Frontend style
 */
/* My Sites Dropdown Search */
#wp-admin-bar-my-sites-search {
  height: 2.2em;
}

#wp-admin-bar-my-sites-search label[for="my-sites-search-text"] {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#wp-admin-bar-my-sites-search .ab-item {
  height: 34px;
}

#wp-admin-bar-my-sites-search input {
  background-color: transparent;
  border: 1px solid #989898;
  color: #ccc;
  padding: 2px 5px;
  width: 95%;
  width: calc( 100% - 14px);
  height: 1.7em;
}

#wp-admin-bar-my-sites-search input::-webkit-input-placeholder {
  color: #808080;
}

#wp-admin-bar-my-sites-search input::-moz-placeholder {
  color: #808080;
}

#wp-admin-bar-my-sites-search input:-ms-input-placeholder {
  color: #808080;
}

#wp-admin-bar-my-sites-search input::placeholder {
  color: #808080;
}

/* Stylized Boxes (Bootstrap-style "Alerts") */
.acg-alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.acg-alert a {
  text-decoration: underline;
}

.acg-alert.acg-alert-primary {
  background-color: #CCE5FF;
  color: #0058b3;
  border-color: #a8d3ff;
}

.acg-alert.acg-alert-primary a {
  color: #0064cc !important;
}

.acg-alert.acg-alert-primary a:hover {
  color: #0058b3 !important;
}

.acg-alert.acg-alert-secondary {
  background-color: #E7E8EA;
  color: #565a62;
  border-color: #d4d6d9;
}

.acg-alert.acg-alert-secondary a {
  color: #626770 !important;
}

.acg-alert.acg-alert-secondary a:hover {
  color: #565a62 !important;
}

.acg-alert.acg-alert-success {
  background-color: #D4EDDA;
  color: #327742;
  border-color: #bbe2c4;
}

.acg-alert.acg-alert-success a {
  color: #39894c !important;
}

.acg-alert.acg-alert-success a:hover {
  color: #327742 !important;
}

.acg-alert.acg-alert-danger {
  background-color: #F8D7DA;
  color: #9b1b27;
  border-color: #f3b9be;
}

.acg-alert.acg-alert-danger a {
  color: #b11f2c !important;
}

.acg-alert.acg-alert-danger a:hover {
  color: #9b1b27 !important;
}

.acg-alert.acg-alert-warning {
  background-color: #FFF3CD;
  color: #b48800;
  border-color: #ffeaa9;
}

.acg-alert.acg-alert-warning a {
  color: #cd9c00 !important;
}

.acg-alert.acg-alert-warning a:hover {
  color: #b48800 !important;
}

.acg-alert.acg-alert-info {
  background-color: #D1ECF1;
  color: #287482;
  border-color: #b6e1e9;
}

.acg-alert.acg-alert-info a {
  color: #2e8596 !important;
}

.acg-alert.acg-alert-info a:hover {
  color: #287482 !important;
}

.acg-alert.acg-alert-light {
  background-color: #FFFFFF;
  color: #737373;
  border-color: #ededed;
}

.acg-alert.acg-alert-light a {
  color: #807f7f !important;
}

.acg-alert.acg-alert-light a:hover {
  color: #737373 !important;
}

.acg-alert.acg-alert-dark {
  background-color: #D6D8D9;
  color: #484c4e;
  border-color: #c3c6c8;
}

.acg-alert.acg-alert-dark a {
  color: #55595b !important;
}

.acg-alert.acg-alert-dark a:hover {
  color: #484c4e !important;
}

.acg-alert.acg-alert-orange {
  background-color: #FDEAD1;
  color: #ae6608;
  border-color: #fcdaaf;
}

.acg-alert.acg-alert-orange a {
  color: #c67409 !important;
}

.acg-alert.acg-alert-orange a:hover {
  color: #ae6608 !important;
}

.acg-alert.acg-alert-darkblue {
  background-color: #225CB5;
  color: #f3f7fd;
  border-color: #1c4d97;
}

.acg-alert.acg-alert-darkblue a {
  color: #f3f7fd !important;
}

.acg-alert.acg-alert-darkblue a:hover {
  color: #c4d7f4 !important;
}

.acg-alert.acg-alert-skyblue {
  background-color: #478BE1;
  color: #FFFFFF;
  border-color: #2878dc;
}

.acg-alert.acg-alert-skyblue a {
  color: white !important;
}

.acg-alert.acg-alert-skyblue a:hover {
  color: #e0ecfa !important;
}

/* [redirect_countdown] */
#acg_redirect_countdown {
  font-size: 13px;
}

/* [restricted_content] */
div.restricted-content {
  background-color: #e4e4e4;
  color: #717171;
  border: 1px solid #8b8a8a;
  padding: 1em 1em 0;
  margin-bottom: 1em;
}

div.restricted-content h1, div.restricted-content h2, div.restricted-content h3, div.restricted-content h4, div.restricted-content h5, div.restricted-content h6 {
  color: #646464;
}

div.restricted-content.restricted-content-left, div.restricted-content.restricted-content-left * {
  text-align: left;
}

div.restricted-content.restricted-content-center, div.restricted-content.restricted-content-center * {
  text-align: center;
}

div.restricted-content.restricted-content-justify, div.restricted-content.restricted-content-justify * {
  text-align: justify;
}

span.restricted-content-redact {
  color: #000 !important;
  background-color: #000 !important;
  letter-spacing: 4px;
}

/* [code_block] */
.code-box-copy {
  position: relative;
  font-size: 16px;
}

.code-box-copy:hover .code-box-copy__btn {
  opacity: 1;
  z-index: 10;
}

code.has-shortcodes {
  margin-left: -4px;
}

.code-box-copy__btn {
  opacity: 0;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 36px;
  height: 36px;
  background-color: #eee;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.code-box-copy__btn:hover {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}

.code-box-copy__btn:disabled {
  background-color: #eee;
  border-color: #ccc;
  color: #333;
  pointer-events: none;
}

.code-box-copy__btn:focus, .code-box-copy__btn:active {
  outline: 0;
}

.code-box-copy__btn::before {
  display: inline-block;
  content: ' ';
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("https://rawcdn.githack.com/jablonczay/code-box-copy/master/code-box-copy/img/ic-copy.svg") no-repeat 0 0;
}

.code-box-copy__tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 11px);
  right: 0;
  width: 80px;
  padding: 6px 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 13px;
}

.code-box-copy__tooltip::after {
  display: block;
  position: absolute;
  right: 13px;
  bottom: -5px;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}

/* [social_share_buttons] */
span.social-share-buttons-label {
  float: left;
  font-size: 1.4em;
  line-height: 1.6em;
  padding-right: 0.5em;
}

div.ssk-group a {
  margin-bottom: 1.4em;
}

div.ssk-group a.ssk {
  margin-right: .4em;
  border-radius: 3px;
}

div.ssk-group a.ssk-text {
  font-family: 'Open Sans', sans-serif;
  margin-right: .4em !important;
}

div.ssk-group a.ssk-text::before {
  font-size: 1.35em !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  span.social-share-buttons-label {
    line-height: 1.9em;
  }
  div.ssk-group a.ssk-text {
    line-height: 1.75em;
  }
}

/* Gutenberg-specific Style - Common */
.wp-block-subhead, .wp-block-preformatted, .wp-block-verse {
  font-size: 13px;
}

.wp-block-separator {
  border-bottom: 1px solid #DDDDDD;
  max-width: unset;
}

.wp-block-button .wp-block-button__link {
  border-radius: unset;
  line-height: unset;
  padding: 1em 0.5em;
  font-size: 13px;
  background-color: #E38410;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #ef911d;
}

.wp-block-verse, .wp-block-preformatted {
  background-color: #eee;
  padding: .75rem;
  font-size: .85rem;
  font-style: italic;
}

.wp-block-verse {
  line-height: 1.2rem;
  margin-bottom: 1.2em;
  font-family: Georgia, serif;
}

.wp-block-preformatted {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1rem;
}

.wp-block-quote {
  margin-bottom: 1.2em;
}

/* Gutenberg-specific Style - Front-End */
body.editor-standard figure.wp-block-image img {
  max-width: 100%;
}

body.editor-standard figure.alignfull img, body.editor-standard figure.alignwide img {
  width: 100%;
}

body.editor-standard .wp-block-latest-posts li, body.editor-standard .wp-block-categories-list li {
  text-align: left;
}

body.editor-standard .wp-block-quote {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .5rem 1rem;
  background-color: #f5f4f4;
}

body.editor-standard .wp-block-quote p {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: .5rem 2.5rem;
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

body.editor-standard .wp-block-quote p::before, body.editor-standard .wp-block-quote p::after {
  z-index: -1;
  position: absolute;
  color: #d2d2d2;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
}

body.editor-standard .wp-block-quote p::before {
  content: "“";
  top: 0;
  left: 0;
  line-height: 1.1;
}

body.editor-standard .wp-block-quote p::after {
  content: "”";
  bottom: 0;
  right: 0;
  line-height: .2;
}

body.editor-standard .wp-block-quote cite {
  /*
      margin-left: 2.75rem;
      padding-right: 2.75rem;
      color: hsl(0,0,55%);
      font-size: .8125rem; // 13px
      */
  margin-top: .5em;
  display: block;
  text-align: right;
  color: #8C8C8C;
  font-size: .75rem;
}

body.editor-standard .wp-block-quote cite:before {
  content: '\2014';
}
