@charset "UTF-8";
/**
 * Custom Styles for HEPR (Higher Education in Prison Research) Site 2020 Redesign
 *
 *
 */
/**
 * Utility SCSS for the HEPR (Higher Education in Prison Research) Site 2020 Project
 */
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

.wow {
  transition: all 0.5s ease-in-out;
}

/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
)

Fonts:
Raleway
Merriweather
Raleway-italic
Merriweather-italic

arial
arial-bold
arial-italic
arial-bold-italic
 */
/** Colors **/
/** General **/
body:not(.mce-content-body) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  background: #000000;
  position: static !important;
  line-height: 1.5em;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  body:not(.mce-content-body) {
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  body:not(.mce-content-body) {
    margin-top: 30px;
  }
}

a {
  transition: all 0.2s ease-in-out;
}

.site-content a:not(.btn) {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #000000;
}
.site-content a:not(.btn):focus, .site-content a:not(.btn):hover, .site-content a:not(.btn):active {
  color: #000000;
  text-decoration: none;
  border-color: #bf9c35;
}

p::selection, p::-moz-selection, div::selection, div::-moz-selection, span::selection, span::-moz-selection, a::selection, a::-moz-selection, h1::selection, h1::-moz-selection, h2::selection, h2::-moz-selection, h3::selection, h3::-moz-selection, h4::selection, h4::-moz-selection, h5::selection, h5::-moz-selection, h6::selection, h6::-moz-selection, li::selection, li::-moz-selection {
  background: white;
}

p::selection, div::selection, span::selection, li::selection, a::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, b::selection, strong::selection {
  background: white;
}
.single-section p::selection, .single-response p::selection, .wp-editor p::selection, .single-section div::selection, .single-response div::selection, .wp-editor div::selection, .single-section span::selection, .single-response span::selection, .wp-editor span::selection, .single-section li::selection, .single-response li::selection, .wp-editor li::selection, .single-section a::selection, .single-response a::selection, .wp-editor a::selection, .single-section h1::selection, .single-response h1::selection, .wp-editor h1::selection, .single-section h2::selection, .single-response h2::selection, .wp-editor h2::selection, .single-section h3::selection, .single-response h3::selection, .wp-editor h3::selection, .single-section h4::selection, .single-response h4::selection, .wp-editor h4::selection, .single-section h5::selection, .single-response h5::selection, .wp-editor h5::selection, .single-section h6::selection, .single-response h6::selection, .wp-editor h6::selection, .single-section b::selection, .single-response b::selection, .wp-editor b::selection, .single-section strong::selection, .single-response strong::selection, .wp-editor strong::selection {
  background-color: #FFE8C2;
}

p::-moz-selection, div::-moz-selection, span::-moz-selection, li::-moz-selection, a::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, b::-moz-selection, strong::-moz-selection {
  background: white;
}
.single-section p::-moz-selection, .single-response p::-moz-selection, .wp-editor p::-moz-selection, .single-section div::-moz-selection, .single-response div::-moz-selection, .wp-editor div::-moz-selection, .single-section span::-moz-selection, .single-response span::-moz-selection, .wp-editor span::-moz-selection, .single-section li::-moz-selection, .single-response li::-moz-selection, .wp-editor li::-moz-selection, .single-section a::-moz-selection, .single-response a::-moz-selection, .wp-editor a::-moz-selection, .single-section h1::-moz-selection, .single-response h1::-moz-selection, .wp-editor h1::-moz-selection, .single-section h2::-moz-selection, .single-response h2::-moz-selection, .wp-editor h2::-moz-selection, .single-section h3::-moz-selection, .single-response h3::-moz-selection, .wp-editor h3::-moz-selection, .single-section h4::-moz-selection, .single-response h4::-moz-selection, .wp-editor h4::-moz-selection, .single-section h5::-moz-selection, .single-response h5::-moz-selection, .wp-editor h5::-moz-selection, .single-section h6::-moz-selection, .single-response h6::-moz-selection, .wp-editor h6::-moz-selection, .single-section b::-moz-selection, .single-response b::-moz-selection, .wp-editor b::-moz-selection, .single-section strong::-moz-selection, .single-response strong::-moz-selection, .wp-editor strong::-moz-selection {
  background-color: #FFE8C2;
}

h1, h2, h3, h6, .h1, .h2, .h3, .h6 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0;
  line-height: 1.25em;
  font-weight: bold;
  color: #000000;
}
h1.light, h2.light, h3.light, h6.light, .h1.light, .h2.light, .h3.light, .h6.light {
  font-weight: 600;
}

h3, .h3 {
  font-weight: normal;
}

h4, h5, .h4, .h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
h4.light, h5.light, .h4.light, .h5.light {
  font-weight: normal;
}

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

h2, .h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 2em;
}

.spacer {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .spacer {
    margin-top: 60px;
  }
  h1, .h1 {
    font-size: 54px;
  }
  h1.large, .h1.large {
    font-size: 54px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  h5, .h5 {
    font-size: 18px;
  }
}
.screen-reader-text {
  visibility: hidden;
}

p {
  line-height: 1.8em;
}
p + h2 {
  margin-top: 45px;
}

.subtitle {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 30px;
}
.subtitle .byline.title {
  font-size: 18px;
  color: #444444;
  line-height: 1.4em;
}

.grid-padding-sm .row {
  margin-right: -25px;
  margin-left: -25px;
}
.grid-padding-sm .col, .grid-padding-sm .col-1, .grid-padding-sm .col-10, .grid-padding-sm .col-11, .grid-padding-sm .col-12, .grid-padding-sm .col-2, .grid-padding-sm .col-3, .grid-padding-sm .col-4, .grid-padding-sm .col-5, .grid-padding-sm .col-6, .grid-padding-sm .col-7, .grid-padding-sm .col-8, .grid-padding-sm .col-9, .grid-padding-sm .col-auto, .grid-padding-sm .col-lg, .grid-padding-sm .col-lg-1, .grid-padding-sm .col-lg-10, .grid-padding-sm .col-lg-11, .grid-padding-sm .col-lg-12, .grid-padding-sm .col-lg-2, .grid-padding-sm .col-lg-3, .grid-padding-sm .col-lg-4, .grid-padding-sm .col-lg-5, .grid-padding-sm .col-lg-6, .grid-padding-sm .col-lg-7, .grid-padding-sm .col-lg-8, .grid-padding-sm .col-lg-9, .grid-padding-sm .col-lg-auto, .grid-padding-sm .col-md, .grid-padding-sm .col-md-1, .grid-padding-sm .col-md-10, .grid-padding-sm .col-md-11, .grid-padding-sm .col-md-12, .grid-padding-sm .col-md-2, .grid-padding-sm .col-md-3, .grid-padding-sm .col-md-4, .grid-padding-sm .col-md-5, .grid-padding-sm .col-md-6, .grid-padding-sm .col-md-7, .grid-padding-sm .col-md-8, .grid-padding-sm .col-md-9, .grid-padding-sm .col-md-auto, .grid-padding-sm .col-sm, .grid-padding-sm .col-sm-1, .grid-padding-sm .col-sm-10, .grid-padding-sm .col-sm-11, .grid-padding-sm .col-sm-12, .grid-padding-sm .col-sm-2, .grid-padding-sm .col-sm-3, .grid-padding-sm .col-sm-4, .grid-padding-sm .col-sm-5, .grid-padding-sm .col-sm-6, .grid-padding-sm .col-sm-7, .grid-padding-sm .col-sm-8, .grid-padding-sm .col-sm-9, .grid-padding-sm .col-sm-auto, .grid-padding-sm .col-xl, .grid-padding-sm .col-xl-1, .grid-padding-sm .col-xl-10, .grid-padding-sm .col-xl-11, .grid-padding-sm .col-xl-12, .grid-padding-sm .col-xl-2, .grid-padding-sm .col-xl-3, .grid-padding-sm .col-xl-4, .grid-padding-sm .col-xl-5, .grid-padding-sm .col-xl-6, .grid-padding-sm .col-xl-7, .grid-padding-sm .col-xl-8, .grid-padding-sm .col-xl-9, .grid-padding-sm .col-xl-auto {
  padding-left: 25px;
  padding-right: 25px;
}

.embed-container {
  position: relative;
  padding-top: 56.25%;
  height: 0 !important;
  background-color: #cccccc;
  margin-bottom: 30px;
}
.embed-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

ul, ol {
  margin-bottom: 2em;
}
ul > li, ol > li {
  margin-bottom: 10px;
}
ul.no-bullet, ol.no-bullet {
  list-style: none;
  padding: 0;
}
ul ul, ol ul {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

.site-content p + ul, .site-content p + ol {
  margin-top: -1.4em;
}

hr {
  margin: 45px 0;
  border-color: #000000;
}

.meta {
  line-height: 1.2em;
}

.overline {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}

.entry-content {
  font-family: Merriweather, serif;
  font-size: 16px;
}
.entry-content ol {
  counter-reset: item;
}
.entry-content ol > li {
  list-style-type: none;
  counter-increment: item;
  word-break: break-word;
}
.entry-content ol > li:before {
  display: inline-block;
  width: 2.75em;
  padding-right: 0.5em;
  margin-left: -3em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.site-content .btn {
  border-radius: 0;
  border-color: #bf9c35;
  background-color: #bf9c35;
  color: white;
}
.site-content .btn:focus, .site-content .btn:hover, .site-content .btn:active {
  color: #bf9c35;
  border-color: #bf9c35;
  background-color: transparent;
}
.site-content .btn.btn-primary {
  border-color: #000000;
  background-color: #000000;
  color: white;
}
.site-content .btn.btn-primary:focus, .site-content .btn.btn-primary:hover, .site-content .btn.btn-primary:active {
  border-color: #bf9c35;
  background-color: #bf9c35;
}
.site-content .btn.btn-outline {
  border-color: #bf9c35;
  background-color: transparent;
  color: #bf9c35;
}
.site-content .btn.btn-outline:focus, .site-content .btn.btn-outline:hover, .site-content .btn.btn-outline:active {
  color: white;
  background-color: #bf9c35;
}
.site-content .btn.btn-outline-primary {
  border-color: #000000;
  background-color: transparent;
  color: #000000;
}
.site-content .btn.btn-outline-primary:focus, .site-content .btn.btn-outline-primary:hover, .site-content .btn.btn-outline-primary:active {
  color: white;
  background-color: #000000;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 12px;
  border-radius: 3px;
}

.lead {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.4em;
  }
}

/** svg **/
/** form **/
input[type=text], select {
  padding: 7px;
  border: 0;
  border-bottom: 1px solid #000000;
  margin-bottom: 5px;
  -webkit-appearance: none;
}

select {
  font-size: 15px;
  line-height: 1.4em;
  margin-right: 8px;
  background-color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1.5em;
}

textarea, select, input {
  width: 100%;
  border-radius: 0;
  background: none;
}
@media (min-width: 768px) {
  textarea, select, input {
    width: auto;
  }
}

.search-wrap {
  position: relative;
  width: 60px;
  text-align: right;
}
.search-wrap .searchform {
  position: absolute;
  top: 30px;
  right: 0;
  width: 273px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.search-wrap .searchform div {
  display: flex;
  justify-content: space-between;
}
.search-wrap .searchform div .search-field {
  flex: 1 1 90%;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #777777;
  padding-left: 5px;
  outline-offset: 0;
}
.search-wrap .search-submit {
  width: 60px;
}
.search-wrap svg.icon-search {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  transition: all 0.2s ease-in-out;
}
.search-wrap svg.icon-close {
  width: 16px;
  stroke: #000000;
  stroke-width: 4px;
  display: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.search-wrap.show .searchform {
  opacity: 1;
}
.search-wrap.show svg.icon-close {
  opacity: 1;
  display: inline;
}
.search-wrap.show svg.icon-search {
  display: none;
  opacity: 0;
}

.content-area .searchform > div {
  display: flex;
}
.content-area .searchform input.search-field {
  background: white;
  padding: 5px;
  border: 1px solid black;
}

.search-teaser {
  display: flex;
  margin-bottom: 30px;
}
.search-teaser .post-type {
  flex: 0 0 95px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-right: 15px;
}

input[type=submit] {
  background-color: #000000;
  color: white;
  padding: 6px 20px;
  border: 0;
  font-family: Raleway, sans-serif;
  transition: all 0.2s ease-in-out;
}
input[type=submit]:hover {
  color: #ffd046;
}

.wpcf7 p {
  margin-bottom: 0;
}

/** spacing **/
@media (max-width: 781px) {
  #wpadminbar {
    display: none;
  }
}
#page.site, #colophon.site-footer, .navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 848px) {
  #page.site, #colophon.site-footer, .navbar-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.logo-wrap .site-name {
  border-radius: 50%;
}

#page.site, .navbar-container-outer .navbar-container, .logo-wrap .site-name {
  background-color: #FFE8C2;
}
.home #page.site, .home .navbar-container-outer .navbar-container, .home .logo-wrap .site-name {
  background-color: #ffd046;
}
.single-section #page.site, .single-response #page.site, .single-section .navbar-container-outer .navbar-container, .single-response .navbar-container-outer .navbar-container, .single-section .logo-wrap .site-name, .single-response .logo-wrap .site-name {
  background-color: #fffded;
}

#content.site-content {
  padding: 160px 0 60px 0;
}
#content.site-content .container {
  background-color: #fffded;
  padding-top: 45px;
  padding-bottom: 75px;
}
@media (min-width: 782px) {
  #content.site-content .container {
    padding-top: 45px;
  }
}
@media (min-width: 782px) {
  #content.site-content {
    padding-top: 240px;
  }
}
@media (min-width: 1410px) {
  #content.site-content {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  #content.site-content .offset-lg-2.align-logo {
    margin-left: 135px;
  }
}

.page-content, .entry-content, .entry-summary {
  margin-top: 0;
}

/** Layout **/
.container {
  max-width: 100%;
}

@media (min-width: 1330px) {
  .container {
    max-width: 1280px !important;
    padding-left: 60px;
    padding-right: 60px;
  }
}
/** Header **/
header#masthead {
  position: relative;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}

.logo-wrap {
  position: absolute;
  top: 18px;
}
@media (min-width: 1410px) {
  .logo-wrap {
    margin-top: 0;
  }
}
.logo-wrap img {
  width: 85px;
  height: 85px;
}
@media (min-width: 768px) {
  .logo-wrap img {
    width: 115px;
    height: 115px;
  }
}

.navbar-container-outer {
  width: 100%;
  z-index: 20;
  top: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .navbar-container-outer {
    border: 0;
  }
}
@media (min-width: 1410px) {
  .navbar-container-outer {
    top: auto;
    position: static;
  }
  .navbar-container-outer.stuck {
    top: 0;
    position: fixed;
  }
}
.navbar-container-outer .navbar-container {
  padding-bottom: 60px;
}
.admin-bar .navbar-container-outer {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .navbar-container-outer {
    top: 0;
  }
}

@media (min-width: 1410px) {
  #page.site.stuck {
    margin-top: 159px;
  }
}
.navbar-container {
  position: relative;
}
.navbar-container .navbar {
  transition: all 0.2s ease-in-out;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding: 33px 0 2px !important;
  margin-left: 100px;
}
@media (min-width: 768px) {
  .navbar-container .navbar {
    border-bottom: 1px solid black;
    padding: 46px 0 2px !important;
    margin-left: 135px;
  }
}
.navbar-container .navbar #main-nav .navbar-nav li {
  margin-bottom: 15px;
  border-bottom: 1px solid #777777;
  padding-right: 40px;
}
@media (min-width: 576px) {
  .navbar-container .navbar #main-nav .navbar-nav li {
    margin-bottom: 0;
    border: 0;
  }
}
.navbar-container .navbar #main-nav .navbar-nav li a {
  color: #000000 !important;
  padding: 0 0 0 0 !important;
  font-size: 16px;
  border-top: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.navbar-container .navbar #main-nav .navbar-nav li a:hover {
  color: #bf9c35 !important;
}
@media (min-width: 768px) {
  .navbar-container .navbar #main-nav .navbar-nav li a:hover {
    color: #000000 !important;
    font-weight: normal;
    border-top: 2px solid #bf9c35;
  }
}
.navbar-container .navbar #main-nav .navbar-nav li.current-menu-item a {
  font-weight: bold;
}

.navbar-toggler {
  border: 0;
  width: 30px;
  height: 23px;
  margin: 0;
  padding: 0;
  position: relative;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  z-index: 20;
  border-color: #000000;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
.navbar-toggler.collapsed {
  border-color: #000000;
}
.navbar-toggler.collapsed span {
  background: #000000;
}
.navbar-toggler.collapsed span:nth-child(1) {
  transform: rotate(0);
  top: 4px;
  transform-origin: left center;
}
.navbar-toggler.collapsed span:nth-child(2) {
  transform: rotate(0);
  width: 100%;
  top: 11px;
  opacity: 1;
  transform-origin: left center;
}
.navbar-toggler.collapsed span:nth-child(3) {
  transform: rotate(0);
  top: 18px;
  transform-origin: left center;
}
.navbar-toggler span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.navbar-toggler span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}

#main-nav {
  position: absolute;
  display: none;
  left: 15%;
  top: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  width: 85%;
}
#main-nav.show {
  display: block;
  z-index: 10;
}

@media (min-width: 992px) {
  #main-nav {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    background: none;
    padding: 0;
    width: auto;
  }
}
.entry-header {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .entry-header {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .entry-header.paper-info {
    margin-bottom: 120px;
  }
}

a.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}
.admin-bar a.anchor {
  top: -232px;
}

.footnotes a.anchor {
  display: inline-block;
}

blockquote {
  padding-left: 30px;
  border-left: 1px solid #000000;
  font-size: 1.2em;
  margin: 30px 0;
}

/** homepage **/
.homepage-panel {
  margin: 45px -25px -120px -25px;
  padding: 10px 25px 60px;
}
@media (min-width: 768px) {
  .homepage-panel {
    margin: 45px -25px -120px -25px;
    padding: 1px 55px 90px;
  }
}
.homepage-panel > div:last-child {
  margin-bottom: 0;
}
.homepage-panel .feature-content {
  padding-top: 45px;
  padding-bottom: 45px;
}

.read-more {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
}

.video-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .video-info {
    justify-content: space-between;
  }
}

/** general **/
.module {
  margin: 45px 0;
}
.module.full-bleed {
  position: relative;
  margin-right: -25px;
  margin-left: -25px;
}
@media (min-width: 992px) {
  .module.full-bleed {
    left: 50%;
    margin-left: -50vw !important;
    margin-right: 0;
    width: 100vw;
  }
}

.items-list .item {
  display: flex;
  margin: 0 0 45px 0;
}
@media (min-width: 768px) {
  .items-list .item {
    margin: 45px 0;
  }
}
.items-list .item > a {
  display: flex;
  border: 0;
}
.items-list .item > a h2 {
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.items-list .item > a:hover h2 {
  border-bottom: 2px solid #bf9c35;
}
.items-list .item > a:hover .img-wrap {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.items-list .item .img-wrap {
  flex: 0 0 70px;
  margin-right: 25px;
  width: 70px;
  height: 70px;
  background-color: #ffd046;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.items-list .item .img-wrap img {
  width: 30px;
}
@media (min-width: 768px) {
  .items-list .item .img-wrap {
    flex: 0 0 100px;
    margin-left: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  .items-list .item .img-wrap img {
    width: 50px;
  }
}
@media (min-width: 576px) {
  .items-list .item .text-wrap {
    padding-right: 30px;
    max-width: 420px;
  }
}

/** accordion **/
.accordion {
  font-family: Raleway, sans-serif;
  margin: 2em 0;
}
.accordion > p {
  margin-bottom: 0;
}
.accordion .accordion-toggle {
  border-top: 1px dashed #777777;
  padding: 12px 0 12px 45px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.accordion .accordion-toggle:before {
  content: "-";
  position: absolute;
  left: 0;
  font-weight: 100;
  font-size: 60px;
  top: 13px;
  color: #777777;
}
.accordion .accordion-toggle.collapsed:before {
  content: "+";
  top: 18px;
}
@media (min-width: 576px) {
  .accordion .accordion-toggle {
    padding: 18px 45px;
    font-size: 24px;
  }
}
.accordion .accordion-content {
  margin: 0 0 0 45px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .accordion .accordion-content {
    margin: 0 45px 0 45px;
  }
}
.accordion .accordion {
  padding-left: 30px;
}
.accordion .accordion .accordion-toggle {
  font-size: 18px;
}

/** .nav-tabs **/
.site-content .nav-tabs {
  border-bottom: 2px solid #bf9c35;
  margin-bottom: 45px;
  font-size: 13px;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .site-content .nav-tabs {
    padding: 0 132px;
    font-size: 16px;
  }
}
.site-content .nav-tabs .nav-item {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  flex: 1 1 33%;
  text-align: center;
}
.site-content .nav-tabs .nav-link {
  border-radius: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  color: #bf9c35;
  padding: 4px 0;
  min-height: 42px;
}
@media (min-width: 400px) {
  .site-content .nav-tabs .nav-link {
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .site-content .nav-tabs .nav-link {
    padding: 12px 16px;
  }
}
.site-content .nav-tabs .nav-link:hover {
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.site-content .nav-tabs .nav-link.active {
  background-color: transparent;
  border-top: 2px solid #bf9c35;
  border-right: 2px solid #bf9c35;
  border-left: 2px solid #bf9c35;
  border-bottom: 2px solid #FFE8C2;
  color: black;
}

/** pull-quote **/
.pull-quote {
  margin: 60px auto;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.pull-quote .quote {
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 30px;
  font-weight: 800;
}
.pull-quote .byline {
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #000000;
  /*&:before {
    content: '—';
  }*/
}
@media (min-width: 768px) {
  .pull-quote .byline {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .pull-quote {
    padding: 45px 0;
  }
  .pull-quote .quote {
    font-size: 40px;
  }
}

/** footer **/
body footer#colophon.site-footer {
  background-color: transparent;
  padding-top: 105px;
  color: white;
  font-size: 14px;
}
body footer#colophon.site-footer h1, body footer#colophon.site-footer h2, body footer#colophon.site-footer h3, body footer#colophon.site-footer h4, body footer#colophon.site-footer h5, body footer#colophon.site-footer h6, body footer#colophon.site-footer .h1, body footer#colophon.site-footer .h2, body footer#colophon.site-footer .h3, body footer#colophon.site-footer .h4, body footer#colophon.site-footer .h5, body footer#colophon.site-footer .h6 {
  margin-top: 0;
  color: white;
}
body footer#colophon.site-footer h5, body footer#colophon.site-footer .h5 {
  font-size: 18px;
  font-weight: bold;
}
body footer#colophon.site-footer a {
  color: white;
  text-decoration: underline;
}
body footer#colophon.site-footer a:hover {
  color: #bf9c35;
}
body footer#colophon.site-footer .navbar-nav li {
  margin-bottom: 0;
}
body footer#colophon.site-footer #menu-footer-bottom-menu.navbar-nav {
  flex-direction: row;
}
body footer#colophon.site-footer #menu-footer-bottom-menu.navbar-nav li {
  margin-right: 30px;
}
body footer#colophon.site-footer .site-info {
  margin: 0 0 45px 0;
}
body footer#colophon.site-footer .logos {
  display: flex;
  margin: 20px auto 60px;
}
body footer#colophon.site-footer .logos .ithaka-sr-logo {
  flex: 0 1 80px;
  margin-right: 30px;
  margin-top: 0;
}
body footer#colophon.site-footer .logos .mellon-foundation-logo {
  font-size: 12px;
  flex: 0 1 300px;
  line-height: 1.2;
}
body footer#colophon.site-footer .logos .mellon-foundation-logo div {
  margin-top: 5px;
}

.social-menu {
  padding-right: 0;
}

/** single-section **/
.site-content .sections-list {
  font-size: 14px;
  margin-bottom: 60px;
}
.site-content .sections-list .sections-header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
.site-content .sections-list li {
  line-height: 1.4em;
  margin-bottom: 15px;
}
.site-content .sections-list a {
  border-color: transparent;
}
.site-content .sections-list a:hover, .site-content .sections-list a.active {
  border-color: #ffd046;
}

@media (min-width: 992px) {
  .single-section .col-lg-2 {
    flex: 0 0 10%;
  }
}
#menu-paper-menu {
  font-size: 14px;
  line-height: 1.2;
}
#menu-paper-menu li {
  margin-bottom: 0;
}
#menu-paper-menu li a {
  color: black;
  padding-bottom: 3px;
  margin-bottom: 6px;
  border-bottom: 2px solid transparent;
}
#menu-paper-menu li a:hover {
  border-bottom: 2px solid #ffd046;
}
#menu-paper-menu li.active a {
  border-bottom: 2px solid #ffd046;
  font-weight: 500;
}

.site-content .paper-cta-wrap {
  font-size: 12px;
  display: flex;
}
.site-content .paper-cta-wrap a {
  border: 0;
  display: block;
  max-width: 100px;
  text-align: center;
  line-height: 1.2em;
}
.site-content .paper-cta-wrap .cta {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 20px;
}
.site-content .paper-cta-wrap .cta svg {
  width: 26px;
  display: block;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.site-content .paper-cta-wrap .cta svg.icon-responses {
  width: 42px;
}
@media (min-width: 992px) {
  .site-content .paper-cta-wrap {
    font-size: 14px;
  }
  .site-content .paper-cta-wrap .cta a {
    display: flex;
    text-align: left;
    max-width: none;
    align-items: center;
  }
  .site-content .paper-cta-wrap .cta a svg {
    flex: 0 0 26px;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .site-content .paper-cta-wrap .cta {
    margin-right: 15px;
  }
  .site-content .paper-cta-wrap .cta svg {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .site-content .sections-list {
    position: sticky;
    top: 112px;
    padding-top: 148px;
  }
  .site-content .col-cta {
    flex: 0 0 17%;
  }
  .site-content .paper-cta-wrap {
    position: sticky;
    top: 112px;
    padding-top: 148px;
    display: block;
  }
  .site-content .paper-cta-wrap .cta {
    border-bottom: 1px dashed #000000;
  }
  .site-content .paper-cta-wrap .cta:last-child {
    border: 0;
  }
}
#wpfront-scroll-top-container {
  z-index: 20;
}

.site #toc_container {
  margin-bottom: 60px;
  background-color: #ffd046;
  font-family: Raleway, sans-serif;
  border: 0;
  padding: 0;
  display: block !important;
  font-size: 14px;
}
.site #toc_container a {
  color: #000000;
  border-color: transparent;
}
.site #toc_container a:hover {
  border-color: #000000;
}
.site #toc_container .toc_title {
  padding: 5px 15px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.site #toc_container .toc_list {
  border-top: 1px solid #000000;
  padding: 15px !important;
  margin: 0 !important;
  list-style: none;
}
.site #toc_container .toc_list li {
  margin-bottom: 5px;
}

.site-content .footnote {
  font-family: Raleway, sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #777777;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  top: -2px;
}
.site-content .footnote:hover {
  background-color: #000000;
}
.site-content .footnote a {
  color: #fffded;
  border: 0;
}
.site-content .footnote a:hover {
  text-decoration: none;
  color: #ffd046;
}

.footnotes {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #777777;
  font-family: Raleway, sans-serif;
}
.footnotes svg.arrow {
  width: 16px;
}
.footnotes .footnotereverse a {
  border: 0;
}

.site-content a.i-tooltip {
  background-color: #ffd046;
  color: #000000;
  text-decoration: none !important;
  border: 0;
}
.single-section #page.site .site-content a.i-tooltip {
  background-color: #FFE8C2;
}
.site-content a.i-tooltip:hover, .site-content a.i-tooltip:focus {
  background-color: #ffd046;
  color: #000000;
}

.tooltip {
  margin: 0;
}
.tooltip .arrow {
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-style: solid;
}

.bs-tooltip-top {
  padding: 12px 0;
}
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before {
  top: 0;
}

.bs-tooltip-right {
  padding: 0 12px;
}
.bs-tooltip-right .arrow {
  left: 0;
  width: 12px;
  height: 12px;
}
.bs-tooltip-right .arrow::before {
  right: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  max-width: 300px;
  padding: 10px 12px;
  text-align: left;
  background-color: #ffd046;
  color: #000000;
  opacity: 1;
  border-radius: 0.15rem;
  font-size: 14px;
}

.meta-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 45px 0 25px 0;
  font-size: 13px;
  font-weight: bold;
}
.meta-wrap .response-to {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.meta-wrap .response-to svg {
  width: 20px;
  fill: #bf9c35;
  margin-right: 6px;
}
.meta-wrap .meta.date {
  color: #bf9c35;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .meta-wrap {
    flex-direction: row-reverse;
  }
  .meta-wrap .meta.date {
    margin-bottom: 0;
  }
}

/** responses **/
.responses {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .responses {
    border-top: 1px dashed #000000;
  }
}
.responses .responses-title-wrap {
  display: flex;
  justify-content: space-between;
}
.responses .response-wrap {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 45px 45px 45px 25px;
  transition: all 0.2s ease-in-out;
}
.responses .response-wrap:last-child {
  border: 0;
}
@media (min-width: 768px) {
  .responses .response-wrap {
    padding: 15px 30px 15px 25px;
    margin: 30px 0;
    border-right: 1px dashed #000000;
    border-bottom: 0;
  }
  .responses .response-wrap:nth-child(3n) {
    border-right: 0;
  }
}
.single-section .responses .response-wrap:hover {
  background: white;
}
.responses .response-teaser {
  cursor: pointer;
}
.responses .response-teaser h3 {
  font-size: 20px;
}
.responses .response-teaser .arrow {
  position: absolute;
  top: 45px;
  right: 25px;
  width: 15px;
  fill: #bf9c35;
}
@media (min-width: 768px) {
  .responses .response-teaser .arrow {
    right: 15px;
    top: 15px;
  }
}
.responses .response-teaser .meta {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #bf9c35;
}
.responses .response-teaser .byline.title {
  font-size: 14px;
  color: #444444;
  line-height: 1.4em;
}
.responses .response-teaser .response-to {
  font-style: italic;
  margin: 30px 0 0;
}
.responses .response-teaser .cta {
  margin: 20px 0 10px;
}

.responses .response-full, .citation-wrap .citation {
  background: #fffded;
  padding: 120px 60px 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 21;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.responses .response-full h2, .citation-wrap .citation h2 {
  font-size: 20px;
}
.responses .response-full.show, .citation-wrap .citation.show {
  opacity: 1;
  width: 90%;
  height: 100vh;
  overflow: scroll;
  visibility: visible;
  transition: height 100ms, opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (min-width: 768px) {
  .responses .response-full.show, .citation-wrap .citation.show {
    width: 55%;
  }
}
.responses .response-full .close-wrap, .citation-wrap .citation .close-wrap {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 21;
  right: 30px;
  top: 60px;
  text-align: center;
  border: 0;
}
.responses .response-full .close-wrap svg, .citation-wrap .citation .close-wrap svg {
  width: 20px;
  stroke: #000000;
  stroke-width: 4px;
}

.response-backdrop, .citation-backdrop {
  width: 100vw;
  height: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20;
  top: 0;
  left: 0;
}

.element-list-wrap {
  font-family: Raleway, sans-serif;
}

.element-list.nav {
  border: 0;
  padding-left: 25px;
  display: block;
}
.element-list.nav a {
  border: 0 !important;
  width: 100%;
}
.element-list.nav .element {
  display: flex;
  align-items: center;
  min-height: 50px;
  cursor: pointer;
}
.element-list.nav .element .text-wrap {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: none;
}
@media (min-width: 768px) {
  .element-list.nav .element .text-wrap {
    display: block;
  }
}
.element-list.nav .element .img-wrap {
  flex: 0 0 40px;
  text-align: center;
}
.element-list.nav .element .img-wrap img {
  width: 30px;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .element-list.nav .element .img-wrap {
    flex: 0 0 60px;
  }
}
.element-list.nav .element.active .text-wrap, .element-list.nav .element:hover .text-wrap {
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.1s ease-in-out;
}
.element-list.nav .element.active .img-wrap img, .element-list.nav .element:hover .img-wrap img {
  width: 40px;
}

.citation-page-content #toc_container {
  display: none !important;
}

/** Wordpress **/
.widget {
  font-size: 1rem;
  line-height: 1.35em;
}
.widget .nav-item {
  margin-bottom: 15px;
}
.widget .nav-link {
  padding: 0 0 12px 0;
}
.widget .nav-link:hover, .widget .nav-link:active, .widget .nav-link:focus {
  background-color: transparent;
  text-decoration: underline;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
  border: 0;
  display: inline-block;
  text-decoration: none;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  color: #bf9c35;
}
.post-navigation .nav-previous a:hover::after, .post-navigation .nav-previous a:hover::before, .post-navigation .nav-next a:hover::after, .post-navigation .nav-next a:hover::before {
  background-color: #bf9c35;
}
.post-navigation .nav-next a::after {
  content: "→";
  background-color: black;
  color: white;
  border-radius: 14px;
  padding: 2px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  margin-left: 4px;
}
.post-navigation .nav-previous a::before {
  content: "←";
  background-color: black;
  color: white;
  border-radius: 14px;
  padding: 2px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  margin-right: 4px;
}

.sidebar-html {
  line-height: 1.35em;
}

.edit-link {
  position: absolute;
}

figcaption {
  font-family: Raleway, sans-serif;
  margin: 10px 0;
  color: #777777;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-top: -5px !important;
  font-family: Raleway, sans-serif;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0 !important;
}

.gform_wrapper .gfield_checkbox li label {
  font-size: 1em !important;
}

.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0;
}

body .gform_wrapper ul li.gfield {
  margin-top: 25px;
}

.accordion.prompt {
  border: 1px solid #777777;
  background: white;
  padding: 20px;
  margin: 30px 0;
}
.accordion.prompt .prompt-text {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  display: inline;
  transition: all 0.2s ease-in-out;
}
.accordion.prompt .prompt-text:hover {
  border-bottom: 2px solid #bf9c35;
}
.accordion.prompt .h6 {
  margin-bottom: 0;
}
.accordion.prompt .basic-yop-poll-container .basic-inner {
  padding: 10px 0 0;
  margin-bottom: 0;
}
.accordion.prompt .basic-yop-poll-container .basic-question-title h5 {
  line-height: 1.4em;
}
.accordion.prompt .basic-yop-poll-container,
.accordion.prompt .basic-yop-poll-container .basic-vote {
  margin-bottom: 0;
}
.accordion.prompt .gform_wrapper {
  margin-bottom: 0;
}
.accordion.prompt .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
.accordion.prompt .gform_wrapper label.gfield_label {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.accordion.prompt .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.accordion.prompt .gform_confirmation_wrapper {
  padding: 20px;
  background-color: white;
  margin-top: 20px;
}

.pie-chart {
  margin: 45px auto;
  width: 80vw;
  height: 80vw;
  max-width: 420px;
  max-height: 420px;
  position: relative;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}
.pie-chart .pie {
  position: absolute;
}
.pie-chart .pie .backdrop {
  position: absolute;
  width: 99%;
  top: 0;
  right: 0;
}
.pie-chart .pie .backdrop svg {
  fill: #ffd046;
  transition: all 0.2s ease-in-out;
}
.pie-chart .pie h3 {
  margin-bottom: 8px;
  font-size: 16px;
  position: relative;
}
.pie-chart .pie .icon {
  margin: 25px 0 0 5px;
  width: 45px;
  position: relative;
}
.pie-chart .pie .icon img {
  transition: width 0.2s ease-in-out;
}
.pie-chart .pie.agreements {
  top: 10.8%;
  width: 48.3%;
  height: 83%;
  padding: 29% 11% 10% 7%;
}
.pie-chart .pie.agreements .backdrop {
  top: 0;
  left: 0;
}
.pie-chart .pie.agreements .icon {
  margin: 0 0 11px 25px;
  width: 45px;
}
.pie-chart .pie.relationships {
  right: 0;
  top: 0;
  width: 76.5%;
  height: 47.7%;
  padding: 8% 16% 5% 26%;
}
.pie-chart .pie.relationships h3 {
  margin-top: 10px;
}
.pie-chart .pie.relationships .icon {
  margin: 16px 0 0 24px;
}
.pie-chart .pie.incentives {
  right: 0;
  top: 48.5%;
  height: 51.5%;
  width: 68%;
  padding: 10% 12% 5% 10%;
}
.pie-chart .pie.incentives h3 {
  margin-left: 25px;
  margin-top: 10px;
}
.pie-chart .pie.incentives .text-wrap {
  transform: skew(-22deg);
}
.pie-chart .pie.incentives .text-wrap span {
  display: inline-block;
  transform: skew(22deg);
}
.pie-chart .pie.incentives .icon {
  margin: 20px 0 0 35%;
  width: 32px;
}
.pie-chart a:hover .pie .backdrop svg {
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.15));
}
@media (min-width: 640px) {
  .pie-chart {
    width: 90vw;
    height: 90vw;
  }
  .pie-chart .pie h3 {
    font-size: 22px;
  }
  .pie-chart .pie.agreements .icon {
    width: 70px;
  }
  .pie-chart .pie.relationships .icon {
    margin: 20% 0 0 20px;
    width: 60px;
  }
  .pie-chart .pie.incentives h3 {
    margin-left: 40px;
  }
  .pie-chart .pie.incentives .icon {
    margin: 25px 0 0 40%;
    width: 45px;
  }
}

.dropdown-menu {
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  padding: 5px 15px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

.navbar-container .navbar #main-nav .navbar-nav .dropdown-menu li {
  border: 0;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .navbar-container .navbar #main-nav .navbar-nav .dropdown-menu li {
    padding-left: 0;
  }
}

.stats {
  font-family: Raleway, sans-serif;
  text-align: center;
  padding: 30px 0;
  background-color: #ffd046;
  margin-bottom: 30px;
}
.stats .top-line {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
.stats .bottom-line {
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  display: inline-block;
  font-weight: 600;
  line-height: 1.3em;
}

.basic-yop-poll-container input[type=radio] {
  width: auto;
}

/**

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.bg-blue {
  background-color: $blue !important;
}

.text-blue {
  color: $blue !important;
}

.bg-yellow {
  background-color: $ivory !important;
}

.bg-light-gray {
  background-color: #eeeeee !important; //$light-gray !important;
}

.text-gold {
  color: $gold !important;
}

.text-narrow {
  max-width: 880px;

  .page-template-page-custom & {
    margin-left: auto;
    margin-right: auto;
  }
}

 */
