@charset "utf-8";
/* Main
--------*/

body.page-node.calendar {
	width: 100%;
}

div#main {
  padding:30px 0;
}


/* Banner */

div#banner {
  margin:0 auto;
}
div#banner div.region-banner {
	margin: 0 2.49% 2.49%;
}
div#banner div.menu-block-wrapper {
  border-bottom:1px solid #ccc;
  width:100%;
  float:left;
  padding:0 0 1% 0;
}
div#banner ul.menu {
  clear:both;
  margin:0;
  padding:0;
  list-style:none;
  float: right;
}
div#banner ul.menu li {
  float:left;
  list-style:none;
  margin:0 5px 0 0;
  padding:0;
}
div#banner ul.menu li.last {
  margin-right:0;
}
div#banner ul.menu li a {
  border-radius:5px;
  color:#52a5dd;
  float:left;
  padding:5px;
}
div#banner ul.menu li a:hover,
div#banner ul.menu li a.active:hover {
  color:#fff;
  background:#2c88c2;
}
div#banner ul.menu li a.active {
  color:#fff;
  background:#52a5dd;
}

/* Menu */

div#menu {
  min-height:40px;
}
div#menu div.block h2 {
  margin:0 0 15px 0;
  line-height:28px;
	font-family:'freight-sans-pro',Arial,Helvetica,sans-serif;
  font-size:24px;
  font-weight:normal;
}


div#menu ul.menu {
  clear:both;
  margin:0;
  padding:0;
  list-style:none;
  line-height:24px;
  font-size:16px;
}
div#menu ul.menu li {
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid #ccc;
}
div#menu ul.menu li.first {
  padding-top:0;
  border-top:0;
}
div#menu ul.menu li.last {
  padding-bottom:0;
}
div#menu ul.menu li a {
  display:block;
  padding:5px 0;
  font-weight: bold;
  text-transform: lowercase;
}
div#menu ul.menu li a:before {
	content: '\25BA';
	margin: 0 5px;
	display: inline-block;
	font-size: 10px;
}
div#menu ul.menu li.active-trail ul {
  margin:0;
	padding:0 0 5px 0;
  line-height:18px;
  font-size:14px;
}
div#menu ul.menu li.active-trail ul li {
  padding:0;
  border-top:0;
}
div#menu ul.menu li.active-trail ul li a {
  padding:5px 0 5px 15px;
}
div#menu ul.menu li.active-trail ul li.active a {
}
div#menu ul.menu li.active-trail ul li.active-trail ul li a {
  padding:5px 0 5px 30px;
}
div#menu ul.menu li.active-trail ul li.active-trail ul li.active a {
}

/* Content */

div#principle {
	margin-bottom: 2.49%;
}

div#content {
}

body.front div#content {
	border: 4px solid #f3f3f5;
	padding: 3.2258%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.submitted {
	margin:0 0 10px 0;
	padding:10px;
	text-align:center;
	background:#f4f4f4;
	border:1px solid #e4e4e4;
}

div.field {
  margin:5px 0 15px 0;
  line-height:20px;
}

div.comment {
  margin:0 0 20px 0;
}
div.comment span.submitted {
  display:block;
  margin:0 0 5px 0;
  padding:4px 10px;
  text-align:right;
  font-size:0.9em;
  color:#888;
  background:#eee;
}
div.comment h3 {
  display:none;
}

ul.links {
  margin-top:5px;
  margin-bottom:5px;
  line-height:18px;
  font-size:14px;
}

div.light-block {
	border: 4px solid #f3f3f5;
}

div#content div.block {
	margin:0 0 15px 0;
}
body.front div#content div.block {
	margin-bottom: 0;
}

div#content div.block-menu-block {
	margin:0;
	padding:0;
}
body.front div#content div.block-menu-block {
	margin: 3.2258% 0 0;
	border-top: 4px solid #f3f3f5;
	padding: 3.2258% 0 0;
}

div#content div.block-menu-block ul.menu {
 	margin:0;
 	padding:0;
}

div#content div.block-col-3,
div#content div.block-menu-block ul.menu li,
body.front div#content div.block-menu-block ul.menu li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	width:30.4348%;
	margin:0 4.3478% 4.3478% 0;
	padding:0;
	list-style:none;
}
body.front div#content div.block-menu-block ul.menu li {
	width: 20%;
	margin: 0;
	padding: 0 5px;
	text-align: center;
}
div#content div.block-col-3.last-block,
div#content div.block-menu-block ul.menu li:nth-child(3n) {
	margin-right:0;
}
body.front div#content div.block-menu-block ul.menu li:nth-child(3n) {
	margin: 0;
}
div#content div.block-col-3.first-block,
div#content div.block-menu-block ul.menu li:nth-child(3n+1) {
	clear:left;
}
body.front div#content div.block-menu-block ul.menu li:nth-child(3n+1) {
	clear: none;
}

div#content div.block-menu-block ul.menu li a {
	display:block;
}
div#content div.block-menu-block ul.menu li a span {
	display:block;
}
div#content div.block-menu-block ul.menu li a span.image {
	min-height: 135px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #d2d4db;
	line-height: 0;
	margin-bottom: 10px;
	width: 100%;
}
div#content div.block-menu-block ul.menu li a span.title {
	padding:0 20px 10px 0;
	line-height:24px;
	font-size:20px;
	color:#1c244e;
	border-bottom:1px solid #1c244e;
	position: relative;
}
div#content div.block-menu-block ul.menu li a span.title:after {
	content:'';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	margin-right: -8px;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent transparent #1c244e;
}
div#content div.block-menu-block ul.menu li a:hover span.title {
	text-decoration:underline;
}
div#content div.block-menu-block ul.menu li a span.description {
	padding:10px 0;
	color:#232323;
	border-bottom:1px solid #cfcfcf;
}

/* Blog post */

body.node-type-blog-post div.field-name-field-short-text {
	line-height:24px;
	font-size:20px;
	color:#666;
}

div#aside div.view-author div.views-field-picture a {
	float: left;
}
div#aside div.view-author div.views-field-picture img {
	float: left;
	margin:0 15px 10px 0;
}

div#aside div.view-author div.views-field-field-biography {
	clear: both;
}

body.node-type-blog-post div.field-name-body a {
	color: #007696;
	text-decoration: underline;
}
body.node-type-blog-post div.field-name-body a:hover {
	color: #232323;
}

/* Aside */

div#aside {
  min-height:40px;
}

div#aside div.block {
	margin:0 0 15px 0;
	background:#f3f3f5;
}
div#aside div.block h2 {
  margin:0;
  padding: 15px 10px 0;
}
div#aside div#block-block-2 h2 {
	padding-left: 40px;
	padding-top: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#aside div#block-block-2 h2:after {
	background: #1c244e;
	height: 35px;
	width: 35px;
	content: '\f1aa';
	color: #fff;
	border-radius: 70px;
	display: block;
	left: 0;
	text-align: center;
	top: 2px;
	position: absolute;
	font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 36px;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
}

div#aside div.block div.content {
	padding:8px 10px 2px 10px;
}
div#aside div.content div.view-child-regions div.view-content div:not(.file-info) > h2 {
	width: 100%;
	position: relative;
	top: -10px;
	left: -10px;
}

body.blog div#aside div.block {
	line-height:18px;
	font-size:14px;
	background:none;
	border-bottom:1px solid #cfcfcf;
}
body.blog div#aside div.block p,
body.blog div#aside div.block ol,
body.blog div#aside div.block ul {
	line-height:18px;
}
body.blog div#aside div.block h2 {
	padding: 0;
	padding-bottom: 10px;
}
body.blog div#aside div.block img {
	border-radius: 100%;
}
body.blog div#aside div.block div.content {
	padding:0 0 15px 0;
}

body.blog div#aside div.block-views div.content {
	padding:0 0 2px 0;
}
body.blog div#aside div.block-views div.content div.more-link {
	margin:0 0 15px 0;
}

div#aside div.view-signposts {
  margin-bottom:0;
  padding-bottom:0;
}
div#aside div.view-signposts div.views-row {
  margin:0 0 20px 0;
	line-height:inherit;
}
div#aside div.view-signposts div.views-row-last {
  margin-bottom:0;
}

/* Trailer */

div#trailer {
 /*border-top:2px solid #eee;*/
}

div#trailer div.block {
  float:left;
  width:30%;
  margin:0 2.49%;
  color: #1c244e;
  padding: 10px;
  background:#f3f3f5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div#trailer div.block + div.block {
	margin-left: 0;
}
div#trailer div.block + div[id^='block-views-blog-latest'] {
	margin-left: 0%;
}

div#trailer div.block h2 {
	padding-left: 43px;
  padding-top: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#trailer div.block h2:after {
	background: #1c244e;
	height: 35px;
	width: 35px;
	color: #fff;
	border-radius: 70px;
	display: block;
	left: 0;
	text-align: center;
	top: 2px;
	position: absolute;
	font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 36px;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
}
div#trailer div#block-block-7.block h2:after {
	content: '\f141';
}
div#trailer div#block-block-8.block h2:after {
	content: '\f212';
}
div#trailer div#block-block-9.block h2:after {
	content: '\f1a2';
}
div#trailer div#block-block-23.block h2:after {
	content: '\f14d';
}
div#trailer div#block-views-blog-latest_2.block h2:after {
	content: '\f194';
}
div#trailer div#block-views-events-upcoming_2.block h2:after {
	content: '\f124';
}

div#trailer div#block-views-signposts-block_1 {
  width:auto;
  float:none;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
}
div#trailer div#block-views-signposts-block_1 div.view-signposts {
  margin:2.49% 0 0 0;
}
div#trailer div#block-views-signposts-block_1 div.view-signposts div.views-row {
  float:left;
  width:29.2929%;
  margin:0 0 0 3.0303%;
}

/* Signposts */

div.view-signposts span.image {
	margin: 5% 0;
}

div.view-signposts span.image img {
	display: block;
	height: auto;
	margin: auto;
}

/* Masonry Grid Layout */ 

.masonry-item  {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	width: 33%;
}

.masonry-item:nth-child(3n-2) div {
	padding-right: 9.6618%;
}

.masonry-item:nth-child(3n-1) div {
	padding: 0% 4.8309%;
}

.masonry-item:nth-child(3n) div {
	padding-left: 9.6618%;
}

.masonry-item .views-field-title {
	margin-bottom: 15px;
}

.masonry-item .views-field-summary {
	margin-top: 15px;
}

/* CiviCRM Profile Layout */

.crm-container .crm-section .label {
	float: none;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}

.crm-container .crm-section .content {
	margin-left: 0px;
}

span.user-page-link span.user-page-bullet {
	display: none;
}

span.edit-details {
	font-size: 10px;
	line-height: 24px;	
	vertical-align: middle;
	margin-left: 10px;
}

div#crm-container + span#user-page-profile-Nam {
	display: none;
}

div#block-views-user_events-block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 47.8261%;
}

div#block-views-user_events-block div.views-row-2 {
	border-top: 1px solid #cccccc;
	padding-top: 2%;
}

div#principle div#block-views-user_contributions-block,
div#principle div#block-views-user_subscriptions-block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 4.34782%;
	width: 47.8261%;
}

span.event-type {
	margin-left: 5px;
	font-size: 12px;
	vertical-align: middle;
	line-height: 24px;
	text-transform: uppercase;
}

/* CiviCRM Form Elements */

#crm-container .crm-button {
	background: #58a6df;
	border: none;
	border-radius: 0px;
	padding: 4px;
	text-shadow: none;	
}

.crm-container #help {
	color: #738F16;
	text-align: center;
	margin-bottom: 0px;
}

/* Homepage */

body.front #principle .block p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 29px;
  color: #353062;
}

body.front div#content .homepage-our-vision {
  margin: 0 3%;
}
body.front .homepage-our-vision .content {
  padding-left: 33%;
  background: url('../images/homepage-our-vision.png') no-repeat 0 50%;
  min-height: 100px;
}
body.front.i18n-fr .homepage-our-vision .content {
  padding-left: 33%;
  background: url('../images/homepage-notre-vision.png') no-repeat 0 50%;
  min-height: 100px;
}
body.front.i18n-es .homepage-our-vision .content {
  padding-left: 33%;
  background: url('../images/homepage-nuestra-vision.png') no-repeat 0 50%;
  min-height: 100px;
}
body.front .homepage-our-vision .content p {
  margin-top: 15px;
}

body.front div#trailer .homepage-world-map {
  float: none;
  position: relative;
  background: transparent;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
}
body.front div#trailer .homepage-world-map .content {
  width: 100%;
  height: 517px;
  background: url('../images/world-map-color-lg.png') no-repeat;
}
body.front div#trailer .homepage-world-map .content:before {
  background: url('../images/homepage-ifes-connects.png') no-repeat;
  content: '';
  position: absolute;
  width: 558px;
  height: 167px;
  top: 137px;
  left: 50%;
  margin-left: -279px;
}
body.front.i18n-fr div#trailer .homepage-world-map .content:before {
  background: url('../images/homepage-ifes-connects-fr.png') no-repeat;
  content: '';
  position: absolute;
  width: 558px;
  height: 171px;
  top: 136px
  left: 50%;
  margin-left: -279px;
}
body.front.i18n-es div#trailer .homepage-world-map .content:before {
  background: url('../images/homepage-ifes-connects-es.png') no-repeat;
  content: '';
  position: absolute;
  width: 558px;
  height: 170px;
  top: 136px
  left: 50%;
  margin-left: -279px;
}
div.homepage-intro {
	background: url('../images/homepage-banner.jpg') no-repeat 50% 33%;
	background-size: cover;
	display: table;
	height: 350px;
	table-layout: fixed;
	width: 100%;
}
div.homepage-intro .container {
	display: table-cell;
	padding: 60px 0;
	vertical-align: middle;
  position: relative;
}
div.homepage-intro .container:before {
  background: url('../images/homepage-banner-we-are-ifes.png') no-repeat;
  content: '';
  width: 404px;
  height: 152px;
  position: absolute;
  left: 110px;
  top: 50%;
  margin-top: -76px;
}
body.i18n-fr div.homepage-intro .container:before {
  background: url('../images/homepage-nous-sommes-ifes.png') no-repeat;
  content: '';
  width: 404px;
  height: 116px;
  position: absolute;
  left: 110px;
  top: 50%;
  margin-top: -58px;
}
body.i18n-es div.homepage-intro .container:before {
  background: url('../images/somos-ifes.png') no-repeat;
  content: '';
  width: 404px;
  height: 154px;
  position: absolute;
  left: 110px;
  top: 50%;
  margin-top: -72px;
}

div.homepage-intro .container .content {
	width: 30%;
	padding-left: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 53%;
}
div.homepage-intro .container .content h1 {
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	font-size: 60px;
}
div.homepage-intro .container .content p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
}
div.homepage-intro .container .content p + p {
  margin-bottom: -25px;
  margin-top: 40px;
}
div.homepage-intro .container .content .button {
  background: rgba(255, 255, 255, 0.16);
}
div.homepage-intro .container .content .button:hover {
  background: #fff;
}
div.homepage-intro .container .content .button + .button {
	margin-left: 30px;
}
div.mission-statement .container {
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.mission-statement .container .title {
	display: table-cell;
	vertical-align: middle;
	width: 37.6623%;
	text-align: center;
}
div.mission-statement .container .title h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	line-height:60px;
	font-weight: bold;
	text-transform: uppercase;
}
div.mission-statement .container .content {
	display:table-cell;
	vertical-align: middle;
}
div.mission-statement .container .content p,
div.mission-statement .container .content ul {
	color: #1c244e;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
}
div.mission-statement .container .content ul li {
	margin:10px 0;
}

div#trailer div#block-block-7 {
	clear: left;
	margin-left: 2.49%;
}

div#trailer div[id^='block-views-blog-latest'] {
	margin-bottom: 2.49%;
	width: 30%;
}
div#trailer div[id^='block-views-events-upcoming'] {
	margin-bottom: 2.49%;
	width: 46.265%;	
}

div#trailer div#block-block-15 {
	clear: both;
	margin: 2.49%;
	overflow: hidden;
	width: 95.02%;
	background: none;
	padding: 0;
}

/* Blog & Events */

div[id^='block-views-blog-latest'] div.views-row h3,
div#block-views-events-region_events div.views-row h3,
div[id^='block-views-events-upcoming'] div.views-row h3 {
	margin-right: 5px;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 20px;
}

div[id^='block-views-blog-latest'] div.views-row h3 a {
	text-decoration: none;
}
div[id^='block-views-blog-latest'] div.views-row h3 a:hover span {
	text-decoration: underline;
}

div[id^='block-views-blog-latest'] div.views-row h3 span.date,
div#block-views-events-region_events div.views-row h3 span.date,
div[id^='block-views-events-upcoming'] div.views-row h3 span.date {
	color: #999;
	font-size: 12px;
	line-height: 16px;
}

div[id^='block-views-blog-latest'] div.views-row h3 span.image {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 5px;
}
body.front div[id^='block-views-blog-latest'] div.views-row h3 span.image {
	display: none;
}
div[id^='block-views-blog-latest'] div.views-row h3 span.image img {
	width: 100%;
	height: 100%;
}
body.blog div#aside div[id^='block-views-blog-latest'] div.views-row h3 span.date {
	font-size: 12px;
	display: block;
	font-weight: normal;
	text-transform: none;
}

div.node-teaser,
div#block-views-events-main div.views-row div.node-event {
	border: 1px solid #f9f9f9;
	padding: 10px;
	background: #fcfcfc;
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
}

div.node-teaser:after,
div.node-teaser:before,
div#block-system-main div.blog-header:after,
div#block-system-main div.blog-header:before,
body.event div#content div.event-header:after,
body.event div#content div.event-header:before,
div#block-views-events-main div.views-row div.node-event:after,
div#block-views-events-main div.views-row div.node-event:before {
	z-index: -1;
  position: absolute;
  content: '';
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 10px 10px #777;
  -moz-box-shadow: 0 10px 10px #777;
  box-shadow: 0 10px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

div.node-teaser:after,
div#block-system-main div.blog-header:after,
body.event div#content div.event-header:after,
div#block-views-events-main div.views-row div.node-event:after {
	-webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  visibility: visible;
  height: auto;
  left: auto;
}

div#block-views-blog-main div.views-row + div.views-row,
div#block-views-events-main div.views-row + div.views-row,
div#block-views-blog-block_2 div.views-row + div.views-row,
body.page-blog div.view-blog div.views-row + div.views-row,
div.node-teaser + div.node-teaser {
	margin-top: 45px;
}

div#block-system-main div.circle,
body.event div#content div.circle,
div.node-teaser div.circle,
div#block-views-events-main div.views-row div.circle {
	width: 70px;
	background: #1c244e;
	color: #fff;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
	float: left;
	margin: -25px 15px 5px -25px;
	margin-bottom: 5px;
	margin-right: 15px; 
	position: relative;
	display: table;
	table-layout: fixed;
}
body.event div#content div.circle {
	margin: 0 15px 5px 0;
}
div#block-system-main div.circle div.image,
div.node-teaser div.circle div.image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.85;
}
div#block-system-main div.circle div.image img,
div.node-teaser div.circle div.image img {
	border-radius: 100%;
}
div#block-system-main div.circle div.date,
body.event div#content div.circle div.date,
div.node-teaser div.circle div.date,
div#block-views-events-main div.views-row div.circle div.date {
	position: relative;
	text-align: center;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
div#block-system-main div.circle div.date span,
body.event div#content div.circle div.date span,
div.node-teaser div.circle div.date span,
div#block-views-events-main div.views-row div.circle div.date span {
	display: block;
	text-transform: uppercase;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
}
div#block-system-main div.circle div.date span.month,
body.event div#content div.circle div.date span.month,
div.node-teaser div.circle div.date span.month,
div#block-views-events-main div.views-row div.circle div.date span.month {
	font-size: 14px;
	font-weight: normal;
}
div#block-system-main div.circle div.date span.day,
body.event div#content div.circle div.date span.day,
div.node-teaser div.circle div.date span.day,
div#block-views-events-main div.views-row div.circle div.date span.day {
	font-size: 28px;
	font-weight: 100;
	margin-top: -3px;
}

div.node-teaser h2,
div#block-views-events-main div.views-row h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 0;
}

div.node-teaser div.views-field-name {
	font-size: 12px;
}

div.node-teaser div.views-field-body,
div#block-views-events-main div.views-row div.views-field-body {
	clear: both;
}

div.node-teaser div.views-field-path a,
div#block-views-events-main div.views-row div.views-field-path a {
	border-top: 1px solid #cfcfcf;
	padding-top: 3px;
	width: 100%;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #1c244e;
}
div.node-teaser div.views-field-path a:after,
div#block-views-events-main div.views-row div.views-field-path a:after {
	content:'';
	position: relative;
	font-size: 0px;
	margin-left: 3px;
	margin-right: -3px;
	top: -4px;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #1c244e;
}
div.node-teaser div.views-field-path a:hover,
div#block-views-events-main div.views-row div.views-field-path a:hover {
	text-decoration: underline;
}

div.preview div.blog-header,
div#block-system-main div.blog-header,
body.event div#content div.event-header {
	margin: 30px auto;
	position: relative;
}

div.preview div.masthead,
div#block-system-main div.masthead,
body.event div#content div.masthead {
	clear: both;
	overflow: hidden;
	position: relative;
	border: 1px solid #f9f9f9;
	padding: 10px;
	background: #fcfcfc;
}
div.preview div.masthead div.meta,
div#block-system-main div.masthead div.meta,
body.event div#content div.masthead div.meta {
	height: 70px;
	display: table;
	table-layout: fixed;
	font-size: 12px;
	float: left;
}
div.preview div.masthead div.meta div.content,
div#block-system-main div.masthead div.meta div.content,
body.event div#content div.masthead div.meta div.content {
	display: table-cell;
	vertical-align: middle;
}
div.preview div.masthead div.meta div.content a,
div#block-system-main div.masthead div.meta div.content a {
	margin: auto 2px;
	color: #528cc3;
	text-decoration: none;
}
div.preview div.masthead div.meta div.content a:hover,
div#block-system-main div.masthead div.meta div.content a:hover {
	text-decoration: underline;
}
div.preview div.masthead div.meta div.content a + a:before,
div#block-system-main div.masthead div.meta div.content a + a:before {
	content: '\25cf';
	padding-right: 3px;
	font-size: 8px;
	top: -2px;
	position: relative;
	display: inline-block;
}
div.preview div.masthead div.circle,
div#block-system-main div.masthead div.circle,
body.event div#content div.masthead div.circle {
	margin: 0 15px 0 0;
}
body.event div#content div.masthead div.meta div.content span {
	display: block;
}
body.event div#content div.masthead div.meta div.content span.locale {
	font-weight: bold;
}

div#block-system-main div.field-name-field-image {
	float: left;
	margin: 0 15px 5px 0;
}

div.term-listing-heading {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 45px;
	padding-bottom: 45px;
}

/* Resources */

body.books div.book,
body.emails div.email {
	clear: both;
	overflow: hidden;
}
body.books div.book + div.book,
body.emails div.email + div.email {
	margin-top: 30px;
	border-top: 1px solid #cfcfcf;
	padding-top: 30px;
}
body.books div.book div.image,
body.emails div.email div.image {
	float: left;
	margin: 0 15px 15px 0;
}

div#content div.entity-file-entity,
body.emails div.block-webform {
	border: 1px solid #f9f9f9;
	padding: 10px;
	background: #fcfcfc;
	position: relative;
}
div#content div.entity-file-entity:after,
div#content div.entity-file-entity:before,
body.emails div.block-webform:after,
body.emails div.block-webform:before {
	z-index: -1;
  position: absolute;
  content: '';
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 10px 10px #777;
  -moz-box-shadow: 0 10px 10px #777;
  box-shadow: 0 10px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
div#content div.entity-file-entity:after,
body.emails div.block-webform:after {
	-webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  visibility: visible;
  height: auto;
  left: auto;
}

body.emails div.block-webform div.form-item label,
body.emails div.block-webform div.form-item input {
	margin: auto;
	width: 50%;
	position: relative;
	display: block;
}

div.entity-file-entity {
	padding: 0;
	margin-bottom: 30px;
}
div.entity-file-entity div.content {
	clear: both;
	overflow: hidden;
	padding: 10px;
}
div.entity-file-entity div.content div.field-name-field-image {
	float: left;
	margin: 0 15px 5px 0;
}
div.entity-file-entity div.download-file {
	padding: 10px;
}
div.entity-file-entity div.download-file div.field-name-field-file-attach {
	margin: 0;
	border-top: 1px solid #1c244e;
	padding-top: 10px;
}
div.entity-file-entity div.download-file span {
	display: block;
	clear: both;
	overflow: hidden;
}
div.entity-file-entity div.download-file span img {
	float: left;
}
div.entity-file-entity div.download-file span a {
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: -5px;
}
div.entity-file-entity div.download-file span a:before {
	content:'';
	display: block;
	position: absolute;
	float: right;
	top: 0;
	right: -20px;
	margin-top:7px;
	margin-left: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #1c244e;
}

div#aside div#block-views-child_regions-block_5 div.content {
	padding: 0;
}

div#aside div#block-views-child_regions-block_5 div.content div.views-row {
	margin: 0;
}

div#aside div#block-views-child_regions-block_5 div.content div.field-name-field-short-text {
	padding: 10px;
}

/* Contact */

div#aside div#block-views-region_list-block {
	padding: 0;
	background: none;
}

div#block-views-region_list-block div.item-list {
	margin-bottom: 15px;
	background:#f3f3f5;
}
div#block-views-region_list-block div.item-list h3 {
	width: 100%;
	display: block;
	background: #f3f3f3;
	position: relative;	
}
div#block-views-region_list-block div.item-list h3:hover,
div#block-views-region_list-block div.item-list h3.open:hover {
	cursor: pointer;
	background: #1c244e;
}
div#block-views-region_list-block div.item-list h3 a {
	display: block;
	padding: 8px 10px;
	line-height:20px;
	font-size: 14px;
	background: #f3f3f3;
	border-right: 1px solid #fff;
	color: #232323;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: calc(100% - 36px);
}
div#block-views-region_list-block div.item-list h3.open {
	background: #d5d5d5;
	color: #fff;
}
div#block-views-region_list-block div.item-list h3 a:hover {
	background: #534f71;
	color: #fff;
	cursor: pointer;
}
div#block-views-region_list-block div.item-list h3:after,
div#block-views-region_list-block div.item-list h3:before {
	content:'';
	height: 3px;
	width: 15px;
	background: #232323;
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -1px;
}
div#block-views-region_list-block div.item-list h3.open:after,
div#block-views-region_list-block div.item-list h3.open:before,
div#block-views-region_list-block div.item-list h3:hover:after,
div#block-views-region_list-block div.item-list h3:hover:before {
	background: #fff;
}
div#block-views-region_list-block div.item-list h3:before {
	height: 15px;
	width: 3px;
	right: 16px;
	margin-top: -7px;
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-moz-transition: -moz-transform 100ms linear;
	-ms-transition: -ms-transform 100ms linear;
	-webkit-transition: -webkit-transform 100ms linear;
	transition: transform 100ms linear;
}
div#block-views-region_list-block div.item-list h3.open:before {
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
div#block-views-region_list-block div.item-list ul {
	display: none;
	padding: 0 10px 10px;
}
div#block-views-region_list-block div.item-list ul div.views-field-name-1 {
	display: none;
}

div#quicktabs-container-offices,
div#quicktabs-container-directions {
	padding: 10px;
	background: #f3f3f5;
}
div#quicktabs-directions ul.quicktabs-tabs li a {
	padding: 5px 15px;
}

p.legal {
	font-size: 12px;
	line-height: 18px;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	color: #c65a5a;
}

div#block-block-20 iframe {
	max-width: 800px;
	width: 100%!important;
}

/* Prayers */

div.view-prayers.view-teaser div.views-row {
	margin-bottom:45px;
}

/* Donate */

form#tobermory-wizard {
	border:4px solid #f3f3f5;
	padding: 15px;
}

form#tobermory-wizard select {
	background: #f3f3f5 url('../images/select-arrows.png') no-repeat right 7px top 6px;
	background-size: 7px 15px;
	-webkit-appearance: none;
	border-radius: 0%;
	color: #1c244e;
	border: 1px solid #1c244e;;
	padding: 5px 21px 5px 10px;
}

form#tobermory-wizard fieldset {
	max-width: 670px;
}

form#tobermory-wizard fieldset legend {
	margin: 12px 10px 0 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 200px;
}

form#tobermory-wizard fieldset div.form-radios {
	float: left;
	margin-top: 6px;
}
form#tobermory-wizard fieldset div.form-radios input[type='radio'] {
	-webkit-appearance: none;
	background: #f1f1f1;
	border: 1px solid #d5d5d5;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	outline: none;
	position: relative;
}
form#tobermory-wizard fieldset div.form-radios input[type='radio']:checked:after {
	content:'';
	display: block;
	height: 8px;
	width: 8px;
	background: #5b5b5b;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
}

form#tobermory-wizard fieldset[id*='gift'] fieldset {
	padding: 0;
}

form#tobermory-wizard fieldset[id*='info'] {
	background:#f3f3f5;
	width: 32.9032%;
	float: right;
	padding: 30px;
}
form#tobermory-wizard fieldset[id*='info'] p {
	padding-left: 75px;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form#tobermory-wizard fieldset[id*='info'] p span {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin-right: 5px;
}

form#tobermory-wizard fieldset[id*='processor'] {
	margin: auto;
	text-align: center;
}

form#tobermory-wizard div.form-item-support-staff {
	max-width: 450px;
}

form#tobermory-wizard div.description {
	max-width: 430px;
}

form#tobermory-wizard input[type="submit"] {
	margin: auto;
	clear: both;
	display: block;
	max-width: 200px;
	width: 100%;
}

form#tobermory-wizard input + p:last-of-type {
	text-align: center;
	margin-top: 30px;
	font-style: italic;
}

form#tobermory-wizard div.form-item-giftaid input[type='checkbox'] {
	position: relative;
	z-index: 100;
}

form#tobermory-wizard div.form-item-giftaid label.option {
	border: 2px solid #1c244e;
	margin: -10px 10px;
	cursor: pointer;
	position: relative;
	padding: 5px;
}


div.giving-statistics {
	width: 75%;
	margin: auto;
	display: table;
	table-layout: fixed;
	border-spacing: 30px 10px;
}
div.giving-statistics div.stat {
	display: table-cell;
	width: 33%;
	text-align: center;
	vertical-align: bottom;
}
div.giving-statistics div.stat p {
	border-bottom-color: #f3f3f5;
	border-bottom-style: solid;
	padding-bottom: 5px;
	margin: 0;
}
div.giving-statistics div.stat span {
	display: block;
	font-size: 18px;
}
div.giving-statistics div.stat strong {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
}
div.giving-statistics div.stat.student {
	vertical-align: middle;
	color:#fff;
	background:#1c244e;
}
div.giving-statistics div.stat.student p {
	border: none;
	padding: 30px 0;
}
div.giving-statistics div.stat.student span {
	margin-top: 10px;
	letter-spacing: 1px;
}
div.giving-statistics div.stat.funds p {
	border-bottom-width: 20px;
}
div.giving-statistics div.stat.governence p {
	border-bottom-width: 10px;
}

/* Staff */

div.view-staff div.views-row {
	float: left;
	margin-right: 2.49%;
	width: 48.755%;
}
div.view-staff div.views-row:nth-child(2n) {
	margin-right: 0;
}
div.view-staff div.views-row:nth-child(2n+1) {
	clear: left;
}

div.view-staff div.views-row div.views-field-picture {
	float: left;
	margin-right: 10px;
}

div.view-staff div.views-row div.views-field-picture img {
	border-radius: 100%;
	overflow: hidden;
}

/* User Profile */

div.profile {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

div.profile div.user-picture {
	float: left;
	margin: 0 15px 15px 0;
}

div.profile div.user-picture img {
	display: block;
	border-radius: 100%;
}

div.profile div.field-label-above {
	margin-left: 115px;
}

div#block-views-blog-block_2 h2 {
	margin-bottom: 30px;
}

.form-item-giftaidfuture label { 
  width: 90%;
}

.form-item-giftaidfuture input { 
  vertical-align: top;
  margin-top: 8px;
}