/******************************************************************************
Albright Labs LLC. Albrightlabs.com. PO Box 1537 Albrightsville PA 18210.
*******************************************************************************/

/* BASE */
html,
body,
.nav li a,
.nav li a:visited,
.nav li a:hover,
.nav li a:focus,
ul.nav__inner ul.sub-menu a,
ul.nav__inner ul.sub-menu a:visited,
ul.nav__inner ul.sub-menu a:hover,
ul.nav__inner ul.sub-menu a:focus,
* {
  color: #222222;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin-top: 64px;
}
#page {
  position: relative;
}
ul.nav__inner ul.sub-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 24px;
  position: absolute;
}
header.header.easybib-guides .nav li a {
  font-family: 'Aspira Bold';
  font-weight: normal !important;
}
ul.nav__inner ul.sub-menu a {
  padding: 16px 8px;
  line-height: 1;
}

/* HEADER */
header.header.easybib-guides {
  border-bottom: 4px solid #EB7100;
  background-color: #fff;
  position: fixed;
  height: 64px;
  top: 0;
  right: 0;
  left: 0;
}
header.header.easybib-guides .header__inner {
  padding: 0;
}
.nav > ul > li {
  padding-left: 0;
}
header.header.easybib-guides .nav li a {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding-left: 24px !important;
}
header.header.easybib-guides .nav > ul > li > a:after {
  position: relative;
  left: 0;
  width: 100%;
  background-color: #EB7100;
  content: "";
  transition: all .2s;
  -webkit-transition: all .2s;
  display: block;
  height: 5px;
  bottom: 16px;
  opacity: 0;
}
header.header.easybib-guides .nav > ul > li > a:hover:after,
header.header.easybib-guides .nav > ul > li > a:active:after,
header.header.easybib-guides .nav > ul > li > a:focus:after,
header.header.easybib-guides .nav > ul > li.current-menu-item > a:after {
  bottom: 24px;
  opacity: 1;
  transition: all .2s;
  -webkit-transition: all .2s;
}
header.header.easybib-guides .nav > ul > li.current-menu-item > a:after {
  top: -3px;
}
header.header.easybib-guides .nav > ul > li.menu-item-has-children > a::after {
  content: ' ';
  padding-left: 0;
}
header.header.easybib-guides .nav > ul > li > a,
header.header.easybib-guides .nav > ul > li > a:hover,
header.header.easybib-guides .nav > ul > li > a:focus,
header.header.easybib-guides .nav > ul > li > a:active {
  text-decoration: none !important;
}
header.header.easybib-guides .nav > ul > li > .sub-menu > li { line-height: 1.2; width: 100%; }
header.header.easybib-guides .nav > ul > li > .sub-menu > li > a { width: 100%; display: inline-block; text-decoration: none; padding-left: 16px !important; }
header.header.easybib-guides .nav > ul > li > .sub-menu > li > a:hover,
header.header.easybib-guides .nav > ul > li > .sub-menu > li > a:focus,
header.header.easybib-guides .nav > ul > li > .sub-menu > li > a:active { text-decoration: none; }
header.header.easybib-guides .nav > ul > li > .sub-menu > li + li > a {
  padding-top: 12px !important;
}
header.header.easybib-guides .nav > ul > li > .sub-menu {
  padding-top: 8px;
  padding-bottom: 8px;
}
header.header.easybib-guides .nav > ul > li.menu-item-has-children:after {
  font-family: 'FontAwesome';
  padding-left: 0.1em;
  position: relative;
  content: "\F107";
  font-size: 1.2rem;
  font-weight: 300;
  height: 1em;
  width: 1em;
  top: 1px;
  font-weight: 600;
}


/* WIDGETS */
.widgets {
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
}
.widgets h4 {
  line-height: 1;
  padding-top: 20px;
}
.widgets .easybib-guides-homepage-guide-links,
.widgets .homepage-blog-links {
  list-style-type: none;
}
.page-template-template-easybib---homepage .widgets ul:not(.homepage-blog-links) li {
  position: relative;
  padding-left: 40px;
}
.page-template-template-easybib---homepage .widgets ul:not(.homepage-blog-links) li:before {
  background-image: url("../png/icon-writing.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  content:"";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}
.widgets .homepage-blog-links a {
  line-height: 1.25;
  display: inline-block;
}
.widgets .m0 {
  margin: 0;
}
.widgets .m0 li {
  margin: 16px 0;
}
.widgets .m0 li:first-of-type {
  margin-top: 8px;
}
.widgets .m0 li:last-of-type {
  margin-bottom: 12px;
}
.widgets .m0 li a,
.widgets .m0 li a:hover,
.widgets .m0 li a:focus,
.widgets .m0 li a:active,
.widgets .m0 li a:visited {
  font-weight: normal !important;
  text-decoration: none;
  color: #222;
}
.widgets .homepage-blog-links.m0 li a,
.widgets .homepage-blog-links.m0 li a:hover,
.widgets .homepage-blog-links.m0 li a:focus,
.widgets .homepage-blog-links.m0 li a:active,
.widgets .homepage-blog-links.m0 li a:visited {
  color: #00799E;
}
.widgets .white-circle {
  background-color: #fff;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 32px;
  top: 10px;
  border-radius: 100%;
}
.widgets .white-circle .icon > img {
  width: 24px;
  height: 24px !important;
  object-fit: contain;
  object-position: center center;
  position: relative;
  top: 8px;
  left: 8px;
}


/* BLOG LOOP */
.post__type_post .post__type_post_image {
  width: 100% !important;
  display: block;
}
.post__type_post .post__type_post_image img {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.post__type_post .post__type_post_title {
  text-align: left !important;
  color: #222;
}
.post__type_post .post__type_post_meta {
  overflow: hidden !important;
  border-bottom: 2px solid #EB7100;
  margin-bottom: 24px;
  display: block;
  overflow: auto;
  width: 100%;
}
.post__type_post .post__type_post_meta > p,
.post__type_post .post__type_post_meta > div {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 8px;
  float: left;
}
.post__type_post .post__type_post_meta > p a,
.post__type_post .post__type_post_meta > div a {
  color: #00799E;
}
.post__type_post .post__type_post_meta > p {
  margin-right: 12px;
}
.post__type_post .post__type_post_meta > p:after {
  content: '|';
  position: relative;
  left: 6px;
}

@media(min-width:1200px) {
  .page-template-template-easybib---blog .main-content,
  body.single-post .main-content,
  body.page-template-default .main-content {
    padding-right: 32px;
  }
  .page-template-template-easybib---blog .side-content,
  body.single-post .side-content,
  body.page-template-default .side-content {
    padding-left: 32px;
  }
}
.page-template-template-easybib---blog .side-content .widget .textwidget > div > div > div > div {
  margin: 0 !important;
  padding: 0 !important;
}

/* SIDEBAR */
.square h4 {
  margin-bottom: 24px;
}
.square p {
  margin-bottom: 32px;
}
.square p + p {
  margin-bottom: 0;
}
.list-widget.list-widget-blog {
  border: 2px solid #515BAD !important;
}
.list-widget.list-widget-blog .widget-title {
  background-color: #515BAD !important;
  padding-top: 20px !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
  padding-bottom: 16px !important;
  color: #fff !important;
}
.list-widget.list-widget-blog .widget-title + ul,
ul#menu-popular-citation-guides {
  margin: 24px !important;
  list-style-type: none !important;
  list-style: none !important;
  display: block;
}
.list-widget.list-widget-blog .widget-title + ul li,
ul#menu-popular-citation-guides li {
  line-height: 1.2 !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.list-widget.list-widget-blog .widget-title + ul li:first-of-type,
ul#menu-popular-citation-guides li:first-of-type {
  margin-top: 0 !important;
}
.list-widget.list-widget-blog .widget-title + ul li:last-of-type,
ul#menu-popular-citation-guides li:last-of-type {
  margin-bottom: 0 !important;
}
.list-widget.list-widget-blog .widget-title + ul li a,
ul#menu-popular-citation-guides li a {
  text-decoration: none !important;
  font-weight: lighter !important;
  color: #00799E !important;
  font-size: 1rem;
}
.post__type_post_image_container {
  position: relative;
}
.read-more-over-image-button {
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  right: 24px;
  bottom: 24px;
}
.post__type_post {
  position: relative;
}
.post__type_post_title__link {
  text-decoration: none !important;
}

/* WORDPRESS PAGES */
.main-content > h1:first-of-type {
  font-size: 24px;
  font-size: 1.25rem;
  padding-bottom: 8px;
  margin-bottom: 8px !important;
  border-bottom: 2px solid #EB7100;
}
.main-content > h1:first-of-type + h2:first-of-type {
  font-size: 42px;
  margin-top: 0;
  font-size: 2.625rem;
  margin-bottom: 16px !important;
  margin-top: 8px !important;
}
.main-content > h1:first-of-type + p {
  margin-top: 16px !important;
}
.main-content h1:not(.post__type_post_title):not(.post__type_post_title),
.main-content .h1:not(.post__type_post_title):not(.post__type_post_title) {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-top: 24px;
}
.main-content h2:not(.post__type_post_title):not(.post__type_post_title):not(),
.main-content .h2:not(.post__type_post_title):not(.post__type_post_title) {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 24px;
  margin-top: 24px;
}

/* Upload Widget HOTFIX */
.in-content-upload-widget#upload-widget-root {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;

}

.main-content #upload-widget-root h3 {
	font-size: 32px;
	line-height: 1.13;
	font-weight: bold !important;
	text-align: center;
  color: rgb(34, 34, 34);
	font-family: "Aspira", "Helvetica", "Arial", Sans-serif;
}

.main-content #upload-widget-root h4 {
	font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600 !important;
  text-align: center;
  color: rgb(34, 34, 34) !important;
  line-height: 27px;
}

#upload-widget-root.seo-in-content-widget h3 {
  font-size: 32px;
  font-weight: bold !important;
}

#upload-widget-root.seo-in-content-widget h4 {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 27px;
  margin-bottom: 20px;
  color: rgb(34, 34, 34);
}

.main-content h3:not(.post__type_post_title):not(.post__type_post_title),
.main-content .h3:not(.post__type_post_title):not(.post__type_post_title) {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  margin-top: 24px;
}
.main-content h4:not(.post__type_post_title):not(.post__type_post_title),
.main-content .h4:not(.post__type_post_title):not(.post__type_post_title) {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-top: 24px;
}
.main-content h5:not(.post__type_post_title):not(.post__type_post_title),
.main-content .h5:not(.post__type_post_title):not(.post__type_post_title) {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-top: 24px;
}
.main-content h1 > span,
.main-content h2 > span,
.main-content h3 > span,
.main-content h4 > span {
  font-family: 'Aspira Heavy';
  font-weight: normal !important;
}
.main-content ol,
.main-content li {
  margin-bottom: 0;
}
.main-content h2,
.main-content h3 {
  margin-bottom: 16px;
}
h3.post__type_post_title {
  margin-bottom: 8px;
}
.page-template-default.page .main-content h1 + h2 {
  margin-top: 16px !important;
}
.main-content b, .main-content strong {
  font-family: 'Aspira Bold';
  font-weight: normal !important;
}
.main-content p.citation {
  padding: 0 0 0 32px;
  margin-bottom: 16px;
}
.main-content h1 + table > tbody > tr > td > img.size-thumbnail {
  vertical-align: text-top;
  border-style: none;
  max-width: none;
  width: 100%;
  height: auto;
}

img[alt="Creative Commons License"] {
  width: auto !important;
}


/* FLEXBOX */
.flex-justify-left {
  align-items: left;
  justify-content: left;
}


/* FORUM */
body.forum-archive .page-header.easybib-guides {

}

/* MEDIA QUERIES */
@media(max-width:1199px){
  .chegg_ad_container.ad-container * {
    margin: 0 auto;
  }
}
@media(max-width:991px){
  header.header.easybib-guides .mobile-menu-toggle img {
    height: 16px !important;
  }
  body {
    margin-top: 56px;
  }
  header.header.easybib-guides {
    height: 56px;
  }
  header .logo {
    background-size: auto 31px !important;
    padding: 26px 0 !important;
  }
  header .mobile-menu-toggle {
    margin-top: 12px !important;
  }
}
@media(max-width:899px){
  .format-col {
    padding-bottom: 24px;
  }
  .format-col:last-of-type {
    padding-bottom: 0;
  }
}
@media(max-width:599px){
  .page-template-template-easybib---homepage .bg-chegg h1,
  .page-template-template-easybib---homepage .bg-chegg .h1,
  .page-template-template-easybib---homepage .bg-chegg h3,
  .page-template-template-easybib---homepage .bg-chegg .h3,
  .page-template-template-easybib---blog .bg-teal h1,
  .page-template-template-easybib---blog .bg-teal .h1,
  .page-template-template-easybib---blog .bg-teal h3,
  .page-template-template-easybib---blog .bg-teal .h3,
  .page-template-template-easybib---blog .bg-teal .text-center,
  h1, .h1 {
    text-align: left !important;
  }
  .page-template-template-easybib---homepage .bg-chegg h1 {
    line-height: 1.1;
  }
  .page-template-template-easybib---homepage .bg-chegg h3 {
    line-height: 1.5;
  }
  .format-col > .btn {
    max-width: 80%;
  }
  .post__type_post .post__type_post_meta *,
  .post__type_post .post__type_post_meta > p,
  .post__type_post .post__type_post_meta > .p,
  .post__type_post .post__type_post_meta > div,
  .post__type_post .post__type_post_meta > p a,
  .post__type_post .post__type_post_meta > div a {
    font-size: 16px !important;
    font-family: 'Aspira Standard';
    font-weight: normal !important;
  }
  .post__type_post .post__type_post_title {
    margin-bottom: 8px !important;
  }
  .post__type_post p > span > img {
    max-width: 100% !important;
    height: auto !important;
  }
  .content img {
    margin-bottom: 16px;
  }
  .main-content h1,
  .main-content h2,
  .main-content h3,
  .main-content h4,
  .main-content h5 {
    text-align: left !important;
  }
}
.post__type_post .post__type_post_meta {
  padding-bottom: 8px;
}
.post__type_post_meta a {
  font-family: 'Aspira Bold';
  font-weight: normal !important;
}
.post__type_post .post__type_post_meta .post__type_post_date,
.post__type_post .post__type_post_meta .post__type_post_author,
.post__type_post .post__type_post_meta .post__type_post_terms {
  margin-bottom: 0 !important;
}
body.forum-archive .bg-chegg .h1 {
  margin-bottom: 0;
}
header .mobile-menu-toggle {
  justify-content: flex-start !important;
  float: left !important;
  display: block !important;
  align-items: left !important;
  margin-right: 16px !important;
  margin-top: 12px !important;
}
header .logo {
  float: left !important;
  max-width: 132px !important;
  background-size: auto 35px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 30px 0;
  margin-top: 0 !important;
}
header .nav-wrapper {
  padding: 17px 0;
  padding: 0;
}
header .nav-wrapper #menu-main-menu {
  line-height: 59px;
}
@media(min-width:920px){
  header .mobile-menu-toggle {
    display: none !important;
    float: left !important;
  }
  header .logo {
    float: left !important;
  }
}
@media(max-width:991px){
  header .nav-wrapper #menu-main-menu {
    line-height: 48px;
  }
}
.logo {
  max-width: 86px !important;
  margin-right: 4px !important;
}
.widget.font-color-white h4,
.widget.font-color-white p {
  color: #ffffff;
}
.main-content a,
.main-content a span {
  font-family: 'Aspira Standard';
  font-weight: normal !important;
  color: #00799E;
}

.nav > ul {
  margin: 0 auto 0 0;
}
.nav > ul > li a {
  font-family: 'Aspira Medium';
  font-weight: normal !important;
}
.author--bio {
    position: relative;
    display: block;
    padding-top: 16px;
    margin-top: 32px;
    border-top: 1px solid
    #ccc;
}
.author--image {
    display: inline-block;
    position: relative;
    width: 95px;
    vertical-align: top;
}
.author--image img {
    max-width: 77px;
    max-height: 77px;
    border-radius: 100%;
    /* border: 1px solid #eee; */
}
.author--info {
    display: inline-block;
    position: relative;
    width: calc( 100% - 100px );
    vertical-align: top;
}
h3.author--info--label {
    font-family: 'Aspira Medium';
    font-weight: normal !important;
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
    padding-top: 0;
    color: #999;
}
h4.author--info--name {
    margin: 5px 0px;
}
p.author--info--bio {
    font-size: 14px;
    line-height: 23px;
}
.main-content h3:not(.post__type_post_title):not(.post__type_post_title), .main-content .h3:not(.post__type_post_title):not(.post__type_post_title) {
  margin-top: 0;
}
.main-content h4:not(.post__type_post_title):not(.post__type_post_title), .main-content .h4:not(.post__type_post_title):not(.post__type_post_title) {
  margin-top: 0;
  margin-bottom: 8px;
  color: #00799E !important;
  font-family: 'Aspira Medium';
  font-weight: normal !important;
}
.author--info a {
  color: #00799E !important;
  font-family: 'Aspira Medium';
  font-weight: normal !important;
}
.main-content h3:not(.post__type_post_title):not(.post__type_post_title), .main-content .h3:not(.post__type_post_title):not(.post__type_post_title) {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.main-content h3:not(.post__type_post_title):not(.post__type_post_title), .main-content .h3:not(.post__type_post_title):not(.post__type_post_title) {
  font-size: 16px;
  font-size: 1rem;
}


/* SEARCH WIDGET */
div.box {
  background-color: #fff;
  border: 4px solid #F7CA59;
  border-radius: 8px;
  padding: 8px 0;
  height: 48px;
}
@media(min-width:600px){
  div.box {
    max-width: 80%;
    margin: 0 auto;
  }
}
div.box input[type="text"] {
  background-color: transparent;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  height: 24px;
}
div.box input[type="submit"] {
  padding: 0;
  position: absolute;
  top: -4px;
  right: 18px;
  font-family: 'Aspira Bold';
  font-weight: normal;
  padding-top: 3px;
  background-color: #EB7100;
  border-color: #EB7100;
  border-radius: 4px;
  width: 80px;
}
ul.nav__inner .current-menu-item > a {
  /* border-bottom: 2px solid #222; */
  line-height: 1.1;
}

.widget.ebgb-sidebar-widget.ad + .widget.ebgb-sidebar-widget.ad {
  margin-top: 48px !important;
}

/* MOBILE MENU */
.mobile-menu {
  background-color: #fff;
  left: 0;
  width: 0;
  position: fixed;
}
.mobile-menu.is-active {
  right: auto;
  width: 75%;
  left: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.mobile-menu:before {
  content: ' ';
  background-color: #EB7100;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 52px;
  width: 100%;
}
.mobile-menu__close {
  top: 18px;
  right: auto;
  width: 16px;
  height: 16px;
  left: 16px;
}
.mobile-menu ul {
  min-width: 0;
  max-width: calc(100% - 32px);
  margin-top: 70px;
  margin-left: 16px;
}
.mobile-menu li .sub-menu{
   display: none;
}
#page .mobile-menu a,
.mobile-menu a {
  color: #222 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
#page .mobile-menu .current_page_item a,
.mobile-menu .current_page_item a {
  color: #fff !important;
}
.mobile-menu ul li {
  line-height: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
}
.mobile-menu ul li:not(.current-menu-item) + li:not(.current-menu-item) {
  border-top: 1px solid #ddd;
}
.mobile-menu ul li a {
  font-family: 'Aspira Bold' !important;
  font-weight: normal !important;
}
.mobile-menu ul li.current-menu-item {
  background-color: #EB7100;
  border-radius: 4px;
}
.mobile-menu ul li.current-menu-item a {
  color: #fff !important;
  font-family: 'Aspira Bold' !important;
  font-weight: normal !important;
}
.main-content.search-results li a {
  margin-bottom: 16px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: 'Aspira Medium' !important;
  font-weight: normal !important;
  display: inline-block;
}
.main-content.search-results li a,
.main-content.search-results li a:hover,
.main-content.search-results li a:focus,
.main-content.search-results li a:active {
  color: #00799E;
}

/* REMOVE ADS MOBILE, FIX PADDING OF THEIR PARENTS */
@media(max-width:899px){
  .ad-section.ad-section-hide-mobile {
    display: none;
    visibility: hidden;
  }
  .page-template-template-easybib---homepage .section-contains-ads {
    padding-top: 16px !important;
  }
  .forum-archive .section-contains-ads {
    padding-bottom: 0;
  }
}

.post__type_post + .post__type_post {
  margin-top: 32px;
}

/* FIX NAVIGATION HOVER ISSUE */
.nav li ul.sub-menu {
  /* transition: 0.5s all; */
  display: none;
  height: 0;
  /* opacity:0; */
}
.nav li:hover > ul.sub-menu, .nav li ul.sub-menu li:hover > ul.sub-menu {
  display: block;
  height: auto;
}

/* FIX IMAGE SCALE ISSUE */
.content img:not(.size-thumbnail):not(.alignleft):not(.aligncenter):not(.size-medium):not(.size-large) {
  margin-bottom: 24px;
  max-width: 100%;
  height: auto;
  /* width: 100%; */
}
.container.content .col-xs-12.col-xl-8.main-content img {
  max-width: 100%;
  height: auto;
}

/* FAQs */
.faqs {
	border: solid 1px #f2f2f2;
	border-radius: 4px;
}

.faq {
	padding: 20px 25px;
	padding-right: 25px;
	position: relative;
	overflow: hidden;
}

.faq__question {
  position: relative;
  cursor: pointer;
  margin: 0;
  letter-spacing: 1.2px;
  padding: 8px 0;
  padding-right: 50px;
}

.faq__answer {
	height: 0px;
	transition: all .4s ease;
	overflow: hidden;
	opacity: 0;
  margin: 0;
}


.faq__indicator {
  position: absolute;
  right: 35px;
  top: 57%;
  transform: translateY(-50%);
}

.faq__indicator::before {
  border-style: solid;
  border-color: #F25B2B;
	border-width: 3px 3px 0 0;
	content: '';
	display: inline-block;
	height: 13px;
	left: 10px;
	position: relative;
	top: 0px;
	transform: rotate(45deg);
	vertical-align: top;
	width: 13px;
  transition: all .2s ease-in-out;
}

.faq__question:hover {
  color: #F25B2B;
}

.faq[data-open="true"] {
	background: #f4f4f4;
  padding-bottom: 16px;
}

.faq[data-open="true"] .faq__question {
	border-bottom: 1px solid lightgray;
  color: #F25B2B;
  margin-bottom: 24px;
}

.faq[data-open="true"] .faq__answer {
	opacity: 1;
}

.faq[data-open="true"] .faq__indicator::before {
	transform: rotate(135deg);
}

@media (max-width: 650px) {
  .faq__indicator {
    right: 12px;
  }

  .faq__question {
    padding-right: 18px;
  }
}

/** CITATION WIDGET OVERRIDES & HOTFIXES **/
#citation-widget h2 {
  color: rgb(34, 34, 34);
  margin: 0px;
  font-family: "Aspira Webfont", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

#citation-widget label {
  margin-bottom: 0;
}

#citation-search-button {
  margin-top: 1.6rem;
  margin-bottom: 1.1rem;
}

#citation-search-button span {
  color: #fff;
}

#citation-widget .fJgOrF span {
  color: rgb(0, 121, 158);
}

/*
 * Post Title Wrapper (With Google Classroom Share Button)
 */
.post-title-wrapper {
	margin-bottom: 8px !important;
	border-bottom: 2px solid #EB7100;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  padding-bottom: 12px;
}

.post-title-wrapper h1 {
	font-size: 32px !important;
  line-height: 1 !important;
  padding-bottom: 8px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0;
  padding-right: 16px;
}

@media (max-width:720px) {
  .post-title-wrapper {
  	display: block;
    padding-bottom: 6px;
  }

  .post-title-wrapper h1 {
    margin-bottom: 12px !important;
  }
}

/* Anti CLS fixes */
#ad_container___D_T1 {
  min-height: 90px;
}

#ad_container___D_R1,
#ad_container___D_R2,
#ad_container___D_R3 {
  min-height: 250px;
}

.rmp-results-widget {
  min-height: 24px;
}

.page-template-default #citation-widget {
  min-height: 197px;
}

/* Content table overflow fix */
.main-content > div {
  overflow-x: auto;
}