/*
Theme Name: Next System Project
Author: NextSystemProject
Description: The NEXT SYSTEM PROJECT Wordpress Theme
*/

/* start of minified */
body, html {
    position: relative;
    height: 100%;
    font-family: aktiv-grotesk-std, sans-serif;
    font-style: normal;
    font-weight: 500;
}
a:hover {
    text-decoration: none;
}
@media (min-width:1200px) {
    .container {
    width: 1200px;
}
}.header {
    background: #1e1d1a;
    height: 80px;
    border: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.header ul {
    list-style-type: none;
    padding: 0;
}
.header .nav {
    width: 85%;
     max-width:  1200px;
     margin: 0 auto;
}
.header .nav li {
    padding: 27px 0;
}
.header .nav li a {
    padding: 0;
    font-weight: 500;
    color: #c7cec9;
    font-size: 18px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.header .nav li a:active, .header .nav li a:focus, .header .nav li a:hover {
    background-color: transparent;
    color: #c25e3b;
}
.header .nav li.active a {
    color: #c25e3b;
}
.header-logo {
    width: 201px;
    height: 212px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: 0;
    opacity: 0;
    background: url(assets/img/logo-big.png) center center no-repeat;
    background-size: auto 100%;
    -webkit-transition: opacity .35s linear;
    -moz-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
    -webkit-transform: translateZ(0);
}
.header-logo.displayed {
    top: 0;
    opacity: 1;
    transform: translate(0, 0);
}
.header-logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.header-logo-small {
    display: block;
    width: 172px;
    height: 60px;
    background: url(assets/img/logo-small.png) center center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -86px;
    top: -60px;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}
.header-logo-small.displayed {
    transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    -moz-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
}
.common-btn {
    display: inline-block;
    font-family: aktiv-grotesk-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 19px 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.common-btn:hover {
    text-decoration: none;
}
.common-btn.light-color {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
}
.common-btn.light-color:hover {
    color: #c25e3b;
    background: #fff;
}
.common-btn.medium-color {
    color: #d9a896;
    border: 1px solid #d9a896;
    background: 0 0;
}
.common-btn.medium-color:hover {
    color: #fff;
    background: #c25e3b;
    border: 1px solid #c25e3b;
}
.common-btn.dark-color {
    background: #507282;
    color: #fff;
    border: 1px solid #507282;
}
.common-btn.dark-color:hover {
    background: #44616f;
}
.page-section {
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 75px 0;
}
.photo-credit {
    position: absolute;
    bottom: 50px;
    right: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #c7cec9;
}
.page-section.home {
    min-height: 85%;
    padding: 0;
     position:  relative;
}
.vh-centered {
    position: absolute;
    top: 50%;
    width: 80%;
    max-width: 1200px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.video-link span {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
}
h1 {
    font-weight: 700;
    font-size: 56px;
    color: #fff;
}
.page-section.home h1 {
    padding-top: 0;
}
h2 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 0 0 20px;
    margin-top:20px;
}
h3 {
    color: #fff;
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 22px;
}
h4 {
    font-size: 32px;
    font-weight: 700;
    color: #c25e3b;
    margin: 0 0 39px;
}
.page-section.signon {
    min-height: 100%;
    transition: background-image 1s ease-in-out;
}
.custom-tabs {
    text-align: center;
    border: none;
    margin-top: 26px;
}
.custom-tabs li {
    float: none;
    width: 360px;
    margin: 0 6px;
    display: inline-block;
}
.custom-tabs li a {
    font-size: 32px;
    color: #383735;
    background: rgba(199, 206, 201, .35);
    border-radius: 0;
    padding: 7px;
}
.custom-tabs li span {
    display: none;
    position: absolute;
    margin-left: -10px;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.custom-tabs li.active span {
    display: block;
}
.custom-tab-content {
    font-size: 18px;
    color: #fff;
    padding-top: 56px;
}
.tab-desc p {
    font-weight: 300;
    margin-bottom: 26px;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}
.tab-desc p::before {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    top: 10px;
    left: 0;
    border-radius: 50%}
.tab-desc p:first-of-type {
    margin-bottom: 20px;
    padding: 0;
}
.tab-desc p:first-of-type::before {
    display: none;
}
.tab-link {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 10px 0 25px;
}
.tab-link span {
    font-size: 19px;
}
.tab-link:hover {
    color: #c25e3b;
}
.petition-wrapper {
    padding-top: 56px;
}
.petition-wrapper h3 {
    font-family: aktiv-grotesk-std, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.custom-checkbox {
    display: inline-block;
    float: left;
    margin-top: 4px;
    width: 37px;
    height: 31px;
    background: url(assets/img/custom-checkbox.png) center bottom no-repeat;
}
.custom-checkbox.is-checked {
    background: url(assets/img/custom-checkbox.png) center top no-repeat;
}
a.dk-speakup-facebook {
    background: url(assets/img/social-icons.png) center 9px no-repeat #507282;
}
a.dk-speakup-twitter {
    background: url(assets/img/social-icons.png) center -50px no-repeat #507282;
}
a.dk-speakup-facebook:hover, a.dk-speakup-twitter:hover {
    text-decoration: none;
    background-color: #44616f;
}
.dk-speakup-readme span {
    background: url(assets/img/general-icons-sprite.png) left center no-repeat;
}
.petition-message {
    overflow-y: auto;
    max-height: 510px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.page-section.signatories {
}
.signatore-entry {
    padding-bottom: 16px;
    min-height: 105px;
}
.signatories-wrapper {
    padding-bottom: 0px;
}
.signatore-entry span, .signatore-entry strong {
    display: block;
    font-size: 16px;
    color: #484743;
}
.signatore-entry strong {
    font-weight: 700;
}
.signatore-entry span {
    font-weight: 500;
}
.less-signatories, .not-visible {
    display: none;
}
.page-section.about {
}
.page-section.about p {
    font-size: 18px;
    color: #4f4f4b;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    padding: 0 35px;
    margin-bottom: 28px;
}
.team-member {
    text-align: center;
}
.team-member strong {
    display: block;
    color: #c25e3b;
    font-family: clarendon-text-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    padding: 25px 0 2px;
}
.team-member figcaption p {
    font-size: 18px;
    color: #4f4f4b;
    font-weight: 500;
    padding: 0 25px;
    line-height: 28px;
     margin-bottom:  0;
}
.page-section.updates {
    background: #c25e3b;
    text-align: center;
}
.page-section.updates h4 {
    color: #fff;
}
.article-type {
    display: block;
    height: 78px;
    width: 78px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.article-type strong {
    position: relative;
    display: block;
    height: 78px;
    border: 14px solid #c25e3b;
    width: 78px;
    border-radius: 50%;
    background: url(assets/img/article-icons.png) center center no-repeat #000;
}
.article-type em {
    display: block;
    position: absolute;
    width: 134px;
    height: 1px;
    left: -29px;
    top: 40px;
    background: #000;
}
.article-type.pdf-post strong {
    background-position: 15px 13px;
}
.article-type.date-post strong {
    background-position: 15px -46px;
}
.article-type.video-post strong {
    background-position: 13px -104px;
}
.article-entry {
    margin-bottom: 40px;
}
.article-entry:last-of-type {
    margin: 0;
}
.article-entry .article-title {
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 28px;
}
.article-entry .article-content {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0 100px;
}
.article-entry:hover .article-title {
    text-decoration: underline;
}
.page-section.follow {
}
.page-section.follow h4 {
    color: #507282;
}
.newsletter-box {
    text-align: center;
}
.newsletter-box button, .newsletter-box input[type=submit] {
    display: inline-block;
    font-family: aktiv-grotesk-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 19px 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #507282;
    color: #fff;
    border: 1px solid #507282;
    position: relative;
    top: 1px;
}
.newsletter-box button:hover {
    background: #132732;
}
.newsletter-box input[type=text], .newsletter-box input[type=email] {
    height: 60px;
    width: 384px;
    border: none;
    padding: 0 23px;
    line-height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.social-sharing {
    list-style-type: none;
    text-align: center;
    padding: 47px;
}
.social-sharing li {
    display: inline-block;
}
.social-sharing li a {
    display: block;
    width: 86px;
    height: 86px;
    border: 1px solid #507282;
    text-indent: -9999px;
    border-radius: 50%;
    margin: 0 14px;
    background: url(assets/img/social-icons-sprite.png) no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social-sharing li a:hover {
    background-color: #507282;
}
.social-sharing li a.facebook {
    background-position: 33px 22px;
}
.social-sharing li a.facebook:hover {
    background-position: 33px -43px;
}
.social-sharing li a.twitter {
    background-position: -82px 22px;
}
.social-sharing li a.twitter:hover {
    background-position: -82px -43px;
}
.social-sharing li a.youtube {
    background-position: -201px 22px;
}
.social-sharing li a.youtube:hover {
    background-position: -201px -43px;
}
.main-footer {
    background: #446372;
}
.tutor-link {
    margin: 32px;
    line-height: 233px;
}
.tutor-link span {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.tutor-link img {
    display: inline-block;
    width: 35%}
.contacts-list {
    border-left: 1px solid #fff;
    color: #fff;
    margin: 70px 26px 26px;
    padding: 4px 0 4px 31px;
}
.contacts-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contacts-list ul li {
    color: #fff;
}
.mobile-menu {
    position: absolute;
    right: 2%;
    top: 19px;
    width: 30px;
    height: 20px;
}
.mobile-menu span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 3px 3px 3px 0;
    background: #7c7c7c;
}
.modal-window {
    position: fixed;
    display: none;
    width: 65%;
    min-width: 300px;
    background: #fff;
    padding: 38px 36px;
    z-index: 99999;
}
.modal-close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 40px;
    height: 40px;
    background: #507282;
    cursor: pointer;
    color: #fff;
    line-height: 44px;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}
.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
}
@media (max-width:992px) {
    .container {
    padding: 0;
}
.vh-centered {
    width: 100%}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 25px;
    margin: 0 10px 15px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 24px;
    margin: 0 0 28px;
}
 .page-section.news .home-title  {
     font-size:  24px !important;
 }
 .video-link {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.video-link span {
    margin-left: 0;
}
.page-section.home h1 {
    padding-top: 80px;
    margin-bottom: 21px;
}
.page-section.signon h3 {
    font-size: 18px;
    line-height: 26px;
}
.custom-tabs {
    margin: 0;
    text-align: center;
}
.custom-tabs li {
    float: left;
    display: inline-block;
    margin: 0;
    width: 50%}
.custom-tabs li a {
    font-size: 23px;
    color: #383735;
    background: rgba(199, 206, 201, .35);
    border-radius: 0;
    padding: 9px 23px;
    display: inline-block;
    width: 85%}
.custom-tab-content {
    padding: 24px 10px 2px 10px;
}
.tab-link {
    margin: 0;
    text-align: center;
}
.tab-desc p {
    font-size: 17px;
}
.tab-desc p:first-of-type {
    margin-bottom: 13px;
}
.petition-wrapper {
    padding-top: 38px;
}
.dk-speakup-petition-wrap h3 {
    font-size: 26px!important;
    padding: 40px 0 20px;
}
.page-section.about {
}
.page-section.about .common-btn:first-of-type {
    margin-bottom: 15px;
}
.page-section.about p {
    padding: 0 9px;
}
.page-section.people h4 {
    margin: 0 0 21px;
}
.team-members {
}
.team-member figcaption p {
    padding: 0 12px;
    margin-bottom: 52px;
}
.page-section.updates h4 {
    margin: 0 0 16px;
}
.article-entry .article-title {
    font-size: 26px;
    margin: -5px 0 8px;
    line-height: 31px;
}
.article-entry {
    margin-bottom: 20px;
}
.article-entry .article-content {
    padding: 0 10px;
}
.carousel-updates .carousel-control {
    top: auto;
    bottom: -45px;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, .2);
    opacity: 1;
}
.carousel-updates .carousel-control.right {
    right: 35%}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-updates .carousel-control .icon-prev {
    top: 10px;
    text-shadow: none;
}
.carousel-updates .carousel-control.left {
    left: 35%}
.newsletter-box {
    text-align: center;
     margin-bottom:  25px;
     position:  relative;
     z-index:  11;
}
.newsletter-box input[type=text], .newsletter-box input[type=email] {
    margin-bottom: 10px;
    float: none;
}
.newsletter-box button, .newsletter-box input[type=submit] {
    display: block;
    margin: 0 auto;
}
.social-sharing {
    padding: 46px 10px;
}
.social-sharing li a {
    height: 65px;
    width: 65px;
}
.social-sharing li a.facebook {
    background-position: 23px 13px;
}
.social-sharing li a.twitter {
    background-position: -92px 13px;
}
.social-sharing li a.youtube {
    background-position: -211px 13px;
}
.main-footer {
    height: auto;
    padding: 30px 0;
}
.tutor-link {
    line-height: normal;
    text-align: center;
}
.tutor-link img {
    display: block;
    width: 220px;
    margin: 0 auto;
}
.tutor-link span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.contacts-list {
    border: none;
    padding: 0;
    margin: 0 0 20px;
}
.contacts-list ul {
    text-align: center;
}
.contacts-list ul li {
    display: block;
}
.contacts-list span {
    display: block;
    width: 100%;
    text-align: center;
}
}@media (max-width:767px) {
    .header {
    height: 60px;
}
.header .nav {
    padding-top: 60px;
    display: none;
}
.header .nav li {
    background: #1e1d1a;
    border-top: 1px solid #2f2e2c;
}
.header .nav li a {
    color: #c7c7c7;
}
.header-logo {
    width: 107px;
    height: 112px;
}
.header-logo.displayed {
    top: 80px;
}
.header-logo-small {
    left: 2%;
    top: 21px;
    background: url(assets/img/mobile-logo.png) center center no-repeat;
    width: 213px;
    height: 17px;
    margin: 0;
}
.header-logo-small.displayed {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
.newsletter-box input[type=text], .newsletter-box input[type=email] {
    width: 100%}
.page-section.home h3 {
    background: #c25e3b;
    padding: 10px 15px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 0;
}
.modal-window {
    min-width: 300px;
    padding: 4px;
}
}
.pagination  {
     margin:  0 auto;
     text-align:  center;
     display:  block;
     margin-bottom:  30px;
 }
 .pagination li  {
     display:  inline-block;
 }
 .pagination li a  {
     background:  #f6f6f6;
     color:  #000;
 }
 .pagination li.active a  {
     background:  #000;
     border-color:  #000;
 }

/* end if minified */

.signatories-wrapper .col-lg-4.col-lg-offset-2 { clear: left; }

.concealed {
	display: none;
}

html.no-scroll {
	overflow: hidden;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 87%;
	margin-left: 6.5%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 86%;
	padding: 0;
	margin: 0 7%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-buttons div{
	cursor: pointer;
	background: url(assets/img/arrows.png);
	font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;
	width: 28px;
	height: 41px;
	float: left;
}
.owl-controls .owl-buttons div.owl-next{
	background-position: -28px 0;
	float: right;
}
.owl-controls .owl-buttons div.disabled{
	opacity: 0.2;
	cursor: default;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
}

/* mouse grab icon */
.grabbing { 
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.page-section.signatories .pagination {
	margin-bottom: 0;
}

.page-section.signon .tab-link {
	margin-bottom: 0;
}

.page-section.updates .article-entry .article-content {
	margin-bottom: 0;
}

.team-members > .col-lg-6:last-child .team-member figcaption p { 
	margin-bottom: 0;
}

.page-section.news .home-title {
	font-size: 32px;
	color: #c25e3b;
	font-weight: bold;
	line-height: 105%;
	text-align: center;
  	font-family: "aktiv-grotesk-std",sans-serif;	
  	text-transform: uppercase;
}

.news-carousel .inner-box, .news-wrapper .inner-box {
	width: 280px;
	float: left;
	margin: 0;
	padding-bottom: 10px;
	background: #eaeaea;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* bws overrides for 2 rows, 4 columns */
.latest-container {
    max-width: 1500px;
    margin: auto;
}
.owl-carousel {
    margin-left: 5%;
    width: 90%;
}
.news-carousel .item-wrapper {
    float: none;
}
.news-carousel .inner-box {
    float: left;
    margin-bottom: 20px;
}
.owl-controls {
    top: 45%;
}
.latest-container .view-more {
    display: none;
}
@media screen and (max-width: 620px) {
    .latest-container .view-more {
        display: block;
    }
    .owl-controls {
        display: none !important;
    }
}
/* end bws overrides for 2 rows */

.news-carousel .inner-box img, .news-wrapper .inner-box img {
	width: 100%;
	height: auto;
}

.news-carousel .thumb-wrapper, .news-wrapper .thumb-wrapper {
	overflow: hidden;
	position: relative;
}

.news-carousel .thumb-wrapper .photo-filter, .news-wrapper .thumb-wrapper .photo-filter {
	background: url(assets/img/photo-filter.png) repeat 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.news-carousel .title, .news-wrapper .title {
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding: 15px 15px 0 15px;
	background: #eaeaea;
	font-size: 20px;
	color: #5A5955;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.news-carousel .inner-box:hover, .news-wrapper .inner-box:hover {
	background: #ccc;
}
.news-carousel .inner-box:hover .title, .news-wrapper .inner-box:hover .title {
	background: #ccc;
}

.thumb-wrapper .video-icon {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 40%;
}
.thumb-wrapper .inner-video-icon {
	background: url(assets/img/video-icon.png);
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.header .nav li.social-share {
	padding-right: 0 !important;
}
.header .nav li.social-share a.social:last-child {
	margin-right: 0;
}
.header .nav li.explore-toggle-wrapper {
	margin-right: 4%;
	white-space: nowrap;
}
.header .nav li.about-wrapper {
	margin-left: 46% !important;
}
.header .nav li a.explore-toggle {
	text-align: left;
}
.header .nav li a.explore-toggle .explore-menu span {
	margin-right: 5px;
	margin-left: 0;
	font-size: 25px;
	position: relative;
	top: -2px;
	display:block;
	float: left;
	clear: left;
	width:30px;
	height:3px;
	margin:3px;
	background:#c7cec9;
	margin-right: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.header .nav li a.explore-toggle:hover .explore-menu span {
	background: #c25e3b;
}

.header-news {
	position: fixed;
	width: 675px;
	height: 100%;
	overflow: auto;
	left: -675px;
	top: 0;
	z-index: 1050;
	background: #1D1D19;
}

.header-news .news-wrapper {
	background: #1D1D19;
	float: left;
	clear: left;
	padding: 40px;
	width: 100%;
}

.header-news .news-wrapper > .text-center {
	clear: left;
}

.header-news .close-news-wrapper {
	background:url(assets/img/close-button.png) no-repeat 0 0;
	float: right;
	width: 20px;
	height: 20px;
	margin: 30px 40px 0 0;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.news-wrapper .inner-box {
	margin: 0 0 20px 0;
}

.header-news .btn-all {
	color: #c25e3b;
	font-size: 20px;
	border: 1px solid #c25e3b;
	margin-top: 20px;
}

.header-news .news-wrapper .btn-all {
	text-transform: uppercase;
}

.news-wrapper .inner-box:nth-child(2n+1) {
	margin-right: 20px;	
	clear: left;
}

.header-news .menu {
	margin: 0;
	padding: 0;
	background: #CF6B49;
	float: left;
	padding: 25px 40px;
	width: 100%;
}

.header-news .menu li {
	list-style: none;
	float: left;
	margin-right: 30px;
}

.header-news .menu li a {
	color: rgba(255,255,255,.5);
	font-size: 20px;
}

.header-news .menu li i {
	display: none;
}

.header-news .menu li a:hover {
	color: rgba(255,255,255,.8);
}

.header-news .menu li.active a {
	color: rgba(255,255,255,1);
}

.inner-news .inner-box {
	margin-right: 20px;
}

.inner-news .inner-box:nth-child(2n+1) {
	clear: none;
}

.inner-news .inner-box:nth-child(3n) {
	margin-right: 0;
}

.inner-news .inner-box:nth-child(3n+1) {
	clear: left;
}

.news-outer {
	width: 76%;
	float: left;
	margin-left: 12%;
}

.news-outer .menu {
	margin: 140px 0 40px 0;
	padding: 0;
	float: left;
	width: 880px;
}

.news-outer .menu li {
	list-style: none;
	float: left;
	width: 20%;
	padding-right: 5px;
	text-align: center;
}

.news-outer .menu li:last-child {
	padding-right: 0;
}

.news-outer .menu li.active a {
	background: rgba(207,108,73,1);
}

.news-outer .menu li a {
	background: rgba(207,108,73,.5);
	display: inline-block;
	width: 100%;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.news-outer .menu li a:hover {
	background: rgba(207,108,73,.7);
}

.news-outer .menu li.active .fa-angle-down {
	display: inline-block;
	position: relative;
	top: -13px;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: 30px;
  	line-height: 20px;
  	color: rgba(207,108,73,1);
}

.news-outer .menu li.active .fa-angle-down:before {
  	content: "\f0dd";
}

.hone-hide, .home .home-show {
	display: block !important;
}
.home .home-hide, .home-show {
	display: none !important;
}

body.home .mobile-menu-social {
	display: none !important;
}

.social-share {
	padding: 18px 15px 10px 0 !important;
}
.social-share .social {
	width: 45px;
	height: 45px;
	border: 1px solid transparent;
  	background: url(assets/img/social-icons-sprite.png) no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 100%;
	background-color: #e3e6e4;
	background-size: 132px 52px;
  	background-position: 17px 11px;
  	top: 0;
}
.social-share a {
	display: inline-block !important;
	position: relative;
	top: -17px;
	margin: 0 10px 0 0;
}
.social-share .social:hover, .social-share .social:active, .social-share .social:focus {
	background-color: #507282 !important;
	background-position: 17px -21px;
	border-color: #507282;
}

.social-share .social.twitter-social {
  	background-position: -41px 11px;
}
.social-share .social.twitter-social:hover, .social-share .social.twitter-social:active, .social-share .social.twitter-social:focus {
	background-position: -41px -21px;
}

.social-share .social.mail-social {
  	background: url(assets/img/email-icon.png) no-repeat;
	background-size: 23px 51px;
	background-color: #e3e6e4;
  	background-position: 10px 14px;
}
.social-share .social.mail-social:hover, .social-share .social.mail-social:active, .social-share .social.mail-social:focus {
	background-position: 10px -21px;
}

.news-inner {
	margin-top: 80px;
}
.news-inner h1 {
	font-size: 44px;
	color: #5A5955;
	font-weight: 500;
	margin-bottom: 15px;
}
.news-inner .header-info {
	padding: 50px 0;
	background: rgba(187,187,185,.5);
	position: relative;
}
.news-inner .inner-header-info {
	width: 880px;
	margin: 0 auto;
}
.news-inner .inner-header-info p {
	color: #C15D3B;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.news-inner .inner-info {
	position: relative;
	width: 940px;
	margin: 0 auto;
	margin-top: -40px;
	font-size: 20px;
	color: #484646;
	padding: 0 105px 0 105px;
  	font-family: "aktiv-grotesk-std",sans-serif;	
  	font-weight: 300;
  	position: relative;
}

.news-inner .inner-info.no-image {
	background: #fff;
	padding-top: 25px;
  	z-index: 9;
}
.news-inner .inner-info p {
	font-size: 20px;
	color: #484646;
	line-height: 160%;
	font-family: "aktiv-grotesk-std",sans-serif;	
  	font-weight: 300;
}

.news-inner .inner-info ul, .news-inner .inner-info ol {
	font-size: 20px;
	color: #484646;
	line-height: 160%;
	font-family: "aktiv-grotesk-std",sans-serif;	
  	font-weight: 300;
}

.news-inner .inner-info p:first-child {
	margin-bottom: -10px;
}
.news-inner .inner-info p:first-child img {
	margin-left: -75px;
	margin-bottom: 20px;
}
.news-inner .inner-info iframe {
	margin-left: -75px;
	margin-bottom: 20px;
}
.news-inner .inner-info h2 {
	font-size: 24px;
	color: #5B5955;
	font-weight: 500;
	line-height: 142%;
	font-family: "clarendon-text-pro",sans-serif;
}
.news-inner .inner-info h3 {
	font-size: 30px;
	color: #B35539;
	line-height: 142%;
	font-family: "clarendon-text-pro",sans-serif;
	margin-bottom: 8px;
}
.news-inner .inner-info .item-caption {
	font-size: 16px;
  	font-family: "aktiv-grotesk-std",sans-serif;	
	color: #4F7181;
	margin-bottom: 30px;
	font-weight: 300;
	margin-top: 0;
	text-align: center;
}
.news-inner .inner-info .item-caption p {
	margin: 0; 
	font-size: 16px;
  	font-family: "aktiv-grotesk-std",sans-serif;	
	color: #4F7181;
	font-weight: 300;
}
.news-inner .inner-info blockquote, .news-inner .inner-info blockquote p {
	font-size: 34px;
	color: #4F7181;
	border: 0;
	text-align: center;
	padding: 0;
	font-family: "clarendon-text-pro",sans-serif;
}
.news-inner .inner-info blockquote:before {
  	background: url(assets/img/bg-top-quote.png) no-repeat;
  	width: 116px;
  	height: 20px;
  	content: "";
  	display: inline-block;
}
.news-inner .inner-info blockquote:after {
  	background: url(assets/img/bg-bottom-quote.png) no-repeat;
  	width: 116px;
  	height: 20px;
  	content: "";
  	display: inline-block;
}
.news-inner .inner-info img {
	width: 100%;
	height: auto;
}	
.news-inner .author-wrapper, .rp4wp-related-posts  {
	width: 730px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}
.news-inner .author-info, .rp4wp-related-posts ul {
	background: #4F7181;
	padding: 30px;
	float: left;
	width: 100%;
	font-family: "clarendon-text-pro",sans-serif;
	margin-bottom: 0;
}
.rp4wp-related-posts h3 {
	display: none;
}
.news-inner .author-info li, .rp4wp-related-posts ul li {
	list-style: none;
	float: left;
	margin: 0 0 30px 0;
	width: 100%;
}
.news-inner .author-info li:last-child, .rp4wp-related-posts ul li:last-child {
	margin: 0;
}
.news-inner .author-info img, .rp4wp-related-posts .rp4wp-related-post-image {
	float: left;
	border-radius: 100%;
	width: 130px;
	height: auto;
}
.rp4wp-related-posts .rp4wp-related-post-image img {
	border-radius: 100%;
}
.news-inner .author-info-inner, .rp4wp-related-post-content {
	float: right;
	width: 500px;
}
.news-inner .author-info-inner h3 {
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
	font-family: "clarendon-text-pro",sans-serif;
}
.news-inner .author-info-inner p, .news-inner .rp4wp-related-post-content p {
	margin: 0;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 140%;
  	font-family: "aktiv-grotesk-std",sans-serif;	
  	font-weight: 300;
}

.news-inner .author-info-inner p a, .rp4wp-related-post-content p a {
	color: #fff;
	text-decoration: underline;
}

.inner-social-share {
	position: absolute;
	top: 553px;
	left: 30px;
	text-align: center;
}
.inner-social-share .social {
	clear: left;
	float: left;
	margin: 0 0 12px 4px;
	border-color: #e3e6e4;
  	/*-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;*/
}
.inner-social-share .title-label {
  	font-family: "aktiv-grotesk-std",sans-serif;	
	font-size: 16px;
	color: #4F7181;
	float: left;
	text-align: center;
	display: inline-block;
	margin: 0 0 12px 0;
	font-weight: bold;
} 

.page-section.follow-innner {
	padding: 70px 0 60px 0;
}
.page-section.follow-innner h4 {
	font-size: 24px;
	margin-bottom: 30px;
}
.page-section.follow-innner h4 br {
	display: none;
}
.page-section.follow-innner .newsletter-box input[type=text], .page-section.follow-innner .newsletter-box input[type=email] {
	width: 62%;
	margin-right: 0;
	background: #E9E9E8;
}
.page-section.follow-innner .social-sharing {
	text-align: right;
	padding: 0;
}
.page-section.follow-innner .social-sharing li a {
	width: 60px;
	height: 60px;
	margin: 0 0 0 26px;
	background-size: 204px 80px;
}
.page-section.follow-innner .social-sharing li a.facebook {
	background-position: 22px 14px;
}
.page-section.follow-innner .social-sharing li a.facebook:hover {
	background-position: 22px -34px;
}
.page-section.follow-innner .social-sharing li a.twitter {
	background-position: -68px 14px;
}
.page-section.follow-innner .social-sharing li a.twitter:hover {
	background-position: -68px -34px;
}
.page-section.follow-innner .social-sharing li a.youtube {
	background-position: -158px 14px;
}
.page-section.follow-innner .social-sharing li a.youtube:hover {
	background-position: -158px -34px;
}

.page-section.next-story {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #CF6B49;
}
.page-section.next-story h3 {
	font-size: 24px;
	color: #E7E7E7;
	font-family: "clarendon-text-pro",sans-serif;
	margin-bottom: 10px;
}
.page-section.next-story h2 a {
	font-size: 44px;
	color: #fff;
  	font-family: "aktiv-grotesk-std",sans-serif;	
  	font-weight: 300;
}
.page-section.next-story h2 a:hover {
	color: rgba(255,255,255,.8);
}
.page-section.next-story p {
  	font-family: "aktiv-grotesk-std",sans-serif;	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.header-logo-small.displayed-on-start {
	top: 10px;
}

.mobile-menu-social .mobile-social-share {
	background: url(assets/img/mobile-share.png);
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 54px;
	top: 18px;
}

.btn-more-news {
	width: 280px;
	text-align: center;
	margin: 40px 0 60px -17px;
}

.full-image {
	margin-bottom: 20px;
}
.full-image img {
	width: 100% !important;
	margin: 0 !important;
}
.full-image p {
	margin: 0;
}

@media screen and (max-width: 1200px) {
	html {
		overflow-x: hidden;
	}

	.btn-more-news {
		margin-left: 0;
	}

	.news-carousel .inner-box {
		width: 90%;
		margin-left: 5%
	}

	.page-section.news > .container {
		width: 100%;
	}

	.container.news {
		width: 100%
	}

	.news-outer {
		text-align: center;
		width: 100%;
		margin-left: 0%;
	}

	.menu-main-menu-container, .inner-news {
		display: inline-block;
	}

	.header-news .menu-main-menu-container, .header-news .inner-news {
		width: 100%;
		padding: 0;
	}

	.news-wrapper .title {
		text-align: left;
	}

	.page-section.follow-innner .social-sharing {
		text-align: center;
	}

}

@media screen and (max-width: 992px) {
	.social-sharing li a.youtube:hover {
		background-position: -211px -50px;
	}

	.social-sharing li a.twitter:hover {
		background-position: -92px -50px;
	}

	.social-sharing li a.facebook:hover {
		background-position: 22px -50px;
	}

	h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.page-section.follow-innner .social-sharing li a {
		margin: 20px 10px 0 10px;
	}

	.page-section.about .row:last-child .common-btn:first-of-type {
	  	margin-bottom: 0;
	}

}

@media screen and (max-width: 910px) {

	.header .nav {
		max-width: 95%;
		width: auto;
	}

	.news-outer .menu {
		width: 100%;
		margin: 100px 0 -10px 0;
	}

	.menu-main-menu-container, .inner-news {
		width: 100%;
		padding: 0 2%;
	}

	.news-outer .menu li a {
		font-size: 16px;
	}

	.news-wrapper .inner-box {
		width: 32%;
		margin-right: 2% !important;
	}
	.news-wrapper .inner-box:nth-child(3n) {
		margin-right: 0 !important;
	}

	.header-news .news-wrapper .inner-box {
		width: 280px !important;
		margin: 0 20px 20px 0 !important;
	}
	.header-news .news-wrapper .inner-box:nth-child(2n) {
		margin-right: 0 !important;
	}

	.news-inner .inner-header-info, .news-inner .inner-info {
		width: 100%;
		padding: 0 2%;
		padding-bottom: 30px;
	}
	.news-inner .inner-info p:first-child img, .news-inner .inner-info iframe {
		width: 100% !important;
		margin: 0;
		margin-bottom: 20px;
	}
	.inner-info .inner-social-share {
		display: none;
	}

	.btn-more-news {
		width: 32%;
	}

	.news-inner .inner-info .item-caption {
		margin-bottom: 20px;
	}

	.news-inner .author-wrapper {
		width: 100%;
		padding: 0 2%;
	}

	.news-inner .author-info-inner {
		width: 75%;
	}

	input {
	    -webkit-appearance: none;
	    -webkit-border-radius: none;
	    border-radius: 0;
	}
}

@media screen and (max-width: 850px) {
	.header .nav {
		width: 100%;
		max-width: 100%;
		padding: 0 0 0 2%;
	}

	.header .nav li {
		width: auto !important;
		margin-right: 2% !important;
	}

	.header .nav li.about-wrapper {
		float: right;
		margin-left: 0 !important;
	}

	.header .nav li.follow-wrapper {
		float: right;
	}
.aesop-cover-title {font-size:48px !important;}
}

.aesop-active h2.aesop-cover-title { width:90%; !important;}

@media screen and (max-width: 767px) {

	.home-inner-section {
		height: 100%;
	}

	.home-inner-section > .visible-xs {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
	}

	.home-inner-section > .visible-xs .col-xs-16 {
		padding: 0;
	}

	.header .nav {
		padding: 60px 0 0 0;
	}
	.header .nav li {
		width: 100% !important;
		margin: 0 !important;
	}

	.header .nav.active li {
		display: none !important;
	}
	.header .nav.active li.social-share {
		display: block !important;
		width: 100%;
		text-align: center;
	}
	.header .nav.active li.social-share a:first-child {
		display: none !important;
	}
	.header .nav li a.explore-toggle {
		text-align: center;
	}

	.header .nav li a.explore-toggle .explore-menu span {
		position: absolute;
		left: -40px;
		top: -1px;
		display: none;
	}
	.header .nav li a.explore-toggle .explore-menu span:nth-child(2){
		top: 6px;
	}
	.header .nav li a.explore-toggle .explore-menu span:nth-child(3){
		top: 13px;
	}

	.header .nav li a.explore-toggle .explore-menu {
		position: relative;
	}
	.header .nav li.about-wrapper {
		margin-left: 0 !important;
	}

	.header-logo-small.displayed-on-start {
		top: 21px;
	}

	.home .home-hide, .home-show {
		display: block !important;
	}

	.header .social-share {
		display: none !important;
	}

	.home .social-share {
		display: none !important;
	}

	.news-inner {
		margin-top: 60px;
	}
	.news-inner h1 {
		font-size: 26px;
	}
	.news-inner .header-info {
		padding-top: 10px;
		z-index: 2;
	}

	.news-inner .author-wrapper {
		width: 100%;
		padding: 0 2%;
	}
	.news-inner .author-info-inner {
		float: left;
		width: 100%;
		text-align: left;
	}
	.news-inner .author-info {
		text-align: center;
	}
	.news-inner .author-info img {
		float: none;
		margin: 0 0 20px 0;
	}

}

@media screen and (max-width: 675px) {
	.header-news {
		width: 100%;
		background: #fff;
		top: 60px;
	}

	.news-wrapper .inner-news .inner-box {
		width: 49% !important;
		margin: 0 2% 4% 0 !important;
	}

	.header-news .news-wrapper .inner-box {
		width: 48% !important;
		margin: 0 4% 4% 0 !important;
	}

	.news-wrapper .inner-box:nth-child(2n) {
		margin-right: 0 !important;
	}
	.news-wrapper .inner-box:nth-child(2n+1) {
		clear: left;
	}
	.news-wrapper .inner-box:nth-child(3n+1) {
		clear: none;
	}

	.header-news .menu-main-menu-container {
		padding: 0 40px;
		margin-bottom: -15px;
	}

	.header-news .close-news-wrapper {
		background: url(assets/img/close-button-orange.png) no-repeat 0 0;
	}

	.news-outer .menu {
		margin: 95px 0 30px 0;
		position: relative;
		padding-top: 50px;
	}

	.header-news .menu { 
		padding: 78px 0 0 0 !important;
		background: #fff;
		position: relative;
		width: 100%;
	}
	.news-outer .menu li a {
		background: rgba(207,108,73,.9);
	}
	.header-news .news-wrapper {
		background: #fff;
		padding-bottom: 80px !important;
	}
	.news-outer .menu li, .header-news .menu li {
		width: 100%;
		padding: 0;
		display: none;
		position: relative;
		background: rgba(207,108,73,.9);
	}
	.news-outer .menu li a:hover {
		background: rgba(207,108,73,1);
	}
	.news-outer .menu li.active, .header-news .menu li.active {
		display: block !important;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.header-news .menu li.active {
		border: 0;
		width: 100%;
		position: absolute;
		top: 25px;
		background: #CF6B49;
	}

	.header-news .menu li a {
		color: rgba(255,255,255,.9);
	}
	.header-news .menu li {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.header-news .menu li.active a {
		display: inline-block;
		width: 100%;
		padding: 10px 10px 10px 20px;
	}

	.header-news .close-news-wrapper {
		display: none;
	}

	.news-outer .menu li.active .fa-angle-down, .header-news .menu li.active .fa-angle-down {
		position: absolute;
		right: 20px;
		top: 15px;
		color: #fff;
		font-size: 30px;
		display: block;
	}
	.header-news .menu li.active .fa-angle-down {
		top: 13px;
	}
	.news-outer .menu li.active .fa-angle-down:before, .header-news .menu li.active .fa-angle-down:before {
	  	content: "\f107";
	}
	.news-outer .menu li a, .header-news .menu li a {
		padding: 8px 20px;
		font-size: 24px;
		text-align: left;
		display: inline-block;
		width: 100%;
	}
	.news-inner .inner-info h2 {
		font-size: 20px;
		line-height: 150%''
	}
	.news-inner .inner-info p {
		font-size: 16px;
		line-height: 150%;
	}
	.news-inner .inner-info h3 {
		font-size: 20px;
	}
	.news-inner .inner-info blockquote, .news-inner .inner-info blockquote p {
		font-size: 20px;
	}

	.news-inner .inner-info blockquote:after {  
	margin-top:10px;
	}	

	.page-section.next-story .col-xs-12.col-xs-offset-2 {
		margin-left: 2%;
		width: 96%;
	}

	.page-section.follow-innner .newsletter-box input[type=text], .page-section.follow-innner .newsletter-box input[type=email] {
		width: 100%;
	}

	.page-section.follow-innner {
		padding: 50px 0 40px 0;
	}

	.page-section.follow-innner .social-sharing li a {
		margin-top: 30px;
	}

	.page-section.next-story h2 { 
		font-size: 30px;
	}
	.page-section.next-story h3 {
		font-size: 20px;
	}

    /* add margin around text on mobile */
    .aesop-active .news-inner .inner-info p, .aesop-active .news-inner .inner-info blockquote p  {
        padding: 0 2%;
    }
}

@media screen and (max-width: 620px) {
	.news-carousel .inner-box {
		width: 100%;
		margin-left: 0%
	}

	.page-section {
		padding: 40px 0 45px 0;
	}

	.page-section.updates {
		padding-bottom: 85px;
	}

	.page-section.news {
		padding-bottom: 110px;
	}

	.owl-controls {
		top: 102%
	}
	.owl-carousel {
		width: 100%;
		margin: 0;
	}
	.owl-buttons {
		text-align: center;
	}
	.owl-buttons .owl-next, .owl-buttons .owl-prev {
		display: inline-block;
		float: none !important;
	}
	.owl-controls .owl-buttons div {
		background: url(assets/img/arrows_mobile.png);
		width: 40px;
		height: 40px;		
		margin: 0 8px;
	}
	.owl-controls .owl-buttons div.owl-next {
		background-position: 40px -40px;
	}

	.news-carousel .title {
		padding-right: 60px;
	}

}

@media screen and (max-width: 520px) {

	.news-outer .menu {
		margin: 78px 0 15px 0;
	}

	.page-section.news {
		padding-bottom: 105px;
		padding-top: 40px;
	}

	.news-wrapper .inner-news .inner-box {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.header-news .news-wrapper .inner-box {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}

	.header-news .menu-main-menu-container {
		padding: 0 20px;
		margin-bottom: 0;
	}

	.header-news .news-wrapper {
		padding: 20px;
	}

	.header-news .menu {
		padding: 20px;
	}

	.header-news .close-news-wrapper {
		display: none;
	}

	.news-inner .author-info {
		padding: 15px;
	}

	.btn-more-news {
		width: 100%;
	}

	.news-carousel .title {
		padding-right: 45px;
	}
}

@media screen and (max-height: 500px) {
	.home-inner-section > .visible-xs {
		bottom: -70px;
	}
}

@media screen and (max-width: 410px) {
	.news-carousel .title {
		padding-right: 35px;
	}
}



.aesop-active .inner-info {
    max-width:100%;
    padding-left:0;
    padding-right:0;
    width: inherit;
}
.aesop-active p, 
.aesop-active h1, .aesop-active h2, .aesop-active h3, .aesop-active h4, .aesop-active h5, .aesop-active h6,
.aesop-active ul, .aesop-active ol,
.aesop-active .aesop-audio-component h5,
.aesop-active .aesop-timeline-stop,
.aesop-active .aesop-content, .aesop-active .item-caption, .aesop-active .storify {
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.aesop-active .aesop-audio-component h5 {
    font-weight: 700;
    font-size: 20px;
} 
.aesop-active .aesop-component .aesop-cover-title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    max-width: inherit;
}
.aesop-article-chapter-wrap .aesop-cover-title small {
    font-size: 23px;
    color: #999;
}
.aesop-active .news-inner .inner-info blockquote {
    color: #4F7181;
}/*
.news-inner .inner-info blockquote span {
    font-size: 34px;
    border: 0;
    text-align: center;
    padding: 0;
    font-family: "clarendon-text-pro",sans-serif;
    display: block;
} */

/*
.aesop-active .news-inner .inner-info blockquote:before, .aesop-active .news-inner .inner-info blockquote:after {
    background: inherit;
    width: inherit;
    height: inherit;
    display: inherit;
    color: #4F7181;
}

.aesop-active .news-inner .inner-info blockquote:before {
    content: "\201C";  
    display: block;
    margin: auto;
    font-size: 4em;
    line-height: 1;
    margin-bottom: -.5em;
    font-family: "Times New Roman", Times, serif;
}
.aesop-active .news-inner .inner-info blockquote:after {
    content: "\201E";
    display: block;
    margin: auto;
    line-height: 1;
    margin-top: -.6em;
    font-size: 4em;
    font-family: "Times New Roman", Times, serif;
}
*/

.aesop-quote-component .aesop-component-align-left {
    opacity: 0;
    filter: alpha(opacity=0)
}

.aesop-quote-component .aesop-component-align-left.aesop-quote-faded {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}
.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-left, .aesop-quote-component.aesop-quote-type-pull.aesop-component-align-right {
    border-left: 0;
    border-right: 0;
}
.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-meta {
    color: #ffffff;
}
.aesop-quote-component.aesop-quote-type-pull blockquote {
    opacity: 1;
}
.aesop-active .news-inner .inner-info iframe {
    margin-left: 0; 
    max-width: 100%;
}
.aesop-active .news-inner .inner-info p:first-child {
    margin-bottom: 10px;
}
.aesop-active .news-inner .inner-info p:first-child img {
    margin-left: inherit;
    margin-bottom: inherit;
}
.aesop-active .news-inner .inner-info p:first-child img:first-child {
    margin-top: -40px;
}
.aesop-active .news-inner .inner-info p img {
    max-width: 880px;
}
.aesop-active .inner-social-share {
    display: none;
}
aside.aesop-component-align-right {
    margin-right: 2rem;
}
aside.aesop-component-align-left {
    margin-left: 2rem;
}
/* .aesop-quote-component blockquote {
    transform: none !important;
} */

.story-progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    display: block
}

.story-progress-bar {
    background-color: red;
    width: 0;
    display: block;
    height: inherit
}

progress {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .2;
    filter: alpha(opacity=20);
    width: 100%;
    height: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    color: red
}

@media screen and (max-width: 767px) {
    progress {
        height: 60px;
    }
}

progress::-webkit-progress-value {
    background-color: #8fb0bf
}

progress::-moz-progress-bar {
    background-color: #8fb0bf
}

progress::-webkit-progress-bar {
    background-color: transparent
}

.aesop-chapter-menu-open .aesop-chapter-menu {
    top: 80px;
}

@media screen and (max-width: 767px) {
    .aesop-chapter-menu-open .aesop-chapter-menu {
        top: 60px;
    }
}
.aesop-toggle-chapter-menu {
    background: #1D1D19;
}
.aesop-toggle-chapter-menu:hover {
    background: #CF6B49;
}
.aesop-toggle-chapter-menu i {
    color: #CF6B49;
}
.aesop-chapter-menu {
    background: #1D1D19;
}

.aesop-chapter-menu a:link, .aesop-chapter-menu .scroll-nav__link {
    color: #999;
}
.aesop-chapter-menu--inner {
    padding: 0;
}
.chapter-nav-heading {
    margin: 0;
    background: #CF6B49;
    color: rgba(255,255,255,1);
    padding: 1.2rem 2rem;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "aktiv-grotesk-std",sans-serif;
}
.aesop-close-chapter-menu {
    color: rgba(255,255,255,1);
    top: 11px;
}
.aesop-chapter-menu .scroll-nav__list {
    padding-left: 2.5rem;
    list-style: initial;
    list-style-type: upper-roman;
    color: #555;
    margin-top: 10px;
}
.aesop-chapter-menu .scroll-nav__item {
    padding-left: 22px;
    font-size: 15px;
}

.scroll-nav__section:before {
    display: block;
    content: '';
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}
#scrollNav-1:before {
    display: block;
    content: '';
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}
.aesop-timeline {
    z-index: 10;
}

.aesop-image-component .aesop-img-enlarge, .aesop-image-component .aesop-image-component-caption {
    font-size: 16px;
    font-family: "aktiv-grotesk-std",sans-serif;
    color: #4F7181;
    margin-bottom: 20px;
    font-weight: 300;
}


.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-entry-title  {font-family: aktiv-grotesk-std, sans-serif;line-height:100%;}


.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-meta {font-family: aktiv-grotesk-std, sans-serif;line-height:100%;font-size:16px;font-style:normal;}


.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-item-excerpt {display:none;}



.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner {vertical-align:top;padding-top:5px;text-align:left;}


.aesop-quote-component[style] {background-color: inherit !important;}
.aesop-quote-component span {color:#4F7181 !important;}

.rp4wp-related-post-content>a {
color:white;
}

#chapter-unique-1427-1 {top:-50px}

 .aesop-article-chapter-wrap .wp-video {height:70vh !important;}

.aesop-article-chapter-wrap .wp-video-shortcode {height:978px !important;}

.aesop-article-chapter-wrap.aesop-video-chapter .aesop-cover-title {top:700px;}


sup.footnote_plugin_tooltip_text {
    line-height:inherit !important;
    top: -0.5em !important;
}

.aesop-component-content-data p {
color:inherit !important;
}


.principles-of-a-pluralist-commonwealth .aesop-collection-entry-title, .postid-2492 .aesop-collection-entry-title {display:none;}
.principles-of-a-pluralist-commonwealth .aesop-collection-meta, .postid-2492 .aesop-collection-meta   {display:none;}

@media screen and (max-width: 767px) {
    .aesop-collection-grid.aesop-collection-grid-3col .aesop-collection-item {width:100%;}   
}

.principles-of-a-pluralist-commonwealth .aesop-story-collection .aesop-collection-item .aesop-collection-item-link:before, .postid-2492 .aesop-story-collection .aesop-collection-item .aesop-collection-item-link:before {
    background:rgba(0,0,0,0);
}
.principles-of-a-pluralist-commonwealth .aesop-story-collection .aesop-collection-item .aesop-collection-item-link:hover .aesop-collection-item-inner, .postid-2492 .aesop-story-collection .aesop-collection-item .aesop-collection-item-link:hover .aesop-collection-item-inner {
    background:rgba(0,0,0,0.1);
}

.essaycontestimage {float:right;width:30% !important;border:1px solid #ccc}

.aesop-active .news-inner .inner-info p:first-child img:first-child {
    margin-top: 0px;
}




