/*
Theme Name: MyProsciento
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.0

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	scroll-behavior: smooth;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

*, *:before, *:after{
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* Base font size responsiveness: in order to have `rem` unit correspond this
 * has to be applied to the outermost element */
:root {
	color: #464646;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4286;
}
@media screen and (min-width: 630px) {
	:root{
		line-height: 1.944444;
	}
}
@media screen and (min-width: 960px) and (max-width: 1399px){
	:root { 
		font-size: calc( 14px + (18 - 14) * (100vw - 960px) / (1399 - 960) );
	}
}
@media screen and (min-width: 1400px){
	:root {
		font-size: 18px;
	}	
}

body,
button,
input,
select,
textarea{
	font-size: 1rem;
}

body {
	background: #fff;
}

a {
	color: #4f79ba;
	text-decoration: none;
}

a:active,
a:hover {
	color: #0cbaba;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 1.25em 0 .5em;
}

h1 {
	font-size: 54px;
	font-size: 3rem;
	line-height: 1.25;
}
@media screen and (min-width:500px){
	h2,
	h3,
	h4,
	h5,
	h6 {
		letter-spacing: 0.088235em;
	}

	h1 {
		letter-spacing: .074074em;
	}
}

h2 {
	font-size: 34px;
	font-size: 1.888888rem;
	line-height: 1;
}

h3 {
	font-size: 22px;
	font-size: 1.222222rem;
	line-height: 1.2;
}

h4 {
	font-size: 20px;
	font-size: 1.111111rem;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.3;
}

h6 {
	font-size: 16px;
	font-size: 0.888888rem;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}
cite {
	font-size: .85rem;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}
p:empty{
	display:none;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

label,
button,
input,
select {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #0cbaba;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #0cbaba;
	color: #fff;
	text-shadow: none;
}

/* Form Stuff: labels, inputs, etc */
input,
textarea,
select {
	border: 1px solid #707070;
	color: inherit;
	font-size: 1em;
	padding: .5em 1.25em;
}
input:not([type=checkbox]):not([type=radio]),
textarea,
select {
	border-radius: 9em;
}
select:not([multiple]){
	-moz-appearance:none;
	-webkit-appearance:none;
	padding: .45em 3em .35em 1.25em;
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath fill='%23fff' d='M10 10h80L50 70'/%3E%3C/svg%3E") right .75em center/1em auto no-repeat,linear-gradient(#4f79ba,#4f79ba) 100%/2.25em 100% no-repeat #fff;
}
select[multiple]{
	border-radius:1.147058em;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	color: #fff;
	background: #4f79ba;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.111111em;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #0cbaba;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #0cbaba;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}
/**
 * 1.5 Fonts
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,700;1,400&display=swap');

/**
 * 2.0 Utility classes
 * -----------------------------------------------------------------------------
 */
.has-blue-color { color: #4f79ba; }
.has-teal-color { color: #0cbaba; }
.has-gray-color { color: #464646; }
.has-off-gray-color { color: #5d737e; }
.has-teal-washout-color { color: #f2fbfb; }
.has-off-gray-washout-color { color: #f4f4f5; }
.has-white-color { color: #ffffff; }
.has-black-color { color: #000000; }

.has-blue-background-color[class] { background-color: #4f79ba; }
/* -----------------------^ add specificity to work around a Cover block issue
                			https://github.com/WordPress/gutenberg/issues/25290 */  
.has-teal-background-color[class] { background-color: #0cbaba; }
.has-gray-background-color[class] { background-color: #464646; }
.has-off-gray-background-color[class] { background-color: #5d737e; }
.has-teal-washout-background-color[class] { background-color: #f2fbfb; }
.has-off-gray-washout-background-color[class] { background-color: #f4f4f5; }
.has-white-background-color[class] { background-color: #ffffff; }
.has-black-background-color[class] { background-color: #000000; }

.has-blue-to-teal-gradient-background {
    background: linear-gradient( 135deg, #4f79ba, #0cbaba ); }
.has-teal-washout-to-transparent-gradient-background {
    background: linear-gradient( 135deg, #f2fbfb, rgba(242, 251, 251, 0) ); }
.has-white-to-transparent-gradient-background {
    background: linear-gradient( 135deg, #fff, rgba(255, 255, 255, 0) ); }

.has-blue-background-color a:not([class]),
.has-teal-background-color a:not([class]){
	color: #fff;
}

.pos\:rel{
	position: relative;
}

.unseen {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.underline{
	text-decoration: underline;
}

.bottomless{
	margin-bottom:0;
}
.bottomless .wp-block-column > *:last-child{
	margin-bottom:0;
}


/**
 * 2.3 Blocks
 * -----------------------------------------------------------------------------
 */

.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-latest-posts,
.wp-block-media-text{
	max-width: 936px;
	margin-left: auto;
	margin-right: auto;
}
.alignwide { max-width: 1316px; }
.alignfull{	max-width: none; }

/*.alignfull .alignfull{
	padding-left:0;
	padding-right:0;
}*/

/* Group */
.is-style-aligncenter .wp-block-group__inner-container {
	text-align: center;
}
.is-style-rounded.wp-block-group{
	border-radius: 2.5rem;
}
.wp-block-group.has-background{
	padding: 1.5% 2%;
}
@media screen and (min-width:1400px){
	.wp-block-group.has-background{
		padding: 21px 28px;
	}	
}

/* Group & Cover */
.wp-block-group.has-background > .wp-block-group__inner-container > :last-child,
.wp-block-cover.has-background > .wp-block-cover__inner-container > :last-child {
	margin-bottom: 0;
}

/* Cover */
.wp-block-cover{
	height: auto;
}
.wp-block-cover[class][class] .wp-block-cover__inner-container{
	width: 100%;
}
.wp-block-cover__gradient-background{
	max-width: none;
}
.wp-block-cover.has-background-gradient{
	background-color:transparent;
}
.wp-block-cover.has-teal-washout-background-color > .wp-block-cover__inner-container,
.wp-block-cover.has-off-gray-washout-background-color > .wp-block-cover__inner-container {
	color: #363636;
}
.wp-block-cover.has-white-background-color > .wp-block-cover__inner-container{
	color: #464646;
}

/* Buttons */
.wp-block-buttons {
	max-width: none;
}
.wp-block-button{
	line-height: 1.25;
}
.wp-block-button:not(.is-style-case-unset) {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.111111em;
}
.wp-block-button .wp-block-button__link{
	text-decoration: none;
}
.wp-block-button > .wp-block-button__link:focus-visible{
	outline: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0cbaba;
}
.is-style-case-unset .wp-block-button__link{
	padding: 1em 1.666em;
}

.has-white-background-color.wp-block-button__link:visited,
.has-white-background-color.wp-block-button__link:focus{
	/*color: #098b8b;*/ color:#0cbaba;
}
.has-white-background-color.wp-block-button__link:hover{
	color: #fff;
	background-color: #0cbaba;
	box-shadow: 0 0 0 0.1em inset;
}
.has-white-background-color.wp-block-button__link:hover .has-inline-color{
	color:#fff !important;
}
.is-style-outline > .wp-block-button__link{
	box-shadow: 0 0 0 2px inset;
	border:none;
}
.is-style-outline > .wp-block-button__link:focus:not(:focus-visible){
	outline: none;
}
.is-style-outline > .wp-block-button__link:focus-visible{
	box-shadow: 0 0 0 2px inset, 0 0 0 2px #fff, 0 0 0 4px #0cbaba;
}

/* fix colors (on pseudo-classes) for outline style buttons, even though these
 * selectors don't include :hover, :visited, etc, the selectors are specific
 * enough to override the default block styles for those */
.is-style-outline > .wp-block-button__link.has-blue-color { color: #4f79ba; }
.is-style-outline > .wp-block-button__link.has-teal-color { color: #0cbaba; }
.is-style-outline > .wp-block-button__link.has-gray-color { color: #464646; }
.is-style-outline > .wp-block-button__link.has-off-gray-color { color: #5d737e; }
.is-style-outline > .wp-block-button__link.has-teal-washout-color { color: #f2fbfb; }
.is-style-outline > .wp-block-button__link.has-off-gray-washout-color { color: #f4f4f5; }
.is-style-outline > .wp-block-button__link.has-white-color { color: #ffffff; }
.is-style-outline > .wp-block-button__link.has-black-color { color: #000000; }

/* Headings */
.is-style-regular-weight{
    font-weight: 400;
}
.is-style-heading-separator,
.is-style-heading-separator-short{
	display:inline-block;
}
.is-style-heading-separator:after,
.is-style-heading-separator-short:after,
.is-style-heading-separator-full:after{
	content: '';
	display: block;
	border-top: 2px solid #0cbaba;
	margin-top: .75em;
	position: relative;
	top:-1px;
}
.is-style-heading-separator-short:after{
	min-width: 5em;
	width: 33%;
	max-width: 15em;
}
.has-text-align-center.is-style-heading-separator-short:after{
	margin-left: auto;
	margin-right: auto;
}

/* List */
.is-style-hex-marker {
	list-style: none;
	margin-left: 0;
	padding-left:0;
}
.is-style-hex-marker > li{
	line-height: 1.4286;
	margin-bottom: .5em;
	display:flex;
	align-items: baseline;
}
.is-style-hex-marker > li:before{
	content:'';
	flex: 0 0 .725em;
	display: inline-block;
	width: .725rem;
	height: .725rem;
	margin-right: .525rem;
	background: url('images/bullet.svg') center/100% no-repeat;
}

/* Latest Posts FAQ Accordian */
.is-style-accordian.wp-block-latest-posts{
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-1em;
}
.is-style-accordian.wp-block-latest-posts > li > a{
	display: flex;
	align-items: center;
	background: #f4f4f5;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
	height:5rem;
	padding-left: 3%;
	padding-right: 5.5rem;
	margin-bottom:1em;
}
.is-style-accordian.wp-block-latest-posts > li > a:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0cbaba;
}
.is-style-accordian.wp-block-latest-posts > li > a:focus:not(:focus-visible) {
	box-shadow: none;
	outline:none;
}
.is-style-accordian.wp-block-latest-posts .wp-block-latest-posts__post-full-content{
	transition: height .233s ease-out;
	overflow: hidden;
	background: #f2fbfb;
	text-align: left;
	padding:0 3%;
}
.is-style-accordian.wp-block-latest-posts > li > a:before,
.is-style-accordian.wp-block-latest-posts > li > .wp-block-latest-posts__post-full-content:before{
	position: absolute;
	left:0;
	display: block;
	width:5rem;
	text-align:center;
	line-height: 4.75rem;
}

@media screen and (max-width:399px){
	.is-style-accordian.wp-block-latest-posts{
		margin-left: calc( 1/.94 * -3% );
		margin-right: calc( 1/.94 * -3% );
	}
}
@media screen and (min-width:400px){
	.is-style-accordian.wp-block-latest-posts > li > a,
	.is-style-accordian.wp-block-latest-posts > li > .wp-block-latest-posts__post-full-content{
		position:relative;
		border-radius:2.5rem;
		padding-left: 6.5rem;
		padding-right: 6.5rem;
	}
	.is-style-accordian.wp-block-latest-posts > li > a:before,
	.is-style-accordian.wp-block-latest-posts > li > .wp-block-latest-posts__post-full-content:before{
		position: absolute;
		left:0;
		display: block;
		width:5rem;
		text-align:center;
		font-size:1.5rem;
		line-height: 4.75rem;
	}
	.is-style-accordian.wp-block-latest-posts > li > a:before{
		border-radius:inherit;
		height: inherit;
		color:#fff;
		content: 'Q:';
		background:#0cbaba;
		transition:transform .233s ease-out;
	}
	.is-style-accordian.wp-block-latest-posts > li > .wp-block-latest-posts__post-full-content:before{
		content: 'A:';
		color: #5d737e;
	}
}

.is-style-accordian.wp-block-latest-posts .toggled-indicator {
	width: 0.722222rem;
	height: 0.722222rem;
	position: absolute;
	right: 2rem;
	transform: rotateX(0deg) rotate(90deg);
	transition: transform .233s ease-out;
}
.is-style-accordian.wp-block-latest-posts .is-open .toggled-indicator {
	transform: rotateX(180deg) rotate(90deg);
}
.is-style-accordian.wp-block-latest-posts > li > a:hover {}
.is-style-accordian.wp-block-latest-posts > li > a:hover:before{
	transform:scale(1.1);
}
.is-style-accordian.wp-block-latest-posts > li.is-open{
	margin-bottom:1em;
}
.is-style-accordian.wp-block-latest-posts .wp-block-latest-posts__post-full-content > :first-child{
	margin-top:1.25em;
}
.is-style-accordian.wp-block-latest-posts .wp-block-latest-posts__post-full-content:after{
	content:'';
	height: 1em;
	display: block;	
}

/* Latest Posts Testimonials */
.is-style-testimonials.wp-block-latest-posts{
	margin-left:0;
	margin-bottom:0;
}
.is-style-testimonials.wp-block-latest-posts > li {
	position: relative;
	display:flex;
	flex-direction: column;
	align-items:center;
	padding: 0 3%;
}
 /* hide title */
.is-style-testimonials.wp-block-latest-posts > li > a{
	display: none;
}
.wp-block-latest-posts__featured-image{
	max-width: 300px;
}
.is-style-testimonials .wp-block-latest-posts__post-full-content{
	position:relative;
	margin:20px auto;
}
@media screen and (min-width: 740px){
	.is-style-testimonials.wp-block-latest-posts > li {
		flex-direction: row;
		padding:0;
	}
	.wp-block-latest-posts__featured-image{
		margin:0;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 26.3157%;
	}
	.is-style-testimonials .wp-block-latest-posts__post-full-content{
		width: calc( 69.6843% - 96px );
		margin-left: calc( 30.3156% + 48px );
		margin-right: calc(3% + 48px);
	}
}
@media screen and (min-width:1140px) {
	.is-style-testimonials .wp-block-latest-posts__post-full-content{
		max-width: 786px;
		width: calc((100% - 600px) * .786);
		margin-left: auto;
		margin-right: auto;
	}
}
.is-style-testimonials .wp-block-latest-posts__post-full-content :last-child{
	margin-bottom:0;
}
.is-style-testimonials .wp-block-latest-posts__post-full-content:before,
.is-style-testimonials .wp-block-latest-posts__post-full-content:after{
    position: absolute;
    width: 4rem;
    height: 4rem;
    display:block;
    font-size: 3.5rem;
    line-height:1.65;
    font-family:Georgia, serif;
    color:#fff;
    background: #0cbaba;
    border-radius: 2rem;
}
.is-style-testimonials .wp-block-latest-posts__post-full-content:before{
    content: '“';
	top:0; left: 0;
    transform:translate(-50%,-50%) translate(3vw, -2rem);
}
.is-style-testimonials .wp-block-latest-posts__post-full-content:after{
	content: '”';
	bottom:0; right: 0;
    transform:translate(50%, 50%) translate(-3vw, 2rem);
}
@media screen and (min-width: 740px){
	.is-style-testimonials .wp-block-latest-posts__post-full-content:before{
	    transform:translate(-100%,-50%) translateY(-2rem);
	}
	.is-style-testimonials .wp-block-latest-posts__post-full-content:after{
	    transform:translate(100%, 50%) translateY(2rem);
	}
}

/* Media & Text */
.is-style-escape.wp-block-media-text.has-media-on-the-right{
	grid-template-columns: calc((100% - 1316px) / 2) 1fr 300px;
}
.is-style-escape.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
	grid-column: 3;
	margin: -30px 0;
}
.is-style-escape.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
	grid-column: 2;
	padding: 30px 45px 30px 3vw;
}
@media screen and (max-width:600px){
	.is-style-escape.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
		grid-column: 1;
	}
}
.is-style-escape.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content > :last-child{
	margin-bottom: 0;
}

/* Current Studies */
.current-studies.wp-block-columns{
	margin-top:2.75em;
	margin-bottom: 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
.study-card.wp-block-column{
	flex: 0 1 100% !important;
	background: #fff;
	color:#464646;
	padding:2vw 3vw;
	margin-bottom: 3vw;
	display:flex;
	flex-direction: column;
}
@media screen and (min-width:808px){
	.study-card.wp-block-column{
		flex-basis: 48.5% !important;
	}
}
.study-card.wp-block-column[hidden]{
	display:none;
}
.study-card:not(:first-child){
	margin-left:0;
}
.study-card\/condition-tags{
	text-align: right;
	/* disable links */
	pointer-events: none;
}
.study-card\/condition-tags > a[rel]{
	display:inline-block;
	padding: .25em 1em;
	font-size: 14px;
	border-radius: 5em;
	color: #fff;
	background: #5d737e;
	text-decoration: none;
}
.study-card\/condition-tags > a:not(:first-child){
	margin-left:.75em;
}
/* study card title when condition “tags“ are not shown */
.study-card > .study-card\/title:first-child{
	margin-top:.5em;
}
.study-card\/body{
	text-align:left;
}
.study-meta{
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-left:0;
	list-style:none;
}
.study-meta > li{
	line-height: 1.2;
	display: flex;
	text-align: left;
	margin: .25em 0;
}
@media screen and (min-width: 456px){
	.study-meta {
		justify-content: center;
		flex-flow: row;
	}
	.study-meta > li{
    	max-width: 60%;
    	text-align: center;
    	margin: 0;
	}
	.study-meta > li:not(:first-child){
		margin-left: 2em;
	}
}
.study-meta > li:before{
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	width: 2em;
	height: 2em;
	flex: 0 0 2em;
	align-self: flex-start;
	margin-top: -.3em;
	margin-right:.75em;
	display: block;
}
.meta\:study_length:before{
	background-image:url(images/icon-calendar.svg);
}
.meta\:study_compensation:before{
	background-image:url(images/icon-monetary.svg);
}
.study-card\/buttons{
	margin-top:auto;
}

/* Full Study Modal Popup */
#study-modal {
    position:absolute;
    top:0;
    left:0; right:0;
    height: 100%;
    background: rgba(80, 121, 186, .5);
    justify-content: center;
    align-items:center;
}
#study-modal:not([hidden]) {
    display:flex;
}
#study-modal > .study-card{
    position:relative;
	margin-top:5vw;
	padding-top:5vw;
	width: 96%;
	max-width: 786px;
	flex-basis: initial !important;
}
#study-modal .study-card\/condition-tags{
	pointer-events: none;
}
#study-modal .closer {
    position:absolute;
    width: 2.5em;
    height: 2.5em;
    border-radius: 1.25em;
    right:.25em;
    top:-1.25em;
    background: #0cbaba;
    text-decoration: none;
    color:#fff;
}
@media screen and (min-width: 456px){
	#study-modal > .study-card{
		width: 80%;
		margin-top: 3vw;
		padding-top: 3vw;
	}
	#study-modal .closer {
    	right:-1.25em;
	}
}
#study-modal .closer:hover{
    background:#4f79ba;
    box-shadow: 0 0 0 .111111em inset;
}
#study-modal .closer:before {
    content: '\2715';
    line-height: 2.5em;
}

/* I have/I am study condition filter buttons */
.study-conditions.wp-block-buttons .wp-block-button__link.is-active {
    color:#fff;
    background-color: transparent;
    box-shadow: 0 0 0 .1em inset;
    cursor: default;
    pointer-events:none;
}
.study-conditions.wp-block-buttons .wp-block-button__link.is-active .has-inline-color{
    color:#fff !important;
}

/* Rando Cover */
.wp-block-my-prosciento-rando-cover,
.wp-block-my-prosciento-rando-cover > *{
	position: relative;
}
.wp-block-my-prosciento-rando-cover\/image {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	overflow: hidden;
}
.wp-block-my-prosciento-rando-cover\/image > img[class]{
	position: absolute;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


/**
 * 2.6 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

 /* Slider */
.slider-frame {
	overflow-x:hidden;
}
.slider-frame > .wp-block-group__inner-container{
	width:100%;
}
.slider\/wrap{
	position: relative;
}
.slider-frame .slider-items {
    width: 300%;
    display:flex;
    transition: transform .377s ease-out;
}
.slider-frame .slider-items > *{
    display:block;
    flex:1;
}
.is-mirrored{
	transform: scale(-1);
}
.button-arrow\:prev,
.button-arrow\:next {
	color: #5d737e;
	background:transparent;
	width: 2.66666em;
	height: 2.66666em;
	padding:0;
	border-radius: 2em;
}
.button-arrow\:prev[disabled],
.button-arrow\:next[disabled] {
	opacity:.5;
	pointer-events: none;
}
/* hide default focus outline on non-keyboard focus */
.button-arrow\:prev:focus:not(:focus-visible),
.button-arrow\:next:focus:not(:focus-visible) {
	outline: none;
}
.button-arrow\:prev:focus-visible,
.button-arrow\:next:focus-visible {
	outline: none;
	background: #5d737e;
	box-shadow: 0 0 0 2px, 0 0 0 4px #0cbaba;
}
.button-arrow\:prev:hover,
.button-arrow\:next:hover{
	background:transparent;
	color: #0cbaba;
	box-shadow: 0 0 0 2px inset;
}
.button-arrow\:prev > svg,
.button-arrow\:next > svg{
	position:relative;
	top: 1px;
	width: 16px;
	height: 16px;
}
.button-arrow\:prev > svg{
	left: -1px;
}
.button-arrow\:next > svg{
	left: 1px;
}

/* heading specialness */
h1 .uppercase,
h2 .uppercase,
h3 .uppercase,
h4 .uppercase {
	font-size:.532em;
	line-height: 2;
}

/* anchored headings, offsets to account for fixed header */
#main h1[id],
#main h2[id],
#main h3[id],
#main h4[id],
#main h5[id],
#main h6[id] {
    margin-top: -13.5714vw;
    padding-top: 13.5714vw;
    /* avoid blocking interaction on overlapped elements above */
	pointer-events: none;
}
@media screen and (max-width: 605px){
	/* the header has hit its min-height at <= this screen width */
	#main h1[id],
	#main h2[id],
	#main h3[id],
	#main h4[id],
	#main h5[id],
	#main h6[id] {
	    margin-top: -82px;
	    padding-top: 82px;
	}
}
@media screen and (min-width:1400px){
	/* the header has a maxed-out in height at >= this screen width */
	#main h1[id],
	#main h2[id],
	#main h3[id],
	#main h4[id],
	#main h5[id],
	#main h6[id] {
	    margin-top: -190px;
	    padding-top: 190px;
	}
}


/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Padding Helpers */
.pad1,
.pad1.wp-block-group {
	padding: 2.5rem;
}
@media screen and (min-width:500px){
	.\@sm-pad1,
	.\@sm-pad1.wp-block-group {
		padding: 2.5rem;
	}
}

/* horizontal padding */
.pad-h1\/2,
.pad-h1\/2.wp-block-group {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (max-width:499px){
	.\@\<sm-pad-h1\/2,
	.\@\<sm-pad-h1\/2.wp-block-group {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}	
}
@media screen and (min-width:500px){
	.\@sm-pad-h1\/2,
	.\@sm-pad-h1\/2.wp-block-group {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}	
}

/* top padding */ 
.pad-top1\/3,
.pad-top1\/3.wp-block-group {
	padding-top: 0.833333rem;
}
@media screen and (min-width:500px){
	.\@sm-pad-top1\/3,
	.\@sm-pad-top1\/3.wp-block-group {
		padding-top: 0.833333rem;
	}	
}

/* bottom padding */ 
.pad-bot1\/3,
.pad-bot1\/3.wp-block-group {
	padding-bottom: 0.833333rem;
}
@media screen and (min-width:500px){
	.\@sm-pad-bot1\/3,
	.\@sm-pad-bot1\/3.wp-block-group {
		padding-bottom: 0.833333rem;
	}	
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}

/* Apply for study forms */
.apply-form{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 786px;
  margin: 0 auto;
}
.apply-form\/field,
.apply-form\/submit {
  flex: 0 1 100%;
  margin: 0 1.5% 2%;
}
.apply-form\/submit.full{
	text-align:center;
}
.apply-form\/field.full{
	margin: 0 0 2%;
}
.apply-form\/field.full:not(.multiple) > label:not([for]){
	flex-direction: column;
	align-items: stretch;
	padding-left: .125em;
	border-radius: 1.1987em;
	text-align: left;
}
.label-text{
	line-height: normal;
}
.apply-form\/field.full > label:not([for]) > .label-text{
	margin:.475em 1.125em .25em;
}
.apply-form\/field.full > label:not([for]) > select,
.apply-form\/field.full > label:not([for]) > input{
	padding-left: 1.125em;
}
.apply-form\/field.full > label:not([for]) > select{
	overflow: hidden;
	width: 100%;
}
@media screen and (min-width:440px){
	.apply-form\/field:not(.full),
	.apply-form\/submit:not(.full) {
	  flex: 0 1 48.5%;
	  margin: 0 0 2%;
	}
	.apply-form\/submit:not(.full){
		text-align: left;
	}
}
.apply-form\/field > * {
  width: 100%;
}

.apply-form\/field.multiple{
	border-radius: 1.1987em;
	display:flex;
	padding: .5em 1.25em .375em;
}
.apply-form\/field.vertical{
	flex-direction: column;
	align-items: stretch;
	text-align:left;
}
.apply-form\/field.multiple.vertical > .label-text{
	margin-bottom: .5em;
}
.apply-form\/field.multiple.vertical > label{
	display:flex;
	align-items:flex-start;
	margin-bottom: .375em;
}
.apply-form\/field.multiple.vertical > label > input:first-child {
	margin-top: .1em;
	margin-right: .25em;
	flex: 0 0 auto;
}
.apply-form\/field.multiple,
.apply-form\/field:not(.multiple) > label  {
  background: #f4f4f5;
}
.apply-form\/field:not(.multiple) > label {
  padding: .125em .125em .125em 1.25em;
  border-radius: 10em;
  margin-bottom:0;
  display:flex;
  justify-content:space-between;
}
.apply-form\/field > label:before {
  display: none;
}
.apply-form\/field > label {
  align-items: center;
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.safezoneA,
.entry-content > .alignwide{
	/* to get a inner width of 1316px with a left and right padding of 3% */
	max-width: 1400px;
	margin: 0 auto;
}
.safezoneA,
.entry-content > .alignfull,
.entry-content > .alignwide {
	padding-left: 3%;
	padding-right: 3%;
}
.entry-content > .alignfull .alignfull{
	/* negate padding from parent, which is 3% on left and right and makes 100%
	 * here equivalent to 94% of the parent. 1/.94 works to correct the scale */
	margin-left: calc( 1/.94 * -3% );
	margin-right: calc( 1/.94 * -3% );
}
.alignfull.has-background .alignfull{
	/* negate padding from parent, which is 2% on left and right and makes 100%
	 * here equivalent to 96% of the parent. 1/.96 works to correct the scale */
	margin-left: calc( 1/.96 * -2% );
	margin-right: calc( 1/.96 * -2% );
}
@media screen and (min-width:1400px){
	/* keep the paddings fixed at 1400px and greater */
	.safezoneA,
	.entry-content > .alignfull,
	.entry-content > .alignwide{
		padding-left: 42px;
		padding-right: 42px;
	}
	.entry-content > .alignfull .alignfull{
		margin-left: -42px;
		margin-right: -42px;
	}
	.alignfull.has-background .alignfull{
		margin-left: -28px;
		margin-right: -28px;
	}
}

.site {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
}
.entry-content > .wp-block-group {
	/* contain margins of children */
	display: flex;
	flex-direction: column;
}
.entry-content > .wp-block-group > .wp-block-group__inner-container {
	flex:1;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
@media screen and (min-width:960px){
	.entry-content > .wp-block-group > .wp-block-group__inner-container {
		flex:1;
		margin-top: 4.8214%;
		margin-bottom: 4.8214%;
	}
}
.topless,
.topless.wp-block-group > .wp-block-group__inner-container {
	margin-top:0;
}
/**
 * 3.5 Reusable Blocks
 * -----------------------------------------------------------------------------
 */

/* Hero Section */
.hero.wp-block-my-prosciento-rando-cover{
	padding-bottom: 3em;
	padding-left: 3%;
	padding-bottom: 3.8571%;
}
.hero.wp-block-my-prosciento-rando-cover .wp-block-columns{
	height:33vw;
}
.hero.wp-block-my-prosciento-rando-cover .wp-block-column{
	flex-grow:0;
}
.hero.wp-block-my-prosciento-rando-cover h1{
	margin-bottom:0;
}
.hero.wp-block-my-prosciento-rando-cover .wp-block-button{
	margin: 1.5%;
}
.hero.wp-block-my-prosciento-rando-cover .wp-block-button > .wp-block-button__link{
	width: 14.5em;
}
@media screen and (min-width:1400px){
	.hero.wp-block-my-prosciento-rando-cover{
		padding-bottom: 3em;
	} 
}
#hero-heading {
	position: relative;
	opacity: 0;
	margin:0 !important;
	padding:0 !important; 
}
#hero-heading.js-ready{
	opacity: 1;
}
#hero-heading span{
	position: absolute;
	transform:translateY(-50%);
	opacity: 0;
	animation: hero-heading-intro linear 1s 0.789s 1 forwards;
}
#hero-heading span.outro{
	opacity: 1;
	animation: hero-heading-outro linear .987s 1 forwards;
}
@keyframes hero-heading-intro{
	to{ opacity:1; }
}
@keyframes hero-heading-outro{
	to{ opacity:0; }
}
.hero .wp-block-column:first-child{
	max-width: 55%;
}
@media screen and (min-width:600px){
	.hero .wp-block-column:first-child{
		max-width: initial;
	}
}
#hero-heading{
	font-size: 22px;
}
.hero .wp-block-button__link{
	font-size: 11px;
}
@media screen and (min-width:782px) and (max-width:1400px){
	#hero-heading {
		font-size: calc( 22px + (54 - 22) * (100vw - 782px) / (1400 - 782) );
	}
	.hero .wp-block-button__link{
		font-size: calc( 11px + (20.25 - 11) * (100vw - 782px) / (1400 - 782) );
	}
}
@media screen and (min-width:1401px) {
	#hero-heading{
		font-size: 54px;
	}
	.hero .wp-block-button__link{
		font-size: 20.25px;
	}
}
@media screen and (max-width:500px){
	[data-image-id='41'].wp-block-my-prosciento-rando-cover
	.wp-block-my-prosciento-rando-cover\/image > img {
		transform: translate(-66%,-73%);
		min-height: 80%;
	}
	[data-image-id='232'].wp-block-my-prosciento-rando-cover
	.wp-block-my-prosciento-rando-cover\/image > img {
		transform: translate(-60%,-62%);
		min-height: 85%;
	}
	[data-image-id='280'].wp-block-my-prosciento-rando-cover 
	.wp-block-my-prosciento-rando-cover\/image > img {
		transform: translate(-68%,-64%);
		min-height: 90%;
	}
	.hero.wp-block-my-prosciento-rando-cover .wp-block-columns{
		height: 70vw;
	}
	.wp-block-my-prosciento-rando-cover .wp-block-column{
		flex: 1 1 100% !important;
		max-width: 100% !important;
		height: 100%;
		position: relative;
	}
	.wp-block-my-prosciento-rando-cover\/image:after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: linear-gradient(to top, #f4f4f5 28.5%, rgba(244, 244, 245, 0.8), rgba(244, 244, 245, 0) 60%) no-repeat;
	}
	[data-image-id='232'] > .wp-block-my-prosciento-rando-cover\/image:after{
		background: linear-gradient(to top, #f4f4f5 16%, rgba(244, 244, 245, 0.8), rgba(244, 244, 245, 0) 60%) no-repeat;
	}
	[data-image-id='280'] > .wp-block-my-prosciento-rando-cover\/image:after{
		background: linear-gradient(to top, #f4f4f5 30%, rgba(244, 244, 245, 0.8), rgba(244, 244, 245, 0) 60%) no-repeat;
	}
	#hero-heading{
		height: 100%;
		text-shadow: 0 0 5px #f4f4f5, 0 0 2.5px #f4f4f5;
	}
	#hero-heading span{
		transform: none;
		bottom:0;
	}
	.hero.wp-block-my-prosciento-rando-cover .wp-block-button > .wp-block-button__link{
		width: 16em;
	}
	.hero .wp-block-button__link.has-teal-color{
		background: #0cbaba;
		color: #fff;
	}
}

/* Testimonials */
.testimonial-section .button-arrow\:prev,
.testimonial-section .button-arrow\:next{
	position: absolute;
	z-index: 1;
	top: 45vw;
}
.testimonial-section .button-arrow\:prev{
	left: 3%;
	transform: translate(0,-50%);
}
.testimonial-section .button-arrow\:next{
	right: 3%;
	transform: translate(0,-50%);
}
@media screen and (max-width:880px){
	/* avoids overflow in the y-axis */
	.wp-block-group.testimonial-section > .wp-block-group__inner-container {
	    margin-bottom: 4rem;
	}
	/* keeps the next section closer to offset the preceding rule */
	.wp-block-group.testimonial-section {
	    margin-bottom: -2rem;
	}
}
@media screen and (max-width:739px){
	.testimonial-section h2 + .wp-block-spacer{
		display: none;
	}
}
@media screen and (max-width:419px) {
	/* buttons overlap image below this width, so they get a background color */
	.testimonial-section .button-arrow\:prev,
	.testimonial-section .button-arrow\:prev:hover,
	.testimonial-section .button-arrow\:next,
	.testimonial-section .button-arrow\:next:hover{
		background: #f4f4f5;
	}
}
@media screen and (min-width:365px){
	.testimonial-section .button-arrow\:prev,
	.testimonial-section .button-arrow\:next{
		top: calc(150px + 1.5vw);
	}
}
@media screen and (min-width:420px){
	.testimonial-section .button-arrow\:prev{
		left: calc(48% - 150px - 48px);
	}
	.testimonial-section .button-arrow\:next{
		right: calc(48% - 150px - 48px);
	}
}
@media screen and (min-width:740px){
	.testimonial-section .button-arrow\:prev,
	.testimonial-section .button-arrow\:next{
		top: 50%;
	}
	.testimonial-section .button-arrow\:prev{
		left: 31.5%;
		transform: translate(-50%,-50%);
	}
	.testimonial-section .button-arrow\:next{
		right: 4.5%;
		transform: translate(50%,-50%);
	}
}
@media screen and (min-width: 1140px){
	.testimonial-section .button-arrow\:prev{
		left: 338px;
		transform: translate(-50%,-50%);
	}
	.testimonial-section .button-arrow\:next{
		right: 338px;
		transform: translate(50%,-50%);
	}
}
@media screen and (min-width: 1600px){
	.testimonial-section .button-arrow\:prev{
		left:50%;
		transform: translateX(-25em) translate(-50%,-50%);
	}
	.testimonial-section .button-arrow\:next{
		right: 50%;
		transform: translateX(25em) translate(50%,-50%);
	}
}

/* Study Alert Sign up */
.wpcf7-set{
	display:flex;
}
.wpcf7-set > .wpcf7-form-control-wrap{
	flex: 0;
	margin:0 .5em;
}
.wpcf7-set > :first-child{ margin-left:0; }
.wpcf7-set > :last-child{ margin-right:0; }
.wpcf7-set > .the-name,
.wpcf7-set > .the-email{
	flex: 1;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-submit{
	width: 100%;
}
.wpcf7-response-output{
	flex:1 0 100%;
}
#map-address .wp-block-cover{
	height:100%;
	min-height: 0;
}

/* Message From The CEO */
@media screen and (min-width: 600px) and (max-width: 959px){
	@supports (position:sticky) or (position:-webkit-sticky){
		#ceo-message .portrait {
			position: -webkit-sticky;
			position: sticky;
			top: 162px;
		}
	}
}
@media screen and (min-width: 600px){
	#ceo-message .wp-block-spacer {
	  height: 5.5rem !important;
	}
}

/* Study Alert Signup */
.signup-study-alerts\/form{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.signup-study-alerts\/field,
.signup-study-alerts\/submit{
	margin-bottom: 2%;
}
.signup-study-alerts\/submit{
	margin-left: auto;
	margin-right: auto;
}
.signup-study-alerts\/field{
	align-self: stretch;
}
@media screen and (min-width:500px){
	.signup-study-alerts\/form{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.signup-study-alerts\/field,
	.signup-study-alerts\/submit{
		display:flex;
		flex-basis:48.5%;
		margin-bottom: 2%;
	}
	.signup-study-alerts\/field + .signup-study-alerts\/field{
		margin-left: 3%;
	}
}
.signup-study-alerts\/field > *,
.signup-study-alerts\/submit > *{
	flex:1 1 100%;
	width:100%;
	min-width: 8em;
}
@media screen and (min-width:400px){
	.signup-study-alerts\/form{
		flex-wrap: nowrap;
	}
	.signup-study-alerts\/field,
	.signup-study-alerts\/submit{
		flex-basis: auto;
	}
	.signup-study-alerts\/submit{
		margin-left: 3%;
		margin-right: 0;
	}
}


/* Resource Center */
.resources .resource-list > .wp-block-group__inner-container{
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
}
.resources .resource-list > .wp-block-group__inner-container > .wp-block-file{
	flex: 0 1 100%;
	max-width: 17em;
	margin: 0 3% 3%;
	min-height: 145px;
}
.resources .wp-block-file,
.resources .wp-block-file > :first-child{
	display:flex;
	flex-direction: column;
	align-items: stretch;
}
.resources .wp-block-file {
	position: relative;
	flex:1;
	justify-content: space-between;
	margin:0 auto;
	min-width: 10em;
	padding-bottom:1rem;
	background:
	repeating-linear-gradient( -68deg, rgba(255,255,255,0), rgba(255,255,255,0) 8px, rgba(255,255,255,.15) 9px, rgba(255,255,255,.15) 10px, rgba(255,255,255,0) 11px),
	linear-gradient(#4f79ba 30%, #0cbaba 150%) #4f79ba;
}
.resources .wp-block-file > :first-child{
	margin:0 auto;
	flex:1;
    color:#fff;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.2;
    width: 100%;
    padding: 13% 1rem;
    text-decoration: none;
}
.resources .wp-block-file > :first-child:after{
	/* Expand the hit area to cover the entire file block */
	content:'';
	display:block;
	position: absolute;
	top:0; bottom:0;
	left:0; right:0;
}
.resources .wp-block-file > a.wp-block-file__button{
	display: block;
    margin:0 auto;
    max-width: 8em;
    /*transform: translateY(-100%) translateY(-2vw);*/
    background-color: #fff;
    color: #4f79ba;
    pointer-events: none;
}
.resources .wp-block-file > :first-child:hover + .wp-block-file__button,
.resources .wp-block-file__button:hover{
	background-color: #4f79ba;
	color: #fff;
}

/* I am/have conditions buttons */
.study-conditions > .wp-block-button:nth-child(n) {
    margin-left: .5em;
    margin-right: .5em;
    flex: 1 1 100%;
}
.study-conditions .wp-block-button > .wp-block-button__link{
	width: 100%;
}
@media screen and (min-width: 460px){
	.study-conditions > .wp-block-button:nth-child(n) {
		flex:initial;
	}
	.study-conditions .wp-block-button > .wp-block-button__link{
		width: 12em;
	}
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

.site-header {
	width: 100%;
	z-index: 4;
	position: fixed;
	background: #fff;
	display: flex;
	align-items: center;
}

.site-header,
.site-main:before{
	min-height: 70px;
	height: 11.5714vw;
	max-height: 162px;
}

.site-header\/liner {
	display:flex;
	flex:1;
	justify-content: space-between;
}
.site-header\/liner:before,
.site-header\/liner:after{
	content: none;
}

.site-title {
	display: block;
	max-width: 367px;
	/* hits the max-width when the viewport width is 1400px */
	width: 26.2142%;
	min-width: 224px;
	display:flex;
	align-items:center;
}
.site-title img{
	width:100%;
}

#act-nav0{
  pointer-events:auto;
  display: block;
  z-index: 10007;
  position:absolute;
  right:3%;
  top:35px;
  transform:translateY(-50%);
  line-height:.7;
  color:#4f79ba;
  background:transparent;
  cursor: pointer;
  padding:0;
  border-radius:50%;
  overflow:hidden;
  -webkit-appearance: none;
  appearance:none;
}
@media screen and (min-width:605px) and (max-width: 1079px){
	#act-nav0{
		top:5.7857vw;
	}
}
#act-nav0:focus{
  outline:none;
}
/*#act-nav0:focus .\/halo {
    stroke: #61cadb;
    stroke-dashArray: 6 9;
}*/
#act-nav0 .icon{
  z-index: 1;
  position: relative;
  display:block;
  margin: auto;
  width: 48px;
  height: 48px;
}
#act-nav0 .\/figure{
  transition: transform 377ms ease-out;
  stroke-dasharray: 35.5 40;
  stroke-width: 2.5;
}
#act-nav0:hover .\/figure,
#act-nav9:focus .\/figure{
  stroke-width:6.5;
  transform:scale(.618);
  transition-duration: 233ms;
}
#act-nav0 .\/figure path{
  stroke-width:inherit;
  transition: inherit;
}
#act-nav0 .\/item:nth-child(1){
  transform-origin: -16.5px -9px;
  animation:
    menu-icon-off-item1 233ms 0ms 1 ease-out both;
}
#act-nav0 .\/item:nth-child(2){
  transform-origin: 0 0;
  animation:
    menu-icon-off-item2 233ms 0ms 1 ease-out both;
}
#act-nav0 .\/item:nth-child(3){
  transform-origin: 16.5px 9px;
  animation: 
    menu-icon-off-item3 233ms 0ms 1 ease-out both;
}
.isOpen #act-nav0 .\/item:nth-child(1){
  animation:
    menu-icon-on-item1 233ms 0ms 1 ease-out both;
}
.isOpen #act-nav0 .\/item:nth-child(2){
  animation:
    menu-icon-on-item2 233ms 0ms 1 ease-out both;
}
.isOpen #act-nav0 .\/item:nth-child(3){
  animation:
    menu-icon-on-item3 233ms 0ms 1 ease-out both;
}
@keyframes menu-icon-on-item1{
  50%{
    stroke-dashoffset: -33;
    transform: rotate(0deg) translate( 2px, -5.5px );
  }
  51%{
    transform: rotate(45deg) translate( 2px, -5.5px );
  }
  to{
    transform: rotate(45deg) translate( 2px, -5.5px );
    stroke-dashoffset: -20.5;
  }
}
@keyframes menu-icon-off-item1{
  from{
    stroke-dashoffset: -20.5;
    transform: rotate(45deg) translate( 2px, -5.5px );
  }
  50%{
    transform: rotate(45deg) translate( 2px, -5.5px );
    stroke-dashoffset: -33;
  }
  51%{
    transform: rotate(0deg) translate( 2px, -5.5px );
  }
  to{
    stroke-dashoffset: 0;
    transform: rotate(0deg) translate( 0, 0 );
  }
}
@keyframes menu-icon-on-item2{
  50%{
    stroke-dashoffset: -33;
    transform: translate(16.5px, 0);
  }
  51%{
    transform: rotate(-45deg) translate(16.5px, 0);
  }
  to{
    transform: rotate(-45deg) translate( 0, 0 );
    stroke-dashoffset: 0;
  }
}
@keyframes menu-icon-off-item2{
  from{
    transform: rotate(-45deg) translate( 0, 0 );
  }
  50%{
    transform: rotate(-45deg) translate( 16.5px, 0 );
    stroke-dashoffset: -33;
  }
  51%{
    transform: rotate( 0deg ) translate(16.5px, 0);
  }
  to{
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
}
@keyframes menu-icon-on-item3{
  50%{
    stroke-dashoffset: 35;
    transform: rotate(0deg) translate( -2px, 5.5px );
  }
  51%{
    transform: rotate(45deg) translate( -2px, 5.5px );
  }
  to{
    transform: rotate(45deg) translate( -2px, 5.5px );
    stroke-dashoffset: 23;
  }
}
@keyframes menu-icon-off-item3{
  from{
    stroke-dashoffset: 23;
    transform: rotate(45deg) translate( -2px, 5.5px );
  }
  50%{
    transform: rotate(45deg) translate( -2px, 5.5px );
    stroke-dashoffset: 35;
  }
  51%{
    transform: rotate(0deg) translate( -2px, 5.5px );
  }
  to{
    stroke-dashoffset: 0;
    transform: rotate(0deg) translate( 0, 0 );
  }
}

#group-site-actions .nav-menu{
	flex-direction: column;
}
.site-header\/stash{
	position: absolute;
	right:0;
	height: 100%;
	width:38.2%;
	min-width:298px;
	background:#fff;
	padding-top:74px;
	display:flex;
	flex-direction: column;
	-webkit-transition: -webkit-transform .377s ease-out;
	transition: transform .377s ease-out;
	letter-spacing: .125em;
	text-transform: uppercase;
}
.site-header\/stash > *{
	display: flex;
}
.site-header\/stash > *:first-child{
	margin-bottom: 5px;
	flex-direction: column;
}

.translation-options{
	display:flex;
}
.translation-options > [class^='i18n-'] {
	margin-left:.75em;
	display: flex;
    position:relative;
}
.translation-options > [class^='i18n-']:before {
	content:'';
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 29px;
	height: 29px;
	margin-right:.25em;
	margin-top:-2px;
}
.i18n-en-us:before{
	background-image: url(images/hex-flag-us.png);
}
.i18n-es-mx:before{
	background-image: url(images/hex-flag-mx.png);
}
/*
.translation-options > .is-active:after,
.translation-options > :not(.is-active):hover:after {
    content: '';
    background: url(/wp-content/themes/myprosciento/images/bullet.svg) center/cover no-repeat;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    -webkit-transform:translate(-4.5px,-4px);
    transform:translate(-4.5px,-4px);
}
.translation-options > :not(.is-active):hover:after{
    opacity:0;
}
*/
@media screen and (max-width: 1079px){
	#group-site-actions{
		position:fixed;
		top:0; bottom:0;
		left:0; right:0;
	}
	#group-site-actions:not(.isOpen){
		pointer-events: none;
	}
	#group-site-actions:before{
		content:'';
		display: block;
		position: absolute;
		top:0; bottom:0;
		left:0; right:0;
		background:rgba(0,0,0,.25);
		-webkit-transition:opacity .144s linear;
		transition:opacity .144s linear;
	}
	#group-site-actions:not(.isOpen):before{
		opacity: 0;
	}
	#group-site-actions:not(.isOpen) .site-header\/stash{
		-webkit-transform:translate3d(100%,0,0px);
		transform:translate3d(100%,0,0px);
	}
	.site-header\/stash{
		overflow: auto;
	}
	.site-header\/stash > :first-child{
		order: 1;
		flex: 1;
		padding: 5% 1.5rem;
		background: #f4f4f5;
	}
	.site-header\/stash > :first-child > *{
		margin-bottom: 1rem;
	}
}
@media screen and (min-width:1080px){
	#act-nav0{
		display:none;
	}
	.site-header\/stash{
		align-items: flex-end;
		padding-top:0;
		position: static;
		width:auto;
		height: auto;
	}
	#group-site-actions .nav-menu,
	.site-header\/stash > *:first-child{
		flex-direction: row;
	}
	.site-header\/stash > *:first-child > *{
		font-size: 14px;
		padding: 0 1.25em;
		border-left: 1px solid #707070;
	}
	.site-header\/stash > * > *:first-child{
		padding-left: 0;
		border-left: none;
	}
	.site-header\/stash > * > *:last-child{
		padding-right: 0;
	}
	#group-site-actions .nav-menu > .menu-item:last-child > a{
		margin-right:-1.25em;
	}
}
/* Search in the header */

.search-toggle {
	text-align: center;
	padding: .5em .25em .5em .5em;
	border-radius: 2em;
}

.search-toggle:hover,
.search-toggle.active {
	color: #fff;
	background-color: #0cbaba;
}

.search-toggle:before {
	content: "\f400";
	font-size: 1.5em;
	vertical-align: middle;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

#search-box {
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
	background-color: #fff;
	padding: 12px;
}

#search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	display: block;
	text-transform: uppercase;

}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #0cbaba;
	font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
	flex:1;
	padding-top: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
	display: flex;
	justify-content: space-between;
}

.primary-navigation li {
	border: 0;
	position: relative;
}

.primary-navigation a {
	padding: .5em 1.25em;
	white-space: nowrap;
	font-weight: 700;
}
.primary-navigation a:not(:hover){
	color: #5d737e;
}

.primary-navigation ul ul {
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}

.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: normal;
	width: 176px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: #0cbaba;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	padding-right: 26px;
}

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 12px;
	top: 22px;
	vertical-align: text-bottom;
}

.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}





/* Navigation */

.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
	color: #fff;
}



/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #0cbaba;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #0cbaba;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #0cbaba;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #0cbaba;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #0cbaba;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
}
.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.site-main a {
	text-decoration: underline;
}

.site-main a:focus,
.site-footer a:focus{
	outline-color: #0cbaba;
}
.site-main a:focus:not(:focus-visible),
.site-footer a:focus:not(:focus-visible) {
	outline: none;
	box-shadow: 0 2px 0 0;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #0cbaba;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #0cbaba;
	border: 1px solid;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #0cbaba;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid;
}

.paging-navigation a:hover {
	border-top: 5px solid;
	color: #0cbaba;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
#cookie-notice {
    position:fixed;
    z-index: 12;
    bottom:0;
    width:100%;
    padding: 1.25em 0;
}
#cookie-notice > .safezoneA{
	display: flex;
	justify-content: center;
	align-items: center;
}
#cookie-notice *{
	margin-top:0;
	margin-bottom:0;
}
#cookie-notice .wp-block-button{
	margin-left: 1em;
}

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #adb8be;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 3;
}
.site-footer > .safezoneA,
#menu-footer,
#menu-prociento-full-menu {
	display: flex;
	flex-wrap: wrap;
}
.site-footer > .safezoneA{
	padding-top: 30px;
	padding-bottom: 30px;
	align-items: center;
}
.site-footer > .safezoneA > :last-child {
  margin-left:auto;
}
.site-footer .wp-block-social-links{
  margin-bottom: 0;
}
.site-footer .wp-social-link.wp-social-link.wp-social-link:last-child{
  margin-right:0;
}
.site-footer .wp-social-link.wp-block-social-link:not(:hover) {
  background: #5d737e;
}
#menu-footer,
#menu-prociento-full-menu{
	margin:0;
}
#menu-footer li,
#menu-prociento-full-menu li {
	display: block;
	margin-left: 1.75em;
}

.site-info p{
	margin:0;
}
.site-footer a{ color: #fff; }
.site-footer a:hover { color: #f2fbfb; }

.search-box .search-field {
	width: 324px;
}



#secondary {
	width: 162px;
}



.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.focus > ul {
	left: 202px;
}


a.post-thumbnail:hover img {
	opacity: 0.85;
}

.full-size-link:before,
.parent-post-link:before,
.site-content span + .byline:before,
.site-content span + .comments-link:before,
.site-content span + .edit-link:before,
.site-content span + .entry-date:before {
	content: "";
}

.attachment span.entry-date:before,
.entry-content .edit-link a:before,
.entry-meta .edit-link a:before,
.site-content .byline a:before,
.site-content .comments-link a:before,
.site-content .entry-date a:before,
.site-content .featured-post:before,
.site-content .full-size-link a:before,
.site-content .parent-post-link a:before,
.site-content .post-format a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

.site-content .entry-meta > span {
	margin-right: 10px;
}

.site-content .format-video .post-format a:before {
	content: "\f104";
}

.site-content .format-audio .post-format a:before {
	content: "\f109";
}

.site-content .format-image .post-format a:before {
	content: "\f473";
}

.site-content .format-quote .post-format a:before {
	content: "\f106";
	margin-right: 2px;
}

.site-content .format-gallery .post-format a:before {
	content: "\f103";
	margin-right: 4px;
}

.site-content .format-aside .post-format a:before {
	content: "\f101";
	margin-right: 2px;
}

.site-content .format-link .post-format a:before {
	content: "\f107";
	position: relative;
	top: 1px;
}

.site-content .featured-post:before {
	content: "\f308";
	margin-right: 3px;
	position: relative;
	top: 1px;
}

.site-content .entry-date a:before,
.attachment .site-content span.entry-date:before {
	content: "\f303";
	margin-right: 1px;
	position: relative;
	top: 1px;
}

.site-content .byline a:before {
	content: "\f304";
}

.site-content .comments-link a:before {
	content: "\f300";
	margin-right: 2px;
}

.entry-content .edit-link a:before,
.entry-meta .edit-link a:before {
	content: "\f411";
}

.site-content .full-size-link a:before {
	content: "\f402";
	margin-right: 1px;
}

.site-content .parent-post-link a:before {
	content: "\f301";
}

.archive-header,
.page-header {
	margin: 0 auto 60px;
	padding: 0 10px;
}

.error404 .page-header {
	margin-bottom: 24px;
}



.search-toggle {
	margin-right: 18px;
}

.search-box .search-field {
	width: 50%;
}

.content-area {
	float: left;
	width: 100%;
}

.site-content .has-post-thumbnail .entry-header {
	margin-top: 0;
}

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0;
}

.full-width .site-content {
	margin-right: 0;
}

#secondary,
#supplementary {
	padding: 0 30px;
}


.attachment .site-content .attachment img {
	display: block;
	margin: 0 auto;
}


.full-width .site-content .alignleft {
	clear: left;
}

.full-width .site-content .alignright {
	clear: right;
}

#menu-prociento-full-menu {
	list-style: none;	
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.entry-meta a,
	.featured-content a {
		color: #000;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}


