/******************************************************************
Site Name: Business Archives Council
Author: CBJ Digital, Chris Brown
Date: May 2015

Stylesheet: Main Stylesheet
******************************************************************/
/*********************
Variables
*********************/
/*********************
Mixins
*********************/
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
body {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.6;
  color: #464646;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #4E6581;
  line-height: 1.25;
}

h1, .h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

h2, .h2 {
  font-size: 23px;
  font-size: 1.421875rem;
}

h3, .h3 {
  font-size: 20px;
  font-size: 1.203125rem;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 100%;
  }

  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 22px;
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: #4C4B5D;
}
a:hover, a:focus {
  color: #3e3d4c;
}

header.branding a,
footer.footer-main .siteinfo a {
  color: #ffffff;
}

header.branding .nav-main li a,
form input[type=submit],
.picture .caption {
  font-family: "Bitter", Georgia, Cambria, Times New Roman, Times, serif;
}

form input[type=submit] {
  color: #ffffff;
}

.picture .caption {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #547f78;
  margin: 8px 0;
  margin: 0.5rem 0;
}

header.branding .nav-main li a,
.nav-supp .nav-sections li a {
  text-decoration: none;
}

header.branding .nav-main li a {
  text-decoration: none;
}
header.branding .nav-main li a:hover, header.branding .nav-main li a:focus {
  color: #7ABFB8;
}
header.branding .nav-main h2.mobile-menu a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}

header.branding form input[type=search] {
  font-size: 13px;
}
header.branding .login a {
  text-decoration: none;
}
header.branding .login a:hover, header.branding .login a:focus {
  color: #c0dc6d;
}

.nav-supp .nav-sections li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #486d67;
}

.nav-supp .nav-sections li ul li a {
  font-size: 0.8rem;
}

.vcard h3.org {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: normal;
  color: #464646;
}
@media screen and (min-width: 767px) {
  .vcard h3.org {
    font-size: 16px;
    font-size: 1rem;
  }
}

a.more-link {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  padding-right: 24px;
  position: relative;
}
a.more-link::after {
  content: url("/wp-content/themes/managingbusinessarchives/assets/img/arrow-pointer-right.png");
  position: absolute;
  right: 2px;
  top: 0;
}

.entry-meta {
  font-size: 12px;
  font-weight: 300;
  color: #547f78;
}
@media screen and (min-width: 1019px) {
  .entry-meta {
    border-bottom-color: #7ABFB8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 2px;
  }
}
.entry-meta time {
  font-size: 14px;
  color: #464646;
}
.entry-meta time .date-posted {
  font-weight: 700;
}
@media screen and (min-width: 1019px) {
  .entry-meta time .date-posted {
    display: block;
    font-size: 16px;
  }
}

.related-links {
  font-size: 12px;
  font-weight: 300;
  color: #464646;
  padding: 0 0 0 18px;
  position: relative;
}
.related-links::before {
  content: url("../images/site/arrow-pointer-left.png");
  position: absolute;
  left: -2px;
  top: 2px;
}
.related-links a {
  font-size: 14px;
  font-weight: normal;
}

.sidebar .tertiary-links {
  padding-top: 16px;
}
.sidebar .tertiary-links ul {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.sidebar .tertiary-links ul li {
  font-size: 13px;
  font-size: 0.8125rem;
}
.sidebar .tertiary-links ul li a {
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  display: inline-block;
}

footer.footer-main .inner > nav h2,
footer.footer-main .inner > nav .h3,
footer.footer-main .inner > div h2,
footer.footer-main .inner > div .h3 {
  font-family: "Bitter", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px dotted #d1d2cf;
  margin-bottom: -4px;
}

.siteinfo .siteinfo-inner {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #d1d2cf;
  line-height: 36px;
}

img {
  max-width: 100%;
  height: auto;
}

.content,
footer.footer-main .inner,
.siteinfo-inner {
  width: 92%;
  max-width: 1206px;
  margin: 0 auto;
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 767px) {
  .content,
footer.footer-main .inner,
.siteinfo-inner {
    width: 94%;
  }
}
@media screen and (min-width: 1019px) {
  .content,
footer.footer-main .inner,
.siteinfo-inner {
    width: 96%;
  }
}

header.branding .inner {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}
header.branding .inner a.logo {
  display: flex;
  order: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 7rem;
  height: 7rem;
  color: #fff;
  background-color: #7ABFB8;
  text-decoration: none;
  padding: 0.5rem;
  margin: 0;
  margin-right: auto;
}
header.branding .inner a.logo h1 {
  color: inherit;
  font-size: 1.2rem;
}
header.branding .inner .form-and-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  order: 2;
  align-items: flex-end;
}
@media (min-width: 639px) {
  header.branding .inner .form-and-nav {
    width: auto;
  }
}
header.branding .inner .form-and-nav .nav-main {
  order: 2;
}
@media (min-width: 900px) {
  header.branding .inner .form-and-nav .nav-main {
    order: 1;
  }
}
header.branding .inner .form-and-nav form {
  order: 1;
  margin-bottom: 0.5rem;
}
@media (min-width: 900px) {
  header.branding .inner .form-and-nav form {
    order: 2;
  }
}
header.branding .inner .nav-main {
  position: relative;
  z-index: 1000;
}
@media (min-width: 639px) {
  header.branding .inner .nav-main {
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  header.branding .inner .nav-main {
    flex: 1 0 100%;
    order: 0;
  }
}
header.branding .inner .nav-main h2.mobile-menu a {
  background: url("../img/mobile-nav-icon-open.png") no-repeat 4px 50%;
  background-size: 22px;
  cursor: default;
}
header.branding .inner .nav-main ul {
  margin: 0;
}
@media screen and (min-width: 767px) {
  header.branding .inner {
    width: 94%;
    max-width: 1206px;
    margin: 0 auto;
    clear: both;
    content: "";
    display: table;
  }
  header.branding .inner a.logo {
    margin-left: 0;
  }
  header.branding .inner form,
header.branding .inner .login {
    margin-right: 0;
  }
}
@media screen and (min-width: 1019px) {
  header.branding .inner {
    width: 96%;
  }
}

header.branding .inner {
  position: relative;
  height: 132px;
  padding: 10px;
}
header.branding a.logo {
  position: absolute;
  top: 10px;
}
@media (min-width: 639px) {
  header.branding a.logo {
    position: static;
  }
}
header.branding a.logo span {
  position: absolute;
  top: -99999px;
}
header.branding a.logo img {
  width: 100%;
  display: block;
}
header.branding .nav-main {
  position: relative;
}
@media (min-width: 900px) {
  header.branding .nav-main {
    margin-right: 3rem;
  }
}
header.branding .nav-main h2.mobile-menu {
  display: inline-block;
  float: right;
}
header.branding .nav-main h2.mobile-menu a {
  display: block;
  width: auto;
  height: 100%;
  border: 1px solid #ffffff;
  padding: 4px 8px 4px 32px;
}
header.branding .nav-main h2.mobile-menu a:hover {
  cursor: pointer;
}
@media screen and (min-width: 639px) {
  header.branding .nav-main h2.mobile-menu {
    display: none;
  }
}
header.branding .nav-main ul {
  display: none;
  margin: 0;
  position: absolute;
  width: 100%;
  background-color: #344457;
  top: calc(100% + 10px);
  padding: 0 1rem;
}
@media screen and (min-width: 639px) {
  header.branding .nav-main ul {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    width: auto;
    padding: 0;
    position: static;
  }
}
header.branding .nav-main ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  line-height: 36px;
  border-top: 1px solid #6d9f98;
}
@media screen and (min-width: 639px) {
  header.branding .nav-main ul li a {
    border-top: 0 none;
  }
}
@media screen and (min-width: 1019px) {
  header.branding .nav-main ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
header.branding .nav-main ul li:first-of-type a {
  border-top: 0 none;
}
header.branding .nav-main ul li.current-menu-item::before {
  content: "";
  width: 4px;
  height: 2rem;
  background: #7ABFB8;
  left: 0;
  position: absolute;
  border-top: 1px solid #7ABFB8;
}
@media screen and (min-width: 639px) {
  header.branding .nav-main ul li:first-child {
    display: none;
  }
  header.branding .nav-main ul li.nav-about {
    margin-left: 0;
  }
  header.branding .nav-main ul li.current-menu-item::before {
    display: none;
  }
  header.branding .nav-main ul li.current-menu-item a {
    border-bottom: 4px solid #7ABFB8;
  }
}
@media screen and (min-width: 639px) {
  header.branding .nav-main ul li {
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 1106px) {
  header.branding .nav-main ul li {
    margin: 0 1rem;
  }
}
header.branding form {
  display: flex;
  position: relative;
}
header.branding form input[type=search] {
  flex: 1 1 auto;
  order: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
header.branding form input[type=submit] {
  flex: 0 0 36px;
  order: 1;
  background: #7ABFB8 url("../img/search.png") 50% 50% no-repeat;
  background-size: 90%;
  padding: 0;
  border: 0 none;
  text-indent: -999999px;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 0;
}
@media screen and (min-width: 1019px) {
  header.branding form input[type=search] {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
header.branding .login {
  font-size: 12px;
  color: #dcedcf;
  position: absolute;
  top: 8px;
  right: 0;
}
@media screen and (min-width: 1019px) {
  header.branding .login {
    font-size: 14px;
    font-size: 0.875rem;
    top: 28px;
    top: 1.75rem;
  }
}
header.branding .login a {
  padding: 3px 5px 4px;
  margin: 0 3px;
}

.container {
  width: 100%;
}
.container .content {
  padding: 20px 0;
}
@media screen and (min-width: 767px) {
  .container .content {
    padding: 32px 0;
  }
}

.content-main a,
aside a {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content-main ul li,
aside ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}
.content-main ul li::before,
aside ul li::before {
  content: url("../img/arrow-pointer-right.png");
  position: absolute;
  left: 2px;
  top: 5px;
}
.content-main .faqs-teaser ul li::before,
aside .faqs-teaser ul li::before {
  content: "Q";
  font-size: 18px;
  font-weight: 500;
  color: #c0dc6d;
  margin-top: -6px;
}
.content-main .faqs-teaser ul li a,
aside .faqs-teaser ul li a {
  color: #323232;
  text-decoration: none;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  display: inline-block;
}
.content-main .faqs-teaser ul li a:hover, .content-main .faqs-teaser ul li a:focus,
aside .faqs-teaser ul li a:hover,
aside .faqs-teaser ul li a:focus {
  color: #486d67;
  text-decoration: underline;
}
.content-main h1 a, .content-main h2 a, .content-main h3 a,
.content-main .useful-links ul li a,
aside h1 a,
aside h2 a,
aside h3 a,
aside .useful-links ul li a {
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  display: inline-block;
  color: #4E6581;
  font-weight: 400;
  text-decoration: none;
}
.content-main h1 a:hover, .content-main h2 a:hover, .content-main h3 a:hover,
.content-main .useful-links ul li a:hover,
aside h1 a:hover,
aside h2 a:hover,
aside h3 a:hover,
aside .useful-links ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .content-main {
    width: 67.5%;
    float: left;
    margin-right: 1.492537313%;
  }
}
@media screen and (min-width: 1019px) {
  .content-main {
    width: 57.71144279%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 1.492537313%;
    margin-right: 1.492537313%;
  }
}

.nav-supp .nav-sections {
  margin-bottom: 24px;
}
.nav-supp ul {
  margin: 0;
}
.nav-supp ul li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}
.nav-supp ul li ul li.active {
  background-color: #aad5cf;
}
@media screen and (min-width: 767px) {
  .nav-supp {
    width: 30%;
    float: right;
  }
}
@media screen and (min-width: 1019px) {
  .nav-supp {
    width: 23.88059701%;
    float: left;
  }
}

.sidebar {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.sidebar .picture {
  padding: 16px 0;
}
.sidebar .picture img {
  padding: 12px;
}
.sidebar .picture .caption {
  padding: 0 13px;
}
@media screen and (min-width: 767px) {
  .sidebar {
    width: 30%;
    float: right;
  }
  .sidebar .picture img,
.sidebar .picture .caption {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1019px) {
  .sidebar {
    width: 15.42288557%;
  }
  .sidebar .picture img,
.sidebar .picture .caption {
    width: 100%;
  }
}

form input {
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding: 0 8px;
  width: 100%;
  height: 36px;
}
form input[type=submit] {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 8px;
  margin-top: 0.5rem;
}
form input[type=image] {
  width: auto;
}

.vcard h2 {
  margin: 12px 0;
}
.vcard span.fn,
.vcard span.org,
.vcard .adr span {
  display: block;
}
.vcard .tel {
  margin: 14px 0;
  margin: 0.875rem 0;
}

.content .twitter-box {
  padding: 8px 12px;
  margin-top: 16px;
}

footer.footer-main .inner {
  padding: 24px 0;
  padding: 1.5rem 0;
}
footer.footer-main .inner > nav,
footer.footer-main .inner > div {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
  footer.footer-main .inner > nav,
footer.footer-main .inner > div {
    width: 23.88059701%;
    float: left;
    margin-left: 1.492537313%;
  }
}
footer.footer-main .inner .vcard {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 767px) {
  footer.footer-main .inner div.contact-details {
    margin-left: 0;
  }
}
footer.footer-main #news-signup {
  background: #d1d2cf;
}
footer.footer-main #news-signup input[type=submit] {
  float: right;
}

.siteinfo {
  width: 100%;
}
.siteinfo .siteinfo-inner {
  clear: both;
  content: "";
  display: table;
  padding-bottom: 12px;
}
.siteinfo .siteinfo-inner span.links {
  display: block;
}
.siteinfo .siteinfo-inner span.links .first {
  display: none;
}
.siteinfo .siteinfo-inner ul li {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 12px;
  text-indent: -999999px;
}
.siteinfo .siteinfo-inner ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/social-icons.png");
  background-color: #656565;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.siteinfo .siteinfo-inner ul li a.social-twitter {
  background-position: 0 0;
}
.siteinfo .siteinfo-inner ul li a.social-twitter:hover, .siteinfo .siteinfo-inner ul li a.social-twitter:focus {
  background-color: #5bc8ec;
}
.siteinfo .siteinfo-inner ul li a.social-linkedin {
  background-position: 0 -32px;
}
.siteinfo .siteinfo-inner ul li a.social-linkedin:hover, .siteinfo .siteinfo-inner ul li a.social-linkedin:focus {
  background-color: #197cb5;
}
@media screen and (min-width: 767px) {
  .siteinfo .siteinfo-inner > p {
    width: 65%;
    float: left;
  }
  .siteinfo .siteinfo-inner ul {
    margin-top: 24px;
    float: right;
  }
}

/** MOVE TO CORRECT PLACE **/
.content-main .contact-form,
.content-main .join-us-form,
.content-main .bac-subscribe-form {
  /** 24px & 32px for desktop **/
}
.content-main .contact-form form > div,
.content-main .contact-form form fieldset > div,
.content-main .join-us-form form > div,
.content-main .join-us-form form fieldset > div,
.content-main .bac-subscribe-form form > div,
.content-main .bac-subscribe-form form fieldset > div {
  margin: 16px 0;
}
.content-main .contact-form form > div.submit,
.content-main .contact-form form fieldset > div.submit,
.content-main .join-us-form form > div.submit,
.content-main .join-us-form form fieldset > div.submit,
.content-main .bac-subscribe-form form > div.submit,
.content-main .bac-subscribe-form form fieldset > div.submit {
  margin-top: 24px;
}
.content-main .contact-form form label,
.content-main .contact-form form fieldset label,
.content-main .join-us-form form label,
.content-main .join-us-form form fieldset label,
.content-main .bac-subscribe-form form label,
.content-main .bac-subscribe-form form fieldset label {
  width: 30%;
  color: #547f78;
  font-weight: 300;
  padding: 6px 0;
  /* 8px */
}
.content-main .contact-form form input,
.content-main .contact-form form fieldset input,
.content-main .join-us-form form input,
.content-main .join-us-form form fieldset input,
.content-main .bac-subscribe-form form input,
.content-main .bac-subscribe-form form fieldset input {
  border: 1px solid #d1d2cf;
  padding: 6px 0;
  /* 8px */
  -webkit-appearance: none;
}
.content-main .contact-form form input[type=submit],
.content-main .contact-form form fieldset input[type=submit],
.content-main .join-us-form form input[type=submit],
.content-main .join-us-form form fieldset input[type=submit],
.content-main .bac-subscribe-form form input[type=submit],
.content-main .bac-subscribe-form form fieldset input[type=submit] {
  border: 0 none;
  padding-left: 16px;
  padding-right: 16px;
}
.content-main .contact-form form textarea,
.content-main .contact-form form fieldset textarea,
.content-main .join-us-form form textarea,
.content-main .join-us-form form fieldset textarea,
.content-main .bac-subscribe-form form textarea,
.content-main .bac-subscribe-form form fieldset textarea {
  width: 100%;
  border: 1px solid #d1d2cf;
  padding: 6px 0;
  /* 8px */
  -webkit-appearance: none;
  /* @extend input; */
  display: block;
  resize: none;
}

.content-main form input[type=radio],
.content-main form fieldset input[type=radio] {
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: 8px;
  -webkit-appearance: radio;
}
.content-main form div span.radio,
.content-main form fieldset div span.radio {
  display: block;
}

header.branding.nav-open ul#primary-menu {
  display: block;
}

header.branding {
  background: #4E6581;
  border-top: 3px solid #7ABFB8;
  position: relative;
  z-index: 1;
}
header.branding .nav-main h2.mobile-menu a {
  background: url("../images/site/mobile-nav-icon-open.png") no-repeat 4px 50%;
  background-size: 22px;
  cursor: default;
}
header.branding .nav-main h2.mobile-menu a[data-status=close] {
  background-image: url("../images/site/mobile-nav-icon-close.png");
}
header.branding .nav-main h2.mobile-menu.nav-open {
  background: #547f78;
}
header.branding .login a {
  background: transparent;
  border-radius: 2px;
}
header.branding .login a:hover, header.branding .login a:focus {
  background: #547f78;
}

.nav-supp nav {
  background: #e1f1ef;
}
.nav-supp nav > ul > li {
  border-bottom: 1px solid #ffffff;
}
.nav-supp nav > ul > li.active > a {
  background: #7ABFB8;
}
.nav-supp nav > ul > li.active > ul {
  display: block;
}
.nav-supp nav > ul > li:hover > a {
  background: #7ABFB8;
}
.nav-supp nav > ul > li > ul {
  display: none;
}
.nav-supp nav > ul > li > ul > li > a {
  padding: 3px 18px;
}
.nav-supp nav > ul > li > div {
  padding: 6px 12px;
}

.sidebar .picture {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d1d2cf;
}
.sidebar .picture img {
  border: 1px solid #dcedcf;
}

form fieldset {
  border: 0 none;
  padding: 0;
}
form input {
  border: 0 none;
  border-radius: 0;
  -webkit-appearance: none;
}
form input[type=submit] {
  background: #7ABFB8;
}

footer.footer-main {
  background: #efefef;
  border-top: 1px solid #d1d2cf;
}
footer.footer-main #news-signup {
  padding: 2px 12px 16px;
  margin-top: 16px;
  clear: both;
  content: "";
  display: table;
}

.siteinfo {
  background: #464646;
  border-bottom: 2px solid #547f78;
}

.content .twitter-box {
  background: #efefef;
}

header.branding2 {
  background: #4E6581;
  border-top: 3px solid #7ABFB8;
  position: relative;
  z-index: 200;
}
header.branding2 .inner {
  position: relative;
  height: 132px;
  padding: 10px;
  width: 94%;
  max-width: 1206px;
  display: flex !important;
  justify-content: space-between;
  margin: 0 auto;
}
header.branding2 .inner a.logo {
  display: flex;
  order: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 7rem;
  height: 7rem;
  color: #fff;
  background-color: #7ABFB8;
  text-decoration: none;
  padding: 0.5rem;
  margin: 0;
  margin-right: auto;
}
header.branding2 .inner a.logo h1 {
  color: inherit;
  font-size: 1.2rem;
}
@media (min-width: 639px) {
  header.branding2 a.logo {
    position: static;
  }
}
header.branding2 a.logo span {
  position: absolute;
  top: -99999px;
}
header.branding2 a.logo img {
  width: 100%;
  display: block;
}
header.branding2 .form-and-nav2 {
  display: flex;
  order: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
header.branding2 .form-and-nav2 form {
  display: flex;
  position: relative;
  margin-left: 0.5rem;
}
header.branding2 .form-and-nav2 form input[type=search] {
  flex: 1 1 auto;
  order: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
header.branding2 .form-and-nav2 form input[type=submit] {
  flex: 0 0 36px;
  order: 1;
  background: #7ABFB8 url("../img/search.png") 50% 50% no-repeat;
  background-size: 90%;
  padding: 0;
  border: 0 none;
  text-indent: -999999px;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 0;
}
@media screen and (min-width: 1019px) {
  header.branding2 .form-and-nav2 form input[type=search] {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
header.branding2 .form-and-nav2 .mobile-menu-toggle {
  display: block;
  appearance: none;
  border: 0;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #344457;
}
@media (min-width: 1100px) {
  header.branding2 .form-and-nav2 .mobile-menu-toggle {
    display: none;
  }
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container {
  display: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  max-width: 400px;
  background-color: #344457;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container.expanded {
  display: block;
}
@media (min-width: 1100px) {
  header.branding2 .form-and-nav2 nav.menu-2021-menu-container {
    display: block;
    width: auto;
    max-width: none;
    position: static;
    left: auto;
    top: auto;
    margin-bottom: -10px;
    margin-right: -10px;
    background-color: transparent;
  }
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container ul {
  margin: 0;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container a {
  display: block;
  text-decoration: none;
  line-height: 1.2;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul {
    flex-direction: row;
  }
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li.menu-item-has-children > a {
  flex: 1 1 auto;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li.menu-item-has-children > span {
  display: block;
  position: relative;
  width: 2.625rem;
}
@media (min-width: 1100px) {
  header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li.menu-item-has-children > span {
    display: none;
  }
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li.menu-item-has-children > span:before {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li.menu-item-has-children > span:hover {
  cursor: pointer;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li.menu-item-has-children.active span {
  transform: rotate(180deg);
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li:last-of-type > ul {
  right: 0;
  left: auto;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li > a {
  padding: 0.5rem;
  padding-bottom: calc(0.5rem + 10px);
  color: #ffffff;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li.active > ul {
  display: block;
  flex-basis: 100%;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li:hover > a {
  color: #7bbfb8;
}
@media (min-width: 1100px) {
  header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li:hover > ul {
    display: block;
  }
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li > ul {
  display: none;
  background-color: #4f6581;
}
@media (min-width: 1100px) {
  header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    background-color: #e1f1ef;
  }
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li > ul > li:not(:last-of-type) {
  border-bottom: 1px solid #344457;
}
@media (min-width: 1100px) {
  header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li > ul > li:not(:last-of-type) {
    border-color: #ffffff;
  }
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li > ul > li:hover > a {
  background-color: #aad5cf;
}
header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li > ul > li > a {
  padding: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
}
@media (min-width: 1100px) {
  header.branding2 .form-and-nav2 nav.menu-2021-menu-container > ul > li > ul > li > a {
    color: #464646;
    padding-left: 0.5rem;
  }
}
header.branding2 .form-and-nav2 form {
  justify-self: flex-start;
}

body.post-type-archive-links .content-area ul li h2 {
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 0.3em;
}
body.post-type-archive-links .content-area ul li p {
  margin: 0;
}
@media screen and (min-width: 1019px) {
  body.post-type-archive-links .diary-events {
    width: 77.33333333%;
    margin-left: 22.66666667%;
    padding-left: 1.724137931%;
  }
}

body.post-type-archive-diary h1.feed-title {
  padding: 0;
  border-bottom: 1px solid #c0dc6d;
}
@media screen and (min-width: 1019px) {
  body.post-type-archive-diary h1.feed-title {
    width: 77.33333333%;
    margin-left: 22.66666667%;
    padding-left: 0.8620689655%;
  }
}
body.post-type-archive-diary .entry-title {
  font-weight: 400;
  margin-bottom: 0.25em;
}
body.post-type-archive-diary .entry-title a {
  color: #547f78;
  text-decoration: none;
}
body.post-type-archive-diary article.diary-item {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d1d2cf;
  min-height: 130px;
}
body.post-type-archive-diary article.diary-item .entry-meta .date {
  margin-top: 0;
}
body.post-type-archive-diary article.diary-item .entry-meta time {
  line-height: 1.1;
}
body.post-type-archive-diary article.diary-item .entry-meta .day-posted {
  display: inline-block;
}
body.post-type-archive-diary article.diary-item .entry-meta .date-posted {
  display: inline-block;
}
body.post-type-archive-diary article.news-detail footer {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d1d2cf;
  margin: 40px 0;
}
body.post-type-archive-diary .content-main article .entry-meta {
  display: inline;
}
@media screen and (min-width: 1019px) {
  body.post-type-archive-diary .content-main {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  body.post-type-archive-diary .content-main article {
    width: 77.33333333%;
    padding-left: 12px;
    margin-left: 22.66666667%;
  }
}
body.post-type-archive-diary a.more-link {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 0;
  position: relative;
}
body.post-type-archive-diary a.more-link:after {
  content: url(/wp-content/themes/managingbusinessarchives/assets/img/arrow-pointer-right.png);
  position: absolute;
  left: 2px;
  top: 0;
}

body.news .nav-supp .nav-sections,
body.post-template-default.single .nav-supp .nav-sections,
body.blog .nav-supp .nav-sections,
body.archive .nav-supp .nav-sections {
  padding: 12px 0;
  background: #efefef;
}
body.news .nav-supp .nav-sections h3,
body.post-template-default.single .nav-supp .nav-sections h3,
body.blog .nav-supp .nav-sections h3,
body.archive .nav-supp .nav-sections h3 {
  color: #7ABFB8;
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffff;
  margin: 0 16px 4px;
}
body.news .nav-supp .nav-sections li,
body.post-template-default.single .nav-supp .nav-sections li,
body.blog .nav-supp .nav-sections li,
body.archive .nav-supp .nav-sections li {
  padding: 6px 0;
}
body.news .nav-supp .nav-sections li a,
body.post-template-default.single .nav-supp .nav-sections li a,
body.blog .nav-supp .nav-sections li a,
body.archive .nav-supp .nav-sections li a {
  font-weight: 300;
  padding: 0 12px;
}
body.news .nav-supp .nav-sections li,
body.post-template-default.single .nav-supp .nav-sections li,
body.blog .nav-supp .nav-sections li,
body.archive .nav-supp .nav-sections li {
  border: 0 none;
}
body.news .nav-supp .nav-sections li a,
body.post-template-default.single .nav-supp .nav-sections li a,
body.blog .nav-supp .nav-sections li a,
body.archive .nav-supp .nav-sections li a {
  border-color: transparent;
}
body.news .nav-supp .nav-sections li.active,
body.post-template-default.single .nav-supp .nav-sections li.active,
body.blog .nav-supp .nav-sections li.active,
body.archive .nav-supp .nav-sections li.active {
  background: none;
}
@media screen and (min-width: 1019px) {
  body.news .nav-supp,
body.post-template-default.single .nav-supp,
body.blog .nav-supp,
body.archive .nav-supp {
    width: 23.88059701%;
  }
}
body.news h1.feed-title,
body.post-template-default.single h1.feed-title,
body.blog h1.feed-title,
body.archive h1.feed-title {
  padding: 0;
  border-bottom: 1px solid #7ABFB8;
}
@media screen and (min-width: 1019px) {
  body.news h1.feed-title,
body.post-template-default.single h1.feed-title,
body.blog h1.feed-title,
body.archive h1.feed-title {
    width: 77.33333333%;
    margin-left: 22.66666667%;
    padding-left: 1.724137931%;
  }
}
body.news .entry-title a,
body.post-template-default.single .entry-title a,
body.blog .entry-title a,
body.archive .entry-title a {
  color: #547f78;
  text-decoration: none;
}
body.news article.news-item,
body.post-template-default.single article.news-item,
body.blog article.news-item,
body.archive article.news-item {
  margin: 32px 0;
}
body.news article.news-detail footer,
body.post-template-default.single article.news-detail footer,
body.blog article.news-detail footer,
body.archive article.news-detail footer {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d1d2cf;
  margin: 40px 0;
}
body.news .content-main,
body.post-template-default.single .content-main,
body.blog .content-main,
body.archive .content-main {
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 1019px) {
  body.news .content-main,
body.post-template-default.single .content-main,
body.blog .content-main,
body.archive .content-main {
    float: left;
    width: 74.626865673%;
    padding-right: 12px;
    margin-right: 1.49254%;
  }
  body.news .content-main article,
body.post-template-default.single .content-main article,
body.blog .content-main article,
body.archive .content-main article {
    width: 66.00331675%;
    padding-left: 12px;
    margin-left: 22.66666667%;
  }
  body.news .content-main article .entry-meta,
body.post-template-default.single .content-main article .entry-meta,
body.blog .content-main article .entry-meta,
body.archive .content-main article .entry-meta {
    width: 27.07423581%;
    float: left;
    display: block;
    margin-left: -31.418461077%;
    text-align: right;
  }
}

body.post-type-archive-case_study .content-main article .entry-meta {
  display: inline;
}
@media screen and (min-width: 1019px) {
  body.post-type-archive-case_study .content-main {
    width: 74.626865673%;
    margin-left: 0;
    padding-left: 0;
  }
  body.post-type-archive-case_study .content-main article {
    width: 77.33333333%;
    padding-left: 12px;
    margin-left: 22.66666667%;
    margin-top: 16px;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #d1d2cf;
  }
  body.post-type-archive-case_study .content-main article:after {
    content: "";
    display: table;
    clear: both;
  }
  body.post-type-archive-case_study .content-main article figure {
    width: 27.07423581%;
    float: left;
    margin-left: -31.418461077%;
    text-align: right;
    border-width: 0;
    border-style: solid;
    border-color: #d1d2cf;
    padding: 0;
  }
  body.post-type-archive-case_study .content-main article figure img {
    padding: 12px;
    border: 1px solid #dcedcf;
  }
}
body.post-type-archive-case_study h1.feed-title {
  width: 77.33333%;
  margin-left: 22.66667%;
  padding-left: 1.724137931%;
}

body.single-case_study .nav-supp nav > ul > li {
  border: 0 none !important;
}
body.single-case_study .stats .label {
  font-weight: bold;
  min-width: 100px;
  display: inline-block;
}
body.single-case_study .testimonials {
  margin-bottom: 1rem;
}
body.single-case_study .testimonials figure {
  margin-bottom: 1.5rem;
  padding: 1.6rem 1rem;
  background-color: #efefef;
}
body.single-case_study .testimonials figure blockquote {
  margin-top: 0;
}
body.single-case_study .testimonials figure footer.author {
  font-size: 0.9em;
}

/** All Home Page styles **/
.home aside section img {
  margin-bottom: 0;
}
.home aside section figcaption {
  font-family: "Bitter", Georgia, Cambria, Times New Roman, Times, serif;
  font-style: 11px;
  font-size: 0.6875rem;
  color: #547f78;
  padding-bottom: 12px;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  border-bottom: 1px solid #dcedcf;
}
@media screen and (min-width: 767px) {
  .home aside section figcaption {
    min-height: 46px;
    min-height: 2.875rem;
  }
}
.home aside section h3, .home aside section .h3,
.home aside section h4, .home aside section .h4 {
  margin-bottom: 1em;
}
.home aside section h3 a, .home aside section .h3 a,
.home aside section h4 a, .home aside section .h4 a {
  color: #547f78;
  text-decoration: none;
}
.home aside section.events-teaser, .home aside section.membership-teaser {
  margin-top: 24px;
}
.home aside section.twitter-feed, .home aside section.faqs-teaser, .home aside section.useful-links {
  border-top: 1px solid #d1d2cf;
  padding-top: 16px;
  margin-top: 24px;
}
.home .content-main .sidebar .picture img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .home .content-main {
    width: 100%;
    float: none;
    clear: both;
    content: "";
    display: table;
    padding: 16px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #d1d2cf;
    margin-bottom: 24px;
  }
  .home .content-main .intro {
    width: 66.00331675%;
    float: left;
    margin-right: 1.492537313%;
  }
  .home .content-main .intro p, .home .content-main .intro ul {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .home .content-main .sidebar {
    width: 32.33830846%;
    float: right;
    margin-bottom: 0;
  }
  .home .content-main .sidebar .picture {
    padding: 0;
    border: 0 none;
  }
  .home .content-main .sidebar .picture img {
    width: 70%;
    max-width: auto;
  }
}
@media screen and (min-width: 1019px) {
  .home .content-main {
    margin-left: 0;
    margin-right: 0;
  }
}
.home aside.sidebar > section {
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .home aside.sidebar {
    width: 100%;
    float: none;
    clear: left;
  }
  .home aside.sidebar > section.getting-started,
.home aside.sidebar > section.news {
    width: 49.25373134%;
    float: left;
  }
  .home aside.sidebar > section.news {
    margin-left: 1.492537313%;
  }
  .home aside.sidebar > section.diary,
.home aside.sidebar > section.popular-articles {
    width: 32.33830846%;
    float: left;
    border-top: 1px solid #d1d2cf;
    padding-top: 1rem;
  }
  .home aside.sidebar > section.diary {
    clear: left;
  }
  .home aside.sidebar > section.popular-articles {
    margin-left: 1.492537313%;
  }
}
.home .slideshow {
  width: 100%;
  background: #efefed;
}
.home .rslides {
  max-width: 1206px;
  margin: 0 auto;
}
.home .rslides li {
  position: relative;
}
.home .rslides p.caption,
.home .rslides div.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.8);
  color: #547f78;
  font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 540px) {
  .home .rslides p.caption,
.home .rslides div.caption {
    bottom: 20px;
  }
}
.home .rslides p.caption h1,
.home .rslides div.caption h1 {
  font-size: 20px;
  margin-bottom: 0.2em;
}
.home .rslides p.caption p,
.home .rslides div.caption p {
  margin: 0;
}
@media screen and (min-width: 767px) {
  .home .rslides p.caption,
.home .rslides div.caption {
    font-size: 18px;
    bottom: 6%;
    right: 2%;
  }
  .home .rslides p.caption h1,
.home .rslides div.caption h1 {
    font-size: 1.6rem;
  }
}
.home .slideshow2 {
  width: 100%;
  margin-bottom: 1rem;
  background: #efefed;
}
.home .slideshow2 .slides {
  position: relative;
  max-width: 1206px;
  margin: 0 auto;
}
.home .slideshow2 .slides .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.8);
  color: #547f78;
  font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 540px) {
  .home .slideshow2 .slides .caption {
    bottom: 20px;
  }
}
.home .slideshow2 .slides .caption h1 {
  font-size: 20px;
  margin-bottom: 0.2em;
}
.home .slideshow2 .slides .caption p {
  margin: 0;
}
@media screen and (min-width: 767px) {
  .home .slideshow2 .slides .caption {
    font-size: 18px;
    bottom: 6%;
    right: 2%;
  }
  .home .slideshow2 .slides .caption h1 {
    font-size: 1.6rem;
  }
}
.home .slideshow2 .slides .the_slide {
  position: relative;
  width: 1206px;
  height: 640px;
}
.home .slideshow2 .slides .the_slide img {
  display: block;
  width: 1206px;
  height: 640px;
  max-width: 100%;
  object-fit: cover;
}

/** All Contact Page styles **/
@media screen and (min-width: 1019px) {
  .page-id-507 .content-main {
    float: right !important;
    width: 74.62686567% !important;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
.page-id-507 .content-main p.error {
  border: 1px solid red;
  padding: 0 4px;
}
.page-id-507 .content-main p.sent {
  border: 1px solid red;
  padding: 0 4px;
  border-color: #dcedcf;
  background: #dcedcf;
}
.page-id-507 .content-main section.faqs-discussion {
  margin-bottom: 24px;
}
.page-id-507 .content-main section.faqs-discussion > section {
  border-top: 1px solid #d1d2cf;
  padding-top: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1019px) {
  .page-id-507 .sidebar {
    width: 32.33830846%;
  }
}
.page-id-507 .sidebar .vcard {
  border-bottom: 1px solid #d1d2cf;
  margin-bottom: 24px;
  padding: 18px 0 16px;
}

/*# sourceMappingURL=style.css.map */
