/*!
 * Copyright 2015 Unomena.
 */

/* Fonts
 * 'Ideal Sans SSm A', 'Ideal Sans SSm B' - Ideal sans bold
 * 'Sentinel SSm A', 'Sentinel SSm B' - Sentinal light for body copy
*/

/* Animations */

@-webkit-keyframes fadeIn {
    from { opacity:0; } to { opacity:1; }
}

@keyframes fadeIn {
    from { opacity:0; } to { opacity:1; }
}

.fadeIn {
    opacity: 0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

button[disabled], html input[disabled],.disabled {
    cursor: default;
    opacity: 0.7;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.circular {
    background: #efefef;
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.circular img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#photo-essay .top-banner {
    background-image: url("../img/outputs/arts.64fc1c499d89.jpg");
}

.body-bg .header h1 {
    color: #fff;
    margin-bottom: 19px;
    margin-top: 10px;
}

.body-bg .divider {
    width: 60px;
    height: 3px;
    background: #822929;
}

html,
body {
    height: 100%;
}

.m-mobi {
    display: none;
}

.img-centered {
    margin: 0 auto;
}

.tag {
    font-family: 'Ideal Sans SSm B',sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #822929;
    color: #fff;
    font-size: 12px;
    padding: 7px 10px 5px 10px;
}

.mask {
    height: 70px;
    position: absolute;
    bottom: 17px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(72%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 72%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 72%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 72%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 72%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.bold-text {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.red {
    color: #822929 !important;
}

.visible-mobi {
    display: none;
}

.content-row {
    margin-top: 30px;
}

.breadcrumbs {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li a,.breadcrumbs li span {
    color: #7e7c7c;
    outline: 0;
}

.breadcrumbs li span {
    padding: 0 6px 0 6px;
}

.breadcrumbs .on {
    color: #fff;

}

.accreditation {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: rgba(255,255,255,0.4);
}

.accreditation > span.camera {
    background: url("../img/global/opac-camera.69ace0d0c198.png") no-repeat;
    cursor: default;
    display: inline-block;
    width: 57px;
    height: 40px;
    position: absolute;
    z-index: 100;
}

.accreditation > span.camera:hover {
    background: url("../img/global/camera.4e5236beedf5.png") no-repeat;
    width: 57px;
    height: 40px;
}

.accreditation .credits {
    opacity: 0;
    position: relative;
    left: 76px;
    top: 15px;
}

.accreditation .by {
    color: rgba(255,255,255,1) !important;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    position: relative;
    bottom: 12px;
}

.accreditation ul {
    position: relative;
    bottom: 14px;
    padding-left: 0 !important;
    margin: 0;
}

.accreditation ul li {
    color: rgba(255,255,255,1) !important;
    display: inline-block;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.accreditation ul li i {
    font-size: 9px;
    margin-right: 9px;
    position: relative;
    bottom: 2px;
}

.accreditation ul li:not(:first-child) i {
    margin-left: 4px;
}

img { max-width: 100%; }

section {
    padding: 56px 0 100px 0;
}

hr { border-top: 1px solid #e9e9e9; }

body {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B',sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

li {
	list-style: none;
}

a {
    color: #822929;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 23px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.content-wrapper {
    padding: 60px 0 0;
}

.home .main {
    /* height: 100%; */
}

.hide {
    display: none;
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important;
    -webkit-transform: translate(0, 50%) !important;
}

/* Navigation */

.navbar {
    background: #f0f0f0;
    border-bottom: 0;
    /*max-height: 60px;*/
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.navbar .container-fluid {
    padding: 0;
    position: relative;
}

.navbar-header button {
    display: block;
}

.navbar-header #label {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', sans-serif;
    font-weight: 700;
    font-size: 13px;
    font-style: normal;
    float: left;
    background: #822929;
    color: #fff;
    padding: 22px 27px 20px 0px;
    text-transform: uppercase;
    margin-right: 15px;
    cursor: pointer;
    height: 60px;
}

.navbar-header #emblems {
    float: left;
    padding: 16px 0;
}

.nav>li>a:focus {
   background: #3b3b3d;
}

.nav>li>a:hover {
    background: #822929;
}

.navbar-toggle {
    background: #822929;
    border-radius: 0;
    cursor: pointer;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 44px;
    height: 60px;

}

.navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
    position: absolute;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0;
}

.navbar-toggle .icon-bar:nth-child(1) {
    top: 20px;
}

.navbar-toggle .icon-bar:nth-child(2) {
    top: 27px;
}

.navbar-toggle .icon-bar:nth-child(3) {
    top: 34px;
}

.navbar-toggle.opened,#label.opened {
    background: #3b3a39;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.navbar-toggle.opened .icon-bar:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-toggle.opened .icon-bar:nth-child(2) {
    opacity: 0;
    right: 60px;
}

.navbar-toggle.opened .icon-bar:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar a.brand {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    width: 270px;
}

.nav.navbar-right {
    position: absolute;
    top: 0;
    right: 15px;
}

.nav.navbar-right li a{
    border-left: 1px solid #b6b6b6;
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
}

.nav.navbar-right li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.nav .fb {
    background: url("../img/fb.de0368317641.png") no-repeat;
    display: block;
    width: 12px;
    height: 24px;
}

.nav .tw {
    background: url("../img/tw.c085e1a6a473.png") no-repeat;
    display: block;
    width: 24px;
    height: 20px;
}

.nav .fa-instagram,
.nav .fa-linkedin {
    color: #3b3c3e;
    font-size: 26px;
}

.nav .search {
    background: url("../img/search.a06551f1a264.png") no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}

.nav a:hover .fb {
    background: url("../img/fb_hover.61fcb0e6b62a.png") no-repeat;
}

.nav a:hover .tw {
    background: url("../img/tw_hover.db7607ecaccb.png") no-repeat;
}

.nav a:hover .fa-instagram,
.nav a:hover .fa-linkedin {
    color: #fff;
}

.nav a:hover .search {
    background: url("../img/search_hover.730e1f897644.png") no-repeat;
}

/* Mobi Nav */

.mp-menu {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000;
    width: 280px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-level {
    position: absolute;
    top: -8px;
    left: 7px;
    width: 100%;
    background: #3c3b3a;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#mp-menu > .mp-level-overlay.mp-level.mp-level-open > ul > li:nth-child(6) > .mp-level.mp-level-open {
    height: 100%;
}


.mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}


.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-menu ul li > a {
    display: block;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    padding: 21px 20px;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    text-transform: uppercase;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.mp-back:hover {
    color: #fff;
}

.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

.mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level, .mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

.mp-level::after, .mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
}

.mp-level-overlay {
    min-height: 400px;
}

.mp-level-overlay .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mp-level-open .mp-level {
    top: 0 !important;
}

.mp-level-overlay .mp-level {
    background: #822929;
}

.morphsearch {
    min-height: 40px;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height, width, top, right;
    transition-property: min-height, width, top, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.morphsearch.open {
    width: 100%;
    min-height: 100%;
    top: 0px;
    right: 0px;
}

.morphsearch.open .morphsearch-form {
    width: 100%;
    height: 71px;
    border-bottom: 3px solid #822929;
}

.morphsearch-input {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    width: 100%;
    height: 100%;
    padding: 0 10% 0 10px;
    font-weight: 700;
    border: none;
    background-color: transparent;
    font-size: 48px;
    color: #5f5f5f;
    outline: 0;
    -webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
    transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
}

.morphsearch-submit {
    position: absolute;
    width: 38px;
    height: 38px;
    text-indent: 100px;
    overflow: hidden;
    right: 0;
    top: 50%;
    background: transparent url("../img/magnifier.41678d34d4c7.png") no-repeat center center;
    background-size: 100%;
    border: none;
    pointer-events: none;
    transform-origin: 50% 50%;
    opacity: 0;
    outline: 0;
    -webkit-transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
    transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
}

.morphsearch.open .morphsearch-submit {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
    transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch-content {
    color: #bab9b9;
    margin-top: 30px;
    width: 100%;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
}

.morphsearch-content h4 {
    color: #fff;
    margin-bottom: 30px;
}

.morphsearch.open .morphsearch-content {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.morphsearch-content ul {
    padding: 0 !important;
}

.morphsearch-content ul li a {
    color: #bab9b9 !important;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 14px;
}

.morphsearch .col-md-4, .morphsearch .col-md-8 { padding: 0; }

.morphsearch-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
    display: none;
}

.md-perspective .morphsearch-close {
    display: block;
}

.md-perspective .morphsearch-close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch-close::before, .morphsearch-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    background: #bab9b9;
}


.morphsearch-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.morphsearch-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu {
    width: 210px;
    margin: 0;
    padding: 65px 0 28px 0;
    background: #3b3b3d;
    position: absolute;
    top: 60px;
    left: -210px;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#menu.menu-open {
    left: 0;
}

#menu li {
    float: none;
}

#menu li a {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 47px;
    padding: 0 20px;
    text-align: left;
    color: #fff;
    border-top: 1px solid #454443;
    text-transform: uppercase;
}

#menu li:last-child > a {
    border-bottom: 1px solid #454443;
}


#menu a:hover {
    background: #333231;
}

#menu ul {
    display: none;
    position: absolute;
    overflow: auto;
    top: 0;
    left: 210px;
    width: 280px;
    background-color: rgba(130,41,41,0.96);
    padding: 65px 0 0 0;
    padding-bottom: 165px;
}

#menu li {
    position: static !important;
}

#menu ul li:last-child a {
    border-color: #883434;
}

#menu ul li.active {
    background-color: #822929;
}

#menu ul li a {
    display: block;
    padding: 0 20px;
    text-align: left;
    line-height: 17px;
    border-color: #883434;
    outline: 0;
    width: 100%;
    margin: 0;
    height: 48px;
    display: flex;
    align-items: center;
}

#menu ul li a:hover {
    background-color: rgba(104,33,33,1) !important;
}

#menu ul li {
    height: 48px;
    line-height: 47px;
    display: flex;
    align-items: center;
    width: 100%;
}



.navbar-collapse.collapse {
    display: none !important;
}

/* Headers */
.header h1 {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 48px;
    font-weight: bold;
}

/* Filter */

.filter {
    float: right;
}

button {
    background: #efefef;
    border: 0;
    color: #3b3b3d;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    text-align: left;
}

.filter button {
    top: 21px;
    width: 180px;
}

button .caret {
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* form  */
.btn-maroon.active,
.btn-maroon.focus,
.btn-maroon:active,
.btn-maroon:focus,
.btn-maroon:hover,
.open>.dropdown-toggle.btn-maroon {
    color: #fff;
    background-color: #822929;
    border-color: #822929;
}

label.error {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 12px;
    background-color: #d9534f !important;
    padding: 5px 10px;
    font-weight: bold;
}

.messages {
    padding: 15px;
}

#frmUpdateProfile .form-group {
    min-height: 87px;
}

/* Promo */

header,.body-bg,.top-banner {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 100px 0;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.top-banner {
    height: 450px;
}

.top-banner.parallax {
    background-position: center top;
}

.body-bg,.article-wrapper {
    padding: 70px 0;
}

header .container {
    position: relative;
    height: 100%;
}

header .intro-content {
    padding-right: 180px;
}

.intro-content {
    position: relative;
    text-align: center;
    color: #fff;
}

.article-header h1 {
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 54px;
    line-height: 55px;
}

.article-subtext {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

header .scroll-down {
    position: absolute;
    bottom: 0;
    /* left: 45%; */
    left: 50%;
    transform: translateX(-50%);
}

header .scroll-down .btn {
    padding: 0;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    cursor: default;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 60px;
    height: 60px;
}

header #explore {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

/* Slick in the header */
.hero-slider .item .intro-content {
    left: 16%;
    max-width: 100%;
    width: 826px;
}

.hero-slider .item .intro-content .article-header h1,
.hero-slider .item .intro-content .article-subtext {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);   
}

.hero-slider .img-fill {
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.hero-slider .img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
    opacity: .8;
}

.hero-slider *, .hero-slider *:before, .hero-slider *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.slick-slide {
    float: left;
    padding: 0;
}

.slick-dots {
    left: 0;
    right: 0;
    bottom: 120px !important;
}

@media(max-width: 600px) {
    .slick-dots {
        bottom: 80px !important;    
    }    
}

.slick-dots li button:before {
    font-size: 16px !important;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #fff !important;
}
/* END Slick in the header */

/* Tools */

.tools {
   position: fixed;
    top: 54%;
    right: 0;
    z-index: 999;
    transform: translatey(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
}

.hide-tools {
    opacity: 0;
}

.tools .black {
    background: #000;
}

.tools .red {
    background-color: #822929;
}

.tools .grey {
    background-color: #3c3b3a;
}

.tools .arrow-out {
    width: 60px;
    margin-right: 0;
    text-align: center;
    display: block;
    position: relative;
    right: -40px;
}

.tools li {
    position: relative;
    text-align: right;
    width: 60px;
    height: 60px;
}

.tools li span {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    cursor: pointer;
}

.tools li div {
    font-family: 'Open Sans',sans-serif;
    font-weight: 800;
    position: absolute;
    top: 0;
    color: #fff !important;
    width: 180px;
    text-transform: uppercase;
    padding: 20px 0 20px 16px;
    right: -120px;
    text-align: left;
    font-size: 14px;
}

.tools li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* about-us */
.s-header {
    font-size: 48px;
    color: #822929;
    margin-bottom: 48px;
    margin-top: 0;
}

#about-us {
    position: relative;
}

#about-us .bold-text {
    padding-right: 30px;
}

#about-us p {
    margin-bottom: 30px;
}

#about-us .item:not(:first-child) {
   display: none;
}

#about-us nav {
    text-align: center;
    position: absolute;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#about-us nav li {
    display: inline-block;
}

#about-us nav li a {
    color: #676867;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

#about-us nav li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #999d99;
    margin: 0 4px 0 18px;
}

#about-us nav li.current a {
    color: #822929;
}

#about-us nav li.current span {
    background: #999d99;
}

#about-us .about-image {
    text-align: center;
}


/* Widgets */

#widgets .featured,#widgets .block {
    display: block;
    position: relative;
    background-attachment: scroll;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

#widgets .col-md-6,#widgets .col-md-12 {
    padding: 0;
}

#widgets .featured {
    height: 820px;
    margin-right: 20px;
}

#widgets .featured a.featured-link {
    display: block;
    width: 100%;
    height: 100%;
}

#widgets .featured h2 {
    margin-bottom: 25px;
}

#widgets .featured p {
    font-size: 18px;
}

#widgets .featured .meta {
    margin-top: 40px;
}

#widgets .meta {
    color: #bfbfbf;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 500;
    font-size: 13px;
}

#widgets .featured:before, #widgets .block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#widgets .featured a.featured-link, #widgets .block a.block-link {
    z-index: 4;
    position: relative;
}

#widgets .featured a.featured-link .tag, #widgets .block a.block-link .tag {
    z-index: 4;
}

#widgets .block {
    height: 400px;
}

#widgets .block a.block-link {
    display: block;
    width: 100%;
    height: 100%;
}

#widgets .first .block {
    margin: 0 20px 20px 0;
}

#widgets .row-2 .block {
    margin-right: 20px;
    margin-bottom: 20px
}

#widgets .first .block:last-child {
    margin-right: 0;
}

#widgets .row-2 > .col-md-6:last-child .col-md-6:last-child .block,
#widgets .row-2 > .col-sm-6:last-child .col-sm-6:last-child .block {
    margin-right: 0;
}

#widgets .twitter {
    background: #eeeded;
}

#widgets .twitter a.twitter-block-link {
    display: block;
    width: 100%;
    height: 100%;
}

#widgets .twitter p {
    color: #3b3b3d;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    padding: 70px 25px 30px;
}

#widgets .img-text-wrap {
    color: #fff;
    position: absolute;
    z-index: 3;
}

#widgets .img-text-wrap-2 {
    position: absolute;
}

#widgets .img-text-wrap a {
    color: #fff;
}

#widgets .img-text-wrap.article {
    bottom: 0;
    padding: 10px 30px 30px;
}

#widgets .img-text-wrap-2.article {
    bottom: 0;
    padding: 10px 30px 30px;
}

#widgets .img-text-wrap.event {
    padding: 70px 30px 30px;
    max-width: 390px;
}

#widgets .img-text-wrap.event .meta {
    font-size: 15px;
    line-height: 12px;
}

#widgets .img-text-wrap.event .bold-text {
    font-size: 15px;
    line-height: 19px;
}

#widgets .twitter .meta {
    color: #3b3b3d;
}

#widgets .twitter .bold-text {
    font-size: 13px;
}

.owl-controls.clickable {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-controls.clickable span {
    background: transparent !important;
    border: 2px solid #fff;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
}

.owl-controls.clickable .active span {
    background: #fff !important;
}

#gcro .owl-controls.clickable {
    bottom: -85px;
}

#gcro .owl-theme .owl-controls .owl-page span {
    border: 2px solid #999d99;
    position: relative;
    top: 2px;
}

#gcro .owl-theme .owl-controls .owl-page span,
#gcro .owl-theme .owl-controls .owl-page p {
    float: left;
}

#gcro .owl-theme .owl-controls .owl-page p {
    color: #676867;
    font-family:  'Ideal Sans SSm A', 'Ideal Sans SSm B','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 14px;
}

#gcro .owl-controls.clickable .active span {
    background: #999d99 !important;
}

#gcro .owl-controls .owl-page.active p {
    color: #822929;
}

#gcro .about-image {
    position: relative;
}

.load-wrapper {
    display: block;
    text-align: center;
}

.pagination_load_more, .view-all {
    background: #822929;
    color: #fff;
    display: inline-block;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 8px 19px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    /*top: 0;
    left: 50%;
    right: 50%;*/
    margin: 20px auto;
}

.view-all {
    background: #3c3b3a;
}

.pagination_load_more:hover,
.pagination_load_more:active,
.pagination_load_more:focus,
.view-all:hover,
.view-all:active,
.view-all:focus {
    color: #fff;
}

/* About us > members pages */

.members-detail,.theme-detail {
    padding: 40px 15px 80px;
}

.members-detail .col-md-4,.theme-detail .col-md-4 {
    max-width: 361px;
}

.members-detail,.members-detail span,
.theme-detail,.members-detail span {
    color: #fff;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.members-detail > div {
    padding: 0;
}

.members ul {
    padding: 0;
}

.members-list li {
    height: 30px;
}

.members-list li a {
    font-size: 11px;
}

.members ul .bold {
    font-weight: bold;
}

.members-detail a {
    color: #bab9b9;
}

.members-profile {
    padding-left: 45px;
    border-left: 1px solid #bab9b9;
}

.profile-wrapper {
    display: none;
}

.profile-image, .m-info,.m-bio {
    float: left;
}

.m-bio a.read-more,
.m-bio a.contract {
    top: 20px;
}

.m-bio .listing-block p:first-child {
    margin-top: 10px;
}

.m-bio .listing-block p:last-child {
    margin: 0;
}

.blur .listing-block p:nth-child(2) {
    color: rgba(186,185,185,0.2);
}

.blur .listing-block p:nth-child(2).white {
     color: rgba(255,255,255,1);
}

.profile-image {
    padding-right: 30px;
    padding-bottom: 30px;
}

.board .profile-image {
    padding-right: 20px;
    padding-bottom: 20px;
}

.m-info {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 500;
}

.m-info h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 6px;
}

.m-info .m-title,.m-contact-info i {
    color: #bab9b9;
}

.m-radius {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    position: relative;
    margin-right: 8px;
}

.radius {
    border-radius: 100%;
    border: 1px solid #bab9b9;
}

.m-radius i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-tranform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.m-contact-info {
    margin-bottom: 0;
}

.m-contact-info > span { float: left; }
.m-contact-info > span i { margin-right: 5px; }

.members-profile .m-contact-info > span i { margin-right: 0; }
.members-profile .m-contact-info > span { margin-top: 2px; margin-right: 8px; } 
.members-profile .m-contact-info span img { width: 12px; height: 13px; }

.m-contact-info a, .m-contact-info p {
    display: inline-block;
    color: #fff;
    float: left;
    margin-bottom: 0;
   /* position: relative;
    top: 7px;*/
}

.m-bio {
    color: #fff;
    padding-bottom: 30px;
    padding-right: 60px;
}

.m-bio p {
    line-height: 20px;
}

.read-more,.contract,.download,.add-calendar {
    text-transform: uppercase;
    color: #822929 !important;
    font-weight: bold;
    position: relative;
    top: 4px;
}

.read-more-detail {
    text-transform: uppercase;
    color: #822929 !important;
    font-weight: bold;
    position: relative;
    top: 4px;
    font-size: 13px;
}

.m-projects {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 500;
}

.m-projects h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.m-projects a {
    display: block;
    margin-bottom: 5px;
}

/* Board */

.m-organisation-info h6 {
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.m-organisation-info p {
    color: #bab9b9;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.m-organisation-info:last-child p {
    max-width: 220px;
}

/* Accordion */

.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}

.st-accordion ul li{
    border-top:1px solid #fff;
    overflow: hidden;
}

.st-accordion ul li:first-child {
    border-top:none;
}

.st-accordion ul li > a{
    display: block;
    line-height: 30px;
    position: relative;
    outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
    -moz-transition:  color 0.2s ease-in-out;
    -o-transition:  color 0.2s ease-in-out;
    -ms-transition:  color 0.2s ease-in-out;
    transition:  color 0.2s ease-in-out;
}

.st-accordion ul li > a span.st-arrow {
    background: transparent url("../img/down.8d572d4494ac.png") no-repeat center center;
    text-indent:-9000px;
    width: 20px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -7px;
    opacity:0;
    -webkit-transition:  all 0.2s ease-in-out;
    -moz-transition:  all 0.2s ease-in-out;
    -o-transition:  all 0.2s ease-in-out;
    -ms-transition:  all 0.2s ease-in-out;
    transition:  all 0.2s ease-in-out;
}

.st-accordion ul li > a:hover span.st-arrow {
    opacity:1;
    right: 10px;
}

.st-accordion ul li.st-open > a span.st-arrow {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    right:10px;
    opacity:1;
}

.st-content{
    padding: 5px 0px 30px 0px;
}

.st-accordion .members-profile {
    border-left: 0;
    padding-left: 0;
}

.st-accordion .members-profile .profile-image, 
.st-accordion .members-profile .m-info, 
.st-accordion .members-profile .m-bio {
    float: none;
} 

.st-accordion .members-profile .m-contact {
    margin-bottom: 15px;
}

/* Listings */

.listings .breadcrumbs li a,.breadcrumbs li span  {
    color: #7e7c7c;
}

.listings .breadcrumbs .on {
    color: #3b3b3d;
}

.listings .bold {
    font-weight: bold;
}

.listings .header h1 {
    /* display: inline-block; */
    color: #3b3b3d;
    padding-bottom: 24px;
    margin-left: -2px;
    margin-top: 10px;
}

.listings .header {
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
}

.listings .header .dropdown-menu {
    top: 160%;
}

.list-items, .list-items-mobi {
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
}

.list-items .listing-image {
    background: #efefef;
    height: 256px;
    position: relative;
    max-width: 180px;
    padding: 0;
}

.listing-image .listing-tag {
    background: #822929;
    color: #fff;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 10px;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
}

.listing-content {
    position: relative;
    padding-left: 30px;
}

.listing-content h3 {
    font-size: 22px;
    margin-top: 0;
}

.listing-content .read-more, .listing-content .contract, .listing-content .download, .add-calendar {
    font-size: 13px;
}

.listing-content .contract {
    font-size: 13px;
}

.listing-block {
    overflow: hidden;
}

.l-download {
    margin-top: 48px;
    cursor: pointer;
}

.l-download i {
    color: #999d99;
}

.l-download p {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-size: 13px;
    font-weight: 600;
    position: relative;
    top: 8px;
}

.listing-info {
    color: #7e7c7c;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-size: 11px;
}

.listing-info .title {
    color: #3b3b3d;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.listing-info p, .listing-info span {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    line-height: 20px;
}

.listing-info a {
    display: block;
    font-size: 13px;
    margin-top: 7px;
}

.listing-info .external-author {
    display: block;
    font-size: 13px;
    margin-top: 7px;
}

.listing-info .authors .author-icon {
    display: flex;
}

.listing-info .authors .author-icon p + a {
    margin-top: 5px;
}

.listing-info .authors .author-icon img {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 5px;
} 

/* Modal */

.viewAll .modal-content {
    border: 0;
    border-top: 5px solid #832929;
    border-radius: 0;
}

.viewAll h4 {
    font-size: 22px;
    color: #3b3b3d;
}

.viewAll .modal-header {
    border-radius: 0;
    margin: 0 30px;
    padding: 15px 15px 15px 0;
}

.viewAll .modal-body {
    padding: 30px;
}

.viewAll .modal-footer {
    border-top: 0;
}

.viewAll .modal-footer button {
    background: transparent;
    border: 0;
    color: #832929;
    display: block;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
}

.viewAll .modal-footer button:focus, .viewAll .modal-footer button:active {
    outline: 0;
    webkit-box-shadow: none;
    box-shadow: none;
}

.viewAll .modal-footer button:hover {
    background: transparent;
}

/* detail pages */

#photo-essay {
    position: relative;
}

.author p {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-style: italic;
    font-weight: 500;
    color: #7e7c7c;
}

.article-wrapper .social {
    margin-top: 3px;
}

.article-wrapper .social ul {
    padding-left: 38px;
}

.article-wrapper .social li {
    padding-bottom: 13px;
}

.article-wrapper .social li a {
    border: 1px solid #dcdcdc;
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.article-wrapper .social li a:hover {
    border-color: #822929;
}

.article-wrapper .social li span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-tranform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.article-wrapper .social a.fb span { background: url("../img/article/fb.ae9b0f763737.png") no-repeat; height: 16px; width: 8px; }
.article-wrapper .social a.tw span { background: url("../img/article/tw.6679bbf214c6.png") no-repeat; height: 13px; width: 16px; }
.article-wrapper .social a.gp span { background: url("../img/article/gp.6fa69ca2cbc5.png") no-repeat; height: 17px; width: 16px; }
.article-wrapper .social a.li span { background: url("../img/article/li.8ca1a9325922.png") no-repeat; width: 16px; height: 16px; }
.article-wrapper .social a.mail span { background: url("../img/article/mail.5161bd42fc5b.png") no-repeat; height: 16px; width: 16px; }

.article-wrapper .social a.fb:hover span { background: url("../img/article/fb_hover.30b6badb2c74.png") no-repeat; height: 16px; width: 8px; }
.article-wrapper .social a.tw:hover span { background: url("../img/article/tw_hover.34e25c4db18a.png") no-repeat; height: 13px; width: 16px; }
.article-wrapper .social a.gp:hover span { background: url("../img/article/gp_hover.442f309c6ab2.png") no-repeat; height: 17px; width: 16px; }
.article-wrapper .social a.li:hover span { background: url("../img/article/li_hover.98e38c8ec2aa.png") no-repeat; width: 16px; height: 16px; }
.article-wrapper .social a.mail:hover span { background: url("../img/article/mail_hover.1a8c164255a8.png") no-repeat; height: 16px; width: 16px; }

.article-wrapper .sidebar {
    padding-top: 56px;
}

.article-tag {
    background: #822929;
    color: #fff;
    display: inline-block;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 8px 19px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    left: 0;
}

.article-tag:hover {
    color: #fff;
}

.article-content ul li, .article-content ol li {
    list-style: inherit;
}

.article-content ul, .article-content ol {
    margin-bottom: 30px;
}

.article-content h1 {
    color: #3b3b3d;
    letter-spacing: -2.7px;
    line-height: 48px;
    padding-bottom: 13px;
    margin-top: 23px;
}

.article-content h4 {
    font-weight: bold;
    margin-top: 27px;
    margin-bottom: 28px;
}

.article-content h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.article-toolbar {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    color: #7e7c7c;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 28px;
}

.article-toolbar ul {
    padding: 0;
    margin: 0;
}

.article-toolbar li {
    display: inline-block;
    margin: 16px 0 !important;
    padding: 0 18px;
    border-right: 1px solid #e9e9e9;
}

.article-toolbar li:first-child {
    padding-left: 0;
}

.article-toolbar li:last-child {
    border-right: 0;
}

.article-toolbar li i {
    margin-right: 10px;
}

.article-toolbar li a > img {
    width: 16px;
    height: 16px;
    margin: 0 0 4px 5px;
}

.article-toolbar.detail li {
    float: left;
    width: 50%;
}

.article-content p {
    line-height: 20px;
    padding: 0 0 23px;
    margin: 0;
}

.article-content .block-richtext iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
}

.article-toolbar.detail-lead li:first-child {
    display: block;
    margin-bottom: 0 !important;
}

.article-toolbar.detail-lead li:nth-child(2) {
    padding-left: 0;
}

.article-toolbar.detail-lead .download {
    text-transform: capitalize;
    position: static;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
}

.article-toolbar.article-twinbox {
    display: flex;
}

.article-toolbar.article-twinbox .article-twinbox-list>ul>li {
    display: flex !important;
}

.article-toolbar.article-twinbox .article-twinbox-list>ul>li:nth-child(3) {
    padding-left: 0;
}

.article-toolbar.article-twinbox>div ul li>div {
    display: flex;
    flex-wrap: wrap;
}

.article-toolbar.article-twinbox>div ul li>div span {
    width: 27px;
}

.article-toolbar.article-twinbox li {
    border-right: 0;
}

.article-toolbar.article-twinbox .article-twinbox-list {
    width: 66%;    
}

.article-toolbar.article-twinbox .article-twinbox-list ul li div p {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}

.article-toolbar.article-twinbox .article-twinbox-list a {
    display: inline-block;
    line-height: 20px;
}

.article-toolbar.article-twinbox .article-twinbox-list a > img {
    width: 16px;
    height: 16px;
    margin: 0 0 4px 5px;
}

.article-toolbar.article-twinbox li i {
    font-size: 16px;
}

.article-toolbar.article-twinbox .article-twinbox-numbers {
    width: 33%;
}

.article-toolbar.article-twinbox .article-twinbox-numbers ul li {
    display: grid;
    grid-template-columns: 27px 55px auto;
    grid-gap: 0;
    text-align: left;
    padding: 0;
}

.article-toolbar.article-twinbox .article-twinbox-numbers ul li img  {
    max-height: 16px;
    max-width: 16px;
}

.related {
    padding-top: 175px;
}

.related h4 {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 19px;
}

.related ul {
    padding: 0;
}

.related .related-item {
    padding: 28px 0;
    border-bottom: 1px solid #e9e9e9;
}

.related .title {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-weight: 700;
    font-size: 11px;
    margin-top: 25px;
}

.related .authors {
    margin-bottom: 17px;
}

.related .authors p {
    color: #822929;
}

.related .info .title {
    display: inline-block;
    margin: 0;
}

.related .info span {
    color: #3b3b3d;
}

.related .info span.published {
    color: #822929;
}

blockquote {
    color: #822929;
    border-left: 2px solid #822929;
    font-weight: 500;
    padding: 0 82px 0 30px;
    margin:20px 0 46px;
}

blockquote > p {
    padding: 0 0 18px !important;
}

.quoter {
    color: #7e7c7c;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 500;
    font-size: 13px;
}

/* Content width image viewer */

#photo-essay {
    overflow-x: hidden;
}

.content-width {
    margin: 34px 0 64px;
}

.full-width {
    margin: 34px 0 13px;
}

.article-image .caption,.full-width .caption {
    color: #7e7c7c;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.content-width .item {
    position: relative;
}

#photo-essay .content-width .item {
    background-color: #000;
    height: 700px;
    text-align: center;
    margin: 0 0 57px;
}

#photo-essay .content-width .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-width .caption {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    padding: 17px 0;
    width: 100%;
}

#photo-essay .content-width .caption {
    background: #000;
    color: #fff;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    padding: 17px 0;
    position: absolute;
    bottom: -57px;
    width: 100%;
}

#photo-essay  .owl-controls.clickable {
    bottom: 50%;
    left: 0;
    width: 100%;
}

#photo-essay .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border-radius: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 46%;
}

#photo-essay .owl-theme .owl-controls .owl-buttons i {
    font-size: 40px;
}

#photo-essay .owl-theme .owl-buttons .owl-prev {
    left: 27px;
}

#photo-essay .owl-theme .owl-buttons .owl-next {
    right: 27px;
}

#photo-essay .owl-pagination {
    display: none !important;
}

#photo-essay nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#photo-essay nav a.prev {
    left: 0;
}

#photo-essay nav a.next {
    right: 0;
}

#photo-essay nav i {
    color: #3c3b3a;
}



.portrait img {
    float: left;
    max-width: 420px;
    height: 100%;
    padding-right: 30px;
    padding-bottom: 48px;
}

/* Flatpages */

#flatpage .portrait img { padding-left: 15px; }
#flatpage ul {
    padding-left: 89px;
}
#flatpage ul li {
    list-style-image: url("../img/global/bullet.3da9085e2cf2.png");
    line-height: 22px;
    margin-top: 30px;
}
#flatpage ul li:last-child {
    margin-bottom: 48px;
}

.article-listings ul {
    padding: 0;
}

.article-listings ul li {
    list-style: none;
}

.article-listings ul li a {
    font-size: 13px;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 500;
}

.nav-growpop .icon-wrap {
    position: relative;
    z-index: 100;
    display: block;
    padding: 18px 10px;
    border: 0px solid #efefef;
    background: #efefef;
    -webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s;
}

.nav-growpop div {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 369px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-growpop a.prev div {
    left: 0;
    padding: 0 103px 0 52px;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-growpop a.next div {
    right: 0;
    padding: 0 53px 0 103px;
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-growpop a.prev.inactive div {
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-growpop a.next.inactive div {
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-growpop span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #cdcdcd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 1.2;
}

.nav-growpop h3 {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    margin: 0;
    padding: 15px 0 15px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}

.nav-growpop a.prev div h3 {
    text-align: left;
}

.nav-growpop a.next div h3 {
    text-align: left;
}

.nav-growpop img {
    position: absolute;
    top: 0;
}

.nav-growpop a.prev img {
    right: 0;
}

.nav-growpop a.next img {
    left: 0;
}

.nav-growpop a:hover .icon-wrap {
    background: #3c3b3a;
    border-color: #3c3b3a;
    border-top-width: 0;
    border-bottom-width: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-growpop a:hover .icon-wrap i {
    color: #fff !important;
}

.nav-growpop a:hover div {
    background: #3c3b3a;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-51%) translateX(0) scale(1);
    transform: translateY(-51%) translateX(0) scale(1);
}

/* Image gallery */
.gallery-copyright {
    background: #333233;
    color: #7e7c7c;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 11px;
    font-style: italic;
    padding: 15px 22px;
    width: 237px;
}

.buttons {
    margin-top: 26px;
}

.buttons .btn {
    background: #333233;
    border: 0;
    border-left: 5px solid;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
    outline: none;
    padding: 5px 15px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: 237px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.buttons .btn:focus {
    outline: none;
}

.buttons .btn-1 {
    border-color: #822929;
}

.buttons .btn-2 {
    border-color: #6594ba;
}

.buttons .btn-3 {
    border-color: #78bec0;
}

.buttons .btn-4 {
    border-color: #a2caa7;
}

.buttons .btn-5 {
    border-color: #f16f66;
}

.buttons .btn-6 {
    border-color: #b396a1;
}

.buttons .btn-7 {
    border-color: #dec478;
}

.buttons .btn-8 {
    border-color: #ee8a73;
}

.buttons .btn-9 {
    border-color: #999d99;
}

.btn-1.hvr-sweep-to-right:before {
    background: #822929;
}

.btn-2.hvr-sweep-to-right:before {
    background: #6594ba;
}

.btn-3.hvr-sweep-to-right:before {
    background: #78bec0;
}

.btn-4.hvr-sweep-to-right:before {
    background: #a2caa7;
}

.btn-5.hvr-sweep-to-right:before {
    background: #f16f66;
}

.btn-6.hvr-sweep-to-right:before {
    background: #b396a1;
}

.btn-7.hvr-sweep-to-right:before {
    background: #dec478;
}

.btn-8.hvr-sweep-to-right:before {
    background: #ee8a73;
}

.btn-9.hvr-sweep-to-right:before {
    background: #999d99;
}

.gallery {
    border-left: 1px solid #93918f;
    padding-left: 95px;
    position: relative;
}

.fotorama {
    width: 600px;
}

.fotorama__caption__wrap {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 17px;
    width: 100%;
    text-align: center;
}

.fotorama__caption__wrap h3 {
    margin-top: 0;
}

.fotorama__download-icon {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 85px;
    top: 8px;
    width: 21px;
    z-index: 1;
}

.fotorama__newtab-icon {
    background: url("../img/urban-data-gallery/newTab-icon.9cf6cf2c233c.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    position: absolute;
    right: 44px;
    top: 7px;
    width: 22px;
    z-index: 1;
}

.fotorama__fullscreen-icon {
    opacity: 1 !important;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

/* Profiled Article */
.profiled-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 1.25rem;
  flex-flow: row wrap;
}

.profiled-items {
    padding-top: 30px;
    overflow: hidden;
}

.profiled-items h3 {
    font-size: 21px;
    margin-bottom: 20px;
    min-height: 46px;
}

.profiled-items .listing-content {
    padding-left: 0;
}

.profiled-items .listing-content img {
    margin-bottom: 16px;
}

.profiled-items .article-toolbar {
    border-top: 0;
}

.profiled-items .profiled-info.article-toolbar li {
  padding: 0;
  border-right: 0;
  margin: 0 0 16px 0 !important;
}

.profiled-items .profiled-info li:first-of-type {
  display: grid;
  grid-template-columns: 24px auto;  
}

.profiled-items .profiled-info li:first-of-type span img {
    width: 13px;
    height: 13px;
    margin: 0 0 2px 2px;
}

.more-profiled-items {
    text-transform: uppercase;
    color: #822929 !important;
    font-weight: bold;
    position: relative;
    top: 4px;
    display: block;
    font-size: 13px;
}

.profiled-detail .article-toolbar li {
  padding: 0 !important;
  border-right: 0;
}

.profiled-detail .article-toolbar li:first-of-type {
  margin-bottom: 0!important;
  display: grid;
  grid-template-columns: 24px auto;
}

.profiled-detail .article-toolbar li:first-of-type span img {
    width: 16px;
    height: 16px;
    margin: 0 0 2px 2px;    
}

/* News */
.news-items {
    padding-top: 30px;
    height: 510px;
    overflow: hidden;
}

.news-items h3 {
    font-size: 21px;
    margin-bottom: 20px;
    min-height: 46px;
}

.news-items .listing-content {
    padding-left: 0;
}

.news-items .article-toolbar {
    border-top: 0;
}

.more-news {
    text-transform: uppercase;
    color: #822929 !important;
    font-weight: bold;
    position: relative;
    top: 4px;
    display: block;
    font-size: 13px;

}
/* Events */

.events h1 {
    margin-top: 30px;
}

.event-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.event-item img {
    border-bottom: 3px solid #822929;
}

.event-item .highlighted {
    background: #822929;
    color: #fff;
    max-width: 98px;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
    top: -4px;
    margin: 0 auto;
}

.event-item .highlighted h1 {
    font-size: 56px;
    margin-top: 4px;
    margin-bottom: 0;
}

.event-item .highlighted .date {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.event-item .listing-content {
    padding-left: 20px;
    padding-top: 15px;
}

.event-info .left-bar {
    text-align: center;
}

.event-info .col-md-2 {
    padding:0;
}

.event-info .date-time {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 13px;
    margin: 4px 0 5px;
}

.event-info .left-bar .share img {
    border: 0;
}

.event-info .addeventatc {
    color: #822929 !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: inherit !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: relative !important;
    padding: 0 !important;
    text-shadow: none !important;
    text-transform: uppercase;
    top: 4px;
    z-index: 1;
}

.addeventatc .addeventatc_icon { display: none; }

.calendar { border-left: 1px solid #e9e9e9; margin-top: 30px; }

div.zabuto_calendar .table tr.calendar-month-header th {
    background: transparent;
    border-top: 0 !important;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background: transparent;
}

div.zabuto_calendar .table tr.calendar-month-header th span i {
    color: #999d99;
}

div.zabuto_calendar .table tr.calendar-month-header th span:not(i) {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 18px;
    font-weight: 700;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    color: #7e7c7c;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 13px;
    font-weight: 700;
}

div.zabuto_calendar .table>tbody>tr>th {
    border-top: 0;
}

div.zabuto_calendar .table tr.calendar-dow-header {
    border-bottom: 1px solid #822929;
    border-top: 0;
}

div.zabuto_calendar .table tr td {
    color: #7e7c7c;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 13px;
    font-weight: 500;
}

div.zabuto_calendar .table>tbody>tr>td {
    border-top: 0;
}

div.zabuto_calendar .table tr:last-child {
    border: 0;
}

.highlight-event {
    background: #822929;
}

div.zabuto_calendar .badge-event, div.zabuto_calendar div.legend span.badge-event {
    background: transparent;
}

/* Presentations */
.presentation-wrapper {
    padding: 48px 0 30px;
}

.presentation-wrapper .p-sidebar {
    border-left: 1px solid #e9e9e9;
    padding-left: 20px;
}

.presentation-wrapper h6 {
    font-size: 11px;
    text-transform: uppercase;
}

.presentation-wrapper .p-sidebar p, .presentation-wrapper .p-sidebar a {
    font-size: 13px;
}

.presentation-wrapper .p-sidebar a {
    margin-bottom: 10px;
    display: block;
}

.presentation-wrapper .p-sidebar .p-category h6 {
    margin-top: 0;
}

.presentation-wrapper .p-accordion {
    padding-right: 56px;
    margin-top: 25px;
}

.presentation-wrapper  .p-list {
    padding-left: 0;
}

.presentation-wrapper  .p-list li {
    background: #efefef;
    height: 44px;
    border-bottom: 1px solid #fff;
}

.presentation-wrapper  .p-list li:first-child {
    margin: 0;
    height: 100%;
}

.presentation-wrapper  .p-list li:first-child .st-content {
    display: block !important;
}

.p-list > li > a {
    line-height: 43px !important;
}

.p-list li span.bold {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #3b3b3d;
    padding-left: 14px;
}

.presentation-wrapper .st-open {
    background: #822929 !important;
}

.presentation-wrapper .st-open a .bold {
    color: #fff !important;
}

.presentation-wrapper  .p-list li > a span.st-arrow {
    background: url("../img/global/plus.7ba69dc56403.png");
    width: 9px;
    height: 9px;
    opacity: 1;
    right: 10px;
    margin-top: -5px;
}

.presentation-wrapper  .p-list li > a:hover span.st-arrow {
    right: 10px !important;
}

.presentation-wrapper .st-open > a span.st-arrow  {
    background: url("../img/global/minus.d0d352cfb978.png") !important;
    width: 6px !important;
    height: 3px !important;
    opacity: 1;
    right: 10px;
    margin-top: -1px !important;
}

.presentation-wrapper .st-open > a:hover span.st-arrow  {
    right: 10px !important;
}

.presentation-wrapper  .p-list .st-content {
    background: #fff;
    padding: 30px;
}

.p-list .st-content p {
    color: #3f3f3f;
    line-height: 20px;
}

.p-list .st-content .p-sections {
    padding: 0 0 10px 0;
}

div.p-sections > div.rich-text > p {
    padding: 0 0 10px 0;
}

.p-list .st-content .p-sections:last-child {
    padding: 0;
}

.p-list .st-content .p-sections:first-child h6 {
    margin-top: 0;
}

.p-list .st-content .p-sections h6 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.p-intro {
    padding-right: 56px;
}


/* contact us */
.contact .header { border-bottom: 0; }
.contact .m-contact-info { margin-bottom: 13px; }
.contact .m-contact-info p { color: #3b3b3d; }
.contact .m-contact-info.no-float p { display: block; float: none }
.contact .m-contact-info a { color: #822929; }
.contact .listings .header h1 { padding-bottom: 19px; }
.contact .m-contact-info h3 { margin-top: 0; }
.contact .map { margin-top: 48px; position: relative; }
.contact .map .article-tag { top:30px; }

/* Newsletter */

.newsletter .listings {
    padding: 100px 0 0;
}

.timeline {
  position: relative;
  padding: 0;
  margin-top: 6px;
  margin-bottom: 2em;
}

.timeline #content {
    margin-top: 20px;
}

.timeline-block:first-child {
  margin-top: 30px;
}

.timeline-block {
  position: relative;
  float: left;
  width: 50%;
}

.timeline-content {
  position: relative;
  padding: 0 30px 0;
  float: left;
  width: 57%;
  margin-right: 28px;
  border-right: 1px solid #822929;
}

.timeline-block:nth-child(even) {
    margin: 60px 0;
}

.timeline-block:nth-child(even) .timeline-content {
  float: right;
  margin-right: 0;
  margin-left: 28px;
  border-right:0;
  border-left: 1px solid #822929;
}

.timeline-image {
    position: relative;
    margin-right: 25px;
    padding-bottom: 54px;
    border-bottom: 1px solid #e9e9e9;
    display:inline;
}

.timeline-image img {
    margin-top: -30px;
}

.timeline-block:nth-child(even) .timeline-image {
    /*margin-left: 25px;*/
    margin-right: 0;
}

.timeline .date {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-weight: 500;
    font-size: 42px;
    text-align: right;
    line-height: 52px;
}

.timeline .year {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 500;
    font-size: 34px;
    text-align: right;
    line-height: 25px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e9e9e9;
}

.timeline p {
    margin-top: 24px;
}

.timeline-block:nth-child(even) .date,.timeline-block:nth-child(even) .year {
    text-align: left;
}

.timeline .download {
    font-size: 13px;
    width: 57%;
    float: left;
    text-align: right;
    padding-right: 30px;
    margin-top: 20px;
}

.timeline-block:nth-child(even) .download {
    float: right;
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
}

/* Urban Data Gallery */
#data-gallery {
    background: #000;
    padding: 70px 0;
    color: #fff;
}

#urban-gallery-grid {
    list-style: none;
    width: 100%;
    padding: 0;
    position: relative;
}

#urban-gallery-grid li {
    display: inline-block;
    margin: 0 13px 23px 13px;
    vertical-align: top;
    height: 376px;
    -webkit-transition: height 350ms ease;
    -moz-transition: height 350ms ease;
    -ms-transition: height 350ms ease;
    -o-transition: height 350ms ease;
    transition: height 350ms ease;
}

#data-gallery .block-bg {
    display: block;
    position: relative;
    background-attachment: scroll;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 376px;
}

#data-gallery .block-bg {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

#data-gallery .block-bg.overlay {
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}

#data-gallery .overlay:after {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: background-color 3s ease;
    -moz-transition: background-color 3s ease;
    transition: background-color 3s ease;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

#data-gallery .block-bg.divided {
    height: 186.5px;
}

#data-gallery .blue {
    border-top: 3px solid #7abebf;
}

#data-gallery .pink {
    border-top: 3px solid #f07067;
}

#data-gallery .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    text-align: center;
}

#data-gallery .block-quarter {
    display: inline-block;
    margin: 0 30px 23px 0;
    vertical-align: top;
    height: 186.50px;
    -webkit-transition: height 350ms ease;
    -moz-transition: height 350ms ease;
    -ms-transition: height 350ms ease;
    -o-transition: height 350ms ease;
    transition: height 350ms ease;
}

#data-gallery .block-quarter:nth-child(3) {
    margin: 0 0 23px 0;
}


#data-gallery .block-half .block-bg {
    width: 250px;
}

#data-gallery .block-quarter .block-bg {
    width: 260px;
}

#data-gallery .block-wide .block-bg  {
    width: 550px;
    /*margin-bottom: 23px;*/
}

#data-gallery #center-block,
#data-gallery #center-block-1,
#data-gallery #center-block-2,
#data-gallery #center-block-3 {
    position: absolute;
    left: 0;
    overflow: hidden;
    max-height: 0;
    width: 100%;
}

#data-gallery li.og-expanded {
    height: 800px !important;
}

#data-gallery .og-expanded #center-block {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    /*max-height: 453px;*/
    max-height: 100%;
    width: 100%;
}

#data-gallery .og-expanded #center-block-1.active,
#data-gallery .og-expanded #center-block-2.active,
#data-gallery .og-expanded #center-block-3.active {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    max-height: 453px;
}

#data-gallery .detail-view {
    padding: 70px 0;
}

#data-gallery hr {
    height: 3px;
    margin: 22px 0 28px 0;
    max-width: 68px;
    background: #f07067;
    border: 0;
}

#data-gallery h1 {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 48px;
    font-weight: bold;
}

#data-gallery p {
    color: #999c99;
    font-family: 'Sentinel A', 'Sentinel B';
    font-size: 15px;
    line-height: 20px;
    padding-right: 15px;
}

#data-gallery .icon > p {
    padding:0;
    margin-top: 20px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 700;
}

#data-gallery #urban-gallery-grid li:nth-child(5) .icon >  p {
    padding: 0 13px;
}


#data-gallery .image-wrapper {
    position: relative;
}

#data-gallery .image-wrapper .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#data-gallery .r-more {
    color: #f07067;
    display: inline-block;
    margin-top: 15px;
}

#data-gallery .close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 68px;
    z-index: 2;
}

#data-gallery .detail-view a img {
    margin: 0 auto;
}

/* research themes */
.r-accordion.st-accordion > ul > li { border-top: 0; margin-bottom: 3px;}
.r-accordion.st-accordion > ul > li > a { line-height: 44px; color: #fff !important; background: #333233 !important; }

.r-accordion a.orange { background: #cf5a32; }
.r-accordion a.purple { background: #6e555d; }
.r-accordion a.turquoise { background: #217280; }
.r-accordion a.blue { background: #3b5d92; }
.r-accordion a.red { background: #bc2928; }
.r-accordion a.green { background: #709e75; }
.r-accordion a.yellow { background: #c4a956; }
.r-accordion a.grey { background: #6c6e6c; }

.r-accordion ul.orange li a { color: #cf5a32; }
.r-accordion ul.purple li a { color: #6e555d; }
.r-accordion ul.turquoise li a { color: #217280; }
.r-accordion ul.blue li a { color: #3b5d92; }
.r-accordion ul.red li a { color: #bc2928; }
.r-accordion ul.green li a { color: #709e75; }
.r-accordion ul.yellow li a { color: #c4a956; }
.r-accordion ul.grey li a { color: #6c6e6c; }

.r-accordion.st-accordion ul li > a span {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-left: 17px;
    vertical-align: middle;
}

.r-accordion.st-accordion .st-content {
    padding: 11px 0px 20px 17px;
}

.r-accordion.st-accordion .st-content h5 {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.r-accordion.st-accordion .st-content ul li {
    border: 0;
    line-height: 20px;
}

.r-accordion.st-accordion .st-content ul li a {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
    font-size: 16px;
    font-weight: 500;
}

.r-list #government-support > a {
    border-left: 5px solid #999d99;
}

.r-list #rationalities-of-government-governance > a {
    border-left: 5px solid #ee8a73;
}

.r-list #landscape-in-transition > a {
    border-left: 5px solid #78bec0;
}

.r-list #histories-futures-of-the-gcr > a {
    border-left: 5px solid #6594ba;
}

.r-list #changing-social-fabric > a {
    border-left: 5px solid #f16f66;
}

.r-list #sustainability-transitions > a {
    border-left: 5px solid #a2caa7;
}

.r-list #analytics-cartographies-visualisations > a {
    border-left: 5px solid #dec478;
}

.r-list #new-regional-economies > a {
    border-left: 5px solid #b396a1;
}

/* Subscription */

.subscribe {
    background: #822929;
    padding: 17px 0;
    color: #fff;
    position: relative;
}

.subscribe .col-md-6 > span {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 28px;
    line-height: 84px;
    font-weight: bold;
    float: left;
}

.subscribe p {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B',sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding-left: 180px;
    margin: 18px 0;
    font-weight: 400;
}

.subscribe h4 {
    margin: 18px 0;   
}

.subscribe .form-wrapper {
    margin: 20px 0;
}

#frmSubscribe .form-control {
    border-radius: 0;
    height: 44px;
    color: #3c3b3a;
}

#mc_embed_signup div.mce_inline_error {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 12px;
    background-color: #d9534f !important;
    padding: 5px 10px;
    font-weight: bold;
}

#mc_embed_signup h6 {
    font-size: 12px;
    background-color: #d9534f !important;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 27px;
}

.subscribe .btn {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 600;
    border-radius: 0;
    background: #3c3b3a;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 12px 12px;
}

#frmSubscribe .form-control-feedback {
    right: 63px;
    color: #a94442;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.subscribe #toast-container {
    position: absolute;
    top: -40px;
    left: 15px;
    font-size: 12px;
}

.subscribe #toast-container>div {
    opacity: 1;
}

.subscribe .toast-error {
    background: #d9534f;
}

::-webkit-input-placeholder {
    color: #3c3b3a !important;
}

:-moz-placeholder {
    color: #3c3b3a !important;
}

::-moz-placeholder {
    color: #3c3b3a !important;
}

:-ms-input-placeholder {
    color: #3c3b3a !important;
}

/* footer */

footer {
    background: #3c3b3a;
}

footer .foot-top {
    padding: 50px 0px;
}

footer .menu-wrapper {
    float: left;
}

footer .menu-wrapper .menu-top {
    padding-left: 0;
}

footer .menu-wrapper .menu-top > li {
    display: block;
    list-style: none;
    float: left;
    width: 191px;
    margin-right: 15px;
}

footer .menu-wrapper .menu-top > li:last-child {
    margin-right: 0;
    width: 120px;
}

footer .menu-wrapper .menu-top li h4 {
    font-size: 12px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 20px;
}

footer .menu-wrapper .menu-top li .sub-menu {
    float: none;
    padding: 0px;
}

footer .menu-wrapper .menu-top li .sub-menu li {
    float: none;
}

footer .menu-wrapper .menu-top li .sub-menu li a {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    display: block;
    text-decoration: none;
    display: block;
    margin: 10px 0;
}

footer .menu-wrapper .menu-top li .sub-menu li a:hover {
    color: #fff;
}

footer .copyright-wrapper {
    display: table;
    border-top: solid 1px #48484a;
    padding: 20px 0px 22px;
    position: relative;
    width: 100%;
}

footer .copyright-wrapper p {
    font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B',sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin: 7px 0;
    position: relative;
}

footer .copyright-wrapper p a.footer-link {
    display: block;
}

footer .pipe {
    position: relative !important;
    background-color: #48484a;
    left: 0 !important;
    display: inline-block;
    width: 1px;
    height: 15px;
    left: 0 !important;
    top: 3px !important;
    margin: 0 5px;
    -webkit-transform: translateY(0) !important;
    -moz-tranform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

footer .site-by {
    color: #fff;
    vertical-align: middle;
}

.footer-logo {
    display: block;
    margin: 0 auto;
}

.copyright-wrapper.visible-sm .footer-logo {
    margin: 20px auto 30px auto;
}

/* Error Templates */

.error-header {
    font-size: 234px;
}

/* Google Search Results */

td.gcsc-branding-text div.gcsc-branding-text,
.gsc-orderby-container {
    display: none;
}

.gsc-above-wrapper-area {
    border-bottom: 0 !important;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    border: 0 !important;
    background: transparent !important;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B',sans-serif;
    font-size: 16px;
    font-weight: 300;
}

/* IE Popup */
.browser-icons {
    text-align: center;
}

.browser-icons a {
    display: inline-block;
}

/* Media Queries */

@media(min-width:1201px) {

    .container {
        width: 1180px;
    }
}

@media(max-width: 991px) {
    .profiled-grid {
      grid-template-columns: repeat(2,1fr);
    }

    .hero-slider .item .intro-content {
        left: 5%;
        width: 80%;
    }

}

@media(min-width: 992px) and (max-width: 1200px) {

    header .intro-content {
        padding-right: 80px;
    }

    header .article-header, header .article-subtext {
        padding-right: 0;
    }

    .listings .header h1 {
        font-size: 42px;
    }

    .first h4 br {
        display: none;
    }

    #widgets .first .block {
        margin: 0 10px 10px 0;
    }

    #widgets .row-2 .block {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #widgets .featured {
        height: 610px;
        margin-right: 10px;
    }

    #widgets .block {
        height: 300px;
    }

    #widgets .img-text-wrap.article {
        padding: 10px 20px 20px;
    }

    #widgets .twitter p a {
        word-wrap: break-word;
    }

    .profile-image {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .m-projects {
        margin-top: 40px;
    }

    .m-info h3 {
        font-size: 20px;
    }

    .m-bio {
        padding-right: 0;
    }

    .m-contact-info a, .m-contact-info p {
        display: table;
    }

    .m-emblem {
        margin-top: 40px;
    }

    .timeline-content {
        width: 53%;
        margin-right: 20px;
    }

    .timeline-block:nth-child(even) .timeline-content {
        margin-left: 20px;
    }

    .timeline-image {
        margin-right: 0;
        text-align: left;
    }

    .timeline-block:nth-child(even) .timeline-image {
        margin-left: 0;
        text-align: right;
    }

    .subscribe .col-md-6 > span {
        line-height: 108px;
    }

    .subscribe .form-wrapper {
        margin: 32px 0;
    }

    .article-content .header h1 {
        font-size: 39px;
    }

    .top-banner {
        height: 480px;
    }

    #urban-gallery-grid li {
        height: 326px;
        margin: 0 10px 10px 10px;
    }

    #data-gallery .block-quarter {
        margin: 0 10px 10px 10px;
    }

    #data-gallery .block-bg {
        height: 326px;
    }

    #data-gallery .block-half .block-bg {
        width: 200px;
    }

    #data-gallery .block-wide .block-bg {
        width: 500px;
    }

    #data-gallery .block-quarter .block-bg {
        width: 239px;
    }

    #data-gallery .block-bg.divided {
        height: 161.5px;
    }

    footer .menu-wrapper {
        float: none;
    }

    footer .menu-wrapper .menu-top {
        width: 100%;
        padding-left: 15px;
    }

    footer .menu-wrapper .menu-top > li {
        float: left;
        width: 33.33333%;
        margin: 0;
    }

    footer .menu-wrapper .menu-top > li:last-child {
        width: 200px;
    }

    footer .menu-wrapper .top {
        margin-bottom: 20px;
    }

    #photo-essay  .owl-controls.clickable {
        bottom: 57%;
    }

    .timeline-block {
        width: 50%;
    }

    .article-toolbar li {
        padding: 0 10px;
    }

    .news-items {
        height: 516px;
    }

}


@media(min-width:1025px) {

    header{
        background-attachment: fixed;
    }

    .author p { font-size: 14px;}

}

@media(min-width:992px) {

    header {
        width: 100%;
        height: 100%;
        padding: 0;
        background-attachment: scroll;
    }

    .intro-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 70%;
        margin: auto;
        text-align: left;
        color: #fff;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

}

@media(min-width: 780px) and (max-width: 991px) {


    .top-banner {
        height: 380px;
        background-position: center center !important;
    }

    .navbar {
        border: 0;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

    .mp-menu {
        top: 68px;
        left: -14px;
    }

    header {
        width: 100%;
        height: 100%;
        padding: 0;
        background-attachment: scroll;
    }

    header .intro-content {
        padding-right: 0;
        width: 81%;
    }

    .intro-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 70%;
        margin: auto;
        text-align: left;
        color: #fff;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .md-modal {
        width: 70%;
    }

    .morphsearch-content h4 {
        font-size: 15px;
    }

    .morphsearch-content ul li a {
        font-size: 13px;
    }

    #about-us img {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    #widgets .col-sm-6,#widgets .col-sm-12 {
        padding: 0;
    }

    #widgets .featured {
        height: 620px;
        margin-right: 20px;
    }

    #widgets .featured h2 {
        font-size: 26px;
    }

    #widgets .featured p {
        font-size: 16px;
    }

    #widgets .block {
        height: 300px;
    }

    .first .col-sm-12 .block {
        margin-left: 0 !important;
    }

    .event_bg {
        background-size: 100% auto !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    .m-projects,.m-emblem {
        margin-top: 40px;
    }

    .members-profile {
        padding-left: 30px;
    }

    .m-bio {
        padding-right: 0;
    }

    .list-items .listing-image {
        height: 180px;
    }

    .listing-info {
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .listing-info h6 {
        margin: 0;
        margin-top: 2px;
        float: left;
    }

    .listing-info p {
        display: inline-block;
        margin-top: -2px;
        margin-left: 5px;
    }

    .listing-info a,
    .listing-info .external-author {
        display: inline-block;
        margin-top: 0;
        position: relative;
        top: 2px;
        left: 5px;
        margin-right: 5px;
    }

    .listing-content {
        padding-left: 0;
    }

    .listings .header h1 {
        max-width: 450px;
    }

    .l-download {
        margin-top: 20px;
    }

    #photo-essay {
        overflow-x: hidden;
    }

    .gallery-copyright {
        width: 200px;
    }

    .buttons .btn {
        width: 200px;
    }

    .gallery {
        padding-left: 30px;
    }

    .fotorama__caption__wrap {
        padding: 10px;
    }

    .fotorama {
        width: 500px !important;
    }

    .event-item .listing-content {
        padding-right: 160px;
    }

    .presentation-wrapper .p-sidebar {
        border-left: 0;
        margin-bottom: 30px;
    }

    .contact .col-md-4 {
        padding-bottom: 30px;
    }

    .contact .map {
        margin-top: 0;
    }

    .timeline-block {
        width: 100%;
    }

    .timeline-image {
        display: block;
    }

    #urban-gallery-grid {
        text-align: center;
    }

    #data-gallery li.og-expanded {
        height: 1028px !important;
    }

    #data-gallery .og-expanded #center-block,
    #data-gallery .og-expanded #center-block-1.active,
    #data-gallery .og-expanded #center-block-2.active,
    #data-gallery .og-expanded #center-block-3.active  {
        max-height: 658px;

    }

    #data-gallery .image-wrapper {
        margin-top: 30px;
    }

    #data-gallery hr {
        margin: 0 auto 28px auto;
    }

    #data-gallery .close-btn {
        top: 109px;
    }

    .subscribe {
        padding: 30px 0;
    }

    .subscribe .col-md-6 {
        width: 100%;
    }

    .subscribe .col-md-6 > span {
        float: none;
        line-height: 30px;
    }

    .subscribe p {
        padding-left: 0;
        margin: 0;
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .subscribe .form-wrapper {
        margin: 0;
    }

    .subscribe .input-group {
        width: 60%;
    }

    footer .menu-wrapper {
        float: none;
    }

    footer .menu-wrapper .menu-top {
        padding-left: 15px;
    }

    footer .menu-wrapper .menu-top > li {
        width: 33.33333%;
    }

    footer .menu-wrapper .menu-top > li:last-child {
        width: 200px;
    }

    footer .menu-wrapper .top {
        margin-bottom: 20px;
    }

    footer .copyright-wrapper.visible-sm p {
        display: table;
        margin: 0 auto;
    }

    footer .copyright-wrapper.visible-sm .logo-link img,
    footer .copyright-wrapper.visible-sm span.pull-right {
        display: table;
        margin: 20px auto;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    footer .copyright-wrapper.visible-sm .logo-link img {
        margin: 20px auto 0 auto !important;
    }

    #photo-essay  .owl-controls.clickable {
        bottom: 57%;
    }

    .news-items {
        height: 100%;
    }

    .news-items h3 {
        min-height: 100%;
    }

    .profiled-items h3 {
        min-height: 100%;
    }

}

@media(max-width: 779px) {

    .top-banner {
        height: 380px;
        background-position: center center !important;
    }

     .navbar {
        border: 0;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }


    .nav>li {
        display: inline-block !important;
        float: left;
    }

    .nav.navbar-right {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
    .container>.navbar-collapse, .container>.navbar-header {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

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

    .navbar a.brand {
        position: absolute;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-tranform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .mp-level {
        left: 0;
        top: 0;
    }

    header {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    header .intro-content {
        padding-right: 0;
        padding-left: 20px;
    }

    header .intro-content h1 {
        font-size: 40px;
        line-height: 41px;
    }

    .intro-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 70%;
        margin: auto;
        text-align: left;
        color: #fff;
        -webkit-transform: translate(0,-50%);
        -moz-tranform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .md-modal {
        width: 80%;
    }

    .morphsearch-submit {
        top: 7%;
    }

    .morphsearch-content h4 {
        font-size: 15px;
    }

    .morphsearch-content ul li a {
        font-size: 13px;
    }

    .article-subtext {
        font-size: 18px;
    }

    #widgets .container-fluid {
        width: 750px;
        margin-right: auto;
        margin-left: auto;
    }

    #widgets .col-sm-6,#widgets .col-sm-12 {
        padding: 0;
    }

    .row-2 .col-sm-6:last-child .block {
        margin-right: 0 !important;
    }

    #widgets .featured {
        height: 480px;
        margin-right: 20px;
    }

    #widgets .featured h2 {
        font-size: 28px;
    }

    #widgets .featured p {
        font-size: 16px;
    }

    #widgets .block {
        height: 230px;
    }

    .first .col-sm-12 .block {
        margin-left: 0 !important;
    }


    #about-us img {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .event_bg {
        background-size: 100% auto !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    .container-fluid {
        width: 100% !important;
    }

    .members-profile {
        padding-left: 30px;
    }

    .profile-image {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .m-projects,.m-emblem  {
        margin-top: 40px;
    }

    .m-bio {
        padding-right: 0;
    }

    .listings .header h1 {
        max-width: 450px;
    }

    .list-items .listing-image {
        height: 180px;
    }

    .listing-info {
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .listing-info h6 {
        margin: 0;
        margin-top: 2px;
        float: none;
    }

    .listing-info p {
        display: inline-block;
        margin-top: -2px;
        margin-left: 5px;
    }

    .listing-info a,
    .listing-info .external-author {
        display: block;
        margin-right: 5px;
        margin-top: 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .listing-content {
        padding-left: 0;
    }

    .l-download {
        margin-top: 20px;
    }

    #photo-essay {
        overflow-x: hidden;
    }

    .article-content .header h1 {
        font-size: 42px;
        line-height: 42px;
        letter-spacing: 0;
    }

    .article-content p {
        font-size: 14px;
    }

    .article-content .block-richtext iframe {
        height: 270px;
    }

    #photo-essay nav a {
        top: 99%;
    }

    .portrait img {
        max-width: 100%;
    }

    .gallery {
        border-left: 0;
    }

    .gallery-copyright {
        width: 100%;
        margin-top: 20px;
    }

    .fotorama{
        width: 100% !important;
        max-width: 100% !important;
    }

    .fotorama__wrap {
        max-width: 100% !important;
    }

    .image-gallery button {
        text-align: left;
        margin: 32px 0 0;
    }

    .gallery {
       padding-left: 20px;
       margin-top: 30px;
    }

    .image-gallery .dropdown-menu {
        left: 15px;
        width: 95%;
    }

    .event-item > img {
        display: block;
        margin: 0 auto 20px auto;
    }

    .event-item .highlighted {
        margin-left: 0;
    }

    .event-item .listing-content {
        padding-right: 80px;
        padding-top: 0;
    }

    .timeline-block {
        width: 100%;
    }

    .theme-detail .col-md-4 {
        max-width: 100%;
    }

    #urban-gallery-grid {
        text-align: center;
    }

    #data-gallery li.og-expanded {
        height: 1028px !important;
    }

    #data-gallery .og-expanded #center-block,
    /*#data-gallery .og-expanded #center-block-1,
    #data-gallery .og-expanded #center-block-2*/ {
        max-height: 658px;
    }

    #data-gallery .image-wrapper {
        margin-top: 30px;
    }

    #data-gallery hr {
        margin: 0 auto 28px auto;
    }

    #data-gallery p {
        padding: 0 30px;
    }

    #data-gallery .close-btn {
        top: 109px;
        right: 20px;
    }

    .timeline-image {
        display: block;
    }

    .timeline-image .article-tag {
        display: table;
    }

    .subscribe {
        padding: 30px 0;
    }

    .subscribe .col-md-6 {
        width: 100%;
    }

    .subscribe .col-md-6 > span {
        float: none;
        line-height: 30px;
    }

    .subscribe p {
        padding-left: 0;
        margin: 0;
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .subscribe .form-wrapper {
        margin: 0;
    }

    .subscribe .input-group {
        width: 60%;
    }

    #mc_embed_signup {
        padding: 0;
    }

    footer .menu-wrapper {
        float: none;
    }

    footer .menu-wrapper .menu-top {
        padding-left: 15px;
    }

    footer .menu-wrapper .menu-top > li {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .menu-wrapper .menu-top > li:last-child {
        width: 100%;
    }

    footer .menu-wrapper .top {
        margin-bottom: 0;
    }

    footer .copyright-wrapper.visible-sm p {
        display: table;
        margin: 0 auto;
    }

    footer .copyright-wrapper.visible-sm .logo-link img,
    footer .copyright-wrapper.visible-sm span.pull-right {
        display: table;
        margin: 20px auto;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    footer .copyright-wrapper.visible-sm .logo-link img {
        margin: 20px auto 0 auto !important;
    }

    #photo-essay  .owl-controls.clickable {
        bottom: 57%;
    }

    .news-items {
        height: 100%;
    }

    .news-items h3 {
        min-height: 100%;
    }

    .profiled-items h3 {
        min-height: 100%;
    }

    .profiled-grid {
      grid-template-columns: repeat(1,1fr);
    }

    .article-toolbar.article-twinbox .article-twinbox-list ul li div p {
        font-size: 12px;
        line-height: 18px;
    }

    .article-toolbar.article-twinbox .article-twinbox-list a {
        font-size: 12px;
        line-height: 18px;
    }

}


@media(max-width: 700px) {


    .navbar {
        z-index: 9999;
    }

    .mp-level {
        left: 15px !important;
        top: -8px !important;
    }

    #emblems {
        display: none;
    }

    .intro-content {
        width:80%;
    }

    #about-us .bold-text {
        padding-right: 0;
    }

    #about-us img {
        margin: 0 auto 30px auto;
    }

    .tools {
        display: none;
    }

    #featured-img {
        width: 100%;
    }

    #widgets .featured {
        margin: 0 auto 20px auto;
        width: 80%;
    }

    .first .col-xs-6,.row-2 .col-xs-12 > .col-xs-6 {
        width: 100%;
    }

    .first .col-xs-12 .block, .row-2 .col-xs-6 .block,.row-2 .col-sm-6:last-child .block {
        width: 80%;
        margin: 0 auto 20px auto !important;
        height:478px !important;
    }

    .event_bg {
        background-size: cover !important;
        background-position: right top !important;
    }

    .members-detail {
        display: none;
    }

    .m-accordion,.m-mobi {
        display: block !important;
    }

    .listings .header {
        flex-direction: column;  
        padding-bottom: 20px;  
    }

    .listings .header h1 {
        padding-bottom: 4px;
    }

    .listings .header .dropdown-menu {
        top: 100%;
    }

    .filter button {
        top: 0;
    }

    .body-bg .header h1, .listings .header h1,.s-header {
        font-size: 30px;
    }

    .listing-content h3 {
        font-size: 18px;
    }

    .listing-content p, .read-more, .contract,.add-calendar {
        font-size: 14px;
    }

    .article-content .header h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .gallery h3 {
        font-size: 18px;
    }

    .fotorama {
        max-width: 700px !important;
    }

    #data-gallery li.og-expanded {
        height: 1045px !important;
    }

    .members-list li {
        height: 42px;
    }

    .st-accordion ul li>a {
        line-height: 42px;
    }

    .st-accordion ul li>a span.st-arrow {
        right: 10px;
        opacity: 1;
    }

    .article-toolbar.article-twinbox .article-twinbox-list {
        width: 100%;
    }

    .article-toolbar.article-twinbox .article-twinbox-numbers {
        width: 100%;
    }

    .article-toolbar.article-twinbox {
        flex-flow: column;
    }

    .article-toolbar.article-twinbox .article-twinbox-numbers ul li:last-child {
        margin-bottom: 16px !important;
    }

}

@media(max-width: 600px) {

    body {
        font-size: 12px;
    }

    nav {
        position: relative !important;
        margin-bottom: 0 !important;
    }

    .navbar {
        z-index: 9999;
    }

    .navbar a.brand {
        padding: 14px 0;
        position: absolute;
        top: 50%;
        left: 60%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .navbar a.brand img {
        max-width: 80%;
        margin: 0 auto;
    }

    .mp-level {
        left: 7px !important;
        top: -8px !important;
    }

    header .intro-content h1 {
        font-size: 36px;
        line-height: 37px;
    }

    .bold-text {
        font-size: 14px;
    }

    .intro-content {
        width:90%;
    }

    .morphsearch-close {
        width: 20px;
        height: 20px;
    }

    .md-modal {
        width: 85%;
    }

    .morphsearch.open .morphsearch-form {
        height: 50px;
    }

    .morphsearch-input {
        font-size: 20px;
    }

    .morphsearch-submit {
        top: 6%;
        max-width: 7%;
    }

    .morphsearch-content h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .morphsearch-content ul li a {
        font-size: 12px;
    }

    .md-content > div ul li {
        padding: 2px 0;
    }

    .filter button {
        top: 0;
    }

    .listing-content h3 {
        font-size: 16px;
    }

    .listing-content p, .read-more, .contract, .add-calendar {
        font-size: 12px;
    }

    .article-content .header h1 {
        font-size: 32px;
        line-height: 32px;
    }

    blockquote {
        padding: 0 25px 0 30px;
    }

    .m-emblem {
        position: relative;
        top: 20px;
    }

    .presentation-wrapper .p-accordion {
        padding-right: 0;
    }

    .presentation-wrapper .p-list .st-content {
        padding: 20px;
    }

    .gallery h3 {
        margin-bottom: 5px;
    }

    .fotorama {
        max-width: 600px !important;
    }

    .fotorama__caption__wrap {
        padding: 5px;
    }

    .image-gallery .dropdown-menu {
        width: 92% !important;
    }

    .event-item .highlighted h1 {
        font-size: 30px;
    }

    .event-item .highlighted .date {
        font-size: 13px;
    }

    .event-info .date-time {
        font-size: 10px;
        text-align: left;
    }

    .event-item .listing-content {
        padding-right: 0;
    }

    .hidden-mobi {
        display: none;
    }

    .visible-mobi {
        display: block;
    }

    .timeline-block:nth-child(even) {
        margin: 30px 0;
    }

    .timeline-block .article-tag {
        position: absolute;
        top: 0;
    }

    .timeline-image {
        margin-left: 20px;
    }

    .timeline-image img {
        margin-top: 0;
    }

    .timeline .date,.timeline .year {
        text-align: left;
    }

    .timeline .date {
        line-height: 38px;
    }

    .timeline-content {
        float: none;
        padding-bottom: 0;
        margin-right: 0;
        width: 100%;
        margin-right: 0;
    }

    .timeline .date {
        font-size: 28px;
    }

    .timeline .year {
        font-size: 20px;
    }

    .timeline-content {
        padding: 0 20px;
    }

    .timeline-image {
        padding-bottom: 20px;
        border-bottom: 0;
    }

    .timeline .download {
        width: 100%;
        text-align: left;
        margin-left: 20px;
    }

    .subscribe .input-group {
        width: 90%;
    }

    .content-width .caption {
        font-size: 11px;
        padding: 10px 0;
    }

    #data-gallery .detail-view img {
        max-width: 50%;
    }

    #data-gallery h1 { 
        font-size: 28px;
        padding: 0 28px; 
    }

    #urban-gallery-grid li,
    #data-gallery .block-quarter {
        height: auto;
    }

    #data-gallery .block-quarter {
        display: block;
        margin: 0;
    }

    #urban-gallery-grid li:nth-child(3) {
        height: auto;
    }

    #urban-gallery-grid li:nth-child(4) {
        height: 370px;
    }

    #data-gallery .block-wide .block-bg {
        width: 250px;
    }

    #data-gallery .block-bg {
        height: 280px;
    }

    #data-gallery .close-btn {
        top: 96px;
    }

    #data-gallery .close-btn img {http://localhost:8000/unoconsole/outputs/gallery/1/#
        max-width: 80%;
    }

    #data-gallery p {
        padding: 0 20px;
    }

    #data-gallery .block-quarter:nth-child(3) {
        margin: 0;
    }

    #data-gallery .og-expanded #center-block-1.active, 
    #data-gallery .og-expanded #center-block-2.active, 
    #data-gallery .og-expanded #center-block-3.active {
        max-height: 700px;
    }

    .timeline-image { display: block !important; }

    .listing-info .title { float: none; }
    .listing-info p { margin-left: 0; }
    .listing-info a,
    .listing-info .external-author { left: 0; display: block !important; }
    .listing-info .publications,
    .listing-info .authors { padding-bottom: 5px; }

    .r-accordion.st-accordion ul li > a span {
        font-size: 14px;
    }

    .content-wrapper {
        padding: 0 !important;
    }

    #photo-essay .content-width .caption {
       display: none;
    }
}

@media(max-width: 480px) {

    body {
        font-size: 12px;
    }

    section {
        padding: 50px 0;
    }

    .navbar a.brand {
        padding: 16px 0;
        left: 50%;
    }

    .navbar a.brand img {
        max-width: 65%;
    }

    .nav.navbar-right li a {
        width: 50px;
    }

    .intro-content {
        width: 80%;
    }

    .bold-text {
        font-size: 14px;
    }

    .md-modal {
        width: 80% !important;
    }

    header .intro-content h1 {
        font-size: 22px;
        line-height: 23px;
    }

    .article-subtext {
        font-size: 16px;
    }

    #about-us img {
        max-width: 80%;
        width: auto !important;
        height: auto !important;
    }

    #widgets .featured {
        height: 420px;
    }

    #widgets .block {
        height: 320px !important;
    }

    #widgets .twitter p a {
        word-wrap: break-word;
    }

    .filter button {
        font-size: 12px;
        top: 0;
        width: 130px;
    }

    .article-toolbar li {
        padding: 0 5px;
    }

    .article-content .header h1 {
        font-size: 22px;
        line-height: 22px;
    }

    .nav-growpop div {
        width: 350px;
    }

    footer .copyright-wrapper p {
        font-size: 11px;
    }

    .footer-logo {
        max-width: 100%;
    }

    #photo-essay .owl-controls.clickable {
        display: none !important;
    }

    #data-gallery li.og-expanded {
        height: 1100px !important;  
    }

    #data-gallery li:nth-child(3).og-expanded  {
        height: 1245px !important;    
    }

    .listing-info .title { float: none; }
    .listing-info p { margin-left: 0; }
    .listing-info a,
    .listing-info .external-author { left: 0; }
    .listing-info .publications,
    .listing-info .authors { padding-bottom: 5px; }

    .r-accordion.st-accordion .st-content h5 {
        font-size: 14px;
    }

    .r-accordion.st-accordion ul li > a span,
    .r-accordion.st-accordion .st-content ul li a {
        font-size: 13px;
    }

    .error-header {
        font-size: 100px;
    }

    .error-template a.article-tag {
        display: block;
        margin: 0 auto 5px auto;
        max-width: 160px;
    }

    .error-template a.article-tag:after {
        content: '\A';
        white-space: pre;
    }

    #photo-essay .owl-theme .owl-controls .owl-buttons div {
        top: 34%;
    }

    .subscribe #toast-container {
        top: 64px;
        right: 20px;
    }

}

@media(max-width: 420px) {

    .navbar a.brand {
        left: 65%;
        padding: 18px 0;
        width: auto;
    }

    .navbar a.brand img {
        max-width: 100%;
    }

    .nav.navbar-right li a {
        width: 45px;
    }

    #widgets .featured h2 {
        font-size: 20px;
    }

    #widgets .featured p {
        font-size: 13px;
    }

    #widgets .meta,#widgets .img-text-wrap.event .meta,#widgets .img-text-wrap.event .bold-text {
        font-size: 12px;
    }

    .block .img-text-wrap h4 {
        font-size: 16px;
    }

    .members-detail, .members-detail span {
        font-size: 12px;
    }

    .m-contact-info a, .m-contact-info p {
        top: 3px;
    }

    #photo-essay nav a {
        top: 99.3%;
    }

    .nav-growpop div {
        width: 280px;
    }

    .nav-growpop h3 {
        font-size: 10px;
        padding: 9px 0;
    }

    .listings_wrapper {
        overflow-x: hidden;
    }

    .accreditation > span.camera {
        display: none;
    }

    .accreditation .credits {
        opacity: 1 !important;
        left: 0;
    }

    .accreditation .by,
    .accreditation ul li {
        font-size: 14px;
    }

    #flatpage ul {
      padding-left: 30px;
      padding-right: 30px;
    }

}

@media(max-width: 380px) {

    .listings .header h1 { padding-bottom: 5px; }
    .filter {float: none; padding-bottom: 15px; }
    .filter button { top: 0; }

    .r-accordion.st-accordion .st-content ul li a {
        font-size: 11px;
    }

    .r-accordion.st-accordion ul li > a span {
        padding-left: 5px;
    }

    #gcro .owl-controls.clickable {
        bottom: -60px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

}

@media(max-width: 767px) {
    #catalogue .listings .presentation-wrapper > div > div > a > img {
        margin-bottom: 30px;
    }
}
