@charset "UTF-8";
/*
Theme Name: TCCF, 2017
Theme URI:
Author: Chris Fillmore
Author URI: http://www.chrishfillmore.com
Description: Default Standard Website Template V1, June 2017
Version: 1.0.0

This theme is owned and managed by "Client Name" and is not available for
use outside of THIEL Design or "Client Name".
*/
/* 100% = 1 em ~= 16px ~= 14pt */
/* ==========================================================================
* Imports
========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=fd1c61e9-355e-4515-89e5-cb5fa724fb0d");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
* Variables
========================================================================== */
/* ==========================================================================
* Fonts
========================================================================== */
@font-face {
  font-family: "Grenale_2 W03 Nml Blk It";
  src: url("Fonts/5b11521c-8269-4c95-af4a-5f1019ddce44.eot?#iefix");
  src: url("Fonts/5b11521c-8269-4c95-af4a-5f1019ddce44.eot?#iefix") format("eot"), url("Fonts/601521df-bc65-4406-b06d-528ba39094c9.woff2") format("woff2"), url("Fonts/b309abee-9c49-4fa7-bcc5-e59834e72b4c.woff") format("woff"), url("Fonts/015973aa-92d3-49bb-b3e0-2205b36680e7.ttf") format("truetype"), url("Fonts/8c98a8cd-2e84-46dc-9f51-f46b745627d1.svg#8c98a8cd-2e84-46dc-9f51-f46b745627d1") format("svg"); }
@font-face {
  font-family: "Grenale_2 W03 Cnd Demi It";
  src: url("Fonts/62c57a7e-43e1-4df8-a345-376fa38a4598.eot?#iefix");
  src: url("Fonts/62c57a7e-43e1-4df8-a345-376fa38a4598.eot?#iefix") format("eot"), url("Fonts/0ce6f880-ae01-4cbf-bdbd-2378bdb8ba39.woff2") format("woff2"), url("Fonts/e9a75f77-e6ab-4da3-b54b-4ca38bcea534.woff") format("woff"), url("Fonts/353d5107-9bf2-4d08-a44f-4f550e4f878f.ttf") format("truetype"), url("Fonts/4c3fd667-2d32-4c4f-b32d-630f91c3aa78.svg#4c3fd667-2d32-4c4f-b32d-630f91c3aa78") format("svg"); }
@font-face {
  font-family: "Grenale_2 W03 Exp Bd It";
  src: url("Fonts/816290e7-2983-4672-8172-f46aab4c88b0.eot?#iefix");
  src: url("Fonts/816290e7-2983-4672-8172-f46aab4c88b0.eot?#iefix") format("eot"), url("Fonts/c72f6fcf-7c07-4221-9c6d-5030d8d1bc45.woff2") format("woff2"), url("Fonts/7d0bc5cb-17b0-4f4d-8166-bf83b6a63771.woff") format("woff"), url("Fonts/a6208ff8-057e-4ba4-8cb5-232ecee35ae1.ttf") format("truetype"), url("Fonts/3fe75704-8278-4a15-b5dd-d39b4d07b88b.svg#3fe75704-8278-4a15-b5dd-d39b4d07b88b") format("svg"); }
@font-face {
  font-family: "Univers LT";
  src: url("Fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix");
  src: url("Fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix") format("eot"), url("Fonts/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"), url("Fonts/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff"), url("Fonts/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype"), url("Fonts/b2ea19ff-0237-4d94-a107-eaa12af161ef.svg#b2ea19ff-0237-4d94-a107-eaa12af161ef") format("svg"); }
.additional-contact-heading, .contact-fma-heading, .contact-info-heading, .feed-title, .fma-heading, .heading,
.object-heading, .object-sub-heading, .post-title, .section-1-heading, .section-2-heading, .section-3-heading,
.slider-heading, .staff-heading, .sub-heading, .tab-heading, .quote-marks, #recent_news_sidebar h2, .news-fma-heading,
.sidebar-heading {
  font-family: "Grenale_2 W03 Exp Bd It"; }

.section-1-body-copy, .section-1-link-btn, .section-2-body-copy, .section-3-quote, .quote-reference, .paragraph,
.bullet-text, .tab-info, .object-text, .news-feed-post p, #recent_news_sidebar a, .menu-item a, #donor_sidebar,
#grant_seekers_sidebar, #parish_agencies_sidebar, #invest_sidebar, #impact_sidebar, #impact_sidebar_2, .pdf-btn,
.web-btn, .view-full-post-btn, .sidebar-text, .sidebar-link, #gform_confirmation_message_1, .staff-name, .staff-position,
.staff-info-wrapper .contact-btn, .copy-right-wrapper .copy-right-text {
  font-family: "Univers LT"; }

.svg-plus-symbol {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

.menu-item.current-menu-item a {
  color: #315490; }

.menu-item a {
  color: #666; }

/* ==========================================================================
Media Queries - Responsive Breakpoints
========================================================================== */
/*---------------MOBILE BREAPOINT STYLES:SMALL---------------*/
/*MOBILE - SMALL - PORTAIT*/
@media only screen and (max-width: 374px) and (orientation: portrait) {
  /* ==========================================================================
  * Main Styles
  ========================================================================== */
  /* ======================================
  * Pre-loader Overlay
  ======================================= */
  #preloader-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1081;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper.pre-load-finish {
      opacity: 0;
      visibility: hidden;
      height: 99vh;
      width: 99vw;
      -webkit-filter: blur(100px);
      -moz-filter: blur(100px);
      -o-filter: blur(100px);
      -ms-filter: blur(100px);
      filter: blur(100px);
      -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper .loading-text {
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  /* ======================================
  * Header - Main Navagation
  ======================================= */
  #main-nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1080;
    background-color: #a8aa36;
    border-top: 5px solid #315490;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #main-nav.menu-active {
      right: 75vw;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .main-nav-menu-wrapper {
    height: 5rem;
    width: 100%;
    background-color: transparent;
    display: block;
    position: relative;
    margin: -5px auto 0 auto;
    float: right; }
    .main-nav-menu-wrapper .site-logo {
      height: auto;
      width: 55%;
      left: 0;
      top: 54%;
      transform: translateY(-50%);
      position: absolute;
      display: inline-block; }
    .main-nav-menu-wrapper ul {
      display: none;
      font-size: .8em;
      font-weight: lighter;
      text-align: right; }
      .main-nav-menu-wrapper ul li {
        display: inline-block;
        height: auto;
        width: auto;
        margin: 0;
        margin-left: 2rem; }
        .main-nav-menu-wrapper ul li a {
          display: block;
          height: auto;
          width: auto;
          padding: 4rem 0 2.25rem 0;
          border-top: 5px solid transparent;
          cursor: pointer;
          color: #ffffff;
          background-color: transparent;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .main-nav-menu-wrapper ul li a:hover {
            border-top: 5px solid #ffffff; }
    .main-nav-menu-wrapper li:last-child {
      margin-right: 0px; }

  /* ======================================
  * Sub Menu
  ======================================= */
  .main-nav-menu-wrapper ul li ul {
    display: none;
    position: absolute;
    width: 18%;
    height: auto;
    margin-top: 0px;
    margin-left: -3.25%;
    border-top: 3px solid #315490;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
    .main-nav-menu-wrapper ul li ul li {
      display: block;
      float: left;
      width: 100%;
      height: auto;
      text-align: left;
      border-top: 0px;
      border-bottom: 1px solid #f2f2f2;
      margin-left: 0px; }
    .main-nav-menu-wrapper ul li ul li:last-child {
      border-bottom: none; }
    .main-nav-menu-wrapper ul li ul a {
      height: auto;
      width: auto;
      margin: 0;
      padding: 1rem 2rem;
      font-size: .8rem;
      font-weight: lighter;
      color: #315490;
      background-color: #ffffff;
      border-top: 0px; }
      .main-nav-menu-wrapper ul li ul a:hover {
        border-top: 0px;
        background-color: #f2f2f2;
        -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

  .main-nav-menu-wrapper ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

  /* ======================================
  * Side Bar Menus
  ======================================= */
  #donor_sidebar, #grant_seekers_sidebar, #parish_agencies_sidebar, #invest_sidebar, #impact_sidebar, #impact_sidebar_2 {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    #donor_sidebar h2, #grant_seekers_sidebar h2, #parish_agencies_sidebar h2, #invest_sidebar h2, #impact_sidebar h2, #impact_sidebar_2 h2 {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal; }
    #donor_sidebar ul, #grant_seekers_sidebar ul, #parish_agencies_sidebar ul, #invest_sidebar ul, #impact_sidebar ul, #impact_sidebar_2 ul {
      height: auto;
      width: auto;
      display: block; }
    #donor_sidebar li, #grant_seekers_sidebar li, #parish_agencies_sidebar li, #invest_sidebar li, #impact_sidebar li, #impact_sidebar_2 li {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75); }
    #donor_sidebar li:first-child, #grant_seekers_sidebar li:first-child, #parish_agencies_sidebar li:first-child, #invest_sidebar li:first-child, #impact_sidebar li:first-child, #impact_sidebar_2 li:first-child {
      padding: 0; }
    #donor_sidebar a, #grant_seekers_sidebar a, #parish_agencies_sidebar a, #invest_sidebar a, #impact_sidebar a, #impact_sidebar_2 a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1rem 0;
      text-align: left;
      color: #666; }
      #donor_sidebar a:hover, #grant_seekers_sidebar a:hover, #parish_agencies_sidebar a:hover, #invest_sidebar a:hover, #impact_sidebar a:hover, #impact_sidebar_2 a:hover {
        color: #315490; }

  /* ======================================
  * Side Bar- Report Menu
  ======================================= */
  .report-menu {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .report-menu .report-menu-heading {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    .report-menu .pdf-btn, .report-menu .web-btn {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75);
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.4rem 0;
      text-align: left;
      color: #666; }
      .report-menu .pdf-btn:hover, .report-menu .web-btn:hover {
        color: #315490; }

  /* ======================================
  * Mobile Menu
  ======================================= */
  #hamburger-icon {
    display: inline-block;
    position: absolute;
    top: 75%;
    right: 0%;
    transform: translateY(120%);
    width: auto;
    height: auto;
    background-color: transparent;
    cursor: pointer;
    cursor: pointer; }

  .line {
    width: 1.75rem;
    height: .125rem;
    background-color: white;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .line:nth-child(2) {
    margin: .4rem auto; }

  .line:nth-child(1) {
    margin: 0 auto .2rem auto; }

  .hamburger:hover {
    cursor: pointer; }

  #hamburger-icon.menu-active .line:nth-child(1),
  #hamburger-icon.menu-active .line:nth-child(3) {
    width: .75rem; }

  #hamburger-icon.menu-active .line:nth-child(2) {
    width: 1.5rem;
    -webkit-transform: translateX(0.35rem);
    -ms-transform: translateX(0.35rem);
    -o-transform: translateX(0.35rem);
    transform: translateX(0.35rem); }

  #hamburger-icon.menu-active .line:nth-child(1) {
    -webkit-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    -ms-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    -o-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    transform: translateX(1rem) translateY(0.3rem) rotate(45deg); }

  #hamburger-icon.menu-active .line:nth-child(3) {
    -webkit-transform: translateX(1rem) translateY(-0.35rem) rotate(-45deg);
    -ms-transform: translateX(1rem) translateY(-0.35rem) rotate(-45deg);
    -o-transform: translateX(1rem) translateY(-0.35rem) rotate(-45deg);
    transform: translateX(1rem) translateY(-0.35rem) rotate(-45deg); }

  #mobile-menu {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -75vw;
    width: 75vw;
    height: 100vh;
    border-top: 5px solid #243e6a;
    border-left: 3px solid #243e6a;
    background-color: #243e6a;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto; }
    #mobile-menu.menu-active {
      right: 0;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #mobile-menu ul {
      display: block;
      position: relative;
      width: auto; }
      #mobile-menu ul li {
        background-color: #2b497d;
        height: auto;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #243e6a; }
        #mobile-menu ul li a {
          color: white;
          display: block;
          height: auto;
          width: 100%;
          padding: 5.125vh 2vw;
          text-align: left;
          font-size: 1rem;
          font-weight: normal;
          font-style: normal; }

  #mobile-menu-content ul {
    display: block;
    position: relative;
    height: auto;
    width: auto; }
  #mobile-menu-content li {
    display: block;
    position: relative;
    height: auto;
    width: auto; }
  #mobile-menu-content a {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    padding: 5vh 0 5vh 8%;
    color: #ffffff;
    font-size: 1.75rem;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none; }

  #mobile-menu-content ul li ul {
    display: block;
    position: relative;
    height: 0px;
    padding: 0;
    -webkit-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    #mobile-menu-content ul li ul.tab-active {
      height: auto;
      -webkit-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    #mobile-menu-content ul li ul li {
      background-color: transparent;
      padding: 0;
      height: auto; }
      #mobile-menu-content ul li ul li a {
        color: #ffffff;
        background-color: #1e3357;
        display: block;
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        height: auto;
        width: 100%;
        padding: .75rem 0 .75rem 8%;
        pointer-events: all;
        text-transform: none; }
    #mobile-menu-content ul li ul li:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }

  #mobile-menu-content ul .sub-menu li {
    background-color: transparent;
    padding: 0;
    height: auto; }
  #mobile-menu-content ul .sub-menu a::before {
    height: 1rem;
    width: 1rem;
    background-image: url("img/svg/custom_slider_arrows/regular_slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  /* ==============================================================================
  *  Global Content Wrappers
  ============================================================================== */
  .content-wrapper {
    width: 85%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto; }
    .content-wrapper .absolute-inner-content-wrapper {
      display: block;
      position: absolute;
      z-index: 2;
      top: 65%;
      left: 0;
      transform: translateY(-50%); }

  #content-section {
    display: block;
    position: relative;
    overflow: auto;
    height: auto;
    width: auto;
    background-color: white; }

  /* ==============================================================================
  *  Main-Content
  ============================================================================== */
  #main-content {
    display: block;
    position: relative;
    right: 0;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #main-content.menu-active {
      right: 75vw;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  body.menu-active {
    margin-right: 75vw;
    overflow: hidden; }

  .full-section-wrapper {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative; }

  .half-section-wrapper {
    height: 50vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .third-section-wrapper {
    height: 33.33vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fourth-section-wrapper {
    height: 25vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .three-fourths-section-wrapper {
    height: 75vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fluid-section-wrapper {
    height: auto;
    width: auto;
    overflow: auto;
    display: block;
    position: relative; }

  /* ==============================================================================
  *  Page Templates
  ============================================================================== */
  /* ======================================
  * Landing Page Template
  ======================================= */
  .landing-fma-section {
    display: block;
    position: relative;
    height: 43vh;
    width: 100%; }
    .landing-fma-section .fma-background-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: 0 auto; }

  .landing-fma-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }

  .fma-content-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 65%;
    left: 0;
    transform: translateY(-50%); }
    .fma-content-wrapper.post-fade {
      opacity: 1;
      top: 55%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-loading-track {
    height: 5px;
    width: 100%;
    background-color: #f2f2f2; }
    .fma-loading-track .fma-loading-bar {
      height: 100%;
      width: 0%;
      opacity: 0;
      -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      background-color: #315490; }
      .fma-loading-track .fma-loading-bar.post-fade {
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: 82%;
    margin: 2.5rem 0 2rem 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  .fma-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .fma-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 37%;
    margin: 0 0 3rem 0;
    padding: 1rem 0;
    color: #ffffff;
    background-color: #315490;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center;
    border-radius: .4rem; }
    .fma-link-btn:hover {
      background-color: #2b497d; }

  .fma-text-down-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    margin: 0 0 3rem 0;
    padding: 0;
    color: #000000;
    outline: 1px solid #000000;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .fma-text-down-btn:hover {
      color: #315490;
      background-color: #000000; }

  .fma-down-btn {
    display: block;
    position: relative;
    height: 4vh;
    width: 4vh;
    margin: 0;
    padding: 0;
    outline: 1px solid #000000;
    background-color: #000000; }
    .fma-down-btn:hover {
      outline: 1px solid #000000;
      background-color: #315490; }

  .fma-slider {
    height: 100%;
    width: 100%;
    background-color: white; }
    .fma-slider .slick-list,
    .fma-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .fma-slider .fma-slide {
      float: left;
      height: 100%;
      background-color: #efefef;
      outline: 1px solid black; }

  .fma-slide:focus {
    outline: none;
    border: none; }

  /* Dots */
  .fma-slider .slick-dots {
    visibility: hidden;
    position: absolute;
    width: auto;
    z-index: 1002;
    top: 70%;
    left: 5%;
    list-style: disc; }

  /* Arrows */
  .fma-slider .slick-prev,
  .fma-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .fma-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .fma-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  .section {
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-color: #efefef; }

  #section-1 {
    height: 30vh;
    width: 100%;
    padding: 2rem 0 1rem 0;
    background-color: #efefef; }

  .section-1-heading {
    display: block;
    position: relative;
    height: auto;
    width: 61%;
    color: #315490;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: none; }

  .section-1-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .section-1-link-btn {
    display: none;
    position: relative;
    height: auto;
    width: 30%;
    float: right;
    margin-top: -2.5%;
    padding: 1.75rem;
    border-radius: .4rem;
    color: #ffffff;
    background-color: #315490;
    font-size: 1.15rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .section-1-link-btn:hover {
      cursor: pointer;
      background-color: #243e6a; }

  .section-1-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    margin: 1rem 0  0 0;
    color: #666;
    font-size: .75rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25rem; }

  #section-2 {
    height: 25vh;
    width: 100%; }

  .section-2-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    color: #a8aa36;
    font-size: 1.5rem;
    font-weight: bold;
    float: left; }

  .section-2-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    padding: 1.5rem 0 1rem 0;
    color: #ffffff;
    font-size: .9rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2rem;
    clear: left; }

  .section-2-img-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    height: 27vh;
    width: auto;
    opacity: 0;
    visibility: hidden;
    right: 2%;
    bottom: 0;
    -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }
    .section-2-img-wrapper.animate-img {
      opacity: 1;
      visibility: visible;
      right: 0%;
      -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }

  .section-2-img {
    display: block;
    position: relative;
    height: 100%;
    width: auto; }

  #section-3 {
    height: 40vh;
    width: 100;
    background-color: #efefef;
    padding: 2.5% 0; }

  .section-3-heading {
    display: block;
    position: relative;
    height: 16%;
    padding: 2.5% 0 1% 0;
    margin-bottom: 2.5vh;
    color: #315490;
    font-size: 1.25rem;
    font-weight: bold; }

  .section-3-quote {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 94%;
    margin: -.35rem auto 0 1.5%;
    color: #8c8c8c;
    font-size: .7rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.25rem; }

  .quote-marks {
    display: block;
    position: relative;
    float: left;
    height: 5%;
    width: 4.5%;
    background-image: url(img/testimonial_imgs/quote_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-reference {
    color: #636363;
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: auto;
    margin-top: 1rem;
    font-size: .6rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1rem; }

  #slider-section-content {
    display: block;
    position: relative;
    height: 80%;
    margin-top: 0; }

  .quote-slider {
    height: 100%;
    width: 100%; }
    .quote-slider .slick-list,
    .quote-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .quote-slider .quote-slide {
      float: left;
      height: 100%;
      background-color: #efefef; }

  .quote-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .quote-slider .slick-prev,
  .quote-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .quote-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  /* ======================================
  * General Template Page Contents
  ======================================= */
  #fma-section {
    display: block;
    position: relative;
    height: 35vh;
    width: 100%; }

  .template-content-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 5vh 0 5vh 0; }

  .template-sidebar-wrapper {
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: 100%;
    padding: 0 0 5vh 0; }

  .template-bottom-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 8vh auto;
    margin: 0 0 10vh 0;
    overflow: auto; }

  .heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2.5vh 0;
    padding-top: 2.5vh;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2rem;
    color: #a8aa36; }

  .sub-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 1.5vh 0 2vh;
    padding: 0 0 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    color: #315490; }

  .paragraph {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 1vh 0 5vh 0;
    padding: 0;
    float: left;
    font-size: .8rem;
    font-style: normal;
    font-weight: lighter;
    line-height: 1.5rem;
    color: #666; }
    .paragraph ul {
      list-style: disc; }
      .paragraph ul li {
        display: list-item;
        list-style: disc;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: .8rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ul a {
        color: #315490; }
    .paragraph ol {
      list-style: decimal; }
      .paragraph ol li {
        display: list-item;
        list-style: decimal;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: .8rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ol a {
        color: #315490; }

  .video {
    display: block;
    position: relative;
    height: 30vh;
    width: auto;
    margin: 5vh auto 5vh auto; }
    .video iframe {
      height: 100%;
      width: 100%; }

  .img-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 auto 5vh auto; }

  .img {
    display: block;
    position: relative;
    height: 40vh;
    width: auto; }

  .tab-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 0%;
    width: 100%;
    padding: 2.5vh;
    margin: 2.5vh 0 2.5vh 0;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper.tab-active {
      height: 100%;
      background-color: transparent;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      cursor: default; }
    .tab-wrapper .tab-heading {
      display: inline-block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 0 0 0;
      padding: 0;
      font-size: 1.125rem;
      font-weight: normal;
      line-height: 1.5rem;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-heading.tab-active {
        height: auto;
        margin: 0 0 2.5vh 0;
        color: #315490;
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper .tab-btn {
      display: inline-block;
      position: absolute;
      right: 5%;
      top: 1.25rem;
      width: 2.5vh;
      height: 2.5vh;
      background-color: #ccc;
      color: #ffffff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 300ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-btn.tab-active {
        top: 1.25rem;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); }
    .tab-wrapper .tab-info {
      display: none;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 0 5vh 0;
      padding: 0;
      font-size: .75rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.5rem;
      color: #666;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 100ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-info.tab-active {
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -moz-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -o-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s; }

  .object-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 1.5rem; }
    .object-wrapper .object-text {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem;
      font-size: .8rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.25rem;
      color: #ffffff; }
      .object-wrapper .object-text a {
        color: #ffffff;
        font-size: 1.25rem; }
    .object-wrapper .object-sub-heading {
      display: block;
      position: relative;
      width: 96%;
      height: auto;
      margin: 0 auto;
      padding: 1.2rem 1.8rem 1rem 1.8rem;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.75rem;
      color: #a8aa36; }
    .object-wrapper .object-heading {
      display: block;
      position: relative;
      width: 98%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem 2rem 1.8rem;
      font-size: 1rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }

  /* ======================================
  * About Page Template
  ======================================= */
  #slider-section {
    margin: 0 auto;
    padding: 5vh 0; }

  #slider-section-content {
    display: block;
    position: relative;
    background-color: transparent; }

  .director-slider {
    height: auto;
    width: 100%; }
    .director-slider .slick-list,
    .director-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .director-slider .director-slide {
      float: left;
      height: 100%;
      background-color: transparent; }

  .director-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .director-slider .slick-prev,
  .director-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 12vh;
    width: 6vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .director-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 92%; }

  .director-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 92%; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev:before {
    content: "→"; }

  .slick-next:before {
    content: "←"; }

  .slider-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 5vh 0;
    padding: 0;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: bold;
    line-height: 3.5rem;
    color: #a8aa36; }

  .board-name {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    color: #666; }

  .board-position {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .extra-info-line {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .board-img {
    display: block;
    position: relative;
    height: 15rem;
    width: 80%;
    border-radius: 0.5rem;
    margin: 1.25rem auto; }

  #staff-section {
    display: block;
    position: relative;
    margin: 12vh auto 0 auto;
    padding: 5vh 0;
    background-color: #efefef;
    overflow: auto; }

  .staff-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2.5vh 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #315490; }

  .staff-content-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
    margin: 0 3.33% 0 0;
    float: left;
    font-size: 1rem; }

  .staff-pic {
    display: block;
    position: relative;
    height: 20vh;
    width: 100%;
    border-radius: 0.5rem; }

  .staff-info-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    padding: .5rem 0;
    border-left: 1px solid #ccc;
    font-size: .75rem; }
    .staff-info-wrapper .staff-name {
      display: block;
      position: relative;
      margin: 0 0 .5rem .25rem;
      color: #666;
      font-weight: bold; }
    .staff-info-wrapper .staff-position {
      display: block;
      position: relative;
      margin: 0 0 .5rem .25rem;
      color: #666;
      font-weight: lighter;
      font-style: italic; }
    .staff-info-wrapper .contact-btn {
      display: block;
      position: relative;
      margin: 0 0 .5rem .25rem;
      color: #315490;
      font-weight: lighter; }

  .sidebar-contact-info-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: -5vh auto 0 auto;
    padding: 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .sidebar-contact-info-wrapper .sidebar-heading {
      margin: 5vh auto 2.5vh 10%;
      color: #315490;
      font-size: 1.25rem;
      font-weight: normal; }
    .sidebar-contact-info-wrapper .sidebar-link {
      display: block;
      position: relative;
      margin: 0 0 2.5vh 10%;
      color: #5f86c8;
      font-weight: lighter; }
    .sidebar-contact-info-wrapper .sidebar-text {
      display: block;
      position: relative;
      margin: 0 0 2vh 10%;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  /* ======================================
  * Donor Page Template
  ======================================= */
  /* ======================================
  * News Page Template
  ======================================= */
  #news-fma-section {
    display: block;
    position: relative;
    height: 35vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  #news-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #news-fma-background .news-fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%;
      background-image: url("img/background_img_wheat.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

  #news-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .news-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #news-section {
    height: auto; }

  .news-section-content {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 5vh 0 0 0; }

  .news-feed-post {
    display: block;
    position: relative;
    height: auto;
    float: left;
    width: 100%;
    margin: 0 0 2.5vh 0; }
    .news-feed-post .feed-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2.5vh 0 1.5vh 0;
      color: #315490;
      line-height: 2rem;
      font-size: 1.75rem;
      font-weight: lighter;
      font-style: normal; }
    .news-feed-post .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 2rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post .feed-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75vh 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 3vh 0;
      color: #999999;
      font-size: .8rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
    .news-feed-post .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 2.5vh 0; }

  .view-full-post-btn {
    display: inline-block;
    margin: 1.25vh 0 0 0;
    height: auto;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .feed-achor-btn {
    display: inline-block;
    margin: 0 0 0 0;
    height: auto;
    color: #454545;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .view-full-post-btn:hover, .feed-achor-btn:hover {
    color: #243e6a; }

  .news-post-menu {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    margin: 0 auto 5vh 0;
    padding: 2.5vh 0 5vh 0;
    border-left: 1px solid #efefef; }

  #recent_news_sidebar {
    position: relative;
    height: auto;
    width: 90%;
    background-color: transparent;
    float: right;
    z-index: 150; }
    #recent_news_sidebar h2 {
      margin: 0 0 2.5% 0;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    #recent_news_sidebar ul {
      height: auto;
      width: auto;
      display: block; }
    #recent_news_sidebar li {
      height: auto;
      width: 95%;
      display: block;
      margin: 0;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75); }
    #recent_news_sidebar li:first-child {
      padding: 0; }
    #recent_news_sidebar a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.4rem 0;
      text-align: left;
      color: #666; }
      #recent_news_sidebar a:hover {
        color: #315490; }

  .pagination {
    display: block;
    margin: 3rem auto;
    position: relative;
    height: auto;
    width: 8rem; }

  .nav-previous a, .nav-next a {
    color: #5f86c8;
    text-decoration: none; }
    .nav-previous a:hover, .nav-next a:hover {
      color: #243e6a; }

  /* ======================================
  * Post Template
  ======================================= */
  .post-content-wrapper .post-title {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 3vh 0 1.5vh 0;
    color: #315490;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: lighter;
    font-style: normal; }
  .post-content-wrapper .author-name {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 2rem 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.25rem; }
  .post-content-wrapper .post-info {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 .75vh 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper h1, .post-content-wrapper h2 {
    color: #315490;
    margin-bottom: 1rem;
    margin-top: 1.5rem; }
  .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6 {
    color: #999999;
    font-weight: bold;
    font-style: normal;
    line-height: 1rem;
    margin-bottom: .5rem;
    margin-top: 1rem; }
  .post-content-wrapper p {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 2rem 0 0 0;
    color: #999999;
    font-size: .8rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper ul {
    margin: 2rem auto 2rem 1.5rem; }
    .post-content-wrapper ul li {
      list-style-type: disc;
      color: #999999;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ul li a {
        color: #5f86c8;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ul li a:hover {
          color: #243e6a; }
  .post-content-wrapper ol li {
    list-style-type: decimal;
    color: #999999;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.75rem; }
    .post-content-wrapper ol li a {
      color: #5f86c8;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ol li a:hover {
        color: #243e6a; }
  .post-content-wrapper .back-btn {
    font-size: .8rem;
    font-weight: lighter;
    color: #5f86c8;
    margin-bottom: 5vh; }
    .post-content-wrapper .back-btn:hover {
      color: #315490; }
  .post-content-wrapper .post-line {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 1.5vh 0 7.5vh 0; }

  /* ======================================
  * How We Invest Page Template
  ======================================= */
  .table-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto; }
    .table-content-wrapper .table-title {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto; }
    .table-content-wrapper .table-image {
      display: block;
      position: relative;
      height: 9vh;
      width: 100%; }

  .b-img-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 3vh 0 0 0; }
    .b-img-content-wrapper .b-img-caption {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto;
      font-size: .8rem;
      line-height: 2rem; }
    .b-img-content-wrapper .b-image-link-wrapper {
      display: block;
      position: relative;
      height: 22vh;
      width: 100%; }

  /* ======================================
  * Contact Page Template
  ======================================= */
  #contact-fma-section {
    display: block;
    position: relative;
    height: 35vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  #contact-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #contact-fma-background .fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%; }

  #contact-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .contact-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #contact-info-section {
    height: auto; }

  .contact-info-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 10vh 0; }
    .contact-info-wrapper .contact-info-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .8rem;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 1.75rem; }
    .contact-info-wrapper .address-wrapper h3, .contact-info-wrapper .phone-num-wrapper h3, .contact-info-wrapper .fax-num-wrapper h3 {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .5rem;
      color: #666;
      font-size: .8rem;
      font-style: normal;
      font-weight: lighter; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 80%;
      margin-top: 1rem;
      margin-bottom: .5rem;
      color: #315490;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.25rem; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-name {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .65rem;
      color: #666;
      font-size: .8rem;
      font-style: normal;
      font-weight: bold; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-title {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      color: #666;
      font-size: .8rem;
      font-weight: lighter; }

  .contact-form-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    padding: 5vh 0;
    background-color: transparent; }

  #gform_wrapper_1 {
    margin: 0;
    padding: 0;
    width: 100%; }

  .gform_wrapper {
    padding: 0; }
    .gform_wrapper li {
      display: block;
      position: relative;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  .ginput_container_name > span label {
    display: none; }

  .gfield input, .gfield textarea {
    width: 100%;
    margin: .5rem 0 2rem 0;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #efefef; }
    .gfield input:focus, .gfield textarea:focus {
      background-color: #BBB; }

  .gfield_required {
    color: #315490; }

  .form-checkbox-input {
    margin: 0 0 1.25rem 0; }

  #choice_1_5_1, #choice_1_5_2, #choice_1_5_3, #choice_1_5_4, #choice_1_5_5, #choice_1_5_6 {
    width: auto;
    height: auto;
    margin: .5rem .5rem .5rem 1rem; }

  #choice_1_5_1 {
    margin-top: 1.25rem; }

  #gform_submit_button_1 {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .75rem 2rem;
    border-radius: .35rem;
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #315490; }
    #gform_submit_button_1:hover {
      background-color: #243e6a; }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none; }

  /* ==============================================================================
  * Footer
  ============================================================================== */
  footer {
    display: block;
    position: relative;
    float: left;
    height: 10vh;
    width: 100%;
    background-color: #ffffff;
    outline: 1px solid #efefef; }

  .sm-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .sm-wrapper .social-icon {
      display: inline-block;
      background-color: transparent;
      fill: #666;
      padding: .25rem;
      margin: 0; }
    .sm-wrapper .social-icons a:first-child {
      margin-left: 0; }
    .sm-wrapper .social-icons a:last-child {
      margin-right: 0; }

  .icon-facebook, .icon-youtube, .icon-linkedin, .icon-twitter, .icon-google-plus {
    height: 1rem;
    width: 1rem; }

  .copy-right-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent; }
    .copy-right-wrapper .copy-right-text {
      display: inline;
      position: relative;
      font-size: .75rem;
      font-weight: lighter;
      font-style: normal;
      color: #666; }

  /*MOBILE-SMALL PORTRAIT STYLES END*/ }
/*---------------MOBILE BREAPOINT STYLES:SMALL---------END---*/
/*---------------MOBILE BREAPOINT STYLES:LARGE---------------*/
/*MOBILE - LARGE - PORTAIT*/
@media only screen and (min-width: 375px) and (max-width: 767px) and (orientation: portrait) {
  /* ==========================================================================
  * Main Styles
  ========================================================================== */
  /* ======================================
  * Pre-loader Overlay
  ======================================= */
  #preloader-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1081;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper.pre-load-finish {
      opacity: 0;
      visibility: hidden;
      height: 99vh;
      width: 99vw;
      -webkit-filter: blur(100px);
      -moz-filter: blur(100px);
      -o-filter: blur(100px);
      -ms-filter: blur(100px);
      filter: blur(100px);
      -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper .loading-text {
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  /* ======================================
  * Header - Main Navagation
  ======================================= */
  #main-nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1080;
    background-color: #a8aa36;
    border-top: 5px solid #315490;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #main-nav.menu-active {
      right: 75vw;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .main-nav-menu-wrapper {
    height: 5rem;
    width: 100%;
    background-color: transparent;
    display: block;
    position: relative;
    margin: -5px auto 0 auto;
    float: right; }
    .main-nav-menu-wrapper .site-logo {
      height: auto;
      width: 38%;
      left: 0;
      top: 54%;
      transform: translateY(-50%);
      position: absolute;
      display: inline-block; }
    .main-nav-menu-wrapper ul {
      display: none;
      font-size: .8em;
      font-weight: lighter;
      text-align: right; }
      .main-nav-menu-wrapper ul li {
        display: inline-block;
        height: auto;
        width: auto;
        margin: 0;
        margin-left: 2rem; }
        .main-nav-menu-wrapper ul li a {
          display: block;
          height: auto;
          width: auto;
          padding: 4rem 0 2.25rem 0;
          border-top: 5px solid transparent;
          cursor: pointer;
          color: #ffffff;
          background-color: transparent;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .main-nav-menu-wrapper ul li a:hover {
            border-top: 5px solid #ffffff; }
    .main-nav-menu-wrapper li:last-child {
      margin-right: 0px; }

  /* ======================================
  * Sub Menu
  ======================================= */
  .main-nav-menu-wrapper ul li ul {
    display: none;
    position: absolute;
    width: 18%;
    height: auto;
    margin-top: 0px;
    margin-left: -3.25%;
    border-top: 3px solid #315490;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
    .main-nav-menu-wrapper ul li ul li {
      display: block;
      float: left;
      width: 100%;
      height: auto;
      text-align: left;
      border-top: 0px;
      border-bottom: 1px solid #f2f2f2;
      margin-left: 0px; }
    .main-nav-menu-wrapper ul li ul li:last-child {
      border-bottom: none; }
    .main-nav-menu-wrapper ul li ul a {
      height: auto;
      width: auto;
      margin: 0;
      padding: 1rem 2rem;
      font-size: .8rem;
      font-weight: lighter;
      color: #315490;
      background-color: #ffffff;
      border-top: 0px; }
      .main-nav-menu-wrapper ul li ul a:hover {
        border-top: 0px;
        background-color: #f2f2f2;
        -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

  .main-nav-menu-wrapper ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

  /* ======================================
  * Side Bar Menus
  ======================================= */
  #donor_sidebar, #grant_seekers_sidebar, #parish_agencies_sidebar, #invest_sidebar, #impact_sidebar, #impact_sidebar_2 {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    #donor_sidebar h2, #grant_seekers_sidebar h2, #parish_agencies_sidebar h2, #invest_sidebar h2, #impact_sidebar h2, #impact_sidebar_2 h2 {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal; }
    #donor_sidebar ul, #grant_seekers_sidebar ul, #parish_agencies_sidebar ul, #invest_sidebar ul, #impact_sidebar ul, #impact_sidebar_2 ul {
      height: auto;
      width: auto;
      display: block; }
    #donor_sidebar li, #grant_seekers_sidebar li, #parish_agencies_sidebar li, #invest_sidebar li, #impact_sidebar li, #impact_sidebar_2 li {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75); }
    #donor_sidebar li:first-child, #grant_seekers_sidebar li:first-child, #parish_agencies_sidebar li:first-child, #invest_sidebar li:first-child, #impact_sidebar li:first-child, #impact_sidebar_2 li:first-child {
      padding: 0; }
    #donor_sidebar a, #grant_seekers_sidebar a, #parish_agencies_sidebar a, #invest_sidebar a, #impact_sidebar a, #impact_sidebar_2 a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1rem 0;
      text-align: left;
      color: #666; }
      #donor_sidebar a:hover, #grant_seekers_sidebar a:hover, #parish_agencies_sidebar a:hover, #invest_sidebar a:hover, #impact_sidebar a:hover, #impact_sidebar_2 a:hover {
        color: #315490; }

  /* ======================================
  * Side Bar- Report Menu
  ======================================= */
  .report-menu {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .report-menu .report-menu-heading {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    .report-menu .pdf-btn, .report-menu .web-btn {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75);
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.4rem 0;
      text-align: left;
      color: #666; }
      .report-menu .pdf-btn:hover, .report-menu .web-btn:hover {
        color: #315490; }

  /* ======================================
  * Mobile Menu
  ======================================= */
  #hamburger-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(150%);
    width: auto;
    height: auto;
    background-color: transparent;
    cursor: pointer;
    cursor: pointer; }

  .line {
    width: 1.75rem;
    height: .125rem;
    background-color: white;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .line:nth-child(2) {
    margin: .4rem auto; }

  .line:nth-child(1) {
    margin: 0 auto .2rem auto; }

  .hamburger:hover {
    cursor: pointer; }

  #hamburger-icon.menu-active .line:nth-child(1),
  #hamburger-icon.menu-active .line:nth-child(3) {
    width: .75rem; }

  #hamburger-icon.menu-active .line:nth-child(2) {
    width: 1.75rem;
    -webkit-transform: translateX(0.35rem);
    -ms-transform: translateX(0.35rem);
    -o-transform: translateX(0.35rem);
    transform: translateX(0.35rem); }

  #hamburger-icon.menu-active .line:nth-child(1) {
    -webkit-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    -ms-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    -o-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    transform: translateX(1rem) translateY(0.3rem) rotate(45deg); }

  #hamburger-icon.menu-active .line:nth-child(3) {
    -webkit-transform: translateX(1rem) translateY(-0.25rem) rotate(-45deg);
    -ms-transform: translateX(1rem) translateY(-0.25rem) rotate(-45deg);
    -o-transform: translateX(1rem) translateY(-0.25rem) rotate(-45deg);
    transform: translateX(1rem) translateY(-0.25rem) rotate(-45deg); }

  #mobile-menu {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -75vw;
    width: 75vw;
    height: 100vh;
    border-top: 5px solid #243e6a;
    border-left: 3px solid #243e6a;
    background-color: #243e6a;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto; }
    #mobile-menu.menu-active {
      right: 0;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #mobile-menu ul {
      display: block;
      position: relative;
      width: auto; }
      #mobile-menu ul li {
        background-color: #2b497d;
        height: auto;
        width: auto;
        padding: 0;
        border-bottom: 1px solid #243e6a; }
        #mobile-menu ul li a {
          color: white;
          display: block;
          height: auto;
          width: 100%;
          padding: 4.5vh 2vw;
          font-size: 1rem;
          font-weight: normal;
          font-style: normal; }

  #mobile-menu-content ul {
    display: block;
    position: relative;
    height: auto;
    width: auto; }
  #mobile-menu-content li {
    display: block;
    position: relative;
    height: auto;
    width: auto; }
  #mobile-menu-content a {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    padding: 5vh 0 5vh 8%;
    color: #ffffff;
    font-size: 1.75rem;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none; }

  #mobile-menu-content ul li ul {
    display: block;
    position: relative;
    height: 0px;
    padding: 0;
    -webkit-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    #mobile-menu-content ul li ul.tab-active {
      height: auto;
      -webkit-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    #mobile-menu-content ul li ul li {
      background-color: transparent;
      padding: 0;
      height: auto; }
      #mobile-menu-content ul li ul li a {
        color: #ffffff;
        background-color: #1e3357;
        display: block;
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        height: auto;
        width: 100%;
        padding: .75rem 0 .75rem 8%;
        pointer-events: all;
        text-transform: none; }
    #mobile-menu-content ul li ul li:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }

  #mobile-menu-content ul .sub-menu li {
    background-color: transparent;
    padding: 0;
    height: auto; }
  #mobile-menu-content ul .sub-menu a::before {
    height: 1rem;
    width: 1rem;
    background-image: url("img/svg/custom_slider_arrows/regular_slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  /* ==============================================================================
  *  Global Content Wrappers
  ============================================================================== */
  .content-wrapper {
    width: 85%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto; }
    .content-wrapper .absolute-inner-content-wrapper {
      display: block;
      position: absolute;
      z-index: 2;
      top: 60%;
      left: 0;
      transform: translateY(-50%); }

  #content-section {
    display: block;
    position: relative;
    overflow: auto;
    height: auto;
    width: auto;
    background-color: white; }

  /* ==============================================================================
  *  Main-Content
  ============================================================================== */
  #main-content {
    display: block;
    position: relative;
    right: 0;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #main-content.menu-active {
      right: 75vw;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  body.menu-active {
    margin-right: 75vw;
    overflow: hidden; }

  .full-section-wrapper {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative; }

  .half-section-wrapper {
    height: 50vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .third-section-wrapper {
    height: 33.33vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fourth-section-wrapper {
    height: 25vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .three-fourths-section-wrapper {
    height: 75vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fluid-section-wrapper {
    height: auto;
    width: auto;
    overflow: auto;
    display: block;
    position: relative; }

  /* ==============================================================================
  *  Page Templates
  ============================================================================== */
  /* ======================================
  * Landing Page Template
  ======================================= */
  .landing-fma-section {
    display: block;
    position: relative;
    height: 43vh;
    width: 100%; }
    .landing-fma-section .fma-background-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: 0 auto; }

  .landing-fma-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }

  .fma-content-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 65%;
    left: 0;
    transform: translateY(-50%); }
    .fma-content-wrapper.post-fade {
      opacity: 1;
      top: 55%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-loading-track {
    height: 5px;
    width: 100%;
    background-color: #f2f2f2; }
    .fma-loading-track .fma-loading-bar {
      height: 100%;
      width: 0%;
      opacity: 0;
      -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      background-color: #315490; }
      .fma-loading-track .fma-loading-bar.post-fade {
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: 82%;
    margin: 2.5rem 0 2rem 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  .fma-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .fma-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 37%;
    margin: 0 0 3rem 0;
    padding: 1rem 0;
    color: #ffffff;
    background-color: #315490;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center;
    border-radius: .4rem; }
    .fma-link-btn:hover {
      background-color: #2b497d; }

  .fma-text-down-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    margin: 0 0 3rem 0;
    padding: 0;
    color: #000000;
    outline: 1px solid #000000;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .fma-text-down-btn:hover {
      color: #315490;
      background-color: #000000; }

  .fma-down-btn {
    display: block;
    position: relative;
    height: 4vh;
    width: 4vh;
    margin: 0;
    padding: 0;
    outline: 1px solid #000000;
    background-color: #000000; }
    .fma-down-btn:hover {
      outline: 1px solid #000000;
      background-color: #315490; }

  .fma-slider {
    height: 100%;
    width: 100%;
    background-color: white; }
    .fma-slider .slick-list,
    .fma-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .fma-slider .fma-slide {
      float: left;
      height: 100%;
      background-color: #efefef;
      outline: 1px solid black; }

  .fma-slide:focus {
    outline: none;
    border: none; }

  /* Dots */
  .fma-slider .slick-dots {
    visibility: hidden;
    position: absolute;
    width: auto;
    z-index: 1002;
    top: 70%;
    left: 5%;
    list-style: disc; }

  /* Arrows */
  .fma-slider .slick-prev,
  .fma-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .fma-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .fma-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  .section {
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-color: #efefef; }

  #section-1 {
    height: 20rem;
    width: 100%;
    padding: 4rem 0;
    background-color: #efefef; }

  .section-1-heading {
    display: block;
    position: relative;
    height: auto;
    width: 61%;
    color: #315490;
    font-size: 1.75rem;
    font-weight: bold;
    margin-right: none; }

  .section-1-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .section-1-link-btn {
    display: block;
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    padding: 1.125rem;
    border-radius: .4rem;
    color: #ffffff;
    background-color: #315490;
    font-size: 1.15rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .section-1-link-btn:hover {
      cursor: pointer;
      background-color: #243e6a; }

  .section-1-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    margin: 2rem 0;
    color: #666;
    font-size: .9rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5rem; }

  #section-2 {
    height: 25vh;
    width: 100%; }

  .section-2-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    color: #a8aa36;
    font-size: 1.75rem;
    font-weight: bold;
    float: left; }

  .section-2-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    padding: 2.5rem 0 1rem 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2rem;
    clear: left; }

  .section-2-img-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    height: 27vh;
    width: auto;
    opacity: 0;
    visibility: hidden;
    right: 2%;
    bottom: 0;
    -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }
    .section-2-img-wrapper.animate-img {
      opacity: 1;
      visibility: visible;
      right: 0%;
      -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }

  .section-2-img {
    display: block;
    position: relative;
    height: 100%;
    width: auto; }

  #section-3 {
    height: 40vh;
    width: 100;
    background-color: #efefef;
    padding: 2.5% 0; }

  .section-3-heading {
    display: block;
    position: relative;
    height: 16%;
    padding: 2.5% 0 1% 0;
    margin-bottom: 2.5vh;
    color: #315490;
    font-size: 1.25rem;
    font-weight: bold; }

  .section-3-quote {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 94%;
    margin: -.35rem auto 0 1.5%;
    color: #8c8c8c;
    font-size: .7rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.25rem; }

  .quote-marks {
    display: block;
    position: relative;
    float: left;
    height: 5%;
    width: 4.5%;
    background-image: url(img/testimonial_imgs/quote_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-reference {
    color: #636363;
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: auto;
    margin-top: 1rem;
    font-size: .7rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.25rem; }

  #slider-section-content {
    display: block;
    position: relative;
    height: 80%;
    margin-top: 0; }

  .quote-slider {
    height: 100%;
    width: 100%; }
    .quote-slider .slick-list,
    .quote-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .quote-slider .quote-slide {
      float: left;
      height: 100%;
      background-color: #efefef; }

  .quote-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .quote-slider .slick-prev,
  .quote-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .quote-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  /* ======================================
  * General Template Page Contents
  ======================================= */
  #fma-section {
    display: block;
    position: relative;
    height: 35vh;
    width: 100%; }

  .template-content-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 5vh 0 5vh 0; }

  .template-sidebar-wrapper {
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: 100%;
    padding: 0 0 5vh 0; }

  .template-bottom-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 8vh auto;
    margin: 0 0 10vh 0;
    overflow: auto; }

  .heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2.5vh 0;
    padding-top: 2.5vh;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
    color: #a8aa36; }

  .sub-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 2.5vh 0 2vh;
    padding: 0 0 0 0;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2rem;
    color: #315490; }

  .paragraph {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 1vh 0 5vh 0;
    padding: 0;
    foat: left;
    font-size: .8rem;
    font-style: normal;
    font-weight: lighter;
    line-height: 1.5rem;
    color: #666; }
    .paragraph ul {
      list-style: disc; }
      .paragraph ul li {
        display: list-item;
        list-style: disc;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: .8rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ul a {
        color: #315490; }
    .paragraph ol {
      list-style: decimal; }
      .paragraph ol li {
        display: list-item;
        list-style: decimal;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: .8rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ol a {
        color: #315490; }

  .video {
    display: block;
    position: relative;
    height: 30vh;
    width: auto;
    margin: 5vh auto 5vh auto; }
    .video iframe {
      height: 100%;
      width: 100%; }

  .img-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 auto 5vh auto; }

  .img {
    display: block;
    position: relative;
    height: 40vh;
    width: auto; }

  .tab-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 0%;
    width: 100%;
    padding: 2.5vh;
    margin: 2.5vh 0 2.5vh 0;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper.tab-active {
      height: 100%;
      background-color: transparent;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      cursor: default; }
    .tab-wrapper .tab-heading {
      display: inline-block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 0 0 0;
      padding: 0;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.25rem;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-heading.tab-active {
        height: auto;
        margin: 0 0 2.5vh 0;
        color: #315490;
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper .tab-btn {
      display: inline-block;
      position: absolute;
      right: 5%;
      top: 1rem;
      width: 2.5vh;
      height: 2.5vh;
      background-color: #ccc;
      color: #ffffff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 300ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-btn.tab-active {
        top: 1rem;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); }
    .tab-wrapper .tab-info {
      display: none;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 0 5vh 0;
      padding: 0;
      font-size: 1rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.7rem;
      color: #666;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 100ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-info.tab-active {
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -moz-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -o-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s; }

  .object-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 1.5rem; }
    .object-wrapper .object-text {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem;
      font-size: .85rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.35rem;
      color: #ffffff; }
      .object-wrapper .object-text a {
        color: #ffffff;
        font-size: 1.25rem; }
    .object-wrapper .object-sub-heading {
      display: block;
      position: relative;
      width: 96%;
      height: auto;
      margin: 0 auto;
      padding: 1.2rem 1.8rem 1rem 1.8rem;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.75rem;
      color: #a8aa36; }
    .object-wrapper .object-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem 2rem 1.8rem;
      font-size: 1rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }

  /* ======================================
  * About Page Template
  ======================================= */
  #slider-section {
    margin: 0 auto;
    padding: 5vh 0; }

  #slider-section-content {
    display: block;
    position: relative;
    background-color: transparent; }

  .director-slider {
    height: auto;
    width: 100%; }
    .director-slider .slick-list,
    .director-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .director-slider .director-slide {
      float: left;
      height: 100%;
      background-color: transparent; }

  .director-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .director-slider .slick-prev,
  .director-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 12vh;
    width: 6vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .director-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 93%; }

  .director-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 93%; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev:before {
    content: "→"; }

  .slick-next:before {
    content: "←"; }

  .slider-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 5vh 0 5vh 0;
    padding: 0;
    font-size: 2rem;
    font-style: normal;
    font-weight: bold;
    line-height: 3rem;
    color: #a8aa36; }

  .board-name {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    color: #666; }

  .board-position {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .extra-info-line {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .board-img {
    display: block;
    position: relative;
    height: 15rem;
    width: 80%;
    border-radius: 0.5rem;
    margin: 1.25rem auto; }

  #staff-section {
    display: block;
    position: relative;
    margin: 12vh auto 0 auto;
    padding: 5vh 0;
    background-color: #efefef;
    overflow: auto; }

  .staff-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2.5vh 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #315490; }

  .staff-content-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
    margin: 0 3.33% 0 0;
    float: left;
    font-size: 1rem; }

  .staff-pic {
    display: block;
    position: relative;
    height: 20vh;
    width: 100%;
    border-radius: 0.5rem; }

  .staff-info-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    padding: .5rem 0;
    border-left: 1px solid #ccc; }
    .staff-info-wrapper .staff-name {
      display: block;
      position: relative;
      margin: 0 0 .5rem .25rem;
      color: #666;
      font-weight: bold; }
    .staff-info-wrapper .staff-position {
      display: block;
      position: relative;
      margin: 0 0 .5rem .25rem;
      color: #666;
      font-weight: lighter;
      font-style: italic; }
    .staff-info-wrapper .contact-btn {
      display: block;
      position: relative;
      margin: 0 0 .5rem .25rem;
      color: #315490;
      font-weight: lighter; }

  .sidebar-contact-info-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: -5vh auto 0 auto;
    padding: 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .sidebar-contact-info-wrapper .sidebar-heading {
      margin: 5vh auto 2.5vh 10%;
      color: #315490;
      font-size: 1.25rem;
      font-weight: normal; }
    .sidebar-contact-info-wrapper .sidebar-link {
      display: block;
      position: relative;
      margin: 0 0 2.5vh 10%;
      color: #5f86c8;
      font-weight: lighter; }
    .sidebar-contact-info-wrapper .sidebar-text {
      display: block;
      position: relative;
      margin: 0 0 2vh 10%;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  /* ======================================
  * Donor Page Template
  ======================================= */
  /* ======================================
  * News Page Template
  ======================================= */
  #news-fma-section {
    display: block;
    position: relative;
    height: 35vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  #news-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #news-fma-background .news-fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%;
      background-image: url("img/background_img_wheat.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

  #news-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .news-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #news-section {
    height: auto; }

  .news-section-content {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 5vh 0 0 0; }

  .news-feed-post {
    display: block;
    position: relative;
    height: auto;
    float: left;
    width: 100%;
    margin: 0 0 2.5vh 0; }
    .news-feed-post .feed-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2.5vh 0 1.5vh 0;
      color: #315490;
      line-height: 2rem;
      font-size: 1.75rem;
      font-weight: lighter;
      font-style: normal; }
    .news-feed-post .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 2rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post .feed-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75vh 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 3vh 0;
      color: #999999;
      font-size: .8rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
    .news-feed-post .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 2.5vh 0; }

  .view-full-post-btn {
    display: inline-block;
    margin: .55rem 0 0 0;
    height: auto;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .feed-achor-btn {
    display: inline-block;
    margin: 0 0 0 0;
    height: auto;
    color: #454545;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .view-full-post-btn:hover, .feed-achor-btn:hover {
    color: #243e6a; }

  .news-post-menu {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    margin: 0 auto 5vh 0;
    padding: 2.5vh 0 5vh 0;
    border-left: 1px solid #efefef; }

  #recent_news_sidebar {
    position: relative;
    height: auto;
    width: 90%;
    background-color: transparent;
    float: right;
    z-index: 150; }
    #recent_news_sidebar h2 {
      margin: 0 0 2.5% 0;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    #recent_news_sidebar ul {
      height: auto;
      width: auto;
      display: block; }
    #recent_news_sidebar li {
      height: auto;
      width: 95%;
      display: block;
      margin: 0;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75); }
    #recent_news_sidebar li:first-child {
      padding: 0; }
    #recent_news_sidebar a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.4rem 0;
      text-align: left;
      color: #666; }
      #recent_news_sidebar a:hover {
        color: #315490; }

  .pagination {
    display: block;
    margin: 3rem auto;
    position: relative;
    height: auto;
    width: 8rem; }

  .nav-previous a, .nav-next a {
    color: #5f86c8;
    text-decoration: none; }
    .nav-previous a:hover, .nav-next a:hover {
      color: #243e6a; }

  /* ======================================
  * Post Template
  ======================================= */
  .post-content-wrapper .post-title {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 3vh 0 1.5vh 0;
    color: #315490;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }
  .post-content-wrapper .author-name {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 2rem 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper .post-info {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 .75vh 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper h1, .post-content-wrapper h2 {
    color: #315490;
    margin-bottom: 1rem;
    margin-top: 1.5rem; }
  .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6 {
    color: #999999;
    font-weight: bold;
    font-style: normal;
    line-height: 1rem;
    margin-bottom: .5rem;
    margin-top: 1rem; }
  .post-content-wrapper p {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 2rem 0 0 0;
    color: #999999;
    font-size: .8rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper ul {
    margin: 2rem auto 2rem 1.5rem; }
    .post-content-wrapper ul li {
      list-style-type: disc;
      color: #999999;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ul li a {
        color: #5f86c8;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ul li a:hover {
          color: #243e6a; }
  .post-content-wrapper ol li {
    list-style-type: decimal;
    color: #999999;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.75rem; }
    .post-content-wrapper ol li a {
      color: #5f86c8;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ol li a:hover {
        color: #243e6a; }
  .post-content-wrapper .back-btn {
    font-size: .8rem;
    font-weight: lighter;
    color: #5f86c8;
    margin-bottom: 5vh; }
    .post-content-wrapper .back-btn:hover {
      color: #315490; }
  .post-content-wrapper .post-line {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 1.5vh 0 7.5vh 0; }

  /* ======================================
  * How We Invest Page Template
  ======================================= */
  .table-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto; }
    .table-content-wrapper .table-title {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto; }
    .table-content-wrapper .table-image {
      display: block;
      position: relative;
      height: 9vh;
      width: 100%; }

  .b-img-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 3vh 0 0 0; }
    .b-img-content-wrapper .b-img-caption {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto;
      font-size: .8rem;
      line-height: 2rem; }
    .b-img-content-wrapper .b-image-link-wrapper {
      display: block;
      position: relative;
      height: 22vh;
      width: 100%;
      border: 1px solid #efefef; }

  /* ======================================
  * Contact Page Template
  ======================================= */
  #contact-fma-section {
    display: block;
    position: relative;
    height: 35vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  #contact-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #contact-fma-background .fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%; }

  #contact-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .contact-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #contact-info-section {
    height: auto; }

  .contact-info-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 10vh 0; }
    .contact-info-wrapper .contact-info-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .8rem;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 1.75rem; }
    .contact-info-wrapper .address-wrapper h3, .contact-info-wrapper .phone-num-wrapper h3, .contact-info-wrapper .fax-num-wrapper h3 {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .5rem;
      color: #666;
      font-size: .8rem;
      font-style: normal;
      font-weight: lighter; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 80%;
      margin-top: 1rem;
      margin-bottom: .5rem;
      color: #315490;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.25rem; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-name {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .65rem;
      color: #666;
      font-size: .8rem;
      font-style: normal;
      font-weight: bold; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-title {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      color: #666;
      font-size: .8rem;
      font-weight: lighter; }

  .contact-form-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    padding: 5vh 0;
    background-color: transparent; }

  #gform_wrapper_1 {
    margin: 0;
    padding: 0;
    width: 100%; }

  .gform_wrapper {
    padding: 0; }
    .gform_wrapper li {
      display: block;
      position: relative;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  .ginput_container_name > span label {
    display: none; }

  .gfield input, .gfield textarea {
    width: 100%;
    margin: .5rem 0 2rem 0;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #efefef; }
    .gfield input:focus, .gfield textarea:focus {
      background-color: #BBB; }

  .gfield_required {
    color: #315490; }

  .form-checkbox-input {
    margin: 0 0 1.25rem 0; }

  #choice_1_5_1, #choice_1_5_2, #choice_1_5_3, #choice_1_5_4, #choice_1_5_5, #choice_1_5_6 {
    width: auto;
    height: auto;
    margin: .5rem .5rem .5rem 1rem; }

  #choice_1_5_1 {
    margin-top: 1.25rem; }

  #gform_submit_button_1 {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .75rem 2rem;
    border-radius: .35rem;
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #315490; }
    #gform_submit_button_1:hover {
      background-color: #243e6a; }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none; }

  /* ==============================================================================
  * Footer
  ============================================================================== */
  footer {
    display: block;
    position: relative;
    float: left;
    height: 10vh;
    width: 100%;
    background-color: #ffffff;
    outline: 1px solid #efefef; }

  .sm-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .sm-wrapper .social-icon {
      display: inline-block;
      background-color: transparent;
      fill: #666;
      padding: .25rem;
      margin: 0; }
    .sm-wrapper .social-icons a:first-child {
      margin-left: 0; }
    .sm-wrapper .social-icons a:last-child {
      margin-right: 0; }

  .icon-facebook, .icon-youtube, .icon-linkedin, .icon-twitter, .icon-google-plus {
    height: 1rem;
    width: 1rem; }

  .copy-right-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent; }
    .copy-right-wrapper .copy-right-text {
      display: inline;
      position: relative;
      font-size: .8rem;
      font-weight: lighter;
      font-style: normal;
      color: #666; }

  /*MOBILE-LARGE PORTRAIT STYLES END*/ }
/*MOBILE - LARGE - LANDSCAPE*/
@media only screen and (max-width: 831px) and (orientation: landscape) {
  /* ==========================================================================
  * Main Styles
  ========================================================================== */
  /* ======================================
  * Pre-loader Overlay
  ======================================= */
  #preloader-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1081;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper.pre-load-finish {
      opacity: 0;
      visibility: hidden;
      height: 99vh;
      width: 99vw;
      -webkit-filter: blur(100px);
      -moz-filter: blur(100px);
      -o-filter: blur(100px);
      -ms-filter: blur(100px);
      filter: blur(100px);
      -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper .loading-text {
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  /* ======================================
  * Header - Main Navagation
  ======================================= */
  #main-nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1080;
    background-color: #a8aa36;
    border-top: 5px solid #315490;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #main-nav.menu-active {
      right: 45vw;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .main-nav-menu-wrapper {
    height: 16vh;
    width: 100%;
    background-color: transparent;
    display: block;
    position: relative;
    margin: -5px auto 0 auto;
    float: right; }
    .main-nav-menu-wrapper .site-logo {
      height: auto;
      width: 31%;
      left: 0;
      top: 54%;
      transform: translateY(-50%);
      position: absolute;
      display: inline-block; }
    .main-nav-menu-wrapper ul {
      display: none;
      font-size: .8em;
      font-weight: lighter;
      text-align: right; }
      .main-nav-menu-wrapper ul li {
        display: inline-block;
        height: auto;
        width: auto;
        margin: 0;
        margin-left: 2rem; }
        .main-nav-menu-wrapper ul li a {
          display: block;
          height: auto;
          width: auto;
          padding: 4rem 0 2.25rem 0;
          border-top: 5px solid transparent;
          cursor: pointer;
          color: #ffffff;
          background-color: transparent;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .main-nav-menu-wrapper ul li a:hover {
            border-top: 5px solid #ffffff; }
    .main-nav-menu-wrapper li:last-child {
      margin-right: 0px; }

  /* ======================================
  * Sub Menu
  ======================================= */
  .main-nav-menu-wrapper ul li ul {
    display: none;
    position: absolute;
    width: 18%;
    height: auto;
    margin-top: 0px;
    margin-left: -3.25%;
    border-top: 3px solid #315490;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
    .main-nav-menu-wrapper ul li ul li {
      display: block;
      float: left;
      width: 100%;
      height: auto;
      text-align: left;
      border-top: 0px;
      border-bottom: 1px solid #f2f2f2;
      margin-left: 0px; }
    .main-nav-menu-wrapper ul li ul li:last-child {
      border-bottom: none; }
    .main-nav-menu-wrapper ul li ul a {
      height: auto;
      width: auto;
      margin: 0;
      padding: 1rem 2rem;
      font-size: .8rem;
      font-weight: lighter;
      color: #315490;
      background-color: #ffffff;
      border-top: 0px; }
      .main-nav-menu-wrapper ul li ul a:hover {
        border-top: 0px;
        background-color: #f2f2f2;
        -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

  .main-nav-menu-wrapper ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

  /* ======================================
  * Side Bar Menus
  ======================================= */
  #donor_sidebar, #grant_seekers_sidebar, #parish_agencies_sidebar, #invest_sidebar, #impact_sidebar, #impact_sidebar_2 {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    #donor_sidebar h2, #grant_seekers_sidebar h2, #parish_agencies_sidebar h2, #invest_sidebar h2, #impact_sidebar h2, #impact_sidebar_2 h2 {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal; }
    #donor_sidebar ul, #grant_seekers_sidebar ul, #parish_agencies_sidebar ul, #invest_sidebar ul, #impact_sidebar ul, #impact_sidebar_2 ul {
      height: auto;
      width: auto;
      display: block; }
    #donor_sidebar li, #grant_seekers_sidebar li, #parish_agencies_sidebar li, #invest_sidebar li, #impact_sidebar li, #impact_sidebar_2 li {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75); }
    #donor_sidebar li:first-child, #grant_seekers_sidebar li:first-child, #parish_agencies_sidebar li:first-child, #invest_sidebar li:first-child, #impact_sidebar li:first-child, #impact_sidebar_2 li:first-child {
      padding: 0; }
    #donor_sidebar a, #grant_seekers_sidebar a, #parish_agencies_sidebar a, #invest_sidebar a, #impact_sidebar a, #impact_sidebar_2 a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1rem 0;
      text-align: left;
      color: #666; }
      #donor_sidebar a:hover, #grant_seekers_sidebar a:hover, #parish_agencies_sidebar a:hover, #invest_sidebar a:hover, #impact_sidebar a:hover, #impact_sidebar_2 a:hover {
        color: #315490; }

  /* ======================================
  * Side Bar- Report Menu
  ======================================= */
  .report-menu {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .report-menu .report-menu-heading {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    .report-menu .pdf-btn, .report-menu .web-btn {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75);
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.4rem 0;
      text-align: left;
      color: #666; }
      .report-menu .pdf-btn:hover, .report-menu .web-btn:hover {
        color: #315490; }

  /* ======================================
  * Mobile Menu
  ======================================= */
  #hamburger-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(97%);
    width: auto;
    height: auto;
    background-color: transparent;
    cursor: pointer;
    cursor: pointer; }

  .line {
    width: 1.75rem;
    height: .125rem;
    background-color: white;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .line:nth-child(2) {
    margin: .4rem auto; }

  .line:nth-child(1) {
    margin: 0 auto .2rem auto; }

  .hamburger:hover {
    cursor: pointer; }

  #hamburger-icon.menu-active .line:nth-child(1),
  #hamburger-icon.menu-active .line:nth-child(3) {
    width: .75rem; }

  #hamburger-icon.menu-active .line:nth-child(2) {
    width: 1.5rem;
    -webkit-transform: translateX(0.35rem);
    -ms-transform: translateX(0.35rem);
    -o-transform: translateX(0.35rem);
    transform: translateX(0.35rem); }

  #hamburger-icon.menu-active .line:nth-child(1) {
    -webkit-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    -ms-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    -o-transform: translateX(1rem) translateY(0.3rem) rotate(45deg);
    transform: translateX(1rem) translateY(0.3rem) rotate(45deg); }

  #hamburger-icon.menu-active .line:nth-child(3) {
    -webkit-transform: translateX(1rem) translateY(-0.35rem) rotate(-45deg);
    -ms-transform: translateX(1rem) translateY(-0.35rem) rotate(-45deg);
    -o-transform: translateX(1rem) translateY(-0.35rem) rotate(-45deg);
    transform: translateX(1rem) translateY(-0.35rem) rotate(-45deg); }

  #mobile-menu {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -45vw;
    width: 45vw;
    height: 100vh;
    border-top: 5px solid #243e6a;
    border-left: 3px solid #243e6a;
    background-color: #243e6a;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto; }
    #mobile-menu.menu-active {
      right: 0;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #mobile-menu ul {
      display: block;
      position: relative;
      width: auto; }
      #mobile-menu ul li {
        background-color: #2b497d;
        height: auto;
        width: auto;
        padding: 0 0;
        border-bottom: 1px solid #243e6a; }
        #mobile-menu ul li a {
          color: white;
          display: block;
          height: auto;
          width: 100%;
          padding: 5vh 2vw;
          font-size: .8rem;
          font-weight: normal;
          font-style: normal; }

  #mobile-menu-content ul {
    display: block;
    position: relative;
    height: auto;
    width: auto; }
  #mobile-menu-content li {
    display: block;
    position: relative;
    height: auto;
    width: auto; }
  #mobile-menu-content a {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    padding: 5vh 0 5vh 8%;
    color: #ffffff;
    font-size: 1.75rem;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none; }

  #mobile-menu-content ul li ul {
    display: block;
    position: relative;
    height: 0px;
    padding: 0;
    -webkit-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    #mobile-menu-content ul li ul.tab-active {
      height: auto;
      -webkit-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    #mobile-menu-content ul li ul li {
      background-color: transparent;
      padding: 0;
      height: auto; }
      #mobile-menu-content ul li ul li a {
        color: #ffffff;
        background-color: #1e3357;
        display: block;
        position: relative;
        font-size: .75rem;
        font-weight: 400;
        height: auto;
        width: 100%;
        padding: 1rem 0 1rem 8%;
        pointer-events: all;
        text-transform: none; }
    #mobile-menu-content ul li ul li:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }

  #mobile-menu-content ul .sub-menu li {
    background-color: transparent;
    padding: 0;
    height: auto; }
  #mobile-menu-content ul .sub-menu a::before {
    height: 1rem;
    width: 1rem;
    background-image: url("img/svg/custom_slider_arrows/regular_slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  /* ==============================================================================
  *  Global Content Wrappers
  ============================================================================== */
  .content-wrapper {
    width: 85%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto; }
    .content-wrapper .absolute-inner-content-wrapper {
      display: block;
      position: absolute;
      z-index: 2;
      top: 55%;
      left: 0;
      transform: translateY(-50%); }

  #content-section {
    display: block;
    position: relative;
    overflow: auto;
    height: auto;
    width: auto;
    background-color: white; }

  /* ==============================================================================
  *  Main-Content
  ============================================================================== */
  #main-content {
    display: block;
    position: relative;
    right: 0;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #main-content.menu-active {
      right: 45vw;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  body.menu-active {
    margin-right: 45vw;
    overflow: hidden; }

  .full-section-wrapper {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative; }

  .half-section-wrapper {
    height: 50vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .third-section-wrapper {
    height: 33.33vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fourth-section-wrapper {
    height: 25vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .three-fourths-section-wrapper {
    height: 75vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fluid-section-wrapper {
    height: auto;
    width: auto;
    overflow: auto;
    display: block;
    position: relative; }

  /* ==============================================================================
  *  Page Templates
  ============================================================================== */
  /* ======================================
  * Landing Page Template
  ======================================= */
  .landing-fma-section {
    display: block;
    position: relative;
    height: 85vh;
    width: 100%; }
    .landing-fma-section .fma-background-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: 0 auto; }

  .landing-fma-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }

  .fma-content-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 65%;
    left: 0;
    transform: translateY(-50%); }
    .fma-content-wrapper.post-fade {
      opacity: 1;
      top: 55%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-loading-track {
    height: 5px;
    width: 100%;
    background-color: #f2f2f2; }
    .fma-loading-track .fma-loading-bar {
      height: 100%;
      width: 0%;
      opacity: 0;
      -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      background-color: #315490; }
      .fma-loading-track .fma-loading-bar.post-fade {
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    margin: 2.5rem 0 2rem 0;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  .fma-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .fma-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 37%;
    margin: 0 0 3rem 0;
    padding: 1rem 0;
    color: #ffffff;
    background-color: #315490;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center;
    border-radius: .4rem; }
    .fma-link-btn:hover {
      background-color: #2b497d; }

  .fma-text-down-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    margin: 0 0 3rem 0;
    padding: 0;
    color: #000000;
    outline: 1px solid #000000;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .fma-text-down-btn:hover {
      color: #315490;
      background-color: #000000; }

  .fma-down-btn {
    display: block;
    position: relative;
    height: 4vh;
    width: 4vh;
    margin: 0;
    padding: 0;
    outline: 1px solid #000000;
    background-color: #000000; }
    .fma-down-btn:hover {
      outline: 1px solid #000000;
      background-color: #315490; }

  .fma-slider {
    height: 100%;
    width: 100%;
    background-color: white; }
    .fma-slider .slick-list,
    .fma-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .fma-slider .fma-slide {
      float: left;
      height: 100%;
      background-color: #efefef;
      outline: 1px solid black; }

  .fma-slide:focus {
    outline: none;
    border: none; }

  /* Dots */
  .fma-slider .slick-dots {
    visibility: hidden;
    position: absolute;
    width: auto;
    z-index: 1002;
    top: 70%;
    left: 5%;
    list-style: disc; }

  /* Arrows */
  .fma-slider .slick-prev,
  .fma-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .fma-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .fma-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  .section {
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-color: #efefef; }

  #section-1 {
    height: 60vh;
    width: 100%;
    padding: 4rem 0;
    background-color: #efefef; }

  .section-1-heading {
    display: block;
    position: relative;
    height: auto;
    width: 61%;
    color: #315490;
    font-size: 1.75rem;
    font-weight: bold;
    margin-right: none; }

  .section-1-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .section-1-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
    float: right;
    margin-top: -2.5%;
    padding: 1.25rem;
    border-radius: .4rem;
    color: #ffffff;
    background-color: #315490;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .section-1-link-btn:hover {
      cursor: pointer;
      background-color: #243e6a; }

  .section-1-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 70%;
    float: left;
    margin: 1.25rem 0;
    color: #666;
    font-size: .9rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25rem; }

  #section-2 {
    height: 55vh;
    width: 100%; }

  .section-2-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    color: #a8aa36;
    font-size: 2rem;
    font-weight: bold;
    float: left; }

  .section-2-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 43%;
    padding: 2.5rem 0 1rem 0;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5rem;
    clear: left; }

  .section-2-img-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    height: 70vh;
    width: auto;
    opacity: 0;
    visibility: hidden;
    right: 2%;
    bottom: 0;
    -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }
    .section-2-img-wrapper.animate-img {
      opacity: 1;
      visibility: visible;
      right: 0%;
      -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }

  .section-2-img {
    display: block;
    position: relative;
    height: 100%;
    width: auto; }

  #section-3 {
    height: 60vh;
    width: 100;
    background-color: #efefef;
    padding: 2.5% 0; }

  .section-3-heading {
    display: block;
    position: relative;
    height: 23%;
    padding: 2.5% 0 1% 0;
    margin-bottom: 8.5vh;
    color: #315490;
    font-size: 2rem;
    font-weight: bold; }

  .section-3-quote {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 94%;
    margin: -.35rem auto 0 1.5%;
    color: #8c8c8c;
    font-size: .7rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.25rem; }

  .quote-marks {
    display: block;
    position: relative;
    float: left;
    height: 8%;
    width: 4.5%;
    background-image: url(img/testimonial_imgs/quote_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-reference {
    color: #636363;
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: auto;
    margin-top: 1rem;
    font-size: .8rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.75rem; }

  #slider-section-content {
    display: block;
    position: relative;
    height: 80%;
    margin-top: 0; }

  .quote-slider {
    height: 100%;
    width: 100%; }
    .quote-slider .slick-list,
    .quote-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .quote-slider .quote-slide {
      float: left;
      height: 100%;
      background-color: transparent; }

  .quote-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .quote-slider .slick-prev,
  .quote-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .quote-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  /* ======================================
  * General Template Page Contents
  ======================================= */
  #fma-section {
    display: block;
    position: relative;
    height: 72vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  .template-content-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 5vh 0 5vh 0; }

  .template-sidebar-wrapper {
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: 100%;
    padding: 0 0 5vh 0; }

  .template-bottom-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 8vh auto;
    margin: 0 0 10vh 0;
    overflow: auto; }

  .heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2.5vh 0;
    padding-top: 2.5vh;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
    color: #a8aa36; }

  .sub-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 2.5vh 0 2vh;
    padding: 0 0 0 0;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2rem;
    color: #315490; }

  .paragraph {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 1vh 0 5vh 0;
    padding: 0;
    float: left;
    font-size: .8rem;
    font-style: normal;
    font-weight: lighter;
    line-height: 1.5rem;
    color: #666; }
    .paragraph ul {
      list-style: disc; }
      .paragraph ul li {
        display: list-item;
        list-style: disc;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: .8rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ul a {
        color: #315490; }
    .paragraph ol {
      list-style: decimal; }
      .paragraph ol li {
        display: list-item;
        list-style: decimal;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: .8rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ol a {
        color: #315490; }

  .video {
    display: block;
    position: relative;
    height: 96vh;
    width: auto;
    margin: 5vh auto 5vh auto; }
    .video iframe {
      height: 100%;
      width: 100%; }

  .img-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 auto 5vh auto; }

  .img {
    display: block;
    position: relative;
    height: auto;
    width: 35vw; }

  .tab-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 0%;
    width: 100%;
    padding: 2.5vh;
    margin: 2.5vh 0 2.5vh 0;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper.tab-active {
      height: 100%;
      background-color: transparent;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      cursor: default; }
    .tab-wrapper .tab-heading {
      display: inline-block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 0 0 0;
      padding: 0;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 2rem;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-heading.tab-active {
        height: auto;
        margin: 0 0 2.5vh 0;
        color: #315490;
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper .tab-btn {
      display: inline-block;
      position: absolute;
      right: 5%;
      top: 5vh;
      width: 4vh;
      height: 4vh;
      background-color: #ccc;
      color: #ffffff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 300ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-btn.tab-active {
        top: 5vh;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); }
    .tab-wrapper .tab-info {
      display: none;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 0 5vh 0;
      padding: 0;
      font-size: 1rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.7rem;
      color: #666;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 100ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-info.tab-active {
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -moz-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -o-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s; }

  .object-wrapper {
    display: block;
    position: relative;
    height: auto;
    margin: 7rem 0;
    width: 100%;
    border-radius: 1.5rem; }
    .object-wrapper .object-text {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem;
      font-size: 1rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.5rem;
      color: #ffffff; }
      .object-wrapper .object-text a {
        color: #ffffff;
        font-size: 1.25rem; }
    .object-wrapper .object-sub-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 1.2rem 1.8rem 1rem 1.8rem;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }
    .object-wrapper .object-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem 2rem 1.8rem;
      font-size: 1rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }

  /* ======================================
  * About Page Template
  ======================================= */
  #slider-section {
    margin: 0 auto;
    height: auto;
    padding: 5vh 0; }

  #slider-section-content {
    display: block;
    position: relative;
    background-color: transparent; }

  .director-slider {
    height: 21rem;
    width: 100%; }
    .director-slider .slick-list,
    .director-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .director-slider .director-slide {
      float: left;
      height: 100%;
      background-color: transparent;
      border-left: 1px solid #ccc; }

  .director-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .director-slider .slick-prev,
  .director-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 12vh;
    width: 8vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .director-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 102%; }

  .director-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 102%; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev:before {
    content: "→"; }

  .slick-next:before {
    content: "←"; }

  .slider-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 13vh 0;
    padding: 0;
    font-size: 2rem;
    font-style: normal;
    font-weight: bold;
    line-height: 3rem;
    color: #a8aa36; }

  .board-name {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    color: #666; }

  .board-position {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .extra-info-line {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .board-img {
    display: block;
    position: relative;
    height: 13rem;
    width: 80%;
    border-radius: 0.5rem;
    margin: 1.25rem auto; }

  #staff-section {
    display: block;
    position: relative;
    margin: 12vh auto 0 auto;
    padding: 5vh 0;
    background-color: #efefef;
    overflow: auto; }

  .staff-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2.5vh 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #315490; }

  .staff-content-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
    margin: 0 3.33% 0 0;
    float: left;
    font-size: 1rem; }

  .staff-pic {
    display: block;
    position: relative;
    height: 57vh;
    width: 100%;
    border-radius: 1.5rem; }

  .staff-info-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    padding: .5rem 0;
    border-left: 1px solid #ccc; }
    .staff-info-wrapper .staff-name {
      display: block;
      position: relative;
      margin: 0 0 .5rem 1rem;
      color: #666;
      font-weight: bold; }
    .staff-info-wrapper .staff-position {
      display: block;
      position: relative;
      margin: 0 0 .5rem 1rem;
      color: #666;
      font-weight: lighter;
      font-style: italic; }
    .staff-info-wrapper .contact-btn {
      display: block;
      position: relative;
      margin: 0 0 .5rem 1rem;
      color: #315490;
      font-weight: lighter; }

  .sidebar-contact-info-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: -5vh auto 0 auto;
    padding: 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .sidebar-contact-info-wrapper .sidebar-heading {
      margin: 5vh auto 2.5vh 2.5%;
      color: #315490;
      font-size: 1.25rem;
      font-weight: normal; }
    .sidebar-contact-info-wrapper .sidebar-link {
      display: block;
      position: relative;
      margin: 0 0 2.5vh 2.5%;
      color: #5f86c8;
      font-weight: lighter; }
    .sidebar-contact-info-wrapper .sidebar-text {
      display: block;
      position: relative;
      margin: 0 0 2vh 2.5%;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  /* ======================================
  * Donor Page Template
  ======================================= */
  /* ======================================
  * News Page Template
  ======================================= */
  #news-fma-section {
    display: block;
    position: relative;
    height: 72vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  #news-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #news-fma-background .news-fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%;
      background-image: url("img/background_img_wheat.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

  #news-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .news-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #news-section {
    height: auto; }

  .news-section-content {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 5vh 0 0 0; }

  .news-feed-post {
    display: block;
    position: relative;
    height: auto;
    float: left;
    width: 100%;
    margin: 0 0 2rem 0; }
    .news-feed-post .feed-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2.5vh 0 1.5vh 0;
      color: #315490;
      line-height: 2rem;
      font-size: 1.75rem;
      font-weight: lighter;
      font-style: normal; }
    .news-feed-post .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 2rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post .feed-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75vh 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 3vh 0;
      color: #999999;
      font-size: .8rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
    .news-feed-post .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 2.5vh 0; }

  .view-full-post-btn {
    display: inline-block;
    margin: 2vh 0 0 0;
    height: auto;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .feed-achor-btn {
    display: inline-block;
    margin: 0 0 0 0;
    height: auto;
    color: #454545;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .view-full-post-btn:hover, .feed-achor-btn:hover {
    color: #243e6a; }

  .news-post-menu {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    margin: 0 auto 5vh 0;
    padding: 2.5vh 0 5vh 0;
    border-left: 1px solid #efefef; }

  #recent_news_sidebar {
    position: relative;
    height: auto;
    width: 90%;
    background-color: transparent;
    float: right;
    z-index: 150; }
    #recent_news_sidebar h2 {
      margin: 0 0 2.5% 0;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    #recent_news_sidebar ul {
      height: auto;
      width: auto;
      display: block; }
    #recent_news_sidebar li {
      height: auto;
      width: 95%;
      display: block;
      margin: 0;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75); }
    #recent_news_sidebar li:first-child {
      padding: 0; }
    #recent_news_sidebar a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.4rem 0;
      text-align: left;
      color: #666; }
      #recent_news_sidebar a:hover {
        color: #315490; }

  .pagination {
    margin: 3rem auto; }

  .nav-previous a, .nav-next a {
    color: #5f86c8;
    text-decoration: none; }
    .nav-previous a:hover, .nav-next a:hover {
      color: #243e6a; }

  /* ======================================
  * Post Template
  ======================================= */
  .post-content-wrapper {
    margin-bottom: 3rem; }
    .post-content-wrapper .post-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 6vh 0 1.5vh 0;
      color: #315490;
      font-size: 2rem;
      font-weight: lighter;
      font-style: normal; }
    .post-content-wrapper .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .post-content-wrapper .post-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75vh 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .post-content-wrapper h1, .post-content-wrapper h2 {
      color: #315490;
      margin-bottom: 1rem;
      margin-top: 1.5rem; }
    .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6 {
      color: #999999;
      font-weight: bold;
      font-style: normal;
      line-height: 1rem;
      margin-bottom: .5rem;
      margin-top: 1rem; }
    .post-content-wrapper p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2rem 0 0 0;
      color: #999999;
      font-size: .8rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .post-content-wrapper ul {
      margin: 2rem auto 2rem 1.5rem; }
      .post-content-wrapper ul li {
        list-style-type: disc;
        color: #999999;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ul li a {
          color: #5f86c8;
          font-size: 1rem;
          font-weight: lighter;
          font-style: normal;
          line-height: 1.75rem; }
          .post-content-wrapper ul li a:hover {
            color: #243e6a; }
    .post-content-wrapper ol li {
      list-style-type: decimal;
      color: #999999;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ol li a {
        color: #5f86c8;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ol li a:hover {
          color: #243e6a; }
    .post-content-wrapper .back-btn {
      font-size: .8rem;
      font-weight: lighter;
      color: #5f86c8;
      margin-bottom: 5vh; }
      .post-content-wrapper .back-btn:hover {
        color: #315490; }
    .post-content-wrapper .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 7.5vh 0; }

  /* ======================================
  * How We Invest Page Template
  ======================================= */
  .table-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto; }
    .table-content-wrapper .table-title {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto; }
    .table-content-wrapper .table-image {
      display: block;
      position: relative;
      height: 27vh;
      width: 100%; }

  .b-img-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 3vh 0 0 0; }
    .b-img-content-wrapper .b-img-caption {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto;
      font-size: .8rem;
      line-height: 2rem; }
    .b-img-content-wrapper .b-image-link-wrapper {
      display: block;
      position: relative;
      height: 70vh;
      width: 100%; }

  /* ======================================
  * Contact Page Template
  ======================================= */
  #contact-fma-section {
    display: block;
    position: relative;
    height: 72vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  #contact-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #contact-fma-background .fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%; }

  #contact-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .contact-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #contact-info-section {
    height: auto; }

  .contact-info-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 10vh 0; }
    .contact-info-wrapper .contact-info-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .8rem;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 1.75rem; }
    .contact-info-wrapper .address-wrapper h3, .contact-info-wrapper .phone-num-wrapper h3, .contact-info-wrapper .fax-num-wrapper h3 {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .5rem;
      color: #666;
      font-size: .8rem;
      font-style: normal;
      font-weight: lighter; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 80%;
      margin-top: 1rem;
      margin-bottom: .5rem;
      color: #315490;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.25rem; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-name {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .65rem;
      color: #666;
      font-size: .8rem;
      font-style: normal;
      font-weight: bold; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-title {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      color: #666;
      font-size: .8rem;
      font-weight: lighter; }

  .contact-form-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    padding: 5vh 0;
    background-color: transparent; }

  #gform_wrapper_1 {
    margin: 0;
    padding: 0;
    width: 100%; }

  .gform_wrapper {
    padding: 0; }
    .gform_wrapper li {
      display: block;
      position: relative;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  .ginput_container_name > span label {
    display: none; }

  .gfield input, .gfield textarea {
    width: 100%;
    margin: .5rem 0 2rem 0;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #efefef; }
    .gfield input:focus, .gfield textarea:focus {
      background-color: #BBB; }

  .gfield_required {
    color: #315490; }

  .form-checkbox-input {
    margin: 0 0 1.25rem 0; }

  #choice_1_5_1, #choice_1_5_2, #choice_1_5_3, #choice_1_5_4, #choice_1_5_5, #choice_1_5_6 {
    width: auto;
    height: auto;
    margin: .5rem .5rem .5rem 1rem; }

  #choice_1_5_1 {
    margin-top: 1.25rem; }

  #gform_submit_button_1 {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .75rem 2rem;
    border-radius: .35rem;
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #315490; }
    #gform_submit_button_1:hover {
      background-color: #243e6a; }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none; }

  /* ==============================================================================
  * Footer
  ============================================================================== */
  footer {
    display: block;
    position: relative;
    float: left;
    height: 10vh;
    width: 100%;
    background-color: #ffffff;
    outline: 1px solid #efefef; }

  .sm-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .sm-wrapper .social-icon {
      display: inline-block;
      background-color: transparent;
      fill: #666;
      padding: .25rem;
      margin: 0; }
    .sm-wrapper .social-icons a:first-child {
      margin-left: 0; }
    .sm-wrapper .social-icons a:last-child {
      margin-right: 0; }

  .icon-facebook, .icon-youtube, .icon-linkedin, .icon-twitter, .icon-google-plus {
    height: 1rem;
    width: 1rem; }

  .copy-right-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent; }
    .copy-right-wrapper .copy-right-text {
      display: inline;
      position: relative;
      font-size: .5rem;
      font-weight: lighter;
      font-style: normal;
      color: #666; }

  /*MOBILE-LARGE LANDSCAPE STYLES END*/ }
/*---------------MOBILE BREAPOINT STYLES:LARGE---------END---*/
/*---------------TABLET BREAPOINT STYLES---------------*/
/*TABLET - PORTAIT*/
@media only screen and (min-width: 768px) and (max-width: 1029px) and (orientation: portrait) {
  /* ==========================================================================
  * Main Styles
  ========================================================================== */
  /* ======================================
  * Pre-loader Overlay
  ======================================= */
  #preloader-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1081;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper.pre-load-finish {
      opacity: 0;
      visibility: hidden;
      height: 99vh;
      width: 99vw;
      -webkit-filter: blur(100px);
      -moz-filter: blur(100px);
      -o-filter: blur(100px);
      -ms-filter: blur(100px);
      filter: blur(100px);
      -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper .loading-text {
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  /* ======================================
  * Header - Main Navagation
  ======================================= */
  #main-nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1080;
    background-color: #a8aa36;
    border-top: 5px solid #315490;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #main-nav.menu-active {
      right: 45vw;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .main-nav-menu-wrapper {
    height: 9vh;
    width: 100%;
    background-color: transparent;
    display: block;
    position: relative;
    margin: -5px auto 0 auto;
    float: right; }
    .main-nav-menu-wrapper .site-logo {
      height: auto;
      width: 33%;
      left: 0;
      top: 54%;
      transform: translateY(-50%);
      position: absolute;
      display: inline-block; }
    .main-nav-menu-wrapper ul {
      display: none;
      font-size: .8em;
      font-weight: lighter;
      text-align: right; }
      .main-nav-menu-wrapper ul li {
        display: inline-block;
        height: auto;
        width: auto;
        margin: 0;
        margin-left: 2rem; }
        .main-nav-menu-wrapper ul li a {
          display: block;
          height: auto;
          width: auto;
          padding: 4rem 0 2.25rem 0;
          border-top: 5px solid transparent;
          cursor: pointer;
          color: #ffffff;
          background-color: transparent;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .main-nav-menu-wrapper ul li a:hover {
            border-top: 5px solid #ffffff; }
    .main-nav-menu-wrapper li:last-child {
      margin-right: 0px; }

  /* ======================================
  * Sub Menu
  ======================================= */
  .main-nav-menu-wrapper ul li ul {
    display: none;
    position: absolute;
    width: 18%;
    height: auto;
    margin-top: 0px;
    margin-left: -3.25%;
    border-top: 3px solid #315490;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
    .main-nav-menu-wrapper ul li ul li {
      display: block;
      float: left;
      width: 100%;
      height: auto;
      text-align: left;
      border-top: 0px;
      border-bottom: 1px solid #f2f2f2;
      margin-left: 0px; }
    .main-nav-menu-wrapper ul li ul li:last-child {
      border-bottom: none; }
    .main-nav-menu-wrapper ul li ul a {
      height: auto;
      width: auto;
      margin: 0;
      padding: 1rem 2rem;
      font-size: .8rem;
      font-weight: lighter;
      color: #315490;
      background-color: #ffffff;
      border-top: 0px; }
      .main-nav-menu-wrapper ul li ul a:hover {
        border-top: 0px;
        background-color: #f2f2f2;
        -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

  .main-nav-menu-wrapper ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

  /* ======================================
  * Side Bar Menus
  ======================================= */
  #donor_sidebar, #grant_seekers_sidebar, #parish_agencies_sidebar, #invest_sidebar, #impact_sidebar, #impact_sidebar_2 {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    #donor_sidebar h2, #grant_seekers_sidebar h2, #parish_agencies_sidebar h2, #invest_sidebar h2, #impact_sidebar h2, #impact_sidebar_2 h2 {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal; }
    #donor_sidebar ul, #grant_seekers_sidebar ul, #parish_agencies_sidebar ul, #invest_sidebar ul, #impact_sidebar ul, #impact_sidebar_2 ul {
      height: auto;
      width: auto;
      display: block; }
    #donor_sidebar li, #grant_seekers_sidebar li, #parish_agencies_sidebar li, #invest_sidebar li, #impact_sidebar li, #impact_sidebar_2 li {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75); }
    #donor_sidebar li:first-child, #grant_seekers_sidebar li:first-child, #parish_agencies_sidebar li:first-child, #invest_sidebar li:first-child, #impact_sidebar li:first-child, #impact_sidebar_2 li:first-child {
      padding: 0; }
    #donor_sidebar a, #grant_seekers_sidebar a, #parish_agencies_sidebar a, #invest_sidebar a, #impact_sidebar a, #impact_sidebar_2 a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1rem 0;
      text-align: left;
      color: #666; }
      #donor_sidebar a:hover, #grant_seekers_sidebar a:hover, #parish_agencies_sidebar a:hover, #invest_sidebar a:hover, #impact_sidebar a:hover, #impact_sidebar_2 a:hover {
        color: #315490; }

  /* ======================================
  * Side Bar- Report Menu
  ======================================= */
  .report-menu {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .report-menu .report-menu-heading {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    .report-menu .pdf-btn, .report-menu .web-btn {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75);
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.4rem 0;
      text-align: left;
      color: #666; }
      .report-menu .pdf-btn:hover, .report-menu .web-btn:hover {
        color: #315490; }

  /* ======================================
  * Mobile Menu
  ======================================= */
  #hamburger-icon {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0%;
    transform: translateY(75%);
    width: auto;
    height: auto;
    background-color: transparent;
    cursor: pointer; }

  .line {
    width: 2.25rem;
    height: .25rem;
    background-color: white;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .line:nth-child(2) {
    margin: .6rem auto; }

  .hamburger:hover {
    cursor: pointer; }

  #hamburger-icon.menu-active .line:nth-child(1),
  #hamburger-icon.menu-active .line:nth-child(3) {
    width: 1.75rem; }

  #hamburger-icon.menu-active .line:nth-child(2) {
    width: 2.75rem; }

  #hamburger-icon.menu-active .line:nth-child(1) {
    -webkit-transform: translateX(0.9rem) translateY(0.3rem) rotate(45deg);
    -ms-transform: translateX(0.9rem) translateY(0.3rem) rotate(45deg);
    -o-transform: translateX(0.9rem) translateY(0.3rem) rotate(45deg);
    transform: translateX(0.9rem) translateY(0.3rem) rotate(45deg); }

  #hamburger-icon.menu-active .line:nth-child(3) {
    -webkit-transform: translateX(0.9rem) translateY(25rem) rotate(-45deg);
    -ms-transform: translateX(0.9rem) translateY(-0.25rem) rotate(-45deg);
    -o-transform: translateX(0.9rem) translateY(-0.25rem) rotate(-45deg);
    transform: translateX(0.9rem) translateY(-0.25rem) rotate(-45deg); }

  #mobile-menu {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -45vw;
    width: 45vw;
    height: 100vh;
    border-top: 5px solid #243e6a;
    border-left: 3px solid #243e6a;
    background-color: #243e6a;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: auto; }
    #mobile-menu.menu-active {
      right: 0;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #mobile-menu ul {
      display: block;
      position: relative;
      width: auto; }
      #mobile-menu ul li {
        background-color: #30538e;
        height: auto;
        width: auto;
        outline: 2px solid #243e6a; }
        #mobile-menu ul li a {
          color: white;
          height: auto;
          display: block;
          width: 100%;
          padding: 4.3vh 2vw;
          font-size: 1.5rem;
          font-weight: normal;
          font-style: normal; }

  #mobile-menu-content ul {
    display: block;
    position: relative;
    height: auto;
    width: auto; }
  #mobile-menu-content li {
    display: block;
    position: relative;
    height: auto;
    width: auto; }
  #mobile-menu-content a {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    padding: 5vh 0 5vh 8%;
    color: #ffffff;
    font-size: 1.75rem;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none; }

  #mobile-menu-content ul li ul {
    display: block;
    position: relative;
    height: 0px;
    padding: 0;
    -webkit-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    #mobile-menu-content ul li ul.tab-active {
      height: auto;
      -webkit-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: height 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    #mobile-menu-content ul li ul li {
      background-color: transparent;
      padding: 0;
      height: auto; }
      #mobile-menu-content ul li ul li a {
        color: #ffffff;
        background-color: #1e3357;
        display: block;
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        height: auto;
        width: 100%;
        padding: 1rem 0 1rem 8%;
        pointer-events: all;
        text-transform: none; }
    #mobile-menu-content ul li ul li:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }

  #mobile-menu-content ul .sub-menu li {
    background-color: transparent;
    padding: 0;
    height: auto; }
  #mobile-menu-content ul .sub-menu a::before {
    height: 1rem;
    width: 1rem;
    background-image: url("img/svg/custom_slider_arrows/regular_slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  /* ==============================================================================
  *  Global Content Wrappers
  ============================================================================== */
  .content-wrapper {
    width: 78%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto; }
    .content-wrapper .absolute-inner-content-wrapper {
      display: block;
      position: absolute;
      z-index: 2;
      top: 55%;
      left: 0;
      transform: translateY(-50%); }

  #content-section {
    display: block;
    position: relative;
    overflow: auto;
    height: auto;
    width: auto;
    background-color: white; }

  /* ==============================================================================
  *  Main-Content
  ============================================================================== */
  #main-content {
    display: block;
    position: relative;
    right: 0;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #main-content.menu-active {
      right: 45vw;
      -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  body.menu-active {
    margin-right: 45vw;
    overflow: hidden; }

  .full-section-wrapper {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative; }

  .half-section-wrapper {
    height: 50vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .third-section-wrapper {
    height: 33.33vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fourth-section-wrapper {
    height: 25vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .three-fourths-section-wrapper {
    height: 75vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fluid-section-wrapper {
    height: auto;
    width: auto;
    overflow: auto;
    display: block;
    position: relative; }

  /* ==============================================================================
  *  Page Templates
  ============================================================================== */
  /* ======================================
  * Landing Page Template
  ======================================= */
  .landing-fma-section {
    display: block;
    position: relative;
    height: 43vh;
    width: 100%; }
    .landing-fma-section .fma-background-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: 0 auto; }

  .landing-fma-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }

  .fma-content-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 65%;
    left: 0;
    transform: translateY(-50%); }
    .fma-content-wrapper.post-fade {
      opacity: 1;
      top: 55%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-loading-track {
    height: 5px;
    width: 100%;
    background-color: #f2f2f2; }
    .fma-loading-track .fma-loading-bar {
      height: 100%;
      width: 0%;
      opacity: 0;
      -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      background-color: #315490; }
      .fma-loading-track .fma-loading-bar.post-fade {
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  .fma-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .fma-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 27%;
    margin: 0 0 3rem 0;
    padding: 1rem 0;
    color: #ffffff;
    background-color: #315490;
    font-size: 1.25rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center;
    border-radius: .4rem; }
    .fma-link-btn:hover {
      background-color: #2b497d; }

  .fma-text-down-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    margin: 0 0 3rem 0;
    padding: 0;
    color: #000000;
    outline: 1px solid #000000;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .fma-text-down-btn:hover {
      color: #315490;
      background-color: #000000; }

  .fma-down-btn {
    display: block;
    position: relative;
    height: 4vh;
    width: 4vh;
    margin: 0;
    padding: 0;
    outline: 1px solid #000000;
    background-color: #000000; }
    .fma-down-btn:hover {
      outline: 1px solid #000000;
      background-color: #315490; }

  .fma-slider {
    height: 100%;
    width: 100%;
    background-color: white; }
    .fma-slider .slick-list,
    .fma-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .fma-slider .fma-slide {
      float: left;
      height: 100%;
      background-color: #efefef;
      outline: 1px solid black; }

  .fma-slide:focus {
    outline: none;
    border: none; }

  /* Dots */
  .fma-slider .slick-dots {
    visibility: hidden;
    position: absolute;
    width: auto;
    z-index: 1002;
    top: 70%;
    left: 5%;
    list-style: disc; }

  /* Arrows */
  .fma-slider .slick-prev,
  .fma-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .fma-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .fma-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  .section {
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-color: transparent; }

  #section-1 {
    height: 24vh;
    width: 100%;
    padding: 3rem 0;
    background-color: #ffffff; }

  .section-1-heading {
    display: block;
    position: relative;
    height: auto;
    width: 60%;
    color: #315490;
    font-size: 2.25rem;
    font-weight: bold;
    margin-right: none; }

  .section-1-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .section-1-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
    float: right;
    margin-top: -2.5%;
    padding: 1.75rem;
    border-radius: .4rem;
    color: #ffffff;
    background-color: #315490;
    font-size: 1.15rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .section-1-link-btn:hover {
      cursor: pointer;
      background-color: #243e6a; }

  .section-1-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    float: left;
    margin: 2rem 0;
    color: #666;
    font-size: 1.1rem;
    font-weight: normal;
    font-style: normal;
    line-height: 2rem; }

  #section-2 {
    height: 31vh;
    width: 100%; }

  .section-2-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 1rem 0 0 0;
    color: #a8aa36;
    font-size: 2.5rem;
    font-weight: bold;
    float: left; }

  .section-2-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 54%;
    padding: 5rem 0 1rem 0;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: normal;
    font-style: normal;
    line-height: 2.4rem;
    clear: left; }

  .section-2-img-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    height: 24rem;
    width: auto;
    opacity: 1;
    visibility: visible;
    right: 4%;
    bottom: 0; }

  .section-2-img {
    display: block;
    position: relative;
    height: 100%;
    width: auto; }

  #section-3 {
    height: 32vh;
    width: 100;
    background-color: #efefef;
    padding: 2.5% 0; }

  .section-3-heading {
    display: block;
    position: relative;
    height: 16%;
    padding: 2.5% 0 7% 0;
    color: #315490;
    font-size: 2rem;
    font-weight: bold; }

  .section-3-quote {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 92%;
    margin: -.35rem auto 0 2%;
    color: #8c8c8c;
    font-size: 1rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.75rem; }

  .quote-marks {
    display: block;
    position: relative;
    float: left;
    height: 7%;
    width: 6%;
    background-image: url(img/testimonial_imgs/quote_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-reference {
    color: #636363;
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: auto;
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.75rem; }

  #slider-section-content {
    display: block;
    position: relative;
    height: 70%;
    margin-top: 0; }

  .quote-slider {
    height: 100%;
    width: 100%; }
    .quote-slider .slick-list,
    .quote-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .quote-slider .quote-slide {
      float: left;
      height: 100%;
      background-color: transparent; }

  .quote-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .quote-slider .slick-prev,
  .quote-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .quote-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -11%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -11%; }

  .slick-next:before {
    content: "←"; }

  /* ======================================
  * General Template Page Contents
  ======================================= */
  #fma-section {
    display: block;
    position: relative;
    height: 35vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  .template-content-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 8vh 0; }

  .template-sidebar-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 0 0 7rem 0; }

  .template-bottom-content-wrapper {
    display: block;
    position: relative;
    clear: left;
    width: 100%;
    height: auto;
    padding: 8vh auto;
    margin: 0 0 10vh 0;
    overflow: auto; }

  .heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2vh 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #a8aa36; }

  .sub-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 2.5vh 0 2vh;
    padding: 0 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #315490; }

  .paragraph {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 1vh 0 2vh 0;
    padding: 0;
    float: left;
    font-size: 1rem;
    font-style: normal;
    font-weight: lighter;
    line-height: 1.7rem;
    color: #666; }
    .paragraph ul {
      list-style: disc; }
      .paragraph ul li {
        display: list-item;
        list-style: disc;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ul a {
        color: #315490; }
    .paragraph ol {
      list-style: decimal; }
      .paragraph ol li {
        display: list-item;
        list-style: decimal;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ol a {
        color: #315490; }

  .video {
    display: block;
    position: relative;
    height: 30vh;
    width: auto;
    margin: 5vh auto 5vh auto; }
    .video iframe {
      height: 100%;
      width: 100%; }

  .img-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 auto 5vh auto; }

  .img {
    display: block;
    position: relative;
    height: 40vh;
    width: auto; }

  .tab-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 0%;
    width: 100%;
    padding: 1rem;
    margin: .5rem 0;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper.tab-active {
      height: 100%;
      background-color: transparent;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      cursor: default; }
    .tab-wrapper .tab-heading {
      display: inline-block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 0 0 0;
      padding: 0;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.5rem;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-heading.tab-active {
        height: auto;
        margin: 0 0 2.5vh 0;
        color: #315490;
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper .tab-btn {
      display: inline-block;
      position: absolute;
      right: 5%;
      top: 1rem;
      width: 2vh;
      height: 2vh;
      background-color: #ccc;
      color: #ffffff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 300ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-btn.tab-active {
        top: 1rem;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); }
    .tab-wrapper .tab-info {
      display: none;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 0 5vh 0;
      padding: 0;
      font-size: 1rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.7rem;
      color: #666;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 100ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-info.tab-active {
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -moz-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -o-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s; }

  .object-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 1.5rem; }
    .object-wrapper .object-text {
      display: block;
      position: relative;
      width: 98%;
      height: auto;
      margin: 0 auto;
      padding: 1rem 1.8rem;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.5rem;
      color: #ffffff; }
      .object-wrapper .object-text a {
        color: #ffffff;
        font-size: 1.25rem; }
    .object-wrapper .object-sub-heading {
      display: block;
      position: relative;
      width: 97%;
      height: auto;
      margin: 0 auto;
      padding: 2.2rem 1.8rem 1rem 1.8rem;
      font-size: 1.75rem;
      font-weight: bold;
      line-height: 1.75rem;
      color: #a8aa36; }
    .object-wrapper .object-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 1rem 1.8rem 2rem 1.8rem;
      font-size: 2rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }

  /* ======================================
  * About Page Template
  ======================================= */
  #slider-section {
    margin: 0 auto;
    padding: 5vh 0; }

  #slider-section-content {
    display: block;
    position: relative;
    background-color: transparent; }

  .director-slider {
    height: auto;
    width: 100%; }
    .director-slider .slick-list,
    .director-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .director-slider .director-slide {
      float: left;
      height: 100%;
      background-color: transparent;
      border-left: 1px solid #ccc; }

  .director-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .director-slider .slick-prev,
  .director-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 12vh;
    width: 6vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .director-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 100%; }

  .director-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 100%; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev:before {
    content: "→"; }

  .slick-next:before {
    content: "←"; }

  .slider-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 5vh 0;
    padding: 0;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: bold;
    line-height: 3.5rem;
    color: #a8aa36; }

  .board-name {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    color: #666; }

  .board-position {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .extra-info-line {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .board-img {
    display: block;
    position: relative;
    height: 8rem;
    width: 6rem;
    border-radius: 0.5rem;
    margin: 1.25rem auto; }

  #staff-section {
    display: block;
    position: relative;
    margin: 12vh auto 0 auto;
    padding: 5vh 0;
    background-color: #efefef;
    overflow: auto; }

  .staff-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2.5vh 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #315490; }

  .staff-content-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
    margin: 0 3.33% 0 0;
    float: left;
    font-size: 1rem; }

  .staff-pic {
    display: block;
    position: relative;
    height: 25vh;
    width: 100%;
    border-radius: 2rem; }

  .staff-info-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    padding: .5rem 0;
    border-left: 1px solid #ccc; }
    .staff-info-wrapper .staff-name {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #666;
      font-weight: bold; }
    .staff-info-wrapper .staff-position {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #666;
      font-weight: lighter;
      font-style: italic; }
    .staff-info-wrapper .contact-btn {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #315490;
      font-weight: lighter; }

  .sidebar-contact-info-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: -5vh auto 0 auto;
    padding: 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .sidebar-contact-info-wrapper .sidebar-heading {
      margin: 5vh auto 2.5vh 10%;
      color: #315490;
      font-size: 1.25rem;
      font-weight: normal; }
    .sidebar-contact-info-wrapper .sidebar-link {
      display: block;
      position: relative;
      margin: 0 0 2.5vh 10%;
      color: #5f86c8;
      font-weight: lighter; }
    .sidebar-contact-info-wrapper .sidebar-text {
      display: block;
      position: relative;
      margin: 0 0 2vh 10%;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  /* ======================================
  * Donor Page Template
  ======================================= */
  /* ======================================
  * News Page Template
  ======================================= */
  #news-fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 8vh 0 0 0; }

  #news-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #news-fma-background .news-fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%;
      background-image: url("img/background_img_wheat.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

  #news-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .news-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #news-section {
    height: auto; }

  .news-section-content {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding: 5vh 0; }

  .news-feed-post {
    display: block;
    position: relative;
    height: auto;
    width: 95%;
    margin: 0 0 5vh 0; }
    .news-feed-post .feed-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2.5vh 0 1.5vh 0;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    .news-feed-post .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 2rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post .feed-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75vh 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 0 0;
      color: #999999;
      font-size: .8rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
    .news-feed-post .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 7.5vh 0; }

  .view-full-post-btn {
    display: inline-block;
    margin: 1vh 0 0 60%;
    height: auto;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .feed-achor-btn {
    display: inline-block;
    margin: 0 0 0 0;
    height: auto;
    color: #454545;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .view-full-post-btn:hover, .feed-achor-btn:hover {
    color: #243e6a; }

  .news-post-menu {
    display: block;
    position: relative;
    float: right;
    height: 100%;
    width: 100%;
    margin: 0 0 4rem 0;
    padding: 1vh 0;
    border-left: 1px solid #efefef; }

  #recent_news_sidebar {
    position: relative;
    height: auto;
    width: 90%;
    background-color: transparent;
    float: right;
    z-index: 150; }
    #recent_news_sidebar h2 {
      margin: 0 0 2.5% 0;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    #recent_news_sidebar ul {
      height: auto;
      width: auto;
      display: block; }
    #recent_news_sidebar li {
      height: auto;
      width: 95%;
      display: block;
      margin: 0;
      border-bottom: 1px solid rgba(204, 204, 204, 0.75); }
    #recent_news_sidebar li:first-child {
      padding: 0; }
    #recent_news_sidebar a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.4rem 0;
      text-align: left;
      color: #666; }
      #recent_news_sidebar a:hover {
        color: #315490; }

  .nav-previous a, .nav-next a {
    color: #5f86c8;
    text-decoration: none; }
    .nav-previous a:hover, .nav-next a:hover {
      color: #243e6a; }

  /* ======================================
  * Post Template
  ======================================= */
  .post-content-wrapper .post-title {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 3vh 0 1.5vh 0;
    color: #315490;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }
  .post-content-wrapper .author-name {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 .75rem 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper .post-info {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 .75vh 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper h1, .post-content-wrapper h2 {
    color: #315490;
    margin-bottom: 1rem;
    margin-top: 1.5rem; }
  .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6 {
    color: #999999;
    font-weight: bold;
    font-style: normal;
    line-height: 1rem;
    margin-bottom: .5rem;
    margin-top: 1rem; }
  .post-content-wrapper p {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 2rem 0 0 0;
    color: #999999;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.75rem; }
  .post-content-wrapper ul {
    margin: 2rem auto 2rem 1.5rem; }
    .post-content-wrapper ul li {
      list-style-type: disc;
      color: #999999;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ul li a {
        color: #5f86c8;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ul li a:hover {
          color: #243e6a; }
  .post-content-wrapper ol li {
    list-style-type: decimal;
    color: #999999;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.75rem; }
    .post-content-wrapper ol li a {
      color: #5f86c8;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ol li a:hover {
        color: #243e6a; }
  .post-content-wrapper .back-btn {
    font-size: .8rem;
    font-weight: lighter;
    color: #5f86c8;
    margin-bottom: 5vh; }
    .post-content-wrapper .back-btn:hover {
      color: #315490; }
  .post-content-wrapper .post-line {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 1.5vh 0 7.5vh 0; }

  /* ======================================
  * How We Invest Page Template
  ======================================= */
  .table-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto; }
    .table-content-wrapper .table-title {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: center;
      color: #666;
      margin: 5vh auto 1vh auto; }
    .table-content-wrapper .table-image {
      display: block;
      position: relative;
      height: 12rem;
      width: 100%; }

  .b-img-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0; }
    .b-img-content-wrapper .b-img-caption {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto;
      font-size: 1rem;
      line-height: 2rem; }
    .b-img-content-wrapper .b-image-link-wrapper {
      display: block;
      position: relative;
      height: 18rem;
      width: 100%; }

  /* ======================================
  * Contact Page Template
  ======================================= */
  #contact-fma-section {
    display: block;
    position: relative;
    height: 35vh;
    width: 100%;
    margin: 3vh 0 0 0; }

  #contact-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #contact-fma-background .fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%; }

  #contact-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .contact-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #contact-info-section {
    height: auto; }

  .contact-info-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 50%;
    padding: 10vh 0; }
    .contact-info-wrapper .contact-info-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .8rem;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 1.75rem; }
    .contact-info-wrapper .address-wrapper h3, .contact-info-wrapper .phone-num-wrapper h3, .contact-info-wrapper .fax-num-wrapper h3 {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .5rem;
      color: #666;
      font-size: .8rem;
      font-style: normal;
      font-weight: lighter; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 80%;
      margin-top: 1rem;
      margin-bottom: .5rem;
      color: #315490;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.25rem; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-name {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .65rem;
      color: #666;
      font-size: .8rem;
      font-style: normal;
      font-weight: bold; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-title {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      color: #666;
      font-size: .8rem;
      font-weight: lighter; }

  .contact-form-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 50%;
    padding: 10vh 0;
    background-color: transparent; }

  #gform_wrapper_1 {
    margin: 0;
    padding: 0;
    width: 100%; }

  .gform_wrapper {
    padding: 0; }
    .gform_wrapper li {
      display: block;
      position: relative;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  .ginput_container_name > span label {
    display: none; }

  .gfield input, .gfield textarea {
    width: 100%;
    margin: .5rem 0 2rem 0;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #efefef; }
    .gfield input:focus, .gfield textarea:focus {
      background-color: #BBB; }

  .gfield_required {
    color: #315490; }

  .form-checkbox-input {
    margin: 0 0 1.25rem 0; }

  #choice_1_5_1, #choice_1_5_2, #choice_1_5_3, #choice_1_5_4, #choice_1_5_5, #choice_1_5_6 {
    width: auto;
    height: auto;
    margin: .5rem .5rem .5rem 1rem; }

  #choice_1_5_1 {
    margin-top: 1.25rem; }

  #gform_submit_button_1 {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .75rem 2rem;
    border-radius: .35rem;
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #315490; }
    #gform_submit_button_1:hover {
      background-color: #243e6a; }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none; }

  /* ==============================================================================
  * Footer
  ============================================================================== */
  footer {
    display: block;
    position: relative;
    float: left;
    height: 10vh;
    width: 100%;
    background-color: #ffffff;
    outline: 1px solid #efefef; }

  .sm-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .sm-wrapper .social-icon {
      display: inline-block;
      background-color: transparent;
      fill: #666;
      padding: .5rem;
      margin: 0 .5rem; }
    .sm-wrapper .social-icons a:first-child {
      margin-left: 0; }
    .sm-wrapper .social-icons a:last-child {
      margin-right: 0; }

  .icon-facebook, .icon-youtube, .icon-linkedin, .icon-twitter, .icon-google-plus {
    height: 1.35rem;
    width: 1.35rem; }

  .copy-right-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent; }
    .copy-right-wrapper .copy-right-text {
      display: inline;
      position: relative;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      color: #666; }

  /*TABLET PORTRAIT STYLES END*/ }
/*TABLET - LANSCAPE*/
@media only screen and (min-width: 832px) and (max-width: 1039px) and (orientation: landscape) {
  /* ==========================================================================
  * Main Styles
  ========================================================================== */
  /* ======================================
  * Pre-loader Overlay
  ======================================= */
  #preloader-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1081;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper.pre-load-finish {
      opacity: 0;
      visibility: hidden;
      height: 99vh;
      width: 99vw;
      -webkit-filter: blur(100px);
      -moz-filter: blur(100px);
      -o-filter: blur(100px);
      -ms-filter: blur(100px);
      filter: blur(100px);
      -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper .loading-text {
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  /* ======================================
  * Header - Main Navagation
  ======================================= */
  #main-nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 1080;
    background-color: #a8aa36;
    border-top: 5px solid #315490;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .main-nav-menu-wrapper {
    height: auto;
    width: 100%;
    background-color: transparent;
    display: block;
    position: relative;
    margin: -5px auto 0 auto;
    float: right; }
    .main-nav-menu-wrapper .site-logo {
      height: auto;
      width: 24%;
      left: 0;
      top: 48%;
      transform: translateY(-50%);
      position: absolute;
      display: inline-block; }
    .main-nav-menu-wrapper ul {
      display: block;
      font-size: .7rem;
      font-weight: lighter;
      text-align: right; }
      .main-nav-menu-wrapper ul li {
        display: inline-block;
        height: auto;
        width: auto;
        margin: 0;
        margin-left: 1rem; }
        .main-nav-menu-wrapper ul li a {
          display: block;
          height: auto;
          width: auto;
          padding: 3rem 0 2.25rem 0;
          border-top: 5px solid transparent;
          cursor: pointer;
          color: #ffffff;
          background-color: transparent;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .main-nav-menu-wrapper ul li a:hover {
            border-top: 5px solid #ffffff; }
    .main-nav-menu-wrapper li:last-child {
      margin-right: 0px; }

  /* ======================================
  * Sub Menu
  ======================================= */
  .main-nav-menu-wrapper ul li ul {
    display: block;
    position: absolute;
    width: 16%;
    height: auto;
    margin-top: 0px;
    margin-left: -2%;
    border-top: 3px solid #315490;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
    .main-nav-menu-wrapper ul li ul li {
      display: block;
      float: left;
      width: 100%;
      height: auto;
      text-align: left;
      border-top: 0px;
      border-bottom: 1px solid #f2f2f2;
      margin-left: 0px; }
    .main-nav-menu-wrapper ul li ul li:last-child {
      border-bottom: none; }
    .main-nav-menu-wrapper ul li ul a {
      height: auto;
      width: auto;
      margin: 0;
      padding: 1rem 1rem;
      font-size: .6rem;
      font-weight: lighter;
      color: #315490;
      background-color: #ffffff;
      border-top: 0px; }
      .main-nav-menu-wrapper ul li ul a:hover {
        border-top: 0px;
        background-color: #f2f2f2;
        -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

  .main-nav-menu-wrapper ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

  /* ======================================
  * Side Bar Menus
  ======================================= */
  #recent_news_sidebar, #donor_sidebar, #grant_seekers_sidebar, #parish_agencies_sidebar, #invest_sidebar, #impact_sidebar, #impact_sidebar_2 {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    #recent_news_sidebar h2, #donor_sidebar h2, #grant_seekers_sidebar h2, #parish_agencies_sidebar h2, #invest_sidebar h2, #impact_sidebar h2, #impact_sidebar_2 h2 {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.25rem;
      font-weight: normal; }
    #recent_news_sidebar ul, #donor_sidebar ul, #grant_seekers_sidebar ul, #parish_agencies_sidebar ul, #invest_sidebar ul, #impact_sidebar ul, #impact_sidebar_2 ul {
      height: auto;
      width: auto;
      display: block; }
    #recent_news_sidebar li, #donor_sidebar li, #grant_seekers_sidebar li, #parish_agencies_sidebar li, #invest_sidebar li, #impact_sidebar li, #impact_sidebar_2 li {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto .5% 10%; }
    #recent_news_sidebar li:first-child, #donor_sidebar li:first-child, #grant_seekers_sidebar li:first-child, #parish_agencies_sidebar li:first-child, #invest_sidebar li:first-child, #impact_sidebar li:first-child, #impact_sidebar_2 li:first-child {
      padding: 0; }
    #recent_news_sidebar a, #donor_sidebar a, #grant_seekers_sidebar a, #parish_agencies_sidebar a, #invest_sidebar a, #impact_sidebar a, #impact_sidebar_2 a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding-left: 8%;
      text-align: left;
      color: #666; }
      #recent_news_sidebar a:hover, #donor_sidebar a:hover, #grant_seekers_sidebar a:hover, #parish_agencies_sidebar a:hover, #invest_sidebar a:hover, #impact_sidebar a:hover, #impact_sidebar_2 a:hover {
        color: #315490; }

  /* ======================================
  * Side Bar- Report Menu
  ======================================= */
  .report-menu {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .report-menu .report-menu-heading {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal; }
    .report-menu .pdf-btn, .report-menu .web-btn {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      font-size: .5rem;
      font-weight: 500;
      line-height: 1rem;
      display: block;
      position: relative;
      padding-left: 8%;
      text-align: left;
      color: #666;
      color: #666; }
      .report-menu .pdf-btn:hover, .report-menu .web-btn:hover {
        color: #315490; }

  /* ======================================
  * Mobile Menu
  ======================================= */
  #mobile-menu {
    display: none; }

  /* ==============================================================================
  *  Global Content Wrappers
  ============================================================================== */
  .content-wrapper {
    width: 90%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto; }
    .content-wrapper .absolute-inner-content-wrapper {
      display: block;
      position: absolute;
      z-index: 2;
      top: 55%;
      left: 0;
      transform: translateY(-50%); }

  /* ==============================================================================
  *  Main-Content
  ============================================================================== */
  #main-content {
    display: block; }

  .full-section-wrapper {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative; }

  .half-section-wrapper {
    height: 50vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .third-section-wrapper {
    height: 33.33vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fourth-section-wrapper {
    height: 25vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .three-fourths-section-wrapper {
    height: 75vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fluid-section-wrapper {
    height: auto;
    width: auto;
    display: block;
    position: relative; }

  /* ==============================================================================
  *  Page Templates
  ============================================================================== */
  /* ======================================
  * Landing Page Template
  ======================================= */
  .landing-fma-section {
    display: block;
    position: relative;
    height: 65vh;
    width: 100%; }
    .landing-fma-section .fma-background-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: 0 auto; }

  .landing-fma-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }

  .fma-content-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 65%;
    left: 0;
    transform: translateY(-50%); }
    .fma-content-wrapper.post-fade {
      opacity: 1;
      top: 55%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-loading-track {
    height: 5px;
    width: 100%;
    background-color: #f2f2f2; }
    .fma-loading-track .fma-loading-bar {
      height: 100%;
      width: 0%;
      opacity: 0;
      -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      background-color: #315490; }
      .fma-loading-track .fma-loading-bar.post-fade {
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    margin: 0 0 1rem 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  .fma-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .fma-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 25%;
    margin: 0 0 3rem 0;
    padding: 1rem 0;
    color: #ffffff;
    background-color: #315490;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center;
    border-radius: .4rem; }
    .fma-link-btn:hover {
      background-color: #2b497d; }

  .fma-text-down-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    margin: 0 0 3rem 0;
    padding: 0;
    color: #000000;
    outline: 1px solid #000000;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .fma-text-down-btn:hover {
      color: #315490;
      background-color: #000000; }

  .fma-down-btn {
    display: block;
    position: relative;
    height: 4vh;
    width: 4vh;
    margin: 0;
    padding: 0;
    outline: 1px solid #000000;
    background-color: #000000; }
    .fma-down-btn:hover {
      outline: 1px solid #000000;
      background-color: #315490; }

  .fma-slider {
    height: 100%;
    width: 100%; }
    .fma-slider .slick-list,
    .fma-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .fma-slider .fma-slide {
      float: left;
      height: 100%;
      background-color: #efefef;
      outline: 1px solid black; }

  .fma-slide:focus {
    outline: none;
    border: none; }

  /* Dots */
  .fma-slider .slick-dots {
    visibility: hidden;
    position: absolute;
    width: auto;
    z-index: 1002;
    top: 70%;
    left: 5%;
    list-style: disc; }

  /* Arrows */
  .fma-slider .slick-prev,
  .fma-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .fma-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .fma-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  .section {
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-color: #efefef; }

  #section-1 {
    height: 40vh;
    width: 100%;
    padding: 5rem 0;
    background-color: #efefef; }

  .section-1-heading {
    display: block;
    position: relative;
    height: auto;
    width: 60%;
    color: #315490;
    font-size: 2rem;
    font-weight: bold;
    margin-right: none; }

  .section-1-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .section-1-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    float: right;
    margin-top: -2.5%;
    padding: 1.25rem;
    border-radius: .4rem;
    color: #ffffff;
    background-color: #315490;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .section-1-link-btn:hover {
      cursor: pointer;
      background-color: #243e6a; }

  .section-1-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    float: left;
    margin: 1rem 0;
    color: #666;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8rem; }

  #section-2 {
    height: 40.25vh;
    width: 100%; }

  .section-2-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 1rem 0 0 0;
    color: #a8aa36;
    font-size: 2rem;
    font-weight: bold;
    float: left; }

  .section-2-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 54%;
    padding: 5rem 0 1rem 0;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8rem;
    clear: left; }

  .section-2-img-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    height: 25rem;
    width: auto;
    opacity: 0;
    visibility: hidden;
    right: 12%;
    bottom: -3px;
    -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }
    .section-2-img-wrapper.animate-img {
      opacity: 1;
      visibility: visible;
      right: 8%;
      -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }

  .section-2-img {
    display: block;
    position: relative;
    height: 100%;
    width: auto; }

  #section-3 {
    height: 40vh;
    width: 100;
    background-color: #efefef;
    padding: 2.5% 0; }

  .section-3-heading {
    display: block;
    position: relative;
    height: 30%;
    padding: 2.5% 0 1% 0;
    color: #315490;
    font-size: 1.85rem;
    font-weight: bold; }

  .section-3-quote {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 95.5%;
    margin: -.35rem auto 0 auto;
    color: #8c8c8c;
    font-size: 1rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.75rem; }

  .quote-marks {
    display: block;
    position: relative;
    float: left;
    height: 9%;
    width: 4.5%;
    background-image: url(img/testimonial_imgs/quote_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-reference {
    color: #636363;
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: auto;
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.75rem; }

  #slider-section-content {
    display: block;
    position: relative;
    height: 70%; }

  .quote-slider {
    height: 100%;
    width: 100%; }
    .quote-slider .slick-list,
    .quote-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .quote-slider .quote-slide {
      float: left;
      height: 100%;
      background-color: #efefef; }

  .quote-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .quote-slider .slick-prev,
  .quote-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .quote-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  /* ======================================
  * General Template Page Contents
  ======================================= */
  #fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 8vh 0 0 0; }

  .template-content-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 65%;
    padding: 8vh 0; }

  .template-sidebar-wrapper {
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: 30%;
    padding: 10vh 0; }

  .template-bottom-content-wrapper {
    display: block;
    position: relative;
    clear: left;
    width: 100%;
    height: auto;
    padding: 8vh auto;
    margin: 0 0 10vh 0;
    overflow: auto; }

  .heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2vh 0;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #a8aa36; }

  .sub-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 2.5vh 0 2vh;
    padding: 0 0 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #315490; }

  .paragraph {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 1vh 0 3vh 0;
    padding: 0;
    float: left;
    font-size: .75rem;
    font-style: normal;
    font-weight: lighter;
    line-height: 1.4rem;
    color: #666; }
    .paragraph ul {
      list-style: disc; }
      .paragraph ul li {
        display: list-item;
        list-style: disc;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ul a {
        color: #315490; }
    .paragraph ol {
      list-style: decimal; }
      .paragraph ol li {
        display: list-item;
        list-style: decimal;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ol a {
        color: #315490; }

  .video {
    display: block;
    position: relative;
    height: 54vh;
    width: auto;
    margin: 5vh auto 5vh auto; }
    .video iframe {
      height: 100%;
      width: 100%; }

  .img-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 auto 5vh auto; }

  .img {
    display: block;
    position: relative;
    height: 40vh;
    width: auto; }

  .tab-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 0%;
    width: 100%;
    padding: 1rem;
    margin: .5rem 0;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper.tab-active {
      height: 100%;
      background-color: transparent;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      cursor: default; }
    .tab-wrapper .tab-heading {
      display: inline-block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 0 0 0;
      padding: 0;
      font-size: 1.25rem;
      font-weight: normal;
      line-height: 1.75rem;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-heading.tab-active {
        height: auto;
        margin: 0 0 2.5vh 0;
        color: #315490;
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper .tab-btn {
      display: inline-block;
      position: absolute;
      right: 5%;
      top: 1.5rem;
      width: 2vh;
      height: 2vh;
      background-color: #ccc;
      color: #ffffff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 300ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-btn.tab-active {
        top: 1.5rem;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); }
    .tab-wrapper .tab-info {
      display: none;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 0 5vh 0;
      padding: 0;
      font-size: .75rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.4rem;
      color: #666;
      overflow: auto;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 100ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-info.tab-active {
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -moz-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -o-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s; }

  .object-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 1.5rem; }
    .object-wrapper .object-text {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.4rem 1.4rem 1.4rem;
      font-size: .9rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.25rem;
      color: #ffffff; }
      .object-wrapper .object-text a {
        color: #ffffff;
        font-size: 1.25rem; }
    .object-wrapper .object-sub-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.4rem 1.4rem 1.4rem;
      font-size: .9rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.5rem;
      color: #a8aa36; }
    .object-wrapper .object-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.4rem 1.5rem 1.4rem;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }

  /* ======================================
  * About Page Template
  ======================================= */
  #slider-section {
    margin: 12vh auto 0 auto;
    padding: 10vh 0; }

  #slider-section-content {
    display: block;
    position: relative;
    background-color: transparent; }

  .director-slider {
    height: auto;
    width: 100%; }
    .director-slider .slick-list,
    .director-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .director-slider .director-slide {
      float: left;
      height: 100%;
      background-color: transparent;
      border-left: 1px solid #ccc; }

  .director-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .director-slider .slick-prev,
  .director-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 12vh;
    width: 6vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .director-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 100%; }

  .director-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 100%; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev:before {
    content: "→"; }

  .slick-next:before {
    content: "←"; }

  .slider-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 5vh 0;
    padding: 0;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: bold;
    line-height: 3.5rem;
    color: #a8aa36; }

  .board-name {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    color: #666; }

  .board-position {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .extra-info-line {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .board-img {
    display: block;
    position: relative;
    height: 13rem;
    width: 80%;
    border-radius: 0.5rem;
    margin: 1.25rem auto; }

  #staff-section {
    display: block;
    position: relative;
    margin: 12vh auto 0 auto;
    padding: 10vh 0;
    background-color: #efefef;
    overflow: auto; }

  .staff-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 5vh 0;
    padding: 0;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #315490; }

  .staff-content-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
    margin: 0 3.33% 0 0;
    float: left;
    font-size: 1rem; }

  .staff-pic {
    display: block;
    position: relative;
    height: 60vh;
    width: 100%;
    border-radius: 2rem; }

  .staff-info-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    padding: .5rem 0;
    border-left: 1px solid #ccc; }
    .staff-info-wrapper .staff-name {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #666;
      font-weight: bold; }
    .staff-info-wrapper .staff-position {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #666;
      font-weight: lighter;
      font-style: italic; }
    .staff-info-wrapper .contact-btn {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #315490;
      font-weight: lighter; }

  .sidebar-contact-info-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: -5vh auto 0 auto;
    padding: 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .sidebar-contact-info-wrapper .sidebar-heading {
      margin: 5vh auto 2.5vh 10%;
      color: #315490;
      font-size: 1rem;
      font-weight: normal; }
    .sidebar-contact-info-wrapper .sidebar-link {
      display: block;
      position: relative;
      margin: 0 0 2.5vh 10%;
      color: #5f86c8;
      font-weight: lighter;
      font-size: .75rem; }
    .sidebar-contact-info-wrapper .sidebar-text {
      display: block;
      position: relative;
      margin: 0 0 2vh 10%;
      color: #666;
      font-size: .75rem;
      font-weight: lighter; }

  /* ======================================
  * Donor Page Template
  ======================================= */
  /* ======================================
  * News Page Template
  ======================================= */
  #news-fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 8vh 0 0 0; }

  #news-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #news-fma-background .news-fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%;
      background-image: url("img/background_img_wheat.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

  #news-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .news-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #news-section {
    height: auto; }

  .news-section-content {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 70%;
    padding: 5vh 0; }

  .news-feed-post {
    display: block;
    position: relative;
    height: auto;
    width: 95%;
    margin: 0 0 5vh 0; }
    .news-feed-post .feed-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2.5vh 0 .25rem 0;
      color: #315490;
      font-size: 2rem;
      font-weight: lighter;
      font-style: normal; }
    .news-feed-post .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 2rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post .feed-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75vh 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 0 0;
      color: #999999;
      font-size: 1.1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
    .news-feed-post .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 7.5vh 0; }

  .view-full-post-btn {
    display: inline-block;
    margin: 1vh 0 0 81%;
    height: auto;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .feed-achor-btn {
    display: inline-block;
    margin: 0 0 0 0;
    height: auto;
    color: #454545;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .view-full-post-btn:hover, .feed-achor-btn:hover {
    color: #243e6a; }

  .news-post-menu {
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: 30%;
    margin: .1vh 0 0 0;
    padding: 0; }

  .nav-previous a, .nav-next a {
    color: #5f86c8;
    text-decoration: none; }
    .nav-previous a:hover, .nav-next a:hover {
      color: #243e6a; }

  /* ======================================
  * Post Template
  ======================================= */
  .post-content-wrapper {
    display: block;
    position: relative;
    width: 65%; }
    .post-content-wrapper .post-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 3vh 0 .25rem 0;
      color: #315490;
      font-size: 2rem;
      font-weight: lighter;
      font-style: normal; }
    .post-content-wrapper .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .5rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .post-content-wrapper .post-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 2rem  0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .post-content-wrapper p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2rem 0 0 0;
      color: #999999;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
    .post-content-wrapper h1, .post-content-wrapper h2 {
      color: #315490;
      margin-bottom: .5rem;
      margin-top: 1rem; }
    .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6 {
      color: #999999;
      font-weight: bold;
      font-style: normal;
      line-height: 1.5rem;
      margin-bottom: .5rem;
      margin-top: 1rem; }
    .post-content-wrapper ul {
      margin: 2rem auto 2rem 1.5rem; }
      .post-content-wrapper ul li {
        list-style-type: disc;
        color: #999999;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ul li a {
          color: #5f86c8;
          font-size: 1rem;
          font-weight: lighter;
          font-style: normal;
          line-height: 1.75rem; }
          .post-content-wrapper ul li a:hover {
            color: #243e6a; }
    .post-content-wrapper ol li {
      list-style-type: decimal;
      color: #999999;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ol li a {
        color: #5f86c8;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ol li a:hover {
          color: #243e6a; }
    .post-content-wrapper .back-btn {
      font-size: .8rem;
      font-weight: lighter;
      color: #5f86c8;
      margin-bottom: 5vh; }
      .post-content-wrapper .back-btn:hover {
        color: #315490; }
    .post-content-wrapper .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 7.5vh 0; }

  /* ======================================
  * How We Invest Page Template
  ======================================= */
  .table-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto; }
    .table-content-wrapper .table-title {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: center;
      color: #666;
      margin: 5vh auto; }
    .table-content-wrapper .table-image {
      display: block;
      position: relative;
      height: 25vh;
      width: 100%; }

  .b-img-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0; }
    .b-img-content-wrapper .b-img-caption {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto;
      font-size: .75rem;
      line-height: 1.4rem; }
    .b-img-content-wrapper .b-image-link-wrapper {
      display: block;
      position: relative;
      height: 48vh;
      width: 100%; }

  /* ======================================
  * Contact Page Template
  ======================================= */
  #contact-fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 8vh 0 0 0; }

  #contact-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #contact-fma-background .fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%; }

  #contact-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .contact-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #contact-info-section {
    height: auto; }

  .contact-info-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 50%;
    padding: 10vh 0; }
    .contact-info-wrapper .contact-info-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .8rem;
      color: #315490;
      font-size: 1.25rem;
      font-weight: normal;
      line-height: 2.5rem; }
    .contact-info-wrapper .address-wrapper h3, .contact-info-wrapper .phone-num-wrapper h3, .contact-info-wrapper .fax-num-wrapper h3 {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .625rem;
      color: #666;
      font-size: .75rem;
      font-style: normal;
      font-weight: lighter; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 80%;
      margin-top: .5rem;
      margin-bottom: .9rem;
      color: #315490;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.75rem; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-name {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .65rem;
      color: #666;
      font-size: .75rem;
      font-style: normal;
      font-weight: bold; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-title {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      color: #666;
      font-size: .75rem;
      font-weight: lighter; }

  .contact-form-wrapper {
    display: block;
    position: relative;
    float: right;
    height: 100%;
    width: 45%;
    padding: 10vh 0;
    background-color: transparent; }

  #gform_wrapper_1 {
    margin: 1.5vh 0;
    padding: 0;
    width: 100%; }

  .gform_wrapper {
    padding: 0; }
    .gform_wrapper li {
      display: block;
      position: relative;
      color: #666;
      font-size: .75rem;
      font-weight: lighter; }

  .ginput_container_name > span label {
    display: none; }

  .gfield input, .gfield textarea {
    width: 100%;
    margin: .5rem 0 2rem 0;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #efefef; }
    .gfield input:focus, .gfield textarea:focus {
      background-color: #BBB; }

  .gfield_required {
    color: #315490; }

  .form-checkbox-input {
    margin: 0 0 1.25rem 0; }

  #choice_1_5_1, #choice_1_5_2, #choice_1_5_3, #choice_1_5_4, #choice_1_5_5, #choice_1_5_6 {
    width: auto;
    height: auto;
    margin: .5rem .5rem .5rem 1rem; }

  #choice_1_5_1 {
    margin-top: 1.25rem; }

  #gform_submit_button_1 {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .75rem 2rem;
    border-radius: .35rem;
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #315490; }
    #gform_submit_button_1:hover {
      background-color: #243e6a; }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none; }

  /* ==============================================================================
  * Footer
  ============================================================================== */
  footer {
    display: block;
    position: relative;
    float: left;
    height: 10vh;
    width: 100%;
    background-color: #ffffff;
    outline: 1px solid #efefef; }

  .sm-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .sm-wrapper .social-icon {
      display: inline-block;
      background-color: transparent;
      fill: #666;
      padding: .5rem;
      margin: 0 .5rem; }
    .sm-wrapper .social-icons a:first-child {
      margin-left: 0; }
    .sm-wrapper .social-icons a:last-child {
      margin-right: 0; }

  .icon-facebook, .icon-youtube, .icon-linkedin, .icon-twitter, .icon-google-plus {
    height: 1.35rem;
    width: 1.35rem; }

  .copy-right-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent; }
    .copy-right-wrapper .copy-right-text {
      display: inline;
      position: relative;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      color: #666; }

  /*TABLET LANSCAPE STYLES END*/ }
/*---------------TABLET BREAPOINT STYLES---------END---*/
/*---------------DESKTOP BREAPOINT STYLES---------------*/
/*LAPTOP - 13"*/
@media only screen and (min-width: 1030px) and (max-width: 2000px) {
  /* ==========================================================================
  * Main Styles
  ========================================================================== */
  /* ======================================
  * Pre-loader Overlay
  ======================================= */
  #preloader-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1081;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper.pre-load-finish {
      opacity: 0;
      visibility: hidden;
      height: 99vh;
      width: 99vw;
      -webkit-filter: blur(100px);
      -moz-filter: blur(100px);
      -o-filter: blur(100px);
      -ms-filter: blur(100px);
      filter: blur(100px);
      -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper .loading-text {
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  /* ======================================
  * Header - Main Navagation
  ======================================= */
  #main-nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 1080;
    background-color: #a8aa36;
    border-top: 5px solid #315490;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .main-nav-menu-wrapper {
    height: auto;
    width: 100%;
    background-color: transparent;
    display: block;
    position: relative;
    margin: -5px auto 0 auto;
    float: right; }
    .main-nav-menu-wrapper .site-logo {
      height: auto;
      width: 27%;
      left: 0;
      top: 48%;
      transform: translateY(-50%);
      position: absolute;
      display: inline-block; }
    .main-nav-menu-wrapper ul {
      display: block;
      font-size: 1rem;
      font-weight: lighter;
      text-align: right; }
      .main-nav-menu-wrapper ul li {
        display: inline-block;
        height: auto;
        width: auto;
        margin: 0;
        margin-left: 2rem; }
        .main-nav-menu-wrapper ul li a {
          display: block;
          height: auto;
          width: auto;
          padding: 4rem 0 2.25rem 0;
          border-top: 5px solid transparent;
          cursor: pointer;
          color: #ffffff;
          background-color: transparent;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .main-nav-menu-wrapper ul li a:hover {
            border-top: 5px solid #ffffff; }
    .main-nav-menu-wrapper li:last-child {
      margin-right: 0px; }
	
	@media (max-width: 980px) {
		.main-nav-menu-wrapper .site-logo {
			top:  80% !important;
		}
	}

  /* ======================================
  * Sub Menu
  ======================================= */
  .main-nav-menu-wrapper ul li ul {
    display: block;
    position: absolute;
    width: 18%;
    height: auto;
    margin-top: 0px;
    margin-left: -3.25%;
    border-top: 3px solid #315490;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
    .main-nav-menu-wrapper ul li ul li {
      display: block;
      float: left;
      width: 100%;
      height: auto;
      text-align: left;
      border-top: 0px;
      border-bottom: 1px solid #f2f2f2;
      margin-left: 0px; }
    .main-nav-menu-wrapper ul li ul li:last-child {
      border-bottom: none; }
    .main-nav-menu-wrapper ul li ul a {
      height: auto;
      width: auto;
      margin: 0;
      padding: 1rem 2rem;
      font-size: .8rem;
      font-weight: lighter;
      color: #315490;
      background-color: #ffffff;
      border-top: 0px; }
      .main-nav-menu-wrapper ul li ul a:hover {
        border-top: 0px;
        background-color: #f2f2f2;
        -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

  .main-nav-menu-wrapper ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

  /* ======================================
  * Side Bar Menus
  ======================================= */
  #donor_sidebar, #grant_seekers_sidebar, #parish_agencies_sidebar, #invest_sidebar, #impact_sidebar, #impact_sidebar_2 {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: .5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    #donor_sidebar h2, #grant_seekers_sidebar h2, #parish_agencies_sidebar h2, #invest_sidebar h2, #impact_sidebar h2, #impact_sidebar_2 h2 {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal; }
    #donor_sidebar ul, #grant_seekers_sidebar ul, #parish_agencies_sidebar ul, #invest_sidebar ul, #impact_sidebar ul, #impact_sidebar_2 ul {
      height: auto;
      width: auto;
      display: block; }
    #donor_sidebar li, #grant_seekers_sidebar li, #parish_agencies_sidebar li, #invest_sidebar li, #impact_sidebar li, #impact_sidebar_2 li {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto .5% 10%; }
    #donor_sidebar li:first-child, #grant_seekers_sidebar li:first-child, #parish_agencies_sidebar li:first-child, #invest_sidebar li:first-child, #impact_sidebar li:first-child, #impact_sidebar_2 li:first-child {
      padding: 0; }
    #donor_sidebar a, #grant_seekers_sidebar a, #parish_agencies_sidebar a, #invest_sidebar a, #impact_sidebar a, #impact_sidebar_2 a {
      font-size: .9rem;
      font-weight: 500;
      line-height: 1.5rem;
      display: block;
      position: relative;
      padding-left: 8%;
      text-align: left; }
      #donor_sidebar a:hover, #grant_seekers_sidebar a:hover, #parish_agencies_sidebar a:hover, #invest_sidebar a:hover, #impact_sidebar a:hover, #impact_sidebar_2 a:hover {
        color: #315490; }

  /* ======================================
  * Side Bar- Report Menu
  ======================================= */
  .report-menu {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .report-menu .report-menu-heading {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    .report-menu .pdf-btn, .report-menu .web-btn {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding-left: 8%;
      text-align: left;
      color: #666; }
      .report-menu .pdf-btn:hover, .report-menu .web-btn:hover {
        color: #315490; }

  /* ======================================
  * Mobile Menu
  ======================================= */
  #mobile-menu {
    display: none; }

  /* ==============================================================================
  *  Global Content Wrappers
  ============================================================================== */
  .content-wrapper {
    width: 75%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto; }
    .content-wrapper .absolute-inner-content-wrapper {
      display: block;
      position: absolute;
      z-index: 2;
      top: 55%;
      left: 0;
      transform: translateY(-50%); }

  /* ==============================================================================
  *  Main-Content
  ============================================================================== */
  #main-content {
    display: block; }

  .full-section-wrapper {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative; }

  .half-section-wrapper {
    height: 50vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .third-section-wrapper {
    height: 33.33vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fourth-section-wrapper {
    height: 25vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .three-fourths-section-wrapper {
    height: 75vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fluid-section-wrapper {
    height: auto;
    width: auto;
    display: block;
    position: relative; }

  /* ==============================================================================
  *  Page Templates
  ============================================================================== */
  /* ======================================
  * Landing Page Template
  ======================================= */
  .landing-fma-section {
    display: block;
    position: relative;
    height: 45rem;
    width: 100%; }
    .landing-fma-section .fma-background-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: 0 auto; }

  .landing-fma-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }

  .fma-content-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 65%;
    left: 0;
    transform: translateY(-50%); }
    .fma-content-wrapper.post-fade {
      opacity: 1;
      top: 55%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-loading-track {
    height: 5px;
    width: 100%;
    background-color: #f2f2f2; }
    .fma-loading-track .fma-loading-bar {
      height: 100%;
      width: 0%;
      opacity: 0;
      -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      background-color: #315490; }
      .fma-loading-track .fma-loading-bar.post-fade {
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 4.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  .fma-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .fma-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 14rem;
    margin: 0 0 3rem 0;
    padding: 1rem 0;
    color: #ffffff;
    background-color: #315490;
    font-size: 1.25rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center;
    border-radius: .4rem; }
    .fma-link-btn:hover {
      background-color: #2b497d; }

  .fma-text-down-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    margin: 0 0 3rem 0;
    padding: 0;
    color: #000000;
    outline: 1px solid #000000;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .fma-text-down-btn:hover {
      color: #315490;
      background-color: #000000; }

  .fma-down-btn {
    display: block;
    position: relative;
    height: 4vh;
    width: 4vh;
    margin: 0;
    padding: 0;
    outline: 1px solid #000000;
    background-color: #000000; }
    .fma-down-btn:hover {
      outline: 1px solid #000000;
      background-color: #315490; }

  .fma-slider {
    height: 100%;
    width: 100%; }
    .fma-slider .slick-list,
    .fma-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .fma-slider .fma-slide {
      float: left;
      height: 100%;
      background-color: #efefef;
      outline: 1px solid black; }

  .fma-slide:focus {
    outline: none;
    border: none; }

  /* Dots */
  .fma-slider .slick-dots {
    visibility: hidden;
    position: absolute;
    width: auto;
    z-index: 1002;
    top: 70%;
    left: 5%;
    list-style: disc; }

  /* Arrows */
  .fma-slider .slick-prev,
  .fma-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .fma-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .fma-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  .section {
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-color: transparent; }

  #section-1 {
    height: 21rem;
    width: 100%;
    padding: 5rem 0;
    background-color: #ffffff; }

  .section-1-heading {
    display: block;
    position: relative;
    height: auto;
    width: 60%;
    color: #315490;
    font-size: 3rem;
    font-weight: bold;
    margin-right: none; }

  .section-1-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .section-1-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    float: right;
    margin-top: -2.5%;
    padding: 1.75rem;
    border-radius: .4rem;
    color: #ffffff;
    background-color: #315490;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .section-1-link-btn:hover {
      cursor: pointer;
      background-color: #243e6a; }

  .section-1-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    float: left;
    margin: 2rem 0;
    color: #666;
    font-size: 1.75rem;
    font-weight: normal;
    font-style: normal;
    line-height: 2.4rem; }

  #section-2 {
    height: 19.5rem;
    width: 100%; }

  .section-2-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 1rem 0 0 0;
    color: #a8aa36;
    font-size: 3rem;
    font-weight: bold;
    float: left; }

  .section-2-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 54%;
    padding: 5rem 0 1rem 0;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: normal;
    font-style: normal;
    line-height: 2.4rem;
    clear: left; }

  .section-2-img-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    height: 137%;
    width: auto;
    bottom: -3px;
    right: 12%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }
    .section-2-img-wrapper.animate-img {
      opacity: 1;
      visibility: visible;
      right: 8%;
      -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }

  .section-2-img {
    display: block;
    position: relative;
    height: 100%;
    width: auto; }

  #section-3 {
    height: 20rem;
    width: 100;
    background-color: #efefef;
    padding: 2.5% 0; }

  .section-3-heading {
    display: block;
    position: relative;
    height: 16%;
    padding: 2.5% 0 1% 0;
    color: #315490;
    font-size: 2rem;
    font-weight: bold; }

  .section-3-quote {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 95.5%;
    margin: -0.35rem auto 0 auto;
    padding: 0 0 0 0;
    color: #8c8c8c;
    font-size: 1rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.75rem; }

  .quote-marks {
    font-size: 4rem;
    display: block;
    position: relative;
    float: left;
    height: 9%;
    width: 4.5%;
    background-image: url(img/testimonial_imgs/quote_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-reference {
    color: #636363;
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: auto;
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.75rem; }

  #slider-section-content {
    display: block;
    position: relative;
    height: 60%; }

  .quote-slider {
    height: 100%;
    width: 100%;
    margin-top: 3rem; }
    .quote-slider .slick-list,
    .quote-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .quote-slider .quote-slide {
      float: left;
      height: 100%;
      background-color: transparent; }

  .quote-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .quote-slider .slick-prev,
  .quote-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .quote-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  /* ======================================
  * General Template Page Contents
  ======================================= */
  #fma-section {
    display: block;
    position: relative;
    margin-top: 3rem;
    height: 19rem;
    width: 100%; }

  .template-content-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 65%;
    padding: 2rem 0; }

  .template-sidebar-wrapper {
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: 30%;
    padding: 10vh 0; }

  .template-bottom-content-wrapper {
    display: block;
    position: relative;
    clear: left;
    width: 100%;
    height: auto;
    padding: 8vh auto;
    margin: 0 0 5rem 0;
    overflow: auto; }

  .heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2vh 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #a8aa36; }

  .sub-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 2.5vh 0 2vh;
    padding: 0 0 0 0;
    float: left;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #315490; }

  .paragraph {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 1vh 0;
    padding: 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: lighter;
    line-height: 1.7rem;
    float: left;
    color: #666; }
    .paragraph ul {
      list-style: disc; }
      .paragraph ul li {
        display: list-item;
        list-style: disc;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ul a {
        color: #315490; }
    .paragraph ol {
      list-style: decimal; }
      .paragraph ol li {
        display: list-item;
        list-style: decimal;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .paragraph ol a {
        color: #315490; }
    .paragraph a {
      color: #315490; }

  .video {
    display: block;
    position: relative;
    height: 28.75rem;
    width: 100%;
    margin: 5vh auto 5vh auto; }
    .video iframe {
      height: 100%;
      width: 100%; }

  .img-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 auto 5vh auto; }

  .img {
    display: block;
    position: relative;
    height: 40vh;
    width: auto; }

  .tab-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 0%;
    width: 100%;
    padding: 1rem;
    margin: .5rem 0;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper.tab-active {
      height: 100%;
      background-color: transparent;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      cursor: default; }
    .tab-wrapper .tab-heading {
      display: inline-block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 0 0 0;
      padding: 0;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 2rem;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-heading.tab-active {
        height: auto;
        margin: 0 0 2.5vh 0;
        color: #315490;
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper .tab-btn {
      display: inline-block;
      position: absolute;
      right: 1.25rem;
      top: 1.25rem;
      width: 2vh;
      height: 2vh;
      background-color: #ccc;
      color: #ffffff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 300ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-btn.tab-active {
        top: 1.25rem;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); }
    .tab-wrapper .tab-info {
      display: none;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 0 5vh 0;
      padding: 0;
      font-size: 1rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.7rem;
      color: #666;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 100ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-info.tab-active {
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -moz-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -o-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s; }
      .tab-wrapper .tab-info ul li {
        display: list-item;
        list-style: disc;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }
      .tab-wrapper .tab-info ol li {
        display: list-item;
        list-style: decimal;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 1.5rem;
        float: left;
        color: #666; }

  .object-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 1.5rem; }
    .object-wrapper .object-text {
      display: block;
      position: relative;
      width: 97%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem 1.8rem 1.8rem;
      font-size: 1rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 1.75rem;
      color: #ffffff; }
      .object-wrapper .object-text a {
        color: #ffffff;
        font-size: 1.25rem; }
    .object-wrapper .object-sub-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 1.8rem 1.8rem 1rem 1.8rem;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }
    .object-wrapper .object-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem 2rem 1.8rem;
      font-size: 2rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }

  /* ======================================
  * About Page Template
  ======================================= */
  #slider-section {
    margin: 8rem auto 0 auto; }

  #slider-section-content {
    display: block;
    position: relative;
    background-color: transparent; }

  .director-slider {
    height: auto;
    width: 100%; }
    .director-slider .slick-list,
    .director-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .director-slider .director-slide {
      float: left;
      height: 100%;
      background-color: transparent;
      border-left: 1px solid #ccc; }

  .director-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .director-slider .slick-prev,
  .director-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 10vh;
    width: 6vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: 45%;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .director-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 100%; }

  .director-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 100%; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev:before {
    content: "→"; }

  .slick-next:before {
    content: "←"; }

  .slider-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 3rem 0;
    padding: 0;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: bold;
    line-height: 3.5rem;
    color: #a8aa36; }

  .board-name {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    color: #666; }

  .board-position {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: italic;
    color: #666; }

  .extra-info-line {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .board-img {
    display: block;
    position: relative;
    height: 15rem;
    width: 13rem;
    border-radius: 1.5rem;
    margin: 1.25rem auto; }

  #staff-section {
    display: block;
    position: relative;
    margin: 5rem auto 0 auto;
    padding: 2rem 0 1rem 0;
    background-color: #efefef;
    overflow: auto; }

  .staff-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 3rem 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #315490; }

  .staff-content-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 28%;
    margin: 0 5.25% 0 0;
    float: left;
    font-size: 1rem; }

  .staff-pic {
    display: block;
    position: relative;
    height: 27rem;
    width: 100%;
    border-radius: 1.5rem; }

  .staff-info-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    padding: .5rem 0;
    border-left: 1px solid #ccc; }
    .staff-info-wrapper .staff-name {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #666;
      font-weight: bold; }
    .staff-info-wrapper .staff-position {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #666;
      font-weight: lighter;
      font-style: italic; }
    .staff-info-wrapper .contact-btn {
      display: block;
      position: relative;
      margin: 0 0 .5rem 2rem;
      color: #315490;
      font-weight: lighter; }

  .sidebar-contact-info-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: -5vh auto 0 auto;
    padding: 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .sidebar-contact-info-wrapper .sidebar-heading {
      margin: 5vh auto 2.5vh 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal; }
    .sidebar-contact-info-wrapper .sidebar-link {
      display: block;
      position: relative;
      margin: 0 0 2.5vh 10%;
      font-size: .85rem;
      color: #5f86c8;
      font-weight: lighter; }
    .sidebar-contact-info-wrapper .sidebar-text {
      display: block;
      position: relative;
      margin: 0 0 1vh 10%;
      color: #666;
      font-size: .85rem;
      font-weight: lighter; }

  /* ======================================
  * Donor Page Template
  ======================================= */
  /* ======================================
  * News Page Template
  ======================================= */
  #news-fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 8vh 0 0 0; }

  #news-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #news-fma-background .news-fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%;
      background-image: url("img/background_img_wheat.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

  #news-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .news-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #news-section {
    height: auto; }

  .news-section-content {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 70%;
    padding: 5vh 0; }

  .news-feed-post {
    display: block;
    position: relative;
    height: auto;
    width: 95%;
    margin: 0 0 5vh 0; }
    .news-feed-post .feed-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2.5vh 0 .25rem 0;
      color: #315490;
      font-size: 2rem;
      font-weight: lighter;
      font-style: normal; }
    .news-feed-post .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 2rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post .feed-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75vh 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 1rem 0;
      color: #999999;
      font-size: 1.1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
    .news-feed-post .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 7.5vh 0; }

  .view-full-post-btn {
    display: inline-block;
    margin: .5rem 0 0 75%;
    height: auto;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .feed-achor-btn {
    display: inline-block;
    margin: 0 0 0 0;
    height: auto;
    color: #454545;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .view-full-post-btn:hover, .feed-achor-btn:hover {
    color: #243e6a; }

  .news-post-menu {
    display: block;
    position: relative;
    float: right;
    height: 100%;
    width: 30%;
    margin: 7vh 0 0 0;
    padding: .5% 0;
    border-left: 1px solid #efefef; }

  #recent_news_sidebar {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 0 auto;
    padding: .5vh 0;
    float: right;
    z-index: 150; }
    #recent_news_sidebar h2 {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal; }
    #recent_news_sidebar ul {
      height: auto;
      width: auto;
      display: block; }
    #recent_news_sidebar li {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto .5% 10%; }
    #recent_news_sidebar li:first-child {
      padding: 0; }
    #recent_news_sidebar a {
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: 1.5% 0%;
      text-align: left;
      color: #666; }
      #recent_news_sidebar a:hover {
        color: #315490; }

  .nav-previous a, .nav-next a {
    color: #5f86c8;
    text-decoration: none; }
    .nav-previous a:hover, .nav-next a:hover {
      color: #243e6a; }

  /* ======================================
  * Post Template
  ======================================= */
  .post-content-wrapper .post-title {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 3vh 0 1.5vh 0;
    color: #315490;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }
  .post-content-wrapper .author-name {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 1rem 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper .post-info {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 .75vh 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper h1, .post-content-wrapper h2 {
    color: #315490;
    margin-bottom: 1.5rem;
    margin-top: 2rem; }
  .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6 {
    color: #999999;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem; }
  .post-content-wrapper p {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 5vh 0 0 0;
    color: #999999;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.75rem; }
  .post-content-wrapper ul {
    margin: 2rem auto 2rem 1.5rem; }
    .post-content-wrapper ul li {
      list-style-type: disc;
      color: #999999;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ul li a {
        color: #5f86c8;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ul li a:hover {
          color: #243e6a; }
  .post-content-wrapper ol li {
    list-style-type: decimal;
    color: #999999;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.75rem; }
    .post-content-wrapper ol li a {
      color: #5f86c8;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ol li a:hover {
        color: #243e6a; }
  .post-content-wrapper .back-btn {
    font-size: .8rem;
    font-weight: lighter;
    color: #5f86c8;
    margin-bottom: 5vh; }
    .post-content-wrapper .back-btn:hover {
      color: #315490; }
  .post-content-wrapper .post-line {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 1.5vh 0 7.5vh 0; }

  /* ======================================
  * How We Invest Page Template
  ======================================= */
  .table-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto; }
    .table-content-wrapper .table-title {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: center;
      color: #666;
      margin: 5vh auto; }
    .table-content-wrapper .table-image {
      display: block;
      position: relative;
      height: 25vh;
      width: 100%; }

  .b-img-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 1rem 0 0 0; }
    .b-img-content-wrapper .b-img-caption {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 2rem 0;
      font-size: 1rem;
      line-height: 2rem; }
    .b-img-content-wrapper .b-image-link-wrapper {
      display: block;
      position: relative;
      height: 65vh;
      width: 100%; }

  /* ======================================
  * Contact Page Template
  ======================================= */
  #contact-fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 8vh 0 0 0; }

  #contact-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #contact-fma-background .fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%; }

  #contact-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .contact-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #contact-info-section {
    height: auto; }

  .contact-info-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 50%;
    padding: 10vh 0; }
    .contact-info-wrapper .contact-info-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .8rem;
      color: #315490;
      font-size: 2rem;
      font-weight: normal;
      line-height: 2.5rem; }
    .contact-info-wrapper .address-wrapper h3, .contact-info-wrapper .phone-num-wrapper h3, .contact-info-wrapper .fax-num-wrapper h3 {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .625rem;
      color: #666;
      font-size: 1rem;
      font-style: normal;
      font-weight: lighter; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 80%;
      margin-top: .5rem;
      margin-bottom: .9rem;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 1.75rem; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-name {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .65rem;
      color: #666;
      font-size: 1rem;
      font-style: normal;
      font-weight: bold; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-title {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  .contact-form-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 50%;
    padding: 10vh 0;
    background-color: transparent; }

  #gform_wrapper_1 {
    margin: 0;
    padding: 0;
    width: 100%; }

  .gform_wrapper {
    padding: 0; }
    .gform_wrapper li {
      display: block;
      position: relative;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  .ginput_container_name > span label {
    display: none; }

  .gfield input, .gfield textarea {
    width: 100%;
    margin: .5rem 0 2rem 0;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #efefef; }
    .gfield input:focus, .gfield textarea:focus {
      background-color: #BBB; }

  .gfield_required {
    color: #315490; }

  .form-checkbox-input {
    margin: 0 0 1.25rem 0; }

  #choice_1_5_1, #choice_1_5_2, #choice_1_5_3, #choice_1_5_4, #choice_1_5_5, #choice_1_5_6 {
    width: auto;
    height: auto;
    margin: .5rem .5rem .5rem 1rem; }

  #choice_1_5_1 {
    margin-top: 1.25rem; }

  #gform_submit_button_1 {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .75rem 2rem;
    border-radius: .35rem;
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #315490; }
    #gform_submit_button_1:hover {
      background-color: #243e6a; }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none; }

  /* ==============================================================================
  * Footer
  ============================================================================== */
  footer {
    display: block;
    position: relative;
    float: left;
    height: 10vh;
    width: 100%;
    background-color: #ffffff;
    outline: 1px solid #efefef; }

  .sm-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .sm-wrapper .social-icon {
      display: inline-block;
      background-color: transparent;
      fill: #666;
      padding: .5rem;
      margin: 0 .5rem; }
    .sm-wrapper .social-icons a:first-child {
      margin-left: 0; }
    .sm-wrapper .social-icons a:last-child {
      margin-right: 0; }

  .icon-facebook, .icon-youtube, .icon-linkedin, .icon-twitter, .icon-google-plus {
    height: 1.35rem;
    width: 1.35rem; }

  .copy-right-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent; }
    .copy-right-wrapper .copy-right-text {
      display: inline;
      position: relative;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      color: #666; }

  /*LAPTOP - 13" STYLES END*/ }
/* ======================================
 @ 1029px
======================================= */
@media only screen and (min-width: 767px) and (max-width: 1029px) {
  #hamburger-icon {
    top: 25%;
    transform: translateY(100%);
    right: 0%;
    cursor: pointer; }

  .main-nav-menu-wrapper ul {
    font-size: .75rem;
    font-weight: lighter;
    text-align: right; } }
/* ======================================
 @ 1149px
======================================= */
@media only screen and (min-width: 1030px) and (max-width: 1149px) {
  #hamburger-icon {
    display: none; }

  .main-nav-menu-wrapper .site-logo {
    height: auto;
    width: 18%;
    left: 0;
    top: 55%;
    transform: translateY(-55%);
    position: absolute;
    display: inline-block; }

  .main-nav-menu-wrapper ul {
    display: block;
    font-size: .75rem;
    font-weight: lighter;
    text-align: right; }

  .content-wrapper {
    width: 85%;
    display: block;
    position: relative;
    margin: 0 auto; }

  .section-1-body-copy {
    font-size: 1.5rem; } }
/* ======================================
 @ 1248px
======================================= */
@media only screen and (min-width: 1150px) and (max-width: 1247px) {
  .main-nav-menu-wrapper .site-logo {
    height: auto;
    width: 20%;
    left: 0;
    top: 55%;
    transform: translateY(-55%);
    position: absolute;
    display: inline-block; }

  .main-nav-menu-wrapper ul {
    display: block;
    font-size: .82rem;
    font-weight: lighter;
    text-align: right; }

  .content-wrapper {
    width: 85%;
    display: block;
    position: relative;
    margin: 0 auto; } }
/* ======================================
 @ 1311px
======================================= */
@media only screen and (min-width: 1248px) and (max-width: 1311px) {
  .main-nav-menu-wrapper .site-logo {
    height: auto;
    width: 22%;
    left: 0;
    top: 55%;
    transform: translateY(-55%);
    position: absolute;
    display: inline-block; }

  .main-nav-menu-wrapper ul {
    display: block;
    font-size: .75rem;
    font-weight: lighter;
    text-align: right; }

  .section-1-body-copy {
    font-size: 1.5rem; } }
/* ======================================
 @ 1391px
======================================= */
@media only screen and (min-width: 1312px) and (max-width: 1391px) {
  .main-nav-menu-wrapper .site-logo {
    height: auto;
    width: 23%;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block; }

  .main-nav-menu-wrapper ul {
    display: block;
    font-size: .8rem;
    font-weight: lighter;
    text-align: right; } }
/* ======================================
 @ 1551px
======================================= */
@media only screen and (min-width: 1392px) and (max-width: 1551px) {
  .main-nav-menu-wrapper .site-logo {
    height: auto;
    width: 25%;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block; }

  .main-nav-menu-wrapper ul {
    display: block;
    font-size: .85rem;
    font-weight: lighter;
    text-align: right; } }
/* ======================================
 @ 2000px
======================================= */
@media only screen and (min-width: 1552px) and (max-width: 2000px) {
  .main-nav-menu-wrapper .site-logo {
    height: auto;
    width: 25%;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block; }

  .main-nav-menu-wrapper ul {
    display: block;
    font-size: 1.125rem;
    font-weight: lighter;
    text-align: right; } }
/*LARGE FORMAT - 27"*/
@media only screen and (min-width: 2001px) {
  /* ==========================================================================
  * Main Styles
  ========================================================================== */
  /* ======================================
  * Pre-loader Overlay
  ======================================= */
  #preloader-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1081;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper.pre-load-finish {
      opacity: 0;
      visibility: hidden;
      height: 99vh;
      width: 99vw;
      -webkit-filter: blur(100px);
      -moz-filter: blur(100px);
      -o-filter: blur(100px);
      -ms-filter: blur(100px);
      filter: blur(100px);
      -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #preloader-wrapper .loading-text {
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  /* ======================================
  * Header - Main Navagation
  ======================================= */
  #main-nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 1080;
    background-color: #a8aa36;
    border-top: 5px solid #315490;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
	
@media (max-width: 874px) {
	#main-nav {
		height: 7em !important;
	}
	}

  .main-nav-menu-wrapper {
    height: auto;
    width: 100%;
    background-color: transparent;
    display: block;
    position: relative;
    margin: -5px auto 0 auto;
    float: right; }
    .main-nav-menu-wrapper .site-logo {
      height: auto;
      width: 21%;
      left: 0;
      top: 48%;
      transform: translateY(-50%);
      position: absolute;
      display: inline-block; }
    .main-nav-menu-wrapper ul {
      display: block;
      font-size: 1rem;
      font-weight: lighter;
      text-align: right; }
      .main-nav-menu-wrapper ul li {
        display: inline-block;
        height: auto;
        width: auto;
        margin: 0;
        margin-left: 3rem; }
        .main-nav-menu-wrapper ul li a {
          display: block;
          height: auto;
          width: auto;
          padding: 4rem 0 2.25rem 0;
          border-top: 5px solid transparent;
          cursor: pointer;
          color: #ffffff;
          background-color: transparent;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .main-nav-menu-wrapper ul li a:hover {
            border-top: 5px solid #ffffff; }
    .main-nav-menu-wrapper li:last-child {
      margin-right: 0px; }

  /* ======================================
  * Sub Menu
  ======================================= */
  .main-nav-menu-wrapper ul li ul {
    display: block;
    position: absolute;
    width: 10%;
    height: auto;
    margin-top: 0px;
    margin-left: -1.75%;
    border-top: 3px solid #315490;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 18px 29px 3px rgba(0, 0, 0, 0.39);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
    .main-nav-menu-wrapper ul li ul li {
      display: block;
      float: left;
      width: 100%;
      height: auto;
      text-align: left;
      border-top: 0px;
      border-bottom: 1px solid #f2f2f2;
      margin-left: 0px; }
    .main-nav-menu-wrapper ul li ul li:last-child {
      border-bottom: none; }
    .main-nav-menu-wrapper ul li ul a {
      height: auto;
      width: auto;
      margin: 0;
      padding: 1rem 2rem;
      font-size: .8rem;
      font-weight: lighter;
      color: #315490;
      background-color: #ffffff;
      border-top: 0px; }
      .main-nav-menu-wrapper ul li ul a:hover {
        border-top: 0px;
        background-color: #f2f2f2;
        -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

  .main-nav-menu-wrapper ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

  /* ======================================
  * Side Bar Menus
  ======================================= */
  #donor_sidebar, #grant_seekers_sidebar, #parish_agencies_sidebar, #invest_sidebar, #impact_sidebar, #impact_sidebar_2 {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    #donor_sidebar h2, #grant_seekers_sidebar h2, #parish_agencies_sidebar h2, #invest_sidebar h2, #impact_sidebar h2, #impact_sidebar_2 h2 {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 2.5rem;
      font-weight: normal; }
    #donor_sidebar ul, #grant_seekers_sidebar ul, #parish_agencies_sidebar ul, #invest_sidebar ul, #impact_sidebar ul, #impact_sidebar_2 ul {
      height: auto;
      width: auto;
      display: block; }
    #donor_sidebar li, #grant_seekers_sidebar li, #parish_agencies_sidebar li, #invest_sidebar li, #impact_sidebar li, #impact_sidebar_2 li {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto .5% 8%; }
    #donor_sidebar li:first-child, #grant_seekers_sidebar li:first-child, #parish_agencies_sidebar li:first-child, #invest_sidebar li:first-child, #impact_sidebar li:first-child, #impact_sidebar_2 li:first-child {
      padding: 0; }
    #donor_sidebar a, #grant_seekers_sidebar a, #parish_agencies_sidebar a, #invest_sidebar a, #impact_sidebar a, #impact_sidebar_2 a {
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 2.5rem;
      display: block;
      position: relative;
      padding-left: 8%;
      text-align: left; }
      #donor_sidebar a:hover, #grant_seekers_sidebar a:hover, #parish_agencies_sidebar a:hover, #invest_sidebar a:hover, #impact_sidebar a:hover, #impact_sidebar_2 a:hover {
        color: #315490; }

  /* ======================================
  * Side Bar- Report Menu
  ======================================= */
  .report-menu {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: 5vh auto 0 auto;
    padding: 2.5vh 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .report-menu .report-menu-heading {
      margin: 0 auto 2.5% 10%;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    .report-menu .pdf-btn, .report-menu .web-btn {
      height: auto;
      width: 90%;
      display: block;
      margin: 0 auto 2.5% 10%;
      font-size: .75rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding-left: 8%;
      text-align: left;
      color: #666; }
      .report-menu .pdf-btn:hover, .report-menu .web-btn:hover {
        color: #315490; }

  /* ======================================
  * Mobile Menu
  ======================================= */
  #mobile-menu {
    display: none; }

  /* ==============================================================================
  *  Global Content Wrappers
  ============================================================================== */
  .content-wrapper {
    width: 68%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto; }
    .content-wrapper .absolute-inner-content-wrapper {
      display: block;
      position: absolute;
      z-index: 2;
      top: 55%;
      left: 0;
      transform: translateY(-50%); }

  /* ==============================================================================
  *  Main-Content
  ============================================================================== */
  #main-content {
    display: block; }

  .full-section-wrapper {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative; }

  .half-section-wrapper {
    height: 50vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .third-section-wrapper {
    height: 33.33vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fourth-section-wrapper {
    height: 25vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .three-fourths-section-wrapper {
    height: 75vh;
    width: 100%;
    outline: 1px solid black;
    display: block;
    position: relative; }

  .fluid-section-wrapper {
    height: auto;
    width: auto;
    display: block;
    position: relative; }

  /* ==============================================================================
  *  Page Templates
  ============================================================================== */
  /* ======================================
  * Landing Page Template
  ======================================= */
  .landing-fma-section {
    display: block;
    position: relative;
    height: 90vh;
    width: 100%; }
    .landing-fma-section .fma-background-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: 0 auto; }

  .landing-fma-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }

  .fma-content-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 65%;
    left: 0;
    transform: translateY(-50%); }
    .fma-content-wrapper.post-fade {
      opacity: 1;
      top: 55%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-loading-track {
    height: 5px;
    width: 100%;
    background-color: #f2f2f2; }
    .fma-loading-track .fma-loading-bar {
      height: 100%;
      width: 0%;
      opacity: 0;
      -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      background-color: #315490; }
      .fma-loading-track .fma-loading-bar.post-fade {
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 8000ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  .fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 6.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  .fma-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .fma-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 22%;
    margin: 0 0 3rem 0;
    padding: 1rem 0;
    color: #ffffff;
    background-color: #315490;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center;
    border-radius: .4rem; }
    .fma-link-btn:hover {
      background-color: #2b497d; }

  .fma-text-down-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    margin: 0 0 3rem 0;
    padding: 0;
    color: #000000;
    outline: 1px solid #000000;
    font-size: 1.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .fma-text-down-btn:hover {
      color: #315490;
      background-color: #000000; }

  .fma-down-btn {
    display: block;
    position: relative;
    height: 4vh;
    width: 4vh;
    margin: 0;
    padding: 0;
    outline: 1px solid #000000;
    background-color: #000000; }
    .fma-down-btn:hover {
      outline: 1px solid #000000;
      background-color: #315490; }

  .fma-slider {
    height: 100%;
    width: 100%; }
    .fma-slider .slick-list,
    .fma-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .fma-slider .fma-slide {
      float: left;
      height: 100%;
      background-color: #efefef;
      outline: 1px solid black; }

  .fma-slide:focus {
    outline: none;
    border: none; }

  /* Dots */
  .fma-slider .slick-dots {
    visibility: hidden;
    position: absolute;
    width: auto;
    z-index: 1002;
    top: 70%;
    left: 5%;
    list-style: disc; }

  /* Arrows */
  .fma-slider .slick-prev,
  .fma-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .fma-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .fma-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  .section {
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-color: transparent; }

  #section-1 {
    height: 40vh;
    width: 100%;
    padding: 5rem 0;
    background-color: #ffffff; }

  .section-1-heading {
    display: block;
    position: relative;
    height: auto;
    width: 60%;
    color: #315490;
    font-size: 4.5rem;
    font-weight: bold;
    margin-right: none; }

  .section-1-sub-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }

  .section-1-link-btn {
    display: block;
    position: relative;
    height: auto;
    width: 20%;
    float: right;
    margin-top: -2.5%;
    padding: 2.75rem;
    border-radius: .4rem;
    color: #ffffff;
    background-color: #315490;
    font-size: 2.5rem;
    font-weight: lighter;
    font-style: normal;
    text-align: center; }
    .section-1-link-btn:hover {
      cursor: pointer;
      background-color: #243e6a; }

  .section-1-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 65%;
    float: left;
    margin: 3rem 0;
    color: #666;
    font-size: 2.75rem;
    font-weight: normal;
    font-style: normal;
    line-height: 3.8rem; }

  #section-2 {
    height: 40.25vh;
    width: 100%; }

  .section-2-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 2rem 0 0 0;
    color: #a8aa36;
    font-size: 4.5rem;
    font-weight: bold;
    float: left; }

  .section-2-body-copy {
    display: block;
    position: relative;
    height: auto;
    width: 54%;
    padding: 10rem 0 1rem 0;
    color: #ffffff;
    font-size: 2.75rem;
    font-weight: normal;
    font-style: normal;
    line-height: 3.8rem;
    clear: left; }

  .section-2-img-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    height: 55vh;
    width: auto;
    bottom: -3px;
    right: 12%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }
    .section-2-img-wrapper.animate-img {
      opacity: 1;
      visibility: visible;
      right: 8%;
      -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1); }

  .section-2-img {
    display: block;
    position: relative;
    height: 100%;
    width: auto; }

  #section-3 {
    height: 45vh;
    width: 100;
    background-color: #efefef;
    padding: 2.5% 0; }

  .section-3-heading {
    display: block;
    position: relative;
    height: 16%;
    padding: 2.5% 0 1% 0;
    color: #315490;
    font-size: 3.5rem;
    font-weight: bold; }

  .section-3-quote {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 95.5%;
    margin: -.35rem auto 0 auto;
    color: #8c8c8c;
    font-size: 2rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 2.75rem; }

  .quote-marks {
    display: block;
    position: relative;
    float: left;
    height: 9%;
    width: 4.5%;
    background-image: url(img/testimonial_imgs/quote_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-reference {
    color: #636363;
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: auto;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.75rem; }

  #slider-section-content {
    display: block;
    position: relative;
    height: 60%;
    margin-top: 5vh; }

  .quote-slider {
    height: 100%;
    width: 100%; }
    .quote-slider .slick-list,
    .quote-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .quote-slider .quote-slide {
      float: left;
      height: 100%;
      background-color: transparent; }

  .quote-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .quote-slider .slick-prev,
  .quote-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 8vh;
    width: 3vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #315490;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .quote-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .quote-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    width: 4vh;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev {
    left: -5%; }

  .slick-prev:before {
    content: "→"; }

  .slick-next {
    right: -5%; }

  .slick-next:before {
    content: "←"; }

  /* ======================================
  * General Template Page Contents
  ======================================= */
  #fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 2vh 0 0 0; }

  .template-content-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 65%;
    padding: 8vh 0; }

  .template-sidebar-wrapper {
    display: block;
    position: relative;
    float: right;
    height: auto;
    width: 30%;
    padding: 10vh 0; }

  .template-bottom-content-wrapper {
    display: block;
    position: relative;
    clear: left;
    width: 100%;
    height: auto;
    padding: 8vh auto;
    margin: 0 0 10vh 0;
    overflow: auto; }

  .heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 2vh 0;
    padding: 0;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #a8aa36; }

  .sub-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 2.5vh 0 2vh;
    padding: 0 0 0 0;
    float: left;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #315490; }

  .paragraph {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 1vh 0 5vh 0;
    padding: 0;
    float: left;
    font-size: 2rem;
    font-style: normal;
    font-weight: lighter;
    line-height: 3rem;
    color: #666; }
    .paragraph ul {
      list-style: disc; }
      .paragraph ul li {
        display: list-item;
        list-style: disc;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 2rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 3rem;
        float: left;
        color: #666; }
      .paragraph ul a {
        color: #315490; }
    .paragraph ol {
      list-style: decimal; }
      .paragraph ol li {
        display: list-item;
        list-style: decimal;
        position: relative;
        width: 95%;
        height: auto;
        margin: 1.25% 0 1vh 4.5%;
        padding: 0;
        font-size: 2rem;
        font-style: normal;
        font-weight: lighter;
        line-height: 3rem;
        float: left;
        color: #666; }
      .paragraph ol a {
        color: #315490; }

  .video {
    display: block;
    position: relative;
    height: 65vh;
    width: auto;
    margin: 5vh auto 5vh auto; }
    .video iframe {
      height: 100%;
      width: 100%; }

  .img-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 auto 5vh auto; }

  .img {
    display: block;
    position: relative;
    height: 40vh;
    width: auto; }

  .tab-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 0%;
    width: 100%;
    padding: 2rem;
    margin: 1rem 0;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper.tab-active {
      height: 100%;
      background-color: transparent;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      cursor: default; }
    .tab-wrapper .tab-heading {
      display: inline-block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 0 0 0;
      padding: 0;
      font-size: 2.5rem;
      font-weight: normal;
      line-height: 3rem;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-heading.tab-active {
        height: auto;
        margin: 0 0 2.5vh 0;
        color: #315490;
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 1, 1); }
    .tab-wrapper .tab-btn {
      display: inline-block;
      position: absolute;
      right: 5%;
      top: 2.75rem;
      width: 2vh;
      height: 2vh;
      background-color: #ccc;
      color: #ffffff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 300ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 300ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-btn.tab-active {
        top: 2.75rem;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
        -moz-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); }
    .tab-wrapper .tab-info {
      display: none;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 0 5vh 0;
      padding: 0;
      font-size: 2rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 2.7rem;
      color: #666;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -moz-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      -o-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
      transition: all 100ms cubic-bezier(0.42, 0, 1, 1); }
      .tab-wrapper .tab-info.tab-active {
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -moz-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        -o-transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s;
        transition: all 400ms cubic-bezier(0.42, 0, 1, 1) 0.5s; }

  .object-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 1.5rem; }
    .object-wrapper .object-text {
      display: block;
      position: relative;
      width: 92%;
      height: auto;
      margin: 0 auto;
      padding: 1.8rem;
      font-size: 2rem;
      font-style: normal;
      font-weight: lighter;
      line-height: 3.25rem;
      color: #ffffff; }
      .object-wrapper .object-text a {
        color: #ffffff;
        font-size: 1.25rem; }
    .object-wrapper .object-sub-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem 1.5rem 1.8rem;
      font-size: 2.75rem;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }
    .object-wrapper .object-heading {
      display: block;
      position: relative;
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding: 0 1.8rem 3rem 1.8rem;
      font-size: 3rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5rem;
      color: #a8aa36; }

  /* ======================================
  * About Page Template
  ======================================= */
  #slider-section {
    margin: 12vh auto 0 auto;
    padding: 10vh 0; }

  #slider-section-content {
    display: block;
    position: relative;
    background-color: transparent; }

  .director-slider {
    height: auto;
    width: 100%; }
    .director-slider .slick-list,
    .director-slider .slick-track {
      padding: 0;
      height: 100%;
      width: auto; }
    .director-slider .director-slide {
      float: left;
      height: 100%;
      background-color: transparent;
      border-left: 1px solid #bcbcbc; }

  .director-slide:focus {
    outline: none;
    border: none; }

  /* Arrows */
  .director-slider .slick-prev,
  .director-slider .slick-next {
    position: absolute;
    z-index: 150;
    display: block;
    height: 12vh;
    width: 6vh;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .director-slider .slick-next {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 100%; }

  .director-slider .slick-prev {
    background-image: url("img/svg/custom_slider_arrows/slider_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 100%; }

  .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-prev:focus,
  .slick-next:focus {
    outline: none; }

  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }

  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

  .slick-prev:before {
    content: "→"; }

  .slick-next:before {
    content: "←"; }

  .slider-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 5vh 0;
    padding: 0;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: bold;
    line-height: 3.5rem;
    color: #a8aa36; }

  .board-name {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    color: #666; }

  .board-position {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1.8rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .extra-info-line {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1.8rem;
    font-weight: lighter;
    font-style: normal;
    color: #666; }

  .board-img {
    display: block;
    position: relative;
    height: 25rem;
    width: 80%;
    border-radius: 1.5rem;
    margin: 1.25rem auto; }

  #staff-section {
    display: block;
    position: relative;
    margin: 12vh auto 0 auto;
    padding: 10vh 0;
    background-color: #efefef;
    overflow: auto; }

  .staff-heading {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 0 5vh 0;
    padding: 0;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #315490; }

  .staff-content-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
    margin: 0 3.33% 0 0;
    float: left;
    font-size: 2rem; }

  .staff-pic {
    display: block;
    position: relative;
    height: 43rem;
    width: 100%;
    border-radius: 2rem; }

  .staff-info-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    padding: .5rem 0;
    border-left: 1px solid #ccc; }
    .staff-info-wrapper .staff-name {
      display: block;
      position: relative;
      margin: 0 0 1.5rem 2rem;
      color: #666;
      font-weight: bold; }
    .staff-info-wrapper .staff-position {
      display: block;
      position: relative;
      margin: 0 0 1.5rem 2rem;
      color: #666;
      font-style: italic;
      font-weight: lighter; }
    .staff-info-wrapper .contact-btn {
      display: block;
      position: relative;
      margin: 0 0 1.5rem 2rem;
      color: #315490;
      font-weight: lighter; }

  .sidebar-contact-info-wrapper {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    margin: -5vh auto 0 auto;
    padding: 0;
    float: right;
    z-index: 150;
    border-left: 1px solid #efefef; }
    .sidebar-contact-info-wrapper .sidebar-heading {
      margin: 5vh auto 2.5vh 10%;
      color: #315490;
      font-size: 2.5rem;
      font-weight: normal; }
    .sidebar-contact-info-wrapper .sidebar-link {
      display: block;
      position: relative;
      margin: 0 0 2.5vh 10%;
      color: #5f86c8;
      font-weight: lighter;
      font-size: 2rem; }
    .sidebar-contact-info-wrapper .sidebar-text {
      display: block;
      position: relative;
      margin: 0 0 2vh 10%;
      color: #666;
      font-size: 2rem;
      font-weight: lighter; }

  /* ======================================
  * Donor Page Template
  ======================================= */
  /* ======================================
  * News Page Template
  ======================================= */
  #news-fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 8vh 0 0 0; }

  #news-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #news-fma-background .news-fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%;
      background-image: url("img/background_img_wheat.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

  #news-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .news-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #news-section {
    height: auto; }

  .news-section-content {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 70%;
    padding: 5vh 0; }

  .news-feed-post {
    display: block;
    position: relative;
    height: auto;
    width: 95%;
    margin: 0 0 5vh 0; }
    .news-feed-post .feed-title {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 2.5vh 0 .5rem 0;
      color: #315490;
      font-size: 2rem;
      font-weight: lighter;
      font-style: normal; }
    .news-feed-post .author-name {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 2rem 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post .feed-info {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .75vh 0;
      color: #999999;
      font-size: .9rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.5rem; }
    .news-feed-post p {
      display: block;
      position: relative;
      height: auto;
      width: 100%;
      margin: 0 0 .5rem 0;
      color: #999999;
      font-size: 1.1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
    .news-feed-post .post-line {
      display: block;
      position: relative;
      height: 1px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #e6e6e6;
      float: left;
      margin: 1.5vh 0 7.5vh 0; }

  .view-full-post-btn {
    display: inline-block;
    margin: 1vh 0 0 84%;
    height: auto;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .feed-achor-btn {
    display: inline-block;
    margin: .35% 0 0 0;
    height: auto;
    color: #5f86c8;
    font-size: .8rem;
    float: left; }

  .view-full-post-btn:hover, .feed-achor-btn:hover {
    color: #243e6a; }

  .news-post-menu {
    display: block;
    position: relative;
    float: right;
    height: 100%;
    width: 30%;
    margin: 7vh 0 0 0;
    padding: 1vh 0;
    border-left: 1px solid #efefef; }

  #recent_news_sidebar {
    position: relative;
    height: auto;
    width: 90%;
    background-color: transparent;
    float: right;
    z-index: 150; }
    #recent_news_sidebar h2 {
      margin: 0 0 2.5% 0;
      color: #315490;
      font-size: 1.5rem;
      font-weight: lighter;
      font-style: normal; }
    #recent_news_sidebar ul {
      height: auto;
      width: auto;
      display: block; }
    #recent_news_sidebar li {
      height: auto;
      width: 95%;
      display: block;
      margin: 0; }
    #recent_news_sidebar li:first-child {
      padding: 0; }
    #recent_news_sidebar a {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.25rem;
      display: block;
      position: relative;
      padding: .25rem 0;
      text-align: left;
      color: #666; }
      #recent_news_sidebar a:hover {
        color: #315490; }

  .nav-previous a, .nav-next a {
    color: #5f86c8;
    text-decoration: none; }
    .nav-previous a:hover, .nav-next a:hover {
      color: #243e6a; }

  /* ======================================
  * Post Template
  ======================================= */
  .post-content-wrapper .post-title {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 3vh 0 1.5vh 0;
    color: #315490;
    font-size: 2rem;
    font-weight: lighter;
    font-style: normal; }
  .post-content-wrapper .author-name {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 1rem 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper .post-info {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 .75vh 0;
    color: #999999;
    font-size: .9rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5rem; }
  .post-content-wrapper h1, .post-content-wrapper h2 {
    color: #315490;
    margin-bottom: 1.5rem;
    margin-top: 2rem; }
  .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6 {
    color: #999999;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem; }
  .post-content-wrapper p {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 2rem 0 0 0;
    color: #999999;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.75rem; }
  .post-content-wrapper ul {
    margin: 2rem auto 2rem 1.5rem; }
    .post-content-wrapper ul li {
      list-style-type: disc;
      color: #999999;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ul li a {
        color: #5f86c8;
        font-size: 1rem;
        font-weight: lighter;
        font-style: normal;
        line-height: 1.75rem; }
        .post-content-wrapper ul li a:hover {
          color: #243e6a; }
  .post-content-wrapper ol li {
    list-style-type: decimal;
    color: #999999;
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.75rem; }
    .post-content-wrapper ol li a {
      color: #5f86c8;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      line-height: 1.75rem; }
      .post-content-wrapper ol li a:hover {
        color: #243e6a; }
  .post-content-wrapper .back-btn {
    font-size: .8rem;
    font-weight: lighter;
    color: #5f86c8;
    margin-bottom: 5vh; }
    .post-content-wrapper .back-btn:hover {
      color: #315490; }
  .post-content-wrapper .post-line {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 1.5vh 0 7.5vh 0; }

  /* ======================================
  * How We Invest Page Template
  ======================================= */
  .table-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto; }
    .table-content-wrapper .table-title {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: center;
      color: #666;
      margin: 5vh auto;
      font-size: 2rem; }
    .table-content-wrapper .table-image {
      display: block;
      position: relative;
      height: 25vh;
      width: 100%; }

  .b-img-content-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 10vh 0 0 0; }
    .b-img-content-wrapper .b-img-caption {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      color: #666;
      margin: 5vh auto;
      font-size: 2rem;
      line-height: 3rem; }
    .b-img-content-wrapper .b-image-link-wrapper {
      display: block;
      position: relative;
      height: 65vh;
      width: 100%; }

  /* ======================================
  * Contact Page Template
  ======================================= */
  #contact-fma-section {
    display: block;
    position: relative;
    height: 44.25vh;
    width: 100%;
    margin: 2vh 0 0 0; }

  #contact-fma-background {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #contact-fma-background .fma-img {
      dislay: block;
      positon: relative;
      width: 100%;
      height: 100%; }

  #contact-fma-content {
    display: block;
    position: relative;
    z-index: 1; }

  .contact-fma-heading {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.55); }

  #contact-info-section {
    height: auto; }

  .contact-info-wrapper {
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 50%;
    padding: 10vh 0; }
    .contact-info-wrapper .contact-info-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: 1.4rem;
      color: #315490;
      font-size: 2.125rem;
      font-weight: normal;
      line-height: 2.5rem; }
    .contact-info-wrapper .address-wrapper h3, .contact-info-wrapper .phone-num-wrapper h3, .contact-info-wrapper .fax-num-wrapper h3 {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .625rem;
      color: #666;
      font-size: 1rem;
      font-style: normal;
      font-weight: lighter; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-heading {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 80%;
      margin-top: .75rem;
      margin-bottom: 1rem;
      color: #315490;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 1.75rem; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-name {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      margin-bottom: .65rem;
      color: #666;
      font-size: 1rem;
      font-style: normal;
      font-weight: bold; }
    .contact-info-wrapper .additional-contact-wrapper .additional-contact-title {
      display: block;
      position: relative;
      float: left;
      height: auto;
      width: 100%;
      color: #666;
      margin-bottom: 1.5rem;
      font-size: 1rem;
      font-weight: lighter; }

  .contact-form-wrapper {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 50%;
    padding: 10vh 0;
    background-color: transparent; }

  #gform_wrapper_1 {
    margin: 0;
    padding: 0;
    width: 100%; }

  .gform_wrapper {
    padding: 0; }
    .gform_wrapper li {
      display: block;
      position: relative;
      color: #666;
      font-size: 1rem;
      font-weight: lighter; }

  .ginput_container_name > span label {
    display: none; }

  .gfield input, .gfield textarea {
    width: 100%;
    margin: .5rem 0 2rem 0;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #efefef; }
    .gfield input:focus, .gfield textarea:focus {
      background-color: #BBB; }

  .gfield_required {
    color: #315490; }

  .form-checkbox-input {
    margin: 0 0 1.25rem 0; }

  #choice_1_5_1, #choice_1_5_2, #choice_1_5_3, #choice_1_5_4, #choice_1_5_5, #choice_1_5_6 {
    width: auto;
    height: auto;
    margin: .5rem .5rem .5rem 1rem; }

  #choice_1_5_1 {
    margin-top: 1.25rem; }

  #gform_submit_button_1 {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: .75rem 2rem;
    border-radius: .35rem;
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #315490; }
    #gform_submit_button_1:hover {
      background-color: #243e6a; }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none; }

  /* ==============================================================================
  * Footer
  ============================================================================== */
  footer {
    display: block;
    position: relative;
    float: left;
    height: 10vh;
    width: 100%;
    background-color: #ffffff;
    outline: 1px solid #efefef; }

  .sm-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .sm-wrapper .social-icon {
      display: inline-block;
      background-color: transparent;
      fill: #666;
      padding: .5rem;
      margin: 0 .5rem; }
    .sm-wrapper .social-icons a:first-child {
      margin-left: 0; }
    .sm-wrapper .social-icons a:last-child {
      margin-right: 0; }

  .icon-facebook, .icon-youtube, .icon-linkedin, .icon-twitter, .icon-google-plus {
    height: 1.35rem;
    width: 1.35rem; }

  .copy-right-wrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent; }
    .copy-right-wrapper .copy-right-text {
      display: inline;
      position: relative;
      font-size: 1rem;
      font-weight: lighter;
      font-style: normal;
      color: #666; }

  /*LARGE FORMAT - 27" STYLES END*/ }
/*---------------DESKTOP BREAPOINT STYLES---------END---*/
/* ==========================================================================
* Reset / Base Styles
========================================================================== */
/*reset*/
body, div, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header,
menu, nav, section, video, details, figcaption,
audio, canvas, svg {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  min-height: 100%;
  overflow-x: hidden;
  width: 100%; }

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

a, a:visited {
  text-decoration: none; }

ul, li {
  list-style: none; }

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

img {
  max-width: 100%; }

hr {
  height: 1px;
  border: none;
  color: #000000;
  background-color: #000000;
  margin: .5rem auto; }

/* ==========================================================================
* Moves WP Admin Bar Bottom
========================================================================== */
html #wpadminbar {
  top: auto;
  bottom: 0;
  position: fixed !important;
  width: 100%;
  background: none;
  display: block; }
  html #wpadminbar .ab-sub-wrapper {
    bottom: 100%; }
  html #wpadminbar ul li {
    background-color: #23282d;
    border-radius: 1rem 1rem 0 0; }

/* ==========================================================================
* Global
========================================================================== */
html {
  font-family: "Arial", sans-serif; }

/*styles input placeholders*/
::-webkit-input-placeholder {
  color: red; }

:-moz-placeholder {
  color: red; }

::-moz-placeholder {
  color: red; }

:-ms-input-placeholder {
  color: red; }

.browserupgrade {
  margin: 0.2rem 0;
  background: #ccc;
  color: #000000;
  padding: 0.2em 0;
  text-align: center; }
  .browserupgrade a {
    color: #a8aa36;
    text-decoration: underline; }

/* ======================================
* Width Wrappers
======================================= */
/* Width Wrappers */
.expand-width-wrapper {
  margin: 0 1rem;
  clear: both; }

.exterior-width-wrapper {
  max-width: 87.5rem;
  margin: 0 auto;
  clear: both; }

@media (max-width: 89.5rem) {
  .expand-width-wrapper .exterior-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .exterior-width-wrapper {
    margin-left: 1rem;
    margin-right: 1rem; } }
/*1400px*/
.outer-width-wrapper {
  max-width: 75rem;
  margin: 0 auto;
  clear: both; }

@media (max-width: 77rem) {
  .expand-width-wrapper .outer-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .exterior-width-wrapper .outer-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .outer-width-wrapper {
    margin-left: 1rem;
    margin-right: 1rem; } }
/*1200px*/
.max-width-wrapper {
  max-width: 67.5rem;
  margin: 0 auto;
  clear: both; }

@media (max-width: 69.5rem) {
  .expand-width-wrapper .max-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .exterior-width-wrapper .max-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .outer-width-wrapper .max-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .max-width-wrapper {
    margin-left: 1rem;
    margin-right: 1rem; } }
/*1080px*/
.tablet-width-wrapper {
  max-width: 59.25rem;
  margin: 0 auto;
  clear: both; }

@media (max-width: 61.25rem) {
  .expand-width-wrapper .tablet-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .exterior-width-wrapper .tablet-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .outer-width-wrapper .tablet-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .max-width-wrapper .tablet-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .tablet-width-wrapper {
    margin-left: 1rem;
    margin-right: 1rem; } }
/*948px*/
.inner-width-wrapper {
  max-width: 50rem;
  margin: 0 auto;
  clear: both; }

@media (max-width: 52rem) {
  .expand-width-wrapper .inner-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .exterior-width-wrapper .inner-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .outer-width-wrapper .inner-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .max-width-wrapper .inner-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .tablet-width-wrapper .inner-width-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .inner-width-wrapper {
    margin-left: 1rem;
    margin-right: 1rem; } }
/*800px*/
/* ======================================
* Block Wrappers
======================================= */
.tbp_1-3, .tbp_2-3, .tbp_3-3,
.tbp_1-2, .tbp_2_2, .tbp_1-1,
.tbp_1-4, .tbp_2-4, .tbp_3-4, .tbp_4-4 {
  float: left;
  margin-right: 0;
  margin-left: 0; }

.tbp_1-3 {
  width: 33.333%; }

.tbp_2-3 {
  width: 66.666%; }

.tbp_1-4 {
  width: 25%; }

.tbp_1-2, .tbp_2-4 {
  width: 50%; }

.tbp_3-4 {
  width: 75%; }

.tbp_1-1, .tbp_4-4, .tbp_3-3, .tbp_2_2 {
  width: 100%; }

.flex-content {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  flex-wrap: wrap; }
  .ua-ie-9 .flex-content:before, .ua-ie-8 .flex-content:before, .ua-ie-9 .flex-content:after, .ua-ie-8 .flex-content:after {
    content: " ";
    display: table; }
  .ua-ie-9 .flex-content:after, .ua-ie-8 .flex-content:after {
    clear: both; }
  .flex-content > * {
    float: left; }
  .flex-content .tbp_1-3, .flex-content .tbp_2-3, .flex-content .tbp_3-3,
  .flex-content .tbp_1-2, .flex-content .tbp_2_2, .flex-content .tbp_1-1,
  .flex-content .tbp_1-4, .flex-content .tbp_2-4, .flex-content .tbp_3-4, .flex-content .tbp_4-4 {
    float: none; }

/* ======================================
* Picturefill
======================================= */
.picturefill-wrapper {
  position: relative;
  overflow: hidden; }

.picturefill-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center; }

.picturefill-picture {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2; }

.picturefill-picture-img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  left: 0;
  top: 0; }

.picturefill-srcset-img {
  max-width: 100%; }

/* ======================================
* wysiwyg
======================================= */
.wysiwyg-content {
  line-height: 1.5;
  padding-bottom: 1rem; }
  .wysiwyg-content:before, .wysiwyg-content:after {
    content: " ";
    display: table; }
  .wysiwyg-content:after {
    clear: both; }
  .wysiwyg-content ul {
    padding-bottom: 1em; }
    .wysiwyg-content ul li {
      margin-left: 1rem;
      list-style: disc; }
  .wysiwyg-content ol {
    padding-bottom: 1em; }
    .wysiwyg-content ol li {
      margin-left: 1rem;
      list-style: decimal; }
  .wysiwyg-content p {
    padding-bottom: 1em; }
  .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
    margin-bottom: .5rem; }
  .wysiwyg-content blockquote {
    margin: 1rem 0;
    padding: 1rem 1rem 0 2.5rem;
    position: relative;
    background-color: #eeeeee; }
    .wysiwyg-content blockquote:before {
      content: "\201C";
      display: block;
      font-size: 5rem;
      position: absolute;
      left: 0;
      top: -1rem; }
  .wysiwyg-content a {
    color: #315490;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink; }
  .wysiwyg-content del {
    text-decoration: line-through; }
  .wysiwyg-content hr {
    margin-bottom: 1.5rem; }
  .wysiwyg-content .alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem; }
  .wysiwyg-content .alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem; }
  .wysiwyg-content .aligncenter {
    display: block;
    margin: 0 auto; }

/* ======================================
* Good Ol' Clearfix
======================================= */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

/*# sourceMappingURL=style.css.map */
