/***
* RHD Dev: Compiled at 2:45:52 PM on 05-09-2018
***/

/* ==========================================================================
	Includes
   ========================================================================== */
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  margin: 1.5rem 0;
}
p {
  margin-bottom: 1.6em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51,51,51,0.7);
  color: #595959;
  color: rgba(51,51,51,0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
  text-indent: 0;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > plast-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: bold $fw_bold;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  background-color: rgba(0,0,0,0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51,51,51,0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51,51,51,0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #eaeaea;
  background-color: rgba(51,51,51,0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}
ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold $fw_bold;
}
dd {
  margin-bottom: 1.6em;
}
table,
th,
td {
  border: 1px solid #595959;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed /* Prevents HTML tables from becoming too wide */;
  width: 100%;
}
caption,
th,
td {
  font-weight: bold;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold 700;
}
td {
  border-width: 0 1px 1px 0;
}
th td {
  padding: 0.4em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
}
del {
  opacity: 0.8;
}
button,
input,
textarea {
  background-color: #fff;
  font-size: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255,255,255,0) rgba(255,255,255,0)) /* Removing the inner shadow on iOS inputs */;
  border: 1px solid #3e7fa9;
  color: #000;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #626262;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}
button[type="button"],
input[type="button"],
button[type="reset"],
input[type="reset"],
button[type="submit"],
input[type="submit"] {
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  -webkit-appearance: button;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #3e7fa9;
  color: #fff;
  outline: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
button-moz-focus-inner,
input-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0.75rem;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.post-password-form {
  position: relative;
}
.post-password-form label {
  color: #707070;
  color: rgba(51,51,51,0.7);
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}
.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}
.unselectable {
  -webkit-user-select: none /* Chrome/Safari */;
  -moz-user-select: none /* Firefox */;
  -ms-user-select: none /* IE10+ */;
  -o-user-select: none;
  user-select: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96% /* Image does not overflow the content area */;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text,
.nf-form-fields-required {
  clip: rect(1px 1px 1px 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-textfocus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 /* Above WP toolbar. */;
}
.gallery {
  width: 100%;
  margin-bottom: 1.6em;
}
.gallery-item {
  max-width: 33.33%;
  display: inline-block;
  padding: 1.79104477%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.sticky {
  position: initial;
}
@media screen and (min-width: 57em) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden,
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.clearfix:before,
.site-header:before,
.blog .site-content article:before,
.archive .site-content article:before,
.search .site-content article:before,
.single .site-content article:before,
.page .site-content article:before,
.rhd-pagination:before,
.feed-post:before,
.feed-post .entry-summary:before,
.publisher-edit-form .form-group:before,
#header:before,
#main .wrapper:before,
#footer-widget-area:before,
.clearfix:after,
.site-header:after,
.blog .site-content article:after,
.archive .site-content article:after,
.search .site-content article:after,
.single .site-content article:after,
.page .site-content article:after,
.rhd-pagination:after,
.feed-post:after,
.feed-post .entry-summary:after,
.publisher-edit-form .form-group:after,
#header:after,
#main .wrapper:after,
#footer-widget-area:after {
  content: " " /* 1 */;
  display: table /* 2 */;
}
.clearfix:after,
.site-header:after,
.blog .site-content article:after,
.archive .site-content article:after,
.search .site-content article:after,
.single .site-content article:after,
.page .site-content article:after,
.rhd-pagination:after,
.feed-post:after,
.feed-post .entry-summary:after,
.publisher-edit-form .form-group:after,
#header:after,
#main .wrapper:after,
#footer-widget-area:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print {
  *,
  *before,
  *after {
    background: transparent !important;
    color: #000 !important /* Black prints faster
                                   http://www.sanbeiji.com/archives/953 */;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  avisited {
    text-decoration: underline;
  }
  a[href]after {
    content: " (" attr(href) ")";
  }
  abbr[title]after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]after,
  a[href^="javascript"]after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.alignjustify {
  text-align: justify;
}
#hamburger {
  background: none;
}
#hamburger span {
  background-color: #fff;
  border-radius: 1px;
}
#hamburger span::before,
#hamburger span::after {
  background-color: #fff;
  border-radius: 1px;
}
.c-hamburger--htx.is-active span {
  background-color: transparent !important;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50.4px;
  height: 50.4px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 23.1px;
  left: 9.45px;
  right: 9.45px;
  height: 4.199999999999999px;
  background: #fff;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4.199999999999999px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -9.799999999999999px;
}
.c-hamburger span::after {
  bottom: -9.799999999999999px;
}
.c-hamburger--rot {
  background-color: #28aadc;
}
.c-hamburger--rot span {
  transition: transform 0.3s;
}
.c-hamburger--rot.is-active {
  background-color: #1d89b3;
}
.c-hamburger--rot.is-active span {
  transform: rotate(90deg);
}
.c-hamburger--htx {
  background-color: #ff3264;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
  background-color: #f4003c;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.c-hamburger--htla {
  background-color: #32dc64;
}
.c-hamburger--htla span {
  transition: transform 0.3s;
}
.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.c-hamburger--htla.is-active {
  background-color: #20b94d;
}
.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}
.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(19.95px) translateY(2.1px) rotate(45deg);
}
.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(19.95px) translateY(-2.1px) rotate(-45deg);
}
.c-hamburger--htra {
  background-color: #ff9650;
}
.c-hamburger--htra span {
  transition: transform 0.3s;
}
.c-hamburger--htra span::before {
  transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htra span::after {
  transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.c-hamburger--htra.is-active {
  background-color: #ff6e0d;
}
.c-hamburger--htra.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}
.c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(-4.199999999999999px) translateY(2.1px) rotate(-45deg);
}
.c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(-4.199999999999999px) translateY(-2.1px) rotate(45deg);
}
.ghost-button-container {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.ghost-button-container.gb-align-center {
  margin-right: auto;
  margin-left: auto;
}
.ghost-button-container.gb-align-right {
  float: right;
}
.ghost-button-container.gb-align-left {
  float: left;
}
.ghost-button-container .ghost-button,
.ghost-button-container .ghost-button-alt,
.rhd-load-more .rhd-load-more-button,
.rhd-load-more-no-more,
.rhd-pagination .pag-link a,
#comments #commentform #submit {
  padding: 0.4em 0.8em;
  text-decoration: none;
  background-color: #fff;
  border-width: 3px;
  border-style: solid;
  border-radius: 0.1em;
  display: inline-block;
  transition: all 0.2s;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.ghost-button-container .ghost-button:hover,
.ghost-button-container .ghost-button-alt:hover,
.rhd-load-more .rhd-load-more-button:hover,
.rhd-load-more-no-more:hover,
.rhd-pagination .pag-link a:hover,
#comments #commentform #submit:hover,
.ghost-button-container .ghost-button:active,
.ghost-button-container .ghost-button-alt:active,
.rhd-load-more .rhd-load-more-button:active,
.rhd-load-more-no-more:active,
.rhd-pagination .pag-link a:active,
#comments #commentform #submit:active {
  text-decoration: none;
  color: #fff;
}
.ghost-button-container .ghost-button.filled,
.ghost-button-container .ghost-button-alt.filled,
.rhd-load-more .rhd-load-more-button.filled,
.rhd-load-more-no-more.filled,
.rhd-pagination .pag-link a.filled,
#comments #commentform #submit.filled {
  color: #fff;
}
.ghost-button-container .ghost-button,
.rhd-load-more .rhd-load-more-button,
.rhd-load-more-no-more,
.rhd-pagination .pag-link a,
#comments #commentform #submit {
  color: #3e7fa9;
  border-color: #3e7fa9;
}
.ghost-button-container .ghost-button:hover,
.rhd-load-more .rhd-load-more-button:hover,
.rhd-load-more-no-more:hover,
.rhd-pagination .pag-link a:hover,
#comments #commentform #submit:hover,
.ghost-button-container .ghost-button:active,
.rhd-load-more .rhd-load-more-button:active,
.rhd-load-more-no-more:active,
.rhd-pagination .pag-link a:active,
#comments #commentform #submit:active {
  background-color: #3e7fa9;
}
.ghost-button-container .ghost-button:focus,
.rhd-load-more .rhd-load-more-button:focus,
.rhd-load-more-no-more:focus,
.rhd-pagination .pag-link a:focus,
#comments #commentform #submit:focus {
  border-color: #7aadce;
}
.ghost-button-container .ghost-button.filled,
.rhd-load-more .rhd-load-more-button.filled,
.rhd-load-more-no-more.filled,
.rhd-pagination .pag-link a.filled,
#comments #commentform #submit.filled {
  background-color: #3e7fa9;
  border-color: #3e7fa9;
}
.ghost-button-container .ghost-button.filled:hover,
.rhd-load-more .rhd-load-more-button.filled:hover,
.rhd-load-more-no-more.filled:hover,
.rhd-pagination .pag-link a.filled:hover,
#comments #commentform #submit.filled:hover,
.ghost-button-container .ghost-button.filled:active,
.rhd-load-more .rhd-load-more-button.filled:active,
.rhd-load-more-no-more.filled:active,
.rhd-pagination .pag-link a.filled:active,
#comments #commentform #submit.filled:active {
  background-color: #626262;
  border-color: #626262;
}
.ghost-button-container .ghost-button.filled:focus,
.rhd-load-more .rhd-load-more-button.filled:focus,
.rhd-load-more-no-more.filled:focus,
.rhd-pagination .pag-link a.filled:focus,
#comments #commentform #submit.filled:focus {
  border-color: #999;
}
.ghost-button-container .ghost-button-alt {
  color: #626262;
  border-color: #626262;
}
.ghost-button-container .ghost-button-alt:hover,
.ghost-button-container .ghost-button-alt:active {
  background-color: #626262;
}
.ghost-button-container .ghost-button-alt.filled {
  background-color: #626262;
  border-color: #626262;
}
.ghost-button-container .ghost-button-alt.filled:hover,
.ghost-button-container .ghost-button-alt.filled:active {
  background-color: #3e7fa9;
  border-color: #3e7fa9;
}
/* ==========================================================================
	Main Styles
   ========================================================================== */
html,
body,
#page,
#main {
  min-height: 100%;
}
html,
body {
  text-shadow: 0 0 1px transparent;
  width: 100%;
  font-size: 16px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: fw_normal;
  color: #000;
}
body.admin-bar #wpadminbar {
  position: fixed;
  top: 0;
}
a {
  outline: 0 !important;
  transition: color 0.25s ease;
  color: #3e7fa9;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
input,
textarea {
  background-color: #fff;
  border: 2px solid #3e7fa9;
  box-sizing: border-box;
  padding: 0.5em;
  font-family: 'Lato', sans-serif;
  outline: 0 !important;
  transition: all 0.25s;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: normal;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: 'Lato', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'Lato', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-transform: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'Lato', sans-serif;
  color: #808080;
  font-weight: normal;
  text-transform: normal;
}
input:focus,
textarea:focus {
  border-color: #28536e;
}
input[type="submit"] {
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  transition: all 0.25s;
}
input[type="submit"]:hover {
  background-color: #3e7fa9;
}
#navbar {
  width: 100%;
  height: 3rem;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3e7fa9;
  color: #fff;
  z-index: 10000;
}
#navbar .widget-rhd-social-icons {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.75rem;
}
#navbar .widget-rhd-social-icons .rhd-social-icons .rhd-social-icon {
  width: 2.8em;
  height: 2.8em;
  margin: -0.65em;
}
#navbar-logo {
  width: auto;
  height: 80%;
  position: relative;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.25s ease;
}
#navbar-logo.visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#navbar-logo .navbar-logo-image {
  width: auto;
  height: 100%;
}
.site-header {
  width: 100%;
  height: auto;
  position: relative;
  color: #3e7fa9;
  border-bottom: 1px solid #999;
  margin-bottom: 1.5rem;
}
.site-header .site-title-logo {
  display: none;
}
.site-header .site-title {
  width: 93%;
  max-width: 1080px;
  position: relative;
  margin: 0.75rem auto 0.75rem auto;
  line-height: 1;
  font-size: 0.9em;
}
.site-header .site-title .title,
.site-header .site-title .subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
}
.site-header .site-title .title {
  text-align: left;
  margin: 0;
  letter-spacing: 1px;
}
.site-header .site-title .title .title-small-caps {
  font-variant: small-caps;
  text-transform: lowercase;
}
.site-header .site-title .title .title-italic {
  font-style: italic;
}
.site-header .site-title .subtitle {
  text-align: right;
  font-size: 1.3em;
  text-transform: lowercase;
  margin: 0.375rem 0 0 0;
}
#page {
  margin: 0;
  padding-top: 3rem;
}
.site-navigation {
  list-style: none;
  padding-left: 0.375rem;
  margin-top: 0.75rem;
  line-height: 2.2;
}
.site-navigation > li > a {
  text-transform: uppercase;
}
.site-navigation > li a {
  text-decoration: none;
}
.site-navigation .menu-item-has-children .sub-menu {
  list-style: none;
  padding-left: 1.125rem;
  margin: 0 0 0.1875rem 0;
  overflow: hidden;
  font-size: 0.9em;
}
.site-navigation .menu-item-has-children .sub-menu .menu-item:before {
  content: "\2014\00a0";
}
#site-menu-slidebar {
  width: 300px;
  background: #3e7fa9;
  color: #fff;
  border-right: 3px solid #626262;
  z-index: 10001;
}
#site-menu-slidebar::-webkit-scrollbar {
  display: none;
}
#site-menu-slidebar .slidebar-logo {
  width: 50%;
  max-width: 1080px;
  position: relative;
  margin: 0.75rem auto 0 auto;
  display: block;
}
#site-menu-slidebar a {
  color: inherit;
}
#site-menu-slidebar .site-navigation {
  width: 90%;
  max-width: 1080px;
  position: relative;
  margin: 0.75rem auto 0 auto;
  font-size: 1.1em;
  text-align: left;
}
#hamburger {
  left: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: left 0.35s ease;
  z-index: 9999;
}
#main {
  box-sizing: border-box;
}
#main input,
#main textarea {
  max-width: 100%;
  font-family: 'Lato', sans-serif;
}
.wrapper {
  width: 93%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0 auto;
}
#primary,
#secondary {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#footer {
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
  padding: 1em 0;
  background: #3e7fa9;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover,
#footer a:active {
  text-decoration: underline;
}
#footer .colophon {
  width: 75%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 1em 0;
  text-align: center;
  font-size: 0.8em;
}
#footer .colophon p {
  margin: 0;
}
#footer .colophon .footer-info-item {
  display: block;
}
#footer .colophon .sep {
  display: none;
}
/* ==========================================================================
	Posts & Pages
   ========================================================================== */
.entry-title,
.page-title,
#secondary .widget-title {
  margin-top: 0;
  line-height: 1;
}
.page-title,
.archive-title {
  width: 100%;
  display: block;
  text-align: left;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 2.3em;
  font-weight: normal;
  margin: 0 0 1rem 0;
  border-bottom: 2px solid #000;
  padding-bottom: 0;
  line-height: 0.9;
}
.entry-title,
#secondary .widget-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.entry-summary p {
  margin: 0;
}
.entry-content {
  width: 100%;
}
.entry-content p {
  margin: 0.75rem auto;
  text-indent: 0;
}
.entry-content p[style*="text-align: center"] {
  text-indent: 0;
}
.entry-content p:first-child {
  margin-top: 0;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.1;
}
.entry-content img,
.entry-content iframe,
.entry-content a img {
  max-width: 100%;
}
.entry-content img,
.entry-content a img {
  height: auto;
  display: block;
  width: 100%;
  max-width: 1080px;
  position: relative;
  margin: 1em auto 1em auto;
}
.entry-content img.alignleft,
.entry-content a img.alignleft,
.entry-content img.alignright,
.entry-content a img.alignright {
  float: none;
}
.entry-content table td {
  padding: 0 0.375rem;
}
.entry-meta p {
  margin: 0;
}
.blog .site-content article,
.archive .site-content article,
.search .site-content article,
.single .site-content article,
.page .site-content article {
  width: 100%;
  margin-bottom: 0.75rem;
}
.blog .site-content article:last-child,
.archive .site-content article:last-child,
.search .site-content article:last-child,
.single .site-content article:last-child,
.page .site-content article:last-child {
  margin-bottom: 0;
}
.blog .site-content article .entry-header,
.archive .site-content article .entry-header,
.search .site-content article .entry-header,
.single .site-content article .entry-header,
.page .site-content article .entry-header {
  text-align: center;
  margin-bottom: 1em;
}
.blog .site-content article .entry-header a,
.archive .site-content article .entry-header a,
.search .site-content article .entry-header a,
.single .site-content article .entry-header a,
.page .site-content article .entry-header a {
  color: inherit;
}
.blog .site-content article .entry-header a:hover,
.archive .site-content article .entry-header a:hover,
.search .site-content article .entry-header a:hover,
.single .site-content article .entry-header a:hover,
.page .site-content article .entry-header a:hover,
.blog .site-content article .entry-header a:active,
.archive .site-content article .entry-header a:active,
.search .site-content article .entry-header a:active,
.single .site-content article .entry-header a:active,
.page .site-content article .entry-header a:active {
  color: #626262;
  text-decoration: none;
}
.blog .site-content article .entry-header .entry-title,
.archive .site-content article .entry-header .entry-title,
.search .site-content article .entry-header .entry-title,
.single .site-content article .entry-header .entry-title,
.page .site-content article .entry-header .entry-title {
  margin: 0 0 0.25rem 0;
}
.blog .site-content article .entry-header .entry-details,
.archive .site-content article .entry-header .entry-details,
.search .site-content article .entry-header .entry-details,
.single .site-content article .entry-header .entry-details,
.page .site-content article .entry-header .entry-details {
  font-size: 0.9em;
  margin: 0.375rem 0;
}
.blog .site-content article .entry-header .entry-details .sep,
.archive .site-content article .entry-header .entry-details .sep,
.search .site-content article .entry-header .entry-details .sep,
.single .site-content article .entry-header .entry-details .sep,
.page .site-content article .entry-header .entry-details .sep {
  font-size: 1.1em;
}
.blog .site-content article .entry-thumbnail,
.archive .site-content article .entry-thumbnail,
.search .site-content article .entry-thumbnail,
.single .site-content article .entry-thumbnail,
.page .site-content article .entry-thumbnail {
  width: 100%;
  height: auto;
}
.blog .site-content article .entry-thumbnail img,
.archive .site-content article .entry-thumbnail img,
.search .site-content article .entry-thumbnail img,
.single .site-content article .entry-thumbnail img,
.page .site-content article .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.rhd-load-more {
  text-align: center;
}
.rhd-load-more .rhd-load-more-button {
  margin: 1.5rem 0;
}
.rhd-load-more-no-more {
  cursor: default;
  background-color: #95bdd8;
  color: #595959;
}
.rhd-load-more-no-more:hover,
.rhd-load-more-no-more:active {
  background-color: #95bdd8;
  color: #595959;
}
.pleaseunhideme {
  display: none;
  margin: 0;
  padding: 0;
}
.rhd-pagination {
  margin: 1em auto;
  font-size: 1.1em;
}
.rhd-pagination .pag-next {
  float: right;
}
.rhd-pagination .pag-prev {
  float: left;
}
.mpa-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  padding: 1.5rem 0;
}
.mpa-badges > article,
.mpa-badges > div,
.mpa-badges > li {
  display: inline-block;
}
.mpa-badges .mpa-badge {
  width: 100%;
  margin-bottom: 3rem;
  color: #fff;
}
.mpa-badges .mpa-badge:last-of-type {
  margin-bottom: 1.5rem;
}
.mpa-badges .mpa-badge .mpa-badge-link {
  color: inherit;
  text-decoration: none;
}
.mpa-badges .mpa-badge .mpa-badge-icon {
  display: none;
}
.mpa-badges .mpa-badge .mpa-badge-icon img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.mpa-badges .mpa-badge .mpa-badge-title,
.mpa-badges .mpa-badge .mpa-badge-description {
  width: 95%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: center;
}
.mpa-badges .mpa-badge .mpa-badge-title {
  line-height: 1.3;
  font-size: 1.6em;
  font-size: 11vw;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0.375rem;
}
.mpa-badges .mpa-badge .mpa-badge-description {
  font-size: 1em;
  line-height: 1.2;
}
.mpa-badges .mpa-badge .mpa-badge-description p {
  margin: 0.375rem 0 0 0;
}
/* ==========================================================================
	CPTs
   ========================================================================== */
.meeting-minutes-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style: none;
  text-align: left;
}
.meeting-minutes-list .meeting-minutes-list-item {
  padding: 0.75rem 0;
  display: inline-block;
}
.meeting-minutes-list .meeting-minutes-list-item h3 {
  margin: 0;
  font-weight: normal;
}
.award-year-links {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style: none;
  text-align: center;
  line-height: 2;
}
.award-year-links .award-year-link {
  display: inline-block;
  text-align: center;
}
.award-category,
.award-year {
  margin: 1.5rem 0 0.75rem 0;
}
.award-category .award-title,
.award-year .award-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1.3em;
}
.award-category .award-list,
.award-year .award-list {
  line-height: 1.75;
  border: none;
}
.award-category .award-list tr,
.award-year .award-list tr,
.award-category .award-list td,
.award-year .award-list td {
  border: none;
}
.award-category .award-list tr,
.award-year .award-list tr {
  padding: 0;
}
.award-category .award-list tr td,
.award-year .award-list tr td {
  padding: 0.75rem 0.375rem;
  font-weight: normal;
}
.award-category .award-list tr .award-prize,
.award-year .award-list tr .award-prize {
  width: 42px;
  text-align: right;
  border-right: 2px solid #626262;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.1em;
  padding-right: 0.75rem;
  padding-top: 0;
}
.award-category .award-list tr .award-image,
.award-year .award-list tr .award-image {
  width: 100px;
  padding-left: 0.75rem;
}
.award-category .award-list tr .award-image .award-thumbnail img,
.award-year .award-list tr .award-image .award-thumbnail img {
  margin: 0.375rem 0;
}
.award-category .award-list tr .award-data,
.award-year .award-list tr .award-data {
  padding-top: 0;
  padding-left: 0;
}
.award-category .award-list tr .award-data .award-details,
.award-year .award-list tr .award-data .award-details {
  margin: 0;
  list-style: none;
  padding-left: 0.75rem;
  font-size: 0.8em;
}
.award-category .award-list tr .award-data .award-recipient-name,
.award-year .award-list tr .award-data .award-recipient-name {
  width: 100%;
  margin: 0;
  line-height: 1.1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.1em;
  word-spacing: -1px;
}
.award-category .award-list tr .award-data .award-publisher .award-imprint,
.award-year .award-list tr .award-data .award-publisher .award-imprint {
  font-style: italic;
}
/* ==========================================================================
	Front Page
   ========================================================================== */
#front-page-initiatives {
  background: #626262;
}
#join-mpa-cta {
  background: #3e7fa9;
  text-align: center;
  color: #fff;
  padding: 0.75rem;
  font-size: 0.9em;
  margin: 0 0 1.5rem 0;
}
#join-mpa-cta a {
  color: inherit;
  text-decoration: underline;
}
#mpa-initiative-badges {
  margin: 0;
}
#front-page-posts .post-grid-item {
  width: 100%;
}
#front-page-posts .post-grid-item .entry-title {
  text-align: left;
}
#front-page-posts .post-grid-item .entry-title a {
  padding: 0;
}
#front-page-posts .post-grid-item .entry-summary .ghost-button {
  display: none;
}
.front-page .site-header {
  margin: 0;
  border-bottom: 0;
}
/* ==========================================================================
	Post Grid
   ========================================================================== */
.post .post-grid,
.page .post-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: 'space-between';
}
.post .post-grid > article,
.page .post-grid > article,
.post .post-grid > div,
.page .post-grid > div,
.post .post-grid > li,
.page .post-grid > li {
  display: inline-block;
  width: 49.5%;
}
.post .post-grid .post-grid-item,
.page .post-grid .post-grid-item {
  margin-bottom: 1.5rem;
}
.post .post-grid .post-grid-item .entry-thumbnail,
.page .post-grid .post-grid-item .entry-thumbnail {
  width: 100%;
  margin: 0;
  position: relative;
}
.post .post-grid .post-grid-item .entry-thumbnail a,
.page .post-grid .post-grid-item .entry-thumbnail a {
  position: relative;
  display: block;
}
.post .post-grid .post-grid-item .entry-thumbnail img,
.page .post-grid .post-grid-item .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.post .post-grid .post-grid-item .entry-header,
.page .post-grid .post-grid-item .entry-header {
  width: 100%;
  position: relative;
  margin: 0;
}
.post .post-grid .post-grid-item .entry-header .entry-title,
.page .post-grid .post-grid-item .entry-header .entry-title {
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 0;
}
.post .post-grid .post-grid-item .entry-header .entry-title a,
.page .post-grid .post-grid-item .entry-header .entry-title a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.5625rem 0.75rem;
  color: inherit;
  text-decoration: none;
}
.post .post-grid .post-grid-item .entry-header .entry-title a:hover,
.page .post-grid .post-grid-item .entry-header .entry-title a:hover,
.post .post-grid .post-grid-item .entry-header .entry-title a:active,
.page .post-grid .post-grid-item .entry-header .entry-title a:active {
  color: inherit;
}
.post .post-grid .post-grid-item .entry-summary p,
.page .post-grid .post-grid-item .entry-summary p {
  margin: 0.375rem 0;
}
.post .post-grid.packery .post-grid-item .entry-thumbnail,
.page .post-grid.packery .post-grid-item .entry-thumbnail {
  margin-bottom: 0;
}
.post .post-grid.packery .post-grid-item .entry-thumbnail img,
.page .post-grid.packery .post-grid-item .entry-thumbnail img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.post .post-grid.packery .post-grid-item .entry-thumbnail .entry-title,
.page .post-grid.packery .post-grid-item .entry-thumbnail .entry-title {
  background-color: #626262;
}
.post .post-grid.packery .post-grid-item .entry-thumbnail:hover img,
.page .post-grid.packery .post-grid-item .entry-thumbnail:hover img,
.post .post-grid.packery .post-grid-item .entry-thumbnail:active img,
.page .post-grid.packery .post-grid-item .entry-thumbnail:active img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.post .post-grid.packery .post-grid-item .entry-thumbnail:hover .entry-title,
.page .post-grid.packery .post-grid-item .entry-thumbnail:hover .entry-title,
.post .post-grid.packery .post-grid-item .entry-thumbnail:active .entry-title,
.page .post-grid.packery .post-grid-item .entry-thumbnail:active .entry-title {
  background-color: #818181;
}
.post .post-grid.packery .post-grid-item .entry-header,
.page .post-grid.packery .post-grid-item .entry-header,
.post .post-grid.packery .post-grid-item .entry-title,
.page .post-grid.packery .post-grid-item .entry-title {
  margin-bottom: 0 !important;
}
.post .post-grid.packery .post-grid-item .entry-title,
.page .post-grid.packery .post-grid-item .entry-title {
  font-size: 1.1em;
}
.entry-title,
.entry-details,
#secondary .widget-title {
  text-align: left;
}
.paged-title {
  float: right;
  font-size: 0.6em;
  position: relative;
  top: 0.8rem;
}
.feed-post .entry-summary {
  width: 90%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0 auto;
}
.feed-post .entry-summary p {
  width: 65%;
  float: left;
  display: block;
  text-align: justify;
}
.feed-post .entry-summary .ghost-button-container {
  width: 30%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0;
}
/* ==========================================================================
	Comments
   ========================================================================== */
#comments {
  margin: 2em auto;
}
#comments .comment-list,
#comments .comment-list ul,
#comments .comment-list ol {
  list-style: none;
  padding-left: 0;
}
#comments .comment-list .children,
#comments .comment-list ul .children,
#comments .comment-list ol .children {
  padding: 0 1.5rem;
}
#comments .comment-list .comment:last-child.parent,
#comments .comment-list ul .comment:last-child.parent,
#comments .comment-list ol .comment:last-child.parent {
  padding-bottom: 1.5rem;
}
#comments .even {
  background: #f5f5f5;
}
#comments .odd {
  background: #fafafa;
}
#comments .comment-body {
  padding: 1em;
  box-sizing: border-box;
}
#comments textarea {
  max-width: 100%;
}
#comments #commentform {
  width: 100%;
  min-width: 18rem;
  max-width: 100%;
}
#comments #commentform p {
  margin-bottom: 0.75rem;
}
#comments #commentform label {
  display: block;
}
#comments #commentform input,
#comments #commentform textarea {
  width: 100%;
  font-size: 0.8em;
  box-sizing: border-box;
  padding: 0.5em;
  display: inline-block;
}
#comments #commentform #submit {
  width: auto;
  padding-left: 0.8em;
  cursor: pointer;
  border-width: 2px;
}
#comments #commentform .comment-subscription-form {
  margin: initial;
}
/* ==========================================================================
	Widget Areas & Sidebars
   ========================================================================== */
#secondary .widget {
  width: 100%;
  margin: 0 0 1.5rem;
}
#secondary .widget:last-child,
#secondary .widget.widget_rhd_basic_membership2_user_info_widget {
  margin-bottom: 0;
}
#secondary .widget-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  text-align: center;
}
#secondary .widget_rhd_basic_membership2_user_info_widget {
  text-align: center;
}
#secondary .widget_rhd_basic_membership2_user_info_widget .ms-protected-info {
  margin-bottom: 1.5rem;
}
#secondary .widget_rhd_basic_membership2_user_info_widget .ms-protected-info .member-name {
  font-style: italic;
}
#secondary .widget_search .search-field {
  width: 60%;
}
#secondary .widget_search .search-submit {
  width: 25%;
  padding: 0.75rem 0;
}
#footer-widget-area {
  width: 93%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0 auto;
}
#footer-widget-area .widget_footer_site_navigation {
  display: none;
}
#footer-widget-area .widget_media_image {
  width: 93%;
  max-width: 1080px;
  position: relative;
  margin: 1.5rem auto 0.75rem auto;
}
#footer-widget-area .widget_rhd_social_icons {
  margin-bottom: 1.5rem;
}
#footer-widget-area .widget_rhd_social_icons .rhd-social-icons .rhd-social-icon {
  margin: -0.75rem;
}
/* ==========================================================================
	Membership
   ========================================================================== */
.member-logout-link {
  display: none;
}
.logged-in .member-login-link {
  display: none;
}
.logged-in .member-logout-link {
  display: inline-block;
}
/* ==========================================================================
	Publishers
   ========================================================================== */
.publisher-listing ul {
  list-style: none;
}
.publisher-listing .publisher-type {
  font-style: italic;
  color: #999;
}
.publisher-listing .publisher-imprint-list {
  display: none;
}
.publisher-search-loading {
  width: 50%;
  height: auto;
}
.publisher-search-loading img {
  width: 100%;
  height: auto;
}
.publisher-imprint-list {
  margin: 0;
  padding-left: 0.75rem;
  border-top: 1px dotted #595959;
  margin: 0.1em 0;
}
.publisher-type {
  font-size: 0.8em;
}
.show-imprints {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  cursor: pointer;
  color: #3e7fa9;
}
.show-imprints:hover,
.show-imprints:active {
  text-decoration-style: solid;
  -webkit-text-decoration-style: solid;
}
.publisher-link,
.publisher-imprint-list {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}
.no-publishers-found {
  font-weight: bold;
  margin: 0.75rem 0 !important;
  font-size: 1.1em;
}
.type-music-publisher .publisher-data p {
  margin-bottom: 1em;
}
.type-music-publisher .publisher-data .publisher-field-label {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}
.type-music-publisher .publisher-data .publisher-imprint-list {
  list-style: none;
}
.page-id-11138 .site-content {
  margin-bottom: 3rem;
}
.page-id-11138 .site-content .form-group label {
  display: block;
}
.page-id-11138 .site-content .form-group input[name="wpv_post_search"] {
  width: 64%;
}
.page-id-11138 .site-content .form-group input[type="submit"] {
  width: 35%;
}
.publisher-edit-form .alert {
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  border: 1px solid #626262;
  background-color: #bcd6e7;
  margin-bottom: 0.75rem;
  color: #000;
  font-size: 1.2em;
  text-align: center;
  font-style: italic;
  letter-spacing: 1px;
}
.publisher-edit-form .form-group {
  margin-bottom: 0.75rem;
}
.publisher-edit-form .form-group label {
  font-variant: small-caps;
  text-transform: uppercase;
  padding-left: 0.375rem;
  font-size: 0.8em;
  color: #595959;
}
.publisher-edit-form .form-group input[type="text"],
.publisher-edit-form .form-group input[type="email"],
.publisher-edit-form .form-group input[type="phone"],
.publisher-edit-form .form-group input[type="file"] {
  border-bottom: 2px solid #626262;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 1.3em;
  padding: 0.375rem;
  margin-top: 0.375rem;
}
.publisher-edit-form .form-group ul {
  padding-left: 0.75rem;
  margin: 0.375rem 0;
  list-style: none;
}
.publisher-edit-form .form-group ul.trio {
  display: flex;
  flex-wrap: wrap;
  justify-content: 'flex-start';
  padding-left: 0;
}
.publisher-edit-form .form-group ul.trio > article,
.publisher-edit-form .form-group ul.trio > div,
.publisher-edit-form .form-group ul.trio > li {
  display: inline-block;
  width: 24.25%;
}
.publisher-edit-form .form-group ul.trio .wpt-form-checkbox-label {
  font-size: 1.1em;
  color: #000;
}
.publisher-edit-form .form-group ul.member-affiliations > li {
  padding: 0.75rem;
  border-radius: 0.375rem;
  margin: 0 4% 0 0;
  border: 1px solid #595959;
}
.publisher-edit-form .form-group .company-name {
  width: 74%;
  float: left;
}
.publisher-edit-form .form-group .company-image {
  width: 23%;
  float: right;
  margin-left: 3%;
}
/* ==========================================================================
	Ninja Forms
   ========================================================================== */
.dues-calc-guide {
  padding-left: 0.75rem;
  margin-left: 0.75rem;
  border-left: 2px solid #595959;
}
.dues-calc-guide p {
  font-size: 0.9em;
  color: #595959;
}
/* ==========================================================================
	Extras
   ========================================================================== */
@media screen and (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}
.nf-field .field-wrap input[type=button]:hover,
.nf-field .field-wrap input[type=submit]:hover,
.nf-field .field-wrap input[type=button]:active,
.nf-field .field-wrap input[type=submit]:active {
  background-color: #fff;
  color: #000;
}
.nf-error .ninja-forms-field {
  border-width: 2px !important;
}
/* ==========================================================================
	Media Queries
   ========================================================================== */
@media screen and (min-width: 800px) {
  #header .site-title-logo,
  #header .site-title {
    display: block;
  }
  #header .site-title-logo {
    width: 25%;
    max-width: 1080px;
    position: relative;
    margin: 0.75rem auto 0.75rem auto;
    height: auto;
    float: left;
    padding-left: 1.5rem;
  }
  #header .site-title {
    width: 70%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
    text-align: right;
    margin-top: 0;
  }
  #header .site-title .title,
  #header .site-title .subtitle {
    text-align: right;
  }
  #header .site-title .subtitle {
    margin-right: 4.5rem;
  }
  #main .wrapper {
    padding: 0;
  }
  #primary,
  #secondary {
    margin-bottom: 1.5rem;
  }
  #primary {
    width: 100%;
  }
  #secondary {
    width: 20rem;
    z-index: 1;
  }
  #primary {
    width: 100%;
  }
  #secondary {
    width: 20rem;
  }
  #primary {
    float: left;
    margin-right: -20rem;
    margin-left: 0;
  }
  #primary.full-width {
    float: none;
    margin-right: 0;
  }
  #primary.full-width #content {
    margin-right: 0;
  }
  #content {
    margin-right: 23rem;
    margin-left: 0;
  }
  #secondary {
    float: right;
  }
  #footer {
    margin-top: 0;
  }
  #footer .colophon .footer-info-item {
    display: inline;
  }
  #footer .colophon .sep {
    display: inline;
  }
  #footer-widget-area .rhd-widget-sub-area {
    width: 45%;
  }
  #footer-widget-area .footer-manual-widgets {
    float: left;
  }
  #footer-widget-area .footer-manual-widgets .widget_footer_site_navigation {
    display: block;
  }
  #footer-widget-area .footer-manual-widgets .widget_footer_site_navigation .site-navigation {
    text-align: left;
    line-height: 1.1;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #footer-widget-area .footer-manual-widgets .widget_footer_site_navigation .site-navigation .menu-item {
    padding-bottom: 0.75rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #footer-widget-area .footer-manual-widgets .widget_footer_site_navigation .site-navigation .menu-item.menu-item-has-children {
    padding-bottom: 0;
  }
  #footer-widget-area .footer-manual-widgets .widget_footer_site_navigation .site-navigation .menu-item.menu-item-has-children > a {
    margin-bottom: 0.375rem;
    display: inline-block;
  }
  #footer-widget-area .footer-registered-widgets {
    max-width: 350px;
    float: right;
  }
  #footer-widget-area .footer-registered-widgets .widget_media_image {
    margin: 1.5rem 0 0.75rem 0;
  }
  #footer-widget-area .footer-registered-widgets .widget_media_image img {
    width: 100%;
    text-align: right;
  }
  #footer-widget-area .footer-registered-widgets .widget_rhd_social_icons {
    margin-bottom: 1.5rem;
  }
  #footer-widget-area .footer-registered-widgets .widget_rhd_social_icons .rhd-social-icons .rhd-social-icon {
    width: 3.5em;
    height: 3.5em;
    margin: -0.75rem;
  }
  .mpa-badges .mpa-badge {
    width: 32%;
    margin-right: 1%;
  }
  .post-grid .post-grid-item,
  .post-grid .post-grid-sizer {
    width: 32%;
  }
  .post-grid .post-grid-gutter {
    width: 4%;
  }
  .post-grid.post-grid-4 .post-grid-item,
  .post-grid.post-grid-4 .post-grid-sizer {
    width: 24%;
  }
  .post-grid.post-grid-4 .post-grid-gutter {
    width: 4%;
  }
  .post-grid .post-grid-item {
    margin-bottom: 0;
  }
  #comments #commentform {
    width: 75%;
  }
  #comments #commentform p {
    margin-bottom: 0.75rem;
  }
  #comments #commentform input[type="text"],
  #comments #commentform input[type="email"] {
    width: 75%;
  }
  #comments #commentform #submit {
    width: auto;
    padding-left: 0.8em;
  }
  .entry-content iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .entry-content img,
  .entry-content a img {
    max-width: 100%;
  }
  .entry-content img.alignleft,
  .entry-content a img.alignleft {
    margin-right: 1em;
    float: left;
  }
  .entry-content img.alignright,
  .entry-content a img.alignright {
    margin-left: 1em;
    float: right;
  }
  .entry-content img.aligncenter,
  .entry-content a img.aligncenter {
    margin-right: auto;
    margin-left: auto;
  }
  .meeting-minutes-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  #front-page-initiatives .mpa-badges {
    width: 93%;
    max-width: 1080px;
    position: relative;
    margin: 0 auto 0 auto;
  }
  #front-page-initiatives .mpa-badges .mpa-badge {
    margin-bottom: 0;
  }
  #front-page-initiatives .mpa-badges .mpa-badge .mpa-badge-icon {
    width: 105px;
    height: 133px;
    position: relative;
    margin: 0.75rem auto 0;
    padding: 0;
    display: block;
  }
  #front-page-initiatives .mpa-badges .mpa-badge .mpa-badge-icon svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  #front-page-initiatives .mpa-badges .mpa-badge .mpa-badge-icon.mpa-badge-icon-education svg,
  #front-page-initiatives .mpa-badges .mpa-badge .mpa-badge-icon.mpa-badge-icon-community svg {
    width: 100%;
    height: auto;
  }
  #front-page-initiatives .mpa-badges .mpa-badge .mpa-badge-icon.mpa-badge-icon-advocacy svg {
    width: auto;
    height: 80%;
  }
  #front-page-initiatives .mpa-badges .mpa-badge .mpa-badge-title {
    font-size: 2em;
  }
  #front-page-posts .post-grid-item {
    max-width: 33%;
    padding: 0 1.5%;
  }
  #front-page-posts .post-grid-item .entry-header {
    text-align: left;
  }
  .award-year .award-list {
    margin-left: 0.75rem;
  }
  .award-year .award-list tr .award-prize {
    width: 2.5em;
    text-align: right;
    border-right: 2px solid #626262;
    vertical-align: middle;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1.3em;
    padding-right: 0.75rem;
  }
  .award-year .award-list tr .award-data {
    padding-top: 0;
    padding-left: 0.75rem;
  }
  .award-year .award-list tr .award-data .award-details {
    margin: 0;
    list-style: none;
    padding-left: 0.75rem;
    font-size: 0.9em;
  }
  .award-year .award-list tr .award-data .award-recipient-name {
    width: 100%;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1.2em;
  }
  .award-year .award-list tr .award-data .award-publisher {
    font-style: italic;
  }
  .award-year .award-list tr .award-image {
    display: table-cell;
  }
}
/* ==========================================================================
	Optional Modules
   ========================================================================== */
.rhd-metabar {
  width: 100%;
  height: auto;
  padding: 1em 0;
  margin: 1em auto;
}
.rhd-metabar .rhd-metabar-content {
  width: 100%;
}
.rhd-metabar .rhd-metabar-content.duo .rhd-metabar-item:nth-of-type(1),
.rhd-metabar .rhd-metabar-content.trio .rhd-metabar-item:nth-of-type(1) {
  margin-bottom: 0.75em;
}
.rhd-metabar .rhd-metabar-content.trio .rhd-metabar-item:nth-of-type(2) {
  margin-bottom: 0.75em;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item {
  width: 100%;
  display: block;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-metabutton {
  width: 2em;
  height: 100%;
  background-color: #3e7fa9;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3;
  transition: all 0.25s;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-metabutton:hover,
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-metabutton:active {
  background-color: #7aadce;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-metabutton.search-submit-button {
  width: 2.05em;
  height: 101%;
  border-top: 1px solid #3e7fa9;
  border-right: 1px solid #3e7fa9;
  border-bottom: 1px solid #3e7fa9;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-metabutton .caret,
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-metabutton .search-submit {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .search-field {
  font-weight: 300;
  border: 2px solid #fff;
  transition: background 0.25s;
  text-transform: uppercase;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .search-field::-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .search-field:-moz-placeholder {
  font-family: 'Lato', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .search-field::-moz-placeholder {
  font-family: 'Lato', sans-serif;
  color: #808080;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .search-field:-ms-input-placeholder {
  font-family: 'Lato', sans-serif;
  color: #808080;
  font-weight: 300;
  text-transform: uppercase;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .search-field:focus {
  background: #fafafa;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown-title,
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .search-field {
  width: 100%;
  height: 1.9em;
  padding-left: 0.5em;
  background: #fff;
  color: #808080;
  position: relative;
  font-family: 'Lato', sans-serif !important;
  border: 1px solid #3e7fa9;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown-title .dd-title-text {
  position: relative;
  top: 0.15em;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown {
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown ul {
  margin: 0;
  font-family: 'Lato', sans-serif;
  text-transform: none;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown > ul {
  width: 100%;
  max-height: 30vh;
  position: absolute;
  top: 2em;
  overflow-y: auto;
  background: #fff;
  padding-left: 0;
  display: none;
  z-index: 999;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.5);
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown > ul li {
  width: 100%;
  background: #fff;
  display: block;
  line-height: 1.2;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown > ul li a {
  width: 100%;
  height: auto;
  display: block;
  color: #808080;
  padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none;
  transition: all 0.2s;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown > ul li a:hover,
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .rhd-dropdown > ul li a:active {
  background-color: #7aadce;
}
.rhd-metabar .rhd-metabar-content .rhd-metabar-item .blog-search {
  top: 0;
}
.rhd-metabar.layout-tall .rhd-metabar-item .rhd-dropdown-title {
  margin-bottom: 0.5em;
}
.rhd-metabar.layout-tall .rhd-metabar-item:last-of-type .rhd-dropdown-title {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .rhd-metabar.layout-wide {
    padding: 0 0 0.5em 0;
  }
  .rhd-metabar.layout-wide .rhd-metabar-content {
    width: 100%;
    max-width: 1080px;
    position: relative;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: 'space-between';
    top: 0.95em;
  }
  .rhd-metabar.layout-wide .rhd-metabar-content > article,
  .rhd-metabar.layout-wide .rhd-metabar-content > div,
  .rhd-metabar.layout-wide .rhd-metabar-content > li {
    display: inline-block;
  }
  .rhd-metabar.layout-wide .rhd-metabar-content.solo .rhd-metabar-item,
  .rhd-metabar.layout-wide .rhd-metabar-content.duo .rhd-metabar-item,
  .rhd-metabar.layout-wide .rhd-metabar-content.trio .rhd-metabar-item {
    margin-bottom: 0;
  }
  .rhd-metabar.layout-wide .rhd-metabar-content.solo .rhd-metabar-item {
    width: 100%;
  }
  .rhd-metabar.layout-wide .rhd-metabar-content.duo .rhd-metabar-item {
    width: 49%;
  }
  .rhd-metabar.layout-wide .rhd-metabar-content.trio .rhd-metabar-item {
    width: 31%;
  }
  .rhd-metabar.layout-wide .rhd-metabar-content .blog-search {
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  /*
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
  /*
// IE needs inline-block to position scrolling shadows otherwise use:
// display block
// max-width min-content
*/
  .rtable {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .rtable,
  .rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(ellipse at left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
  }
  .rtable td:first-child,
  .rtable--flip tbody tr:first-child {
    background-image: linear-gradient(to right, #fff 50%, rgba(255,255,255,0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%;
  }
  .rtable td:last-child,
  .rtable--flip tbody tr:last-child {
    background-image: linear-gradient(to left, #fff 50%, rgba(255,255,255,0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%;
  }
  .rtable th {
    text-align: left;
    text-transform: uppercase;
    background: #f2f0e6;
  }
  .rtable th,
  .rtable td {
    padding: 6px 12px;
    border: 1px solid #d9d7ce;
  }
  .rtable--flip {
    display: flex;
    overflow: hidden;
    background: none;
  }
  .rtable--flip thead {
    display: flex;
    flex-shrink: 0;
    min-width: min-content;
  }
  .rtable--flip tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .rtable--flip tr {
    display: flex;
    flex-direction: column;
    min-width: min-content;
    flex-shrink: 0;
  }
  .rtable--flip td,
  .rtable--flip th {
    display: block;
  }
  .rtable--flip td {
    background-image: none !important;
    border-left: 0;
  }
  .rtable--flip th:not(:last-child),
  .rtable--flip td:not(:last-child) {
    border-bottom: 0;
  }
}
