@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
 }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
body {
    font-family: 'Oxygen', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxygen', sans-serif;
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: translateY(-50%); /* IE 9 */
          transform: translateY(-50%); /* IE 10, Fx 16+, Op 12.1+ */
}
.trans-opacity50 {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}

.separator {
    padding: 0px 15px;
}
p:last-child {
	margin-bottom:0;
}

a {
	color:#10295b;
}
	a:hover {
		color:#ffb51c;
	}
.entry-content a {
	text-decoration:underline;
}

.nolink > a, .nolink {
	cursor:default;
}


/* header */
.top-bar {
    padding: 38px 0 18px 0;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
.site-logo {
	display:block;
	width: 273px;
}


/* menu */
.service-menu {
    text-align: right;
	padding:6px 0 18px;
	color:#173083;
	
}
.service-menu a {
	padding-left:10px;
	color:#173083;
	font-size:13px;
}
.service-menu a:hover {
	color:#ffb51c;
}
.service-menu .social-icons ul {
	margin: 0 0 0 -5px;
	transform: translateY(-1px);
	display: flex;
	gap: 10px;
}
.service-menu .social-icons .social-item a {
	padding:0;
	transform: translatey(10px);
}
.service-menu .social-icons img {
	width:25px;
}

#menu-menu-principale-1 {
    text-align: right;
}
#menu-menu-principale-1 > li {
	display:inline-block;
	padding: 0 .9rem;
}
#menu-menu-principale-1 > li > a {
	color:#2c2b2b;
	padding: 0 0 2px 0;
	font-size:15px;
	font-weight:700;
	border-bottom:2px solid #FFF;
}
	#menu-menu-principale-1 > li > a:hover,
	#menu-menu-principale-1 > li.active > a {
		/*color:#ffb51c;*/
		border-bottom:2px solid #2c2b2b;
		background:none;
	}

#menu-menu-principale-1.menu > .is-dropdown-submenu-parent  {
    position: relative;
    padding-right: .9rem;
}
#menu-menu-principale-1.menu > .is-dropdown-submenu-parent > a::after {
    display: none;
}
.is-dropdown-submenu {
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 1;
    display: none;
    min-width: 250px;
    border: none;
	text-align:left;
	background:none;
}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 33px;
    right: auto;
    left: 15px;
	z-index: 2;
}
.dropdown.menu.medium-horizontal > li.opens-left:last-child > .is-dropdown-submenu,
.dropdown.menu.medium-horizontal > li.opens-left.menu-item-94 > .is-dropdown-submenu {
	right: 0;
	left: auto;
}
.is-submenu-item {
	margin-bottom:1px;
}
.is-submenu-item a {
	padding:10px 20px !important;
	background-color:rgba(255,255,255,.9);
	display:block;
	color:#2c2b2b;
	font-size:15px;
}
.is-submenu-item a:hover {
	text-decoration:none !important;
	background-color:#fdbe2f;
}
.is-submenu-item.active > a {
	background-color:#fdbe2f;
}
.is-submenu-item.active > a:hover {
	color: #000;
}

.menu-icon::after {
	background: #263a66;
  box-shadow: 0 7px 0 #263a66,0 14px 0 #263a66;
}


/* terzo livello */
#menu-menu-principale-1.dropdown.menu.vertical .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu .is-dropdown-submenu  {
    left: 20px;
	right:auto;
    top: 0px;
    margin-top: 1px;
	position: relative;
}
#menu-menu-principale-1.dropdown.menu.vertical .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu .is-dropdown-submenu li {
	width:85%;
}
#menu-menu-principale-1.dropdown.menu.vertical .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu .is-dropdown-submenu li a {
	font-size:12.6px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: none;
}


/*home */
body.home #content #inner-content {
    padding: 0rem;
}

/* orbit */
.orbit,
.orbit-slide {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	height:560px;
	/*height: calc(100vh - 130px);*/
	position:relative;
}
.orbit-slide a {
	position:absolute;
	top:0; bottom:0; left:0; right:0;
}
.orbit-caption {
	background:none;
	text-align:center;
	width:50%;
	z-index:1;
}
.orbit-caption h1 p {
	font-size:50px;
	line-height:52px;
	font-weight:700;
	color:#ffb51c;
	text-transform:uppercase;
	text-align:left;
	padding: 20px 20px 20px 100px;
}
.orbit-caption h2 {
	display:block;
	font-size:25px;
	line-height:1;
	color:#FFF;
	padding: 0px 20px 20px 100px;
	margin: 1px 0;
	text-align:left;
}
.orbit-slide .slide-bg {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:80%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.95+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
	width:21px;
	height:36px;
	background:url(../images/arrows-sprite.png) no-repeat;
	left:40px;
	cursor:pointer;
	padding:0;
}	
.orbit-next	{
	background:url(../images/arrows-sprite.png) no-repeat -22px 0;
	left:auto;
	right:40px;
}
	
.orbit-previous:hover, .orbit-next:hover {
	background-color:transparent;
}
.orbit-previous:hover {
	background: url(../images/arrows-sprite.png) no-repeat 0 -37px;
}
.orbit-next:hover {
	background:url(../images/arrows-sprite.png) no-repeat -22px -37px;
}
.orbit-bullets {
    margin-top: -36px;
}
.orbit-bullets button {
    width: 1rem;
    height: 1rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #4f6485;
}
.orbit-bullets button.is-active {
    background-color: #ffb51c;
}
button {
	cursor:pointer;
}
.down-arrow {
	position:absolute;
	left:0; right:0; 
	margin:0 auto;
	bottom:20px;
	width:50px;
	height:50px;
	background:url(../img/arrow-down.png) no-repeat center center;
	cursor:pointer;
}

/* intro text */
#intro-text {
	padding:4rem;
}
#intro-text p {
	font-size:20px;
	color:#263a66;
}


/* Citation */
.citation-row {
	background:#ffb51c;
}
.citation-row .columns {
	padding: 70px 6%;
	text-align:center;
	color:#10295b;
}
.citation {
	text-align:center;
	font-weight:700;
	font-size:23px;
	line-height:28px;
	position:relative;
	display:inline-block;
}
.citation:before {
	content:"";
	width:30px;
	height:3px;
	background-color:#10295b;
	position:absolute;
	top:-10px;
	left:0;
}
.citation:after {
	content:"";
	width:30px;
	height:3px;
	background-color:#10295b;
	position:absolute;
	bottom:-10px;
	right:0;
}
.citation span {
	position:absolute;
	bottom:-40px;
	right:0;
	font-size:13px;
	line-height:15px;
}



/* Focus panels */
.home .panels > .columns {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.home .panel-title {
	margin-top:50px;
	margin-bottom:15px;
	height: 49px;
}
.home .panel-title img {
	float:left;
	max-width:50px;
}
.home .panel-title h2 {
	font-size: 30px;
	line-height: 28px;
	font-weight: 700;
	color: #ffb51c;
	text-shadow: -1px 2px 4px rgba(12, 12, 12, 0.5);
	float: left;
	margin-left: 20px;
}
.home .panel-wrapper {
	padding:20px 30px 50px 30px;
	background-color:rgba(255,255,255,.9);
	/*border-right:7px solid #feb41e;*/
	position:relative;
}
.home .panel.intro-text {
	display:block;
}
.home .panel {
	margin:0;
	display:none;
}
.home .panel p {
	margin:0;
	font-size:17px;
}
.home .panel .read-more {
    text-align: center;
    margin-top: 25px;
}
.home .panels:nth-child(even) .panel-title img {
	float:right;
}
.home .panels:nth-child(even) .panel-title h2 {
	margin-left:0;
	margin-right:25px;
	text-align:right;
	float:right;
}
.home .panels:nth-child(even) .medium-7.columns {
	margin-left: 41.66667%;
}
.home .panel-toggler-wrapper {
	position:absolute;
	bottom:15px;
	right:0;
	background:#ffb51c;
	width:79px;
	padding:5px;
	-moz-transition: all 1s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.home .panel-toggler-wrapper:hover {
	background:#10295b;
}
.home .panel-toggler {
	display:block;
	height:12px;
	width:22px;
	cursor:pointer;
	background: url(../images/arrow-down-toggler.png) no-repeat;
	-moz-transition: all 1s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.home .panel-toggler-wrapper:hover > .panel-toggler {
	background:url(../images/arrow-down-toggler.png) 0 -12px no-repeat;
}
.home .panel-toggler.right {
	left:auto;
	right:30px;
}
.home .panel-toggler.opened {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

/* JEMDR */
#intro-jemdr {
	padding: 0;
}
/*@media (min-width: 1024px) {
	#intro-jemdr  {
		width: 19%;
	}
}*/
#intro-jemdr .wrapper {
	display: flex;
	flex-direction: column;
	padding: 30px;
	border: 2px solid #FFF;
	background: #8e8e8e;
	color: #FFF;
}
#intro-jemdr a {
	color: #FFF;
	text-decoration: underline;
	font-weight:700;
}
#intro-jemdr a:hover {
	color: #10295b;
}
#intro-jemdr img {
	border: 3px solid #FFF;
}
#intro-jemdr img:hover {
	border: 3px solid #10295b;
}
#intro-jemdr .right-col {
	padding: 20px 0 0px 0px;
}
#intro-jemdr .right-col h4 {
	margin:0;
}

/* LATEST NEWS */
#latest-news {
	border:2px solid #FFF;
}
#latest-news .news-box-column {
	padding:0;
}
/*
@media (min-width: 1024px) {
	#latest-news .news-box-column {
		width: 27%;
	}
}*/
#latest-news .news-box {
	background:#f2f2f2;
	padding:60px;
	border:2px solid #FFF;
}
/*#latest-news .news-box-1 {
	background:#ffb51c;
}

#latest-news .news-box-1 .news-title h4 {
	color:#FFF;
}*/
#latest-news .news-title h4 {
	font-size:21px;
	line-height:1;
	color:#10295b;
	font-weight:700;
}
#latest-news .news-date {
	font-size:17px;
	line-height:1;
	color:#767575;
	font-weight:700;
	margin-bottom:25px;
}
#latest-news .news-text p {
	font-size:15px;
	line-height:23px;
	color:#2c2b2b;
}
#latest-news .read-more {
	text-align:center;
	margin-top:25px;
}
.read-more a {
	display:inline-block;
	padding:0px 10px 4px;
	border:2px solid #10295b;
	color:#10295b;
	font-size:16px;
	font-weight:700;
}
	.read-more a:hover {
		border:2px solid #ffb51c;
		color:#ffb51c;	
	}
/*
#latest-news .news-box-1 .read-more a {
	border:2px solid #FFF;
	color:#FFF;
}
	#latest-news .news-box-1 .read-more a:hover {
		border:2px solid #10295b;
		color:#10295b;	
	}
*/

/* FOOTER */
.home .footer {
	margin-top:0;
}
.footer {
	background-color:#10295b;
	padding:40px 0;
}
.footer-menu {
	color:#FFF;
	font-size:14px;
}
.footer-menu.secondary {
	color:#05466b;
	font-size:13px;
}
.copyright {
	color:#05466b;
	font-size:12px;
}
.footer .copyright {
	color:#05466b;
	font-size:10px;
	font-weight:700;
}

#menu-menu-principale-2,
#menu-footer-menu {
	margin-bottom:10px;
}
#menu-menu-principale-2 .submenu {display:none;}
#menu-menu-principale-2 a {
	color:#FFF;
	font-size:14px;
	padding: 0 10px 0 5px;
}
#menu-menu-principale-2 li:first-child a,
#menu-footer-menu li:first-child a {
	padding-left: 0;
}
#menu-menu-principale-2 a:after {
	content:"|";
	color:#FFF;
	border: none;
	margin-top: -7px;
}
#menu-menu-principale-2 > li:last-child a:after,
#menu-footer-menu > li:last-child a:after  {
	content:"";
	display:none;
}
#menu-menu-principale-2 a:hover {
	color:rgba(255,255,255,.5);
}
#menu-menu-principale-2 .active a {
	background:none;
	text-decoration:underline;
}

#menu-footer-menu a {
	color:#05466b;
	padding: 0 0px 0 5px;
}
#menu-footer-menu a:hover {
	color: #FFF;
}
#menu-footer-menu a:after {
	content:"|";
	color:#05466b;
	border: none;
	margin-top: -7px;
	margin-left: 5px;
}



.social-wrapper .social-item {
	display:inline-block;
	position:relative;
}
.social-wrapper .social-item a {
	padding:0 10px; 
}
/*
.social-wrapper .social-item a:after {
	display:block;
	content:"|";
	color:#FFF;
	font-size:15px;
	position:absolute;
	top: 0;
	right: -5px;
}
*/
.social-wrapper .social-item:last-child a {
	padding-right:0;
}
/*
.social-wrapper .social-item:last-child a:after {
	display:none;
}
*/



/* PAGE */

article.page .entry-content h1,
article.page .entry-content h2,
article.page .entry-content h3,
article.page .entry-content h4,
article.page .entry-content h5,
article.page .entry-content h6 {
	font-weight: 700;
	color: #10295b;
}
article.page .entry-content h1 {font-size: 32px;}
article.page .entry-content h2 {font-size: 25px;}
article.page .entry-content h3 {font-size: 20px;}
article.page .entry-content h4 {font-size: 18px;}
article.page .entry-content h5 {font-size: 17px;}
article.page .entry-content h6 {font-size: 16px;}

article.page .entry-content p,
article.page .entry-content ul {
	color:#636363;
}


/* page title */
.article-header {
	background-color:#ffb51c;
}
	.article-header h1.page-title {
		font-size: 24px;
		line-height: 28px;
		color: #FFF;
		font-weight: 700;
		padding:12px 0;
	}
	.article-header h1.page-title em {
		font-weight: 400;
		font-style:normal;
	}

/* section header_image */
.section.header_image > .row.expanded {
	background-position:50% 50%;
	background-size:cover;
	height:260px;
}


/* section one_column_text */
.section.one_column_text {
	padding:50px 0;
}
.section.one_column_text .col-center {
	text-align:center;
}
.section.one_column_text .col-center p,
.section.one_column_text .col-center ul {
	font-size:17px;
	line-height:24px;
	color:#10295b;
}
.section.one_column_text .col-left p,
.section.one_column_text .col-left ul {
	font-size:15px;
	line-height:23px;
	color: #636363;
}


/* section two_columns_text_quote */
.section.two_columns_text_quote .column-quote > div {
		padding:75px 0;
}
	.section.two_columns_text_quote .column-quote h2  {
		font-size:26px;
		line-height:32px;
		font-weight: 700;
		color: #FFF;
		display: table;
		margin: 0 auto;
		text-align:left;
		position:relative;
	}
		.section.two_columns_text_quote .column-quote h2:before {
			background-color: #FFF;
		}
		.section.two_columns_text_quote .column-quote h2:after {
			background-color: #FFF;
		}
.section.two_columns_text_quote .column-text {
	padding:25px 0;
}
	.section.two_columns_text_quote .column-text p,
	.section.two_columns_text_quote .column-text ul {
		font-size: 13px;
		line-height:16px;
	}
	.section.two_columns_text_quote .column-text ul {
		margin-bottom:0;
	}
	

.section-wrapper.inverted-columns .col-1 {
	float:right;
}
	.section-wrapper.inverted-columns .col-1 .column-quote {
		float:left !important;
	}
.section-wrapper.inverted-columns .col-2 {
	float:left;
}
	.section-wrapper.inverted-columns .col-2 .column-text {
		float:right !important;
		margin-left: 0;
		margin-right: 8.33333%;
	}


	
/* two_columns_text_download */
.section.two_columns_text_download .dl-item-wrapper {
	padding:55px 0;
	text-align:center;
	border-top: 3px solid #FFF;
}
.section.two_columns_text_download .border {
	border: 3px solid #FFF;
	border-right: none;
}
.section.two_columns_text_download .dl-item-wrapper:first-child {
	border-top: 3px solid transparent;
}
.section.two_columns_text_download .dl-item-wrapper .dl-title {
	font-size:26px;
	line-height:34px;
	font-weight: 700;
	color:#FFF;
	text-align: center;
	margin-bottom:30px;
	padding: 0 10px;
}
.section.two_columns_text_download .dl-item-wrapper a {
	display:inline-block;
	padding:5px 10px;
	color:#FFF;
	text-decoration:none;
	border:2px solid #FFF;
	font-size: 16px;
	font-weight: 700;
	transition: border 0.2s, color 0.2s;
	-webkit-transition: border 0.2s, color 0.2s;
	-moz-transition: border 0.2s, color 0.2s;
	-o-transition: border 0.2s, color 0.2s;
}
	.section.two_columns_text_download .dl-item-wrapper a:hover {
		color: #10295b;
		border:2px solid #10295b;
	}
	.section.two_columns_text_download .bgcolor-blue .dl-item-wrapper a:hover {
		color: #ffb51c;
		border:2px solid #ffb51c;
	}
.section.two_columns_text_download .column-text {
	padding:40px 0;
}

/* Da 2 a 4 colonne */
.col-container.border {
    border: 3px solid #FFF;
}
.padding-60 .col-container {
    padding: 60px;
}
.padding-20 .col-container {
    padding: 20px;
}

.fontsize-17 p,
.fontsize-17 ul {
	font-size: 17px;
	line-height:24px;
}
.fontsize-15 p,
.fontsize-15 ul {
	font-size: 15px;
	line-height:23px;
}
.bgcolor-grigio {
	background-color: #f2f2f2;
}
.bgcolor-blue {
	background-color: #10295b;
}
	div.bgcolor-blue .col-container * {
		color: #fff;
	}
.bgcolor-giallo {
	background-color: #ffb51c;
}
.bgcolor-bianco {
	background-color: #fff;
}


/* Gallery */

.section.gallery .content-wrapper .citation {
    display: table;
    margin: 0 auto;
	text-align: left;
}
.section.gallery .content-wrapper {
	position:relative;
	height:225px;
	overflow:hidden;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
	.section.gallery .content-wrapper .content {
		position: absolute;
		z-index: 999;
		bottom: 20px;
		text-align: center;
		padding: 0 20px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.section.gallery .content-wrapper > a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}
.section.gallery .title-box {
	background-color:#f2f2f2;
}
.section.gallery .content .ga-title {
	font-size: 16px;
	line-height: 18px;
	color: #ffb51c;
	margin-bottom:0px;
	display:inline-block;
	/*text-shadow: -1px 2px 4px rgba(12, 12, 12, 0.7);*/
	width: 100%;
	text-transform:uppercase;
}
.section.gallery .content .ga-subhead {
	font-size: 14px;
	line-height: 17px;
	color: #ffb51c;
	margin-bottom:0px;
	display:inline-block;
	font-weight: 400;
	/*padding:5px;
	background-color:#e9eaeb;*/
}
.section.gallery .gradient {
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
}


/* Accorion 2 cols - image + text */
.accordion.two-cols {
    background: none;
	margin:0;
}
.accordion.two-cols .accordion-title {
	text-align:center;
	background-color: #f2f2f2;
	font-size: 19px;
	color: #10295b;
	font-weight: 700;
	padding: 35px;
	border: 1px solid #fff;
}
.accordion.two-cols .accordion-item.is-active .accordion-title {
	border-bottom: none;
}
.accordion.two-cols .accordion-content {
    display: none;
    padding: 0;
    border: none;
    border-bottom: 0;
    background-color: transparent;
    color: #636363;
}
.accordion.two-cols .accordion-content .accordion-text {
	padding:50px;
}
.accordion.two-cols .accordion-content .accordion-text p,
.accordion.two-cols .accordion-content .accordion-text ul {
	font-size: 15px;
	line-height:18px;
}
.accordion.two-cols .accordion-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.accordion.two-cols .data-content {
    /*position: absolute;
    z-index: 999;*/
    bottom: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
    /*left: 0;
    right: 0;*/
}
.accordion.two-cols .image-title {
    font-size: 24px;
    line-height: 29px;
    color: #ffb51c;
    margin-bottom: 10px;
    display: block;
    /*text-shadow: -1px 2px 4px rgba(12, 12, 12, 0.7);
    width: 100%;*/
    text-transform: uppercase;
}
.accordion.two-cols .image-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #10295b;
    margin-bottom: 15px;
    display: block;
    font-weight: 400;
    /*padding: 5px;
    background-color: #e9eaeb;*/
}
.accordion.two-cols .accordion-title::before {
    position: relative;
    content: "";
	display:none;
}
.accordion.two-cols .accordion-title:after {
    position: relative;
    content: "";
	display:inline-block;
	width:22px;
    height: 12px;
    background: url(../images/arrow-down-toggler.png) no-repeat 0 -12px;
	margin-left: 15px;
    -moz-transition: all 1s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
	.accordion.two-cols .accordion-item .accordion-title:hover:after {
		background:url(../images/arrow-down-toggler.png) no-repeat;
	}
	.accordion.two-cols .accordion-item.is-active .accordion-title:hover:after {
		background:url(../images/arrow-down-toggler.png) no-repeat;
	}
	.accordion.two-cols .accordion-item.is-active .accordion-title:after {
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);
	}


/* Accorion 1 col - FAQ */
.accordion.faqs {
    background: none;
	margin:0;
}
.accordion.faqs .accordion-title {
	text-align:center;
	background-color: #f2f2f2;
	font-size: 19px;
	color: #10295b;
	font-weight: 700;
	padding: 35px;
	border: 1px solid #fff;
	text-decoration:none;
}
.accordion.faqs .accordion-item.is-active .accordion-title {
	border-bottom: none;
}
.accordion.faqs .accordion-content {
    display: none;
    padding: 0;
    border: none;
    border-bottom: 0;
    background-color: transparent;
    color: #636363;
}
.accordion.faqs .accordion-content .accordion-text {
	padding:50px;
}
.accordion.faqs .accordion-content .accordion-text p,
.accordion.faqs .accordion-content .accordion-text ul {
	font-size: 15px;
	line-height:18px;
}
.accordion.faqs .accordion-title:before {
    position: relative;
    content: "";
	display:none;
}
.accordion.faqs .accordion-title:after {
    position: relative;
    content: "";
	display:inline-block;
	width:22px;
    height: 12px;
    background: url(../images/arrow-down-toggler.png) no-repeat 0 -12px;
	margin-left: 15px;
    -moz-transition: all 1s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
	.accordion.faqs .accordion-item .accordion-title:hover:after {
		background:url(../images/arrow-down-toggler.png) no-repeat;
	}
	.accordion.faqs .accordion-item.is-active .accordion-title:hover:after {
		background:url(../images/arrow-down-toggler.png) no-repeat;
	}
	.accordion.faqs .accordion-item.is-active .accordion-title:after {
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);
	}




/* Grants 2 cols - image + text */
.grants {
    background: none;
	margin:0;
	list-style:none;
}
.grants .grants-content {
    padding: 0;
    border: none;
    border-bottom: 0;
    background-color: transparent;
    color: #636363;
}
.grants .grants-content .grants-text {
	padding:50px;
}
.grants .grants-content .grants-text p,
.grants .grants-content .grants-text ul {
	font-size: 15px;
	line-height:18px;
}
.grants .grants-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.grants .data-content {
   /* position: absolute;
    z-index: 999;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
    left: 0;
    right: 0; */
}
.grants .image-title {
    font-size: 24px;
    line-height: 29px;
    color: #ffb51c;
    margin-bottom: 5px;
    width: 100%;
    text-transform: uppercase;
}
.grants .image-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #10295b;
    margin-bottom: 15px;
    font-weight: 400;
}
.grants .grants-item:nth-child(even) {
	background:#f2f2f2;
}

 
/* NEWS ARCHIVE (basato sullo stile di Grants) */
.news-archive .news-title h2,
.post-type-archive-supported_programmes .news-title h2 {
	font-size:24px;
	line-height:1.2;
}
.news-archive .news-text,
.post-type-archive-supported_programmes .news-text {
	margin:20px 0;
}
.news-archive .read-more a,
.post-type-archive-supported_programmes .read-more a {
    font-size: 14px;
}


.page-id-74 .section.header_image .row.expanded {
	background-position:50% 30%;
	height:400px;
	background-size: cover;
}


/* Journal of EMDR Practice and Research */
.page-id-1246 .passster-form {
	float: left;
	background: transparent !important;
	width: 300px;
}
.emdr-protected-content {
	background-color: #ffb51c;
	padding: 20px;	
}
.emdr-protected-content a {
	font-weight: 700;
}
.emdr-protected-content a:hover {
	color:#10295b
}

.page-id-1246 .entry-content {
	background: rgb(242, 242, 242);
}


/* european partnership */
.single-european_partnership .section.header_image > .row.expanded {
    background-size: contain;
    background-repeat: no-repeat;
}
.post-type-archive-european_partnership .grants .grants-item:nth-child(even) {
    background: #fff;
}
.post-type-archive-european_partnership .grants .grants-item:nth-child(odd) {
    background: #f2f2f2;
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
	.section-wrapper.inverted-columns .col-2 .column-text {
		margin-right: 0;
		float:none;
	}
}

@media (max-width: 1023px) {
	.column-block {
		margin-bottom: 0rem;
	}
	#latest-news .news-box {
		padding: 40px;
	}
	.section.two_columns_text_download .column-text {
		padding: 40px 35px;
	}
	.page-id-74 .section.header_image .row.expanded {
		background-size: cover;
	}
	.page-id-60 .section-wrapper:nth-child(4) .col-container {
		padding:0 20px;
	}
	.page-id-60 .section-wrapper:nth-child(4) .col-container ul {
		margin-bottom:0;
	}
	.page-id-60 .section-wrapper:nth-child(4) .columns:nth-child(1) .col-container {
		margin-top:20px;
	}
	.page-id-60 .section-wrapper:nth-child(4) .columns:last-child .col-container {
		margin-bottom:20px;
	}
}

@media (max-width: 640px) {
	
	.section.two_columns_text_download .valign,
	.section.two_columns_text_quote .valign {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.footer .menu.vertical > li {
		display: inline-block;
	}
	#menu-menu-principale-2 a::after {
		right: 4px;
	}
	
	.orbit-caption h1 p {
		font-size:40px;
		line-height:52px;
		margin-bottom:15px;
	}
	.orbit-caption h2 {
		font-size:20px;
		line-height:1;
		padding: 16px;
	}
	.orbit-previous {
		left:10px;
	}	
	.orbit-next	{
		right:10px;
	}
	.orbit-caption {
		padding: 0 2.8rem;
	}	
	#intro-text {
		padding:2rem;
	}
	#intro-text p {
		font-size: 18px;
		line-height:1.4;
	}

	.citation p > br {
		display:none;
	}
	
	.home .panels:nth-child(even) .medium-7.columns {
		margin-left: 0;
	}
	.accordion.two-cols .data-content {
		padding: 0 0 10px;
		position: relative;
		text-align: left;
		bottom:auto;
	}	
	.orbit-caption h1 p {
		padding: 20px 20px 20px 60px;
	}	
	
	.grants .grants-image {
		height: 300px;
	}	
	.grants .grants-image.no-image {
		display:none;
	}
	
	
	.accordion.two-cols .accordion-image {
		height: 300px !important;
	}
	
}

@media (max-width: 480px) {
	.citation p {
		text-align:left !important;
	}
	.home .panel-title img {
		margin-bottom: 20px;
	}
	.home .panel-title h2 {
		margin-left: 0;
		margin-bottom: 30px;
	}	
	.home .panel-title {
		margin-top: 20px;
	}
	.page-id-74 .section.header_image .row.expanded {
		height:200px;
	}
	.orbit-caption h1 p {
		padding: 20px 20px 20px 20px;
		font-size: 32px;
		line-height:38px;
	}	
}


@media (max-width: 320px) {
	.home .panel-title h2 {
		font-size: 31px;
		line-height: 42px;
	}
}