@charset "UTF-8";

/* .work .entry-content > div, .page-id-9 .entry-content > div {
  width: 100vw;
  max-width: 100vw;
  margin: 0;

} */

h1, h2, h3, h4, h5, h6, .faux-heading {
  letter-spacing: -1px;
}


.work-grid-layout div {
   display: flex;
  opacity: 1;
  height: auto;
  outline: none;
  flex-wrap: wrap;
 }

.item-title {
  position: absolute;
  color: white;
  bottom: 0px;
  padding: 20px;
  z-index: 3;
}

.work-grid-layout .item-title.item-title-video {padding: 0px;}

.item-title h4 {min-width: 40vw}

.work-grid-layout .item-title {
  position: static;
  color: black;
  padding: 10px 0 0 0;
}

.project-title,
.project-client {
  font-weight: 800;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1;
  color: white
}

.project-title.white,
.project-title.white .project-client {
  color: white
}
.project-title.black,
.project-title.black .project-client {
  color: black
}

.project-title {font-weight: 800}
.project-client {font-weight: 400}


.work-grid-layout .project-title,
.work-grid-layout .project-client {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1;
}

.work-grid-layout .project-title {
  min-height: 75px;
}

.work-grid-layout .project-title {
  font-weight: 600;
  color: black
}

.work-grid-layout .project-client {
  font-weight: 400;
  color: #808080 !important
}

#ajax-load-more-2 .project-title {
  font-weight: 600 !important
}

@media (min-width: 768px) {
  .project-title,
  .project-client {
    font-size: 35px;
  }

  .item-title {
    padding: 30px;
  }
}

@media (min-aspect-ratio: 8/5) {
  .project-list-item {
    height: 75vh;
  }
}

@media (min-width: 1200px) {
  .project-title,
  .project-client {
    font-size: 40px;
  }

  .item-title {
    padding-left: 60px;
  }
}


/* Footer */

.footer-widgets.column-one {
	width: 100% !important;
	/* margin: 0 auto; */
}

/* .home .footer-nav-widgets-wrapper, .contact .footer-nav-widgets-wrapper {display: none;} */
body.home {background: black}
body.single-projects,
body.single-philosophy {background: white}


.footer-widgets.column-two {
	width: 0% !important;
	margin: 0 !important;
}
.footer-contact-container {
		display: flex;
		flex-wrap: wrap;
		max-width: 750px;
    justify-content: center
}

.footer-newsletter {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding-bottom: 60px;
}

.footer-newsletter .elephant-icon {
	padding-bottom: 0;
}

.form-submit-button {
  border-radius: 25px !important;
	text-transform: capitalize !important;
	text-decoration: none !important;
	font-size: 2.8rem !important;
	height: 35px !important;
	background: transparent !important;
	color: black !important;
	border: 1px solid black !important;
	padding: 0 22px !important;
	margin: 0 5px 10px 0 !important;
	font-family: franklin-gothic-atf, Arial, sans-serif !important;
	font-weight: 600 !important;
}

.submit-button:hover {
	text-decoration: none !important;
	background: black !important;
	color: white !important;
	border-bottom: 1px solid black !important;
}

.footer-newsletter .submit-button {
	border-radius: 25px;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 2.8rem;
	height: 35px;
	background: black;
	color: white;
	border: 1px solid white;
	padding: 0 22px;
	margin: 0 5px 10px 0;
	font-family: franklin-gothic-atf, Arial, sans-serif;
	font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}

.footer-newsletter .submit-button:hover {
	text-decoration: none;
	background: white;
	color: black;
	border-bottom: 1px solid white !important;
}

.footer-contact-block {
	width: 100% !important;
	flex-grow: 1;
  margin-bottom: 40px
}

.footer-contact-block h3 {
  font-size: 28px;
}

.footer-contact-block a,
.footer-contact-block p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300
}


.footer-contact-block.manchester div p:first-of-type,
.footer-contact-block.london div p:first-of-type {
  margin-bottom: 10px;
}

.footer-contact-block.social div h3 {
  margin-bottom: 4px;
}

footer {display: none}
.footer-widgets-outer-wrapper {border:none}

@media (min-width: 650px) {
	.footer-contact-container {
			margin-left: auto;
			margin-right: auto;
	}

  .footer-contact-block a,
  .footer-contact-block p {
    font-size: 20px;
  }

	.footer-contact-block {
		width: 50% !important;
		flex-grow: 2;
	}

  .footer-contact-block.general div,
  .footer-contact-block.manchester div {
    margin-left: auto;
    width: 290px !important
  }

  .footer-contact-block.london div,
  .footer-contact-block.social div {
    padding-left: 25px
  }
}




.footer-nav-widgets-wrapper {background: black;}
.footer-nav-widgets-wrapper h3 {color: white;}
.footer-nav-widgets-wrapper a,
.footer-nav-widgets-wrapper p
 {color: #ff6920;}

 .elephant-icon {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px

 }

.elephant-icon:before {
  content: '';
  background: url(assets/images/chase_elephant_mark_white.svg) 0px 0px no-repeat;
  background-size: 72px 72px;
  display: block;
  height: 72px;
  width: 72px;
  top: 0px;
  position: relative;
  transition: all 0.1s cubic-bezier(0.18, 0.01, 0.09, 0.99);
  margin: 0 auto;
}

@media (min-width: 650px) {
  .elephant-icon:before {
    content: '';
    background-size: 85px 85px;
    height: 85px;
    width: 85px;
  }
}


.footer-contact-block .instagram:before,
.footer-contact-block .linkedin:before,
.footer-contact-block .twitter:before {
  content: '';
  background-size: 42px 42px;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  top: 0px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.18, 0.01, 0.09, 0.99);
}

.footer-contact-block .instagram:hover:before,
.footer-contact-block .linkedin:hover:before,
.footer-contact-block .twitter:hover:before {
  transform: scale(1.1);
}

.footer-contact-block .instagram:before {background: url(assets/images/sm_instagram.svg) 0px 0px no-repeat;}
.footer-contact-block .linkedin:before {background: url(assets/images/sm_linkedin.svg) 0px 0px no-repeat;}
.footer-contact-block .twitter:before {background: url(assets/images/sm_twitter.svg) 0px 0px no-repeat;}

.footer-contact-block.footer-newsletter {
  width: 100% !important;
  align-items: flex-start !important;
  display: flex;
  flex-direction: row;
  margin-left: 55px;
}

.footer-contact-block.footer-newsletter {flex-direction: column; align-items: center; margin-left: 0;}

.footer-contact-block.footer-newsletter a {
  margin-left: 0;
  margin-top: 10px;
}

.footer-contact-block.general {order: 1}
.footer-contact-block.manchester {order: 2}
.footer-contact-block.london {order: 3}
.footer-contact-block.social {order: 4}
.footer-contact-block.footer-newsletter { order: 5}

@media (min-width: 450px) and (max-width: 649px) {
  .footer-nav-widgets-wrapper {
    text-align: center
  }
  .footer-contact-block.footer-newsletter {flex-direction: column; align-items: center; margin-left: 0;}
}

@media (min-width: 650px) {
  .footer-contact-block.general {order: 1}
  .footer-contact-block.manchester {order: 2}
  .footer-contact-block.london {order: 3}
  .footer-contact-block.social {order: 4}
  .footer-contact-block.footer-newsletter { order: 5}

  .footer-contact-block.footer-newsletter {
    width: 100% !important;
    align-items: flex-end !important;
    display: flex;
    flex-direction: row;
    margin-left: 55px;
    margin-right: 55px;
  }

  .footer-contact-block.footer-newsletter div {
    width: 33%
  }

  .footer-contact-block.footer-newsletter div:nth-child(2) {
    text-align: center
  }

  .footer-contact-block.footer-newsletter a {
    margin-left: 0;
    margin-top: 0;
  }

  .footer-newsletter .submit-button {
    margin-top: 0;
  }

  /* .footer-contact-block.london,
  .footer-contact-block.social {width: 40% !important} */
}

@media (min-width: 1200px) {

  .footer-contact-container, .footer-nav-widgets-wrapper .section-inner {
    max-width: 1200px
  }

  .footer-contact-block {width: 20% !important}

  .footer-contact-block.general {order: 1}
  .footer-contact-block.manchester {order: 2}
  .footer-contact-block.london {order: 3}
  .footer-contact-block.social {order: 4}
  .footer-contact-block.footer-newsletter { order: 5}

  .footer-contact-block.social {margin-left: -110px;}
  .footer-contact-block.london {margin-left: -50px;}
  .footer-contact-block.manchester {margin-left: -45px;}

  .footer-contact-block.london div, .footer-contact-block.social div { padding-left: 0px}



}


/* .footer-contact-block {border: 1px solid grey;} */






/* Work */

li {
  list-style: none;
}


.project-thumb {
  width: 100%
}

.project-list-item {
  margin: 0;
  list-style: none;
  position: relative;
}


.work #ajax-load-more .content-item {
  height: calc(100vw * 0.7);
  min-height: calc(100vw * 0.5);
}

@media (min-width: 768px) {
  .work #ajax-load-more .content-item {
    height: 55vh
  }
}


@media (max-width: 999px) {

  .project-list-item.first-item {
    height: 80vh
  }

  #ajax-load-more .content-item .project-thumb {
    object-fit: cover;
    width: auto;
    height: 100%;
    min-width: 100%;
  }

  .content-item a {
    height: 100%
  }
}


.project-list-item.first-item .project-thumb {
  object-fit: cover;
  width: auto;
  height: 100%;
  min-width: 100%
}

@media (min-width: 1000px) {
  .project-list-item.first-item {
    height: 92vh
  }

  .work #ajax-load-more .content-item {
    height: 80vh
  }
}



#ajax-load-more .content-item {
  margin: 0;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1000px) {
  #ajax-load-more .content-item {
    margin: 0;
    height: unset;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


@media (min-aspect-ratio: 10/5) {
  #ajax-load-more .content-item {
    max-height: unset;
  }
}

#ajax-load-more .content-item a {
  width: 100%;
  height: 100%;
}

.content-item img, .content-item video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-grid-layout .content-item img, .work-grid-layout .content-item video {
  height: unset
}

.search .content-item img, .search .content-item video {
  height: unset;
}

.work-grid-layout .content-item video {
  padding-bottom: 8px
}

li.content-item {
  margin: 0;
}

li.content-item,
li.content-item img,
li.content-item video,
.client-logo-grid .logo {
  transition: all 0.4s cubic-bezier(0.18, 0.01, 0.09, 0.99);
}

li.content-item:hover img, li.content-item:hover video {
  transform: scale(1)
}

#ajax-load-more li.content-item:hover img, #ajax-load-more li.content-item:hover video,
li.content-item.first-item:hover img, li.content-item.first-item:hover video {
  transform: scale(1.05)
}



/* Archive layout */

.work #ajax-load-more-2 { padding-top: 40px;
}

@media (min-width: 769px) {
  .work-grid-layout .content-item:hover {
  transform: scale(1.05);
  }
}

.work-grid-layout li {
  width: 100%;
  padding: 15px;
}

@media (min-width: 700px) {
  .work-grid-layout li {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 320px
  }

  .work-grid-layout.container.max-width {
      max-width: calc(100vw - 40px);
    }
}

@media (min-width: 700px) {
  .work-grid-layout li { min-height: 350px }
}

@media (min-width: 850px) {
  .work-grid-layout li { min-height: 370px }
}

  @media (min-width: 1000px) {
    .work-grid-layout li { min-height: 400px }
}

@media (min-width: 1400px) {
  .work-grid-layout.max-width li {
    width: 33.333%;
    min-height: 380px
  }
}

@media (min-width: 1800px) {
  .work-grid-layout.max-width li {
    width: 25%;
  }
}

/* Full-width Vimeo embed */
.page-template-work figure {
  margin: 0;
}

.page-template-work  .wp-block-embed__wrapper {
  width: 100vw
}

.text-block {
  padding: 30px 0 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .text-block {
    padding: 50px 0 40px;
  }
}

@media (min-width: 1200px) {
  .text-block {
    padding: 50px 0 50px;
  }
}

.container,
.alm-placeholder {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.alm-placeholder {
  max-width: unset;

  margin: 0 15px 70px;
  width: calc(100vw - 30px);
  overflow: hidden;
  padding: 0 !important;
}
.alm-placeholder img {
  width: 100%;
  min-width: 400%;
  transform: translate(-23%) scale(1.1);
  max-width: 1000%;
}

@media (min-width: 700px) {
  .alm-placeholder {
    margin: 0 40px 70px;
    width: calc(100vw - 80px);
  }
  .alm-placeholder img {
    width: 100%;
    min-width: 200%;
    transform: translate(-25%) scale(1);
  }
}

@media (min-width: 768px) {
  .alm-placeholder {
    margin: 0 40px 70px;
    width: calc(100vw - 80px);
  }
  .alm-placeholder img {
    width: 100%;
    min-width: 200%;
    transform: translate(-25%);
  }
}

@media (min-width: 1400px) {
  .alm-placeholder img {
    width: 100%;
    min-width: 133.33333%;
    transform: translate(-25%);
  }
}

@media (min-width: 1800px) {
  .alm-placeholder img {
    width: 100%;
    min-width: 100%;
    transform: translate(0%);
  }
}

.work-grid-layout.container.max-width,
.work-grid-layout.container {
  padding-left: 0; padding-right: 0;
  padding-bottom: 50px;
}

.search .work-grid-layout,
.archive .work-grid-layout {
  padding-top: 5px
}

@media (min-width: 768px) {
  .container,
  .alm-placeholder {
    padding-left: 50px;
    padding-right: 50px;
  }

  .work-grid-layout.container.max-width,
  .work-grid-layout.container {
    padding-bottom: 100px;
  }

  .search .work-grid-layout,
  .archive .work-grid-layout {
    padding-top: 40px
  }

}

@media (min-width: 1200px) {
  .search .work-grid-layout,
  .archive .work-grid-layout {
    padding-top: 60px
  }
}

.work #ajax-load-more .container,
.philosophy #ajax-load-more .container {
  max-width: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.black-background {background: black; color: white; width: 100vw}
.white-background {background: white; color: black; width: 100vw}
.dark-grey-background {background: #121213; color: white; width: 100vw}
.grey-background {background: #c9c6c4; color: black; width: 100vw}



.text-block-headline {
  font-weight: 800;
  letter-spacing: -1.5px;
}

@media (min-width 768px) {
  .text-block-headline {
    font-weight: 800;
    letter-spacing: -2.5px;
  }

}

.text-block a {
  color: #fb550d
}

.grey-background .text-block a {
  color: #f56a16
}

.text-block p {
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 3px;
  font-size: 21px;
  line-height: 1.2;
}


.text-block.contact-cta p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0
}

@media (min-width: 450px) {
  .text-block.contact-cta p {
    text-align: center;
    padding: 20px 0
  }

  .text-block p {
    margin-top: 5px;
  }
}

@media (min-width: 700px) {
  .text-block-headline {
    font-size: 70px;
  }
  .text-block p {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .text-block.contact-cta p {
    font-size: 30px;
  }
}


@media (min-width: 1000px) {
  .text-block-headline {
    font-size: 90px;
    letter-spacing: -2.5px;
  }

  .text-block p {
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .text-block-headline {
    font-size: 105px;
    font-weight: 800;
    letter-spacing: -2.5px;
  }

  .text-block p {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-right: 0
  }

  .text-block {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .text-block.contact-cta p {
    font-size: 40px;
  }
}

  .contact .text-block p {max-width: 810px}


.entry-header {
  display: none;
}

.entry-content {
  padding-top: 60px
}

.philosophy .entry-content,
.work .entry-content,
.home .entry-content {
  padding-top: 0px;
}

#extended-title {display: none;}
@media (min-width: 1000px) {#extended-title {display: inline-block}}


header button {
  margin-top: 18px;
}

button.search-untoggle { margin: auto
}

.primary-menu > li > a,
.site-title a {
  color: black !important;
  padding: 1px 8px 4px 8px;
  font-weight: 800;
  font-size: 20px;
}

.primary-menu > li:last-of-type > a {
  padding-right: 11px;

}


.toggle svg {color: black}
.blackText .toggle svg {color: black}
.whiteText .toggle svg {color: white}
.toggle-text {display: none;}

.search-modal-inner {color: black; background: white}
.blackText .search-modal-inner {color: black; background: white}
.whiteText .search-modal-inner {color: white; background: black}

.whiteText .search-modal {background: rgb(255 255 255 / 20%);}




.site-title a {
  padding-left: 0px;
  width: 326px;
  text-align: center;
}

@media (min-width: 1000px) { .site-title a { text-align: left; } }

.whiteText .primary-menu > li > a,
.whiteText .site-title a {
  color: white !important;
}

.blackText .primary-menu > li > a,
.blackText .site-title a {
  color: black !important;
}

.primary-menu > li > a:hover,
.site-title a:hover {
  color: white !important;
  text-decoration: none;
  background-image: linear-gradient(to right, #000000 100%, #00000000 100%);
}

.whiteText .primary-menu > li > a:hover,
.whiteText .site-title a:hover {
  color: black !important;
  text-decoration: none;
}

.blackText .primary-menu > li > a,
.whiteText .primary-menu > li > a,
.primary-menu > li > a {
    transition: 0.1s ease-out;
    background-repeat: no-repeat;
    background-position-x: -123px;
}

.blackText .primary-menu > li > a {background-image: linear-gradient(to right, #000000 100%, #00000000 100%)}
.whiteText .primary-menu > li > a {background-image: linear-gradient(to right, #ffffff 100%, #ffffff00 100%)}

.blackText .primary-menu > li > a:hover,
.whiteText .primary-menu > li > a:hover,
.primary-menu > li > a:hover {
  text-decoration: none;
  background-position-x: 0px;
  transition: 0.2s ease-out;
}

.blackText .primary-menu > li > a:hover { color: white !important }
.whiteText .primary-menu > li > a:hover { color: black !important }


.blackText .site-title a:hover {
  color: #737373 !important;
  text-decoration: none;
  background: none;
}

.whiteText .site-title a:hover {
  color: #9c9c9c !important;
  text-decoration: none;
  background: none;
}

.primary-menu li.current-menu-item > a {
  text-decoration: none;
  background: black;
  color: white !important;
}

.blackText .primary-menu li.current-menu-item > a {
  background: black;
  color: white !important;
  transition: 0.2s ease;
}

.whiteText .primary-menu li.current-menu-item > a {
  background: white;
  color: black !important;
}

.primary-menu > li > a:focus { text-decoration: none !important}


/* Mobile menu */

.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
  font-weight: 800
}

.modal-menu a,
.blackText .modal-menu a {
  color: black
}

.blackText .menu-modal-inner,
.blackText .menu-modal-inner a {
  background: white
}

.whiteText .menu-modal-inner,
.whiteText .menu-modal-inner a {
  background: black
}

.menu-modal nav *,
.blackText .menu-modal nav * {
  border-color: #dadada
}

.whiteText .modal-menu a {
  color: white
}


.whiteText .menu-modal nav * {
  border-color: #4c4c4c
}

@media (min-width: 1000px) {
  .tint {
    position: absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 230px;
    z-index: 10
  }
  .whiteTint {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }
  .blackTint {
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  }
  .greyTint {
    background: linear-gradient(180deg, rgba(125,125,125,1) 0%, rgba(125,125,125,0) 100%);
  }
}


#site-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  text-align: center;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

@media (min-width: 1000px) {
  #site-header {
    height: 125px;
  }
}

#site-header {transition: 0.25s ease-out}
#site-header.whiteBg { background: white; }
#site-header.blackBg { background: black; }
#site-header.transparentBg { background: #00000000; }
.showing-modal #site-header.transparentBg.whiteText { background: black; transition: 0.25s ease-in }
.showing-modal #site-header.transparentBg.blackText { background: white; }



#site-header.scrolled { background: white; }
#site-header.scrolled.whiteBg { background: white; }
#site-header.scrolled.blackBg { background: black; }
#site-header.scrolled.transparentBg.blackText { background: white; }
#site-header.scrolled.transparentBg.whiteText { background: black; }


.site-title a {transition: 0s }

.site-title a:before {
  content: '';
  background: url(assets/images/chase_elephant_mark_black.svg) 5px 5px no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  height: 35px;
  width: 0px;
  padding-right: 37px;
  top: 10px;
  position: relative;
}


.site-title a:hover:before,
.site-title a:focus:before,
.site-title a:active:before {
  content: '';
  background: url(assets/images/chase_elephant_mark_light_grey.svg) 5px 5px no-repeat;
  background-size: 26px 26px;
}


.whiteText .site-title a:before {
  background: url(assets/images/chase_elephant_mark_white.svg) 5px 5px no-repeat;
  background-size: 26px 26px;
}

.whiteText .site-title a:hover:before,
.whiteText .site-title a:focus:before,
.whiteText .site-title a:active:before {
  content: '';
  background: url(assets/images/chase_elephant_mark_light_grey.svg) 5px 5px no-repeat;
  background-size: 26px 26px;
}


.blackText .site-title a:before {
  background: url(assets/images/chase_elephant_mark_black.svg) 5px 5px no-repeat;
  background-size: 26px 26px;
}

.blackText .site-title a:hover:before,
.blackText .site-title a:focus:before,
.blackText .site-title a:active:before {
  content: '';
  background: url(assets/images/chase_elephant_mark_dark_grey.svg) 5px 5px no-repeat;
  background-size: 26px 26px;
}


#client-panel {
  color: white;
}

/* #client-panel p:nth-of-type(2),
#client-panel p:nth-of-type(3),
#client-panel p:nth-of-type(4),
#client-panel p:nth-of-type(5),
#client-panel p:nth-of-type(6) {
font-size: 16px;
}


@media (min-width: 768px) {
  #client-panel p:nth-of-type(2),
  #client-panel p:nth-of-type(3),
  #client-panel p:nth-of-type(4),
  #client-panel p:nth-of-type(5),
  #client-panel p:nth-of-type(6) {
  font-size: 18px;
  width: 70vw;
  }
}

@media (min-width: 1000px) {
  #client-panel p:nth-of-type(2),
  #client-panel p:nth-of-type(3),
  #client-panel p:nth-of-type(4),
  #client-panel p:nth-of-type(5),
  #client-panel p:nth-of-type(6) {
  font-size: 24px;
  width: 60vw;
  max-width: 1000px;
  }
} */


.client-logo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  max-width: 1400px;
  margin: 0 auto
}


.client-logo-grid .logo {
  width: 100%;
  height: 200px;
  padding: 10px;
  position: relative;
  margin-bottom: 0px
}

@media (min-width: 768px) {
  .client-logo-grid .logo {
    height: 250px;
  }
}

.logo p:nth-of-type(1),
.logo p:before {
  color: #ff6920;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px
}
.logo p:nth-of-type(2) {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0
}

.logo p:nth-of-type(1),
.logo p:nth-of-type(2) {
  padding: 0 12px 0 20px;
}

.logo p:before {
  content: '“';
  position: absolute;
  left: 1px;
  top: -3px;
  font-size: xx-large;
}


.testimonial-container,
.logo-img {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
}

.testimonial-container,
.logo-img {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
}

.testimonial-container {
  background: #000000e3;
  opacity: 0;
  margin: auto;
  transition: 0.6s cubic-bezier(0.29, 0, 0.16, 1);
  margin-top: 50px;
}

/* .logo:hover .testimonial-container {
  opacity: 1;
  transition: 0.3s cubic-bezier(0.29, 0, 0.16, 1);
} */



@media (min-width: 450px) {
  .logo p:nth-of-type(1) { font-size: 20px;  margin-bottom: 10px }
  .logo p:nth-of-type(2) { font-size: 18px }
  .logo p:before { left: 7px; top: -1px; }
  .logo p:nth-of-type(1),
  .logo p:nth-of-type(2) { padding: 0 15px 0 25px; }
}

@media (min-width: 400px) {
  .client-logo-grid .logo { margin-bottom: 70px; }
}

@media (min-width: 600px) {
  .logo p:nth-of-type(1) { font-size: 16px }
  .logo p:nth-of-type(2) { font-size: 14px }
  .logo p:before { left: 7px; top: -3px; }
  .logo p:nth-of-type(1),
  .logo p:nth-of-type(2) { padding: 0 10px 0 5px; }

  .client-logo-grid .logo { width: 50%; margin-bottom: 0px; }
  .client-logo-grid .logo:last-of-type { display: block }
  .testimonial-container { padding-left: 20px }
}

@media (min-width: 800px) {
  .logo p:nth-of-type(1) { font-size: 18px }
  .logo p:nth-of-type(2) { font-size: 16px }
  .logo p:before { left: 7px; top: -3px; }
  .logo p:nth-of-type(1),
  .logo p:nth-of-type(2) { padding: 0 10px 0 5px; }
}

@media (min-width: 1000px) {
  .client-logo-grid .logo { width: 33.3333%; }
  .client-logo-grid .logo:last-of-type { display: none }
}

@media (min-width: 1200px) {
  .client-logo-grid .logo { width: 25%; }
  .client-logo-grid .logo:last-of-type { display: block }
  .client-logo-grid .logo {height: 140px}
}

@media (min-width: 1200px) {
  .logo p:nth-of-type(1) { font-size: 22px }
  .logo p:nth-of-type(2) { font-size: 18px }
  .logo p:before { left: 7px; top: -1px; }
  .logo p:nth-of-type(1),
  .logo p:nth-of-type(2) { padding: 0 10px 0 5px; }

  .client-logo-grid .logo { margin-bottom: 60px; }

}

@media (min-width: 3000px) {
  .client-logo-grid .logo { width: 25%; }
  .client-logo-grid .logo:last-of-type { display: block }
}

.client-logo-grid > * {cursor: default}

.client-logo-grid .logo img { margin: 0 auto; width: 100%; padding: 20px 40px }

@media (min-width: 768px) {
  .client-logo-grid .logo img { margin: 0 auto; width: 100%; padding: 40px }
}

.client-logo-grid .logo:hover {
transform: scale(1.1);
}

.black-bg, .black-background {
  background: black;
  color: white;
}




#philosophy-panel-1 {
  padding-top: 90px;
}




#elephant-philosophy-image,
#philosophy-panel-1 p {
  transition: 0.3s ease;
  cursor: default;
}

#philosophy-panel-1 p span {
  transition: 0.1s ease
}
#philosophy-panel-1 p span {
  color: #fb550d
}

#elephant-philosophy-image {
  background-image: url("https://s3-eu-west-2.amazonaws.com/thechasecreativeconsultants/thechase/uploads/2020/02/25155606/elephant-story.jpg");
  background-repeat: no-repeat;
  background-size: 540px;
  background-position: 0px 240px;
  background-color: #f1f1f0;
  height: 510px;
}
#philosophy-panel-1 p {
  padding-top: 0px;
  font-weight: 800;
  max-width: 400px
}
@media (min-width:375px) {
  #elephant-philosophy-image {
    background-size: 535px;
    /* background-position: 50% 165%; */
  }
}
@media (min-width: 500px) {
    #philosophy-panel-1 p {
      padding-top: 00px;
      font-size: 26px;
      max-width: 500px
  }
  #elephant-philosophy-image {
    background-position: 13vw 270px;
    background-size: 650px;
    height: 600px;
  }
}
@media (min-width: 700px) {
    #philosophy-panel-1 p {
      padding-top: 0px;
      font-size: 32px;
      max-width: 610px;
  }
  #elephant-philosophy-image {
    background-position: 34vw 290px;
    background-size: 725px;
    height: 650px;
  }
}
@media (min-width: 768px) {
  #philosophy-panel-1 {
    padding-top: 100px;
  }
}
@media (min-width: 900px) {
    #philosophy-panel-1 p {
      font-size: 36px;
      max-width: 690px
  }}
@media (min-width: 1000px) {
    #philosophy-panel-1 p {
      padding-top: 0px;
      font-size: 42px;
      max-width: 810px
  }

  #elephant-philosophy-image {
    background-position: 40vw 325px;
    background-size: 905px;
    height: 770px;
  }
}
@media (min-width: 1100px) {
    #philosophy-panel-1 p {
      padding-top: 0px;
      font-size: 47px;
      max-width: 893px;
  }

  #elephant-philosophy-image {
    background-position: 41vw 356px;
    background-size: 905px;
    height: 800px;
  }
}
@media (min-width: 1200px) {
    #philosophy-panel-1 p {
      padding-top: 0px;
      font-size: 53px;
      max-width: 1020px;
  }
  #elephant-philosophy-image {
    background-position: 39vw 387px;
        background-size: 945px;
        height: 870px;
    }

    #philosophy-panel-1 {padding-top:120px}
  }

@media (min-width: 1300px) {
    #philosophy-panel-1 p {
      padding-top: 00px;
          font-size: 57px;
          max-width: 1090px;
  }
  #elephant-philosophy-image {
    background-position: 45vw 452px;
        background-size: 925px;
        height: 900px;
  }
}
@media (min-width: 1400px) {
    #philosophy-panel-1 p {
      padding-top: 0px;
          font-size: 57px;
          max-width: 1090px;
  }
  #elephant-philosophy-image {
    background-position: 50vw 480px;
        background-size: 925px;
        height: 930px;
        width: 100%;

  }
}



nav.primary-menu-wrapper {
      margin-top: 18px;
}

.full-width-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow: hidden;
  max-width: 100%; height: auto;
}

.full-width-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homepage-video {
  background: #0e0e0e;
}

.fullscreen-video-container {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 5;
  width: 100vw;
  padding-bottom: 56.25%;
  top:-50%
}

@media (min-width: 500px) {
  .fullscreen-video-container {top:0%}
}


.fullscreen-video-inner {
  /* left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%); */
  height: 100%;
  width: 100%;
}

.fullscreen-video-inner video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.fullscreen-video-container a:hover {
   cursor: e-resize;
}


.poster {
    background: url(./assets/images/chase-animation-poster.jpg) center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }


.delay-fade {
  transition: 1s ease;
  opacity: 1;
}

.faded {
  opacity: 0;
}


.work .post-meta-wrapper {display:none}


/* Contact */
.contact-block p, .contact-block a,
.footer-nav-widgets-wrapper a,
.single-projects main a, .single-philosophy main a,
.text-block a {
  color: #ff6920;
  transition: 0.2s border ease;
  text-decoration: none !important;
  border-bottom: 1px solid #ff692000;

}

.contact-block a:hover,
.footer-nav-widgets-wrapper a:hover,
.single-projects main a:hover,
.single-philosophy main a:hover,
.text-block a:hover {border-bottom: 1px solid #ff6920;}

.contact-block.social a:hover,
.footer-contact-block.social a:hover {border-bottom: 0px solid black}

.contact-block h3 {color:white}



.contact-container {
		display: flex;
		flex-wrap: wrap;
    justify-content: center
}

.contact-block {
	width: 100% !important;
	flex-grow: 1;
  margin-bottom: 40px
}

.contact-block h3 {
  font-size: 28px;
}

.contact-block a,
.contact-block p {
  font-size: 21px;
  margin-bottom: 0;
  font-weight: 300
}

.contact-block.general {order: 1}
.contact-block.manchester {order: 2}
.contact-block.london {order: 3}
.contact-block.jobs {order: 4}
.contact-block.social {order: 5}
.contact-block.empty {order: 6}
.contact-block.empty-2 {order: 7}



@media (min-width: 650px) {
  .contact-block.general {order: 1}
  .contact-block.manchester {order: 3}
  .contact-block.london {order: 4}
  .contact-block.jobs {order: 5}
  .contact-block.social {order: 7}
  .contact-block.empty {order: 2}
  .contact-block.empty-2 {order: 6}
}




@media (min-width: 650px) {
	.contact-container {
			margin-left: 0;
			margin-right: auto;
      max-width: 660px;
	}

	.contact-block {
		width: 50% !important;
		flex-grow: 2;
	}

  .contact-container {padding-bottom: 30px}
}

@media (min-width:768px) {
  .contact-block h3 {font-size: 35px}
  .contact-block a,
  .contact-block p {font-size: 23px}
}


@media (min-width: 1000px) {

.contact-block {
  width: 33.333% !important;
  flex-grow: 3;
}

.contact-container {
  max-width: 1400px;
  padding-bottom: 60px
}

.contact-block.manchester { order: 2}
.contact-block.london { order: 3}
.contact-block.social { order: 5}
.contact-block.empty { order: 6}


.contact-block.manchester,
.contact-block.social {
  padding-left: 35px;
}
}



.contact-block.manchester div p,
.contact-block.london div p {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
.contact-block h3 {font-size: 44px}

.contact-block a,
.contact-block p {font-size: 23px}

/* .contact-container {max-width: 920px} */
}

.contact-block.manchester div p,
.contact-block.london div p {
  margin-bottom: 10px;
}






.contacts-wrapper {background: black;}
.contacts-wrapper h3 {color: white;}
.contacts-wrapper a,
.contacts-wrapper p
 {color: #ff6920;}

 .elephant-icon {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px

 }


.contact-block .instagram:before,
.contact-block .linkedin:before,
.contact-block .twitter:before {
  content: '';
  background-size: 42px 42px;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  top: 0px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.18, 0.01, 0.09, 0.99);
}

.contact-block .instagram:hover:before,
.contact-block .linkedin:hover:before,
.contact-block .twitter:hover:before {
  transform: scale(1.1);
}

.contact-block .instagram:before {background: url(assets/images/sm_instagram.svg) 0px 0px no-repeat;}
.contact-block .linkedin:before {background: url(assets/images/sm_linkedin.svg) 0px 0px no-repeat;}
.contact-block .twitter:before {background: url(assets/images/sm_twitter.svg) 0px 0px no-repeat;}






#mobile_image {display: block}
#desktop_image {display: none}
@media (min-width: 550px) {
  #mobile_image {display: none}
  #desktop_image {display: block}
}

.NJTB-container p:nth-of-type(1) {
  font-weight: 600;
  font-size: 30px;
  margin:20px 0 0 0;
  letter-spacing: -1.5px;
}

.NJTB-container p:nth-of-type(2) {
  font-weight: 600;
  font-size: 16px
}

.NJTB-space {
  height: 18vw;
  width: 100%;
  max-height: 180px
}


@media (min-width: 768px) {
  .NJTB-container p:nth-of-type(1) {font-size: 57px; margin:40px 0 0 0}
  .NJTB-container p:nth-of-type(2) {font-size: 18px}

}

/* -- */
/* .stadium-image {
  position: relative;
}
.njtb-text {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 87%;
  color: white;
  text-shadow: 0px 0px 7px rgb(0 0 0 / 35%);
  width:100%
}



@media (min-width: 550px) {
  .njtb-text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 85%;
    color: white;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 35%);
  }

  .stadium-image .njtb-text p:nth-of-type(1) {
    font-size: 83px;
    letter-spacing: -2.5px;
  }
} */
/* -- */


.stadium-image img {
  width: 100%
}


.centred {
  margin: 0 auto;
  text-align: center
}

.NJTB-container {
  padding-bottom: 265px
}






.fade {
  animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease;
  -moz-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
  -ms-animation: fadeIn 1s ease;
  min-height: 1px;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.pad-top {padding-top: 20px}
.pad-bottom {padding-top: 20px}
@media (min-width: 768px) {
  .pad-top {padding-top: 40px}
  .pad-bottom {padding-top: 40px}
}




/* Search results page */


.search-form-container {
  padding-top: 120px;
  padding-bottom: 80px
}


.container.search-form-container {
  max-width: 800px
}

.search-form-container h3 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 35px;
}

@media (min-width: 1000px) {
  .search-form-container {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .search-form-container h3 {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .search-form-container {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .search-form-container h3 {
    font-size: 55px;
  }
}

.search-box {
  height:45px;
}

.search-box input,
.search-box form,
.search-box input[type=submit] {
  height: 100%;
}


.search-box input.search-submit {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;

  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;

  margin: 0;

}

.search-box input.search-field {
  font-size: 2rem;
  padding-left: 2.1rem;
}

@media (min-width: 1000px) {
  .search-box {
    height:59px;
  }

  .search-box input.search-field {
    font-size: 2.3rem;
    padding-left: 2.4rem;
  }
}

.search-box input.search-field {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#CTA-container {
  text-align: center;
}

#CTA-container .container.search-form-container {max-width: 880px}
#CTA-container .text-block {padding-top: 25px;}

/* Homepage video */

.home #site-content {
  display: flex;
    height: 80vh;
    flex-direction: column;
    justify-content: flex-end;
}
.home #homepage-video {margin-top: auto}

@media (min-width: 768px) {
  .home #site-content {height: 90vh}
}

@media (min-width: 1025px) {
  .home #site-content {height: 100vh}
}


/* Search terms */

.modal-search-container {
  display: flex;
  flex-wrap: wrap;
}

.search-terms h2 {
  display: none;
}

.search-terms a {
  color: #fb550d;
  font-size: 16px !important;
  font-weight: 300;
  border-bottom: 1px solid #fb550d;
}

.search-terms a:hover {
  color: white;
  border-bottom: 1px solid white;
  text-decoration: none;
}


#cookie-law-info-bar {
  box-shadow: none;
  border-top: 1px solid #2d2d2d;
}

/* */

.alm-placeholder {padding-bottom: 50px; margin-top: -30px}
.alm-placeholder img {width: 100%}

/* @media (max-width: 700px) {
  .alm-placeholder img {width: 213%; max-width: 1000%}
} */


.error404-content {
  padding: 50px 0
}

@media (min-width: 768px) {
  .error404-content {
    padding: 50px 0 80px 0
  }
}

.basic-page-template .entry-content {
  padding-top: 110px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}
@media (min-width: 1000px) {
  .basic-page-template .entry-content {
    padding-top: 180px
  }
}

.basic-page-template h1,
.basic-page-template h2,
.basic-page-template h3,
.basic-page-template h4,
.basic-page-template h5,
.basic-page-template h6 {
  line-height: 1;
}

.basic-page-template .entry-content a {color: #fb550d}
.basic-page-template .entry-content li {list-style: square}
.basic-page-template h3 {margin-bottom: 30px}
.basic-page-template h5 {margin-bottom: 15px}
.basic-page-template h1:first-of-type {margin-bottom: 50px}

.footer-inner .privacy-policy {display: flex; justify-content: space-around; width: 100%;}

.footer-inner .privacy-policy a, 
.footer-inner .privacy-policy p {color: #4a4a4a; transition: 0.2s ease; font-size: smaller}
.footer-inner .privacy-policy a:hover {color: #ff6920; }


.privacy-container .footer-contact-container {justify-content: start}
@media (min-width: 450px) { .privacy-container .footer-contact-container {justify-content: center} }







.project-intro {
  padding-top: 120px;
  padding-bottom: 20px;
}

@media (min-width: 1000px) {
  .project-intro {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}


.background_grad {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 2;
  /* background: unset; */
  bottom: 0;
}

@media (min-width: 500px) {
  .background_grad {
    height: 60%;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.embed-container#mobile-only {
  padding-bottom: 120%;
}

.embed-container embed, .embed-container iframe, .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


hr {
  /* margin-bottom: 1.5em; */
  box-sizing: content-box;

}

.section-divider {
  width: 100vw;
  height: 11px;
  background: #C8C8C8;
  border: 0;
  margin-top: 0px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .section-divider {
    height: 22px;
  }
}





.project-hero img {
  object-fit: cover;
  width: 100%;
}

.project-hero {
  margin-bottom: 00px
}

@media (min-width: 768px) {
  .project-hero {
    margin-bottom: 00px
  }
}

.hero {
    position: absolute;
    left: 0;
    bottom: 0px;
    overflow: hidden;
    height: 50vh;
    width: 100%;
  }

/* @media screen and (min-height:768px) {
  .hero {
    bottom: 10px;
  }
} */

@media screen and (max-width: 768px) and (min-height: 750px)  {
  .hero {
    height: 55vh;
  }

  .hero .banner-image img.mobile-hero-image, .hero .banner-image img.hero-image {
    height: 60vh !important;
    max-height: 85vw
  }
}

.hero .banner-image {
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  overflow: hidden
}

.project-hero .banner-image {
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  overflow: hidden
}


.hero .banner-image img.hero-image {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  height: 50vh;
}

.hero .banner-image img.mobile-hero-image {
    max-height: 80vh;
    width: 100%;
    object-fit: cover;
    height: 50vh;
}

.project-hero .hero-image {
  display: none
}

@media (min-width:600px) {
  .hero .hero-image, .project-hero .hero-image {
    display: block
  }
  .hero .mobile-hero-image, .project-hero .mobile-hero-image {
    display: none
  }
}

.royal-mail-collectables .project-hero {
  margin-bottom: 0px;
}

.project-tagged {
  bottom: 0;
  width: 100%;
  position: relative
}

@media (min-width:769px) {
  .project-tagged {
    position: absolute
  }
}

.project-intro {
  background: #000;
  color: #fff;
  padding: 30px 0 10px
}

@media (min-width:769px) {
  .project-intro {
    padding: 40px 0 10px
  }
}

@media (min-width:1140px) {
  .project-intro {
    padding: 60px 0 40px
  }
}

.project-intro .project-title,
.project-intro .project-client {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 20px;
  padding-top: 50px;
  letter-spacing: -0.3px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

}

.bookmark-project-intro .project-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  padding-top: 25px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

@media (min-width:420px) {
  .project-intro .project-title,
  .project-intro .project-client  {
    padding-top: 60px
  }
}

@media (min-width:1000px) {
  .project-intro .project-title,
  .project-intro .project-client  {
    padding-top: 85px
  }
}

@media (min-width:768px) {
  .project-intro .project-title,
  .project-intro .project-client  {
    font-size: 38px;

  }

  .bookmark-project-intro .project-title {
    font-size: 41px;
    line-height: 41px;
    padding-top: 48px;
    margin-bottom: 40px;
  }
}

@media (min-width:1140px) {
  .project-intro .project-title,
  .project-intro .project-client {
    font-size: 55px;
  }
}

.project-intro .project-copy {
  color: #6A6A6A;
  margin-bottom: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 21px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.single-bookmarks .project-copy {
  color: black;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.3px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.single-bookmarks .project-copy p:first-of-type, .single-bookmarks .project-title .project-client, .single-bookmarks .copy {
  color: #6A6A6A;
}


.single-bookmarks .project-copy p:nth-of-type(2):before, .single-bookmarks .project-copy p:last-of-type:after {
  background: no-repeat;
}

/* .single-bookmarks .project-copy p:nth-of-type(2) {
  text-indent: -2em;
  margin-left: 2em
} */

blockquote {
  margin: 40px 0;
}

.post-entry blockquote p:first-of-type:before {
    content: ' ';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'%3E%3Ctitle%3EMUSIC%3C/title%3E%3Cg%3E%3Cpath d='M3,76.7V45c0-14.4,0-20.1,5.4-26.8C16.1,8.5,25.9,7.2,34.6,5.9v13.6c-13.9,4.4-13.9,10.8-13.9,21.6h15.7v35.5H3z M47,76.7 V45c0-14.4,0-20.1,5.4-26.8C60.1,8.5,69.9,7.2,78.6,5.9v13.6c-13.9,4.4-13.9,10.8-13.9,21.6h15.7v35.5H47z'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: inline-block;
    background-position: 0px -1px;
    background-size: 45px 47px;
    width: 44px;
    height: 44px;
    float: left;
    margin-right: 5px;
    opacity: 0.35;
  }


  /* .post-entry blockquote p:after {
    content: ' ';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'%3E%3Ctitle%3EMUSIC%3C/title%3E%3Cg%3E%3Cpath d='M80.4,5.9l0,31.7c0,14.4,0,20.1-5.4,26.8c-7.7,9.8-17.5,11.1-26.2,12.4l0-13.6c13.9-4.4,13.9-10.8,13.9-21.6l-15.7,0 l0-35.5L80.4,5.9z M36.4,5.9l0,31.7c0,14.4,0,20.1-5.4,26.8c-7.7,9.8-17.5,11.1-26.3,12.4l0-13.6c13.9-4.4,13.9-10.8,13.9-21.6 L3,41.4L3,5.9L36.4,5.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: block;
    background-position: 0px -4px;
    background-size: 40px 47px;
    width: 39px;
    height: 40px;
    float: right;
    margin-right: 3px;
    margin-top: 0px;
  } */

  @media (min-width:768px) {
    .post-entry blockquote p:first-of-type:before {
        content: ' ';
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'%3E%3Ctitle%3EMUSIC%3C/title%3E%3Cg%3E%3Cpath d='M3,76.7V45c0-14.4,0-20.1,5.4-26.8C16.1,8.5,25.9,7.2,34.6,5.9v13.6c-13.9,4.4-13.9,10.8-13.9,21.6h15.7v35.5H3z M47,76.7 V45c0-14.4,0-20.1,5.4-26.8C60.1,8.5,69.9,7.2,78.6,5.9v13.6c-13.9,4.4-13.9,10.8-13.9,21.6h15.7v35.5H47z'/%3E%3C/g%3E%3C/svg%3E%0A");
        display: inline-block;
        background-position: 0px 2px;
        background-size: 52px 52px;
        width: 53px;
        height: 49px;
        float: left;
        margin-right: 5px;
        opacity: 0.35;
      }
    }



    @media (min-width:1140px) {
      .post-entry blockquote p:first-of-type:before {
          content: ' ';
          background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'%3E%3Ctitle%3EMUSIC%3C/title%3E%3Cg%3E%3Cpath d='M3,76.7V45c0-14.4,0-20.1,5.4-26.8C16.1,8.5,25.9,7.2,34.6,5.9v13.6c-13.9,4.4-13.9,10.8-13.9,21.6h15.7v35.5H3z M47,76.7 V45c0-14.4,0-20.1,5.4-26.8C60.1,8.5,69.9,7.2,78.6,5.9v13.6c-13.9,4.4-13.9,10.8-13.9,21.6h15.7v35.5H47z'/%3E%3C/g%3E%3C/svg%3E%0A");
          display: inline-block;
          background-position: 0px 0px;
          background-size: 60px 56px;
          width: 58px;
          height: 50px;
          float: left;
          margin-right: 9px;
        }

      /* .post-entry blockquote p:after {
        background-position: 0px -3px;
        background-size: 54px 55px;
        width: 52px;
        height: 47px;
        margin-right: 11px;
      } */
  }



.single-bookmarks .project-copy p:nth-of-type(2):before {
    content: ' ';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'%3E%3Ctitle%3EMUSIC%3C/title%3E%3Cg%3E%3Cpath d='M3,76.7V45c0-14.4,0-20.1,5.4-26.8C16.1,8.5,25.9,7.2,34.6,5.9v13.6c-13.9,4.4-13.9,10.8-13.9,21.6h15.7v35.5H3z M47,76.7 V45c0-14.4,0-20.1,5.4-26.8C60.1,8.5,69.9,7.2,78.6,5.9v13.6c-13.9,4.4-13.9,10.8-13.9,21.6h15.7v35.5H47z'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: inline-block;
    background-position: 0px -2px;
    background-size: 42px 47px;
    width: 42px;
    height: 43px;
    float:left;
    margin-right: 5px;
  }


.single-bookmarks .project-copy p:last-of-type:after {
  content: ' ';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'%3E%3Ctitle%3EMUSIC%3C/title%3E%3Cg%3E%3Cpath d='M80.4,5.9l0,31.7c0,14.4,0,20.1-5.4,26.8c-7.7,9.8-17.5,11.1-26.2,12.4l0-13.6c13.9-4.4,13.9-10.8,13.9-21.6l-15.7,0 l0-35.5L80.4,5.9z M36.4,5.9l0,31.7c0,14.4,0,20.1-5.4,26.8c-7.7,9.8-17.5,11.1-26.3,12.4l0-13.6c13.9-4.4,13.9-10.8,13.9-21.6 L3,41.4L3,5.9L36.4,5.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  background-position: 0px -4px;
  background-size: 42px 47px;
  width: 42px;
  height: 50px;
  float:right;
  margin-right: 3px;
  margin-top: 0px;
}

@media (min-width:768px) {

  .single-bookmarks .project-copy p:nth-of-type(2):before {
      background-position: 0px -3px;
      background-size: 85px 85px;
      width: 82px;
      height: 81px;
      margin-right: 11px;
    }

    .single-bookmarks .project-copy p:last-of-type:after {
      background-position: 0px -3px;
      background-size: 85px 85px;
      width: 82px;
      height: 81px;
      margin-right: 11px;
    }
  }

  @media (min-width:1200px) {

    .single-bookmarks .project-copy p:nth-of-type(2):before {
        margin-right: -82px;
        position: relative;
        left: -96px;
      }

      .single-bookmarks .project-copy p:last-of-type:after {
        margin-left: 82px;
        position: relative;
        right: -96px;
        margin-top: -40px;
      }
    }

  /* .single-bookmarks .project-copy p:last-of-type:after {
    display: inline-block;
  } */


.single-bookmarks .copy-block .copy {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.3px;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 0;
}

.single-post .copy-block .copy {
  width: 100%
}

.single-bookmarks .copy-block .copy p {
  width: calc( 100vw - 40px );
}

.single-bookmarks .project-copy p {
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .project-intro .project-copy {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 60px
  }

  .single-bookmarks .project-copy {
    margin-bottom: 0px;
    font-size: 41px;
    line-height: 41px;
  }

  .single-bookmarks .project-copy p {
    margin-bottom: 20px;
  }
  .single-bookmarks .copy-block .copy {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 799px) and (min-width: 600px) {
  .single-bookmarks .copy-block .copy p {
    width: calc( 100vw - 60px );
  }
}

@media screen and (max-width: 1039px) and (min-width: 800px) {
  .single-bookmarks .copy-block .copy p {
    width: calc( 100vw - 80px );
  }
}

@media screen and (min-width: 1040px) {
  .single-bookmarks .copy-block .copy p {
    width: calc( 100vw - 100px );
  }
}

@media (min-width:1140px) {
  .project-intro .project-copy {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 70px;
    max-width: 1000px;
  }

  .bookmarks-container {
    padding: 0 12vw !important;
  }
  .single-bookmarks .copy-block .copy p {
    width: calc( 100vw - (24vw + 100px) );
  }
}









@media (min-width:1440px) {
  .single-bookmarks .project-copy {
    padding: 0 18%;
  }
}

.project-intro .project-copy p:last-of-type {
  margin-bottom: 0
}

.project-intro .text-content {
  /* max-width: 1200px; */
  margin: 0 auto;
}

.project-intro .jump-marker {
  margin-top: -150px;
  margin-bottom: 150px
}

.project-cats {
  position: relative;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

@media (min-width:768px) {
  .project-cats {
    margin-bottom: 0;
    width: 70%
  }
}

.single-projects .project-cats {
  display: none !important;
}

.project-cats .project-tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 20px;
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .project-cats .project-tags {
    font-size: 17px;
  }
}

.project-cats li {
  margin-right: .25em;
  color: #6A6A6A;
}

.project-cats .tag:after {
  content: ", "
}

.project-cats .tag:last-of-type:after {
  content: ""
}

.project-cats a {
  text-decoration: none;
  color: #6A6A6A
}

.project-cats a:hover {
  text-decoration: underline;
  color: #e0dedf
}

.single-post-header {
  display: inline-block;
  top: 0;
  position: relative;
  z-index: 3;
  height: 100vh;
  /* max-height: 700px; */
  width: 100vw;
}

.post-title-container {
  padding-top: 102px;
}

.mag-link:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='197.9px' height='197.9px' viewBox='0 0 197.9 197.9' style='enable-background:new 0 0 197.9 197.9;' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath d='M160.9,109.3h-26.2l26.2,62.2h-25.5l-33.9-62.2v-70h59.4V109.3z M86.9,127.1v16.7c-38.4-6.1-61.2-31.2-61.2-64.6 c0-24.3,15.2-39.9,35.7-39.9C79,39.3,90,49.9,90,65.9c0,14.1-9.1,23.6-22.4,23.6c-5.7,0-11-1.9-16.7-5.7 C51.2,106.2,63.4,121,86.9,127.1 M164.9,0H33C14.8,0,0,14.8,0,33v131.9c0,18.2,14.8,33,33,33h131.9c18.2,0,33-14.8,33-33V33 C197.9,14.7,183.1,0,164.9,0'/%3E%3C/g%3E%3C/svg%3E%0A");    display: inline-block;
  display: inline-block;
  display: inline-block;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 77px 77px;
  width: 77px;
  height: 77px;
  /* float: left; */
}

@media (min-width:650px) {
  .mag-link:before {
    content: ' ';
    background-size: 87px 87px;
    width: 87px;
    height: 87px;
  }
}


@media (min-width:768px) {
  .entry-header {
    width: 100%
  }

  .single-post-header {
    height: 100vh;
    max-height: unset;
  }

  .read-time-container {
    display: none;
  }

  /* .entry-title, .author {
    font-size: 40px;
    line-height: 40px;
  }
  .feature-description {
    font-size: 22px;
    line-height: 22px;
  } */

  .mag-link:before {
    content: ' ';
    background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='197.9px' height='197.9px' viewBox='0 0 197.9 197.9' style='enable-background:new 0 0 197.9 197.9;' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath d='M160.9,109.3h-26.2l26.2,62.2h-25.5l-33.9-62.2v-70h59.4V109.3z M86.9,127.1v16.7c-38.4-6.1-61.2-31.2-61.2-64.6 c0-24.3,15.2-39.9,35.7-39.9C79,39.3,90,49.9,90,65.9c0,14.1-9.1,23.6-22.4,23.6c-5.7,0-11-1.9-16.7-5.7 C51.2,106.2,63.4,121,86.9,127.1 M164.9,0H33C14.8,0,0,14.8,0,33v131.9c0,18.2,14.8,33,33,33h131.9c18.2,0,33-14.8,33-33V33 C197.9,14.7,183.1,0,164.9,0'/%3E%3C/g%3E%3C/svg%3E%0A");    display: inline-block;
    display: inline-block;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    margin-right: 0px;
  }

  .post-title-container {
    float: left;
    padding-right: 0px !important;
    display: inline-block;
    width: 49%;
    padding-left: 20px !important;
    padding-top: 30px
  }

  .hero {
    float: right;
    width: 50%;
    height: 100vh !important;
    position: static;
    display: inline-block;
    position: static !important;
  }

  .hero .banner-image img.hero-image, .hero .banner-image img.mobile-hero-image {
    height: 100vh;
    max-height: 100vh;
  }
}

.entry-content {
  display: inline-block;
  position: relative;
}


.single-post .entry-content {
  padding-top: 20px;
}

@media (min-width:768px) {
  .single-post .entry-content {
    padding-top: 90px;
  }
}


@media (min-width:1000px) {
    .post-title-container {
    padding-top: 75px;
  }
}


@media (min-width:1140px) {
  .single-post .entry-content {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-aspect-ratio: 16/10) {
   .single-post-header, .hero .banner-image img.hero-image, .hero  {
    height: 100vh;
    max-height: calc(100vw * 0.6);
  }
}


/* @media (min-width:768px) {
  .post-title-container {
    padding-top: 75px;
    padding-left: 50px;
  } */

}

@media (min-width:1024px) {
  .hero {
    width: 50%;
  }
}

@media (min-width:1200px) {
  .hero {
    width: 50%;
  }

  .mag-link:before {
    content: ' ';
    background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='197.9px' height='197.9px' viewBox='0 0 197.9 197.9' style='enable-background:new 0 0 197.9 197.9;' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath d='M160.9,109.3h-26.2l26.2,62.2h-25.5l-33.9-62.2v-70h59.4V109.3z M86.9,127.1v16.7c-38.4-6.1-61.2-31.2-61.2-64.6 c0-24.3,15.2-39.9,35.7-39.9C79,39.3,90,49.9,90,65.9c0,14.1-9.1,23.6-22.4,23.6c-5.7,0-11-1.9-16.7-5.7 C51.2,106.2,63.4,121,86.9,127.1 M164.9,0H33C14.8,0,0,14.8,0,33v131.9c0,18.2,14.8,33,33,33h131.9c18.2,0,33-14.8,33-33V33 C197.9,14.7,183.1,0,164.9,0'/%3E%3C/g%3E%3C/svg%3E%0A");    display: inline-block;
    display: inline-block;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 114px 114px;
    width: 114px;
    height: 114px;
    margin-right: 0px;
  }

  /* .entry-title, .author {
    font-size: 50px;
    line-height: 50px;
  }
  .feature-description {
    font-size: 25px;
    line-height: 25px;
  } */

  .post-title-container {
    width: 40%;
  }

}

@media (min-width:1400px) {
  .mag-link:before {
    content: ' ';
    background-size: 130px 130px;
    width: 130px;
    height: 130px;
  }
}


@media (min-width: 1600px) {
  .container.post-title-container {
    width: 45%;
  }
  /* .entry-title, .author {
    font-size: 65px;
    line-height: 65px;
  }
   .feature-description {
     font-size: 26px;
     line-height: 26px;
   } */
}


.single-post .post-entry div:not( .copy-block, .copy) {
  max-width: 1200px;
}



.single-post.single .pos-left {
  float: left;
}

.single-post.single .pos-right {
  float: right;
}

.single-post.single .pos-left, .single-post.single .pos-right {
  width: 100%;
  padding: 0;
}


.single-post.single .pos-left img, .single-post.single .pos-right img {
  width: calc(100vw - 20px);
  max-width: 100vw;
}
.single-post.single .pos-right img {
  float: right;
}
.single-post.single .pos-left img {
  float: left;
}

.caption {
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: -0.5px;
  color: #fb550d;
  max-width: 290px;
}

.pos-left.img-with-caption img, .pos-right.img-with-caption img, .pos-centre.img-with-caption img {
  border-bottom: 3px solid #fb550d;
}
.pos-centre.img-with-caption img {
  border-bottom: 3px solid #fb550d;
}

.single-post.single .pos-left .caption, .single-post.single .pos-right .caption {
  width: calc(100vw - 40px);
  padding-top: 10px;
}

.single-post.single .pos-right .caption {
  float: right;
  padding-right: 20px;
}

.single-post.single .pos-left .caption {
  float: left;
  padding-left: 20px;
}

.single-post.single .pos-centre .caption {
  width: calc(100vw - 40px);
  padding-top: 10px;
}

@media (min-width: 540px) {
  .single-post.single .pos-left .caption {
    padding-left: 10px;
    padding-top: 10px;
  }
}


.single-post.single .pos-centre .caption {
  max-width: 350px;
}

.post-entry a {
  transition: 0.2s;
  border-bottom: 2px solid #000000;
  background: #eaeaea;
  padding: 0px 4px 0px 4px;
  font-weight: 400;
  color: #fb550d;
}
.post-entry a:hover {
  background: black;
  color: white;
}

.post-entry a:after {
  display: inline-block;
  content: ' ';
  background-image: url(assets/images/link-arrow.svg);
  background-size: 13.5px 13.5px;
  height: 13.5px;
  width: 13.5px;
  margin-left: 4px;
}
@media (min-width: 1140px) {
  .post-entry a:after {
    display: inline-block;
    content: ' ';
    background-image: url(assets/images/link-arrow.svg);
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    margin-left: 3px;
  }
}

@media screen and (max-width: 767px) and (min-width: 540px) {
  .single-post.single .pos-left img, .single-post.single .pos-right img {
    width: calc(((100vw - 500px) / 2) + 500px);
  }
}

@media screen and (max-width: 1139px) and (min-width: 768px) {
  .single-post.single .pos-left img, .single-post.single .pos-right img {
    width: calc(((100vw - 760px) / 2) + 760px);
  }
  .caption {
    max-width: 40vw;
  }
}
@media (min-width:1140px) {
  .single-post.single .pos-left img, .single-post.single .pos-right img {
    width: calc(((100vw - 840px) / 2) + 840px);
  }
}


@media (min-width:1250px) {
  .single-post.single .pos-left img, .single-post.single .pos-right img {
    width: calc(100vw - ((100vw - 850px) / 2));
    max-width: 100vw;
  }
  .single-post.single .pos-left img {
    float: left;
  }
  .single-post.single .pos-right img {
    float: right;
  }

  .caption {
    margin-top: -3px;
  }
  .single-post.single .pos-left .caption,  .single-post.single .pos-right .caption {
    padding-top: 0px;
  }
  .pos-left.img-with-caption img {
    border-right: 3px solid #fb550d;
    border-bottom: 0px;
  }
  .pos-right.img-with-caption img {
    border-left: 3px solid #fb550d;
    border-bottom: 0px;
  }
  .single-post.single .pos-left, .single-post.single .pos-right {
    max-width: unset;
  }

  .single-post.single .pos-left .caption {
    width: 15vw;
    float: left;
    padding-left: 12px;
  }
  .single-post.single .pos-right .caption {
    width: 15vw;
    float: right;
    padding-right: 10px;
    padding-left: 0px;
  }
}


@media (min-width:1040px) {
  .single-post .max-width-image,
  .single-post .n-two-images,
  .single-post .n-three-images-one-large,
  .single-post .n-triptych,
  .single-post .imageslider {
    max-width: 860px;
  }
}

@media (min-width: 1140px) {
  .single-post .max-width-image,
  .single-post .n-two-images,
  .single-post .n-three-images-one-large,
  .single-post .n-triptych,
  .single-post .imageslider {
    max-width: 950px;
  }
}

/* PROJECT LAYOUTS */


    			     .n-two-images, .n-three-images-one-large, .n-triptych, .n-three-images-one-large {
            			  display: grid;
            			  place-items: start;
            				grid-gap: 20px;
            				object-fit: cover;
            				grid-template-columns: 100%;
            				margin: 10px auto 10px auto;
            			}

                  .single-bookmarks .n-two-images, .single-bookmarks .n-three-images-one-large, .single-bookmarks .n-triptych, .single-bookmarks .n-three-images-one-large {
                    padding: 0;
                  }

            			.n-two-images > *, .n-three-images-one-large > *, .n-triptych > *, .n-three-images-one-large > * {
            			  width: 100%;
            			}

            			.n-two-images img, .n-three-images-one-large img, .n-triptych img, .n-three-images-one-large img {
            				width: 100%;
                    height: auto;
            				min-width: auto;
            				overflow: hidden;
            			}

            			.n-two-images.n-layout-two-thirds-left .n-image-left, .n-two-images.n-layout-fifty-fifty .n-image-left, .n-two-images.n-layout-one-third-left .n-image-left, .n-triptych. .n-triptych-image-one {
            				 grid-column-start:1;
            				 grid-column-end: 2;
            				 grid-row-start:1;
            				 grid-row-end: 2;
            			}

            			.n-two-images.n-layout-two-thirds-left .n-image-right, .n-two-images.n-layout-fifty-fifty .n-image-right, .n-two-images.n-layout-one-third-left .n-image-right, .n-triptych. .n-triptych-image-two {
            				 grid-column-start:1;
            				 grid-column-end: 2;
            				 grid-row-start:2;
            				 grid-row-end: 3;
            			}

            			.n-triptych. .n-triptych-image-three {
            				 grid-column-start:1;
            				 grid-column-end: 2;
            				 grid-row-start:3;
            				 grid-row-end: 4;
            			}



            @media screen and (min-width: 768px) {

            .n-two-images div, .n-triptych div {
              object-fit: cover;
              height: 100%;
              overflow: hidden;
            }

          	  .n-two-images, .n-three-images-one-large, .n-triptych, .n-three-images-one-large {
          		  	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          		  	margin: 20px auto 20px auto;
          		  	/* padding: 0 50px; */
          	}

            	.n-two-images.n-layout-two-thirds-left .n-image-left {
            			 grid-column-start:1;
            			 grid-column-end: 5;
            			 grid-row-start:1;
            			 grid-row-end: 2;
            		}
            	.n-two-images.n-layout-two-thirds-left .n-image-right {
            			 grid-column-start:5;
            			 grid-column-end: 7;
            			 grid-row-start:1;
            			 grid-row-end: 2;
            		}

            	.n-two-images.n-layout-fifty-fifty .n-image-left {
            			 grid-column-start:1;
            			 grid-column-end: 4;
            			 grid-row-start:1;
            			 grid-row-end: 2;
            		}
            	.n-two-images.n-layout-fifty-fifty .n-image-right {
            			 grid-column-start:4;
            			 grid-column-end: 7;
            			 grid-row-start:1;
            			 grid-row-end: 2;
            		}

            		.n-two-images.n-layout-one-third-left .n-image-left {
            				 grid-column-start:1;
            				 grid-column-end: 3;
            				 grid-row-start:1;
            				 grid-row-end: 2;
            			}
            		.n-two-images.n-layout-one-third-left .n-image-right {
            				 grid-column-start:3;
            				 grid-column-end: 7;
            				 grid-row-start:1;
            				 grid-row-end: 2;
            			}

            		.n-triptych .n-triptych-image-one {
            				grid-column-start:1;
            				grid-column-end: 3;
            				grid-row-start:1;
            				grid-row-end: 2;
            		}
            		.n-triptych .n-triptych-image-two {
            				grid-column-start:3;
            				grid-column-end: 5;
            				grid-row-start:1;
            				grid-row-end: 2;
            		}
            		.n-triptych .n-triptych-image-three {
            				grid-column-start:5;
            				grid-column-end: 7;
            				grid-row-start:1;
            				grid-row-end: 2;
            		}
            }





.copy-and-awards, .copy-block {
  color: black;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copy-and-awards .copy {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 40px 0 40px 0;
  margin: 0;
  line-height: 21px;
  font-size: 17px;
  letter-spacing: -0.3px
}

  .copy-block .copy {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 40px 0 40px 0;
  margin: 0;
}

/* .single-post .copy-block .copy {
  padding: 20px 0;
} */

.single-post .copy-block div.copy > * {
  letter-spacing: -0.3px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 500px; */
  width: auto;
  font-weight: 400;
  line-height: 1.3;
}

.single-post .copy-block .copy p {width: 100%}


.single-post .post-entry div:not(.video-asset, .embed-container) {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .single-post .post-entry div:not(.video-asset, .embed-container) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.single-post .copy {padding-right: 0!important;}
.single-post .video-asset {padding}


.single-post .copy-block .copy p, .single-post .copy-block .copy ol {
  font-size: 19px;
  margin-bottom: 20px;
}

.single-post .copy-block .copy h1, .single-post .copy-block .copy h2  {
  font-size: 23px;
  margin-bottom: 22px;
}


.single-post .copy-block .copy h3, .single-post .copy-block .copy h4 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 16px;
}

.single-post .copy-block .copy h5, .single-post .copy-block .copy h6 {
  font-size: 15px;
  margin-bottom: 10px;
}



.single-projects dt, .single-projects dd {
  line-height: 1;
}

@media (min-width:768px) {
  .copy-and-awards .copy {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 50px;
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 1.2;
    width: 66.66666%;
  }

    .copy-block .copy {
      padding-top: 40px;
      padding-right: 0;
      padding-bottom: 40px;
      font-size: 20px;
      line-height: 1.2;
      width: 75%;
  }

  .single-post .copy-block .copy p, .single-post .copy-block .copy ol {
    font-size: 21px;
    line-height: 1.4
  }

  .single-post .copy-block .copy h1, .single-post .copy-block .copy h2 {
    font-size: 26px;
  }

  .single-post .copy-block .copy h3, .single-post .copy-block .copy h4 {
    font-size: 27px;
  }

  .single-post .copy-block .copy h5, .single-post .copy-block .copy h6 {
    font-size: 18px;
  }



  /* .single-post .copy-block .copy {
    padding: 40px 0 40px 0px
  } */

  .single-post .copy-block div.copy > * {
    max-width: 800px;
  }
}

@media (min-width:769px) {
  .copy-block .copy {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    width: 66.666666%;
  }
}

.copy-block blockquote:last-of-type {
  margin-bottom: 0px;

}

@media (min-width:1140px) {
  /* .copy-and-awards .copy, .copy-block .copy {
    padding: 80px 40px 80px 0px;
    width: 50%;
  } */

  .single-post .copy-block .copy p, .single-post .copy-block .copy ol {
    font-size: 21px;
  }

  .single-post .copy-block .copy h1, .single-post .copy-block .copy h2 {
    font-size: 30px;
  }

  .single-post .copy-block .copy h3, .single-post .copy-block .copy h4 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .single-post .copy-block .copy h5, .single-post .copy-block .copy h6 {
    font-size: 18px;
  }


  .single-post .copy-block div.copy > * {
    padding: 0 0;
    width: auto;
    max-width: 800px;
  }

}

.copy-and-awards .copy p, .copy-block .copy p {
  margin-bottom: 20px
}

@media (min-width:1140px) {
  .copy-and-awards .copy p, .copy-block .copy p {
    margin-bottom: 1em
  }
}

.copy-and-awards .copy p:last-of-type, .copy-block .copy p:last-of-type {
  margin-bottom: 0
}

.single-post .copy-block .copy p:last-of-type + blockquote {
  margin-top: 40px
}

@media (min-width:1200px) {
  .copy-block .copy {
    padding: 80px 0 80px 0px;
    width: 66.666%;
    font-size: 22px;
    max-width: 790px;
  }
}

.copy-and-awards .copy-and-awards-content {
  margin: 0 auto 15px
}

@media (min-width:1140px) {
  .copy-and-awards .copy {
    float: left
  }
}

.copy-and-awards .awards-list {
  /* max-width: 1140px; */
  margin: -0em auto 15px;
  padding: 20px 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

.copy-and-awards .awards-list p {
  color: #000
}

.copy-and-awards .awards-list dt:nth-of-type(1),
.copy-and-awards .awards-list dd:nth-of-type(1) {
  margin-top: 0
}

.copy-and-awards .awards-list dt,
.copy-and-awards .awards-list dd {
  margin-top: 10px
}


@media (min-width:1140px) {
  .copy-and-awards .awards-list p {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: .0015em
  }

  .copy-and-awards .awards-list dt,
  .copy-and-awards .awards-list dd {
    margin-top: 5px
  }
}

@media (min-width:1140px) {
  .copy-and-awards .awards-list {
    margin-top: 0;
    margin-left: 0;
    padding: 80px 0 80px 0px;
    width: 50%
  }
}

.copy-and-awards .awards-list p {
  margin-bottom: -12px;
}

.copy-and-awards dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

.copy-and-awards dd, .copy-and-awards dt {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%
}

.copy-and-awards dt {
  font-weight: 400;
  padding-right: 20px;
  max-width: 260px;
}


@media (min-width:1140px) {
  .copy-and-awards dd, .copy-and-awards dt {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: .015em
  }
}



.copy-and-awards dd {
  margin: 0;
  font-weight: 400;
}

.max-viewport-image img {
  width: 100%;
  max-width: unset
}

.max-width-image {
  margin: 20px auto 20px;
}

@media (min-width:768px) {
  .max-width-image {
    margin: 30px auto 30px;
  }
}

@media (min-width:1000px) {
  .max-width-image {
    margin: 50px auto 50px;
  }
}



.max-width-image img {
  width: 100%;
  max-width: unset
}

.bookmark .max-width-image {
  padding-left: 0;
  padding-right: 0;
}

.image-slider {
  max-width: 1540px;
  width: 100%;
  margin: 10px auto 10px;
  padding: 0 20px;
  position: relative
}

@media (min-width:769px) {
  .image-slider {
    padding: 0 50px;
  }
}

.image-slider .slider {
  opacity: 0
}

.image-slider .slider.slick-initialized {
  opacity: 1
}

.image-slider .arrows .next-slide, .image-slider .arrows .prev-slide {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  background: url(assets/images/slider-arrow.svg) 50% no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 30px;
  width: 12px;
  overflow: hidden;
  display: block;
  line-height: 30px;
  transition: all .2s;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .25));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .25))
}

@media (min-width:768px) {
  .image-slider .arrows .next-slide, .image-slider .arrows .prev-slide {
    height: 42px;
    width: 50px;
  }
}

.image-slider .arrows .prev-slide {
  left: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (min-width:768px) {
  .image-slider .arrows .prev-slide {
    left: 75px
  }
}

.image-slider .arrows .prev-slide:hover {
  -webkit-transform: translateY(-50%) translateX(-5px);
  -ms-transform: translateY(-50%) translateX(-5px);
  transform: translateY(-50%) translateX(-5px)
}

.image-slider .arrows .prev-slide:active {
  -webkit-transform: translateY(-50%) translateX(-10px);
  -ms-transform: translateY(-50%) translateX(-10px);
  transform: translateY(-50%) translateX(-10px)
}


.image-slider .arrows .next-slide {
  right: 35px;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%)
}


@media (min-width:768px) {
  .image-slider .arrows .next-slide {
    right: 75px
  }
}


.image-slider .arrows .next-slide:hover {
  -webkit-transform: rotate(180deg) translateY(50%) translateX(-5px);
  -ms-transform: rotate(180deg) translateY(50%) translateX(-5px);
  transform: rotate(180deg) translateY(50%) translateX(-5px)
}

.image-slider .arrows .next-slide:active {
  -webkit-transform: rotate(180deg) translateY(50%) translateX(-10px);
  -ms-transform: rotate(180deg) translateY(50%) translateX(-10px);
  transform: rotate(180deg) translateY(50%) translateX(-10px)
}

.bookmark .bookmarks-container .image-slider {
  padding-left: 0;
  padding-right: 0;
}



@media screen and (max-width: 799px) and (min-width: 600px) {
  .image-slider.container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .image-slider .arrows .prev-slide {
    left: 45px
  }
  .image-slider .arrows .next-slide {
    right: 45px
  }
}

@media screen and (max-width: 1039px) and (min-width: 800px) {
  .image-slider.container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .image-slider .arrows .prev-slide {
    left: 45px
  }
  .image-slider .arrows .next-slide {
    right: 45px
  }
}
@media (min-width:1040px) {
  .image-slider.container {
      padding: 0 50px;
    }
    .image-slider .arrows .prev-slide {
      left: 55px
    }
    .image-slider .arrows .next-slide {
      right: 55px
    }
}

@media (min-width:1140px) {
  .bookmark .image-slider.container {
    padding: 0 calc(50px + 12vw);
  }
  .bookmark .image-slider .arrows .prev-slide {
    left: calc(60px + 12vw);
  }
  .bookmark .image-slider .arrows .next-slide {
    right: calc(60px + 12vw);
  }
}












.two-images, .video-asset {
  /* max-width: 1540px; */
  margin: 10px auto 10px;
  /* padding: 0 20px; */
  width: 100%
}


@media (min-width:769px) {
  .two-images {
    -webkit-columns: 6;
    columns: 6;
    display: -ms-grid;
    display: grid;
    rows: 1;
    grid-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
  }

  /* .two-images, .video-asset {
    padding: 0 50px;
  } */
}

@media (min-width:769px) {
  .two-images.height-slim {
    height: 320px
  }
}

@media (min-width:769px) {
  .two-images.height-square {
    height: 490px
  }
}

@media (min-width:769px) {
  .two-images.height-tall {
    height: 680px
  }
}

@media (min-width:769px) {
  .two-images.height-xtall {
    height: 799.7654px
  }
}

.two-images .image-left, .two-images .image-right {
  max-width: 100%
}

@media (min-width:769px) {
  .two-images .image-left, .two-images .image-right {
    margin-bottom: 0;
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
  }

  .two-images .image-left img, .two-images .image-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom
  }
}

.two-images .image-left {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 4
}

.two-images .image-right {
  -ms-grid-column: 4;
  grid-column-start: 4;
  grid-column-end: 7
}

@media (min-width:769px) {
  .two-images.layout-one-third-left .image-left {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3
  }

  .two-images.layout-one-third-left .image-right {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 7
  }

  .two-images.layout-two-thirds-left .image-left {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 5
  }

  .two-images.layout-two-thirds-left .image-right {
    -ms-grid-column: 5;
    grid-column-start: 5;
    grid-column-end: 7
  }
}

.two-images .image-left {
  margin-bottom: 15px
}

@media (min-width:769px) {
  .two-images .image-left {
    margin-right: 20px;
    margin-bottom: 0
  }
}

.three-images-one-large {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto
}

@media (min-width:769px) {
  .three-images-one-large {
    margin: 0 auto 15px;
    height: 600px;
    display: -ms-grid;
    display: grid;
    -webkit-columns: 2;
    columns: 2;
    rows: 2;
    grid-gap: 15px;
    width: 100%
  }
}

.three-images-one-large .image-three, .three-images-one-large .image-two, .three-images-one-large .large-image {
  width: 100%;
  grid-gap: 10px
}

.three-images-one-large .image-three img, .three-images-one-large .image-two img, .three-images-one-large .large-image img {
  margin-bottom: 20px
}

@media (min-width:769px) {
  .three-images-one-large .image-three, .three-images-one-large .image-two, .three-images-one-large .large-image {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    -ms-grid-column-align: stretch;
    justify-items: stretch
  }

  .three-images-one-large .image-three img, .three-images-one-large .image-two img, .three-images-one-large .large-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom;
    margin-bottom: 0
  }
}

@media (min-width:769px) {
  .three-images-one-large.layout-large_left_fifty_fifty .large-image {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/span 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/span 2
  }

  .three-images-one-large.layout-large_left_fifty_fifty .image-two {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2/span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/span 1
  }

  .three-images-one-large.layout-large_left_fifty_fifty .image-three {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2/span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 2;
    grid-row: 2/span 1
  }
}

@media (min-width:769px) {
  .three-images-one-large.layout-large_left_thirty_sixty {
    -webkit-columns: 2;
    columns: 2;
    rows: 3
  }

  .three-images-one-large.layout-large_left_thirty_sixty .large-image {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/span 1;
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
    grid-row: 1/span 3
  }

  .three-images-one-large.layout-large_left_thirty_sixty .image-two {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2/span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/span 1
  }

  .three-images-one-large.layout-large_left_thirty_sixty .image-three {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2/span 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
    grid-row: 2/span 2
  }
}

@media (min-width:769px) {
  .three-images-one-large.layout-large_right_fifty_fifty .large-image {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2/span 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/span 2
  }

  .three-images-one-large.layout-large_right_fifty_fifty .image-two {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/span 1
  }

  .three-images-one-large.layout-large_right_fifty_fifty .image-three {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 2;
    grid-row: 2/span 1
  }
}

@media (min-width:769px) {
  .three-images-one-large.layout-large_right_thirty_sixty {
    -webkit-columns: 2;
    columns: 2;
    rows: 3
  }

  .three-images-one-large.layout-large_right_thirty_sixty .large-image {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2/span 1;
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
    grid-row: 1/span 3
  }

  .three-images-one-large.layout-large_right_thirty_sixty .image-two {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/span 1
  }

  .three-images-one-large.layout-large_right_thirty_sixty .image-three {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/span 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
    grid-row: 2/span 2
  }
}

.triptych {
  /* max-width: 1200px; */
  /* padding: 0 30px; */
  margin: 0 auto;
  width: 100%
}

@media (min-width:769px) {
  .triptych {
    margin-bottom: 15px
  }
}

.triptych img {
  max-width: none;
  width: 100%
}

@media (min-width:768px) {
  .triptych img {
    max-width: 100%
  }
}

@media (min-width:769px) {
  .triptych.height-slim {
    height: 320px
  }
}

@media (min-width:769px) {
  .triptych.height-default {
    height: 490px
  }
}

@media (min-width:769px) {
  .triptych.height-tall {
    height: 680px
  }
}

@media (min-width:769px) {
  .triptych.height-xtall {
    height: 799.7654px
  }
}

.triptych .image-one, .triptych .image-three, .triptych .image-two {
  margin-bottom: 15px
}

@media (min-width:769px) {
  .triptych .image-one, .triptych .image-three, .triptych .image-two {
    margin-bottom: 0;
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
  }

  .triptych .image-one img, .triptych .image-three img, .triptych .image-two img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom
  }
}

@media (min-width:769px) {
  .triptych {
    display: -ms-grid;
    display: grid;
    -webkit-columns: 3;
    columns: 3;
    rows: 1;
    grid-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
  }

  .triptych .image-one {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2
  }

  .triptych .image-two {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3
  }

  .triptych .image-three {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 4
  }
}

.project-seperator {
  display: block
}

.project-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 0;
  width: 100%;
  display: none;
}

@media (min-width:480px) {
  .project-share {
    padding-left: 76%;
    float: right
  }
}

.project-share h4 {
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #cecece
}

@media (min-width:768px) {
  .project-share h4 {
    text-align: unset
  }
}

.project-share ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block
}

@media (min-width:768px) {
  .project-share ul {
    text-align: unset;
    width: auto
  }
}

.project-share ul li {
  display: inline-block;
  color: #f1f0f2;
  margin-right: 10px
}

.project-share a {
  text-decoration: none;
  color: #f1f0f2;
  display: block;
  width: 20px;
  height: 20px
}

.project-share a:hover {
  opacity: .8
}

.social-sharing-container {
  display: none;
  margin-top: 40px;
  width: 100%
}

@media (min-width:1140px) {
  .social-sharing-container {
  /*  padding-left: 60% */
  }
}

.social-sharing-container h4 {
  color: #777777;
  font-weight: 400;
  margin-bottom: 12px
}

.social-sharing-container ul {
  padding: 0;
  margin: 0
}

.social-sharing-container li {
  list-style: none;
  float: left;
  margin-right: 15px
}

.social-sharing-container li a {
  text-decoration: none
}

.hentry .social-sharing-container h4 {
  margin-left: 0;
  padding-left: 0
}

.social-link {
  background-size: 20px 20px;
  background-position: 50%;
  display: inline-block;
  width: 20px;
  height: 20px
}

.social-link .facebook {
  background: url(./assets/images/facebook.svg) no-repeat
}

.social-link .facebook-white {
  background: url(./assets/images/facebook-white.svg) no-repeat
}

.social-link .twitter {
  background: url(./assets/images/sm_twitter.svg) no-repeat
}

.social-link .twitter-white {
  background: url(./assets/images/twitter-white.svg) no-repeat
}

.social-link .youtube {
  background: url(./assets/images/youtube.svg) no-repeat
}

.social-link .youtube-white {
  background: url(./assets/images/youtube-white.svg) no-repeat
}

.social-link .instagram {
  background: url(./assets/images/sm_instagram.svg) no-repeat
}

.social-link .instagram-white {
  background: url(./assets/images/instagram-white.svg) no-repeat
}

.social-link .vimeo {
  background: url(./assets/images/vimeo.svg) no-repeat
}

.social-link .vimeo-white {
  background: url(./assets/images/vimeo-white.svg) no-repeat
}

.social-link .pinterest {
  background: url(./assets/images/pinterest.svg) no-repeat
}

.social-link .pinterest-white {
  background: url(./assets/images/pinterest-white.svg) no-repeat
}

.social-link .linkedin {
  background: url(./assets/images/sm_linkedin.svg) no-repeat
}

.social-link .linkedin-white {
  background: url(./assets/images/linkedin-white.svg) no-repeat
}

.social-link .email {
  background: url(./assets/images/email.svg) no-repeat
}

.social-link .email-white {
  background: url(./assets/images/email-white.svg) no-repeat
}

.social-link .imdb {
  background: url(./assets/images/imdb.svg) no-repeat;
  width: 41px
}

.social-link .imdb-white {
  background: url(./assets/images/imdb-white.svg) no-repeat;
  width: 41px
}

.social-link .website {
  background: url(./assets/images/website.svg) no-repeat
}

.social-link .website-white {
  background: url(./assets/images/website-white.svg) no-repeat
}

.social_links li {
  display: inline-block;
  margin-right: 10px
}


.list-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:1140px) {
  .list-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.list-title {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 25px
}

@media (min-width:1140px) {
  .list-title {
    width: 24%;
    margin-bottom: 0
  }
}

















/*  Not sure if needed?



.images-2x-half-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images-2x-half-width {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.images-2x-half-width .left-img {
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images-2x-half-width .left-img {
    margin-right: 12px;
    margin-bottom: 0
  }
}

.images-2x-half-width .half-image {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.full-width-image {
  display: block;
  width: 100%;
  margin-bottom: 12px
}

.full-width-image img {
  width: 100%
}

.full-width {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px
}

.images_two_thirds_one_third {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images_two_thirds_one_third {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.images_two_thirds_one_third img {
  width: 100%
}

.images_two_thirds_one_third .img-large {
  width: 100%;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images_two_thirds_one_third .img-large {
    width: 60%;
    margin-right: 12px;
    margin-bottom: 0
  }
}

.images_two_thirds_one_third .img-small {
  width: 100%
}

@media (min-width:768px) {
  .images_two_thirds_one_third .img-small {
    width: 40%
  }
}

.images_one_third_two_thirds {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0
}

@media (min-width:768px) {
  .images_one_third_two_thirds {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 12px
  }
}

.images_one_third_two_thirds .img-large, .images_one_third_two_thirds img {
  width: 100%
}

@media (min-width:768px) {
  .images_one_third_two_thirds .img-large {
    width: 60%;
    margin-bottom: 0
  }
}

.images_one_third_two_thirds .img-small {
  width: 100%;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images_one_third_two_thirds .img-small {
    width: 40%;
    margin-right: 12px;
    margin-bottom: 0
  }
}

.images-two-left-one-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images-two-left-one-right {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.images-two-left-one-right img {
  width: 100%;
  display: block
}

.images-two-left-one-right .large-col, .images-two-left-one-right .small-col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.images-two-left-one-right .small-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images-two-left-one-right .small-col {
    margin-right: 12px;
    margin-bottom: 0
  }
}

.images-two-left-one-right .large-img, .images-two-left-one-right .small-img {
  height: 100%
}

.images-two-left-one-right .large-img img, .images-two-left-one-right .small-img img {
  object-fit: cover;
  object-position: center;
  height: 100%
}

.images-two-left-one-right .img-one {
  margin-bottom: 12px
}

.images_one_left_two_right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images_one_left_two_right {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.images_one_left_two_right img {
  width: 100%;
  display: block
}

.images_one_left_two_right .large-col, .images_one_left_two_right .small-col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.images_one_left_two_right .small-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.images_one_left_two_right .large-col {
  margin-bottom: 12px
}

@media (min-width:768px) {
  .images_one_left_two_right .large-col {
    margin-right: 12px;
    margin-bottom: 0
  }
}

.images_one_left_two_right .large-img, .images_one_left_two_right .small-img {
  height: 100%
}

.images_one_left_two_right .large-img img, .images_one_left_two_right .small-img img {
  object-fit: cover;
  object-position: center;
  height: 100%
}

.images_one_left_two_right .img-one {
  margin-bottom: 12px
}

.small-medium-left {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px
}

@media (min-width:768px) {
  .small-medium-left {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.small-medium-left .small-left-img {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px
}

@media (min-width:768px) {
  .small-medium-left .small-left-img {
    width: 40%;
    margin-bottom: 0
  }
}

.small-medium-left .medium-right-img {
  width: 100%
}

@media (min-width:768px) {
  .small-medium-left .medium-right-img {
    width: 60%
  }
}

.small-medium-right {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .small-medium-right {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px
  }
}

.small-medium-right .small-right-img {
  width: 100%;
  margin-bottom: 10px
}

@media (min-width:768px) {
  .small-medium-right .small-right-img {
    width: 40%;
    margin-bottom: 0;
    margin-left: 10px
  }
}

.small-medium-right .medium-left-img {
  width: 100%;
  margin-bottom: 10px
}

@media (min-width:768px) {
  .small-medium-right .medium-left-img {
    width: 60%;
    margin-bottom: 0
  }
}

.three-row {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px
}

@media (min-width:768px) {
  .three-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.three-row li {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 10px
}

.three-row li:last-of-type {
  margin-right: 0;
  margin-bottom: 0
}

@media (min-width:768px) {
  .three-row li {
    width: 33.333%;
    margin-bottom: 0
  }
} */




/*  image slider start */

.slider {
  margin: 0 auto;
  width: 100%;
}

.slide_viewer {
  overflow: hidden;
  position: relative;
}

.slide_viewer, .slider-container {
  height: calc((100vw - 40px) * 0.625);
  max-height: 813px;
  width: 100%;
  margin: 0 auto;
}

.slider-container {
  max-width: calc(100% - 40px);

}

@media (min-width: 768px) {
  .slider-container {
    max-width: calc(100% - 100px);
  }

  .slide_viewer, .slider-container {
    height: calc((100vw - 100px) * 0.625);
  }
}

@media (min-width: 1400px) {
  .slider-container {
    max-width: 1300px
  }

}

.slide_group {
  height: auto;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: auto;
  max-height: 100%;
  position: absolute;
  width: 100%;
}


.slide:first-child {
  display: block;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  margin-top: -50px;
}

a.slide_btn {
  color: #929292;
  font-size: 27px;
  margin: 0 0.275em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0px 23px -5px #CECECE;
box-shadow: 0px 0px 23px -5px #CECECE;
}

.slide_btn.active, .slide_btn:hover {
  color: white;
  cursor: pointer;
}

.directional_nav {
  height: 70px;
  margin: 0 auto;
  position: relative;
  top: -69%
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
}


.previous_btn svg  {
  transform: scale(0.35)
}

.next_btn svg {
  transform: rotate(180deg) scale(0.35)
}

@media (min-width: 768px) {

  .previous_btn svg  {
    transform: scale(0.4)
  }

  .next_btn svg {
    transform: rotate(180deg) scale(0.4)
  }

  .directional_nav {
    top: -57%
  }

  .previous_btn {
    left: 20px;
  }

  .next_btn {
    right: 20px;
  }
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 60px;
  opacity: 0.75;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 50px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

/* @media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
} */

/* End image slider */






body.magazine, body.single-post {background: #c9c6c4}


/* Mag post */
.single .entry-content {
  width: 100vw
}


/* #grey-grad {
  position: absolute;
  width: 100vw;
  height: 125px;
  opacity: 0.22;
  z-index: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

@media (min-width: 769px) {
  #grey-grad {
    display: none;
  }
} */

/* .entry-title-container {
  margin: 92px 0 0 0
}

@media (min-width: 768px) {
  .entry-title-container {
      margin: 115px 0 0 0;
  }
}

@media (min-width: 1200px) {
  .entry-title-container {
      margin: 132px 0 0 0;
  }
} */

.read-time-container {
  position: absolute;
  width: 100vw;
  /* display: block; */
  display: none;
  background: black;
  height: 30px;
  left: 0px;
  bottom: 0px;
}

@media (min-width:768px) {
  .read-time-container { display: none }

  .singular .entry-header {
    padding: 8rem 0;
  }

}

.read-time {
  color: white;
  text-align: center;
  margin: 0;
  padding-top: 6px
}



/* Mag Index Intro */
.mag-intro p:first-of-type:before {
    content: ' ';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.1 197.5' style='enable-background:new 0 0 198.1 197.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M160.9,109.2h-26.2l26.2,62.2h-25.5l-33.9-62.2v-70h59.4V109.2z M86.9,127v16.7c-38.4-6.1-61.2-31.2-61.2-64.6 c0-24.3,15.2-39.9,35.7-39.9C79,39.2,90,49.8,90,65.8c0,14.1-9.1,23.6-22.4,23.6c-5.7,0-11-1.9-16.7-5.7 C51.2,106.1,63.4,120.9,86.9,127 M164.9-0.1H33c-18.2,0-33,14.8-33,33v131.9c0,18.2,14.8,33,33,33h131.9c18.2,0,33-14.8,33-33V32.9 C197.9,14.6,183.1-0.1,164.9-0.1'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: inline-block;
    display: inline-block;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-size: 77px 77px;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 4px;
  }

  @media (min-width:375px) {
  .mag-intro p:first-of-type:before {
      margin-right: 10px;
    }
  }

  @media (min-width:768px) {
  .mag-intro p:first-of-type:before {
    background-size: 84px 84px;
    width: 84px;
    height: 84px;
    background-position: 0px 0px;
    }
  }

  @media (min-width:1024px) {
  .mag-intro p:first-of-type:before {
    background-size: 114px 114px;
    width: 114px;
    height: 114px;
    margin-right: 11px;
    }
  }


.mag__index-container {
  padding-left: 15px;
  padding-right: 15px;
}

#mag-inner {
  margin-top: 20px;
}


@media (min-width:768px) {
  .mag__index-container {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  #mag-inner {
    margin-top: 50px;
  }
}

@media screen and (max-width: 799px) and (min-width: 600px) {
  .mag__index-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1039px) and (min-width: 800px) {
  .mag__index-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1040px) {
  .mag__index-container {
    /* margin-top: -230px; */
    padding-left: 50px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .mag__index-container {
    padding-right: 50px;
  }
}


@media screen and (min-width: 1550px) {
  .mag__index-container {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1590px;
  }

  #mag-inner {
    margin-top: 50px;
  }
}

 .magazine .mag__blog-thumb img {
      height: auto;
      width: 100%;
      max-width: 100%;
      display: block;
    }


  /* .magazine article {
    padding-left: 6px;
    padding-right: 6px;
    display: flex !important;
    flex-direction: column;
    } */

  /* ---- grid ---- */


  .magazine .grid-order_mobile_1 {order: 1}
  .magazine .grid-order_mobile_2 {order: 2}
  .magazine .grid-order_mobile_3 {order: 3}
  .magazine .grid-order_mobile_4 {order: 4}
  .magazine .grid-order_mobile_5 {order: 5}
  .magazine .grid-order_mobile_6 {order: 6}
  .magazine .grid-order_mobile_7 {order: 7}
  .magazine .grid-order_mobile_8 {order: 8}
  .magazine .grid-order_mobile_9 {order: 9}
  .magazine .grid-order_mobile_10 {order:10 }
  .magazine .grid-order_mobile_11 {order: 11}
  .magazine .grid-order_mobile_12 {order: 12}
  .magazine .grid-order_mobile_13 {order: 13}
  .magazine .grid-order_mobile_14 {order: 14}
  .magazine .grid-order_mobile_15 {order: 15}
  .magazine .grid-order_mobile_16 {order: 16}
  .magazine .grid-order_mobile_17 {order: 17}
  .magazine .grid-order_mobile_18 {order: 18}
  .magazine .grid-order_mobile_19 {order: 19}
  .magazine .grid-order_mobile_20 {order: 20}

  @media (min-width: 1040px) {
    .magazine .grid-order_desktop_1 {order: 1}
    .magazine .grid-order_desktop_2 {order: 2}
    .magazine .grid-order_desktop_3 {order: 3}
    .magazine .grid-order_desktop_4 {order: 4}
    .magazine .grid-order_desktop_5 {order: 5}
    .magazine .grid-order_desktop_6 {order: 6}
    .magazine .grid-order_desktop_7 {order: 7}
    .magazine .grid-order_desktop_8 {order: 8}
    .magazine .grid-order_desktop_9 {order: 9}
    .magazine .grid-order_desktop_10 {order:10 }
    .magazine .grid-order_desktop_11 {order: 11}
    .magazine .grid-order_desktop_12 {order: 12}
    .magazine .grid-order_desktop_13 {order: 13}
    .magazine .grid-order_desktop_14 {order: 14}
    .magazine .grid-order_desktop_15 {order: 15}
    .magazine .grid-order_desktop_16 {order: 16}
    .magazine .grid-order_desktop_17 {order: 17}
    .magazine .grid-order_desktop_18 {order: 18}
    .magazine .grid-order_desktop_19 {order: 19}
    .magazine .grid-order_desktop_20 {order: 20}
  }


 .magazine .mag__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px
  }

  @media (min-width: 768px) {
   .magazine .mag__grid {
      grid-gap: 20px;
    }
  }

  @media (min-width: 1040px) {
   .magazine .mag__grid {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 12px;
    }
  }

  @media (min-width: 1200px) {
   .magazine .mag__grid {
      grid-gap: 20px;
    }
  }

  /* clearfix */
 /* .magazine .mag__grid:after {
    content: '';
    display: block;
    clear: both;
  } */

  /* ---- grid-item ---- */

.magazine .mag__grid-item {
  overflow: hidden;
  width: 100%
}

 .magazine .mag__grid-item--width3 {
   grid-column: span 2;
 }

 .magazine .mag__grid-item--height2 {
   grid-row: span 2;
 }


 /* .magazine .mag__grid-sizer,
 .magazine .mag__grid-item { width: 50%; }


 .magazine .mag__grid-item {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
  }

 .magazine .mag__grid-item--width1 { width: 50%; }
 .magazine .mag__grid-item--width2 { width: 50%; }
 .magazine .mag__grid-item--width3 { width: 100%; }

  @media (min-width: 768px) {
   .magazine .mag__grid-sizer,
   .magazine .mag__grid-item { width: 25%; }


   .magazine .mag__grid-item {
     margin-bottom: 20px;
     margin-top: 20px;
   }

   .magazine .mag__grid-item--width1 { width: 25%; }
   .magazine .mag__grid-item--width2 { width:calc(33.3333% + 60px) }
   .magazine .mag__grid-item--width3 { width: 50%; }

  } */

 /*
 .magazine .mag__grid-item.mag__order-text-above article div:nth-child(0n+1) {
    order: 2;
    margin-bottom: 0px;

  }

 .magazine .mag__grid-item.mag__order-text-above article div:nth-child(0n+2) {
    order: 1;
    margin-top: 20px;
  }

@media (min-width: 768px) {
  .magazine .mag__grid-item.mag__order-text-above article div:nth-child(0n+2) {
     margin-top: 30px;
   }
}


 .magazine .mag__blog-thumb {
    order: 1;
  }
*/

.magazine article {
  position: relative;
  outline: 7px solid #00000000;
  transition: 0.3s ease, opacity 0s !important;
}


/* .magazine article:hover {
  outline: 5px solid black;
  outline-offset: -5px;
  transition: 0.2s ease-in !important;
} */


.magazine article:hover {
  outline: 5px solid black;
  outline-offset: -5px;
  transition: outline-offset 0.2s ease-in, opacity 0s !important;
}

 .magazine .mag__entry-block {
    z-index: 3;
    position: absolute;
    bottom: 0px;
    padding: 50px 10px 8px 8px;
    width: 100%;
    background: rgb(0,0,0);
    /* background: linear-gradient(0deg, rgba(0,0,0,0) 100%); */
  }






 .magazine .mag__entry-title, .magazine .mag__feature-description, .magazine .mag__author {
    line-height: 100%;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 600
  }

  .single-post .entry-title {
    font-weight: 800;
    line-height: 1
  }

   .single-post .feature-description {
     font-weight: 600;
     margin: 0 0 3px 0;
     font-size: 20px;
     line-height: 1;
     letter-spacing: -0.2px;
     color: black;
     font-weight: 600;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
   }

  .single-post .copy {
    margin: 0 auto
  }

  .author {font-weight: 400}

  .author, .single-post .entry-title {
    letter-spacing: -1px;
  }

  .single-post .entry-title {
    font-size: 32px;
    line-height: 1;

  }

  .single-post .author {
    font-weight: 400;
    font-size: 28px;
    line-height: 1;

  }

@media (min-width: 500px) {
   .single-post .feature-description {  font-size: 22px; }
   .single-post .entry-title {          font-size: 40px; margin: 0 0 3px 0; }
   .single-post .author {               font-size: 37px; }
}

@media (min-width: 650px) {
 .single-post .feature-description {  font-size: 25px; }
 .single-post .entry-title {          font-size: 50px; }
 .single-post .author {               font-size: 45px; }
}

@media (min-width: 768px) {
 .single-post .feature-description {  font-size: 23px; margin: 0 0 3px 0;}
 .single-post .entry-title {          font-size: 50px; padding-right: 15px;}
 .single-post .author {               font-size: 42px; }
}

@media (min-width: 1000px) {
 .single-post .feature-description {  font-size: 23px; margin: 0 0 3px 0;}
 .single-post .entry-title {          font-size: 48px; }
 .single-post .author {               font-size: 44px; }
}

@media (min-width: 1200px) {
 .single-post .feature-description {  font-size: 25px; }
 .single-post .entry-title {          font-size: 50px; padding-right:0px;}
 .single-post .author {               font-size: 47px; }
}

@media (min-width: 1400px) {
 .single-post .feature-description {  font-size: 26px; }
 .single-post .entry-title {          font-size: 60px; padding-right:0px;}
 .single-post .author {               font-size: 55px; }
}


  .mag-link {
    margin-bottom: 7px;
  }

 .mag__feature-description, .magazine .mag__author, .feature-description {
    text-transform: uppercase;
  }




 .magazine .mag__title-text-colour-White .mag__entry-title,
 .magazine .mag__title-text-colour-White .mag__feature-description,
 .magazine .mag__title-text-colour-White .mag__author {
    color: white;
  }

  .magazine .mag__title-text-colour-Black .mag__entry-title,
  .magazine .mag__title-text-colour-Black .mag__feature-description,
  .magazine .mag__title-text-colour-Black .mag__author {
     color: black;
   }

   .mag__feature-description {
     margin-top: 0px
   }
   .magazine .mag__author {
     margin-top: 2px;
   }


 .magazine .mag__grid-item--width1 .mag__feature-description,
 .magazine .mag__grid-item--width2 .mag__feature-description,
 .magazine .mag__grid-item--width1 .mag__author,
 .magazine .mag__grid-item--width2 .mag__author
  { font-size: 14px; }

 .magazine .mag__grid-item--width1 .mag__author,
 .magazine .mag__grid-item--width2 .mag__author
  { margin-top: 1px; }

 .magazine .mag__grid-item--width1 .mag__entry-title,
 .magazine .mag__grid-item--width2 .mag__entry-title
 { font-size: 18px; }

 .magazine .mag__grid-item--width1 .mag__entry-title,
 .magazine .mag__grid-item--width2 .mag__entry-title
  { margin-top: 2px; }

  .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__feature-description,
  .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__author,
  .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__feature-description,
  .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__author
  { font-size: 15px; }
  .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__author,
  .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__author
  { margin-top: 2px; }
  .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
  .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
  { font-size: 24px; }
  .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
  .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
  { margin-top: 0px; }


  @media (min-width: 525px) {
    .magazine .mag__grid-item--width1 .mag__entry-title,
    .magazine .mag__grid-item--width2 .mag__entry-title {
      font-size: 20px;
    }
    .magazine .mag__grid-item--width1 .mag__feature-description,
    .magazine .mag__grid-item--width2 .mag__feature-description,
    .magazine .mag__grid-item--width1 .mag__author,
    .magazine .mag__grid-item--width2 .mag__author {
      font-size: 16px;
    }

    .magazine .mag__grid-item--width1 .mag__author,
    .magazine .mag__grid-item--width2 .mag__author {
      margin-top: 3px
    }

    .magazine .mag__entry-block {
      padding: 50px 12px 10px 12px;
    }
 }


   @media (min-width: 768px) {

     .magazine .mag__entry-block {
        padding: 50px 10px 10px 14px;
      }

      .magazine .mag__grid-item--width1 .mag__feature-description,
      .magazine .mag__grid-item--width2 .mag__feature-description,
      .magazine .mag__grid-item--width1 .mag__author,
      .magazine .mag__grid-item--width2 .mag__author
      { font-size: 16px;  }
      .magazine .mag__grid-item--width1 .mag__entry-title,
      .magazine .mag__grid-item--width2 .mag__entry-title
      { font-size: 23px; }
      .magazine .mag__grid-item--width1 .mag__entry-title,
      .magazine .mag__grid-item--width2 .mag__entry-title
      { margin-top: 0px; }


      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__feature-description,
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__author,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__feature-description,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__author
      { font-size: 18px; }
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
      { font-size: 31px; }
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
       .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
      { margin-top: 1px; }

   }

   @media (min-width: 1024px) {

      .magazine .mag__grid-item--width1 .mag__feature-description,
      .magazine .mag__grid-item--width2 .mag__feature-description,
      .magazine .mag__grid-item--width1 .mag__author,
      .magazine .mag__grid-item--width2 .mag__author
      { font-size: 15px; }
      .magazine .mag__grid-item--width1 .mag__feature-description,
      .magazine .mag__grid-item--width2 .mag__feature-description
      {margin-bottom: 3px }
      .magazine .mag__grid-item--width1 .mag__entry-title,
      .magazine .mag__grid-item--width2 .mag__entry-title
      { font-size: 20px; }
      .magazine .mag__grid-item--width1 .mag__entry-title,
      .magazine .mag__grid-item--width2 .mag__entry-title
      { margin-top: 0px; }

      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__feature-description,
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__author,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__feature-description,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__author
      { font-size: 15px; }
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
      { font-size: 24px; }
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
      { margin-top: 0px; }

      .magazine .mag__entry-block {
        padding: 50px 6px 9px 10px;
      }
   }

   @media (min-width: 1450px) {

      .magazine .mag__grid-item--width1 .mag__feature-description,
      .magazine .mag__grid-item--width2 .mag__feature-description,
      .magazine .mag__grid-item--width1 .mag__author,
       .magazine .mag__grid-item--width2 .mag__author
      { font-size: 15px; }
      .magazine .mag__grid-item--width1 .mag__feature-description,
      .magazine .mag__grid-item--width2 .mag__feature-description
      { margin-bottom: 3px }
      .magazine .mag__grid-item--width1 .mag__entry-title,
      .magazine .mag__grid-item--width2 .mag__entry-title
      { font-size: 22px; }
      .magazine .mag__grid-item--width1 .mag__entry-title,
      .magazine .mag__grid-item--width2 .mag__entry-title
      { margin-top: 0px; }

      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__feature-description,
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__author,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__feature-description,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__author
      { font-size: 18px;}
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
      { font-size: 26px; }
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
      { margin-top: 0px; }
   }


   @media (min-width: 1600px) {

      .magazine .mag__grid-item--width1 .mag__feature-description,
      .magazine .mag__grid-item--width2 .mag__feature-description,
      .magazine .mag__grid-item--width1 .mag__author,
      .magazine .mag__grid-item--width2 .mag__author
      { font-size: 16px;}
      .magazine .mag__grid-item--width1 .mag__entry-title,
      .magazine .mag__grid-item--width2 .mag__entry-title
      { font-size: 22px; }
      .magazine .mag__grid-item--width1 .mag__entry-title,
      .magazine .mag__grid-item--width2 .mag__entry-title
      { margin-top: 0px; }

      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__feature-description,
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__author,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__feature-description,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__author
      { font-size: 19px; }
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
      { font-size: 30px; }
      .magazine .mag__grid-item--width3.mag__grid-item--height2 .mag__entry-title,
      .magazine .mag__grid-item--width3.mag__grid-item--height1 .mag__entry-title
      { margin-top: 0px; }
   }

  .mag__issue-title-block {
    margin-left: -6px;
  }

  .magazine .mag__issue-title-block {
    padding-left: 6px;
  }

  @media (min-width: 768px) {
    /* .magazine article {
        padding-left: 10px;
        padding-right: 10px;
    } */

     .mag__issue-title-block {
      margin-left: -10px;
    }

    .magazine .mag__issue-title-block {
      padding-left: 10px;
    }
  }



/* Issue banner */

.eitr-graphic-container #desktop_image {display: none}
.eitr-graphic-container #mobile_image {display: block}

.eitr-graphic-container {
  display: flex;
  max-width: 500px
}

.magazine .mag__issue-name {
  padding-top: 40px;
  padding-bottom: 20px;
}

.mag__issue-name h2 {
  font-size:35px;
  padding-top: 15px;
  font-weight: 600;
}

@media (min-width: 500px) {
  .mag__issue-name h2 {
    font-size:45px;
    padding-top: 15px;
  }
}


.eitr-graphic-container img {
  min-width: 100%;
  width: 100%
}


#eitr-text-icon {
  width: 68%;
  padding-left: 10px;
  padding-top: 3px
}

#eitr-graphic-icon {
  width: 32%;
  padding-right: 10px;
}


@media (min-width: 650px) {
  #eitr-text-icon {padding-left: 15px;}
  #eitr-graphic-icon {padding-right: 15px;}
}


@media (min-width: 1000px) {
  .eitr-graphic-container { max-width: 100% }

  #eitr-text-icon {
    width: 89%;
    padding-left: 50px;
    padding-top: 0px;
    margin-top: -0.5vw
  }

  #eitr-graphic-icon {
    width: 130px;
    padding-right: 0px;
  }

  .eitr-graphic-container #desktop_image {display: block}
  .eitr-graphic-container #mobile_image {display: none}
}

  @media (min-width: 1100px) {
    .eitr-graphic-container { max-width: 1150px }

    #eitr-graphic-icon {
      width: 170px;
      padding-right: 15px;
    }

    #eitr-text-icon {
      margin-top: -11px
    }
  }


.magazine .mag__issue-name {
  font-family: HelveticaNeueLT, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.3px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}





/* EITR Stamps */
.mag__entry-block.eitr-stamp a:before {
  position: absolute;
  left: -3px;
  top: -104px;
  content: ' ';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 299 299' style='enable-background:new 0 0 299 299;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C9C6C4;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M10,50c0,5.6,4.5,10,10,10h167.4c28.4,0,51.5,23,51.5,51.5V279c0,5.5,4.5,10,10,10s50,1,50,1l-9.3,9L0,299 V50L9,0C9,0,10,44.4,10,50z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M183.1,193.7h-28.2l28.2,66.9h-27.5l-36.5-66.9v-75.4h63.9V193.7z M103.5,212.8v18c-41.3-6.5-65.9-33.5-65.9-69.5 c0-26.2,16.4-43,38.5-43c18.8,0,30.7,11.5,30.7,28.7c0,15.1-9.8,25.4-24.1,25.4c-6.1,0-11.9-2-18-6.1 C65.1,190.3,78.2,206.3,103.5,212.8 M187.5,76h-142C25.9,76,10,91.9,10,111.5v142c0,19.6,15.9,35.5,35.5,35.5h142 c19.6,0,35.5-15.9,35.5-35.5v-142C223,91.9,207.1,76,187.5,76'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
}

.mag__grid-item--width1 .mag__entry-block.eitr-stamp a:before,
.mag__grid-item--width2 .mag__entry-block.eitr-stamp a:before {
  left: -2px;
  top: -75px;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
}

.mag__grid-item--width3 .mag__entry-block.eitr-stamp a:before {
  left: -4px;
      top: 24px;
      background-size: 98px 98px;
      width: 98px;
      height: 98px;
}

.magazine .eitr-stamp .mag__entry-title,
.magazine .eitr-stamp .mag__author,
.magazine .eitr-stamp .mag__feature-description {
  padding-left: 75px
}

@media (min-width: 525px) {
  .mag__grid-item--width3 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 22px;
    background-size: 102px 102px;
    width: 102px;
    height: 102px;
  }

  .magazine .eitr-stamp .mag__entry-title,
  .magazine .eitr-stamp .mag__author,
  .magazine .eitr-stamp .mag__feature-description {
    padding-left: 76px
  }
}


@media (min-width: 768px) {
  .mag__grid-item--width3 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 19px;
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
  }

  .magazine .eitr-stamp .mag__entry-title,
  .magazine .eitr-stamp .mag__author,
  .magazine .eitr-stamp .mag__feature-description {
    padding-left: 80px
  }

}

@media (min-width: 1024px) {

  .mag__grid-item--width3 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 18px;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
  }

  .magazine .eitr-stamp .mag__entry-title,
  .magazine .eitr-stamp .mag__author,
  .magazine .eitr-stamp .mag__feature-description {
    padding-left: 74px
  }
}

@media (min-width: 1200px) {
  .mag__grid-item--width2 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 23px;
    background-size: 95px 95px;
    width: 95px;
    height: 95px;
  }

  .mag__grid-item--width3 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 26px;
    background-size: 92px 92px;
    width: 92px;
    height: 92px;
  }

  .magazine .eitr-stamp .mag__entry-title,
  .magazine .eitr-stamp .mag__author,
  .magazine .eitr-stamp .mag__feature-description {
    padding-left: 68px
  }
}

@media (min-width: 1450px) {
  .mag__grid-item--width2 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 21px;
    background-size: 105px 105px;
    width: 105px;
    height: 105px;
  }

  .mag__grid-item--width3 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 17px;
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
  }

  .magazine .eitr-stamp .mag__entry-title,
  .magazine .eitr-stamp .mag__author,
  .magazine .eitr-stamp .mag__feature-description {
    padding-left: 82px
  }
}

@media (min-width: 1600px) {
  .mag__grid-item--width2 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 18px;
    background-size: 127px 127px;
    width: 127px;
    height: 127px;
  }

  .mag__grid-item--width3 .mag__entry-block.eitr-stamp a:before {
    left: -4px;
    top: 19px;
    background-size: 114px 114px;
    width: 114px;
    height: 124px;
  }

  .magazine .eitr-stamp .mag__entry-title,
  .magazine .eitr-stamp .mag__author,
  .magazine .eitr-stamp .mag__feature-description {
    padding-left: 87px
  }

}


.magazine hr,
.single-post hr {
  width: 100%;
  background: black;
  height: 11px;
  border: none;
  margin: 100px 0 0 0
}
  @media (min-width:1140px) {
  .magazine hr,
  .single-post hr {
    height: 18px;
    margin: 100px 0 30px 0

  }
}



.single-post .entry-content hr {
  height: 2px;
  background: #828180;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
  @media (min-width:1140px) {
  .single-post .entry-content hr {
    height: 2px;
  }
}

.single-post .magazine {
  padding-bottom: 50px;
}

/* MailChimp subscribe button start */

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup h2 {font-size: 30px; line-height: 1; margin-bottom: 10px}
@media (min-width: 768px ) {
    #mc_embed_signup h2 {
     font-size: 44px
  }
}

#mc_embed_signup .mc-field-group, .comment-form-author, .comment-form-email, .comment-form-url {
  clear:left;
  position:relative;
  min-height:50px;
}

#mc_embed_signup .mc-field-group, .comment-form-author, .comment-form-email, .comment-form-url, #comment {
  margin-bottom: 20px;
}
#mc_embed_signup .mc-field-group.name {
  margin-bottom: 7px;
}




#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}

#mc_embed_signup .mc-field-group label, #commentform p label {
  display:block;
  margin-bottom:3px;
}
#commentform, #mc_embed_signup .mc-field-group {
  width: 96%;
}

@media screen and (min-width: 768px) {
  .mc-field-group, .comment-form-author, .comment-form-email {
    max-width: 300px;
  }
}

#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em 0em; overflow:hidden; width:90%; margin: 0; clear: both;}
#mc_embed_signup div.response {margin: 0 0 1em 0; padding:0.5em 0.5em 0.5em 0px; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/* #mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;} */
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 0 0; padding:5px 0 0 0; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
.magazine #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 0;
  padding: 13px 120px 13px 0px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  position: absolute;
}
@media (min-width: 1040px) {
  .magazine #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    padding: 6px 120px 3px 0px;
}
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}

#mc_embed_signup{clear:left;}
#magazine_subscribe {
  background: white;
  padding: 20px 0;
  border-top: 11px solid black;
  border-bottom: 11px solid black;
  margin: 80px 0 00px 0
}

.single-post #magazine_subscribe {
  border-bottom: none;
  margin: 80px 0 -100px 0
}

@media (min-width: 768px) {
  #magazine_subscribe {
    border-top: 15px solid black;
    border-bottom: 15px solid black;
    margin: 80px 0 30px 0
  }
}

.magazine .ajax-load-more-wrap:last-of-type {padding-bottom: 50px}

.comments-wrapper {
  display: none
}

/**/
input[type=text], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=tel], input[type=time], input[type=url], input[type=week], textarea {
  color: #666;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding:8px 4px;
  text-indent: 4px;
  width: 100%;
  display: block;
}


input[type=text]:focus, #mc_embed_signup input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  /* color: black; */
  border-color:#333;
}


#mc_embed_signup .button {clear:both; display: inline-block; }

#mc_embed_signup .button, button, input[type=button], input[type=reset]{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:none;
  background: black;
  color: white;
  font-size: 15px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  text-align: center;
  transition: all 0.23s ease-in-out 0s;
  cursor: pointer;
  height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
   vertical-align: top;
   white-space: nowrap;
   width: auto;
}

.magazine #commentform, .magazine #mc_embed_signup .mc-field-group {
  width: 100%;
}

.submit {
  margin-top: 1px;
}

.signup-message {
  font-size: 85%;
  margin-bottom: 20px;
  color: #8e8e8e;
  margin-top: -11px
}

.subscribe-x-button {
  display: none;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, #mc_embed_signup .button:hover {
  background-color: #fb550d
}

input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  background-color: #fb550d
}


button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb
}



/*
@media screen and (min-width: 1040px) {
  .magazine #mc_embed_signup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: white;
    width: 285px;
    height: 268px;
    border-radius: 10px;
    padding: 15px;
    opacity: 0;
    z-index: 4;
    -webkit-box-shadow: 4px 2px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 2px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 4px 2px 7px 0px rgba(0,0,0,0.15);
    transition: opacity 0.4s ease;
  }

  .magazine #mc_embed_signup.scrolled {
    opacity: 1;
    transition: opacity 1s ease;
  }

  .magazine #mc_embed_signup .section-title {
    font-size: 18px;
    height: 47px;
    line-height: 20px;
  }

  .magazine .comment-form p, .magazine #mc_embed_signup {
    font-size: 14px;
  }

  .magazine #mc_embed_signup .mc-field-group, .magazine .comment-form-author, .magazine .comment-form-email, .magazine .comment-form-url, #comment {
    margin-bottom: 7px;
  }

  .magazine .subscribe-x-button {
    display: block;
    position: relative;
    right: -2px;
    top: 6px;
    float: right;
    opacity: 0.7;
    z-index: 5;
    cursor: pointer;
  }
  .magazine .subscribe-x-button > div {
    background-color: black;
    width: 20px;
    height: 1px;
  }
  #subscribe-top {
      -webkit-transform: translateY(1px) rotate(-135deg);
      -ms-transform: translateY(1px) rotate(-135deg);
      transform: translateY(1px) rotate(-135deg);
  }
  #subscribe-bottom {
      -webkit-transform: translateY(0px) rotate(135deg);
      -ms-transform: translateY(0px) rotate(135deg);
      transform: translateY(0px) rotate(135deg);
  }

  .magazine #commentform, .magazine #mc_embed_signup .mc-field-group {
    width: 100%;
  }

  .magazine button, .magazine input, .magazine textarea {
    color: #fff;
    font-family: HelveticaNeueLT, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1
  }

  .magazine input[type=text], .magazine #mc_embed_signup input {
    padding:8px 4px;
  }

  .magazine input#mc-embedded-subscribe {
    padding: 0px 20px;
  }

  .magazine #mc_embed_signup .mc-field-group label, .magazine #commentform p label {
    margin-bottom: 2px;
  }

  .magazine .section-divider.mc_embed_signup {
    display: none;
  }
  .magazine .signup-message {
    margin-bottom: 2px;
  }

  #mc_embed_signup #mce-success-response {
    padding-bottom: 3.5em;
  }

} */

/* MailChimp subscribe button end */







.comment-reply-title {
  display: none;
}


.london-cta a {
  border-bottom: 1px solid #ff6920;
}


.london-cta h3 {
  margin-bottom: 6px
}

.london-cta {
  padding-top: 26px;
  padding-bottom: 42px;
}

.london-cta-outer {
  border-top: 2px solid #dddddd;

}


.color-accent, .nav-links > * {
  color: #ff6920 !important;
}

.nav-links > * {
  font-weight: 600
}


.archive-header-inner .intro-text {
  margin-top: 1rem;
  text-align: left;
}


.archive-header-inner .archive-title,
.archive-header-inner .intro-text {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1000px) {
  .archive-header-inner .archive-title,
  .archive-header-inner .intro-text {
    max-width: 74rem;
  }
}

/* */
