/*!
Theme Name: St George MRF
Theme URI: http://www.digeratisolutions.com.au
Author: Digerati Solutions
Author URI: http://www.digeratisolutions.com.au
Description: Starter Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sgmrf
Domain Path: /lang/
Tags: black
*/
/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
  2.0 Layout
    2.1 Blocks
    2.2 Grid
  3.0 Module
    3.1 Sections
    3.3 Parts
    3.3 Navigation
  4.0 State
    4.1 Animations
    4.2 Plugins

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  color: #6a6f70;
  line-height: 1;
  overflow-x: hidden;
  background-color: #eff5f7;
}
body > div {
  font-size: 1.4rem;
}

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

figure {
  margin: 0;
}

img.alignright {
  display: inline-block;
  float: right;
}

img.alignleft {
  display: inline-block;
  float: left;
}

img.aligncenter {
  margin: auto;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  margin: 7.5% 0;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

table {
  width: 100%;
  max-width: none;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
table tr th, table tr td {
  text-align: left;
  border: none;
  line-height: 1.5;
}
table tr th {
  text-transform: uppercase;
  letter-spacing: 0px;
}

.button {
  color: white;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  z-index: 11;
  padding: 15px 30px;
  background-color: #dc0b23;
  position: relative;
}
.button:hover {
  background-color: #3498db;
}
.button.alt {
  color: #3498db;
  background-color: white;
  border: 1px solid #e1e1e1;
}
.button.alt:hover {
  background-color: #eff5f7;
  border-color: #3498db;
}
.button.red-plus {
  color: #dc0b23;
  background-color: transparent;
  border: 0;
  background: url(../img/sprite_icons.png) 0 -84px no-repeat;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 40px;
  font-weight: 400;
}
.button.red-plus:hover {
  background-color: transparent;
}

.social-icons {
  margin: -25px 0 30px 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .social-icons {
    margin: 30px 0;
  }
}
.social-icons a {
  margin: 0 5px 0 0;
}

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 35px;
}

h2.lined {
  position: relative;
  text-align: center;
}
h2.lined span {
  background: #eff5f7;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  h2.lined span {
    padding: 0 15px;
  }
}
h2.lined:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}

h3 {
  font-size: 3rem;
  color: #3498db;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

blockquote {
  margin: 2.5% 0;
  padding: 0;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  blockquote {
    font-size: 1.6rem;
  }
}

/* 1.3 Forms
  -------------------------------------------------------------------------- */
.form {
  padding: 25px 0px;
  text-align: center;
  max-width: 630px;
}
.form .input-container {
  max-width: 100%;
  margin: 0 0 30px;
}
.form .input-container.two-cols {
  width: 49%;
  margin: 0 2% 25px 0;
  float: left;
}
.form .input-container.two-cols:nth-child(2n) {
  margin-right: 0;
}
.form .input-container.two-cols:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 1023px) {
  .form .input-container.two-cols {
    width: 100%;
  }
  .form .input-container.two-cols:nth-child(2n) {
    margin-right: 2.3576515979%;
  }
  .form .input-container.two-cols:nth-child(2n+1) {
    clear: none;
  }
}
.form button[type=submit] {
  background-color: #3498db;
  padding: 15px 30px 15px 65px;
  float: left;
}
.form button[type=submit]:before {
  content: "";
  width: 28px;
  height: 22px;
  background: url(../img/sprite_icons.png) 0 -136px no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.form button[type=submit]:hover {
  background-color: #dc0b23;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 1.8rem;
  color: inherit;
  border: 0;
  background: white;
}

button {
  overflow: visible;
}

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

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

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

legend {
  padding: 0;
  border: 0;
}

label {
  font-weight: normal;
  color: #afafaf;
  text-align: left;
  display: block;
  padding: 0 0 10px;
}

input, textarea, select {
  padding: 12px 15px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: white;
  outline: none;
}

textarea {
  padding: 12px 15px;
  height: 100px;
  line-height: 140%;
  width: 100%;
}

select {
  padding: 0 0 0 10px;
}

.validation-message {
  font-size: 1.2rem;
  color: red;
  text-align: left;
  display: block;
  padding: 8px 0 0;
  display: none;
}

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

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

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

:-ms-input-placeholder {
  color: #999999;
}

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
#site-wrap .page-row {
  display: table-row;
  min-height: 1px;
  overflow: hidden;
}
#site-wrap .page-row-expanded {
  height: 100%;
}

#site-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: 100%;
  height: 105px;
  background: white;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 1023px) {
  #site-header {
    height: 64px;
  }
}
#site-header .logo {
  display: table-cell;
  width: 16.6666666667%;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #site-header .logo {
    display: table-cell;
    width: 45.8333333333%;
  }
  #site-header .logo img {
    max-height: 64px;
    max-width: 100%;
  }
}
#site-header .logo a {
  display: block;
}
#site-header .logo a img {
  width: 100%;
}
#site-header nav {
  display: table-cell;
  width: 70.8333333333%;
}
@media screen and (max-width: 1023px) {
  #site-header nav {
    float: right;
    display: table-cell;
    width: 16.6666666667%;
  }
}
#site-header .donate-link {
  display: table-cell;
  width: 12.5%;
  height: 100%;
  background-color: #3498db;
  color: white;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #site-header .donate-link {
    width: 135px !important;
  }
}
@media screen and (max-width: 400px) {
  #site-header .donate-link {
    width: 120px !important;
    padding: 0 0 0 12px;
  }
}
#site-header .donate-link:after {
  content: ".";
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  text-indent: -9999px;
  background: url(../img/sprite_arrows.png) 0 -167px no-repeat;
}
#site-header .donate-link:hover {
  background-color: #dc0b23;
}
#site-header #but_mobile-nav {
  width: 55px;
  background-color: #3498db;
  vertical-align: middle;
  text-align: center;
  color: white;
  border-left: 1px solid white;
  display: none;
}
@media screen and (max-width: 1023px) {
  #site-header #but_mobile-nav {
    display: table-cell;
  }
}
#site-header #but_mobile-nav:hover {
  cursor: pointer;
}
#site-header #but_mobile-nav.clicked {
  background-color: #dc0b23;
}
#site-header #but_mobile-nav img {
  margin: 0 auto;
}

#site-footer {
  display: block;
  background-color: white;
  color: #989c9d;
  font-size: 1.5rem;
  font-weight: 300;
}
#site-footer::after {
  clear: both;
  content: "";
  display: table;
}
#site-footer .container hr {
  width: 100%;
  clear: both;
  margin: 0 0 50px;
  height: 30px;
  background: transparent;
  border-bottom: 1px solid #e1e1e1;
}
#site-footer .container > div {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-left: 8.5298042998%;
  font-size: 1.5rem;
}
#site-footer .container > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  #site-footer .container > div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 0%;
  }
  #site-footer .container > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .container > div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding-bottom: 40px;
  }
  #site-footer .container > div:last-child {
    margin-right: 0;
  }
  #site-footer .container > div p {
    margin-bottom: 1em !important;
  }
}
#site-footer .container > div:first-of-type {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-left: 0%;
}
#site-footer .container > div:first-of-type:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  #site-footer .container > div:first-of-type {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #site-footer .container > div:first-of-type:last-child {
    margin-right: 0;
  }
}
#site-footer .container > div:last-of-type {
  margin-right: 0;
}
#site-footer .container > div h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  color: #6a6f70;
}
#site-footer .container > div p {
  line-height: 150%;
}
#site-footer .container > div p:last-of-type {
  margin-bottom: 2.5em;
}
#site-footer .container > div a {
  text-decoration: underline;
  color: #989c9d;
}
#site-footer .container > div .sign-up-form {
  outline: 0;
}
#site-footer .container > div .sign-up-form input {
  width: 200px;
  height: 35px;
  line-height: 35px;
  float: left;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  margin: 3px 0;
}
@media screen and (min-width: 1024px) {
  #site-footer .container > div .sign-up-form input {
    width: 160px;
  }
}
@media screen and (min-width: 1600px) {
  #site-footer .container > div .sign-up-form input {
    width: 200px;
  }
}
#site-footer .container > div .sign-up-form button {
  height: 35px;
  width: 35px;
  background: #c2cacc url(../img/sprite_arrows.png) 0 -132px no-repeat;
  float: left;
  border: 0;
  text-indent: -9999px;
  margin: 3px 0 0 5px;
  padding: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#site-footer .container > div .sign-up-form button:hover {
  background-color: #989c9d;
}

#site-footer .button {
  padding: 5px 10px !important;
  font-size: 1.4rem;
  text-decoration: none !important;
  color: white !important;
  background: #3498db;
}
#site-footer .button:hover {
  background: #dc0b23;
}

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.clipped > *:first-child,
.clipped > *:first-child > *:first-child,
.clipped > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.clipped > *:last-child,
.clipped > *:last-child > *:last-child,
.clipped > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
  f: u;
}

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
section {
  margin: 0 0 50px;
}

.page #theme-header, .single #theme-header {
  position: relative;
}

#theme-header {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  background-position: center;
  background-size: cover;
}
#theme-header::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #theme-header {
    background-image: none;
  }
}
#theme-header img {
  opacity: 0;
  max-height: 400px;
}
@media screen and (min-width: 1024px) {
  #theme-header {
    background-image: none;
  }
}
#theme-header img {
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #theme-header img {
    display: none;
  }
}
#theme-header .slide {
  width: 100%;
  position: relative;
  background-size: cover;
}
#theme-header .theme-header-content {
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0px 50px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  #theme-header .theme-header-content {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #theme-header .theme-header-content {
    width: 100%;
    padding: 80px 20px 20px 60px;
    position: relative;
  }
}
#theme-header .theme-header-content h1 {
  color: white;
  font-size: 5rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #theme-header .theme-header-content h1 {
    font-size: 4rem;
  }
}
#theme-header .theme-header-content .button {
  margin-bottom: 30px;
}
#theme-header .theme-header-content-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#theme-header .theme-header-content-container::after {
  clear: both;
  content: "";
  display: table;
}

.news-events {
  background-color: white;
  padding: 40px 0 0;
}
.news-events .container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.news-events .container h2 {
  clear: both;
  width: 100%;
}
.news-events .container h2 span {
  background-color: white;
}
.news-events .container .news-item {
  display: table-cell;
  width: 33.3333333333%;
  text-align: center;
  font-weight: 300;
  padding: 0 2% 50px;
  position: relative;
}
.news-events .container .news-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 110px;
  height: 220px;
  width: 1px;
  background-color: #e1e1e1;
}
@media screen and (max-width: 767px) {
  .news-events .container .news-item:after {
    right: 50%;
    top: auto;
    height: 1px;
    width: 360px;
    bottom: 40px;
    margin-right: -180px;
  }
}
@media screen and (max-width: 400px) {
  .news-events .container .news-item:after {
    width: 280px;
    margin-right: -140px;
  }
}
.news-events .container .news-item:last-of-type:after {
  display: none;
}
.news-events .container .news-item img {
  float: none;
  margin: 0 auto 25px;
  border-radius: 45px;
}
.news-events .container .news-item h3 {
  padding-bottom: 20px;
}
.news-events .container .news-item .date-time {
  padding: 0 0 10px;
}
.news-events .container .news-item p {
  line-height: 150%;
  margin: 0;
  padding: 0 0 20px;
}
.news-events .container .news-item .alt.button {
  padding: 15px 30px 15px 65px;
}
.news-events .container .news-item .alt.button:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/sprite_icons.png) 0 0 no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.news-events .container .news-item.article .alt.button:before {
  background-position: 0 -28px;
}
.news-events .container .news-item.event .alt.button:before {
  background-position: 0 -56px;
}
@media screen and (max-width: 767px) {
  .news-events .container {
    display: block;
    padding: 0;
  }
  .news-events .container::after {
    clear: both;
    content: "";
    display: table;
  }
  .news-events .container .news-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 0 2% 80px;
  }
  .news-events .container .news-item:last-child {
    margin-right: 0;
  }
  .news-events .container .news-item:nth-child(1n) {
    margin-right: 0;
  }
  .news-events .container .news-item:nth-child(1n+1) {
    clear: left;
  }
}

.button-container {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  text-align: center;
  background-color: white;
}

section.latest-news {
  padding-top: 70px;
}
section.latest-news h3 {
  font-size: 2.3rem;
  padding: 40px 0;
  margin: 0;
}
section.latest-news > ul, section.latest-news .page-row.container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
section.latest-news > ul::after, section.latest-news .page-row.container ul::after {
  clear: both;
  content: "";
  display: table;
}
section.latest-news > ul li, section.latest-news .page-row.container ul li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin: 20px 0;
  padding: 0 20px;
  text-align: center;
}
section.latest-news > ul li:last-child, section.latest-news .page-row.container ul li:last-child {
  margin-right: 0;
}
section.latest-news > ul li:nth-child(3n), section.latest-news .page-row.container ul li:nth-child(3n) {
  margin-right: 0;
}
section.latest-news > ul li:nth-child(3n+1), section.latest-news .page-row.container ul li:nth-child(3n+1) {
  clear: left;
}
section.latest-news > ul li img, section.latest-news .page-row.container ul li img {
  margin: auto;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  section.latest-news > ul li, section.latest-news .page-row.container ul li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  section.latest-news > ul li:last-child, section.latest-news .page-row.container ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.latest-news > ul li, section.latest-news .page-row.container ul li {
    border-right: 0;
    padding: 0;
  }
}
section.latest-news > ul li #article-title, section.latest-news .page-row.container ul li #article-title {
  font-size: 1.8rem;
  margin-top: 10px;
}
section.latest-news > ul li #article-title h4, section.latest-news .page-row.container ul li #article-title h4 {
  margin: 0;
  padding: 0;
  color: #797878;
  font-size: 1.8rem;
  line-height: 24px;
}
section.latest-news > ul li #article-title span, section.latest-news .page-row.container ul li #article-title span {
  text-align: right;
  font-weight: 700;
  color: #4b4a4a;
  line-height: 24px;
}
section.latest-news > ul li #article-content, section.latest-news .page-row.container ul li #article-content {
  color: #797878;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 22px;
}
section.latest-news > ul li #article-content a, section.latest-news .page-row.container ul li #article-content a {
  font-weight: 700;
  color: #797878;
  border-bottom: 1px solid #d8d8d8;
}
section.latest-news .pagination {
  margin: 50px 0 0 0;
  text-align: center;
}
section.latest-news .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.latest-news .pagination ul li {
  display: inline-block;
  margin: 0 10px;
}
section.latest-news .pagination ul li a {
  color: #bcbcbc !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
section.latest-news .pagination ul li a:hover, section.latest-news .pagination ul li a:active, section.latest-news .pagination ul li a.active {
  color: #286cb8 !important;
}

section.content-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 100%;
  table-layout: fixed;
}
section.content-container::after {
  clear: both;
  content: "";
  display: table;
}
section.content-container a {
  text-decoration: underline;
}
section.content-container a:visited {
  color: #afafaf;
}
section.content-container article {
  display: table-cell;
  width: 75%;
  padding: 0 7% 60px;
  border-right: 1px solid #e1e1e1;
}
section.content-container article h2 {
  font-size: 3rem;
  color: #3498db;
  text-align: left;
  margin: 50px 0 25px;
}
section.content-container article h2:first-of-type {
  margin-top: 0px;
}
section.content-container article h3 {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #6a6f70;
  padding-top: 15px;
}
section.content-container article blockquote {
  border: 1px solid #989c9d;
  background: white;
  padding: 20px 30px;
  font-size: 2.5rem;
  font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", sans-serif;
  margin: 3.5% 0 4.5%;
}
section.content-container article p, section.content-container article li {
  line-height: 150%;
  font-weight: 300;
}
section.content-container article .caption {
  color: #3498db;
  font-style: italic;
  font-weight: 300;
}
section.content-container aside {
  display: table-cell;
  width: 25%;
  padding: 0 20px 60px;
  text-align: center;
  font-size: 1.5rem;
}
section.content-container aside h3 {
  color: #6a6f70;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  text-transform: uppercase;
  padding: 0 0 8px;
  margin-bottom: 0.8em;
  display: inline-block;
  border-bottom: 1px solid #e1e1e1;
}
section.content-container aside h4 {
  font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", sans-serif;
  color: #3498db;
  font-weight: 400;
  text-transform: none;
  font-size: 2rem;
}
section.content-container aside img {
  margin: 15px auto;
}
section.content-container aside p {
  line-height: 150%;
  margin: 0.5em;
  font-weight: 300;
}
section.content-container aside p.date-time {
  font-size: 1.8rem;
}
section.content-container aside .aside-item {
  padding: 0 0 50px;
}
section.content-container aside .aside-item.story img, section.content-container aside .aside-item.recent-project img {
  border-radius: 45px;
}
section.content-container aside .aside-item.news img {
  border-radius: 45px;
  width: 90px;
}
section.content-container aside .aside-item img {
  max-height: 165px;
  width: auto;
}
section.content-container aside .aside-item .button {
  text-decoration: none;
  margin-top: 20px;
}
section.content-container aside .aside-item .button.news {
  color: #3498db;
  background-color: white;
  border: 1px solid #e1e1e1;
  padding: 15px 30px 15px 65px;
}
section.content-container aside .aside-item .button.news:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/sprite_icons.png) 0 -28px no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section.content-container aside .aside-item .button.news:hover {
  background-color: #eff5f7;
  border-color: #3498db;
}
section.content-container aside .aside-item .button.author {
  background-color: #3498db;
  padding: 15px 30px 15px 65px;
  color: white;
}
section.content-container aside .aside-item .button.author:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/sprite_icons.png) 0 0 no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section.content-container aside .aside-item .button.author:hover {
  background-color: #dc0b23;
}
section.content-container aside .donations-box {
  border: 1px solid #dc0b23;
  background: white;
  padding: 60px 10px 10px 10px;
  max-width: 200px;
  margin: 10px auto 0;
  position: relative;
}
section.content-container aside .donations-box h4 {
  color: #dc0b23;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  padding-bottom: 3px;
}
section.content-container aside .donations-box:before {
  content: "";
  width: 28px;
  height: 24px;
  background: url(../img/sprite_icons.png) 0 -112px no-repeat;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  section.content-container {
    display: block;
  }
  section.content-container::after {
    clear: both;
    content: "";
    display: table;
  }
  section.content-container article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  section.content-container article:last-child {
    margin-right: 0;
  }
  section.content-container aside {
    padding-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  section.content-container aside:last-child {
    margin-right: 0;
  }
  section.content-container aside .aside-item:last-child {
    padding-bottom: 0;
  }
}

/* 3.2 Parts
  -------------------------------------------------------------------------- */
.feature-container {
  display: block;
}
.feature-container::after {
  clear: both;
  content: "";
  display: table;
}
.feature-container article {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  overflow: hidden;
}
.feature-container article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .feature-container article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .feature-container article:last-child {
    margin-right: 0;
  }
}
.feature-container aside {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding: 35px 0 20px;
}
.feature-container aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .feature-container aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .feature-container aside:last-child {
    margin-right: 0;
  }
}
.feature-container aside p {
  line-height: 150%;
}
.feature-container aside .button {
  background-color: #3498db;
  padding: 15px 30px 15px 65px;
}
.feature-container aside .button:before {
  margin-top: -14px;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/sprite_icons.png) 0 0 no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
}
.feature-container aside .button:hover {
  background-color: #dc0b23;
}

.slick-prev,
.slick-next {
  width: 33px;
  height: 66px;
  background-image: url(../img/sprite_arrows.png);
  background-color: #989c9d;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: 0 0;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  text-indent: -9999px;
  outline: 0;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.slick-prev {
  left: 0;
  background-position: 0 -66px;
}

.slick-next {
  right: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  float: left;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: white;
  opacity: 0.5;
  margin-right: 7px;
  outline: 0;
}
.slick-dots li.slick-active button {
  background-color: #dc0b23;
  opacity: 0.7;
}

/* 3.4 Navigation
  -------------------------------------------------------------------------- */
ul#nav-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0 2%;
  list-style: none;
  z-index: 999;
  height: 105px;
}
@media screen and (max-width: 1023px) {
  ul#nav-header {
    display: none;
  }
}
ul#nav-header > li {
  display: table-cell;
  width: 25%;
  position: relative;
  text-align: center;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  padding: 10px;
}
ul#nav-header > li:hover > a {
  color: #dc0b23;
}
ul#nav-header > li:hover > a:after {
  content: " ";
  background-color: #dc0b23;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -4px;
}
ul#nav-header > li:hover ul {
  visibility: visible;
}
ul#nav-header > li a {
  color: #6a6f70;
  text-transform: uppercase;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (min-width: 1600px) {
  ul#nav-header > li a {
    font-size: 1.8rem;
  }
}
ul#nav-header > li a span {
  font-weight: bold;
  color: #dc0b23;
}
ul#nav-header > li ul {
  padding: 12px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  width: 250px;
  background-color: #eff5f7;
  visibility: hidden;
  z-index: 200000;
  border-bottom: 1px solid #e1e1e1;
  transform: translateX(-100px);
}
ul#nav-header > li ul li {
  text-align: center;
  vertical-align: middle;
}
ul#nav-header > li ul li a {
  font-family: "museo-sans-n5", "museo-sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  padding: 12px 18px;
  display: block;
  color: #6a6f70;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
ul#nav-header > li ul li a:hover {
  color: #dc0b23;
  font-weight: 600;
}

ul#mobile-nav {
  display: block;
  margin: 0;
  padding: 0 2%;
  list-style: none;
  z-index: 999;
  display: none;
}
ul#mobile-nav::after {
  clear: both;
  content: "";
  display: table;
}
ul#mobile-nav > li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  text-align: left;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  padding: 5px 10px;
}
ul#mobile-nav > li:last-child {
  margin-right: 0;
}
ul#mobile-nav > li .mobile-hassubnav {
  display: none;
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  background-image: url(../img/sprite_arrows.png);
  background-position: 0px -196px;
  z-index: 200;
}
ul#mobile-nav > li .mobile-hassubnav:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  ul#mobile-nav > li .mobile-hassubnav {
    display: block;
  }
}
ul#mobile-nav > li > a {
  color: #6a6f70;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 10px 0;
  position: relative;
  display: block;
}
@media screen and (min-width: 1600px) {
  ul#mobile-nav > li > a {
    font-size: 1.8rem;
  }
}
ul#mobile-nav > li > a span {
  font-weight: bold;
  color: #dc0b23;
}
ul#mobile-nav > li ul {
  display: none;
}
ul#mobile-nav > li.showSubnav .mobile-hassubnav {
  background-position: 0px -226px;
}
ul#mobile-nav > li.showSubnav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
ul#mobile-nav > li.showSubnav ul li a {
  color: #6a6f70;
  display: block;
  padding: 10px 0;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a img {
  border: none;
}

.digerati a {
  display: block;
  margin-top: 5px;
}

/* 4.0 State
  ========================================================================== */
/* 4.1 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 4.2 Plugins
  -------------------------------------------------------------------------- */
/* Vertical Slider css START */
.news-holder {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  text-align: center;
}
.news-holder p {
  margin-bottom: 12px;
}
.news-holder .button {
  color: #3498db;
  background-color: white;
  border: 1px solid #e1e1e1;
  padding: 15px 30px 15px 65px;
  margin: 25px auto 0;
  float: none;
}
.news-holder .button:before {
  content: "";
  width: 28px;
  height: 24px;
  background: url(../img/sprite_icons.png) 0 -158px no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.news-holder .button:hover {
  background-color: #eff5f7;
  border-color: #3498db;
}
.news-holder .news-headlines {
  display: table-cell;
  width: 33.3333333333%;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
  background: white;
  float: left;
}
.news-holder .news-headlines li {
  padding: 20px 20px 15px 24px;
  position: relative;
  z-index: 20;
  color: #989c9d;
  border-bottom: 1px solid #e1e1e1;
}
.news-holder .news-headlines li:hover {
  cursor: pointer;
}
.news-holder .news-headlines li h3 {
  color: #6a6f70;
}
@media screen and (max-width: 400px) {
  .news-holder .news-headlines li h3 {
    font-size: 2.3rem;
  }
}
.news-holder .news-headlines li p {
  display: none;
  line-height: 140%;
}
@media screen and (max-width: 400px) {
  .news-holder .news-headlines li p {
    font-size: 1.6rem;
  }
}
.news-holder .news-headlines li.selected {
  color: white;
  border-bottom: 0;
}
.news-holder .news-headlines li.selected h3 {
  color: #0e517e;
  padding-bottom: 5px;
}
.news-holder .news-headlines li.selected p {
  display: block;
  margin: 0;
  padding: 0 0 15px;
  font-weight: 300;
}
.news-holder .news-headlines li.selected p.date-time {
  color: #eff5f7;
  opacity: 0.7;
  margin: 0;
}
.news-holder .news-headlines li.selected a {
  color: white;
  text-decoration: underline;
  position: relative;
  padding: 0 30px 0 0;
}
.news-holder .news-headlines li.selected a:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 15px;
  right: 0;
  top: 3px;
  padding: 0;
  background: url(../img/sprite_arrows.png) -8px -260px no-repeat;
}
.news-holder .news-headlines li.selected:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
  background-color: #3498db;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.news-holder .news-headlines .nh-anim {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.news-holder .news-headlines .highlight {
  width: 100%;
  background: #3498db;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.news-holder .news-headlines .highlight:before {
  display: none;
}
.news-holder .news-preview {
  display: table-cell;
  width: 66.6666666667%;
  background: #e1e1e1;
  position: relative;
  z-index: 5;
  margin-left: -1px;
  min-height: 304px;
  position: relative;
  text-align: left;
  float: right;
  /* Slider nav */
}
@media screen and (max-width: 767px) {
  .news-holder .news-preview {
    min-height: 100px;
    height: auto !important;
  }
}
.news-holder .news-preview .news-content {
  display: table-cell;
  width: 100%;
  position: absolute;
  background-color: #e1e1e1;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
}
.news-holder .news-preview .news-content.top-content {
  display: block;
}
@media screen and (max-width: 767px) {
  .news-holder .news-preview .news-content {
    position: relative;
    top: auto;
  }
}
.news-holder .news-preview .news-content .news-slider,
.news-holder .news-preview .news-content .slick-list,
.news-holder .news-preview .news-content .slick-track {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .news-holder .news-preview .news-content .news-slider,
.news-holder .news-preview .news-content .slick-list,
.news-holder .news-preview .news-content .slick-track {
    height: 304px;
  }
}
.news-holder .news-preview .news-content .slider-item {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .news-holder .news-preview .news-content .slider-item {
    padding: 20px;
  }
}
.news-holder .news-preview .news-content .slider-item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .news-holder .news-preview .news-content .slider-item img {
    display: none;
  }
}
.news-holder .news-preview .news-content .slider-item .caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", sans-serif;
  font-size: 5rem;
  width: 80%;
  padding: 40px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .news-holder .news-preview .news-content .slider-item .caption {
    font-size: 4rem;
    padding: 40px 0 10px 0;
  }
}
.news-holder .news-preview .slick-prev {
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-100%);
  margin-top: 0;
}
.news-holder .news-preview .slick-next {
  top: 50%;
  left: auto;
  right: 0;
  margin-top: 0;
}
.news-holder .news-preview .slick-dots {
  bottom: 10px;
  right: 10px;
  left: auto;
}
@media screen and (max-width: 1023px) {
  .news-holder {
    display: block;
  }
  .news-holder::after {
    clear: both;
    content: "";
    display: table;
  }
  .news-holder .news-headlines,
.news-holder .news-preview {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .news-holder .news-headlines:last-child,
.news-holder .news-preview:last-child {
    margin-right: 0;
  }
  .news-holder .news-preview {
    height: auto !important;
  }
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}