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

x. Variables

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

x. Mixins

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

x. CSS Reset

*********************************************************************************************/
@import "https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic|Sorts+Mill+Goudy:400,400italic";
@import "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

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

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

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

x. Basic Setup (Body, Fonts, etc.)

********************************************************************************************/
html {
  background: #757169;
}

html, body {
  font: 17px 'Lato', Arial, Helvetica, sans-serif;
  color: #5A5958;
  width: auto;
  height: auto;
}

a {
  color: #F48034;
  text-decoration: none;
}

a:hover {
  color: #617666;
}

a img {
  border: none;
}

.center {
  text-align: center;
}

.clear.hidden {
  overflow: hidden;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

h1 {
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25em;
}

h5 {
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
}

h6 {
  color: #546859;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 20px 0;
  position: relative;
}

h6:after {
  content: '';
  background: url(../img/lines/quarter-spanish-white.png);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.left {
  float: left;
}

p {
  line-height: 1.5em;
}

p.small {
  font-size: 14px;
}

.right {
  float: right;
}

.uppercase {
  text-transform: uppercase;
}

.wrapper {
  width: 1230px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

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

x. Margin

*********************************************************************************************/
#blog .post,
#contact-us .contact-methods li,
.content .image,
.content ol,
.content ul,
footer .top .column:last-of-type span,
footer .top .image,
h1,
h2,
h3,
h4,
h5,
h6,
#home .map .columns,
input[type="submit"],
input[type="text"],
label.checkbox,
p,
#press-room .article,
#programs .box,
textarea {
  margin-bottom: 20px;
}

.no-margin {
  margin: 0 !important;
}

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

x. Columns & Widths

*********************************************************************************************/
.column {
  position: relative;
}

.equal-height {
  margin: 0 0 -9999px 0;
  padding: 0 0 9999px 0;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-16 {
  width: 16%;
}

.width-18 {
  width: 18%;
}

.width-20 {
  width: 20%;
}

.width-22 {
  width: 22%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-42 {
  width: 42%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

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

x. Image

*********************************************************************************************/
.image.border {
  border: 10px solid #E9E0D5;
}

.image.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.image img {
  width: 100%;
  height: auto;
  display: block;
}

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

x. Content

*********************************************************************************************/
.content > :last-child {
  margin-bottom: 0;
}

.content a.uppercase:not(.button) {
  letter-spacing: 0.095em;
}

.content ol,
.content ul {
  line-height: 1.5em;
  margin-left: 15px;
}

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

x. Section

*********************************************************************************************/
section {
  margin: 0 0 15px 0;
}

section.main {
  border-bottom: 15px solid #F9EEE2;
  border-left: 15px solid #F9EEE2;
  border-right: 15px solid #F9EEE2;
}

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

x. Line

*********************************************************************************************/
.line {
  width: 100%;
  height: 1px;
  background: url(../img/lines/akaroa.png);
  margin: 0 0 40px 0;
  clear: both;
}

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

x. Button

*********************************************************************************************/
.button {
  color: #617666;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}

.button:hover {
  color: #F48034;
}

.button.arrow-left:before {
  content: '<';
  color: #F48034;
  margin: 0 10px 0 0;
}

.button.arrow-right:after {
  content: '>';
  color: #F48034;
  margin: 0 0 0 10px;
}

.button.corduroy {
  color: #F9EEE2;
  background: #617666;
}

.button.corduroy:hover {
  color: #FFFFFF;
  background: #F48034;
}

.button.corduroy:hover:after,
.button.corduroy:hover:before,
.button.crusta:after,
.button.crusta:before,
.button.crusta:hover:after,
.button.crusta:hover:before {
  color: #FFFFFF;
}

.button.crusta {
  color: #F9EEE2;
  background: #F48034;
}

.button.crusta:hover {
  color: #FFFFFF;
  background: #617666;
}

.button.large {
  font-size: 13px;
  padding: 15px 20px;
}

.button.no-padding {
  padding: 0;
}

.button.small {
  font-size: 11px;
  padding: 10px 15px;
}

.buttons {
  list-style: none;
  overflow: hidden;
}

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

x. Blockquote

*********************************************************************************************/
blockquote {
  color: #809486;
  font-size: 26px;
  font-style: italic;
  padding: 25px 35px;
  position: relative;
}

blockquote:after {
  content: '';
  width: 10px;
  height: auto;
  border-bottom: 4px solid #F48034;
  border-right: 4px solid #F48034;
  border-top: 4px solid #F48034;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

blockquote:before {
  content: '';
  width: 10px;
  height: auto;
  border-bottom: 4px solid #F48034;
  border-left: 4px solid #F48034;
  border-top: 4px solid #F48034;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

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

x. Banner

*********************************************************************************************/
.banner-wrapper {
  background: #F9EEE2;
}

.banner-wrapper .banner {
  position: relative;
}

.banner-wrapper .banner .title {
  background: rgba(32, 42, 41, 0.975);
  padding: 30px 40px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.banner-wrapper .banner h3 {
  color: #FFFFFF;
  line-height: 1em;
}

.banner-wrapper .banner h4 {
  color: #F9EEE2;
  line-height: 1em;
  padding: 5px 0 0 0;
}

.banner-wrapper .banner .image {
  position: relative;
}

.banner-wrapper .banner .image:after {
  content: '';
  background: url(../img/borders/quarter-spanish-white.png) center top;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-wrapper .banner .title.icon {
  padding-left: 140px;
}

.banner-wrapper .banner .title.icon .icon {
  width: 80px;
  height: 80px;
  background: #F48034;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 40px;
}

.banner-wrapper .banner .title.icon .icon svg {
  fill: #FFFFFF;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.banner-wrapper .caption {
  color: #9A928B;
  font-size: 12px;
  text-align: right;
  margin: 10px 0 0 0;
}

.banner-wrapper .caption a {
  color: #617666;
}

.banner-wrapper .caption a:hover {
  color: #F48034;
}

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

x. Page Title

*********************************************************************************************/
.page-title {
  background: #3A4644;
  padding: 40px 0;
  position: relative;
  z-index: 10;
}

.page-title:after {
  content: '';
  background: url(../img/borders/cape-cod.png) center bottom;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.page-title h2 {
  color: #FFFFFF;
  line-height: 1em;
  text-align: center;
}

.page-title h2 span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}

.page-title h2 span:before,
.page-title h2 span:after {
  content: "";
  position: absolute;
  background: url(../img/lines/crusta.png);
  width: 160px;
  height: 1px;
  top: 50%;
}

.page-title h2 span:before {
  margin: 0 20px 0 0;
  right: 100%;
}

.page-title h2 span:after {
  margin: 0 0 0 20px;
  left: 100%;
}

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

x. Pagination

*********************************************************************************************/
.pagination {
  list-style: none;
  overflow: hidden;
}

.pagination a {
  color: #5A5958;
  font-size: 11px;
  line-height: 16px;
  display: block;
}

.pagination li {
  margin: 0 5px 0 0;
  float: left;
}

.pagination li.number a {
  text-align: center;
  width: 16px;
  height: 16px;
}

.pagination li.text a {
  text-transform: uppercase;
  width: auto;
  height: 16px;
}

.pagination li.text a:after {
  content: '>';
  color: #F48034;
  margin: 0 0 0 5px;
}

.pagination li.text a:hover {
  color: #F48034;
}

.pagination.dark li.number a {
  background: #F9EEE2;
}

.pagination.dark li.number a:hover,
.pagination.dark li.number.active a,
.pagination.light li.number a:hover,
.pagination.light li.number.active a {
  color: #FFFFFF;
  background: #F48034;
}

.pagination.light li.number a {
  background: #FFFFFF;
}

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

x. Callout

*********************************************************************************************/
.call-out {
  font-size: 15px;
  background: #E9E0D5;
  margin: 40px 0 0 0;
}

.call-out .content {
  padding: 30px;
}

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

x. Details

*********************************************************************************************/
.details {
  font-size: 14px;
  margin-left: 0 !important;
  list-style: none;
}

.details li {
  padding: 0 5px;
}

.details li.title {
  color: #546859;
  border-bottom: 1px solid #F48034;
  margin: 20px 0 5px 0;
  padding-bottom: 5px;
}

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

x. Meta

*********************************************************************************************/
.meta {
  margin-left: 0 !important;
  list-style: none;
  overflow: hidden;
}

.meta.borders {
  border-bottom: 1px solid #F9EEE2;
  border-top: 1px solid #F9EEE2;
  padding: 10px 0;
}

.meta li {
  color: #546859;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  float: left;
}

.meta li.separator {
  color: #F48034;
}

.meta li:last-of-type {
  padding: 0 !important;
}

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

x. Sidebar

*********************************************************************************************/
aside .area {
  font-size: 13px;
  margin: 0 0 40px 0;
}

aside .area:last-of-type {
  margin: 0;
}

aside .area p.title {
  color: #617666;
}

aside .box {
  padding: 50px 35px;
  position: relative;
}

aside .box h6 {
  color: #FFFFFF;
}

aside .box ul {
  list-style: none;
}

aside .box:last-of-type {
  margin-bottom: -9965px !important;
  padding-bottom: 9999px !important;
}

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

x. Sidebar: Contact

*********************************************************************************************/
aside .box.contact {
  font-size: 14px;
  background: #E9E0D5;
}

aside .box.contact .content {
  padding: 0 0 0 90px;
  position: relative;
}

aside .box.contact h6 {
  color: #5A5958;
}

aside .box.contact h6:after {
  background: url(../img/lines/akaroa.png);
}

aside .box.contact .image {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

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

x. Sidebar: Filters

*********************************************************************************************/
aside .box.filters {
  background: #7A8765;
}

aside .box.filters ul a {
  color: #F9EEE2;
  font-size: 14px;
}

aside .box.filters ul a:hover {
  color: #D8CAB9;
}

aside .box.filters ul li {
  margin: 0 0 10px 0;
}

aside .box.filters ul li:last-of-type {
  margin: 0;
}

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

x. Sidebar: Mission

*********************************************************************************************/
aside .box.mission {
  background: #7A8765;
  padding-bottom: 100px;
}

aside .box.mission p {
  color: #F9EEE2;
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 24px;
}

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

x. Sidebar: Navigation

*********************************************************************************************/
aside .box.navigation {
  background: rgba(44, 59, 59, 0.8);
}

aside .box.navigation {
  padding-bottom: 35px;
}

/*
aside .box.navigation ul a {
	color: $nomad;
	line-height: 1em;
	text-transform: uppercase;
	display: block;
}

aside .box.navigation ul a:hover,
aside .box.navigation ul li.active > a {
	color: $sage;
}

aside .box.navigation ul li {
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	position: relative;
}

aside .box.navigation ul li:after {
	content: '';
	background: url(../img/lines/quarter-spanish-white.png);
	width: 100%; height: 1px;
	position: absolute;
	bottom: 0; left: 0;
}

aside .box.navigation ul li:last-of-type {
	margin-bottom: 0;
}

aside .box.navigation ul li:last-of-type:after {
	display: none;
}

aside .box.navigation ul li.title {
	color: $white;
	font-family: 'Sorts Mill Goudy', Georgia, Serif;
	font-size: 28px;
	line-height: 1em;
}

aside .box.navigation ul li .sub-menu {
	margin: 20px 0 5px 20px;
}

aside .box.navigation ul li .sub-menu a {
	color: $quarter-spanish-white;
	padding: 0 0 0 15px;
	position: relative;
}

aside .box.navigation ul li .sub-menu a:before {
	content: '\f24f';
	color: $sage;
	font-family: 'Ionicons';
	font-size: 8px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%; left: 0;
}

aside .box.navigation ul li .sub-menu a:hover {
	color: $sage;
}

aside .box.navigation ul li .sub-menu li {
	margin: 0 0 15px 0;
	padding: 0;
}

aside .box.navigation ul li .sub-menu li:after {
	display: none;
}

aside .box.navigation ul li .sub-menu li.active a:before {
	color: $crusta;
}

aside .box.navigation ul li .sub-menu li:last-of-type {
	margin: 0;
}

aside .box.navigation ul li .sub-menu li .sub-menu {
	margin: 20px 0 20px 25px;
}

aside .box.navigation ul li .sub-menu li .sub-menu a {
	color: $nomad;
	text-transform: none;
	padding: 0;
}

aside .box.navigation ul li .sub-menu li .sub-menu a:before {
	display: none;
}

aside .box.navigation ul li .sub-menu li .sub-menu a:hover,
aside .box.navigation ul li .sub-menu li .sub-menu li.active > a {
	color: $crusta;
}

aside .box.navigation ul li .sub-menu li .sub-menu a:hover:after,
aside .box.navigation ul li .sub-menu li .sub-menu li.active > a:after {
	content: '>';
	color: $crusta;
	margin: 0 0 0 5px;
}

aside .box.navigation ul li .sub-menu li .sub-menu li {
	margin: 0 0 10px 0;
}
*/
/*********************************************************************************************

x. Sidebar: Newsletter

*********************************************************************************************/
aside .area.newsletter form {
  overflow: hidden;
}

aside .area.newsletter form input[type="submit"] {
  float: right;
}

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

x. Sidebar: Tags

*********************************************************************************************/
aside .area.tags .tags {
  margin: 10px 0 0 0;
  list-style: none;
  overflow: hidden;
}

aside .area.tags .tags a {
  color: #737373;
  font-size: 14px;
  line-height: 30px;
  background: #F8F4F0;
  padding: 0 10px;
  display: block;
}

aside .area.tags .tags a:hover {
  color: #FFFFFF;
  background: #F48034;
}

aside .area.tags .tags li {
  margin: 0 5px 5px 0;
  float: left;
}

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

x. Sidebar: Question

*********************************************************************************************/
aside .box.question {
  color: #F9EEE2;
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 24px;
  background: #546859;
}

aside .box.question .content {
  position: relative;
  z-index: 10;
}

aside .box.question .icon {
  position: absolute;
  top: 15px;
  left: -15px;
}

aside .box.question .icon svg {
  fill: #617666;
}

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

x. Sidebar: Quotation

*********************************************************************************************/
aside .box.quotation {
  background: rgba(44, 59, 59, 0.8);
}

aside .box.quotation {
  color: #F9EEE2;
  font-size: 16px;
  font-weight: 300;
  padding-top: 120px;
}

aside .box.quotation .name {
  font-weight: 700;
}

aside .box.quotation .logo {
  width: 110px;
  height: 110px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -55px;
  left: 50%;
}

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

x. Sidebar: Search

*********************************************************************************************/
aside .area.search form {
  position: relative;
}

aside .area.search form .icon {
  content: '';
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

aside .area.search form .icon svg {
  fill: #F48034;
}

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

x. Sidebar: Vision

*********************************************************************************************/
aside .box.vision {
  background: #546859;
}

aside .box.vision p {
  color: #F9EEE2;
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 24px;
}

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

x. Header

*********************************************************************************************/
header {
  position: relative;
  z-index: 20;
}

header .bottom .navigation {
  font-size: 0;
  text-align: center;
  background: #F9EEE2;
  list-style: none;
  position: relative;
}

header .bottom .navigation:before {
  content: '';
  background: url(../img/borders/quarter-spanish-white.png) left top;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
}

header .bottom .navigation a {
  color: #546859;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 20px 60px;
  display: block;
}

header .bottom .navigation a:hover {
  color: #F48034;
}

header .bottom .navigation li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
}

header .bottom .navigation li:first-of-type {
  margin-left: 0;
}

header .bottom .navigation li:hover .sub-menu {
  display: block;
}

header .bottom .navigation li:last-of-type {
  margin-right: 0;
}

header .bottom .navigation li.separator {
  width: 1px;
  height: 25px;
  background: #F48034;
}

header .bottom .navigation li .sub-menu {
  text-align: left;
  background: #DEDBD1;
  -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

header .bottom .navigation li .sub-menu a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1em;
  text-transform: none;
  margin: 0;
  padding: 10px 25px;
  position: relative;
}

header .bottom .navigation li .sub-menu a:hover {
  color: #2C3B3B;
  background: #EFE8DF;
}

header .bottom .navigation li .sub-menu a:hover:after {
  content: '>';
  color: #F48034;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
}

header .bottom .navigation li .sub-menu li {
  display: block;
}

header .top {
  margin: 0 0 30px 0;
  position: relative;
}

header .top .logo {
  width: 300px;
  height: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  margin: 30px 0 0 0;
}

header .top .column.left {
  margin: 0 15px 0 0;
}

header .top .column.right {
  margin: 0 0 0 15px;
}

header .top .columns {
  position: relative;
}

header .top form {
  width: 270px;
  height: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
}

header .top form .icon {
  content: '';
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

header .top form .icon svg {
  fill: #D8CAB9;
}

header .top form input {
  color: #F9EEE2;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 50px 0 15px;
}

header .top .donate {
  color: #F9EEE2;
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  display: block;
}

header .top .donate:hover span.background svg {
  fill: #F48034;
}

header .top .donate:hover span.icon svg {
  fill: #FFFFFF;
}

header .top .donate span.background svg {
  fill: #212A29;
}

header .top .donate span.label {
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}

header .top .donate span.icon {
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 30px;
  left: 50%;
}

header .top .donate span.icon svg {
  fill: #F48034;
}

header .top .navigation {
  font-size: 0;
  margin: 30px 0 20px 0;
  list-style: none;
}

header .top .navigation a {
  color: #F9EEE2;
}

header .top .navigation a:hover {
  color: #FFFFFF;
}

header .top .navigation li {
  color: #F48034;
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

header .top .navigation li:first-of-type {
  margin-left: 0;
}

header .top .navigation li:last-of-type {
  margin-right: 0;
}

header .top .social-media {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  list-style: none;
  overflow: hidden;
}

header .top .social-media a {
  display: block;
}

header .top .social-media li {
  margin: 0 0 0 20px;
  float: left;
}

header .top .social-media svg {
  width: auto;
  height: 20px;
  fill: #2C3B3B;
}

header .top .social-media svg:hover {
  fill: #F48034;
}

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

x. Header: Mobile

*********************************************************************************************/
header .hamburger {
  width: 27px;
  height: 21px;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
}

header .hamburger .line {
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease, background, .15s ease;
  -moz-transition: all .5s ease, background, .15s ease;
  -ms-transition: all .5s ease, background, .15s ease;
  -o-transition: all .5s ease, background, .15s ease;
  transition: all .5s ease, background, .15s ease;
}

header .hamburger .line.first {
  top: 0;
}

header .hamburger .line.second, header .hamburger .line.third {
  top: 9px;
}

header .hamburger .line.fourth {
  top: 18px;
}

header .hamburger.open .line.first,
header .hamburger.open .line.fourth {
  width: 0%;
  top: 7px;
  left: 50%;
}

header .hamburger.open .line.second {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .hamburger.open .line.third {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

x. Footer

*********************************************************************************************/
footer {
  color: #EBE9E7;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 60px 0;
}

footer a {
  color: #EBDFD2;
}

footer a:hover {
  color: #EBE9E7;
}

footer .bottom {
  color: #A1A7A6;
  font-size: 13px;
  font-weight: 300;
  background: #212A29;
  padding: 20px 40px;
  overflow: hidden;
}

footer .bottom span {
  display: block;
}

footer .top {
  background: #374040;
  padding: 40px;
  position: relative;
}

footer .top:before {
  content: '';
  background: url(../img/borders/mine-shaft.png) left top;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
}

footer .top .column .content {
  padding: 0 15px;
}

footer .top .column:last-of-type span {
  font-weight: 300;
  line-height: 1em;
  text-align: right;
  display: block;
}

footer .top .columns {
  margin: 0 -15px;
}

footer .top .image {
  display: block;
}

footer .top .navigation {
  list-style: none;
}

footer .top .navigation a {
  line-height: 1em;
  display: block;
}

footer .top .navigation li {
  font-size: 14px;
  margin: 0 0 10px 0;
}

footer .top .navigation li:last-of-type {
  margin: 0;
}

footer .top .navigation li.title {
  color: #FFFFFF;
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  line-height: 1em;
  padding: 0 0 10px 0;
  position: relative;
}

footer .top .navigation li.title:after {
  content: '';
  background: url(../img/lines/quarter-spanish-white.png);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .top .navigation li.title a {
  color: #FEFCF9;
}

footer .top .newsletter span {
  display: block;
}

footer .top .newsletter span:first-of-type {
  color: #809486;
  font-size: 15px;
}

footer .top .newsletter span:last-of-type {
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin: 10px 0 20px 0;
  padding: 0 0 20px 0;
  position: relative;
}

footer .top .newsletter span:last-of-type:after {
  content: '>';
  color: #F48034;
  margin: 0 0 0 10px;
}

footer .top .newsletter span:last-of-type:before {
  content: '';
  background: url(../img/lines/quarter-spanish-white.png);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .top .social-media {
  list-style: none;
}

footer .top .social-media a {
  display: block;
}

footer .top .social-media li {
  font-size: 12px;
  margin: 0 15px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

footer .top .social-media li:last-of-type {
  margin-right: 0;
}

footer .top .social-media svg {
  fill: #617666;
  width: auto;
  height: 20px;
}

footer .top .social-media svg:hover {
  fill: #F48034;
}

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

x. Form

*********************************************************************************************/
form .length {
  color: #617666;
  font-size: 12px;
  margin: -15px 0 20px 0;
  display: block;
}

input[type="text"],
textarea {
  color: #5A5958;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%;
  height: 35px;
  border: 1px solid #D8CAB9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

input[type="submit"] {
  color: #FFFFFF;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  background: #617666;
  border: none;
  padding: 10px 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
}

input[type="submit"]:after {
  content: '>';
  color: #F48034;
  margin: 0 0 0 10px;
}

input[type="submit"]:hover {
  color: #FFFFFF;
  background: #F48034;
}

label {
  font-size: 15px;
  margin: 0 0 5px 0;
  display: block;
}

label.checkbox {
  padding: 0 0 0 25px;
  position: relative;
}

label.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
}

textarea {
  height: 115px;
  padding: 5px;
}

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

x. About

*********************************************************************************************/
#about-us .column.width-70 > .content {
  background: #F9EEE2;
  padding: 40px 20px 40px 40px;
}

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

x. Blog

*********************************************************************************************/
#blog .column.width-30 > .content {
  padding: 50px 0 0 30px;
}

#blog .column.width-70 > .content {
  padding: 0 30px 0 0;
}

#blog .column.width-70 .column.width-70 > .content {
  padding: 0 0 0 20px;
}

#blog .columns {
  background: #FFFFFF;
  padding: 25px 50px 25px 25px;
}

#blog .columns .columns {
  background: transparent;
  padding: 0;
}

#blog .main {
  background: #FFFFFF;
}

#blog .page-title {
  padding: 25px 30px 25px 70px;
}

#blog .page-title a {
  color: #E9E0D5;
  font-size: 16px;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

#blog .page-title a:hover {
  color: #F8F4F0;
}

#blog .page-title a span.icon {
  margin: 0 0 0 10px;
}

#blog .page-title a svg {
  fill: #F48034;
}

#blog .page-title h2 {
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  top: 5px;
}

#blog .page-title .logo {
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  left: 15px;
}

#blog .post {
  border-bottom: 5px solid #F9EEE2;
}

#blog .post h3 {
  font-size: 35px;
}

#blog .post h5 {
  color: #546859;
  margin-top: 5px;
}

#blog .post .meta {
  border-bottom: 1px solid #F9EEE2;
  border-top: 1px solid #F9EEE2;
  padding: 10px 0;
}

#blog .post .read-more {
  font-size: 14px;
}

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

x. Calendar

*********************************************************************************************/
#calendar .featured-events {
  background: #546859;
  padding: 25px;
}

#calendar .featured-events .column .content {
  margin: 0 5px;
}

#calendar .featured-events .column.width-16 {
  position: relative;
}

#calendar .featured-events .column.width-16 .content {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

#calendar .featured-events .column.width-42 .content {
  background: #F9EEE2;
  padding: 20px 20px 20px 110px;
  position: relative;
}

#calendar .featured-events .column.width-42 .content .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#calendar .featured-events .column.width-42 .content .image {
  position: absolute;
  top: 20px;
  left: 20px;
}

#calendar .featured-events .columns {
  margin: 0 -5px;
}

#calendar .featured-events .date {
  font-size: 12px;
}

#calendar .featured-events h4 {
  color: #F9EEE2;
}

#calendar .featured-events .title {
  font-size: 19px;
  line-height: 1em;
  margin: 0 0 5px 0;
  padding: 0 110px 0 0;
}

#calendar .featured-events .title a {
  color: #5A5958;
}

#calendar .featured-events .title a:hover {
  color: #F48034;
}

#calendar .filters {
  padding: 25px;
}

#calendar .filters .column .content {
  margin: 0 5px;
}

#calendar .filters .column.width-16 {
  position: relative;
}

#calendar .filters .column.width-16 .content {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

#calendar .filters .columns {
  margin: 0 -5px;
}

#calendar .filters form input[type="submit"] {
  background: #F48034;
}

#calendar .filters form input[type="submit"]:hover {
  background: #617666;
}

#calendar .filters form label {
  color: #546859;
  font-size: 14px;
  font-weight: bold;
}

#calendar .filters form .reset {
  color: #546859;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 5px 0;
  display: block;
}

#calendar .filters form .reset:hover {
  color: #F48034;
}

#calendar .filters form .reset span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#calendar .filters form .reset span.icon {
  margin: 0 5px 0 0;
}

#calendar .filters form .reset svg {
  width: auto;
  height: 12px;
  fill: #F48034;
}

#calendar .main {
  background: #F9EEE2;
}

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

x. Contact

*********************************************************************************************/
#contact-us .column.width-40 > .content {
  padding: 0 0 0 25px;
}

#contact-us .column.width-60 > .content {
  padding: 0 25px 0 0;
}

#contact-us .column.width-70 {
  background: #F9EEE2;
}

#contact-us .column.width-70 > .content {
  padding: 40px 20px 40px 40px;
}

#contact-us table {
  width: 100%;
  height: auto;
  max-width: 350px;
}

#contact-us table td {
  padding: 0 20px 0 0;
}

#contact-us table td:last-of-type {
  padding-right: 0;
}

#contact-us .contact-methods {
  list-style: none;
}

#contact-us .contact-methods a {
  text-transform: lowercase;
}

#contact-us .contact-methods .icon {
  background: #F48034;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#contact-us .contact-methods li {
  padding: 0 0 20px 50px;
  position: relative;
}

#contact-us .contact-methods li:after {
  content: '';
  background: url(../img/lines/akaroa.png);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#contact-us .contact-methods li:last-of-type {
  padding-bottom: 0;
}

#contact-us .contact-methods li:last-of-type:after {
  display: none;
}

#contact-us .contact-methods svg {
  fill: #FFFFFF;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

#contact-us .social-media {
  list-style: none;
}

#contact-us .social-media a {
  font-size: 15px;
}

#contact-us .social-media .icon {
  background: #F48034;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#contact-us .social-media li {
  padding: 0 0 20px 50px;
  position: relative;
}

#contact-us .social-media li:last-of-type {
  padding-bottom: 0;
}

#contact-us .social-media li p {
  line-height: 1.15em;
}

#contact-us .social-media svg {
  fill: #FFFFFF;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

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

x. Event

*********************************************************************************************/
#event .caption {
  font-size: 12px;
  display: block;
}

#event .column.width-30 > .content {
  padding: 0 0 0 30px;
}

#event .column.width-70 {
  position: relative;
}

#event .column.width-70:after {
  content: '';
  width: 1px;
  height: 100%;
  background: url(../img/lines/tea.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#event .column.width-70 > .content {
  padding: 0 30px 0 0;
}

#event .column.width-70 .column.width-70:after {
  display: none;
}

#event .column.width-70 .column.width-70 > .content {
  padding: 0 0 0 20px;
}

#event .column.width-70 .content .column.width-30 > .content {
  padding: 0 15px 0 0;
}

#event .column.width-70 .content .column.width-30 > .content .caption {
  text-align: center;
}

#event .column.width-70 .content .column.width-70 > .content {
  padding: 0 0 0 15px;
}

#event .columns {
  padding: 25px;
}

#event .columns .columns {
  padding: 0;
}

#event .image.main {
  margin: 0 0 30px 0;
}

#event .image.main .caption {
  text-align: right;
}

#event .image.main img {
  margin: 0 0 10px 0;
}

#event .main {
  background: #F9EEE2;
}

#event .page-title {
  min-height: 60px;
  padding: 30px 30px 30px 120px;
}

#event .page-title .icon {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

#event .page-title .icon.left {
  left: 20px;
}

#event .page-title .icon.left {
  width: 80px;
  height: 80px;
  background: #F48034;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 20px;
}

#event .page-title .icon.left svg {
  fill: #FFFFFF;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

#event .page-title .icon.right {
  right: 20px;
}

#event .page-title .meta li {
  color: #98B283;
}

#event .page-title .meta li.separator {
  color: #F48034;
}

#event .page-title p.title {
  color: #F9EEE2;
  font-size: 32px;
}

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

x. Home

*********************************************************************************************/
#home .feeds {
  border: 10px solid #EBE9E7;
}

#home .feeds .border {
  width: 3px;
  height: 100%;
  background: #EBE9E7;
  position: absolute;
  top: 0;
  bottom: 0;
}

#home .feeds .border.left {
  left: 0;
}

#home .feeds .border.right {
  right: 0;
}

#home .feeds .column.width-30 {
  font-size: 15px;
}

#home .feeds .column.width-30,
#home .feeds .column.width-70 {
  background: RGBA(233, 224, 213, 0.9);
}

#home .feeds .column.width-30 .content,
#home .feeds .column.width-70 .columns {
  padding: 30px;
}

#home .feeds .column.width-60 .content,
#home .introduction .bottom .column.width-50:last-of-type .content {
  padding: 0 0 0 15px;
}

#home .feeds .column.width-40 .image,
#home .introduction .bottom .column.width-50:first-of-type .image {
  padding: 0 15px 0 0;
}

#home .feeds .title {
  color: #546859;
  font-size: 14px;
  line-height: 1em;
  padding: 0 0 10px 0;
  position: relative;
}

#home .feeds .title:after {
  content: '';
  width: 100%;
  height: 1px;
  background: url(../img/lines/akaroa.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

#home .feeds .title span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
}

#home .feeds .title span.icon {
  margin: 0 15px 0 0;
}

#home .feeds .title svg {
  fill: #F48034;
}

#home .introduction .bottom {
  background: #F9EEE2;
  padding: 30px 30px 50px 30px;
}

#home .introduction .bottom .border {
  width: 1px;
  height: 100%;
  background: url(../img/lines/tea.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#home .introduction .bottom .column.width-30 .content {
  padding: 0 0 0 40px;
}

#home .introduction .bottom .column.width-70 .columns {
  padding: 0 40px 0 0;
}

#home .introduction .top {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  border-left: 15px solid #F9EEE2;
  border-right: 15px solid #F9EEE2;
  padding: 80px 0 0 0;
  position: relative;
}

#home .introduction .top:after {
  content: '';
  background: url(../img/borders/quarter-spanish-white.png) left top;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#home .introduction .top .carousel-wrapper {
  background: rgba(44, 59, 59, 0.8);
  margin: 70px 0 0 0;
  padding: 35px 110px;
  position: relative;
}

#home .introduction .top .carousel-wrapper:before {
  content: '';
  background: url(../img/borders/outer-space.png) left top;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
}

#home .introduction .top .carousel-wrapper a {
  color: #F9EEE2;
}

#home .introduction .top .carousel-wrapper a:hover {
  color: #F48034;
}

#home .introduction .top .carousel-wrapper .content {
  width: auto;
}

#home .introduction .top .carousel-wrapper h4 {
  line-height: 1em;
  margin: 0 0 10px 0;
}

#home .introduction .top .carousel-wrapper span {
  color: #F9EEE2;
  font-size: 18px;
  display: block;
}

#home .introduction .top .content {
  max-width: 920px;
  height: auto;
  margin: 0 auto;
}

#home .introduction .top .line {
  width: 110px;
  background: url(../img/lines/white.png);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#home .map {
  background: url(../img/map.png) center center #FFFFFF;
  padding: 70px 0;
}

#home .map .column.width-25 .image {
  margin: 0 25px;
}

#home .map .columns {
  margin-left: -25px;
  margin-right: -25px;
}

#home .map .content {
  width: 890px;
  height: auto;
  margin: 0 auto;
}

#home .map .lines {
  color: #546859;
  font-weight: 700;
  display: block;
  overflow: hidden;
}

#home .map .lines span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}

#home .map .lines span:before,
#home .map .lines span:after {
  content: "";
  position: absolute;
  background: url(../img/lines/crusta.png);
  width: 600px;
  height: 1px;
  top: 50%;
}

#home .map .lines span:before {
  margin: 0 20px 0 0;
  right: 100%;
}

#home .map .lines span:after {
  margin: 0 0 0 20px;
  left: 100%;
}

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

x. Post

*********************************************************************************************/
#post .main {
  background: #FFFFFF;
}

#post .page-title {
  padding: 25px 30px 25px 70px;
}

#post .page-title a {
  color: #E9E0D5;
  font-size: 16px;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

#post .page-title a:hover {
  color: #F8F4F0;
}

#post .page-title a span.icon {
  margin: 0 0 0 10px;
}

#post .page-title a svg {
  fill: #F48034;
}

#post .page-title h2 {
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  top: 5px;
}

#post .page-title .logo {
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  left: 15px;
}

#post .post {
  padding: 25px 25px 50px 25px;
}

#post .post .call-out {
  background: #FAEFE3;
  margin: 0 0 40px 0;
}

#post .post .call-out .content {
  width: auto;
  margin: 0;
}

#post .post .categories {
  font-size: 13px;
  margin: 0 0 40px 0;
  list-style: none;
  overflow: hidden;
}

#post .post .categories li {
  margin: 0 5px 0 0;
  float: left;
}

#post .post .comments form div {
  max-width: 400px;
}

#post .post .content {
  width: 800px;
  height: auto;
  margin: 50px auto 0 auto;
}

#post .post h5 {
  color: #546859;
  margin-top: 5px;
}

#post .post .image.main {
  overflow: hidden;
}

#post .post .image.main .button {
  float: left;
}

#post .post .image.main .caption {
  font-size: 12px;
  display: block;
  float: right;
}

#post .post .image.main img {
  margin: 0 0 10px 0;
}

#post .post .related {
  border-bottom: 4px solid #F9EEE2;
  border-top: 4px solid #F9EEE2;
  margin: 0 0 40px 0;
  padding: 20px 0 0 0;
}

#post .post .related .column.width-20 a {
  display: block;
}

#post .post .related .column.width-30 .content {
  width: auto;
  margin: 0;
  padding: 0 15px;
}

#post .post .related .columns {
  margin: 0 0 30px 0;
}

#post .post .related h5 a {
  color: #5A5958;
}

#post .post .related h5 a:hover {
  color: #F48034;
}

#post .post .wp-caption {
  background: none;
  padding: 0;
}

#post .post .wp-caption p {
  color: #5A5958;
  font-size: 12px;
  font-style: italic;
  padding: 0;
}

#post .post .wp-caption.alignright p {
  text-align: right;
}

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

x. Press Room

*********************************************************************************************/
#press-room .article {
  padding: 0 0 20px 0;
  position: relative;
}

#press-room .article:after {
  content: '';
  width: 100%;
  height: 1px;
  background: url(../img/lines/akaroa.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

#press-room .article a {
  font-size: 13px;
}

#press-room .article h4 {
  margin: 10px 0 0 0;
}

#press-room .column.width-30 {
  background: #E9E0D5;
}

#press-room .column.width-70 > .content {
  background: #F9EEE2;
  padding: 40px 20px 40px 40px;
}

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

x. Programs

*********************************************************************************************/
#programs .column.width-30 > .content {
  padding: 40px 30px 80px 15px;
}

#programs .column.width-30 > .content .button {
  display: block;
}

#programs .column.width-30 > .content .button:after {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

#programs .column.width-50 > .content {
  padding: 0 15px 60px 0;
}

#programs .column.width-70 > .content {
  padding: 40px 15px 80px 30px;
}

#programs .content .box {
  font-size: 14px;
  background: #FFFFFF;
  padding: 30px;
  position: relative;
}

#programs .content .box:before {
  content: '';
  background: url(../img/borders/white.png) center top;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
}

#programs .content .box .line {
  background: url(../img/lines/crusta.png);
  margin: 0 0 10px 0;
}

#programs .content .box p.title {
  color: #F48034;
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 20px;
  margin: 0 0 10px 0;
}

#programs .grid {
  margin: 5px -3px -3px -3px;
  padding: 3px 0 0 0;
}

#programs .grid .caption {
  padding: 50px 25px 25px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#programs .grid .caption h3 {
  color: #FFFFFF;
  font-size: 35px;
  margin: 0 0 10px 0;
}

#programs .grid .caption .icon {
  width: 80px;
  height: 80px;
  background: #F48034;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -40px;
  left: 50%;
}

#programs .grid .caption .icon svg {
  fill: #FFFFFF;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

#programs .grid .caption span {
  color: #F9EEE2;
  font-size: 14px;
}

#programs .grid .inside {
  margin: 3px;
  position: relative;
}

#programs .grid .item.even .caption {
  background: rgba(138, 152, 111, 0.8);
}

#programs .grid .item.odd .caption {
  background: rgba(70, 83, 76, 0.8);
}

#programs .grid .item:hover .inside {
  border: 1px solid #F48034;
  margin: 2px;
}

#programs .main {
  background: #F9EEE2;
}

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

x. Speaker

*********************************************************************************************/
#speaker .column.width-40 > .content {
  padding: 0 0 0 25px;
}

#speaker .column.width-60 > .content {
  padding: 0 25px 0 0;
}

#speaker .column.width-70 > .content {
  background: #F9EEE2;
  padding: 40px 20px 40px 40px;
}

#speaker span.title {
  color: #617666;
  font-size: 13px;
  margin: 0 0 10px 0;
  display: block;
}

#speaker .content .box {
  background: #FFFFFF;
  padding: 30px;
  position: relative;
}

#speaker .content .box:before {
  content: '';
  background: url(../img/borders/white.png) center top;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
}

#speaker .content .box p.title {
  color: #F48034;
  font-family: 'Sorts Mill Goudy', Georgia, Serif;
  font-size: 20px;
}

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

x. Think & Drink

*********************************************************************************************/
#think-drink .column.width-70 > .content {
  background: #F9EEE2;
  padding: 40px 20px 40px 40px;
}

#think-drink .event {
  position: relative;
}

#think-drink .event .icon {
  position: absolute;
  top: 0;
  right: 0;
}

#think-drink .event .column.width-30 > .content {
  padding: 0 30px 0 0;
}

#think-drink .event .column.width-70 > .content {
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  position: relative;
}

#think-drink .event .column.width-70 > .content:after {
  content: '';
  width: 100%;
  height: 1px;
  background: url(../img/lines/akaroa.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

#think-drink .event:last-of-type .column.width-70 .content:after {
  display: none;
}

#think-drink .event p.title {
  color: #222C2A;
  font-size: 19px;
  margin-top: 10px;
  padding-right: 90px;
}

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

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 0 30px 30px 0;
}

.aligncenter,
div.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  max-width: 50%;
  margin: 0 0 30px 30px;
  float: right;
}

.alignleft {
  max-width: 50%;
  margin: 0 30px 30px 0;
  float: left;
}

a img.alignright {
  margin: 0 0 30px 30px;
  float: right;
}

a img.alignnone {
  margin: 0 30px 30px 0;
}

a img.alignleft {
  margin: 0 30px 30px 0;
  float: left;
}

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

.wp-caption {
  background: #E9E0D5;
  max-width: 100%;
  padding: 10px 10px 0 10px;
}

.wp-caption.alignnone {
  margin: 0 30px 30px 0;
}

.wp-caption.alignleft {
  margin: 0 30px 30px 0;
  max-width: 50%;
}

.wp-caption.alignright {
  margin: 0 0 30px 30px;
  max-width: 50%;
}

.wp-caption img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}

.wp-caption p {
  color: #617666;
  font-size: 14px;
  padding: 0 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

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

x. Includes

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