/* Header*/
#primary.content-area {
    float: none;
    margin: 0 auto;
}

body {
    color: white;
}

#content {
    color: black;
}

.page-header {
    overflow: hidden;
}

.page-inner-header:before {
    content: "";
    width: 110vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    background: rgba(37,61,134,.8);
    transform: translateX(-50%);
}

.page-header .page-inner-header {
    padding: 200px 100px;
}

.page-header.regular-header .page-inner-header {
    padding: 50px 25px;
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
    .page-header .page-inner-header {
      padding: 80px;
    }
  }

@media screen and (max-width: 759px) {
    .page-header .page-inner-header {
      padding: 30px;
    }
  }

.page-inner-header .page-title {
    color: white;
    font-weight: 900;
    z-index: 1;
    position: relative;
}

.page-inner-header .post-info {
    position: relative;
    color: #000000;
    font-weight: 400;
    z-index: 1;
    position: relative;
    text-transform: none;
}

.page-inner-header .post-info a {
    color: #2699fb;
}
.page-inner-header .post-info a:hover {
    color: #2699fb;
    text-decoration: underline;
}

h5.post-info {
    text-transform: none;
}

.dark-overlay {
    background: rgba(37,61,134,1) !important;
    opacity: .8 !important;
}

.actions-header {
    display: none !important;
}

.item-header .item-terms {
    display: none !important;
}

.item-header[style="background-image: url('');"],
.archive-header {
    background: #253D87 !important;
}

.archive-header h1 {
    text-align: center;
    color: white;
    font-size: 56px;
    font-weight: 600;
}


/* Single Portfolio */
body.single-quadro_portfolio .single-wrapper {
    max-width: 100% !important;
}

h1.page-title, .page-tagline {
    position: relative;
}


/* Fonts */
h1, h2, h3, h4, h5, h6 {
    color: black;
    font-weight: 400;
    line-height: 1.2;
}

.item-body h1 {
    font-size: 64px;
    font-weight: 600;
}

.item-body h2 {
    font-size: 46px;
    font-weight: 400;
}

.item-body h3 {
    font-size: 36px;
    font-weight: 600;
}

.item-body h4 {
    font-size: 28px;
    font-weight: 400;
}

.item-body h5 {
    font-size: 22px;
    font-weight: 400;
}

.item-body h6 {
    font-size: 22px;
    font-weight: 400;
}


/* Tags */
.taotiTags-items {
    display: inline-block;
}

.taotiTags-items a {
    display: inline-block;
}

.taotiTags-items a:not(:last-item):after {
    content: ",";
}

/* Author */
.entry-meta {
    display: none !important;
}


/* Modules */
.portf-item-content h2 {
    color: white;
}

body:not(.home) .quadro-mod.type-canvas .mod-content,
.content-wrapper {
    width: 66%;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 0;
}

.content-wrapper {
    margin-top: 0;
    padding: 20px 0 60px;
    border-top: 1px solid #333;
    font-size: 14px;
}

.content-wrapper.onModularPage,
.modular-modules + .content-wrapper {
    margin-top: 40px;
}

.page-wrapper + .content-wrapper {
    margin-top: 0;
}

@media only screen and (max-width: 759px) {
    body:not(.home) .quadro-mod.type-canvas .mod-content {
        width: 100%;
        max-width: 100%;
    }
}

/* GTranslate */
.inner-header .header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-center > .switcher {
    display: inline-block;
}

.header-center > .switcher {
    width: auto;
    overflow: visible;
    font-family: unset;
    font-weight: bold;
    font-size: 13px;
    position: relative;
	justify-self: end;
}

.header-center > .switcher:hover .option {
    display: block !important;
}

.header-center > .switcher:after {
    content: "";
    position: absolute;
    left: 0;
    top: 95%;
    width: 70px;
    pointer-events: none;
    z-index: 1;
    height: 60px;
}

.header-center > .switcher:hover:after {
    pointer-events: inherit;
}

.header-center > .switcher .option {
    position: absolute;
    top: 70px;
    width: 200px;
    border: none;
    padding: 25px !important;
    background: black;
    opacity: 1;
    overflow: hidden;
    height: 248px !important;
    right: -50px;
    max-height: 240px !important;
}

body:not(.landing-enabled).tall-header .site-content {
    margin-top: 110px;
}

@media screen and ( max-width: 1500px ) {
    .header-center > .switcher .option {
        left: inherit;
        right: -50px;
    }
}


.header-center > .switcher .option a {
    background: black;
    color: white;
    padding: 8px 10px;
}

.header-center > .switcher .option a.selected {
    background: black;
    color: white;
}

.header-center > .switcher .option a:hover {
    background: #0393CB;
}

.header-center > .switcher .option img {
    display: none;
}

.header-center > .switcher .selected {
    background: none;
}

.header-center > .switcher > .selected {
    pointer-events: none;
}

.header-center > .switcher > .selected > a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url("../../images/icon-globe.svg");
    background-size: 26px 21px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    border: none;
    pointer-events: none;
	transition: all 0.3s ease;
}

.header-center > .switcher:hover > .selected > a {
 	transition: all 0.3s ease;
    background-image: url("../../images/icon-globe-blue.svg");
    background-size: 26px 21px;
    background-position: center;
    background-repeat: no-repeat;
}

.header-center > .switcher .selected > a:after,
.header-center > .switcher .selected > a > img {
    display: none;
}

.inner-header .site-title.logo-title > a {
    height: 0;
    transform: translateY(-46px);
}

.site-header .header-1st-row .inner-header .header-left img {
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    max-width: 100% !important;
}

.taotiTags-items {
    display: inline;
}

.taotiTags-items a:not(:last-child):after {
    content: ", ";
}

.bottom-footer .d-logo-footer svg {
    height: 55px;
    width: auto;
}

.type-insights.overlay-on .insight-title {
    color: white;
}

.type-magazine .mod-title {
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.type-magazine .cat-links {
    display: none !important;
}

/* Maps */
.map-container {
    width: 100%;
}

.map-container.active iframe {
    pointer-events: inherit;
}

.map-container iframe {
    pointer-events: none;
    width: 100%;
    height: 100%;
    min-height: 810px;
}

/* hide notices*/
/*body > br,
body > code,
body > b,
body > strong,
body > b + *,
body > strong + *
body > code + * {
    display: none!important;
    color: white;
    height: 0;
}*/


/* Page Content */

.page-content ol,
.page-content ul,
.canvas-content ul,
.canvas-content ol {
    margin-bottom: 1.4em;
    padding-left: 1.4em;
    margin-left: 0;
}

.page-content ol,
.page-content ol li,
.canvas-content ol,
.canvas-content ol li {
    list-style-type: decimal;
}

.page-content ol li,
.canvas-content ol li {
    margin-bottom: 5px;
}

.page-content ul,
.page-content li,
.canvas-content ul,
.canvas-content li {
    list-style-type: disc;
}

.page-content ul ul,
.canvas-content ul ul {
    margin-top: 1.4em;
}

.page-content ol ol,
.canvas-content ol ol {
    margin-top: 1.4em;
}

.quadro-slide-background-image {
    width: 50%;
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
}

.type-slider .flex-control-nav {
    bottom: 30px;
}

@media screen and ( max-width: 960px ) {
    .quadro-slide-background-image {
        width: 100%;
    }
}

#gdpr-cookie-message {
    z-index: 100;
}

.d-menu-footer ul {
    display: flex;

    margin: 0;
    padding: 0;
}

.d-menu-footer ul li:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer .d-social-box {
    margin: 0;
}

.sub-menu li+li {
    margin-top: 0 !important;
}

body.search-no-results #main {
    min-height: 600px;
}

.site-footer .bottom-footer .d-social-footer {
    width: auto !important;
}

body.search-no-results .page-header .page-inner-header h1 {
    color: black;
}

body.search-no-results .page-header .page-inner-header {
    padding: 0;
}

body.search-no-results .page-header,
body.search-no-results .page-header .page-inner-header:before {
    background: none;
}

.site-footer .bottom-footer .d-menu-footer {
    width: auto !important;
}

body.home .quadro-slides .inner-slide:before {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(37,61,134,.8);
}

.quadro-slides .inner-slide a {
    color: white;
}

.type-slider ul.quadro-slides li .inner-slide .slide-content h3,
.type-slider ul.quadro-slides li .inner-slide .slide-content {
    color: white;
}

body.home .type-slider ul.quadro-slides li .inner-slide .slide-content {
    text-align: left;
}

@media screen and ( max-width: 1500px ) {
    body.home .type-slider ul.quadro-slides li .inner-slide .slide-content h3 {
        font-size: 24px;
    }
}

.type-slider .inner-mod {
    padding: 0;
}


body.home .quadro-slide {
    background-size: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

body.home .type-slider ul.quadro-slides li .inner-slide .slide-content a {
    text-decoration: underline;
}

body.home .type-slider ul.quadro-slides li .inner-slide .slide-content a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 759px) {
    .insight-content {
        padding: 40px 0 0;
    }

    body:not(.home) .quadro-mod.type-canvas .mod-content, .content-wrapper {
        width: calc(100% - 30px);
    }
}

.site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li:last-child > a {
    font-size: 13px;
    font-weight: bold;
}

.main-navigation .menu > li > a, .main-navigation .menu > ul > li > a {
    font-weight: bold;
}

.quadro-mod.type-insights .insight-content {
    text-align: left !important;
}
.quadro-mod.type-insights .layout3-insight .insight-content {
    text-align: center !important;
}


.quadro-mod.type-insights {
    overflow: visible;
}

.quadro-mod.type-insights .layout2-insight {
    position: relative;
    display: flex;
    align-items: center;
}

.slbCloseBtn:hover {
    background: none !important;
}

.slide-image-captionWrap {
    position: relative;
    height: 100%;
}

.slide-image-captionWrap .slide-image-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    color: white;
    background: rgba(37,61,134,.8);
    padding: 0px 20px;
    font-size: 14px;
    font-style: italic;
}

.quadro-mod.type-insights .imageCaption {
    position: absolute;
    left: 0;
    color: black;
    background: none;
    width: 100%;
    bottom: 0;
    font-size: 14px;
    display: block;
    z-index: 4;
    padding: 9px;
    line-height: 1;
    font-style: italic;
    color: white;
    background: rgba(0,0,0,.75);
}

.insight-imageWrap {
    width: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

@media screen and ( max-width: 760px ) {
    .insight-imageWrap {
        width: 100%;
        padding: 20px;
    }

    .insight-imageWrap iframe {
        width: 100%;
        min-height: 300px;
        padding: 0px;
    }
}

.insight .insight-imageWrap img {
    width: 100%;
}

.switcher .selected a {
    padding: 0 !important;
}

.header-search-button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}



.header-search-button svg {
    width: 23px;
    height: 23px;
}
.hamburger-menu svg {
	position: relative;
	top: 3px;
}
.header-searchform {
    position: absolute;
    top: 100%;
    background: black;
    height: 115px;
    display: flex;
    right: calc((100vw - 1400px)/2);
    z-index: 10;
    padding: 0 70px 0 45px;
    align-items: center;
}

.header-searchform .input-group input {
    border-bottom: 1px solid #3A85C5 !important;
    border-radius: 0;
	color: #fff;
	font-size: 18px;
	background: transparent !important;
	width: 350px;
	margin-bottom: 15px;
}



.header-searchform form {
    display: block;
}

.header-searchform .header-search-button {
    font-size: 18px;
    line-height: 0;
}

.site-header .header-center {
    margin-top: 13px;
}

.headroom--not-top.headroom--unpinned {
    transform: none !important;
}


/* Newsletter Sign Form */
.signUpForm {
    border-top: none !important;
    padding: 40px 0;
}

ul#gform_fields_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul#gform_fields_1 li {
    flex-basis: 100%;
}

ul#gform_fields_1 input {
    width: 100%;
}

ul#gform_fields_1 #field_1_4,
ul#gform_fields_1 #field_1_5 {
    flex-basis: 50%;
}

.gform_footer {
    text-align: center;
}

ul#gform_fields_1 .gchoice_1_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.twitterFeed {
    padding: 100px 0;
}

.twitterFeed .inner-mod {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 40px;
}

.twitterFeed .inner-mod > * {
    flex-basis: 48%;
}
@media screen and ( max-width:  1400px) {
	.header-searchform {
		right: 0 !important;
	}
}

@media screen and ( max-width:  960px) {
    .twitterFeed,
    .signUpForm {
        padding: 40px 0;
    }

    .twitterFeed .inner-mod > *:first-child {
        height: 500px;
    }
    .twitterFeed .inner-mod > * {
        flex-basis: 100%;
    }
}

.twitterFeed-image {
    background-size: cover;
    margin-bottom: 20px;
    transform: scaleX(-1);
}

.twitterFeed-feed {
    height: 700px;
    overflow: scroll;
}


/* Sub Page Links*/
.subPageLinks {
    background: #0088cc;
}

.subPageLinks .inner-header {
    display: flex;
    align-items: center;
	justify-content: center;
	line-height: 1.4;
}

@media screen and (max-width: 600px){
	.subPageLinks .inner-header {
		display: block !important; /* Has to override an important tag from another rule. */
		padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
	}
}


.subPageLinks li {
	margin-bottom: 0;
}

.subPageLinks li a {
    display: block;
    padding: 1rem 2.5rem;
    border-right: 1px solid rgba(0,0,0,.3);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.subPageLinks li a:hover {
    background: #0070a8;
}

.subPageLinks li:first-child a {
    border-left: 1px solid rgba(0,0,0,.3);
}
.hamburger-menu:hover, .menu-item-has-children > span:hover  {
	cursor: pointer;
	
}
.hamburger-menu.active, .hamburger-menu:hover, .header-search-button:hover, .swithcer:hover,.header-search-button.active {
	filter: invert(57%) sepia(22%) saturate(2471%) hue-rotate(165deg) brightness(88%) contrast(90%);
	transition: all 0.3s ease;
}
.menu-main-menu-container {

	position: fixed;
	height: calc(100vh - 95px);
	right: -500px;
	width: 500px;
	z-index: 100000;
	top: 95px;
	background: #000000;
	transition: all 0.7s ease;
	padding: 50px;
}
.menu-item-has-children > span {
	width: 35px;
	display: inline-block;
}
.menu-item-has-children > span::after {
	    content: '';
    border: 2px solid #0088cc;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 15px;
    position: relative;
	right: 0;
	top: -5px;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);transition: all 0.2s ease;
	
}
.menu-item-has-children > span.active::after {
	-webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
	transition: all 0.2s ease;
}
.menu-main-menu-container .menu-item-has-children.toggle-open a:first-child {
	color: #3A85C5 !important;
}
.menu-main-menu-container .menu-item-has-children.toggle-open .sub-menu li a:first-child {
	color: #fff !important;
	
}
.menu-main-menu-container a:visited, .menu-main-menu-container a:active, .menu-main-menu-container a:focus {
	color: #0088cc;
}
.menu-main-menu-container a:hover {
	
}
.menu-main-menu-container.open {
	right: 0;
	overflow-y: scroll;
}
.menu-main-menu-container ul:not(.sub-menu) > li {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff !important;
	position: relative;
	margin-bottom: 15px;
}
.menu-main-menu-container  ul.sub-menu li {
	font-size: 15px;
	margin-bottom: 0;
}
.menu-main-menu-container ul:not(.sub-menu) > li a {
	color: #fff !important;
	position: relative;
}
.menu-main-menu-container li {
	text-align: left;
}
#menu-item-3223 {
	border-top: 1px solid #707070;
	padding-top: 40px;
	margin-top: 30px;
	
}
#menu-item-3223:hover a {
	cursor: default;
	text-decoration: none !important;
}
#menu-item-3223 a {
	color: #0088cc !important;
}

.site-header .site-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    
}


#masthead .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#masthead.site-header .header-center {
  grid-template-columns: 120px 220px minmax(50px, 1fr) 50px 50px;
    position: unset;
    display: grid;
    align-items: center;
	justify-content: left;
	height: 100%;
	margin: 0 auto;
}
.sub-menu {
	position: relative;
	margin-left: 0 !important;
	padding: 10px 0 0;
}
.sub-menu li  {
	text-transform: none !important;
	font-weight: 400 !important;
}
#masthead h3 {
	color: #fff;
	margin-bottom: 0 !important;
	font-family: 'Helvetica';
	font-size: 24px;
	font-weight: 600;
	justify-self: center;
}


#masthead.site-header .header-left .site-title > a {
    transform: none;
    display: block;
    height: auto;
}
.header-left {
	position: relative;
    height: auto;
 
}

#masthead .header-1st-row {
    padding: 5px 15px !important;
	height: 95px !important;
}
/* Change the white to any color */
.header-searchform .input-group input:-webkit-autofill,
.header-searchform .input-group input:-webkit-autofill:hover, 
.header-searchform .input-group input:-webkit-autofill:focus, 
.header-searchform .input-group input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px black inset !important;
	-webkit-text-fill-color: white !important;
	    border: none;
}
@media only screen and (min-width: 960px) {
    #masthead.site-header .header-1st-row .inner-header .header-left img {
        margin-top: 0;
    }
	.site-branding {
		position: relative !important;
		top: 0  !important;
		left: 0 !important;
	}
}

#masthead.site-header .header-1st-row .inner-header .header-center .main-navigation .menu > li:nth-child(6) {
    width: 140px !important;
    display: inline-flex !important;
    align-items: center;
}

.site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li:not(:last-child) {
    max-width: 180px;
    line-height: 1.3;
}

#masthead.site-header .header-1st-row .inner-header .header-center .main-navigation {
    flex-basis: 84%;
}

@media screen and (max-width: 1200px) {
    .site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li:last-child {
        margin-left: -20px !important;
    }

    body.home .type-slider ul.quadro-slides li .inner-slide .slide-content p {
        font-size: 14px !important;
        line-height: 2 !important;
    }

    body.home .type-slider ul.quadro-slides li .inner-slide .slide-content h3 {
        margin-bottom: 20px !important;
        line-height: 1.5 !important;
        font-size: 28px !important;
    }
}

@media screen and (max-width: 959px) {
 	.header-left {
    top: 2px;
}

	.site-branding {
		position: relative;
		top:0;
		left: 0;
	}

   

    .site-header .site-title {
        transform: none;
        position: relative;
        top: inherit;
    }

    .headroom--not-top .header-1st-row, .background-header .header-1st-row {
        height: auto !important;
        padding: 10px !important;
    }

    .sticky-header .site-header {
        height: auto !important;
        padding: 0;
    }

    

    .menu-toggle {
        position: relative!important;
        top: inherit!important;
        right: inherit!important;
    }

    .inner-header .header-center {
        margin-top: 0;
    }

    ul#gform_fields_1 #field_1_4,
    ul#gform_fields_1 #field_1_5 {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .quadro-mod.type-insights .layout2-insight {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 520px) {
    body.home .type-slider ul.quadro-slides li .inner-slide .slide-content {
        padding: 0 40px;
    }
	.site-header .header-1st-row .inner-header .header-left img {
        width: 100px !important;
	}
	#masthead.site-header .header-center {
		grid-template-columns: 150px minmax(50px, 1fr) 50px 50px;
		grid-template-areas: 'header-left translate search menu' 'h3 translate search menu';
		grid-gap: 8px 0;
	}
	#masthead .header-1st-row {
    padding: 5px 20px 5px 30px !important;
}
	.header-left {
		grid-area: header-left;
		justify-self: start;
		align-self: end;
	}
	#masthead  .header-center h3 {
		grid-area: h3;
		font-size: 16px;
		justify-self: start;
		align-self: start;
		padding-left:3px;
	}
	.header-center .switcher {
		grid-area: translate;
	}
	.header-search-button {
		grid-area: search;
	}
	.hamburger-menu  {
		grid-area: menu;
	}
	.menu-main-menu-container {
		width: 100vw;
		right: -100vw;
		padding: 20px 20px 40px 30px;
		height: calc(100vh - 95px);
    overflow: scroll;
	}
	.menu-main-menu-container ul  {
		margin-left: 0 !important;
	}
	#menu-item-3223 {
    padding-top: 20px;
    margin-top: 20px;
	}
	.header-searchform .input-group input, .header-searchform form {
		width: 100%;
	}
	.header-searchform {
		width: 100vw;
		padding: 0 45px;
	}
	
}
div[data-map=how-pollution-impacts-human-health-2], div[data-map=how-pollution-impacts-human-health] {
    float: none !important;
    margin: 0 auto 20px !important;
}


.gcaColumns {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;

}

.gcaColumns > * {
    padding: 0 10px;
    border-right: 1px solid black;
    width: 145px;
    min-height: 74px;
}

.gcaColumns > * {
    font-weight: bold;
}

.gcaColumns > * a {

    display: block;
}

.gcaColumns > *:first-child {
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
}

div#map-canvas:after {
    content: "West Oakland";
    display: block;
    position: relative;
    width: 100%;
    padding: 2px 5px;
    background: rgba(0,0,0,.8);
    color: white;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    z-index: 0;
}

div#map-canvas2:after {
    content: "East Oakland";
    display: block;
    position: relative;
    width: 100%;
    padding: 2px 5px;
    background: rgba(0,0,0,.8);
    color: white;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    z-index: 0;
}

.layout3-insight a {
    color: white;
    text-decoration: underline;
}

.layout3-insight a:hover {
    text-decoration: none;
    color: white;
}

.inner-mod {
    padding: 0 15px;
}

.layout1-insight,
.layout2-insight {
    text-align: center;
}

.insight.layout1-insight img,
.insight.layout2-insight img {
    max-height: 500px;
    width: auto;
}

.insight.layout1-insight img {
    max-width: 100%;
}

.testimonial-item .testimonial-item-text {
    font-style: italic;
    text-transform: none;
    font-size: 16.2px !important;
    /*line-height: 2.5;*/
}

/* desktop size */
@media screen and ( max-width: 1200px ) {
    .site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li {
        max-width: 140px;
        min-width: 0 !important;
        /*max-width: none !important;*/
    }

    .site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li:last-child {
        min-width: 100px !important;
    }

    .site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li a {
        font-size: 10px !important;
        display: block !important;
        text-align: center !important;
        width: 100%;
        padding: 0 7px;
    }

    .site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li:nth-child(6) {
        margin-left: 15px !important;
    }

    .site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li#menu-item-352:after {
        background-size: 6px 4px;
        width: 10px;
        height: 7px;
        content: 'x';
        color: transparent;
        transform: translateX(-13px);
    }
}

/* mobile sizes */
@media screen and ( max-width: 768px ) {
    .big-header .page-inner-header .page-title {
        font-size: 30px;
    }
}


body {
    opacity: 0;
    transition: opacity .25s ease;
}

body.loaded {
    opacity: 1;
}


.map-container--smaller {
    max-width: 768px;
    margin: 0 auto;
}

.entry-title span {
    font-size: 15px;
}