.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*
Theme Name: Ruth Blatt
Description: Ruth Blatt WP theme.
Author: Mastilo.co
Author URI: http://www.mastilo.co/
Version: 1.0
*/

@charset "utf-8"; 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, dl, dt, dd, ol, ul, li, fieldset, form, input, select, textarea, label, legend, table
{padding: 0; margin: 0; border: 0; list-style-type: none; line-height:100%; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

/*
font-family: forma-djr-micro, sans-serif; 400, 500, 700
*/

@font-face {
	font-family: 'SFUIText';
	font-style: normal;
	font-weight: normal;
	src: local('SF UI Text Regular'), url('/wp-content/themes/ruthblatt/fonts/SFUIText-Regular.woff') format('woff');
}

@font-face {
	font-family: 'SFUIText';
	font-style: italic;
	font-weight: normal;
	src: local('SF UI Text Italic'), url('/wp-content/themes/ruthblatt/fonts/SFUIText-RegularItalic.woff') format('woff');
}

@font-face {
	font-family: 'SFUIText';
	font-style: normal;
	font-weight: 600;
	src: local('SF UI Text Semibold'), url('/wp-content/themes/ruthblatt/fonts/SFUIText-Semibold.woff') format('woff');
}

@font-face {
	font-family: 'SFUIText';
	font-style: italic;
	font-weight: 600;
	src: local('SF UI Text Semibold Italic'), url('/wp-content/themes/ruthblatt/fonts/SFUIText-SemiboldItalic.woff') format('woff');
}

@font-face {
	font-family: 'SFUIText';
	font-style: normal;
	font-weight: 700;
	src: local('SF UI Text Bold'), url('/wp-content/themes/ruthblatt/fonts/SFUIText-Bold.woff') format('woff');
}

@font-face {
	font-family: 'SFUIText';
	font-style: italic;
	font-weight: 700;
	src: local('SF UI Text Bold Italic'), url('/wp-content/themes/ruthblatt/fonts/SFUIText-BoldItalic.woff') format('woff');
}

/* 16px */
body, html {height: 100%;}
body {font: 1em SFUIText, sans-serif; color: #17343b; background: #fff; -webkit-text-size-adjust: none;}
a {color: #739e5a; text-decoration: none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
a:hover {color: #4e7867;}
input, select, textarea, button {font: 1em SFUIText, sans-serif; color: #17343b; 
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; -webkit-border-radius: 0; border-radius: 0; -webkit-appearance:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"], input[type="reset"], button, label {cursor: pointer; padding: 0; border: 0;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;}
textarea {overflow:auto;}
table {border-collapse: separate; border-spacing: 0;}
a:active {outline: 0;} *:focus {outline: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
header, section, nav, hgroup, footer, article { display: block; }
strong, b {font-weight: 700;}
em, i {font-style: italic;}
p {line-height: 150%;}
.left {float: left;}
.right {float: right;}
.center {text-align: center !important;}
.tleft {text-align: left;}
.tright {text-align: right;}
.margin0 {margin: 0 !important;}
.padding0 {padding: 0 !important;}
.border0 {border: 0 !important;}
.padding-bottom0 {padding-bottom: 0 !important;}
.padding-top0 {padding-top: 0 !important;}
.clear {clear: both;}
img {max-width: 100%; height: auto; vertical-align: middle;}
.uppercase {text-transform: uppercase}
.no-case {text-transform: none !important;}
.relative {position: relative;}
.overflow-hidden {overflow: hidden;}
.rounded {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;	
}
div.rounded {overflow: hidden;}
button::-moz-focus-inner {padding: 0; border: 0}
:required {-webkit-box-shadow: none; box-shadow: none;}
.element-hidden {display: none;}
.full-width {width: 100%;}

/* WP Styles */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	margin: 0 2em 2em 0;
}
img.alignright {
	margin: 0 0 2em 2em;
}
.wp-caption {
	max-width:100%;
	text-align: center;
	margin: 0 0 30px 0;
}
.wp-caption:last-child {margin: 0;}
.wp-caption img {
}
.wp-caption .wp-caption-text {
	padding: 10px 0 0 0; text-align: center;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
img#wpstats{display: none}
/* WP Styles */

span.edit-link a {position: fixed; bottom: 0; left: 0; z-index: 99999; background: red; color: #fff !important; font-size: 1em; padding: 10px;}

::-moz-selection {background: #739e5a; color: #fff;}
::selection {background: #739e5a; color: #fff;}

*::-webkit-input-placeholder { color: #17343b; }
*::-moz-placeholder { color: #17343b; opacity: 1; }
*:-ms-input-placeholder { color: #17343b; }
*:-moz-placeholder { color: #17343b; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: transparent !important; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: transparent !important; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: transparent !important; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: transparent !important; }

.wrapper {width: 1200px; margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.valign {display: inline-block; vertical-align: middle; width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.valign.bottom {vertical-align: bottom;}
.valign.top {vertical-align: top;}

.body-content {float: left; width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.padding-content {padding: 60px 0;}
.half-content {float: left; width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.in-middle {display: inline-block; vertical-align: middle; width: 780px; text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.in-middle.small {width: 580px;}
.in-middle.large {width: 1000px;}

.flex-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}
.flex-row.align-center {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;	
}
.flex-row.align-justify {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex-row.align-center-justify {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;	
}

.bg-cover {background-repeat: no-repeat; background-position: center top; background-size: cover;}

.entry-content p, .entry-content .as-p {margin: 0 0 30px 0;}
.entry-content p:last-child, .entry-content .as-p:last-child {margin: 0 !important;}
.entry-content p span, .entry-content h1 span, .entry-content h2 span {line-height: 110%;}
.entry-content center {line-height: 150%}
.entry-content blockquote {width: calc(100% + 240px); position: relative; margin: 0 0 30px -120px; padding: 30px 0 30px 100px; border-top: solid 1px #c6ced9; border-bottom: solid 1px #c6ced9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.entry-content blockquote:last-child {margin-bottom: 0;}
.entry-content blockquote:before {content: "“"; display: block; background: #fef5dd; width: 50px; line-height: 66px; height: 50px; font-weight: bold; font-size: 2.5em; text-align: center;
	position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.entry-content blockquote p, .entry-content blockquote div {font-size: 32px; line-height: 110%; font-weight: bold;}
.entry-content hr {padding: 0; margin: 0 0 30px 0; border: 0; height: 1px; background: #c6ced9;}
.clear_column + hr {margin-top: 30px;}
.entry-content ul, .entry-content ol {margin: 0 0 30px 0;}
.entry-content ul:last-child, .entry-content ol:last-child {margin: 0;}
.entry-content li {margin: 0 0 20px 0; line-height: 150%; position: relative; padding: 0 0 0 20px;}
.entry-content li:last-child {margin-bottom: 0;}
.entry-content ul li:before {content: " "; display: block; width: 6px; height: 6px; background: #3b5275; position: absolute; left: 0; top: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.entry-content ol li {list-style-type: decimal; list-style-position: outside; padding: 0; margin: 0 0 20px 18px;}
.entry-content ol ul {margin-top: 20px !important;}
.entry-content ol ul li:before {display: none;}
.entry-content iframe {max-width: 100%; margin: 0 0 30px 0;}
.entry-content iframe:last-child {margin: 0;}
.entry-content img + img {margin: 0 0 0 30px;}

.content-column {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.one_half {padding: 0 30px;}
.content-column.full_width {padding: 0; margin: 0 0 50px 0;}
.clear_column {margin: 0 0 50px 0;}
.clear_column:last-child, .content-column.full_width:last-child {margin: 0;}

body.mce-content-body {margin: 20px; height: auto;}

/* SITE */

.forma {font-family: forma-djr-micro, sans-serif;}

.p-20 p {font-size: 1.25em;}
.p-23 p {font-size: 1.438em;}
.p-600 p {font-weight: 600;}

h1 {font-size: 7.5em; line-height: 100%; font-family: forma-djr-micro, sans-serif; font-weight: 500; margin: 0 0 30px 0;}
h2 {font-size: 4.375em; line-height: 100%; font-family: forma-djr-micro, sans-serif; font-weight: 500; margin: 0 0 30px 0;}

h5 {font-size: 1.75em; line-height: 125%; font-weight: 600; margin: 0 0 30px 0;}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {margin: 0;}

.page-title {font-size: 2.5em;}

.split-title {position: relative;}
.split-title .word {display: inline-block; vertical-align: middle; font-size: 0;}
.split-title .letter {display: inline-block; vertical-align: middle; font-size: 7.5rem; opacity: 0.1;
	-webkit-transition: all .6s ease; -moz-transition: all .6s ease; transition: all .6s ease;
}
.split-title .page-title .letter {font-size: 2.5rem;}
.split-title .letter.animated {opacity: 1;}

.bg-white {background-color: #fff;}
.bg-body {background-color: #17343b;}
.bg-green {background-color: #4e7867;}
.bg-green-light {background-color: #739e5a;}
.bg-light {background-color: #F9FBF8;}

.color-white {color: #fff;}
.color-body {color: #17343b;}
.color-green {color: #4e7867;}
.color-green-light {color: #739e5a;}
.color-light {background-color: #F9FBF8;}

.inline-window {padding: 30px;}

a.button, .button a, button.button, input.button, span.button {display: inline-block; vertical-align: middle; background: #4e7867; color: #fff;
	line-height: 66px; text-align: center; text-transform: uppercase; white-space: nowrap; min-width: 240px;
	padding: 0 20px; font-size: 0.875rem; font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
a.button:hover, .button a:hover, button.button:hover, input.button:hover, span.button:hover {background: #739e5a;}

a.button.green-light, .button.green-light a, button.button.green-light, input.button.green-light, span.button.green-light {background: #739e5a;}
a.button.green-light:hover, .button.green-light a:hover, button.button.green-light:hover, input.button.green-light:hover, span.button.green-light:hover {background: #4e7867;}

a.button.dark, .button.dark a, button.button.dark, input.button.dark, span.button.dark {background: #17343b;}
a.button.dark:hover, .button.dark a:hover, button.button.dark:hover, input.button.dark:hover, span.button.dark:hover {background: #17343b; color: #739e5a;}

.button-group {font-size: 0; white-space: nowrap;}
.button-group > div {display: inline-block; vertical-align: middle; font-size: 16px;}
.button-group > div + div {margin: 0 0 0 40px;}
.button-group.center > div {margin: 0 20px !important;}

#header {position: fixed; left: 0; top: 0; z-index: 10000;}
#header:before {content: " "; display: block; width: 100%; height: 100%; position: absolute; left: 0; bottom: 100%; background: #fff;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.site-logo {float: left; line-height: 120px; font-size: 0;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.site-logo a {display: inline-block; vertical-align: middle;
	font-weight: bold; font-size: 1.688rem; line-height: 100%; text-transform: uppercase;
}

.main-menu {float: right; font-size: 0;}
.main-menu .level-0 {display: inline-block; vertical-align: middle; line-height: 120px; position: relative;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.main-menu .level-0 + .level-0 {margin: 0 0 0 56px;}
.main-menu .level-0:not(.icon):not(.button) > a {display: inline-block; vertical-align: middle; position: relative;
	color: #17343b; font-size: 1rem; font-weight: bold; text-transform: uppercase; padding: 10px 0; line-height: 130%;
}
.main-menu .level-0:not(.icon):not(.button) > a:hover {color: #739e5a;}
.main-menu .level-0:not(.icon):not(.button) > a:before {content: " "; display: block; width: 100%; height: 2px; position: absolute; left: 0; bottom: 5px; background: #739e5a; opacity: 0;}
.main-menu .level-0.current-menu-item:not(.icon):not(.button):not(.scrollto) > a:before {opacity: 1;}

.menu-item.icon {display: inline-block; vertical-align: middle;}
.menu-item.icon + .icon {margin: 0 0 0 30px;}
.menu-item.icon > a {display: inline-block; vertical-align: middle; position: relative; width: 48px; height: 48px; font-size: 0; border: solid 2px #17343b;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
.menu-item.icon > a:before {content: " "; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	background: url(/wp-content/themes/ruthblatt/images/icon-s.png) no-repeat -9999px; background-size: 60px 40px;
}
.menu-item.icon > [href*="facebook"]:before {width: 8px; height: 18px; background-position: 0 0;}
.menu-item.icon > [href*="twitter"]:before {width: 16px; height: 13px; background-position: -20px 0;}
.menu-item.icon > [href*="linkedin"]:before {width: 14px; height: 14px; background-position: -40px 0;}
.menu-item.icon > a:hover {border-color: #739e5a;}
.menu-item.icon > a:hover:before {background-position-y: -20px;}

.main-menu .sub-menu {position: absolute; left: 50%; top: 100%; 
	-webkit-transform: translateX(-50%); transform: translateX(-50%); background: #fff; min-width: 240px; padding: 10px 20px;
	opacity: 0; pointer-events: none;
	-webkit-box-shadow: 0 7px 21px 0 rgba(58, 81, 117, 0.11);
	box-shadow: 0 7px 21px 0 rgba(58, 81, 117, 0.11);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.main-menu .level-0:hover .sub-menu, .main-menu .level-0.clicked .sub-menu {opacity: 1; pointer-events: auto; top: 85%;}
.main-menu .sub-menu:before {content: " "; display: block; width: 12px; height: 12px; background: #fff; position: absolute; left: 50%; top: 0;
	-webkit-transform: rotate(45deg) translateX(-50%); transform: rotate(45deg) translateX(-50%);
}
.main-menu .sub-menu li {position: relative;}
.main-menu .sub-menu a {display: block;
	color: #17343b; font-size: 1rem; font-weight: bold; text-transform: uppercase; padding: 10px 0; line-height: 115%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu .sub-menu a:hover {color: #739e5a;}

.fixed #header:before {bottom: 0;}
.fixed #header .site-logo, .fixed #header .main-menu .level-0 {line-height: 80px;}

#footer .content {border-top: solid 1px #e1e1e1; padding: 50px 0;}
#footer .site-logo {line-height: 60px;}
#footer .main-menu .level-0 {line-height: 100%;}

#page-content {margin: 120px 0 0 0;}

#intro .split-title {z-index: 10;}
#intro .image {display: inline-block; vertical-align: middle; width: 350px; margin: -35px 0 0 0; overflow: hidden;}
#intro .image-bg {padding: 100% 0 0 0;}
/*#intro .image-bg {padding: 100% 0 0 0;
	-webkit-transition: all .6s ease; -moz-transition: all .6s ease; transition: all .6s ease;
}
#intro .image:hover .image-bg {transform: scale3d(1.05, 1.05, 1)}
#intro-below {margin: -170px 0 0 0;}
#intro-below .content {padding: 110px 0 0 0;}*/

.page-contact {
	-webkit-box-shadow: 0 9px 29px 0 rgba(22, 23, 26, 0.13);
	box-shadow: 0 9px 29px 0 rgba(22, 23, 26, 0.13);
}
.page-contact .page-heading {margin: -115px 0 20px 0;}
.page-contact .page-content {display: inline-block; vertical-align: middle; width: 570px; padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.wpcf7 .field {float: left; width: 100%; margin: 0 0 20px 0; position: relative;}
.wpcf7 .field.half {width: calc(50% - 10px);}
.wpcf7 .field.half + .half {float: right;}
.wpcf7 .field.submit {margin: 20px 0 0 0;}
.wpcf7 [type="text"], .wpcf7 [type="email"], .wpcf7 textarea {width: 100%; border-bottom: solid 2px #739e5a; 
	font-size: 1.125em; height: 60px; background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.wpcf7 textarea {resize: none; padding: 18px 0;}
.wpcf7 [type="text"]:hover, .wpcf7 [type="email"]:hover, .wpcf7 textarea:hover, 
.wpcf7 [type="text"]:focus, .wpcf7 [type="email"]:focus, .wpcf7 textarea:focus {border-color: #4e7867;}
.wpcf7 br {display: none;}
.wpcf7-not-valid {border-style: dotted !important;}
.wpcf7-not-valid-tip {display: none !important;} 
.wpcf7-response-output {float: left; width: 100%; text-align: center; padding: 0 !important; color: red; margin: 0 0 20px 0 !important; border: 0 !important; line-height: 140%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-mail-sent-ok {color: #17343b; font-weight: bold;}
.ajax-loader {border: 0 !important; position: absolute; top: 50%; right: 10px; margin: -16px 0 0 0 !important; pointer-events: none; width: 32px !important; height: 32px !important; background: url(/wp-content/themes/ruthblatt/images/loading.svg) no-repeat 0 0 !important; background-size: 32px 32px !important;}
.grecaptcha-badge {display: none !important;}
.wpcf7 .recaptcha-terms {font-size: 0.875em;}
.wpcf7 .recaptcha-terms a {text-decoration: underline;}
.wpcf7 .recaptcha-terms a:hover {text-decoration: none;}
.wpcf7 .screen-reader-response {display: none !important;}

.wpcf7 .field label {display: block; position: relative;}
.wpcf7 .label {display: block; color: #17343b; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none;}
.wpcf7 .field .focused .label, .wpcf7 .field .not-empty .label {opacity: 0;}
/*.wpcf7 .label {display: block; color: #d89e9b; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none;
	-webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;
}
.wpcf7 .field .focused .label, .wpcf7 .field .not-empty .label {padding: 0 0 0 20px; opacity: 0;}*/

.media-post {width: calc(25% - 45px); margin: 0 60px 60px 0;}
.media-post:nth-child(4n) {margin-right: 0;}
.media-post:nth-child(4n+1) {clear: both;}
.media-post a {display: block; color: #fff;}
/*.media-image {display: block; height: 180px; line-height: 180px; text-align: center; font-size: 0; background: #fff;
	-webkit-box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.13);
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
a:hover .media-image {
	-webkit-box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.23);
	box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.23);	
}
.media-image img {max-width: 60%; max-height: 60%; width: auto;}*/
.media-image {display: block; overflow: hidden; position: relative; padding: 75% 0 0 0;
	-webkit-box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.13);
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
a:hover .media-image {
	-webkit-box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.23);
	box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.23);	
}
.media-image-bg {display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	-webkit-transition: all .6s ease; -moz-transition: all .6s ease; transition: all .6s ease;
}
a:hover .media-image-bg {-webkit-transform: scale3d(1.05, 1.05, 1); transform: scale3d(1.05, 1.05, 1);}

.media-content {display: block; padding: 20px 15px 0 15px;}
.media-date {display: block; font-size: 0.813em; margin: 0 0 10px 0;}
.media-title {display: block; font-size: 1.125em; font-weight: 600; line-height: 120%; margin: 0 0 10px 0;}
.media-more {display: block;}
.media-more strong {display: inline-block; font-size: 0.75em; text-transform: uppercase; border-bottom: solid 3px #739e5a; padding: 0 0 8px 0;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
a:hover .media-more strong {border-color: #fff;}

.pagination {font-size: 0;}
.pagination li {display: inline-block; vertical-align: middle; margin: 0 13px;}
.pagination .page-numbers {display: inline-block; vertical-align: middle; font-size: 1.25rem; font-family: forma-djr-micro, sans-serif; font-weight: 500;}
.pagination a.page-numbers {color: #fff;}
.pagination a.page-numbers:hover, .pagination span.page-numbers {color: #739e5a;}
.pagination .prev, .pagination .next {width: 24px; height: 24px; font-size: 0; position: relative;}
.pagination .prev:before, .pagination .next:before {content: " "; position: absolute; top: 6px; width: 8px; height: 8px; border: solid 2px #fff;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.pagination .prev:before {border-top: 0; border-right: 0; left: 9px;}
.pagination .next:before {border-bottom: 0; border-left: 0; left: 6px;}
.pagination span.prev, .pagination span.next {opacity: 0.25;}
.pagination a.prev:hover:before, .pagination a.next:hover:before {border-color: #739e5a;}

.image-text-row-image .image-wrap {width: calc(50vw - 100px - 30px); margin: 0 0 0 calc((-100vw + 1200px) / 2); padding: 0 0 30px 30px; position: relative;}
.image-text-row-image .image-wrap:before {content: " "; display: block; width: calc(100% - 30px); height: calc(100% - 30px); position: absolute; left: 0; bottom: 0;
	background: rgb(255,240,221);
	background: -moz-linear-gradient(-45deg,  rgba(255,240,221,1) 1%, rgba(216,158,155,1) 99%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,240,221,1) 1%,rgba(216,158,155,1) 99%);
	background: linear-gradient(135deg,  rgba(255,240,221,1) 1%,rgba(216,158,155,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0dd', endColorstr='#d89e9b',GradientType=1 );
}
.image-text-row-image .image-bg {padding: 100% 0 0 0; position: relative;}
/*.image-text-row-image .image {overflow: hidden;}
.image-text-row-image .image-bg {padding: 100% 0 0 0; position: relative;
	-webkit-transition: all .6s ease; -moz-transition: all .6s ease; transition: all .6s ease;
}
.image-text-row-image .image:hover .image-bg {-webkit-transform: scale3d(1.05, 1.05, 1); transform: scale3d(1.05, 1.05, 1);}*/

#publications-slideshow-wrap {margin: -50px 0 0 0; position: relative; padding: 0 50px;}
.publication-single {padding: 20px 25px 30px 25px;}
.publication-single-content {padding: 45px; display: block; color: #17343b !important;}
a.publication-single-content:hover {
	-webkit-box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.13);
}
.publication-single-image {height: 100px; line-height: 100px; font-size: 0; margin: 0 0 20px 0;}
.publication-single-image img {max-height: 100%; width: auto;}
.publication-single-author {font-size: 0.875em; margin: 0 0 20px 0;}
.publication-single-title {font-size: 1.25em; font-weight: 600; line-height: 130%;}
.publication-single-excerpt {margin: 20px 0 0 0;}
.publication-single .more {margin: 20px 0 0 0;}
.publication-single .more strong {color: #739e5a;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
a.publication-single-content:hover .more strong {color: #4e7867;}

.slideshow-nav .slick-arrow {position: absolute; z-index: 10; top: 50%; margin: -20px 0 0 0; width: 40px; height: 40px; line-height: 40px; background: none; font-size: 0;}
.slideshow-nav .slick-arrow svg {vertical-align: middle;}
.slideshow-nav .slick-arrow path {
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.slideshow-nav .slick-prev {left: 0;}
.slideshow-nav .slick-next {right: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.slideshow-nav .slick-arrow:hover path {fill: #739e5a;}

.papers-list-row {margin: 0 0 35px 0; padding: 0 0 35px 0; border-bottom: solid 1px #4e7867;}
.papers-list-row:last-child {margin: 0; padding: 0; border: 0;}
.papers-list-row .title {font-size: 1.5em; line-height: 130%;}
.papers-list-row .text p {font-size: 1.125em;}
.papers-list-row .author {font-size: 1.188em; margin: 0 0 10px 0; line-height: 130%;}
.papers-list-row .title-2 {font-size: 1.375em; line-height: 125%;}
.papers-list-row .more {margin: 6px 0 0 0;}
.papers-list-row .more a {font-size: 0.75em;}

#mobile-menu-toggle {display: none; float: right; width: 70px; height: 70px; line-height: 70px; text-align: center; cursor: pointer; position: relative;
	font-size: 0; margin: 0 -20px 0 0; background: #F9FBF8;
}
#mobile-menu-toggle strong {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 30px; height: 25px; position: relative; text-indent: -9999px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mobile-menu-toggle strong:before {content: " "; display: block; width: 100%; height: 3px; background: #4e7867; position: absolute; left: 0; top: 0;}
#mobile-menu-toggle strong:after {content: " "; display: block; width: 100%; height: 3px; background: #4e7867; position: absolute; left: 0; bottom: 0;}
#mobile-menu-toggle strong span {display: block; width: 100%; height: 3px; position: absolute; left: 0; top: 50%; margin: -1.5px 0 0 0; background: #4e7867;}
#mobile-menu-toggle.opened strong:before {top: 11px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);	
	transform: rotate(45deg);
}
#mobile-menu-toggle.opened strong:after {bottom: 11px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
	transform: rotate(-45deg);
}
#mobile-menu-toggle.opened strong span {opacity: 0;}

#mobile-menu {position: fixed; left: 0; top: 70px; z-index: 9000; opacity: 0; pointer-events: none; 
	width: 100%; line-height: calc(100vh - 70px); height: calc(100vh - 70px); background: #F9FBF8; 
	overflow: auto; -webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;
}
#mobile-menu > ul:first-child {display: inline-block; width: 100%; vertical-align: middle; padding: 20px 0 50px 0;}
#mobile-menu.opened {opacity: 1; pointer-events: auto;}
#mobile-menu .level-0 {padding: 20px; position: relative;}
#mobile-menu .level-0:not(.button):not(.icon) > a {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; 
	color: #17343b; font-size: 1.25rem; font-weight: bold; text-transform: uppercase; line-height: 115%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mobile-menu .level-0:not(.menu-item-has-children):not(.button):not(.icon) {padding: 0;}
#mobile-menu .level-0:not(.menu-item-has-children):not(.button):not(.icon) > a {width: 100%; padding: 20px;}
#mobile-menu .level-0:not(.menu-item-has-children):not(.button):not(.icon) > a:hover {color: #739e5a;}
#mobile-menu .level-0.menu-item-has-children {cursor: pointer; position: relative;}
#mobile-menu .level-0.menu-item-has-children.opened {
	background: #739e5a;
}
#mobile-menu .level-0.menu-item-has-children:before {content: " "; display: block; width: 62px; height: 100%; position: absolute; right: 0; top: 0; z-index: 20; cursor: pointer;}
#mobile-menu .level-0.menu-item-has-children:after {content: " "; display: block; width: 12px; height: 12px; 
	border: solid 2px #17343b; border-top: 0; border-left: 0; position: absolute; right: 26px; top: 22px; z-index: 21; cursor: pointer;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);		
	transform: rotate(45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}

#mobile-menu .level-0.menu-item-has-children.opened:after {
	top: 29px; border-color: #fff;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);		
	transform: rotate(225deg);		
}
#mobile-menu .level-0.menu-item-has-children.opened > a {color: #fff;}

#mobile-menu .menu-item.icon {padding: 10px 20px;}
#mobile-menu .menu-item.icon + .icon {margin: 0 !important;}

#mobile-menu .sub-menu {display: none; margin: 20px 0 0 0;}
#mobile-menu .sub-menu li {position: relative;}
#mobile-menu .sub-menu a {display: block;
	color: #fff; font-weight: bold; text-transform: uppercase; line-height: 115%; padding: 20px 0;
}
#mobile-menu .sub-menu a:hover {opacity: 0.75;}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
/*.slick-slide img
{
    display: block;
}*/
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 88020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.fancybox-opened {
	z-index: 88030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px; height: 40px;
	z-index: 88060;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.fancybox-close {
	position: absolute;
	top: -80px;
	left: 50%;
	margin: 0 0 0 -30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 88040;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #739e5a;
}
.fancybox-close:hover {background: #4e7867;}
.fancybox-close:before {content: " "; display: block; width: 16px; height: 16px; background: url(/wp-content/themes/ruthblatt/images/icon-x.svg) no-repeat 0 0; background-size: 15px 15px; position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -8px;}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent; /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 88040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 88040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

/*.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}*/

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 88010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 88050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 88050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}@media screen and (max-width : 1240px) {
	.wrapper {width: 100%; padding: 0 20px;}
	
	.media-post {width: calc(25% - 30px); margin: 0 40px 50px 0;}
	
	.publication-single-content {padding: 30px;}
}

@media screen and (max-width : 1040px) {
	.in-middle.large {width: 100%;}
}

@media screen and (max-width : 999px) {
	.main-menu .level-0 + .level-0 {margin: 0 0 0 30px;}
	
	h1 {font-size: 5em;}
	h2 {font-size: 4em;}
	
	.page-contact .page-heading {margin: -95px 0 20px 0;}
	
	.media-post {width: calc(33.3333333333333% - 30px); margin: 0 45px 50px 0;}
	.media-post:nth-child(4n) {margin-right: 45px;}
	.media-post:nth-child(4n+1) {clear: none;}
	.media-post:nth-child(3n) {margin-right: 0;}
	.media-post:nth-child(3n+1) {clear: both;}
}

@media screen and (max-width : 860px) {
	.main-menu .level-0 + .level-0 {margin: 0 0 0 25px;}
	.main-menu .level-0:not(.icon):not(.button) > a {font-size: 0.875rem;}
	.main-menu .sub-menu a {font-size: 0.875rem;}
	
	#publications-slideshow-wrap {margin: 0;}
	.publication-single {padding: 0;}
	.publication-single-content {padding: 0 10px; height: auto !important;}
	a.publication-single-content:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.papers-list {padding: 0 20px;}
}

@media screen and (max-width : 820px) {
	.in-middle {width: 100%;}
}

@media screen and (max-width : 767px) {
	#mobile-menu-toggle {display: block;}
	#main-menu {display: none;}
	
	#header .site-logo {line-height: 70px !important;}
	#page-content {margin: 70px 0 0 0;}
	
	#footer-menu {display: none;}
	#footer .site-logo {width: 100%; text-align: center; line-height: 100%;}
	
	.padding-content {padding: 50px 0;}
	
	#intro {margin: 30px 0 0 0;}
	
	.page-contact .page-heading {margin: -85px 0 20px 0;}
	
	.media-post {width: calc(50% - 20px); margin: 0 40px 50px 0;}
	.media-post:nth-child(3n) {margin-right: 40px;}
	.media-post:nth-child(3n+1) {clear: none;}
	.media-post:nth-child(2n) {margin-right: 0;}
	.media-post:nth-child(2n+1) {clear: both;}
}

@media screen and (max-width : 640px) {
	.page-contact .page-content {width: 100%;}
	
	.in-middle.small {width: 100%;}
}

@media screen and (max-width : 540px) {
	h1 {font-size: 4em;}
	h2 {font-size: 3.25em;}
	
	.page-title {font-size: 2em;}
	
	#intro .image {width: 300px;}
	
	.page-contact .page-heading {margin: -75px 0 20px 0;}
	
	.media-post {width: calc(50% - 15px); margin: 0 30px 50px 0;}
	.media-post:nth-child(3n) {margin-right: 30px;}
	.media-post:nth-child(2n) {margin-right: 0;}
	
	#publications-slideshow-wrap {padding: 0 40px;}
	.slideshow-nav .slick-prev {left: -10px;}
	.slideshow-nav .slick-next {right: -10px;}
	
	.wpcf7 .field.half {width: 100%;}
}

@media screen and (max-width : 410px) {
	h1 {font-size: 3em;}
	h2 {font-size: 2.5em;}
	
	#intro .image {width: 280px; margin: -20px 0 0 0;}
	
	#publications-slideshow-wrap {padding: 0 20px;}
	.slideshow-nav .slick-arrow {width: 20px; height: 20px; line-height: 20px;}
}

@media screen and (max-width : 374px) {
	.media-post {width: 100%; margin-right: 0 !important;}
}